.about-us-location-tabs .title{
    margin-bottom: 60px;
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.about-us-location-tabs .tabs-location .location_search{
    color: #999999;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.about-us-location-tabs .headoffice{
    background: #F5F5F5;
    padding-top: 60px;
    margin-top: 110px;
}
.about-us-location-tabs h3{
    color: #000;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;

}
.about-us-location-tabs .head-office-box .location-tilte{
    background:linear-gradient(92deg, #544FF8 25.77%, #2EB6AE 69.67%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.about-us-location-tabs .head-office-box {
    gap:167px;
}
.about-us-location-tabs .head-office-box .address{
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}


 .about-us-location-tabs .aboutus-list-location, .list-location{
     margin: 110px 0;
}
.about-us-location-tabs .location-details{
    border-radius: 12px;
    background: #F5F5F5;
    padding: 34px 0px 39px 40px;

}
 .about-us-location-tabs .aboutus-list-location .location-details{
    padding:22px 22px 0px 22px;
}
.about-us-location-tabs .aboutus-list-location .location-tilte{
    background: linear-gradient(93deg, #544FF8 20.73%, #2EB6AE 35.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}
.about-us-location-tabs .aboutus-list-location .address {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
}
.about-us-location-tabs .aboutus-list-location .location-details {
    flex: 1 1 31%;
}


 .about-us-location-tabs .nav-pills{
    border-bottom: 3px solid #E6E6E6;
    gap: 60px;
}
 .about-us-location-tabs .nav-pills button {
    color: #999999;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px 10px;
    text-transform: capitalize;
    margin-bottom: -3px;
}
 .about-us-location-tabs .nav-pills button:hover{
    color: #000
}
 .about-us-location-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-bottom:3px solid transparent;
    border-image: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
    color: #000;
    border-image-slice: 1;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
}

 .about-us-location-tabs .btn-close {
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 10px;
    border-radius: 0;
    color: #000;
    background-color: white;
    opacity:1;
    margin: 15px
}
/* .location-details {flex: 1 1 31%} */

.about-us-location-tabs .list-location .location-details{
    padding-bottom:0px;
}
.about-us-location-tabs .banner_image img {
    width: 700px;
    height: 220.78px;
}
.about-us-location-tabs .content-img img {
    width: 320px;
    /* height: 272px; */
}

.about-us-location-tabs .location-details .content-img {
    overflow: hidden;
     margin: 0 auto;
    display: block;
}
.about-us-location-tabs .location-details .content-img img {
    width: 100%;
}
.about-us-location-tabs .location-details .location-main-img {
    transition: transform 0.3s ease-in-out;
}
.about-us-location-tabs .location-details .location-hover-img {
    display: none;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}
.about-us-location-tabs .location-details:hover .location-main-img {
    transform: scale(0);
    display: none;
}
.about-us-location-tabs .location-details:hover .location-hover-img {
    display: block;
    transform: scale(1);
}

@media (max-width: 1199.98px) { 
    .about-us-location-tabs .banner_image img {
        width: 100%;
        height: auto;
    }
    .leftheadofc-txt{
        width: 33%;
    }
    .rightheadofc-img{
        width: 60%;
    }
    .about-us-location-tabs h3{
            font-size: 32px;
    }
    .about-us-location-tabs .head-office-box{
        gap: 45px;

    }
     .about-us-location-tabs .aboutus-list-location, .list-location{
        margin:60px 0;
    }
    .about-us-location-tabs .title{
        margin-bottom: 80px;
        font-size: 44px;
    
    }
    .about-us-location-tabs .headoffice{
        padding-top: 44px;
        margin-top: 72px;
    }
    .about-us-location-tabs .head-office-box .location-tilte{
        font-size: 26px;
        margin-bottom: 26px;

    }

    .about-us-location-tabs .head-office-box .address{
        font-size: 18px;
    }
    .about-us-location-tabs .location-details{
        padding: 44px 0px 30px 0px;
    }
    .about-us-location-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        font-size: 22px;
    }
    .about-us-location-tabs .aboutus-list-location .location-details,
    .about-us-location-tabs .tab-content .location-details {
        flex: 1 1 48%;
    }
}
@media (max-width: 767.98px) {
    .about-us-location-tabs .nav-pills {
        border-bottom: none;
        position: relative;
    }
    .about-us-location-tabs .nav-pills button {
        margin-bottom: 0;
        padding: 0 10px 13px;
        position: relative;
    }
     .leftheadofc-txt{
        width: 100%;
    }
    .rightheadofc-img{
        width: 100%;
    }
    .about-us-location-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border-bottom: none;
        border-image: none;
    }
    .about-us-location-tabs .location-tabs-nav-wrapper {
        position: relative;
    }
    .about-us-location-tabs .location-tabs-nav-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #E6E6E6;
        z-index: 1;
    }
    .about-us-location-tabs .nav-pills .nav-link.active::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
        z-index: 2;
    }
     .about-us-location-tabs .location-details{
        padding: 42px 0px 19px 0px;
    }
    .about-us-location-tabs .tabs-location {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        margin: 0 40px;
    }
    .about-us-location-tabs .tabs-location::-webkit-scrollbar {
        display: none;
    }
    .about-us-location-tabs .sector-scroll-arrow {
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
    }
    .about-us-location-tabs .sector-scroll-arrow-left {
        display: block;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 5;
    }
    .about-us-location-tabs .scroll-arrow {
        background: #999;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
        width: 34px;
        height: 34px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-us-location-tabs .scroll-arrow:hover {
        background: linear-gradient(311deg, #2EB6AE -3.42%, #544FF8 43.25%);
    }
    .about-us-location-tabs h3{
        font-size: 28px;
    }
    .about-us-location-tabs .nav-pills{
        gap: 50px;
    }

    .about-us-location-tabs .title{
        font-size: 44px;
        margin-bottom: 80px;
    }
     .about-us-location-tabs .title{
        font-size: 40px;
        margin-bottom: 58px;
    }

    .about-us-location-tabs .headoffice {
        margin-top: 29px;
        padding-top: 44px;
    }
    .about-us-location-tabs .head-office-box{
        gap:38px;
        flex-direction: column;
        align-items: flex-start;
    }
    .about-us-location-tabs .head-office-box > div {
        align-self: flex-start !important;
    }
    .about-us-location-tabs .banner_image {
        width: 100%;
        margin: auto;
    }
    .about-us-location-tabs .location-details .d-flex {
        flex-direction: column;
    }
    .about-us-location-tabs .head-office-box .location-tilte{
        margin-bottom: 22px;
        font-size: 24px;
    }
    .about-us-location-tabs .head-office-box .address{
        font-size: 16px;
    }
    .about-us-location-tabs .aboutus-list-location, .list-location{
        margin:60px 0;
    }

    .about-us-location-tabs .location-details .content-img{
        margin: auto !important;
    }

    .about-us-location-tabs .aboutus-list-location .location-details,
    .about-us-location-tabs .tab-content .location-details {
        flex: 1 1 100%;
    }
}

