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

* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.content{
    height: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin:0;
    flex-grow: 1;
}

.w6{
    width: 6%
}

.w47{
    width: 47%
}

.w100{
    width: 100%
}


.mh93{
    min-height: 93.5vh !important;
}

.mh85{
    min-height: 85vh !important;
}

.fix {
    background: #000000;
}

.pb-11{
    padding-bottom: 4rem;
}

.pb-12{
    padding-bottom: 4rem;
}

.pb-15{
    padding-bottom: 4rem;
}

.pb-17{
    padding-bottom: 4rem;
}

.pt-25{
    padding-top: 1.7rem;
}

:focus {
    outline: none !important;
    box-shadow: none;
}

:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.box_shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
    border: none;
}

.box_shadow:focus,
.box_shadow:focus-visible {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.175) !important;
}

.flex-row {
    display: flex;
    flex-direction: row;  
}

/* Modal =============================== */

.modal_side_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.modal_form {
    height: fit-content;
    width: 100%;
}

.modal_form h2 {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}

.social_modal_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_modal_icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdce0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.social_modal_icons a:hover {
    background-color: #f8fafe;
    border-color: #ccdffb;
}

.social_modal_icons a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.via_line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 10px 0px;
}

.via_line strong {
    font-size: 14px;
    font-weight: 500;
    background: white;
    z-index: 0;
    padding: 0 15px;
}

.via_line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    left: 0;
    bottom: 10px;
    z-index: 0;
}


.modal_form label {
    font-weight: 500;
    font-size: 12px;
}

.modal_form label a {
    font-size: 11px;
}

.modal_form .form-control {
    border-radius: 30px;
    border: none;
    height: 51px;
    padding: 0px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    margin: 10px 0px 20px;
}

.modal_form .form-control:focus,
.modal_form .form-control:focus-visible {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
}

.modal-xl {
    max-width: 900px;
}

.modal_form .form-control {
    border-radius: 10px;
    height: 41px;
    padding: 0px 11px;
    margin: 5px 0px 10px;
}

.modal_form .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
}

.modal_form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.modal_form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal_form .slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal_form input:checked+.slider {
    background-color: #FF745C;
}

.modal_form input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.modal_form input:checked+.slider::before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.modal_form .slider.round {
    border-radius: 34px;
}

.modal_form .slider.round:before {
    border-radius: 50%;
}

.modal_form .submit_modal {
    width: 100%;
    height: 51px;
    font-size: 18px;
    font-weight: bold;
    background-color: #FF745C;
    color: white;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    margin: 30px 0px;
}

/* .modal_form .submit_modal:focus , .modal_form .submit_modal:focus-visible{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
} */
.modal_form .submit_modal {
    width: 100%;
    height: 41px;
    font-size: 18px;
    border-radius: 50px;
    margin: 20px auto;
    font-weight: 400;
}

.modal-header {
    position: relative;
}

.modal .form-group {
    position: relative;
}

.modal .form-group i {
    position: absolute;
    top: 43px;
    right: 15px;
    color: rgba(0, 0, 0, 0.175);
}


.purchase_modal h3 {
    font-size: 27px;
    color: black;
    font-weight: 500;
    margin-top: 20px;
    padding: 0 20px;
}

.purchase_modal p {
    font-size: 18px;
    font-weight: 400;
}

.purchase_modal a {
    text-decoration: none;
    color: white !important;
    background-color: #ff7e67;
    border-radius: 50px;
    max-width: 190px;
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: auto;
}


/* Payment Method ====================*/

.pay_method h5 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.pay_method small {
    font-size: 16px;
    color: #767676;
}

/* navbar ===========================*/

.navbar {
    padding: 5px 0px;
}

.navbar-brand img {
    height: 40px;
}

.nav-item .form-group {
    position: relative;
}

.nav-item .form-group i {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 16px;
    color: #252525;
}

.nav-item .form-group input {
    width: 130px;
    height: 40px;
    border-radius: 50px;
    background: #e9e9e9;
    padding-left: 50px;
}

.nav-item .form-group input::placeholder {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}

.navbar .nav-item {
    display: flex;
    align-items: center;
}

.navbar .nav-link {
    padding: 8px 37px !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    margin-right: 15px;
    cursor: pointer;
}

.navbar .nav-link-bg-orange {
    background-color: #ff7e67;
}

.navbar .nav-link-bg-orange:hover{
    background-color: #ff6666;

}

.navbar .nav-link-bg-gray {
    background-color: #e9e9e9;
    transition: 0.3s
}

.navbar .nav-link-bg-gray:hover{
    background-color: #cccccc;

}

.navbar .nav-link-bg-white:hover{
    background-color: #eeeeee;

}

.pro_drop .pro_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/* dropdown filter */

.dropdown_filter #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.dropdown_filter #myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown_filter .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown_filter .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 500px;
    overflow: hidden;
    border: 1px solid #ddd;
    z-index: 3;
    top: 0px;
    border-radius: 10px;
}

.dropdown_filter .dropdown-content .inner_links {
    background-color: white;
    overflow: auto;
    max-height: 300px;
    min-width: 100px;
}

.dropdown_filter .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown_filter .dropdown a:hover {
    background-color: #ddd;
}

.dropdown_filter .show {
    display: block;
}

/* dropdown filter */

/* pro_drop ============ */

.pro_drop .dropdown-menu {
    width: 256px;
    border-radius: 25px;
    padding: 25px;
    background: white;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
}

.text_icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}

.text_icon img {
    width: 24px;
}

.pro_drop .pro_btn {
    color: white;
    width: 100%;
    height: 44px;
    border-radius: 50px;
    background-color: #FF745C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
}

/* banner ====================================*/

.banner .carousel-item.tall img {
    max-height: 577px;
    object-fit: cover;
}

.banner .carousel-item.short img {
    max-height: 300px;
    object-fit: cover;
}

.banner_form {
    border-radius: 50px;
    background-color: white;
    height: 69px;
}

.banner_form label {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    opacity: 1 !important;
    padding: 17px 10px;
    transform: scale(.85) translateY(-0.5rem) translateX(0rem);
}

.banner_form select {
    border: none;
    background-color: white;
    height: 30px;
}

.banner_form .form-group i {
    position: absolute;
    bottom: 31px;
    right: 19px;
    opacity: 1;
    font-size: 20px;
}


.btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_group button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff7e67;
    color: white;
}

.btn_group button:hover {
    background-color: #ff7e67;
    color: white;
}

.banner .carousel-caption h1 {
    font-size: 65px;
    font-weight: 600;
    color: white;
    text-shadow: 2px 5px 0px rgb(0, 0, 0);
    margin-bottom: 15px;
}

.banner .carousel-caption.short h1 {
    margin-bottom: 0;
}

.banner .carousel-caption {
    max-width: 100%;
    margin: auto;
    width: 100%;
    top: 33%;
    left: 0px;
    z-index: 1;
}

.banner .carousel-caption.short {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}

.banner .carousel-control-prev i,
.banner .carousel-control-next i {
    border-radius: 50%;
    border: 2px dashed white;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(0rem);
}


/* What We Offer ============= */

.section_heading {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.what_offer .card {
    border-radius: 10px;
    /* width: 270px; */
    height: 386px;
    overflow: hidden;
    position: relative;
}

.what_offer .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what_offer .text_box {
    position: absolute;
    color: white;
    bottom: 20px;
    left: 20px;
}

.what_offer .text_box span {
    font-size: 16px;
    font-weight: bold;
}

.what_offer .card::before {
    content: '';
    background-color: #ff7e67;
    border-radius: 50%;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -30%;
    left: -30%;
    transition: all 0.5s;
}

.what_offer .card:hover::before {
    width: 235px;
    height: 235px;
}

/* how to work ? ================== */

.section_how_work .card img {
    width: 45px;
    margin-bottom: 15px;
}

.section_how_work .card h3 {
    font-size: 20px;
    font-weight: bold;
}

.section_how_work .card small {
    font-size: 14px;
    font-weight: 500;
}

/* Recommended Venues */
.venues .card .card_img {
    width: 100%;
}

.venues .card .card_img img {
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.venues .card .card_img .lr_btn i, .swiper-button-next, .swiper-button-prev {
    width: 27px !important;
    height: 27px !important;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:  0 !important;
    transition: opacity 0.3s;
}

.swiper-button-next::after, .swiper-button-prev::after{
    font-size: 10px !important;
    color: white;
}

.venues .card .card_img .lr_btn i, .card_img:hover .swiper-button-next, .card_img:hover .swiper-button-prev {
    opacity: 0.5 !important;
}

.venues .like_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: white;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #00000047;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    z-index: 2;
    border: none;
}

.venues .card_body h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 5px;
}

.venues .card_body .star_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.venues .card_body h6 {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.venues .card_body h6 sm{
    margin-top: 8px;margin-left: 5px;
}

.venues .card_body h6 i {
    color: #ffc107;
    margin: 0px 2.5px;
    font-size: 16px;
}

.venues .card_body h4 {
    font-size: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.venues .card_body span {
    color: #ff7e67;
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
}

.more_btn {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 45px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    background-color: #ff7e67;
    margin: 14px auto 0px;
    border: none;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.carousel_rounded {
    width: 100% !important;
    height: 6px !important;
    border-radius: 50%;
    max-width: 6px;
    margin: 0 1.8px !important;
}


/* Restaurateurs Join Us ==================================== */

.join_us .card {
    border-radius: 50px;
    border: none;
    overflow: hidden;
}

.join_us .card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.join_us .card-img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    opacity: 0.5;
    background-color: #252525;
}

.join_us .card-img-overlay h3 {
    font-size: 38px;
    font-weight: bold;
}

.join_us p {
    font-size: 18px;
    font-weight: 500;
    display: none;
}

.join_us p a {
    text-decoration: none;
    color: #ff7e67;
}


/* search page */

#search_page {
    padding-bottom: 0 !important;
    max-height: 10px !important;
    overflow: hidden;
}

.search_header {
    background-color: #eeeeee;
    padding: 14px 0px;
}

.form_input {
    /* max-width: 310px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-radius: 50px;
    height: 40px;
    gap: 5px;
    background-color: white;
    position: relative;
    padding: 0 15px;
}

.form_input img {
    position: absolute;
    top: 28%;
    left: 15px;
}

.form_input input,
.form_input select {
    border: none;
    /* height: 100%; */
    max-width: 120px;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
}

.form_input p {
    font-size: 15px;
    font-weight: 400;
}

.form_input.ev_type select {
    max-width: 200px;
    width: 300px;
}

a.form_input.form_btn {
    background-color: #FF745C;
    color: white;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    max-width: 162px;
    height: 40px;
    width: 100%;
}

.search_body .map {
    position: relative;
    height: 100%;
}

.search_body .map img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.search_body .map a.map_food_icon {
    position: absolute;
    top: 45%;
    left: 45%;
}

.search_body .map a.map_food_icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
}

.search_body .button_group {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    gap: 8px;
    flex-wrap: wrap;

}

.search_body .button_group .btn {
    background-color: #dadada;
    font-weight: 500;
    font-size: 14px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}

.h300 {
    height: 300px;
}

.title-trunc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-trunc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.pad-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.price-box {
    position: absolute;
    bottom: 15px;
    left: 10px;
    display: inline-block;
    padding: 5px 7px;
    width: auto;
    border-radius: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    font-weight: 700;
    z-index: 10;
}

/* Venue Page ================ */

.user_name h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px;
}

.user_name span {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 2px;
}
.user_name .fa{
    font-size: 14px;
}

.user_name .fa-star{
    font-size: 14px;
}

.like_shear_box {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.like_shear_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.like_shear_box a i {
    font-size: 22px;
}

.venue_page img {
    width: 100%;
    height: 239px;
    object-fit: cover;
    border-radius: 0px;
}

.venue_page .card_img {
    position: relative;
}

.venue_page .card_img .text_on_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ff7e67;
    border-radius: 30px;
    background-color: #ff7e67;
    text-decoration: none;
}

.venue_page img.big_img {
    height: 482px;
}

.post_detail .user_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    padding-bottom: 20px;
}

.post_detail .user_name img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    border-color: #ff7e67;
    object-fit: cover;
}

.post_detail .description h2 {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.post_detail .description h2 img {
    width: 42px;
    height: 40px;
}

.post_detail .description p {
    font-size: 18px;
    font-weight: 400;
}


.show_more {
    color: #FF745C;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.place_offers h2,
.packages h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 22px;
}


.packages .card h4 {
    font-size: 22px;
    font-weight: 600;
}

.packages .card p {
    font-size: 14px;
    font-weight: 600;
}

.packages .card a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #FF745C;
}

/* book_card ================= */

.book_card .heading {
    display: block;
    padding-bottom: 11px;
    text-align: center;
}

.book_card .heading h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.book_card .heading h3 small {
    font-size: 14px;
    font-weight: 300;
}

.book_card .tow_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    padding: 10px 0px;
}

.book_card .tow_line small {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.book_card .tow_line small img {
    opacity: 0.2;
}

.book_card label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 16px;
}

.book_card .form-control {
    height: 55px;
    border-radius: 15px;
}

.book_card .no_available_times {
    padding: 15px;
    text-align: center;
    color: brown;
}

.price_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.price_list li small {
    color: #000;
    opacity: 0.2;
}

.tow_line strong {
    font-size: 14px;
}

.book_card .form-group span,.book_card .form-group button {
    background-color: #f04842;
    color: white;
    font-size: 18px;
    font-weight: 600;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* view rate ===============*/

.rate_point {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.rate_point span {
    font-size: 18px;
    font-weight: 600;
}

.rate_point .rate_line {
    background-color: #000;
    border-radius: 50px;
    height: 7px;
    width: 220px;
    margin-left: auto;
}

.view_rate .card .card_top {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.view_rate .card .card_top img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.view_rate .card .card_top h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.view_rate .card .card_top small {
    font-size: 14px;
    font-weight: 300;
}

.view_rate .card .card_body p {
    font-size: 16px;
    margin-top: 20px;
}



/* venue_map ============ */

.venue_map {
    position: relative;
}

.venue_map>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.venue_map a {
    background-color: #f04842;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    top: 48%;
    left: 48%;
}

.view_rate .card .card_top .imgs {
    position: relative;
}

.view_rate .card .card_top .imgs img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border-style: solid;
    border-width: thin;
    border-color: #ff7e67;
}

.view_rate .card .card_top a:hover {
    color: black;
    text-decoration: underline !important;
}

.view_rate .card .card_top .imgs img.batch_icon {
    position: absolute;
    bottom: -18px;
    right: 8px;
    width: 30px;
    height: 49px;
    object-fit: contain;
    border-radius: 0;
}

.view_rate .card .card_body .text_icon {
    margin-bottom: 10px;
}

.view_rate .card .card_body .text_icon img {
    width: auto;
}

.view_rate .card .card_body p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    word-spacing: 5px;
    letter-spacing: 0.4px;
    margin-top: 10px;
}


/* inner_banner ================================= */

.inner_banner {
    background: #0000004f url(../images/banner_inner.png) no-repeat center/cover;
    padding: 60px 0px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 0;
}

.inner_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inner_banner h2 {
    font-size: 35px;
    font-weight: 600;
}

.inner_banner p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.inner_banner p a {
    color: white;
    text-decoration: none;
}

/*  checkout =========================== */

.checkout h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.checkout small,
.checkout strong {
    font-size: 16px;
    justify-content: start;
    gap: 10px;
    align-items: baseline;
}

.checkout small {
    display: flex;
}

.checkout small i {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-page-layout input {
    border: solid 1px #dddddd;
    border-radius: 5px;
}

.checkout-page-layout textarea {
    border: solid 1px #dddddd;
    border-radius: 5px;
}

.discount_card {
    background-color: #ff7e67;
    padding: 24px;
    border-radius: 20px;
}

.discount_card .form-group {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    max-width: 700px;
    width: 100%;
    margin-top: 15px;
}


.discount_card .form-group input {
    height: 51px;
    padding: 0 12px;
    border-radius: 50px;
}

.discount_card .form-group a {
    border: 1px solid white;
    border-radius: 50px;
    width: 189px;
    height: 51px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pay_method .form-group label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.pay_method .form-group .form-control {
    border: none;
    height: 51px;
    font-size: 18px;
    border-radius: 10px;
}

.card .save_card_check .form-check-input {
    width: 25px;
    height: 25px;
    margin: 0;
    background-color: #ff7e67;
    border-color: #ff7e67;
}

.save_card_check .form-check-input {
    max-width: 25px;
    height: 25px;
    margin: 0;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
    width: 100%;
}

.save_card_check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: #8a8a8a;
}

.save_card_check .form-check-input:checked {
    background-color: #ff7e67;
    border-color: #ff7e67;
}

.save_card_check {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.next_btn {
    padding: 13px 25px;
    background-color: #ff7e67;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    border: none;
}

.checkout p {
    font-size: 16px;
    font-weight: 400;
    /* word-spacing: 5px; */
}

.checkout p a {
    color: #ff7e67;
    text-decoration: none;
    font-size: 16px;
}

.checkout .card_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.checkout .card_top h2 {
    font-size: 35px;
    font-weight: 600;
}

.checkout .card_top h2 small {
    font-size: 18px;
    font-weight: 400;
}

.checkout .card_top img {
    width: 106px;
    height: 93px;
    border-radius: 10px;
    object-fit: cover;
}

.checkoutForm .message_prompt p, 
.checkoutForm .message_prompt ul, 
.checkoutForm .message_prompt ol{
    margin-bottom: 0rem;
}

.pay_group {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0px;
}

.pay_group input {
    background-color: transparent;

}


/* saved_cards =========================*/
.saved_cards ul {
    transition: all 0.2s;
}

.saved_cards ul:hover {
    transform: scale(1.02);
}

.saved_cards ul li {
    list-style-type: none;
    height: 34px;
    display: flex;
    align-items: center;
}

.saved_cards p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    color: #5f5f5f;
}

.radio-button {
    cursor: pointer;
}

.saved_cards input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.saved_cards input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}


.radio-button__input {
    opacity: 0;
    position: absolute;
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background-color: inherit;
    color: #ff7e67;
    border: 2px solid #666;
    border-radius: 24px;
}

.radio-button__input:checked+.radio-button__control:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    background-color: #ff7e67;
    border-radius: 12px;
}

.radio-button__input:checked+.radio-button__control::before {
    content: "Primary";
    position: absolute;
    top: -9px;
    right: 30px;
    font-size: 21px;
    font-weight: 500;
}

.radio-button__control {
    border-color: transparent;
    background-color: #dcdcdc;
}

.radio-button__control {
    transform: scale(0.75);
}


small.edit_btn,
small.delete_btn {
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 4px;
}

.logout.modal .modal-content {
    width: 75%;
    margin: auto;
}

.logout.modal .modal-content a {
    width: 45%;
    border-radius: 10px;
    max-width: 45% !important;
    height: 44px;
    font-size: 16px;
}

.logout.modal .card_img img {
    width: 50px;
}



/* gift_card */

.gift_card .cards {
    box-shadow: 0px 1px 12.87px 0.13px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.gift_card .coard_header {
    background-color: #ff7e67;
    width: 100%;
    border-radius: 15px;
}

.gift_card .card_body ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
}

.gift_card .card_body ul li h5 {
    font-size: 20px;
    font-family: 600;
    margin-bottom: 0;
}

.gift_card .card_body ul li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.gift_card .card_body ul li span a.btn {
    font-size: 21px;
    font-family: 400;
    color: white;
    background-color: #ff7e67;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 145.97px;
    height: 53.03px;
    border-radius: 26.5px;
}

.gift_card .card_body ul li .input-group {
    width: 335.99px;
    height: 53.03px;
    box-shadow: 0px 0px 19.44px 4.56px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    align-items: center;
    justify-content: right;
    position: relative;
    margin-left: auto;
}

.gift_card .card_body ul li .input-group::after {
    content: "$";
    position: absolute;
    top: 24%;
    left: 4%;
    font-size: 20px;
    z-index: 22;
}

.gift_card .card_body ul li .input-group input {
    max-width: 180px;
    padding-left: 20px;

}

.gift_card .card_footer p {
    font-size: 16px;
    font-family: 400;
    max-width: 690px;
    width: 100%;
    text-align: center;
    margin: auto;
}



/* my account */


.my_account .nav-pills {
    gap: 5px;
}

.my_account .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #ff7e67;
    box-shadow: 0px 9px 18px #808080ab;
}

.my_account .nav-pills .nav-link.active .tab_icon,
.nav-pills .show>.nav-link .tab_icon {
    border: 3px solid #fff;
}


.my_account .tab_icon {
    background: #ff7e67;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #ff7e67;
    color: white;
    margin: 6px 0px;
}

.my_account .tab_icon i {
    font-size: 18px;
}

.tab_menu .nav-link {
    display: flex;
    align-items: center;
    color: black;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 10px;
    width: 100%;
}

.my_account .tab_shadow {
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.16);
    padding: 35px 10px;
}

.user_image img {
    width: 197px;
    height: 197px;
    object-fit: cover;
}

.my_account .tab_menu .user_image h2 {
    font-size: 24px;
}

.my_account .tab_menu .user_image p {
    font-size: 16px;
    opacity: 0.5;
}

.my_account .tab-content h2 {
    font-size: 24px;
    font-weight: 600;
}


/* Profile tab */

.my_account .tab-content h4 {
    font-size: 18px;
    font-weight: 500;
}

.my_account .profile_tab p {
    font-size: 16px;
    font-weight: 100;
}

/* Profile tab */
.profile_tab label {
    font-size: 18px;
    font-weight: 500;
}

.profile_tab .form-control {
    height: 51px;
    border-radius: 10px;
    margin: 10px 0px;
}

.profile_tab .form-group img {
    position: absolute;
    right: 15px;
    top: 53px;
    height: 18px;
    width: 18px;
}

/* booking ================= */
.booking .nav-pills .nav-link {
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.31);
    font-size: 19px;
    font-weight: 500;
    color: black;
    width: 180px;
}

.booking .nav-pills .nav-link.active,
.booking .nav-pills .show>.nav-link {
    background-color: #ff7e67;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.31) !important;
    color: white;
}

.bookings_tabs {
    color: black;
}

.bookings_tabs h2 {
    font-size: 22px;
    font-weight: bold;
    color: black;
}

.bookings_tabs h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.bookings_tabs p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.bookings_tabs a {
    font-size: 15px;
    font-weight: 400;
    color: #ff7e67;
    text-decoration: none;
}


/* message */
.chat {
    margin-top: auto;
    margin-bottom: auto;
}

.message .card {
    height: calc(100vh - 105px);
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.message .contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: auto;
    height: calc(100% - 127px);
}

.fa-solid.fa-paperclip {
    transform: rotate(-42deg);
    color: gray;
    font-size: 20px;
    margin-top: 7px;
    cursor: pointer;
}

.message .card-header {
    border-radius: 15px 15px 0 0 !important;
    border-color: #f0f0f0;
    ;
}

.message .card-footer {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
}

.message .container {
    align-content: center;
}

.message .search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.message .search {
    display: inline-block;
    width: 100%;
}

.message .search input {
    width: 100%;
    height: 50px;
    border: 0px solid #f0f0f0;
    border-radius: 5px;
}

.message .search input {
    text-indent: 32px;
}

.message .search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

.message .search .fa-search {
    left: auto;
    right: 20px;
    top: 20px;
    color: black;
}

.type_msg {
    background-color: #fff;
    border: 0 !important;
    height: 0 !important;
    overflow-y: 1;
    color: #000 !important;
    resize: none;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.type_msg::placeholder {
    opacity: 1 !important;
    color: rgb(27, 27, 27) !important;
}

.type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.message .send_btn {
    background-color: #ff7e67 !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    height: 41px;
    border-radius: 50% !important;
    width: 41px;
    font-size: 16px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control.type_msg::placeholder {
    opacity: 0.2;
}

.search_btn {
    border-radius: 0 6px 6px 0 !important;
    background-color: #fff;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
    border: 1px solid #ddd !important;
    border-left: 0px !important;
}

.contacts {
    list-style: none;
    padding: 0;
}

.contacts li {
    width: 100% !important;
    padding: 17px 10px;
    margin-bottom: 0px !important;
}

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

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;

}

.img_cont {
    position: relative;
    height: 60px;
    max-width: 60px;
    width: 100%;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 1px;
    right: 0px;
    border: 1.5px solid white;
    display: block;
}

.offline {
    background-color: #c23616 !important;
}


.user_info span time {
    float: right;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: 8px;
    font-weight: normal;
}

.user_info span {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.message .contacts .user_info p {
    font-weight: 500;
    font-size: 10px;
    color: #603a3a;
    font-size: 14px;
    margin: 0px;
    line-height: 19px;
}

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

.video_cam span {
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.msg_cotainer {
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 10px;
    position: relative;
    max-width: 490px;
    object-fit: fill;
    font-size: 14px;
    font-weight: 500;
}

.msg_cotainer_send {
    /* margin-top: 10px; */
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #ff7e67;
    padding: 11px;
    max-width: 75%;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: auto;
}

.msg_time {
    left: 0.3rem;
    color: rgb(187, 183, 183) !important;
    font-size: 10px;
}

.msg_time_send {
    padding-right: 0.3rem;
    color: rgb(187, 183, 183);
    font-size: 10px;
}

.msg_head {
    position: relative;
    border-bottom: 1px solid #f0f0f0 !important;
}

.btns_top a {
    background: #ff7e67;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.btns_top {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.btns_top span {
    /* display: flex; */
    align-items: center;
    font-size: 23px;
    font-weight: 500;
    justify-content: center;
    gap: 9px;
}

.btns_top span small {
    background-color: #ff7e67 !important;
    color: white;
    top: -2px;
    right: -6px;
    padding: 2px 7px !important;
    line-height: 20px;
    font-size: 16px;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

.action_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.action_menu ul li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.action_menu ul li i {
    padding-right: 10px;

}

.action_menu ul li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}

.message .card-footer,
.message .card-header {
    background: #fff !important;

}

.message .card-header .dropdown-toggle {
    background-color: transparent !important;
    border: 0;
}

.message .card-header .dropdown-menu .chat_icon {
    background-color: #ff7e67;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.message .card-header .dropdown-toggle::after {
    display: none;
}

.message .card-header .dropdown-menu {
    width: 278px;
    inset: 10px 0px auto auto !important;
}

/* message */


/* notify page */
.notify_box {
    display: flex;
    justify-content: start;
    align-items: top;
    gap: 10px;
}

.notify .not_box li {
    padding: 12.5px;
}


.img_cont {
    position: relative;
    height: 45px;
    max-width: 45px;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 400;
    color: #292d38;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}


.notify_box i {
    color: #37a537;
    font-size: 22px;
    margin-top: 15px;
}

.notify_box h4 {
    font-size: 14px;
    font-weight: 600;
}

.notify_box p {
    font-size: 14px;
    font-weight: 300;
}

.notify_box p a {
    color: #FF745C;
    font-style: italic;
}


/* FAQ ====================*/

.faq .card h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq .card p {
    font-size: 16px;
    font-weight: 400;
}

.faq .box_shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    border: none;
}

/* pera ======================*/

.pera p {
    font-size: 16px;
    font-weight: 300;
}


/* contact_us ======================== */

.contact_us label {
    font-size: 16px;
    font-weight: 500;
}

.contact_us .form-control {
    height: 45px;
    border-radius: 32px;
    margin: 5px 0px;
    border: none;
}

.contact_us textarea.form-control {
    height: 120px;
    border-radius: 22px;
    resize: none;
}



/* footer ======================= */

footer {
    background-color: #2b2b2b;
    padding: 30px 0px 0px;
    color: white;
    /* position: absolute; */
    right: 0;
    left: 0;
    bottom: 0;
    /* height: 13rem; */
}

footer p {
    font-size: 16px;
}

footer .socla_icon {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    display: none;
}

footer .socla_icon a {
    text-decoration: none;
    color: #2b2b2b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}


footer h4 {
    font-size: 18px;
    font-weight: bold;
}

footer a {
    color: white;
}

footer a:hover {
    text-decoration: underline !important;
}

footer ul li a {
    text-decoration: none;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 400;
}

.footer_bottom .chat_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 4%;
    background-color: #ff7e67;
    z-index: 22;
    display: none;
}

.post {
    padding: 0px 0px 20px;
}

.footer_logo img {
    width: 250px;
}



footer.contact {
    background-color: white;
    color: black;
    padding: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 5px 0px;
}

footer.contact p {
    font-size: 14px;
}

footer.contact li {
    font-size: 14px;
    padding: 0px 5px;
}

footer.contact ul li a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.footer-small {
    background-color: #2b2b2b;
    color: white !important;
    position:relative !important;
}

.footer-small p {
    font-size: 14px;
}

.footer-small p a {
    font-size: 14px;
    color: white !important;
}

.footer-small p a:hover {
    text-decoration: underline !important;
}

#myDropdown.show.d-none {
    display: block !important;
}

.perchase_btn {
    max-width: 189px;
    width: 100%;
    padding: 0;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

modal-header {
    padding: 0;
}


.reviewModal .form-group {
    position: relative;
}

.reviewModal .form-group .form-control {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    border-radius: 10px;
    padding-left: 35px;
}

.reviewModal .form-group .form-control:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
}

.reviewModal .form-group i {
    position: absolute;
    top: 29%;
    left: 10px;
    width: fit-content;

}

.biz-foot-h {
    height: 5px;
}

/* media min width =================================*/

@media (min-width:1200px) {
    .map_side::-webkit-scrollbar {
        display: none;
    }

    .map_side {
        height: calc(100vh - 135px);
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .search_body {
        padding-left: 0px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px;
    }

    .contact_us {
        height: calc(100vh - 81px);
    }

    footer.contact {
        position: fixed;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1560px;
    }
}

/* media max width =================================*/


@media (max-width: 1399.98px) {
    .footer-small {
        position: initial;
    }
}



@media (max-width: 1199.98px) {
    .navbar .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: end;
    }

    .modal .btn-close {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

}

@media (max-width: 991.98px) {
    .btns_top span {
        font-size: 16px;
    }

    .btns_top a {
        font-size: 15px;
        padding: 5px 20px;
    }

    .img_cont {
        height: 40px;
        max-width: 40px;
        width: 100%;
    }

    .send_btn {
        padding: 0px 46px;
        height: 42px;
    }

    .message .send_btn {
        padding: 0px;
        height: 42px;
    }

    .img_cont {
        font-size: 29px;
        ;
    }

    .user_info span {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }

}


@media (max-width: 767.98px) {
    .bookings_tabs h2 {
        font-size: 16px;
    }

    .search_body .button_group .btn.fw-bold.fs-4.py-0 {
        position: absolute;
        right: 0;
        top: -53px;
    }

    .navbar .d_filter,
    .nav-item .dropdown_filter,
    .dropdown_filter .dropdown,
    .nav-item .form-group input,
    .dropdown_filter .dropdown-content {
        width: 100%;
    }

    .banner .carousel-caption h1 {
        font-size: 50px;
    }

    .banner .carousel-caption.tall {
        top: 0%;
    }

    .banner_form {
        border-radius: 10px;
        background-color: #ffffffdb;
        height: auto;
    }

    .banner_form select {
        background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.22) !important;
        min-height: 70px;
        padding-top: 36px !important;
        position: relative;
        z-index: 1;
    }

    .banner_form input {
        background-color: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.22) !important;
        min-height: 70px;
        padding-top: 36px !important;
        position: relative;
        z-index: 1;
    }


    .footer_bottom {
        text-align: center;
    }

    footer ul li a {
        font-size: 13px;
        margin-top: 10px;
    }

    .footer-small ul {
        justify-content: center;
    }

    .banner .carousel-item img {
        height: 390px;
    }

    .btn_group button {
        border-radius: 10px;
        margin: 8px 0;
        width: 100%;
    }

    .navbar {
        padding: 5px 5px;
    }

    .navbar .nav-item,
    .navbar .nav-link {
        margin: 2px;
    }
}

@media (max-width: 575.98px) {

    .navbar .nav-item,
    .navbar .nav-link {
        width: 100%;
        text-align: center;
        /* max-width: 100%; */
        margin: 2px 0;
    }

    .inner_links a {
        text-align-last: left;
    }

    .banner .carousel-item.tall img {
        height: 450px;
    }

    .banner .carousel-item.short img {
        height: 150px;
    }

    .banner .carousel-caption h1 {
        font-size: 32px;
    }

    .navbar-brand img {
        height: 33px;
    }

    .what_offer .card::before {
        width: 235px;
        height: 235px;
    }

    .section_heading {
        font-size: 30px;
    }

    .join_us .card-img-overlay h3 {
        font-size: 28px;
    }

    .join_us p {
        font-size: 12px;
    }

    .more_btn {
        width: 175px;
        height: 45px;
        font-size: 16px;
        margin: 10px auto 0px;
    }

    .join_us .card {
        border-radius: 20px;
    }

    .join_us .card-img {
        height: 290px;
    }

    .dropdown_filter .dropdown-content {
        min-width: 200px;
    }

    .pro_drop .pro_img {
        width: 40px;
        height: 40px;
    }

    .footer_logo img {
        width: 200px;
    }

    .form_input {
        width: 100%;
    }

    .form_input select {
        max-width: 100%;
        width: 100%;
    }

    .form_input.ev_type select {
        max-width: 100%;
        width: 100%;
    }

    .search_header {
        padding: 14px 15px;
    }

    .search_header .form_input {
        margin-bottom: 10px;
    }

    a.form_input.form_btn {
        width: 100%;
    }

    .search_body .map a.map_food_icon img {
        width: 30px;
        height: 30px;
    }

    .form_input img {
        left: 14%;
    }

    .gift_card .card_body ul li {
        display: block;
    }

    .host_btn {
        height: 44px;
        padding: 0;
        max-width: 150px;
        width: 100%;
        font-size: 13px;
    }

    .checkout p {
        font-size: 16px;
        font-weight: 500;
        word-spacing: 5px;
    }

    .user_info span p {
        font-size: 14px;
    }

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

    .footer-small ul li a {
        font-size: 13px;
    }

    .footer-small {
        position: initial;
    }

    .footer-small p {
        font-size: 12px;
    }

    .footer-small ul li a {
        font-size: 11px !important;
        font-weight: 400;
    }
}

@media (max-width: 375) {
    .navbar-brand img {
        width: 150px;
    }
}

/* SWIPER CUSTOM CSS */

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

/* checkbox */
.checkbox-label {
    display: block;
    padding-left: 1em;
    text-indent: -1.2em;
}
