@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;
}
*,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;
    font-weight: 800;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    font-size: 17px;
    line-height: 26px;
}
a {
    color: #0362a6;
}
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-height: 100%;
}
.mainCont {
    margin-top: 118px;
}
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{
    /* background: url(../images/home-new-banner.webp) right center no-repeat; */
    padding: 150px 0 250px 0;
    background-size: cover !important;
}
.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: #ec6604;
    border: #ec6604 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: 32%;
    padding-bottom: 20px;
}
.homeInp {
    width: 100%;
    height: 51px;
    border: #b1b1b1 solid 1px;
    font-size: 18px;
    padding: 0 15px;
}
.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: #ec6604;
    color: #fff;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
}
.homeAppointBtn:hover{
    background: #000;
}
.featuresOuter{
    margin-top: 77px;
}
.features_Inn{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.feat_Left {
    line-height: 0;
    width: 36%;
}
.feat_Right{
    width: 64%;
}
.feat_Right h2 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 5px;
}
.feat_Right h2 span{
    color: #159d7f;
}
.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: #159d7f;
}
.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: #ec6604;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.serCont a:hover{
    background: #000;
}
.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: #000;
}
.diseaseHd p {
    font-size: 18px;
    line-height: 26px;
}
.diasease_List li {
    width: 23.5%;
    background: #fff;
    padding: 7px;
    border-radius: 6px;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
.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;
}
.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: #ec6604;
}
.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: #ec6604;
    color: #fff;
    border: #ec6604 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;
    padding: 0 !important;
}
.teamList li a i{
    width: 100%;
    height: 210px;
    display: block;
}
.docDet {
    padding: 10px;
    text-align: center;
}
.docDet h5 {
    font-size: 19px;
    color: #000;
}
.docDet span {
    font-size: 17px;
    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: #159d7f;
}
.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: 20px;
    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: #159d7f;
    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: #159d7f;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}
.blogBtn:hover{
    background: #000;
}

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 a {
    color: #fff;
}
.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: 99;
    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: 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;
}
.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: #000;
}
.diseasePage .diseaseHd h2{
    color: #159d7f;
}
.diseasePage .diasease_List li{
    background: #159d7f;
    color: #fff;
}
.diseasePage .dise_Cont span a{
    color: #000;
}
.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, #6094b9 0, #086d56  100%);
}
.cityTab li a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
    color: #000;
}
.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: #000000;
}
.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: #000000 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: #ec6604;
    color: #fff;
}
.aboutHealth_Left a:hover{
    background: #000000;
}
.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: #ec6604;
    color: #fff;
}
.aboutCult_Right a:hover{
    background: #000000;
}
.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: 700;
    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 {
    padding: 15px 0;
    font-size: 15px;
    border-bottom: #ccc solid 1px;
    background: #f9f9f9;
}
.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: #000 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: #000;
}
.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: #075932;
    font-size: 16px;
    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 {
    margin-bottom: 10px;
}
.faqList_new li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 30px 8px 45px;
    position: relative;
    line-height: 30px;
    cursor: pointer;
    background: #075932;
    border-radius: 3px;
}
.faqList_new li i{
    position: absolute;
    left: 6px;
    top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-style: normal;
    border: #ffffff solid 1px;
    border-radius: 50%;
    font-weight: 700;
    background: #fff;
}
.faqList_new li h3::after{
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    color: #ffffff;
    font-size: 22px;
}
.faqList_new li h3.active::after{
    content: '-';
}
.faqList_new li p{
    font-size: 17px;
    line-height: 26px;
    padding: 15px;
    border: #075932 solid 1px;
    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: 100%;
    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: #ec6604;
    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: #ec6604;
    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: #ec6604;
    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;
}
.InnerMidSection {
    background: #f5f5f5;
    padding: 50px 0;
}
.inner_Mid_Left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.InnerContBx {
    max-width: 70%;
    width: 100%;
}
.InnContBx {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: #e5e5e5 0 0 10px 1px;
    margin-bottom: 30px;
}
.InnContBx h2{
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: 800;
}
.frstHding {
    border-bottom: #0965a3 solid 1px;
    margin-bottom: 10px;
    color: #0362a6;
}
.InnContBx p {
    padding-bottom: 20px;
}
.InnContBx ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 20px;
}
.InnContBx ul li {
    font-size: 17px;
    padding: 5px 0;
    color: #1c1c1c;
}
.InnContBx h3 {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 800;
}
.InnContBx h4 {
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: 800;
}
.InnContBx ul li strong {
    font-weight: 800;
}
.tableOuter{
    padding-bottom: 20px;
}
ul.treatIconList {
    padding: 0;
    list-style: none;
}
ul.treatIconList li {
    padding: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.treatIconList li i {
    width: 50px;
    background: #146e5c;
    height: 50px;
    border-radius: 50%;
    padding: 7px;
}
ul.treatIconList li span {
    width: calc(100% - 65px);
    font-size: 17px;
}
.teamList ul, .faqList_new ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.inner_Mid_Right {
    max-width: 390px;
    position: fixed;
    margin-left: 860px;
    z-index: 9;
    top: 170px;
    background: #fff;
    border-radius: 15px;
    box-shadow: #b9b9b9 0 0 10px 0px;
    width: 100%;
}
.fromHdBx{
    background: #075932;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}
.fromHdBx h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}
.fromHdBx h3 {
    text-align: center;
    font-size: 22px;
    color: #ff8c40;
    font-weight: 700;
}
.InnerFrmBx form.contact__form {
    padding: 20px;
}

.bannerContBx {
    max-width: 65%;
}
.bannerContBx p {
    font-size: 18px;
    color: #fff;
}
.bannerContBx a {
    display: inline-block;
    background: #fd8130;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    border-radius: 3px;
}
.bannerContBx a:hover{
    background: #fff;
    color: #000000;
}
.bannerContBx small {
    display: inline-block;
    background: #e9fff6;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 3px;
}

.bannerContBx img{
    display: none;
}

#google_translate_element {
  float: right;
  margin-top: 10px;
}
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.imageBx {
    line-height: 0;
    margin-bottom: 20px;
}
.imageBx img {
    width: 100%;
}
.ContentTable {
    width: 100%;
    border-left: #737373 solid 1px;
    border-bottom: #737373 solid 1px;
    margin-bottom: 20px;
}
.ContentTable th{
    border-right: #737373 solid 1px;
    border-top: #737373 solid 1px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}
.ContentTable td{
    border-right: #737373 solid 1px;
    border-top: #737373 solid 1px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}


/*-----------Doctor Profile-----------------*/
section.drProfileOuter {
    margin: 0;
}
.doctBannerBx {
    background: #17547d;
    padding: 50px 0;
}
.doctBanCont {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.doctBanImg {
    width: 300px;
    line-height: 0;
}
.doctBanImg img {
    border-radius: 20px;
    border: #fff solid 5px;
    width:100%;
}
.docyBanContIn {
    width: calc(100% - 330px);
    color: #fff;
}
.docyBanContIn h2 {
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 10px;
}
.docyBanContIn h4 {
    font-size: 18px;
    padding-bottom: 10px;
}
.docyBanContIn span {
    display: block;
    font-size: 17px;
    padding-bottom: 7px;
}
.doctProfDescOuter {
    padding: 50px 0;
}
.doctProfDescInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.doctProf_Left {
    width: 60%;
}
.doctProf_Right {
    width: 35%;
    margin-top: -430px;
}
.profBookAppoint {
    background: #10496f;
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
}
.profBookAppoint a {
    display: inline-block;
    background: #1d999f;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 20px 10px 50px;
    line-height: 30px;
    position: relative;
    margin-left: 25px;
    color: #fff;
}
.profBookAppoint a i{
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: -10px;
    top: 0;
}
.profileQueryOuter {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: #ccc 0 0 0px 1px;
    margin-bottom: 40px;
}
.profileQueryOuter h2 {
    padding: 0 0 15px;
    font-weight: 800;
    color: #000;
    font-size: 22px;
    text-align: center;
}
.frmInpBx .frmTxtarea {
    border: #ccc solid 1px !important;
}
.doctProf_Right h3 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 25px;
    position: relative;
}
.doctProf_Right h3::after{
    position: absolute;
    left: 0;
    height: 3px;
    background: #0673bd;
    content: '';
    bottom: 0;
    width: 180px;
}

h3.opdHd {
    font-size: 21px;
    font-weight: 800;
    padding-bottom: 0;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    position: relative;
    background: #10496f;
    color: #fff;
    padding: 10px;
}
h3.opdHd a {
    color: #7ce9fb;
}
/* h3.opdHd::after{
    position: absolute;
    left: 0;
    height: 3px;
    background: #0673bd;
    content: '';
    bottom: 0;
    width: 180px;
} */
.opdLeft {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.opdLeft .opdBx {
    width: 32%;
}
.opdLeft .opdBx h4{
    text-align: center;
}


.doctDiscBx h2 {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 10px;
}
.doctDiscBx p {
    padding-bottom: 20px;
}
.doctDiscBx p a:hover{
    text-decoration: underline;
}
.contNumb {
    border-left: 3px solid #0673bd;
    padding-left: 30px;
    margin-bottom: 30px;
}
.contNumb span {
    display: block;
    font-size: 18px;
    line-height: 34px;
}
.opdTimingOuter{
    padding-bottom: 30px;
}
.opdBx {
    background: #fff;
    box-shadow: #ccc 0 0 3px 0px;
    border-radius: 5px;
    margin-bottom: 7px;
}
.opdBx h4 {
    padding: 7px 10px;
    background: #10496f;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
}
.opdBx span {
    font-size: 15px;
    padding: 15px;
    display: block;
}
.opdBx ul {
    list-style: disc;
    margin-left: 25px;
    padding: 10px;
}
.opdBx ul li {
    font-size: 16px;
    line-height: 27px;
}


.blogListBx .newsImg {
    width: 120px;
}
.blogListBx .newsCont {
    width: calc(100% - 135px);
}
.blogListBx .newsCont p{
    font-size: 15px;
    line-height: 22px;
}
.blogListBx .newsImg img {
    height: 90px;
}
.blogListBx .newsCont strong{
    padding-bottom: 0;
}
.proflist li {
    font-size: 16px;
    line-height: 32px;
}


.programsHd p{
    text-align: left;
    padding-bottom: 20px;
}


.topCities_Banner{
    min-height: 600px;
    background-size: cover !important;
    position: relative;
}

.nearCitiesList li {
    margin-bottom: 20px;
    float: left;
    width: 15%;
    margin-right: 2%;
}
.nearCitiesList li:nth-child(6n){
    margin-right: 0;
}
.nearCitiesList li a {
    display: block;
    background: #086d56;
    line-height: 30px;
    padding: 7px 20px;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.citiesFaq_Outer {
    background: rgba(0, 114, 187, 0.1098039216);
    padding: 60px 0;
}
.citiesFaqHd {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 20px;
}
.cities_faqList {
    max-width: 750px;
    margin: 0 auto;
}
.cities_faqList li {
    padding-bottom: 20px;
}
.cities_faqList li h4 {
    background: #045341;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
.cities_faqList li h4:after{
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 22px;
    color: #fff;
    transform: translate(0, -50%);
    font-weight: 600;
}
.cities_faqList li h4.active:after{
    content: '-';
}
.citiesFaqCont {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    line-height: 27px;
    display: none;
}
.citiesFrmOuter {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.citiesFrmOuter:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
    background: linear-gradient(to right, rgba(246, 161, 68, 0.1607843137), rgba(0, 114, 187, 0.1607843137)), url(../images/pattern-bg.png);
    background-size: contain;
    background-repeat: repeat;
}
.citiesFrmInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.citiesFrm_Left {
    width: 50%;
    padding-right: 50px;
}
.citiesfrmHd{
    padding-bottom: 50px;
}
.citiesfrmHd span {
    display: block;
    font-size: 15px;
}
.citiesfrmHd h3 {
    font-size: 36px;
    font-weight: 600;
    color: #505050;
}
.citiesFrm_Right {
    width: 50%;
    padding: 0 50px;
}
.citiesContInfo h3 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.citiesContInfo h3::before {
    content: "";
    position: absolute;
    right: -110px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    z-index: -1;
    height: 1px;
    width: 100px;
}
.citiesContInfo li {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
}
.citiesContInfo li img{
    height: 22px;
    display: inline-block;
    vertical-align: top;
}
.citiesContInfo li i{
    width: 35px;
    display: inline-block;
}
.citiesContInfo li a{
    display: inline-block;
    color: #000;
}
.citiesContInfo li a:hover{
    color: #0794b4;
    text-decoration: underline;
}
.citiesFrm_Right h3 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.citiesFrm_Right h3::before {
    content: "";
    position: absolute;
    right: -110px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    z-index: -1;
    height: 1px;
    width: 100px;
}
.citiesfrmBx {
    padding-bottom: 20px;
}
.citifrmInp {
    height: 50px;
    width: 100%;
    border: #666 solid 1px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 3px;
}
.citifrmInp2 {
    height: 110px;
    width: 100%;
    border: #666 solid 1px;
    color: #333;
    font-size: 16px;
    resize: none;
    padding: 10px;
    border-radius: 3px;
}
.citiFrmBtn {
    width: 150px;
    height: 45px;
    background: #045341;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.citiFrmBtn:hover{
    background: #000000;
}
.cities_Inner_Banner{
    min-height: 600px;
    background-size: cover !important;
    position: relative;
}
.citiesContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
}
.citiesContent {
    max-width: 50%;
}
.citiesContent h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 15px;
}
.citiesContent h1 span {
    color: #086d56;
    display: block;
}
.citiesContent small {
    display: block;
    font-size: 20px;
}
.citiesContent a {
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    background: #086d56;
    padding: 8px 30px;
    border-radius: 3px;
}
.citiesContent a:hover{
    background: #000000;
}

.citiesTreatmentList li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}
.citiesTreatmentList li:nth-child(3n){
    margin-right: 0;
}
.citiesTreatmentList li a{
    display: block;
}
.citiesTreatmentList li a i {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.citiesTreatmentList li a i img{
    transition: all 0.5s ease-in-out;
}
.citiesTreatmentList li a h3 {
    background: #086d56;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px;
}
.citiesTreatmentList li a:hover i img{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.cities_dissease_Banner {
    position: relative;
    padding: 150px 0;
    text-align: center;
}
.cities_dissease_Banner: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%);
}
.cities_dissease_Banner h1 {
    position: relative;
    z-index: 9;
    font-size: 36px;
    font-weight: 700;
}
.InnerMidSection {
    background: #f5f5f5;
    padding: 50px 0;
}
.Cities_Dissease_Content {
    padding: 50px 0;
}
.cities_Mid_Cont h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.citiMainHd{
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: #1263ab solid 1px;
    margin-bottom: 15px;
    color: #1263ab;
}
.cities_Mid_Cont h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 7px;
}
.cities_Mid_Cont p {
    padding-bottom: 15px;
}
.cities_Mid_Cont ul {
    padding-bottom: 15px;
}
.cities_Mid_Cont ul li{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}
.cities_Mid_Cont ul li:before{
    content: '';
    background: url(../images/righ.png) left center no-repeat;
    position: absolute;
    left: 0;
    top:4px;
    background-size: 100% !important;
    width: 16px;
    height: 16px;
}
.cities_Mid_Cont ul li ul{
    padding-top: 10px;
    padding-bottom: 0;
}
.cities_Mid_Cont ul li ul{
    list-style: disc;
    padding-left: 20px;
}
.cities_Mid_Cont ul li ul li{
    padding-left: 0;
}
.cities_Mid_Cont ul li ul li:before{
    display: none;
}
.septBx {
    padding: 20px 20px 10px 20px;
    background: #e0edf9;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.septInnLeft {
    flex: 1;
}
.septInnRight {
    width: 480px;
    margin-left: 20px;
    border: #97abb9 solid 1px;
    line-height: 0;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
}
.septInnRight img{
    border-radius: 5px;
}





/*---------Height Growth----------*/
.agraheightBannerBx{
    padding: 80px 0;
    background: linear-gradient(to bottom,  #eff6ff 0%,#ffffff 100%); 
    text-align: center;
}
.agraheightBannerBx h1{
    font-size: 48px;
    padding-bottom: 10px;
}
.agraheightBannerBx p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 30px;
}
.agraheightBannerBx a{
    display: inline-block;
    padding: 10px 25px;
    border: #2563eb solid 2px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 6px;
    margin: 0 5px 30px 5px;
}
.btn-primary{
    background: #2563eb;
    color: #fff;
}
.btn-primary:hover{
    background: #fff;
    color: #2563eb;
}
.btn-secondry{
    color: #2563eb;
}
.btn-secondry:hover{
    background: #2563eb;
    color: #fff;
}
.agraheightBannerBx ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 20px auto 0 auto;
}
.agraheightBannerBx ul li{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px 0;
    padding: 24px;
    border-radius: 8px;
}
.agraheightBannerBx ul li strong {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 5px;
    color: #2563eb;
}
.agraheightBannerBx ul li span {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.heightMidSectionBx {
    padding: 80px 0;
}
.heightMainHd {
    padding-bottom: 40px;
}
.heightMainHd h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
}
.heightMainHd p{
    text-align: center;
    padding-top: 10px;
}
.septInnLeft h2 {
    padding-bottom: 10px;
    font-size: 24px;
}
.septInnLeft p {
    padding-bottom: 20px;
}
.whyonlineBx {
    background: #f0fdf4;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
}
.whyonlineBx h2{
    font-size: 24px;
    padding-bottom: 15px;
}
.whyonlineBx p{
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 25px;
}
.midCont {
    padding-bottom: 20px;
    padding-top: 25px;
}
.midCont h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.midCont p {
    padding-bottom: 20px;
}
.whyonlineBx p a {
    color: #2563eb;
    font-weight: 700;
}

.compHeightGrowth_Outer{
    padding: 80px 0;
    background: linear-gradient(to bottom,  #f9fafb 0%,#ffffff 100%);  
}
.programList{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.programItem{
    text-align: center;
}
.programItem span{
    background: rgb(219 234 254);
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
}
.programItem span i{
    font-size: 28px;
    color: #2563eb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.programItem strong{
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
}
.programItem p{
    font-size: 16px;
    color: #0f172a;
}
.benefits_Outer{
    padding: 80px 0;
}
.benefitsList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.benefitsItem{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px 0;
    padding: 24px;
    border-radius: 8px;
}
.benefitsItem:hover {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 13px 0;
}
.benefitsItem i{
    display: inline-block;
    font-size: 36px;
    color: #027e00;
    margin-bottom: 15px;
}
.benefitsItem strong{
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
}
.programItem p{
    font-size: 15px;
    color: #0f172a;
}
.meetheight_Outer{
    padding: 80px 0;
    background: linear-gradient(to bottom,  #eff6ff 0%,#ffffff 100%); 
}
.hgtDoct_Outer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.hgtDoctBx {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 15px -3px;
}
.hgtDoctBx:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0 13px 18px -3px;
}
.doctNameBx {
    background: #2563eb;
    padding: 20px 20px 20px 120px;
    border-radius: 10px 10px 0 0;
    position: relative;
    color: #fff;
}
.doctNameBx i {
    background: rgb(59 130 246);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
}
.doctNameBx h2{
    font-size: 28px;
    padding-bottom: 2px;
}
.doctNameBx span{
    font-size: 16px;
    display: block;
    padding-bottom: 3px;
}
.doctNameBx small{
    font-size: 15px;
    display: block;
}
.doctContBx {
    padding: 20px;
    color: #0f172a;
}
.doctContBx h6 {
    font-size: 17px;
    padding-bottom: 5px;
    font-weight: 700;
}
.doctContBx h6 i{
    color:#2563eb ;
    padding-right: 5px;
    font-size: 18px;
}
.doctContBx p{
    padding-bottom: 15px;
    font-size: 15px;
}
.doctContBx ul{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
.doctContBx ul li{
    font-size: 15px;
    line-height: 27px;
}

.whydoctStand{
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px -1px;
    padding: 20px;
    max-width: 900px;
    margin: 60px auto 0 auto;
}
.whydoctStand h2{
    font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
}
.whydoctStand ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.whydoctStand ul li {
    position: relative;
    padding-left: 40px;
    color: #0f172a;
}
.whydoctStand ul li i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 24px;
    color: #027e00;
}
.whydoctStand ul li p{
    font-size: 15px;
}
.callDoctBtn {
    text-align: center;
    padding-top: 40px;
}
.callDoctBtn p{
    padding-bottom: 15px;
}
.callDoctBtn a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 6px;
    border: #2563eb solid 2px;
}
.whytrustOuter {
    padding: 80px 0;
}
.whytrustList{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.whytrustItem{
    padding-left: 60px;
    position: relative;
    color: #0f172a;
}
.whytrustItem i{
    font-size: 32px;
    color:#2563eb;
    position: absolute;
    left: 5px;
    top: 3px;
}
.whytrustItem strong{
    display: block;
    font-size: 17px;
    padding-bottom: 5px;
}
.whytrustItem span{
    display: block;
    font-size: 15px;
    line-height: 26px;
}
.patfeedback_outer{
    padding: 80px 0;
}
.feebackList{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feedbackItem{
    background: rgb(249 250 251);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 6px -1px;
    color: #0f172a;
}
.feedbackItem:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 12px 1px;
}
.feedbackItem i {
    font-size: 18px;
    margin-right: 2px;
    color: #ff8f00;
}
.feedbackItem p {
    padding: 5px 0 15px 0;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    font-size: 15px;
}
.feedbackItem strong {
    font-size: 15px;
    display: block;
}
.feedbackItem small {
    font-size: 14px;
}
/* Appointment Form */
.pilesContact_Outer {
    background: linear-gradient(45deg,  #059669 0%,#0f766e 100%);
    padding: 80px 0;
    color: white;
}

.pilesContInn {
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
}
.pilesFrmBx {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}
.pilesFrmBx:nth-child(2n){
    float: right;
}
.pilesContInn label {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #0f172a;
}
.pilesInp {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    border: #ccc solid 1px;
    border-radius: 5px;
}
.pilesFrmBx2 {
    margin-bottom: 20px;
}
.pilesInp2 {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 15px;
    border: #ccc solid 1px;
    border-radius: 5px;
    resize: none;
}
.pilesBtnBx input.pilesBtn {
    width: 100%;
    height: 40px;
    border: 0;
    background: #086d56;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.pilesBtnBx input.pilesBtn:hover{
    background: #0d96a4;
}
/*.pilesMainHd p{*/
/*    color: #fff;*/
/*}*/
.contactDirectly {
    padding-top: 20px;
    text-align: center;
}
.contactDirectly p {
    padding-bottom: 10px;
}
.contactDirectly a {
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    line-height: 28px;
    border-radius: 6px;
    margin: 0 5px;
    color: #00613e;
}
.section-header h2 {
        font-size: 30px;
    }
.pilesMainHd{
        padding-bottom: 25px;
        text-align: center;
    }
.pilesMainHd h2 {
        font-size: 30px;
    }
/*.pilesMainHd p {*/
/*        color: #fff !important;*/
/*    }*/
    
.contactDirectly a:hover{
    background: #e2faf1;
}
.heightGrowthImageBx {
    padding: 20px 0 0 0;
}
.heightGrowthImageBx2{
    padding-bottom: 20px;
}
.heightGrowthImageBx img, .heightGrowthImageBx2 img{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 8px -1px;
}