/*
Theme Name: Everest Child 
Template: everest-parent
Version: 1.0.0
*/

.logo-col img, .logo img {
    background:#fff;border-radius: 2px;
}

.background-section::after {
  background: rgba(255, 255, 255, 0.4);
}

#review-section {display: none;}

h1, h2, h3 {text-transform: uppercase;}

.home .feature-section-inner {width:1200px;}

.home .feature-section-inner {
    width: 1430px; max-width: 100%;
}

.form-section {
    background-color: var(--color-5);
}

.services  {justify-content:center;}
.service-section .service {flex: 0 1 calc(50% - 75px);}

.content-section.section-single .image img {
    width: 500px;
}

.primary-header-inner {width:1300px; max-width: 100%;}




@media screen and (max-width: 991px) {
    .mobile-logo img {
        max-height: 155px;
        width: auto;
    }
}