.container-fluid {
    max-width:1600px !important;
}

.text-outline{
    position:absolute;
    top:34px;
    left:153px;
    color: #ffffff;
    font-family: Poppins-Bold;
    font-size: 85px !important;
    -webkit-text-stroke: 0.156rem #777777;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color:  #F6BA51;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.modal.apps-popup {
    top: auto;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
}
.apps-popup .modal-content {
    position: absolute;
    margin: unset;
    bottom: 1rem;
    left: 1rem;
}
.apps-popup .close {
    position: absolute;
    line-height: 1;
    right: 1.5rem;
}
.app-qr-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 0.75em;
}
.app-qr-link img {
    width: 60%;
}
.app-qr-link .btn-secondary {
    width: 200px;
    margin: auto;
    font-size: 14px;
    color: #f6bb50;
    background-color: #000;
    border-color: #000;
}
.app-qr-link .btn-secondary:hover {
    color: #fff;
    background-color: #3d2f14;
}

.close {
    color: #212529;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.qr-codes {

    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.qr-codes img {
    width: 22%;
    height: auto;
}

.app-links {
    text-align: center;
}

.app-links a {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background-color: #212529;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.app-links a:hover {
    background-color: #212529;
}





/* GIF when website is loading Code starts */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(assets/icons/website_preloader.gif) center no-repeat #fff;
    background-size: 6rem 6rem;
}

/* GIF when website is loading Code ends */

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

@font-face {
    src: url(assets/fonts/Poppins-Medium.ttf);
    font-family: Poppins-Medium;
}

@font-face {
    src: url(assets/fonts/Poppins-SemiBold.ttf);
    font-family: Poppins-SemiBold;
}

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

.btn:focus {
    box-shadow: none!important;
}

a, a:hover, a:focus, a:active a:visited {
    text-decoration: none !important;
}

.main-bg{
    background-image: linear-gradient(#f3b750, #ad7b37);
}

.bg-color1 {
    background-color: #F2F2F2;
}

.bg-color2 {
    background-color: #171717;
}

.bg-color3 {
    background-color: #F3F7FB;
}

.main-color{
    color: #F6BA51;
}

.text-color1 {
    color: #686868;
}

.text-color2 {
    color: #C9C9C9;
}

.text-color3 {
    color: #F6BA51;
}

.text-color4 {
    color: #000000;
}

.text-color5 {
    color: #707070;
}

.text-color6 {
    color:#C1C1C1;
}

.text-color7 {
    color:#4B4B4B;
}

.text-color8 {
    color:#6D6D6D !important;
}

.banner-text {
    font-family:Poppins-Bold;
    font-size:4.3rem;
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 50rem;
    width: 100%;
    overflow: hidden;
}
.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit:cover;
    z-index:-1;
}

.header .overlay {
    background-color: rgba(0, 0, 0,0.4);       /* 0.4 is the 40% Opacity of Overlay */
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
}

.logo {
    margin-top:-3.5rem;
}

.navbar-time p {
    font-family: Poppins-Bold;
    font-size:16px;
    padding-right:48rem;
}

.nav-link {
    font-family: Poppins-Bold !important;
    font-size: 19px !important;
    line-height: 50px;
}

.dropdown-menu {
    border: 2px solid #F6BA51 !important;
}

.dropdown-menu a {
    font-family: Poppins-Bold;
    font-size: 18px !important;
}

.dropdown-menu a:hover {
    background-color:#F6BA51 !important;
}

p.navbar-signup-btn {
    font-family: Poppins-Bold;
    font-size: 21px;
}

.skew1{
    transform: skewX(-30deg);
    border-radius: 0;
    border-top: 1px solid #f3b750;
    z-index: 2 !important;
    padding:10px 60px ;
}

.unskew{
    transform: skewX(+30deg);
}

h3.index-subheading-pg {
    font-family: Poppins-Medium;
    font-size:28px;
}

.index-section1 h1 {
    font-family: Poppins-Bold;
    font-size: 45px;
}

.index-section1 h2 {
    font-family: Poppins-Bold;
    font-size: 24px;
}
.index-section1 h2.h1 {
    font-size: 45px !important;
}

.index-section1 p {
    font-family: Poppins-Regular;
    font-size: 17px;
}

.index-section2 h2 {
    font-family: Poppins-Bold;
    font-size: 59px;
}

.index-section3{
    background-image: url("assets/images/bg-1.png");
    background-size: cover;
    background-position: center;
}

h3.index-section3-heading {
    font-family: Poppins-Bold;
    font-size: 40px;
}

.index-section3 h6 {
    font-family: Poppins-Medium;
    font-size: 15px;
}

.index-section3 h2 {
    font-family: Poppins-Bold;
    font-size: 29px;
}

.index-section4 h2 {
    font-family: Poppins-Bold;
    font-size: 47px;
}

.index-section4 h3 {
    font-family: Poppins-Bold;
    font-size: 15px;
}

#div-img-02-sm {
    display: none !important;
}

#div-img-02-lg {
    display: block !important;
}

.index-section6 h3 {
    font-family: Poppins-Bold;
    font-size: 15px;
}

.index-section6 h2 {
    font-family: Poppins-Bold;
    font-size: 43px;
}

.index-section6 p {
    font-family: Poppins-Regular;
    font-size: 17px;
    color:#9F9F9F;
}

.index-section6 a {
    font-family: Poppins-Bold;
    font-size: 15px;
}

.index-section7-card {
    margin-top: 5.5rem;
    margin-left: -15rem;
    background: rgba(255,255,255,0.6);  /* Gives card opacity of 60% */
    border-radius: 1rem !important;
}

.index-section7 h3 {
    font-family: Poppins-Bold;
    font-size: 15px;
}

.index-section7 h2 {
    font-family: Poppins-Bold;
    font-size: 56px;
}

.index-section7 p {
    font-family: Poppins-Regular;
    font-size: 17px;
}

.index-section7 a {
    font-family: Poppins-Regular;
    font-size: 17px;
}

.index-section7 a:hover {
    color:#F6BA51;
}

.index-counter {
    width:14rem;
    height:7.5rem;
    border: 1px solid #707070;
}

.index-counter h2 {
    font-family:Poppins-Bold;
    font-size:45px;
}

.index-counter h3 {
    font-family:Poppins-Medium;
    font-size:17px;
    color:#000000;
}

.index-new-workout-boxes {
    border:1px solid #ffffff;
    height:14rem;
    max-width:100%;
    padding:2rem;
}

.index-new-workout-boxes .p1 {
    font-family:Poppins-Bold;
    font-size:16px;
    color:#F8BC52;
    padding-top:2.8rem;
}

.index-new-workout-boxes .p2 {
    font-family:Poppins-Bold;
    font-size:30px;
    line-height:32px;
    color:#FFFFFF;
}

.about-section1 h3 {
    font-family: Poppins-Bold;
    font-size: 3rem;
}

.about-section1 h4 {
    font-family: Poppins-Medium;
    font-size: 20px;
}

.padding-right-2-2rem {
    padding-right: 2.2rem;
}

.padding-bottom-2-2rem {
    padding-bottom: 2.2rem;
}

.about-section1 p {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 2rem;
}

.about-section2 h2 {
    font-family: Poppins-Bold;
    font-size: 27px;
    margin-bottom:200px;
}

.about-section3 {
    margin-top: -18rem;
}

.about-section3 p {
    font-family: Poppins-Bold;
    font-size: 16px;
}

.pricing-section1 {
    padding-bottom: 9rem;
}

.btn-prices {
    font-family: Poppins-Bold;
    font-size: 18px;
    color:#747474;
    text-align: center;
    border: 2px solid #f3b750;
}

.btn-prices-active {
    font-family: Poppins-Bold;
    font-size: 18px;
    color:#FFFFFF;
    background-image: linear-gradient(#f3b750, #a86102);
}

.price-card{
    border-radius:1rem;
}

.price-card-pt {
    padding-top:1.5rem;
}

.price-card-pl {
    padding-left:2rem;
}

.price-card-pr {
    padding-right:2rem;
}

.price-card .price {
    font-family:Poppins-Bold;
    font-size:50px;
    color:#444444;
}

.price-card h2 {
    font-family:Poppins-Regular;
    font-size:27px;
    padding-top:1.6rem;
    color:#444444;
}

.pt-2-1rem {
    padding-top:2.1rem;
}

.price-card h3 {
    font-family:Poppins-Bold;
    font-size:17px;
    color:#5A5A5A;
}

.price-card h4 {
    font-family:Poppins-Bold;
    font-size:20px;
    color:#4B4B4B;
}

.price-card h5 {
    font-family:Poppins-SemiBold;
    font-size:14px;
    color:#F6BA51;
}

.price-card p {
    font-family:Poppins-Regular;
    font-size:14px;
}

p.buy-now {
    font-family:Poppins-Bold;
    font-size:15px;
}

.price-card a {
    font-family:Poppins-Bold;
    font-size:15px;
    margin-left:6rem;
}

.price-card-radio {
    float: left;
    margin: 0 5px 0 0;
    width: 5rem;
    height: 5rem;
    position: relative;
    border-radius:50%;
}

.price-card-radio.radio-beginner {
    border: 2px solid #ffa500;
}

.price-card-radio.radio-beginner-null {
    border: 2px solid #FF0000;
}

.price-card-radio.radio-intermediate {
    border: 2px solid #088074;
}

.price-card-radio.radio-beginner-null {
    border: 2px solid #FF0000;
}

.price-card-radio.radio-advance {
    border: 2px solid #034885;
}

.price-card-radio.radio-beginner-null {
    border: 2px solid #FF0000;
}

.price-card-radio label,
.price-card-radio input {
    display: block;
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius:50%;
    top: 5%;
    left: 5%;
    right: 0;
    bottom: 0;
}

.price-card-radio input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.price-card-radio.radio-beginner input[type="radio"]:checked + label {
    background: #ffa500;
    border-radius: 50%;
}

.price-card-radio.radio-intermediate input[type="radio"]:checked + label {
    background: #088074;
    border-radius: 50%;
}

.price-card-radio.radio-advance input[type="radio"]:checked + label {
    background: #034885;
    border-radius: 50%;
}

.price-card-w {
    width:20%;
}

.price-card-w-text {
    width:33.33%;
}

.price-card-text-pl-beginner {
    padding-left:0.5rem;
}

.price-card-text-pl-advance {
    padding-left:3.5rem;
}

.price-card-line-pt {
    padding-top:1.7rem;
}

.price-section2 h3 {
    font-family: Poppins-Medium;
    font-size: 25px;
}

.price-section2 h2 {
    font-family: Poppins-Bold;
    font-size: 45px;
}

.contact-containfluid {
    padding-right: 0 !important;
}

.contact-row {
    --bs-gutter-x: 0 !important;
}

.contact-section .border-bottom {
    border-bottom: 0.12rem solid #707070 !important;
}

.contact-section h2 {
    font-family: Poppins-Bold;
    font-size: 34px;
    color:#F2B64F;
}

.contact-section h5 {
    font-family: Poppins-Medium;
    font-size: 18px;
    color:#000000;
}

.contact-section p {
    font-family: Poppins-Medium;
    font-size: 17px;
    color:#000000;
}

p.contact-form-address {
    font-family: Poppins-Medium;
    font-size: 12px;
    color:#000000;
}

p.form-btn-text {
    transform: skewX(30deg);

}

.contact-section button {
    font-family: Poppins-Medium;
    font-size: 20px;
}

.contact-input-field::placeholder {
    font-family: Poppins-Medium;
    font-size: 13px;
    color:#707070;
}

.section5 p {
    font-family: Poppins-Bold;
    font-size:19px;
    color: #535353;
}

.section5-bg{
    background-image: url("https://imagedelivery.net/P3Dzecn-jTdvXXgWWrFQig/1f52799f-7c34-415c-5474-0fe9b9383400/banner");
    background-size: cover;
    background-position: center;
    height:22rem;
}

.section6 img {
    height:519px;
}

.cardbox {
    position: relative;

}
.cardbox .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
}
.cardbox:hover .content {
    transform: translateY(-20px);
}
.cardbox .content .contentBx h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

.cardbox .content .contentBx h3 span {
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
}
.cardbox .sci {
    position: absolute;
    bottom: 0;
}
.cardbox .sci  {
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
}
.cardbox:hover .sci  {
    transform: translateY(0px);
    opacity: 1;
}
.cardbox .sci {
    color: red;
    font-size: 20px;
}

.forbg{
    background-image: url("assets/images/slide1.png");
    background-size: cover;
    background-position: center;
    position:absolute;
    right:0;
}

.footer{
    background-color: #303030;
}

.bg-black {
    background-color: #000000;
}

.footer h2 {
    font-family: Poppins-Bold;
    font-size:19px;
}

p.footer-aboutus {
    font-family: Poppins-Bold;
    font-size:11px !important;
}

.footer p {
    font-family: Poppins-Bold;
    font-size:10px;
}

.footer a {
    font-family: Poppins-Bold;
    font-size:10px;
    text-decoration: none;
}

.footer a:hover {
    color:#EEB44E;
}

p.footer-copyrights {
    font-family: Poppins-Bold;
    font-size:18px;
}

.footer-pages-pl {
    padding-left:5rem;
}
.ftr-gray-color{
    color:#9F9F9F;
}

.ftr-text-size{
    font-size: 10px;
}
.footer-form{
    border-color:#A0A0A0 ;
    background-color:#000000;
    font-size: 12px;
    height:45px;
}

.footer-form::placeholder {
    font-family: Poppins-Bold;
    font-size: 11px;
    color:#9F9F9F;
}

.footer-form:focus {
    font-family: Poppins-Bold;
    font-size: 11px;
    color:#9F9F9F;
    background-color:#000000;
}

.form-control:focus {
    outline:none !important;
    box-shadow: none !important;
    border-color: #F6BA51 !important;
    border-right: 1px solid #F6BA51 !important;
}

.footer-form-input {
    border-right: none;
}

.pd-none{
    padding: 0 !important;
}

.logo-size{
    font-size: 35px;
}

.navbar-nav{
    border-top: 3px solid #F6BA51;
    width: 98%;
    justify-content: space-between;
}
.nav-item .active{
    color:#F6BA51 !important ;
}
.nav-item {
    /*padding-right:60px ;*/
    font-size: 20px;
    font-weight: bold;
}

.nav{
    z-index: 2 !important;
}

.header-about {
    background-image: url("https://imagedelivery.net/P3Dzecn-jTdvXXgWWrFQig/fe2a8294-c98d-400d-b367-4de701e28e00/banner");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 43rem;
    width: 100%;
    overflow: hidden;
}

.header-prices {
    background-image: url("assets/images/body-pump.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 40rem;
    width: 100%;
}

.header-contact {
    background-image: url("https://imagedelivery.net/P3Dzecn-jTdvXXgWWrFQig/37b42ff5-0abd-46c0-f361-fda8a54cd500/banner");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 40rem;
    width: 100%;
    overflow: hidden;
}

.header-faqs {
    background-image: url("https://imagedelivery.net/P3Dzecn-jTdvXXgWWrFQig/fe2a8294-c98d-400d-b367-4de701e28e00/banner");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 37.5rem;
    width: 100%;
    overflow: hidden;
}


/* FAQs page */

.header-faqs h1 {
    padding-top:14rem;
    font-family: Poppins-Bold;
    font-size: 50px;
}

.faqs-section2 h3 {
    font-family: Poppins-Bold;
    font-size:30px;
    color:#F8BB51;
}

.accordion-div-w {
    width:81%;
}

.accordion-item {
    border: 2px solid #F8BB51 !important;
    margin-bottom:2rem !important;
}

.accordion-button:not(.collapsed) {
    color: #6A6A6A !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color:#6A6A6A;
}

.accordion-button:focus {
    border-color: inherit !important;
    box-shadow: none!important;
}

.accordion-body {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 24px;
    color:#757575;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("assets/icons/accordion-arrow.png");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("assets/icons/accordion-arrow.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/* FAQs page ends */

/* Terms and Conditions page */

.terms-text h2 {
    font-family: Poppins-SemiBold;
    font-size:20px;
    color:#787878;
}

.terms-text p {
    font-family: Poppins-Regular;
    font-size:12px;
    line-height: 24px;
    color:#757575;
}

/* Terms and Conditions end */


/* Signup page */

.signup-bg {
    background-image: url("https://imagedelivery.net/P3Dzecn-jTdvXXgWWrFQig/08503bf8-17d6-4048-040b-922111403500/banner");
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    background-position: center;
}

.signup-section1-px {
    padding-left:10rem;
    padding-right:10rem;
}

.signup h3 {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #585858;
}

.signup h2 {
    font-family: Poppins-Medium;
    font-size: 12px;
    color: #A2A2A2;
}

.signup p {
    font-family: Poppins-Medium;
    font-size: 11px;
    color: #747474;
}

.signup a {
    font-family: Poppins-Medium;
    font-size: 11px;
    color: #F6BA51;
}

.signup a:hover {
    color: #F6BA51;
}

.signup label {
    font-family: Poppins-Medium;
    font-size: 11px;
    color: #747474;
}

.signup input {
    height: 3rem;
}

.signup .signup-button {
    font-family: Poppins-SemiBold;
    font-size: 15px;
    height: 3rem;
}

.signup-section2-mt {
    padding-top: 14rem;
    height: 100vh;
    text-align: center;
}

h1.signup-section2 {
    font-family: Poppins-Bold;
    font-size:50px;
}

.signup-form .form-control.is-valid {
    border-color: #F6BA51;
}
.signup-form .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
}

.input-group .btn-eye {
    right: 22px;
    top: 5px;
    background: none;
    z-index: 5;
}
#password + button, #password_confirmation + button {
    visibility: hidden;
}
#password.is-valid + button,
#password.is-invalid + button,
#password_confirmation.is-valid + button,
#password_confirmation.is-invalid + button {
    visibility: visible;
}
/* Signup ends */

/* Payment Method page */

.btn-back {
    font-family: Poppins-Medium;
    width: 7rem;
    height: 2.3rem;
    border: 2px solid #F4C676;
    color: #656565;
}

.payment-method .card {
    border: 0.12rem solid #b8b8b8;
}

.payment-method .border-bottom {
    border-bottom:0.12rem solid #b8b8b8;
}

.payment-method h1 {
    font-family: Poppins-SemiBold;
    font-size: 20px;
}

.payment-method h2 {
    font-family: Poppins-SemiBold;
    font-size: 15px;
}

.payment-method h3 {
    font-family: Poppins-SemiBold;
    font-size: 16px;
}

.payment-method h4 {
    font-family: Poppins-Medium;
    font-size: 17px;
}

.payment-method h5 {
    font-family: Poppins-SemiBold;
    font-size: 11px;
}

.payment-method p {
    font-family: Poppins-Regular;
    font-size: 11px;
}

.payment-method label {
    font-family: Poppins-Medium;
    font-size: 11px;
    color: #747474;
}

.payment-method input {
    height: 3.5rem;
}

input.subscription-section {
    height: 1rem;
}

.form-check-input:checked {
    background-color: #F4C676;
    border-color: #F4C676;
}

a.subscription-section {
    font-family: Poppins-SemiBold;
    color: #F1C474;
}

p.subscription-section {
    font-family: Poppins-Medium;
    line-height: 2rem;
}

p.text-free {
    font-family: Poppins-SemiBold;
    font-size: 11px;
}

p.text-total-amount {
    font-family: Poppins-SemiBold;
    font-size: 14px;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #F4C676 !important;
}

/* Payment Method ends */

/* Select Package page */

.package-bg {
    background-image: url("assets/images/package-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.package-section1-px {
    padding-left:5rem;
    padding-right:5rem;
}

.package-btn {
    float: left;
    width: 100%;
    height: 6rem;
    position: relative;
    border: 1px solid #D3D3D3;
}

.package-btn label,
.package-btn input, package-btn p {
    display: block;
    position: absolute;
    height:100% !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.package-btn input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.package-btn input[type="radio"]:checked + label {
    border-radius: 4px;
    border: 2px solid #F6BA51;
}

.package-btn label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

p.package-text1 {
    font-family: Poppins-SemiBold;
    font-size:11px;
    color:#F4C676;
}

p.package-text2 {
    font-family: Poppins-SemiBold;
    font-size:11px;
    color:#585858;
}

p.package-text3 {
    font-family: Poppins-SemiBold;
    font-size:19px;
    color:#585858;
}

.package-last-option-mb {
    margin-bottom:2rem;
}

/* Select Package ends */


/* Goals page */
.goal.checked, .level.checked, .package.checked {
    border-color: #E2A84A;
}

/* Thanks for Subscribing page */

.subscription-completed-bg {
    background-image: url("assets/images/Group126.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

.subscription-completed-sec-left {
    background-image: url("assets/images/Group123.png");
    background-repeat: no-repeat;
}

.subscription-completed .content {
    margin-top: 15rem;
}

h1.thanks {
    font-family: Poppins-Bold;
    font-size: 35px;
    color: #65AE57;
}
p.thanks {
    font-family: Poppins-Medium;
    font-size: 19px;
    color: #A2A2A2;
}

a.backtohome {
    font-family: Poppins-SemiBold;
    width:50%;
    padding-top:0.75rem;
    height:3rem !important;
}

/* Thanks for Subscribing ends */

textarea {
    height: 180px;
}

input:focus {
    outline:none;
}

.logoMarqueeSection {
    margin-top: 5.5rem;
    margin-left: -15rem;
    background: rgba(255,255,255,0.6);  /* Gives card opacity of 60% */
    border-radius: 1rem !important;
}

#logoMarqueeSection {
    margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration:40s;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 11.4rem;
}

.marquee p {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color:#3D3D3D;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.marquee-img1 {
    height:4.5rem;
    margin-left:1rem;
}

.marquee-img2 {
    width:5.4rem;
    height:4.5rem;
    margin-left:2rem;
}

.marquee-img3 {
    width:6.5rem;
    height:4.1rem;
}
.otp-input{
    margin: 10px;
    height: 35px;
    width: 50px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: #eef2f3;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

@media screen and (min-width: 986px) {
    .otp-p {
        width: 130%;
    }
}
@media screen and (max-width: 1564px) {

    .text-outline{
        top: 32px;
        left: 134px;
        font-size: 84px !important;
        -webkit-text-stroke: 0.130rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 141px;
        font-size: 80px !important;
        -webkit-text-stroke: 0.130rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 132px;
        font-size: 79px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 134px;
        font-size: 74px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 134px;
        font-size: 70px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 128px;
        font-size: 67px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 117px;
        font-size: 64px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 108px;
        font-size: 61px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 101px;
        font-size: 59px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 25px;
        left: 95px;
        font-size: 57px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 20px;
        left: 86px;
        font-size: 59px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 20px;
        left: 86px;
        font-size: 52px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 20px;
        left: 86px;
        font-size: 48px !important;
        -webkit-text-stroke: 0.1rem #777777;
    }
}

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

    .text-outline{
        top: 34px;
        left: 170px;
        font-size: 101px !important;
        -webkit-text-stroke: 0.130rem #777777;
    }
    .otp-input{
        margin: 8px;
        width: 45px;
    }
}

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

    .text-outline{
        top: 34px;
        left: 170px;
        font-size: 90px !important;
        -webkit-text-stroke: 0.130rem #777777;
    }
}

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

    .text-outline{
        top: 36px;
        left: 134px;
        font-size: 84px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top: 36px;
        left: 134px;
        font-size: 77px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top: 22px;
        left: 115px;
        font-size: 72px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
    .otp-input{
        margin: 4px;
        width: 45px;
    }
}

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

    .text-outline{
        top: 34px;
        left: 140px;
        font-size: 77px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}
@media screen and (min-width: 576px){
    .apps-popup .modal-content {
        min-width: 500px;
    }
}
@media screen and (max-width: 575px){
    .apps-popup .modal-content {
        left: 1rem;
        right: 1rem;
        width: auto;
    }
}
@media screen and (max-width: 560px) {

    .text-outline{
        top: 30px;
        left: 130px;
        font-size: 73px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top: 29px;
        left: 108px;
        font-size: 70px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top: 29px;
        left: 108px;
        font-size: 63px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top:22px;
        left:104px;
        font-size:55px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top:22px;
        left:91px;
        font-size:55px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

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

    .text-outline{
        top:26px;
        left:88px;
        font-size:53px !important;
        -webkit-text-stroke: 0.111rem #777777;
    }
}

@media screen and (max-width: 390px) {
    .userInput{
       display:block !important;
    }

    .text-outline{
        top:17px;
        left:89px;
        font-size:51px !important;
        -webkit-text-stroke: 0.136rem #777777;
    }
}

@media (min-width: 986px) and (max-width: 1500px) {

    .index-new-workout-boxes .p2 {
        font-size: 21px !important;
    }

    .price-card-pl {
        padding-left:0.5rem !important;
    }

    .price-card-pr {
        padding-right:0.5rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1060px) {
    .signup-section1-px {
         padding-left: 2rem;
         padding-right: 2rem;
    }

    .navbar-time p { padding-right: 32.6rem !important; }

    .skew1{ padding:10px 25px !important; }
}

@media (min-width: 601px) and (max-width: 986px) {

    .navbar-time p {
        padding-right: 16rem !important;
    }

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

    .navbar-brand img {
        width:69px !important;
        height:30px !important;
    }

    .navbar-dark .navbar-toggler {
        border-color: #F6BA51 !important;
        width: 2rem;
        height: 1.4rem;
        margin-bottom: 0.5rem;
        padding-left: 10px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("assets/icons/hamburger-icon.png");
        width: 0.7rem;
        height: 0.7rem;
        margin-bottom: 0.8rem;
    }

    .nav-link {
        font-family: Poppins-Bold !important;
        font-size: 15px !important;
        line-height: 16px !important;
    }

    .dropdown-menu {
        min-width: 0 !important;
        max-width:8.5rem !important;
        margin-bottom: 1rem !important;
    }

    .dropdown-menu a {
        font-size:12px !important;
    }

    p.navbar-signup-btn {
        font-family: Poppins-Bold;
        font-size: 15px;
    }

    .signup-btn-p {
        padding: 4px 22px !important;
    }

    .header {
        min-height:27rem !important;
    }

    .banner-text {
        font-size:3rem !important;
    }

    .header-faqs h1 {
        font-size:35px !important;
    }

    .faqs-section2 h1 {
        font-size:25px !important;
    }

    .justify-content-end {
        justify-content: flex-start !important;
    }

    .index-new-workout-boxes {
        height:6rem !important;
        padding:0.5rem !important;
    }

    .index-new-workout-boxes .p1 {
        font-family:Poppins-Bold;
        font-size:11px;
        padding-top:1.2rem;
    }

    .index-new-workout-boxes .p2 {
        font-family:Poppins-Bold;
        font-size:12px;
        line-height:12px;
        padding-top:0!important;
    }

    .workoutbox-img-01 {
        width:44px !important;
    }

    .workoutbox-img {
        width:50px !important;
    }

    .index-section6 h2 {
        font-size: 43px !important;
    }

    .section5 p {
        font-size:14px !important;
    }

    .section6 img {
        padding-top: 5rem !important;
        height:auto !important;
    }

    .index-section7 h2 {
        font-size: 29px !important;
    }

    .about-section1 img {
        margin-top:5rem !important;
    }

    .about-section3 p {
        font-size:11px !important;
    }

    .price-card h1 {
        font-size: 38px !important;
    }

    .price-card h3 {
        font-size: 13px !important;
    }

    .price-card h2 {
        padding-top: 1rem !important;
    }

    .pt-2-1rem {
        padding-top: 1.4rem !important;
    }

    .price-card-pl {
        padding-left: 1rem !important;
    }

    .price-card-pr {
        padding-right: 1rem !important;
    }

    .price-card-radio {
        height: 2.5rem !important;
    }

    .price-card-line-pt {
        padding-top: 0.4rem !important;
    }

    .price-card-text-pl-advance {
        padding-left: 1rem !important;
    }

    .price-card h5 {
        font-size: 8px !important;
    }

    .price-card h4 {
        font-size: 15px !important;
    }

    .price-card p {
        font-size: 7px !important;
    }

    .price-card a {
        margin-left:1rem !important;
    }

    .contact-section p {
        font-size: 13px !important;
    }

    p.contact-form-address {
        font-size: 10px !important;
    }

    h1.signup-section2 {
        font-size: 34px !important;
    }

    .visa-icon-dimensions-ipad {
        width: 3rem !important;
        height: 2rem !important;
    }

    .maestro-icon-dimensions-ipad {
        width: 3.3rem !important;
        height: 2rem !important;
    }

    .paypal-icon-dimensions-ipad {
        width: 3.5rem !important;
        height: 2rem !important;
    }

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

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

    a.backtohome {
        margin-top: 0 !important;
    }

    .footer-pages-pl {
        padding-left:0 !important;
    }

    p.contactpg-email {
        padding-top:0.4rem !important;
        font-size:7px !important;
    }

    p.footer-email {
        font-size:8px !important;
    }
}

@media (min-width: 320px) and (max-width: 600px) {

    .navbar-time p {
        font-size: 12px !important;
        margin-bottom: 0 !important;
        padding-right: 5.5rem !important;
    }

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

    .navbar-brand img {
        width:90px !important;
        height:auto !important;
    }

    .navbar-time {
        padding-top: 0.3rem !important;
    }

    .navbar-dark .navbar-toggler {
        border-color: #F6BA51 !important;
        width: 2.5rem;
        height: 2rem;
        margin-bottom: 0.5rem;
        padding-top: 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("assets/icons/hamburger-icon.png");
        width: 1rem;
        height: 1rem;
        margin: auto;
    }

    .nav-link {
        font-family: Poppins-Bold !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .dropdown-menu {
        min-width: 0 !important;
        max-width: 8rem !important;
        height: auto !important;
        padding-top: 0.25em !important;
        padding-bottom: 0.25em !important;
    }

    .dropdown-menu a {
        font-size:12px !important;
    }

    .dropdown-item {
        padding: 0 1rem !important;
    }

    p.navbar-signup-btn {
        font-family: Poppins-Bold;
        font-size: 12px;
    }

    .signup-btn-p {
        padding: 0px 17px !important;
    }

    .justify-content-end {
        justify-content: flex-start !important;
    }

    .header {
        min-height:20rem !important;
    }

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

    .banner-text {
        font-size:2.3rem !important;
    }

    .header-faqs h1 {
        font-size:35px !important;
    }

    .faqs-section2 h1 {
        font-size:25px !important;
    }

    h3.index-subheading-pg {
        font-family: Poppins-Medium;
        font-size:19px;
    }

    .centering{
        text-align: center;
    }

    .index-section1 h1 {
        font-size: 35px !important;
    }

    .index-section1 h2.h1 {
        font-size: 35px !important;
    }

    .index-section1 p {
        padding-left:0.5rem !important;
        padding-right:0.5rem !important;
    }

    .index-section2 h2 {
        font-size: 29px !important;
    }

    .index-counter {
        width: 8.5rem !important;
    }

    h3.index-section3-heading {
        font-size: 29px !important;
    }

    .index-section4 h2 {
        font-size: 29px !important;
    }

    .index-new-workout-boxes .p2 {
        font-size: 23px !important;
    }

    .index-section3 h2 {
        font-size: 25px !important;
    }

    .index-section4 h3 {
        padding-top:2.4rem;
    }

    #div-img-02-lg {
        display: none !important;
    }

    #div-img-02-sm {
        display: block !important;
    }

    .index-section5-pb {
        padding-bottom:2rem !important;
    }

    .index-section6 h2 {
        font-size: 29px !important;
    }

    .index-section7 h2 {
        font-size: 32px !important;
    }

    .index-section7 h3 {
        padding-top: 2rem !important;
    }

    .logoMarqueeSection {
        margin-left: 0 !important;
    }

    .about-section1 h1 {
        font-size:2rem !important;
    }

    .about-section1 img {
        margin-top:4rem !important;
    }

    .about-section2 h2 {
        font-size:21px !important;
    }

    .about-section3 p {
        font-size:11px !important;
    }

    .price-card-radio {
        height: 3.8rem !important;
    }

    .price-card-line-pt {
        padding-top: 1.2rem !important;
    }

    .price-card-text-pl-advance {
        padding-left: 1.5rem !important;
    }

    .price-card h5 {
        font-size: 13px !important;
    }

    .price-card p {
        font-size: 11px !important;
    }

    .price-card a {
        margin-left:3.5rem !important;
    }

    .price-section2 h1 {
        font-size: 32px !important;
    }

    .price-section2 img {
        padding:0.7rem !important;
    }

    .price-section2-img-last {
        margin-bottom:1.4rem !important;
    }

    button.btn-sm-contact-center {
        margin-right:6rem !important;
    }

    .back-btn-sm {
        width:2rem !important;
    }

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

    .section6 img {
        height:auto !important;
    }

    .accordion-div-w {
        width:100% !important;
    }

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

    .package-section1-px {
        padding-left:0.9rem !important;
        padding-right:0.9rem !important;
    }

    h1.signup-section2 {
        font-size: 34px !important;
    }

    a.backtohome {
        margin-bottom: 4rem;
    }

    .footer-pages-pl {
        padding-left:0 !important;
    }
}

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

    .header{
        min-height: 40rem;
    }

    .divtop{
        margin-top:  0px !important;
        margin-left:  0px !important;
    }

    .pricing-section2 h1 {
        font-size: 25px !important;
    }

    .section7 h5 {
        margin-top: 3rem !important;
    }

    .centering{
        text-align: center;
    }
    .centering p {
        text-align: justify;
    }
    .pdnone{
        padding: 0 !important;
    }

    .about-section2 h2 {
        margin-bottom:0 !important;
    }

    .contact-row {
        --bs-gutter-x: 0 !important;
    }
}
@media screen and (max-width: 320px) {
    .logo {
        margin-top: -1rem;
        max-width: 100px;
        height: auto;
    }
    .navbar-dark .navbar-toggler {
        border-color: #f6ba51;
    }
    .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
        vertical-align: unset;
    }
    .navbar-time p {
        padding-right: 0;
        font-size: 12px;
    }
    .navbar-dark .navbar-brand {
        margin-top: 0;
    }
    .navbar-dark .navbar-toggler {
        margin-bottom: 0;
    }
    .nav-link {
        font-size: 18px !important;
        line-height: 40px;
    }
    .skew1 {
        padding: 10px 28px;
    }
    p.navbar-signup-btn {
        font-size: 18px;
    }
    .container-fluid.px-5.header-px-0 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .text-outline {
        font-size: 36px !important;
    }
    .index-section1 h1 {
        font-size: 28px;
    }
    h3.index-subheading-pg {
        font-size: 22px;
    }
    .index-section1 h2 {
        font-size: 20px;
    }
    .index-section1 h2.h1 {
        font-size: 28px !important;
    }
    .index-section2 h2 {
        font-size: 24px;
    }
    h3.index-section3-heading {
        font-size: 30px;
    }
    .index-section4 h2 {
        font-size: 28px;
    }
    .index-new-workout-boxes .p2 {
        font-size: 16px;
    }
    .index-counter {
        width: 7.2rem !important;
    }
    .section5 p {
        font-size: 14px;
    }
    .index-new-workout-boxes .p1 {
        font-size: 12px;
    }
    .index-section6 h2 {
        font-size: 20px;
    }
    .index-section7 h2 {
        font-size: 20px;
    }
    .index-section7 h3 {
        font-size: 12px;
    }
    .index-section7 p, .index-section6 p {
        font-size: 16px;
    }
/*    About page */
    .banner-text {
        font-size: 1.8rem;
    }
    .about-section1 h3 {
        font-size: 1.5rem;
    }
    .about-section2 h2 {
        font-size: 18px;
    }
/*    Sign Up page */
    .signup-section1-px {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    h1.signup-section2 {
        font-size: 32px;
    }
/*    Package page */
    .package-section1-px {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    p.package-text3 {
        font-size: 15px;
    }
}
@media screen and (max-width: 260px) {
    .text-outline {
        top: 7px;
        left: 50px;
    }
    .index-counter {
        width: 5.2rem !important;
    }
    .index-counter h3 {
        font-size: 12px;
    }
    .logoMarqueeSection {
        margin: 3rem -3rem;
    }

}

*{
    box-sizing: border-box ;
}
.column {

    float:left;
    width:150px;
    padding:10px;
}


