@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'ProximaNovaExCn-Bold';
    src: url('/fonts/ProximaNovaExCn-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'dk_downward_fallregular';
    src: url('/fonts/dk_downward_fall-webfont.woff2') format('woff2'),
        url('/fonts/dk_downward_fall-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.um-nav {
    font-family: ProximaNovaExCn-Bold;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
}

::placeholder {
    color: rgb(44, 51, 56) !important;
    font-size: 16px;
    opacity: .5 !important;
}

select[disabled="disabled"] {
    color: #933 !important;
    background-color: #ffc;
}
.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;
    font-family: Roboto Slab !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;
    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;
}

.header {
    background-color: #9bd9f0;
    font-family: 'Roboto';
    width: 100%;
    background-color: #9bd9f0;
    height: 88px;
}

.page-header {
    background-image: url(/assets/images/leafs.png);
    height: 200px;
}

.main-title {
    color: #333333;
    font-family: 'dk_downward_fallregular';
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
}

.top-bar .fa {
    font-size: 16px;
    font-family: inherit;
}

.top-bar i:hover,
.social-media i:hover {
    color: #b0b0b0 !important;
}

.top-bar h6 {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
}

.navbar-collapse {
    background-color: #98b63c;
    position: relative;
    z-index: 1000;
}

button span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.nav-item .nav-link {
    font-size: 18px;
    display: inline-block;
    padding: 32px 15px;
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    line-height: 25px;
}

.nav-item .nav-link:active {
    color: white !important;
    cursor: pointer;
}

.nav-item .nav-link:hover {
    color: white !important;
    cursor: pointer;
}

.nav-item .nav-link:visited {
    color: white !important;
}

.nav-link:hover::after {}

.dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-menu {
    border: none !important;
    border-radius: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px !important;
    }
}

@media (min-width: 1200px) {
    .nav-item .nav-link {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu li a {
        color: #999999;
        background-color: #434343;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 13px 21px 13px 18px;
    }
.page-header {
        height: 250px !important;
    }

    .dropdown-menu li a:hover {
        color: white;
        background-color: #434343;
        text-decoration: underline !important;
    }

    .navbar-nav::before {
        position: absolute;
        top: 0px;
        left: -1px;
        content: " ";
        border-style: solid;
        border-color: transparent transparent transparent #ffffff;
        border-width: 0 0 95px 40px;
        width: 20px;
        height: 100%;
    }

    .menu-item::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        top: 50%;
        border-radius: 100%;
        background-color: #C8DD89;
        margin-left: 10px;
    }

    .navbar img {
        width: 170px;
    }
}

@media (max-width: 991px) {
    #navigation-bar .container-lg {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
.main-title {
        font-size: 36px;
    }

    .dropdown-menu li a {
        color: white;
        background-color: #98b63c;
    }

    .nav-item .nav-link {
        padding: 12px 10px;
        border-bottom: 1px solid #a2c046;
        width: 100%;
        background-color: #98b63c;
    }

    .dropdown-menu li a {
        border-bottom: 1px solid #a2c046;
        width: 100%;
        background-color: #98b63c;
        padding: 8px 20px;
    }

    .navbar-toggler {
        background-color: #98b63c !important;
        border: 0px solid white;
    }

    .header {
        height: 100%;
        width: 100%;
    }

    .navbar img {
        width: 140px;
    }
}

@media (max-width: 778px) {
    .navbar img {
        width: 100px;
    }
}

.footer {
    background: url(/assets/images/leafs_dark.png);
    padding: 0px;
    width: 100%;
    font-family: 'Roboto';
}

.top-footer img {
    width: 200px;
    height: auto;
}

.top-footer a {
    text-decoration: none;
    color: #ffffff;
}

.top-footer a:hover {
    color: #98b63c;
    text-decoration: underline !important;
}

.top-footer h4 {
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto Slab" !important;
}

.top-footer h5 {
    font-size: 14px;
    line-height: 20px;
}

.top-footer .phone a:hover {
    text-decoration: none !important;
}

.booking_form h3,
.booking_form span {
    font-family: "Roboto Slab" !important;
    font-weight: 700;
}

.booking_form span {
    font-size: 14px;
    line-height: 15px;
}

.booking_form h6 {
    /* font-family: "Roboto" !important; */
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 3px !important;
}

.invalid-feedback {
    font-family: Roboto !important;
    color: rgb(153, 0, 0) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.booking_form label {
    font-family: Roboto !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px !important;
}

.booking_form input,
.booking_form textarea,
.booking_form select,
.booking_form option {
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 21px;
}
.select-options {
    color: #000;
}

.select-options option:disabled {
    color: rgb(44, 51, 56);
    font-size: 16px;
    opacity: 0.5;
}

.select-options:invalid {
    color: rgb(44, 51, 56);
    opacity: 0.5;
}
.form-control {
    font-size: 16px !important;
    font-family: inherit !important;
    border: 1px solid #ccc !important;
    /* padding: 6px 10px !important; */
    height: 38px !important;
    width: 100% !important;
    line-height: 1.3 !important;
    border-radius: 2px !important;
}

.form-control:focus {

    border: 1px solid black !important;
    box-shadow: none !important;
}
.form-select {
    font-size: 16px !important;
    font-family: inherit !important;
    border: 1px solid #ccc !important;
    /* padding: 6px 10px !important; */
    height: 38px !important;
    width: 100% !important;
    line-height: 1.3 !important;
    border-radius: 2px !important;
}

.form-select:focus {

    border: 1px solid black !important;
    box-shadow: none !important;
}
.booking_form p {
    font-family: "Roboto" !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;

}

.booking_form button {
    font-family: "Roboto" !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.booking_form label {
    margin-bottom: 2px !important;
}

.dropdown-toggle::after {

    position: absolute !important;
    top: 60px !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}