@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;
}

*,body, p{
    padding:0;
    margin:0;
    font-family: "Nunito Sans", serif;
    box-sizing: border-box;
}
body{
    color: #000;
}
.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;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    font-size: 17px;
    line-height: 26px;
}
a {
    color: #1c85f5;
}
a, input{
    text-decoration: none;
    transition:  all 0.5s ease-in-out;
}
.whiteBg{
    background: #fff !important;
}
.lightgreyBg{
    background: #f9f9f9 !important; 
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
img{
    /* max-width: 100%; */
        max-width: 50%;
    max-height: 100%;
}
.mainCont {
    /* margin-top: 118px; */
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* WhatsApp Icon */
.whatsapp-icon {
  color: white;
}
/* header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99;
} */

.hdrTop {
    background: #f9f9f9;
}
.apnt_Top_Outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.getappointBtn {
    background: #036537;
    display: block;
    padding: 6px 15px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 0;
}
.getappointBtn img{
    display: inline-block;
    vertical-align: top;
}
.getappointBtn span{
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    padding-left: 10px;
}
.hdrTop_Left span {
    display: inline-block;
    padding-right: 40px;
    line-height: 20px;
    vertical-align: top;
    font-size: 15px;

}
.hdrTop_Left img{
    display: inline-block;
    vertical-align: top;
    padding-right: 3px;
}
.LogoOuter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.LogoBx a {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}
.LogoBx a img{
    height: 54px;
}
.MenuBx ul li{
    display: inline-block;
    padding: 10px 15px;
    position: relative;
}
.MenuBx ul li a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

ul.subnav {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 1170px;
    left: -775px;
    box-shadow: #ccc 0 0px 2px 1px;
    display: none;
    z-index: 9;
    top: 47px;
}
.MenuBx ul li:hover ul.subnav {
    display: block;
}
ul.subnav li {
    float: left;
    width: 23.5%;
    border: #ccc solid 1px;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
ul.subnav li:nth-child(4n){
    margin-right: 0;
}
ul.subnav li a {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 5px 10px;
    text-transform: capitalize;
}
ul.subnav li a span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    background: #ddd;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: 900;
}
ul.subnav li a.active span {
    background: #036537;
}
ul.subnav li a span:after{
    content: "+";
}
ul.subnav li a.active span::after {
    position: absolute;
    content: '-';
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
ul.innerNav{
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    top: 35px;
    border: #ccc solid 1px;
    z-index: 9;
}
ul.innerNav li {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-top: #ccc solid 1px;
    margin-right: 0;
}


.MenuBx ul li a i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.bannerSectionBx {
    position: relative;
    padding: 150px 0 250px 0;
    /* background: url(images/home-new-banner.webp) right center no-repeat; */
    background-size: cover !important;
    z-index: 0;
    color: white; /* Optional: ensures text remains visible */
}

.bannerSectionBx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 14 94 / 70%); /* Change the color/opacity here */
    z-index: -1;
}

.bannerCont{
    color: #fff;
    max-width: 60%;
}
.bannerCont h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    padding-bottom: 20px;
}
.bannerCont p {
    font-size: 18px;
    padding-bottom: 40px;
}
.bannerCont a{
    display: inline-block;
    width: 285px;
    text-align: center;
    padding: 15px 0;
    line-height: 27px;
    border: #fff solid 1px;
    font-size: 20px;
    color: #fff;
}
.bannerCont a:hover {
    background: #263d98;
    border: #263d98 solid 1px;
}
.formSection {
    margin-top: -40px;
}
.aboutfrmSection{
    margin-top: 30px;
}
.homeFrmOuter{
    padding: 40px;
    background: #f8f8f8;
    position: relative;
}
.homeFrmOuter:after{
    position: absolute;
    left: 0;
    bottom: -23px;
    right: 0;
    height: 23px;
    background: url(images/frm-shadow.webp) center top no-repeat;
    content: '';
}
.homeFrmBx {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.homeinpBx {
    width: 42%;
    padding-bottom: 20px;
}
.homeInp {
    width: 100%;
    height: 51px;
    border: #b1b1b1 solid 1px;
    font-size: 18px;
    padding: 0 10px;
}
.homeInp2 {
    width: 100%;
    height: 140px;
    border: #b1b1b1 solid 1px;
    font-size: 18px;
    padding: 10px 15px;
    resize: none;
}
.hometxtarea_Bx{
    padding-bottom: 20px;
}
.homeappointBx{
    text-align: center;
}
.homeAppointBtn{
    width: 32%;
    text-align: center;
    height: 51px;
    font-size: 18px;
    text-transform: uppercase;
    /* background: #263d98; */
    background:#263d98;

    
    color: #fff;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
}
.homeAppointBtn:hover{
    background: #0d6efd;
}
.featuresOuter{
    margin-top: 77px;
}
.features_Inn{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.feat_Left {
    line-height: 0;
    width: 36%;
}
.feat_Left img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* optional based on effect */
}
.feat_Right{
    width: 64%;
}
.feat_Right h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 5px;
}
.feat_Right h2 span{
    color: #263d98;
}
.feat_Right p {
    font-size: 18px;
    padding-bottom: 40px;
    color: #666;
}
.feat_Right ul{
    padding-bottom: 40px;
}
.feat_Right li {
    float: left;
    width: 50%;
    padding-left: 60px;
    position: relative;
    padding-bottom: 30px;
    padding-right: 50px;
}
.feat_Right li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.feat_Right li h4 {
    font-size: 22px;
    padding-bottom: 10px;
}
.feat_Right li span{
    display: block;
    color: #666;
}
.facilities_Outer{
    padding: 50px 0;
    background-size: cover !important;
}
.Facilities_Inn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.facilit_Left {
    width: 45%;
    color: #fff;
}
.facilit_Right{
    width: 45%;
}
.facilit_Left h2 {
    font-size: 36px;
    font-weight: 900;
}
.facilit_Left p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
}
.facilit_Left ul li{
    padding-bottom: 20px;
}
.facilit_Left ul li a{
    display: block;
    padding-left: 80px;
    position: relative;
    color: #fff;
}
.facilit_Left ul li a i{
    width: 67px;
    height: 67px;
    border: #fff solid 1px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.facilit_Left ul li.active a i{
    background: #fff;
}
.facilit_Left ul li a h4{
    font-size: 22px;
}
.facilit_Left ul li a i span{
    background: url(images/faciliti-icon.webp) left top no-repeat;
    display: block;
    width: 35px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faciliti-icon1{
    background-position: left top;
}
.facilit_Left ul li.active  a .faciliti-icon1{
    background-position: right top;
}
.faciliti-icon2{
    background-position: left top -90px !important;
}
.facilit_Left ul li.active  a .faciliti-icon2{
    background-position: right top -90px !important;
}
.faciliti-icon3{
    background-position: left top -194px !important;
}
.facilit_Left ul li.active a .faciliti-icon3{
    background-position: right top -194px !important;
}
.faciliti-icon4{
    background-position: left top -299px !important;  
}
.facilit_Left ul li.active a .faciliti-icon4{
    background-position: right top -299px !important;
}
.facilit_Right{
    padding-top: 50px;
}
.faciliti_ImgBx {
    line-height: 0;
    display: none;
}
.faciliti_ImgBx img{
    border: rgba(255, 131, 21, .68) solid 10px;
    border-radius: 120px;
}
.Services_Outer {
    padding: 50px 0;
}
.servicesHd {
    text-align: center;
    padding: 0 200px 30px 200px;
}
.servicesHd h2 {
    font-size: 42px;
    font-weight: 900;
}
.servicesHd h2 span{
    color: #263d98;
}
.servicesHd p {
    font-size: 20px;
    color: #333;
}
.services_list {
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.servicesLeft {
    width: 50%;
    line-height: 0;
}
.servicesRight {
    width: 50%;
    line-height: 0;
}
.servicesLeft.serCont {
    line-height: normal;
}
.servicesRight.serCont {
    line-height: normal;
}
.serCont {
    padding: 20px;
}
.serCont h3 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
}
.serCont p {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #333;
}
.serCont a{
    display: inline-block;
    width: 325px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    background: #263d98;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.serCont a:hover{
    background: #0d6efd;
}
.disease_Outer{
    padding: 60px 0;
    background-size: cover !important;
}
.diseaseHd {
    padding: 0 100px 30px;
    text-align: center;
    color: #fff;
}
.diseaseHd h2 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 5px;
}
.diseaseHd h2 span{
    color: white;
}
.diseaseHd p {
    font-size: 18px;
    line-height: 26px;
}
.diasease_List li {
    width: 22.5%;
    background: #fff;
    padding: 7px;
    border-radius: 6px;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    height: 506px;
}
.diasease_List li:nth-child(4n){
    margin-right: 0;
}
.diasease_List li i {
    line-height: 0;
}
.diasease_List li i img{
    border-radius: 6px 6px 0 0;
}
.dise_Cont {
    padding: 10px;
    color: black;
}
.dise_Cont h5 {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 8px;
}
.dise_Cont p {
    font-size: 17px;
    padding-bottom: 20px;
    min-height: 70px;
}
.dise_Cont span{
    text-align: right;
    display: block;
}
.dise_Cont span a {
    display: inline-block;
    color: #0362a6;
    text-decoration: underline;
}
.dise_Cont span a:hover{
    color: #263d98;
}
.viewDiseaseBtn a {
    display: inline-block;
    border: #fff solid 1px;
    padding: 10px 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}
.viewDiseaseBtn {
    text-align: center;
    padding-top: 20px;
}
.viewDiseaseBtn a:hover{
    background: #263d98;
    color: #fff;
    border: #263d98 solid 1px;
}

.experince_Outer {
    padding: 60px 0;
}
.experince_Inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.ExpBx {
    border: #c8c8c8 solid 1px;
    padding: 15px 15px 15px 70px;
    width: 32%;
    position: relative;
}
.ExpBx i{
    position: absolute;
    left: 15px;
    top: 20px;
}
.ExpBx span {
    display: block;
    font-size: 22px;
    color: #555;
}
.ExpBx strong {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
}
.team_Outer{
    padding: 60px 0;
    background: #f8f8f8;
}
.teamList li {
    background: #fff;
    box-shadow: #ccc 0 0 4px 0px;
}
.teamList li a i{
    width: 100%;
    height: 245px;
    display: block;
}
.docDet {
    padding: 10px;
    text-align: center;
}
.docDet h5 {
    font-size: 22px;
    color: #000;
}
.docDet span {
    font-size: 20px;
    display: block;
    color: #666;
    padding: 5px 0;
    font-weight: 700;
}
.docDet small {
    display: block;
    font-size: 14px;
    color: #000;
}
.teamList .owl-stage-outer {
    padding: 5px 0;
}
.teamList .owl-controls {
    text-align: center;
}
.teamList .owl-dots {
    padding-top: 20px;
}
.teamList .owl-controls .owl-nav {
    display: none;
}
.teamList .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: #ccc solid 1px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.teamList .owl-dots .owl-dot.active {
    border: #333 solid 1px;
    background: #333;
}
.patientSays_Outer{
    padding: 60px 0;
    background-size: cover !important;
}
.feedList li {
    position: relative;
    background: #fff;
    padding: 70px 20px 20px 20px;
}
.feedList .owl-stage-outer {
    padding-top: 40px;
}
.feedList li i {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0px);
    border: #fff solid 2px;
    border-radius: 50%;
}
.feedList li p{
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
    min-height: 280px;
}
.feedList li strong{
    font-size: 16px;
    display: block;
}
.feedList li small{
    font-size: 13px;
    display: block;
}
.feedList li span {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.feedList .owl-controls {
    text-align: center;
}
.feedList .owl-dots {
    padding-top: 20px;
}
.feedList .owl-controls .owl-nav {
    display: none;
}
.feedList .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: #ffffff solid 1px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.feedList .owl-dots .owl-dot.active {
    border: #ffffff solid 1px;
    background: #fff;
}
.awards_Outer {
    padding: 60px 0;
}
.awards_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.awardsBx {
    width: 48.5%;
}
.awardHd {
    padding-bottom: 20px;
}
.awardHd h2 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 5px;
    line-height: 45px;
}
.awardHd h2 span {
    color: #263d98;
}
.awardHd > span{
    font-size: 18px;
}
.awardInnBx {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.awardImg {
    width: 48%;
    text-align: center;
    text-align: center;
}
.awardImg i {
    display: block;
    border: #ccc solid 1px;
    padding: 6px;
    margin-bottom: 10px;
}
.awardImg strong{
    display: block;
    padding-bottom: 5px;
    font-size: 22px;
}
.awardImg span{
    display: block;
    color: #666;
}
.newsList li {
    padding-bottom: 20px;
}
.newsList li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #000;
}
.newsImg {
    width: 170px;
}
.newsCont {
    width: calc(100% - 185px);
}
.newsCont span {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
}
.newsCont span small{
    color: #263d98;
    font-size: 15px;
}
.newsCont strong{
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.newsCont p{
    display: block;
    font-size: 16px;
    color: #666;
}
.blogBtn {
    background: #263d98;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}
.blogBtn:hover{
    background: #0d6efd;
}

footer{
    background: #001a20;
}
.footerInn{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_Left {
    width: 33%;
    padding: 30px 0;
}
.footer_Right{
    width: 60%;
    padding: 30px 0;
}
.footLogo {
    text-align: left;
}
.footLogo a {
    display: inline-block;
}
.footLogo p {
    font-size: 16px;
    color: #fff;
}
.locationsName {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 00px 0;
}
.locationsName span{
    display: block;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #0e4e5d dashed 1px;
    padding-left: 40px;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
}
.locationsName span i{
    position: absolute;
    left: 0;
    top: 3px;
}
.footCont{
    padding-top: 10px;
}
.footCont span {
    width: 100%;
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
.footCont span img{
    position: absolute;
    left: 0;
    top: 0;
}
.footCont span a {
    color: #fff;
}
.footCont span a:hover{
    color: #24d2fb;
}
.footAppoint{
    padding: 0px;
}
.footAppoint a {
    background: #17a197;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    border-radius: 5px;
}
.footAppoint a:hover{
    background: #1573b1;
}
.footAppoint a img{
    display: inline-block;
    vertical-align: top;
}
.footNav {
    display: block;
    padding-bottom: 40px;
}
.footNav h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 15px;
}
.footNav ul{
    list-style: disc;
    padding-left: 18px;
}
.footNav ul li{
    padding-bottom: 5px;
    color: #fff;
}
.footNav ul li a{
    display: inline-block;
    font-size: 16px;
}
.footNav ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.footNav ul li a:hover{
    color: #24d2fb;
}
.footNav strong{
    display: block;
    font-size: 20px;
    color: #fff;
}
.footNav span{
    display: block;
    font-size: 18px;
    color: #fff;
}
.followBx h3{
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    padding-bottom: 15px;
}
.followBx a {
    display: inline-block;
    margin-right: 5px;
    opacity: 0.7;
}
.followBx a:hover{
    opacity: 1;
}
.footBot {
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
    background: #00232b;
    text-align: center;
}
.footer_Right_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.foot_rl {
    width: 48%;
}
.foot_rr {
    width: 48%;
}
.connectWithBx {
    margin-top: 30px;
    border-radius: 5px;
    position: relative;
}
.connectwithBtn {
    background: #17a197;
    width: 100%;
    text-align: left;
    padding: 0 10px;
    height: 50px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    color: #fff;
}
.connectwithBtn:after{
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 8px;
    color: #fff;
}
.connectwithBtn.active:after{
    content: '-';
    position: absolute;
    right: 10px;
    font-size: 28px;
    top: 4px;
    color: #fff;
}
ul.connectList {
    position: absolute;
    background: #01323d;
    width: 100%;
    left: 0;
    top:47px;
    padding: 10px 0 0 0;
    border-radius: 0 0 5px 5px;
    display: none;
    max-height: 160px;
    overflow: auto;
}

ul.connectList li a{
    display: block;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: #024757 dashed 1px;
    color: #fff;
    line-height: 25px;
}
ul.connectList li a:hover{
    color: #0774bd;
}
ul.connectList li:last-child a{
    border-bottom: 0;
}



/*------Mobile Footer Call------------*/
.mobfootCall {
    background: #fff;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: #cbcbcb 0 0 3px 0;
    display:none;
}
.callexpBtn {
    width: 48%;
    text-align: center;
    border: #027e00 solid 1px;
    color: #027e00;
    background: #fff;
    line-height: 30px;
    border-radius: 5px;
    padding: 5px 20px;
}
.callexpBtn img {
display: inline-block;
height: 30px;
vertical-align: top;
}
.callexpBtn span {
    font-size: 16px;
line-height: 30px;
margin-left: 6px;
display:inline-block;
}
.mobfootCall .whatsappexpBtn {
    width: 48%;
    text-align: center;
    background: #1cb119;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    border-radius: 5px;
}
.whatsappexpBtn img {
height: 30px;
display: inline-block;
vertical-align: top;
}
.whatsappexpBtn span {
font-size: 16px;
line-height: 30px;
margin-left: 6px;
display:inline-block;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9;
}
.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;
}
.popupInn h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 20px;
}
.popFrmBx {
    padding-bottom: 15px;
}
.popFrmBx input.homeInp {
    font-size: 16px;
    height: 42px;
}
.pop_textarea_FrmBx{
    padding-bottom: 15px;
}
.pop_textarea_FrmBx .homeInp2 {
    height: 100px;
}
.popup_SubmitBtn .homeAppointBtn {
    width: 100%;
    height: 42px;
    font-size: 16px;
}

.diseasePage .diseaseHd {
    color: #0d6efd;
}
.diseasePage .diseaseHd h2{
    color: #263d98;
}
.diseasePage .diasease_List li{
    background: #263d98;
    color: #fff;
}
.diseasePage .dise_Cont span a{
    color: #0d6efd;
}
.diseasePage .dise_Cont span a:hover{
    color: #ffd11f;
}

.patientBaseHd {
    padding: 50px 0;
    background: #6094b9;
    background: -moz-linear-gradient(left, #6094b9 0, #086d56  100%);
    background: -webkit-linear-gradient(left, #6094b9 0, #086d56  100%);
    background: linear-gradient(to right, #4c5fbe, #263d98)

;
}
.cityTab li a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
    color: #0d6efd;
}
.happpatHd {
    padding-bottom: 20px;
    text-align: center;
}
.happpatHd h2 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}
.happpatHd span {
    font-size: 18px;
    padding: 0 100px;
    display: block;
    color: #fff;
    line-height: 26px;
}
.cityTab{
    text-align: center;
}
.cityTab li{
    display: inline-block;
}
.cityTab li a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}
.cityTab li a:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}

.diseaseBanner {
    padding: 100px 0 150px 0;
}
.Dis_ban_Cont {
    text-align: center;
}
.Dis_ban_Cont h1 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 10px;
}
.Dis_ban_Cont span {
    font-size: 18px;
    color: #fff;
}
.Dis_ban_Cont span a {
    color: #0d6efd;
}
.Dis_ban_Cont span a:hover{
    text-decoration: underline;
}

.about_Bmc {
    padding: 60px 0;
}
.about_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_In_Left {
    width: 45%;
}
.about_In_Right {
    width: 45%;
    line-height: 0;
}
.about_In_Right img {
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: #004757 solid 10px;
}
.about_In_Left h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 10px;
}
.about_In_Left p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
}
.vissionMissionBg{
    padding: 60px 0;
    background: #6094b9;
    background: -moz-linear-gradient(left, #6094b9 0, #086d56  100%);
    background: -webkit-linear-gradient(left, #6094b9 0, #086d56  100%);
    background: linear-gradient(to right, #6094b9 0, #086d56  100%);
    color: #fff;
    text-align: center;
}
.vissionMissionBg h2{
    font-size: 48px;
    font-weight: 800;  
    padding-bottom: 20px;  
}
.vissionMissionBg p{
    font-size: 18px;
    line-height: 27px;
    padding: 0 150px;
}
.whychoose_Outer {
    background: #f9f9f9;
    padding: 60px 0;
}
.whyChoose_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.whychoose_Left {
    width: 45%;
    height: 500px;
    border-radius: 10px;
    line-height: 0;
}
.whychoose_Left img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: #003845 solid 10px;
}
.whychoose_Left iframe {
    border-radius: 10px;
    border: #0d6efd solid 3px;
}

.whychoose_Right {
    width: 45%;
}
.whychoose_Right h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 5px;
}
.whychoose_Right h3 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 10px;
    padding-top: 20px;
}
.whychoose_Right p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
}
.whychoose_Right ul{
    list-style: disc;
    padding-left: 18px;
}
.whychoose_Right ul li{
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
}

.aboutHealthInn {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutHealth_Left {
    width: 45%;
}
.aboutHealth_Right {
    width: 45%;
}
.about_culture{
    padding: 60px 0;
    background: #f9f9f9;
}
.aboutHealth_Left h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 10px;
}
.aboutHealth_Right img {
    border-radius: 80px 20px;
    border: #1e776f solid 10px;
}
.aboutHealth_Left p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}
.aboutHealth_Left a{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    background: #263d98;
    color: #fff;
}
.aboutHealth_Left a:hover{
    background: #0d6efd;
}
.aboutCultInn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutCult_Left{
    width: 45%;
}
.aboutCult_Right{
    width: 45%;
}
.aboutCult_Right h2{
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 10px;
}
.aboutCult_Right p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}
.aboutCult_Right a{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    background: #263d98;
    color: #fff;
}
.aboutCult_Right a:hover{
    background: #0d6efd;
}
.aboutCult_Left img{
    border-radius: 20px 80px;
    border: #1e776f solid 10px;
}
.gastroBanner_Outer {
    padding: 170px 0;
    background-size: cover !important;
    position: relative;
}
.gastroBanner_Outer:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(21, 157, 127, 0.6) 0%, rgba(0, 98, 12, 0.6) 100%);
}
.gastroBanner_Outer .container {
    position: relative;
    z-index: 9;
}
.gastroBanner_Outer h1 {
    font-size: 36px;
    /* text-transform: uppercase; */
    font-weight: 900;
    color: #fff;
    padding-bottom: 15px;
}
.gastroBanner_Outer h1 span {
    display: block;
    text-transform: capitalize;
    color: #ffad77;
    font-weight: 500;
    font-size: 32px;
    padding-top: 10px;
}
.banner_Breatcrum {
    background: #f5f5f5;
    padding: 10px 0;
    color: #333;
}
.banner_Breatcrum a {
    color: #036537;
}
.banner_Breatcrum a:hover{
    text-decoration: underline;
}
.BanCont_Outer {
    padding: 60px 0;
    /* text-align: center; */
    font-size: 17px;
}
.BanCont_Outer h2 {
    font-size: 32px;
    padding-bottom: 10px;
    /* font-weight: 800; */
    color: #0965a3;
    border-bottom: #0965a3 solid 2px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 42px;
}
.BanCont_Outer h3 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 800;
}
.BanCont_Outer h4 {
    font-size: 22px;
    padding-bottom: 10px;
}
.BanCont_Outer p {
    padding-bottom: 15px;
}
.BanCont_Outer ul {
    padding-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}
.BanCont_Outer ul li {
    padding: 3px 0;
}
ul.embList {
    padding: 40px 0 0 0;
}
ul.embList li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
ul.embList li:last-child {
    margin-right: 0;
}
ul.embList li a{
    color: #fff;
    display: block;
    border-radius: 5px;
}
.embImg{
    line-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}
.embImg img{
    transition: all 0.8s ease-in-out;
    transform: scale(1.0);
    border-radius: 5px;
}
ul.embList li a:hover .embImg img{
    transform: scale(1.1);
    transition: all 0.8s ease-in-out;
}
.empBook {
    background: #eb711b;
    color: #fff;
    z-index: 9;
    padding: 7px 25px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    box-shadow: #0d6efd 0 1px 2px 0px;
    transition: all 0.8s ease-in-out;
    width: 70%;
    margin: 15px auto 0 auto;
}

.embCont {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.8) 80%); 
    padding: 20px;
    text-align: left;
    font-size: 18px;
    transition: all 0.8s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    color: #fff;
    border-radius: 0 0 5px 5px;
}
ul.embList li a:hover .embCont{
    bottom:0;
}
.embCont span{
    display: inline;
    padding-top: 5px;
    color: #fff;
}
.embCont span a{
    font-size: 16px;
    color: #fff;
}
.embCont span a:hover{
    text-decoration: underline;
    color: #eb711b;
}
ul.embList li:hover .embCont {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 80%); 
    color: #fff;
    transition: all 0.5s ease-in-out;
}
ul.embList li:hover .embCont span strong{
    color: #fff;
}
ul.embList li:hover .embCont span a{
    color: #fff;
}

.intiBg {
    background: #f5f5f5;
}
.callsection {
    background: linear-gradient(to right, rgb(4 104 159) 0%, rgb(37 114 69) 100%);
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.callsecInn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.callsection span {
    font-size: 24px;
    text-align: left;
    width: 70%;
}
.callsection a {
    background: #014354;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
    line-height: 30px;
    width: 23%;
}
.callsection a:hover{
    background: #eb711b;
    color: #0d6efd;
}
.commonGastro_Outer {
    padding: 50px 0;
    background: #f5f5f5;
}
.commonHd{
    text-align: center;
    padding-bottom: 20px;
}
.commonHd h2{
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 10px;
}
.commonList li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.commonList li:last-child{
    margin-right: 0;
}
.commonList li a {
    display: block;
    padding: 3px;
    border: #ccc solid 1px;
    background: #fff;
}
.commonList li a h3 {
    font-size: 16px;
    padding: 10px;
    min-height: 60px;
    color: #0965a3;
}
.commonList li a span {
    text-align: center;
    display: block;
    padding: 10px;
    color: #000;
    font-weight: 500;
    min-height: 220px;
}
.commonList li a i{
    display: block;
    line-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.commonList li a i img{
    transition: all 0.5s ease-in-out;
    transform: scale(1.0);
}
.commonList li a:hover i img{
    transition: all 0.5s ease-in-out;
    transform: scale(1.15);
}
.commonList li a:hover{
    border: #eb711b solid 1px;
}
.commonList li a:hover span{
    color: #eb711b;
    transition: all 0.5s ease-in-out;
}
.treatOffredBanner{
    background-size: cover !important;
    position: relative;
}
.treatOffredBanner:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(21, 157, 127, 0.6) 0%, rgba(0, 98, 12, 0.6) 100%);
}
.treatOffredBanner .container {
    position: relative;
    z-index: 9;
}
.treatOffred_Inn {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.treatOff_Left {
    width: 45%;
    color: #fff;
}
.treatOff_Left a {
    color: #ffef14;
}
.treatOff_Right {
    width: 45%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.InnerFrmBx h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 900;
}
.frmInpBx {
    padding-bottom: 15px;
}
.frmInpBx .frmInp {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 5px;
    border: #ccc solid 1px;
}
.infInp2 {
   height: 120px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: #ccc solid 1px;
    resize: none;
    margin-bottom:15px;
}
.frmInpBx .frmTxtarea{
    height: 120px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: #ccc solid 1px;
    resize: none;
}
input.frmInpBtn {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 0;
    background: #eb711b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
input.frmInpBtn:hover{
    background: #000000;
    cursor: pointer;
}
.treatOff_Left h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
}
.treatOff_Left p {
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 27px;
}
.ImpactList ul li {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    color: #000;
    border-radius: 6px;
}
.ImpactList ul li h3{
    padding: 10px;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
}
.ImpactList ul li h3.active {
    background: #96dfad;
    border-radius: 6px 6px 0 0;
}
.ImpactList ul li h3::after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: '';
    background: url(images/down-arrow.webp) right center no-repeat;
    width: 11px;
    height: 7px;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}
.ImpactList ul li h3.active::after{
    content: '';
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.ImpactList ul li p{
    padding:10px;
    font-size: 15px;
    display: none;
    line-height: 23px;
}
.whenSee_Outer {
    padding: 60px 0;
}
.whenseeHd {
    text-align: center;
    padding-bottom: 30px;
}
.whenseeHd h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 30px;
    position: relative;
}
.whenseeHd h2:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 150px;
    background: #eb711b;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
}
.whenseeHd span {
    font-size: 16px;
}
.whenSeeList{
    padding-bottom: 20px;
}
.whenSeeList li {
    width: 25%;
    float: left;
    padding: 0 20px 20px 20px;
    text-align: center;
}
.whenSeeList li i {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #004757;
    border-radius: 50%;
    position: relative;
}
.whenSeeList li i img {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.whenSeeList li span {
    display: block;
    font-size: 20px;
    padding-top: 7px;
}

.sympBot {
    text-align: center;
}
.sympBot a {
    display: inline-block;
    background: #dd630d;
    padding: 10px 30px 10px 95px;
    margin-top: 25px;
    border-radius: 50px;
    position: relative;
    color: #fff;
    text-align: left;
}
.sympBot a:hover{
    box-shadow: #612800 0 0 1px 3px;
}
.sympBot a i {
    position: absolute;
    left: 10px;
    width: 70px;
    height: 70px;
    background: #004757;
    border-radius: 50%;
    padding: 10px;
}
.sympBot a span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.sympBot a strong{
    display: block;
    font-size: 26px;
    line-height: 36px;
}
.sympBot a i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 45px;
}
.whyDrMonga_Outer {
    padding: 60px 0;
    background: #f9f9f9;
}
.appointBtnBx{
    text-align: center;
}
.appointBtnBx a {
    display: inline-block;
    background: #dd630d;
    padding: 10px 30px 10px 95px;
    margin-top: 25px;
    border-radius: 50px;
    position: relative;
    color: #fff;
    text-align: left;
}
.appointBtnBx a:hover{
    box-shadow: #612800 0 0 1px 3px;
}
.appointBtnBx a i {
    position: absolute;
    left: 10px;
    width: 70px;
    height: 70px;
    background: #004757;
    border-radius: 50%;
    padding: 10px;
}
.appointBtnBx a span {
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.appointBtnBx a strong{
    display: block;
    font-size: 26px;
    line-height: 36px;
}
.appointBtnBx a i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 45px;
}
.intiTreatBx {
    padding: 60px 0;
}
.intiTreat_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.intiTreat_Left {
    width: 47%;
}
.intiTreat_Left h3 {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 800;
}
.intiTreat_Right {
    width: 47%;
}
.intiTreat_Left ul {
    list-style: disc;
    padding-left: 18px;
}
.intiTreat_Left ul li {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #000;
}
.shortheight_reason {
    padding: 50px 0;
}
.reasonInn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reason_Left{
    width: 47%;
}
.reason_Left img{
    width: 100%;
}
.reason_Right{
    width: 47%;
}
.reason_Right h3 {
    font-size: 24px;
    padding-bottom: 5px;
}
.reason_Right ul {
    list-style: disc;
    padding-left: 18px;
    padding-bottom: 20px;
}
.reason_Right p {
    padding-bottom: 20px;
}
.reason_Right ul li {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #000;
}

.teamCont_Outer{
    padding: 60px 0;
    background: #f5f5f5;
}

.faq_Outer {
    padding: 60px 0;
}
.faqList_new li {
    border-bottom: #838383 solid 1px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.faqList_new li h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    padding: 5px 30px 5px 45px;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}
.faqList_new li i{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-style: normal;
    border: #838383 solid 1px;
    border-radius: 50%;
    font-weight: 400;
}
.faqList_new li h3::after{
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    font-size: 22px;
}
.faqList_new li h3.active::after{
    content: '-';
}
.faqList_new li p{
    font-size: 17px;
    line-height: 26px;
    display: none;
}
.intiTreat_Left p {
    padding-bottom: 20px;
}
.innerOuter {
    padding: 50px 0;
}
.contOuter{
    display:flex;
    justify-content:space-between;
    align-items:flex-start
}
.cont_Left{
    width:45%
}
.contaddOuter{
    padding-bottom:50px
}
.contaddOuter h2{
    font-size:30px;
    line-height:30px;
    margin-bottom:10px;
    font-weight:600;
    color:#000
}
.contaddOuter p{
    padding-bottom: 20px;
}
.contaddOuter span{
    padding-bottom:30px;
    font-size:18px;
    line-height:30px;
    position:relative;
    padding-left:50px;
    display: block;
}
.contaddOuter span i{
    display:inline-block;
    width:70px;
    vertical-align:top;
    position: absolute;
    left: 0;

}
.contaddOuter span img{
    max-width:30px;
    max-height:30px
}
.contaddOuter span a{
    color: #0362a6;
}
.contaddOuter span a:hover{
    color: #0362a6;
    text-decoration: underline;
}
.Cont_Right{
    width:47%;
    background:#3b664a;
    padding:20px
}

.frmOuter .frmBx input.frmInp:hover,.frmTxtarea:hover{
    box-shadow:#069d28 0 0 3px 1px
}
.frmTxtarea{
    width:100%;
    padding:10px;
    resize:none;
    height:120px
}
.contaddOuter>a {
    display: inline-block;
    width: 45px;
    margin-right: 10px;
}
.contaddOuter>a:hover {
    opacity: 0.6;
}
input.frmInp {
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0 10px;
    border-radius: 2px;
}
.txtareaBx{
    margin-bottom: 20px;
}
.frmBx{
    background:0 0;
    padding:0;
    position:relative;
    width:100%;
    margin-bottom: 20px;
}
.webaddress {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 20px 0;
}
.addBx {
    padding-left: 60px;
    width: 23.5%;
    position: relative;
}
.addBx i {
    background: #000;
    width: 40px;
    height: 40px;
    padding: 7px;
    position: absolute;
    left: 0;
    top: 0;
}
.addBx h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-bottom: 3px;
    color: #000;
    display: block;
}
.addBx span{
    font-size: 16px;
    line-height: 25px;
    color: #000;
    display: block;
}
.footerMap {
    display: none;
    height: 460px;
    border: #ccc solid 1px;
}
.footerMap.active {
    display: block;
}

/*BMI Calculater*/
.bmicalcBx {
    background: linear-gradient(to right, rgb(4 104 159) 0%, rgb(37 114 69) 100%);
    padding: 20px;
    border-radius: 20px;
    width: 40%;
    color: #fff;
}
.bmicalcBx h1 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 15px;
}
.bmiBx {
    padding-bottom: 20px;
}
.bmiBx label {
    display: block;
    font-size: 16px;
}
.bmiBx input {
    width: 100%;
    height: 40px;
    border: #0f494a solid 1px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 5px;
}
.bmicalcBx button {
    width: 100%;
    height: 40px;
    background: #014354;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.result {
    text-align: center;
}
.result p span {
    font-size: 20px;
    font-weight: 800;
}


.Comn_3List li{
    width: 32%;
    margin-bottom: 20px;
}
.Comn_3List li:nth-child(3n){
    margin-right: 0;
}
.Comn_3List li a h3 {
    padding: 10px;
    color: #0965a3;
    min-height: 65px;
    font-size: 16px;
    font-weight: 600;
}
.Comn_3List li a span {
    font-weight: 500;
    padding: 10px;
    min-height: 150px;
}
.Comn_3List li a span strong {
    color: #fd4848;
}
.whenseeHd p {
    padding-bottom: 20px;
}
.whenseeHd p:last-child{
    padding-bottom: 0;
}
.meetDoc_Left {
    padding: 50px 0;
    max-width: 45%;
}
.meetDoc_Left h2 {
    font-size: 30px;
}
.meetDoc_Left h4 {
    font-size: 20px;
}
.meetDoc_Left p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
}

.meetDoc_Left h2 {
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 10px;
    color: #0c558b;
}
.meetDoc_Left h4 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}
.meetDoc_Left h3 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}
.meetDoc_Left ul {
    list-style: disc;
    margin-left: 17px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.meetDoc_Left ul li {
    font-size: 18px;
    padding-bottom: 10px;
}
.meetDoc_Left a {
    display: inline-block;
    padding: 7px 40px;
    background: #fc6800;
    color: #fff;
    border-radius: 30px;
    line-height: 30px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.meetDoc_Left a:hover{
    background: #0c558b;
    transition: all 0.5s ease-in-out;
}
.meetDoc_Left h3 {
    font-size: 22px;
}
.meetDoc_Left ul li {
    font-size: 16px;
}
.serviceList li span {
    font-weight: 400 !important;
}

.serviceInn {
    background: rgb(7 51 25 / 87%);
}
.servicesContent {
    padding: 100px 0;
    max-width: 50%;
}
.servicesContent h2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 800;
}
.servicesContent p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.servicesContent li {
    background: #42a578;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.servicesContent li i {
    margin-right: 10px;
}
.servicesContent li span {
    color: #fff;
    font-size: 17px;
}
.servicesContent a {
    display: inline-block;
    margin-top: 20px;
    background: #263d98;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 30px;
    line-height: 30px;
    color: #ffffff;
}
.servicesContent a:hover{
    background: #000;
}
.videoConsult_Outer, .audioConsult_Outer {
    background-size: cover !important;
}
.vidConsilt {
    padding: 150px 0;
    max-width: 45%;
}
.vidConsilt h2 {
    font-size: 36px;
    padding-bottom: 20px;
}
.vidConsilt h4 {
    font-size: 22px;
    padding-bottom: 30px;
}
.vidConsilt a {
    background: #263d98;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    border-radius: 5px;
}
.vidConsilt a:hover{
    background: #000;
}
.audConsult_Inn {
    float: right;
    width: 40%;
    text-align: right;
    padding: 100px 0 60px 0;
}
.audConsult_Inn h2 {
    font-size: 34px;
    padding-bottom: 10px;
}
.audConsult_Inn h4 {
    font-size: 20px;
    padding-bottom: 10px;
}
.audConsult_Inn p {
    font-size: 18px;
    line-height: 28px;
}
.audExp {
    float: right;
    width: 70%;
    text-align: right;
    margin-bottom: 30px;
}
.audExp li {
    display: inline-block;
    background: #043119f0;
    padding: 20px;
    margin: 0 5px;
    border-radius: 10px;
    max-width: 190px;
    text-align: center;
}
.audExp li i {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.audExp li span {
    display: block;
    font-size: 18px;
    color: #fff;
}
.clinic_ConsultBx {
    background: #f1fff9;
    padding: 50px 0;
}
.clinicConsultHd {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    padding-bottom: 30px;
}
.clinicAdd ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.clinicAdd ul li {
    background: #fff;
    padding: 50px 30px 30px 30px;
    width: 30%;
    box-shadow: #bbd5ca 0 0 5px 1px;
    border-radius: 15px;
}
.clinicAdd ul li h3 {
    font-size: 28px;
    padding-bottom: 15px;
}
.clinicAdd ul li p {
    font-size: 17px;
    padding-bottom: 30px;
}
.clinicAdd ul li span {
    display: block;
    padding-bottom: 5px;
}
.bookBtnx {
    margin-top: 20px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 1px;
    padding: 5px 10px;
    border-radius: 40px;
}
.bookBtnx a{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.bookBtnx a img{
    height: 30px;
    margin-top: 4px;
    display: inline-block;
}
a.bookBtn {
    width: 50%;
    display: inline-block;
    background: #263d98;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    margin-right: 10px;
    font-weight: 600;
    color: #fff;
}

.tableOuter th, .tableOuter td {
    padding: 5px 10px;
    text-align: left;
}
.TableBx {
    padding-bottom: 20px;
}
.TableBx table {
    border-left: #ccc solid 1px;
    border-top: #ccc solid 1px;
    width: 100%;
}
.TableBx table th {
    text-align: left;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 5px 10px;
    background: #f5f5f5;
}
.TableBx table td {
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 5px 10px;
    font-size: 16px;
}

.treatOff_Right .InnerFrmBx {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.treatOff_Right .InnerFrmBx h2 {
    color: #1e7842;
    font-size: 32px !important;
    padding-bottom: 20px;
}

.personalized_Outer.sexbreatcrum {
    padding: 0;
    background: #f6f6f6;
}
.personalized_Outer.sexbreatcrum .breadcrum {
    max-width: 1200px;
    padding: 10px 15px;
    top: 0;
    margin: 0 auto;
    border: 0;
}
.sexoDoctList {
    padding: 50px 0;
}
.sexoHd{
    padding-bottom: 30px;
}
.sexoHd h2 {
    font-size: 36px;
    font-weight: 700;
    color: #047d46;
    border-bottom: #047d46 solid 2px;
    padding-bottom: 10px;
}
.sexoDocList_Inn li {
    background: #f2f3f9;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sexoDoctImg {
    width: 200px;
    line-height: 0;
}
.sexoDoctImg img{
    width: 100%;
    border-radius: 10px;
}
.sexDoctDet {
    width: calc(100% - 500px);
}
.sexDoctDet h3 {
    font-size: 32px;
    font-weight: 800;
    color: #047d46;
}
.sexDoctDet h5 {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #047d46;
}
.sexDoctDet span {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.sexAvail_Bx {
    width: 250px;
}
.sexAvail_Bx strong {
    display: block;
    font-size: 18px;
    color: #039116;
    margin-bottom: 5px;
}
.sexAvail_Bx span {
    display: block;
    font-size: 15px;
}
.sexAvail_Bx a.consultPop {
    background: #047d46;
    display: inline-block;
    padding: 7px 20px;
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
}
.sexAvail_Bx a.consultPop:hover {
    background: #cf4f04;
}
.ConsultContent {
    padding: 50px 0;
    background: #ffeaf7;
}
.ConsultContent h3 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 7px;
}
.ConsultContent p {
    font-size: 17px;
    padding-bottom: 20px;
}
.ConsultContent ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 20px;
}
.ConsultContent ul li {
    font-size: 17px;
    padding: 4px 0px;
}
.ConsultContent table {
    max-width: 500px;
    width: 100%;
    margin-top: 10px;
    border-left: #3f3f3f solid 1px;
    border-top: #3f3f3f solid 1px;
    background: #ffffff;
}
.ConsultContent table th {
    border-bottom: #3f3f3f solid 1px;
    border-right: #3f3f3f solid 1px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}
.ConsultContent table td {
    border-bottom: #3f3f3f solid 1px;
    border-right: #3f3f3f solid 1px;
    padding: 10px;
    text-align: left;
    font-size: 15px;
}
.sexoWebImage {
    line-height: 0;
    margin-top: 40px;
}
.sexoWebImage img{
    border-radius: 10px;
}


.custom-footer {
  background-color: #111;
  color: #ccc;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1 1 230px;
  min-width: 200px;
}

.footer-col h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-col p,
.footer-col a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.footer-col a:hover {
  color: #fff;
}

.footer-links.scrollable {
  max-height: 200px;
  overflow-y: auto;
}

.footer-links.scrollable::-webkit-scrollbar {
  width: 6px;
}
.footer-links.scrollable::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 4px;
}

.social-icons a {
  color: #ccc;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #fff;
  color: #111;
  border-color: #fff;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
}

/* Topbar Styling */
.topbar {
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.topbar-left, .topbar-right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.topbar i {
  color: #263d98;
  margin-right: 6px;
}
.social-icons a {
  color: #263d98;
  margin-left: 10px;
  font-size: 16px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #0a58ca;
}

/* Navbar Styling */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
}
.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #263d98;
  text-decoration: none;
}
.navbar-brand i {
  font-size: 28px;
  margin-right: 10px;
}

.navbar-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar-links a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  padding: 8px 12px;
  transition: all 0.3s ease;
}
.navbar-links a:hover {
  color: #263d98;
}

/* Dropdown styles */
.dropdown {
  position: relative;
}
.dropbtn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  padding: 8px 12px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  z-index: 1;
  top: 33px !important;
  left: 0;
}
.dropdown-content a {
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  color: #333;
  transition: background 0.3s ease;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* Appointment Button */
.btn-appointment {
  background-color: #263d98;
  color: white !important;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-appointment:hover {
  background-color: #0a58ca;
}
.dropdown {
    position: relative;
    display: inline-block;
  }

 

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
    /* Make scrollable */
    max-height: 200px;
    overflow-y: auto;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    /* background-color: #2980b9; */
    color: #0362a6;
  }
.sticky-icon{
    display: none;
}
/* popup css working */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Content */
.popup-content {
  background-color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: popupFade 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/* Heading */
.popup-content h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #263d98;
}

/* Form Inputs */
.popup-content form input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border 0.3s ease;
}

.popup-content form input:focus {
  border-color: #263d98;
}

/* Submit Button */
.popup-content form button {
  width: 100%;
  padding: 12px;
  background-color: #263d98;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.popup-content form button:hover {
  background-color: #1e2f78;
}

/* Animation */
@keyframes popupFade {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* popup css working */

 /* .sticky-icon-desktop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
  }
  .sticky-icon-whatsapp{
      position: fixed;
    bottom: 140px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  background-color: green;
  border: 3px solid white;

  }
.sticky-icon-appointment{
     position: fixed;
    bottom:80px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  background-color: red;
      margin-top: -58px;
      border: 3px solid white;
 
}
.sticky-icon-call{
  background-color: blue;
   position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  border: 3px solid white;

 
}
  .sticky-icon {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    animation: floatBounce 2.5s infinite ease-in-out;
  }

  .sticky-icon:hover {
    transform: scale(1.1);
  }
@keyframes floatBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
} */


/* POPUP ---- START */


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  background: white;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  max-width: 400px;
  width: 100%;
  text-align: center;
}

.popup-form input {
  width: 90%;
  margin: 10px 0;
  padding: 10px;
}

.popup-form button {
  padding: 10px 20px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
/* POPUP ---- END */

.logo-main{
      width: 135px;
    height: 70px;
}

/* Responsive */
@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-links {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    border-top: 1px solid #ccc;
    padding: 10px 20px;
  }
  .navbar-links.active {
    display: flex;
  }
  .topbar {
    flex-direction: column;
    padding: 10px 20px;
  }
  .topbar-left, .topbar-right {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
    gap: 40px;
  }

  .footer-col {
    min-width: unset;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width:445px) {
     .bannerCont{
  text-align: center;
 }
    .topbar{
        display: none;
    }
    .navbar-links{
        /* align-items: ; */
        display: flex;
        align-items:start;
    }
      .navbar-toggle {
    display: block;
  }

  .navbar-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #263d98;
    gap: 0px !important;
  }

  .navbar-links.active {
    display: flex;
  }

  .navbar-links a,
  .dropbtn,
  .btn-appointment {
    padding: 8px 0px !important;
    color: white;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .dropbtn:hover{
    color: wheat !important;
  }

  .dropdown-content {
    position: relative;
    max-height: 180px;
    overflow-y: auto;
    background: white;
  }

  .dropdown-content a {
    color: black;
  }
  
  .dropdown-content {
    position: relative;
    background: white;
    max-height: 200px;
    overflow-y: auto;
  }
  .navbar{
    margin-top: -72px;
  }
}


