html{
    scroll-behavior: smooth;
}
.syptoms-banner{
    height: 215px;
    background: linear-gradient(90.9deg, #51B3AB 1.79%, #21509C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 115px;
}
.syptoms-banner h1, .syptoms-banner h2{
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-family: MontserratSB;
}
.syptoms-categories-div{
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.symptoms-lists h3{
    font-size: 30px;
    color: #034ea1;
    margin-bottom: 10px;
    font-family: MontserratSB;
}
.symptoms-lists ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.symptoms-lists{
    margin-bottom: 10px;
}
.syptoms-details-banner{
    position: relative;
    margin-top: 115px;
}
.syptoms-details-banner img{
    width: 100%;
    display: block;
}
.syptoms-details-banner-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.syptoms-details-banner-text h1, .syptoms-details-banner-text h2{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    font-family: MontserratSB;
}
.syptoms-details-banner-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.syptoms-details-banner-text ul li button{
    color: #fff;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 10px;
    display: inline-block;
    background: #034ea1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
    border: none;
    box-shadow: none;
}
.syptoms-details-banner-text ul li:last-child a{
    margin: 0;
}
.symptoms-details-text{
    padding: 10px 0;
}
.symptoms-details-text h2, .symptoms-details-text h1{
    color: #00b7ac;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: MontserratSB;
}
.symptoms-details-text h3{
    color: #00b7ac;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: MontserratSB;
}
.symptoms-details-text p{
    color: #333;
    font-size: 15px;
    margin-bottom: 15px;
}
.symptoms-details-img{
    width: 60%;
    margin: 20px auto;
}
.symptoms-details-img img{
    width: 100%;
    display: block;
}
.text-bold{
    font-family: MontserratBold;
}
.symptoms-details-text h4{
    margin-bottom: 15px !important;
}
.symptoms-details-text ol{
    padding-left: 15px !important;
    margin: 0 0 15px 0;
}
.symptom-condition{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 20px;
}
.symptom-condition-lists{
    border-radius: 10px;
    border: 1px solid #034ea1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}
.symptom-condition-lists p{
    margin: 0;
}
.symptom-condition-lists h4{
    font-size: 18px;
    color: #034ea1;
    font-family: MontserratSB;
}
.book-appointment-one{
    border-radius: 10px;
    background: #034ea1;
    padding: 15px;
    display: flex;
    width: fit-content;
    margin: 15px auto;
}
.book-appointment-one-text h4{
    color: #fff;
    font-size: 15px;
    font-family: MontserratSB;
    margin-bottom: 10px;
}
.book-appointment-one-text p{
    color: #fff;
    margin-bottom: 10px;
}
.book-appointment-one-text button{
    color: #034ea1;
    padding: 8px 25px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat';
}
.book-appointment-one-img{
    margin-right: 10px;
}
.book-appointment-one-img img{
    width: 98px !important;
}
.symptom-book-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
    padding: 20px;
    z-index: 9999;
}
.symptom-popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40%;
    border-radius: 5px;
}
.symptom-popup-heading{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    text-align: center;
    padding: 12px 0;
    border-radius: 5px 5px 0 0;
}
.symptom-popup-heading h3{
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.symptom-popup-body{
    padding: 25px;
}
.symptom-popup-body .form-group input{
    width: 100%;
    border: 2px solid #034ea1;
    box-shadow: none;
    padding: 10px;
    border-radius: 5px
}
.symptom-popup-body .form-group textarea{
    width: 100% !important;
    border: 2px solid #034ea1;
    box-shadow: none;
    padding: 10px;
    border-radius: 5px;
    max-width: 100%;
    height: 65px !important;
}
.symptom-popup-body .form-group button{
    border: none;
    background: #034ea1;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 10px 45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: inline-block;
    margin: 0 auto;
}
.sym-submit-btn{
    text-align: center;
    margin-bottom: 0px;
}
.sympcloseButton{
    position: absolute;
    top: -20px;
    right: -20px;
    background: none;
    border: none;
    padding: 0;
}
.video-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
    padding: 20px;
    z-index: 9999;
}
.video-popup-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 60%;
    border-radius: 5px;
}
.videocloseButton{
    position: absolute;
    top: -20px;
    right: -20px;
    background: none;
    border: none;
    padding: 0;
}
.video-popup-body{
    position: relative;
    height: 480px;
}
.video-popup-body iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gg-close-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 40px
}
.gg-close-o::after,
.gg-close-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 3px
}
.gg-close-o::after {
    transform: rotate(-45deg)
}
.symptom-stage-content{
    border: 2px solid #034ea1;
    padding: 25px 15px 15px 15px;
    position: relative;
    margin-bottom: 40px;
}
.symptom-stage-count{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background: #00b7ac;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.symptoms-stages{
    padding: 40px 0 0 0;
}

.book-appointment-two{
    border: 1px solid #00b7ac;
    padding: 20px;
    border-radius: 5px;
    width: fit-content;
    text-align: center;
    margin-bottom: 20px;
}
.book-appointment-two-text h4{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.symp-booking-two{
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat';
}
.symptom-faq{
    background: url(../images/faq-flwr.webp) #034ea1 no-repeat;
    padding: 40px 0;
    background-position: 5% 45%;
}
.symptom-faq ul{
    padding: 0;
}
.symptom-faq li div {
    height: 0;
    opacity: 0;
    background-color: #F4F4F4;
    transition: all 400ms ease;
    visibility: hidden;
  }
  
  .symptom-faq li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .symptom-faq li h4 {
    background-color: #fff;
    padding: 20px 40px;
    color: #034ea1;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  
  .symptom-faq li h4.active+div {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px;
  }
.symptom-faq h2{
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px 0;
}
.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    padding-left: 30px;
    transition: all 0.3s ease-in-out;
   }
   
   .gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
   } 
h4.active .gg-chevron-right{
    transform: rotate(90deg);
}
.share-icons a{
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: linear-gradient(90deg,#034ea1 0,#00b7ac 100%);
    margin-right: 15px;
}
.social-icons{
    display: flex;
}
.video-sec{
    padding: 40px 0;
    background: #00b7ac;
}
.testi-video-box{
    position: relative;
    height: 300px;
    width: 100%;
}
.testi-video-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.symp-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-sec h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px 0;
}
.hm-book-btn-container{
    display: none !important;
}
.mobile{
    display: none;
}
.phone-number-box{
    background: #034ea1;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    position: fixed;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
}
.phone-nuber-show{
    right: 0;
}
.phone-number-box .phone-ico{
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.phone-number-slider h4{
    color: #fff;
    font-size: 16px;
}
.phone-number-slider{
    width: 130px;
}
.goback-btn a{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000;
    text-decoration: none;
    background: #fff;
    border: 2px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(0 0 0 / 6%);
    padding: 3px;
    border-radius: 5px;
    display: flex;
    width: max-content;
    margin-bottom: 10px
}
.gg-arrow-left {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    margin-right: 3px;;
   }
   
   .gg-arrow-left::after,
   .gg-arrow-left::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px
   }
   
   .gg-arrow-left::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    bottom: 7px
   }
   
   .gg-arrow-left::before {
    width: 16px;
    height: 2px;
    bottom: 10px;
    background: currentColor
   } 
   .splide__list{
    justify-content: center;
   }
   .symptoms-details-text img{
    width: 60% ;
    display: block;
    margin: 0 auto;
   }
@media(max-width:1199px){
    .syptoms-details-banner{
        height: 200px;
    }
    .syptoms-details-banner img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }
}
@media(max-width:991px){
    .symptom-condition{
        grid-gap: 15px;
    }
    .symptom-popup{
        width: 70%;
    }
    .testi-video-box{
        height: 200px;
    }
    .video-popup-inner{
        width: 80%;
    }
    .video-popup-body {
        position: relative;
        height: 345px;
    }
}
@media(max-width:767px){
    .syptoms-categories-div{
        grid-template-columns: repeat(2, 1fr);
    }
    .syptoms-details-banner-text .container{
        width: 100%;
    }
    .symptom-condition{
        grid-template-columns: repeat(1, 1fr);
    }
    .video-popup-inner {
        width: 95%;
    }
    .video-popup-body {
        position: relative;
        height: 226px;
    }
    .video-popup-body {
        position: relative;
        height: 327px;
    }
    .syptoms-details-banner-text h1{
        margin-bottom: 10px;
        font-size: 25px;
    }
    .syptoms-details-banner-text ul li a{
        padding: 2px 10px;
    }
    .symptom-popup{
        width: 85%;
    }
    .symptom-book-popup .symptom-popup-body{
        height: auto;
    }
    .sym-submit-btn{
        margin-bottom: 0;
    }
    .syptoms-details-banner-text h1, .syptoms-details-banner-text h2{
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
        font-family: MontserratSB;
    }
    
}
@media(max-width:499px){
    .syptoms-categories-div{
        grid-template-columns: repeat(1, 1fr);
    }
    .syptoms-banner{
        height: 110px;
    }
    .syptoms-banner h1, .syptoms-banner h2{
        font-size: 26px;
    }
    .symptoms-lists h3{
        margin-bottom: 5px;
        font-size: 25px;
    }
    .syptoms-details-banner{
        margin-top: 108px;
    }
    .mobile{
        display: block;
    }
    .desk{
        display: none;
    }
    .syptoms-details-banner img{
        height: 200px;
    }
    .syptoms-details-banner-text ul li a{
        background: none;
        box-shadow: none;
        border: 2px solid #fff;
    }
    .symptoms-details-img {
        width: 100%;
    }
    .book-appointment-two{
        width: 100%;
    }
    .video-sec h2 {
        color: #fff;
    }
    .symptom-faq h2 {
        color: #fff;
        font-size: 21px;
    }
    .video-popup-inner{
        width: 80%;
    }
    .symptom-popup-body {
        position: relative;
        height: 190px;
    }
    .video-popup-inner {
        width: 95%;
    }
    .video-popup-body {
        position: relative;
        height: 226px;
    }
    .videocloseButton{
        top: -30px;
        right: 0px;
    }
    .video-sec h2{
        font-size: 20px;
    }
    .symptoms-stages {
        padding: 20px 0 0 0;
    }
    .syptoms-banner{
        margin-top: 108px;
    }
    .symptoms-details-text img{
        width: 100% !important;
        height: auto !important;
        display: block;
        margin: 15px 0;
       }
       .syptoms-details-banner-text{
        display: block;
       }
       .syptoms-details-banner-text h2{
        margin-top: 30px;
        margin-bottom: 0;
       }
       .syptoms-details-banner-text ul{
        position: absolute;
        bottom:15px;
        left: 15px;
        display: flex;
       }
       .syptoms-details-banner-text ul li:first-child{
        margin-right: 15px;
       }
       .syptoms-details-banner-text ul li button{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        line-height: 20px;
       }
       .symptoms-details-text h2, .symptoms-details-text h1{
        font-size: 20px;
        line-height: 28px;
       }
}
.syptoms-details-banner-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.symptoms-mobile {
    display: none;
}
@media (min-width: 768px) {
    .symptoms-desktop {
        display: block;
    }
}
@media (max-width: 768px) {
    .baner-top{
        margin-top: 113px;
    }
}
@media (max-width: 767px) {
    .symptoms-mobile {
        display: block;
    }
    .symptoms-desktop {
        display: none;
    }
    .symptom-popup-heading{
        padding: 10px 0;
    }
}
@media (min-width:500px) and (max-width:768px) {
    .syptoms-banner{
        margin-top: 113px;
    }
}
/* publish date and read time section css start  */
.symptoms-read{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.min-read{
    display: flex;
    align-items: center;
}
.symptoms-read h5{
    font-family: 'MontserratSB';
    font-size: 12px !important;
    margin: 12px 0px;
}
.symptoms-read h5 span{
    font-family: 'MontserratBold';
    font-size: 12px !important;
}
.min-read h5{
    margin-left: 5px;
    font-family: 'MontserratBold';
}
/* publish date and read time section css end  */

/* text to speech css start */
.speech-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.17);
    flex-wrap: wrap;
    position: relative;
}
.listen p{
    color: rgba(3, 78, 161, 1);
    font-style: italic;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'MontserratBold';
    text-underline-offset: 5px;
}
.speech-section p{
    margin-bottom: 0;
}
.audio-play{
    position: relative;
    height: 33px;
    display:flex;
    align-items:center;
}
#loading-text{
    color: rgba(3, 78, 161, 1);
    margin-right: 35px;
}
.dot-spin {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -13px 13px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -13px -13px 0 0 rgba(152, 128, 255, 0);
    animation: dot-spin 1.5s infinite linear;
  }
  
@keyframes dot-spin {
    0%, 100% {
      box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
    }
    12.5% {
      box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 0 #00b7ac, 18px 0 0 0 #00b7ac, 13px 13px 0 0 #00b7ac, 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
    }
    25% {
      box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #00b7ac, 13px 13px 0 0 #00b7ac, 0 18px 0 0 #00b7ac, -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
    }
    37.5% {
      box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 0 #00b7ac, 0 18px 0 0 #00b7ac, -13px 13px 0 0 #00b7ac, -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 -5px rgba(152, 128, 255, 0);
    }
    50% {
      box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #00b7ac, -13px 13px 0 0 #00b7ac, -18px 0 0 0 #00b7ac, -13px -13px 0 -5px rgba(152, 128, 255, 0);
    }
    62.5% {
      box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 0 #00b7ac, -18px 0 0 0 #00b7ac, -13px -13px 0 0 #00b7ac;
    }
    75% {
      box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #00b7ac, -13px -13px 0 0 #00b7ac;
    }
    87.5% {
      box-shadow: 0 -18px 0 0 #00b7ac, 13px -13px 0 0 #00b7ac, 18px 0 0 -5px rgba(152, 128, 255, 0), 13px 13px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -13px 13px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -13px -13px 0 0 #00b7ac;
    }
}
.audio-play audio{
    height: 33px !important;
}
.audio-play button{
    outline: none;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    top: 0;
    left: 0px; 
}
.audio-display{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.according-list a {
    color: #034ea1 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #034ea1;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab6e;
    border-radius: 10px;
}
.symptoms-lists ul{
    height: 250px;
    overflow-y: auto;
}
.des-content ul{
    padding-left: 25px;
}
@media (max-width: 499px) {
    .speech-section {
        justify-content: space-around;
        padding: 8px 5px;
    }
    .speech-section > :nth-child(1) {
        order: -1;
        flex: 0 0 100%;
    }
    .speech-section p {
        margin-bottom: 10px;
        text-align: center;
    }
    .des-content ul{
        padding-left: 20px;
    }
}
@media (max-width: 320px) {
    .audio-play audio{
        width: 240px;
    }
}
/* text to speech css end */