h1{
    font-size: 76px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    color: #808080;

}
h2{
    font-size: 66px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    color: #092c46;
}

h3{
    font-size: 36px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h4{
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
h5{
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    color: #092c46;
}
h6{
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
p{
    font-size: 20px;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    line-height: 1.4em;
}
b{
    font-weight: bold;
}
strong{
    font-weight: bold;
}
u{
    text-decoration: underline;
}
i{
    font-style: italic;
}
nav ul li{
    list-style-type: none;
} 

ul li{
    padding-left: 10px;
}

ul li {
    list-style-type: disc;
}


/* Header */

.mobile-header {display: none !important;}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}
.wrapper {
    max-width: 1440px;
    width: 100%;
}
header .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sam-menu ul {
    display: flex;
    flex-direction: row;
    column-gap: 58px;
    justify-content: space-between;
}
.sam-menu ul li a {
    font-family: 'Poppins';
    font-size: 18px;
    color: #1c252c;
    position: relative;
    padding-bottom: 10px;
}
.sam-menu ul li a:hover {
    color: #1874ba;
}
.sam-menu ul li a[aria-current="page"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1874ba;
    transition: 0.3s;
}
.wa-botton .waves-effect.waves-light.ctc-analytics {
    border-radius: 9999px !important;
    box-shadow: none !important;
}
.wa-botton .waves-effect.waves-light.ctc-analytics:hover {
    box-shadow: none !important;
}
.wa-botton .waves-effect.waves-light.ctc-analytics .ctc_cta {
    font-size: 16px !important;
    font-family: 'Poppins';
}



/* Sub menu */
.desktop-header .sam-menu {
    position: relative;
}
.desktop-header .sam-menu ul.sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    background-color: #1874ba;
    z-index: 1;
    margin-top: 10px;
}
.desktop-header .sam-menu ul.sub-menu li a {
    color: #fff;
    font-size: 16px;
}
.desktop-header .sam-menu ul.sub-menu li {
    padding: 0;
}

.desktop-header .sam-menu ul li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  display: flex;
}

/* Fotoer */
footer {
    display: flex;
    justify-content: center;
    background-color: #062241;
}
.upper-footer {
    display: flex;
    flex-direction: row;
    padding-bottom: 45px;
    padding-top: 260px;
}

.address-section img {
    width: 18px;
    height: auto;
    object-fit: contain;
}
.address-section > div {
    display: flex;
    flex-direction:
    row;column-gap: 20px;
}

.address-section > div a:hover p {
    color: #16baff;
}

.address-section .address address {
    display: flex;
    flex-direction:
    row;column-gap: 20px;
}
.address-section > div p {
    font-size: 14px;
    color: #dfe9f3;
    line-height: 1.4em;
    transition: 0.3s;
}
.about , .quick , .timing {
    color: #fff;
}
.quick .foo-menu ul li {
    list-style-type: none;
    padding: 0;
}
.quick .foo-menu ul li a {
    color: #97a8ba;
    font-size: 14px;
    font-family: 'Satoshi-Light';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    transition: 0.3s;
}
.quick .foo-menu ul li a:hover {
    color: #16baff;
}

.lower-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 75px;
    border-top: 1px solid #ffffff12;
}

.lower-footer p {
    color: #dfe9f3;
    font-size: 14px;
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'Satoshi-Light';
    letter-spacing: 3px;
}
.lower-footer span {
    color: #dfe9f3;
    font-size: 14px;
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    font-family: 'Satoshi-Light';
}
.lower-footer span a {
    color: #dfe9f3;
    font-size: 14px;
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    text-decoration: underline;
}

.footer-logo-section {
    border-right: 1px solid #ffffff12;
}
.footer-logo img {
    padding-bottom: 40px;
}
.address-section {
    border-top: 1px solid #ffffff12;
    padding-right: 52px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.about {
    padding-left: 100px;
}
.quick {
    padding-left: 94px;
}
.timing {
    padding-left: 119px;
}
.about h5, .quick h5, .timing h5 {
    font-size: 20px;
    white-space: nowrap;
    padding-bottom: 23px;
    color: #fff;
}
.quick .foo-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
}
.about P {
    font-size: 14px;
    font-family: 'Satoshi-Light';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    line-height: 1.6em;
    max-width: 350px;
    width: 100%;
    color: #97a8ba;
}
.two-doc-timing {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.doctor-timing h4 {
    font-size: 14px;
    font-family: 'Satoshi-Light';
    color: #fff;
    padding-bottom: 10px;
    line-height: 1;
}
.doctor-timing ul li {
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    font-family: 'Satoshi-Light';
    line-height: 1.6em;
    color: #97a8ba;
    white-space: nowrap;
}
.doctor-timing p {
    font-size: 14px;
    font-family: 'Satoshi-Light';
    line-height: 1.6em;
    color: #97a8ba;
}
/* Conact Page */
/* banner */
.contact-banner-section {
    position: relative;
}
.contact-banner-section:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
}
.contact-banner-section h1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    color: #fff;
}

/* Contact From */
.conact-from-section {
    display: flex;
    justify-content: center;
    background-color: #062241;
    padding:0 0 230px;
}
.conact-from-section .wrapper {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    margin-top: -220px;
    z-index: 9;
    padding: 50px;
    display: flex;
    flex-direction: row;
}
.contact-from-right-map iframe {
    height: 300px;
    border-radius: 15px;
}



.contact-from-right-info {
    padding-bottom: 20px;
}
.contact-from-right-info .address-section {
    padding-right: 0;
    padding-top: 0;
    row-gap: 20px;
}
.contact-from-right-info .address-section > div p {
    font-weight: 600;
    color: #000;
}



/* cf7 */
.contact-from-left-content form textarea {
    width: 100%;
    height: 150px !important;
    border-radius: 15px;
    padding: 18px 25px !important;
    border: 2px solid #ededed;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.2px;
    resize: none;
}
.contact-from-left-content form input {
    width: 100%;
    border-radius: 50px;
    padding: 18px 25px !important;
    border:2px solid #ededed;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0.2px;
}
.contact-from-left-content form input:focus , .contact-from-left-content form textarea:focus{border-color: #333;}

.contact-from-right {
    padding-left: 50px;
    border-left: 2px solid #d3d1d1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.contact-from-left {
    padding-right: 50px;
}

.contact-from-left-head , .contact-from-right-head {
    padding-bottom: 30px;
}
.contact-from-left-content form .input-from {
    padding-bottom: 20px;
}
.contact-from-left-content form .name-email p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.submit-button-from input {
    background: #16baff;
    color: #fff;
    border: 0 !important;
    border-radius: 50px;
    padding: 20px 0;
    font-size: 20px !important;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.submit-button-from input:hover {
    background-color: #1874ba;
}
.submit-button-from .wpcf7-spinner {
    display: none;
}
.contact-from-left-content form .input-from p span .wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
    padding: 5px 20px 0;
}
.math-captch-class p {
    font-size: 16px;
}

.math-captch-class p span input {
    width: 20%;
    padding: 5px 10px !important;
}

/* Home Page ------get into touch */
.get-into-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #062241;
    position: relative;
    z-index: 1;
}
.get-into-section .wrapper {
    /* max-width: 1690px; */
    background-image: url(../images/get-in-touch-bg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    text-align: center;
    margin-bottom: -160px;
    margin-top: -120px;
    border-radius: 35px;
    overflow: hidden;
}
.get-into-section .wrapper p {
    font-size: 25px;
    font-family: 'Satoshi-Light';
    padding-bottom: 35px;
    color: #fff;
}
.get-into-section .wrapper h2 {
    padding-bottom: 36px;
    color: #fff;
    font-size: 62px;
}

/* Home page banner */
.contact-banner-section img {
    max-width: 100% !important;
}


/* Home page about clinic */
.about-our-clinic {
    display: flex;
    justify-content: center;
    padding: 130px 0 120px;
    background-color: #f7f6f6;
    position: relative;
}
img.mouse-down {
    position: absolute;
    top: -40px;
    height: 80px;
    width: 80px;
}
.about-our-clinic .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
    max-width: 1542px;
}
.about-clinic-left {
    position: relative;
}
.about-clinic-left img {
    border-radius: 9999px;
    position: relative;
    z-index: 2;
    border: 10px solid #fff;
}
.about-clinic-left:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1874ba;
    z-index: 1;
    top: 0;
    left: -30px;
    background-position: center;
    border-radius: 9999px;
}
.about-clinic-right-top {
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.about-clinic-right-bottom {
    display: flex;
    flex-direction: row;
    padding-top: 37px;
    border-top: 2px solid #00000014;
}
.about-clinic-right-bottom > div {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 50%;
}

.about-clinic-right-bottom > div img {
    height: 80px;
    width: 80px;
    border-radius: 22px;
    padding: 20px;
}
.vision {
    padding-right: 47px;
    border-right: 2px solid #00000014;
}
.vision img{
    background-color: #1874ba;
}
.mission {
    padding-left: 60px;
}

.mission img {
    background-color: #16baff;
}
.about-clinic-right-bottom > div p {
    font-size: 15px;
    font-family: 'Satoshi-Light';
}


/* Home Page------- meet our doctor */
.meet-our-doctor {
    display: flex;
    justify-content: center;
    padding: 125px 0 120px;
}
.meet-our-doctor .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}
.doctor-meet-info {
    display: flex;
    flex-direction: row;
    gap: 44px;
}
.doctor-meet-info li {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 45px;
    border: 2px solid #00000014;
    text-align: center;
}
.doctor-meet-info li img {
    background-color: #edd3ac;
}
.doctor-meet-info li:nth-child(2) img {
    background-color: #b4e9e3;
}
.doctor-meet-info li h5 {
    padding-top: 45px;
}
.doctor-meet-info li p {
    text-align: center;
    padding-top: 18px;
    font-size: 18px;
    font-family: 'Satoshi-Light';
    line-height: 1.8em;
}
.doctor-meet-info li p span {
    font-size: 20px;
    font-family: 'Satoshi-Regular';
}
.doctor-meet-info li a {
    background-color: #1874ba;
    padding: 20px 45px;
    border-radius: 9999px;
    margin-top: 25px;
    transition: 0.3s;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}
.doctor-meet-info li a:hover {
    transform: scale(1.05);
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
}

/* .doctor-meet-info li a p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 0;
    transition: 0.3s;
    line-height: inherit;
}
.doctor-meet-info li a:hover p {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
} */



/* home page --- Service provide */

.service-provide {
    display: flex;
    justify-content: center;
    background-color: #0f64a5;
    background-image: url(../images/service-bg.jpg);
    padding: 120px  0 ;
}
.service-provide .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-provide-head h2 {
    color: #fff;
}
.ortho-service, .pediatric-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 43px;
}
.ortho-service {
    padding-bottom: 75px;
    border-bottom: 1px solid #fff;
}
.service-provide-list-content {
    width: 100%;
}
.service-provide-list-content .service-list-ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 40px 18px;
    background-color: #054576;
    border-radius: 20px;
    gap: 30px;
    transition: 0.3s;
}
.service-provide-list-content .service-list-ul li:hover {
    transform: scale(1.04);
    box-shadow: 2px 4px 13px 3px #ffffff54;
    cursor: pointer;
}
.service-provide-list-content .service-list-ul li img {
    height: auto !important;
}
.service-provide-list-content .service-list-ul {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.service-provide-list-content .service-list-ul li p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.service-provide-head {
    padding-bottom: 90px;
}
.ortho-servide-head h4, .pediatric-service-head h4 {
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.pediatric-service {
    padding-top: 60px;
}



/* Home page ---testimonial */
.testimonial {
    display: flex;
    justify-content: center;
    padding: 130px 0 140px;
    background-color: #f7f6f6;
}
/* .testimonial-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 83px;
} */
 .item.testimonial-item {
    display: flex;
    justify-content: center;
}
.testimonial-item .testimonial-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #cdebf8;
    padding: 15px 80px 15px 20px;
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
}
.testimonial-item .testimonial-card .item-text {
    max-width: 555px;
    width: 100%;
}
.testimonial-item .testimonial-card .item-text h5 {
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 38px;
}
.testimonial-item .testimonial-card .item-text p {
    padding-bottom: 45px;
    border-bottom: 1px solid #0000003b;
}
.testimonial-item .testimonial-card .item-text p a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.testimonial-content {
    position: relative;
}


.testimonial-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
}




.testimonial-popup {
    display: none;
    position: fixed;
    z-index: 3;
    background-color: #cdebf8;
    padding: 20px;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 60%;
}
.testimonial-close {
    position: absolute;
    height: 35px;
    width: 35px;
    content: '';
    background-color: #ffffff;
    border-radius: 999px;
    right: -15px;
    top: -15px;
    background-image: url(../images/cross.svg);
    background-position: center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.testimonial-popup p {
    font-size: 17px;
    margin-bottom: 20px;
}
.testimonial-popup h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.testimonial-popup h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.testimonial-popup h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}





.testimonial-item .testimonial-card .item-text h6 {
    padding-top: 63px;
}
.testimonial-item .testimonial-card .item-image img {
    border-radius: 20px;
    max-width: 366px !important;
    height: auto !important;
}
.testimonial-head {
    text-align: center;
    padding-bottom: 80px;
}

.owl-carousel-testimonial .owl-nav {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}


.owl-carousel-testimonial .owl-nav button span {
    display: none;
}
.owl-carousel-testimonial .owl-nav button {
    position: absolute;
    height: 85px;
    width: 85px;
    background: #97a8ba26 !important;
    border-radius: 9999px !important;
    top:-50px;
}
.owl-carousel-testimonial .owl-nav .owl-prev {
    left: -50px;
}
.owl-carousel-testimonial .owl-nav .owl-prev:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}
.owl-carousel-testimonial .owl-nav .owl-next {
    right: -50px;
}
.owl-carousel-testimonial .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.owl-carousel-testimonial .owl-dots {
    display: none;
}
.owl-carousel-testimonial .owl-dots .owl-dot span {
    background: #6ac5ec !important;
}
.owl-carousel-testimonial .owl-dots .owl-dot.active span{
    background:#1874ba !important;
}


/* Home page----gallery */
.gallery-portfolio {
    display: flex;
    justify-content: center;
    padding: 120px 0 180px;
}
.gallery-portfolio h2 {
    text-align: center;
    padding-bottom: 24px;
}
.gallery-portfolio .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    border-radius: 20px;
}

.view-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-more-button .gallery-view-more {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins';
    background-color: #1874ba;
    padding: 20px 45px;
    color: #fff;
    border-radius: 999px;
    transition: 0.3s;
}

.view-more-button .gallery-view-more:hover{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff;
    transform: scale(1.05);
}

/* Home page ---banner */
.home-banner {
    display: flex;
    justify-content: center;
    padding: 160px 0 190px;
}
.home-banner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.home-banner-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.home-banner-right {
    width: 45%;
    position: relative;
    height: 100%;
}
.home-banner-left h1 {
    color: #1874ba;
    margin: 0;
}
.home-banner-left h1 span {
    color: #808080;
    font-weight: 400;
}
.home-banner-left p {
    color: #1e2e3a;
    padding-left: 28px;
    border-left: 5px solid #1874ba;
}
.banner-images {
    border-radius: 50%;
    position: absolute;
}

.banner-first-image {
    top: -110px;
}
.banner-second-image {
    right: 0;
    top: 80%;
    transform: translateY(-50%);
}
.banner-third-image {
    bottom: -75px;
    left: 100px;
}


.color-circle{
    position: absolute;
    border-radius: 50%;
}

.first-circle {
    height: 131px;
    width: 131px;
    background-color: #16baff;
    right: 0;
    top: -50px;
}
.second-circle {
    height: 50px;
    width: 50px;
    background-color: #808080;
    top: 60%;
    left: 50%;
}
.third-circle {
    height: 37px;
    width: 37px;
    background-color: #1874ba;
    bottom: -30%;
}



/* Gallery Page */
.gallery-banner-section {
    position: relative;
}
.gallery-section {
    padding: 70px 0 200px;
    display: flex;
    justify-content: center;
    background-color: #062241;
}
.gallery-banner-section:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
}
.gallery-banner-section img {
    max-width: 100% !important;
}
.gallery-section .wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 40px 0;
    margin-top: -150px;
    position: relative;
}
.gallery-banner-section h1 {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    color: #fff;
}

.ortho-gallery h2 , .pediatric-gallery h2 {
    text-align: center;
}
.ortho-gallery .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img , .pediatric-gallery .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    border-radius: 20px;
}
.ortho-gallery {
    border-bottom: 1px solid #00000033;
}
.pediatric-gallery {
    padding-top: 30px;
}

/* Our Doctor Page */
.our-doctor-banner-section {
    position: relative;
}

.our-doctor-banner-section:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
}
.our-doctor-banner-section img {
    max-width: 100% !important;
}
.our-doctor-banner-section h1 {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    color: #fff;
    text-align: center;
}
.our-doctor-content {
    display: flex;
    justify-content: center;
    padding: 40px 0 220px;
}

/*

.tabs {
  position: relative;
  min-height: 200px;
width: 500px;
 margin: 25px 0;
 display: flex;
    flex-direction: row;
}
 .tab {
  float: left;
}
 .tab label {
    background: rgb(21, 126, 153);
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
}
.tab:first-child label {
  margin-left: 0;
}
.tab input[type=radio] {
  display: none;   
}
.tab-content {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  display: none;
}
.tab input[type=radio]:checked ~ label {
  background: rgb(79, 144, 209);
  border-bottom: 1px solid white;
}
.tab input[type=radio]:checked ~ label ~ .tab-content {
  display: block;
} */


.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: rgb(24 116 186);
display: flex;
justify-content: center;
/* gap: 5px; */
}


.tab button {
  background-color: rgb(24 116 186);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 30px;
  transition: 0.3s;
  font-size: 16px;
font-family: 'Poppins';
color: #fff;
}


.tab button:hover {
  background-color: rgb(79, 144, 209);
}


.tab button.active {
  background-color: rgb(79, 144, 209);
}


.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* tab content */
/* about */
.about-doctor-section {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.about-doctor-section .wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.about-doctor-text-content h3 {
    /* text-align: center; */
    padding: 0 0 30px;
}
.about-doctor-text-content p {
    padding-bottom: 15px;
    font-size: 17px;
}
.about-doctor-text-content h4 {
    padding-bottom: 15px;
    font-size: 20px;
}

/* academic */
.academic-profile-content {
    padding: 20px 0;
}
.academic-profile-content ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.academic-profile-content ul li {
    font-size: 17px;
    font-family: 'Poppins';
    list-style-type: none;
    /* position: relative; */
    line-height: 1.2em;
}

/* .academic-profile-content ul li::before {
    content: '';
    left: -20px;
    top: 5px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #4f90d1 transparent;
    transform: rotate(90deg);
} */

/* award and achivement */
.awards-and-chivements-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 20px 0;
}
.awards-and-chivements-content p {
    font-size: 17px;
    /* text-align: center; */
    font-family: 'Poppins';
}
.awards-and-chivements-content h4 {
    /* text-align: center; */
    padding: 20px 0;
    font-size: 20px;
}

/* publication */
.publication-content {
    padding: 20px 0;
}
.publication-content ul {
    padding-left: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.publication-ul-headings li {
    list-style-type: none;
}
.publication-ul-subheadings li {
    list-style-type: none;
    /* position: relative; */
}
/* .publication-ul-subheadings li::before {
    content: '';
    left: -20px;
    top: 10px;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #4f90d1 transparent;
    transform: rotate(90deg);
} */
.publication-content h4 {
    padding: 10px 0;
    font-size: 20px;
}
.publication-content p {
    font-size: 17px;
    font-family: 'Poppins';
}
/* Attachment */
.attachments-content {
    padding: 20px 0;
}
.attachments-content ul {
    padding-left: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.attachments-content ul li {
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 1.2em;
}
.attachments-content ul li p {
    font-family: 'Poppins';
    font-size: 17px;
}
.attachments-content h4 {
    padding: 10px 0 20px;
    font-size: 20px;
}
.attachments-content ul li a {
    color: #0e68c1;
}
.attachment-ul-headings li {
    list-style-type: none;
}
.attachment-ul-subheadings li {
    list-style-type: none;
}

/* Operation */
.operations-content {
    padding: 20px 0;
}
.operations-content h4 {
    padding: 10px 0 20px;
    font-size: 20px;
}
.operations-content ul {
    padding-bottom: 10px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.operations-content ul li {
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 1.2em;
}
.operations-ul-headings li {
    list-style-type: none;
}
.operations-ul-subheadings li {
    list-style-type: none;
}

/* case study */
.case-study-content {
    padding: 20px 30px;
}
.case-study-content h4 {
    padding: 10px 0;
    font-size: 20px;
    /* text-align: center; */
}
.case-study-content p {
    font-size: 17px;
    font-family: 'Poppins';
    /* text-align: center; */
}

/* Treatments */
.treatments-content {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.treatments-content h4 {
    padding-bottom: 10px;
    /* text-align: center; */
    font-size: 20px;
}
.treatments-content p {
    font-size: 17px;
    font-family: 'Poppins';
    text-align: center;
}
.treatments-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
    /* text-align: center; */
}

/* qualifiaction */
.qualification-content {
    padding: 20px 0;
}
.qualification-content ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.qualification-content ul li {
    list-style-type: none;
}
.qualification-content ul li p {
    font-size: 17px;
    font-family: 'Poppins';
}


/* Appointment */
.appointment-content h4 {
    padding: 10px 0 20px;
    font-size: 20px;
}
.appointment-content h4 {
    padding: 10px 0;
}
.appointment-content ul {
    padding-left: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.appointment-content ul li {
    font-size: 17px;
    font-family: 'Poppins';
    list-style-type: none;
}
.appointment-content ul li ul li{
    list-style-type: none;
}
.appointment-content ul li ul li p {
    font-size: 17px;
}


/* Professional Experience */
.professional-experience-content {
    padding: 20px 0;
}
.professional-experience-content h4 {
    padding: 10px 0 20px;
    font-size: 20px;
}
.professional-experience-content p {
    font-size: 17px;
    font-family: 'Poppins';
    padding-bottom: 20px;
}
.professional-experience-content ul {
    padding-left: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.professional-experience-content ul li {
    font-size: 17px;
    font-family: 'Poppins';
    list-style-type: none;
}
.professional-experience-content ul li ul li {
    list-style-type: none;
    line-height: 1.2em;
}

/* awards */
.awards-content {
    padding: 20px 0;
}
.awards-content ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.awards-content ul li {
    font-size: 17px;
    font-family: 'Poppins';
    list-style-type: none;
    line-height: 1.2em;
}





/* .academic-profile-content ul li , .appointment-content ul li ul li , .qualification-content ul li , .professional-experience-content ul li ul li , .awards-content ul li , .academic-profile-content ul li , .publication-ul-subheadings li , .attachments-content ul li ul li , .operations-content ul li ul li  {position: relative;} */

.academic-profile-content ul li, .appointment-content ul li ul li, .qualification-content ul li, .professional-experience-content ul li ul li, .awards-content ul li, .academic-profile-content ul li, .publication-ul-subheadings li, .attachments-content ul li ul li, .operations-content ul li ul li {
    /* position: absolute; */
    /* height: 10px; */
    /* width: 10px; */
    /* top: 0%; */
    /* left: 0; */
    /* content: ''; */
    /* transform: translate(-100%, 70%); */
    background-image: url(../images/list-icon.png);
    background-position: 10px 3px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}



/* Video */
.dr-chinmoy-video {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.dr-chinmoy-video iframe {
    border: none;
}



.case-study-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.case-study-content-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.treatment-item {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.treatment-content-text {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}