.nav-menu .main-menu a {
    color: #2e0547;
}
.nav-menu{
    background-color: #fff;
}

@media (min-width: 1440px) {
    .menu-wrap.desktop-view .nav-menu .container {
        max-width: 1440px;
    }
}
.contact-bg,.contact-crews-sec{
    background-color: #2e0547;
}
.contact-header{
    background-image: url("../../uploads/website_images/svg/contact/contact-header-bg.svg");
    background-size: cover;
    background-position: 41%;
}
.top-banner {
    padding-top: 170px;
    height: unset;
    padding-bottom: 35px;
}

.top-banner .heading {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 58px;
    font-size: 42px;
    padding-top: 40px;
    text-align: center;
}


.top-banner .heading span.bigger {
    font-size: 34px;
    color: #ff5a5a;
    line-height: 40px;
}

.top-banner .subheading {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
}

.main-buttons{
    text-align: center;
    padding: 0px;
}

div.main-buttons > a.btn-header.btn-default-orange-fill{
    margin: 0px;
    margin-top: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#f2709c), to(#ff9472));
    background: linear-gradient(90deg, #f2709c 0%, #ff9472 100%);
    border-radius: 50px;
    padding: 22px;
}

.response-time{
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 25px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
}

.response-time .disclaimer-text{
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    color: #7459aa;
    margin-top: 15px;
}

.response-time .service-text{
    padding: 10px;
    margin: 10px;
}
.response-time-info{
    color: #391385;
    padding: 20px;
    border: 1px solid #ffffff00;
}
.response-time-info:hover{
    background: #fafafb;
    box-shadow: 0px 10px 25px -15px rgb(155 155 155);
    cursor: pointer;
    border: 1px solid #e7e3ed;
    border-radius: 15px;
}
.response-time-info a{
    text-decoration: none;
    color: unset;
}
.response-type h3{
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    font-family: 'Inter';
}
.response-period {
    font-size: 1em;
    font-weight: 500;
    padding: 10px;
    font-family: 'Inter';
}
.response-period span.armada-orange{
    color: #ff5a5a;
}
.response-icon{
    height: 70px;
}
.response-icon img{
    height: 60px;
}
.response-type{
    padding: 5px;
}
.contanct-cta{
    margin-top: 15px;
}
.contanct-cta .service-text h1{
    font-size: 1.5em;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Inter';
}
.contanct-cta .service-text .main-buttons{
    padding-top: 10px;
}
.response-time .service-text p{
    padding: 10px;
    color: #391385;
    margin-bottom: 0px;
}
.contact-crews{
    margin-top: 20px;
    padding-top: 35px;
}
/*Contact Crews*/
.contact-crews-info{
    background: url("../../uploads/website_images/svg/contact/bg-pattern.svg"), radial-gradient(ellipse at center, rgba(86, 47, 177, 1) 0%, rgba(76, 28, 148, 1) 48%, rgba(39, 10, 119, 1) 100%);
}
.contact-crews-sec{
    background-image: url("../../uploads/website_images/svg/contact/crews-bg.svg");
    height: 1418px;
    background-size: cover;
    background-position: top center;
    padding-top: 35px;
}
.contact-crews-info-bg{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15);
    padding: 50px 25px;
    position: relative;
}
.crew-info{
    color: #391385;
    text-align: left;
    margin-top: 25px;
}
.crew-info h3{
    font-weight: 700;
    font-size: 1.5em;
    font-family: 'Inter';
}
.crew-info img{
    width: 200px;
}
.crew-info p{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Inter';
}
hr.crew-separator{
    width: 60%;
    border: 1px solid #ff5a5a;
    margin-left: unset;
}
.crew-buttons .btn-header{
    min-width: 200px;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 15px;
}
.sec-bg1{
    background-color: unset;
}
.sec-main{
    box-shadow: unset;
}
.cd-filter-block input, .cd-filter-block select{
    border-radius: 10px;
}
/*Contact Crews*/
/*Contact Form*/
.contact-form{
    background-color: #fff;
    padding: 1px;
    padding-bottom: 50px;
}
/*End Contact Form*/
/*Map*/
.map{
    height: 100%;
}
#map{
    width: 100%;
    height: 600px;
    background-color: grey;
}
/*EndMap*/

@media screen and (max-width: 1199px) {
    .contact-header{
        background-position: 42% center;
    }
}

@media screen and (max-width: 991px) {
    .contact-crews-info{
        margin-top: 230px;
    }
    .crew-info{
        text-align: center;
    }
    hr.crew-separator{
        margin-left: auto;
    }
    .white-slant{
        position: unset;
    }
    .contact-crews-sec{
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .contact-header{
        background-position: 28% center;
    }
    .top-banner .heading{
        margin-top: 0px;
    }
    .crew-info{
        margin-top: 50px;
    }
    .btn-header{
        min-width: 170px;
    }
}

@media screen and (max-width: 576px) {
    .contact-header {
        height: 2810px;
        background-position: 34% center;
    }
    .contact-crews-info{
        margin-top: unset;
    }
    .contact-crews-sec{
        padding-bottom: 125px;
    }
    .contact-form .service-text{
        margin-top: unset;
    }
    .btn-header{
        margin: 0px;
    }
}

@media screen and (max-width: 420px) {
    .btn-header{
        margin-bottom: 30px;
    }
    .contact-header{
        height: 3000px;
    }
}

@media screen and (max-width: 335px) {
    .contact-header{
        height: 3100px;
    }
    .contact-crews-info{
        margin: unset;
    }
}