﻿#booking-wizards-form .sw .nav .nav-item .smartwizard-header-text {
    font-size: 15px;
    font-weight: 700;
    color: #444;
    line-height: 20px;
    display: block;
} 
@media only screen and  (max-width: 767px) {
    .nextprevbutton .mobile-view { 
        bottom: 0px;
        list-style: none;
        top: auto;
        width: 100%;
        position: fixed;
        left: 0;
        margin-left: 0;
        max-width: 100%;
        z-index: 1099;
        height: 70px;
        border: none;
        border-radius: 20px 20px 0 0;
        font-size: 18px;
        box-shadow: 0 -10px 30px rgb(0 0 0 / 30%);
    }
}
@media screen and  (min-width: 231px) and (max-width: 1202px) {
    .sw > .nav {        
        flex-direction: row !important;
        flex: 1 auto;
        flex-wrap: nowrap;
        overflow-y: scroll;
    }

    .sw.sw-justified > .nav li {
        min-width: 250px;
    }

    .sw > .nav::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
}
.sw .nav .nav-item .smartwizard-header-text {
    font-size: 18px;
    font-weight: 700;
    color: #444;
}
.sw.sw-justified > .nav .nav-link .far {
    color: #444;
    width: 40px;
    height: 40px;
    background-color: #f0f2f6;
}
.sw.sw-justified > .nav .nav-link .far::before {
    font-size:20px;
}
.sw-theme-default .tab-content {
    background: white !important;
     margin-top: 0px; 
    border-top: 1px solid #efefef;
}
.sw .nav.header_nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.subs_tabs::-webkit-scrollbar-thumb {
 background-color:rgba(0,0,0,0.15);
}

@media screen and (max-width:991px ) {
    .container{ width:100%;}
}
@media screen and (max-width:810px ) {
    .sw-theme-default > .nav .nav-link .faw {
        /*display: flex !important;*/
        margin: 0 auto !important;
    }
    .sw-theme-default > .nav .nav-link.done {
        display: flex;
        align-items: center;
    }
    .sw-theme-default > .nav.header_nav .nav-link.done {
        flex-direction:column;
    }
}

@media screen and (max-width:640px ) {
    .subs_plans .col-xs-6 {
        width: 100%;
    }
}
.sw.sw-theme-default > .nav .nav-link.done .faw {
    display: none !important;
    margin: 0 auto;
}

.bottom_btn_grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.bottom_btn_grp button.btn_nxt {
    margin-left: auto;
    text-transform: uppercase;
}

.available-div .bookBtn, .available-div .description-div, .available-div .StartTimeStopTime {
    height: 100%;
    margin: 0;
}
.pb_25 {
    padding-bottom: 25px;
}