@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');


@font-face {
    font-family: 'rechargebold';
    src: url('fonts/recharge_bd-webfont.eot');
    src: url('fonts/recharge_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/recharge_bd-webfont.woff2') format('woff2'),
         url('fonts/recharge_bd-webfont.woff') format('woff'),
         url('fonts/recharge_bd-webfont.ttf') format('truetype'),
         url('fonts/recharge_bd-webfont.svg#rechargebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* font-family: 'DM Sans', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */


:root {
    /* scroll-behavior: inherit; */
    --dm-sans: 'DM Sans', sans-serif;
    --rechargebold: 'rechargebold';
    --goldColor: #F7D35D;
    --bodyBG: #04202E;
    --liteBlue: #5088A4;
    --whiteColor: #fff;
    --darkBlueBg: #091F2C;
    --blueborder: #09384F;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--dm-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--whiteColor);
    font-size: 20px;
    line-height: 1.4;
    background-color: var(--bodyBG);
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--goldColor);
    font-family: var(--rechargebold);
    font-weight: normal;
    font-style: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}


/* Welcome to Fitnation: Fitness For You! */


h1, .h1-title{
    font-size: 48px;
    line-height: 1.2;
}

h2 , .h2-title{
    font-size: 36px;
    line-height: 1.2;
}

h3 , .h3-title {
    font-size: 30px;
    line-height: 1.2;
}

h4 , .h4-title {
    font-size: 24px;
    line-height: 1.2;
   
}

h5 , .h5-title {
    font-size: 20px;
    line-height: 1.2;
   
}


a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--liteBlue);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--goldColor);
}

img {
    max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

 ::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

 ::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

 :-moz-placeholder {
    opacity: 0.7;
    color: #000;
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */


.main-head{ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 43px;
}

.header-logo a{
    display: inline-block;
    max-width: 139px;
}

.header-logo a img{
    width: 100%;
}


.banner-sec{ 
    position: relative;
    padding-top: 207px;
    padding-bottom: 147px;
    background-size: cover !important;
}

.banner-sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.banner-sec .banner-cont{ 
    position: relative;
    z-index: 2;
    max-width: 581px;
}

.banner-sec .banner-cont p{
    font-weight: 700;
    margin-bottom: 58px;
}



.banner-sec .banner-cont p strong{
    color: var(--goldColor);
}



.banner-sec .banner-cont ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.banner-sec .banner-cont ul li:not(:last-child){
    margin-right: 17px;
}

.banner-sec .banner-cont ul li a{
    display: inline-block;
    padding: 14px 31px;
    border-radius: 15px;
    border: 1px solid var(--liteBlue);
    min-width: 191px;
    text-align: center;
}

.banner-sec .banner-cont ul li a:hover{
    background: var(--liteBlue);
    border-color: var(--liteBlue);
}

.banner-sec .banner-cont ul li a img{
    max-height: 28px;
    width: auto;
    object-fit: contain;
}


.cmn-gap{ 
    padding: 75px 0;
}



.hero2-row{ 
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 21.92px;
}

.hero2-row > *{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


.hero2-row .hero2-item{ 
    max-width: 20%;
}


.hero2-item-card{ 
     padding: 36px 23px;
     border: 1px solid var(--blueborder);
     border-radius: 20px;
     height: 100%;
}

.hero2-item-card figure{
    background: var(--goldColor);
    width: 82px;
    height: 82px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(-36px * 2);
    margin-bottom: 27px;
}

.hero2-item-card figure img{
    width: 43px;
    height: 43px;
}


.hero2-card-cont h3,
.hero2-card-cont .h5-title{
    font-family: var(--dm-sans);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--whiteColor);
}

.hero2-card-cont p{
    font-size: 15px;
    color: var(--liteBlue);
}

.hero2-card-cont p span{
    color: var(--goldColor);
}

.fitness-sec{
    position: relative;
    padding: 68px 0;
    margin-bottom: 68px;
}


.fitness-sec.fitness1{ 
    padding: 140px 0;
}

.fitness-sec-inner{ 
    position: relative;
}


.fitness-sec .fitness-outer-image{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fitness-sec .fitness-outer-image::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(4, 32, 46, 0.85);
    width: 100%;
    height: 100%;
}

.fitness-sec .fitness-outer-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.fitness-sec .fitness-img-wrap{
    height: 541px;
    width: auto;
}

.fitness1 .fitness-img-wrap{
    height: 682px;
    width: auto;
    /* text-align: center; */
    padding-left: 19px;
    margin-top: -140px;
    margin-bottom: -140px;
}

.fitness2 .fitness-col-inner{
    padding-right: 6px;
}

.fitness2 .fitness-cont-inner{
    max-width: 390px;
}

.fitness3 .fitness-col-inner{ 
    padding-right: 6px;
}


.fitness3 .fitness-cont-inner{
    text-align: right;
    max-width: 368px;
    margin-left: auto;
}

.fitness-sec .fitness-img-wrap img{
    height: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.25));
}


.fitness-cont{ 
    position: relative;
    z-index: 2;
}

.fitness-row{
    align-items: center;
}

.fitness-sec .fitness-cont-inner{ padding: 30px 0; }

.fitness1  .fitness-cont-inner{
    max-width: 559px;
    text-align: right;
    margin-left: auto;

}

.fitness-col-row{ 
    --bs-gutter-x: 21.21px;
}


.fitness-sec .fitness-col-inner{ 
    margin-top: -78px;
    margin-bottom: -78px;
}

.fitness-wrapper  .fitness-cont-inner{ 
    text-align: right;
}

.fitness-sec.fitness3{
    margin-bottom: 0;
}


.top-products .product-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.top-products .product-head h2{
    margin-bottom: 0;
}


.top-products  .btn-sec a{
    color: var(--whiteColor);
    font-weight: 700;
    position: relative;
}

.top-products  .btn-sec a::after{
    content: "";
    position: relative;
    display: inline-block;
    background: url(images/right-arrow.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    top: 1px;
    margin-left: 5.5px;
}

.top-products .btn-sec a:hover{
    color: var(--goldColor);
}

.top-products .slick-arrow,
.testimonial-sec .slick-arrow{ 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 36px;
    background: var(--goldColor);
    border-radius: 100%;
    z-index: 2;
}

.top-products .slick-prev,
.testimonial-sec .slick-prev{
    left: -20px;
}

.top-products .slick-arrow:hover{
    background: var(--liteBlue);
}


.testimonial-sec .slick-arrow:hover{
    background: #ACD3E7;
}

.top-products .slick-arrow:hover::before,
.testimonial-sec .slick-arrow:hover::before{
    filter: brightness(0) invert(1);
}

.top-products .slick-next,
.testimonial-sec .slick-next{
    right: -20px;
}

.top-products .slick-next::before,
.testimonial-sec .slick-next::before{
    background: url(images/slider-arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
}

.top-products .slick-prev::before,
.testimonial-sec .slick-prev::before{
    background: url(images/slider-arrow-left.svg) no-repeat center center;
    background-size: 100% 100%;
}

.top-products .slick-arrow::before,
.testimonial-sec .slick-arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    margin: 0 auto;
}


.top-products  .slick-list{ 
 margin: 0 -8px;
}

.top-products .slick-slide{ 
    padding: 0 8px;
}

.top-products .slick-track{
    display: flex;
}

.top-products .slick-slide{
    height: inherit;
}


.product-card{ 
    background: #062839;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.product-card figure{
    margin: 0;
    width: 100%;
    height: 275px;
}

.product-card figure a{
    display: inline-block;
    width: 100%;
}

.product-card figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-card-cont{ 
    padding: 19px 23px 27px 23px;
}

.product-card-cont h3{
    font-size: 18px;
    font-family: var(--dm-sans);
    margin-bottom: 13px;
    font-weight: 700;
    /* min-height: 63px; */
}

.product-card-cont h3 a{
    color: var(--whiteColor);
}

.product-card-cont h3 a:hover{
    color: var(--goldColor);
}

.product-card-cont .price{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 27px;
}

.product-card-cont .price a{
    color: var(--liteBlue);
    display: inline-block;
}

.product-card-cont .price a:hover{
    color: var(--goldColor);
}

.buy-now-btn{ 
    display: inline-block;
    color: var(--whiteColor);
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
    border: 1px solid var(--goldColor);
    border-radius: 7px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

.buy-now-btn:hover{
    background: var(--goldColor);
    color: var(--whiteColor);
}


.testimonial-sec{ 
    background: #041721;
}

.testimonial-sec h2{ 
    margin-bottom: 52px;
}

.testimonial-card{
    padding: 24px 15px;
    background: var(--liteBlue);
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.testimonial-card::before{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 40px;
    width: 30px;
    height: 30px;
    background: var(--liteBlue);
    transform: rotate(45deg);
}

.testimonial-sec .slick-list{ 
    margin: 0 -8.88px;
}

.testimonial-sec .slick-track{
    display: flex;
    padding-bottom: 20px;
}

.testimonial-sec .testimonial-slide{ 
    padding: 0 8.88px;
    height: inherit;
}

.testimonial-card-profile{ 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.testimonial-card-profile .profiel-image{ 
    max-width: 45px;
    width: 100%;
}

.testimonial-card-profile .profiel-image figure{
    margin: 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 0;
}


.testimonial-card-profile .profiel-image figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-card-profile .profile-content{ 
    /* max-width: calc(100% - 45px); */
    max-width: 100%;
    width: 100%;
    /* padding-left: 17px */
    padding-top: 10px;
}

.testimonial-card-profile .profile-content .head-wrap{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 3px;
}

.testimonial-card-profile .profile-content .h5-title{ 
 font-family: var(--dm-sans);
 font-weight: 700;
 color: #091F2C;
 margin-bottom: 0;
 font-size: 15px;
 padding-right: 5px;
}

.testimonial-card-profile .profile-content p{
    font-size: 14px;
    color: #091F2C;
}

.testimonial-card-profile .profile-content .head-wrap .initial{
    /* color: #232d0b; */
    /* background: #627d2c; */
    /* padding: 2px 5px; */
    /* border-radius: 3px; */
    color: #091F2C;
    line-height: 1.1;
    font-size: 13px;
    display: inline-block;
}

/* .testimonial-card-profile .profile-content p a:hover{
    color: var(--goldColor);
} */

.testimonial-card-profile .profile-content p:not(:last-child){
    margin-bottom: 0;
}


.testimonilal-cont{ 
    position: relative;
    z-index: 2;
}

.testimonilal-cont p{
    font-size: 14px;
    color: #ACD3E7;
}

.footer-sec{ 
    padding: 30px 0;
    background: #062535;
}


.footer-sec ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.footer-sec ul li{
    font-size: 16px;
    color: var(--liteBlue);
}

.footer-sec ul li:not(:last-child)::after{
    content: "|";
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 17px;
}

.footer-sec ul li a{
    display: inline-block;
    color: var(--goldColor);
}

.footer-sec ul li a:hover{
    color: var(--liteBlue);
}

/* css update start RN 28-02-2024 */
.product-slider .carousel__slide{
    padding: 0 8px;
}
.product-slider .carousel__viewport{
    /* margin: 0 -8px; */
}
.product-card-cont{
    text-align: left;
}
.product-card figure a{
    display: block;
    height: 100%;
}
.product-slider .carousel__prev, .product-slider .carousel__next, .testimonial-slider .carousel__prev, .testimonial-slider .carousel__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 36px;
    background: var(--goldColor);
    border-radius: 100%;
    z-index: 2;
    margin: 0;
    opacity: 1;
}
.product-slider .carousel__prev, .testimonial-slider .carousel__prev{
    left: -20px;
}
.product-slider .carousel__next, .testimonial-slider .carousel__next{
    right: -20px;
}
.product-slider .carousel__prev::before, .product-slider .carousel__next::before, 
.testimonial-slider .carousel__prev:before, .testimonial-slider .carousel__next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    margin: 0 auto;
}
.product-slider .carousel__prev::before, .testimonial-slider .carousel__prev::before{
    background: url(images/slider-arrow-left.svg) no-repeat center center;
    background-size: 100% 100%;
}
.product-slider .carousel__next::before, .testimonial-slider .carousel__next::before{
    background: url(images/slider-arrow-right.svg) no-repeat center center;
    background-size: 100% 100%;
}
.product-slider .carousel__prev:hover, .product-slider .carousel__next:hover, 
.testimonial-slider .carousel__prev:hover, .testimonial-slider .carousel__next:hover{
    background: var(--liteBlue);
}
.product-slider .carousel__prev:hover::before, .product-slider .carousel__next:hover::before, 
.testimonial-slider .carousel__prev:hover::before, .testimonial-slider .carousel__next:hover::before{
    filter: brightness(0) invert(1);
}
.testimonial-slider .carousel__viewport{
    /* margin: 0 -8.88px; */
}
.testimonial-card-profile .profile-content {
    /* max-width: calc(100% - 45px); */
    /* padding-left: 17px; */
    /* padding-top: 0; */
    text-align: left;
}
.testimonilal-cont{
    text-align: left;
}
.testimonial-sec .testimonial-slide{
    height: 100%;
}
/* .testimonial-card{
    padding: 24px 20px;
} */

/* css update end RN 28-02-2024 */

/* ========== responsive css =========== */


@media(min-width:1200px){ 
    .container{
        max-width: 1158px;
    }
}

@media(min-width:1025px) { }

@media(max-width:1199px) { 
    .hero2-row .hero2-item{
        max-width: 25%;
        margin-bottom: 60px;
    }

    .hero2-row{ 
        margin-bottom: -60px;
    }

    .hero2-row{
        justify-content: center;
    }

    .product-card figure{ 
        height: 305px;
    }

}

@media(max-width:1024px) {  }

@media (max-width: 991px) { 
    .header-logo a{
        max-width: 110px;
    }

    .main-head{ 
        padding-top: 20px;
    }

    .banner-sec{ 
        padding-top: 140px;
        padding-bottom: 75px;
    }
    h1, .h1-title {
        font-size: 40px;
    }

    .banner-sec .banner-cont p{ 
        margin-bottom: 30px;
    }

    .banner-sec .banner-cont{ 
        max-width: 515px;
    }

    .hero2-row .hero2-item{ 
        max-width: 33.33%;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    .fitness-sec.fitness1 {
        padding:  0;
    }

    .fitness-sec{ 
        margin-bottom: 0;
    }

    .fitness-sec{
         padding:  0;
    }

    .fitness-sec .fitness-col-inner,
    .fitness1 .fitness-img-wrap{ 
        margin: 0;
    }

    .fitness-sec-inner{ 
        padding: 50px 0;
    }

    .fitness1 .fitness-img-wrap,
    .fitness-sec .fitness-img-wrap{ 
        height: auto;
    }

    .fitness1 .fitness-img-wrap img,
    .fitness-sec .fitness-img-wrap img{
        height: auto;
    }

    .fitness3 .fitness-cont-inner,
    .fitness1 .fitness-cont-inner,
    .fitness-sec .fitness-cont-inner{ 
        padding: 0;
    }

    h3, .h3-title {
        font-size: 25px;
    }

    h2, .h2-title {
        font-size: 30px;
    }

    .top-products .product-head{ 
        margin-bottom: 30px;
    }
    
    .testimonial-sec h2{ 
        margin-bottom: 30px;
    }

    .product-card figure {
        height: 342px;
    }

    body{ 
        font-size: 17px;
    }

    .hero2-sec {
        padding-top: 90px;
    }

    /* css update start RN 28-02-2024 */
    .testimonial-card {
        padding: 24px 15px;
    }
    .testimonial-card-profile .profile-content {
        max-width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }
    .testimonial-card-profile .profile-content .h5-title{
        font-size: 15px;
        padding-right: 5px;
    }
    /* css update end RN 28-02-2024 */
    
    
}

@media (max-width: 767px) {
/* images alignment for wordpress content pages */
 .alignright,
 .alignleft,
 .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
    }


    .hero2-row .hero2-item {
        max-width: 50%;
    }

    .fitness-sec .fitness-cont-inner{ 
        text-align: left;
    }

    .fitness-sec .fitness-img-wrap, .fitness-sec .fitness-img-wrap{
        height: 424px;
    }

    .fitness3 .fitness-col-left{ 
        order: 2;
    }

    

    .fitness1 .fitness-img-wrap {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .fitness-sec .fitness-img-wrap, .fitness-sec .fitness-img-wrap{ 
        text-align: center;
    }

    .fitness-sec  .fitness-col-inner{ 
        padding: 0;
    }
  
    .fitness3 .fitness-col-right,
    .fitness2 .fitness-col-left{ 
        margin-top: 30px;
        order: 2;
    }

    .fitness-sec .fitness-cont-inner{ 
        max-width: 100%;
    }

    .product-card figure {
        height: 275px;
    }

    .product-card-cont .price{ 
        margin-bottom: 15px;
    }

    .fitness1 .fitness-img-wrap img,
    .fitness-sec .fitness-img-wrap img{
        height: 100%;
    }

    .testimonial-card-profile .profile-content .h5-title{ 
        font-size: 14px;
    }

    .testimonial-card-profile .profile-content p{ 
        font-size: 13px;
    }

    .testimonial-card-profile .profile-content .head-wrap .initial{ 
        font-size: 12px;
    }

    .testimonilal-cont p{ 
        font-size: 13px;
    }

    .testimonial-card{ 
        padding: 20px 10px;
    }

    .top-products .slick-arrow, .testimonial-sec .slick-arrow{ 
        width: 25px;
        height: 25px;
    }

    .top-products .slick-arrow::before, .testimonial-sec .slick-arrow::before{ 
        width: 15px;
        height: 15px;
    }

    /* css update start RN 28-02-2024 */
    .product-slider .carousel__prev, .product-slider .carousel__next, 
    .testimonial-slider .carousel__prev, .testimonial-slider .carousel__next{
        width: 25px;
        height: 25px;
    }
    .product-slider .carousel__prev::before, .product-slider .carousel__next::before, 
    .testimonial-slider .carousel__prev:before, .testimonial-slider .carousel__next::before{
        width: 15px;
        height: 15px;
    }
    /* css update end RN 28-02-2024 */


}

@media (max-width: 575px) { 
    h1, .h1-title {
        font-size: 35px;
    }

    .header-logo a {
        max-width: 100px;
    }

    .banner-sec {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .hero2-item-card figure{
        width: 60px;
        height: 60px;
    }

    .hero2-item-card figure {
        margin-top: calc(-26px * 2);
        margin-bottom: 15px;
    }

    .hero2-item-card{ 
        padding: 20px 15px;
    }

    .hero2-item-card figure img {
        width: 30px;
        height: 30px;
    }

    h3, .h3-title {
        font-size: 18px;
    }

    h1, h2, h3, h4, h5, h6{ 
        margin: 0 0 13px 0;
    }

    h2, .h2-title {
        font-size: 22px;
    }

    .top-products .product-head {
        margin-bottom: 25px;
    }

    .top-products .product-head{
        flex-wrap: wrap;
    }
    

    .top-products .btn-sec{ 
        width: 100%;
        text-align: right;
        margin-top: 10px;
    }

    .top-products .slick-next, 
    .testimonial-sec .slick-next{
        right: calc(50% - 21px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        left: inherit;
        top: auto;
        bottom: 0;
    }

    .top-products .slick-prev, 
    .testimonial-sec .slick-prev{
        left: calc(50% - 21px);
        right: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: 0;
    }

    .product-slider, .testimonial-slider{
        padding-bottom: 70px;
    }

    .product-card figure {
        height: 223px;
    }

    .product-card-cont .price{ 
        font-size: 20px;
    }

    .testimonial-card{ 
        padding: 20px 15px;
    }

    .product-card-cont {
        padding: 17px 15px 17px 15px;
    }

    .testimonial-card-profile .profiel-image {
        max-width: 100%;
    }

    .testimonial-card-profile .profile-content{ 
        max-width: 100%;
        padding-left: 0;
        /* margin-top: 15px; */
    }

    .testimonial-card-profile{ 
        margin-bottom: 10px;
    }

    h5, .h5-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .footer-sec{ 
        padding: 15px 0;
    }

    .testimonial-sec h2 {
        margin-bottom: 25px;
    }

    .testimonial-card-profile .profiel-image figure{ 
        width: 60px;
        height: 60px;
    }

    .buy-now-btn{ 
        font-size: 14px;
    }

    .banner-sec .banner-cont ul li a{ 
        padding: 10px 20px;
        min-width: 160px;
    }

    .banner-sec .banner-cont ul li a img{ 
        max-height: 25px;
    }

    .hero2-card-cont h3, .hero2-card-cont .h5-title{ 
        font-size: 17px;
    }

    body {
        font-size: 16px;
    }

    .footer-sec ul li{ 
        font-size: 14px;
    }

    .hero2-sec {
        padding-top: 80px;
    }

    /* css update start RN 28-02-2024 */
    .product-slider .carousel__track, .testimonial-slider .carousel__track{
        margin: 0 !important;
    }
    .product-slider .carousel__next, .testimonial-slider .carousel__next{
        right: calc(50% - 21px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        left: inherit;
        top: auto;
        bottom: 0;
    }
    .product-slider .carousel__prev, .testimonial-slider .carousel__prev{
        left: calc(50% - 21px);
        right: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: 0;
    }
    .product-slider, .testimonial-slider{
        padding-bottom: 0;
    }
    .product-slider .carousel, .testimonial-slider .carousel{
        padding-bottom: 40px;
    }
    .testimonial-slider .carousel{
        padding-bottom: 60px;
    }
    .product-slider .carousel__viewport, .testimonial-slider .carousel__viewport{
        padding-bottom: 30px;
    }
    /* css update end RN 28-02-2024 */
}

@media (max-width: 479px) { 
    .banner-sec .banner-cont{
        max-width: 100%;
    }

    h1, .h1-title {
        font-size: 30px;
    }

    .banner-sec .banner-cont p {
        margin-bottom: 20px;
    }

    .banner-sec .banner-cont ul li:not(:last-child) {
        margin-right: 12px;
    }

    .hero2-row .hero2-item{
        width: 100%;
        max-width: 100%;
    }

    .fitness-sec .fitness-img-wrap, .fitness-sec .fitness-img-wrap {
        height: 325px;
    }

    body{
        font-size: 14px;
    }

    .product-card figure{ 
        height: auto;
    }

}



@media(max-width:375px){
    h2, .h2-title {
        font-size: 20px;
    }

    h2, .h2-title {
        font-size: 18px;
    }

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

    .main-head {
        padding-top: 15px;
    }

    .banner-sec {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .banner-sec .banner-cont ul li a{ 
        min-width: 100%;
    }
    
    .fitness-sec .fitness-img-wrap, .fitness-sec .fitness-img-wrap {
        height: 270px;
    }

    .footer-sec ul{ 
        flex-wrap: wrap;
    }

    .footer-sec ul li{ 
        width: 100%;
        text-align: center;
    }

    .footer-sec ul li:not(:last-child){
        margin-bottom: 10px;
    }

    .footer-sec ul li:not(:last-child)::after {
        display: none;
    }

}

