@font-face {
    font-family: 'ProximaNovaExCn-Bold';
    src: url('/fonts/ProximaNovaExCn-Bold.woff') format('woff');
    font-weight: bold;
}
.um-nav{
    font-family: ProximaNovaExCn-Bold;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
}
.um-nav li.nav-item .active {

    color: white !important;
}

.um-logo img {
    position: absolute;
    width: 200px;
    height: auto;
    background: white;
    top: 0px;
    left: 0px;
    padding: 20px 20px 20px 20px;
}
body{
    background-color: transparent !important;
}
html {
    scroll-behavior: smooth;
}
.form-section{
    height: 100vh;
}
.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
    background-color: #f92e0b !important;
    color: #fff !important;
    border: 2px solid white !important;
}

.wizard .steps .number {
    display: inline-block;
    width: 38px;
    /* height: 38px; */
    line-height: 34px;
    border: 2px solid #f92e0b !important;
    color: #f92e0b !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
    background-color: #f92e0b !important;
    color: white !important;
    font-size: 13px;
}

.wizard .steps>ul>li a {
    display: block;
    padding: 0.5rem 0.5rem;
    color: #f92e0b !important;
    font-weight: 500;
    background-color: rgb(175 175 175 / 10%) !important;
    font-size: 11px;
}

.form-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
    background-color: #f92e0b !important;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
}

label {
    font-size: 13px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
body[data-sidebar-size=sm] .vertical-menu #sidebar-menu>ul>li>a {
    color: red !important;
}
/* New Templete Css*/
.banner-section img {

    width: 100%;
    height: auto;

}
.time-slot:hover {
    cursor: pointer;
}
.member-count {
    background-color: #f92e0b;
    color: white;
}

.member-count:active {
    background-color: #f92e0b !important;
    color: white !important;
}

.member-count:hover {
    background-color: #f92e0b !important;
    color: white !important;
}

.member-count:focus {
    background-color: #f92e0b !important;
    color: white !important;
}

.selected-timeslot {
    background-color: #f92e0b !important;
    color: white !important;
    border: 1px solid #f92e0b !important;
    cursor: pointer !important;
}
.nav-link:focus,
.nav-link:hover {
    color: white;
}
@media only screen and (max-width: 600px) {
    .banner-section img {

        width: 100%;
        height: 32vh;
        object-fit: fill;
    }
    .um-logo{
        position: relative !important;
    }
}
.banner-section{
    display: none;
   }
.total_price{
    font-size: 14px;
}
.rm-price {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.um-hero-image {
    background-image: url(/assets/images/bg2.png);
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
h2.um-heading-hero {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,0.1) !important;
}
a.um-logo{
    /* background-color: #fff; */
        /* padding: 25px; */
}
.nav-link {
    color: #fff;
    padding: 13px 10px !important;
        margin-left: calc(10px / 2);
        margin-right: calc(10px / 2);
        font-size: 22px;
        line-height: 30px;
        position: relative;
    }

.nav-link:hover::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #f92e0b;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.um-header{
    background-color: black;

}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    z-index: 3;
}
@media only screen and (max-width:768px){
    .um-logo img {
        position: relative;
        width: 175px;
        height: auto;
        background: transparent;
        top: 0px;
        left: 0px;
        padding: 5px;
    }
    a.um-logo {
        background-color: transparent !important;
        margin-right: 0px !important;
    }
    .um-toggle {
        background: #f92e0b !important;
        padding: 0.25em;
        color: #fff;
        border-radius: 3px;
    }
    .um-header {
        background-color: #fff;
    }
    .um-mbl {
        padding: 0px !important;
        height: auto !important;
    }
    .um-nav {
   
        padding-left: 0px;
    }
    .um-nav a.nav-link {
        color: #000;
    }
    .um-nav li.nav-item .active {
        color: #f92e0b !important;
    }
    .um-menumbl{
        position: absolute;
        background: #fff;
        top: 100%;
        z-index: 9;
    }
}
span#discount_text {
    font-size: 11px;
}
