.holiday_detail_banner img {
    width: 100%;
    height: 550px;
    font-family: "Alkatra", system-ui;
}
.holiday_detail_banner {
    position: relative;
}
.banner_head {
    position: absolute;
    top: 25%;
    left: auto;
    background: #000000a3;
    color: #fff;
    padding: 15px 50px 15px 15px;
}
.banner_head h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 33px;
    font-family: "Poppins", sans-serif;
}
.banner_head h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    font-family: 'Roboto';
}
.pricebox_holiday h3 {
    color: #fff;
    margin: 0px;
    font-size: 25px;
    padding: 10px 12px;
    font-family: 'Alkatra';
    background: linear-gradient(93deg, var(--secondary-color), var(--main-color));
    border-radius: 6px;
}
.pricebox_holiday {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
    position: relative;
    top: -104px;
    background: #fff;
}
.price_rangebox h4 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.price_rangebox {
    border: 1px dotted #00000033;
    margin: 12px 0;
    padding: 6px 12px;
}
.price_rangebox p {
    margin: 0 0 4px 0;
    font-family: 'Poppins';
    color: #5c5757;
    font-size: 12px;
    font-weight: 500;
}
.pricebox_holiday .holiday_form_box button {
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 4px;
    outline: none;
    background: var(--main-color);
    margin: 10px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.holiday_form_box textarea {
    border-radius: 4px;
}
.holiday_form_box input {
    border: 1px solid #21212136;
    height: 40px;
    border-radius: 4px;
}
.whatsapp_area {
    display: flex;
    align-items: center;
    border: 1px solid #0003;
    padding: 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.whatsapp_area .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whatsapp_area .text_box p {
    font-family: 'Poppins';
    color: #000;
    font-weight: 300;
    font-size: 14px;
}
.whatsapp_area .text_box {
    margin-left: 15px;
}
.whatsapp_area .text_box h5 {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}
.review_info {
    margin-top: 15px;
}
.review_info ul {
    column-count: 2;
    margin: 0;
    padding: 0;
}
.review_info ul li {
    display: flex;
}
.review_info ul li span {
    font-size: 13px;
    position: relative;
    padding-left: 8px;
    margin-bottom: 5px;
    display: inline-block;
    color: #373b3e;
}
.review_info ul li::before {
    font-family: FontAwesome;
    content: "\f260";
    color: #373b3e;
}
.whatsapp_links:hover {
    text-decoration: none;
}
.terms_conditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #e5f9f3;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.terms_conditions a {
    font-family: 'Poppins';
    color: rgb(0, 99, 66);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.terms_conditions .cancel_btn a {
    color: #f44336;
}
.middle_details_wrap .day_detail_col {
    border: 1px solid #afafaf94;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.middle_details_wrap .dayplan_head {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e594;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgb(229, 249, 243);
        justify-content: space-between;
}
.middle_details_wrap .dayplan_head h3 {
    font-family: 'Alkatra';
    font-weight: 500;
    font-size: 18px;
    padding: 5px 0px 0px 5px;
    margin: 0px;
        display: inline-block;
}
.middle_details_wrap .dayplan_head i {
    font-size: 20px;
    color: #26cf96;
}
.middle_details_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.middle_details_wrap .day_detail_col .heading_bar h4 {
    font-size: 15px;
    margin: 0px;
    font-family: 'Alkatra';
    font-weight: 500;
    color: #fff;
}
.middle_details_wrap .day_detail_col .heading_bar {
    background: var(--main-color);
    padding: 10px;
}
.middle_details_wrap .day_detail_col .heading_bar h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
.day_detail_col .common_box_wrap .text_box h5 {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}
.day_detail_col .common_box_wrap .text_box ul {
    margin: 0;
    padding: 0;
}
.day_detail_col .common_box_wrap .text_box ul li {
    font-family: 'Poppins';
    font-size: 13px;
    padding-bottom: 4px;
    list-style: none;
}
.day_detail_col .common_box_wrap .text_box ul li i {
    color: #26cf96;
}
.common_box_wrap {
    padding: 10px;
    border: 1px solid #dee0e3;
    margin: 12px;
    border-radius: 5px;
}
.rating_box .star_box i {
    color: #ffcb39;
    font-size: 18px;
    margin-right: 3px;
}
.day_detail_col .middle_desc_box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.day_detail_col .middle_desc_box {
    display: flex;
    align-items: center;
}
.middle_desc_box .image_box {
    margin-right: 15px;
}
.middle_desc_box .text_column p {
    font-size: 11px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 4px 0 0;
}
.middle_desc_box .text_column h4 {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0px;
}
.sub_days {
    padding: 4px 10px;
    border: 1px solid #afafaf94;
    margin: 12px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
}
.sub_days .dflex {
    display: flex;
    align-items: center;
}
.sub_days .view_details a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.sub_days .view_details {
    text-align: center;
}
.left_right_border {
    border-right: 1px solid #afafaf94;
    border-left: 1px solid #afafaf94;
}
.day_count h4 {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0px;
    color: #333;
}
.slider_hotels .owl-prev {
    position: absolute;
    top: 40%;
    left: 5px;
    background: #000000d6 !important;
    box-shadow: 0 0 4px rgb(0 0 0 / 17%);
}
.slider_hotels .owl-next {
    position: absolute;
    right: 5px;
    top: 40%;
    background: #000000d6 !important;
    box-shadow: 0 0 4px rgb(0 0 0 / 17%);
}
.slider_hotels .owl-next:hover i {
    background: none;
}
.slider_hotels .item img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.slider_hotels .owl-nav i {
    font-size: 17px;
    line-height: normal;
    padding: 3px 4px;
    color: #fff;
    display: inline-block;
}
.rating_box {
    margin-top: 10px;
}
.slider_hotels {
    position: relative;
}
.transfer_boxs img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}
.transfer_listing ul li i {
    color: #000 !important;
}
.inclusions_list ul li {
    line-height: 25px;
}
.inclusions_list ul li i {
    margin-right: 5px;
    font-size: 16px;
}
.helpbox p {
    font-family: 'Poppins';
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 17px;
    color: #1e2124;
}
.middle_details_wrap .day_detail_col .helpbox_bg {
    background: var(--main-color);
    color: #fff;
}
.helpbox .btn {
    padding: 10px 20px;
    background: var(--main-color);
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Poppins';
}
.faq_section_bottom h3 {
    font-size: 22px;
    font-family: 'Poppins';
    padding: 10px 0;
    font-weight: 600;
    color: #000;
}
.faq_section_bottom #accordion .panel-title a {
    display: block;
    width: 100%;
    padding: 10px 10px;
    background: none;
    border: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    font-family: 'Poppins';
    line-height: 21px;
}
.faqs_content .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    background: #6c6c6c;
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}
.faqs_content .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f106";
}
.faqs_detail {
    font-size: 15px;
}
.segment_flight_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0;
    padding: 0;
}
.segment_flight_box ul li img {
    width: 70px;
    position: relative;
    top: -8px;
}
.segment_flight_box ul li {
    list-style: none;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 15px;
}
.segment_flight_box .fa-arrows-h:before,
.segment_flight_box .fa-arrows-left-right:before {
    content: "\f07e";
    font-size: 20px;
}
.segment_flight_box {
    padding: 0 10px;
    border: 1px solid #dee0e3;
    margin: 12px;
    border-radius: 4px;
}
.sum_count p {
    margin: 0;
    padding-top: 15px;
    font-weight: 500;
    font-size: 15px;
}
.captcha_box {
    margin-top: 7px;
}
.cancellation_modal .modal-body {
    max-height: 300px;
    overflow-y: scroll;
}
.cancellation_modal .modal-body ul {
    margin: 0;
    padding: 0;
}
.cancellation_modal .modal-body ul li {
    font-family: 'roboto';
    font-size: 15px;
    list-style: none;
    margin-bottom: 5px;
}
.cancellation_modal .modal-body ul li i {
    color: #26cf96;
}

.cancellation_modal p {
    font-family: 'Poppins';
    margin-bottom: 20px;
}
.no_border {
    border: transparent;
}
.sidenav {
    height: 100%;
    width: 50%;
    position: fixed;
    border-radius: 10px 0px;
    z-index: 999999;
    box-shadow: 0px 0px 10px #0000003d;
    top: 0px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 5s;
    padding-top: 60px;
}
.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 29px;
    z-index: 9;
    color: var(--secondary-color);
    background: #fff;
    border-radius: 50%;
    height: 29px;
    width: 29px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.click_sidebaropen {
    cursor: pointer;
}
.detail_sidebar .image_box {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-top: -60px;
}
.detail_sidebar .image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_sidebar .text_box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
}
.detail_sidebar .three_boxs ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px dotted #afabab;
}
.detail_sidebar .three_boxs ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.detail_sidebar .three_boxs ul li h6 {
    padding: 0px 0px 0px 6px;
    margin: 0px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #777;
    font-size: 13px;
}
.detail_sidebar .three_boxs ul li i {
    color: #777;
}
.more_content_box p {
    font-family: 'Roboto';
    font-size: 14px;
}
.content_mainfield {
    padding: 15px 25px;
}
.more_content_box p {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
}
.tpbar_modals h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.bg_content {
    background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
    border-radius: 14px;
    border: none;
    padding: 0 0 14px 0;
}
.send_enqbox button {
    padding: 12px;
    background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
    width: 100%;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 9px;
}
.tpbar_modals {
        padding: 7px 15px;
    border-bottom: 1px solid #ffffff2e;
    background: linear-gradient(45deg, var(--main-color), var(--secondary-color));
}
.tpbar_modals .close {
    margin-top: -2px;
    background: #fff;
    opacity: 1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--secondary-color);
}
.request_call p {
      font-size: 16px;
}
.form_call_back input {
    height: 44px;
    border-radius: 9px;
  }
.success_text{margin-bottom: 5px;
    padding: 2px;
    color: green;
    font-size: 14px;
    font-weight: 600;}
@media only screen and (max-width: 991px) {
    .faqs_content {
        margin-bottom: 0;
    }
    .pricebox_holiday {
        top: 0;
    }
    .form_call_back input {
        margin-bottom: 10px;
    }
    .holiday_detail_banner img {
        height: 350px;
    }
    .banner_head h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
  .hide_desktop{
    display: none;
  }
}

@media only screen and (max-width: 767px) {

    .detail_sidebar .three_boxs ul {
        padding: 0;
    }
    .sidenav {
        width: 97%;
    }
    .detail_sidebar .text_box h2 {
        font-size: 17px;
    }
    .day_detail_col .middle_desc_box {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .day_count h4 {
        margin: 13px 0;
        text-align: center;
    }
    .day_detail_col .middle_desc_box img {
        margin-bottom: 10px;
    }
    .sub_days .view_details a {
        color: var(--secondary-color);
    }
    .sub_days .dflex {
        flex-wrap: wrap;
    }
    .left_right_border {
        border: none;
    }
    .segment_flight_box ul li img {
        width: 44px;
        top: 0;
    }
    .banner_head {
        left: 7px;
        padding: 15px 15px 15px 15px;
        right: 7px;
    }
    .day_detail_col .common_box_wrap .text_box h5 {
        margin-top: 15px;
    }
    .transfer_boxs img {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:480px) {
    .segment_flight_box ul li {
        font-size: 13px;
    }
    .banner_head h2 {
        font-size: 18px;
    }
    .holiday_detail_banner img {
        height: 220px;
    }
    .helpbox p {
        font-size: 14px;
    }
    .faq_section_bottom h3 {
        font-size: 18px;
    }
    .terms_conditions a {
        font-size: 12px;
    }
}