.implantOtologyBanner-container{
    width: 100%;   
         
    height: 300px; 
    background-image: url('Images/treatment-banner.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 90px;
    padding-top: 90px;  
}
.implantOtologyBanner-container::before{
    content: ''; /* The ::before element requires a content property */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 300px;
    background: rgba(88, 79, 79, 0.7);          
    z-index: 1;
    margin-top: 90px;
    
}
.section-heading.implant-otology{
    position: relative;
    z-index: 2;
}
.section-heading.implant_otology {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 70px;
    font-family: 'Libre Baskerville';
    color: #fff;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 1;
}
.breadcrumb{
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
    position: relative;
    z-index: 2;
}
.breadcrumb-items {
    font-family: 'Libre Franklin';
    text-decoration: none;
    color: #fff;
}
.breadcrumb li {
    padding-right: 10px;
    color: #fff;
}
.breadcrumb-items.active:hover {
    color: #fff;
    text-decoration: underline;
}
.implantOtologyContent-container{
    width:80%;
    margin: auto;
    padding: 60px 0px;
   
}
.implantOtologyContent-heading{
    font-family: 'Libre Baskerville';
    color: #1a2751;
    font-size:30px;
    margin-top:0px;
   
}
.implantOtology-img{
    border-radius: 0px 0px 20px 20px;
}
.implantOtologyTop-contaier{
    display:flex;
    justify-content: space-between;
}
.implantOtologyContent-subHeading{
    font-family: 'Libre Baskerville';
    color: #1a2751; 
    font-size: 24px;
    font-weight:500;
}
.implantOtologyContent-para{
    font-family: 'Libre Franklin';
    color:#6e7691;
    font-size: 17px;
    word-spacing: 5px;
    text-align: justify;
    line-height: 1.3;
    margin-bottom:0px;
    
}
.qlhead{
    display: none;
}
/* .implantOtology-infoContainer, .implantOtology-infoContainer.two, .implantOtology-infoContainer.three, .implantOtology-infoContainer.four, .implantOtology-infoContainer.five, .implantOtology-infoContainer.six {
    width:56%;
    display: none;
}

.implantOtology-infoContainer.one.active{
    display: block;
    width:56%;
}
.implantOtology-infoContainer.two.active{
    display: block;
    width:56%;
} */

.implantOtology-infoContainer {
    display: none;
}
.implantOtology-mainContainer{
    width: 56%;
}
.implantOtology-infoContainer.active {
    display: block;
   
   
    z-index: 1;
    position: relative;
    animation: slideInLeft 1.5s ease-out; /* 1s duration, ease-out for a smooth finish */
    opacity: 1; 
}


@keyframes slideInLeft{
    0% {
        transform: translateX(-100%); /* Start off the screen from the left */
        opacity: 0; /* Hidden initially */
      }
      100% {
        transform: translateX(0); /* Slide to its original position */
        opacity: 1; /* Fully visible */
      }
}
@keyframes slideInRight{
    0% {
        transform: translateX(200%); /* Start off the screen from the right */
        opacity: 0; /* Hidden initially */
      }
      100% {
        transform: translateX(0); /* Slide to its original position */
        opacity: 1; /* Fully visible */
      }
}

.tab-heads.active {
    background-color: #8596c4; /* Style for active tab */
   
   

}
.tab-heads.active .tabHead-links{
    color:#ffffff;
}

.tabbles-container{
    list-style: none;
    padding-left: 0px;
    line-height: 1.3;
    margin: 0px;
    box-shadow:5px 5px 5px;
}
.tabbles-container li{
    cursor:pointer;
}
.tabHead-links{
    text-decoration: none;
    color: #1a2751;
    display: block;
    padding: 13px 30px 13px 10px;
    border-bottom: 1px solid #8596c4;
    transition: all 0.3s ease-out;
    font-family: 'Libre Franklin';
}

/* .tab-heads:hover .tabHead-links {
    background: #8596c4;
    color: #fff;
} */

/* responsive starts*/
@media(max-width:1441px){
    .implantOtology-img{
        width: 49%;
        object-fit: cover;
        height: 287px;
    }
    .implantOtology-infoContainer.active {
       
        width: 100%;
    }
}
@media(max-width:1162px){
    .implantOtologyContent-container {
        width: 85%;
    }    
}
@media(max-width:1078px){
    .tab-container{
        width: 40%;
    }
}
@media(max-width:999px){
    .section-heading.implant_otology {
      
        font-size: 55px;
    }
}
@media(max-width:908px){
.implantOtology-mainContainer{
    width: 100%;
}
.implantOtologyContent-para{
    font-size:16px;
}
}
@media(max-width:835px){
    .implantOtology-img {
        width:62%;
        object-fit: cover;
        height: 263px;
    }
    .tab-container {
        width: 34%;
    }
}
@media(max-width:768px){
    .implantOtologyTop-contaier{
        display: block;
    }
    .implantOtology-imgContainer{
        display: flex;
        flex-direction: column;
    }
    .implantOtology-img{
        width: 100%;
        order: 2;
    }
    .tab-container{
        width:100%;
       
    }
    
    .qlhead{
        display: flex;
        align-items:center;
        justify-content: space-between;
        color: #ffffff;
        
        padding: 13px 30px 13px 10px;
        border: 1px solid transparent;
        background-color:#8596c4;
        font-weight: 600;
        transition: all 0.3s ease-out;
        font-family: 'Libre Franklin';
        margin: 0px;
        order: 1;
    }
    .tabbles-container{
                max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease-out;
        background: #ffffff;
        box-shadow:0px 0px 0px;
    }
    
    .tabbles-container.down{
        height: auto;
        transition: max-height 0.5s linear !important;
        max-height: 500px;
       
       
    }
    .section-heading.implant_otology {
        font-size: 40px;
    }
}
@media(max-width:495px){
    .section-heading.implant_otology {
        font-size: 30px;
    }
    
}
@media(max-width:380px){
    .section-heading.implant_otology {
        font-size: 27px;
    }
    .breadcrumb li {
        padding-right: 4px;
        color: #fff;
    }
}
@media(max-width:321px){
    .section-heading.implant_otology {
        font-size: 23px;
    }
    .breadcrumb-items {
        font-size: 14px;
    }
}

