@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'kruti_dev_010regular';
    src: url('../fonts/k010-webfont.woff2') format('woff2'),
         url('../fonts/k010-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*, body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "Poppins", serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Mulish", sans-serif;
}
.clearfix:after,.clearfix:before{content:'';display:block;height:0;overflow:hidden}
.clearfix:after{clear:both}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
    padding: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
}
a, input{
    text-decoration: none;
    transition:  all 0.5s ease-in-out;
}
.container{
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}
.mainCont {
    padding-top: 117px;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    background: #fff;
    box-shadow: #939393 0 0 3px 0px;
}
.headerTop {
    background: #014500;
    padding: 5px 20px;
    color: #fff;
}
.headerTop marquee{
    color: #fff;
}
.headerBotInn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.LogoBx {
    line-height: 0;
    width: 120px;
}
.MenuBx li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.MenuBx li a {
    text-transform: uppercase;
    padding: 10px 0;
}
a.mobnav > i {
    position: absolute;
    right: -11px;
    width: 10px;
    height: 12px;
    transform: rotate(90deg);
    top: 9px;
}
ul.subnav {
    position: absolute;
    width: 250px;
    background: #fff;
    margin-top: 5px;
    box-shadow: #9f9f9f 0 0 2px 1px;
    display: none;
}
.MenuBx li:hover ul.subnav {
    display: block;
}
ul.subnav li {
    display: block;
    padding: 0;
}
ul.subnav li a {
    display: block;
    line-height: 25px;
    padding: 5px 15px;
    border-bottom: #ccc solid 1px;
    position: relative;
}
ul.subnav li a i {
    position: absolute;
    right: 10px;
    width: 7px;
    top: 50%;
    transform: translate(0, -50%);
}
ul.subnav li a:hover{
    color: #fff;
    background: #014500;
}
ul.subnav > li:hover > a{
    color: #fff;
    background: #014500;
}
.sub_subNav{
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: #9f9f9f 0 0 2px 1px;
    display: none;
}
ul.subnav li:hover .sub_subNav{
    display: block;
}
.sub_subNav li a{
    display: block;
    white-space: nowrap;
    background: transparent;
}

.headerCont a {
    display: inline-block;
    background: #ffb034;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #024500;
    line-height: 32px;
    border: #024500 solid 1px;
    animation: mymove 1s infinite;
}
@keyframes mymove {
    50% {
        background: #fff;
        box-shadow: 0px  0 10px 5px #e57828;
    }
}
.banner_Outer{
    position: relative;
}
.banner_Outer li {
    height: 650px;
}
.banner_Outer img{
    width: 100%;
    line-height: 0;
    height: 100%;
}
.banner_Outer:after{
    background: #101010;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.7;
}

.bannerBx_Outer{
    width: 100%;
    position: relative;
    z-index: 100;
}
.banBx_Inn{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    top: -125px;
}
.banBx{
    width: 23.5%;
    height: 250px;
    padding: 15px;
    text-align: center;
    position: relative;
    background: #2f672f;
    /* box-shadow: #dbdbdb 0 0 6px 0px; */
    transition: all 0.5s ease-in-out;
}
.banBx:hover{
    background: #f9851d;
    transition: all 0.5s ease-in-out;
}

.banCont {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    padding: 35px 10px;
    text-align: center;
}
.banCont:hover{
    box-shadow: #fff 0 0 1px 1px;
}
.banCont i{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.banCont i img {
    filter: invert(100%);
    max-width: 65%;
    max-height: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banCont span{
    display: block;
    font-size: 20px;
    color: #fff;
}
.wetreatList {
    position: relative;
    background-size: cover !important;
}
.treatInn{
    background: #1d3d38f2;
    padding: 50px 0;
}
.mainHd {
    padding-bottom: 40px;
}
.mainHd h2{
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}
.whtClr{
    color: #fff !important;
}
.diseaseList{
    padding-bottom: 40px;
    padding-top: 30px;
}
.diseaseList li {
    width: 32%;
    float: left;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    padding: 20px;
}
.diseaseList li:nth-child(3n){
    margin-right: 0;
    border-right: 0;
}
.diseaseList li h3{
    font-size: 32px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 15px;
}
.diseaseList li i{
    display: block;
    padding-bottom: 10px;
}
.diseaseList li i img {
    height: 70px;
    vertical-align: top;
    display: inline-block;
}
.diseaseList li span{
    display: block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
}
.diseaseList li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #8bc34a;
    padding: 5px 20px;
    border-radius: 3px;
    line-height: 26px;
    margin-top: 5px;
}

.diseaseList li:hover {
    background: #007751;
}
.diseaseList li:hover a{
    color: #fff;
    background: #ffa416;
    text-decoration: none;
}
.diseaseList li a i {
    display: block;
    height: 140px;
}
.diseaseList li a i img {
    height: 110px;
}
.diseaseList li a h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}
.diseaseList li a span {
    font-size: 16px;
    color: #fff;
}
.happyPatOuter {
    background: #f5f5f5;
    padding: 50px 0;
}
ul.testimonialSlider li {
    height: 250px;
}
ul.testimonialSlider li iframe {
    border-radius: 10px;
}
.testimonialSlider .owl-nav .owl-prev{
    background:url(../images/left-arrow.webp) left top no-repeat; 
    position:absolute; 
    left: 0;
    margin-left: -20px;
    text-indent: -200px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: 50%;
}
.testimonialSlider .owl-nav .owl-next{
    background:url(../images/right-arrow.webp) left top no-repeat; 
    position:absolute; 
    right:0; 
    margin-right:-20px;
    text-indent: -200px;
    overflow: hidden;
    width: 35px;
    background-size: 100%;
    height: 35px;
    top: 50%;
}
.whychoose_Outer {
    padding: 50px 0;
}
.mainHd p {
    padding: 15px 100px 0 100px;
    text-align: center;
}
.whyChooseList li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}
.whyChooseList li:nth-child(3n){
    margin-right: 0;
}
.chooseImg{
    line-height: 0;
    overflow: hidden;
}
.chooseImg img{
    transition: all 0.5s ease-in-out;
}
.whyChooseList li:hover .chooseImg img{
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}
.chooseCont {
    background: #b7e5b7;
    padding: 20px;
    min-height: 160px;
    transition: all 0.5s ease-in-out;
}
.chooseCont h4 {
    font-size: 20px;
    padding-bottom: 5px;
}
.chooseCont p {
    font-size: 15px;
}
.whyChooseList li:hover .chooseCont {
    background: #105810;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.whyChooseList li:hover .chooseCont h4, .whyChooseList li:hover .chooseCont p{
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.stepGet_Outer {
    background: #f0fff0;
    padding: 50px 0;
}
.stepgetList ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.stepgetList li {
    background: #317c31;
    width: 18.4%;
    padding: 20px;
    text-align: center;
}
.stepgetList li:last-child{
    margin-right: 0;
}
.stepgetList li i {
    display: block;
    padding-bottom: 15px;
    min-height:120px;
}
.stepgetList li strong {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
.stepgetList li span {
    color: #b4f1b4;
    font-size: 16px;
    display: block;
}
.bookappointBtn {
    text-align: center;
    padding-top: 30px;
}
.bookappointBtn a {
    display: inline-block;
    background: #023102;
    padding: 10px 40px;
    color: #fff;
}
.bookappointBtn a:hover{
    background: #f37200;
}
.googlereavBx{
    padding: 50px 0;
}
.googlereavBx li {
    background: #f3f3f3;
    padding: 30px 20px 20px 20px;
    text-align: center;
    border-radius: 30px;
}
.googlereavBx li i {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.googlereavBx li i img {
    width: auto !important;
    display: inline-block !important;
}
.googlereavBx li p {
    display: block;
    font-size: 15px;
}
.googlereavBx li p {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}
.googlereavBx li a {
    margin-bottom: 20px;
    display: inline-block;
    color: #fc6002;
}
.logoImg {
    padding-bottom: 30px;
    text-align: center;
    line-height: 0;
}
.logoImg img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
    border-radius: 50%;
}
.googlereavBx li span {
    display: block;
    font-size: 16px;
}
.googlereavBx li small {
    font-size: 14px;
    color: #666;
}
.reviewLogo {
    text-align: center;
    padding-top: 30px;
}
.reviewLogo img{
    width: auto !important;
    display: inline-block !important; 
}
ul.reviewSlider .owl-controls {
    display: none;
}
.googleReviewHd {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 41px;
    font-weight: 600;
}
.googleReviewHd img{
    display: inline-block;
    vertical-align: top;
}

.askaConsult_Outer {
    background: #f0fff0;
    padding: 50px 0;
}
.aksConsult_Inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aksaConsult_Left {
    width: 60%;
}
.aksaConsult_Left h2 {
    font-size: 32px;
    padding-bottom: 10px;
}
.aksaConsult_Left h2 span {
    font-weight: 600;
    color: #f37200;
}
.aksaConsult_Left p {
    font-size: 16px;
    padding-bottom: 10px;
}
.aksaConsult_Right {
    width: 33%;
    padding: 20px;
    background: #023a0c;
    border-radius: 5px;
}
.aksaConsult_Left ul{
    padding-top: 20px;
}
.aksaConsult_Left li {
    width: 23.5%;
    float: left;
    background: #fff;
    margin-right: 2%;
    padding: 20px;
    box-shadow: #e7e7e7 0 0 3px 1px;
}
.aksaConsult_Left li:last-child {
    margin-right: 0;
}
.aksaConsult_Left li i {
    display: block;
    padding-bottom: 30px;
    min-height: 100px;
}
.aksaConsult_Right h2 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}
.frmBx {
    padding-bottom: 20px;
}
.frmInp {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 16px;
    border: #ccc solid 1px;
}
.frmInp2 {
    width: 100%;
    height: 115px;
    padding: 10px;
    font-size: 16px;
    border: #ccc solid 1px;
    resize: none;
}
.frmSubmit {
    width: 100%;
    height: 45px;
    background: #f37200;
    border: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.frmSubmit:hover {
    background: #65c148;
}
.naturalState {
    padding: 50px 0;
}
.natural_state_Inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.natstare_Right {
    width: 45%;
}
.natstate_Left {
    width: 50%;
    line-height: 0;
    height: 450px;
}
.natstate_Left video{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.natstare_Right h2 {
    font-size: 31px;
    padding-bottom: 25px;
    font-style: italic;
}
.natstare_Right p {
    font-size: 18px;
    padding-left: 25px;
    line-height: 30px;
    border-left: #014500 solid 1px;
    font-style: italic;
}
.natstare_Right ul {
    border-left: #014500 solid 1px;
    padding-left: 40px;
    padding-top: 20px;
    list-style: disc;
}
.natstare_Right ul li{
    padding: 3px 0;
}
.stories_Outer {
    background: #f0fff0;
    padding: 50px 0;
}
.storiesImg {
    line-height: 0;
    overflow: hidden;
}
.storiesImg img {
    transition: all 0.5s ease-in-out;
}
.storiesList li {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.storiesList li:last-child{
    margin-right: 0;
}
.storiesCont {
    background: #b7e5b7;
    padding: 20px;
    min-height: 240px;
    transition: all 0.5s ease-in-out;
}
.storiesCont h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.storiesCont p {
    font-size: 15px;
    line-height: 25px;
}
.storiesList li:hover .storiesImg img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}
.storiesList li:hover .storiesCont {
    background: #105810;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.storiesList li:hover .storiesCont h3, .storiesList li:hover .storiesCont p {
    color: #fff;
}
footer {
    background: #1b2e1b;
}
.footerTop {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footTop_Left {
    width: 48%;
}
.footTop_Left ul {
    float: left;
    width: 47%;
    vertical-align: top;
}
.footTop_Left ul:last-child{
    float: right;
}
.footTop_Left ul li {
    padding: 10px 0;
    border-bottom: #526452 dashed 1px;
}
.footTop_Left ul li a{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    display: block;
}
.footTop_Left ul li a:hover{
    color: #74b674;
}
.footTop_Right {
    width: 48%;
}
.footerBot {
    border-top: #2c5a2c solid 1px;
    padding: 15px 0;
    font-size: 15px;
    color: #95b995;
}
.reachBx{
    width: 47%;
    float: left;
}
.reachBx h2{
    font-size: 24px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ccc;
}
.reachBx p{
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}
.reachBx p i{
    position: absolute;
    left: 0;
    top:0;
}
.reachBx p i img{
    max-width: 30px;
    max-height: 30px;
}
.reachBx p a{
    color: #a7ffa7;
}
.reachBx p a:hover{
    color: #dd8333;
    text-decoration: underline;
}
.followBx {
    width: 100%;
}
.followBx h2{
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ccc;
}
.followBx a {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    margin-bottom: 5px;
    opacity: 0.5;
}
.followBx a:hover{
    opacity: 0.9;
}
.callUsOuter {
    position: fixed;
    bottom: 0;
    right: 200px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 450px;
}
.callUsOuter a{
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}
a.bookConsult {
    width: 60%;
    background: #499d2f;
    border-radius: 15px 0 0 0;
}
a.callNow {
    width: 40%;
    background: #176000;
    border-radius: 0 15px 0 0;
}
.overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
.callPopup {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 30px;
    max-width: 450px;
    width: 100%;
    transform: translate(-50%, -50%);
}
.closepopup {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: 800;
    color: #666;
    cursor: pointer;
}
.popHd {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 15px;
}
.popfrmBx {
    padding-bottom: 15px;
}
.popfrmBx .popInp {
    width: 100%;
    height: 45px;
    border: #666 solid 1px;
    padding: 0 10px;
}
.popBtn {
    width: 100%;
    height: 45px;
    background: #0c2e01;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}
.popBtn:hover{
    background:#dd8333;
}



/*---------about Us---------------*/
.bannerCont {
    float: right;
    padding: 200px 0;
    width: 520px;
}
.bannerCont h2 {
    font-size: 56px;
    color: #fff;
}
.bannerCont h2 span{
    color: #ebc708;
}
.bannerCont h4 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.genousOuter {
    padding: 100px 0 80px 0;
}
.genious_left {
    width: 50%;
}
.genious_left h3 {
    font-size: 36px;
}
.genious_left h2 {
    font-size: 50px;
    color: #fd7700;
    padding-bottom: 20px;
}
.genious_left p {
    font-size: 18px;
    padding-bottom: 25px;
    line-height: 28px;
}
.about_aksa_outer {
    background: #f0fff0;
    padding: 60px 0;
}
.about_inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_left {
    width: 48%;
}
.about_left h2 {
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 800;
}
.about_left p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}
.about_Right {
    width: 45%;
}
.mossionOuter {
    background: #023102;
    text-align: center;
}
.mission_Inn{
    padding: 80px;
    color: #fff;
}
.mission_Inn h2 {
    font-size: 66px;
    color: #fff;
    padding-bottom: 10px;
}
.mission_Inn p {
    font-size: 20px;
    color: #dbdbdb;
    font-style: italic;
    line-height: 32px;
}
.health_Outer {
    padding: 80px 0;
}
.health_Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.health_Left {
    width: 45%;
}
.health_Right {
    width: 45%;
}
.healthCont h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    padding-bottom: 5px;
}
.healthCont p {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 20px;
}
.healthCont a{
    display: inline-block;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 30px;
    background: #dd8333;
    color: #fff;
}
.healthCont a:hover{
    background: #c96217;
}
.culture_Outer {
    background: #f6f7f6;
    padding: 80px 0;
}
.culture_Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.culture_Left {
    width: 48%;
}
.culture_right {
    width: 48%;
}
.sucessNumb {
    padding: 60px 0;
}
.sucessList li {
    width: 32%;
    float: left;
    margin: 0 2% 30px 0;
    background: #b7e5b7;
    border-radius: 10px;
}
.sucessList li:nth-child(3n) {
    margin-right: 0;
}
.sucesHd {
    background: #1e4d0f;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}
.sucesHd strong {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: #ff8e29;
}
.sucesHd span {
    display: block;
    font-size: 17px;
    color: #fff;
}
.sucessCont {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    min-height: 155px;
}

.InnBanCont {
    padding: 100px 0;
    max-width: 60%;
    position: relative;
    z-index: 9;
}
.InnBanCont h2{
    font-size: 42px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 800;
}
.InnBanCont p{
    font-size: 17px;
    color: #a9ff8e;
    line-height: 28px;
    padding-bottom: 20px;
}
.InnBanCont a {
    display: inline-block;
    background: #fbae35;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border-radius: 40px;
}
.InnBanCont a:hover {
    background: #fb731b;
    color: #000;
}
.InnBanCont i {
    display: inline-block;
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 5px 15px;
}
.InnBanCont i img{
    display: inline-block;
    height: 70px;
}
.breadcrum {
    padding: 15px 0;
    font-size: 15px;
    border-bottom: #ccc solid 1px;
    background: #f9f9f9;
}
.breadcrum a{
    color: #000000;
}
.breadcrum a:hover {
    color: #176000;
    text-decoration: underline;
}

.innerContent_outer {
    background: #f5f5f5;
    padding: 50px 0;
}
.innerpageOuter{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.InnerContent {
    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: 32px;
    padding-bottom: 10px;
    font-weight: 800;
}
.frstHding {
    border-bottom: #176000 solid 1px;
    margin-bottom: 10px;
}
.InnContBx p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #1c1c1c;
}
.InnContBx h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.InnContBx h4 {
    font-size: 20px;
    padding-bottom: 10px;
}
.InnContBx ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 10px;
}
.InnContBx ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #1c1c1c;
}
ul.faqList {
    list-style: none;
    padding: 0;
}
ul.faqList li {
    margin-bottom: 20px;
    border: #114601 solid 1px;
}
ul.faqList li h4 {
    background: #114601;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 28px;
    color: #fff;
    position: relative;
    cursor: pointer;
}
ul.faqList li h4::after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: '+';
    font-weight: 800;
    color: #fff;
    font-size: 18px;
    transform: translate(0, -50%);
}
ul.faqList li h4.active::after{
    content: '-';
}
ul.faqList li p {
    padding: 10px 15px;
    display: none;
}
ul.faqList li ul {
    padding-left: 35px;
    padding-top: 10px;
}
ul.faqList li ul li {
    border: 0;
    margin: 0;
    line-height: 30px;
}
.InnerFrm_Outer{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: #002e02 0 0 10px 1px;
    max-width: 360px;
    position: fixed;
    margin-left: 910px;
    top: 151px;
    z-index: 9;
}
.InnerFrm_Outer.active {
    position: fixed;
    top: 200px;
    margin-left: 920px;
    width: 350px;
}
.InnFrmInner{
    padding: 15px 20px;
}
.InnerFrm_Outer h3 {
    background: #f37e2b;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.InnFrmBx {
    margin-bottom: 20px;
}
.innFrmInp {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: #ccc solid 1px;
    border-radius: 3px;
    font-size: 15px;
}
.innFrmInp2 {
    width: 100%;
    height: 110px;
    padding: 10px;
    border: #ccc solid 1px;
    border-radius: 3px;
    font-size: 15px;
    resize: none;
}
.appointBtn{
    background: #287b0d;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.appointBtn:hover{
    background: #014500;
}

.topDoctList {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: #e5e5e5 0 0 10px 1px;
    margin-bottom: 30px;
}
.topDoctList h3 {
    font-size: 26px;
    padding-bottom: 15px;
}
ul.patSlideContent .owl-stage-outer {
    padding: 10px;
}
ul.patSlideContent li {
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 1px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
ul.patSlideContent li i {
    display: block;
    height: 250px;
    margin-bottom: 10px;
}
ul.patSlideContent li i img{
    border-radius: 5px;
}
.PatientSlider.patImg li i{
    height: 170px;
}
ul.patSlideContent li span{
    display: block;
}
ul.patSlideContent li small{
    display: block;
}
ul.patSlideContent li strong{
    display: block;
    font-size: 15px;
    color: #666;
}
ul.patSlideContent li h5{
    font-size: 18px;
    padding:5px 0 10px 0;
}
ul.patSlideContent li a{
    display: inline-block;
    background: #ffa05d;
    border-radius: 20px;
    line-height: 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
    padding: 0 20px;
}

ul.patSlideContent .owl-prev {
    text-indent: -200px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background: #fff url(../images/left-arrow-icon.webp) center center no-repeat;
    box-shadow: #ccc 0 0 5px 0;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}
ul.patSlideContent .owl-next {
    text-indent: -200px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -15px;
    background: #fff url(../images/right-arrow-icon.webp) center center no-repeat;
    box-shadow: #ccc 0 0 5px 0;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}
.midImg{
    padding: 5px 0 10px 0;
}

.whatDiseaseList ul {
    list-style: none;
    padding: 0;
}
.whatDiseaseList ul li {
    float: left;
    width: 49%;
    background: #023102;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
}
.whatDiseaseList ul li:nth-child(2n){
    float: right;
}
.whatDiseaseList ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whatDiseaseList ul li a i {
    width: 60px;
    border: #fff solid 2px;
    padding: 2px;
    border-radius: 50%;
    height: 60px;
}
.whatDiseaseList ul li a span {
    display: block;
    width: calc(100% - 70px);
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.whatDiseaseList ul li:hover {
    background: #dd8333;
}

.ContactBanner {
    background-size: cover;
}
.contactTrans {
    text-align: center;
    text-transform: uppercase;
    background: rgb(14 57 1 / 33%);
    padding: 150px 0;
}
.contactInner {
    padding: 60px 0;
}
.contactTrans h2 {
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    text-transform: capitalize;
}
.contactTrans h2 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 65px;
}
.contOuter{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    margin-bottom: 50px;
}
.cont_Left{
    width:45%
}
.contfrmBx {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.contfrmBx .frmBx {
    width: 32%;
}
.contfrmBx .txtareaBx {
    width: 100%;
}
.contfrmBx .txtareaBx textarea {
    border-radius: 4px;
}
.contaddOuter{
    padding-bottom:30px
}
.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: #023102;
}
.contaddOuter span a:hover{
    color: #0362a6;
    text-decoration: underline;
}
.Cont_Right {
    width: 45%;
    background: #023102;
    padding: 3px;
    border-radius: 10px;
    line-height: 0;
}
.contAppointBx{
    width: 100%;
    background: #023102;
    padding: 15px;
    border-radius: 10px;
}
.contAppointBx h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 800;
    color: #fff;
}
.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;
}
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;
}
.doctors_List li {
    box-shadow: 0px 2px 6px 0px #64646433;
    border: 0px solid #e6e6e6;
    padding: 20px 10px 20px 10px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.dicImgBx {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.docImg {
    width: 160px;
    margin-right: 20px;
}
.docImg img {
    border-radius: 10px;
}
.docName h3 {
    font-size: 26px;
    padding-bottom: 5px;
    font-weight: 800;
}
.docName h3 a:hover{
    color: #499d2f;
}
.docName h4 {
    font-size: 20px;
    color: #666;
    padding-bottom: 5px;
}
.docName h5 {
    padding-bottom: 5px;
    font-size: 18px;
    color: #499d2f;
}
.docName strong {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 600;
}
.specilist h5 {
    font-size: 17px;
    padding-bottom: 5px;
}
.specilist a {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 15px;
    border: #ccc solid 1px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 5px;
}
.specilist a:hover{
    color: #014500;
    background: #f7fff5;
}
.docList_Right a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 20px;
    line-height: 28px;
}
.bookConslt{
    background: #499d2f;
}
.callBtn{
    background: #002e02;
}
.homeabout_Outer {
    position: relative;
    top: -40px;
    padding-bottom: 30px;
}
.homeabout_Inn {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.homeabout_Left {
    width: 48%;
    position: relative;
}
.homeabout_Left > img{
    height: 100%;
    width: 100%;
}
.ratingBx{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #054d08;
    padding: 25px;
    text-align: center;
    border-radius: 50px 0 0 0;
}
.ratingBx strong{
    display: block;
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    line-height: 80px;
}
.ratingBx span{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}
.home-about-Right {
    width: 48%;
}
.home-about-Right h5 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 20px;
}
.home-about-Right h5 img{
    display: inline-block;
    vertical-align: top;
}
.home-about-Right h2 {
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 900;
    color: #002e02;
}
.home-about-Right h4 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
}
.home-about-Right p{
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 30px;
}
.home-about-Right ul{
    padding-bottom: 10px;
}
.home-about-Right li {
    float: left;
    width: 48%;
}
.home-about-Right li:last-child{
    float: right;
}
.home-about-Right li i {
    display: block;
    padding-bottom: 10px;
}
.home-about-Right li h3 {
    font-size: 24px;
    padding-bottom: 5px;
}
.home-about-Right li p{
    padding-bottom: 0;
}
.subnav li > i{
    display: none;
}
.glanceTable {
    padding-bottom: 20px;
}
.glanceTable table {
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
.glanceTable table th {
    border-top: #ccc solid 1px;
    padding: 10px;
    text-align: left;
    border-right: #ccc solid 1px;
}
.glanceTable table td {
    border-top: #ccc solid 1px;
    padding: 10px;
    text-align: left;
    border-right: #ccc solid 1px;
}
.videoList li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    line-height: 0;
    height: 250px;
}
.videoList li:nth-child(3n){
    margin-right: 0;
}
.videoList li iframe{
    border-radius: 10px;
    border: #014500 solid 5px;
}
.InnerBanner{
    background-size: cover !important;
    position: relative;
}
.InnerBanner:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgb(0 33 6 / 96%);
}
.Contact_PopupBx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    background: #fff;
    width: 100%;
    border-radius: 10px;
}
.Contact_PopupBx h2 {
    text-align: center;
    background: #0c2e01;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    line-height: 30px;
    font-size: 22px;
}
a.popClose {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 26px;
    top: 0;
    line-height: 50px;
}
.contPopFrm_Inn {
    padding: 20px 20px 0 20px;
}
.contPopfrmBx {
    padding-bottom: 20px;
}
.Cont_popInp {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 15px;
    border: #b7b7b7 solid 1px;
    border-radius: 3px;
}
.Cont_popInp2 {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 15px;
    border: #b7b7b7 solid 1px;
    border-radius: 3px;
    resize: none;
}
.Cont_popBtn {
    width: 100%;
    height: 45px;
    background: #0c2e01;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
}
.Cont_popBtn:hover{
    background: #f39302;
    color: #000;
}

.policyBannerBx {
    padding: 100px 0;
    background: #457934;
}
.privacyBanCont h1 {
    font-size: 56px;
    text-align: center;
    font-weight: 800;
    color: #fff;
}
.pricayPilcyCont p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
}
.pricayPilcyCont h2 {
    font-size: 32px;
    padding-bottom: 10px;
}
.pricayPilcyCont ul {
    padding-bottom: 15px;
    list-style: disc;
    padding-left: 20px;
}
.pricayPilcyCont ul li {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
}
.pricayPilcyCont h5 {
    font-size: 22px;
    padding-bottom: 7px;
}
.pricayPilcyCont p a {
    color: #2156f3;
}
.pricayPilcyCont p strong{
    padding-top: 5px;
    display: inline-block;
}
.pricayPilcyCont p a:hover{
    text-decoration: underline;
}
/*-----------Doctor Profile-----------------*/
section.drProfileOuter {
    margin: 0;
}
.doctBannerBx {
    background: #055f2e;
    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;
    color: #fff;
}
.docyBanContIn h4 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #fff;
}
.docyBanContIn span {
    display: block;
    font-size: 17px;
    padding-bottom: 7px;
    color: #fff;
}
.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: #055f2e;
    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: #31bb70;
    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: #022d1f;
    padding: 15px;
    border-radius: 5px;
    box-shadow: #013b28 0 0 0px 1px;
    margin-bottom: 40px;
}
.profileQueryOuter h2 {
    padding: 0 0 15px;
    font-weight: 800;
    color: #fff;
    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;
}
.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;
}
.frmInpBx {
    padding-bottom: 15px;
}

.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;
}