    :root {
        --bs-periwinkle: #b2b7ff;
        --bs-title-font-size: 2.6vw;
        --bs-title-font-size-responsive: 6.9vw;
        --bs-title-font-size-landscape-responsive: 4.9vw;
        --bs-bg_white: #ffffff;
        --r-globalnav-color: rgba(0, 0, 0, 0.8);
        --r-globalnav-color-secondary: #E8E8ED;
        --r-globalnav-color-hover: #FFFFFF;
        --r-globalnav-text-zoom-scale: 1;
        --text-black: #000000;
    }

    .bg-white {
        background-color: var(--bs-bg_white);
    }

    .showClass {
        display: block !important;
    }

    .hideClass {
        display: none !important;
    }

    .text-black {
        color: var(--text-black);
    }

    #ActicateDeviceModal .back_btn.showClass {
        display: inline-block !important;
    }

    #pageloader img {
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
        position: absolute;
        top: 50%;
        width: 10%;
        height: auto;
    }

    .ajax_form_field {
        position: relative;
    }
    .ajax_form_field #loader1 {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 9999;
    }

    .ajax_form_field #loader1 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 1) {

        /* temp changes */
        /* .title2_home_page {
            display: none;
        } */
        .slider-title,
        .intensity-slider-title {
            margin-top: 50px;
            margin-bottom: 20px;
            font-size: 20px;
        }

        .extra_pad {
            padding-bottom: 60px;
        }
    }

    @media only screen and (min-width: 1201px) and (max-width: 1369px) {
        /* div.bhoechie-tab-menu.small_device_filter {
            top: 13% !important;
            left: 2% !important;
        } */

    }

    @media only screen and (min-width: 1370px) and (max-width: 1605px) {

        /* div.bhoechie-tab-menu.small_device_filter {
            top: 14% !important;
            left: 2% !important;
        } */
    }

    @media only screen and (min-width: 1441px) and (max-width: 2560px) {
        div.bhoechie-tab-menu.small_device_filter {
            top: 11% !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            width: 85px !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            transform: scale(1.3) !important;
        }
    }

    /* Specifically only for boxes and its contents on homepage to its related category */

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

        #main-class-ul li,
        #main-catagory-ul li,
        ul.trainer_main_ul li,
        #sub-catagory-ul li {
            width: 140px !important;
            min-height: 100px !important;
        }

        .amt_cat_label>img {
            width: 45px !important;
            height: 45px !important;
        }

        ul#sub-catagory-ul li {
            margin-bottom: 5px;
            margin-left: 10px;
            line-height: 18px;
        }

        .main-catagory-class label,
        .main-catagory label {
            line-height: 18px;
            font-size: 15px;
        }

        .main-int-wrapper {
            display: none;
        }

        div.bhoechie-tab-menu.small_device_filter {
            position: fixed;
        }

    }

    @media (min-width: 360px) and (max-width: 576px) {

        #main-class-ul li,
        #main-catagory-ul li,
        ul.trainer_main_ul li,
        #sub-catagory-ul li {
            width: 175px !important;
            min-height: 100px !important;
            height: auto;
        }

        .amt_cat_label>img {
            width: 60px !important;
            height: 60px !important;
        }

        ul#sub-catagory-ul li {
            margin-bottom: 5px;
        }

        div.bhoechie-tab-menu.small_device_filter {
            top: 30%;
        }
    }

    @media (min-width: 540px) and (max-width: 767px) {

        #main-class-ul li,
        #main-catagory-ul li,
        ul.trainer_main_ul li,
        #sub-catagory-ul li {
            width: 150px !important;
            min-height: 150px !important;
            height: auto;
        }

        .amt_cat_label>img {
            width: 60px !important;
            height: 60px !important;
        }
    }


    /* On the Google Pixel 2 it is 2.625
If you want to target devices with at least this pixel density in CSS, you can use this media query. */

    @media only screen and (-webkit-min-device-pixel-ratio: 2.625) {
        .main-catagory.show-div ul#main-catagory-ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: auto;
            margin: 0px auto;
        }

        .nav_custom {
            position: fixed;
            bottom: -1px;
            width: 100%;
            height: 55px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            display: flex;
            overflow-x: auto;
            z-index: 999999999;
        }

        .nav__link_custom {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            min-width: 50px;
            overflow: hidden;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 13px;
            color: #444444;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            transition: background-color 0.1s ease-in-out;
        }

        .progress_report_box {
            padding: 55px 0 70px !important;
        }

        .project-box-content-header p {
            word-wrap: break-word;
        }

        .progress_report_box .filter_box:first-child,
        .progress_report_box .filter_box:last-child {
            text-align: center !important;
        }

        .progress_report_box .filter_box .dwn_report_btn {
            font-size: 14px !important;
        }

        .project-box-footer .total_counts {
            font-size: 15px;
            display: block;
            text-align: center;
            align-content: center;
        }

    }

    /* Bottom menu navigation */

    @media (min-width: 320px) and (max-width: 480px) {
        /** Remove By Trainer **/
        /* .nav_custom {
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 55px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            display: flex;
            overflow-x: auto;
            z-index: 999999999;
        }
        
        .nav__link_custom {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            min-width: 50px;
            overflow: hidden;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 13px;
            color: #444444;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            transition: background-color 0.1s ease-in-out;
        }
        
        .nav__link_custom>i {
            font-size: 24px;
            font-weight: 600;
            line-height: normal;
            padding-top: 0px;
            margin-top: 0px;
        }
        
        .nav__text {
            font-size: 15px;
            line-height: 30px;
        } */
        /** Remove By Trainer **/

        #activation_popup a {
            font-size: 16px !important;
            line-height: 20px !important;
            padding: 10px 10px !important;
            width: auto !important;
        }

        .progress_report_box .panel-info>.panel-heading .panel-title,
        .progress_report_box .filter_box {
            width: 100% !important;
        }

        .progress_report_box {
            padding: 55px 0 70px !important;
        }

        .jj_position_absolute .nav>li.nav-about ul {
            z-index: 100;
            border-bottom: 2px solid !important;
            border-top: 0px !important;
            top: 2.6em !important;
            right: 0em;
            width: 100%;
        }

        .navbar-right {
            text-align: center;
        }
    }

    .nav__link_custom {
        font-size: 18px;
        color: #000000 !important;
    }

    .nav__link_custom:hover {
        background-color: #b2b7ff;
        color: #000000 !important;
    }

    .nav__link_custom--active {
        color: #b2b7ff !important;
    }

    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon-v1.0/fonts/icomoon.eot?4578ji');
        src: url('../fonts/icomoon-v1.0/fonts/icomoon.eot?4578ji#iefix') format('embedded-opentype'), url('../fonts/icomoon-v1.0/fonts/icomoon.ttf?4578ji') format('truetype'), url('../fonts/icomoon-v1.0/fonts/icomoon.woff?4578ji') format('woff'), url('../fonts/icomoon-v1.0/fonts/icomoon.svg?4578ji#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    [class^="icon-"],
    [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 27px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
    }

    .icon-telemed-2:before {
        content: "\e900";
    }

    /* Bottom menu navigation */

    .temp {
        width: auto;
    }

    .sf {
        margin: 0 auto;
        width: 12%;
        position: relative;
        left: 93px;
    }

    .sf img {
        width: 62px;
    }

    .sf {
        margin: 0 auto;
        width: 12%;
        position: relative;
        left: 93px;
    }

    .sfr {
        margin: 0 auto;
        width: 100%;
        position: relative;
        left: 93px;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
    }

    #text {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 20px;
        color: white;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    /* .main-banner-area:after{
  position: relative;
} */

    .form-slide {
        display: none;
    }

    .start {
        display: block;
    }

    .slider-radio-group .slider-radio-group-2 {
        list-style-type: none;
        margin: 25px 0 0 0;
        padding: 0;
    }

    .slider-radio-group li {
        float: left;
        margin: 0 5px 0 0;
        width: 200px;
        min-height: 200px;
        position: relative;
        text-align: center;
        margin-left: 20px;
        /*border-color: #B2B8FF;*/
        border-color: black;
        font-size: x-large;
        line-height: 40px;
        text-align: center;
    }

    .slider-radio-group label,
    .slider-radio-group input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .slider-radio-group-2 input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .slider-radio-group input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .slider-radio-group-2 input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .slider-radio-group input[type="radio"]:checked+label,
    .Checked+label {
        background: #B2B8FF;
        color: white;
    }

    .slider-radio-group input[type="radio"]:checked+label>.img-select {
        display: block;
    }

    .slider-radio-group input[type="radio"]:checked+label>.img-unselect {
        display: none;
    }

    .slider-radio-group-2 input[type="radio"]:checked+label,
    .Checked+label {
        background: #B2B8FF;
        color: white;
    }

    .slider-radio-group label {
        padding: 5px;
        border: 1px solid black;
        border-radius: 20px;
        cursor: pointer;
        z-index: 90;
        padding-top: 30px;
        background: white;
    }

    .slider-radio-group-2 label {
        padding: 5px;
        border: 1px solid black;
        border-radius: 20px;
        cursor: pointer;
        z-index: 90;
        width: 200px;
        min-height: 200px;
        background: white;
    }

    .slider-radio-group label:hover {
        background: #B2B8FF;
        color: white;
    }

    .slider-radio-group label:hover .img-select {
        display: block;
    }

    .slider-radio-group label:hover .img-unselect {
        display: none;
    }

    .slider-radio-group-2 label:hover {
        background: #B2B8FF;
        color: white;
    }

    .trainer-photo {
        display: list-item;
    }

    .trainer-option {
        display: inline;
    }

    .previous-slide {
        background: #B1B8FF;
        border: 1px solid #000000;
        border-radius: 30px;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

    .previous-slide:hover {
        background-color: #b2b7fe;
        cursor: pointer;
        color: #ffffff !important;
        transform: scale(1.05);
        border: 2px solid #ffffff;
    }

    .video-select {
        margin-bottom: 20px;
        margin-top: 5px;
        background-color: #4CBB17;
        ;
        color: white;
        border: none;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 30px;
    }

    .slider-radio-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img-unselect {
        display: block;
    }

    .img-select {
        display: none;
    }

    #overlay {
        position: fixed;
        /* Sit on top of the page content */
        display: none;
        /* Hidden by default */
        width: 100%;
        /* Full width (cover the whole page) */
        height: 100%;
        /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        /* Black background with opacity */
        z-index: 2;
        /* Specify a stack order in case you're using a different order for other elements */
    }

    .modal.fade.in .lab-modal-body {
        bottom: 0;
        opacity: 1;
    }

    .lab-modal-body h1 {
        font-size: 4rem;
    }

    .lab-modal-body p {
        margin: 0 0 1.62rem 0;
        line-height: 1.62;
        font-weight: 300;
        font-size: 1.62rem;
        color: #fff;
    }

    .lab-modal-body {
        position: relative;
        bottom: -250px;
        margin: 55% auto 0;
        padding: 0px;
        max-width: 100%;
        height: auto;
        background-color: #b2b8ff;
        color: white;
        border: 1px solid #BEBEBE;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    }

    .close {
        text-shadow: 0 1px 0 #ffffff;
    }

    .popup-button {
        margin-top: 80%;
    }

    /*wathsala styles*/

    #main-class-ul li {
        outline: none;
        float: left;
        width: 350px;
        min-height: 200px;
        position: relative;
        text-align: center;
        border-color: black;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    #main-catagory-ul li,
    ul.trainer_main_ul li {
        outline: none;
        float: left;
        width: 200px;
        min-height: 200px;
        position: relative;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
        border-color: black;
        line-height: 40px;
    }

    #main-catagory-ul {
        justify-content: center;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        align-items: flex-start;
    }

    .main-catagory-class input[type="radio"],
    .main-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .main-catagory-class label,
    .main-catagory label {
        cursor: pointer;
        z-index: 10000;
    }

    .main-catagory-class input[type="radio"],
    .main-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .main-catagory-class label,
    .main-catagory-class input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .main-catagory label,
    .main-catagory input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .main-catagory label {
        padding: 25px 5px 5px;
        border: 1px solid black;
        border-radius: 20px;
        cursor: pointer;
        z-index: 10000;
        background: white;
        font-weight: bold;
        line-height: 18px;
        box-shadow: 0px 10px 10px -5px rgb(178 183 254);
    }

    .main-catagory-class label:hover .img-unselect {
        display: none;
    }

    .main-catagory label:hover .img-unselect {
        display: none;
    }

    .main-catagory-class label:hover .img-select {
        display: block !important;
    }

    .main-catagory-class label:hover #animation_bind_recovery,
    .main-catagory label:hover #animation_bind_hip {
        display: none !important;
    }

    .main-catagory label:hover .img-select {
        display: block !important;
    }

    .img-unselect {
        display: block;
    }

    /* .main-catagory-class label:hover{
        -webkit-transform-origin-x: scale3d(1.2,1.2,1) translate3d(0,-11px,0) perspective(500px);
        transform: scale3d(1.2,1.2,1) translate3d(0,-11px,0) perspective(500px);
        z-index: 10001;
        transition: 1.0s;
    } */

    .amt_class_label>img:hover {
        outline: none;
        border: 3px solid #8388d6;
    }

    .main-catagory label:hover {
        background: #B2B8FF;
        color: white;
        padding: 25px 5px 5px !important;
        transform: scale(1.05);
        border: 2px solid #ffffff;
        padding: 25px 5px 5px !important;
    }

    .keyDeafultSelect {
        background: #B2B8FF;
        color: white;
        padding: 25px 5px 5px !important;
    }

    .keySelect {
        padding-top: 0px !important;
    }

    .selec label {
        background: #B2B8FF !important;
        color: white;
    }

    #main-class-ul li.selec .img-select {
        display: block !important;
    }

    #main-catagory-ul li.selec .img-select {
        display: block !important;
    }

    #main-class-ul li.selec .img-unselect {
        display: none !important;
    }

    #main-class-ul {
        clear: both;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }

    #main-catagory-ul li.selec .img-unselect {
        display: none !important;
    }

    /*subcatagory styles*/

    .sub-catagory,
    .trainer-catagory,
    .main-catagory,
    .main-category-class {
        display: none;
    }

    #sub-catagory-ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #sub-catagory-ul li {
        outline: none;
        float: left;
        width: 200px;
        min-height: 200px;
        position: relative;
        text-align: center;
        margin-right: 10px;
        border-color: black;
        font-size: x-large;
        line-height: 40px;
        text-align: center;
    }

    .sub-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .sub-catagory label {
        border: 3px solid black;
        border-radius: 20px;
        cursor: pointer;
        padding: 25px 5px 5px;
        z-index: 1000;
        font-size: 15px;
        background: white;
        font-weight: bold;
        box-shadow: 0px 10px 10px -5px rgb(178 183 254);
    }

    .sub-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    .sub-catagory label,
    .sub-catagory input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .sub-catagory label .amt_cat_label>img {
        margin-bottom: 10px;
    }

    .sub-catagory label:hover .img-unselect {
        display: none;
    }

    .sub-catagory label:hover .img-select {
        display: block;
    }

    /* .img-unselect {
    display: block;
} */

    .sub-catagory label:hover {
        background: #B2B8FF;
        color: white;
        transform: scale(1.05);
        border: 2px solid #ffffff;
    }

    /* .selec label{
  background: #B2B8FF !important;
  color: white;
} */

    #sub-catagory-ul li.selec .img-select {
        display: block !important;
    }

    #sub-catagory-ul li.selec .img-unselect {
        display: none !important;
    }

    #sub-catagory-ul li,
    .trainer-maindv {
        display: none;
    }

    /*Trainer styles*/

    .trainer-show {
        display: inline;
        margin-right: 20px;
    }

    .trainer-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }

    ul.trainer_main_ul li>label {
        padding: 5px;
        border: 1px solid black;
        border-radius: 20px;
        cursor: pointer;
        z-index: 90;
        font-size: 16px;
        padding-top: 15px;
        background: white;
    }

    .trainer-photo {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: 0px auto;
    }

    .trainer_main_ul label,
    .trainer_main_ul input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .trainer-option .selec {
        background: #B2B8FF;
        color: white;
    }

    .show-div {
        display: block !important;
    }

    .backbtn-cls {
        background: #B2B8FF;
        color: white;
    }

    .no-background {
        background: none !important;
        min-height: calc(100vh - 265px);
    }

    .home_about {
        margin-top: 10px;
        margin-bottom: 0px;
        position: relative;
    }

    .slider-title {
        text-align: center;
        margin-top: 80px;
        margin-bottom: 30px;
        /* margin: 0 0 30px; */
        font-size: 40px;
        color: var(--bs-periwinkle);
    }

    .intensity-slider-title {
        text-align: center;
        color: white;
        margin-top: 100px;
        margin-bottom: 50px;
        font-size: 40px;
    }

    .custom_li_join>label {
        color: #000000;
    }

    .st-int-color {
        color: rgb(115, 115, 115);
    }

    .trainer-title {
        text-align: center;
        margin-top: 15px !important;
        margin: 0px;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .video-boxes .more-p.selec {
        font-weight: 700;
    }

    .video-boxes .btn-back.selec {
        background: #8891f1;
    }

    h1,
    h3 {
        font-weight: 300;
    }

    h5.mb-0 {
        font-size: 23px;
        font-weight: 600;
    }

    .bg-purple {
        background: #9FA6FF;
    }

    .nav-link {
        color: #000;
        font-weight: 500;
        font-size: 18px;
    }

    .f-25 {
        font-size: 25px;
    }

    .w-250 {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }

    .w-f {
        -ms-flex: 1;
        flex: 1;
        max-width: 1;
    }

    .text-red {
        color: #FF204D;
    }

    ul.side-nav li p {
        padding: 10px 15px;
        display: block;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        border-top: 1px solid #b7bdff;
    }

    ul.side-nav li:last-child p {
        border-bottom: 1px solid #b7bdff;
    }

    ul.side-nav li.active p {
        background: #fff;
        color: #b7bdff;
    }

    ul.side-nav li p:hover {
        background: #fff;
        color: #b7bdff;
    }

    .bg-darkpurple {
        background: #6E76C2;
    }

    .rounded-8 {
        border-radius: 8px;
    }

    .h-300 {
        height: auto;
        min-height: 300px;
    }

    /* .btn-back {
        border: transparent;
        color: black !important;
        background: #B1B8FF;
        padding: 7px 45px;
        font-size: 21px;
        border-radius: 30px;
        font-weight: 600;
    } */
    .back_btn_area .bkbtnhome>i {
        font-size: 30px;
    }

    .btn-back {
        border: transparent;
        color: black;
        padding: 5px 20px;
        border-radius: 10px;
        font-weight: 600;
        background-color: #ffffff;
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
        border: 2px solid #b2b7fe;
    }

    .bkbtnhome {
        color: black !important;
    }

    .bkbtnhome:hover,
    .btn-back:hover {
        background-color: #b2b7fe;
        cursor: pointer;
        color: #ffffff !important;
        transform: scale(1.05);
        border: 2px solid #ffffff;
    }

    a.navbar-brand {
        padding-right: 37px;
        padding-left: 36px;
    }

    /* .asasasas {
        height: 80px !important;
    } */

    .w-101 {
        width: 101px;
    }

    .text-purple {
        color: #B1B8FF;
    }

    .rounded-25 {
        border-radius: 25px;
    }

    .carousel-caption.play {
        bottom: 8px;
    }

    .fam-center {
        width: 50%;
    }

    .border-dark {
        border: 1px solid #d9d7d7 !important;
    }

    .border-w {
        border-left: 1px solid #9fa6ff;
        border-right: 1px solid #9fa6ff;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tab-list li.active a {
        font-weight: 600;
    }

    a.text-purple {
        font-size: 19px;
    }

    .f-20 {
        font-size: 20px !important;
    }

    h6.mb-0 {
        font-size: 18px;
        font-weight: 500;
    }

    .tab-list li a {
        font-size: 18px;
        color: #fffbfb;
        font-weight: 400;
        /* padding: 10px; */
        padding: 1px 10px;
    }

    .trainer_video_intensity.tab-list li a {
        color: #000;

        display: block;
    }

    .class-details {
        margin-left: 30px;
    }

    .class-container {
        border-color: #B1B8FF;
        border-style: solid;
        border-width: thin;
        padding: 10px;
        cursor: pointer;
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .class-container:hover {
        background-color: #ebebeb;
    }

    .story {
        display: none;
    }

    .show-story {
        cursor: pointer;
        font-size: medium;
    }

    .category-selector {
        font-weight: 300;
        border-radius: 8px;
        border: none;
        background-color: rgb(68 71 74 / 86%);
    }

    .li_thick {
        background-color: #b3b6ffd6;
    }

    .li_thick:hover {
        background-color: #000000d1;
    }

    .category-selector,
    .more {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 0px;
    }

    .thick {
        font-weight: 800 !important;
        color: #fff !important;
    }

    .categories_tabs {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .categories_tabs ul li:hover {
        background-color: #cbcdfb;
        transition: background-color 0.5s cubic-bezier(0.05, 0, 0, 1);
    }

    .v_cm .yellow {
        padding: 5px;
        color: #ffff00;
    }

    .v_cm .red {
        color: salmon;
        border-radius: 29px;
        padding: 5px;
    }

    .v_cm .green {
        color: limegreen;
        border-radius: 29px;
        padding: 5px;
    }

    .pill {
        padding: 0 10px;
        border-radius: 50px;
    }

    .btn-primary-pill_btn {
        border-radius: 50px;
    }

    .title2_home_page.title2_yourtime {
        font-size: 51px;
        margin-top: 2.5cm;
        font-weight: 700;
        margin-bottom: 1.5cm;
    }

    .title2_home_page {
        margin-bottom: 5px;
        color: white;
        margin-top: 0px;
        font-size: 29px;
    }

    .h1_sub_title {
        position: relative;
        font-size: 46px;
        font-weight: 700;
    }

    .yourinsurance {
        font-size: 47px;
        margin-top: 60px;
        font-weight: 700;
    }

    .imgfamtitle {
        margin-bottom: 0px;
        color: white;
        margin-top: 5px;
    }

    .amt_class_label>img {
        height: 100%;
        max-width: 100%;
        outline: none;
        border-radius: 8px;
    }

    .amt_cat_label>img {
        width: 100px;
        height: 100px;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    .amt_cat_label svg {
        width: 75% !important;
        height: auto !important;
        margin: 0px auto !important;
        margin-top: 0px !important;
    }

    .hip .amt_cat_label {
        padding-top: 0px !important;
    }

    /* .recovery .amt_cat_label{
        padding-top: 0px !important;
    } */
    .amt_sub_cat_box {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        display: flex;
    }

    .amt_back_mrg {
        margin-top: 30px;
    }

    .trainer-boxes {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .amt-image-box {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .amt-image-box img {
        width: 160px;
        height: 160px;
    }

    .story {
        font-size: 14px;
        text-align: left;
        text-align: justify;
        padding-left: 15px;
        padding-right: 15px;
    }

    .list-inline {
        display: flex;
        justify-content: center;
    }

    .categories_tabs .trainers_page>li {
        /* margin-right: 5px; */
        /** Remove By Sahejad **/
        /* margin-right: 15px; */
        /** Remove By Sahejad **/
        /** Add By Sahejad **/
        margin: 0 7px;
        /** Add By Sahejad **/
    }

    #aboutus {
        /*background-image: url('../images/middle_sectionlady.jpg');
        background-repeat: no-repeat;
        background-size: cover;*/
        text-align: center;
        position: relative;
    }

    .v_box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0px;
        overflow: hidden;
        width: 100%;
        z-index: 1;
        outline: none;
        border: 3px solid transparent;
        border-radius: 10px;
    }

    .p-0 {
        padding: 0px;
        padding-right: 5px;
    }

    .v_bar_op {
        width: 100%;
        position: absolute;
        border-radius: 1px 0px 0px 0px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .v_detail {
        text-align: center;
        width: 100%;
    }

    .v_detail .v_cm {
        color: #f5f5f5;
        z-index: 4;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }

    .v_thumb_img {
        width: 100% !important;
    }

    .v_ply_btn {
        width: 40px;
        position: absolute;
        z-index: 10;
        right: 20px;
        top: 10px;
        text-align: center;
        display: none;
    }

    .v_ply_btn_img {
        width: 100%;
    }


    .v_box_btn {
        cursor: pointer;
    }

    .list-inline>li>p {
        line-height: 0px;
    }

    .media {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .media:focus {
        outline: none;
    }

    .btn-back:focus {
        outline: none;
        background: #9ea2dc;
    }

    .more:focus {
        outline: none;
        color: #000000;
        font-weight: 700;
    }

    .v_box:focus {
        outline: none;
        border: 3px solid #8388d6;
    }

    .selected_focus {
        outline: none;
        border-color: #8388d6;
        border-radius: 25px;
    }

    .show-story:focus,
    .trainers_page>li:focus {
        outline: none;
        font-weight: 500;
    }

    .common_back_button {
        color: black;
        background: #B1B8FF;
        padding: 5px;
        font-size: 16px;
        border-radius: 30px;
    }

    .video_player_button {
        color: black;
        background: #b2b7ff;
        padding: 6px;
        font-size: 16px;
        border: 1px solid #000000;
        border-radius: 30px;
    }

    .video_player_button:focus {
        outline: none !important;
        background: #9ea2dc;
    }

    .amt_show_div {
        display: block !important;
    }

    .amt_hide_div {
        display: none !important;
    }

    .categories-title {
        padding-left: 16px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

    .more-button-bottm {
        color: #000000;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
    }

    .more-button:focus .new-more-button-bottm {
        outline: none;
        color: #000000;
        font-weight: 700;
    }

    .more-button:focus .arrow_down_button {
        background: #9ea2dc;
    }

    .selected_more .arrow_down_button {
        background: #9ea2dc;
    }

    .selected_more .new-more-button-bottm {
        outline: none;
        color: #000000;
        font-weight: 700;
    }

    .arrow-right-img {
        background: url(../images/arrow-right-img.png) no-repeat;
        height: 34px;
        width: 100;
        margin-left: 5px;
        width: 20px;
        vertical-align: middle;
        display: inline-block;
    }

    .arrow-right-img>img {
        width: 15px;
    }

    .video-boxes {
        position: relative;
    }

    .owl-loaded .owl-nav {
        display: block;
        ;
    }

    .owl-theme .owl-nav .more-button-right {
        color: #000000;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
    }

    .owl-theme .owl-nav .disabled {
        display: none !important;
    }

    .no_video_found {
        display: block;
        width: 100%;
        margin: 0px auto;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        color: #ffffff;
        font-size: 4rem;
        line-height: 6.5rem;
    }

    .more-btn-img {
        line-height: 0px;
        margin-bottom: 0px;
    }

    .more-button {
        text-align: center;
    }

    .video-boxes .focus_element.selec .v_box {
        outline: none;
        border: 3px solid #8388d6;
    }

    .selected_first {
        outline: none !important;
        background: #9ea2dc !important;
        min-width: 80px;
    }

    .button_area {
        position: relative;
        height: 100%;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        margin-top: 22px !important;
        margin-bottom: 22px;
    }

    .button_area_for_search_list {
        position: relative;
        height: 100%;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        margin-top: 22px !important;
        /* margin-top: 0px !important;  */
        margin-bottom: 30px;
    }

    .back_btn_area {
        display: inline-block;
    }

    .more_button_section {
        display: inline-block;
        text-align: center;
        width: 55px;
    }

    .arrow_down_button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        z-index: 9999999;
        display: inline-block;
        background: #B2B7FF;
        border-radius: 50px;
        text-align: center;
        color: white;
        font-size: large;
        transition: all 0.5s linear;
        text-decoration: none;
        -webkit-box-shadow: inset 0 0 15px 0 rgb(54 54 54 / 30%);
        box-shadow: inset 0 0 15px 0 rgb(54 54 54 / 30%);
    }

    .new-more-button-bottm {
        color: #000000;
        font-size: 16px;
        margin: 0px;
        padding: 0px;
        font-weight: 500;
    }

    .video_player_button.v_btn_pad {
        /* padding: 6px 12px 6px 12px !important; */
    }

    a.arrow_down_button:hover,
    a.arrow_down_button:focus {
        text-decoration: none;
        -webkit-box-shadow: 0 0 15px 0 rgb(54 54 54 / 30%);
        box-shadow: 0 0 15px 0 rgb(54 54 54 / 30%);
    }

    .amt-crt-wt {
        width: 130px;
        margin-top: 20px;
    }

    img.amt-cla-wt {
        width: 145px;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    img.extra_style {
        width: 145px;
        height: 46px;
        margin-right: 0px;
    }

    .amt-fai-wt {
        width: 110px;
        margin-top: 16px;
    }

    .amt-cla-wt-box {
        text-align: center;
        margin-top: 5px;
    }

    .amt-fai-wt-box {
        text-align: center;
    }

    /* Footer sections CSS starts from here */

    .footer_bottom_section {
        background: #b2b7ff;
        color: #515151;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .amt-ftr-bottom_title {
        font-size: 24px;
        font-weight: 800;
        line-height: 28px;
        padding-bottom: 8px;
        color: #737373;
    }

    .banners_icons {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 0.5cm;
        display: none;
    }

    .streaming_icons {
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }

    .streaming_icons h4 {
        text-align: center;
        padding: 15px 0px;
        font-size: 19px;
        font-weight: 500;
        margin-bottom: 0.5cm;
    }

    .sba_way_sport-image {
        display: inline-block;
    }

    .move_your_way {
        width: 10em;
        border-radius: 11px;
        height: auto;
    }

    .streaming_icons>a>img.amt-cla-wt {
        width: 80px;
        border-radius: 10px;
        margin-bottom: 5px;
        height: auto;
    }

    .custom-partners {
        margin: 0;
        display: inline-block;
        margin-left: 0.5cm;
    }

    .custom-partners>a:hover,
    .medicare-certificate-logo>a:hover {
        cursor: default;
    }

    .custom-partners>a>img.amt-cla-wt {
        width: 100%;
        border-radius: 0px !important;
        margin-bottom: 5px;
        height: auto;
        margin-top: 20px;
    }

    .amt-ftr-bottom_content ul {
        list-style: none;
        margin: 5px 0;
        padding: 0 0 0 0;
    }

    .amt-ftr-bottom_content ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .amt-ftr-bottom_content ul li:last-child {
        font-weight: 700;
    }

    .amt-footer_in_section .ftr_third_box {
        text-align: right;
    }

    .amt-ftr-country-bottom {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .amt-ftr-country-bottom_content ul {
        list-style: none;
        margin: 5px 0;
    }

    .amt-ftr-country-bottom_content ul li {
        font-size: 19px;
        line-height: 26px;
        font-weight: 700;
        float: left;
        min-width: 20%;
    }

    .amt-ftr-country-bottom_content ul>li:last-child {
        margin-right: 0px;
        text-align: right;
    }

    .amt-ftr-bottom_content ul li>a,
    .amt-ftr-bottom_content ul li>span>a {
        color: #737373;
    }

    .ftr_second_box .amt-ftr-bottom_content ul li {
        float: left;
        line-height: 15px;
        width: 15%;
        border-right: 1px solid #737373;
        font-weight: 500;
        text-align: center;
    }

    .ftr_second_box .amt-ftr-bottom_content ul li:last-child {
        border-right: none;
    }

    .amt-footer_in_section {
        padding-top: 15px;
    }

    .ftr_third_box .amt-ftr-bottom_content ul li>span>i {
        font-size: 16px;
        display: inline-block;
        float: none;
        padding: 0px;
    }

    .content_area {
        min-height: 60vh;
    }

    .fixed_pos {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .copyright {
        background-color: #dfdfdf;
        padding: 0px !important;
    }

    .copyright,
    .copyright .auto-container,
    .auto-container>a,
    .ftr_tel_num>a {
        color: #737373;
    }

    .amt-ftr-country-bottom_content ul>li {
        color: #020202;
    }

    .focus_element.selec .v_ply_btn,
    .v_box:focus .v_ply_btn,
    .v_box:hover .v_ply_btn {
        display: block;
    }

    .v_box:hover {
        outline: none;
        border: 3px solid #8388d6;
    }

    .bottomtext {
        font-size: 50px;
    }

    /* Kunal CSS */

    .video-modal {
        background-color: black;
    }

    .video-modal-header {
        border: none;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .video-modal-footer {
        border: none;
        /* padding-top: 10px;
        padding-bottom: 10px; */
        padding: 10px 10px;
    }

    .video-modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .video-modal-content {
        height: auto;
        min-height: 90%;
        border-radius: 0;
    }

    .video-body {
        /* height: 85vh; */
        height: calc(100vh - 135px);
    }

    .video-modal-footer {
        text-align: center;
    }

    .video_player_button {
        font-weight: bold;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .sidebar_intensity {
        display: none;
        position: fixed;
        top: 30%;
        z-index: 9999999;
        left: 0;
        right: 0;
    }

    .intensityType .intensityName {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        display: inline-block;
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(-90deg);
        -ms-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0;
        margin-left: 0px;
        text-transform: uppercase;
        text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
        /* float: left; */
        margin-top: 85px;
    }

    .intensityType {
        background-color: #b2b7ff;
        cursor: pointer;
    }

    .intensityType:hover {
        background-color: #969be6;
    }

    .intensityType:hover .intensityName {
        background-color: #969be6;
        color: #000000 !important;
    }

    ul#intensity_filter>li {
        width: 35px;
        height: 100%;
    }

    /* Tab menus CSS */

    div.bhoechie-tab-menu {
        padding-right: 0;
        padding-left: 0;
        position: sticky;
        padding-bottom: 0;
        z-index: 500;
        float: left;
        width: 160px;
    }

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
        margin-top: 30px;
    }

    div.bhoechie-tab-menu div.list-group .list-group-item {
        margin-bottom: 0;
        /* background-color: #b2b7ff; */
        background-color: #ffffff !important;
        border: none;
        position: relative;
        display: block;
        padding: 0px 10px;
        /* margin-top: 30px; */
    }

    div.bhoechie-tab-menu div.list-group .list-group-item:hover {
        /* color: #ffffff !important; */
        text-decoration: none;
        /* background-color: #5a55a3 !important; */
        background-color: #ffffff !important;
        font-size: 18px;
        font-weight: 700;
    }

    div.bhoechie-tab-menu div.list-group>a {
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #000000;
    }

    div.bhoechie-tab-menu div.list-group>a .glyphicon,
    div.bhoechie-tab-menu div.list-group>a .fa {
        color: #5A55A3;
    }

    div.bhoechie-tab-menu div.list-group>a:first-child {
        border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
    }

    div.bhoechie-tab-menu div.list-group>a:last-child {
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
    }

    div.bhoechie-tab-menu div.list-group>a.active,
    div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
    div.bhoechie-tab-menu div.list-group>a.active .fa {
        /* background-color: #5A55A3; */
        background-color: #ffffff !important;
        color: #000000 !important;
        font-size: 18px;
        font-weight: 700;
    }

    div.bhoechie-tab-menu div.list-group>a.active:hover {
        color: #000000 !important;
    }

    div.bhoechie-tab-content {
        background-color: #ffffff;
        /* border: 1px solid #eeeeee; */
        padding-left: 20px;
        padding-top: 10px;
    }

    div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
        display: none;
    }

    div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
        height: auto;
        max-width: 100%;
    }

    div.bhoechie-tab-menu.small_device_filter {
        left: 2%;
        bottom: 0;
        top: 13.5em;
        position: fixed;
        width: auto;
    }

    div.bhoechie-tab-menu.small_device_filter div.list-group .list-group-item {
        padding: 0px 0px;
        background-color: #ffffff;
    }

    div.bhoechie-tab-menu.small_device_filter div.list-group .list-group-item:hover {
        background-color: #ffffff !important;
    }

    div.bhoechie-tab-menu.small_device_filter div.list-group .intensityImg>a.active {
        padding: 0px 14px;
        border-radius: 20px;
        display: inline-block;
    }

    div.bhoechie-tab-menu.small_device_filter .intensityImg {
        margin-bottom: 20px;
        width: 70px;

    }

    div.bhoechie-tab-menu.small_device_filter .intensityImg>a.active img {
        filter: invert(100%);
    }

    .buttons .list-inline-item {
        margin: 0px;
        vertical-align: bottom;
    }

    .hidden {
        display: none !important;
    }

    #installContainer {
        width: 100%;
        display: inline-block;
        margin: 0px auto;
        margin-top: 25px;
    }

    #installContainer button {
        font-size: 25px;
        background-color: #f5f900;
        border: transparent;
        font-weight: bold;
        padding: 5px;
        padding: 10px;
        border-radius: 48px;
        color: black !important;
    }

    .come_join {
        margin-top: 0em;
        margin-bottom: 2em;
    }

    .comeJoinMar10em {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }

    .amt_social_icons {
        width: 50px;
        height: 50px;
    }

    .amt_social {
        width: 100%;
        margin: 0px auto;
        float: right;
    }

    .consent_modal_class .modal-dialog {
        width: 1160px;
        border: 1px solid #e5e5e5;
    }

    .consent_modal_class .modal-body {
        padding: 5px !important;
        height: auto !important;
    }

    .calendly_main_box {
        height: 680px;
        overflow: hidden !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .timetable_sec select {
        margin-bottom: 30px !important;
    }

    .btn-lg,
    .btn-sm,
    .btn-md {
        border-radius: 30px;
    }

    .error {
        color: red;
        font-size: 13px;
    }

    #success_message {
        color: green;
    }

    .center-block {
        background: #ffffff;
        padding: 20px;
        min-height: 40vh;
        border-radius: 30px;
        /* Remove By Sahejad */
        /* margin-top: 30px; */
        /* Remove By Sahejad */
        /* Add By Sahejad */
        margin-top: 52px;
        /* Add By Sahejad */
    }

    .profile-tab-heading {
        background: lightgray;
    }

    .panel-submit {
        background: #B2B7FF
    }

    .singup_bottom_details {
        margin-top: 16px;
        font-size: 14px;
    }

    .singup_bottom_details>p {
        line-height: 22px;
    }

    .verification_form h6 {
        color: #b2b7ff;
        font-size: 20px;
        font-weight: bold;
    }

    #wrapper.verification_form {
        font-family: Lato;
        font-size: 1.5rem;
        text-align: center;
        box-sizing: border-box;
        color: #333;
        height: 100vh;
        padding: 0px;
        background-color: var(--bs-bg_white);
    }

    .verification_form #dialog {
        margin: 4cm auto;
        padding: 30px 30px;
        display: inline-block;
        position: relative;
        max-width: 450px;
        overflow: auto;
        background: #fff;
        box-shadow: 0px 15px 16.83px 0.17px rgb(0 0 0 / 5%);
        -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px 15px 16.83px 0.17px rgb(0 0 0 / 5%);
        -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        -ms-border-radius: 20px;
    }

    .verification_form h3 {
        margin: 0 0 10px;
        padding: 0;
        line-height: 1.25;
    }

    .verification_form #form {
        max-width: 250px;
        margin: 25px auto 0;
    }

    .verification_form input {
        margin: 0 5px;
        text-align: center;
        line-height: 80px;
        font-size: 50px;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #ccc inset;
        outline: none;
        width: 20%;
        transition: all .2s ease-in-out;
        border-radius: 3px;
        display: inline-block;
    }

    .verification_form #dialog #form button {
        background: #b2b7ff;
        border-color: #b2b7ff;
        border-radius: 39px;
        padding: 7px 0px;
        font-size: 22px;
        color: #000000;
        margin: 30px 0 10px;
        width: 100%;
        text-transform: uppercase;
    }

    .verification_form #dialog #form button:hover {
        background: #4292dc;
    }

    .verification_form #dialog #form button:focus {
        outline: none;
    }

    .verification_form div {
        position: relative;
        z-index: 1;
    }

    .emailErrorMsg {
        font-size: 13px;
        line-height: 20px;
    }

    .emailErrorMsg>a {
        font-size: 14px;
        color: blue;
        text-decoration: none;
        font-weight: 500;
        display: inline-block;
    }

    .content-inside {
        min-height: calc(100vh - 70px);
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .activate_join_btn {
        display: inline-block;
    }

    .activate_join_btn .join-btn {
        margin-top: 0px !important;
        padding: 6px 12px;
        padding: 10px 38px;
        font-weight: 500;
        width: 100%;
        text-transform: uppercase;
        font-size: 20px;
        border-radius: 39px;
    }

    .verification_form .alert {
        margin-bottom: 0px !important;
    }

    .account_code {
        display: none;
    }

    .selectedTrainer {
        border: 3px solid #767bc3;
    }

    .dot {
        height: 45px;
        width: 45px;
        background-color: #CCCCFF;
        border-radius: 50%;
        border-style: solid;
        border: 2px solid;
        display: inline-block;
    }

    .int-wrapper {
        padding: 0px;
        margin-top: 10px;
    }

    .sidenav {
        width: 0;
        position: absolute;
        /* z-index: 9999; */
        z-index: 9;
        top: 6em;
        bottom: 0px;
        left: 0;
        background-color: #d4d7ff;
        color: black;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: black;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        right: 4px;
        font-size: 36px;
        margin-left: 50px;
    }

    .main-int-wrapper {
        text-align: center;
        padding-bottom: 20px;
    }

    .main-int-wrapper span.list-group-item {
        background-color: transparent !important;
        border-style: none;
        cursor: pointer;
    }

    .main-int-wrapper span.list-group-item>i {
        padding: 13px;
        border-style: solid;
        border-width: thin;
        border-radius: 69px;
    }

    .main-int-wrapper a {
        color: black;
    }

    .intensityImg a {
        background-color: white !important;
        border-style: none;
        border: 2px solid black;
    }

    .all_video_list {
        position: relative;
        background: #000000;
    }

    .sidebar_filter {
        margin-top: 20%;
    }

    /* Trainers list on traning video list page */

    #searchTrainer {
        width: 100%;
        display: inline-block;
    }

    .trainer_box {
        float: left;
        width: 100px;
        height: 155px;
        margin-left: 8px;
        margin-bottom: 5px;
    }

    .trainer_box .trainer_img>img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

    .trainer_box .trainer_img :hover {
        cursor: pointer;
    }

    .trainer_box .trainer_name {
        text-align: center;
        font-size: 15px;
        padding: 5px;
        line-height: 15px;
    }

    .intensityImg.searchBtnClass {
        cursor: pointer;
        text-align: center;
        border-style: none;
        border: 1px solid #0a0a0a;
        box-shadow: 0px 0px 5px 1px #000000;
        border-radius: 14px;
    }

    .intensityImg.searchBtnClass>a {
        border: none;
        border-radius: 12px;
    }

    .searchIconClass {
        padding: 7px;
        border-style: solid;
        border-width: thin;
        border-radius: 23px;
    }

    .filter_trainer_title {
        cursor: pointer;
        text-align: center;
        color: black
    }

    .progress_report {
        font-size: 25px;
        background-color: #b2b7fe;
        margin-top: 35px;
        margin-bottom: 7px;
        border-radius: 20px;
        color: black !important;
    }

    .progress_report:hover {
        background-color: white;
        outline: 1px solid #b2b7fe;
        outline-offset: 2px;
    }

    .progress_report_box {
        padding: 5em 0 9em;
        background: #ffffff;
        min-height: calc(100vh - 50px);
    }

    .progress_report_box .panel {
        z-index: 0;
        border-color: #b2b7fd !important;
    }

    .progress_report_box .panel-heading {
        padding: 10px 15px !important;
    }

    .progress_report_box .panel-info>.panel-heading {
        color: #ffffff;
        background-color: #b2b7fe;
    }

    .progress_report_box .panel-info>.panel-heading .panel-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        float: left;
        display: block;
    }

    .progress_report_box .filter_box .dwn_report_btn,
    .progress_report_box .filter_box .dwn_report_btn:focus {
        font-size: 18px;
        background-color: #ffffff;
        border-radius: 20px;
        color: black !important;
        outline: 2px solid #040404;
        outline-offset: 0px;
    }

    .dwn_report_btn {
        margin-right: 1.2rem;
    }

    .progress_report_box .panel-heading a:before {
        content: "";
    }

    .progress_report_box .filter_box .dwn_report_btn:hover {
        background-color: #d6deff;
    }

    .progress_report_box .responsive>tbody td,
    .progress_report_box .responsive>tbody th,
    .progress_report_box .responsive>thead th {
        /** Remove By Trainer **/
        /* overflow-wrap: anywhere; */
        /** Remove By Trainer **/
        width: 17%;
    }

    .homepage_slider_section {
        position: relative;
        top: 0px;
    }

    /* #homepage_slider {
        display: block;
        background: #FFF;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 49px;
        bottom: 0;
    }
    #homepage_slider .photo > img {
        width: 100%;
        height: 100%;
        filter: brightness(0.5);
    }
    #homepage_slider .photo {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        -webkit-transition: -webkit-transform 1600ms;
        transition: -webkit-transform 1600ms, transform 1600ms;
        -webkit-transform: scale(1);
        transform: scale(1);
       
    } */
    .my_account_section .sub_dropdown_menu .custom_dropdown {
        /* font-size: 14px; */
        font-size: 16px;
        background-color: #ffffff;
        border-radius: 20px;
        color: black !important;
        display: inline-block;
        padding: 3px 7px;
        margin-bottom: 0;
        font-weight: 700;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;

        /** Remove By Sahejad landing-pade_new-design **/
        /* margin-top: 0.8rem; */
        /** Remove By Sahejad landing-pade_new-design **/
    }

    .my_account_section .sub_dropdown_menu .custom_dropdown:hover {
        border: 2px solid #040404;
    }

    .filter_slider {
        box-sizing: border-box;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: ease;
    }

    .filter_left.closed {
        display: none;
    }

    .filtered_list_table_view {
        margin-top: 1%;
    }

    /* customer reports css start from here.. */
    .project-box-wrapper {
        padding: 8px;
        transition: 0.2s;
        margin-bottom: 20px;

    }

    .project-boxes.jsGridView .project-box-wrapper {
        width: 33.3%;
    }

    .project-box {
        --main-color-card: #dbf6fd;
        border-radius: 30px;
        /** Remove By Trainer **/
        /* padding: 16px; */
        /** Remove By Trainer **/
        padding: 16px 0px;
        background-color: var(--main-color-card);
    }

    .project-box-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
        color: var(--main-color);
    }

    .more-wrapper {
        position: relative;
        width: 100%;
    }

    .project-btn-more {
        padding: 0;
        height: 14px;
        width: 24px;
        height: 24px;
        position: relative;
        background-color: transparent;
        border: none;
        flex-shrink: 0;
    }

    .project-box-content-header {
        text-align: center;
        margin-bottom: 16px;
    }

    .project-box-content-header p {
        margin: 0;
    }

    .box-content-header {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        opacity: 0.7;
        padding-bottom: 14px;
    }

    .box-content-subheader {
        line-height: 24px;
        opacity: 0.7;
        font-size: 20px;
    }

    .participants {
        display: flex;
        align-items: center;
    }

    .total_counts {
        font-size: 18px;
        border-radius: 20px;
        flex-shrink: 0;
        padding: 16px 16px;
        font-weight: 700;
        color: var(--main-color);
        background-color: #d6d7ff;
    }

    .fam_logo {
        width: 10%;
        margin: 0px auto;
    }

    .fam_logo .img-responsive {
        width: 100%;
        height: 100%;
    }

    p.total_c_line {
        padding: 0;
        margin-bottom: 0;
    }

    a.btn.dwn_report_btn.button.active {
        background-color: #d6deff;
        outline: 2px solid #040404 !important;
    }

    .progress_report_box .responsive>thead th.m_mins .m_full {
        display: block;
    }

    .progress_report_box .responsive>thead th.m_mins .m_short {
        display: none;
    }

    /* table.dataTable>thead>tr>th:not(.sorting_disabled),
    table.dataTable>thead>tr>td:not(.sorting_disabled) {
        padding-right: 45px;
        padding: 15px 40px;
        font-size: 16px;
    } */

    .filtered_list_table_view table.dataTable thead .sorting_asc,
    .filtered_list_table_view table.dataTable thead .sorting_desc,
    .filtered_list_table_view table.dataTable thead .sorting {
        background: no-repeat !important;
    }

    .filtered_list_table_view .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border: 0 !important;
    }

    .filtered_list_table_view table.dataTable>thead>tr>th:not(.sorting_disabled),
    .filtered_list_table_view table.dataTable>thead>tr>td:not(.sorting_disabled) {
        text-align: center;
    }

    .filtered_list_table_view table.dataTable>thead .sorting:before,
    table.dataTable>thead .sorting_asc:before {
        right: 1.1em;
    }

    .verification_form.modal {
        top: 10% !important;
        z-index: 100000;
    }

    #new_email_step2_popup.modal {
        top: 10% !important;
        z-index: 99999999;
    }

    .agreement_popup.modal {
        top: 50px;
        overflow-y: scroll;
    }

    .agreement_popup.modal .modal-title {
        float: left;
    }

    .video_modal_class.modal {
        padding: 0 !important;
        top: 50px !important;
    }

    .mail_video_modal_class.modal {
        top: 59px !important;
    }

    .mail_video_modal_class.modal .video-modal-dialog .video-modal {
        /* width: 100%;
        height: 100%; */

        border: 0;
    }

    .lobibox-notify-wrapper.top {
        top: 4em !important;
    }

    .consent_modal_class.modal {
        z-index: 9999999999 !important;
    }

    ul.footer-btm-details li:last-child {
        font-weight: 700 !important;
    }

    textarea.cancle_reason {
        margin-top: 10px;
        width: 100%;
        height: 100px;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 rgb(246 247 255);
        border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
        border-image: none;
        border-radius: 6px 6px 6px 6px;
        border-style: none solid solid none;
        border-width: medium 1px 1px medium;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
        color: #555555;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1em;
        line-height: 1.4em;
        padding: 5px 8px;
        transition: background-color 0.2s ease 0s;
    }

    textarea.cancle_reason:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        outline-width: 0;
    }

    .upgrade_label {
        margin-right: 1em;
    }

    .upgrade_plan {
        color: #000000 !important;
        font-weight: 700;
        padding: 9px 13px;
    }

    .sa-confirm-button-container>button {
        color: var(--text-black) !important;
        background-color: rgb(178 183 254) !important;
    }

    h5.org_name {
        color: #b4b4b4;
        font-size: 18px;
        line-height: 30px;
    }

    .pricing-plan .packagecontent select {
        outline: 0;
        box-shadow: none;
        flex: 1;
        padding: 0 1em;
        background-color: var(--darkgray);
        background-image: none;
    }

    /* Remove IE arrow */
    .pricing-plan .packagecontent select::-ms-expand {
        display: none;
    }

    /* Custom Select wrapper */
    .pricing-plan .packagecontent .select {
        position: relative;
        width: 15em;
        height: 2em;
        border-radius: .25em;
        overflow: hidden;
    }

    /* Arrow */
    .pricing-plan .packagecontent .select::after {
        content: '\25BC';
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
        background-color: #34495e;
        transition: .25s all ease;
        pointer-events: none;
    }

    /* Transition */
    .pricing-plan .packagecontent .select:hover::after {
        color: #f39c12;
    }

    .packagecontent {
        height: 100px;
    }

    .packagecontent ul {
        margin-top: 1em;
    }

    .packagecontent ul.contact_enterprise {
        margin-top: 0em;
    }

    /* FAQ Page Styles */
    .faq-section {
        background: #ffffff;
        min-height: 100vh;
        padding: 20vh 0 20vh;
    }

    .faq-title h2 {
        position: relative;
        margin-bottom: 3em;
        display: inline-block;
        font-weight: 600;
        line-height: 1;
    }

    .faq-title h2::before {
        content: "";
        position: absolute;
        left: 50%;
        width: 60px;
        height: 2px;
        background: #b2b7fe;
        bottom: -50px;
        margin-left: -30px;
    }

    .faq-title p {
        padding: 0 190px;
        margin-bottom: 10px;
    }

    .faq {
        background: #FFFFFF;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    }

    .faq .card {
        border: none;
        background: none;
        border-bottom: 1px dashed #CEE1F8;
    }

    .faq .card .card-header {
        padding: 0px;
        border: none;
        background: none;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .faq .card .card-header:hover {
        background: rgb(178 183 254);
    }

    .faq .card .card-header:hover>.faq .card .card-header .mb-0 .faq-title .badge {
        background: #ffffff;
        color: #000;
    }

    .faq .card .card-header .faq-title {
        width: 100%;
        text-align: left;
        padding: 0px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 400;
        font-size: 25px;
        letter-spacing: 1px;
        color: #3B566E;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .faq .card .card-header .faq-title .badge {
        width: 27px;
        height: 21px;
        line-height: 14px;
        float: left;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        text-align: center;
        background: #b2b7fe;
        color: #fff;
        font-size: 12px;
        margin-right: 20px;
    }

    .faq .card .card-body {
        padding: 30px;
        padding-left: 35px;
        padding-bottom: 16px;
        font-weight: 400;
        font-size: 16px;
        color: #6F8BA4;
        line-height: 28px;
        letter-spacing: 1px;
        border-top: 1px solid #F3F8FF;
    }

    .faq .card .card-body p>a {
        color: #6380ff;
        font-weight: 800;
        font-size: 19px;
    }

    .faq .card .card-body p {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .faq .card .card-body ul li {
        list-style-type: disc !important;
        font-size: 18px;
        line-height: 30px;
    }

    .faq .card .card-body ul {
        margin-left: 2em;
        margin-top: 2em;
    }

    @media (max-width: 991px) {
        .faq {
            margin-bottom: 30px;
        }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px;
        }
    }

    /* Press release page  */
    .press_release {
        word-wrap: break-word;
    }

    .press_release .press_relase_img {
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        height: auto;
        margin: 0px auto;
        width: 100%;
    }

    .press_release .press_relase_img img {
        width: 200px;
        height: auto;
    }

    .press_release_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        word-wrap: break-word;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }

    .title_red {
        color: #ff0000;
    }

    .press_release .press_release_content_p>p,
    .community_partners>p,
    .community_partners .bottom_line {
        line-height: 2em;
        font-size: 20px;
        margin-bottom: 2em;
        word-break: break-word;
    }

    .press_release_title>a,
    .community_partners>p>a,
    .community_partners .bottom_line a {
        color: #4292dc;
    }

    .community_partners .section-div {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .community_partners .section-div div {
        flex-grow: 1;
        margin: 2px;
        background-color: violet;
        height: 100%;
    }

    .community_partners .section-div div img {
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom;
    }

    /*---- WHy US Page -----*/

    .why_us {
        word-wrap: break-word;
    }

    .why_us .why_us_img {
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        height: auto;
        margin: 0px auto;
        width: 100%;
    }

    .why_us .why_us_img img {
        width: 200px;
        height: auto;
    }

    .why_us_title {
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        word-wrap: break-word;
        margin-top: 1em;
        margin-bottom: 2em;
        text-align: center;
    }

    .why_us .why_us_content_p>p {
        line-height: 2em;
        font-size: 20px;
        margin-bottom: 2em;
        word-break: break-word;
    }

    .why_us_content_p ul {
        --col-gap: 2rem;
        --row-gap: 2rem;
        --line-w: 0.25rem;
        display: grid;
        grid-template-columns: var(--line-w) 1fr;
        grid-auto-columns: max-content;
        column-gap: var(--col-gap);
        list-style: none;
        width: min(100rem, 100%);
        margin-inline: auto;
    }

    /* line */
    .why_us_content_p ul::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 20;
        background: rgb(225, 225, 225);
        border-radius: calc(var(--line-w) / 2);
    }

    /* columns*/

    /* row gaps */
    .why_us_content_p ul li:not(:last-child) {
        margin-bottom: var(--row-gap);
    }

    /* card */
    .why_us_content_p ul li {
        grid-column: 2;
        --inlineP: 1.5rem;
        margin-inline: var(--inlineP);
        grid-row: span 2;
        display: grid;
        grid-template-rows: min-content min-content min-content;
    }

    /* date */
    .why_us_content_p ul li .date {
        --dateH: 4rem;
        /*height: var(--dateH); */
        margin-inline: calc(var(--inlineP) * -1);
        text-align: center;
        background-color: var(--accent-color);
        color: black;
        font-size: 2.25rem;
        font-weight: 700;
        display: grid;
        height: auto;
        padding: 0.5em;
        place-content: center;
        position: relative;
        border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
    }

    /* date flap */
    .why_us_content_p ul li .date::before {
        content: "";
        width: var(--inlineP);
        aspect-ratio: 1;
        background: var(--accent-color);
        background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
        position: absolute;
        top: 100%;

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

    /* circle */
    .why_us_content_p ul li .date::after {
        content: "";
        position: absolute;
        width: 2rem;
        aspect-ratio: 1;
        background: #ffffff;
        border: 0.3rem solid var(--accent-color);
        border-radius: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    /* title descr */
    .why_us_content_p ul li .title,
    .why_us_content_p ul li .descr {
        background: var(--bgColor);
        position: relative;
        padding-inline: 1.5rem;
    }

    .why_us_content_p ul li .title {
        overflow: hidden;
        padding-block-start: 1.5rem;
        padding-block-end: 1rem;
        font-weight: 500;
        font-family: 'Fira Sans', sans-serif;
    }

    .why_us_content_p ul li .descr {
        padding-block-end: 4.5rem;
        font-weight: normal;
        padding-top: 2em;
        font-size: 19px;
        word-break: break-word;
        line-height: 30px;
        font-family: 'Fira Sans', sans-serif;
    }

    /* shadows */
    .why_us_content_p ul li .title::before,
    .why_us_content_p ul li .descr::before {
        content: "";
        position: absolute;
        width: 90%;
        height: 0.5rem;
        background: rgba(0, 0, 0, 0.5);
        left: 50%;
        border-radius: 50%;
        filter: blur(4px);
        transform: translate(-50%, 50%);
    }

    .why_us_content_p ul li .title::before {
        bottom: calc(100% + 0.125rem);
    }

    .why_us_content_p ul li .descr::before {
        z-index: -1;
        bottom: 0.25rem;
    }

    @media (min-width: 40rem) {
        .why_us_content_p ul {
            grid-template-columns: 1fr var(--line-w) 1fr;
        }

        .why_us_content_p ul::before {
            grid-column: 2;
        }

        .why_us_content_p ul li:nth-child(odd) {
            grid-column: 1;
        }

        .why_us_content_p ul li:nth-child(even) {
            grid-column: 3;
        }

        /* start second card */
        .why_us_content_p ul li:nth-child(2) {
            grid-row: 2/4;
        }

        .why_us_content_p ul li:nth-child(odd) .date::before {
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            left: 0;
        }

        .why_us_content_p ul li:nth-child(odd) .date::after {
            transform: translate(-50%, -50%);
            left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }

        .why_us_content_p ul li:nth-child(odd) .date {
            border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
        }
    }

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

        #main-class-ul li,
        #main-catagory-ul li,
        ul.trainer_main_ul li,
        #sub-catagory-ul li {
            width: 215px !important;
            min-height: 140px !important;
            height: auto;
            margin-right: 5px;
        }

        .amt_cat_label>img {
            width: 70px !important;
            height: 70px !important;
        }

        .nav_custom {
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 55px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            display: flex;
            overflow-x: auto;
            z-index: 999999999;
        }

        .nav__link_custom {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            min-width: 50px;
            overflow: hidden;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 13px;
            color: #444444;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            transition: background-color 0.1s ease-in-out;
        }

        .intensityImg {
            display: block;
        }

        .video_modal_class .video-body {
            /* height: 57vh; */
        }

        .video_modal_class.modal {
            /* z-index: 10000000; */
            z-index: 9999;
        }

        .image-slider-container .image-slider-heading h2 {
            font-size: var(--bs-title-font-size-landscape-responsive) !important;
        }

    }

    /* Style Definitions */

    /* Customer Video Reports Styles */

    @media (max-width: 991px) {

        /* .progress_report_box .responsive > thead th {
          display: none;
        } */
        .progress_report_box .responsive>tbody td,
        .progress_report_box .responsive>tbody th {
            overflow-wrap: anywhere;
            width: 50%;
        }

        .progress_report_box .responsive>tbody>tr:nth-child(even) td,
        .progress_report_box .responsive>tbody>tr:nth-child(even) th {
            background-color: #f5f6ff;
        }

        .progress_report_box .responsive>thead th.m_mins .m_full,
        .progress_report_box .responsive>thead th.m_hide,
        .progress_report_box .responsive>tbody td.m_hide {
            display: none;
        }

        .progress_report_box .responsive>thead th.m_mins .m_short {
            display: block;
        }


        /* [row-header]:before {
            content: attr(row-header);
            display: inline-block;
            vertical-align: middle;
            text-align: left;
            width: 50%;
            padding-right:30px;
          }  */

        /* [row-header] {
          position: relative;
          width: 100%;
          vertical-align: middle;
        }
        [row-header]:before {
          content: attr(row-header);
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          width: 50%;
          padding-right:30px;
        } */
        .video_modal_class.modal {
            padding: 0 !important;
            /* z-index: 9999999999; */
            z-index: 9999;
        }

    }

    .fam_logo_box {
        display: inline-block;
        margin: 0px;
        width: 50px;
        transform: scale(1.4);
        padding: 0px !important;
    }

    .fam_logo_box .fam_header_logo {
        margin: 0px;
        padding: 0px;
        max-width: 100%;
        max-height: 100%;
    }

    .sweet-alert.showSweetAlert {
        z-index: 999999999999;
    }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #ff0808 !important;
    }

    .sweet-alert .sa-icon.sa-warning .sa-body,
    .sweet-alert .sa-icon.sa-warning .sa-dot {
        background-color: #ff0808 !important;
    }

    .jj_position_absolute .nav li ul li:hover {
        background: #222;
    }

    .jj_position_absolute .nav li ul li:hover>a {
        color: #fff;
    }

    .jj_position_absolute .nav li.nav-about ul {
        display: none;
        padding-bottom: 12px;
        margin-right: 0px;
    }

    .jj_position_absolute .nav li.nav-about {
        /* margin-right: 0.85em; */
        margin-right: 0.5em;
    }

    .jj_position_absolute .nav>li.nav-about ul {
        /** Remove By Sahejad landing-pade_new-design **/
        /* display: none;
        position: absolute;
        top: 45px;
        background-color: #b3b6ff; */
        /** Remove By Sahejad landing-pade_new-design **/
    }

    .jj_position_absolute .nav>li.nav-about .arrow_right {
        padding-left: 1rem;
    }

    li.nav-link.custom-join {
        margin-left: 10px;
    }

    /* .jj_position_absolute .nav>li.nav-about>ul li {
        padding: 0px 30px;
        display: inline-block;
        width: 300px;
    } */

    .about_us_li>li {
        padding: 0px;
        width: auto;
    }

    .jj_position_absolute .nav>li.custom-join>a {
        background-color: #47df47;
        border-radius: 10px;
        padding: 0px 20px;
        border: 2px solid;
        margin: 0;
        border-color: #00ff1d;
    }

    .forget_password_modal .modal-dialog {
        /* top: 10vh; */
        top: inherit;
        right: 0vw;
    }

    /* Press Release Articles */
    .articles_press {
        width: 100%;
    }

    .articles_press .article-box {
        /** Remove By Trainer **/
        /*display: block; */
        /* width: 19em; */
        /* margin: 0 auto; */
        /* margin-right: 1em; */
        /* height: auto; */
        /* float: left; */
        /** Remove By Trainer **/
        margin-bottom: 25px;
        border: 2px solid;
        background: #333;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    }

    .articles_press .article-box .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .articles_press .article-box .title {
        display: block;
        background-color: #ccccff;
        color: rgba(0, 0, 0, .65);
        line-height: 1.5em;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
        font-weight: normal;
        position: relative;
        margin-bottom: 0px;
    }

    .articles_press .article-box .title::after {
        display: block;
        position: absolute;
        content: ".";
        font-size: 0;
        border-top: 10px solid #ccccff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 0;
        margin: 0;
        padding: 0;
        width: 0;
        height: 0;
        z-index: 9999;
        bottom: -10px;
        left: 25px;
    }

    .articles_press .article-box .title a {
        display: block;
        padding: 25px;
        color: inherit;
        text-decoration: inherit;
    }

    .articles_press .article-box .title a:hover span {
        border-bottom: 2px dashed rgba(0, 0, 0, .2);
    }

    .articles_press .article-box .title a span::before,
    .articles_press .article-box .title a span::after {
        content: '"';
    }

    .articles_press .article-box .divider {
        background-image: url(https://bit.ly/Y70TqO);
        display: block;
        height: 21px;
        border: 0;
        margin: 0;
    }

    .articles_press .article-box .category-cont {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .articles_press .article-box .meta-cont .category-cont a {
        display: block;
        float: left;
        margin: 0 10px 1px 0;
        font-size: 10px;
        text-transform: uppercase;
        padding: 5px;
        background: #4E7316;
        color: #fff;
    }

    .articles_press .article-box .meta-cont {
        display: block;
        padding: 25px;
        background: #333;
    }

    .articles_press .article-box .meta-cont a {
        color: #e1dcdc;
        font-weight: normal;
        font-size: 14px;
    }

    .articles_press .article-box .meta-cont a i {
        font-style: italic;
        color: #666;
    }

    div#MusevideoModal {
        z-index: 99999999999;
    }

    .img-size {
        height: 100% !important;
    }

    .muse-video-body {
        height: 8.7cm;
        background-color: #000000;
        width: 15cm;
        margin: 0px auto;
        position: relative;
        border-radius: 10px;
        border: 10px solid #b2b7fe;
    }

    .specific-science-articles .specific-science-articles-contents>p {
        line-height: 1.6em;
        font-size: 24px;
        margin-bottom: 0em;
        word-break: break-word;
    }

    .specific-science-articles .press_relase_img {
        text-align: center;
        max-width: 100%;
        overflow: hidden;
        height: auto;
        margin: 0px auto;
        width: 100%;
    }

    .specific-science-articles .press_relase_img img {
        width: 200px;
        height: auto;
    }

    .specific-science-articles ol li {
        list-style: decimal;
    }

    .login-main.container-fluid {
        height: 63vh;
        /** Remove By Trainer **/
        /* overflow-x: hidden; */
        /* overflow-y: hidden; */
        /** Remove By Trainer **/
        text-align: justify;
        /** Add By Trainer **/
        display: flex;
        flex-direction: column;
        justify-content: center;
        /** Add By Trainer **/
    }

    #modalExerciseApproval {
        z-index: 9999999999;
        background-color: #00000059;
    }

    #modalExerciseApproval .modal-dialog {
        /** Remove By Sahejad **/
        /* top: 15%; */
        /** Remove By Sahejad **/
        /** Add By Sahejad **/
        margin: 92px auto;
        /** Add By Sahejad **/
    }

    #modalExerciseApproval .modal-dialog .modal-content {
        border: none;
        border-radius: 20px;
    }

    #approve-1+label {
        display: inline-block;
        margin: 0.2em;
        cursor: pointer;
        padding: 0.2em;
    }

    #approve-1 {
        display: none;
    }

    #approve-1+label:before {
        content: "\2714";
        border: 0.1em solid #000;
        border-radius: 0.2em;
        display: inline-block;
        width: 25px;
        height: 27px;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        margin-right: 0.2em;
        vertical-align: middle;
        font-size: 17px;
        color: transparent;
        transition: .2s;
    }

    #approve-1+label:active:before {
        transform: scale(0);
    }

    #approve-1:checked+label:before {
        background-color: #b2b7ff;
        border-color: #050505;
        color: #fff;
    }

    #approve-1:disabled+label:before {
        transform: scale(1);
        border-color: #aaa;
    }

    #approve-1:checked:disabled+label:before {
        transform: scale(1);
        background-color: #F7C28F;
        border-color: #F7C28F;
    }

    .expert-says h3,
    .expert-says h1 {
        color: #F3F8FF;
        padding: 5px 0px 5px 0px;
        color: var(--bs-periwinkle);
    }

    .expert-says a {
        text-decoration: underline;
    }

    .expert-says>h3>a:hover {
        color: #b2b7ff;
    }

    .medicare-certificate-logo {
        width: 16cm;
        float: left;
        text-align: right;
        margin-top: 0.5em;
    }

    .medicare-certificate-logo>a>img {
        width: 200px;
        height: auto;
    }

    .user_profile_block h3,
    h1 {
        color: #9d9d9d;
        padding: 5px 0px 5px 0px;
        font-size: 32px;
        font-weight: 400;
    }

    #activateShortCode input {
        margin: 0 5px;
        text-align: center;
        font-size: 40px;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #ccc inset;
        outline: none;
        width: 40px;
        transition: all .2s ease-in-out;
        border-radius: 3px;
        color: #000000;
        display: inline-block;
    }

    /* Remove By Trainer */
    /* Remove By Trainer */
    /* Remove By Trainer */
    /* .zone_tv_bar .et_pb_image_wrap {
        display: inline-block;
        position: relative;
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background-color: #000000;
        font-size: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        vertical-align: baseline;
        width: 100%;
        text-align: center;
    }

    .zone_tv_bar .et_pb_image_wrap>img {
        max-width: 100%;
        height: auto;
        width: 100%;
        object-fit: cover;
        transition: 0.3s ease-in-out;
        border-radius: 12px;
        overflow: hidden;
    } */
    /* Remove By Trainer */
    /* Remove By Trainer */
    /* Remove By Trainer */

    /* ADD By Trainer */
    /* ADD By Trainer */
    /* ADD By Trainer */
    .zone_tv_bar {
        margin-bottom: 2cm;
    }

    .zone_tv_bar_image {
        text-align: center;
    }

    .zone_tv_bar .zone_tv_bar_image img {
        /* width: 100%;
        max-width: 100%; */
        
        /** Remove By Sahejad landing-pade_new-design **/
        /* width: 70%;
        max-width: 70%;
        height: auto;
        object-fit: scale-down; */
        /** Remove By Sahejad landing-pade_new-design **/

    }

    .zone_tv_bar_image-padd {
        padding-top: 20px;
    }

    /* ADD By Trainer */
    /* ADD By Trainer */
    /* ADD By Trainer */

    .fam_workout_medallions {
        overflow: hidden;
        width: 45%;
        float: right;
        margin-bottom: 30px;
    }

    .fam_workout_medallions li {
        list-style: none;
        display: block;
        float: right;
        margin: 2px 4px;
        font-size: 13px;
    }

    .workout-badges__badge--s,
    .workout-badges__badge-wrapper--s {
        display: inline-block;
    }

    .campaign_logo_holder h1 {
        display: block;
    }

    img.community-badges__badge--s {
        height: 50px;
        width: 50px;
        max-width: 100%;
    }

    .bgimg-1 {
        background-position: center center;
        display: block;
        width: 100%;
        height: auto;
        /* If you want fullscreen */
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
        overflow: hidden;
        -moz-transition: transform .4s;
        -o-transition: transform .4s;
        -webkit-transition: transform .4s;
        transition: transform .4s;
    }

    /* google fit profile CSS - Written by Amit Chauhan */
    .fit-badge {
        width: 100px;
        height: 100px;
        border-radius: 20%;
        display: inline-block;
        top: 0;
        transition: all 0.2s ease;
        text-align: center;
    }

    .dark-blue {
        background: #345aaa;
        color: #345aaa;
    }

    .heart-min-color {
        background: #7ac5c0;
        color: #7ac5c0;
    }

    .cal-rate-color {
        background: #ff6905;
        color: #ff6905;
    }

    .rounded {
        width: 85px;
        height: 85px;
        background: white;
        position: absolute;
        margin: 8px 8px auto;
        display: flex;
        z-index: 10;
        border-radius: 20%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .fit-badge .rounded i.fas {
        font-size: 18px;
        margin-top: 10px;
        display: block;
    }

    .google_fit_quick_data {
        display: inline-block;
        text-align: center;
        margin-top: 3.3rem;
        /* margin-bottom: 5.3rem; */
        margin-bottom: 0;
        position: relative;
    }

    .fit-badge .fit-span-details {
        font-size: 15px;
        line-height: 16px;
        font-weight: 900;
        width: 70px;
        margin-top: 5px;
        display: inline-block;
    }

    .user_profile_form {
        display: inline-block;
        width: 100%;
        /* margin-bottom: 30px; */
    }

    .campaign_logo_holder {
        width: 100%;
        display: inline-block;
    }

    .change_password_area {
        margin-bottom: 14px;
    }

    .lavel3_smartwatch_devices .activate-device {
        width: 200px;
        display: inline-block;
        text-align: center;
    }

    .lavel3_smartwatch_devices .activate-device>a>img:hover,
    .lavel1_devices .activate-device>a>img:hover {
        transform: scale(1.1);
        -webkit-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .lavel2_smarttv_devices .activate-device {
        width: 12.9rem;
        display: inline-block;
    }

    .lavel2_smarttv_devices .activate-device:hover {
        transform: scale(1.1);
        -webkit-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .lavel2_smarttv_devices .activate-device a>img,
    .lavel3_smartwatch_devices .activate-device a>img {
        max-width: 100%;
        width: 12.9rem;
    }

    .lavel1_devices .activate-device {
        width: 100%;
        display: table;
    }

    .lavel3_smartwatch_devices .activate-device>a {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .lavel3_smartwatch_devices .activate-device>h4,
    .lavel1_devices .activate-device>h4 {
        margin-bottom: 1.3rem;
    }

    .lavel1_devices .activate-device {
        text-align: center;
    }

    /* popover CSS - Amit Custom */

    .popover__content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        border-radius: 10px;
        transform: translate(0, 10px);
        background-color: #ffffff;
        padding: 1.5rem;
        /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
        width: auto;
    }

    .popover__content:before {
        position: absolute;
        z-index: -1;
        content: "";
        right: calc(50% - 10px);
        top: -8px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        transition-duration: 0.3s;
        transition-property: transform;
    }

    #main-class-ul li:hover .popover__content {
        z-index: 99999;
        opacity: 1;
        height: 100%;
        visibility: visible;
        transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    }

    .popover__message {
        text-align: center;
    }

    #main-class-ul li:hover .popover__content.top_hover {
        top: 19.8rem;
        left: -20rem;
        right: -20rem;
        max-height: 100%;
    }

    /* popover CSS ends */

    /* TV View CSS */

    .tv-space {
        position: fixed;
        padding: 10px;
        height: auto;
        width: 500px;
        bottom: -30px;
        display: inline-block;
        right: 10px;
        z-index: 9999999999;
    }

    .tv-border {
        float: left;
        border-radius: 3px;
        background: rgb(179 182 255) radial-gradient(circle at 50% 0, rgba(255, 255, 255, .65), rgba(255, 255, 255, .35));
        box-shadow:
            inset rgba(0, 0, 0, .6) 0 -1px 7px,
            inset rgba(252, 255, 255, .3) 0px 1px 8px,
            rgba(0, 0, 0, .8) 0 3px 8px 0px;
        position: relative;
        z-index: 100;
    }

    .tv-container {
        margin: 7px;
        margin-bottom: 0px;
        background-color: #000;
        width: 480px;
        height: auto;
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .9);
        overflow: hidden;
    }

    p.tv-turn-off {
        position: absolute;
        top: -30px;
        z-index: 100;
        right: 10px;
        font-size: 15px;
        border-radius: 10px;
        padding-left: 10px;
        margin: 0px;
        padding-right: 10px;
        display: inline-block;
        background: rgb(179 182 255) radial-gradient(circle at 50% 0, rgba(255, 255, 255, .65), rgba(255, 255, 255, .35));
        box-shadow: inset rgb(0 0 0 / 60%) 0 -1px 7px, inset rgb(252 255 255 / 30%) 0px 1px 8px, rgb(0 0 0 / 80%) 0 3px 8px 0px;
        height: 30px;
        cursor: pointer;
    }

    .tv-nav {
        position: relative;
        /*   background-image: url(); */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        width: 75px;
        height: 30px;
        margin: 0 auto;
    }

    .tv-leg,
    .tv-step {
        background-color: #000;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
        background: rgb(179 182 255) radial-gradient(circle at 50% 0, rgba(255, 255, 255, .65), rgba(255, 255, 255, .35));
        box-shadow:
            inset rgba(0, 0, 0, .6) 0 -1px 7px,
            inset rgba(252, 255, 255, .3) 0px 1px 8px,
            rgba(0, 0, 0, .8) 0 3px 8px 0px;
        transition: all 1s ease-in 0.3s;
    }

    .tv-leg {
        width: 30px;
        height: 75px;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        z-index: 10;
    }

    .tv-step {
        height: 15px;
        width: 120px;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        z-index: 11;
    }

    .tv-step.mob-size {
        bottom: 120px;
    }

    .tv-leg.mob-size {
        bottom: 115px;
    }

    .text.mobile {
        color: #884EA0;
    }

    iframe {
        opacity: 1;
        transition: all 0.5s ease-in 0.3s;
    }

    .tv-container .screen-off {
        background-color: #000;
        height: 320px;
        width: 480px;
        opacity: 0;
    }

    .smartWatchIntegrationsBar>img {
        max-width: 100%;
        height: auto;
        width: 75%;
    }

    .smartWatchIntegrationsBar {
        display: inline-block;
        position: relative;
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background-color: #000000;
        font-size: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        vertical-align: baseline;
        width: 100%;
        text-align: center;
        padding-bottom: 5cm;

        /*** Add By Sahejad ***/
        text-size-adjust: 100%;
        /*** Add By Sahejad ***/
    }

    .smartWatchIntegrationsBar>h2 {
        margin: 0px auto;
        text-align: center;
        font-size: 5rem;
        /* Remove By Trainer */
        /* margin-top: 5rem; */
        /* margin-bottom: 3cm; */
        /* color: var(--bs-periwinkle); */
        /* Remove By Trainer */
        font-family: 'Fira Sans', sans-serif;
    }

    .smartWatchIntegrationsBar .watch-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        /* Remove By Trainer */
        /* margin: 0; */
        /* Remove By Trainer */
        padding: 0;
        height: auto;
        width: auto;
    }

    .smartWatchIntegrationsBar .watch-set li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40rem;
    }

    .smartWatchIntegrationsBar .watch-set>li>img {
        max-width: 100%;
        height: auto;

        /** Remove By Sahejad **/
        /* width: 70%; */
        /** Remove By Sahejad **/

        /** Add By Sahejad **/
        width: 60%;
        /** Add By Sahejad **/
    }

    /* Smart Watch Integartions bar at landing page CSS end */

    .zoomCardHover {
        backface-visibility: hidden;
        transition: transform .25s cubic-bezier(.33, .04, .63, .93);
    }

    .zoomCardHover:hover {
        overflow: inherit;
        position: relative;
        transform: scale3d(1.2, 1.2, 1) translateZ(0) perspective(500px);
        transition-delay: .4s;
        z-index: 100000;
        transition: transform .25s cubic-bezier(.33, .04, .63, .93);
    }

    section#zoneTVBar {
        margin-top: 2cm;
    }

    section#comeJoinFamButton {
        margin: 0px auto;
        text-align: center;
    }

    li.nav-link.nav-about:hover,
    li.nav-link.nav_li_login:hover {
        background-color: #aaadf4;
        border-radius: 10px;
        cursor: pointer;
    }

    .categories_tabds {
        position: fixed;
        top: 1.5cm;
        z-index: 999;
        width: 100%;
        max-width: 100%;
        background-color: #000;
        margin: 0px auto;
    }

    .videolist_container_block {
        margin-top: 9.5em;
    }

    .title_fam_logo {
        width: 100px;
        position: absolute;
        z-index: 999;
        height: 100px;
        left: 2em;
        right: 0;
        top: -1em;
        height: auto;
    }

    .search {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

    .searchTerm {
        width: 100%;
        border: 3px solid #b3b6ffd6;
        border-right: none;
        padding: 5px;
        height: 36px;
        border-radius: 40px 0 0 40px;
        outline: none;
        color: #000;
        padding-left: 20px;
    }

    .searchTerm:focus {
        color: #000000;
        border-bottom: 0px;
    }

    .searchButton {
        width: 40px;
        height: 36px;
        border: 1px solid #b3b6ffd6;
        background: #b3b6ffd6;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        border-radius: 0 40px 40px 0;
    }

    /*Resize the wrap to see the search bar change!*/
    .wrap {
        display: flex;
        padding-bottom: 2em;
        z-index: 999;
        margin: 0px auto;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .border-black {
        color: #000000;
        background-color: var(--bs-periwinkle);
        font-weight: bold;
        font-size: 22px;
        margin: 0;
        line-height: 1;
        padding: 5px;
        margin-left: 10px;
        display: inline-flex;
        align-content: center;
        border: 2px solid;
        border-radius: 12px;
        justify-content: center;
        align-items: center;
    }

    .chart_filter .chartType,
    .chart_filter .chartdateFilter,
    .chart_filter .chartType>option,
    .chart_filter .activityMonth {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500;
        cursor: pointer;
    }

    .rwd-table td.no_records:before {
        display: none;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        text-justify: auto;
    }

    .rwd-table .no_records_row {
        border-top: none;
        border-bottom: none;
    }

    .rwd-table .no_records_row .no_records {
        text-align: center;
    }

    .comjoin_section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .trialwrap {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        border-radius: 0px;
    }

    .trialleft,
    .trialright {
        padding: 5%;
    }

    .trialright {
        border-top: 1px solid #b3b6ff;
        background: #ccceff;
        color: black;
        border-radius: 0 0 2px 2px;
        font-weight: 300;
        width: 100%;
        margin: 0px auto;
        text-align: center;
    }

    .trialright h1 {
        padding: 5px 0 0;
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        color: #43474f;
        font-weight: 700;
        text-transform: uppercase;
    }

    .trialright h2 {
        padding: 0px;
        margin-bottom: 30px;
        font-family: 'Open Sans', sans-serif;
        color: #43474f;
        font-size: 4rem;
        font-weight: 700;
    }

    .stayactivebutton {
        background: #00c596;
        padding: 5px;
        display: block;
        margin: 0 auto;
        border-radius: 2px;
        padding: 12px 0px;
        text-align: center;
    }

    .stayactivebutton a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        letter-spacing: .042em;
    }

    .trialright h3 {
        font-weight: 300;
        color: #43474f;
        line-height: 40px;
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 1.8rem;
    }

    .ssPage p,
    .ssPage span,
    .ssPage h1,
    .ssPage h2,
    .ssPageh3,
    .ssPage h4,
    .ssPage h5,
    .ssPage h6 {
        color: #ffffff !important;
        font-family: Arial, sans-serif !important;
        text-align: justify;
    }

    .ssPage a {
        color: #4f87ff !important;
        font-family: Arial, sans-serif !important;
        text-align: justify;
    }

    .telemed_section {
        background-color: #fffbfb;
        height: 100vh;
    }

    .social_media_icons {
        margin-top: 2.345rem;
        margin-right: 0px;
    }

    /** Remove By Trainer **/
    /** Remove By Trainer **/
    /** Remove By Trainer **/
    /* .medallions_modal_popup {
        z-index: 99999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */
    /** Remove By Trainer **/
    /** Remove By Trainer **/
    /** Remove By Trainer **/

    /*--------------------------*/

    #medalllionModel .modal-content {
        /* background-image: url('./../../assets/images/modal_bg.avif');
        background-size: cover; */
        border-radius: 3rem;
    }

    .medal_animation {
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 999;
    }

    .fam_word_title {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -.01em;
        font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
        line-height: 1;
        padding: 0 calc(9px / var(--r-globalnav-text-zoom-scale, 1));
    }

    .amt-ftr-move_your_way_content {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        padding-top: 1cm;
        padding-bottom: 1cm;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .amt-ftr-move_your_way_content .col-lg-2 {
        padding: 0;
        width: 220px;
        max-width: 220px;
    }

    .profile_color_box {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: inline-block;
        background-color: #b3b6ff;
    }

    .multiple_profile_profile {
        float: right;
        margin-left: 1.2rem;
        margin-top: 1.2rem;
        clear: right;
    }

    .user-profiles-detail {
        margin: 1em;
    }

    .user-profiles-detail .card-body {
        margin-top: 1.5em;
    }

    .user-profiles-detail .nav>li>a {
        color: #000;
    }

    .user-profiles-detail .nav-tabs>li.active>a,
    .user-profiles-detail .nav-tabs>li.active>a:focus,
    .user-profiles-detail .nav-tabs>li.active>a:hover {
        color: #b2b7ff;
        font-weight: bold;
        border: 1px solid #b2b7ff;
        border-bottom-color: transparent;
    }

    .user-profiles-detail .nav-tabs {
        border-bottom: 1px solid #b2b7ff;
    }

    .filter_box {
        margin-bottom: 1.2rem;
    }

    .weekly_reports_heart_points {
        margin: 5.2rem 0;
    }

    .project-box-footer {
        margin: 2.3rem 0;
    }

    .progress .heart-rate-min-color {
        background: #b3b6ff;
    }

    .week_dates_from_to {
        margin-bottom: 1.2rem;
    }

    #weekly_desc>p {
        text-align: center;
        font-size: 2.1rem;
        color: #2a605c;
        font-weight: 600;
        line-height: 36px;
    }

    .span150 {
        color: #2a605c;
        font-weight: 700 !important;
    }

    #weekly_score {
        color: #ff0000;
        font-weight: 800 !important;
    }

    .week_dates_from_to {
        margin-bottom: 1.2rem;
        color: #2a605c;
        font-weight: 700 !important;
        text-align: center;
    }

    .privacy_icon>img {
        width: 16px;
        height: 16px;
        max-width: 100%;
    }

    /* Activate Devices Steps Process Styles Layout Starts */
    ol.style_1 {
        counter-reset: li;
        padding-left: 2.5rem;
        padding: .25rem 0 .25rem 2.75rem;
        margin-bottom: 0;
    }

    ol.style_1 ol,
    ol.style_1 ul {
        padding: .75rem 0 0 1.5rem;
    }

    ol.style_1 li {
        margin-bottom: .375rem;
    }

    ol.style_1>li {
        position: relative;
        counter-increment: li;
        list-style: none;
        /* margin-bottom: 1rem; */
        /* Add By Trainer */
        margin-bottom: 2.5rem;
        line-height: initial;
        /* Add By Trainer */
    }

    ol.style_1>li::before,
    ol.style_1>li::after {
        position: absolute;
        display: flex;
        opacity: 0.35;
    }

    ol.style_1>li::before {
        content: counter(li);
        left: -2.75rem;
        top: 4px;
        height: calc(2rem - 1px);
        width: calc(2rem - 1px);
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid currentcolor;
        /* Add By Trainer */
        opacity: 1;
        /* Add By Trainer */
    }

    ol.style_1>li::after {
        content: '';
        left: -1.75rem;
        top: calc(2.2rem + 1px);
        /* Remove By Trainer */
        /* height: calc(100% - 1.5rem); */
        /* Remove By Trainer */
        border-left: 1px solid currentcolor;
        /* Add By Trainer */
        height: calc(100% - -0.6rem);
        opacity: 1;
        /* Add By Trainer */
    }

    .muse_vid_section {
        margin: 3.78rem 0px;
    }

    ol.style_1>li:last-child:after {
        display: none;
    }

    ol.style_1>li:last-child {
        margin-bottom: 0;
    }

    .smita-form .accountCodeError > p{
        color: red;
        font-weight: 500;
        font-size: 15px;
        line-height: 21px;
        text-align: left;
    }

    /* Activate Devices Steps Process Styles Layout Ends  */


    /* For 1024 Resolution  There are two different resolutions for laptops.*/

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .come_join {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0px !important;
        }

        /** Remove By Sahejad **/
        /* .sweet-alert {
            left: 48% !important;
        } */
        /** Remove By Sahejad **/
    }

    /* For 1024 Resolution  There are two different resolutions for laptops.*/

    @media only screen and (min-device-width: 1366px) and (max-device-width: 1024px) and (orientation: landscape) {
        .come_join {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0px !important;
        }

        .sweet-alert {
            left: 40% !important;
        }

    }

    /* Custom Responsive CSS starts from here..*/

    @media only screen and (max-width: 900px),
    (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
    (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
        .footer_bottom_section {
            display: none;
        }


        .intensity-slider-title {
            font-size: 30px;
        }

        .main-header .header-lower {
            padding: 0px;
            min-height: 0px;

            /** Remove By Sahejad **/
            /* padding-bottom: 5px;
            padding-top: 5px; */
            /** Remove By Sahejad **/
        }

        .main-banner-area {
            height: 15px;
        }

        .amt_sub_cat_box {
            justify-content: center;
            align-items: center;
            margin-bottom: 20px !important;
        }

        .main-catagory>label {
            font-size: 14px;
        }

        .amt_back_mrg {
            margin-top: 30px;
        }

        .sub-catagory>label {
            font-size: 14px;
        }

        .sub-category {
            margin-top: 150px;
            margin-bottom: 150px;
        }

        .trainer-title {
            margin-bottom: 15px;
            font-size: 16px;
            margin-top: 10px;
        }

        .review_heading>h2 {
            font-size: 4rem !important;
            margin-top: 5rem !important;
            margin-bottom: 5rem !important;
        }

        .smartWatchIntegrationsBar>h2 {
            /* Remove By Trainer */
            /* margin-top: 0rem; */
            /* margin-bottom: 2rem; */
            /* Remove By Trainer */
            font-size: 3rem;
        }

        .smartWatchIntegrationsBar {
            padding-bottom: 0rem;
            padding-top: 0rem;
        }

        .smartWatchIntegrationsBar .watch-set li {
            width: 23rem;
        }

        .image-slider-container .swiper {
            margin-bottom: 0.5cm !important;
        }

        /* Show hide footer for landscap and portrait */
    }

    /*=========================== Media Query to target Google Pixel 2 XL====================*/
    /* Portrait */

    @media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {}

    /* Landscape */

    @media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {}

    /* Target Portrait and Landscape */

    @media screen and (device-width: 412px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {}

    /* Mobile landscape and portrait CSS */
    /* Landscape */


    @media only screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation: landscape) {

        .categories_tabs {
            padding-top: 1.5em;
            padding-bottom: 1.5em;
        }

        .categories_tabs .list-inline {
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: stretch;
            align-items: baseline;
        }

        .categories_tabs .trainers_page>li {
            margin-bottom: 4px;
        }

        .login-main.container-fluid {
            height: 200px;
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
        }

        .more_button_section {
            top: 0px;
        }

        .scrollToTop {
            right: 20px;
        }

        .copyright {
            background-color: #dfdfdf;
            padding: 0px !important;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 999999;
            line-height: 21px;
        }

        .copyright,
        .copyright .auto-container,
        .auto-container>a,
        .ftr_tel_num>a {
            font-size: 15px;
        }

        .video-modal-footer {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .agreement_popup.modal {
            height: 12em;
        }

        .credit-card-input img {
            height: 15px;
            width: 68px;
        }

        .title2_home_page {
            /** Remove By Sahejad **/
            /* display: none; */
            /** Remove By Sahejad **/
        }

        .image-slider-container .swiper {
            margin-bottom: 0.5cm !important;
        }

        .amt_cat_label {
            font-weight: 700;
        }

        #installContainer {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .copyright {
            display: none;
        }

        .consent_modal_class .modal-dialog {
            width: 96%;
        }

        .consent_modal_class .modal-body {
            height: auto !important;
        }

        .main_dropdown_menu.dropdown {
            padding: 30px 0px 30px !important;
        }

        .my_account_section .sub_dropdown_menu.dropdown-toggle {
            padding: 15px 15px;
            background: white;
            border-radius: 23px;
        }

        .my_account_section .sub_dropdown_menu.dropdown-menu {
            padding: 20px 0;
        }

        .main_dropdown_menu .loggedin li {
            padding: 0 15px;
            /** Remove By Trainer **/
            /* float: left;
            width: 20%; */
            /** Remove By Trainer **/
        }

        .main_dropdown_menu .loggedout li {
            padding: 0px;
            width: 94%;
            text-align: center;
            padding-bottom: 0px !important;
        }

        /* Add By Sahejad */
        .routine-finder_class {
            text-align: left !important;
        }
        /* Add By Sahejad */

        .main_dropdown_menu .nav li.my_account_section {
            /** Remove BY Trainer **/
            /* padding: 15px;
            float: left;
            text-align: center;
            width: 100%; */
            /** Remove BY Trainer **/
        }

        .sub_dropdown_menu.open .dropdown-menu>li {
            margin-top: 5px;
            margin-bottom: 5px;
            padding: 0px !important;
            width: 100%;
        }

        .my_account_section .sub_dropdown_menu.open .dropdown-menu>li>a {
            z-index: 2000;
            /** Remove BY Trainer **/
            /* text-align: center; */
            /** Remove BY Trainer **/
        }

        .main_dropdown_menu .nav li a {
            height: auto;
            padding: 10px 8px !important;
            display: inline-block;
        }

        .main_dropdown_menu .nav li a:hover,
        .main_dropdown_menu .nav li.current a {
            border-bottom: 2px solid #fffefe;
            width: auto;
        }

        .nav_custom {
            position: fixed;
            bottom: 0;
            width: 100%;
            height: 55px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            background-color: #ffffff;
            display: flex;
            overflow-x: auto;
            z-index: 999999999;
        }

        .nav__link_custom {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            min-width: 50px;
            overflow: hidden;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 13px;
            color: #444444;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            transition: background-color 0.1s ease-in-out;
        }

        div.bhoechie-tab-menu.small_device_filter {
            top: 13em;
            margin: 0px 5px !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            margin-bottom: 6px;
            width: 40px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            height: auto;
            max-width: 100%;
            transform: scale(0.9) !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg .list-group-item {
            padding: 0px 0px !important;
        }

        .jj_position_absolute .nav>li.nav-about ul {
            z-index: 100;
            border-bottom: 2px solid !important;
            border-top: 0px !important;
            top: 2.6em !important;
            right: 0em;
            width: 100%;
        }

        .wrap {
            display: flex;
            padding-bottom: 1em;
            z-index: 999;
            width: 70%;
            margin: 0px auto;
        }

        .videolist_container_block {
            margin-top: 4.5em;
        }

        .image-slider-container .image-slider-heading h2 {
            font-size: var(--bs-title-font-size-landscape-responsive) !important;
        }
    }


    /* @media only screen and (max-height: 575.98px) and (orientation: landscape) {
     
        div.bhoechie-tab-menu.small_device_filter {
            top: 65px !important;
            margin: 0px 10px !important;
            z-index: 100;
        }
        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            margin-bottom: 10px !important;
            width: 45px !important;
        }
        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            max-width: 100% !important;
            transform: scale(0.9) !important;
        }
        div.bhoechie-tab-menu.small_device_filter .intensityImg .list-group-item{
            padding: 0px 0px !important;
        }
    }
    @media only screen and (max-height: 425.98px) and (orientation: landscape) {
     
        div.bhoechie-tab-menu.small_device_filter {
            top: 115px !important;
         }
    }
    @media only screen and (max-height: 375.98px) and (orientation: landscape) {
     
        div.bhoechie-tab-menu.small_device_filter {
            top: 100px !important;
         }
    }       
    @media only screen and (max-height: 320.98px) and (orientation: landscape) {
     
        div.bhoechie-tab-menu.small_device_filter {
            top: 65px !important;
         }
    }   */


    /* Portrait */

    @media only screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation: portrait) {

        .video-modal-footer {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .modal {
            z-index: 1000000000000;
        }

        /** Add By Sahejad **/
        .formwizardpopup {
            z-index: 9999;
        }
        /** Add By Sahejad **/

        .video_player_button {
            font-weight: bold;
            margin-right: 10px;
            margin-bottom: 8px;
        }

        .slider-title,
        .intensity-slider-title {
            font-size: 3rem;
        }

        .consent_modal_class .modal-dialog {
            width: 515px;
        }

        .consent_modal_class .modal-body {
            height: 335px !important;
        }

        .title2_home_page {
            /* display: none; */
        }

        .image-slider-container .image-slider-heading h2 {
            font-size: var(--bs-title-font-size-landscape-responsive) !important;
        }

    }

    /* IPAD  Landscape */

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        /* .navbar-right {
            margin-top: 1.1em;
        }
         */
        #aboutus {
            /* padding: 15px 0px; */
        }

        .footer_bottom_section,
        .amt-ftr-country-bottom {
            display: none;
        }

        .inner_contact {
            position: fixed;
            bottom: 29px;
            width: 100%;
            display: block;
        }

        .copyright {
            background-color: #dfdfdf;
            padding: 0px !important;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 999999999;
        }

        .container_box {
            padding-top: 40px;
        }

        .main-catagory-class label,
        .main-catagory-class input,
        .main-catagory label,
        .main-catagory input {
            font-weight: 700;
            line-height: 20px;
        }

        .video_mini_box {
            margin-left: 10px;
        }

        .sub-catagory label {
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
        }

        .title2_home_page.title2_yourtime,
        .title2_home_page {
            /* display: none; */
        }


        .intensity-slider-title {
            margin-top: 50px;
            margin-bottom: 50px;
            font-size: 30px;
        }

        .come_join {
            margin-top: 10px;
            margin-bottom: 10px;
            margin-left: 0px;
        }

        .more_button_section {
            left: 15px;
            top: 10px;
        }

        .back_btn_area {
            right: -10px;
            top: -25px;
        }

        .consent_modal_class .modal-dialog {
            width: 690px;
        }

        .consent_modal_class .modal-body {
            height: 325px !important
        }

        /** Remove By Sahejad **/
        /* .sweet-alert {
            left: 39% !important;
        } */
        /** Remove By Sahejad **/

        .medicare-certificate-logo {
            width: auto;
        }

    }

    /* 
        ##Device = Tablets, Ipads (landscape)
        ##Screen = B/w 768px to 1024px
        */

    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .navbar-right {
            margin-top: 0.7em;
        }

    }



    /* @media only screen and (min-device-width: 414px) and (max-device-width: 768px) and (orientation: landscape) {
        .fam_logo_box {
            width: 17vh;
        }
        .navbar-right {
            margin-top: 0.7em;
        }
    } */

    /* I PAD Portrait */

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .navbar-right {
            margin-top: 1.1em;
        }

        .inner_contact {
            position: fixed;
            bottom: 29px;
            width: 100%;
            display: block;
        }

        .copyright {
            background-color: #dfdfdf;
            padding: 0px !important;
            position: fixed;
            bottom: 0;
            width: 100%;
        }

        .footer_bottom_section {
            display: none;
        }

        .container_box {
            padding-top: 30px;
        }

        .main-catagory-class label,
        .main-catagory label {
            font-weight: 700;
            font-size: 17px;
            line-height: 25px;
        }

        .main-catagory-class label,
        .main-catagory-class input,
        .main-catagory label,
        .main-catagory input {
            font-weight: 700;
            font-size: 17px;
            line-height: 18px;
        }

        .video_mini_box {
            margin-left: 10px;
        }

        .more_button_section {
            left: 0;
            top: 15px;
        }

        .back_btn_area {
            right: 0;
            left: 0;
        }

        .btn-back {
            margin: 20px 0px;
        }

    }

    @media only screen and (max-width: 900px),
    (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
        .inner_contact {
            position: fixed;
            bottom: 29px;
            width: 100%;
            display: block;
        }

        .copyright {
            background-color: #dfdfdf;
            padding: 0px !important;
            position: fixed;
            bottom: 0;
            width: 100%;
            z-index: 999999;
        }

        .footer_bottom_section {
            display: none;
        }

        /* .fam_logo_box {
            padding-top: 0px !important;
        } */
    }

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

        .expensive-chronic-diseases-helps-heading,
        .healthcare {
            display: none;
        }

        .list-inline-item>a {
            font-size: 15px !important;
            line-height: 16px;
        }

        .title2.title2_home_page,
        .imgfamtitle {
            /* display: none !important; */
        }

        .slider-title,
        .intensity-slider-title {
            font-size: 16px;
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .main-header .header-lower {
            padding: 0px;
            min-height: 0px;
        }

        .main-banner-area {
            height: 49px;
        }

        #main-catagory-ul li,
        #sub-catagory-ul li,
        ul.trainer_main_ul li {
            width: 160px;
            min-height: 160px;
        }

        .amt_cat_label {
            font-size: 16px;
        }

        .trainer-catagory>label {
            min-height: 0px;
        }

        .trainer-option {
            margin-right: 10px;
            margin-bottom: 45px;
        }

        .main-banner-area {
            height: 50px !important;
        }

        .title2.trainer-title {
            margin-top: 35px !important;
            margin-bottom: 0px;
        }

        .fam-center {
            width: 100%;
        }

        .amt-image-box {
            height: auto;
            float: left;
        }

        .amt-image-box img {
            width: 100px;
            height: 100px;
        }

        h5.mb-0 {
            font-size: 20px;
        }

        .story {
            font-size: 14px;
            font-size: 14px;
            text-align: left;
            text-align: justify;
            padding-left: 10px;
            padding-right: 10px;
            margin-top: 35px;
        }

        .thick {
            font-weight: 600;
            font-size: 20px !important;
            /* color: #B2B7FF !important; */
        }

        .amt_back_mrg {
            margin-top: 30px;
        }

        .trainer-catagory label {
            width: 160px;
            min-height: 160px;
            margin-bottom: 10px;
            margin-left: 10px;
        }

        .trainer-photo {
            height: 100px;
            width: 100px;
            margin-bottom: 5px;
            margin-top: 10px;
        }

        ul#main-class-ul,
        ul#main-catagory-ul,
        ul.trainer_main_ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        section.inner_contact img {
            width: 100% !important;
            vertical-align: middle;
        }

        .agreement_popup.modal {
            height: 23em;
        }

        .credit-card-input img {
            position: absolute;
            top: 11px;
            right: 15px;
            height: 15px;
            width: 68px;
        }

        .swiper-slide {
            width: 45vw !important;
        }

        .image-slider-container .image-slider-heading h2 {
            font-size: var(--bs-title-font-size-responsive) !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        .nav.navbar-nav.navbar-right.ml-auto li.last_menu {
            left: 0px;
            margin-top: 0px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .fam-center {
            width: 41%;
        }

        ul#main-class-ul,
        ul#main-catagory-ul,
        ul.trainer_main_ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .v_box {
            min-height: 0px;
        }

        .v_ply_btn {
            right: 30px;
            top: 20px;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {
        .fam-center {
            width: 57%;
        }

        .v_ply_btn {
            right: 5px;
            top: 15px;
            width: 30px;
        }

        .v_detail .v_cm {
            font-weight: 600;
            line-height: 20px;
            font-size: 18px;
            padding-top: 5px;
        }

        .categories_tabds {
            top: 1.4cm;
        }

        li.last_menu {
            top: 0px;
        }

        html,
        body,
        .wrapper {
            min-height: calc(100vh - 305px);
        }

        .amt-crt-wt-box {
            padding-left: 5px;
        }

        .amt-fai-wt-box {
            padding-right: 5px;
        }

        .consent_modal_class .modal-dialog {
            width: 680px;
        }

        .consent_modal_class .modal-body {
            height: 500px !important;
        }

        .title2_home_page.title2_yourtime,
        .title2_home_page {
            /* display: none; */
        }

        /** Remove By Sahejad **/
        /* .sweet-alert {
            left: 36% !important;
        } */
        /** Remove By Sahejad **/

        .sidenav {
            /* top: 49px !important; */
        }

        .main-int-wrapper {
            display: none;
        }

        .intensityImg {
            display: block !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            margin-bottom: 20px;
            width: 55px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            height: auto;
            max-width: 100%;
            transform: scale(2.0);
        }

        .progress_report_box .filter_box .from_date {
            /** Remove By Trainer **/
            /* margin-right: 23px; */
            /** Remove By Trainer **/
            margin-bottom: 10px;
        }

        .progress_report_box {
            padding: 50px 0 70px;
        }

        /* .nav_custom {
            display: none;
        } */

        /* .swiper-slide {
            width: 30vw !important;
        } */
    }

    @media (min-width: 481px) and (max-width: 767px) {

        .expensive-chronic-diseases-helps-heading,
        .healthcare {
            display: none;
        }

        .swiper-slide {
            width: 30vw !important;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            margin-bottom: 20px;
            width: 55px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            height: auto;
            max-width: 100%;
            transform: scale(2.1);
        }

        .progress_report_box .filter_box:last-child,
        .progress_report_box .filter_box:first-child {
            /** Remove By Trainer **/
            /* text-align: center; */
            /** Remove By Trainer **/
        }

        .activate_device_btn {
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .user_profile_block .panel.panel-default {
            /** Remove By Sahejad **/
            /* margin-top: 2% !important; */
            /** Remove By Sahejad **/
            /** Add By Sahejad **/
            margin-top: 15px !important;
            /** Add By Sahejad **/
        }

        #activateShortCode input {
            width: 40px;
        }

        .chart_filter {
            margin-top: 1em !important;
        }

    }

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

        .fam-center {
            width: 100%;
        }

        .slider-title,
        .trainer-title {
            margin-top: 2.9cm !important;
        }

        .main-banner-area {
            height: 20px;
        }

        ul#main-class-ul,
        ul#main-catagory-ul,
        ul.trainer_main_ul,
        ul#sub-catagory-ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .v_detail .v_cm {
            line-height: 20px;
            font-size: 18px;
            padding-top: 5px;
        }

        .sidenav {
            /* top: 3.0em !important; */
            position: fixed;
            z-index: 999999999;
        }

        .main-int-wrapper {
            display: none;
        }

        .amt_cat_label svg {
            width: 68% !important;
            height: auto !important;
            margin: 0px auto !important;
            margin-top: 0px !important;
            transform: translate3d(0px, 11px, 0px) !important;
        }

        .amt_cat_label>img {
            margin-bottom: 5px !important;
        }

        .faq-title h2 {
            margin-top: 2em !important;
        }

        .homepage_slider {
            top: 0em !important;
        }

        .muse-video-body {
            width: 10cm;
            height: 6cm;
        }

        .smartWatchIntegrationsBar .watch-set li {
            width: 20rem;
            margin-bottom: 10px;
        }

        .wrap {
            display: flex;
            padding-bottom: 1em;
            z-index: 999;
            width: 100%;
            margin: 0px auto;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
        }

        .filter_box_header {
            display: none !important;
        }

        .search {
            padding-top: 15px;
        }

        .tab-list li a {
            font-size: 14px;
        }

    }

    @media (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
        .main-banner-area {
            height: 48px !important;
        }

        .amt-image-box img {
            width: 125px;
            height: 125px;
        }

        .main-int-wrapper {
            display: none;
        }

        .agreement_popup.modal {
            height: 25em;
        }

        .credit-card-input img {
            height: 15px;
            width: 68px;
        }
    }

    @media (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
        .amt-image-box img {
            width: 125px;
            height: 125px;
        }

        .col-xs-12.form-slide {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .slider-title,
        .trainer-title {
            font-size: 1.8em;
        }

        .intensity-slider-title {
            margin-top: 30px !important;
            margin-bottom: 30px !important;
        }

        .main-int-wrapper {
            display: none;
        }

        .agreement_popup.modal {
            height: 12em;
        }

        .credit-card-input img {
            height: 15px;
            width: 68px;
        }

        .homepage_slider>div {
            top: 30px !important;
            height: 445px !important;
        }

        .categories_tabds {
            top: 3em;
        }

        .videolist_container_block {
            margin-top: 5.5em;
        }

        /** Remove By Sahejad **/
        /* .responsive_banners_icons {
            text-align: center;
        } */
        /** Remove By Sahejad **/

        .banner_icons_anchor {
            width: 140px !important;
            margin-top: 5px;
            border: 1px solid;
            border-radius: 9px;
            margin-right: 2px;
        }

    }

    @media (min-width: 319px) and (max-width: 480px) {

        .comeJoinMar10em {
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }

        .medicare-certificate-logo {
            display: none;
        }

        .amt-image-box>img {
            width: 125px;
            height: 125px;
        }

        .v_box {
            min-height: 0px;
        }

        .v_ply_btn {
            width: 50px;
            right: 30px;
            top: 20px;
        }

        .trainer-maindv img.trainer-photo {
            width: 60px;
            height: 60px;
            margin: 0px auto;
            margin-bottom: 10px;
        }

        ul.trainer_main_ul li>label {
            padding-top: 15px !important;
            font-size: 12px !important;
        }

        .list-inline>li {
            margin-right: 5px;
            margin-bottom: 15px;
        }

        .image-slider-container .swiper {
            margin-bottom: 0.5cm !important;
        }

        .list-inline-item>a {
            font-size: 16px !important;
        }

        .more_button_section {
            top: 22px;
            left: 0px;
        }

        .small_device {
            position: fixed;
            bottom: 95px;
            left: 25px;
        }

        .amt-cla-wt-box {
            margin-top: 5px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .no-background {
            min-height: calc(100vh - 185px);
        }

        .amt-crt-wt {
            width: 80px;
        }

        .amt-cla-wt {
            width: 110px !important;
            margin-top: 5px;
        }

        .banner_icons_anchor {
            /* Remove By Trainer */
            /* width: 140px !important; */
            /* margin-top: 5px; */
            /* border: 1px solid; */
            /* border-radius: 9px; */
            /* margin-right: 2px; */
            /* Remove By Trainer */
        }

        .amt-fai-wt {
            width: 60px;
        }

        .lavel1_devices .activate-device {
            margin: 0px !important;
            text-align: none !important;
        }

        .lavel2_smarttv_devices .activate-device {
            width: 5.9rem !important;
            margin: 5px !important;
        }

        .lavel3_smartwatch_devices .activate-device {
            width: 9.1rem !important;
        }

        .lavel3_smartwatch_devices .activate-device>h4,
        .lavel1_devices .activate-device>h4 {
            /* font-size: 19px; */
            font-size: 17px;
        }

        /** Remove By Sahejad **/
        /* .responsive_banners_icons {
            padding-bottom: 5.25rem;
        } */
        /** Remove By Sahejad **/

        .amt-crt-wt-box,
        .amt-fai-wt-box {
            padding-left: 0px;
            padding-right: 0px;
        }

        .amt-cla-wt-box {
            text-align: center;
            margin-top: 5px;
        }

        .title2_home_page.title2_yourtime {
            font-size: 35px;
        }

        .join-btn {
            font-size: 25px;
            background-color: #47df47;
            margin-top: 20px;
            border-radius: 20px;
            color: black !important;
        }

        .footer_bottom_section {
            display: none;
        }

        .copyright {
            display: none;
        }

        .slider-title,
        .intensity-slider-title {
            font-size: 2.8rem;
        }

        .title2.title2_home_page {
            /** Remove By Sahejad **/
            /* font-size: 25px; */
            /** Remove By Sahejad **/
            /* display: none; */
        }

        .title2.title2_home_page.title2_yourtime {
            /** Remove By Sahejad **/
            /* font-size: 35px; */
            /** Remove By Sahejad **/
            /* display: none; */
        }

        div.bhoechie-tab-menu.small_device_filter {
            margin: 0px !important;
            top: 42%;
        }

        #installContainer {
            margin-top: 25px;
            margin-bottom: 25px;
        }

        .consent_modal_class .modal-dialog {
            width: 96%;
            border: 1px solid #bcbabad4;
        }

        .extra_pad {
            padding-bottom: 60px;
        }

        .col-xs-12.form-slide,
        .col-xs-12.mob-pad {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        /* .dropdown {
            padding: 30px 0px 30px !important;
        } */

        .dropdown-toggle {
            padding: 15px 15px;
            background: white;
            border-radius: 23px;
        }

        .dropdown-menu {
            /* padding: 20px 0; */
            padding: 0 0 20px 0;
        }

        .navbar-nav .open .dropdown-menu>li {
            padding: 0px !important;
        }

        .main-menu .nav li a {
            padding: 0 25px;
            /** Remove By Trainer **/
            /* display: inline-block; */
            /** Remove By Trainer **/
        }

        .videolist_container_block {
            margin-left: 0px;
            margin-top: 10.9em;
            padding-left: 0px;
            padding-right: 0px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg {
            margin-bottom: 20px;
            width: 55px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            transform: scale(2.1);
            height: auto;
        }

        .main-int-wrapper {
            display: none;
        }

        .video_modal_class .video-body {
            height: 75vh;
        }

        .video_modal_class.modal {
            /* z-index: 999999999; */
            z-index: 9999;
        }

        /*customer reports mobile responsive */
        /** Remove by Trainer **/
        .total_counts {
            /* display: block;
            text-align: center; */
        }

        /** Remove by Trainer **/

        .reports_buttons {
            float: right;
            width: 45%;
        }

        .progress_report_box .filter_box {
            margin: 0px auto;
            /* Remove By Trainer */
            /* margin-bottom: 15px; */
            /* Remove By Trainer */
        }

        a.btn.dwn_report_btn {
            display: block;
            margin: 10px 0px;
        }

        .fam_logo {
            width: 30%;
            margin: 0px auto;
        }

        .progress_report_box .filter_box:last-child,
        .progress_report_box .filter_box:first-child {
            text-align: center;
        }

        .articles_press .article-box {
            width: auto;
        }

        .activate_device_btn {
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .user_profile_block .panel.panel-default {
            /** Remove By Sahejad **/
            /* margin-top: 2% !important; */
            /** Remove By Sahejad **/
            /** Add By Sahejad **/
            margin-top: 15px !important;
            /** Add By Sahejad **/
        }

        #activateShortCode input {
            width: 40px;
        }

        .user_profile_block h3,
        .user_profile_block h1 {
            font-size: 20px !important;
        }

        .user_profile_form {
            margin-bottom: 0em;
        }

        .fit-badge .rounded i.fas {
            font-size: 30px;
            margin-top: 12px;
        }

        .fit-badge .fit-span-details {
            font-size: 17px;
            line-height: 17px;
            width: 100%;
        }

        .fam_workout_medallions {
            overflow: hidden;
            width: 100%;
            float: right;
            margin-bottom: 30px;
            padding-left: 0;
            padding-right: 0;
        }

        .fam_workout_medallions li {
            float: left;
            margin: 2px;
        }

        .profile-tab-main-area {
            display: inline-block;
        }

        .smartWatchIntegrationsBar>h2 {
            /** Remove By Sahejad **/
            /* margin-top: 3rem;
            margin-bottom: 2rem; */
            /** Remove By Sahejad **/
            font-size: 3rem;
        }

        .review_heading>h2 {
            /* font-size: 4rem !important; */
            font-size: 2.8rem !important;
        }

        .mySwiper2 {
            height: auto !important;
        }

        .mySwiper2 .swiper-slide:before {
            top: 0px !important;
        }

        .mySwiper2 .swiper-slide:after {
            bottom: 0px !important;
        }

        .categories_tabs {
            padding-top: 1.5em;
            padding-bottom: 0.5em;
        }

        .categories_tabs .list-inline {
            display: flex;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: stretch;
            align-items: baseline;
            margin-left: 0;
        }

        .all_video_list {
            padding: 0px;
        }

        .button_area
        /* Remove By Sahejad */
        /* .scrollToTop */
        /* Remove By Sahejad */
        {
            display: none !important;
        }

        .chart_filter {
            margin-top: 1em !important;
        }

    }

    @media (min-width: 319px) and (max-width: 375px) {

        .list-inline-item>a {
            font-size: 14px !important;
        }
    }

    /* For 540 or Up to 639 */

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

    /* For 480 or Up to 539 */

    @media only screen and (max-width:539px) {
        .v_detail .v_cm {
            line-height: 25px;
            font-size: 17px;
            padding-top: 5px;
        }
    }

    /* For 380 or Up to 479 */

    @media only screen and (max-width:479px) {
        .v_bar_op {
            border-radius: 0px 0px 0px 0px;
        }
    }

    /* For 360 or Up to 379 */

    @media only screen and (max-width:379px) {
        .v_bar_op {
            border-radius: 0px 0px 0px 0px;
        }

        .muse-video-body {
            width: 9cm;
        }
    }

    /* For 320 or Up to 359 */
    @media only screen and (max-width:359px) {
        .v_box {
            min-height: 0px;
            border-radius: 20px;
        }

        .v_bar_op {
            border-radius: 0px 0px 0px 0px;
        }

        .v_ply_btn {
            width: 45px;
            right: 30px;
            top: 20px;
        }

        .v_detail .v_cm {
            line-height: 18px;
            font-size: 16px;
            padding-top: 5px;
        }

        h5.mb-0 {
            font-size: 19px;
            font-weight: 600;
        }

        .video-boxes {
            position: relative;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            transform: scale(2.0);
            height: auto;
        }

        .muse-video-body {
            height: 27vh !important;
            width: 100% !important;
        }
    }

    /* ----------- Moto 360 Watch ----------- */
    @media (min-width: 218px) and (max-width: 281px) {}

    /* For 320 or Up to 359 */
    @media only screen and (max-width:319px) {
        .list-inline {
            height: 50px;
        }

        .tab-list li a {
            font-size: 15px;
        }

        .blog_main_sec {
            /* padding: 40px 0 70px; */
            padding: 0px 0 70px !important;
            background: #ffffff;
        }

        .scrollToTop {
            /* Remove By Sahejad */
            /* left: 45%; */
            /* Remove By Sahejad */
        }

        .copyright,
        .copyright .auto-container,
        .auto-container>a,
        .amt-ftr-country-bottom_content ul li,
        .ftr_tel_num>a {
            font-size: 14px;
        }

        #main-class-ul li,
        #main-catagory-ul li,
        ul.trainer_main_ul li,
        #sub-catagory-ul li {
            width: 140px !important;
            min-height: 140px !important;
        }

        .amt_cat_label>img {
            width: 60px !important;
            height: 60px !important;
        }

        ul#main-class-ul,
        ul#main-catagory-ul,
        ul.trainer_main_ul,
        #sub-catagory-ul li {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        #sub-catagory-ul li {
            margin-right: 0px !important;
            margin-left: 25px;
            margin-bottom: 10px;
        }

        div.bhoechie-tab-menu.small_device_filter .intensityImg a>img {
            transform: scale(1.5);
            height: auto;
        }

        .main-int-wrapper {
            display: none;
        }
    }

    @media (min-width: 995px) and (max-width: 1280px) {
        .blog_main_sec {
            min-height: calc(100vh - 50px);
        }

        .filter_box .form-group {
            margin-bottom: 10px;
        }

    }

    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        .nav_custom {
            display: none;
        }
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {}

    /* .trainer_box {
            float: left;
            width: 100%;
            height: auto;
            margin-left: 8px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }

        .trainer_img.trainerSelector {
            display: inline-block;
        }

        .trainer_box .trainer_img > img {
            width: 85px;
            height: auto;
            border-radius: 15px;
            float: left;
        }

        .trainer_box .trainer_name {
            text-align: center;
            font-size: 15px;
            padding: 5px;
            line-height: 15px;
            float: right;
            width: 55%;
            margin: 0;
            text-overflow: center;
            bottom: 0;
        } */
    .google-deactivate-btn {
        /* display : block;
            float : right;
            margin : 15px; */
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 300px;
        text-align: right;
        border-right: 4px solid #B2B7FF;
        padding-right: 12px;
    }

    .step-font-color {
        color: #345baa;
    }

    .heartpts-font-color {
        color: #7ac5c0;
    }

    .distance-font-color {
        color: #f2905f;
    }

    .movmin-font-color {
        color: #f5c652;
    }

    .cal-font-color {
        color: #ff6905;
    }

    .heartrate-font-color {
        color: #f37974;
    }

    .step-font-color {
        color: #345baa;
    }

    .heartpts-font-color {
        color: #7ac5c0;
    }

    .distance-font-color {
        color: #f2905f;
    }

    .movmin-font-color {
        color: #f5c652;
    }

    .cal-font-color {
        color: #ff6905;
    }

    .heartrate-font-color {
        color: #f37974;
    }

    .sync-text {
        font-size: 14px;
        line-height: 16px;
    }

    /*---------Progress Bar----------*/
    .email_progressbar .ctr {
        text-align: center;
        color: #7a6bb9;
    }

    .email_progressbar .pwcontainer {
        left: 50%;
        position: absolute;
        top: 34%;
        transform: translate(-50%, -50%);
    }

    .email_progressbar .pwfillme {
        background-color: #e5e9eb;
        height: 0.50em;
        position: relative;
        /* width: 24em; */
        width: inherit;
    }

    .email_progressbar .pwfillme-line {
        -webkit-animation-duration: 30s;
        -webkit-animation-name: width;
        /* background: #ee504f; */
        background: #7a6bb9;
        background-size: 24em 0.25em;
        height: 100%;
        position: relative;
    }

    @-webkit-keyframes width {

        0%,
        100% {
            transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
        }

        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }

        ;
    }

    #videoModal .modal-header {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
      }
  
    #videoModal .modal-header{
        cursor:move;
    }

    #videoModal .modal-header .close {
      position: absolute;
      right: 15px;
    }

    /*@media (max-width: 480px) {
    .fam_logo_box {
        padding-top: 6px !important;
    }

    
}

@media (max-width: 313px) { 
    .fam_logo_box {
        width: 6.5em;
    }
}*/