
.bar_wrapper {
    position: fixed;
    top: auto;
    bottom: -45px;
    left: -200px;
    width: calc(100% + 400px);
    padding-block: 20px;
    padding-inline: 30px;
    background-color: #000;
    transform: translateY(-50%);
    z-index: 10000;
}
@media (max-width: 1650px) {
    .bar_wrapper {
        left: -120px;
        width: calc(100% + 240px);
    }
}
@media (max-width: 1400px) {
    .bar_wrapper {
        left: -120px;
        width: calc(100% + 240px);
    }
}
@media (max-width: 1200px) {
    .bar_wrapper {
        left: -50px;
        width: calc(100% + 100px);
    }
}
@media (max-width: 991px) {
    .bar_wrapper {
        left: -20px;
        width: calc(100% + 40px);
        bottom: -105px;
    }
}
.bar_wrapper.bar_wrapper .flex_wrapper .item {
    width: calc(100% / 4);
}
.bar_wrapper .flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .bar_wrapper .flex_wrapper {
        justify-content: center;
    }
}
.bar_wrapper .flex_wrapper .item {
    width: calc(100% / 3) !important;
}
@media (max-width: 991px) {
    .bar_wrapper .flex_wrapper .item {
        text-align: center;
    }
}
.bar_wrapper .flex_wrapper .item .title {
    color: #fdcf0b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.bar_wrapper .flex_wrapper .item .desc {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}
.bar_wrapper .button_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .bar_wrapper .button_wrapper {
        justify-content: center;
        margin-top: 25px;
    }
}
.bar_wrapper .button_wrapper .btn {
    background-color: #fdcf0b;
    color: #000;
    font-size: 14px;
}
@media (max-width: 991px) {
    .membership_wrapper .title_box p {
        width: 90%;
    }
    .membership_wrapper .title_box h2{
        word-wrap: break-word;
    }
    .membership_wrapper .membership_banner{
        background-size: cover;
        background-position: center center;
    }
    .membership_wrapper .membership_banner .floating_wrapper{
        display: inline-block;
        right: 0;
        width: 100%;
    }
    .membership_wrapper .membership_banner .floating_wrapper .img_wrapper{
        transform:none;
    }
    .membership_wrapper .membership_banner .floating_wrapper .black_box{
        width: 100%;
        padding: 20px;
    }
    .membership_wrapper .offer_wrapper{
        padding-top: 0;
    }
}
.bootstrap-select .dropdown-menu{
    z-index:5000;
}
.membership_wrapper .offer_wrapper.second .card_wrapper .info_wrapper h4{
    color:#000000;
}
.locate_gym_wrapper .offer_wrapper .card_wrapper .info_wrapper h4{
    color:#000000;
}
.details_wrapper .main_info .info_wrapper .flex_wrapper span.lab{
    font-weight: bold;
}
.item span{
    font-weight: bold;
}

.classes_wrapper .card_wrapper .info_wrapper .flex_wrapper .item:last-child span{
    font-weight: bold;
}
.details_wrapper .main_info .info_wrapper img{
    height:auto;
}
.details_wrapper .main_info .img_wrapper img{
    height: auto;
}
.matched_wrapper .card_wrapper .info_wrapper .flex_wrapper .item:last-child span{
    font-weight: bold;
}
.services_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.trainer_wrapper .img_wrapper img{
    height:auto;
}
.header .breadcrumb a{
    font-style: normal;
    font-weight: normal;
}
.title_box h2{
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.phone_wrapper input[type="number"]{
    width: calc(100% - 260px);
}
#mapid{
    height: 630px;
}
.header{
    background-position: center center;
    background-size: cover;
}
.view_classe_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.matched_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.bold a{
    font-weight: bold;
}
.locate_gym_wrapper .offer_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.locate_gym_wrapper .amenities_wrapper .flex_wrapper .item span{
    margin-inline-start: 0;
    z-index: -1;
}
.checkbox_input {
    height: 50px;
    align-items: center;
    transition: none;
}
.checkbox_input1 .checkbox_checkbox1 {
    width: 16px;
    height: 12px;
    position: absolute;
    transition: none;
}
.checkbox_input1 .checkbox_checkbox1::before {
    position: absolute;
    top: 0;
    left: 70%;
    transform: translate(-50%, -50%);
    transition: none;
    opacity: 0;
    content: url("../images/checked.png");
    width: 16px;
    height: 12px;
    fill: #fdcf0b;
}
.checkbox_input1 input{
    display: block;
    transition: none;
    opacity: 1;
}
.checkbox_input1 input:checked {

    opacity: 0;
    transition: none;

}
.checkbox_input1 input:checked + .checkbox_checkbox1::before {

    opacity: 1;
    transition: none;
}
.checkbox_input1 label {
    font-weight: 500;
    font-size: 15px;
    padding-inline-start: 10px;
    position: absolute;
    cursor: pointer;
    margin-left: 20px;
    transition: none;
}
.radio_input .wrapper input{
    display: block;
    z-index: 200;
}
.radio_input .custom_radio{
    border-color: transparent;
    position: absolute;
    opacity: 1;
}
.radio_input .custom_radio:checked{
    border-color: transparent;
    position: absolute;
    opacity: 0;
}
.radio_input .wrapper input{
    opacity: 1;
}
.radio_input .wrapper input:checked{
    opacity: 0;
}
.radio_input .custom_radio::before{
    margin-left: -4px;
}
@media all and (max-width: 480px){

    .black_navbar .breadcrumb{margin-top: 20px;}
    .contact_page_wrapper .form_wrapper{
        padding: 20px;
    }
    .about_banner{
        background-position: center center;
    }
    .bottom_about_banner{
        background-position: center center;
    }
}
.leaflet-bottom{
    display: none;
}
.about_banner .floating_wrapper .img_wrapper img{
    height: auto;
}
.about_info_wrapper .img_wrapper img{
    height: auto;
}
.step_form_wrapper .main_login_content{
    min-height: 1100px;
}
.step_form_wrapper .step_navigation.four_steps .item1{
    width: calc(33% - 5px);
}
.career_main_wrapper .banner_wrapper img{
    height: auto;
}
.career_main_wrapper .career_points .ex_img_wrapper img{
    height: auto;
}
.other_services .card_wrapper .img_wrapper img{
    height: auto;
}
.personal_trainer_wrapper{
    padding: 20px;
}
.classes_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.membership_wrapper .membership_banner .floating_wrapper .img_wrapper img{
    height: auto;
}
.membership_wrapper .offer_wrapper.second .card_wrapper .img_wrapper img{
    height: auto;
}
.main_header{
    overflow: hidden;
}
.active_menu{
    color:#fdcf0b !important;
}
.active_menu:hover{
    color:#fdcf0b !important;
}
@media (max-width: 1450px) {
    .offers_wrapper .grid_wrapper .card_wrapper .img_wrapper img {
        height: auto;
    }
}
@media (max-width: 991px){
    .contact_wrapper .map_wrapper {
        display: block;
        margin-bottom: 20px;
    }
}
.slick-slider div {
    transition: none;
}
.timetable_wrapper .table tbody td{
    vertical-align: top;
}
.class_wrapper .card_wrapper.slick-active{
    width: auto !important;
}
@media all and (max-width: 500px){
    .slick-initialized .slick-slide{
        width: 280px !important;
    }
    .class_wrapper .card_wrapper.slick-active{
        width: 280px !important;
    }
    .step_form_wrapper .main_login_content{
        min-height: 1300px;
    }
}
.membership_wrapper .offer_wrapper .card_wrapper .img_wrapper img{
    height: auto;
}
.header.membership{
    height: auto;
    min-height: 450px;
}
.text-cut{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.other_services .card_wrapper .info_wrapper p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */
}
.contact_wrapper .info_wrapper .item .line span{
    display: inline-block;
    direction: ltr;
}
.black{
    color: #212529;
}
.black:hover{
    color: #212529;
}
.home-class{
    background-color: #fdcf0b;
    color:#000000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.class_wrapper .card_wrapper .img_wrapper img{
    width: auto;
    height: auto;
    border-radius: 0;
}
.classes_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    transition: all .25s;
}
.main_navbar .options_wrapper{display: inline-block; text-align: right}
.switcher{border-left:1px solid #fdcf0b;padding-left:10px;}
.padding-l{padding-right:10px;}
.cairo-text{font-family: 'Cairo', serif;}
.step_form_wrapper .main_login_content .available_gyms_dropdown{min-height: 400px;}
.step_form_wrapper .step_navigation .item .title{font-weight: normal;}
.step_form_wrapper .step_navigation .item.active .title{font-weight: 600;}
.step_form_wrapper .main_login_content .available_gyms_dropdown .item_wrapper .line span{font-size: 13px;font-weight: normal;}
.offer-selected{background-color: #333333 !important;color:#fdcf0b;}
.selected-icon{width: 20px;height: 20px;color: #fdcf0b;fill:#fdcf0b;}
.step_form_wrapper .main_login_content .order_review_wrapper .body_wrapper .item_wrapper .main_info .line span{
    white-space:wrap;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 1rem .8rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 4.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #999;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(153, 153, 153);
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0;
}
.review-text{width: 50%;}
@media all and (max-width: 1300px) {
    .step_form_wrapper .main_login_content .gym-dropdown-wrapper .flex_wrapper .btn-outline{font-size: 10px;padding: 12px 20px;}
    .step_form_wrapper .main_login_content .gym-dropdown-wrapper .line span{font-size: 12px;font-weight: normal;}
    .step_form_wrapper .main_login_content .offers-wrapper .card-wrapper .info .btn-default{font-size: 10px;}
    .selected-icon{width: 14px;height: 14px;}
    .step_form_wrapper .main_login_content .membership-plans-wrapper .card-wrapper .title{text-align: center;}
    .step_form_wrapper .main_login_content .membership-plans-wrapper .card-wrapper .btn-default{font-size: 12px;}
    .review-text{width: 70%;}
    .step_form_wrapper .main_login_content .order_review_wrapper .body_wrapper .item_wrapper .main_info .review-text  span {font-size: 13px;font-weight: normal;}
}
@media (max-width: 500px) {
    .class_wrapper .card_wrapper .img_wrapper img {
        height: auto !important;
    }
}
@media (max-width: 991px) {

    .main_header {
        height: 400px;
        padding-top: 150px;
    }
    .main_header h1 {
        font-size: 30px;
    }
}
.footer{
    padding-top: 40px;
}
@media (max-width: 450px) {
    .mobile-center{
        text-align: center !important;
    }
    .main_header {
        height: 100vh;
        padding-top: 150px;
    }
    .main_header.video_bg video {
        width: auto;
        height: 100vh;
    }
    .membership_wrapper .membership_banner .floating_wrapper .img_wrapper {
        transform: none !important;
        width: 100%;
        height: auto;
    }
    .membership_wrapper .membership_banner {
        margin-bottom: 620px;
    }

    .membership-header{
        padding-top: 200px;
    }
    .step_form_wrapper .main_login_content .available_gyms_dropdown .item_wrapper .flex_wrapper .btn-default{
        font-size: 11px;
        min-width: auto;
    }
    .step_form_wrapper .main_login_content .available_gyms_dropdown .item_wrapper .flex_wrapper .btn-outline{
        font-size: 11px;
        min-width: auto;
    }
}
.about_banner {
    background-image: url("../images/m-banner.jpg");
}
.btn-map {
    background-color: #fdcf0b;
    color: #000;
    font-size: 12px;
}
.offers_wrapper .grid_wrapper .row .col-lg-6:last-child {
    transform: unset;
}
