    .showClass {
        display: block !important;
    }
    
    .hideClass {
        display: none !important;
    }
    
    #pageloader img{
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
        position: absolute;
        top: 50%;
        width: 10%;
        height: auto;
    }
    @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) {
        .sweet-alert.showSweetAlert {
            left: 42% !important;
        }
        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: 125px !important;
            margin-left: 10px;
            min-height: 125px !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: 145px !important;
            min-height: 145px !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{
            position: fixed;
            top: 30% !important;
        }
    }
    
    @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;
        }
        div.bhoechie-tab-menu.small_device_filter{
            position: fixed;
        }
    }
    
    @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: 160px !important;
            min-height: 160px !important;
            height: auto;
        }
        .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;
        }
    }
    /* 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: 95%;
            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;
        }
        .filter_box .form-group {
            display: inline-block;
        }
    }
    /* Bottom menu navigation */
    
    @media (min-width: 320px) and (max-width: 480px) {
        .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__text {
            font-size: 15px;
            line-height: 30px;
        }
        #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;
        speak: never;
        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,
    #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 {
        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 input[type="radio"],
    .main-catagory input[type="radio"] {
        opacity: 0.01;
        z-index: 100;
    }
    
    .main-catagory-class label,
    .main-catagory-class input,
    .main-catagory label,
    .main-catagory input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .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 {
        background: #B2B8FF;
        color: white;
        padding: 25px 5px 5px !important;
        transform: scale(1.05);
        border: 2px solid #ffffff;
        padding: 25px 5px 5px !important;
    }
    
    .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;
        color: white;
        margin-top: 90px;
        margin-bottom: 30px;
        font-size: 40px;
    }
    
    .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: #fff !important;
        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;
    } */

    .btn-back {
        border: transparent;
        color: black;
        padding: 7px 45px;
        font-size: 21px;
        border-radius: 30px;
        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;
    }
    
    .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: #000000;
        font-weight: 400;
    }
    
    .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;
    }
    
    .category-selector,
    .more {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 0px;
    }
    
    .thick {
        font-weight: 800 !important;
        font-size: 20px;
        /* color: #B2B7FF !important; */
    }
    
    .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;
    }
    
    .title2_home_page.title2_yourtime {
        font-size: 51px;
        margin-top: 100px;
        font-weight: 700;
    }
    
    .title2_home_page {
        margin-bottom: 5px;
        color: white;
        margin-top: 18px;
        font-size: 29px;
    }
    
    .yourinsurance {
        font-size: 47px;
        margin-top: 60px;
        font-weight: 700;
    }
    
    .imgfamtitle {
        margin-bottom: 0px;
        color: white;
        margin-top: 5px;
    }
    
    .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 {
        margin-left: 0px;
        text-align: center;
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        padding-top: 1em;
        width: 100%;
        z-index: 600;
        height: 3em;
        background: #ffffff;
    }

    #aboutus {
        /*background-image: url('../images/middle_sectionlady.jpg');
        background-repeat: no-repeat;
        background-size: cover;*/
        text-align: center;
        min-height: 670px;
    }
    
    .v_box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 10px 0;
        overflow: hidden;
        width: 100%;
        z-index: 1;
        outline: none;
        border-radius: 25px;
        border: 3px solid transparent;
    }
    
    .p-0 {
        padding: 0px;
        padding-right: 5px;
    }
    
    .v_bar_op {
        width: 100%;
        position: absolute;
        border-radius: 1px 0px 20px 20px;
        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;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    
    .list-inline>li>p {
        line-height: 0px;
    }
    
    .media {
        margin-top: 1.5em !important;
    }
    
    .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-radius: 25px;
        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;
    }
    
    .more-btn-img {
        line-height: 0px;
        margin-bottom: 0px;
    }
    
    .more-button {
        text-align: center;
    }
    
    .video-boxes .focus_element.selec .v_box {
        outline: none;
        border-radius: 25px;
        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;
    }
    
    .back_btn_area {
        margin: 0px auto;
        width: 175px;
        padding-left: 10px;
    }
    
    .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: 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: 300px !important;
        margin: 0px auto;
    }
    .streaming_icons{
        width: 300px !important;
        margin: 0px auto;
        text-align: center;
    }
    .streaming_icons h4{
        text-align: center;
        padding: 15px 0px;
        font-size: 19px;
        font-weight: 500;
    }
    .streaming_icons > a > img.amt-cla-wt{
        width: 50px;
        border-radius: 10px;
        margin-bottom: 5px;
        height: auto;
    }
    .custom-partners{
        width: 300px !important;
        margin: 0px auto;
        text-align: center;
    }
    .custom-partners > a:hover,.medicare-certificate-logo > a:hover{
        cursor: default;
    }
    .custom-partners > a > img.amt-cla-wt  {
        width: 100px;
        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-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-radius: 25px;
        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;
    }
    
    .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;
    }
    
    .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%;
        transform: scale(1.3);
    }
    
    div.bhoechie-tab-menu.small_device_filter {
        left: 2%;
        bottom: 0;
        top: 14%;
        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: 85px;

    }
    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: 2em;
        margin-bottom: 4em;
    }
    
    .amt_social_icons {
        width: 30px;
        height: 30px;
    }
    
    .amt_social {
        width: 145px;
        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;
        margin-top: 30px;
    }
    
    .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;
        min-height: 80vh;
    }
    
    .verification_form #dialog {
        margin: 50px 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-bottom: 60px;
    }
    
    .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: 605;
        top: 3em;
        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;
    }
    .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 {
        display: block;
        margin: 10px 0px;
        text-align: center; 
    }
    .progress_report_box .filter_box:first-child {
        text-align: left;
    }
    .progress_report_box .filter_box:last-child {
        text-align: right;
    }

     .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;
     }
     .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{
         overflow-wrap: anywhere;
         width: 17%;
     }


    
    .homepage_slider_section{
        position: relative;
    }    
    /* #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: 18px;
        background-color: #ffffff;
        border-radius: 20px;
        color: black !important;
        display: inline-block;
        padding: 6px 12px;
        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;
    }
    .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;
    }
    .reports_buttons {
        
    }
    .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;
        padding: 16px;
        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: 16px;
        line-height: 24px;
        font-weight: 700;
        opacity: 0.7;
    }
    .box-content-subheader {
        line-height: 24px;
        opacity: 0.7;
        font-size: 16px;
    }
    .participants {
        display: flex;
        align-items: center;
    }
    .total_counts {
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 18px;
        border-radius: 20px;
        flex-shrink: 0;
        padding: 6px 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: var(--main-color);
    }
    .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;
    }
    .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{
        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);
        padding-left: 10px;
    }
    .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 {
        display: inline-block;
        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{
        line-height: 2em;
        font-size: 20px;
        margin-bottom: 2em;
        word-break: break-word;
    }
    .press_release_title > a,.community_partners > p > 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;
        }
      }
      
     
    
    /* 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;
        }
        
      } 

    .fam_logo_box {
        width: 20%;
        transform: scale(1.4);
        margin-left: 14px !important;
    }
    .fam_logo_box .fam_header_logo {
        margin: 0px;
        padding: 0px;
        max-width: 100%;
        max-height: 100%;
    }
    .navbar-right{
        margin-top: 0.6em;
    }
    /* .sweet-alert h2{
        color: #ff0808 !important;
    } */
    .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.nav-about ul {
        display: none;
    }
    .jj_position_absolute .nav li.nav-about{
        padding-bottom: 12px;
        margin-right: 10px;
    }   
    .jj_position_absolute .nav > li.nav-about ul {
        position: absolute;
        top: 2.4em;
        background-color: #b2b7fe;
        border-top: 1px solid;
        display: none;
    }
    .jj_position_absolute .nav > li.nav-about .arrow_right {
        position: absolute;
        top: 0.6em;
        right: -1em;
        font-size: 15px;
    }
    .jj_position_absolute .nav > li.nav-about > ul li{
        padding: 0px 30px;
        display: inline-block;
        width: 185px;
    }
    .jj_position_absolute .nav > li.custom-join > a{
        color: #000000 !important;
        background-color: #47df47;
        /* margin-top: 35px; */
        margin-bottom: 0px;
        border-radius: 20px;
        font-size: 16px;
        padding: 0px 20px;
        border: 2px solid;
        border-color: #00ff1d;
    }

    .forget_password_modal .modal-dialog{
        top: 10vh;
        right: 0vw;
    }    
    
    /* Press Release Articles */ 
    .articles_press{
        width: 100%;
    }
    .articles_press .article-box {
        display: block;
        width: 19em;
        margin: 0 auto;
        margin-right: 1em;
        margin-bottom: 25px;
        height: auto;
        border: 2px solid;
        background: #333;
        float: left;
        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: 30vh;
        background-color: #000000;
        width: 75%;
        margin: 0px auto;
        position: relative;
        border-radius: 10px;
        margin-bottom: 4em;
        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;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: justify;
    }

    #modalExerciseApproval{
        z-index: 9999999999;
        background-color: #00000059;
    }
    #modalExerciseApproval .modal-dialog{
        top: 15%;
    }
    #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 {
        padding-bottom: 60px;
        padding-top: 20px;
     }
     .expert-says h3,h1{
         color: #F3F8FF;
         padding: 5px 0px 5px 0px;
     }
     .expert-says > h3 > a:hover{
        color: #b2b7ff;
     }

     .medicare-certificate-logo {
        width: 31%;
        float: left;
        text-align: right;
    }
    .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;
    }
    .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: #1d1f2b!important;
        font-size: 100%;
        background-color: azure;
        -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: 60%;
    }  


    /* 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;
        }
        .sweet-alert {
            left: 48% !important;
        }
    }
    /* 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;
        }
        .slider-title {
            text-align: center;
            color: white;
            margin-top: 60px;
            margin-bottom: 50px;
            font-size: 40px;
        }
        .intensity-slider-title {
            font-size: 30px;
        }
        .main-header .header-lower {
            padding: 0px;
            min-height: 0px;
            padding-bottom: 5px;
        }
        .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;
        }
      
        
        /* 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) {

        .list-inline {
            top: 50px;
            padding-top: 0.5em;
            height: 2.5em;
        }
        .login-main.container-fluid {
            height: 200px;
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
        }
        .video-boxes {
            position: relative;
            margin-top: 3em;
        }
        .btn-back {
            color: black !important;
            background: #B1B8FF;
            margin: 0px 0px;
            padding: 7px 45px;
            font-weight: 600;
            font-size: 21px;
            border-radius: 30px;
        }
        .back_btn_area {
            margin: 0px auto;
            width: 120px;
        }
        .more_button_section {
            top: 0px;
        }
        .scrollToTop {
            left: 45%;
        }
        .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 {
            display: none;
        }
        .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;
            float: left;
            width: 20%;
        }
        .main_dropdown_menu .loggedout li {
            padding: 0px;
            width: 100%;
            text-align: center;
        }
        .main_dropdown_menu .nav li.my_account_section {
            padding: 15px;
            float: left;
            text-align: center;
            width: 100%;
        }
        .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;
            text-align: center;
        }
        .main_dropdown_menu .nav li a {
            padding: 4px 5px !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: 90px;
            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%;
        }
    }


    @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;
        }
        .video_player_button {
            font-weight: bold;
            margin-right: 10px;
            margin-bottom: 8px;
        }
        .slider-title,
        .intensity-slider-title {
            text-align: center;
            margin-top: 50px !important;
            margin: 0px;
            margin-bottom: 50px;
            font-size: 30px;
        }
        .consent_modal_class .modal-dialog {
            width: 515px;
        }
        .consent_modal_class .modal-body {
            height: 335px !important;
        }
        .title2_home_page {
            display: none;
        }
       
    }
    
    /* 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;
        }
        .slider-title {
            text-align: center;
            color: white;
            margin-top: 60px;
            margin-bottom: 50px;
            font-size: 40px;
            margin-left: 5px;
        }
        .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
        }
        .sweet-alert {
            left: 39% !important;
        }
        
        
    }

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

        @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        
            .fam_logo_box {
                width: 45%;
                transform: scale(1.4);
                margin-left: 14px !important;
            }
            .logo{
                width: 24%;
            }

            .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) {
        .fam_logo_box {
            width: 45%;
            transform: scale(1.4);
            margin-left: 14px !important;
        }
        .logo{
            width: 24%;
        }
        .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;
        }
        #aboutus {
            height: 98vh;
        }
        .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;
        }
        
    }
    
    @media only (max-width: 480px) {
        .list-inline {
            top: 47px !important;
        }
        .list-inline-item>a {
            font-size: 16px !important;
        }
        .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;
        }
        #aboutus {
            height: 690px;
        }
        .agreement_popup.modal{
          height: 23em;
        }
        .credit-card-input img {
            position: absolute;
            top: 11px;
            right: 15px;
            height: 15px;
            width: 68px;
        }

       
    }
    
    @media only (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;
        }
        .amt_trainer_detail_block {
            margin-top: 20px !important;
        }
        .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;
        }
        .list-inline {
            top: 69px;
            padding-top: 0.5em;
        }
        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;
        }
        .sweet-alert {
            left: 36% !important;
        }
        .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);
        }
        .videolist_container_block{
            margin-top: 25px;
        }
        .progress_report_box .filter_box .from_date{
            margin-right: 23px;
            margin-bottom: 10px;
        }
        .progress_report_box {
            padding: 50px 0 70px;
        }
        .nav_custom{
            display: none;
        }
    }
    
    @media (min-width: 481px) and (max-width: 767px) {


        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 {
            text-align: center;
         }
         
        .activate_device_btn{
            margin-top: 5%;
            margin-bottom: 5%;
        }
        .user_profile_block .panel.panel-default{
            margin-top: 2% !important;
        }
        #activateShortCode input{
            width: 40px;
        } 
    }
    
    @media (min-width: 320px) and (max-width: 767px) {
        .fam-center {
            width: 100%;
        }
        .slider-title,
        .trainer-title {
            font-size: 40px;
            margin-top: 50px !important;
            margin-bottom: 15px !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;
        }
        .amt_trainer_detail_block {
            margin-top: 0px !important;
        }
        .v_detail .v_cm {
            line-height: 11px;
            font-size: 18px;
            padding-top: 5px;
        }
        .sidenav {
            top: 3.0em !important;
            position: fixed;
            z-index: 999999999;
        }
        .main-int-wrapper{
            display: none;
        }
        .categories_tabs{
            margin-bottom: 11%;
        }
        .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 {
            height: 74vh !important;
        }
    }
    
    @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: 40px;
            margin-top: 40px !important;
            margin-bottom: 30px !important;
        }
        .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;
        }
        .header-lower .logo .logo_name {
            margin: 3px auto;
        }
        .fam_logo_box {
            transform: scale(1.4);
        }
    }
    
    @media (min-width: 319px) and (max-width: 480px) {

        .medicare-certificate-logo{
            display: none;
        }
        .fam_logo_box {
            width: 12vh;
            transform: scale(1.3);
        }
        .amt-image-box>img {
            width: 125px;
            height: 125px;
        }
        .amt_trainer_detail_block {
            margin-top: 0 !important;
        }
        .v_box {
            min-height: 0px;
            border-radius: 40px;
        }
        .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 {
            top: 65px;
            padding-top: 0.5em;
            height: 2.5em;
        }
        .video-boxes {
            position: relative;
            margin-top: 5px;
        }
        .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: 120px;
            margin-top: 5px;
        }
        .amt-fai-wt {
            width: 60px;
        }
        .amt-crt-wt-box,
        .amt-fai-wt-box {
            padding-left: 0px;
            padding-right: 0px;
        }
        .amt-cla-wt-box {
            text-align: center;
            margin-top: 5px;
        }
        .scrollToTop {
            left: 45%;
        }
        .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 {
            margin-top: 25px !important;
            margin-bottom: 25px !important;
            font-size: 24px;
        }
        .title2.title2_home_page {
            font-size: 25px;
            display: none;
        }
        .title2.title2_home_page.title2_yourtime {
            font-size: 35px;
            display: none;
        }
        div.bhoechie-tab-menu.small_device_filter {    
            margin: 0px !important;
            top: 30%;
        }
        #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;
        }
        .navbar-nav .open .dropdown-menu>li {
            padding: 0px !important;
        }
        .main-menu .nav li a {
            padding: 10px 15px !important;
            display: inline-block;
        }
        .videolist_container_block {
            margin-left: 10%;
        }
        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;
        }

        /*customer reports mobile responsive */
        .total_counts{
            display: block;
            text-align: center;
        }
        .reports_buttons{
            float: right;
            width: 45%;
        }
        .progress_report_box .filter_box {
            margin: 0px auto;
            margin-bottom: 15px;
        }
        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;
        }
        .muse-video-body {
            height: 35vh !important;
            width: 100% !important;
        }
        .activate_device_btn{
            margin-top: 5%;
            margin-bottom: 5%;
        }
        .user_profile_block .panel.panel-default{
            margin-top: 2% !important;
        }
        #activateShortCode input{
            width: 40px;
        }
    }
    @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: 18px;
            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;
        }
        .v_box {
            border-radius: 25px;
        }
       
    }
    /* For 360 or Up to 379 */
    
        @media only screen and (max-width:379px) {
            .v_bar_op {
                border-radius: 0px 0px 0px 0px;
            }
            .v_box {
                border-radius: 20px;
            }
            .muse-video-body {
                height: 31vh !important;
                width: 100% !important;
            }
        }
        /* 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;
                background: #ffffff;
            }
            .scrollToTop {
                left: 45%;
            }
            .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) { 
            .muse-video-body {
                height: 39vh;
                width: 60%;
             }
             .jj_position_absolute .nav li.nav-about{
                padding-bottom: 12px;
                margin-right: 0px;
             }
             .jj_position_absolute .nav li a{
                 font-size: 16px;
             }
        }
        
        /* Medium devices (desktops, 992px and up) */
        @media (min-width: 992px) { 
            .muse-video-body {
                height: 51vh;
                width: 61%;
             }
        }
        
        /* Large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) {
            .muse-video-body {
                height: 45vh;
                width: 60%;
             }
        }

        /* .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;
        } */

       