/* ====================================
== Start Services Section
======================================= */
.image-col {
    padding: 0px;
}
.image-content h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.image-content img {
    margin-bottom: 28px;
}
.image-content {
    box-shadow: rgba(148, 148, 148, 0.25) 0px 2px 12px 0px;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.event-row {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
.event-row .image-col {
    max-width: calc(33.33% - 32px);
    width: 100%;
    height: auto;
}
.event-row .slick-list{
    overflow: unset !important;
}
.slick-track {
  display: flex;
}
.slick-initialized .slick-slide > div, .slick-initialized .slick-slide > div .product-box {
    height: 100%;
}
.slick-initialized .slick-slide {
  height: auto;
}
/*.service-row-slider{
    margin-bottom: 0 !important;
}*/
/*.services-content ul.service-menu {
    column-count: 2;
}
.services-content ul.service-menu li {
    padding-left: 14px;
    margin-bottom: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    display: block;
}
.services-content ul.service-menu li a{
    color: #192530;
}
.services-content ul.service-menu li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #016BBD;
    left: 0;
    top: 10px;
}
.services-content ul.service-menu .service-inner-menu li {
    margin: 8px 0 0 12px;
}
.services-content ul.service-menu .service-inner-menu li:before {
    background-color: #000;
}*/
@media only screen and (max-width: 1600px){
    .image-content h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px){
    .image-content h3{
        font-size: 18px;
    }
    /*.services-content ul.service-menu {
        column-count: 1;
    }*/
}
@media only screen and (max-width:1199px){
    .event-row{
        gap: 30px;
       justify-content: center;
    }
}
@media only screen and (max-width: 991px){
    .image h3, .services-content img {
        margin-bottom: 24px;
    }
    .event-row .image-col {
        max-width: calc(50% - 10px);
   }
   .event-row{
     gap: 20px;
     justify-content: center;
   }
}
@media only screen and (max-width: 699px){
    .image-col{
        padding: 0px;
    }
}
@media only screen and (max-width: 575px){
    .image-content h4, .image-content img {
        margin-bottom: 20px;
    }
    .event-row .image-col {
        max-width: 100%;
        width: 100%;
   }
}
/* ====================================
== End Services Section
======================================= */
/*===============================================
= End section5_wrapper CSS
==============================================*/
.section5_wrapper {
    background-color: #2C4559;
}
.doctor-content h2, .doctor-content p {
    color: var(--white_color);
}
.doctor-btn i {
    margin-left: 8px;
}
.doctor-btn a {
    color: var(--blue_color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    transition: all 0.4s;
    text-align: center;
}
.doctor-btn a:hover{
    color: var(--white_color);
}
.doctor-content p {
    padding-bottom: 24px;
}
.doctor-row1{
    padding-bottom: 120px;
}
.vision-content{
    padding-right: 90px;
    padding-bottom: 0;
}
.vision-video{
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.vision-video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*.docotr_specialist_main_section.section {
    background: var(--dark_gray);
}
.docotr_specialist_right_tab_name{
    margin-left: auto;
}
.docotr_specialist_right_tab_name,
.docotr_specialist_main_section.section p{
    max-width: 638px;
}*/
.docotr_specialist_main_section.section h2,
.docotr_specialist_main_section.section p {
    color: var(--white_color);
}
.docotr_specialist_main_section .more-link {
    color: var(--purple_color);
}
.docotr_specialist_main_section .more-link:hover {
    color: var(--white_color);
}
.docotr_specialist_main_row.row {
    align-items: center;
}
.docotr_specialist_main_container {
    max-width: 1440px;
}
ul.doctor_name_changes_list {
    display: flex;
    list-style: none;
    padding: 0;
    /* padding-bottom: 20px; */
    margin-bottom: 24px;
    border-bottom: 1px solid rgb(79 132 153);
    width: fit-content;
}

ul.doctor_name_changes_list li {
    margin-right: 25px;
    cursor: pointer;
    padding-bottom: 20px;
}

.doctor_name_changes_list li.tab.active {
   border-bottom: 1px solid var(--purple_color);
}

ul.doctor_name_changes_list li:last-child {
    margin-right: 0;
}

.docotr_specialist_main_img_blk.hidden {
    display: none;
}

.docotr_specialist_main_img_blk {
    display: block;
    text-align: center;
}

.docotr_specialist_right_tab_change.hidden {
    display: none;
}

.docotr_specialist_main_img_blk img {
    width: 704px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.doctor_name_changes_list li.tab a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* letter-spacing: 0.04em; */
    color: #24394A;
}

.doctor_name_changes_list li.tab.active a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* letter-spacing: 0.04em; */
    color: #016BBD;
}

.doctor_name_changes_list li.tab a {
    text-decoration: none;
}

.docotr_specialist_heading_txt h2 {
    color: #24394A;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
}

.docotr_specialist_right_tab_change p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}

/*.docotr_specialist_right_tab_change span {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
}
*/
.docotr_specialist_conatct_btn a.defult-cta-button {
    background: transparent;
    color: var(--purple_color);
    border: none;
    box-shadow: none;
    padding: 0;
}
.read-more-content .scrollbar-active {
    max-height: 260px !important;
    overflow-y: auto;
}
.dr_description {
    margin-top: 22px;
}
.read-more-content  .read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.read-more-content .scrollbar-active .read-more-span {
    display: inline-block;
}
.read-more-content a.read-more {
    color: #016BBD;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.read-more-content a.read-more:hover {
    color: #000;
}
.dr-section-content .scrollbar-inner {
    padding: 0 15px 0 0 !important;
    max-height: max-content !important;
    min-height: 250px;
}
.dr-section-content .scrollbar-inner.scrollbar-active {
    max-height: 200px !important;
}
.responsive-tabs i {
    display: none;
}
@media only screen and (max-width: 768px){
    ul.doctor_name_changes_list {
        width: 100%;
        flex-direction: column;
        position: relative;
    }
    .responsive-tabs i {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
    }
    ul.doctor_name_changes_list {
        width: 100%;
        flex-direction: column;
        position: relative;
    }
    .doctor_name_changes_list li.tab a{
        width: 100%;
    }
    .responsive-tabs .non-active{
        display: none;
    }
    .responsive-tabs.open .non-active{
        display: unset;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px){
	.docotr_specialist_main_img_blk img {
		width: 70%;
	}
}
@media only screen and (max-width: 767px){
    .dr_description.scroll-content, .read-more-content .read-{
        height: auto !important;
    }
    .read-more-content .scrollbar-active {
        max-height: 300px !important;
    }
    .image-text_content h2 span {
    font-size: 16px;
   }
}
.npf{display: none !important}

/* width */
.scrollbar-active::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.scrollbar-active::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); 
  border-radius: 10px;
}
 
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
  background: #a48d6c; 
  border-radius: 10px;
}

/*.docotr_specialist_right_tab_change {
    margin-bottom: 25px;
}*/
.docotr_specialist_conatct_btn {
    padding-top: 24px;
}
.docotr_specialist_conatct_btn a::after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
}
.site_same_btn_all i::before{
    content: "\f061";
    margin-left: 10px;
    vertical-align: middle;
}
@media only screen and (max-width: 1300px){
    .docotr_specialist_right_tab_name{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 1200px){
    .doctor-row1{
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1024px){
    .vision-content{
        padding-right: 30px;
    }
}
@media only screen and (max-width: 992px){
    .doctor-row1{
        padding-bottom: 60px;
    }
    body .default-content p{
        font-size: 16px;
    }
    .doctor-content p{
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    .docotr_specialist_right_tab_name, .docotr_specialist_main_section.section p {
        padding: 0;
        max-width: 100%;
    }
    .docotr_specialist_heading_txt h2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    .vision-content{
        padding-right: 0;
        padding-top: 15px;
    }
    .doctor-row1{
        padding-bottom: 20px;
    }
    .order-content{
        order: 2;
    }
    .order-content-last{
        order: 1;
    }
    .docotr_specialist_main_section.section .default-content,
    .docotr_specialist_heading_txt h2{
        padding-top: 20px;
    }
    .docotr_specialist_right_tab_name{
        padding-left: 0;
        max-width: unset;
    }
    .docotr_specialist_heading_txt h2{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    ul.doctor_name_changes_list li {
        padding-bottom: 6px;
    }
    .doctor_name_changes_list li.tab a {
        font-size: 16px !important;
    }
    .doctor_name_changes_list li.tab.active a {
        font-weight: 600;
    }
    ul.doctor_name_changes_list{
        display: inline-block;
        width: 100%;
    }
    .docotr_specialist_main_section .dr_description{
        margin-top: 0px;
    }
}
/*===============================================
= End section5_wrapper CSS
===============================================*/
/*============================================
= startLogo Section CSS
===============================================*/
.our-team-section{
    background: #fff;
    padding: 40px 0 80px;
    position: relative;
}
.team-image{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.team-image img{
    max-width: 90%;
    height: auto;
    display: block;
}

.our-team-section .slick-track{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px){
    .team-image{
        justify-content: center;
    }
    .our-team-section{
        padding: 30px 0 60px;
    }
}
@media only screen and (max-width: 575px){
    .our-team-section{
        padding: 20px 0 40px;
    }
}
@media only screen and (max-width:420px){
    .docotr_specialist_main_section .read-more-span{
        overflow: auto;
    }
}
@media only screen and (max-width: 385px){
    .our-team-section .default-btn{
        font-size: 11px !important;
    }
}