@media(max-width:1279px){
    .banner_Outer li {
        height: 550px;
    }
}

@media(max-width:1169px){
    .banner_Outer img{
        height: 600px;
    }
    .home-about-Right h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .home-about-Right h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home-about-Right p {
        font-size: 16px;
    }
    .diseaseList li h3{
        font-size: 28px;
    }
    .testimonialSlider .owl-nav .owl-next{
        margin-right: -10px;
    }
    .testimonialSlider .owl-nav .owl-prev{
        margin-left: -10px;
    }
    .stepgetList li {
        padding: 20px 10px;
    }
    .stepgetList li strong {
        font-size: 18px;
    }
    .stepgetList li span {
        font-size: 15px;
    }
    .MenuBx li {
        padding: 0 5px;
    }
    .genousOuter {
        padding: 60px 0 40px 0;
        background-position: right -100px bottom !important;
    }
    .genious_left h2 {
        font-size: 38px;
        padding-bottom: 15px;
    }
    .genious_left h3 {
        font-size: 30px;
    }
    .about_Right{
        width: 50%;
    }
    .health_Right {
        width: 50%;
    }
    .culture_Left {
        width: 50%;
    }
    .aboutBanner{
        position: relative;
    }
    .aboutBanner:after{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .aboutBanner:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .bannerCont {
        float: none;
        padding: 180px 0;
        position: relative;
        z-index: 9;
        margin: 0 auto;
        text-align: center;
    }
    .InnBanCont h2 {
        font-size: 36px;
    }
    .InnBanCont i img {
        height: 60px;
    }
    .InnerFrm_Outer {
        max-width: 330px;
        margin-left: 0;
        right: 10px;
    }
    .InnerContent {
        max-width: 65%;
    }
    .banner_Outer li {
        height: 480px;
    }
}

@media(max-width:1023px){
    .banner_Outer li {
        height: 400px;
    }
    .banBx_Inn {
        top: -80px;
    }
    .banBx {
        height: 200px;
    }
    .banCont{
        padding: 0;
    }
    .home-about-Right h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .home-about-Right p {
        font-size: 15px;
        line-height: 25px;
    }
    .home-about-Right li h3 {
        font-size: 18px;
    }
    .home-about-Right p {
        font-size: 14px;
        line-height: 24px;
    }
    .ratingBx strong {
        font-size: 56px;
        line-height: 60px;
    }
    .ratingBx strong img {
        width: 40px;
    }
    .ratingBx span {
        font-size: 18px;
        padding-left: 5px;
    }
    .callUsOuter{
        right: 10px;
    }
    .mainHd h2{
        font-size: 32px;
    }
    .mainHd {
        padding-bottom: 10px;
    }
    .diseaseList li{
        width: 50%;
    }
    .diseaseList li:nth-child(3n){
        border-right: #ccc solid 1px;
    }
    .diseaseList li:nth-child(2n){
        border-right: 0;
    }
    .diseaseList li h3{
        margin-bottom: 5px;
    }
    .mainHd p {
        padding: 15px 0px 15px 0px;
    }
    .chooseCont {
        padding: 15px;
        min-height: 165px;
    }
    .chooseCont p{
        font-size: 14px;
    }
    .whychoose_Outer {
        padding: 30px 0 20px 0;
    }
    .aksaConsult_Left h2 {
        font-size: 24px;
    }
    .aksaConsult_Left p {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .aksaConsult_Left li{
        padding: 20px 10px;
    }
    .aksaConsult_Left li span {
        font-size: 14px;
    }
    .aksaConsult_Right{
        width: 37%;
    }
    .aksaConsult_Right h2{
        font-size: 21px;
    }
    .natstare_Right h2{
        font-size: 22px;
    }
    .natstare_Right p {
        font-size: 16px;
        padding-left: 20px;
        line-height: 27px;
    }
    .storiesCont h3 {
        font-size: 16px;
    }
    .storiesCont {
        padding: 20px 10px;
        min-height: 330px;
    }
    ul.mobmenu {
        position: fixed;
        left: -270px;
        top: 0;
        background: #000;
        bottom: 0;
        width: 270px;
        padding: 0 0 15px 0;
        transition: all 0.5s ease-in-out;
    }
    ul.mobmenu.open{
        left: 0;
        transition: all 0.5s ease-in-out;
        overflow: auto;
    }
    .MenuBx ul li {
        display: block;
    }
    .MenuBx ul li a {
        display: block;
        color: #fff;
        border-bottom: #666 dashed 1px;
    }
    ul.subnav li a{
        font-size: 14px;
    }
    a.mobnav > i{
        display: none;
    }
    a.mobnav:after{
        position: absolute;
        content: '+';
        right: 10px;
        top: 9px;
        font-size: 20px;
    }
    a.mobnav.active:after{
        content: '-';
    }
    .headerCont {
        margin-right: 55px;
    }
    .headerBotInn {
        position: relative;
    }
    a.mobnavIcon {
        position: absolute;
        right: 0;
        top: 27px;
        width: 35px;
    }
    a.mobnavIcon i {
        display: block;
        height: 4px;
        background: #000;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .MenuBx li:hover ul.subnav{
        display: none;
    }
    ul.subnav {
        position: relative;
        display: none;
        margin-top: 0;
        background: #333;
        box-shadow: none;
        width: 100%;
    }
    a.sunNav_Inn i{
        display: none;
    }
    .subnav li{
        position: relative;
    }
    .subnav li > i{
        position: absolute;
        right: 0 !important;
        top: 0 !important;
        bottom: 0;
        width: 30px !important;
        transform: translate(0, 0) !important;
        background: #d5d5d5;
        z-index: 99;
        display: block;
        height: 36px;
    }
    .subnav li > i img {
        position: absolute;
        left: 11px;
        top: 10px;
        transform: rotate(90deg);
        width: 10px;
        transition: all 0.5s ease-in-out;
    }
    .subnav li > i.active img {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }
    .sub_subNav {
        position: relative;
        left: 0;
        top: 0;
        background: #6d6868;
        box-shadow: none;
        display: none;
    }
    ul.sub_subNav li a {
        border-bottom: #919191 dashed 1px;
        font-size: 13px;
    }
    .subnav li:hover ul.sub_subNav{
        display: none;
    }
    .cont_Left {
        width: 50%;
    }
    .Cont_Right {
        width: 45%;
    }
    .Cont_Right h2 {
        font-size: 24px;
    }
    .contactTrans h2 {
        font-size: 36px;
    }
    .doctProf_Right{
        margin-top: 0;
    }
    .doctBanCont {
        width: 100%;
    }
}

@media(max-width:767px){
    .banner_Outer li {
        height: auto;
    }
    .banner_Outer img {
        height: auto;
    }
    .bannerBx_Outer{
        padding: 30px 0 10px 0;
    }
    .banBx_Inn {
        display: block;
        top: 0;
    }
    .banBx {
        height: 200px;
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .banBx:nth-child(2n){
        margin-right: 0;
    }
    .homeabout_Outer{
        top: 0px;
    }
    .homeabout_Inn {
        display: block;
    }
    .homeabout_Left {
        width: 100%;
        position: relative;
        line-height: 0;
        margin-bottom: 20px;
    }
    .home-about-Right {
        width: 100%;
    }
    .treatInn {
        padding: 30px 0;
    }
    .mainHd h2 {
        font-size: 28px;
    }
    .diseaseList{
        padding-top: 0;
    }
    .diseaseList li {
        width: 100%;
        border-right: 0 !important;
        padding: 20px 0;
    }
    .diseaseList li h3 {
        font-size: 24px;
        line-height: 40px;
    }
    .diseaseList li a{
        font-size: 16px;
    }
    .whyChooseList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .chooseCont {
        padding: 15px;
        min-height: 0;
    }
    .stepgetList ul {
        display: block;
    }
    .stepgetList li {
        padding: 20px 10px;
        width: 100%;
        margin-bottom: 1px;
    }
    .aksConsult_Inn {
        display: block;
    }
    .aksaConsult_Left {
        width: 100%;
        padding-bottom: 20px;
    }
    .aksaConsult_Right {
        width: 100%;
    }
    .natural_state_Inn {
        display: block;
    }
    .natstate_Left {
        width: 100%;
        line-height: 0;
        height: 330px;
    }
    .natstare_Right {
        width: 100%;
        padding-top: 20px;
    }
    .storiesList li {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .storiesList li:last-child{
        margin-bottom: 0px;
    }
    .storiesCont {
        min-height: 0;
    }
    .bookappointBtn {
        padding-top: 20px;
    } 
    .aksaConsult_Left li i {
        padding-bottom: 10px;
        min-height: 75px;
    }  
    .aksaConsult_Left li span {
        line-height: 20px;
        display: block;
    }
    .footerTop {
        padding: 30px 0;
        display: block;
    }
    .footTop_Left {
        width: 100%;
        padding-bottom: 30px;
    }
    .footTop_Right {
        width: 100%;
    }
    .reachBx {
        width: 100%;
        float: left;
    }
    .followBx {
        float: right;
        width: 100%;
    }
    .followBx h2 {
        margin-bottom: 0;
    }
    .bannerCont {
        padding: 120px 0;
        width: 100%;
    }
    .bannerCont h2 {
        font-size: 42px;
    }
    .bannerCont h4 {
        font-size: 30px;
    }
    .genousOuter {
        padding: 30px 0 20px 0;
    }
    .genious_left {
        width: 100%;
        padding-bottom: 500px;
    }
    .about_aksa_outer {
        padding: 30px 0;
    }
    .about_inn {
        display: block;
    }
    .about_left{
        width: 100%;
    }
    .about_Right {
        width: 100%;
        line-height: 0;
    }
    .about_left h2 {
        font-size: 30px;
    }
    .mission_Inn {
        padding: 30px 0;
    }
    .mission_Inn h2 {
        font-size: 48px;
    }
    .mission_Inn p {
        font-size: 17px;
        line-height: 27px;
    }
    .health_Outer, .culture_Outer {
        padding: 30px 0;
    }
    .health_Inner {
        display: block;
    }
    .health_Left {
        width: 100%;
        padding-bottom: 25px;
    }
    .health_Right {
        width: 100%;
        line-height: 0;
    }
    .culture_Inner {
        flex-direction: column-reverse;
    }
    .culture_Left {
        width: 100%;
        margin-top: 20px;
        line-height: 0;
    }
    .culture_right {
        width: 100%;
    }
    .sucessCont {
        min-height: 0;
    }
    .sucessNumb {
        padding: 30px 0;
    }
    .aboutBanner {
        position: relative;
        background-size: cover !important;
    }
    .sucessList li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .innerpageOuter {
        flex-direction: column-reverse;
    }
    .InnerFrm_Outer {
        max-width: 100%;
        margin-left: 0;
        right: 0px;
        position: relative;
        top: 0;
    }
    .InnBanCont {
        padding: 60px 0;
        max-width: 100%;
    }
    .InnBanCont i img {
        height: 47px;
    }
    .InnerContent {
        max-width: 100%;
        margin-top: 20px;
    }
    .InnContBx h2 {
        font-size: 24px;
    }
    ul.faqList li h4{
        font-size: 17px;
    }
    .contOuter {
        display: block;
    }
    .contactTrans{
        padding: 100px 0;
    }
    .contactInner {
        padding: 30px 0;
    }
    .cont_Left {
        width: 100%;
    }
    .Cont_Right {
        width: 100%;
    }
    .doctors_List li{
        display: block;
    }
    .docList_Left {
        padding-bottom: 20px;
    }
    .specilist a{
        padding: 5px 10px;
    }
    .docName h3 {
        font-size: 22px;
    }
    .docName h4 {
        font-size: 18px;
    }
    .docName h5 {
        font-size: 16px;
    }
    .docName strong {
        font-size: 16px;
    }
    .videoList li{
        width: 48%;
        margin-right: 4%;
    }
    .videoList li:nth-child(3n){
        margin-right: 4%;
    }
    .videoList li:nth-child(2n){
        margin-right: 0;
    }
    .privacyBanCont h1{
        font-size: 44px;
    }
    .pricayPilcyCont h2 {
        font-size: 28px;
    }
    .docDet h5{
        font-size: 17px;
    }
    .docDet span{
        font-size: 16px;
    }
    .doctProfDescInner {
        display: block;
    }
    .doctProf_Left {
        width: 100%;
    }
    .profBookAppoint a{
        margin-top: 5px;
    }
    .doctProf_Right {
        width: 100%;
        margin-top: 20px;
    }
    .doctBanImg {
        width: 160px;
    }
    .doctBanImg img {
        border-radius: 10px;
        border: #fff solid 3px;
    }
    .docyBanContIn {
        width: calc(100% - 180px);
    }
    .docyBanContIn h2 {
        font-size: 28px;
    }
    .doctBannerBx{
        padding: 30px 0;
    }
    .docyBanContIn span{
        font-size: 16px;
    }
    .whatDiseaseList ul li {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:479px){
    .banner_Outer li {
        height: auto;
    }
    .banCont i {
        width: 80px;
        height: 80px;
    }
    .banBx {
        height: 180px;
        margin-bottom: 15px;
    }
    .ratingBx {
        padding: 10px 20px 20px 20px;
        border-radius: 20px 0 0 0;
    }
    .ratingBx strong {
        font-size: 36px;
        line-height: 50px;
    }
    .ratingBx span {
        font-size: 16px;
        padding-top: 8px;
    }
    .ratingBx strong img {
        width: 30px;
    }
    .home-about-Right h2 {
        font-size: 24px;
    }
    .diseaseList li span {
        font-size: 16px;
    }
    .mainHd h2 {
        font-size: 24px;
    }
    .aksaConsult_Left li{
        width: 48%;
        margin-bottom: 15px;
        margin-right: 4%;
    }
    .aksaConsult_Left li:nth-child(2n){
        margin-right: 0;
    }
    .googlereavBx {
        padding: 30px 0;
    }
    .googleReviewHd{
        font-size: 30px;
    }
    .LogoBx {
        width: 100px;
    }
    .headerCont a {
        padding: 8px 15px;
        font-size: 16px;
        line-height: 25px;
    }
    a.mobnavIcon {
        top: 18px;
    }
    .mainCont {
        padding-top: 105px;
    }
    .banCont span {
        font-size: 17px;
    }
    .home-about-Right li {
        width: 100%;
        padding-bottom: 20px;
    }
    .home-about-Right li:last-child {
        padding-bottom: 0;
    }
    .diseaseList li i img{
        height: 52px;
    }
    .diseaseList li{
        text-align: center;
    }
    .diseaseList li:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .footTop_Left ul {
        width: 100%;
    }
    .callUsOuter {
        width: 90%;
    }
    a.bookConsult {
        width: 70%;
        font-size: 15px;
        padding: 8px 15px;
    }
    a.callNow {
        width: 30%;
        font-size: 15px;
        padding: 8px 15px;
    }
    .headerTop marquee {
        line-height: 25px;
        font-size: 14px;
    }
    .reachBx h2 {
        font-size: 20px;
    }
    .followBx h2 {
        font-size: 20px;
    }
    .followBx a {
        width: 36px;
    }
    .bannerCont {
        padding: 100px 0;
    }
    .bannerCont h2 {
        font-size: 32px;
    }
    .bannerCont h4 {
        font-size: 22px;
    }
    .genious_left h3 {
        font-size: 20px;
    }
    .genious_left h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .genious_left p {
        font-size: 15px;
        padding-bottom: 15px;
        line-height: 25px;
    }
    .genousOuter {
        background-position: right -140px bottom !important;
    }
    .about_left h2 {
        font-size: 24px;
    }
    .about_left p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .mission_Inn h2 {
        font-size: 36px;
    }
    .mission_Inn p {
        font-size: 15px;
        line-height: 25px;
    }
    .healthCont h2 {
        font-size: 32px;
    }
    .healthCont h2 img {
        width: 32px;
    }
    .healthCont p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .healthCont a {
        padding: 10px 40px;
        font-size: 16px;
    }
    .sucesHd strong {
        font-size: 32px;
    }
    .sucesHd span {
        font-size: 15px;
    }
    .sucesHd {
        padding: 15px;
    }
    .sucessCont {
        padding: 15px;
        font-size: 15px;
        line-height: 25px;
    }
    .InnerBanner {
        background-size: cover !important;
    }
    .InnBanCont h2 {
        font-size: 26px;
    }
    .InnBanCont p {
        font-size: 15px;
        line-height: 26px;
    }
    .InnBanCont a {
        padding: 7px 20px;
        font-size: 20px;
    }
    .InnBanCont i {
        margin-top: 20px;
        padding: 10px 10px 5px 10px;
    }
    .InnBanCont i img {
        height: 33px;
    }
    .InnContBx h2 {
        font-size: 22px;
    }
    .InnContBx p {
        font-size: 15px;
        padding-bottom: 20px;
        line-height: 25px;
        color: #1c1c1c;
    }
    .InnContBx h3 {
        font-size: 19px;
    }
    .InnContBx h4 {
        font-size: 18px;
    }
    .contactTrans h2 {
        font-size: 30px;
    }

    .contaddOuter h2 {
        font-size: 22px;
    }
    .contaddOuter p {
        font-size: 15px;
    }
    .contaddOuter {
        padding-bottom: 25px;
    }
    .contaddOuter span {
        font-size: 16px;
        line-height: 27px;
        padding-left: 40px;
    }
    .contaddOuter span img {
        max-width: 27px;
        max-height: 27px;
    }
    .contaddOuter>a {
        width: 40px;
        margin-right: 5px;
    }
    .Cont_Right h2 {
        font-size: 22px;
    }
    .Cont_Right {
        padding: 15px;
    }
    .docImg{
        width: 100px;
        margin-right: 15px;
    }
    .docName h3 {
        font-size: 20px;
    }
    .docName h4 {
        font-size: 16px;
    }
    .docName h5 {
        font-size: 15px;
    }
    .docName strong {
        font-size: 15px;
    }
    .specilist a {
        padding: 5px 10px;
        font-size: 10px;
    }
    .docList_Right a{
        font-size: 16px;
    }
     .videoList li{
        width: 100%;
        margin-right: 0;
    }
    .privacyBanCont h1 {
        font-size: 34px;
    }
    .policyBannerBx {
        padding: 80px 0;
    }
    .pricayPilcyCont p {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 15px;
    }
    .pricayPilcyCont h2 {
        font-size: 24px;
    }
    .pricayPilcyCont ul li {
        font-size: 15px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .doctBanCont{
        display: block;
    }
    .doctBanImg {
        width: 260px;
        padding-bottom: 15px;
    }
    .docyBanContIn {
        width: 100%;
    }
    .profBookAppoint {
        padding: 10px 10px;
        font-size: 22px;
    }
}