.contact_page .contact_banner {
    margin-top: 82px;
    position: relative;
    height: 498px;
    overflow: hidden;
}
.contact_page .contact_banner img {
    object-fit: cover;
    height: 100%;
}
.contact_page .contact_banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(25 25 25 / 87%) 81%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(25 25 25 / 87%) 81%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(25 25 25 / 87%) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#191919",GradientType=1);
}
.contact_page .contact_banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.contact_page .contact_banner .container-fluid {
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
}

.contact_banner .banner_title {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}
.contact_banner .banner_title span {
    display: block;
    font-weight: 300;
    font-size: 38px;
    border-top: 1px solid;
    margin-top: 14px;
    padding-top: 14px;
}

.title_sec {
    text-align: center;
}


/* Branceh Content */
.branch_content {
    padding: 120px 0;
}

.branch_content .top_sec {
    margin-bottom: 90px;
}

.branch_content .top_sec .title {
    margin-bottom: 30px;
}

.branch_content .top_sec .des {
    line-height: 1.8;
    text-align: justify;
}

.branch_content .contact_details_wrapp {
    background: #fbd79e5e;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.branch_content .contact_details_wrapp .contact_title {
    font-size: 20px;
    color: #321926;
    font-weight: 700;
}

.branch_content .contact_details_wrapp .contact_details .des {
    color: #321926;
    margin-bottom: 10px;
    line-height: 1.8;
}
.branch_content .contact_details_wrapp .contact_details .des a {
    color: #321926;
    font-weight: 600;
}
.branch_content .contact_details_wrapp .location_map {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #321926;
    padding-bottom: 10px;
    text-align: left;
    border-radius: 10px;
    padding-left: 10px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}
.branch_content .contact_details_wrapp .location_map a i {
    margin-right: 5px;
}
.branch_content .contact_details_wrapp .location_map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    background: #4b2a3b;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.branch_content .contact_details_wrapp .location_map:hover:before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.branch_content .contact_details_wrapp .location_map a {
    color: #e2b978;
    font-weight: 600;
    text-align: left;
}

.branch_content .contact_details_wrapp .location_map a svg {
    width: 20px;
    fill: #412145;
    margin-right: 10px;
}

.branch_content .contact_details_wrapp .contact_details {
    position: relative;
    height: 210px;
}
/* Branceh Content */

/* location Tab */
.location_tab .nav-tabs {
    justify-content: center;
}

.location_tab {
    padding: 100px 0;
    background: #F4F4F4;
}

.location_tab .nav-tabs .nav-link {
    padding: 0 7px;
    border: none;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #818181;
    margin: 0 10px;
    font-size: 24px;
}

.location_tab .nav-tabs .nav-link.active, .location_tab .nav-tabs .nav-link:hover {
    color: #321926;
    position: relative;
    background: none;
}
.location_tab .nav-tabs .nav-link.active:after {
    background: #321926;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
}

.location_tab .tab-content {
    padding: 40px 30px;
    background: #fff;
    border-radius: 0 0 24px 24px;
}

/* .location_tab .tab-content .location_map {
    border-radius: 10px;
    overflow: hidden;
} */
.location_tab .tab-content .location_map iframe {
    border-radius: 10px;
}
/* location Tab */

.home_gallery {
    padding: 140px 0;
    text-align: center;
}

.home_gallery .gallery_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    margin: 0 auto 50px;
}
.home_gallery .gallery_content .l_gallery {
    width: 58%;
    margin-right: 10px;
}

.home_gallery .gallery_content .l_gallery .bottom_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.home_gallery .gallery_content  .gallery_photo {
    margin-bottom: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.home_gallery .gallery_content .l_gallery .bottom_sec .gallery_photo {
    width: 100%;
    margin: 0;
    height: 258px;
}
.home_gallery .gallery_content .r_gallery .gallery_photo {
    width: 100%;
}

.home_gallery .gallery_content  .r_gallery {
    width: 38.5%;
}
.home_gallery .title {
    margin-bottom: 40px;
}
.home_gallery .top_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 33px 0 14px;
    margin-bottom: 30px;
}

.home_gallery .view_more {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}

.home_gallery .view_more:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}






/* 1800px */
@media only screen and (max-width:1800px) {
    .contact_page .contact_banner {
        height: 400px;
    }
}

/* 1600px */
@media only screen and (max-width:1600px) {
    .contact_page .contact_banner {
        height: 360px;
    }
    .branch_content {
        padding: 80px 0;
    }

    .home_gallery {
        padding: 100px 0 130px;
    }
  
    .home_gallery .title {
        margin-bottom: 30px;
    }
    .home_gallery .gallery_content  .gallery_photo, .home_gallery .gallery_content .gallery_photo img {
        height: 260px;
        object-fit: cover;
    }
    .home_gallery .gallery_content .r_gallery .gallery_photo {
        height: 530px;
    }
    .home_gallery .gallery_content .r_gallery .gallery_photo img {
        height: 530px;
    }

}

/* 1400px */
@media only screen and (max-width:1400px) {
    .contact_page .title {
        font-size: 22px;
    }
    .contact_page .title span {
        font-size: 30px;
    }
    .contact_page .contact_banner {
        margin-top: 69px;
        height: 340px;
    }
    .contact_banner .banner_title {
        font-size: 40px;
    }
    .contact_banner .banner_title span {
        font-size: 34px;
    }
    .branch_content .top_sec {
        margin-bottom: 30px;
    }
    .branch_content .contact_details_wrapp .contact_title {
        font-size: 18px;
    }
    .branch_content .top_sec .title {
        margin-bottom: 14px;
    }
    .branch_content {
        padding: 50px 0;
    }
    .location_tab .nav-tabs .nav-link {
        font-size: 18px;
    }

    .location_tab {
        padding: 50px 0;
    }
    .home_gallery {
        padding: 60px 0 100px;
    }
    .home_gallery .title {
        margin-bottom: 30px;
    }
    .location_tab .tab-content .location_map iframe {
        height: 280px;
    }

    .home_gallery .gallery_content  .gallery_photo, .home_gallery .gallery_content .gallery_photo img {
        height: 200px;
        object-fit: cover;
    }
    .home_gallery .gallery_content .r_gallery .gallery_photo, .home_gallery .gallery_content .r_gallery .gallery_photo img {
        height: 410px;
    }
    .home_gallery .gallery_content .l_gallery .bottom_sec .gallery_photo {
        height: 200px;
    }
}


/* 1200px */
@media only screen and (max-width:1200px) {

    .contact_page .contact_banner {
        margin-top: 51px;
        height: 260px;
    }
    .contact_banner .banner_title {
        font-size: 38px;
    }
    .contact_banner .banner_title span {
        font-size: 28px;
    }
  
    .branch_content {
        padding: 30px 0;
    }
    .branch_content .top_sec {
        margin-bottom: 20px;
    }
    .branch_content .contact_details_wrapp .contact_title {
        font-size: 16px;
    }
   
    .branch_content .contact_details_wrapp .contact_details {
        height: 180px;
    }
    .branch_content .contact_details_wrapp .contact_details .des {
        margin-bottom: 3px;
        line-height: 1.4;
    }
    
    .branch_content .contact_details_wrapp .location_map a svg {
        width: 15px;
        margin-right: 7px;
    }
    .branch_content .contact_details_wrapp .location_map a {
        font-size: 14px;
    }

    .location_tab {
        padding: 60px 0;
    }
    .location_tab .nav-tabs .nav-link {
        font-size: 16px;
    }
    .home_gallery {
        padding: 50px 0 80px;
    }
    .home_gallery .title {
        margin-bottom: 20px;
    }
    .home_gallery .gallery_content .l_gallery .bottom_sec {
        margin-top: 10px;
    }
    .home_gallery .gallery_content .l_gallery .bottom_sec .gallery_photo {
        height: 150px;
    }
    .home_gallery .gallery_content .l_gallery {
        margin-right: 10px;
    }
    .home_gallery .gallery_content  .gallery_photo, .home_gallery .gallery_content .gallery_photo img {
        height: 150px;
    }
    .home_gallery .gallery_content .r_gallery .gallery_photo, .home_gallery .gallery_content .r_gallery .gallery_photo img {
        height: 310px;
    }
   
    .contact_page .title {
        font-size: 20px;
    }
    .contact_page .title span {
        font-size: 28px;
    }
}

/* 991px */
@media only screen and (max-width:991px) {

    .contact_page .contact_banner {
        height: 190px;
    }
    .contact_banner .banner_title {
        font-size: 30px;
    }
    .contact_banner .banner_title span {
        font-size: 22px;
    }
    .branch_content .top_sec .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .branch_content .contact_details_wrapp .contact_details {
        height: 290px;
    }
    .branch_content .contact_details_wrapp .contact_title {
        font-size: 18px;
    }
    .home_gallery .gallery_content .l_gallery {
        width: 57%;
        margin-right: 24px;
    }
}


/* 767px */
@media only screen and (max-width:767px) {
    .contact_page .contact_banner {
        height: 140px;
        margin-top: 65px;
    }
    .contact_page .contact_banner .container {
        padding-bottom: 20px;
        justify-content: center;
    }
    .contact_banner .banner_title {
        font-size: 22px;
    }
    .contact_banner .banner_title span {
        font-size: 18px;
    }
    .branch_content .top_sec {
        margin-bottom: 30px;
    }
    .branch_content .top_sec .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .branch_content .top_sec .des {
        font-size: 16px;
    }
    .home_gallery {
        padding: 40px 0 100px;
    }
    .home_gallery .gallery_content .l_gallery {
        width: 46%;
        margin-right: 15px;
    }
    
    .home_gallery .title {
        margin-bottom: 20px;
    }
    .home_gallery .gallery_content  .r_gallery {
        width: 33.5%;
    }
    .location_tab {
        padding: 40px 0;
    }
    .location_tab .tab-content {
        padding: 30px 20px;
    }
    .location_tab .tab-content .location_map iframe {
        height: 250px;
    }
   
    .location_tab .nav-tabs .nav-link {
        font-size: 16px;
    }

    .branch_content .contact_details_wrapp .contact_title {
        font-size: 16px;
    }
    .branch_content .contact_details_wrapp .contact_details .des {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .branch_content .contact_details_wrapp .contact_details {
        height: 120px;
    }

    .home_gallery .top_sec {
        flex-direction: column;
    }
}

/* 480px */
@media only screen and (max-width:480px) {

    .contact_page .contact_banner {
        height: 90px;
    }
    .contact_banner .banner_title {
        font-size: 20px;
    }
    .contact_banner .banner_title span {
        font-size: 16px;
    }
    /* .contact_banner .banner_title {
        font-size: 28px;
    }
    .contact_banner .banner_title span {
        font-size: 23px;
    } */
    .branch_content {
        padding: 30px 0;
    }
    .branch_content .top_sec .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .branch_content .contact_details_wrapp .contact_title {
        font-size: 14px;
    }
    .branch_content .contact_details_wrapp {
        padding: 10px;
    }
    /* .branch_content .contact_details_wrapp .contact_details {
        height: 180px;
    } */
    .branch_content .contact_details_wrapp .contact_details .des {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .branch_content .contact_details_wrapp .location_map a {
        font-size: 12px;
    }
    .branch_content .contact_details_wrapp .location_map a svg {
        width: 11px;
        margin-right: 8px;
    }
    .location_tab {
        padding: 28px 0;
    }
    .location_tab .nav-tabs .nav-link {
        font-size: 14px;
    }
    .home_gallery {
        padding: 30px 0 100px;
    }
    .home_gallery .title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .branch_content .top_sec .des {
        font-size: 14px;
    }
    
   
   

}

