.booking-search {
    top: 100px !important;
}

@media only screen and (min-width: 992px) {
    .banner-five-content {
        padding-top: 135px;
        padding-bottom: 155px;
    }
}



.fs-18 {
    font-size: 18px !important;
}

.chose-item {
    padding: 20px 10px;
}

.pb-26 {
    padding-bottom: 26px;
}

.section-space {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

@media (min-width: 1200px) {
    .col-xl-20 {
        width: 20% !important;
    }
}

.text-db {
    color: darkblue !important;
}

.text-white {
    color: fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-green {
    background-color: #43af00 !important;
}

.bg-red {
    background-color: #dd3333 !important;
}

.bg-voilet {
    background-color: #8224e3 !important;
}

.bg-yellow {
    background-color: #f4eb38 !important;
}

.bg-blue {
    background-color: #4674e7 !important;
}

.bd-badge {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;

}

.fs-20 {
    font-size: 20px;
}

.choose-list ul li::before {
    background-color: var(--bd-white) !important;
    color: var(--bd-primary) !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.color ul li {
    color: #fff !important;
}

.card-fs {
    font-size: 20px !important;
    font-weight: 600 !important;
}

p {
    font-family: 'Poppins' !important;
}

.col-md-12 {
    margin-top: 14px !important;
}

.col-12 {
    margin-top: 14px !important;
}

.radius-2 {
    border-radius: 2px;
}

.mb-10 {
    margin-bottom: 10px;
}

.fs-15 {
    /* font-size: 16px !important; */
}

.mt-0 {
    margin-top: 0 !important;

}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .booking-search {
        inset-inline-end: 0;
        padding: 0 10px;
        width: 100%;
        top: 500px !important;
        height: auto;
    }
}

.fw-600 {
    font-weight: 600 !important;
}

.testimonial-style-two .testimonial-desc {
    padding-left: 0 !important;
}

#enquiry-now-btn {
    height: 0px;
    width: 80px;
    position: fixed;
    right: 0;
    top: 65% !important;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.readon2.orange {
    background: #ef2749;
}

.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #21a7d0;
    position: relative;
    overflow: hidden;
}

.banner-navigation-btn-2 button {
    top: 80% !important;
}

.btn-set {
    background-color: var(--bd-white);
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(144, 144, 144, 0.25);
    padding: 11px 15px;
}

.activity-content-wrap-btn {
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    padding: 0 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0px);
}

.activity-btn-new {
    position: absolute;
    left: 24px;
    bottom: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.green {
    color: #075E54 !important;
}

