.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.technical-support-header{
    color: #7459AA;
    text-align: left;
    padding-bottom: 25px;
    overflow: hidden;
}
section.technical-support-header .tech-support-bg{
    position: absolute;
    left: 14%;
}
section.technical-support-header .header-img {
    padding-top: 135px;
}
section.technical-support-header .header-text {
    padding-top: 170px;
    color: #ffffff;
}
section.technical-support-header .header-text h1{
    font-size: 40px;
    font-weight: 700;
}
section.technical-support-header .header-text h2{
    font-size: 18px;
    margin-top: 16px;
}

.shared-hosting-benefits{
    margin-top: 100px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
    border-radius: 1.25rem!important;
    padding: 25px 15px;
    background-color: #fff;
    text-align: center;
    color: #2e0547;
}
div.shared-hosting-benefits > div.row{
    margin-top: -25px;
}
.shared-hosting-benefits-heading{
    border-radius: 1.25rem!important;
    background-color: #fff;
    border: 1px solid #E9DFFC;
    width: 400px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
}
.shared-hosting-benefits .benefits-heading{
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}
.shared-hosting-benefits .benefits-sub-heading{
    font-size: 13px;
}

.shared-hosting-benefits .shared-hosting-benefit-icon{
    height: 60px;
    margin-bottom: 10px;
}
div.hostArmada-header div.service-text{
    margin-bottom: 50px;
}
.main-buttons{
    padding-top: 25px;
    text-align: center;
}
.subheading-big{
    padding-top: 15px;
    color: #fff;
    text-align: center;
}
div.header-separator{
    background-image: url("../../uploads/website_images/svg/dedicated-servers/header-separator.svg");
    height: 151px;
    margin-top: -151px;
    background-position: top center;
}
div.header-separator-bottom{
    background-image: url("../../uploads/website_images/svg/dedicated-servers/header-separator.svg");
    height: 151px;
    margin-top: -151px;
    background-position: top center;
    transform: rotate(180deg);
    position: relative;
    top: 151px;
}
.top-separator-round {
    display: none;
}
.service-separator-bottom{
    display: none;
}
body > section.services.sec-normal.features > div > div.row > div > div{
    padding: 0 10px;
}
section.services.sec-normal.features{
    padding: 0px;
}

/*Reach Us*/
section.reach-us{

    padding-bottom: 50px;
}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 346px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 0rem 10px rgba(0,0,0,.15);
    border-radius: 5px;
    color: #2e0547;
}
.flip-card-icon, .flip-card-content{
    padding: 30px;
}
.flip-card-title{
    font-weight: 600;
    font-size: 20px;
}
.flip-card-back-content{
    background-color: #fff;
    padding: 30px;
    font-size: 15px;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.flip-card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
/*End Reach Us*/
/*Expectations*/

.expectations .service-text, .expectations .service-text p{
    color: #2e0547;
}
.what-do-you-get{

    padding-bottom: 120px;
}

div.sec-main{
    background-color: #fff;
}
.domain-features{
    color: #2e0547;
}
.domain-features h3{
    font-weight: 700;
    color: #392649;
}
.sec-main.domain-features div.col-md-4{
    text-align: center;
}
.regular-features ul{
    list-style: none;
}

.regular-features li > i{
    color: #ff5a5a;
}
/*End Expectations*/
/*Guarantee*/
section.support-guarantee{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
}
.support-guarantee-box{
    padding: 30px;
    box-shadow: 0 0rem 10px rgba(0,0,0,.15);
    min-height: 245px;
}
.support-guarantee-box img{
    margin-bottom: 30px;
}
.support-guarantee-box h3{
    font-size: 16px;
    font-weight: 600;
    color: #2e0547;
}
/*End Guarantee*/
/*Testimonials*/
.wordpress-testimonials-section{
    padding-top: 150px;
}
/*End Testimonials*/
.corner-separator-bottom{
    display: none;
}

section.footer-cta{
    padding-top: 100px;
}
.tech-support-bg.mobile{
    display: none;
}

.btn-default-orange-fill{
    margin: 0px;
    margin-bottom: 15px;
    min-width: unset;
    background: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
    background: linear-gradient(to right, #f2709c, #ff9472);
    border-radius: 50px;
    padding: 22px 40px;
}
.btn-default-white{
    margin: 0px;
    margin-bottom: 15px;
    min-width: unset;
    border-radius: 50px;
    padding: 22px 40px;
    color: #392649;
    border: 2px solid #392649;
}

@media screen and (max-width: 1199px){
    .top-banner {
        padding-top: 120px;
    }
    img.shared-hosting-isometric-illustration{
        left: -5%;
        top: 5%;
    }
    .support-guarantee-box{
        min-height: 265px;
    }
}
@media screen and (max-width: 991px){
    .tech-support-bg{
        display: none;
    }

    section.technical-support-header .header-text {
        padding-top: 20px;
        color: #2e0547;
    }
    .benefits-container {
        margin-top: 100px !important;
    }
    .benefits-container h2 {
        color: #2e0547;
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }
    .tech-support-bg.mobile{
        display: block;
    }

    .btn-header{
        min-width: 220px;
        padding: 15px 26px;
    }
    .flip-card{
        width: 220px;
        height: 415px;
    }
    .flip-card-back-content{
        font-size: 13px;
    }
    .regular-features ul{
        padding-left: 0px;
    }

    .support-guarantee-box{
        min-height: 210px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    img.shared-hosting-isometric-illustration{
        left: 20%;
    }

    .hostArmada-header{
        background-image: url(../../uploads/website_images/svg/background.svg);
        background-size: cover;
        height: 100%;
        background-position: 36% 50%;
    }
    .isometric-separator-builder img{
        width: 450px;
    }
    .top-banner .heading{
        color: #4D1E97;
        margin-top: 320px;
    }
    .top-banner .subheading{
        color: #4d1e97;
    }
    .included{
        color: #7459AA;
    }
    .subheading-big{
        font-size: 25px;
        color: #4D1E97;
    }
    .top-banner{
        margin-top: 0px;
        height: 100%;
    }
    section.reach-us{
        padding-top: 0px;
    }
    .flip-card{
        width: 400px;
        height: 356px;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }
    .flip-card-back-content{
        font-size: 16px;
    }
}
@media screen and (max-width: 576px){
    .hostArmada-header{
        background-position: 39% 50%;
    }
    img.shared-hosting-isometric-illustration{
        width: 250px;
        left: 13%;
    }
    .top-banner .heading{
        margin-top: 220px;
    }
    .shared-hosting-benefits-heading{
        width: 100%;
    }
    .flip-card {
        width: 250px;
        height: 390px;
    }
    .flip-card-back-content{
        font-size: 13px;
    }
    .btn-default-orange-fill{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 420px){
    section.technical-support-header .tech-support-bg {
        position: absolute;
        left: 37%;
    }
}