.padding-90 {
    padding: 90px 0
}

.padding-60 {
    padding: 60px 0
}

.paddingB-90 {
    padding-bottom: 90px
}

.paddingT-90 {
    padding-top: 90px
}

button {
    border: none;
}

    button:focus,
    a:focus {
        outline: none !important;
    }

a {
    text-decoration: none;
    font-family: "Raleway", sans-serif;
}

.bg1 {
    background: #efefef;
}


h1 {
    font-family: "Raleway", sans-serif;
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 75px;
}

h2 {
    font-family: "Raleway", sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 62px;
}

h3 {
    font-family: "Raleway", sans-serif;
    font-size: 38px;
    font-weight: 800;
}

h4 {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
}

h5 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

p {
    font-weight: 500;
    font-size: 20px;
}

video {
    width: 100%;
}



body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-size: 1.15rem !important;
    background-color: #fff !important;
    color: #252525 !important;
}

:root:has(.rz-layout) body {
    font-family: "Roboto", sans-serif !important;
}

.login-btn {
    background: #fd5727 url(../images/white-next-arrow.svg) no-repeat 89% 50%;
    color: #fff;
    border-radius: 100px;
    padding: 10px 48px 10px 32px;
    font-weight: 600;
    transition: all .3s;
    font-size: 16px;
}

    .login-btn:hover {
        background: #018fc6 url(../images/white-next-arrow.svg) no-repeat;
        background-position: 92% center;
        transition: all .3s;
    }

.header-top ul li a {
    color: #212529;
    font-weight: 400;
    padding: 23px 0;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
}


.header-top nav {
    padding: 8px 50px 8px 50px;
    background-color: transparent !important;
}

.header-top ul {
    margin-right: 30px;
}

.mobile-logo {
    display: none;
}


.main-banner-top {
    background-image: linear-gradient(to right, #034375, #04497d, #055085, #05568d, #055d95);
    position: relative;
    overflow: hidden;
}

    .main-banner-top p {
        color: #fff;
        max-width: 76%;
    }

.banner-groupPhoto-bg {
    position: absolute;
    right: 0;
    bottom: -2.5rem
}

.banner-left-contentbox {
    margin: 7rem 0 9rem 0;
}

    .banner-left-contentbox h1 {
        margin-bottom: 1rem;
    }

.white-underline-bottom {
    position: relative;
    border-bottom: 4px solid #fff;
}



.header-top .navbar-brand {
    padding: 0;
}

.graphic-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.strength-training-block {
    text-align: center;
    background-color: var(--rz-body-background-color);
}

.section-smallTitle-top {
    font-size: 33px;
    font-weight: 600;
}

.grey-content-box {
    text-align: left;
    display: flex;
    background: #d8d8d8;
    padding: 45px;
    border-radius: 8px;
    width: 48.8%;
    transition: all linear 0.3s;
}

    .grey-content-box:hover {
        transform: translateY(-7px);
        transition: all linear 0.3s;
    }

    .grey-content-box p {
        display: flex;
    }

        .grey-content-box p img {
            margin-right: 1rem;
        }

.strength-training-block .row {
    gap: 2rem;
    margin-bottom: 40px;
}

.strength-training-block h2 {
    margin-bottom: 40px;
}

.container.theexercise-videoblock p {
    margin: 5px 0 20px 0;
}

.theexercise-videoblock video {
    border-radius: 8px;
}

.theexercise-videoblock .row {
    margin-bottom: 0;
}


/*marquee css start*/




.custome-marquee {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .custome-marquee div {
        background-color: #252525;
        display: flex;
        width: 200%;
        overflow: hidden;
        animation: marquee 20s linear infinite alternate;
        position: absolute;
        padding: 25px 0;
    }

    .custome-marquee span {
        float: left;
        margin-left: 25px;
        font-size: 33px;
        text-transform: uppercase;
        color: white;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

@keyframes marquee {
    0% {
        left: 0;
    }

    50% {
        left: -80%;
    }

    100% {
        left: 0;
    }
}




/*marquee css end*/


.quote-left-block img {
    margin-right: 3rem;
}

.quote-left-block {
    display: flex;
    align-items: flex-start;
}

.quote-right-block {
    margin-left: 5rem;
}

    .quote-right-block figure img {
        border-radius: 8px;
    }

.space-holder {
    position: relative;
    width: 100%;
}

.scienceBiofitness-block .horizontal {
    position: absolute;
    height: 100%;
    will-change: transform;
}

.scienceBiofitness-block .cards {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.scienceBiofitness-block .clipscroll {
    clip-path: inset(-100vw -100vw -100vw 0);
}

.scienceBiofitness-block .sample-card {
    position: relative;
    height: 644px;
    width: 1070px;
    margin-right: 75px;
    flex-shrink: 0;
}

.sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
}

.scienceBiofitness-block {
    display: flex;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    overflow: hidden;
}

.footer {
    background: #efefef;
    padding: 39px 0;
}

    .footer a {
        font-size: 20px;
        color: #252525;
        font-weight: 600;
    }

    .footer p {
        font-size: 18px;
    }

.move-left-img {
    right: 10rem;
}

.schoolTrainingSpecialist-right h4 {
    text-transform: capitalize;
    font-weight: 600;
}


.schoolTrainingSpecialist-right {
    padding: 0 6% !important;
}

.schoolTrainingSpecialist-block .row {
    display: flex;
    align-items: center;
}

.header-top ul li a.dropdown-item {
    padding: 3px 0;
}

.header-top ul li .dropdown-menu {
    padding: 20px;
}

.header-top .dropdown-toggle::after {
    background: url(../images/down-arrow-black.svg);
    width: 16px;
    height: 12px;
    border: 0;
    transition: all linear 0.3s;
}

.header-top .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: all linear 0.3s;
}

/*Login Css start*/

.login {
    background-color: #fff;
}

.loginBox {
    max-width: 750px;
    margin: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 50px;
    text-align: center;
    background: #fff;
}

    .loginBox .form-group,
    .loginBox form input {
        text-align: left;
    }

    .loginBox h2 {
        font-family: raleway, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 54px;
    }

.loginOuter {
    border: 1px solid #707070;
    border-radius: 6px;
    padding: 8px 20px;
}

    .loginOuter input {
        padding: 0;
        font-size: 20px;
        margin: 0;
        border: none;
        height: auto;
        line-height: normal;
    }

    .loginOuter .form-control:focus {
        border: none;
        box-shadow: none;
    }

    .loginOuter label {
        margin: 0;
        color: #7D7D7D;
    }

.forgotpassword {
    display: block;
    margin-top: 20px;
    color: #055D9F;
    border-bottom: 1px solid #055D9F;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}

    .forgotpassword:hover {
        color: #FD5727;
        border-bottom: 1px solid #FD5727;
    }

.orSepartor {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0;
    position: relative;
}

    .orSepartor:before {
        width: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        background: #ABABAB;
        height: 1px;
    }

    .orSepartor span {
        background: #fff;
        padding: 5px 35px;
        position: relative;
    }

.registerAccount {
    color: #7D7D7D;
    font-size: 20px;
}

    .registerAccount a {
        color: #055D9F;
        font-weight: 500;
        font-size: 20px;
        border-bottom: 1px solid #055D9F;
    }

        .registerAccount a:hover {
            color: #FD5727;
            border-bottom: 1px solid #FD5727;
        }


/*Login Css end*/

/*Consent Page css start*/

.outerBox {
    max-width: 1068px;
    margin: auto;
}

.innerBox {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 50px;
}

.consentBox {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
}

    .consentBox h2 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
    }

    .consentBox h3 {
        font-size: 24px;
        line-height: inherit;
        font-weight: 700;
        position: relative;
    }

        .consentBox h3:before {
            width: 26px;
            height: 26px;
            background: url(../images/tick-icon-black.svg) no-repeat left top;
            content: '';
            position: relative;
            left: 0;
            top: 0;
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }

    .consentBox p {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
    }

.consentBtnBlock {
    padding: 50px;
}

/*Consent Page css end*/

/*Faq page css start*/
.faqHead {
    text-align: center;
    margin-bottom: 50px;
}

    .faqHead h2 {
        font-size: 34px;
        line-height: 44px;
        font-weight: 700;
    }

#faq .card {
    margin-bottom: 30px;
    border-radius: 12px;
    border: 0;
}

    #faq .card .card-header {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background: transparent;
        margin: 0;
    }

        #faq .card .card-header .btn-header-link {
            display: block;
            text-align: left;
            background: rgba(0, 169, 224, .10);
            color: #222;
            padding: 30px 40px;
            font-weight: 600;
            font-size: 24px;
        }

            #faq .card .card-header .btn-header-link:after {
                content: "";
                background: url(../images/accordion-down-arrow.png) no-repeat left center;
                font-weight: 900;
                float: right;
                width: 20px;
                height: 12px;
                transform: rotateX(180deg);
                margin-top: 12px;
            }

            #faq .card .card-header .btn-header-link.collapsed {
                background: transparent;
                color: #252525;
                border-bottom: 1px solid #707070;
            }

                #faq .card .card-header .btn-header-link.collapsed:after {
                    content: "";
                    background: url(../images/accordion-down-arrow.png) no-repeat left center;
                    transform: rotateX(0deg);
                }

    #faq .card .collapsing {
        background: rgba(0, 169, 224, .10);
        line-height: 30px;
    }

    #faq .card .collapse {
        border: 0;
    }

        #faq .card .collapse.show {
            background: rgba(0, 169, 224, .10);
            line-height: 30px;
            color: #222;
        }

#faq .card-body {
    padding: 0 40px 30px;
}

    #faq .card-body p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

/*Faq page css end*/

/*All Button Css Start*/

.blueBtn {
    background: #00A9E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px 60px;
    transition: .3s ease all;
}

    .blueBtn:hover {
        background: #FD5727;
    }

/*All Button Css End*/

/*About page css start*/
.aboutGreyBg {
    background: #EFEFEF;
}

    .aboutGreyBg h1 {
        color: #252525;
        font-weight: 900;
    }

        .aboutGreyBg h1 span {
            color: #252525;
            font-weight: 700;
        }

    .aboutGreyBg .banner-left-contentbox {
        margin: 7rem 0 7rem 0;
    }

.aboutBannerImg {
    margin-top: 7rem;
    text-align: center;
}

.aboutContentBlock h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 20px;
}

.aboutContentBlock p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.aboutTimeline {
    margin: 30px 0;
    float: left;
    width: 100%;
}

    .aboutTimeline h3 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 500;
        margin-bottom: 10px;
        border-bottom: 1px solid #707070;
        font-family: Roboto, sans-serif;
    }

    .aboutTimeline p {
        max-width: 50%;
        float: right;
        font-size: 20px;
    }

.readmoreMsg {
    font-size: 24px;
    font-weight: 600;
    color: #004E89;
    background: url(../images/plus-icon.png) no-repeat right center;
    padding: 10px 50px 10px 0;
}

    .readmoreMsg:hover {
        color: #FD5727;
    }

/*About page css end*/

/*News Listing page css start*/

.newsInnerBox {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 50px;
    margin-bottom: 30px;
    transition: all linear 0.3s;
}

    .newsInnerBox:hover {
        transform: translateY(-7px);
    }

    .newsInnerBox p {
        font-size: 20px;
        line-height: 32px;
        font-weight: 400;
    }

    .newsInnerBox h4 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        margin-bottom: 15px;
    }

.newsdate {
    font-size: 18px;
}


/*News Listing page css end*/


/*Videos page css start*/
.bibliography {
    text-align: center;
}

    .bibliography h2 {
        font-size: 42px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 60px 0 15px 0;
        line-height: 48px;
    }

    .bibliography p {
        max-width: 85%;
        margin: auto;
    }

.videoPageBox.newsInnerBox {
    padding: 0;
}

    .videoPageBox.newsInnerBox h4 {
        padding: 25px 50px;
        font-weight: 700;
        font-family: roboto, sans-serif;
    }

.bibliography ul {
    list-style: none;
    text-align: center;
    margin-top: 35px;
}

    .bibliography ul li {
        text-align: left;
        padding: 10px 0;
    }

        .bibliography ul li:before {
            width: 24px;
            height: 24px;
            content: '';
            position: relative;
            background: url(../images/tick-icon-black.svg) no-repeat left center;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

/*Videos page css end*/

.grey-content-box button,
.grey-content-box a {
    display: contents;
}

    .grey-content-box a.clickHereBtn {
        color: #fd5727;
        font-size: 18px;
    }

        .grey-content-box a.clickHereBtn:hover {
            color: var(--rz-menu-top-item-hover-color);
        }


/*--Parq test page css start--*/

.boxcontainerSmall {
    max-width: 1066px;
    margin: auto;
}

    .boxcontainerSmall h1 {
        color: #252525;
        font-size: 34px;
        font-weight: 700;
        font-family: Raleway, sans-serif;
    }

.parqSteps ul {
    background: #EDEDED;
    padding: 20px;
    border-radius: 50px;
}

    .parqSteps ul .rz-steps-number {
        padding: 4px;
        font-family: Roboto, sans-serif;
    }

.rz-steps.parqSteps .rz-state-highlight .rz-steps-number {
    background: #FD5727;
}

.parqSteps h3 {
    color: #252525;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    text-align: center;
}

.rz-steps.parqSteps .rz-card.rz-variant-filled {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 50px;
}

.parqSteps h4 {
    color: #252525;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    padding: 0 10px;
}

.parqSteps .rz-switch .rz-switch-circle:before {
    background: #F44336;
    width: 2rem;
    height: 2rem;
    left: 0;
    margin-top: -15px;
    border-radius: calc(5* var(--rz-border-radius) - 3px);
    transition: transform 0.2s linear;
    box-shadow: 5px -5px 6px rgba(0, 0, 0, .3) inset;
}

.parqSteps .rz-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    min-width: 4rem;
    height: 1.8rem;
    border-radius: calc(5* var(--rz-border-radius));
}

    .parqSteps .rz-switch .rz-switch-circle {
        background: #EDEDED;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
        border-radius: calc(5* var(--rz-border-radius));
        box-shadow: 2px -3px 4px rgba(0, 0, 0, .2) inset;
    }


    .parqSteps .rz-switch.rz-switch-checked .rz-switch-circle:before {
        background: #4BAE4F;
        width: 2rem;
        height: 2rem;
        right: 10px;
        left: initial;
        margin-top: -15px;
        border-radius: calc(5* var(--rz-border-radius) - 3px);
        transition: transform 0.2s linear;
        box-shadow: 5px -5px 6px rgba(0, 0, 0, .3) inset;
    }

.parqSteps .rz-steps-next {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    background: #FD5727;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
}

    .parqSteps .rz-steps-next:hover {
        color: #fff !important;
        background: #FC724A;
    }

.parqSteps .rz-steps-prev {
    display: inline-flex;
    align-items: center;
    color: rgba(0,0,0,.40%);
    text-decoration: none;
    background: #EDEDED;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 600;
}

    .parqSteps .rz-steps-prev:hover {
        color: rgba(0,0,0,1) !important;
        background: #D8D7D7;
    }


/*--Parq test page css end--*/

/*--Workout Steps css start--*/

.workoutSteps .parqSteps {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    /*padding: 50px;*/
    padding: 20px;
    background: #fff;
}

    .workoutSteps .parqSteps ul {
        background: #fff;
        padding: 0px;
        border-radius: inherit;
    }

        .workoutSteps .parqSteps ul li {
            font-size: 18px;
            font-weight: 600;
            display: table-cell;
        }

            .workoutSteps .parqSteps ul li a {
                padding-bottom: 12px;
                border-bottom: 1px solid #BDBDBD;
            }

            .workoutSteps .parqSteps ul li.rz-steps-current a {
                border-bottom: 2px solid #FC724A;
            }

                .workoutSteps .parqSteps ul li.rz-steps-current a .rz-steps-title {
                    color: #FC724A;
                }

        .workoutSteps .parqSteps ul .rz-steps-number {
            padding: 4px;
            font-family: Roboto, sans-serif;
            background: transparent;
            border: 1px solid #252525;
        }

        .workoutSteps .parqSteps ul li.rz-steps-current .rz-steps-number {
            border: 1px solid transparent;
        }

    .workoutSteps .parqSteps h3 {
        color: #252525;
        font-size: 24px;
        font-weight: 600;
        font-family: Roboto, sans-serif;
        text-align: left;
        margin-top: 20px;
    }

    .workoutSteps .parqSteps .rz-steps-buttons {
        margin-top: 40px;
    }

    .workoutSteps .parqSteps .rz-lookup-search input, .workoutSteps .parqSteps .rz-inputtext,
    .workoutSteps .parqSteps .rz-multiselect, .workoutSteps .parqSteps .rz-dropdown, .workoutSteps .parqSteps .rz-textarea, .workoutSteps .parqSteps .rz-textbox {
        width: 100%;
    }
/*.workoutSteps .parqSteps .rz-multiselect, .workoutSteps .parqSteps .rz-dropdown, .workoutSteps .parqSteps .rz-spinner {
        height: inherit;
        padding: 1rem;
    }*/

/*--Workout Steps css end--*/

.rz-menu:not(.rz-profile-menu) .rz-navigation-menu {
    margin: 0 0 0 -80px !important;
}

.mainheading-bl {
    color: #252525;
    font-weight: 700;
    font-size: 34px;
    color: #252525;
    text-transform: capitalize;
}


.workoutSteps.prescriptionBlock .rz-steps.parqSteps ul[role="tablist"] li a {
    padding-bottom: 12px;
    border-bottom: 1px solid #BDBDBD;
    padding-left: 30px;
    padding-right: 30px;
}

.workoutSteps.prescriptionBlock .rz-steps.parqSteps ul[role="tablist"] li {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 0;
    flex-shrink: 0;
    justify-content: normal;
    align-items: center;
}

.workoutSteps.prescriptionBlock .rz-steps.parqSteps [role="tablist"] {
    display: flex;
}

.workoutSteps.prescriptionBlock .rz-steps.parqSteps ul[role="tablist"] li.rz-steps-current a {
    border-bottom: 2px solid #FC724A;
}


.rz-form-field-content, .rz-colorpicker, .rz-lookup-search input, .rz-spinner, .rz-calendar .rz-inputtext, .rz-multiselect, .rz-dropdown, .mask, .rz-textarea, .rz-textbox {
    border: 1px solid rgba(112, 112, 112, .5) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    background-color: #fff !important;
    font-size: 22px;
    font-family: Roboto, sans-serif;
    height: auto !important;
    width: 100%;
    padding: .8rem;
    margin-bottom: 1.5rem;
}

.rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-autocomplete-items li, .rz-dropdown-items li, .rz-multiselect-items li, .rz-dropdown-item {
    font-size: 22px !important;
}

.workoutSteps.prescriptionBlock .form-check-input {
    position: relative;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.workoutSteps.prescriptionBlock .rz-widget-content .grey-content-box {
    text-align: left;
    display: inline-block;
    background: #efefef;
    padding: 45px;
    border-radius: 8px;
    width: 48%;
    transition: all linear 0.3s;
    margin: 1%;
    vertical-align: top;
}


    .workoutSteps.prescriptionBlock .rz-widget-content .grey-content-box ul {
        background: transparent;
    }

        .workoutSteps.prescriptionBlock .rz-widget-content .grey-content-box ul li {
            display: block;
            font-weight: 500;
            margin: 7px 0;
            background: url(../images/tick-icon-black.svg) no-repeat left center;
            padding-left: 35px;
        }

.rz-datatable-thead th .rz-column-title, .rz-grid-table thead th .rz-column-title {
    font-size: 1rem !important;
    text-transform: capitalize;
    padding: 1rem;
}

.rz-datatable {
    border-radius: 6px;
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.parqSteps table td, .parqSteps table th {
    vertical-align: top;
}

.listNameTableBlock {
    background-color: #EFEFEF;
    border: 1px solid #A8A8A8;
    padding: 0 0 1rem 0;
    border-radius: 12px;
}


    .listNameTableBlock table th {
        background-color: #DBDBDB;
    }

.tableHeadingWorkout {
    font-weight: 600 !important;
    padding: 0 1rem !important;
}

.listNameTableBlock .rz-datatable {
    border-radius: 0px;
}

.listNameTableBlock table td {
    padding: 1rem;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(245, 245, 245, 1);
    border-top: 1px solid #BDBDBD;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(233, 233, 233, 1);
    border-top: 1px solid #BDBDBD;
}



/*Dashboard Css Start*/
.dashboard-strength-boxs-block {
    display: flex;
    align-items: center;
}

.strengthbox {
    background: #fff;
    width: 200px;
    border-radius: 1rem;
    text-align: center;
    padding: 35px;
    margin-right: 35px;
}

    .strengthbox:last-child {
        margin-right: 0;
    }


    .strengthbox figure {
        width: 60px;
        margin: 0 auto 19px auto;
    }

    .strengthbox span {
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 25px;
    }


.strength-activebox span {
    color: #fff;
}

.strength-activebox {
    background: #fd5727;
}

.addworkout-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
}

    .addworkout-btn:after {
        display: none !important;
    }

.add-btn-box {
    background: transparent;
}

    .add-btn-box .dropdown-menu.show {
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'Raleway',sans-serif;
    }


.timetableChart-accrodion-main {
    padding-top: 0;
}

    .timetableChart-accrodion-main #faq .card .card-header .btn-header-link, .timetableChart-accrodion-main #faq .card .collapse.show {
        background: #fff;
    }

    .timetableChart-accrodion-main #faq .card .card-header .btn-header-link {
        padding: 21px 40px;
    }

    .timetableChart-accrodion-main #faq .card-body {
        padding: 30px 40px;
    }

    .timetableChart-accrodion-main #faq .card .collapse.show {
        border-top: 1px solid #d9d9d9;
    }

    .timetableChart-accrodion-main #faq .card .card-header .btn-header-link.collapsed {
        border-bottom: none;
    }

    .timetableChart-accrodion-main #faq .card {
        box-shadow: inset 0.1rem 0.1rem 0.8rem 0.1rem rgb(0 0 0 / 17%), 0 0.6rem 1.5rem -0.1rem rgb(0 0 0 / 9%);
    }

        .timetableChart-accrodion-main #faq .card .collapsing {
            background: #fff;
        }

.dashboard-banner-main .banner-left-contentbox {
    margin: 7rem 0 4rem 0;
}


/*Dashboard Css End*/



.grey-content-box.selfTestBlock button {
    display: block;
}

.grey-content-box.selftestList {
    width: 100% !important;
}

.profileHeadingBox {
    max-width: 1024px;
    margin: auto;
}

    .profileHeadingBox h1 {
        color: #252525;
        font-weight: 700;
        font-family: Roboto, sans-serif;
        text-transform: capitalize;
        font-size: 2.4rem;
    }

.profileImageBlock {
    width: 200px;
    height: 200px;
    display: flex;
    border: 1px solid #707070;
    border-radius: 100px;
    text-align: center;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
}

.bluformbtn {
    background-color: #00A9E0 !important;
    font-size: 18px;
    padding: 0.5rem 3rem;
    border-radius: 50px;
}

.profileFormFlieds .rz-datepicker {
    display: block;
}

    .profileFormFlieds .rz-datepicker input {
        border: 1px solid rgba(112, 112, 112, .5) !important;
        border-radius: 6px !important;
        box-shadow: none !important;
        background-color: #fff !important;
        font-size: 22px;
        font-family: Roboto, sans-serif;
        height: auto !important;
        width: 100%;
        padding: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .profileFormFlieds .rz-datepicker .rz-datepicker-trigger {
        inset-block-start: 38%;
    }

.makingmoneyList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .makingmoneyList li {
        position: relative;
        padding: 0rem 2rem;
        margin: 1rem 0;
        font-weight: 500;
    }

        .makingmoneyList li:before {
            background: url(../images/tick-icon-black.svg) no-repeat center;
            width: 20px;
            height: 20px;
            position: absolute;
            content: '';
            left: 0;
            top: 0;
        }

.text-transform-initial {
    text-transform: initial !important;
}

.loginBox form input#SubscriptionKeyText {
    border: none !important;
}


.orangeFormBtn {
    font-size: 1.6rem;
    padding: .7rem 2.8rem;
    border-radius: 3rem;
}

.rz-dialog-content .rz-card.rz-variant-filled {
    box-shadow: none !important;
}

.rz-dialog-content .rz-card h4 {
    text-align: center;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

.rz-layout {
    height: auto !important;
}

.rz-steps.parqSteps .rz-numeric {
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
    border: 1px solid rgba(112, 112, 112, .5) !important;
    padding: .7rem;
    height: auto;
}

/*video coaching page css start*/
.video-top-block figure {
    margin-bottom: 0;
    height: 335px;
    width: 19.8%;
}

.media-block {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 335px;
}

.video-top-block .newsInnerBox {
    margin-bottom: 0;
    display: flex;
    gap: 15px;
}

.video-top-block figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.technique-instructions-section {
    padding-bottom: 0;
}

.media-block video {
    display: block;
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.aboutContentBlock {
    padding-top: 30px;
}

.media-block-wrap {
    width: 80.5%;
}

    .media-block-wrap h4, .video-top-block figure h4 {
        margin-bottom: 0;
        margin-top: 20px;
    }
/*video coaching page css end*/
