.airport-clinic-banner img {
    width: 100%;
    display: block;
}
.airport-clinic-banner {
    margin-top: 105px;
    position: relative;
}
#banner {
    position: relative;
}
.airportclinic-para a {
    color: #00b7ac !important;
}

.overview-airport {
    color: #fff;
    background: #034ea1;
    padding: 50px 0;
}
.overview-airport h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

/* styles for airport clinic */

.airportclinic-para h1:nth-of-type(2){
    margin-top:20px;
}

.address-section {
    background: #f8f9fa;
    padding: 30px 20px;
    text-align: center;
}

.address-container h2 {
    font-size: 26px;
    color: #034EA1;
    font-weight: bold;
    margin-bottom: 20px;
}

.address-container p {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
}


.address-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.address-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; 
}

.address-details {
    flex: 1;
    text-align: left;
}

.address-details p {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    font-weight: 500;
    margin: 5px 0;
}

.address-map {
    flex: 1;
    min-width: 300px;
}

.address-map h2 {
    font-size: 26px;
    color: #034EA1;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.address-map iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; 
}

.address-header h2 {
    font-size: 26px;
    color: #034EA1;
    font-weight: bold;
    text-align: left; 
    flex: 1; 
}

.address-details,
.address-map {
    flex: 1;
}

.address-header h2:last-child {
    margin-left: 35px; 
}

@media (max-width: 1199px) {
    #banner {
        height: auto !important;
    }

}

@media (max-width: 767px) {
    
    .about-itpl h1, .overview-airport h1{
        font-size: 22px;
    }
}

/* treatments and procedure styles start here */

.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs li {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    min-height: 55px;
    margin-bottom: 20px;
    padding: 0 30px;
    border: 1px solid #034ea1;
}
.coe-icon {
    margin-right: 15px;
}
.coe-icon img {
    display: block;
}
.tab {
    cursor: pointer;
    padding: 10px !important;
}
.tab.active {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border-color: #000;
}
.tab.active .coe-icon img {
    filter: brightness(0) invert(1);
}
.tab:hover {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border-color: #000;
}
.tab:hover .coe-icon img {
    filter: brightness(0) invert(1);
}
.tab-content {
    margin-left: 20px;
    margin-right: 20px;
}
[data-tab-content] {
    display: none;
}
.active[data-tab-content] {
    display: block;
}
.coe-tab-desk-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.tab-content img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.tab-content p {
    color: #fff;
    line-height: 28px;
}
.coe h2, .kolkata-coe h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}


.coe-tab-mob {
    display: none;
}
.mob-call {
    display: none;
}

.treatments {
    padding: 25px 0;
    background: #4498a7;
}
.treatments h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.treatment-content p, .trtmnt-content p {
    color: #fff !important;
}
.treatment-content p span {
    font-family: 'MontserratBold';
    font-weight: 800;
}




.tabs li:last-child{
    margin-bottom:0px;
}

.tab-heading {
    max-height: 460px;
    overflow-y: auto;
    padding: 10px;
}



.tab-heading::-webkit-scrollbar {
    width: 3px; 
}

.tab-heading::-webkit-scrollbar-thumb {
    background: #034EA1; 
    border-radius: 4px;
}

.tab-heading::-webkit-scrollbar-track {
    background: transparent;
}

.tab-heading::-webkit-scrollbar-button {
    display: none; 
    
}

@media (max-width: 1199px) {
   
    .coe-icon {
        margin-right: 10px;
    }
    
}
@media (max-width: 768px) {
    
    .coe-tab-desk-top {
        gap: 10px;
    }
    
}
@media (max-width: 767px) {
  .coe-tab-desk-top {
        display: none;
    }
    .accordionItem {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .accordionItemHeading {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 100px;
        min-height: 55px;
        margin-bottom: 20px;
        padding: 0 30px;
        border: 1px solid #034ea1;
        color: #000;
    }
    
    .close{
        opacity: 1;
    }
    .close:focus, .close:hover {
        opacity: 1;
    }
    
    .accordionItemHeading p {
        font-size: 14px;
        color: #000;
        text-align: left;
    }
    .close .accordionItemContent {
        height: 0;
        transition: height 1s ease-out;
        transform: scaleY(0);
        float: left;
        display: block;
    }
    .open .accordionItemContent {
        width: 100%;
        display: block;
        transform: scaleY(1);
        transform-origin: top;
        transition: transform 0.4s ease;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .open .accordionItemHeading {
        background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
        color: #fff;
        border-color: #000;
    }
    .open .accordionItemHeading .coe-icon img {
        filter: brightness(0) invert(1);
    }
    .open .accordionItemHeading p {
        color: #fff;
        padding: 5px 0;
    }
    .accordionItemContent img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .accordionItemContent p {
        color: #fff;
        line-height: 28px;
    }
    .coe-tab-mob {
        display: block;
    }
    .desk-call {
        display: none;
    }
    
    .treatments h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .trtmnt-content p span {
        font-family: 'MontserratBold';
        font-weight: 800;
    }
    .address-map {
        margin-top: 5px;
    }
    
}
@media (max-width: 499px) {
    .coe h2{
        font-size: 20px;
    }
    .coe {
        padding: 15px 0;
    }
    .coe h2 {
        margin-bottom: 15px;
    }
    .treatments {
        padding: 0 0;
    }
   
}
@media (max-width: 375px) {

    .accordionItemHeading p {
        font-size: 12px;
    }
}


/* treatments and procedure styles ends here */