/*----------- Contact Page Banner Section Start Here  -----------*/
.contactBanner .bannerRow {
    display: grid;
    grid-gap: 0 60px;
    grid-template-columns: 1fr 762px;
    position: relative;
    z-index: 2;
}
.contactBanner .bannerRow .bannerContactForm {
    background-color: #BB2291;
    padding: 40px 40px 50px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 17px;
}
.bannerContactForm .contactForm .row {
    margin: 0 -10px;
}
.contactBanner .bannerRow .bannerContentWrap {
    margin-top: 100px;
}
.contactBanner .bannerContentWrap:before {
    left: -100px;
    transform: translateX(0);
}
.contactBanner .bannerRow .bannerContentWrap .bannerInfo.white {
    line-height: 1.667;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin-top: 20px;
}
@media (max-width:1399px){
    .contactBanner .bannerRow {
        grid-gap: 0 40px;
        grid-template-columns: 1fr 650px;
    }
    .contactBanner .bannerRow .bannerContactForm {
        padding: 30px 30px 50px;
    }
    .contactBanner .bannerRow .bannerContentWrap .bannerInfo.white {
        margin-top: 12px;
        font-size: 18px;
    }
}
@media (max-width:1199px){
    .contactBanner .bannerRow {
        grid-template-columns: 1fr;
        grid-gap: 40px 0;
    }
    .contactBanner .bannerContentWrap:before {
        left: -15px;
    }
    .contactBanner .bannerRow .bannerContentWrap {
        margin-top: 25px;
    } 
    .midHeading{
        font-size: 20px;
    }
}
@media (max-width:575px){
    .contactBanner .bannerRow .bannerContactForm {
        padding: 20px 15px 30px;
    }
}
/*----------- Contact Page Banner Section Close Here  -----------*/
/*----------- Our Locations Section Start Here  -----------*/
.ourLocationWrapper {
    margin: -160px 0 130px 0;
    padding-bottom: 15px;
    z-index: 1;
}
.ourLocationWrapper .sectionTitle.middleTitle {
    margin-bottom: 10px;
}
.ourLocationsRows {
    grid-gap: 20px;
    margin-top: 100px;
}
.ourLocationsRows .ourLocationsColumn {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #F3F4F6;
    padding: 40px 20px 55px;
    border-radius: 10px;
    width: calc(33.3% - 20px);
}
.ourLocationsRows .ourLocationsColumn img {
    height: 100px;
    margin-bottom: 20px;
}
.ourLocationsRows .ourLocationsColumn .locationHeading {
    /*text-transform: capitalize;*/
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width:1399px){
    .ourLocationsRows {
        margin-top: 80px;
    }
    .ourLocationWrapper {
        margin: -110px 0 130px 0;
    }
}
@media (max-width:1199px){
    .ourLocationsRows .ourLocationsColumn {
        padding: 25px 20px 35px;
    }
    .ourLocationsRows .ourLocationsColumn img {
        height: 80px;
        margin-bottom: 20px;
    }
    .ourLocationWrapper {
        margin: -120px 0 100px 0;
    }
}
@media (max-width:991px){
    .ourLocationsRows .ourLocationsColumn {
        width: calc(50% - 20px);
    }
    .ourLocationsRows .ourLocationsColumn img {
        height: 60px;
        margin-bottom: 10px;
    }
    .ourLocationWrapper {
        margin: -80px 0 80px 0;
    }
}
@media (max-width:767px){
    .ourLocationWrapper {
        margin: -60px 0 60px 0;
    }
    .ourLocationsRows {
        margin-top: 40px;
    }
    .mainHeading {
        --mainHeading: 30px;
    }
}
@media (max-width:575px){
    .ourLocationsRows .ourLocationsColumn {
        width: 100%;
    }
    .ourLocationWrapper {
        margin: -40px 0 40px 0;
    }
}
@media (max-width:400px){
    .ourLocationWrapper {
        margin: -15px 0 30px 0;
    }
}
/*----------- Our Locations Section Close Here  -----------*/