
.hosting-page-header{
    background-color: #f8f6fa;
}

@media (min-width: 1440px) {
    .menu-wrap.desktop-view .nav-menu .container {
      max-width: 1440px;
    }
}


section.benefits {
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f6fa), color-stop(50%, #f8f6fa), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #f8f6fa 0%, #f8f6fa 50%, #ffffff 50%, #ffffff 100%);
    text-align: center;
}
.nav-menu .main-menu a {
    color: #2e0547;
}

section.speed-header {
    padding-top: 200px;
    background-color: #f8f6fa;
}

section.speed-header .header-text h1{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 57px;
    line-height: 69px;
    color: #2E0547;
}
section.speed-header .header-text hr{
    border: 1px solid #FF5A5A;
    width: 25%;
    margin-left: 0px;
}
section.speed-header .header-text h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2E0547;
}
section.speed-header .header-text h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #2E0547;
}



section.speed-header .benefits-container{
    margin-top: 100px;
}
section.speed-header .benefits-container h2{
    text-align: center;
    margin-bottom:25px;
}

/*Speed Features*/
.speed-features-box {
    border-radius: 1rem;
    padding: 15px;
    text-align: center;
    color: #391385;
    font-size: 14px;
}
.speed-features-box h3.hardware-features-heading{
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0px;
}
.speed-features-box .content-text{
    text-align: left;
    margin-bottom: 20px;
}
.speed-features-box .content-text.mobile-view{
    display: none;
}
.speed-feature-item .speed-feature-icon img{
    width: 50px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.speed-feature-item .speed-feature-headline h3{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 45px;
}
.speed-feature-item {
    padding: 25px 10px;
    border-radius: 2px;
    background-color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    transition: 0.2s all ease-in-out !important;
    min-height: 345px;
}
.speed-feature-item:hover {
    transform: translateY(-3px);
}

.speed-features-box a.btn-header{
    margin-left: 0px;
}


.speed-feature-text {
    font-size: 14px;
    padding: 0px 15px;
    margin-top: 20px;
    text-align: left;
}

.hardware-features {
    position: relative;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    top: 50px;
    background-color: #fff;
    width: 80%;
    text-align: right;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}


/*Speed Features*/
section.wordpress-faq {
    padding: 0px 0px 25px 0px;
}

section.wordpress-faq .service-text {
    padding: 10px;
}

.speed-tech-container{
    padding: 10px;
    font-size: 14px;
    border-radius: 2px;
    color: #391385;
    margin-bottom: 15px;
    min-height: 150px;
    transition: all .2s ease-in-out;
}
.speed-tech-container:hover{
    transform: translateY(-3px);
}
.speed-tech-container h3{
    font-size: 18px;
    font-weight: 600;
}
.speed-tech-container i.far{
    float: right;
    font-size: 18px;
    color: #ff5a5a;
    margin-left: 10px;
}
.speed-tech-container i.far.float-left{
    margin-left: 0px;
    margin-right: 10px;
}
.normal-view{
    display:block;
}
.responsive-view{
    display: none;
}

/*Pricing*/
section.shared-hosting-pricing-tables{
    
    height: 100%;
    padding-bottom: 50px;
}
div.pricing-container{
    width: 100%;
    border-radius: 1.25rem 1.25rem 0rem 0rem;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    color: #391385;
}
div.pricing-container .pricing-plan-name{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #391385;
    padding: 15px;
}
div.pricing-container .pricing-plan-description{
    text-align: center;
    font-size: 15px;
    color: #391385;
    font-style: italic;
}
div.rocket-box{
    background: #fff url("../../uploads/website_images/svg/shared_hosting/rocket-box.svg");
    height: 187px;
    border-radius: 0 0 2.25rem 2.25rem;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    text-align: center;
}
div.rocket-box .price{
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 26px 0px 7px 0px;
}
div.pricing-butons{
    text-align: center;
}
div.compare-all{
    text-align: center;
    margin-top: 15px;
    color: #391385;
    margin-bottom: 50px;
}
div.pricing-container .pricing-butons a{
    margin: 15px;
}
div.pricing-content .specs-heading hr {
    border-top: 1px solid #ff5a5a;
    margin: 10px 0px;
}
div.pricing-container .pricing-content ul{
    list-style: none;
    padding-left: 0px;
    font-size: 15px;
}
div.pricing-container .pricing-content ul li{
    padding: 8px;
    text-align: left;
}
div.pricing-container .pricing-content ul li span.hw-specs-icon{
    margin-right: 5px;
}
div.pricing-container .pricing-content ul li span img{
    width: 25px;
    height: 25px;
}
div.pricing-container .pricing-content .specs-heading{
    font-weight: 700;
    font-style: italic;
}
section.hosting-guarantee{
    background-color: #fff;
    padding: 20px;
}
section.hosting-guarantee .service-text hr.hr-title-separator {
    border: 2px solid #391385 ;
}
section.hosting-guarantee .service-text{
    color: #391385 !important;
    padding:20px;
}
div.guarantee-icon {
    float: left;
    padding: 15px;
}
div.guarantee-icon img{
    width: 70px;
    height: 70px;
}
div.guarantee-text h3{
    font-size: 17px;
    font-weight: 600;
    color: #391385;
}
div.guarantee-text p{
    font-size: 12px;
    color: #7459AA;
}
/*End Pricing*/

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    section.speed-header .speed-bg {
        position: absolute;
        left: -10%;
        top: -100px;
    }
    section.speed-header .header-img {
         padding-top: 0px;
    }
    section.speed-header .header-text {
        padding-top: 250px;
    }
    section.speed-header {
        text-align: center;
    }
    section.speed-header .header-text h1 {
        font-size: 48px;
        font-weight: 700;
    }
    .speed-feature-item{
        min-height: unset;
    }
    .speed-features-box .content-text{
        text-align: center;
    }
    .speed-features-box .content-text.mobile-view{
        display: block;
    }
    .speed-features-box .content-text.desktop-view{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .menu-wrap .logo-menu {
        width: 150px;
        margin-left: 0px;
    }
    .speed-tech-container{
        min-height: 100px;
    }
    .responsive-view{
        display: block;
    }
    .normal-view{
        display: none;
    }
}

@media screen and (max-width: 576px) {

    .hardware-features {
        width: 90%;
    }

    .hardware-features h3 {
        font-size: 20px;
        padding-right: 20px;
    }

    .software-features {
        width: 90%;
    }

    .software-features h3 {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 420px) {  }

@media screen and (max-width: 335px) {
    section.speed-header .speed-bg {
        position: absolute;
        left: -26%;
        top: -100px;
    }
}

