.container-fluid {
    padding: 0 !important;
    font-family: "Poppins", sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.hero-section {
    background-color: #E5EBE2;
}

/* .heroSecImg {
            position: relative;
            left: 9.5%;
            top: 22px;
        } */

/* Ticker CSS */
.stats-container {
    border: 0.6px solid #058747;
    box-shadow: 4px 4px 12px 0 rgba(5, 135, 71, 0.15);
    border-radius: 24px;
    padding: 20px;
    background: #fff;
}

.stats-item {
    text-align: center;
}

.stats-item:not(:last-child) {
    border-right: 0.6px solid #058747;
}

.stats-item span {
    color: #058747;
    margin-bottom: 5px;
}

.stats-item p {
    color: #058747;
}

.highlight-text {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 0px;
    width: 100%;
    height: 15px;
    background-color: #fcbba1;
    z-index: -1;
    transform: skewX(-60deg);
}


/* What you got section CSS */
.consultFormBox {
    border: 0.6px solid #058747 !important;
    box-shadow: 5px 5px 10px 0px rgba(5, 135, 71, 0.2);
    margin: 30px 80px;
    padding: 2rem !important;
    border-radius: 30px;
}

.inputFieldBox,
.inputFields {
    background-color: #F4F4F4;
    border: 0;
}


.inputFields::placeholder {
    opacity: 0.5;
}

.inputFields:focus {
    border: 0;
    outline: 0;
    background-color: #F4F4F4;
    box-shadow: none;
}

.formvalues {
    border: 0;
    background-color: #F4F4F4 !important;
    padding-right: 0.25rem !important;
    cursor: pointer;
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15);
}

.formvalues:focus {
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.country_codeValues{
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #F4F4F4 !important;
    border-right:3.2px solid rgba(128, 128, 128, 0.3) !important;
    padding: 12px 2px;
    cursor: pointer;
}

.country_codeValues:focus{
    border: 0 !important;
    outline: 0 !important;
    border-right:3.2px solid rgba(128, 128, 128, 0.3) !important;
}

#userWeight,
#userHeight {
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none !important;
    background-color: #F4F4F4;
    font-size: 1.25rem;
}

.container_ht_wt div,.container_st_ct div {
    padding-left: 0px;
}

.child-box {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.icon-box {
    text-align: center;
}

/* .row .icon-box:nth-child(odd) {
    margin-top: 0.5rem;
} */


.icon-box i {
    font-size: 40px;
    color: #4CAF50;
}


/* top coaches Section */
.trainer-card {
    border: 1px solid #058747;
    border-radius: 10px;
    /* padding: 0px !important; */
    background-color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(5, 135, 71, 0.15);
    text-align: left;
    /* width: 25rem; */
    height: 100%;
    overflow: hidden;
    margin: 0 5%;
}

/* .img-container {
            text-align: center;
        }


        .img-container img {
            border-radius: 50%;
            width: 120px;
            height: 120px;
        } */

.img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 1:1 aspect ratio (height = width) */
    overflow: hidden;
}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container without distortion */
}


.review_and_rateBox p {
    display: inline-block;
    font-size: 15px;
}

.trainer-card .rating {
    color: #ff9800;
}

.trainer-card ul {
    padding-left: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
}

.nxt_avail_text {
    font-size: 10px;
    color: #058747;
    margin-bottom: 0px;
}

.rate_of_session {
    font-size: 20px;
    color: #058747;
}

.trainer-card .book-btn {
    background-color: #F58E1D;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.trainer-card .book-btn:hover {
    background-color: #f57c00;
}

.custom_size_of_coach_sub_head span{
    display: block;
    width: auto !important;
    padding: 0px !important;
    margin: 0 15rem !important;
    font-size: 1.6rem !important;
}



/*Testimonials Section */
.testimonialsBox {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 0;
    overflow: hidden;
}


/* App Video process */
.process {
    display: flex;
    align-items: center;
    margin-bottom: 25px; /* Increased space between processes */
    position: relative;
    gap: 5px;
}
.process::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 40%;
    width: 5.2px;
    height: 100%; /* Full height of the process */
    background-color: #058747;
}

.process:last-child::before {
    display: none;
}
.process-icon {
    width: 35px;
    height: 35px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #058747;
    padding: 15px;
    margin-bottom: 2.3rem;
}


.process-text {
    font-size: 16px;
    line-height: 1.6;
}
.process-text span {
    color: #FF6600;
    /* font-weight: bold; */
}
/* .process-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px; Adjust to connect to the next hexagon
    width: 2px;
    height: 40px; Length of the connecting line
    background-color: #058747;
    transform: translateX(-50%);
} */
.process:last-child .process-icon::after {
    display: none;
}

.video_container div{
    margin-top: 7rem;
}



/* pricing plan css */

.pricing-card {
    border: 0.5px solid #058747;
    border-radius: 30px;
    box-shadow: 7px 7px 25px 0 rgba(5, 135, 71, 0.1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #F8FFFC;
    height: 100%;
    /* width: 328px; */
}

/* .pricing-card:nth-child(3){
    border: 0.5px solid #F66023;
} */
/* .pricing-card .badge {
            width: 14rem;
            height: 3rem;
            position: relative;
            top: 10px;
            left: -8%;
            background-image: url('./priceplanTag.svg');
        } */



        
    .pricing-card .badge {
    width: auto;
    height: 3rem;
    position: relative;
    top: 10px;
    left: -2%;
    background: linear-gradient(to right, #058747, #b8e2ba);
    clip-path: polygon(0% 0%, 70% 0%, 80% 100%, 0% 100%);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.recommended_pricing_plan{
    background: linear-gradient(to right, #F66023, #e4d7ca) !important;
}

/* .pricing-card:first-child .badge,.pricing-card:last-child .badge {
    width: auto;
    height: 3rem;
    position: relative;
    top: 10px;
    left: -2%;
    background: linear-gradient(to right, #058747, #b8e2ba) !important;
    clip-path: polygon(0% 0%, 70% 0%, 80% 100%, 0% 100%);
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .pricing-card .badge::before {
            content: "";
            background-color: red;
            width: 100%;
            height: 100%;
            position: relative;
            z-index: -28;
            left: -100%;
            top: 92%;
        } */

.pricing-card .badge span {
    position: absolute;
    left: 5%;
}

.pricing-card .recommended {
    position: absolute;
    top: 5rem;
    left: 1rem;
    color: #058747;
}

.price {
    font-size: clamp(35px, 3vw, 40px);
    color: #F66023;
    margin: 50px 0 0 0;
    padding-bottom: 8px;
    border-bottom: 0.5px solid #058747;
}

.price del {
    color: black;
    text-decoration-color: #C30000;
    text-decoration-thickness: 2.4px;
}

.price div {
    color: #F66023;
    margin-top: -5px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    flex-grow: 1;
}

.pricing-card ul li {
    margin: 15px 0;
}

.pricing-card ul li i {
    color: #058747;
    margin-right: 10px;
}

/* .getstartedBtn {
    background-color: transparent !important;
     color: #058747 !important;
} */
/* Gliter effect of New text */
@keyframes glitter {
    0% { color: #ff0000; }
    20% { color: #ff00ff; }
    40% { color: #0000ff; }
    60% { color: #00ffff; }
    80% { color: #00ff00; }
    100% { color: #ffff00; }
}

.glitter-text {
    font-size: 2rem;
    font-weight: bold;
    animation: glitter 1s infinite;
}

.getstartedBtn {
    background-color: transparent;
    color: #058747;
    border: 2px solid #058747;
}

.getstartedBtn:hover {
    color: white;
    background-color: #058747;
    border: 2px solid #058747;
}
.getstartedBtn:focus {
    border: 2px solid #F66023 !important;
    color: #F66023 !important;
    box-shadow: none !important;
}


/* Review Section */

.dots_ui {
    width: 15%;
    left: 0 !important;
}

.reviewBox {
    /* width: 870px;
            height: 450px; */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 10rem auto;
    background-color: #F7FFFB;
    box-shadow: 6px 6px 15px 0 rgba(5, 135, 71, 0.15);
    border-radius: 21px;
    padding: 5rem;
    width: 65%;
}

.qoute_ui {
    top: -8%;
    left: 2%;
}

.owl-carousel .owl-stage-outer {
    margin-top: 2rem;
    padding: 0px;
}

.owl-carousel .item {
    text-align: center;
    padding: 5px;
}

.client_box>.owl-dots {
    text-align: center;
    margin-top: 05px;
    display: block !important;
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: transparent !important;
    border-radius: 50%;
    cursor: pointer;
}

.owl-carousel button.owl-dot.active{
    background-color: transparent !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: white !important;
    border: 1.4px solid #636363 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #636363 !important;
    border: 1.4px solid #636363 !important;
}

.owl-dot.active {
    background: #333;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin: 10px 0 !important;
    padding: 0px !important;
}


/* Order of all Section */
.banner_sections { order: 1; }
.ticker_Section { order: 2; }
.get_Section { order: 3; }
.topCoaches_Section { order: 4; }
.testimonial_Section { order: 5; }
.fitness_journey_Section { order: 6; }
.app_video_process_section { order: 7; }
.wellness_platform_Section { order: 8; }
.pricing_Section { order: 9; }
.clients_review_Section { order: 10; }

.card_custom{
    margin: 0 5%;
}

.transformation_img_card{
    padding: 21px;
    gap: 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.4);
    border-radius: 26px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}

.before_after_img_box{
    width: 50%;
}

.before_after_img{
    border-radius: 15px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.abt_transformation_img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 33%;
}

.abt_transformation_img-title{
    /* margin-top: 6px; */
    font-weight: 600;
    color: #4D4545;
    width: 100%;
    /* text-align: left !important; */
}

.abt_transformation_img-description{
    /* width: 30vw; */
    /* max-width: max-content; */
    color: #535353;
}

.client_box {
    margin-top: 0 !important;
}

.owl-dots{
    padding-top: 1% !important;
}

@media screen and (max-width:1165px) {
    .icon-box{
        padding: 0px !important;
    }

    .custom_get_feature{
        font-size: clamp(18px, 1.8vw, 25px) !important;
    }
}

@media screen and (max-width:1025px) {
    .custom_heading_size {
        font-size: 3rem !important;
    }

    .custom_heading_size span {
        font-size: 3.75rem !important;
    }

    .subTitleHeroSec {
        font-size: 1rem !important;
    }

    .custom_size_heading_book {
        font-size: 1.5rem !important;
    }

    .consultFormBox {
        margin: 30px 0;
    }

    .trainer-card,.card_custom {
        /* width: 20rem; */
        margin: 0;
    }

    .card_custom>.card-body>.card-title {
        /* width: 19rem !important; */
        font-size: clamp(25px, 2vw, 32px) !important;
    }
    .card_custom>.card-body>.card-text {
        font-size: clamp(20px, 2vw, 25px) !important;
    }

    /* .custom_app_featuers_conatiner {
        gap: 1rem !important;
    } */

    /* .custom_app_featuers_conatiner>div {
        width: 20rem !important;
    } */
    .custom_app_featuers_conatiner>div>div>h5 {
        margin: 0 2rem !important;
    }

    /* .testimonialsBox {
        width: 30% !important;
    } */

    .process::before {
        left: 15px;
        top: 30%;
    }
    
    .process-icon{
        margin-bottom: 4.2rem;
    }
    .process-text{
        font-size: calc(1.275rem + .3vw)!important;
    }

    /* .process-text span{
        font-size: calc(.8rem + .8vw)!important;
    } */

    /* .pricing-card {
        width: 320px;
    } */

    .owl-carousel .owl-stage-outer {
        height: auto;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 10px !important;
    }

    .review_custom_size {
        font-size: calc(.3rem + 1.8vw) !important;
    }

    .highlight-text{
        font-size: 3.3rem !important;
    }
    .highlight-text::after {
        bottom: 20px !important;
    }

    .custom_size_of_coach_sub_head span{
        margin: 0 !important;
        font-size: 1.2rem !important;
    }

    /* .pricing-card>.badge>.fs-2{
        font-size: 25px !important;
    } */
}

@media screen and (max-width:915px) and (min-width:910px) {
    .topcoachBox{
        gap: 0 !important;
    }
    /* .trainer-card {
        width: 18rem;
    } */
    /* .card_custom {
        width: 17rem !important;
    } */
    .card_custom div img{
        width: 45% !important;
    }
    /* .card-title{
        font-size: calc(1rem + .9vw)!important;
    }
    .card-text{
        font-size: calc(.91rem + .3vw)!important
    }
    .card_body p{
        font-size: calc(1rem + .3vw)!important
    } */
    /* .custom_app_featuers_conatiner>div {
        width: 16rem !important;
    } */
    .custom_app_featuers_conatiner>div>div>h5 {
        font-size: calc(1rem + .9vw)!important;
    }
    .custom_app_featuers_conatiner>div>div>p {
        font-size: 1rem!important;
    }
    /* .pricing-card {
        width: 30%;
    } */
    .pricing-card:last-child {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:855px) and (min-width:850px) {
    /* .trainer-card {
        width: 25rem;
    } */
    /* .testimonialsBox {
        width: 50% !important;
    } */
    /* .card_custom {
        width: 25rem !important;
    } */
    /* .custom_app_featuers_conatiner>div {
        width: 25rem !important;
    } */
    .AppStoreIcon, .PlayStoreIcon{
        width:50%;
    }
    /* .pricing-card {
        width: 80%;
    } */
}

@media screen and (max-width:821px) {
    /* .testimonialsBox {
        width: 55% !important;
    } */
    /* .trainer-card {
        width: 25rem;
    } */
    /* .custom_get_feature{
        font-size: calc(1rem + 1.6vw) !important;
    } */
    /* .card_custom {
        width: 24rem !important;
    } */
    /* .custom_app_featuers_conatiner>div {
        width: 25rem !important;
    } */
    .AppStoreIcon {
        width: 75% !important;
    }
    .PlayStoreIcon {
        width: 75% !important;
    }
    /* .pricing-card {
        width: 450px;
    } */
}

@media screen and (max-width:821px) and (min-width:770px) {
    .card_custom>.card-body>.card-title {
        /* width: 19rem !important; */
        font-size: clamp(20px, 2vw, 32px) !important;
    }
    .card_custom>.card-body>.card-text {
        font-size: clamp(15px, 2vw, 25px) !important;
    }
}

@media screen and (max-width:769px) {
    .custom_heading_size {
        font-size: 2.25rem !important;
    }

    .custom_heading_size span {
        font-size: 3rem !important;
    }

    .subTitleHeroSec {
        font-size: 1rem !important;
    }

    .custom_size_heading_book {
        font-size: 1rem !important;
    }
    .custom_get_left_sec{
        gap: 5rem !important;
    }

    .highlight-text {
        font-size: 2.8rem !important;
    }

    .highlight-text::after {
        bottom: 22px !important;
    }

    .icon-box img {
        width: 80%;
        height: 50%;
    }

    .container_ht_wt,.container_st_ct {
        flex-direction: column;
    }

    .inputFieldBox{
        padding: 0 !important;
    }

    .inputFieldBox>span{
        border-right: 3.5px solid rgba(128, 128, 128, 0.479) !important;
    }
    .inputFieldBox>select{
        border-right: 3px solid rgba(128, 128, 128, 0.3) !important;
    }
    
    /* .custom_get_feature {
        font-size: calc(0.2rem + 1.3vw) !important;
    } */

    .custom_get_feature{
        font-size: clamp(15px, 4vw, 24px) !important;
    }

    .custom_text_consultation {
        font-size: calc(1.5rem + .5vw) !important;
    }

    /* .topcoachBox {
        gap: 3rem !important;
    } */

    /* .trainer-card {
        width: 28rem !important;
    } */

    .review_and_rateBox,
    .custom_box_startingAt {
        justify-content: space-between;
    }

    /* .custom_container_reasonsOfChoose {
        gap: 3rem !important;
    } */

    /* .custom_app_featuers_conatiner div:not(:first-child) {
        width: 20rem !important;
    } */

    .testimonialsBox {
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .video_container div{
        margin-top: 2rem !important;
    }

    /* .custom_app_featuers_conatiner{
        gap: 3rem !important;
    } */

    /* .custom_app_featuers_conatiner>div{
        width: 25rem !important;
    } */

    /* .card_custom {
        width: 25rem !important;
    } */

    .custom_container_plan {
        gap: 3rem !important;
    }

    .pricing-card{
        margin: 0 15%;
    }
    /* .card_custom{
        margin: 0 20%;
    } */

    .custom_size_actualPrice {
        font-size: calc(1.375rem + 4vw) !important;
    }
    
    .process::before {
        left: 16px;
        top: 45%;
    }

    .process-icon {
        margin-bottom: 2rem;
    }

    .price{
        border: none;
    }

    .owl-carousel .item {
        text-align: center;
        padding: 15px;
    }
}

@media screen and (max-width:769px) and (min-width:768px) {
    .card-img-top{
        width: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .trainer-card,.testimonialsBox,.pricing-card{
        margin: 0 15%;
    }
    .card_custom{
        margin: 0 20%;
    }
}

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

    .icon-box{
        padding: 0px !important;
    }

    .customFromBox{
        padding: 0 !important;
    }

    .consultFormBox{
        padding: 1rem !important;
    }

    #leadForm label, #leadForm input{
        font-size: 1rem !important;
    }

    #leadForm input{
        height: 45px !important;
    }

    .stats-container {
        flex-direction: column;
        border: 0;
        box-shadow: none;
        padding: 0px;
    }

    .stats-item {
        padding: 3rem 0;
    }

    .stats-item span {
        font-size: calc(1.325rem + 2vw) !important;
    }

    .stats-item:not(:last-child) {
        border: 0;
        /* border-bottom: 0.6px solid #058747; */
    }

    .stats-item:nth-child(2) {
        border-top: 0.6px solid #058747;
        ;
        border-bottom: 0.6px solid #058747;
    }

    .inputFieldBox{
        height: 45px !important;
    }

    .country_codeValues{
        padding: 9px 2px !important;
    }

    .inputFieldBox>select {
        border-right: 2px solid rgba(128, 128, 128, 0.3) !important;
    }
    .inputFieldBox>span {
        border-right: 2.5px solid rgba(128, 128, 128, 0.479) !important;
        padding: 9px 18px !important;
    }

    /* .custom_get_feature {
        font-size: calc(.9rem + 1vw) !important;
    } */

    .custom_fs{
        font-size: clamp(24px, 5vw, 28px) !important;
        margin-bottom: 0px !important;
    }

    .highlight-text {
        font-size: clamp(1.5rem, 7.8vw, 20rem) !important;
        margin-top: 0rem !important;
        line-height: 1.2 !important;
    }
    /* .highlight-text:nth-child(3) {
        margin-top: -.5rem !important;
    } */

    .highlight-text::after {
        height: 0px !important;
        width: 0 !important;
        bottom: 8px !important;
    }
    .topcoachBox{
        margin-top: 1rem !important;
    }

    .exploreBox_at_mid{
        display: block !important;
    }

    .custom_display{
        display: none !important;
    }

    .process_flow{
        display: none !important;
    }

    .process-text{
        font-weight: 500 !important;
    }
    .process-text span{
        font-weight: 600 !important;
    }

    .custom_get_left_sec{
        gap: 1rem 3rem !important;
    }

    .custom_text_consultation {
        margin-bottom: 1.5rem;
    }

    .trainer-card,.testimonialsBox,.pricing-card {
        /* width: 90% !important; */
        margin: 0;
    }
    .card_custom{
        margin: 0 0%;
    }

    .video_container>div {
        margin: 0 !important;
    }

    /* .testimonialsBox {
        width: 90% !important;
    } */

    .pricing-card {
        /* width: 93%; */
        border-radius: 20px;
    }

    .custom_size_actualPrice {
        font-size: calc(1.375rem + 5.5vw) !important;
    }

    .custom_container_plan {
        gap: 0 !important;
    }

    .price{
        font-size: 35px;
    }

    .price del {
        font-size: calc(1.275rem + 1.5vw) !important;
    }

    .feature_hover:hover,.feature_hover:focus{
        text-decoration: underline;
    }


    .dots_ui {
        width: 35%;
    }

    .qoute_ui {
        width: 20%;
        top: -6%;
        left: 2%;
    }

    .reviewBox {
        width: -webkit-fill-available;
        padding: 4rem;
        margin: 5rem auto;
    }

    .item,
    .review_custom_size {
        padding: 0 !important;
    }

    .owl-carousel .owl-stage-outer {
        height: auto !important;
        margin-top: 0rem;
    }

    .review_custom_size {
        font-size: calc(.3rem + 2.8vw) !important;
    }

    .owl-stage-outer{
        padding: 0 !important;
    }


    /* Reorder All Sections */
    .banner_sections { order: 1; }
    .ticker_Section { order: 2; }
    .get_Section { order: 3; }
    .topCoaches_Section { order: 4; }
    .testimonial_Section { order: 5; }
    .fitness_journey_Section { order: 6; }
    .app_video_process_section { order: 7; }
    .wellness_platform_Section { order: 8; }
    .pricing_Section { order: 9; }
    .clients_review_Section { order: 10; }

    .review_main{
        height: 800px !important;
    }
    .PlayStoreIcon{
        width: 85% !important;
    }
    .AppStoreIcon{
        width: 85% !important;
    }

    .process::before {
        left: 15px;
        top: 35%;
    }

    .process-icon {
        margin-bottom: 4rem;
    }

    .transformation_img_card{
        flex-direction: column;
    }

    .transformation_img_card{
        border-radius: 15px;
        padding: 10px;
    }

    .abt_transformation_img,.before_after_img_box{
        width: 100%;
    }

    .abt_transformation_img-title{
        font-size: 16px !important; 
    }

    .abt_transformation_img-description, .text-secondary{
        font-size: 14px !important;
    }

    .client_box{
        margin-top: 30px !important;
    }

    .owl-stage{
        padding-bottom: 8px;
    }
}

@media screen and (max-width:391px) {
    .formvalues{
        padding: 4px !important;
        font-size: 0.9rem !important;
    }
    /* .custom_get_feature {
        font-size: calc(.7rem + 1.3vw) !important;
    } */
}

@media screen and (max-width:376px) {
    .custom_size_of_coach_sub_head{
        font-size: calc(1rem + .9vw)!important;
    }

    .process::before {
        left: 13px;
        top: 31%;
    }
    .process-icon {
        width: 30px;
        height: 30px;
    }

    .glitter-text{
        bottom: 85% !important;
    }
    .process::before{
        width: 4px;
    }

    .owl-carousel .owl-stage-outer{
        padding: 0 !important;
    }
    
    .formvalues{
        padding: 4px !important;
        font-size: 0.8rem !important;
    }

    .price{
        font-size: 30px;
    }
}

@media screen and (max-width:362px) {
    /* .highlight-text {
        font-size: calc(1rem + 1vw) !important;
    } */

    .process-text {
        font-size: calc(.8rem + .3vw) !important;
    }

    .process-text span {
        font-size: calc(.9rem + .9vw) !important;
    }

    .process::before {
        left: 13px;
        top: 58%;
    }

    .process-icon {
        margin-bottom: 1rem;
    }
    .custom_get_feature {
        font-size: clamp(12px, 4vw, 24px) !important;
    }

    .owl-carousel .owl-stage-outer {
        /* height: 25rem !important; */
    }
}

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


    .reviewBox {
        width: -webkit-fill-available;
        padding: 3rem 1rem;
        margin: 5rem auto;
    }

    .owl-carousel .owl-stage-outer {
        width: 17rem !important;
        right: 2%;
        padding: 0 !important;
        /* height: 20rem !important; */
    }

    .formvalues{
        padding: 4px !important;
        font-size: 0.8rem !important;
        width: 20% !important;
    }

}

@media screen and (max-width:321px) {
    /* .custom_fs {
        font-size: calc(.8rem + .5vw) !important;
    } */

    .custom_size_of_coach_sub_head {
        font-size: calc(.8rem + .9vw) !important;
    }

    /* .highlight-text {
        font-size: calc(.9rem + 1vw) !important;
    }

    .highlight-text::after {
        bottom: 12px;
    } */

    .process-text span {
        font-size: calc(.7rem + .8vw) !important;
    }

    .process-text {
        font-size: calc(.7rem + .5vw) !important;
    }

    .icon-box img {
        width: -webkit-fill-available;
    }

    /* .custom_get_feature {
        font-size: calc(0.6rem + 0.3vw) !important;
    } */

    .owl-carousel .owl-stage-outer {
        width: 15.8rem !important;
        right: 3%;
        padding: 0 !important;
        /* height: 20rem !important; */
    }

    .formvalues {
        padding: 5px !important;
        font-size: 0.8rem !important;
        width: 30% !important;
        margin-top: 5px;
        height: 35px;
    }

}
/* Gradient backgrounds */
.gradient-background {
    position: relative;
    background: linear-gradient(to bottom right, rgba(246, 96, 35, 0.09), rgba(5, 135, 71, 0.09));
}

.white-overlay {
    position: absolute;
    z-index: -1;
    width: 97% !important;
    background-color: rgba(255, 255, 255, 0.3);
}

.show_features{
    display: block !important;
}
