@media(max-width:1169px){
    .headerTOpInn{
        display: flex;
    }
    .headertop_Right {
        width: 40%;
    }
    .menuBx li a {
        font-size: 15px;
    }
    .menuBx li {
        padding: 10px 7px;
    }
    .headerBot:after{
        display: none;
    }
    .headBotInn {
        margin: 0 -10px;
    }
    .logoBx {
        width: auto;
        padding: 5px 10px;
    }
    .bannerInnerBx h1 {
        font-size: 60px;
    }
    .bannerInnerBx h5 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .about_Maharshi_Right h2 {
        font-size: 36px;
    }
    .about_Maharshi_Right h5 {
        font-size: 24px;
    }
    .about_Maharshi_Right {
        padding-top: 0;
    }
    .readyInnBx {
        padding: 0 100px;
    }
}
@media(max-width:1023px){
    .bannerInnerBx {
        max-width: 75%;
    }
    .bannerInnerBx h1 {
        font-size: 42px;
    }
    .bannerInnerBx h5 {
        font-size: 24px;
    }
    .approctInn {
        width: 50%;
    }
    .about_Maharshi_Outer {
        margin-top: -80px;
    }
    .about_Maharshi_Inner {
        gap: 25px;
    }
    .about_Maharshi_Right h5 {
        font-size: 20px;
    }
    .about_Maharshi_Right h2 {
        font-size: 24px;
    }
    .homeabout_Img {
        padding-left: 0;
    }
    .aboutcharak_Notes {
        font-size: 15px;
    }
    .aboutCall {
        margin-left: 0;
        display: block;
        margin-top: 15px;
    }
    .services_Outer {
        padding: 50px 0;
    }
    .servicesList ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .readyInnBx h2 {
        font-size: 36px;
        padding-bottom: 15px;
    }
    .readyInnBx {
        padding: 0 50px;
    }
    .readyOuterBx, .whychoose_Outer, .appointmentOuter, .treatmentOuter, .workProcess_Outer, .homeBlog_Outer{
        padding: 50px 0;
    }
    .whychoose_Inn {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
        .patient_Outer{
        padding-top: 50px;
    }
    .patient-item {
        padding: 20px;
    }
    .patient-item p {
        font-size: 16px;
    }
    .patientName {
        padding-left: 60px;
        margin-top: 20px;
    }
    .patientName strong {
        font-size: 16px;
    }
    .patientName span{
        font-size: 14px;
    }
    .appointmentCont strong {
        font-size: 24px;
    }
    .appointmentCont h2 {
        font-size: 36px;
    }
    .appointmentCont li h6 {
        font-size: 20px;
    }
    .appointmentCont li span {
        font-size: 16px;
    }
    .appointmentCont li i{
        top: 0;
    }
    .appointmentFrmBx {
        padding: 30px 15px;
    }
    .mainHd h2 {
        font-size: 36px;
    }
    .TreatmentList, .makeappointList {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .processHd h3 {
       font-size: 36px;
    }
    .processHd strong {
        font-size: 26px;
    }
    .homeBlogInn {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .homeBlog_Left {
        width: 100%;
    }
    .homeBlog_Right {
        width: 100%;
        padding-bottom: 25px;
    }
    .homeBlog_Right strong {
        font-size: 26px;
    }
    .homeBlog_Right h2 {
        font-size: 40px;
    }
    footer {
        padding: 50px 0 0 0;
    }
    .footerInn {
        display: block;
    }
    .footerDisc {
        width: 100%;
        padding-bottom: 30px;
    }
    .footNav {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding-bottom: 20px;
    }
    .callBx a{
        padding-left: 50px;
    }
    .callBx a i {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .callBx a strong {
        font-size: 20px;
    }
    .callBx a span {
        font-size: 15px;
    }
    header {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
    }
    .menuBx > ul {
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        width: 250px;
        background: #021e0f;
        z-index: 99;
        transition: all 0.5s ease-in-out;
    }
    .menuBx li {
        display: block;
        padding: 0;
    }
    .menuBx li a {
        font-size: 15px;
        display: block;
        border-bottom: #749783 solid 1px;
        padding: 10px;
    }
    a.mobNav {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 35px;
        transform: translate(0, -50%);
    }
    a.mobNav i{
        display: block;
        height: 4px;
        border-radius: 5px;
        background: #ffffff;
        margin-bottom: 5px;
    }
     a.mobNav i:last-child{
        margin-bottom: 0;
     }
     .mobNav.active i:first-child{
        transform: rotate(45deg);
        position: relative;
        top: 7px;
     }
     .mobNav.active i:nth-child(2){
        transform: rotate(-45deg);
        position: relative;
        bottom: 2px;
     }
     .mobNav.active i:last-child{
        display: none;
     }
     ul.menu_mob.open{
        left: 0;
        transition: all 0.5s ease-in-out;
    }
    .callBx {
        margin-right: 45px;
    }
    .Inner_bannerCont h1 {
        font-size: 42px;
    }
    .treatmentList {
        grid-template-columns: repeat(2, 1fr);
    }
    .prevalenceOuter{
        padding: 50px 0;
    }
    .prevalenceOuter p{
        padding: 0;
        font-size: 16px;
    }
    .videoConsult_Inner {
        max-width: 65%;
    }
    .videoConsult_Inner h1 {
        padding-bottom: 20px;
        font-size: 30px;
    }
    .freeFollow span {
        font-size: 16px;
    }
    .about_bannerOuter.aftrNone {
        padding: 110px 0;
    }
}
@media(max-width:767px){
    .headerTop {
        display: none;
    }
    .about_Maharshi_Outer {
        margin-top: 0;
    }
    .about_Maharshi_Inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .approchBx_outer {
        top: 0;
    }
    .approchBx_outer .container {
        text-align: right;
    }
    .servicesList ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .patient_Outer, .appointmentInn, .TreatmentList, .makeappointList, .processHd_Outer {
        grid-template-columns: repeat(1, 1fr);
    }
    .treatmentImg img{
        width: 100%;
    }
    .whychoose_Left h2 {
        font-size: 32px;
    }
    .whychoose_Left strong {
        font-size: 28px;
    }
    .readyInnBx {
        padding: 0;
    }
    .readyInnBx h2 {
        font-size: 30px;
    }
    .approctInn {
        width: 100%;
    }
    .bannerInnerBx {
        max-width: 100%;
    }
    .bannerInnerBx h5 {
        font-size: 20px;
    }
    .bannerInnerBx h1 {
        font-size: 40px;
    }
    .bannerOuter {
        padding: 100px 0;
    }
    .aboutExp small {
        font-size: 16px;
    }
    .about_Maharshi_Inner{
        padding-bottom: 50px;
    }
    .mainHd span{
        font-size: 22px;
    }
    .mainHd h2 {
        font-size: 32px;
        padding-bottom: 10px;
    }
    .mainHd p {
        font-size: 16px;
    }
    .servicesList ul li h4 {
        font-size: 20px;
    }
    .servicesList ul li p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .whychoose_Left strong {
        font-size: 22px;
    }
    .whychoose_Left h2 {
        font-size: 28px;
    }
    .whychoose_Left ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .whychoose_Left li {
        font-size: 16px;
    }
    .happyPat-item strong {
        font-size: 48px;
    }
    .happyPat-item span {
        font-size: 16px;
    }
    .patient-item > i {
        font-size: 30px;
    }
    .appointmentCont h2 {
        font-size: 30px;
    }
    .appointmentCont strong {
        font-size: 20px;
    }
    .treatmentDet {
        padding: 20px;
    }
    .processHd strong {
        font-size: 20px;
    }
    .processHd h3 {
        font-size: 30px;
    }
    .footNav {
        width: 100%;
    }
    .mainCont {
        padding-top: 80px;
    }
    .Inner_bannerCont h1 {
        font-size: 32px;
    }
    .authanticCare, .aboutDisease, .faqOuter {
        padding: 50px 0;
    }
    .authanticCare h2 {
        font-size: 30px;
    }
    .aboutDisease_Inn {
        grid-template-columns: repeat(1, 1fr);
    }
    .aboutdisease_Left h2 {
        font-size: 32px;
    }
    .aboutdisease_Left h4 {
        font-size: 26px;
    }
    .treatmentList {
        grid-template-columns: repeat(1, 1fr);
    }
    ul.faqList li h4 {
        font-size: 16px;
        padding: 10px;
    }
    .menuBx li a i {
        position: absolute;
        top: 15px;
        font-size: 14px;
        right: 10px;
    }
    ul.subnav{
        display: none !important;
    }
    ul.subnav.open {
        display: block !important;
        position: relative;
        top: 0;
    }
    .drop2:after {
        content: '+';
        position: absolute;
        right: 10px;
        font-size: 24px;
        top: 5px;
    }
    .drop2.active:after {
        content: '-';
        font-size: 24px;
        top: 5px;
    }
    ul.subnav2{
        display: none !important;
    }
    ul.subnav2.open {
        display: block !important;
        position: relative;
        left: 0;
        width: 100%;
        background: #021e0f;
    }
    .videoConsult_Inner {
        max-width: 100%;
    }
    .about_bannerOuter.aftrNone {
        padding: 80px 0 150px;
        background-position: right -250px center !important;
    }
}
@media(max-width:479px){
    .homeabout_Img2 {
        width: 130px;
        border: #e5e5e5 solid 4px;
    }
    .aboutExp {
        padding: 15px 10px 0 84px;
        margin-left: 130px;
    }
    .aboutExp strong {
        left: 10px;
        top: 10px;
        font-size: 40px;
    }
    .aboutExp {
        padding: 15px 10px 0 65px;
    }
    .aboutExp span {
        font-size: 22px;
        line-height: 25px;
    }
    .aboutExp small {
        font-size: 15px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .mainHd h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .services_Outer {
        padding: 30px 0;
    }
    .servicesList ul li a{
        font-size: 14px;
    }
    .readyInnBx h2 {
        font-size: 25px;
    }
    .readyInnBx p {
        font-size: 16px;
    }
    .readyInnBx a {
        padding: 10px 30px;
    }
    .readyOuterBx, .whychoose_Outer, .appointmentOuter, .treatmentOuter, .workProcess_Outer, .homeBlog_Outer {
        padding: 30px 0;
    }
    .whychoose_Left h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .happyPatientList {
        gap: 10px;
        padding: 30px 0 0 0;
    }
    .happyPat-item strong {
        font-size: 38px;
    }
    .happyPat-item strong sup {
        font-size: 20px;
    }
    .happyPat-item span {
        font-size: 14px;
    }
    .appointmentCont h2 {
        font-size: 25px;
    }
    .appointmentCont li span {
        font-size: 15px;
    }
    .appointmentCont li h6 {
        font-size: 18px;
    }
    .appointmentCont li i {
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .appointmentCont li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 20px;
    }
    .treatmentDet h5 {
        font-size: 20px;
    }
    .processHd h3 {
        font-size: 25px;
    }
    .patient_Outer, .appointmentInn, .TreatmentList, .makeappointList, .processHd_Outer{
        gap: 20px;
    }
    .homeBlog_Right strong {
        font-size: 20px;
    }
    .homeBlog_Right h2 {
        font-size: 32px;
    }
    .footNumb strong {
        font-size: 20px;
    }
    .footNumb i{
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .footNumb {
        padding-left: 50px;
    }
    footer {
        padding: 30px 0 0 0;
    }
    .copright{
        margin-top: 0px;
    }
    .copright {
        padding: 10px 0;
        font-size: 14px;
    }
    .bannerInnerBx h5 {
        font-size: 17px;
    }
    .bannerInnerBx h1 {
        font-size: 32px;
    }
    .logoBx a {
        width: 120px;
    }
    .callBx a i {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 35px;
    }
    .callBx a span {
        font-size: 13px;
    }
    .logoBx{
        height: 67px;
    }
    .callBx a {
        padding-left: 40px;
    }
    .callBx a strong {
        font-size: 18px;
    }
    .callBx {
        width: 170px;
    }
    .mainCont {
        padding-top: 67px;
    }
    .Inner_bannerCont h1 {
        font-size: 26px;
        padding-left: 0;
        border-left: 0;
    }
    .breatcrum {
        padding-left: 0;
    }
    .about_bannerOuter {
        padding: 150px 0;
    }
    .authanticCare h2 {
        font-size: 24px;
    }
    .authanticCare p {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 26px;
    }
    .aboutdisease_Left h2 {
        font-size: 24px;
    }
    .aboutdisease_Left h4 {
        font-size: 22px;
    }
    .aboutdisease_Left ul li {
        font-size: 17px;
    }
    .FaqInnBx h2 {
        font-size: 21px;
    }
    .prevalenceOuter h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .videoConsult_Inner h1 {
        padding-bottom: 20px;
        font-size: 20px;
    }
    .about_bannerOuter.aftrNone {
        padding: 50px 0 150px;
    }
    .freeFollow span {
        font-size: 15px;
        display: block;
        padding: 5px 10px;
    }
    .videoConsult_Inner p {
        font-size: 17px;
        padding-bottom: 0px;
    }
    .aboutDisease_Inn.panchakarmaExp{
        flex-direction: column-reverse;
        display: flex;
    }
    .authanticCare, .aboutDisease, .faqOuter {
        padding: 30px 0;
    }
}