/* ===================================== */
/*       BASIC PROVIDER INFO             */
/* ===================================== */
.elementor-widget-provider_basic_info .button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 24px 0;
}

.elementor-widget-provider_basic_info .button-container .elementor-button.schedule-appointment {
    background-color: #005288;
}

.elementor-widget-provider_basic_info .button-container .elementor-button.schedule-appointment:hover {
    background-color: #09446B;
}

@media screen and (min-width:768px) {
    .elementor-widget-provider_basic_info .button-container {  
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .elementor-widget-provider_basic_info .button-container {
        gap: 24px;
    }
}
/* ===================================== */
/*       BIOGRAPHY TABS                  */
/* ===================================== */
.provider-biography-tabs .provider-tabs-wrapper {
    display: none;
}

.provider-biography-tabs .elementor-title {
    margin-bottom: 64px;
}

.provider-biography-tabs .provider-tabs-wrapper .tab-title,
.provider-biography-tabs .provider-content-wrapper .mobile-tab-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    padding: 12px 16px;
    flex: 1 0 0;
    cursor: pointer;
}

.provider-biography-tabs .provider-content-wrapper .mobile-tab-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: solid 1px #e7e7e7;  
    border-radius: 8px 8px 0 0;
}

.provider-biography-tabs .provider-tabs-wrapper .tab-title h4,
.provider-biography-tabs .provider-content-wrapper .mobile-tab-title h4 {
    font-family: "Be Vietnam Pro";
    color: #1C2B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    text-align: center;
    padding: 0;
    margin: 0;
}


.provider-biography-tabs .provider-content-wrapper .mobile-tab-title .icon {
    width: 20px;
    height: 28px;
    transition: all 0.4s ease-in-out;
}

.provider-biography-tabs .provider-content-wrapper .mobile-tab-title .icon svg {
    filter: brightness(10%);
    transform: rotate(270deg);
    
}

.provider-biography-tabs .provider-tabs-wrapper .tab-title.active,
.provider-biography-tabs .provider-content-wrapper .mobile-tab-title.active {
    background-color: #218372;
    color: #ffffff;
}

.provider-biography-tabs .provider-tabs-wrapper .tab-title.active h4,
.provider-biography-tabs .provider-content-wrapper .mobile-tab-title.active h4 {
    color: #ffffff;
}

.provider-biography-tabs .provider-content-wrapper .mobile-tab-title.active .icon svg {
    filter: brightness(100%);
    transform: rotate(90deg);  
}

.provider-biography-tabs .provider-content-wrapper .tab-content {
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.8s ease-out;
    padding-top: 24px;
}

.provider-biography-tabs .provider-content-wrapper .tab-content .content-wrapper {
    padding: 24px;
}

.provider-biography-tabs .provider-content-wrapper .tab-content.active {
    display: block;
}


/* ============================= */
/*       CAROUSELS               */
/* ============================= */

.location-carousel,
.provider-carousel, 
.testimonial-carousel {
    padding-top: 80px;
}

.testimonial-carousel .swiper-wrapper {
    padding-bottom: 40px;
}

.elementor-widget-provider_locations_carousel .location-carousel,
.elementor-widget-testimonial_carousel .testimonial-carousel {
    padding-top: 70px;
}

.elementor-widget-provider_locations_carousel .elementor-title {
    margin-left: 28px;
    margin-bottom: -52px;
}

.provider-cards,
.testimonial-cards {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.provider-cards {
    margin-top: 40px;
}

.provider-carousel .provider-slide,
.provider-cards .provider-card,
.provider-archive-cards .provider-card,
.testimonial-cards .testimonial-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    gap: 24px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    height: auto;
}

.testimonial-carousel .testimonial-slide {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0px 20px 40px -8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.testimonial-cards .testimonial-card {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    box-shadow: 0px 20px 40px -8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.location-carousel .swiper-button,
.provider-carousel .swiper-button,
.testimonial-carousel .swiper-button {
    background-color: #218372;
    border-radius: 4px;
    top: 30px;
    right: 20px;
    left: auto;
    width: 48px;
    height: 48px;
}

.location-carousel .swiper-button {
    top: 26px;
}

.location-carousel .swiper-button.swiper-button-prev,
.provider-carousel .swiper-button.swiper-button-prev,
.testimonial-carousel .swiper-button.swiper-button-prev {
    right: 84px;
    transform: rotate(180deg);
}

.location-carousel .swiper-button.swiper-button-next,
.provider-carousel .swiper-button.swiper-button-next,
.testimonial-carousel .swiper-button.swiper-button-next {
    right: 20px;
}

.location-carousel .swiper-button::after,
.provider-carousel .swiper-button::after,
.testimonial-carousel .swiper-button::after {
    opacity: 0;
    height: 0;
    width: 0;
}

.provider-slide {
    height: auto;
}

.provider-slide .provider-photo-title,
.provider-card .provider-photo-title,
.testimonial-slide .logo-rating,
.testimonial-card .logo-rating {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
}

.provider-slide .provider-photo-title,
.provider-card .provider-photo-title {
    grid-row: span 2;
}

.provider-card .provider-photo-title .photo,
.provider-slide .provider-photo-title .photo,
.testimonial-card .testimonial-logo-rating .logo,
.testimonial-slide .testimonial-logo-rating .logo {
    width: 30%;
    min-width: 80px;
    max-width: 150px;    
}

.provider-slide .provider-photo-title img,
.provider-card .provider-photo-title img,
.testimonial-slide .testimonial-logo-rating img,
.testimonial-card .testimonial-logo-rating img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 200px 200px;
}

.title-rating,
.provider-slide .provider-photo-title .title-rating,
.provider-card .provider-photo-title .title-rating {
    grid-column: span 3;
}

.testimonial-slide .testimonial-logo-rating,
.testimonial-card .testimonial-logo-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.title-rating h4,
.provider-slide .provider-photo-title .title-rating h4,
.provider-card .provider-photo-title .title-rating h4 {
    color: #1C2B39;
    /* H4 - Large */
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
}

.testimonial-slide .testimonial-author h4 {
    font-weight: 600;
}

.star-rating,
.provider-slide .star-rating,
.provider-card .star-rating,
.testimonial-slide .star-rating,
.testimonial-card .star-rating {
    display: flex;
}

.elementor-widget-provider_basic_info .star-rating {
    display: inline-flex;
    align-items:flex-start;
    gap: 19px;
    padding: 4px 12px;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    margin-bottom: 18px;
    flex: 1 0 0;
}

.stars,
.provider-slide .stars,
.provider-card .stars,
.testimonial-slide .stars,
.testimonial-card .stars {
    display: flex;
    margin-left: 8px;
}

.stars .star {
    width: 16px;
    height: 16px;
}

.elementor-widget-provider_basic_info .star-rating .star {
    margin-right: 8px;
    margin-top: 2px;
}

.elementor-widget-testimonial_carousel .star-rating .star {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.star-wrapper .star,
.provider-card .stars .star-wrapper .star,
.provider-slide .stars .star-wrapper .star {
    position: absolute;
}

.stars .star.marked,
.provider-card .stars .star.marked,
.provider-slide .stars .star.marked {
    fill: #218372;
}

.stars .star.unmarked,
.provider-card .stars .star.unmarked,
.provider-slide .stars .star.unmarked {
    fill: #cdcdcd;
}

.testimonial-card .stars .star.marked,
.testimonial-slide .stars .star.marked {
    fill: #fbe790;
}

.stars .star-wrapper,
.provider-card .stars .star-wrapper,
.provider-slide .stars .star-wrapper {
    position: relative;
    width: 16px;
    height: 16px;
}

.stars .star-wrapper .star.marked,
.provider-card .stars .star-wrapper .star.marked,
.provider-slide .stars .star-wrapper .star.marked {
    z-index: 10;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    overflow: hidden;
}

.stars .star-wrapper .star.unmarked,
.provider-card .stars .star-wrapper .star.unmarked,
.provider-slide .stars .star-wrapper .star.unmarked {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
}

.stars .star-wrapper .star.marked svg,
.provider-card .stars .star-wrapper .star.marked svg,
.provider-slide .stars .star-wrapper .star.marked svg {
    position: absolute;
    fill: #218372;
    width: 16px;
    height: 16px;
}

.stars .star-wrapper .star.unmarked svg,
.provider-card .stars .star-wrapper .star.unmarked svg,
.provider-slide .stars .star-wrapper .star.unmarked svg {
    fill: #cdcdcd;
}

.provider-slide .stars .star,
.provider-card .stars .star {
    width: 16px;
}

.provider-slide .stars .star-wrapper .star svg,
.provider-card .stars .star-wrapper .star svg,
.provider-slide .stars .star svg,
.provider-card .stars .star svg {
    width: 16px;
    height: 16px;
}

.provider-slide .specialties,
.provider-slide .locations,
.provider-card .specialties,
.provider-card .locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 24px;
    row-gap: 12px;
    min-height: 70px;
}

.provider-slide .specialties {
    min-height: 74px;
}

.provider-slide .specialties-locations,
.provider-card .specialties-locations {
    grid-row: span 2;
}

.provider-slide .specialties span,
.provider-slide .locations span,
.provider-card .specialties span,
.provider-card .locations span {
    display: inline-block;
    background-color: #616161;
    color: #ffffff;
    font-family: 'Be Vietnam Pro', Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 2.4px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 32px;
    padding: 4px 12px;
    margin-right: 8px;
    white-space: nowrap;
    align-self: flex-end;
}

.provider-slide .locations span,
.provider-card .locations span {
    align-self: flex-start;
}

.provider-slide .locations span.location,
.provider-card .locations span.location {
    background-color: #ffffff;
    color: #616161;
    border: solid 1px #e7e7e7;
}

.provider-slide .specialties span.view-more,
.provider-card .specialties span.view-more,
.provider-slide .locations span.view-more.location,
.provider-card .locations span.view-more.location {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.provider-slide .specialties span.view-more svg path,
.provider-card .specialties span.view-more svg path {
    fill: #ffffff;
    color: #ffffff;
}

.provider-slide .specialties span.view-more svg,
.provider-card .specialties span.view-more svg,
.provider-slide .locations span.view-more.location svg,
.provider-card .locations span.view-more.location svg {
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

#modal-background {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 199;
    display: none;
}

#provider-modal {
    background-color: #ffffff;
    border-radius: 8px;
    width: 0;
    min-height: 0;
    z-index: 200;
    margin: auto;
    align-self: center;
    opacity: 0;
    display: none;
    transition: all 0.8s ease-out;
}

#provider-modal .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 24px 24px 48px 24px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transition: all 1.9s ease-in-out;
}

#provider-modal .modal-header {
    display: none;
    opacity: 0;
}

#provider-modal .modal-header .close,
#provider-modal .modal-header .close:focus,
#provider-modal .modal-header .close:focus-within,
#provider-modal .modal-header .close:active {
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
    padding: 4px;
}

#modal-background.active {
    display: flex;
    opacity: 1;
}

#provider-modal.active {
    display: block;
    width: 400px;
    max-width: 90%;
    min-height: 200px;
    opacity: 1;
}

#provider-modal.active .modal-content {
    opacity: 1;
}

#provider-modal.active .modal-header {
    display: flex;
    justify-content: flex-end;
    opacity: 1;
}

.modal.provider-info .modal-header .close svg {
    width: 16px;
    height: 16px;
}

.provider-slide .provider-links,
.provider-card .provider-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.provider-slide .provider-links a,
.provider-card .provider-links a {
    font-family: "Be Vietnam Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 173.333% */
}

.provider-slide .provider-links .profile-link,
.provider-card .provider-links .profile-link {
    color: #1C2B39;
    text-decoration: none;
}

.provider-slide .provider-links .profile-link .arrow,
.provider-card .provider-links .profile-link .arrow,
.provider-slide .provider-links .schedule-link .arrow,
.provider-card .provider-links .schedule-link .arrow {
    padding-left: 8px;
}

.provider-slide .provider-links .profile-link:hover,
.provider-card .provider-links .profile-link:hover {
    color: #000000;
}

.provider-slide .provider-links .schedule-link,
.provider-card .provider-links .schedule-link {
    color: #218372;
    text-decoration: none;
}

.provider-slide .provider-links .schedule-link:hover,
.provider-card .provider-links .schedule-link:hover {
     color: #1E685B;
}

@media screen and (min-width: 640px) {
    .provider-cards.two .provider-card,
    .testimonial-cards.two .testimonial-card {
        width: 48%;
    }
    
    .provider-cards.three .provider-card,
    .testimonial-cards.three .testimonial-card {
        width: 48%;
    }
    
    .provider-cards.four .provider-card,
    .testimonial-cards.four .testimonial-card {
        width: 48%;
    }
    
}

@media screen and (min-width:768px) {
    
    .provider-cards,
    .testimonial-cards {
        justify-content: center;
    }
    
    .provider-cards.two .provider-card,
    .testimonial-cards.two .testimonial-card,
    .testimonial-carousel.two .testimonial-slide {
        width: 48%;
    }
    
    .provider-cards.three .provider-card,
    .testimonial-cards.three .testimonial-card,
    .testimonial-carousel.three .testimonial-slide {
        width: 32%;
    }
    
    .provider-cards.four .provider-card,
    .testimonial-cards.four .testimonial-card,
    .testimonial-carousel.four .testimonial-slide {
        width: 25%;
    }
}

@media screen and (min-width:1200px) {
    .provider-cards.two,
    .testimonial-cards.two {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }   
}

/* ===================================== */
/*      HOSPITAL AFFILIATIONS            */
/* ===================================== */

.elementor-widget-provider_hospital_affiliations .elementor-widget-container .elementor-title {
    margin-bottom: 24px;
}

.elementor-widget-provider_hospital_affiliations .hospital-tile-container {
    display: flex;
    gap: 24px;
}

.elementor-widget-provider_hospital_affiliations .hospital-tile-container .hospital-tile {
    background-color: #ffffff;
    padding: 6px 12px;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
}

/* ===================================== */
/*           LOCATION LAYOUT              */
/* ===================================== */
.location-cards,
.location-slide {
    display: flex;
    flex-direction: column;
}

.location-cards .location-card,
.location-carousel .location-slide {
    background-color: #ffffff;
    border-radius: 8px;
}

.location-cards .location-card .map-container,
.location-carousel .location-slide .map-container {
    height: 280px; 
    background-color: #dedede;
    overflow: clip;
}

.location-cards .location-card .content-container,
.location-carousel .location-slide .content-container {
    padding: 12px 24px;
}

.location-cards .location-card .content-container address,
.location-carousel .location-slide .content-container address {
    font-style: normal;
    font-weight: 400;
}

.location-cards .location-card .icon,
.location-carousel .location-slide .icon {
    display: inline-block;
    width: 22px;
    height: auto;
    padding-right: 8px;
}

.location-cards .location-card .icon svg,
.location-carousel .location-slide .icon svg {
    display: block;
    width: 100%;
    max-width: 100%;
    fill: #218372;
}

.location-cards .location-card .location-address .icon,
.location-carousel .location-slide .location-address .icon {
    width: 20px;
}

@media screen and (min-width:1024px) {
    .provider-archive-cards {
        grid-template-columns: repeat(2, 1fr);
    } 
    
    .provider-cards .provider-card {
        width: 48%;
    }
    
    .location-cards {
        flex-direction: row;
        gap: 32px;
        align-content: stretch;
    }
    
    .location-cards .location-card,
    .location-carousel .location-slide {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        width: 32%;
        max-height: 480px;
    }
    
    .elementor-title {
        margin-bottom: 64px;
    }
}

/* ======================================= */
/*            PROVIDER ARCHIVE             */
/* ======================================= */
.elementor-widget-provider_archive_widget .pagination {
    padding-top: 32px;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.prev,
.elementor-widget-provider_archive_widget .pagination .page-numbers.next {
    background-color: #218372;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 8px;
    position: relative;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers {
    font-size: 20px;
    color:  #218372;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 12px;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.prev {
    padding-left: 40px;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.next {
    padding-right: 40px;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.prev:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: 14px;
    width: 24px;
    height: 18px;
    transform: rotate(180deg);
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.next:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 10px;
    background: url(../images/arrow.svg) no-repeat center center;
    background-size: 14px;
    width: 24px;
    height: 18px;
}

.elementor-widget-provider_archive_widget .pagination .page-numbers.prev:hover,
.elementor-widget-provider_archive_widget .pagination .page-numbers.next:hover {
    background-color: #1E685B;
}

/* ======================================= */
/*              REVIEWS EMBED              */
/* ======================================= */
.elementor-widget-provider_reviews_embed .elementor-title {
    margin-bottom: 24px;
}


/* ============================== */
/*        SIDEBAR MENU            */
/* ============================== */

.elementor-widget-provider_sidebar_menu ul.sidebar-menu {
    list-style-type: none;
    border-radius: 8px;
    overflow: clip;
    padding-left: 0;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li {
    color: #1C2B39;
    background-color: #ffffff;
    font-family: "Be Vietnam Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    width: 100%;
    overflow: clip;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #1C2B39;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    padding: 16px;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li span {
    display: inline-block;
    width: 14px;
    height: 10px;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li span svg {
    display: block;
    width: 100%;
    height: auto;
    fill: #1C2B39;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li span svg path {
    fill: #1c2b39;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li a:hover,
.elementor-widget-provider_sidebar_menu ul.sidebar-menu li a.active {
    background-color: #218372;
    color: #ffffff;
}

.elementor-widget-provider_sidebar_menu ul.sidebar-menu li a:hover span svg path,
.elementor-widget-provider_sidebar_menu ul.sidebar-menu li a.active span svg path {
    fill: #ffffff;
}

.provider-archive-cards {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.provider-archive-cards .provider-card .photo a img,
.provider-carousel .provider-slide .photo a img,
.provider-cards .provider-card .photo a img {
    transition: box-shadow 0.6s ease-in-out;
}

.provider-archive-cards .provider-card .photo a:hover img,
.provider-carousel .provider-slide .photo a:hover img,
.provider-cards .provider-card .photo a:hover img {
    /* filter: brightness(94%); */
    box-shadow: 4px 4px 12px 4px rgba(0,0,0,0.1);
}


.max-width-92 {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}


/* ======================================= */
/*      SPECIALTIES ACCORDION              */
/* ======================================= */
.single-provider .elementor-widget-provider_specialties_accordion h2 {
    margin-bottom: 36px;    
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #e7e7e7;
    padding: 16px 0;
    cursor: pointer;
}

.single-provider .elemementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title:first-child {
    border-top: 0;
}

.single-provider .elemementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title:last-child {
    border-bottom: solid 1px #e7e7e7;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title span.minus {
    display: none;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title span.plus {
    display: block;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title.active span.plus {
    display: none;
    opacity: 0;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title.active span.minus {
    display: block;   
    opacity: 1;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-title h4 {
    color: #1C2B39;
    font-family: "Be Vietnam Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 108.333% */
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-content {
    display: none;
    opacity: 0;
    height: 0;
    color: #616161;
    font-family: "Be Vietnam Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
    transition: all 1.4s ease-in-out;
    padding: 24px 0 16px;
}

.single-provider .elementor-widget-provider_specialties_accordion .specialties-accordion .specialty-accordion-content.active {
    display: block;
    opacity: 1;
    height: 100%;
    
}


@media screen and (min-width: 1024px) {
    .provider-biography-tabs .provider-tabs-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        column-gap: 8px;
    }
    
    .provider-biography-tabs .provider-content-wrapper .mobile-tab-title {
        display: none;
    }
}




