@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 500;

    line-height: 25px;

    color: #7c7c7c;

    font-size: 18px;

}



/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal

}





/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



.theme_btn {

    padding: 15px 25px;

    border: unset;

    border-radius: 15px;

    color: #ffffff;

    z-index: 1;

    background: #242889;

    position: relative;

    font-size: 17px;

    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    transition: all 250ms;

    overflow: hidden;

    display: inline-block;

}



.theme_btn::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 0;

    border-radius: 14px;

    background-color: #72d219;

    z-index: -1;

    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);

    transition: all 250ms

}



.theme_btn:hover {

    color: #000000;

}



.theme_btn:hover::before {

    width: 100%;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'Oswald', sans-serif;

    font-size: 117px;

    line-height: 110px;

    color: #000;

    font-weight: 500;

    margin: 0 0 20px;

    text-transform: uppercase;

}





h2 {

    font-family: 'Oswald', sans-serif;

    font-size: 75px;

    line-height: 80px;

    color: #000;

    font-weight: 500;

    margin: 0 0 15px;

    text-transform: uppercase;

}





h3 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/*header css start */



.menuSec {

    padding: 0px 0;

}



.menuSec img {
    margin: 0;
    width: 70%;
}



.menuSec ul {

    position: relative;

    list-style: none;

    padding: 0;

    margin: 0;

    text-align: center;

    text-transform: uppercase;

}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {

    display: none;

}



.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
}



.menuSec ul li a i {

    margin-left: 5px;

}



/*.menuSec ul li:last-child a {

    padding-right: 0px;

}*/

.menuSec ul li a:hover {

    background: linear-gradient(45deg, #1a1a1a, #4b4c4c);

    transition: 0.5s;

    color: #fff !important;

}

.menuSec ul li:last-child a:after {

    display: none;

}



.menuSec ul li a:hover, .menuSec ul li a.active {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: #000;

  

}



li.active a {
    color: #fff !important;
    text-decoration: underline !important;
}



.menuSec li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 49px;

}



.menuSec li>ul>li>a {

    border: none;

    padding: 13px 20px !important;

    color: #fff !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

    display: block;

    margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li ul li a:hover {

    background-color: #ffffff;

    color: #fff !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

    content: " ";

    display: table;

}



.menuSec ul:after {

    clear: both;

}



header {
    width: 100%;
    margin: 15px 0 0;
}



.menuSec .row {
    background: #000;
    padding: 10px 0px 10px 25px;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 #00000045;
}



.meun-button {

    display: flex;

    justify-content: end;

}



.theme-btn-1 {
    background: linear-gradient(175deg, #040404, #626364);
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 100%;
    color: #fff !important;
    transition: 0.5s;
    border: 1px solid #fff;
}



.theme-btn-1:hover {

    box-shadow: inset 200px 0px 0px 0 #ffffff4d;

    transition: 0.5s;

}





.menuSec li>ul>li:hover>ul {

    left: 230px;

    top: 0px;

    width: 270px;

}



.droopdwon li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 40px;

}



.droopdwon {

    float: left;

}



.droopdwon li:hover li a:hover {

    background-color: #ffffff;

    color: #000 !important;

}





/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}



.banner-text-silder .slick-slide {

    margin: 0px 0px;

}



/*banner css start */





/* Tab slider fix  */



.tab_sec .tab-pane {

    display: block;

    border: 0;

    height: 0;

}



.tab_sec .tab-pane.active {

    display: block !important;

    height: auto;

}





/* Tab slider fix  */



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px !important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}



.banner-sec .container-fluid {

    padding: 0 0 0 90px;

}



.banner-sec .row {

    align-items: center;

}



.banner-images-silder-items img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}



.banner-text-silder-items h2 {

    margin-bottom: 30px;

}



.banner-sec {

    position: relative;

}



/*.banner-sec:before {

    content: "";

    position: absolute;

    background-image: url(../images/banner-before.png);

    width: 778px;

    height: 820px;

    right: 0;

    background-size: cover;

    z-index: 2;

}*/


.banner-socail-link-sec {
    padding: 25px 0;
    background-image: url(../images/banner-socail-link-back.png);
    width: 100%;
    height: auto;
    background-size: cover;
    position: inherit;
    z-index: 1;
}

.banner-images-silder-items.inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.banner-images-silder {

    position: relative;

    z-index: 9;

}

.banner-socail-link ul {

    display: flex;

    align-items: center;

    margin: 0;

    gap: 30px;

}



.banner-socail-link ul li a {

    background: #b5b5b5;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 45px;

    height: 45px;

    font-size: 25px;

    border-radius: 50%;

    color: #000;

    transition: 0.5s;

    animation: tada 1.5s ease infinite;

}

.banner-socail-link ul li a:hover {

    transform: rotate(360deg);

    transition: 0.5s;

    background: #ffff;

}



.banner-text-silder-items ul {

    display: flex;

    align-items: center;

    gap: 50px;

    margin-bottom: 0;

    margin-top: 35px;

}



.banner-book-now a {

    width: 180px;

    font-size: 27px;

    height: 60px;

}



.banner-text-silder-items p {

    width: 95%;

}



.banner-socail-link ul li span {

    font-family: 'Oswald', sans-serif;

    font-size: 27px;

    color: #fff;

    text-transform: uppercase;

    margin-right: 10px;

}



li.banner-training a {

    text-transform: uppercase;

    font-size: 27px;

    color: #6d6e70;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

    text-decoration: underline;

}



.banner-images-silder .slick-slide {

    margin: 0px 0px;

}



/*banner css end*/





/* Tabs  */



.tab_sec .nav-tabs .nav-link.active {

    background: #242889;

    color: #fff;

}



.tab_sec .nav-tabs .nav-link {

    background: #ccc;

    border-radius: 50px;

    color: #000;

    padding: 7px 28px;

}



.tab_sec .nav-tabs {

    border: none;

    justify-content: center;

    gap: 20px;

    margin-bottom: 20px;

}





/* Tabs  */





/*Individual Approach Start*/



.individual-approach-sec {

    padding: 130px 0 100px;

}



.individual-approach-box h2 {

    font-size: 26px;

}



.individual-approach-box h2 {

    font-size: 26px;

    line-height: 30px;

    width: 85%;

}



.individual-approach-box p {

    font-size: 15px;

    line-height: 23px;

    margin-bottom: 0;

}



.individual-approach-box {

    padding: 30px 25px;

    border-radius: 20px;

    position: relative;

    background: #fff;

    transition: 0.5s;

}



.individual-approach-box:hover * {

    color: #fff;

}

.individual-approach-box:hover img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(91deg) brightness(107%) contrast(101%);

}



.individual-approach-box img {

    width: 80px;

    height: 75px;

    object-fit: contain;

    margin-bottom: 20px;

}



.individual-approach-back {

    position: absolute;

    z-index: -1;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

}



.individual-approach-box:before {

    content: '';

    position: absolute;

    top: 20px;

    bottom: -1px;

    left: -1px;

    right: -1px;

    z-index: -7;

    border-radius: 21px;

    background: linear-gradient(361deg, #6e6e70, #6e6e70, #6e6e70, transparent);

}

.individual-approach-box:hover {

    background: #000;

    transition: 0.5s;

}



/*Individual Approach End*/





/*What We Provide Start*/



.what-we-provide-heading {

    text-align: center;

}



.what-we-provide-heading h2 {

    font-size: 98px;

    margin-bottom: 30px;

}



.what-we-provide-heading p {

    width: 70%;

    margin: 0 auto;

}



.what-we-provide-row {

    margin-top: 50px;

}



.what-we-provide-sec {

    padding: 20px 0;

}



.what-we-provide-box img {

    width: 85%;

    border-radius: 50%;

    height: 350px;

    object-fit: cover;

    box-shadow: 0 0 15px 0 #0000004f;

    border: 10px solid #fff;

    margin: 0 auto;

    transition: 0.5s;

}



.what-we-provide-box:hover img {

    box-shadow: 0 0 25px 0 #000;

    transition: 0.5s;

}



.what-we-provide-box h2 {

    font-size: 48px;

    margin-top: 35px;

    color: #6d6e70;

    line-height: 50px;

}



.what-we-provide-box p {

    font-size: 15px;

    line-height: 23px;

}



.what-we-provide-box {

    text-align: center;

}



/*What We Provide End*/



/*About Start*/



.about-us-sec {

    margin: 80px 0;

    position: relative;

    padding: 55px 0;

}



.about-us-sec .row {

    align-items: center;

}



.about-us-text h2 {

    font-size: 98px;

    margin-bottom: 35px;

    color: #fff;

}



.about-us-text p {

    font-size: 17px;

    width: 95%;

    color: #fdfdfa;

}



.about-us-sec:before {

    content: "";

    position: absolute;

    background-image: url(../images/about-back.png);

    width: 80%;

    height: 650px;

    background-size: cover;

    z-index: -1;

    top: 0;

    left: 40px;

    border-radius: 50px;

}





.about-us-text img {

    width: 100%;

    height: 540px;

    object-fit: cover;

    border-top-left-radius: 200px;

    border-top-right-radius: 200px;

    border-bottom-right-radius: 200px;

    border-bottom-left-radius: 200px;

    box-shadow: 0 0 15px 0 #0000004f;

    border: 10px solid #fff;

}



.about-us-text {

    margin-left: 15px;

}



.about-us-button a {

    font-size: 21px;

    background: #6d6e70;

    padding: 12px 40px;

    border-radius: 50px;

    border: 2px solid #fff;

    font-family: 'Oswald', sans-serif;

    color: #fff;

    transition: 0.5s;

}



.about-us-button a:hover {

    box-shadow: inset 200px 0px 0px 0 #ffffff4d;

    transition: 0.5s;

}



.about-us-button {

    margin-top: 60px;

}



/*About End*/





/*Video Start*/



.video-sec {

    padding: 10px 0 80px;

    position: relative;

}



.video-silder-bottom-row {

    padding: 20px 0px 20px 15px;

    width: 65%;

    position: absolute;

    right: 0;

    bottom: 0;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    background-image: url(../images/video-silder-back.png);

}



.video-silder .slick-slide {

    opacity: 1;

}



.video-silder-items img {

    width: 255px;

    height: 140px;

    object-fit: cover;

    border-radius: 20px;

}



.video-silder-items {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.video-silder-icon a img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%);

    width: 60px;

    height: 60px;

    object-fit: contain;

}



.video-silder-icon {

    position: absolute;

    z-index: 9;

}



.video-heading {

    text-align: center;

    margin-bottom: 30px;

}

.video-main-silder-items img {

    width: 100%;

    height: 550px;

    object-fit: cover;

    border-radius: 20px;

    border: 8px solid #fff;

    box-shadow: 0 0 10px 0 #0000006e;

}



.video-main-silder-items-icon a img {

    background: inherit !important;

    box-shadow: inherit;

    width: 150px;

    height: 150px;

    border-radius: inherit;

    border: inherit;

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%);

}



.nutrition-session {

    position: absolute;

    left: 30px;

    top: 25px;

}



.nutrition-session ul li img {

    width: 40px;

    height: 40px;

    border: inherit;

    border-radius: inherit;

    box-shadow: inherit;

    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%);

}



.nutrition-session ul {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 0;

}



.video-main-silder-items {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



.watch-time {

    position: absolute;

    top: 30px;

    right: 50px;

}



.watch-time ul {

    display: flex;

    align-items: center;

    gap: 50px;

    margin-bottom: 0;

}



.watch-time ul li img {

    width: 35px;

    height: 35px;

    border: inherit;

    border-radius: inherit;

    box-shadow: inherit;

    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(280deg) brightness(104%) contrast(101%);

    margin-bottom: 8px !important;

    margin: 0 auto;

}



.watch-time ul li {

    text-align: center;

}



.watch-time ul li p {

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    color: #fff;

    margin-bottom: 0;

}





.video-main-silder-items-icon {

    position: absolute;

}



.nutrition-session ul li {

    font-family: 'Roboto', sans-serif;

    color: #fff;

    font-size: 17px;

}



.nutrition-session ul li span {

    background: #6d6e70;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;

    height: 55px;

    border-radius: 50%;

}



.video-silder .slick-active {

    opacity: 1.5;

}



.video-silder .slick-slide {

    margin: 0px 10px;

}





.video-main-silder .slick-slide {

    margin: 20px 20px;

}





/*Video End*/





/*Coaches Start*/

.slick-slide.slick-current.slick-center .coaches-silder-items {
    transform: scale(1.1);
}

.coaches-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}   



.coaches-sec {

    padding: 100px 0 0px;

}
.coaches-heading {
    text-align: center;
    margin-bottom: 80px;
}

.coaches-silder-items.chg {
    transform: scale(1.2);
    margin: 0 30px;
}

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

.coaches-row {
    margin-top: 90px;
}

.coaches-silder .slick-prev:before {
    content: '\f359';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}

.coaches-silder .slick-prev {
    top: 57%;
}

.coaches-silder .slick-next {
 top: 57%;

}
.coaches-silder .slick-slide.slick-current.slick-active.slick-center .inner-coaches-box img {
    border: 10px solid #272727;
}

.coaches-silder .slick-slide.slick-current.slick-active .coaches-silder-items {
    transform: scale(1.1);
}
.schedule-consultant-call a {
    font-size: 16px;
    height: 50px;
    width: 90%;
    margin: 0 auto;
}
.schedule-consultant-call {
    text-align: center;
    margin-top: 15px;
    border-top: 2px solid #e5e5e5;
    padding-top: 10px;
}



 .coaches-silder .slick-next:before {
    content: '\f35a';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}


.coaches-text p {
    font-size: 15px;
    margin-bottom: 10px;
}



.coaches-img {

    position: relative;

}



.coaches-img:before {

    content: "";

    position: absolute;

    background-image: url(../images/coaches-img-before.png);

    width: 100%;

    height: 100%;

    z-index: -1;

    background-size: cover;

    bottom: 0;

    left: 0;

    right: 0;

}



.coaches-sec .row {

    align-items: center;

}



.coaches-text {
    margin-left: 20px;
}



.coaches-text h2 {

    font-size: 98px;

    margin-bottom: 25px;

}


.coaches-text h3 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    font-size: 28px;
}
.coaches-john-smith img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 15px;
}



.coaches-john-smith h2 {

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 1px;

}



.coaches-images-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 40px;

}



.coaches-john-smith-dots img {

    margin: 0;

    width: 45px;

    height: 45px;

    object-fit: contain;

}



.coaches-john-smith {

    text-align: center;

    position: relative;

}



.coaches-john-smith-dots {

    position: absolute;

    top: -10px;

    right: 10px;

}



.coaches-john-smith span {

    font-size: 15px;

    text-transform: uppercase;

    color: #000;

    font-weight: 500;

}



/*Coaches End*/



/*Pakages Start*/



.pakages-sec {

    padding: 100px 0 150px;

}






.pakages-heading {

    text-align: center;

}



.pakages-heading h2 {

    font-size: 98px;

}



.pakages-box {

    text-align: center;

    background-color: #ebebeb;

    padding: 50px 60px;

    border-top-left-radius: 180px;

    border-top-right-radius: 180px;

    border-bottom-left-radius: 180px;

    border-bottom-right-radius: 180px;

    /* background-image: url(../images/packages-back.png); */

    display: flex;

    justify-content: center;

}





.pakages-box h2 {

    color: #000;

    font-size: 62px;

    text-transform: math-auto;

    font-weight: 500;

    margin-bottom: 15px;

    writing-mode: vertical-lr;

}



.pakages-box h3 {

    color: #6d6e70;

    font-family: 'Oswald', sans-serif;

    font-size: 46px;

    border-bottom: 1px solid #424344;

    padding-bottom: 30px;

    display: none;

}



.pakages-box ul {

    line-height: 40px;

    display: none;

    margin-bottom: 50px;

}



.pakages-box ul li {

    color: #cdcdcd;

    font-size: 16px;

    font-family: 'Roboto', sans-serif;

}



.pakages-box a {

    background: #6d6e70;

    color: #fff;

    padding: 15px 35px;

    border-radius: 50px;

    font-size: 20px;

    display: none;

    font-family: 'Roboto', sans-serif;

    border: 1px solid #ffff;

}



.pakages-row {
    margin-top: 10px;
}

.custom-training-plans-sec .row {
    justify-content: center;
}



.slick-slide {

    opacity: 1;

}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center {}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center h3 {

    display: block;

}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center ul {

    display: block;

}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center .pakages-box a {

    display: block;

    width: 60%;

    margin: 0 auto;

    transition: 0.5s;

}

.pakages-silder .slick-slide.slick-current.slick-active.slick-center .pakages-box a:hover {

    box-shadow: inset 200px 0px 0px 0 #000;

    transition: 0.5s;

}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center .pakages-box {

    background-image: url(../images/packages-back.png);

    display: block;

    transform: scale(1.1);

    padding: 100px 60px;

}



.pakages-silder .slick-slide.slick-current.slick-active.slick-center .pakages-box h2 {

    transform: inherit;

    color: #fff;

    writing-mode: inherit;

    font-size: 45px;

}



.pakages-silder .slick-track {

    align-items: center;

    display: flex;

}





.pakages-silder .slick-slide {

    margin: 50px 0px;

}



/*Pakages End*/

/* New Letter Start */




section.news-letter {
    background-image: url(../images/footer-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 50px 0;
}

section.news-letter ul li h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    line-height: 60px;
}
section.news-letter ul li p {
    font-size: 16px;
    margin-bottom: 0;
}

.new-box form input {
    width: 100%;
    height: 65px;
    border-radius: 50px;
    border: none;
    padding: 0 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


.new-box input::placeholder {
     font-family: 'Roboto', sans-serif;
}

section.news-letter .row {
    align-items: center;
}
.new-box-button button {
    border: none;
    font-size: 25px;
    width: 170px;
}

.new-box-button {
    position: absolute;
    top: 0;
    right: 0;
}
.new-box {
    position: relative;
}

section.news-letter ul li i {
    font-size: 85px;
    color: #fff;
}

section.news-letter ul {
    display: flex;
    align-items: center;
    gap: 20px;
}






/* New Letter End */



/*Footer Start*/





/*footer*/



#home .footer {

    position: inherit;

}



.footer {

    background-image: url(../images/footer-back.png);

    position: relative;

    width: 100%;

    height: 100%;

    background-size: cover;

}



.copy-txt p {

    font-size: 15px;

    line-height: 25px;

    color: #fff;

    text-align: center;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    margin-bottom: 0;

}



.copy-txt {

    padding: 20px 0;

}

.contact ul {

    display: flex;

    justify-content: space-around;

    margin-bottom: 0;

}



.contact ul li p {

    font-size: 14px;

    line-height: 26px;

    color: #ffffff;

    text-transform: uppercase;

    margin-bottom: 0;

    display: flex;

    align-items: center;

    font-family: 'Roboto', sans-serif;

}





.contact ul li i {

    font-size: 30px;

    padding-right: 15px;

}



.contact ul li a {

    color: #ffffff;

    font-size: 30px;

    line-height: 31px;

    font-family: 'Roboto', sans-serif;

    font-weight: 600;

}



.contact {

    height: 80px;

    width: 30%;

    margin: auto;

    border-radius: 45px;

    padding: 25px 0px;

    position: relative;

    margin-top: -40px;

    background: linear-gradient(180deg, #090909, #636466);

}



li.location:after {

    content: '';

    position: absolute;

    height: 57px;

    width: 2px;

    background-color: #ffffff;

    top: 13px;

    left: 46%;

}



.footer-menu {

    display: flex;

    height: 100px;

    border-bottom: 1px solid;

    border-top: 1px solid;

    padding: 0px 0px;



}



.pages-link ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 55px;

    margin: 0;

}



.pages-link {

    padding: 35px 0;

}



.email a {

    font-size: 14px;



    line-height: 26px;

    color: #ffffff8e;



}



.email a i {

    color: #fff;

    padding-right: 15px;

}



.email-link {

    display: flex;

    width: 60%;

    justify-content: center;

    align-items: center;

    border-right: 1px solid;

    border-left: 1px solid;

}



.email-link form {

    display: flex;

    width: 75%;

    height: 55px;

    align-items: center;

    border: 1px solid;

    border-radius: 31px;

    justify-content: space-between;

    padding: 0 30px;

    background: #6d6e70;

}



.email-link form .subscribe_emial {

    width: 75%;

}



.email-link form i {

    color: #fff;

    font-size: 20px;

}



.email-link form button {

    background-color: transparent;

    border: none;

}



.email-link form input {

    background-color: transparent;

    border: none;

    color: #fff;

    width: 90%;

}



.email-link form input::placeholder {

    color: #fff;

    font-family: 'Roboto', sans-serif;

}



.pages-link ul li a {

    font-family: 'Roboto', sans-serif;

    text-transform: uppercase;

    color: #fff;

    font-size: 16px;

    padding: 12px 20px;

    transition: 0.5s;

}





.footer-logo {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 25%;

    background: #fff;

    padding: 0 20px;

}



.footer-logo img {
    width: 60%;
}



.social-icons ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-bottom: 0;

    margin-top: 5px;

}



.social-icons {

    background: #fff;

    width: 25%;

    text-align: center;

    padding: 5px 0;

}



.social-icons ul li i {

    color: #fff;

    padding: 0 20px;

    font-size: 18px;

}



.social-icons span {

    font-size: 15px;

    font-weight: 600;

    color: #000;

    font-family: 'Roboto', sans-serif;

}



.social-icons a {

    background: linear-gradient(32deg, #4a4b4c, #000);

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    border-radius: 50%;

    justify-content: center;

    transition: 0.5s;

    animation: tada 1.5s ease infinite;

}

.social-icons a:hover {

    transform: rotate(360deg);

    transition: 0.5s;

    color: #fff;

}



@keyframes float {

    0% {

        transform: translatey(0px);

    }

    50% {

        transform: translatey(-20px);

    }

    100% {

        transform: translatey(0px);

    }

}

.pages-link ul li a:hover {

    background: linear-gradient(45deg, #121313, #363637);

    transition: 0.5s;

}

/*Footer End*/



html {

    overflow-x: hidden;

}

















/*Inner About Us Start*/



.banner-text-silder-items.inner h1 {

    font-size: 65px;

    margin-bottom: 9px;

    line-height: 75px;

}

.banner-sec.inner:before {

    width: 785px;

    height: 596px;

}



.inner-coaches-heading {

    text-align: center;

    margin-bottom: 30px;

}





.inner-coaches-sec {

    padding: 100px 0;

}

.inner-coaches-heading  h2 {

    font-size: 98px;

    color: #272727;

    margin-bottom: 20px;

}

.inner-coaches-heading p {

    font-size: 15px;

    width: 50%;

    margin: 0 auto;

}

.inner-coaches-box {

    text-align: center;

}

.inner-coaches-box img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px !important;
    margin-top: -90px !important;
    border: 10px solid #fff;
    margin: 0 auto;
}

.coaches-silder .slick-slide {
    margin: 120px 20px 30px;
}

.inner-coaches-box p {
    font-size: 13px;
    color: #5d5d5d;
    line-height: 20px;
    font-weight: 600;
    width: 96%;
}

.inner-coaches-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    margin-top: 15px;
    border-top: 2px solid #e5e5e5;
    padding-top: 10px;
}

.inner-coaches-box h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #b3b3b3;
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
}

.inner-coaches-box h2 {

    font-size: 25px;

    color: #181818;

    line-height: 30px;

    margin-bottom: 10px;

}

.inner-coaches-points {
    overflow-y: scroll;
    height: 140px;
}

.inner-coaches-box {

    text-align: center;

    border: 2px solid #272727;

    border-radius: 35px;

    padding: 0px 20px 20px;

}

.inner-coaches-row {

    margin-top: 80px;

}

.inner-coaches-box ul li a {

    background: #272727;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 35px;

    height: 35px;

    color: #fff;

    font-size: 16px;

    border-radius: 50%;

}

.Inner-about-sec .row {

    position: relative;

    padding: 50px 0;

}

.inner-about-text {

    margin-left: 35px;

}

.inner-about-text p {

    font-size: 17px;

    color: #fdfdfa;

    width: 95%;

}

.inner-about-text.bottom {

    margin-top: -15px;

    width: 85%;

}

.Inner-about-sec {

    margin: 10px 0;

}

.inner-about-text h2 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 30px;
}



.inner-about-images img {

    width: 100%;

    height: 540px;

    object-fit: cover;

    border-top-left-radius: 200px;

    border-top-right-radius: 200px;

    border-bottom-right-radius: 200px;

    border-bottom-left-radius: 200px;

    box-shadow: 0 0 15px 0 #0000004f;

    border: 8px solid #fff;

}

.inner-about-text.bottom p {

    margin-bottom: 0;

}

.Inner-about-sec .row:before {

    content: "";

    position: absolute;

    background-image: url(../images/inner-about.png);

    width: 90%;

    height: 100%;

    z-index: -1;

    top: 0;

    left: 0;

    border-radius: 50px;

}

.fitness-transformation-sec {

    padding: 120px 0 180px;

}

.fitness-transformation-button a {

    background: #6d6e70;

    padding: 15px 40px;

    font-size: 21px;

    color: #fff;

    border-radius: 50px;

}

.fitness-transformation-text h2 {

    font-size: 58px;

    margin-bottom: 5px;

}



.fitness-transformation-text p {

    font-size: 17px;

}

.fitness-transformation-button {

    margin-top: 35px;

}

.fitness-transformation-img img {

    width: 85%;

    border-radius: 40px;

    height: 439px;

    object-fit: cover;

}



.fitness-transformation-img {

    position: relative;

}

.fitness-transformation-img:before {

    content: "";

    position: absolute;

    background: #272727;

    width: 85%;

    height: 445px;

    z-index: -1;

    border-radius: 50px;

    bottom: -55px;

    left: 50px;

}







/*Inner About Us End*/





/*Inner booking To Appointment Start*/



.booking-to-appointment-sec {

    padding: 100px 0 130px;

    text-align: center;

}

.booking-to-appointment-sec .row.background {

    box-shadow: 0 0 10px 0 #00000045;

    padding: 40px 30px;

    width: 95%;

    margin: 0 auto;

}  

.booking-to-appointment-form h2 {

    font-size: 52px;

    color: #272727;

    margin-bottom: 25px;

}

.booking-to-appointment-form input::placeholder {

    color: #737373;

    font-weight: 600;

    font-size: 16px;

}

.booking-to-appointment-form textarea::placeholder {

    color: #737373;

    font-weight: 600;

    font-size: 16px;

}

.booking-to-appointment-form button {

    width: 100%;

    height: 55px;

    background: #272727;

    border: none;

    border-radius: 5px;

    font-size: 19px;

    color: #ffff;

}





.booking-to-appointment-form input {

    width: 100%;

    height: 60px;

    border-radius: 5px;

    padding: 0 15px;

    border: 1px solid #d7d7d7;

    margin-bottom: 22px;

}

.booking-to-appointment-form textarea {

    width: 100%;

    height: 200px;

    border-radius: 5px;

    padding: 15px 15px;

    border: 1px solid #d7d7d7;

    margin-bottom: 22px;

    resize: none;

}



/*Inner booking To Appointment End*/



/*Inner Testimonials Start*/
.coaches-text h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 40px;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}

#style-2::-webkit-scrollbar
{
    width: 5px;
    background-color: #000;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}



.inner-Testimonials-text {
    background: #272727;
    padding: 30px 20px 30px 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    height: 300px;
}

.inner-Testimonials-point {
    height: 170px;
    overflow-y: scroll;
    margin-bottom: 15px;
    padding-right: 20px;
}

.inner-Testimonials-sec .row {
    justify-content: center;
}



.inner-Testimonials-text:before {

    content: "";

    position: absolute;

    background: #272727;

    width: 40px;

    height: 26px;

    right: 0;

    left: 0;

    margin: 0 auto;

    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

    top: -25px;

}

.inner-Testimonials-sec {

    padding: 100px 0;

}

.inner-Testimonials-img img {

    width: 120px;

    height: 120px;

    object-fit: cover;

    border-radius: 50%;

    border: 3px solid #ffff;

    box-shadow: 0 0px 10px 0 #000000a1;

    margin: 0 auto;

}

.inner-Testimonials-img {

    text-align: center;

    margin-bottom: 45px;

}

.inner-Testimonials-box {

    margin-top: 45px;

}

.inner-Testimonials-sec {

    padding: 60px 0 150px;

}

.inner-Testimonials-text p {

    font-size: 16px;

    font-family: 'Roboto', sans-serif;

    color: #d4d4d4;

    line-height: 30px;

    margin-bottom: 20px;

}

.inner-Testimonials-text h2 {

    font-size: 22px;

    color: #ffffff;

    line-height: 30px;

    margin-bottom: 0;

}

.inner-Testimonials-text span {

    font-size: 14px;

    color: #fff;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    font-weight: 500;

}

/*Inner Testimonials End*/





/*Inner Products Start*/

.inner-products-box-text h2 {

    font-size: 17px;

    margin-bottom: 0;

    line-height: 30px;

    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    color: #fff;

    text-transform: capitalize;

}



.inner-products-sec {

    padding: 60px 0 150px;

}

.inner-products-box-img img {

    width: 100%;

    height: 262px;

    object-fit: cover;

    border-radius: 10px;

}



.inner-products-box {

    background: #f3f3f3;

    padding: 10px 10px;

    border-radius: 10px;

    margin-top: 30px;

}

.inner-products-box:hover .inner-products-box-text * {

    color: #ffffff;

}

.inner-products-box:hover .inner-products-box-text p {

    color: #868686;

}

.inner-products-box:hover .inner-products-box-text {

    background: #272727;

    transition: 0.5s;

}

.inner-products-box-text h2 {

    font-size: 18px;

    line-height: 30px;

    margin-bottom: 5px;

    color: #1b1919;

}

.inner-products-box-text {

    background: #e4e4e4;

    padding: 25px 25px;

    border-radius: 10px;

    margin-top: 10px;

        transition: 0.5s;

}

.inner-products-box-text p {

    font-size: 13px;

    color: #8c8b8b;

    line-height: 20px;

}

.inner-products-box-text h3 {

    color: #272727;

    font-family: 'Oswald', sans-serif;

    font-size: 20px !important;

    margin-bottom: 0;

}



/*Inner Products End*/



/* Inner Contact Start */



section.contact-sec {

    padding: 100px 0 150px;

}



.get-in-touch-sec {

    background: #272727;

    background-repeat: no-repeat;

    padding: 30px 50px;

    border-radius: 0;

    width: 95%;

    padding-bottom: 10%;

    height: 100%;

}



.get-in-touch-sec h4 {

    font-size: 44px;

    color: #fff;

    margin-bottom: 3%;

    font-weight: 600;

    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;

}



.get-in-touch-sec p {

    font-size: 14px;

    color: #ffffff;

    font-weight: 500;

    margin-bottom: 8%;

    line-height: 28px;

    font-family: 'Montserrat';

}

.coaches-text strong {
    font-family: 'Montserrat';
    color: #000;
}

.Nutrition-Plans-silder-items p {

    font-family: 'Montserrat';

}

.custom-training-plans-box ul li {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700;
    position: relative;
    line-height: 25px;
    margin-bottom: 15px;
}

.custom-training-plans-box a {

    background: #272727;

    padding: 18px 30px;

    font-family: 'Montserrat';

    color: #fff;

    font-size: 15px;

    text-transform: uppercase;

}





.custom-training-plans-sec .row {

    align-items: center;

}



.custom-training-plans-box-heading p {

    font-size: 14px;

    font-family: 'Montserrat';

    color: #fff;

    line-height: 24px;

    margin-bottom: 0;

}

.get-in-touch-sec ul {

    display: flex;

    margin-bottom: 10%;

    align-items: center;

    gap: 20px;

}



.get-in-touch-sec ul li span {

    color: #ef165d;

    background: #ffffff;

    padding: 20px 20px;

    border-radius: 100%;

    font-size: 22px;

    margin-right: 30px;

}



.get-in-touch-sec ul li span.fa-map-marker-alt {

    padding: 20px 23px;

}



.get-in-touch-sec ul li h6 {

    font-size: 24px;

    color: #fffcf3;

    margin-bottom: 3px;

    font-weight: 600;

    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;

}



.get-in-touch-sec ul li a {

    font-size: 18px;

    color: #bfbfbf;

    font-weight: 500;

    font-family: 'Montserrat';

}

.get-in-touch-sec ul li:first-child {
    width: 30%;
}

.get-in-touch-sec ul li:last-child {
    width: 70%;
}

.req-qoute-sec h4 {

    font-size: 47px;

    color: #000;

    margin-bottom: 40px;

    position: relative;

    font-weight: 700;

    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;

}



.contact-inpt.about-text button {

    font-size: 20px;

    border: 0;

    text-transform: uppercase;

    background: #272727;

    color: #fff;

    padding: 13px 40px;

    border-radius: 0;

    font-family: 'Montserrat', sans-serif;

}



.contact-inpt input::placeholder {

    font-family: revert;

    color: #808080c7;

}

.contact-inpt input {

    width: 95%;

    padding: 15px 20px;

    border: 1px solid #ccccce;

    margin-bottom: 3%;

    border-radius: 0;

}



.contact-inpt textarea {

    width: 95%;

    border: 1px solid #b7b7b7;

    margin-bottom: 10px;

    padding: 12px 20px;

    resize: none;

    border-radius: 35px;

    resize: vertical;

}



.contact-inpt input::placeholder {

    font-size: 14px;

    font-family: 'Montserrat', sans-serif;

    color: #737373;

}



.contact-inpt textarea::placeholder {

    font-size: 14px;

   font-family: 'Montserrat', sans-serif;

    color: #737373;

}



.req-qoute-sec {

    padding: 45px 40px 60px 40px;

    position: relative;

    background: #fff;

    height: 100%;

    box-shadow: 0px 0px 12px 0px #0000004d;

}



.req-qoute-sec h4:before {

    content: "";

    background: #000;

    position: absolute;

    left: -40px;

    top: 6px;

    height: 55px;

    width: 7px;

}



.get-in-touch-sec ul li:first-child {

    background: #fff;

    height: 70px;

    width: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 30px;

    color: #000;

}





/* Inner Contact End */





/*Life Style Cometition Start*/





.life-style-competition-sec {

    padding: 40px 0 150px;

}

.life-style-competition-img img {

    width: 90%;

    height: 450px;

    object-fit: cover;

    border-radius: 40px;

}



.life-style-competition-img {

    position: relative;

}

.life-style-competition-img:before {

    content: "";

    position: absolute;

    background-image: url(../images/life-style-competition-img-before.jpg);

    width: 90%;

    height: 100%;

    z-index: -1;

    right: 0;

    top: 50px;

    border-radius: 40px;

    box-shadow: 0 0 10px 0 #000000bf;

}

.life-style-competition-text h2 {

    color: #272727;

    font-size: 70px;

}





.life-style-competition-sec .row {

    margin-top: 80px;

}

.life-style-competition-text.chg {

    margin: 0;

}

.life-style-competition-img.chg {

    text-align: end;

}



.life-style-competition-img.chg:before {

    left: 0;

}

.life-style-competition-text p {

    color: #7c7c7c;

}

.life-style-competition-text {

    margin-left: 15px;

}



/*Life Style Cometition End*/



/*Custom Training Plans Start*/



.custom-training-plans-sec {

    padding: 130px 0;

}

.custom-training-plans-box {

    text-align: center;

    border-radius: 30px;

    background: #ffff;

    box-shadow: 0 0 16px 0 #00000078;

    padding: 0 0 100px;

    position: relative;

    margin: 0 12px;

}

.custom-training-plans-box:before {

    content: "";

    position: absolute;

    background-image: url(../images/custom-training-plans-before.png);

    width: 100%;

    height: 85px;

    bottom: 0;

    left: 0;

    background-size: cover;

}

.custom-training-plans-box ul {
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 45px;
    padding: 0 15px;
    height: 300px;
    overflow-y: scroll;
}
.pakages-silder .slick-prev:before {
    content: '\f359';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}

.pakages-silder .slick-next {
    right: -35px;
}

.pakages-silder .slick-prev {
    left: -45px;
}
.pakages-silder .slick-next:before {
 content: '\f35a';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}


.style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.custom-training-plans-box ul li i {

    background: #272727;

}

.custom-training-plans-box-heading {

    background: radial-gradient(circle, rgba(81,81,81,1) 0%, rgba(41,41,41,1) 100%);

    padding: 25px 25px;

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

}

.custom-training-plans-box-heading h2:before {

    content: "";

    position: absolute;

    background: #fff;

    width: 30%;

    height: 4px;

    left: 0;

    right: 0;

    margin: 0 auto;

    bottom: -20px;

    border-radius: 50px;

}

.custom-training-plans-box-heading h2 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
}

.custom-training-plans-box.chg {
    margin-top: 30px;
}

.custom-training-plans-sec .custom-training-plans-box-heading h2 {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
}

.Nutrition-Plans-heading {

    text-align: center;

}

.Nutrition-Plans-silder .slick-slide {

    margin: 10px 15px;

}

.Nutrition-Plans-silder-items h2 {

    font-size: 35px;

    line-height: 30px;

    margin-top: 25px;

}

.Nutrition-Plans-silder .slick-next:before {

    content: '\f105';

    font-weight: 900;

    font-family: 'Font Awesome 5 Free';

    background: #000;

    color: #fff !important;

    border-radius: 50%;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.Nutrition-Plans-sec {

    padding: 0 0 140px;

}



.Nutrition-Plans-silder .slick-prev:before {

    content: '\f104';

    font-weight: 900;

    font-family: 'Font Awesome 5 Free';

    background: #000;

    color: #fff !important;

    border-radius: 50%;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}

























.Nutrition-Plans-silder {

    margin-top: 25px;

}

.Nutrition-Plans-silder-items img {

    width: 100%;

    height: 250px;

    object-fit: cover;

}





/*Custom Training Plans End*/

















/* Inner Cart Start */

section.add-to-cart {

    padding: 90px 0 120px;

}

  .product-img img {

    width: 120px;

    height: 100px;

    object-fit: cover;

    border-radius: 5px;

} 

  .add-to-cart input{

    width: 100%;

    text-align: center;

    height: 60px;

    border-radius: 6px;

    border: 1px solid #ebebeb;

    font-size: 23px;

    color: rgb(0 0 0);

    font-weight: 500;

    margin-top: 24px;

    background: #f7f7f7;

    }

.add-to-cart a {

    font-size: 19px;

    display: block;

    text-align: center;

    padding-top: 9px;

    font-weight: 500;

    text-decoration: none;

    color: #000;

    font-family: 'Montserrat';

}

.add-to-cart h4 {

    font-size: 18px;

    font-weight: 500;

    text-align: center;

    color: #000;

    font-family: 'Montserrat';

}

  .add-to-cart .table>tbody>tr>td, 

  .add-to-cart .table>tbody>tr>th, 

  .add-to-cart .table>tfoot>tr>td, 

  .add-to-cart .table>tfoot>tr>th, 

  .add-to-cart .table>thead>tr>td, 

  .add-to-cart .table>thead>tr>th{vertical-align: middle;}

  .total-section {

    border: none;

    padding: 27px 40px;

    border: 1px solid #00000024;

  }

  .total-section ul {

    font-family: 'Poppins';

    list-style: none;

    margin-bottom: 0;

  }

.total-section li {

    font-size: 24px;

    padding-bottom: 30px;

    font-weight: 500;

    color: #000;

    font-family: 'Montserrat';

}

li.color-change {

    font-weight: 400;

    font-size: 26.96px;

    text-transform: uppercase;

    color: #000;

    font-family: 'Oswald', sans-serif;

}



.total-section li.color-change span {

    font-weight: 600;

    font-size: 26.96px;

    color: #000;

    font-family: 'Oswald', sans-serif;

}

  .total-section li span{

    float: right;}

  

  .ship-estimate {

    padding: 20px 40px;

    border: 1px solid #00000029;

    margin-top: 25px;

  }

.ship-estimate li {

    font-size: 27px;

    margin-bottom: 18px;

    font-weight: 500;

    color: #000;

    font-family: 'Oswald', sans-serif;

}

  .ship-estimate ul {

    margin-top: 20px;

    margin-bottom: 25px;

    font-family: 'Poppins';

    list-style: none;

  }

.ship-estimate .grey-style {

    font-size: 20px;

    font-weight: 500;

    color: #000;

    font-family: 'Montserrat';

}

.proceed a {

    text-align: left;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: 500;

    color: #000;

    font-family: 'Montserrat';

}

.proceed .checkout-btn {

    padding: 15px;

    width: 100%;

    font-size: 20px;

    margin-top: 4px;

    border-radius: 0px;

    text-align: center;

    color: #ffffff;

    text-transform: uppercase;

    font-family: 'Montserrat';

    background: linear-gradient(175deg, #040404, #626364);

}

  .or-amazon {

    margin-top: 50px;

    position: relative;

    border: 2px solid #cecece;

    /* top: 25px; */

    padding: 30px 50px;

    border-radius: 5px;

    background: #fff;

  }

.or-amazon p {

    font-size: 17px;

    position: absolute;

    background: #f3f3f3;

    top: -18px;

    left: 85px;

    padding: 3px 20px;

    display: block;

    text-transform: uppercase;

    border: 2px solid #cecece;

    color: #000;

    font-family: 'Montserrat';

}

  .or-amazon a {

    text-decoration: none;

    text-align: center;

  }

  .product-img {

    display: inline-block;

    width: 100%;

    padding: 10px 5px;

    border-radius: 10px;

  }

  .product-img img {

    width: 100%;

  }

.table > :not(:last-child) > :last-child > * {

    border-bottom-color: currentColor;

    font-size: 25px;

    font-weight: 400;

    color: #fff;

    padding: 20px 18px;

    text-transform: capitalize;

    font-family: 'Oswald', sans-serif;

}





.table-space h3 {

    font-weight: 500;

    margin-bottom: 0px;

    font-size: 18px;

    line-height: 30px;

    color: #000;

    font-family: 'Montserrat';

}

  .space .row {

    align-items: center;

  }

  thead, tbody, tfoot, tr, td, th {

    border-color: #c2c2c2;

    border-style: solid;

    border-width: 0;

  }

  th.qty {

    text-align: center;

  }

a.remove {

    font-size: 22px;

    width: 45px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 0;

    color: #fff;

    background: linear-gradient(175deg, #040404, #626364);

}





.table-space h6 {

    font-weight: 500;

    margin-bottom: 0px;

    font-size: 18px;

    line-height: 30px;

    color: #000;

    font-family: 'Montserrat';

}

.add-to-cart thead {

    background: linear-gradient(175deg, #040404, #626364);

}

.space span {

    font-size: 18px;

    font-weight: 500;

    line-height: 30px;

    color: #000;

    font-family: 'Montserrat';

}

  /* Inner Cart End */









  /* Inner Check Out Start*/



section.checkout_page.clr-bfr {

    padding: 80px 0 120px;

}



.billing_form h3 {

    font-size: 35px;

    color: #000;

    margin: 0;

    margin-bottom: 30px;

    text-transform: capitalize;

    font-weight: 400;

    font-family: 'Oswald', sans-serif;

}



.billing_form label {

    font-size: 14.5px;

    color: #000;

    font-weight: 500;

    margin-bottom: 3px;

    font-family: 'Montserrat';

}



.radiosss p {

    margin-bottom: 0;

    padding: 5px;

    line-height: 20px;

    font-size: 14px;

    color: #7c7c7c;

    font-family: 'Montserrat';

}



.billing_form input {

    width: 100%;

    height: 50px;

    border: 1px solid #000;

    margin-bottom: 20px;

    padding-left: 15px;

    background: transparent;

    color: #000;

    border-radius: 0px;

    font-family: 'Montserrat';

}



.billing_form input::placeholder {

    color: #000;

    font-family: 'Rajdhani', sans-serif;

}



.cart_sidebar .cart_lst li:not(:last-child) {

    margin-bottom: 15px;

    font-size: 14px;

    color: #000;

    font-weight: 500;

    font-family: 'Montserrat';

}



.cart_sidebar .cart_lst li {

    font-size: 16px;

    color: #000000;

    font-weight: 600;

    font-family: 'Roboto', sans-serif;

}



.cart_sidebar .cart_lst li span {

    float: right;

    font-size: 17px;

}



.cart_sidebar .cart_lst li:last-child {

    font-size: 20px;

    font-weight: 500;

    color: #000;

    text-transform: uppercase;

    font-family: 'Oswald', sans-serif;

}



.cart_sidebar .cart_lst {

    margin-top: 20px;

    margin-bottom: 32px;

}



.thankyou_txt {

    padding: 50px;

    border: 2px solid #b7b7b7;

}



.thankyou_txt h3 {

    font-size: 35px;

    color: #000;

    font-weight: 800;

    margin: 0;

    font-family: 'Roboto', sans-serif;

}



.thankyou_txt h3 i {

    font-size: 40px;

    margin-right: 15px;

}



.order_det h5 {

    font-size: 20px;

    color: #7c7c7c;

    font-weight: 400;

    font-family: 'Roboto', sans-serif;

}



.order_det p {

    font-weight: 700;

    font-size: 20px;

    color: #000;

    margin: 0;

}



.order_complete_detail h3 {

    font-size: 22px;

    color: #000;

    font-weight: 700;

    font-family: 'Roboto', sans-serif;

}



.order_detail_table {

    padding: 40px;

    border: 1px solid #b7b7b7;

}



.order_detail_table h5 {

    margin-top: 0px;

    padding-bottom: 15px;

    border-bottom: 1px solid #dbdbdb;

    font-size: 16px;

    font-weight: 700;

    color: #000;

    font-family: 'Roboto', sans-serif;

}



.order_detail_table ul {

    margin-top: 20px;

    margin-bottom: 30px;

}



.order_detail_table ul li:not(:last-child) {

    margin-bottom: 25px;

}



.order_detail_table ul li {

    font-size: 14px;

    color: #7c7c7c;

}



.order_detail_table ul li span {

    float: right;

}



.order_detail_table ul li:last-child {

    font-weight: 700;

    color: #000;

}



.order_detail_table h6 {

    font-size: 17px;

    font-weight: 700;

    color: #000;

    font-family: 'Roboto', sans-serif;

    padding: 25px 0;

    border-top: 1px solid #dbdbdb;

    margin: 0;

}



.order_detail_table h6 span {

    float: right;

}



.check_menu ul {

    text-align: center;

    margin-bottom: 40px;

}



.check_menu ul li {

    display: inline-block;

    font-size: 22px;

    font-weight: 700;

    color: #7c7c7c;

    margin: 0 14px;

}



.check_menu ul li i {

    font-size: 18px;

}



.check_menu ul li.purp {

    color: #700ea3;

}



.cart_sidebar {

    padding: 40px 25px;

    border: 1px solid #000;

}





.cart_sidebar h3 {

    font-size: 22px;

    color: #000;

    margin-top: 0px;

    margin-bottom: 23px;

    text-transform: uppercase;

    line-height: normal;

    font-weight: 500;

    font-family: 'Oswald', sans-serif;

}





.cart_sidebar .h-sub {

    font-weight: 400;

    color: #000000;

    font-size: 20px;

    border-bottom: 1px solid #0000007d;

    margin-bottom: 20px;

    line-height: 0;

    padding-bottom: 30px;

    padding-top: 20px;

    text-transform: uppercase;

    font-family: 'Oswald', sans-serif;

}





.cart_sidebar h5 span {

    float: right;

}



.cart_sidebar h4 {

    font-size: 20px;

    color: #000;

    margin-bottom: 30px;

    line-height: normal;

    padding-top: 0;

    font-weight: 500;

    text-transform: uppercase;

    font-family: 'Oswald', sans-serif;

}



.cart_sidebar ul li input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}



.cart_sidebar ul li label {

    position: relative;

    cursor: pointer;

    font-size: 14px;

    font-weight: 500;

    color: #000;

    font-family: 'Montserrat';

}



.cart_sidebar ul li label:before {

    content: '';

    -webkit-appearance: none;

    background-color: transparent;

    border: 1px solid #000;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);

    padding: 10px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 10px;

}



.cart_sidebar ul li input:checked+label:after {

    content: '';

    display: block;

    position: absolute;

    top: 4px;

    left: 9px;

    width: 6px;

    height: 14px;

    border: solid #000;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}



.check-out-button a {

    text-align: center;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    color: #fff;

    font-family: 'Montserrat';

    background: linear-gradient(175deg, #040404, #626364);

}



a.btn1 i {

    margin-left: 10px;

}







.cart_sidebar ul li:not(:last-child) {

    margin-bottom: 15px;

}



.cart_sidebar form {

    margin-top: 30px;

    padding-bottom: 40px;

    border-bottom: 1px solid #b7b7b7;

}



.cart_sidebar form h4 {

    font-size: 14px;

    font-weight: 400;

    color: #b7b7b7;

    font-family: 'Roboto', sans-serif;

}



.cart_sidebar form select {

    width: 100%;

    height: 40px;

    padding-left: 15px;

    border-radius: 0;

    border: 1px solid #b7b7b7;

    margin-bottom: 20px;

    appearance: auto;

    color: #b7b7b7;

}



.cart_sidebar form select option {

    color: #000;

}



.cart_sidebar form input {

    width: 100%;

    height: 40px;

    padding-left: 15px;

    border-radius: 0;

    border: 1px solid #b7b7b7;

    margin-bottom: 20px;

    appearance: auto;

    color: #b7b7b7;

}



.cart_sidebar form input::placeholder {

    color: #fff;

}



.cart_sidebar form button {

    color: #000;

    font-size: 15px;

    border-radius: 0px;

    font-family: 'Poppins', sans-serif;

    padding: 10px 40px;

    background-color: #ebebeb;

    border: 2px solid #ebebeb;

}



.cart_sidebar form button:hover {

    background-color: transparent;

    transition: 0.3s ease-in-out;

}



ul.shipping-ul {

    border-bottom: 1px solid #0000007d;

    margin: 0;

    padding-bottom: 30px;

}



h6.payment-h {

    font-weight: 500;

    color: #000;

    font-size: 20px;

    margin-bottom: 30px;

    text-transform: uppercase;

    margin-top: 30px;

    font-family: 'Oswald', sans-serif;

}



.cart_sidebar .radiosss-payments li label:before {

    content: '';

    -webkit-appearance: none;

    background-color: transparent;

    border: 1px solid #000;

    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);

    padding: 10px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 10px;

    border-radius: 50px;

}



.cart_sidebar .radiosss-payments li input:checked+label:after {

    content: '';

    display: block;

    position: absolute;

    top: 8px;

    border-radius: 20px;

    left: 6px;

    border: 0;

    width: 10px;

    height: 10px;

    background-color: #000;

}



.radiosss-payments .card.card-body {

    padding: 0;

    border: 0;

    margin-left: 30px;

}



.radiosss-payments {

    border-bottom: 1px solid #0000007d;

}



section.checkout_page.all-section.all-side {

    padding: 75px 0;

}



.billing_form {

    padding: 40px 30px;

    border: 1px solid #000;

    border-radius: 0px;

}



section.checkout_page button.theme_btn {

    width: 60%;

    margin: 0 auto;

    display: block;

}





section.featured.book.book-detail {

    margin-top: -30px;

}



section.featured.book .row {

    justify-content: center;

}





.login_area {

    border: 1px solid #ebebeb;

    padding: 40px;

}



.register_area {

    border: 1px solid #dadada;

    padding: 30px;

}



.login_content_area {

    padding: 80px 0;

}



.login_area h2 {

    font-size: 55px;

    margin-bottom: 40px;

    line-height: 50px;

    text-align: center;

    font-family: 'saudagar';

    color: #2a2a2a;

}



.fields_area input {

    width: 100%;

    height: 53px;

    margin-bottom: 20px;

    border-radius: 50px;

    padding: 0 20px;

    color: #000;

}



button.btn1.login-btn {

    width: 100%;

    border: 0;

}



.fields.custom-control p {

    margin-bottom: 0;

    padding-left: 10px;

    font-family: 'Montserrat-Regular';

    color: #2a2a2a;

    letter-spacing: 0;

}



.f-pass a {

    color: #e52c3a;

    font-size: 16px;

    font-family: 'Montserrat-Regular';

}



.f-pass {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    margin: 0 auto;

    width: 70%;

}



.fields.custom-control.custom-radio {

    display: flex;

    align-items: center;

    margin-top: 25px;

}



.register_area h2 {

    font-size: 55px;

    margin-bottom: 40px;

    line-height: 50px;

    text-align: center;

    font-family: 'saudagar';

    color: #2a2a2a;

}



.fields_area.custom-control.custom-radio {

    padding-top: 20px;

}



.fields_area.custom-control.custom-radio p {

    font-size: 16px;



    display: flex;

    align-items: center;

    margin-bottom: 20px;

    justify-content: space-between;

 font-family: 'Montserrat'; 

    color: #000;

    letter-spacing: 0;

}



.fields_area.custom-control.custom-radio a {

    color: #e52c3a;

    text-decoration: underline;

}



.fields_area1.buttons_area1 button {

    width: 100%;

    font-family: 'Montserrat';

    font-size: 20px;

    background: #252525;

}



input.form-control::placeholder {

    color: #000;

    font-size: 15px;

   font-family: 'Montserrat';

}



img.crt-5.act-7 {

    position: absolute;

    bottom: 15%;

    left: 40%;

}



img.crt-3.act-3 {

    bottom: 10%;

}

.billing_form input::placeholder {

    color: #000 !important;

    font-family: 'Montserrat';

}

a.btn1.checkout-btn {

    background: #ffe89c !important;

    font-size: 20px !important;

    font-family: 'Montserrat';

    text-transform: uppercase;

}

a.btn1.checkout-btn {

    font-size: 27px;

    font-family: 'Montserrat';

    color: #000;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0;

    padding: 20px 0;

}

a.btn1.checkout-btn:hover {

    background: #fff !important;

    border: 1px solid #000;

}





/* Inner Check Out End*/







/* Product Page */



.search-box ul {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 0;

    margin-top: 5px;

}

.new-arrival-box {

    margin-top: 40px;

    position: relative;

    display: flex;

    align-items: center;

    text-align: center;

}

.search-box h2 {

    font-size: 30px;

    line-height: 30px;

}

.catogeriesbox h3 {

    margin-bottom: 0;

}

.search-box ul li button {

    padding: 12px 14px;

    color: #fff;

    border: none;

    font-size: 15px;

    border-radius: 5px;

    font-family: 'Montserrat';

    background: linear-gradient(175deg, #040404, #626364);

}

.search-box ul li input {

    font-family: 'Montserrat';

    color: #000;

    font-weight: 500;

}



.new-arrival-box-text {

    position: absolute;

    width: 100%;

}

.new-arrival-box-text h2 {

    font-size: 30px;

    color: #fff;

}

.new-arrival-box-text p {

    color: #fff;

}

.new-arrival-box:before {

    content: "";

    position: absolute;

    background: #00000057;

    width: 100%;

    height: 100%;

}

.search-box {

    margin-bottom: 30px;

}

.search-box ul li input {

    width: 100%;

    height: 50px;

    border: 1px solid #c2c2c2;

    padding: 0 10px;

}

section.product {

    padding: 100px 0;

}



h3.prd-h3 {

    font-size: 30px;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 20px;

    font-family: 'Oswald', sans-serif;

}



ul.catgeroise li a {

    color: #000;

    font-weight: 600;

    font-size: 16px;

    font-family: 'Montserrat';

}



ul.catgeroise li {

    margin-bottom: 20px;

}

.products-top-row select {

    width: 100%;

    height: 50px;

    border: 1px solid #000;

    font-family: 'Montserrat';

    font-weight: 600;

    font-size: 16px;

    color: #000;

}





.catogeriesbox {

    padding: 8px 0px 8px;

}



.range-slider {

    width: 100%;

    position: relative;

    margin: 20px 0;

}



.range-slider input {

    border: none;

}



.range-slider .rangeValues {

    display: block;

    margin-bottom: 12px;

    font-weight: 500;

    color: #000000;

    font-size: 16px;

    font-family: poppins;

}



.range-slider input[type=range] {

    -webkit-appearance: none;

    width: 100%;

    position: absolute;

    left: 0;

    border: none;

    padding: 0px !important;

    height: 5px;

    border: 0;

}



.range-slider input[type=range]::-webkit-slider-runnable-track {

    width: 100%;

    height: 4px;

    background: #000;

    border: none;

    border-radius: 3px;

}



.range-slider input[type=range]::-webkit-slider-thumb {

    -webkit-appearance: none;

    height: 20px;

    width: 20px;

    border-radius: 50%;

    background: #000;

    margin-top: -8px;

    cursor: pointer;

    position: relative;

    z-index: 1;

    /*     border: 1px solid #fff !important; */

}



.range-slider input[type=range]:focus {

    outline: none;

}



.range-slider input[type=range]:focus::-webkit-slider-runnable-track {

    background: #000;

}



.range-slider input[type=range]::-moz-range-track {

    width: 300px;

    height: 5px;

    background: #000;

    border: none;

    border-radius: 3px;

}



.range-slider input[type=range]::-moz-range-thumb {

    border: none;

    height: 16px;

    width: 16px;

    border-radius: 50%;

    background: #000;

}



:root {

    --dark-color: #191919;

}



.flx-fg.rangeValues {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 20px 0 0;

}



.price-dv-mn .btn-fil {

    padding: 12px 20px;

    background: #FDB0C0;

    color: black;

    font-size: 16px;

    font-family: 'recreg';

}



.flx-fg.rangeValues .flx-fg {

    display: flex;

    align-items: center;

    justify-content: end;

    width: 100%;

    margin-top: 40px;

    gap: 10px;

}



.flx-fg.rangeValues .flx-fg div {

    display: flex;

    align-items: center;

}



.price-dv-mn {

    padding: 0px 20px 20px 0;

    /* background-color: white; */

}



.flx-fg span {

    width: 55px;

    position: relative;

    top: 0px;

    color: #000;

    border: 1px solid #ccc;

    padding: 10px 10px;

    font-size: 14px;

    border-radius: 6px;

    line-height: 1;

    font-family: 'Montserrat';

}



.products-top-row-text {

    text-align: end;

}

.products-top-row-text p {

    font-family: 'Montserrat';

    color: #000;

    font-weight: 600;

    margin-bottom: 0;

}



.products-top-row .row {

    align-items: center;

}



.products-right {

    margin-left: 40px;

}







.prd-top {

    display: flex;

    align-items: center;

    justify-content: end;

}



section.product.inn-prd .product_box a.cart_btn {

    background: #000;

    color: #fff;

    border-radius: 10px;

}





/* end  */











/* Product Detail Page Start */



.productdetailsec {

    padding: 100px 0 40px;

    position: relative;

}

section.description {

    padding: 0 0 150px;

}

.productdetailtext h3 {

    font-size: 45px;

    font-weight: 500;

    color: #000000;

    text-transform: uppercase;

    margin-bottom: 20px;

    font-family: 'Oswald', sans-serif;

}



.productdetailtext span {

  color: #000;

  font-size: 30px;

  font-weight: 500;

}



.productdetailtext ul {

  padding: 0;

  margin: 13px 0 0;

  align-items: center;

  justify-content: flex-start;

}



.productdetailtext ul li {

  list-style: none;

  display: inline-block;

  color: black;

  font-size: 21px;

  font-weight: 500;

  font-family: "Poppins";

}



ul.d-flex li {

}



ul.product-social {

  display: flex;

  align-items: center;

  justify-content: flex-start;

}



ul.product-social li i {

  font-size: 20px;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #000;

  border-radius: 50px;

}



.prd-btn a {

    font-size: 22px;

    padding: 10px 35px;

}



.productdetailtext ul li a i {

    color: orange;

    font-size: 30px;

    margin-right: 2px;

}

.productdetailtext ul li:last-child a i {

}



.productdetailtext ul li:nth-child(4) a i {

  /* color: #dadada; */

}

.productdetailtext p {

    color: #000;

    font-size: 16px;

    line-height: 30px;

    padding: 15px 0 15px;

    font-weight: 500;

    font-family: 'Montserrat';

}



.productdetailtext .input-group span.glyphicon.glyphicon-minus {

  font-size: 13px;

}



.productdetailtext .input-group span.glyphicon.glyphicon-plus {

  font-size: 13px;

  margin: 0;

  top: -15px;

  right: 3px;

}



.productdetailtext .input-group input.form-control.input-number {

  width: 100%;

  margin: 0 auto;

  display: table;

  height: 50px;

  text-align: center;

}



.productdetailtext .input-group button.btn.btn-default.btn-number {

  border-radius: 50px;

  width: 30px;

  height: 30px;

  margin: 0 15px;

}



.productdetailtext .input-group span.glyphicon.glyphicon-minus {

  font-size: 13px;

  margin: 0;

  top: -13px;

  right: 5px;

}



.productdetailtext .input-group {

  width: 50%;

  margin: 0 0 34px;

}



.iconlist ul {

  padding: 0;

  margin: 0 0 40px;

}



.iconlist ul li {

  list-style: none;

  line-height: 30px;

  color: #636363;

  font-size: 16px;

  font-weight: 500;

  font-family: "cereR";

}



.iconlist ul li i {

  margin: 0 17px 15px 0;

  font-size: 18px;

  color: #000;

}



.productdetailtext .input-group span.input-group-btn {

  font-size: 16px;

  line-height: 20px;

  font-weight: 600;

}



.productdetailsmallportion {

  position: relative;

  top: 0;

  z-index: 99;

}



.productdetailsmallportion img {

  margin: auto;

  width: 100%;

  border: 1px solid #e1e1e1;

  height: 100%;

  background: #ffff;

}



.productdetailsec .productdetailportion {

    border: 1px solid #e1e1e1;

    height: 447px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 20px;

}



.productdetailnav .slick-slide {

  opacity: 1;

  z-index: 9999;

  position: relative;

  margin: 0;

}



.product-detail span {

  margin: 0;

}



.product-detail .num-in {

  background: transparent;

  box-shadow: none;

  width: 75%;

}



.product-detail input.in-num {

  border: 1px solid #dadada;

  background-color: transparent;

  width: 40%;

  margin: 0 5px;

}



.product-detail span {

  width: 30px !important;

  border: 1px solid #e3e3e3;

  border-radius: 50px;

  height: 30px !important;

  margin: 5px;

}



.product-detail .skin-2 .num-in span:before,

.product-detail .skin-2 .num-in span:after {

  background-color: #000;

}



.product-detail span:hover:before,

.product-detail span:hover:after {

  background-color: rgb(255, 255, 255) !important;

}



.product-details-btn.btn10 {

  background-color: #cfa55a !important;

  color: black;

  border-color: #cfa55a;

  font-size: 17px;

}



.quanity.product-detail {

  margin-left: 0;

}



.product-detail span:hover {

  background-color: #000;

}



ul.product-detail-heading {

  display: grid;

  align-items: center;

  justify-content: space-between;

}



.product-details-btn {

  height: 60px;

  border: 0;

  width: 180px;

  margin-left: 10px;

  font-size: 17px;

  font-weight: 600;

  text-transform: uppercase;

  background-color: #cfa55a;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #000000;

  cursor: pointer;

}



a.cat-sub-btn {

  background: #335650;

  color: #fff;

  padding: 15px 40px;

  font-weight: 500;

}



a.cat-sub-btn:hover {

  background: #000;

}

/* .product-details-btn:hover{

color: white;

} */



.iconlist {

  margin-top: 40px;

}



.description li.nav-item {

  margin-right: 12px;

}



.description li.nav-item button {

    width: 100%;

    height: 70px;

    border-radius: 0;

    font-size: 30px;

    text-transform: uppercase;

    font-weight: 300;

    color: #000;

    text-align: center;

    font-family: 'Oswald', sans-serif;

    font-weight: 500;

}



.description li.nav-item .nav-link.active {

    border: 0;

    color: #000;

    font-weight: 500;

    font-size: 30px;

    border-bottom: 2px solid;

    text-transform: uppercase;

    display: inline-block;

    width: auto;

    font-family: 'Oswald', sans-serif;

}



.description .nav-tabs {

  border-bottom: 0;

  gap: 30px;

  padding-bottom: 20px;

  margin-bottom: 30px;

  justify-content: center;

}



.rev-btn h6 {

    font-family: 'Montserrat';

    color: #000;

    margin-bottom: 10px;

}



.review-btn {

    margin-top: 20px;

}



.description .tab-content p {

    color: #000;

    font-weight: 500;

    font-size: 17px;

    line-height: 30px;

    text-align: center;

    font-family: 'Montserrat';

}



.productdetailfor .slick-slide img {

    width: 100%;

    height: 447px;

    object-fit: cover;

}



.productdetailsmallportion img {

  width: auto;

  padding: 10px 10px;

  position: relative;

  z-index: 999999999999999;

}



.productdetailnav .slick-list.draggable {

  margin-top: -25px;

}

/* skin 2 */



.skin-2 .num-in {

  background: #f0f0f0;

  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);

  height: 40px;

  width: 110px;

  float: left;

  border-radius: 12px;

  cursor: pointer;

}



.skin-2 .num-in span {

  width: 40%;

  display: block;

  height: 40px;

  float: left;

  position: relative;

}



.skin-2 .num-in span:before,

.skin-2 .num-in span:after {

  content: "";

  position: absolute;

  background-color: #667780;

  height: 2px;

  width: 10px;

  top: 50%;

  left: 50%;

  margin-top: -1px;

  margin-left: -5px;

}



.skin-2 .num-in span.plus:after {

  transform: rotate(90deg);

}



.skin-2 .num-in input {

  float: left;

  width: 20%;

  height: 37px;

  border: none;

  text-align: center;

  background-color: #f0f0f0;

  font-family: "Roboto";

}



.product-detail .num-in {

  background: transparent;

  box-shadow: none;

  width: 75%;

  display: flex;

  align-items: center;

}



.product-detail input.in-num {

  border: 1px solid #dadada;

  background-color: transparent;

  width: 40%;

  margin: 0 5px;

  padding: 30px 0;

}



.productdetailsmallportion img {

    width: 205px;

    height: 229px;

    object-fit: cover;

    margin: 20px 0;

}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {

    border-color: inherit;

    isolation: inherit;

}

.description .tab-content input[type="text"] {

  width: 100%;

  border: 0px;

  background-color: rgb(246, 246, 246);

  padding: 10px;

  height: 50px;

  margin-bottom: 20px;

  font-weight: 500;

  color: rgb(124, 124, 124);

}

.description .tab-content textarea {

  width: 100%;

  border: 0px;

  background-color: rgb(246, 246, 246);

  padding: 10px;

  margin-bottom: 20px;

  font-weight: 500;

  color: rgb(124, 124, 124);

}

.rate {

  height: 46px;

  /* padding: 0 10px; */

  float: left;

  display: block;

  clear: both;

}



.rate input {

  top: 0;

  visibility: hidden;

}



.rate:not(:checked) > input {

  position: absolute;

  /* top: -9999px; */

}



.rate:not(:checked) > label {

  float: right;

  width: 0.8em;

  overflow: hidden;

  white-space: nowrap;

  cursor: pointer;

  font-size: 35px;

  color: #ccc;

  margin: 0 3px;

}



.rate:not(:checked) > label:before {

  content: "\f005";

  font-family: "Font Awesome 5 Free";

  font-weight: 800;

  color: #000;

  font-size: 24px;

}



.rate > input:checked ~ label {

  color: #f9d71c;

}



.rate:not(:checked) > label:hover,

.rate:not(:checked) > label:hover ~ label {

  color: #deb217;

}



.rate > input:checked + label:hover,

.rate > input:checked + label:hover ~ label,

.rate > input:checked ~ label:hover,

.rate > input:checked ~ label:hover ~ label,

.rate > label:hover ~ input:checked ~ label {

  color: #c59b08;

}



.prd-commets .testimonial-heading {

  letter-spacing: 1px;

  margin: 30px 0px;

  padding: 10px 20px;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: center;

}



.prd-commets .testimonial-heading span {

  font-size: 1.3rem;

  color: #252525;

  margin-bottom: 10px;

  letter-spacing: 2px;

  text-transform: uppercase;

}



.prd-commets .testimonial-box-container {

  display: block;

}



.prd-commets .testimonial-box {

  width: 100%;

  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);

  background-color: #ffffff;

  padding: 20px;

  margin: 15px;

  cursor: pointer;

}

.testi-box {

    border: 1px solid #000;

    padding: 30px;

    margin: 20px 0;

}

.review-btn button {

    width: 11%;

    font-size: 20px;

    height: 50px;

    border: none;

}



.prd-commets .prd-commets .profile-img {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  overflow: hidden;

  margin-right: 10px;

}



.prd-commets .profile-img img {

  width: 80px;

  height: 80px;

  object-fit: cover;

  object-position: center;

  border-radius: 50px;

  margin-right: 20px;

}



.prd-commets .profile {

  display: flex;

  align-items: center;

}



.prd-commets .name-user {

  display: flex;

  flex-direction: column;

}



.prd-commets .name-user strong {

    color: #000;

    font-size: 1.1rem;

    letter-spacing: 0.5px;

    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;

}



.prd-commets .name-user span {

    color: #000;

    font-size: 0.8rem;

    font-family: 'Montserrat';

    font-weight: 500;

}



.prd-commets .reviews {

  color: #f9d71c;

}



.prd-commets .box-top {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 20px;

}



.prd-commets .client-comment p {

  font-size: 0.9rem;

  color: #4b4b4b;

  text-align: left;

}



.prd-commets .testimonial-box:hover {

  transform: translateY(-10px);

  transition: all ease 0.3s;

}



.description .tab-content input[type="text"] {

    width: 100%;

    border: 0px;

    background-color: rgb(246, 246, 246);

    height: 50px;

    margin-bottom: 20px;

    font-weight: 500;

    color: rgb(124, 124, 124);

    font-family: 'Montserrat';

    padding: 0 15px;

}



.prdtc-rvw ul {

  display: flex;

  align-items: center;

  margin-bottom: 0;

}



.description .tab-content form .row {

  align-items: center;

}



.prdtc-rvw i {

  font-size: 25px;

  margin-right: 10px;

}



.description .tab-content textarea {

    width: 100%;

    border: 0px;

    background-color: rgb(246, 246, 246);

    margin-bottom: 20px;

    font-weight: 500;

    color: rgb(124, 124, 124);

    font-family: 'Montserrat';

    padding: 15px 15px;

}



.description .tab-content form {

  margin-bottom: 70px;

}



.prdtc-rvw i:hover {

  color: #ffc107;

}

.testimonial-container.prd-commets .testi-box {

  height: auto;

}

.productdetailtext {

  padding-top: 10px;

}

.testi-slider .testi-box {

  border: unset;

  padding: unset;

}



a.btn.shp-btn {

  font-family: "cereR";

  font-size: 18px;

  color: #fff;

  background: #000;

  border-radius: 0;

  padding: 14px 45px;

}



.mn-prd-sll {

  display: block;

  /* align-items: center; */

  flex-direction: row-reverse;

}



.productdetailfor {

  width: 100%;

  margin-top: -25px;

}



.productdetailnav {

  width: 100%;

  height: 100%;

  margin-top: 0;

}



.productdetailfor .slick-slide {

  margin: 0;

}



section.related-prod {

  position: relative;

  padding: 50px;

}



.product-head {

  text-align: center;

  margin-bottom: 50px;

}



.quanity.product-detail input {

  width: 20%;

  height: 50px;

  border: 1px solid #000;

  padding: 13px;

  color: #000;

}



ul.product-quintity li {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

}

span.pull-right del {

  color: #767676;

  font-size: 25px;

}



.quanity.product-detail input::-webkit-outer-spin-button,

.quanity.product-detail input::-webkit-inner-spin-button {

  -webkit-appearance: auto !important;

  margin: 0px !important;

  opacity: 1 !important;

}

/* product tabs css */

.about-text h2 span {

  display: block;

}

.creative-box.text-center img {

    animation: tada 1.5s ease infinite;

}

.about-text h2 {

  line-height: 80px;

  font-size: 65px;

}

section.creative-idea {

  background: #1e1e1d;

}



.creative-box h2 {

  color: #fff;

  margin: 15px 0;

  font-weight: 200;

}



.creative-box p {

  color: #fff;

  font-size: 16px;

}

.mission-text h2 {

  font-size: 75px;

}



.mission-text p {

  color: #000;

  font-weight: 400;

}

.product-side-bar ul li {

  margin: 20px 0;

  border-bottom: 1px solid #f2f2f2;

  padding: 10px 0;

}



.product-side-bar ul li a label {

  color: #000000;

  font-size: 20px;

  font-weight: 500;

  font-family: var(--font-1);

}



.product-side-bar ul li a input {

  height: 15px;

  width: 15px;

  border: 2px solid #000;

  margin-right: 30px;

}

.accordion-item {

  border: 1px solid #000 !important;

  margin-bottom: 40px;

}

section.product-pg .best-seller-box h3 {

  font-size: 21px;

}



section.product-pg .best-seller-box p {

  width: 78%;

}

.custom-training-plans-box a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
}