@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght,YTLC@0,6..12,200..1000,517;1,6..12,200..1000,517&display=swap');
@font-face {
    font-family: 'kruti_dev_010regular';
    src: url('https://jnclinic.in/fonts/k010-webfont.woff2') format('woff2'),
         url('https://jnclinic.in/fonts/k010-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
}
body{
    padding:0;
    margin:0;
    font-family: "Nunito Sans", serif;
    color: #414141;
    background: #e5e5e5;
}
input, textarea{
    font-family: "Nunito Sans", serif;
}
.clearfix:after,.clearfix:before{content:'';display:block;height:0;overflow:hidden}
.clearfix:after{clear:both}.container{max-width:1170px;margin:0 auto;padding:0 10px}
h1,h2,h3,h4,h5,h6{
    margin:0; 
    padding: 0;
    font-family: "Mulish", serif;
    font-weight: 800;
    color: #222;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a, input{
    text-decoration: none;
    transition:  all 0.5s ease-in-out;
}
p {
    font-size: 17px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.mainCont {
    padding-top: 130px;
}
header {
   position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.headerTop {
    background: #e5e5e5;
    padding: 5px 0;
}
.headerTOpInn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.headertop_Left span {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
}
.headertop_Left span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    font-size: 24px;
    color: #db564e;
}
.headertop_Right {
    text-align: right;
}
.headertop_Right a{
    margin-left: 10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #db564e;
    text-align: center;
    position: relative;
}
.headertop_Right a i{
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.headertop_Right a:hover{
    background: #095f2f;
}
.headerBot {
    background: #095f2f;
    position: relative;
}
.headerBot:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
}
.headBotInn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}
.logoBx {
    width: 200px;
    background: #fff;
    padding: 5px 0;
    height: 80px;
}
.logoBx a{
    display: inline-block;
    line-height: 0;
}
.menuBx li{
    display: inline-block;
    padding: 10px 12px;
    position: relative;
}
.menuBx li a{
    display: inline-block;
    font-size: 17px;
    color: #fff;
}
.menuBx li a i{
    color: #fff;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.menuBx li a:hover{
    color: #db564e;
}
ul.subnav {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 42px;
    background: #095f2f;
    width: 250px;
    display: none;
}
.menuBx li:hover ul.subnav{
    display: block;
}
ul.subnav li{
    position: relative;
    display: block;
}
ul.subnav li a{
    display: block;
}
ul.subnav li:hover{
    background: #0d9c4e;
}
ul.subnav li:hover a{
    color: #fff;
}
ul.subnav2{
    position: absolute;
    left: 100%;
    width: 200px;
    top:0;
    display: none;
    background: #095f2f;
}
ul.subnav li:hover ul.subnav2{
    display: block;
}
.callBx {
    width: 215px;
}
.callBx a{
    position: relative;
    padding-left: 62px;
    display: inline-block;
    
}
.callBx a i {
    width: 50px;
    background: #db564e;
    height: 50px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.callBx a strong{
    display: block;
    font-size: 24px;
    color: #fff;
}
.callBx a span{
    display: block;
    font-size: 16px;
    color: #fff;
}
.bannerOuter{
    background-size: cover !important;
    padding: 200px 0;
    position: relative;
}
.bannerOuter:after{
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
}
.bannerInnerBx {
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 60%;
}
.bannerInnerBx h5 {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #ffddd2;
}
.bannerInnerBx h1 {
    font-size: 72px;
    padding-bottom: 10px;
    color: #fff;
}
.bannerInnerBx p {
    font-size: 17px;
    padding-bottom: 30px;
}
.bannerInnerBx span {
    display: block;
}
.bannerInnerBx span a {
    display: inline-block;
    padding: 10px 30px;
    background: #095f2f;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.approchBx_outer {
    position: relative;
    top: -150px;
}
.pinkBg{
    background: #db564e;
}
.greenBg{
    background: #095f2f;
}
.approctInn{
    width: 33%;
    height: 300px;
}
.approchBx_outer .container {
    text-align: right;
}
.approctInn {
    width: 33%;
    height: 300px;
    display: inline-block;
    margin-left: -4px;
}
.approchBx {
    padding: 50px 30px;
    text-align: center;
    color: #fff;
}
.approchBx i{
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.approchBx i img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.approchBx strong{
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
}
.about_Maharshi_Inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding-bottom: 100px;
}
.about_Maharshi_Left{
    position: relative;
}
.homeabout_Img {
    padding-left: 40px;
    line-height: 0;
}
.homeabout_Img2{
    width: 200px;
    border: #e5e5e5 solid 8px;
    position: absolute;
    bottom: 0px;
    left: 0;
    line-height: 0;
}
.aboutExp {
    padding: 15px 15px 0 100px;
    position: relative;
    margin-left: 200px;
}
.aboutExp span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #db564e;
    line-height: 34px;
}
.aboutExp strong {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 58px;
    font-weight: 800;
    color: #333;
}
.aboutExp small{
    font-size: 22px;
}
.more_About > a{
    display: inline-block;
    margin-right: 15px;
    background: #095f2f;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
}
.aboutCall{
    display: inline-block;
    position: relative;
    padding-left: 65px;
}
.aboutCall i {
    width: 54px;
    background: #db564e;
    height: 54px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.about_Maharshi_Right {
    padding-top: 30px;
}
.about_Maharshi_Right h5 {
    font-size: 28px;
    font-weight: 600;
    color: #095f2f;
    padding-bottom: 10px;
}
.about_Maharshi_Right h2 {
    font-size: 48px;
    padding-bottom: 10px;
}
.aboutcharak_Notes {
    border-left: #db564e solid 3px;
    padding-left: 20px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;
}
.about_Maharshi_Right p {
    padding-bottom: 25px;
}
.aboutCall{
    margin-left: 20px;
}
.aboutCall strong {
    display: block;
    font-size: 22px;
    color: #333;
}
.aboutCall span {
    display: block;
    font-size: 18px;
    color: #333;
}
.services_Outer{
    padding: 100px 0;
    background: #f4f4f4;
}
.mainHd {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
}
.mainHd span{
    color: #095f2f;
    font-size: 28px;
    padding-bottom: 10px;
}
.mainHd h2{
    font-size: 48px;
    padding-bottom: 10px;
    color: #333;
    padding-bottom: 15px;
}
.mainHd p{
    font-size: 17px;
}

.servicesList ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.servicesList ul li{
    background: #ffffff;
    border-left: #095f2f solid 3px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0;
}
.servicesList ul li:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 10px 0;
}
.servicesList ul li > i {
    width: 62px;
    height: 62px;
    background: #db564e;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 50%;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.servicesList ul li h4 {
    font-size: 25px;
    padding-bottom: 10px;
}
.servicesList ul li p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
}
.servicesList ul li a {
    display: inline-block;
    font-weight: 700;
    color: #095f2f;
}
.servicesList ul li a:hover{
    color: #db564e;
    text-decoration: underline;
}

.readyOuterBx{
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    background-position: center center;
}
.readyOuterBx:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(16, 16, 16, 0.5);
}
.readyInnBx{
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
    padding: 0 200px;
}
.readyInnBx h2 {
    font-size: 46px;
    padding-bottom: 10px;
    color: #fff;
}
.readyInnBx p {
    font-size: 17px;
    padding-bottom: 20px;
}
.readyInnBx a {
    background: #095f2f;
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    line-height: 30px;
}
.readyInnBx a:hover {
    background: #db564e;
}
.whychoose_Outer {
    padding: 100px 0;
}
.whychoose_Inn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.whychoose_Left strong {
    font-size: 36px;
    font-weight: 500;
    color: #095f2f;
}
.whychoose_Left h2{
    font-size: 48px;
    padding-bottom: 20px;
}
.whychoose_Left p{
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 25px;
}
.whychoose_Left ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.whychoose_Left li{
    position: relative;
    padding-left: 25px;
    font-size: 17px;
}
.whychoose_Left li i{
    font-size: 18px;
    color: #095f2f;
    position: absolute;
    left: 0;
}
.happyPatientList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px 0;
}
.happyPat-item strong {
    display: block;
    font-size: 64px;
    font-weight: 800;
    position: relative;
    color: #333;
}
.happyPat-item strong sup {
    font-size: 30px;
    position: absolute;
    color: #db564e;
}
.happyPat-item span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.patient_Outer {
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.patient-item{
    padding: 45px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 7px 0;
}
.patient-item > i{
    font-size: 40px;
    color: #db564e;
    display: block;
    padding-bottom: 7px;
}
.patient-item p {
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}
.patientName {
    padding-left: 70px;
    margin-top: 25px;
    position: relative;
}
.patientName i{
    position: absolute;
    left: 0;
    top: 0px;
}
.patientName i img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.patientName strong {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.patientName span{
    display: block;
    color: #095f2f;
}

.appointmentOuter{
    padding: 100px 0;
    background: #fdfdfd;
}
.appointmentInn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.appointmentFrmBx {
    padding: 30px;
    background: #095f2f;
}
.appointmentCont strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #095f2f;
}
.appointmentCont h2 {
    font-size: 44px;
    padding-bottom: 10px;
}
.appointmentCont p {
    padding-bottom: 20px;
}
.appointmentCont li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}
.appointmentCont li h6{
    font-size: 24px;
    padding-bottom: 5px;
}
.appointmentCont li i{
    width: 55px;
    height: 55px;
    background: #db564e;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 25px;
}
.appointmentCont li span{
    font-size: 18px;
}
.appointmentCont li span a{
    color: #6F6F6F;
}
.appointmentCont li span a:hover{
    color: #095f2f;
}
.appintFrmBx {
    padding-bottom: 20px;
}
.appintFrmBx label {
    display: block;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}
.appointInp {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
}
.appointInp2 {
    width: 100%;
    height: 110px;
    padding: 10px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
    resize: none;
}
.appointService{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.appointBtn {
    width: 100%;
    height: 50px;
    border: 0;
    background: #db564e;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.appointBtn:hover{
    background: #149d51;
}

.treatmentOuter{
    padding: 100px 0;
}
.TreatmentList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.treatmentImg{
    line-height: 0;
    overflow: hidden;
    
}
.treatmentImg img{
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.treatment-item:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0 6px 10px 2px;
    transition: all 0.5s ease-in-out;
}
.treatment-item:hover .treatmentImg img{
    transition: all 0.5s ease-in-out;
    transform: scale(1.2);
}
.treatmentDet {
    padding: 30px;
    border-left: #db564e solid 3px;
    background: #fff;
}
.treatmentDet h5{
    font-size: 24px;
    padding-bottom: 10px;
}
.treatmentDet p{
    padding-bottom: 25px;
}
.treatmentDet a{
    display: inline-block;
    color: #095f2f;
    font-weight: 700;
    font-size: 16px;
}
.treatmentDet a:hover{
    color: #db564e;
    text-decoration: underline;
}
.workProcess_Outer{
    padding: 100px 0;
    background: #f7f7f7;
}
.processHd_Outer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    padding-bottom: 40px;
}
.processHd strong{
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #095f2f;
}
.processHd h3{
    font-size: 44px;
}
.provessContent{
    font-size: 17px;
    line-height: 26px;
}
.makeappointList{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.makeappoint-item{
    background: #e5e5e5;
    padding: 30px;
    text-align: center;
}
.makeappoint-item:first-child{
    background: #095f2f;
    color: #fff;
}
.makeappoint-item:first-child strong{
    color: #fff;
}
.makeappoint-item i{
    width: 62px;
    height: 62px;
    background: #db564e;
    border-radius: 50%;
    display: inline-block;
    border-radius: 50%;
    line-height: 62px;
    color: #fff;
    font-size: 28px;
}
.makeappoint-item strong{
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
    color: #333;
    font-weight: 700;
    padding-top: 10px;
}
.homeBlog_Outer {
    padding: 100px 0;
}
.homeBlogInn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeBlog_Left{
    width: 55%;
}
.homeBlog_Right{
    width: 43%;
}
.homeBlog_Right strong{
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #095f2f;
}
.homeBlog_Right h2{
    font-size: 48px;
    padding-bottom: 10px;
}
.homeBlog_Right p{
    padding-bottom: 20px;
}
.blogitems{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.blog-item{
    line-height: 0;
}
.homeBlog_Right a {
    display: inline-block;
    background: #095f2f;
    padding: 10px 30px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    font-size: 15px;
}
.homeBlog_Right a:hover{
    background: #db564e;
}
footer{
    padding: 70px 0 0 0;
    background: #00363b;
}
.footerInn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.copright {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    border-top: #55787b solid 2px;
    margin-top: 30px;
    color: #8ac6cb;
}
.footerDisc{
    width: 30%;
}
.footLogo {
    padding-bottom: 10px;
}
.footLogo a{
    display: inline-block;
    line-height: 0;
}
.footerDisc p{
    padding-bottom: 20px;
    color: #f4f4f4;
}
.footerDisc span{
    display: block;
}
.footerDisc span a{
    display: inline-block;
    margin-right: 10px;
    background: #db564e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
} 
.footerDisc span a i{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 35px;
}
.footerDisc span a:hover{
    background: #149d51;
}
.footNav h4 {
    font-size: 22px;
    padding-bottom: 20px;
    color: #fff;
}
.footNav ul li{
    display: block;
    padding-bottom: 10px;
}
.footNav ul li a{
    color: #fff;
}
.footNav ul li a i{
    font-size: 13px;
    color: #db564e;
    display: inline-block;
    margin-right: 5px;
}
.footNav ul li a:hover{
    color: #db564e;
}
.footNumb {
    padding-bottom: 15px;
    position: relative;
    padding-left: 65px;
}
.footNumb i{
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 51px;
    background: #db564e;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
}
.footNumb strong {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
.footNumb span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.footNumb span a{
    display: inline-block;
    color: #fff;
}
.footNumb span a:hover{
    color: #db564e;
    text-decoration: underline;
}

/*----About Page-----*/
.about_bannerOuter{
    background-size: cover !important;
    padding: 250px 0;
    position: relative;
}
.about_bannerOuter:after{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
}
.Inner_bannerCont {
    position: relative;
    z-index: 99;
}
.Inner_bannerCont h1{
    font-size: 52px;
    color: #fff;
    border-left: solid 3px #e36c65;
    padding-left: 30px;
    margin-bottom: 20px;
}
.breatcrum{
    padding-left: 30px;
    font-size: 17px;
    color: #fff;
}
.breatcrum a{
    color: #e29578;
}
.breatcrum a:hover{
    text-decoration: underline;
}
.p-100{
    padding-top: 100px;
}
.expOuterBx {
    padding: 60px 0;
    background: #fff;
}
.experince_Bx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.exp-item h2 {
    font-size: 48px;
    font-weight: 800;
}
.exp-item h2 sup{
    font-size: 24px;
    color: #db564e;
    position: relative;
    top:-10px;
}
.exp-item strong {
    font-size: 22px;
    color: #333;
}
.happyPatientRange {
    padding-top: 20px;
}

.contactMap {
    height: 600px;
    border-top: #ccc solid 1px;
}

.authanticCare {
    padding: 100px 0;
    background: #f4f4f4;
}
.authanticCare h2 {
    font-size: 36px;
    padding-bottom: 10px;
}
.authanticCare p {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
}
.aboutDisease{
    padding: 100px  0;
    background: #fff;
}
.aboutDisease_Inn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
}
.aboutdisease_Left h2 {
    font-size: 36px;
    padding-bottom: 15px;
    color: #a7403a;
}
.aboutdisease_Left h4 {
    font-size: 30px;
    padding-bottom: 10px;
}
.aboutdisease_Left p {
    padding-bottom: 15px;
}
.aboutdisease_Left ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.aboutdisease_Left ul li{
    font-size: 18px;
    padding-bottom: 10px;
}
.aboutdisease_Left a{
    display: inline-block;
    background: #095f2f;
    padding: 16px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}
.aboutdisease_Left a:hover{
    background: #db564e;
}
.aboutdisease_Right img {
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 0.20);
    border-radius: 16px;
}
.treatmentList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.two-step{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.treat-item {
    background: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: rgb(45 95 79 / 0.1) solid 1px;
    padding: 20px;
    border-radius: 16px;
}
.treat-item h4 {
    font-size: 18px;
    padding-bottom: 10px;
}
.treat-item ul {
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: disc;
    margin-left: 20px;
}
.treat-item ul li{
    line-height: 30px;
}

.faqOuter {
    padding: 100px 0;
    background: rgb(250 248 245);
}
.FaqInnBx h2 {
    text-align: center;
    font-size: 32px;
}
ul.faqList {
    list-style: none;
    padding: 0;
}
ul.faqList li {
    margin-top: 20px;
    background: #fff;
    border: rgb(45 95 79 / 0.1) solid 1px;
    border-radius: 10px;
}
ul.faqList li h4 {
    font-size: 18px;
    padding: 20px;
    line-height: 28px;
    color: #000;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
ul.faqList li h4::after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: '+';
    font-weight: 800;
    color: #000;
    font-size: 18px;
    transform: translate(0, -50%);
}
ul.faqList li h4.active::after{
    content: '-';
}
h4.active {
    background: rgb(45 95 79 / 5%);
}
ul.faqList li p {
    padding: 10px 15px;
    display: none;
}
ul.faqList li ul {
    padding-left: 35px;
    padding-top: 10px;
}
ul.faqList li ul li {
    border: 0;
    margin: 0;
    line-height: 30px;
}
.FaqInnBx {
    max-width: 900px;
    margin: 0 auto;
}
.prevalenceOuter {
    padding: 100px 0;
    background: rgb(250 248 245);
    text-align: center;
}
.prevalenceOuter h2 {
    font-size: 32px;
    padding-bottom: 20px;
}
.prevalenceOuter p {
    font-size: 18px;
    padding-bottom: 32px;
    padding: 0 150px;
}
.correlation_Outer {
    background: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: rgb(45 95 79 / 0.1) solid 1px;
    padding: 20px;
    border-radius: 16px;
    margin-top: 50px;
}
.correlation_Outer h2 {
    font-size: 28px;
    padding-bottom: 10px;
}
.correlation_Outer p {
    padding-bottom: 20px;
}
.correlation_Inn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.correlation_Bx {
    text-align: left;
}
.correlation_Bx h5 {
    font-size: 18px;
    padding-bottom: 10px;
}
.correlation_Bx span {
    display: block;
    line-height: 30px;
}
.aftrNone::after{
    display: none;
}
.videoConsult_Inner {
    max-width: 50%;
}
.videoConsult_Inner h1 {
    padding-bottom: 30px;
    font-size: 36px;
    color: #fff;
}
.videoConsult_Inner p {
    font-size: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.videoConsult_Inner a {
    display: inline-block;
    margin-top: 20px;
    background: #db564e;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
}
.videoConsult_Inner a:hover {
    background: #000;
}
.freeFollow {
    position: absolute;
    bottom: 0px;
    background: #ffffffc7;
}
.freeFollow span {
    padding: 10px 10px;
    display: inline-block;
    font-size: 18px;
    color: #000;
}
.panchakarma_Inner h1 {
    color: #000;
}
.panchakarma_Inner p {
    color: #000;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}
.sucess_overlay {
    background: rgba(0, 0, 0, 0.9);
}
.popupInn {
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.sucesspopInn {
    text-align: center;
    min-height: 360px;
    padding: 50px 20px;
}
.sucesspopInn i {
    display: block;
    max-width: 100px;
    margin: 0 auto 15px auto;
}
.popupInn h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
}
.sucesspopInn h2 {
    color: #11891b;
    font-size: 34px;
    padding-bottom: 10px;
}
.sucesspopInn p {
    font-size: 18px;
    padding-bottom: 20px;
}
.popClose {
    position: absolute;
    right: 10px;
    top: 10px;
}
.popClose.sucessClose {
    position: relative;
    left: 0;
    top: 0;
}
.sucesspopInn a {
    padding: 10px 20px;
    background: #0c7d2b;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    width: auto;
    line-height: normal;
    height: auto;
    text-align: center;
}

a.closeModal {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #e7e7e7;
    font-size: 20px;
    font-weight: 900;
    color: #000;
}