@media screen and (max-width:1440px) {
    .site-header .header-wrapper .brand-wrapper {
        max-width: 160px;
    }

    .site-header .header-wrapper .main-menu ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    .site-header .header-wrapper .menu-right .mr-button{
        padding: 10px 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .site-header .header-wrapper .main-menu ul li:not(:last-of-type) {
        margin-right: 15px;
    }

    .main-banner .banner-info h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .main-banner .banner-info h1 br {
        display: none;
    }

    /* .main-banner .diet-step.row {
        align-items: flex-end;
    } */

    .main-banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-banner.step-1 .banner-img img{
        margin-bottom: 40px;
    }
    .main-banner .row{
        align-items: flex-end;
    }
    .main-banner.detox-diet{
        padding-bottom: 50px;
    }

    .wizard-steps {
        margin-bottom: 40px;
    }

    .main-banner .banner-info .desc-content {
        line-height: 29px;
        font-size: 30px;
    }

    .select-box .select2-container {
        width: 80px !important;
    }

    .select2-results__option--selectable {
        font-size: 14px;
    }

    .more-selection {
        gap: 15px;
    }

    .select-box {
        padding: 10px 10px;
    }

    .main-banner.step-3 .select-box .select2-container {
        width: 153px !important;
    }

    .diet-step-3 .banner-info {
        padding-top: 40px;
    }

    .diet-step-3 .banner-info .banner-img {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .diet-step-3 .banner-info .tag-line {
        margin-bottom: 20px;
    }

    .diet-step-3 .btn-wrapper {
        margin-top: 15px;
    }

    .main-banner.step-1 .container {
        max-width: 100%;
        padding-right: 20px;
    }
    
}

@media screen and (max-width:1350px) {
    .main-banner.step-1 .banner-img img,
    .main-banner .banner-img img{
        max-width: 250px;
    }
    .main-banner .banner-info h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .main-banner.step-1 .banner-img img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1290px) {

    .accordion-button{
        font-size: 18px;
        line-height: 19px;
    }
    .medical-advice p,
    .dos-info p,
    .section-title p,
    .benefits-block p,
    .info-card .info-card-body p{
        font-size: 16px;
        line-height: 22px;
    }
    .benefits-block h3,
    .info-card .info-card-body h4{
        font-size: 20px;
        line-height: 22px;
    }
    .main-banner .banner-info h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .main-banner .banner-info .plan-price .org-price{
        font-size: 85px;
        line-height: 85px;
    }
    .main-banner .banner-info .plan-price .disc-price{
        font-size: 50px;
        line-height: 67px;
    }
    .section-title h2{
        font-size: 28px;
        line-height: 35px;
    }
    .step-tag-line h2{
        font-size: 28px;
        line-height: 35px;  
    }
    .abt-banner-info p{
        line-height: 26px;
        font-size: 18px;
    }
    .abt-banner-info h1{
        font-size: 50px;
        line-height: 60px;
    }
    .abt-banner-info h2{
        font-size: 28px;
        line-height: 35px;  
    }
    .our-philosphy .our-philosphy-content .philosphy-block h2{
        font-size: 28px;
        line-height: 35px;  
    }
    .our-philosphy .our-philosphy-content .philosphy-block p,
    .started-info .info-text p{
        line-height: 26px;
        font-size: 18px; 
    }
    .section-title.size-lg h2{
        font-size: 50px;
        line-height: 60px;
    }
    .main-banner .diet-step.row {
        align-items: center !important  ;
    }
}
@media screen and (max-width:1024px) {

    .banner-info .icon-only {
        width: 45px;
        height: 45px;
    }
    
}
@media screen and (max-width:991px) {
    .site-header .header-wrapper .main-menu {
        display: none;
    }

    .site-header .header-wrapper .mr-button {
        display: none;
    }

    .menu-toggle {
        display: inline-block;
        vertical-align: middle;
    }

    .site-header .header-wrapper {
        justify-content: space-between;
    }

    .menu-toggle.active span {
        transform: rotate(45deg);
    }

    .menu-toggle.active span::before {
        transform: translate3d(0, 8px, 0);
    }

    .menu-toggle.active span::after {
        transform: rotate(-90deg) translate3d(8px, 0, 0);
    }

    .main-banner {
        padding-top: 40px;
    }

    .main-banner .diet-step.row {
        flex-direction: column-reverse;
    }

    .main-banner .banner-info .tag-line {
        margin-bottom: 10px;
    }

    .main-banner.step-1 .banner-img {
        margin-bottom: 20px;
    }

    .why-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .row.custom-space .offer-card {
        margin-top: 50px;
    }

    .row.custom-space {
        margin-top: -50px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    .padding-top {
        padding-top: 40px;
    }

    .section-title {
        margin-bottom: 30px;
    }
    .section-title.size-lg h2{
        font-size: 46px;
        line-height: 46px;  
    }
    .select-box .select2-container {
        width: auto !important;
        flex: 1;
    }
    .select-box .select2::before{
        right: 0;
    }
    .select-box.weight-box::after{
        right: 12px;
    }
    .wizard-steps{
        margin-bottom: 40px;
    }
}


@media screen and (max-width:767px) {
    .site-header .header-wrapper {
        padding: 8px 10px;
        border-radius: 5px;
    }

    .site-header .header-wrapper .brand-wrapper {
        max-width: 130px;
    }

    .main-site {
        min-height: unset;
    }

    .payment-page{
        min-height: calc(100vh - 250px);
    }

    .site-footer .social-footer {
        padding-bottom: 0;
        margin-bottom: 0;
        gap: 20px;
        align-items: center;
        border: 0;
    }

    .copyright-info p {
        line-height: 16px;
        font-size: 14px;
        text-align: center;
        margin: 0 0 5px;
    }

    .site-footer {
        padding: 20px 0px 20px;
    }



    .main-banner .banner-info h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .step-2.detox-diet .banner-info h1{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .detox-diet.main-banner.step-2 .banner-img{
        display: none;
    } 

    .main-banner.step-2.detox-diet .banner-info .tag-line{
        font-size: 30px;
        line-height: 35px;
        font-weight: 800; 
        margin-top: 25px;
    }
    .main-banner .banner-info .plan-price .org-price {
        font-size: 50px;
        line-height: 60px;
    }

    .main-banner .banner-info .plan-price .disc-price {
        font-size: 26px;
        line-height: 46px;
    }

    .main-banner .banner-info .tag-line {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .main-banner .banner-info .desc-content {
        line-height: 26px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main-banner .banner-info .desc-content br {
        display: none;
    }

    .gender-selection .gender-wrapper label {
        font-size: 14px;
        line-height: 14px;
    }

    .info-card .info-card-body h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .info-card .info-card-body p {
        font-size: 16px;
        line-height: 20px;
    }

    .info-card .info-card-body .card-icon {
        margin-bottom: 10px;
        text-align: center;
    }

    .info-card .info-card-body .card-info{
        text-align: center;
    }

    .section-title h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .offer-card h3 {
        font-size: 16px;
        line-height: 1.2;
    }

    .benefits-info-list .title h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .benefits-info-list .title p {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits-block h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .benefits-block p,
    .dos-info p,
    .section-title p,
    .medical-advice p {
        font-size: 16px;
        line-height: 20px;
    }


    .accordion-button {
        line-height: 16px;
        font-size: 14px;
        padding: 15px;
        padding-right: 20px;
    }

    .accordion-body>* {
        font-size: 16px;
        line-height: 20px;
    }

    .btn {
        font-size: 16px;
        line-height: 16px;
    }

    .basic-info p,
    .basic-info li {
        font-size: 16px;
        line-height: 20px;
    }

    .basic-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-title h1 {
        font-size: 25px;
    }

    .benefits-section .benefits-img {
        margin-bottom: 30px;
    }

    .about-banner {
        padding-top: 40px;
    }
    .abt-banner-info h1{
        font-size: 36px;
        line-height: 32px;
    }
    .abt-banner-info h2{
        font-size: 22px;
        line-height: 32px;
    }
    .abt-banner-info p{
        font-size: 16px;
        line-height: 20px;
    }
    .our-philosphy .our-philosphy-content .philosphy-block {
        padding: 20px 20px 0px;
    }
    .our-philosphy .our-philosphy-content .philosphy-block:not(:last-of-type) {
        margin-bottom: 0px;
    }
    .our-philosphy .our-philosphy-content .philosphy-block p{
        font-size: 16px;
        line-height: 20px;
    }
    .our-philosphy .our-philosphy-content .philosphy-block h2{
        line-height: 32px;
        font-size: 22px;
    }
    .our-philosphy .our-philosphy-content{
        border-radius: 15px;
    }

    .section-title.size-lg h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .started-info .info-text p{
        font-size: 16px;
        line-height: 20px;
    }
    .banner-space {
        padding-top: 20px !important;
    }
    .diet-plan ul li, .workout-plan p, .calories-info p, .meter-info p {
        font-size: 16px;
    }
    .diet-plan, .workout-plan {
        padding-top: 30px;
    }
    .workout-plan h4, .diet-plan h4 {
        font-size: calc(1.275rem + .3vw);
    }
    .diet-plan p{
        font-size: 16px;
    }
    .more-selection {
        flex-wrap: wrap;
    }
    .select-box{
        max-width: 195px;
    }
    .select-box .select2-container {
        width: 80% !important;
    }
    .step-tag-line h2{
        font-size: 22px;
        line-height: 32px;
    }
    .select-box .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder{
        font-size: 13px;
        line-height: 20px;
    }
    .select-box input{
        font-size: 13px;
        line-height: 20px;
        font-family: "Mulish", sans-serif;
    }
    .select-box input::placeholder{
        font-size: 13px;
        line-height: 20px;
        font-family: "Mulish", sans-serif;   
    }
    .section-title h4{
        font-size: 20px;
    }
    .main-banner.step-1 .diet-step.row{
        margin-right: calc(var(--bs-gutter-x)* -.5) !important;
    }
    .info-inr-block .info-tagl{
        font-size: 18px;
    }
    .bottom-footer{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        border-left: 1px solid #FFF;
        margin-left: 15px;
        flex: 1;
        gap: 0;
    }
    .bottom-footer .ftr-menu{
        justify-content: center;
    }
    .bottom-footer .ftr-menu a{
        line-height: 16px;
        font-size: 14px;
    }
    .loading-screen .step-icon {
        width: 60px;
        height: 60px;
        padding: 0 15px;
    }
    .loading-step {
        gap: 15px;
    }
    .payment-msg {
        font-size: 16px;
    }
    .loading-screen .success-msg{
        font-size: 16px;
    }
    .ekahal-info a{
        font-size: 14px;
    }
    .plan-scroller {
        font-size: 10px;
        width: 70px;
        height: 70px;
    }
    .down-wrapper .btn{
        font-size: 25px;
        line-height: 20px;
    }

    .down-wrapper {
        padding: 0 0px 10px;
    }
    .wizard-steps ul li .step-icon{
        width: 38px;
        height: 38px;
        padding: 7px;
        margin: auto;
    }
    .wizard-steps {
        margin-bottom: 10px;
    }
    .main-banner.step-2{
        padding-bottom: 60px;
    }
    .main-banner{
        padding-top: 25px !important;
        min-height: unset;
    }
    .wizard-steps ul li span{
        font-size: 12px;
        line-height: 12px;
    }
    .main-banner .banner-img{
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .wizard-steps ul::before{
        width: 90%;
        left: 4px;
        top: 38%;
    }

    .diet-step-3 .banner-info {
        padding-top: 10px;
    }
    .gender-wrapper{
        width: 50%;
    }
    .detox-diet .btn-wrapper{
        text-align: center;
    }

    .main-banner.step-1 .gender-selection .gender-wrapper label{
        font-size: 18px;
    }
    .main-banner.step-1 .banner-info h1,
    .main-banner.step-1 .banner-info .tag-line,
    .main-banner.step-1 .banner-info .desc-content{
        text-align: center;
    }
    .main-banner.step-1 .gender-selection{
        justify-content: center;
    }
    .main-banner.step-1 .banner-info .plan-price{
        justify-content: center;
    }

    .calories-info {
        margin-top: 15px;
    }
    .payment-page .diet-meter{
        margin-bottom: 0;
    }
    .section-gap {
        padding-bottom: 30px;
    }
    #paywall-wrapper{
        margin-top: 15px;
    }
    #paywall-wrapper h4, #paywall-wrapper p {
        text-align: center;
        font-size: 16px;
    }
    .diet-step-3 .btn-wrapper  h4{
        text-align: center;
        font-size: 16px;
    }
    #paywall-wrapper h4 br,
    .diet-step-3 .btn-wrapper  h4 br{
        display: none;
    }
  
    .diet-meter img{
        max-width: 260px;
    }
    .main-banner.step-2 .banner-img{
        max-width: 200px;
    }
    .banner-info h1{
        text-align: center;
    }

    .main-banner.step-2 #userForm .btn-wrapper{
        text-align: center;
        width: 100%;
    }

    .banner-info .icon-only {
        width: 120px;
        height: 45px;
    }

    .home-page .main-banner,
    .detox-diet.main-banner {
        min-height: unset;
    }

    .detox-diet.main-banner .banner-img{
        max-width: 330px;
    }
    .payment-page .calories-info p, .payment-page  .meter-info p, .meter-txt {
        font-size: 16px;
    }
   
    .only-detox .select-box {
        max-width: 47%;
    }
    .step-1.detox-diet.main-banner .banner-info .tag-line{
        margin-bottom: 25px;
    }
    .step-1.detox-diet.main-banner .banner-info h1 {
        margin-bottom: 10px;
    }
    .banner-img.mobile-hide{
        display: none;
    }
    .abt-banner-info{
        text-align: center;
    }
    .about-us-page .medical-advice{
        text-align: center;
    }
    .abt-img img{
        margin: auto;
        display: block;
    }
    .site-footer .container{
        display: flex;
        padding-right: 0;
    }
    #whatsapp-chat-widget{
       display: none !important;
    }
}


@media screen  and (max-width: 575px) {
    .select-box {
        max-width: 100%;
    }
    .wizard-steps ul{
        gap: 60px;
    }
    .only-detox .select-box {
        max-width: 100%;
    }
    #paywall-wrapper label{
        margin-bottom: 5px;
    }
}