.client-borderd-div {
    color: white !important;
    background-color: #d6b557;
    padding: 1rem;
    border: 1px solid grey;
    border-radius: 1.4rem
}

.client-div {
    color: white !important;
    background-color: #d6b557;
    padding: 1rem;
}

.nav-mobile {
    position: relative;
    padding: 1rem;
    display: none;
    background: #eeeeee;
}

.menu-hide {
    display: flex !important;
}

.fa-align-justify {
    color: #fafafa;
    font-size: 3rem;
    cursor: pointer;
    /* position: absolute; */
    float: right;
    padding-right: 10px;
    margin-right: 15px;
}

.menu {
    list-style: none;
    padding: 1.8rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid #fff;
    position: absolute;
    z-index: 9999;
    width: 90%;
    background: #000;
    margin-top: 6rem;
}

.menu li {
    margin-bottom: 2rem;
    border-bottom: 2px solid #92929281;
    width: 100%;

}

.menu li:last-child,
.menu li:first-child {
    border: none;
}

.images {
    padding: 0;
    width: 100%;
}

.images img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.menu li a {
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}


.fa-bars {
    color: red;
    font-size: 3rem;
}

.nav-desktop {
    width: 25%
}

.nav-desktop-top {
    width: 100%;
}

.client-center-div {
    color: black;
    font-weight: 600;
}

.client-left-div {
    color: grey;
    font-weight: 500
}

footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    background: #222;
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}

/* Footer Top */
.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top,
footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #f9f9f9;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
    display: inline-block;
}

/*====================
Widgets
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a {
    color: #ff8d1e;
}

.widget li a:hover {
    color: #4b92dc;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

.card-title,
.dataTables_info,
.paginate_button.disabled {
    color: #fff !important;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

ul.social-footer2 li a:hover {
    background-color: #ff8d1e;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

.btn {
    background-color: #ff8d1e;
    color: #fff;
}

select {
    color: black !important
}

.btn:hover,
.btn:focus,
.btn.active {
    background: #4b92dc;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;

}

footer {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
}

.gym-background {
    background-color: black;
}

.logo-img {
    margin-top: 1rem;
    width: 20rem;
    height: auto;
}

.center {
    border: 5px solid;
    margin: auto;
    margin-bottom: 1rem !important;
    width: 50%;
    padding: 10px;
}

.home-buttons {
    color: aliceblue;
    background-color: #a02b31;
    font-size: 2rem;
    margin-bottom: 1rem
}

.footer-font {
    color: white
}

.term-policy-font {
    color: blue
}

.create-form,
.excel-form {
    color: white;
    border: 1px solid grey;
    border-radius: 1rem;
    margin: 0px -1rem;
}

.excel-form {
    padding-top: 1rem;
    margin: 1px 0px !important;
}

th,
h2 {
    color: white;
}

.card {
    --bs-card-bg: black;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 7rem;
}

.navbar-nav {
    font-size: 2rem !important;
    --bs-nav-link-padding-x: -1px
}

label {
    color: white
}

body {
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    line-height: 28px;
}

.nolist {
    list-style: none;
}

.client-center-div {
    padding-left: 2rem;
}

.schdeule-right-main {
    background-color: white;
    padding: 1rem;
    margin: 0px 0px 1rem 0px;
    border: 1px solid grey;
}

.sidebar-wrapper {
    max-width: 295px;
    margin-bottom: 50px
}

.sidebar-mobile {
    width: 75%;
}

.main-div {
    margin-bottom: 1rem;
}

.logo-img-mobile {
    width: 9rem;
}

@media only screen and (max-width: 991px) {
    .sidebar-mobile {
        width: 100%;
    }

    .nav-desktop,
    .nav-desktop-top {
        display: none;
    }


    .nav-mobile {
        display: block;
    }

    .client-center-div,
    .client-left-div {
        font-size: 1.1rem;
    }
}

@media (max-width:991px) {
    .sidebar-wrapper {
        width: 100%;
        max-width: 992px;
        margin-bottom: 0
    }

}



.sidebar-wrapper>ul li {
    font-size: 1.8rem;
    font-weight: 500
}

.sidebar-wrapper>ul>li {
    border-top: 1px solid #e9e7e7;
    font-weight: 500
}

.sidebar-wrapper nav>ul {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0
}

.sidebar-wrapper nav>ul li {
    font-size: 1.8rem;
    font-weight: 500
}

.sidebar-wrapper nav>ul>li {
    border-top: 1px solid #e9e7e7;
    font-weight: 500
}

.sidebar-wrapper nav>ul>li:first-child {
    border: 0
}

.sidebar-wrapper nav>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 20px
}

.sidebar-wrapper nav>ul>li>a:hover {
    color: #fff;
    background: #ed145b;
}

select#sub-menu {
    width: 100%;
    height: 55px;
    color: #000;
    margin: 15px 0;
    padding: 13px;
    border: 1px solid #333;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    background: url(https://raw.githubusercontent.com/solodev/mobile-sidebar-navigation/master/drop-arrow.png) right no-repeat;
}

select#sub-menu,
select#sub-menu>option {
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 28px;
}

select#sub-menu,
select#sub-menu>option {
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 28px;
}
