
.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;
}




/*Protection*/
section.protection {
    background-color: #ffffff;
    padding-bottom: 70px;
}

section.protection .service-text {
    padding: 10px;
}

.security-img {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
}

.security-img img {
    width: 80px;
}

.security-heading {
    padding: 25px 0px;
    color: #391385;
}

.security-heading h3 {
    font-style: italic;
    font-weight: 800;
}

.security-text {
    font-size: 13px;
    color: #391385;
    min-height: 180px;
}
.security-cube {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 10%;
    z-index: 2;
}
.security-button a.btn-header{
    margin: 0px !important;
}

.big-white-oval-point-top {
    margin-top: -134px;
}
/*End Protection*/
/*Web Server Security*/
section.web-server-security {
    background: url(../../uploads/website_images/svg/dev-hosting/background-pricing-pattern.svg),#2e0547;
    padding-top: 150px;
    padding-bottom: 160px;
}
.container.security-container{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}
.fleet-img{
    text-align: center;
    color: #391385;
    padding: 30px;
}
.fleet-img p{
    margin-top: 70px;
}
.accordion.faq .panel-title{
    border-bottom: none;
    background-color: #fff;
    font-weight: 800;
    padding: 30px;
    border-radius: 1rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    transition: 0.3s;
    height: 110px;
    line-height: 47px;
}
.accordion.faq .panel-wrap {
    margin-bottom: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.accordion.faq .panel-title.active{
    border-bottom: none;
    font-weight: 800 !important;
}
.panel-icon{
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
    border-image: linear-gradient( to bottom, #320395, rgba(0, 0, 0, 0) ) 1 100%;
}
.panel-icon img{
    width: 90px;
    height: 50px;
}
ul.list li > ul{
    color: #ff5a5a;
}
/*End Web Server Security*/
/*Environment Security */
section.environment-security{
    padding: 1px;
    background-color: #fff;
}
.security-cube-icon{
    text-align: center;
}
.security-cube-icon img
{
    position: relative;
    top: 21%;
}
/*End Environment Security*/

@media screen and (max-width: 1199px) {
    section.security-header {
        background-position: 44% center;
    }
    img.security-isometric-illustration {
        width: 500px;
        position: absolute;
        top: 0%;
        left: 0%;
    }
}

@media screen and (max-width: 991px) {

    .protection-box, .protection-box.text-right{
        text-align: center !important;
    }
    .security-img{
        margin-left: auto;
        margin-right: auto;
    }
    .protection-row{
        margin-top: 0px;
    }
    .security-text{
        padding-bottom: 30px;
         min-height: unset;
    }
    .security-cube{
        position: unset;
        padding: 50px 0px;
    }
    section.security-header .security-bg {
        position: absolute;
        left: 26%;
        top: -355px;
    }
    section.security-header .header-img {
         text-align: center;
    }
    section.security-header .header-text {
        padding-top: 20px;
        color: #391385;
        text-align: center;
    }
    .benefits-container {
        margin-top: 80px;
    }
    .benefits-container h2 {
        color: #391385;
        font-size: 37px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    section.security-header .security-bg {
        left: 52%;
    }
    .accordion.faq .panel-title{
        height: 100%;
    }
}

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 335px) {
}