html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    position: relative;
    min-height: 100vh;
    font-family: "Roboto";
    overflow-x: hidden;
    max-width: 1380px !important;
    word-break: break-word;
    animation: 1s 0.1s fadeIn backwards;
    margin: auto
}

* {
    box-sizing: border-box
}

::selection {
    color: #d1a162
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #061325
}

::-webkit-scrollbar-thumb {
    background: #efaa50;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #e9c494
}

button:focus {
    outline: none;
    box-shadow: none
}

a {
    text-decoration: none;
    cursor: pointer
}

ul li {
    list-style: none
}

.webkit-1,
.webkit-3,
.webkit-4 {
    display: -webkit-inline-box !important;
    -webkit-box-orient: vertical !important;
    width: 100% !important;
    overflow: hidden !important
}

.webkit-1 {
    -webkit-line-clamp: 1 !important
}

.webkit-2 {
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important
}

.webkit-3 {
    -webkit-line-clamp: 3 !important
}

.webkit-4 {
    -webkit-line-clamp: 4 !important
}

.mainColor {
    color: #efaa50
}

.secondaryColor {
    color: #0f1c2d
}

.selver {
    color: #969ba3
}

.bg-dark-blue {
    background-color: #0f1c2d
}

.default-bg {
    background-color: #efaa50
}

.py-6 {
    padding-top: 7rem !important;
    padding-bottom: 6rem !important
}

.mt-6 {
    margin-top: 5rem !important
}

.pb-6 {
    padding-bottom: 6rem !important
}

.pt-4 {
    padding-top: 3rem !important
}

.gray-color {
    color: #464d5d
}

.br-top {
    border-top: 1px solid #464d5d
}

.w-90 {
    width: 90%
}

.px-4rem {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: "Orbitron";
    src: url(../fonts/Orbitron-Bold.ttf)
}

.mainFont {
    font-family: "Roboto"
}

.secondaryFont {
    font-family: "Orbitron"
}

.f-4rem {
    font-size: 4rem
}

.f-3rem {
    font-size: 3rem
}

.f-2-8rem {
    font-size: 2.8rem
}

.f-2-7rem {
    font-size: 2.7rem
}

.f-2-4rem {
    font-size: 2.4rem
}

.f-2-3rem {
    font-size: 2.3rem
}

.f-2rem {
    font-size: 2rem
}

.f-1-5rem {
    font-size: 1.5rem
}

.f-1-3rem {
    font-size: 1.3rem
}

.f-1-2rem {
    font-size: 1.2rem
}

.f-1-1rem {
    font-size: 1.1rem
}

.f-1rem {
    font-size: 1rem
}

.f-5rem {
    font-size: .5rem
}

.f-7rem {
    font-size: .7rem
}

.f-8rem {
    font-size: .8rem
}

.f-9rem {
    font-size: .9rem
}

.opacity-7 {
    opacity: .7
}

.opacity-5 {
    opacity: .5
}

.br-l {
    border-left: 1px solid #0f1c2d
}

.HowItWorks .stepBg,
.iconColor,
.iconColor path,
.box-wrap,
.all-awsome,
.nav-link,
.trans-sec .nav-tabs .nav-link,
.accordion-button,
a,
.closebtn,
.plan-btn,
.plan-btn:after,
.contact a span,
.anotherLinks a,
.responsive-sub.plan-btn,
.allRight a,
.qustion-hover,
.qustion-hover h5,
.qustion-hover p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.head-sec {
    z-index: 2
}

.head-sec .video-container {
    z-index: -1;
    position: absolute;
    top: 70px;
    left: 0;
    height: 760px;
    width: 100%
}

.head-sec .video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0
}

.related-sec img {
    object-fit: cover;
    border-radius: 2rem;
    height: 260px
}

a:hover {
    color: #efaa50
}

.nav-link:focus,
.nav-link:hover {
    color: #efaa50
}

.sub-btn {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center
}

.plan-btn {
    z-index: 1;
    background-color: #efaa50
}

.plan-btn:hover {
    color: #efaa50 !important
}

.plan-btn:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: transparent;
    z-index: -1;
    opacity: 0;
    left: 0;
    border-radius: 2rem
}

.plan-btn:hover:after {
    opacity: 1;
    width: 100%;
    background: #061325 !important
}

.alert-home .plan-btn,
.responsive-sub.plan-btn {
    background-color: #061325 !important
}

.alert-home .plan-btn:hover:after {
    background-color: #fff !important
}

.responsive-sub.plan-btn:hover:after {
    background-color: #efaa50 !important
}

.alert-home .plan-btn:hover,
.responsive-sub.plan-btn:hover {
    color: #061325 !important;
    font-weight: 600
}

.rounded.plan-btn:after {
    border-radius: .2rem
}

.sticky-navbar {
    position: fixed;
    top: 0;
    padding: 0 !important;
    z-index: 1000;
    animation: sticky-animate 0.7s ease-in-out;
    box-shadow: rgba(33, 35, 38, .1) 0 10px 10px -10px;
    width: 100%;
    left: 0;
    top: 0
}

.sticky-navbar nav {
    border-radius: 0 !important
}

.sticky-navbar .button-img h5 {
    position: absolute;
    right: 15%;
    top: 32%
}

@keyframes sticky-animate {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

nav div ul li {
    color: #0f1c2d;
    font-size: 13px
}

.logoMob {
    display: none
}

.navbar-toggler .navbar-toggler-icon {
    position: relative;
    width: 1.5rem;
    background-color: #061325;
    border-radius: 2rem;
    transition: 0.3s ease-in-out
}

.navbar-toggler .navbar-toggler-icon {
    height: 0
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    height: 3px
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 1.5rem;
    height: 3px;
    margin: 0 auto;
    border-radius: 2rem;
    transition: 0.5s ease-in-out
}

.navbar-toggler .navbar-toggler-icon:before {
    top: -3px;
    background-color: #efaa50;
    transform: rotate(-45deg)
}

.navbar-toggler .navbar-toggler-icon:after {
    bottom: 0;
    opacity: 1;
    background-color: #efaa50;
    transform: rotate(45deg)
}

.navbar-toggler.collapsed .navbar-toggler-icon:before {
    top: -7px;
    transform: rotate(0);
    background-color: #061325
}

.navbar-toggler.collapsed .navbar-toggler-icon:after {
    bottom: -7px;
    opacity: 1;
    transform: rotate(0);
    background-color: #061325
}

.nav-link {
    color: #0f1c2d;
    font-size: 1rem;
    font-weight: 700
}

.closebtn {
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    right: 7%;
    top: 10%
}

.closebtn:hover {
    color: #e3654f
}

.alert-home {
    background-color: #efaa50;
    z-index: 9999999;
    bottom: 8%;
    right: 2%;
    width: 510px;
    padding: 0;
    border-radius: 3rem;
    overflow: hidden;
    border: none;
    transform: translateY(100%);
    animation-name: slideUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards
}

.alert-home .position-absolute {
    bottom: -54px !important;
    right: -65px !important;
    z-index: -1
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

.alert-home img {
    width: 315px
}

#countdown li {
    font-size: 1rem;
    list-style-type: none;
    padding: .5em;
    color: #0f1c2d;
    background-color: #e89741;
    border-radius: 6px;
    text-align: center;
    line-height: 1.2;
    margin-inline-end: 8px;
    width: 60px
}

#countdown li span {
    display: block;
    font-size: 2rem;
    font-weight: 700
}

.nav-link.active {
    color: #efaa50 !important
}

.testimonial .swiper-horizontal>.swiper-pagination-bullets,
.testimonial .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial .swiper-pagination-custom,
.testimonial .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%
}

.logoPic .logo {
    width: 175px
}
.sticky-navbar .logoPic .logo {
    width: 140px;
}

.first-head {
    position: absolute;
    top: 105px;
    width: 89.5%;
    left: 67px;
    z-index: 1
}

header {
    position: absolute;
    top: 122px;
    left: 68px;
    width: 90%
}

.all header {
    top: 60px;
    left: 7%;
    width: 85.5%
}

.all .sticky-navbar {
    top: 0;
    left: 0;
    width: 100%
}

.heroTitle {
    margin-top: 7rem;
    width: 53%
}

.herobg video {
    border-radius: 3rem
}

.heroP {
    font-size: 15px;
    line-height: 1.6rem
}

.caloriesBtn {
    background-color: #ffffff59
}

.heroTitle h1 {
    transform: scale(.94);
    animation: scale 3s forwards cubic-bezier(.5, 1, .89, 1);
    font-size: 3rem
}

@keyframes scale {
    100% {
        transform: scale(1)
    }
}

.heroTitle h1 span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px)
}

.heroTitle h1 span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(2) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(3) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(4) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(5) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(6) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(7) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(.11, 0, .5, 0)
}

.heroTitle h1 span:nth-child(8) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(.11, 0, .5, 0)
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0)
    }
}

.trainingProgram .playVedio {
    top: 26%;
    left: 45%
}

.img-frame2 div {
    inset: 0;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.v-training {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.fancybox-link {
    position: absolute;
    top: 40%;
    left: 47%
}

.vedioContainer {
    height: 425px;
    border-radius: 3rem
}

.v-training i {
    color: #fff;
    font-size: 3.5rem
}

.howWork {
    background-image: url(../img/howItWorks.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 48%
}

.textAboutUs {
    top: 10%;
    left: 10%
}

.aboutUsBg {
    background-color: #edeff2;
    border-radius: 3rem;
    padding: 4rem
}

.aboutUsPic img {
    border-radius: 2rem;
    height: 380px;
    object-fit: cover
}

.faqs h5 {
    height: 45px;
    overflow: hidden
}

.SuccessStories-container div div .swiper-container .swiper-wrapper {
    box-sizing: border-box !important;
    display: flex !important;
    flex-flow: column wrap !important;
    height: 50vh !important;
    width: 100% !important;
    left: 0;
    transition-timing-function: linear !important
}

.SuccessStories-container div div .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-containerReverse .swiper-wrapper {
    box-sizing: border-box !important;
    display: flex !important;
    flex-flow: column wrap !important;
    height: 50vh !important;
    width: 100% !important;
    left: 0;
    transition-timing-function: linear !important
}

.swiper-containerReverse {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition-property: none
}

.swiper-slide img {
    display: block;
    object-fit: cover
}

.successStories .swiper-slide-prev,
.successStories .swiper-slide-next {
    opacity: 1 !important
}

.pt-5rem {
    padding-top: 5rem
}

.contact a:hover span {
    color: #efaa50 !important
}

.all-awsome {
    border: 1.5px solid #d3d5d7;
    border-radius: 3rem;
    width: 30.5%;
    padding: 2rem
}

.all-awsome .img-bee {
    right: 5px;
    top: 0px !important
}

.img-bee img {
    width: 140px;
    height: 140px;
    object-fit: contain
}

.all-awsome .sub-btn {
    position: absolute;
    bottom: 32px;
    width: 82% !important
}

.custom-select {
    height: 53px;
    padding: .5rem 1.3rem;
    border-radius: 1.1rem;
    font-size: .9rem;
    color: #68707c;
    background-color: transparent
}

.swiper-containerPartners .swiper-slide img {
    height: 75px
}

.stepBg img {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.select-div2 i {
    right: 23px;
    top: 40%;
    font-size: 1.1rem;
    color: #68717c
}

.select-div i,
.select-div span {
    right: 17px;
    top: 40%
}

.form-control:focus {
    color: #68707c;
    background-color: transparent;
    border-color: #efaa50;
    outline: 0;
    box-shadow: none
}

.eliteMo {
    border-bottom: 1px solid #c1c6cb
}

.trans-sec .nav-tabs .nav-link {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #0f1c2d;
    width: 100%;
    text-align: left;
    padding: .7rem 1rem;
    border-radius: .5rem;
    font-weight: 400
}

.sub-static {
    display: none
}

.trans-sec .nav-tabs .nav-item.show .nav-link,
.trans-sec .nav-tabs .nav-link.active {
    background-color: #efaa50;
    border-color: #efaa50 #efaa50 #efaa50;
    color: #fff !important
}

.trans-sec .nav-tabs .nav-link:focus,
.trans-sec .nav-tabs .nav-link:hover {
    border-color: #efaa50;
    background-color: #efaa50;
    color: #fff
}

.trans-sec img {
    height: 300px;
    object-fit: cover;
    border-radius: 3rem;
    border: 1px solid #b3b7bc
}

.trans-sec .nav-tabs {
    margin-inline-end: 2rem
}

.testimonialCard {
    background-color: #edeff2;
    border-radius: 3rem;
    margin: 0 -2rem !important;
    opacity: .6
}

.testimonials .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonials .swiper div .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 340px;
    margin: 0
}

.testimonial-about .swiper-slide {
    height: 280px !important
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: none
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: none
}

.swiper-pagination-bullet-active {
    background: #efaa50;
    padding: .1rem .4rem;
    border-radius: 1rem
}

.testimonials div .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1.1) !important
}

.testimonials div .swiper-slide-prev,
.testimonials div .swiper-slide-next {
    opacity: 0.8 !important
}

.swiper-pagination {
    position: relative;
    margin-top: 7rem
}

.swiper-button-prev {
    top: 86%;
    left: 37%
}

.swiper-button-next:after {
    position: absolute;
    color: #efaa50;
    content: url(../img/ArrowsswiperTwo.svg);
    --swiper-navigation-size: 25px
}

.swiper-button-next {
    top: 86%;
    left: 61.5%
}

.testimonial-about .swiper-button-next,
.testimonial-about .swiper-button-prev {
    top: 84.5%
}

.swiper-button-prev:after {
    content: url(../img/Arrowsswiper.svg);
    position: absolute;
    --swiper-navigation-size: 25px;
    color: #efaa50
}

.CaloriesCalculatorBg {
    background-color: #efaa50;
    border-radius: 3rem;
    padding: 4rem
}

.faqsP {
    color: #62505c
}

.footerBg {
    background-image: url(../img/Mask_group.webp);
    border-radius: 3rem;
    padding-top: 6rem !important;
    margin-bottom: 3rem !important
}

.socialFooterBorder {
    border-bottom: 1px solid #464d5d
}

.allRight {
    font-size: 14px;
    line-height: 2
}

.anotherLinks a {
    color: #ffffff !important;
    opacity: .4;
    font-size: .9rem
}

.anotherLinks a:hover {
    color: #efaa50 !important;
    opacity: 1
}

.swiper-right,
.swiper-containerReverse {
    width: 100vw;
    height: 295px;
    overflow: hidden
}

.swiper-containerReverse {
    margin-top: 15px
}

.swiper-wrapper {
    transition-timing-function: linear
}

.swiper-right .swiper-wrapper .swiper-slide img,
.swiper-containerReverse .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    border-radius: 3rem
}

.programHeroPic img {
    border-radius: 3rem
}

.EliteProgrambg {
    background-color: #edeff2;
    border-radius: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.flex-link {
    height: 32px;
    width: 32px
}

.howStep img {
    width: 40px;
    height: 40px;
    object-fit: cover
}

.achievementImg {
    border-radius: 3rem
}

.h-420 img {
    object-fit: cover;
    border-radius: 3rem;
    width: 100%;
    height: 100%
}

.formImg img {
    border-radius: 3rem;
    object-fit: cover;
    height: 100%
}

.form-label {
    position: absolute;
    font-size: .9rem;
    top: 1px;
    padding: 0 5px;
    background-color: #edeff2;
    color: #0f1c2d;
    left: 8px;
    z-index: 1;
    font-weight: 700
}

.form-control {
    display: flex;
    height: 45px;
    color: #60686f;
    padding: .5rem 1rem;
    border: 1px solid #b3b6be;
    background-color: transparent;
    border-radius: 1.2rem;
    font-size: .9rem;
    font-weight: 600
}

textarea.form-control {
    height: 110px;
    resize: none
}

.form-control::placeholder {
    color: #c5c8ce
}

textarea.form-control::placeholder {
    color: #c5c8ce
}

.dailyCaloriebg {
    background-color: #edeff2;
    width: 100%;
    border-radius: 3rem;
    margin-top: 4rem;
    padding: 13rem 4rem 3.5rem;
    margin-bottom: 5rem
}

.dailyCalorieForm {
    border: 1px solid #b3b6be;
    border-radius: 1rem;
    margin-inline-end: 2.3rem
}

.achieve-sec .f-2-7rem {
    font-size: 2rem;
    height: 35px;
    overflow: hidden
}

.navbar-nav .dropdown-item {
    padding: .25rem 0
}

.navbar-nav .dropdown-item p {
    white-space: initial
}

.navbar-nav .dropdown-menu {
    padding: 1.2rem 1.5rem;
    width: 275px
}

.form-check-input {
    border: 1px solid #efaa50
}

.form-check-input:checked {
    background-color: #efaa50
}

.elitePlanForm {
    width: 32%
}

.clicking {
    display: none !important
}

.payment-type input {
    display: none
}

.payment-type label {
    position: relative;
    color: #8d8d99;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center
}

.payment-type label span {
    background-color: #ededed;
    border-radius: 50%;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    color: #8d8d99;
    margin-inline-end: .5rem;
    line-height: 1.1
}

.payment-type label i {
    color: #323238;
    font-size: .8rem;
    margin-inline-start: 1.8rem;
    line-height: 2
}

.payment-type div:last-child label i {
    opacity: 0
}

.payment-type input:checked+label {
    color: #323238
}

.payment-type input:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 26px;
    height: 26px;
    line-height: 1.1;
    border-radius: 50%;
    background-color: #55ae36;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    font-size: .8rem
}

#accordionFlushExample {
    margin-top: 4.75rem
}

.accordion-item {
    padding: 1rem 1.2rem 1.5rem;
    border: 1px solid #b2b7bf;
    border-radius: 15px !important
}

.accordion-body .img-accord {
    width: 73px;
    background-color: #e8effa;
    height: 65px;
    border-radius: 5px
}

.accordion-button {
    background-color: transparent;
    border-radius: 15px !important;
    padding: 1rem 1.25rem .1rem
}

.accordion-button.collapsed {
    color: #efaa50;
    font-family: "Orbitron" !important
}

.accordion-flush .accordion-body {
    padding: 1.6rem 1.25rem 0rem
}

.accordion-body {
    padding: 1.5rem 1.25rem 1rem
}

.payment-imge {
    width: 45px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #c5cdd7
}

.accordion-button::after {
    content: "\f0d7";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    background-image: none
}

.accordion-button:not(.collapsed)::after {
    background-image: none
}

.accordion-button:focus {
    border-color: #b2b7bf;
    outline: 0;
    box-shadow: none
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #b2b7bf
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #b2b7bf;
    overflow: hidden;
    border: 1px solid #b2b7bf
}

.accordion-flush .accordion-item {
    border-right: 1pxpx solid #b2b7bf;
    border-left: 1pxpx solid #b2b7bf;
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    font-family: "Orbitron" !important;
    font-size: 1.1rem
}

.radio-item {
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    align-items: flex-start;
    background-color: transparent;
    justify-content: space-between;
    margin-bottom: 1rem;
    border: 1px solid #b2bcca;
    border-radius: 15px;
    overflow: hidden
}

.col-lg-4.radio-item {
    width: 31% !important;
    margin-inline-end: 1rem
}

.radio-item input {
    position: absolute;
    right: unset;
    left: 18px;
    top: 26px
}

.radio-item input[name="payment_type"] {
    accent-color: #c18537;
    outline: 0;
    z-index: 1
}

.radio-item label {
    height: fit-content;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    padding: 25px 0 20px 40px;
    position: relative
}

.radio-item.col-md-12 {
    width: 85%
}

.radio-item input:checked+label {
    border: 1px solid #efaa50;
    background-color: #efaa50 !important;
    color: #fff !important
}

.radio-item input:checked+label h4 {
    color: #fff !important
}

.radio-item span {
    top: 11%;
    right: 4%
}

.radio-item input:checked+label .rounded-pill {
    background-color: #fff !important;
    color: #efaa50 !important
}

.accordion .form-label {
    background-color: #fff;
    color: #828282
}

.accordion .form-label::placeholder {
    color: #4f4f4f !important
}

.h-50 {
    height: 50px !important;
    overflow: hidden
}

.iti {
    width: 100%
}

.br {
    border: 1px solid #b2b7bf
}

.br-bottom {
    border-bottom: 2px solid #d8dde4
}

.br-15 {
    border-radius: 15px !important
}

.iti__country-list {
    box-shadow: 1px 1px 4px rgb(179 154 154 / 20%);
    border: 1px solid #464d5d;
    background-color: #fff;
    border-radius: 5px
}

.iti__selected-flag {
    padding: 0 17px
}

.w-270 {
    width: 270px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-left: 80px
}

.active-button {
    background-color: #efaa50 !important;
    color: #fff !important
}

.default-border {
    border: 1px solid #efaa50
}

.w-245 {
    width: 245px
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important
}

#collapseThree .accordion-body .form-check-input {
    position: absolute;
    bottom: 46%;
    left: 19px
}

.accordion-body .form-check-input:checked[type="radio"] {
    background-color: #efaa50;
    border-color: #efaa50
}

.accordion-body .form-check-input {
    width: .9em;
    height: .9em;
    border: 1px solid #8a8a8a;
    background-color: transparent
}

.accordion-body .form-check label {
    cursor: pointer
}

.customDiv .accordion-button::after {
    display: none
}

.form-check-input:focus {
    box-shadow: none
}

.modal-body img {
    width: 130px
}

.modal-content {
    border-radius: 1.5rem
}

.modal-dialog {
    max-width: 630px;
    margin: auto;
    transform: translateY(22%) !important
}

.modal-body {
    padding: 5rem
}

.right-15 {
    right: 15px;
    top: 40% !important;
    color: #b2bcca
}

.accordion-flush .right-15 {
    right: 15px;
    top: 50% !important;
    color: #464d5d
}

.response-flex {
    display: none !important
}

.active {
    display: block !important
}

.active-button {
    background-color: #efaa50 !important;
    color: #fff !important
}

.customDiv,
.img-hide {
    display: none
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.beforeli::before {
    content: "";
    position: absolute;
    height: 60%;
    width: 2px;
    background-color: #efaa50;
    top: 31%;
    left: 3.5%
}

.beforeli:last-child::before {
    content: none
}

.h-550 {
    height: 565px
}

.navBorder {
    border-radius: 1.5rem;
    margin-top: 1rem !important
}

.navBorder li a:hover {
    background-color: transparent
}

.navBorder li a:hover div h6 {
    color: #0f1c2d
}

.iconColor {
    color: #464d5d;
    font-size: 22px
}

.iconColor:hover {
    color: #efaa50;
    cursor: pointer
}

.iconColor:hover path {
    fill: #efaa50
}

.box-wrap:hover .all-awsome {
    transform: scale(.95)
}

.box-wrap:hover .all-awsome:hover {
    transform: scale(1.1)
}

.show h2 button {
    color: #efaa50
}

.vodafone {
    margin: 2rem !important
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    margin-top: .4rem;
    content: "";
    background-image: url(../img/checkoutArrowDow.svg);
    background-repeat: no-repeat;
    background-size: .7rem;
    transition: transform 0.2s ease-in-out
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url(../img/checkoutArrowDow.svg)
}

.accordion-button:not(.collapsed) {
    color: #061325 !important
}

.accordion-button {
    color: #efaa50 !important
}

.testimonial .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e3dfdc;
    padding: .2rem
}

.testimonial .swiper-slide p {
    height: 148px;
    overflow: hidden
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important
}

.fancybox-link i {
    font-size: 3.5rem;
    color: #fff
}

.howStep div h5 {
    font-size: 1.5rem;
    height: 43px;
    overflow: hidden
}

h1 {
    font-size: 47px !important
}

.headline {
    font-size: 40px !important;
    font-weight: bold !important;
    line-height: 1.2
}

.swiper-containerPartners .swiper-slide img {
    height: 75px
}

.dropdown-item img {
    width: 30px;
    height: 30px;
    object-fit: cover
}

.achieve-sec .col-sm-6 img {
    width: 38px;
    height: 38px;
    object-fit: cover
}

.vodCash {
    background-color: #edeff2;
    border-radius: 1.5rem;
    width: 48%;
    padding: 0
}

.stepBg {
    padding: 2rem 1.5rem;
    border-radius: 2.5rem
}

.stepBg:hover {
    background-color: #edeff2
}

.contactForm form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 445px;
    flex-wrap: wrap
}

.gx-6 {
    --bs-gutter-x: 4.5rem
}

.responsive-calory,
.language-responsive {
    display: none
}

.lang-img {
    width: 30px;
    margin-inline-end: .3rem
}

.transform-bag {
    display: none
}

.allRight a:hover {
    color: #efaa50 !important
}

.form-check {
    margin-bottom: 1rem
}

.blockUI h1 {
    font-size: 30px !important
}

.coupon-lg {
    display: none;
    visibility: hidden
}

.qustion-hover {
    border-radius: 3rem;
    padding: 1.5rem 2rem
}

.qustion-hover:hover {
    background-color: #efaa50;
    color: #fff
}

.qustion-hover:hover h5,
.qustion-hover:hover p {
    color: #fff
}

@media (max-width:1400px) {
    .programHeroSec header {
        top: 122px
    }

    .EliteProgrambg .headline {
        font-size: 31px !important
    }

    .testimonial-about .swiper-button-prev {
        left: 32%
    }

    .testimonial-about .swiper-button-next {
        left: 64%
    }

    .logoPic .logo {
        width: 155px
    }

    .howWork {
        background-size: 60%
    }

    .h5 {
        height: 45px;
        font-size: 1.1rem
    }

    .nav-link,
    header .f-1rem {
        font-size: .82rem
    }

    .all header {
        left: 11%;
        width: 78.5%
    }

    .headline {
        font-size: 37px !important
    }

    .achieve-sec .f-1-1rem {
        font-size: 1rem
    }

    .achieve-sec .f-2-7rem {
        font-size: 1.7rem;
        height: 32px;
        overflow: hidden
    }

    .h-550 {
        height: 589px
    }
}

@media (max-width:1200px) {
    .all .f-4rem {
        font-size: 3rem
    }
    .sticky-navbar .logoPic .logo {
        width: 120px;
    }
    .EliteProgrambg .headline {
        font-size: 25px !important
    }

    .radio-item h4 {
        font-size: 1.1rem
    }

    .trans-sec .nav-tabs .nav-link {
        font-size: .9rem
    }

    .radio-item .f-1-5rem {
        font-size: 1.1rem !important
    }

    .h-420 {
        height: 375px
    }

    .related-sec img {
        height: 230px
    }

    .ontactForm .headline {
        font-size: 30px !important
    }

    .contactForm .headline {
        font-size: 31px !important
    }

    .beforeli svg {
        width: 29px
    }

    .pay .f-2rem {
        font-size: 1.5rem
    }

    .pay .f-1-5rem {
        font-size: 1.3rem
    }

    .pay .f-1rem {
        font-size: .9rem
    }

    .payment-type .mx-5 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .payment-type label {
        font-size: .9rem
    }

    .radio-item .f-3rem {
        font-size: 1.8rem
    }

    .radio-item .f-7rem {
        font-size: .5rem
    }

    .form-check-label .w-25,
    .form-check-label .w-50 {
        width: 100% !important
    }

    #collapseThree .accordion-body .form-check-input {
        bottom: unset;
        top: 0
    }

    .accordion-body .img-accord {
        width: 50px;
        height: 50px
    }

    #accordionFlushExample .f-1-1rem {
        font-size: 1rem
    }

    .textAboutUs {
        font-size: 1.3rem
    }

    .aboutUsPic img {
        height: 310px
    }

    .pt-5rem {
        padding-top: 0rem
    }

    .all .f-2rem {
        font-size: 1.6rem
    }

    .trans-sec img {
        height: 260px
    }

    .navbar-nav .nav-item {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important
    }

    .all header {
        left: 9%;
        width: 80.5%
    }

    header {
        left: 50px;
        width: 90%
    }

    .logoPic .logo {
        width: 137px
    }

    .nav-link {
        font-size: .8rem
    }

    .first-head {
        left: 50px
    }

    .head-sec .video-container {
        top: 45px;
        height: 715px
    }

    .howStep div h5 {
        font-size: 1.2rem
    }

    .custom-select {
        font-size: .8rem;
        padding: .5rem 1.1rem
    }

    .select-div2 i {
        font-size: 1rem
    }

    .img-bee img {
        width: 86px;
        height: 86px
    }

    .f-3rem {
        font-size: 2.5rem
    }

    .list-unstyled .f-1-1rem {
        font-size: 1rem
    }

    .list-unstyled img {
        width: 30px
    }

    .eliteMo .f-1-2rem {
        font-size: 1.1rem
    }

    .py-6 {
        padding-top: 5rem !important;
        padding-bottom: 4rem !important
    }

    .sub-btn {
        font-size: 1.1rem
    }

    .heroTitle {
        width: 60%
    }

    .heroBtn a {
        font-size: 1.1rem
    }
}

@media (max-width:992px) {

    .responsive-sub,
    .tab-colory {
        display: none
    }

    .howStep div h5 {
        height: 24px
    }

    .coupon-lg {
        display: block;
        visibility: visible
    }

    .coupon-sm,
    .hide-package {
        display: none;
        visibility: hidden
    }

    .radio-item h4 {
        font-size: 1.5rem
    }

    .col-lg-4.radio-item {
        width: 46% !important
    }

    header {
        width: 100%
    }

    header .dropdown-toggle::after {
        position: absolute;
        right: 5px;
        top: 15px
    }

    .transform-bag {
        position: fixed;
        top: 90px;
        right: 0;
        background-color: #0f1c2d;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        width: 40px;
        border-radius: 3rem 0 0 3rem;
        z-index: 9
    }

    .responsive-calory,
    .language-responsive {
        display: flex
    }

    .testimonial-about .swiper-button-next {
        left: 70%
    }

    .testimonial-about .swiper-button-prev {
        left: 26%
    }

    .aboutUsBg {
        border-radius: 2rem;
        padding: 3rem
    }

    .alert-home img {
        width: 270px
    }

    header .lang {
        display: none
    }

    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    header .navbar-nav {
        height: 100vh;
        padding: 0
    }

    .vodCash {
        width: 95%;
        margin-bottom: 1.5rem
    }

    .sub-static {
        display: inline-block;
        background-color: transparent;
        position: fixed;
        bottom: 0;
        width: 100%;
        backdrop-filter: blur(4px);
        height: 80px;
        z-index: 999
    }

    .sub-static .sub-btn {
        display: inline !important;
        width: 200px;
        transform: translate(-50%, 0)
    }

    .h-550 {
        height: auto;
        margin-bottom: 2rem
    }

    .pay .pb-5 {
        padding-bottom: 1rem !important
    }

    .payVod {
        margin-bottom: 1.5rem !important
    }

    .beforeli::before {
        top: 35%;
        left: 2%
    }

    .beforeli svg {
        width: 26px
    }

    .responseve-bg {
        padding: 0 !important;
        margin-bottom: 0rem !important;
        background-color: #fff
    }

    .response-flex {
        display: flex !important
    }

    .web-flex {
        display: none !important
    }

    .hide img {
        margin-left: 0rem !important
    }

    .hide .button-img {
        display: none !important;
        visibility: hidden
    }

    .OurStory .sub-btn {
        margin-top: 2rem
    }

    .swiper-right,
    .swiper-containerReverse {
        height: 250px
    }

    .lang-nav img {
        padding: .5rem 0;
        margin-left: 1rem !important
    }

    .trans-sec .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: .8rem;
        margin-inline-end: .5rem
    }

    .trans-sec .nav-tabs {
        margin-inline-end: 0rem
    }

    .scroll {
        display: flex !important;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        position: relative;
        cursor: default;
        overflow: scroll hidden;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scrollbar-width: none
    }

    .scroll::-webkit-scrollbar {
        display: none
    }

    .scroll .active {
        cursor: grab;
        cursor: -webkit-grab
    }

    .PricingPlan {
        padding-top: 0 !important;
        margin-bottom: 2rem
    }

    .testimonials.pb-6 {
        padding-bottom: 0rem !important
    }

    .achievementImg {
        border-radius: 2rem;
        height: 430px !important
    }

    .dailyCaloriebg {
        border-radius: 2rem;
        margin-top: 2rem;
        padding: 3rem;
        margin-bottom: 4rem
    }

    .dailyCalorieForm {
        margin-bottom: 2.5rem;
        margin-inline-end: 0
    }

    .all header {
        width: 100%
    }

    .f-2-8rem {
        font-size: 2.5rem
    }

    .privacyPolicySec {
        padding: 0;
        background-color: transparent
    }

    .formImg img,
    .programHeroPic img {
        height: 450px !important;
        margin-bottom: 2rem
    }

    .EliteProgrambg .col-md-6 {
        margin-bottom: 2rem
    }

    .order-responsive {
        order: -1
    }

    .order-responsive img {
        margin-bottom: 2rem;
        width: 100%
    }

    .h-420 img {
        padding-bottom: 1.5rem
    }

    .alert-home {
        bottom: 2%;
        left: 50%;
        transform: translate(-50%, 1%)
    }

    .alert-home {
        bottom: 2%;
        left: 24%;
        width: 465px;
        border-radius: 2rem
    }

    .alert-home h2 {
        font-size: 1.5rem
    }

    #countdown li span {
        font-size: 1.5rem
    }

    #countdown li {
        font-size: .9rem;
        width: 55px
    }

    #countdown .sub-btn {
        width: 170px
    }

    .w-90 {
        padding: 2rem !important
    }

    .sub-btn {
        margin-left: 0 !important
    }

    .trans-sec .sub-btn {
        margin: auto !important
    }

    .ourStoryBg .pt-5 {
        padding-top: 0rem !important
    }

    .heroTitle h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem !important
    }

    .heroP {
        font-size: 18px;
        line-height: 1.5rem;
        margin-bottom: 3rem !important
    }

    .heroTitle {
        margin-top: 5rem
    }

    .head-sec .navbar-nav {
        height: 100vh
    }

    .dropdown-menu.show {
        display: flex !important;
        flex-wrap: wrap;
        border: none;
        width: 100%;
        padding: 0;
        padding-inline-start: 1.5rem
    }

    .dropdown-menu.show li {
        width: 45%;
        margin-bottom: .5rem;
        margin-right: 1.5rem
    }

    header .nav-link {
        font-size: 1.1rem;
        font-family: "Orbitron"
    }

    header .navbar {
        padding-right: 0rem !important;
        padding-left: 0rem !important
    }

    .logoMob {
        display: block;
        width: 120px;
    }

    .first-head {
        left: 0;
        padding: 0 2rem;
        width: 100%;
        top: 0
    }

    .logo {
        display: none
    }

    header {
        position: static;
        width: 100%;
        top: 0
    }

    header .navbar {
        border-radius: 0 !important
    }

    .first-head {
        left: 0;
        padding: 0 3rem;
        width: 100%
    }

    .head-sec .video-container {
        height: 555px
    }

    .herobg video {
        border-radius: 2rem
    }

    .heroTitle {
        width: 100%
    }

    .howWork {
        background-image: none
    }

    .testimonials .swiper div .swiper-slide {
        height: 293px;
        border-radius: 2rem
    }

    .testimonial-about .swiper-slide {
        height: 250px !important
    }

    .testimonials .swiper div .swiper-slide p {
        font-size: 1rem;
        height: 120px
    }

    .testimonials .swiper-wrapper {
        height: 320px;
        align-items: center
    }

    .testimonials .swiper {
        padding-bottom: 25px
    }

    .testimonial .swiper-horizontal>.swiper-pagination-bullets,
    .testimonial .swiper-pagination-bullets.swiper-pagination-horizontal,
    .testimonial .swiper-pagination-custom,
    .testimonial .swiper-pagination-fraction {
        bottom: 46px
    }

    .swiper-pagination {
        margin-top: 6rem
    }

    .swiper-button-next {
        top: 82.5%;
        left: 57%
    }

    .swiper-button-prev {
        top: 82.5%;
        left: 38%
    }

    .pb-6 {
        padding-bottom: 5rem !important
    }

    .CaloriesCalculatorBg {
        border-radius: 2rem;
        padding: 3rem
    }

    .footerContact img {
        width: 40px
    }

    .footerContact h6 {
        font-size: 1.3rem !important
    }

    .footerContact p,
    .footerContact a span {
        font-size: 0.9rem !important
    }

    .footerBg {
        border-radius: 2rem;
        padding-top: 3rem !important;
        margin-bottom: 5rem !important;
        margin-top: 2rem
    }

    .contact {
        margin-bottom: 1.5rem !important
    }

    .gap-4 {
        gap: 1rem !important
    }

    .anotherLinks {
        justify-content: center;
        margin-top: .6rem
    }

    .codebase {
        display: block !important;
        text-align: center
    }

    .socialFooterBorder {
        padding-bottom: 2rem !important
    }

    .CaloriesCalculatorBg .sub-btn {
        margin-bottom: 1.5rem
    }

    .introductionTraining {
        margin-bottom: 1.5rem !important
    }

    .subscribeTraining p {
        margin-bottom: 0 !important
    }

    .aboutR {
        padding-bottom: 1rem !important
    }

    .storyT {
        margin-bottom: 1.5rem !important
    }

    .all-awsome {
        border-radius: 2rem;
        width: 46%
    }

    .swiper-right .swiper-wrapper .swiper-slide img,
    .swiper-containerReverse .swiper-wrapper .swiper-slide img {
        height: 250px;
        border-radius: 2rem
    }

    .responsive-sub {
        display: none;
        visibility: hidden
    }

    .aboutUsPic img {
        height: 320px
    }

    .px-4rem {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .heroBtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0
    }

    .introduction-sec .f-2-3rem {
        font-size: 2rem
    }
}

@media (max-width:767px) {
    .heroTitle {
        width: 100%
    }

    .howStep div h5 {
        height: auto
    }

    .sticky-navbar .px-0 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .radio-item.col-md-12 {
        width: 100%
    }

    .sub-static .sub-btn {
        width: 170px
    }

    .col-lg-4.radio-item {
        width: 100% !important;
        margin-inline-end: 0
    }

    .testimonial-about .swiper-button-prev {
        left: 20%
    }

    .blockUI h1 {
        font-size: 20px !important
    }

    .testimonial-about .swiper-button-next {
        left: 74%
    }

    .testimonial-about .swiper-button-next,
    .testimonial-about .swiper-button-prev {
        top: 83.5%
    }

    .aboutUsBg {
        border-radius: 2rem;
        padding: 2rem
    }

    .alert-home .position-absolute {
        right: -50px !important;
        z-index: -1
    }

    .swiper-button-next {
        top: 83.5%;
        left: 62%
    }

    .vodCash {
        padding: 1.5rem !important
    }

    .swiper-button-next {
        top: 83.5%;
        left: 62%
    }

    .swiper-button-prev {
        top: 83.5%;
        left: 34%
    }

    .h5 {
        height: auto
    }

    .programs h5 {
        height: auto
    }

    .py-6 {
        padding-bottom: 2rem !important
    }

    .all-awsome .sub-btn {
        width: 88% !important
    }

    .alert {
        left: 1%;
        width: 98%
    }

    .modal-body {
        padding: 3rem
    }

    .contactForm .headline {
        font-size: 28px !important
    }

    .beforeli::before {
        top: 33%;
        left: 3%
    }

    .radio-item {
        margin-bottom: 1rem
    }

    .w-245 {
        width: 190px
    }

    .customDiv .form-check-inline {
        margin-right: 0rem
    }

    .form-check-label .d-flex {
        display: block !important
    }

    .form-check-label .d-flex .w-25,
    .form-check-label .d-flex .w-50 {
        width: 100% !important;
        margin-bottom: 1rem !important
    }

    .response-flex {
        display: block !important;
        text-align: center !important
    }

    .response-flex .w-50 {
        width: 100% !important
    }

    .w-270 {
        width: 100%
    }

    #accordionFlushExample {
        display: none
    }

    .stepBg {
        margin-bottom: 1.5rem
    }

    .howStep {
        margin-bottom: 1rem !important
    }

    .introduction-sec .f-2-3rem {
        font-size: 1.7rem
    }

    .trans-sec img {
        height: 230px;
        border-radius: 2rem
    }

    .related-sec h5.pb-5 {
        padding-bottom: 1rem !important
    }

    .related-sec .text-end {
        text-align: left !important;
        padding-bottom: 1.5rem !important
    }

    .related-sec .col-lg-6 .d-flex {
        display: block !important
    }

    .related-sec .w-50 {
        width: 100% !important
    }

    .related-sec img {
        margin-bottom: 2rem
    }

    .trans-sec .mt-5 {
        margin-top: 1rem !important
    }

    .trans-sec .nav-tabs .nav-link {
        width: auto
    }

    .formImg img,
    .programHeroPic img {
        height: 374px !important
    }

    .headline {
        font-size: 33px !important
    }

    .achievementImg {
        height: 380px !important
    }

    .achieve-sec .f-2-7rem {
        font-size: 1.5rem
    }

    .mb-sm-5-r {
        margin-bottom: 3rem !important
    }

    .testimonials .swiper {
        padding-top: 1rem !important
    }

    .dailyCalorieForm {
        border: none;
        padding: 0 !important
    }

    .contactUs .sub-btn {
        width: 155px
    }

    .faqs h5 {
        height: auto
    }

    .testimonials .swiper div .swiper-slide {
        width: 335px;
        margin: 0 0rem !important
    }

    .sticky-navbar .logoMob {
        width: 80px;
    }
    .logoMob {
        width: 90px;
    }

    .heroP {
        font-size: 17px;
        margin-bottom: 1.5rem !important
    }

    .first-head {
        padding: 0 2rem
    }

    .footerContact p {
        margin-bottom: 0.5rem !important
    }

    .footerContact {
        margin-bottom: 1.5rem !important
    }

    .contact {
        margin-bottom: 0.5rem !important
    }

    .socialFooterBorder {
        padding-bottom: 1.5rem !important;
        display: block !important
    }

    .socialFooterBorder img {
        width: 120px;
        margin-bottom: 1rem
    }

    .px-4rem {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .CaloriesCalculatorBg {
        padding: 2rem
    }

    .all-awsome {
        width: 97%
    }

    .heroTitle h1 {
        font-size: 2rem;
        margin-bottom: 1rem !important
    }

    .heroBtn a {
        font-size: 1rem;
        padding: 1rem 2rem !important
    }
}

@media (max-width:550px) {
    .achieve-sec .f-2-7rem {
        font-size: 1.1rem;
        height: 20px
    }

    .d-response {
        display: block !important
    }

    .d-response .w-245 {
        width: 100%;
        margin-bottom: .6rem
    }

    .related-sec .ms-4 {
        margin-left: 0rem !important
    }

    .modal-body p {
        font-size: 1.1rem
    }

    .heroBtn a {
        padding: 1rem 1rem !important
    }
}

@media (max-width:480px) {
    .footerContact {
        width: 100% !important
    }
    .sticky-navbar .logoMob {
        width: 70px;
    }
    .blockMsg {
        left: 20% !important
    }

    .sub-static .sub-btn {
        width: 150px;
        transform: translate(-45%, 0)
    }

    .testimonial-about .swiper-button-prev {
        left: 14%
    }

    .heroTitle h1 span {
        font-size: 1.6rem
    }

    .testimonial-about .swiper-button-next {
        left: 80%
    }

    .testimonials .swiper {
        overflow: visible
    }

    .swiper-button-next {
        top: 83.5%;
        left: 66%
    }

    .swiper-button-prev {
        top: 83.5%;
        left: 20%
    }

    .alert-home {
        border-radius: 1.5rem
    }

    .alert-home img {
        width: 250px
    }

    .modal-body .sub-btn {
        width: 85%
    }

    .modal-body {
        padding: 2rem
    }

    .pay .ps-4 {
        padding-left: 0rem !important
    }

    .pay .f-2rem {
        font-size: 1.2rem
    }

    .pay .f-1-5rem {
        font-size: 1.1rem
    }

    .pay .f-1-2rem {
        font-size: 1rem
    }

    .h-550 {
        padding: 1.5rem !important
    }

    .formImg img,
    .programHeroPic img {
        height: 268px !important;
        border-radius: 2rem
    }

    .all .f-2-3rem {
        font-size: 2rem
    }

    .dailyCaloriebg {
        padding: 2rem
    }

    .all .f-2-3rem {
        font-size: 2rem
    }

    .all .f-2-8rem {
        font-size: 2.2rem
    }

    .all .f-1-2rem {
        font-size: 1.1rem
    }

    .all .f-1-3rem {
        font-size: 1rem
    }

    .aboutUsPic img {
        height: 250px
    }

    .list-unstyled .f-1-1rem {
        font-size: .9rem
    }

    .list-unstyled img {
        width: 27px
    }

    .custom-select {
        padding: .5rem .5rem
    }

    .select-div2 i {
        right: 9px
    }

    .fancybox-link i {
        font-size: 3rem;
        color: #fff
    }

    .fancybox-link {
        left: 37%
    }

    .vedioContainer {
        height: 480px
    }
}

@media (max-width:375px) {
    .heroTitle h1 {
        font-size: 1.5rem
    }

    .testimonial-about .swiper-button-next {
        left: 95%
    }

    .testimonial-about .swiper-button-prev {
        left: 0%
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px)
    }

    .closebtn {
        top: 4%
    }

    .w-90 {
        padding: 2rem 1rem !important;
        width: 100%
    }

    .contactForm .headline {
        font-size: 22px !important
    }

    .pay .f-1-5rem {
        font-size: 1rem
    }

    .payment-imge {
        margin-bottom: .5rem
    }

    .beforeli::before {
        left: 4%
    }

    .pay .f-1rem {
        font-size: .8rem
    }

    .trans-sec .nav-tabs .nav-link {
        padding: .3rem .7rem;
        font-size: .9rem
    }

    .achievementImg {
        height: 300px !important
    }

    .headline {
        font-size: 30px !important
    }

    .sub-btn {
        font-size: 1rem;
        padding: 1rem !important
    }

    .achieve-sec .f-2-7rem {
        font-size: .9rem
    }

    .achieve-sec .f-1rem {
        font-size: .9rem
    }

    .dailyCaloriebg {
        padding: 2rem 1rem
    }

    .list-unstyled .f-1-1rem {
        font-size: .8rem
    }

    .list-unstyled img {
        width: 18px;
        padding-right: 0.5rem !important
    }

    .all-awsome {
        padding: 1rem
    }

    .img-bee img {
        width: 100px;
        height: 100px
    }

    .heroP {
        font-size: 14px
    }

    .heroBtn {
        display: block !important
    }

    .heroBtn a {
        margin: 0 !important;
        margin-bottom: 0.8rem !important
    }

    .heroTitle {
        margin-top: 4rem
    }

    .howStep div h5 {
        font-size: 1.1rem;
        margin-bottom: 1rem !important
    }

    .achieve-sec .col-sm-6 img {
        width: 28px;
        height: 28px
    }
}

@media (max-width:320px) {
    .heroTitle h1 {
        font-size: 1.2rem
    }

    #countdown li {
        font-size: .8rem
    }

    #countdown li span {
        font-size: 1.4rem
    }

    .contactForm .f-9rem {
        font-size: .8rem
    }

    .headline {
        font-size: 25px !important
    }

    .payment-imge {
        width: 36px;
        height: 25px
    }

    .accordion-item {
        padding: 1rem 1rem 1rem
    }

    .trans-sec .nav-tabs .nav-link {
        font-size: .8rem;
        margin-bottom: .5rem
    }

    .form-control {
        font-size: .7rem
    }

    .heroP {
        font-size: 13px;
        line-height: 1.1rem
    }

    .all .f-2-3rem {
        font-size: 1.8rem
    }

    .all .f-2-8rem {
        font-size: 2rem
    }

    .all .f-1-2rem {
        font-size: 1rem
    }

    .heroBtn a {
        padding: 1rem !important
    }
}