.box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;
    /* padding: 20px; */
}


.booking-form-wrap {
    border-radius: 10px;
    background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
    border-radius: 5px;
    padding: 25px;
}

.tab button.active {
    background-color: #e07728 !important;
    color: #fff;
}

.days ul li {
    padding-bottom: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.fw-600 {
    font-weight: 600;
}

.ptb-20 {
    padding: 20px 0;
}

.black {
    color: #000 !important;
}

.text-center {
    text-align: center;

}

.quantity {
    width: 100% !important;
}

/* .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 4px !important;
    transition: 0.3s;
    font-size: 15px !important;
} */
@media (max-width: 1024px) {
    .m-w-100 {
        width: 100%;
    }

    .m-w-50 {
        width: 50%;
    }

    .w-33 {
        width: 33.33% !important;
    }
}

@media only screen and (max-width: 767px) {
    .d-none {
        /* display: none; */
    }
}

.w-20 {
    width: 20% !important;
}

.minus {
    background: darkblue;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.plus {
    border-right: 0;
    border-left: 0;
}

.tab button {
    border-radius: 24px !important;
    padding: 8px 10px !important;
    margin-right: 6px !important;
}

.tab1 {
    padding: 8px;
    border-radius: 50px;
}

.tabcontent {
    border: none !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.p-0 {
    padding: 0 !important;
}

/* .chr-jumplinks-v2 {
    -webkit-transform: translateY(88px);
    transform: translateY(88px);
} */
.tab button:hover {
    background-color: #ff9900 !important;
    color: #fff;
}

/* a:hover,
a:focus {
    color: #fff !important;
} */

.tab button:hover a {
    background-color: #ff9900 !important;
    color: #fff !important;
}

a {
    color: #000;
}
@media only screen and (min-width: 1024px) {
    .chr-jumplinks-v2 {
        display: block;
    }
}
.hs_main_menu a {
    padding: 23px 16px 36px !important;
}