.name_search_form {
    margin-top: 20px;
    position: relative;
}
.name_search_form i {
    position: absolute;
    right: 15px;
    top: 20px;
}
.hotel_search_item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 6px;
}
.hotel_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
}
.hotel_item_inner_content {
    padding: 15px 10px 22px 0px;
}
.hotel_content_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hotel_content_top_left h4 {
    padding-top: 8px;
    font-size: 19px;
}
.hotel_content_top_left p {
    padding-top: 8px;
}
.hotel_content_top_right h5 {
    font-size: 16px;
    font-weight: 500;
}
.hotel_content_top_right h4 {
    font-size: 16px;
    padding-top: 5px;
}
.hotel_content_top_right p {
    margin-top: -6px;
    font-size: 12px;
}
.hotel_content_middel_wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.hotel_content_middel_left h5 {
    font-size: 16px;
    color: #d2ac47 ;
    font-weight: 500;
    padding-bottom: 4px;
}
.hotel_content_middel_right h3 {
    font-weight: 500;
}
.hotel_content_middel_right h3 sub {
    font-size: 14px;
}
.hotel_content_middel_right p {
    font-size: 14px;
    padding-top: 3px;
}
.hotel_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
}
.hotel_content_bottom_left ul li {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}
.alert-dispo {
    background-color: #4CAF50;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.alert-deadline {
    color: #b7538f;
    font-size: 13px;
}

.alert-sur-demande {
    background-color: #f57100;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.alert-stop-sale {
    background-color: #C8102E;
    color: #fff;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.arrang_select_area .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.arrang_select_area .nav-tabs .nav-item.show .nav-link, .room_select_area .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #d2ac47 ;
    border-color: #dee2e6 #dee2e6 #fff;
}
.arrang_select_area .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #F3F6FD;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 7px 13px;
    margin-right: 3px;
    font-size: 14px;
}
.arrang_select_area .nav-tabs .nav-link.active {
    color: #fff;
    background: #d2ac47 ;
    border-color: #dee2e6 #dee2e6 #fff;
}
.arrang_show_down_wrapper {
    margin: 10px 0;
}
.room_arrang {
    border-radius: 6px;
    padding: 0px 10px;
}
.color-xml {
    border-top: 3px solid #9920e5;
}
.tour_details_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 20px 16px;
    margin-top: 30px;
}
.btn_theme {
    color: #fff !important;
    background-color: #d2ac47 ;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    border-radius: 6px !important;
}

.btn_xml_reserver {
    color: #fff !important;
    background-color: #d2ac47 ;
    border-radius: 6px !important;
}
.color_theme {
    color: #ffcd0a;
}
.lbl-etiquette1 {
    position: absolute;
    z-index: 99;
    padding: 2px 5px 2px 2px;
    color: white;
    font-size: 13px;
    left: 6px;
    background: #C8102E;
    top: 20px;
}
.lbl-etiquette2 {
    position: absolute;
    z-index: 99;
    padding: 2px 5px 2px 2px;
    color: white;
    font-size: 13px;
    left: 6px;
    background: #f57100;
    top: 60px;
}
.lbl-etiquette3 {
    position: absolute;
    z-index: 99;
    padding: 2px 5px 2px 2px;
    color: white;
    font-size: 13px;
    left: 6px;
    background: #4CAF50;
    top: 100px;
}
.lbl-etiquette4 {
    position: absolute;
    z-index: 99;
    padding: 2px 5px 2px 2px;
    color: white;
    font-size: 13px;
    left: 6px;
    background: #0064b4;
    top: 140px;
}
.span-ribbon:before {
    content: "";
    position: absolute;
}
.span-ribbon:before {
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.dropdown-arrangement {
    margin-bottom: 0;
    background: #F3F6FD;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 7px 13px;
    font-size: 14px;
    display: inline-block;
}
.tooltip-info > i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 16px;
    background: #1f73a9;
    color: #fff;
    font-size: 15px;
    z-index: 0;
}
.tooltip-info {
    position: relative;
    font-size: 15px;
    opacity: 1;
}
.nav-link2 {
    margin-bottom: 0;
    background: #F3F6FD;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 7px 6px;
    margin-right: 0px;
    font-size: 14px;
    width: 100%;
}
.nav-link2.active {
    color: #fff;
    background: #d2ac47  !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
}
.total-price-item {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 4px;
    border-radius: 6px;
    top: 5px;
    position: relative;
}
@media (max-width: 425px) {
    .arrang_select_area .nav-tabs .nav-link {
        padding: 7px 4px;
        margin-right: 0px;
        font-size: 12px;
    }
    .hotel_content_top_right p {
        font-size: 10px;
    }
    .hotel_content_top_left h4 {
        font-size: 14px;
        font-weight: bold;
    }
    .dropdown-arrangement {
        font-size: 12px;
    }
    .nav-link2 {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .hotel_item_img img {
        border-radius: 6px 6px 0 0px;
    }
    .hotel_item_inner_content {
        padding: 15px 10px 22px 20px;
    }
    .btn-save {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .hidden-desktop {
        display: none;
    }
}
@media (min-width: 372px) and (max-width: 383px) {
    .total-price-item {
        font-size: 13px;
        padding: 8px 4px;
        top: 0px;
    }
}
@media (max-width: 371px) {
    .total-price-item {
        font-size: 10px;
        padding: 6px 4px;
        top: 0px;
    }
    .btn_xml_reserver {
        font-size: 9px;
    }
}

.tour_detail_right_sidebar {
    margin-bottom: 30px;
}
.tour_details_right_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 25px 20px 35px 20px;
}
.tour_details_right_box_heading h3 {
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid #d2ac47 ;
    padding-bottom: 10px;
    display: inline-block;
}
.review_star {
    padding-top: 10px;
}
.form-check-label {
    width: 100%;
}
.valid_date_area {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.valid_date_area_one {
    padding-right: 40px;
}
.valid_date_area_one h5 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 18px;
}
.btn_change_selection {
    color: #313041  !important;
    font-size: 16px;
}
.tour_booking_amount_area ul {
    padding-top: 15px;
}
.tour_booking_amount_area ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}
.tour_booking_amount_area ul li:last-child {
    border-bottom: 1px solid #dadada;
}
.total_subtotal_booking {
    padding-top: 15px;
}
.total_subtotal_booking h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.text-total-amount {
    font-size: 19px !important;
    color: #313041 ;
}
.total-amount {
    font-size: 19px;
    color: #d2ac47 ;
}
.heading_theme {
    border-bottom: 1px solid #d2ac47 ;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}
.tour_details_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: 30px;
}
.tour_package_details_bar_list {
    padding-top: 20px;
}
.tour_package_details_bar_list h5 {
    font-weight: 500;
    border-bottom: 1px solid #d2ac47 ;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}
.offre-sur-demande {
    color: #f57100;
    font-size: 14px !important;
    font-weight: 600;
    padding: 5px 4px;
    border-radius: 6px;
    border: 2px solid;
}
.offre-dispo {
    color: #4CAF50;
    font-size: 14px !important;
    font-weight: 600;
    padding: 5px 4px;
    border-radius: 6px;
    border: 2px solid;
}