@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Main CSS File Search Engine*/

:root {
    --primary: #0C5295;
    --lightblue: #E9F4FF;
    --white: #fff;
    --black: #000000;
    --lightcolor: #EDF2F6;
    --lightgrey: #E3E3E3;
    --darkgrey: #5c5c5c;
    --mediumgrey: #C8C8C8;
    --lightblue2: #D9ECFF;
    --darblue: #003970;
    --greenlight: #DFFFFA;
    --green: #0CA189;
    --redlight: #FFE1E8;
    --red: #E62753;

    --secondary: #A0D3FE;
    --border-radius: 12px;
    --box-shadow: 0 4px 20px rgba(11, 83, 148, 0.08);
    --input-height: 50px;

}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;

}


.btn-150 {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.outline_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--primary);
    padding: 10px 23px;
    color: var(--primary);
    transition: 0.5s;
}

.outline_btn:hover {
    background: var(--primary);
    color: var(--white);
}

.main_tiltle h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;

}

.fz_title_30 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.sec_pad {
    padding: 112px 0;
}

.fix_size10 img {
    height: 50px;
    width: 80px;
    object-fit: cover;
    border-radius: 6px;
}

p {
    margin: 0;
}

a {
    text-decoration: none !important;
}

.main_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary);
    padding: 10px 23px;
    color: var(--white);
    transition: 0.5s;
    border: 1px solid var(--primary);
}

.main_btn img {
    filter: brightness(0) invert(1);
}

.map_titlw h4 {
    font-weight: bold;
    color: #373737;
}

.main_btn:hover img {
    filter: brightness(1) invert(0);
}

#timer {
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-flex;
    margin-left: 10px;
    border: 1px solid #ddd;
}

.register_form_sc_in {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.register_form_sc_in span {
    display: inline-flex;
}

.main_btn:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent;
}

.main_btn1 {
    display: inline-flex;

    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary);
    padding: 10px 23px;
    color: var(--white);
    transition: 0.5s;
    border: 1px solid var(--primary);
}

.main_btn1 img {
    filter: brightness(0) invert(1);
}

.main_btn1:hover img {
    filter: brightness(1) invert(0);
}

.main_btn1:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: transparent !important;
}


.p-100 {
    padding: 100px 0;
}

.p-40 {
    padding: 40px 0;
}

.p-20 {
    padding: 20px 0;
}


.main_white_box {
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 20px;
}

/* header css start */

/* .main_banner {
    background-color: var(--lightcolor);

    padding-bottom: 97px;
    width: 100%;
    position: relative;
    height: 320px;
    background-image: url('/booking/img/sahara_img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 40px;
    position: relative;
    overflow: hidden;
    min-height: 350px;
    width: 100%;
} */
.main_banner {
    position: relative;
    width: 100%;
    min-height: 350px;
    height: 320px;
    padding: 90px 0 40px;
    overflow: hidden;
    /* background-color: var(--primary); */
    background-image: url('/booking/img/sahara_image 1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay layer */
.main_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    opacity: 85%;
    background-color: #0c5295;
    /* adjust opacity */
    z-index: 1;
}

/* Ensure content stays above overlay */
.main_banner>* {
    position: relative;
    z-index: 2;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    align-items: center;
    display: flex;
}

/* .banner_sec {
    background-image: url('/booking/img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 40px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.banner_sec .container {
    position: relative;
    z-index: 1;
} */
/* .main_banner::after{
    content: '';
    position: absolute;
    padding-bottom: 7px;
    top: 10px;

    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/image\ 2.png');

}  */

.header_sec {
    padding: 0;
}

.header_sec .navbar-nav {
    background: var(--white);
    padding: 10px 10px;
    border-radius: 10px;
    height: 66px;
    display: flex;
    align-items: center;
}

.header_sec .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.navbar_right img {
    width: 45px;
    height: 45px;
}

.navbar_right input {
    background: transparent;
    border: 1px solid #eee;
    width: 100%;
    padding: 10px 30px 10px 15px;
    border-radius: 10px;
}

.navbar_right input::placeholder {
    color: var(--white);
}

.header_sec .navbar-toggler {
    border: 2px solid var(--primary);
    height: 40px;
    width: 55px;
    position: relative;
    z-index: 99;
}

.header_sec .navbar-toggler span {
    background-color: var(--primary);
    height: 2px;
    width: 30px;
    display: block;
    margin: 5px 0;
    transition: 0.2s;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.side_link .active a img {
    filter: grayscale(100%) brightness(430%);
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    display: none;
    transition: 0.2s;
}

.header_sec .navbar-toggler[aria-expanded="true"] {
    border: 2px solid var(--primary);
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(130deg);
    position: relative;
    top: 4px
}

.header_sec .navbar-toggler[aria-expanded="true"] span {
    background-color: var(--primary);
}

.header_sec .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-130deg);
    position: relative;
    top: -4px
}

.header_sec .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    color: var(--black);
}


.header_sec .navbar-collapse.show .button_logo img {
    display: block;
}

.button_logo img {
    max-width: 100%;
    display: none;
    margin-bottom: 20px;
}

.navbar_right .navbar_right_item {
    /* background-color: var(--white);
    padding: 10px 15px; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 66px;

}

.navbar_right .navbar_right_item ul {
    background-color: var(--white);
    padding: 14px 22px;
    border-radius: 50px;

}

.navbar_right .drop_hed_new .dropdown-menu {
    border-radius: 12px;
    padding: 8px 12px;
}

.navbar_right .drop_hed_new:hover>.dropdown-menu {
    top: calc(100% + 1px);
}

.navbar_right ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.navbar_right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.offer_sec {
    padding-bottom: 40px;
}

.navbar_right select {
    appearance: none;
    padding: 10px 50px 10px 10px;
    border: 1px solid var(--lightgrey);
    background-image: url('../img/Down_Arrowblc.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}

.navbar_right ul li {
    list-style: none;
    position: relative;
}

.navbar_right ul li:nth-child(2)::after {

    content: '';
    position: absolute;
    top: 0;
    left: -23px;
    background-color: var(--primary);
    width: 2px;
    height: 30px;
}

.room_dvj {
    border-radius: 20px;
    overflow: hidden;

}

.room_dvj .dr_full_bx_innner {
    border-radius: 0;
    background: #D9ECFF;
    overflow: hidden;
    border: 0;
    height: 100%;
    padding: 20px 20px 25px 26px;
}


.room_dvj .dr_full_bx_innner>.imge {
    position: relative;
    height: 229px;
    border: 0;
}


.room_dvj .dr_full_bx_innner>.imge>.im_mn {
    height: 225px;
    border: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.room_dvj .dr_full_bx_innner>.content {
    padding: 18px 9px 0;
}

.room_dvj .dr_full_bx_innner>.content>h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.room_dvj .dr_full_bx_innner>.content>ul {
    padding-left: 0;
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 13px;
    margin-bottom: 0;
    flex-wrap: wrap;
}



.room_dvj .detl_det_full_bx {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 20px;
}

.room_dvj button {
    background: #0c5295;
    color: white;
    border: 0;
    padding: 9px 40px;
    border-radius: 21px;
    display: flex;
    margin-left: auto;
    margin-top: 13px;
    margin-right: 34px;
    /* margin-top: auto; */
    justify-content: center;
    /* margin: auto; */
    margin-top: 7px;
    margin-bottom: 20px;
}

.room_dvj button a {
    color: white;

}

.room_dvj .choose_bx>ul>li {
    padding-bottom: 6px;
}

.room_dvj .head_con {
    justify-content: left;
    padding-left: 22px;
}

.room_dvj .detl_det_full_bx_inner {
    border: 0;
    padding-bottom: 0;
    margin: 0;
}

.room_dvj .border_nnn1 {
    border-bottom: 0;
}

.room_dvj .border_nnn1::before {
    display: none;
}

.room_dvj .br_rg_v {
    border-right: 0;
}

.room_dvj .border_nnn1::after {
    display: none;
}

.header_sec .navbar-brand img {
    max-width: 65%;
}

.navbar_right ul li a {
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_depart_box .rootbox.detailsOn.root_box_open .root_cart_inbox {
    height: auto !important;
}



.open_departure_newbox.active {
    display: block;
}

.open_departure_newbox .open_departureseat {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
}

.custom_flightcheck {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_flightcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom_flightcheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    border-radius: 5px;
    width: 35px;
    background-color: #d9ecff;
}

.custom_flightcheck input:checked~.checkmark {
    border: 2px solid #0c5295;
}

.custom_flightcheck .checkmark:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 5px;
    width: 10px;
    height: 17px;
    border: solid #0c5295;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.custom_flightcheck input:checked~.checkmark:after {
    display: block;
}






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

    .heligh_bx_1>h5 {
        width: 40%;
    }

    .navbar_right {
        gap: 15px;
    }

    .navbar_right ul {
        gap: 15px;
    }

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

    .header_sec .navbar-nav .nav-link {
        font-size: 13px;
    }

    .navbar_right ul li:first-child::after {
        right: -9px;
    }
}

@media screen and (max-width: 1100px) {
    .navbar_right {
        gap: 8px;
    }

    .header_sec .navbar-nav {
        padding: 10px 0;
    }

    .header_sec .main_btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .navbar_right img {
        width: 37px;
        height: 37px;
    }

    .navbar_right ul li:first-child::after {
        display: none;
    }

    .navbar_right ul li a {
        font-size: 14px;
    }

    .header_sec .navbar-nav .nav-link {
        font-size: 14px;
    }
}

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

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1160px;
    }

    .header_sec .navbar-brand img {
        width: 140px;
    }

    .popular_features_title h4 {
        flex: 0 0 41% !important;
    }
}

@media screen and (max-width: 1400px) {
    .hot_det_det_bx_inner>.bx_hg>h5 {
        color: #000;
        font-family: Inter;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 11px;
        margin-bottom: 0;
        width: 77px !important;
    }
}

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

    .detl_det_full_bx_inner:after {
        display: none;
    }

    .header_sec .navbar-collapse {
        position: fixed;
        display: block !important;
        left: -820px;
        transition: 0.2s;
        padding: 30px;
        top: 0;
        height: 100%;
        z-index: 9;

    }

    .gust_rev_area_inner_2 {
        flex-direction: column;
        justify-content: left !important;
    }

    .gust_rev_inn2_in1 {
        width: 100%;
    }

    .room_dvj .dr_full_bx_innner>.imge>.im_mn {
        height: 100%;
        top: 0;
        position: absolute;
    }

    .gust_rev_inn2_in1::before {
        right: 0 !important;
    }

    .img_bx_2 {
        width: 100% !important;

    }

    .img_bx_3 {
        width: 100% !important;
    }

    .room_dvj .dr_full_bx_innner>.imge {
        position: relative;
        height: 229px;
        border: 0;
        padding-top: 110%;
        width: 100%;
    }

    .review_view_nu {
        width: 100%;
        max-width: 100% !important;
        margin-top: 20px;
    }

    .hot_det_det_bx_inner>.bx_hg>h5 {
        color: #000;
        font-family: Inter;
        font-size: 15px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 11px;
        margin-bottom: 0;
        width: 100% !important;
    }

    .navbar_right {
        gap: 15px;
    }

    .navbar_right .navbar_right_item {
        padding: 0;
    }

    .header_sec .main_btn {
        padding: 10px 30px;
    }

    .header_sec .navbar-collapse.show {
        left: 0;
        background: #fff;
        width: 100%;
    }

    .navbar_right .navbar_right_item {
        height: auto;
    }

}

@media screen and (max-width: 767px) {
    .navbar_right {
        gap: 20px;
        flex-wrap: wrap;

    }

    .align_item_all {
        flex-wrap: wrap;
    }

    .profle_sec .profile_form .profle_inner .form_group .custom_radio {
        width: 50%
    }

    .navbar_right ul li a {
        font-size: 16px;
    }

    .navbar_right .navbar_right_item {
        flex-wrap: wrap;
        padding: 0;
    }

    .flight_booking_history table {
        width: 780px;
    }

}

@media screen and (max-width: 550px) {
    .profle_sec .profile_form .profle_inner .form_group .custom_radio {
        width: 100% !important
    }

    .profle_sec {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 480px) {
    .header_sec .main_btn {
        width: 100%;
    }
}

/* header css end */



/* banner css star */



.banner_sec {
    padding: 60px 0 21px;
    text-align: center;
    margin: auto;
}

.banner_sec .banner_title img {
    max-width: 100%;
    width: 342px;
    margin-top: 20px;
}

.banner_sec .banner_title h1 {
    color: var(--black);
    text-align: center;
    font-family: Jost;
    font-size: 92px;
    font-style: normal;
    font-weight: 600;
    line-height: 115px;

}

.banner_sec .banner_title h1 strong {
    font-size: 102px;
}

.banner_sec .banner_title h1 span {
    color: var(--primary);
}

.banner_sec .banner_title p {
    color: #ffffff;
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* tab css start */
.main_banner_tab .nav-pills {
    background: #0C5295;
    display: inline-flex;
    padding: 5px;
    border-radius: 12px;
    margin-top: -50px;
}

.main_banner_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--white);
    color: var(--primary);
}

.main_banner_tab .nav-pills .nav-link {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 12px;
}

.banner_title h2 {
    font-size: 50px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.main_banner_tab {
    background-color: var(--white);
    border-radius: 15px;
    position: relative;
    top: -30px;
    padding: 25px 30px;
    border: 1px solid #f0f2f5;
    box-shadow: 0 4px 16px 0 rgba(5, 26, 55, .08);
    transition: height .3s ease-out;

}

.banner_sec .banner_title img {
    display: flex;
}

.banner_top_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date_picker {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    border: 1px solid #0C5295;
    padding: 0px;
    color: #0C5295;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
    height: 45px;
}

.tab_form .form_group input {
    height: 45px;
}

.date_picker input {
    background: transparent;
    padding: 15px;
    border: none;
    width: 200px;
    text-align: center;
    color: var(--white);
}

/* .date_picker input::placeholder {
    color: var(--primary);
} */

.date_picker::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background-color: var(--primary);
    width: 1px;
    height: 20px;
    transform: translate(-50%, -50%);
}

.date_picker input::placeholder {
    color: var(--primary);
}



input:focus-visible {
    border: none;
    outline: none;
}

.flight_select {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    margin-top: -23px;
}

.tab_form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab_form .form_group input {
    background: transparent;
    border: 1px solid #0C5295;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    width: 220px;
}

.tab_form .form_group input::placeholder {
    color: #0C5295;
}

.search_btn {
    border-radius: 15px;
    background: #0c5295;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    height: 45px;
    color: #FFF;
}

.main_new_alignbox {
    flex-wrap: wrap;

}

.main_new_alignbox .form_group .select2-container {
    width: 190px !important;
}

@media screen and (max-width: 1400px) {
    .tab_form .form_group input {
        width: 190px;
    }
}

@media screen and (max-width: 1200px) {
    .tab_form {
        flex-wrap: wrap;
    }

    .banner_top_item {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media screen and (max-width: 992px) {
    .tab_form .form_group input {
        flex: 1 0 190px;
        width: 100%;
    }

    .main_new_alignbox .form_group .select2-container {
        width: 100% !important;
    }

    .form_group {
        flex: 1 0 190px;
    }

    .date_picker {
        width: 100%;
    }

    .date_picker input {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .banner_sec .banner_title h1 strong {
        font-size: 60px;
    }

    .banner_sec .banner_title h1 {
        font-size: 55px;
        line-height: 75px
    }

    .flight_select {
        justify-content: start;
        margin-top: 15px;
    }

    .date_picker {

        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .main_banner_tab .nav-pills .nav-link {
        font-size: 17px;
    }

    .flight_select {
        gap: 12px;
    }

    .banner_sec {
        padding: 22px;
    }

    .banner_sec .banner_title h1 strong {
        font-size: 58px;
    }

    .banner_sec .banner_title p {
        font-size: 16px;
    }
}

/* tab css end */


/* custom check box css start */

.custome_checkbox {
    display: block;
    position: relative;
    color: var(--white);
    padding-left: 35px;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -15px;
    color: #0c5295;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.custome_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custome_checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 2px solid #0c5295;

}

/* .custome_checkbox input:checked~.checkmark {
    background-color: var(--white);
} */

.custome_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custome_checkbox input:checked~.checkmark:after {
    display: block;
}

.custome_checkbox .checkmark:after {
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0C5295;
}

@media screen and (max-width: 480px) {
    .custome_checkbox {
        padding-left: 30px;
        font-size: 13px;
    }

    .custome_checkbox .checkmark {
        top: -2px;
    }

    .date_picker {
        width: 100%;
        display: grid;
        gap: -18px;
        height: fit-content;
    }

    .date_picker::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: var(--white);
        width: 100%;
        height: 1px;
        transform: translate(0%, -50%);
    }

    .main_banner_tab {
        padding: 25px 12px;
    }
}


/* custom check box css end */



/* offer cart css start */
.bg_lightblue {
    background-color: var(--lightblue);
}

.main_offer_cart {
    padding: 15px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.main_offer_cart .cart_tittle h4 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}

/*.offer_img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/*.main_offer_cart .offer_img .claim_alloffer {
    position: absolute;
    top: 64%;
    left: 30%;
    transform: translate(-20%);
}*/

.main_offer_cart .offer_img .claim_alloffer a {
    border-radius: 15px;
    background: rgba(12, 82, 149, 0.80);
    padding: 10px 15px;
    white-space: nowrap;
    color: #fff;
}

.main_offer_cart .offer_amount_item {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.main_offer_cart .offer_amount_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    background-color: var(--primary);
    width: 2px;
    height: 52px;
}

.main_offer_cart .offer_amount_item h5 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0;
}

.main_offer_cart .offer_amount_item span {
    color: #0C5295;
    font-family: Oswald;
    font-size: 55px;
    font-weight: 700;
    text-transform: capitalize;

}

@media screen and (max-width: 1100px) {
    .offer_img {
        left: 45%;
    }
}

@media screen and (max-width: 992px) {
    .main_offer_cart .cart_tittle h4 {
        font-size: 25px;
    }

    .main_offer_cart .offer_amount_item span {
        font-size: 50px;
    }

    .main_offer_cart .offer_amount_item h5 {
        font-size: 18px;
        line-height: 33px;
    }

    .main_offer_cart .offer_amount_item::after {
        left: 50%;
    }
}

@media screen and (max-width: 767px) {
    .main_offer_cart {
        flex-direction: column;
    }

    .offer_img {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .p-100.offer_sec {
        padding: 0;
    }
}

/* offer cart css end */


/* swipper slider css start */
/* swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */


/* swipper slider css end */

/* hotel cart css start */
.hotel_box {
    position: relative;

}

.hotel_box .main_img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.hotel_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(0deg, #000000e0 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 20px;
}

.hotel_box .hotel_content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    width: 100%;

}

.hotel_box .hotel_content .hotel_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 40px;
}

.hotel_box .hotel_content .hotel_title h3 {
    color: var(--white);
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.hotel_box .hotel_content .hotel_price .price_text h6 {
    color: var(--white);
    text-align: center;
    font-family: Oswald;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

.hotel_box .hotel_content .hotel_price .price_text span {
    color: var(--lightgrey);
    text-align: center;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
    text-transform: capitalize;
}

.hotel_review {
    display: inline-flex;
    align-items: center;
    margin: 0 20px;
}

.hotel_review span:last-child {
    display: inline-flex;
    background: var(--white);
    padding: 3px 15px;
    border-radius: 15px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.hotel_review img {
    width: 15px;
    height: 23px;
}

.hotel_review span:first-child {
    background: var(--primary);
    padding: 5px 13px;
    border-radius: 35px;
    color: var(--white);
    font-size: 18px;
    display: inline-flex;
    font-weight: 500;
    gap: 5px;
    margin-right: -13px;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.hotel_box .off_percentage_box {
    background-color: var(--primary);
    border-radius: 15px;
    padding: 8px 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.hotel_box .off_percentage_box h3 {
    color: #FFF;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.hotel_box .off_percentage_box small {
    color: #FFF;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.hotel_box .off_percentage_box span {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}




@media screen and (min-width: 992px) and (max-width: 1100px) {
    .hotel_box .hotel_content .hotel_title h3 {
        font-size: 28px;
    }

}

@media screen and (max-width: 992px) {
    .hotel_box {
        margin-bottom: 11px;
        height: calc(100% - 11px);
    }

    .header_sec .navbar-nav {
        align-items: start;
        height: auto;
    }

    .heligh_bx_1::before {
        display: none;
    }

    .heligh_bx_1>h5 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .hotel_box .hotel_content .hotel_title h3 {
        font-size: 20px;
    }

    .hotel_box .hotel_content .hotel_price {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .hotel_box .hotel_content .hotel_price .price_text h6 {
        font-size: 30px;
    }

    .hotel_box .hotel_content .hotel_price .price_text span {
        font-size: 20px;
    }

    .hotel_box .off_percentage_box h3 {
        font-size: 18px;
        margin: 0;
    }

    .hotel_box .off_percentage_box {
        padding: 8px 15px;
    }

    .hotel_box .off_percentage_box span {
        font-size: 15px;
    }

    .hotel_box .hotel_content .hotel_review span:first-child {
        font-size: 12px;
    }

    .main_banner {
        padding-bottom: 64px;
    }

    .main_banner {
        height: auto;
        padding: 0px 0 50px;

    }

    .tab_form {
        margin: 0;
    }

}

/* hotel cart css end */

/* offer cart css start */

.offer_banner_item img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 11px;
    height: 100%;
}

.offer_banner_item img:last-child {
    margin-bottom: 0px;
}

/* offer cart css end */


/* popular features css  start */

.popular_features_sec .popular_features_tab,
.offer_hotel_sec .popular_features_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.popular_features_sec .popular_features_tab .nav-pills {
    display: inline-flex;
    background-color: var(--primary);
    padding: 5px;
    border-radius: 30px;

}

.pets_line p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

.main_tiltle h3 {
    font-size: 30px;
    font-weight: bold;

}

.popular_features_sec .popular_features_tab .nav-pills .nav-link {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 12px 20px;
    font-weight: 400;
}

.popular_features_sec .popular_features_tab .nav-pills .nav-link.active {
    color: #000;
    background: #fff;
    border-radius: 60px;
}

.popular_features_sec .popular_features_item {
    position: relative;
}

.popular_features_sec .popular_features_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000cc 100%);
}

.popular_features_sec .popular_features_item .popular_hotel_img {
    position: relative;
    padding-bottom: 90%;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    height: fit-content;

}

.offer_banner_item [class*="col-"]:nth-child(2) {
    margin-top: 11px;
}

.offer_slider swiper-slide {
    height: fit-content;
}

.popular_features_sec .popular_features_item .popular_hotel_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition: 0.3s;
    max-width: 100%;
    max-height: 100%;
}

.popular_features_sec .popular_features_item .popular_hotel_img img:hover {
    transform: scale(1.1);
}


.popular_hotel_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 15px;
}

.popular_features_title h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    flex: 0 0 53%;
}

.vi_check_ink {
    position: relative;
    display: flex;
    align-items: center;

}

.vi_check_ink i {
    position: absolute;
    left: 34px;
}

.vi_check_ink:nth-child(2) {


    border-left: 1px solid #0C5295;
}

.vi_check_ink input {
    padding: 10px 14px;
}

.popular_features_sec swiper-container.popularfeatures_sld.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    height: max-content;
}

.feature_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature_price .price_box {
    flex: 0 0 30%;
    text-align: end;
}

.feature_price .price_box span {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.feature_price .price_box h5 {
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-weight: 800;
    width: 100px;
    overflow: hidden;
    overflow-wrap: break-word;
}

.popular_features_sec .hotel_review span:first-child {
    font-size: 15px;
}

.popular_features_sec .hotel_review {
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    .popular_features_sec .popular_features_tab {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 480px) {
    .popular_features_sec .popular_features_tab .nav-pills .nav-link {
        font-size: 15px;
        padding: 12px 15px;

    }

    .main_tiltle h2 {
        text-align: center;
        font-size: 35px;
    }
}

/* popular features css  end */


/* destination box css  start */

.destination_box .destination_img {
    position: relative;
    padding-bottom: 10%;
    overflow: hidden;
    border-radius: 15px;
}

.destination_box {
    position: relative;
}

.destination_box .destination_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    transition: 0.3s;

}

.destination_box .destination_img img:hover {
    transform: scale(1.1);
}

.destination_box .destination_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.destination_box .destination_text h4 {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.get_now:hover {
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
}

.get_now {
    border-radius: 30px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    color: var(--white);
    transition: 1s;

}

.bg_lightblue2 {
    background: var(--lightblue2);
}


/* destination box css  end */


/* faq box css  start */


.deatils_box {
    padding: 45px 0;
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.faq_section .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 20px 20px 0 0px !IMPORTANT;
}

.faq_section .accordion-button:not(.collapsed)::after {
    background-image: url('../img/minus.svg');
}

.faq_section .accordion-button::after {
    background-image: url('../img/plus.svg');
}

.faq_section .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.faq_section .accordion-item {
    border-radius: 20px;
    margin-bottom: 15px;
}

.faq_section .accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.faq_section .accordion-button {
    border-radius: 20px !important;
}

.faq_img img {
    width: 100%;
    height: 100%;
}

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

/* faq box css  end */


/* contact css  start */

.contact_img {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.contact_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: 0.3s;
}

.contact_details_sec {
    margin-top: 40px;
}

.contact_details_sec .contact_img img:hover {
    transform: scale(1.1);
}

.contact_details_sec .contact_form .form-group {
    position: relative;
    width: 50%;
    flex: 1 0 calc(50% - 25px);
}

.contact_details_sec .contact_form .form-group .form_control {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #000;
    padding: 15px;
    width: 100%;
}

.contact_details_sec .contact_form .form-group .form_label {
    background-color: #fff;
    padding: 3px 5px;
    position: absolute;
    left: 30px;
    top: -15px;
}

.main_tiltle .mb-5 {
    margin-bottom: 35px !important;
}

.contact_details_sec .contact_form .form_field_item {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.contact_details_sec .contact_form .textarea_g.form-group {
    width: 100%;
    margin-top: 20px;
}

/* contact css  end */



/* footer css start */
/*
footer {
    background: #edf2f6;
    padding: 34px 0 0px;
    position: relative;
    margin: 40px 0 0 0;
    border-radius: 0;
} */
/* Footer Base */
.tourlast-footer {
    background: #edf2f6;
    margin-top: 60px;
    font-size: 14px;
    color: #333;
}

/* Footer Grid */
.footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 50px 0 30px;
}

.footer-column h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0c5295;
}

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

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column ul li a:hover {
    color: #0c5295;
}

/* Social Links */
.social-links i {
    margin-right: 8px;
    color: #0c5295;
}

/* Payment Methods */
.footer-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid #d4dce4;
}

.footer-payments img {
    height: 28px;
    object-fit: contain;
    opacity: 0.9;
}

/* Bottom Footer */
.footer-bottom {
    background: #0c5295;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-payments {
        flex-wrap: wrap;
    }
}

.logo_box .shape_img {
    position: absolute;
    top: -2.2px;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
}

.logo_box .shape_img img {
    max-width: 100%;
    width: 500px;
}

.logo_box .footer_logo {
    position: absolute;
    top: -9px;
    left: 50%;
    max-width: 100%;
    width: 320px;
    transform: translateX(-50%);
    z-index: 1;
}

.currency_select_vv1 {
    width: 100%;
    max-width: 220px;
    margin-bottom: 0;
}

/*
.footer_top_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c7c7;
}

.footer_top_item img {
    width: 35px;
}

.footer_top_item h4 {
    font-size: 30px;
    font-weight: 700;
}

.quick_link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    gap: 30px;
    margin: 0;
}

.quick_link ul li {
    list-style: none;
}

.quick_link ul li a {
    color: #333;
}

.quick_link ul li a:hover {
    color: #0c5295;
} */

.partner_logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin-bottom: 20px;
}

.partner_logo ul li {
    list-style: none;
}

.partner_logo ul li img {
    max-width: 100%;
    width: 50px;
}

.app_icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 30px 0 35px;
}

.app_icon ul li {
    list-style: none;
}

.copyright_sec {
    padding: 20px 0px;
    border-radius: 0;
    border-top: 1px solid #c7c7c7;
}

.copyright_sec .copyright_inner {
    display: flex;
    align-items: center;
    justify-content: center;

}

.copyright_sec .copyright_inner span {
    font-size: 16px;
    font-weight: 400;
}

.child-age-item select {
    width: 100%;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #0c529542;
    background: #d5eaff42;
    margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
    .logo_box .footer_logo {
        width: 350px;
    }
}

@media screen and (max-width: 1100px) {
    .logo_box .footer_logo {
        width: 250px;
    }

    .logo_box .footer_logo {
        top: 0;
    }
}

@media screen and (max-width: 992px) {
    .logo_box .footer_logo {
        top: -9px;
    }

    .hotel_tab .tab_form .form_group input {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .footer_top_item {
        flex-direction: column;
        justify-content: center;
    }

    .footer_top_item h4 {
        text-align: center;
    }

    .logo_box .footer_logo {
        width: 190px;
    }

    footer {
        padding: 60px 0 0px;
    }

    .footer_top_item h4 {
        font-size: 21px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .quick_link ul {
        flex-wrap: wrap;
    }

    .partner_logo ul {
        flex-wrap: wrap;
    }

    .app_icon ul {
        flex-wrap: wrap;
    }

    .logo_box .footer_logo {
        width: 150px;
    }

    .copyright_sec .copyright_inner {
        flex-wrap: wrap;
        text-align: center;
    }

    .copyright_sec .copyright_inner span {
        font-size: 14px;
        margin: 6px 0;
    }

    .quick_link ul {
        gap: 10px;
        padding: 12px;
    }

    .app_icon ul {

        gap: 10px;
        margin: 20px 0 20px;
    }

    .partner_logo ul {
        gap: 12px;
    }
}

@media screen and (max-width: 480px) {
    .logo_box .shape_img {
        width: 270px;
    }
}

/* footer css end */




/* flight listing page css start  */

.main_banner.listing_page3 {
    height: 22vh;
}

.main_banner.listing_page2 {
    height: 12vh;
}

.main_banner.listing_page4 {
    height: 25vh;
}


.listing_page_tab.main_banner_tab .nav-pills {
    margin-top: -72px;
    position: relative;
    top: 16px;
}


/* select flight css start */

.flight_root_select .flight_root2 {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    background: rgba(250, 252, 255, 0.70);
    padding: 5px;

}

.flight_root_select .flight_root2 select {
    background: transparent;
    border: none;
    appearance: none;
    padding: 5px 30px 5px 5px;
    background-image: url('../img/arrow_icon.svg');
    background-position: calc(100% - 5px);
    background-repeat: no-repeat;
}

.flight_root_select .flight_root2 select:focus {
    border: none;
    outline: none;
}

.flight_root_select {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: -13px;
    padding-bottom: 15px;
    justify-content: end;

}

/* select flight css end */


/* check flight slider css start */


.select_date_flight .nav-pills::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.select_date_flight .nav-pills {
    flex-wrap: unset;
    overflow-x: scroll;
    border-radius: 10px;
    padding: 15px 90px 0 90px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
}

.select_date_flight .nav-pills .nav-item {
    position: relative;
    width: 100%;
}

.select_date_flight .nav-pills .nav-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 39px;
    background: #D9D9D9;
}

.select_date_flight .nav-pills .nav-item:last-child::after {
    display: none;
}

.select_date_flight .nav-pills .nav-item .nav-link {
    width: 150px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}

.select_date_flight .nav-pills .nav-item .nav-link span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.select_date_flight .nav-pills .nav-item .nav-link.active span {
    color: var(--primary);
}

.select_date_flight .nav-pills .nav-item .nav-link.active {
    color: var(--primary);
    background-color: transparent;
    border-bottom: 5px solid var(--primary);
    border-radius: 0px;
}

.select_date_tabs {
    position: relative;
}

.select_date_tabs .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: #0c5295;

    text-align: center;
    cursor: pointer;
    z-index: 10;
    font-size: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_date_tabs .left-arrow {
    left: 0px;
    border-radius: 10px 0px 0px 10px;
}

.select_date_tabs .right-arrow {
    right: 0px;
    border-radius: 0px 10px 10px 0px;
}

.select_date_tabs .arrow:hover {
    background-color: var(--primary);
    color: #fff;
}

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

    .select_date_flight .nav-pills {
        padding: 15px 15px 0px 90px;
    }

    .listing_page_tab.main_banner_tab .nav-pills {
        margin-top: -46px;
    }

}

/* check flight slider css end */



/* sidebar css start  */


/* range slider css start */


.price_range_slider {
    margin-bottom: 20px;
}

.price_range_slider .field {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin: 10px 0 20px;
}

.price_range_slider .field input {
    outline: none;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    border: unset;
    width: 45px;
}

.price_range_slider input[type="number"]::-webkit-outer-spin-button,
.price_range_slider input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price_range_slider .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.price_range_slider .slider {
    height: 4px;
    position: relative;
    background: #0C5295;
    border-radius: 5px;
}

.price_range_slider .slider .progress {
    height: 100%;
    left: 0%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #0C5295;
}

.price_range_slider .range-input {
    position: relative;
}

.price_range_slider .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
}

.price_range_slider input[type="range"]::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #0C5295;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price_range_slider input[type="range"]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 50%;
    background: #0C5295;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.timing_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timing_txt span {
    color: #505050;
    font-size: 12px;
    font-weight: 400;
}

/* range slider css end */


.sidebar_sec {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    border: 1px solid #00000017;
}

.switch_button input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.switch_button label {
    cursor: pointer;
    text-indent: -9999px;
    width: 34px;
    height: 17px;
    background: var(--white);
    display: block;
    border-radius: 100px;
    position: relative;
}

.switch_button label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    background: var(--darblue);
    border-radius: 90px;
    transition: 0.3s;
}

.side_link .active a {
    background: #0c5295;
    color: white;
}

.switch_button input:checked+label {
    background: var(--primary);
}

.switch_button input:checked+label:after {
    background: var(--white);
}

.switch_button input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.invidually_sec {
    padding: 10px;
}

.invidually_sec .bg_lightblue2 {
    border-radius: 5px;
    padding: 10px;

}

.invidually_flight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invidually_flight h2 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.invidually_content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar_title h3 {
    color: #0C5295;
    font-size: 18px;
    font-weight: 500;
}

.sidebar_title a {
    color: #0082FF;
    font-size: 12px;
    font-weight: 400;
}

.space_between_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_sec {
    padding: 10px;
    border-bottom: 1px solid var(--lightgrey);
}

.filter_sec .filtertext_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.filter_sec .filtertext_box span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--lightblue);
    border-radius: 3px;
    padding: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.filter_sec .filtertext_box span img {
    width: 15px;
    height: 15px;
}

.common_accordian .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;
}

.common_accordian .accordion-button {
    color: #0C5295;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
}

.common_accordian .accordion-body {
    padding: 10px;
}

.common_accordian .accordion-item {
    border: unset;
}

.common_accordian .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.common_accordian {
    border-bottom: 1px solid var(--lightgrey);
}

.common_accordian.last_acc {
    border: unset;
}

/* new custom check box start */
.newcustom_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newcustom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.newcustom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 3px;
    background-color: rgba(217, 236, 255, 1);
}

.newcustom_checkbox:hover input~.checkmark {
    background-color: rgba(217, 236, 255, 1);
}

.newcustom_checkbox input:checked~.checkmark {
    background-color: rgba(217, 236, 255, 1);
}

.newcustom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.newcustom_checkbox input:checked~.checkmark:after {
    display: block;
}

.newcustom_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--primary);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* new custom check box end */


.show_link {
    color: #0082FF;
    font-size: 12px;
    font-weight: 400;
}


.aliance_sec {
    padding: 10px;
}

.aliance_sec .input_check_field input {
    border-radius: 3px;
    border: 1px solid #7FBFFF;
    padding: 5px;
    width: 100%;
}

.aliance_sec .input_check_field {
    position: relative;

}

.aliance_sec .input_check_field .input_checkbox {
    position: absolute;
    top: 6px;
    right: -7px;
}

.price_item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
}

.price_item span {
    color: #505050;
    font-size: 12px;
    font-weight: 400;
}

.aliance_sec .price_item .newcustom_checkbox {
    margin-bottom: 0;
}


.border_b {
    border-bottom: 1px solid var(--lightgrey);
}

.time_sec {
    padding: 10px;
}






/* custom css radio start */

.custom_radio {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid var(--primary);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_radio:hover input~.checkmark {
    background-color: var(--white);
}

/* When the radio button is checked, add a blue background */
.custom_radio input:checked~.checkmark {
    border: 1px solid var(--primary);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary);
}

/* custom css radio end */




/* sidebar css end  */

.departure {
    border-radius: 15px 15px 0px 0px;
}

.departure .depature_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.departure .depature_box h3 {
    margin: 0;
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.departure .depature_box span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.departure .depature_box span img {
    margin-left: 5px;
    margin-top: -3px;
    width: 20px;
}

/* flight deatils tab css start */
.flight_deatils_dest {
    margin: 0 auto;
}

.flight_deatils_dest .flight_deatils_dest_inner {
    display: inline-flex;
    align-items: self-start;
    justify-content: center;
    gap: 30px;
    border-radius: 10px;
    padding: 15px 15px 0;
    background: #FFF;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    text-align: center;
}

.rootbox .root_return_tag .tripflight_status span {
    background: unset;
}

.rootbox .root_return_tag .tripflight_status {
    background: transparent;
    border-top: 1px dashed #b1acac;
    border-radius: 0;
    border-bottom: 1px dashed #b1acac;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .flight_deatils_dest .flight_deatils_dest_inner {
        flex-wrap: wrap;
    }

    .create_itm .create_btn {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .create_itm .create_btn {
        font-size: 14px;
    }
}

.flight_deatils_dest .flight_deatils_dest_inner .nav-pills {
    flex-wrap: unset;
    overflow-x: scroll;
    border-radius: unset;
    padding: unset;
    background: unset;
    box-shadow: unset;
}

.flight_deatils_dest .flight_deatils_dest_inner .nav-pills {
    width: 100%;
}

.flight_deatils_dest .flight_deatils_dest_inner .nav-pills .nav-item .nav-link.active {
    color: var(--primary);
    background-color: transparent;
    border-bottom: 2px solid var(--primary);
    border-radius: 0px;
}

.sort_by_box span {
    color: #0C5295;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 18px;
    padding-bottom: 5px;
}

.sort_by_box select {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    border: none;
    appearance: none;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-image: url('../img/arrow_icon.svg');
    background-size: 12px;
    background-position: calc(100% - 0px);
}

.sort_by_box select:focus {
    border: none;
    outline: none;
}

.tooltip_algn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--primary) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    justify-content: center;
}

.flight_deatils_dest .flight_deatils_dest_inner .nav-pills .nav-item .nav-link.active span {
    color: var(--primary) !important;
}

.flight_deatils_dest .flight_deatils_dest_inner .nav-pills .nav-item .nav-link {
    color: var(--primary);
    padding: 0 15px 10px;
}

.create_itm .create_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
    background: #0C5295;
    color: var(--white);
}

.flight_deatils {
    justify-content: center;
    display: flex;
}




/* flight deatils tab css end */
.tag_system {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag_green {
    background: var(--greenlight);
    padding: 5px 10px;
    border-radius: 15px;
    color: var(--green);
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    display: inline-flex;
    align-items: center;
}

.tag_red {
    background: var(--redlight);
    padding: 5px 10px;
    color: var(--red);
    font-size: 12px;
    font-weight: 400;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    height: 30px;
}

.tag_red img {
    margin-right: 5px;
    width: 8px;
}

.main_flight_box {
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 20px 20px 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #e7e7e7;
}



.main_flight_box .flight_destination_loc::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.flight_company h6 {
    font-size: 18px;
}

.main_flight_box .flight_destination_loc .flight_destination_loc_inner {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;



}

.p-stk_vv1 {
    position: sticky;
    top: 0;
    height: 100%;
}

.main_flight_box .flight_destination_loc .flight_destination_loc_inner .flight_company {
    flex: 0 0 25%;
}

.main_flight_box .flight_destination_loc .flight_destination_loc_inner .flight_company h6 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.main_flight_box .flight_destination_loc .flight_destination_loc_inner .flight_company img {
    border-radius: 15px;
    width: 70px;
    height: 70px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    align-items: center;
    display: flex !important;
}

.flight_root {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 50%;

}

.flight_root h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.flight_root h6 span {
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 400;
}

.flight_root .flight_root_item {
    display: flex;
    align-items: center;
    gap: 15px;

}

.flight_root .flight_root_item img {
    width: 18px;

}

.flight_root .flight_root_item span.border {
    border-bottom: 2px dashed var(--lightgrey) !important;
    display: inline-block;
    border-top: unset !important;
    border-left: unset !important;
    border-radius: unset !important;
    width: 200px;
}

.sp_root .sp_text {
    color: #565656;
    font-size: 14px;
    display: block;
    font-weight: 400;
    text-align: center;
}

.return_flight h6 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: end;
    line-height: 30px;
    margin: 0;
}

.return_flight h6 span {
    color: #919191;
    font-size: 18px;
    font-weight: 400;

}

.select_btn {
    position: relative;
    display: inline-block;
}

.select_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(0deg);
    width: 15px;
    height: 10px;
    background-image: url('../img/Down_Arrow_3.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.select_btn.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.select_btn.active {
    background: #0D89FF;

}

.select_btn {
    border-radius: 15px;
    background: #0C5295;
    background-size: 15px;
    padding: 10px 46px 13px 22px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    width: 129px;
}

.select_btn:hover {
    color: #fff;
}

.return_flight {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 0 0 25%;
    justify-content: end;
}


.book_btn {
    border-radius: 15px;
    background: #0C5295;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 23px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;

}

.book_btn:hover {
    color: #fff;
}

.flight_class_box {
    height: 0;
    transition: 0.3s;
}

.flight_class_box.active {
    height: 200px;

}

.flight_class_box.active::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.flight_class_box .fligth_cls_title h2 {
    color: #0C5295;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--lightgrey);
    display: inline-block;
    padding-bottom: 10px;


}

.flight_class_box {
    overflow: scroll;
}

.flight_class_box::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.flight_class_box .flight_cls_list {
    position: relative;
}

.flight_class_box .flight_cls_list:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    width: 1px;
    height: 100px;
    background-color: var(--lightgrey);
    transform: translateX(50%);
}

.flight_class_box .flight_cls_list span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
}

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

.flight_class_box .flight_cls_list ul li {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 24px;
}



.flight_class_box .flight_class_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.flight_class_box .flight_class_inner .bookin_price h6 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: end;
}

.flight_class_box .flight_class_inner .bookin_price span {
    color: #919191;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    text-align: end;
}

.offer_system {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--lightblue2);
    padding: 8px;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    top: auto;
    bottom: -38px;
}

.offer_system span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
    .offer_system {
        bottom: -59px;
    }

}

/* flight listing page css end  */



/* login_ modal css start */

.login_modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.login_modal .login_title h5 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
}

.login_modal .login_title p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.mail_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--lightblue);
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto 0;
    text-align: center;
    gap: 11px;
}

.login_filed {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}

.login_filed input {
    width: 100%;
    padding: 20px;
    border-radius: 7px;
    border: unset;
    background: var(--lightblue);
    margin: 0 auto;
    margin: 30px 0px;
}

.login_filed {
    position: relative;
}

.eye_icon {
    position: absolute;
    top: 50px;
    right: 10px;
}

.login_modal .modal-body {
    padding: 50px;
}

.login_modal .modal-content {
    border-radius: 15px;
}

.method_item {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 17px;
}

.method_item span:nth-child(1) {
    border-top: 1px solid #eee;
    width: 150px;

}

.method_item span:nth-child(2) {
    font-size: 15px;
    color: var(--darkgrey);
    white-space: nowrap;

}


.method_item span:nth-child(3) {
    border-top: 1px solid #eee;
    width: 150px;

}

.suggetion_login_icon {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.suggetion_login_icon img {
    width: 70px;
    max-width: 100%;
}

.bottom_text_modal {
    margin-top: 23px;
    text-align: center;

}

.bottom_text_modal span {
    font-size: 14px;
    color: var(--darkgrey);
}

/* login_ modal css end */
.login_sec span {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.bottom_text_modal span {
    display: block;
}

.member_sec {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-collapse {
    justify-content: end;
}

.member_sec img {
    width: 60px;
    height: 60px;
}

/* .member_sec span{
    font-size: 18px;
    color: var(--black);
}

.flight_bookinf_pg span{
    display: block;
}
.flight_bookinf_pg span a{
    color: var(--darkgrey);
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
} */

.pages_member h6 {
    font-size: 20px;
    color: var(--black);
    padding: 20px 10px 0;
}

.side_link span a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.pages_member h6 img {
    display: none;
}

.profle_sec .profile_title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.profle_sec .profile_form label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.profle_sec .profile_form .form_group input {
    padding: 16px 60px 16px 20px;
    border-radius: 10px;
    width: 100%;
    background: var(--lightblue);
    border: unset;
}

.profle_sec .profile_form .form_group {
    position: relative;
    margin-bottom: 30px;
}

.profle_sec .profile_form .form_group input:focus {
    border: none;
}

.profle_sec .profile_form .form_group .edit_icon {
    position: absolute;
    top: 52px;
    right: 20px;
}

.profle_sec .profile_form .form_group .edit_icon img {
    width: 25px;

}

.profle_sec .profile_form .profle_inner {
    margin-bottom: 30px;
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    border: 1px solid #00000017;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio {
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    display: inline-block;
    padding: 20px;
    width: 180px;
    height: 100px;
    text-align: center;
    border: 1px solid #00000017;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio input:checked~.checkmark {
    border: 1px solid var(--primary);
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: #e9f4ff;
    z-index: 1;
    position: absolute;
}

.profle_sec .profile_form .form_group select {
    width: 100%;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio:hover input~.checkmark {
    background: #e9f4ff;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio img {
    width: 30px;
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.profle_sec .profile_form .profle_inner .form_group .custom_radio .checkmark {
    border: none;
}

.align_item_all {
    display: flex;
    align-items: center;
    gap: 15px
}

.profle_sec .profile_form .profle_inner .suggetion_login_icon {
    justify-content: start;
}

.profle_sec .profile_form .profle_inner .suggetion_login_icon a {
    border-radius: 50px;
    background: var(--lightblue);
    padding: 15px 70px 15px 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: var(--darblue);
    font-weight: 600;
    font-size: 20px;
}


.profle_sec .profile_form .profle_inner .suggetion_login_icon a img {
    width: 50px;
}

.country_item label {
    display: block;
}

.country_item select {
    border: 1px solid var(--primary);
    width: 300px;
    max-width: 100%;
    appearance: none;
    background-image: url('../img/arrow_icon.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 10px);
    border-radius: 5px;
    padding: 15px;
}

.country_item select:focus {
    outline: none;
}





/* flight deatils page css start  */
.step_box_sec {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 25px 34px 10px;
    margin-top: 30px;
    position: relative;
}


.step_box_sec .progress {
    height: 10px;
    border-radius: 15px;
}

.drop_hed_new ul {

    display: none
}

.drop_hed_new button {
    background-color: #0c5295;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 23px;
    color: var(--white);
    transition: 0.5s;
    border: 1px solid var(--primary);
}

.progress-bar {
    background-color: var(--primary);
    color: var(--white);

}

.drop_hed_new button:hover {


    border: 1px solid var(--primary);
    /* background: var(--primary); */


}

.drop_hed_new button:focus {


    border: 1px solid var(--primary);
    background: var(--primary);


}

.drop_hed_new button:active {


    border: 1px solid var(--primary);
    background: var(--primary);

}

.drop_hed_new:hover>.dropdown-menu {
    display: block;
    top: 105%;
}

.dropdown-menu[data-bs-popper] {
    top: 105%;
}

.progress-bar {
    background-color: var(--primary);
    color: var(--white);

}

.drop_hed_new ul li a {
    padding: 12px;
    color: black;
    display: flex;

}

.country_flages ul {
    display: inline-grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 19px;
    padding: 20px 20px 20px;

}

.country_flages ul li img {
    width: 30px
}

.country_flages ul li {
    list-style: none;
    font-size: 14px;

}

.flag_model_vv1 .modal-dialog-centered {
    max-width: 700px;
}

.drop_hed_new ul {
    width: 100%;
}

.drop_hed_new ul li::after {
    display: none
}

.step_box_sec .step_count.active span {
    background-color: var(--primary);
    color: #fff;
}

.step_box_sec .step_count span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mediumgrey);
    color: var(--black);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 20px;
    font-weight: 700;
}

.step_box_sec .step_count {
    position: relative;
}

.step_box_sec .step_count h6 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
}

.step_box_sec .step_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step_box_sec .step_count.last_step span {
    left: auto;
    right: 0;
}

.profile_box_toggle {
    border: none;
    padding: 5px 20px 5px 7px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--lightblue);
    position: relative;
}

.profile_box_toggle img {
    width: 45px;
    height: 45px;
    border-radius: 20px;
}

.profile_box_toggle .drop_arrow_icon0 {
    width: 18px;
    height: 18px;
    filter: invert(1);
}


.profile_dropdwon {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 100px;
    transition: 0.5s;

    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.profile_dropdwon ul {
    display: block;
    line-height: 31px;
}

.profile_dropdwon.active {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.profile_dropdwon ul li:first-child::after {
    display: none;
}




/* flight deatils page css end  */






.custom_otp #otp-form {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.custom_otp #otp-form input {
    border: none;
    background-color: var(--lightblue);
    color: rgb(0, 0, 0);
    font-size: 32px;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 50px 0 15px;
    max-width: 70px;
    height: 60px;
    border: 1px solid var(--lightblue2);
    border-radius: 4px;
}

.custom_otp .main_btn {
    border: none;
    margin-bottom: 30px;
}

.custom_otp span {
    color: var(--darkgrey);
    font-size: 14px;
    font-weight: 400;
}

.custom_otp .main_btn:hover {
    border: 1px solid var(--primary);
}

.welcome_modal {
    text-align: center;
}

.welcome_modal h3 {
    font-size: 20px;
    font-weight: 600;
}

.main_box_white {
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 30px;
    border: 1px solid #00000014;
}

.trip_details_title h2 {
    color: var(--primary);
    font-size: 35px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
}

.change_flight {
    color: #0C5295;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    border-radius: 7px;
    background: #D9ECFF;
    padding: 5px;
    align-items: center;
    gap: 5px;
}

.change_flight img {
    width: 18px;
    height: 18px;
}

.total_price span+span {
    font-size: 24px;
    color: #0c5295;
    line-height: 1;
}

.tage_trip_box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0;

}

.tage_trip_box span {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    background: var(--primary);
    padding: 8px 20px;
    border-radius: 30px;
}

.tage_trip_box h6 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.rootbox .root_tripitem {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 0;
    position: relative;
}

.rootbox .root_tripitem:last-child {
    margin: 0;
}

.root_tripitem::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 90px;
    width: 3px;
    height: 46px;
    border-radius: 15px;
    background: #C0BEBE;
}

.root_tripitem.root_tripitem2::after {
    display: none;
}



.rootbox .root_tripitem span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.rootbox .root_tripitem span:first-child {
    flex: 0 0 10%;
    text-align: center;
}

.rootbox .root_tripitem span:last-child {
    flex: 0 0 90%;
}

.rootbox .root_tripitem .date_and_time {
    flex: 0 0 10%;
    text-align: center;
}

.rootbox.root_box_open.cart_inbox_open .date_and_time small {
    display: block;
}

.rootbox.root_box_open .date_and_time small {
    display: none;
    color: #0CA189;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.rootbox .root_return_tag .tripflight_img {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    flex: 0 0 10%;
}

.tripflight_status {
    padding: 10px;
    background-color: #DFFFFA;
}

.tripflight_status span {
    padding: 0 !important;
    background-color: unset;
}


.progress-bar.w-30 {
    width: 45% !important;
}

.rootbox .root_return_tag {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
    position: relative;
}

.rootbox .root_return_tag::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 83px;
    background-image: url('../img/return_icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: none;
}

.rootbox .root_return_tag span {
    border-radius: 5px;
    background: #DFFFFA;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.fix_size90 {
    margin: 13px 0 0 0;
}

.fix_size10 {
    flex: 0 0 10%;
    text-align: center;
}

.fix_size90 {
    flex: 0 0 90%;
}

.rootbox {
    border-radius: 15px;
    background: #D9ECFF;
    width: 100%;
    padding: 26px 20px;
    position: relative;
    margin-bottom: 20px;
}

/*.rootbox::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-image: url('../img/updown_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.rootbox::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
    background-image: url('../img/img_shape.svg');
    background-repeat: no-repeat;
    background-size: 91px;
    width: 100%;
    height: 100%;
    background-position: right;
}
*/
.bookin_price {
    text-align: right;
}

.rootclass_box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
}

.img_indigo {
    width: 25px;
    height: 25px;
    border-radius: 30px;
}

.root_box_open {
    position: relative;
}

.root_box_open .rootbox_inner::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 110px;
    border-radius: 30px;
    width: 3px;
    height: 38px;
    z-index: 999999;
    background-image: url('../img/dot_border9.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.rootbox.root_box_open .root_return_tag::after {
    top: 9px;
}

.rootbox.root_box_open.cart_inbox_open .root_return_tag::after {
    top: 18px;
}

.rootbox.root_box_open.cart_inbox_open::after {
    transform: translateY(-50%) rotate(180deg);
}

.root_box_open .rootbox_inner::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 110px;
    border-radius: 30px;
    width: 3px;
    height: 38px;
    z-index: 999999;
    background-image: url('../img/dot_border9.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    display: none;
}

.rootbox.root_box_open.cart_inbox_open .rootbox_inner::after {
    height: 130px;
}

.rootbox.root_box_open.cart_inbox_open .rootbox_inner::before {
    height: 167px;
    transform: rotate(180deg);

}

.rootbox.root_box_open.cart_inbox_open .root_cart_inbox {
    height: fit-content;

}

.rootbox.root_box_open .root_cart_inbox {
    height: 0;
    overflow: auto;
    transition: 0.3s;

}

.rootbox.root_box_open .root_cart_inbox::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.rootbox.root_box_open.cart_inbox_open .onClick_none {
    display: none;
}


.policy_box h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.policy_box span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 44px;
    display: flex;
    gap: 15px;
}

.ticket_policy::after {
    content: '';
    position: absolute;
    top: 30%;
    left: 46%;
    transform: translate(-50%);
    background: #D9D9D9;
    width: 1px;
    height: 77px;
}

.ticket_policy {
    display: flex;
    align-items: center;
    gap: 80px;
    border-radius: 15px;
    background: #FAFAFA;
    width: 700px;
    max-width: 100%;
    padding: 30px;
    position: relative;
}

@media screen and (max-width: 1150px) {
    .main_flight_box .flight_destination_loc .flight_destination_loc_inner .flight_company {
        flex: 0 0 21%;
    }

    .return_flight {

        flex: 0 0 14%;

    }
}

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

    .root_box_open .rootbox_inner::before {
        left: 100px;
    }

    .country_flages ul {
        display: inline-grid;
        grid-template-columns: repeat(2, 2fr);
        gap: 19px;
        padding: 20px 20px 20px;

    }

    .progress-bar.w-30 {
        width: 42% !important;
    }

    .p-stk_vv1 {
        position: relative;
    }

    .root_box_open .rootbox_inner::after {
        display: none
    }

    .root_box_open .rootbox_inner::before {
        display: none
    }

    .rootbox.root_box_open.cart_inbox_open .root_cart_inbox {
        height: 96px;
    }

    .rootbox .root_tripitem {
        display: flex;
        align-items: center;
        gap: 60px;
        margin: 0 0 15px;
        position: relative;
    }

    .rootbox .root_tripitem span:last-child {
        flex: 100%;
    }

    .root_box_open .rootbox_inner::after {
        left: 100px;
    }

    .rootbox .root_return_tag::after {
        left: 74px;

    }

    .form_group {
        flex: auto;
        width: 100%;
    }
}

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

    .root_box_open .rootbox_inner::before {
        left: 93px;
    }

    .flight_class_box.active {

        overflow-y: scroll;
    }

    .flight_class_box .flight_class_inner {

        width: 923px;
    }

    .main_flight_box .flight_destination_loc {
        overflow: scroll;
    }

    .main_flight_box .flight_destination_loc .flight_destination_loc_inner {

        width: 923px;


    }

    .root_box_open .rootbox_inner::after {
        left: 93px;
    }

    .rootbox .root_return_tag::after {
        left: 67px;

    }

    .ticket_policy {
        gap: 20px;
        width: 100%;
        padding: 20px;
        justify-content: space-between;
    }

    .ticket_policy::after {
        display: none;
    }

    .policy_box span {
        gap: 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .ticket_policy {
        flex-wrap: wrap;
    }

    .ticket_sec .ticket_title {
        justify-content: center !important;
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 25px;
    }
}

.issuing_time {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.pink_bg {
    border-radius: 15px;
    background: #FFEFEF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 15px;
}

.greenlg_bg {
    border-radius: 15px;
    background: #EDFEFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 15px;
}

.issuing_time .issuing_time_box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.issuing_time .issuing_time_box img {
    width: 57px;
}

.issuing_time .issuing_time_box .issuing_txt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.issuing_time .issuing_time_box .issuing_txt span {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}


.who_traveling_sec {
    margin-top: 25px;
}

.who_traveling_sec .traveling_title h2 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.who_traveling_sec .align_row {
    display: flex;
    justify-content: space-between;
}

.who_traveling_sec .traveling_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}


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

    .issuing_time {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .who_traveling_sec .align_row {
        justify-content: center;
        flex-wrap: wrap;
    }

    .traveling__form .form_filed {
        flex-wrap: wrap;
    }

    .traveling__form .form_filed .custom_filed {
        flex: 1 0 calc(50% - 10px) !important;
    }
}

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

    .who_traveling_sec .traveling_btn {
        flex-wrap: wrap;
        justify-content: center;

    }

    .traveling_btn .main_btn {
        width: 100%;
    }

    .issuing_time .issuing_time_box {

        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .traveling__form .form_filed .custom_filed {
        flex: 1 0 calc(100% - 10px) !important;
    }

}

.traveling__form .form_filed .custom_filed {
    flex: 0 0 calc(33% - 10px);

}

.form_filed .custom_filed select {
    border-radius: 10px;
    background: #F4F4F4;
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 15px;
    border: none;
    appearance: none;
    background-image: url('../img/grey_dropdown.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}


ul.arrow_point li {
    list-style: none;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;

}

ul.arrow_point li::after {
    content: '';
    background-image: url('../img/XMLID_1452_.svg');
    background-repeat: no-repeat;
    background-size: 18px;
    position: absolute;
    left: -28px;
    top: 7px;
    width: 18px;
    height: 9px;
}


.passenger_sec .passenger_title h5 {
    color: #0C5295;
    font-size: 20px;
    font-weight: 600;
}

.passenger_sec .item_passnger {
    margin-bottom: 15px;
}

.passenger_sec .item_passnger span {
    color: #0C5295;
    font-size: 16px;
    font-weight: 500;
}

.passenger_sec .item_passnger p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.passenger_sec .lugage_item {
    display: flex;
    align-items: center;
    gap: 10px;

}

.passenger_sec .lugage_item h6 {
    color: #0C5295;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.passenger_sec .lugage_item span {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.passenger_sec .lugage_item img {
    max-width: 100%;
}

.passenger_sec .passenger_inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.passenger_sec .passenger_inner .passenger_box {
    border-radius: 5px;
    border: 1px solid #ECECEC;
    background: #FFF;
    padding: 15px;
}

.additional_allowance {
    font-size: 14px;
}

.custom-select-container_box {
    position: relative;
    width: 350px;
    margin: 18px auto 0;
    max-width: 100%;
}

.custom-select-container_box .custom-select {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
}

.custom-select-container_box .selected-option {
    color: #fff;
}

.custom-select-container_box .options {
    display: none;
    position: absolute;
    color: #000;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select-container_box .custom-select9 {
    border-radius: 15px;
    background: #0C5295;
    padding: 15px 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    background-image: url('../img/Down_Arrow_3.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px);
}

.custom-select-container_box .custom-select9 .add_passenger {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.custom-select-container_box .option {
    padding: 10px;
    cursor: pointer;
}

.custom-select-container_box .option:hover {
    background-color: #f0f0f0;
}

.custom-select-container_box .custom-select9.open .options {
    display: block;
}

.contact_form_details5 {
    margin-top: 25px;
}

.contact_form_details5 .form_filed .custom_filed {
    flex: 1 0 calc(32% - 10px);
}

.contact_form_details5 .form_filed {
    flex-wrap: wrap;
}




/* return flight box css start  */

.main_return_box .diffrent_terminal {
    padding: 0 !important;
    color: #0CA189 !important;
}





/* return flight box css end  */


.ticket_sec .ticket_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ticket_sec .ticket_title h2 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.ticket_sec .top_tag_ticket span {
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 30px;
    display: inline-block;
}

.ticket_sec .top_tag_ticket span::after {
    border: 1px solid #eee;
}





.adult_box {
    position: relative;
}

.economy_slect_op select {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    appearance: none;
    border-radius: 3px;
    background: #0C5295;
    border: none;
    background-image: url('../img/White\ Dropdown.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    color: white;
}

.economy_slect_op select:focus {
    outline: none;
}

.main_banner_tab_inner.hotel_tab {
    margin-top: 15px;
}

.hotel_tab .tab_form .form_group input {
    width: 338px;
}

.adult_box .open_box.active {
    position: absolute;
    top: 60px;
    background: rgb(255, 255, 255);
    width: 340px;
    left: 50%;
    padding: 15px;
    border-radius: 5px;
    z-index: 5;
    transform: translate(-50%);
}

.adult_box .open_box span {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 11px;

}

.adult_box .adult_item_select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.adult_box .adult_item_select:last-child {
    border-bottom: none;
    padding: 10px 0px 0;
}

.adult_box .adult_item_select h6 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.open_box .m-auto.text-end .main_btn {
    margin-top: 15px;
}

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

.custom_in_dec .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom_in_dec .quantity__minus,
.custom_in_dec .quantity__plus {
    width: 28px;
    height: 28px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    border-radius: 60px !important;
    justify-content: center;
}



.custom_in_dec .quantity__minus {
    border-radius: 3px 0 0 3px;
}

.custom_in_dec .quantity__plus {
    border-radius: 0 3px 3px 0;
}

.custom_in_dec .quantity__input {
    width: 100px !important;
    height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1 !important;
}

.custom_in_dec .quantity__minus:link,
.custom_in_dec .quantity__plus:link {
    color: #8184a1;
}

.custom_in_dec .quantity__minus:visited,
.custom_in_dec .quantity__plus:visited {
    color: #fff;
}



.flight_booking_history {
    background-color: var(--lightblue);
    padding: 20px;
    border-radius: 15px;
    overflow: scroll;
}

.flight_booking_history table tr:last-child {
    border: none;
}

.flight_booking_title h2 {
    color: #0C5295;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.flight_booking_history {
    margin-bottom: 50px;
    overflow-x: scroll;
}

.flight_booking_history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
    background-color: #F5F5F5 !important;
}

.flight_booking_history::-webkit-scrollbar {
    height: 12px !important;
    /* Since it's horizontal */
    background-color: #F5F5F5 !important;
}

.flight_booking_history::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
    background-color: #0c5295 !important;
}


.flight_booking_history table tr td {
    padding: 15px 0;
    min-width: 250px;
}

.flight_booking_history::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.flight_booking_history table {
    margin-bottom: 0;
}

.flight_booking_history table .lst_child_tr th {
    border-bottom-width: 0px;
}

.flight_booking_history table .lst_child_tr td {
    border-bottom-width: 0px;
    padding: 15px 0px 0;
}

.complete {
    color: #0CA189;
}

.cancel {
    color: #ff3223;
}

@media screen and (max-width: 1100px) {}




.contact_information_sec .contact_form .form-group input {
    border-radius: 10px;
    background: #D9ECFF;
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
}

.contact_information_sec .contact_form .form-group textarea {
    border-radius: 10px;
    background: #D9ECFF;
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
}

.contact_information_sec .contact_form .form-group textarea:focus {
    outline: none;
}

.contact_information_sec .contact_form .form-group select {
    border-radius: 10px;
    background: #D9ECFF;
    width: 100%;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    appearance: none;
    background-image: url('../img/arrow_icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
}

.contact_information_sec .contact_form .form-group select:focus {
    outline: none;
}

.contact_information_sec .contact_form .form-group input:focus {
    outline: none;
    box-shadow: none;
}

.contact_title h2 {
    color: #0C5295;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}

.contact_information_sec .contact_form .form-group .iti.iti--allow-dropdown {
    width: 100%;
    display: block;
}

.contact_information_sec .contact_form .form-group .iti.iti--allow-dropdown input {
    padding: 15px 20px 15px 50px;
}


/* hotel listing page css start */

.map_sec {
    padding: 10px;
}

.map_box {
    position: relative;
    border-radius: 15px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    overflow: hidden;
}

.map_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
}

.map_sec .map_btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}

.map_sec {
    position: relative;
}

.title_price {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.budget_prrice {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    background: #EAF4FF;
}

.price_range_slider .budget_prrice.field input {
    background-color: transparent;
}

.budget_sec {
    position: relative;
    padding-bottom: 30px;
}

.budget_sec .sidebar_title h3 {

    margin-bottom: 15px;
}

.budget_sec .price_range_slider .field {
    position: absolute;
    bottom: -8px;
    top: auto;
}

.rating_sec .rating_box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}



.rating_sec .rating_box span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    background: #0C5295;
    padding: 5px 12px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.rating_sec .rating_box .newcustom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    background-color: #eee;
}

.rating_sec .rating_box .newcustom_checkbox {
    padding: 0px;
    width: 43px;
    height: 30px;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    color: #000;
}

.rating_check {
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.rating_sec .rating_box .newcustom_checkbox .checkmark:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c5295;
    border: 1px solid #0c5295;
    border-width: 0 3px 3px 0 unset;
    -webkit-transform: rotate(45deg) unset;
    -ms-transform: unset;
    transform: unset;
}

.rating_sec .rating_box .newcustom_checkbox input:checked~.checkmark+span {
    color: #fff;
}

.recently_reiview_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
}

.recently_reiview_sec:last-child .recently_reiview_box {
    border-bottom: none;
}

.recently_reiview_box .recently_reiview_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.recently_reiview_sec h5 {
    color: #0C5295;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.recently_reiview_box h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.review_item9 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review_item9 h6 {
    color: #0C5295;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}

.review_item9 span {
    border-radius: 15px;
    background: #0C5295;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 15px;
}

.propertiest_sec {
    display: block;
    align-items: center;
    gap: 15px;
    justify-content: left;
    margin-bottom: 25px;
}

.room_facility_nev_vv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
}

img#setImageAmi {
    height: 15px !important;
    width: 15px !important;
    object-fit: cover;
}

.propertiest_sec h4 {
    flex: 0 0 calc(18% - 15px);
    font-size: 14px;
    margin: 0;
    margin: 0;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}

.properties_inner.flex_47 {
    width: 40%;
}

.propertiest_sec .properties_inner .select_box {
    width: 100%;
}

/* .propertiest_sec .properties_inner{
    flex: 0 0 calc(41% - 15px);
} */

.flex_35 {
    flex: 0 0 calc(42%);
}

.flex_47 {
    flex: 0 0 calc(40% - 15px);
}

.propertiest_sec .properties_inner select {
    border: none;
    padding: 15px 40px 15px 0;
    appearance: none;
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    background-image: url('../img/Down_Arrowblc.svg');
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 100%;
}

.propertiest_sec .properties_inner select option {
    padding: 15px;
}

.propertiest_sec .properties_inner .select_box .select_item {

    width: 100%;

}

.propertiest_sec .properties_inner select:focus {
    outline: none;
}

.propertiest_sec .properties_inner .select_box span {
    white-space: nowrap;
    color: #494949;

    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.propertiest_sec .properties_inner .select_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(130, 130, 130, 0.25);
    overflow: hidden;
    width: 100%;
}



.hotel_content_box .hotel_title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    /* max-width: 248px; */
    overflow-wrap: break-word;
}

.hotel_title .rating_box2 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFC107;
    font-weight: 600;
}

.hotel_title .rating_box2 img {
    height: 18px;
}

.review-score {
    background: #003580;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.review-score span {
    font-size: 16px;
    display: block;
}

.review-text {
    color: #006CE4;
    font-weight: 600;
    margin-left: 8px;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    background: #e9e9e973;
}

.fl_bx_vv2 .main_btn {
    padding: 10px;
    font-size: 13px;
}

.fl_bx_vv2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel_content_box .hotel_title.align_row {

    flex: 0 0 calc(50% - 15px);
    align-items: flex-start;
}


.rating_box2 {
    /* background: #0C5295; */
    padding: 2px 12px;
    border-radius: 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.align_row {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}


.hotel_listing_sec .hotel_listing_inner {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.hotel_listing_inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.hotel_img {
    position: relative;
    height: 100%;
}

.hotel_img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    /* margin: 20px 10px; */
    padding: 5px auto;

}

.card-head {
    display: flex;
    justify-content: space-between;
}

.hotel_content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hotel_rrv {
    display: flex;
    align-items: end !important;
    justify-content: space-between;
    width: 100%;
}

.reviw_box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    justify-content: end;
}

.reviw_box span {
    background-color: #0C5295;
    padding: 3px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.hotel_content_box .hotel_title.align_row {
    margin-bottom: 10px !important;
}

.reviw_box h5 {
    color: #0C5295;
    font-size: 17px;
    font-weight: 600;
    margin: 1px 0 0px;
}

.reviw_box p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}



.review_text span {
    color: #0C5295;
    font-size: 10px;
    font-weight: 400;
    border-radius: 15px;
    border: 1px solid #0C5295;
    padding: 10px;
    border-radius: 30px;
    white-space: nowrap;
}

.hotel_loc {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin: 12px 0; */
    color: #006CE4;
    font-size: 15px;
}

.hotel_loc img {
    width: 20px;
    height: 20px;
}

.hotel_loc a {
    color: #006CE4;
    text-decoration: underline;
}

.hotel_loc .hotel_loc_address span {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.hotel_loc .hotel_loc_address a {
    color: #0082FF;
    font-size: 15px;
    font-weight: 400;
}

.room-type {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    /* margin: 16px 0 8px; */
}

.amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 2px 0;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}

.amenity-item img {
    height: 20px;
    width: 20px;
}

.price-section {
    text-align: right;
    /* margin-top: 20px; */
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.discounted-price {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 1px 0;
}

.total-price {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;
}

.check-availability-btn {
    background: #0c5295;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.3s;

}

.check-availability-btn:hover {
    background: white;
    color: #0c5295;
    border: 1px solid #0c5295;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;

    gap: 6px;
}

.check-availability-btn img {
    height: 16px;
    filter: brightness(0) invert(1);
}

.trip-best-badge {
    color: #E67300;
    font-size: 14px;
    margin-top: 8px;
}

.green_tag {
    border-radius: 5px;
    background: #DFFFFA;
    color: #0CA189;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.red_tag {
    color: #FC0005;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 10px;
    background: #FFF0F0;
}

.hotel_listing_sec {
    position: relative;
}




.room_facility {
    margin-top: 12px;
}

.room_facility h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.price_hotel_booking {

    text-align: end;
}

.hotel_rrv .main_btn {
    margin-top: 0;
    padding: 8px 15px;
    font-size: 14px;
}

.price_hotel_booking h3 {
    color: #000;
    font-size: 27px;
    font-weight: 700;

}

.price_hotel_booking h6 {
    color: #848484;
    font-size: 20px;
    font-weight: 400;
    text-decoration-line: line-through;
}

.price_hotel_booking {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.filter_open_sidebar img {
    display: none;
}

#toggle_btndd1 {
    position: absolute;
    right: 1px;
    top: -10px;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #0c5295;
    color: white;
    display: none;
}

.currenc_nvvbtn img {
    width: 33px;
    height: 33px;
    object-fit: cover;
    border-radius: 100px;
    border: 0;

}

button.currenc_nvvbtn {
    border: 0;
    background: transparent;
    color: #0c5295;

    gap: 5px;
    display: flex;
}

.currenc_nvvbtn1 {
    border: 1px solid #0c5295;
    padding: 0px 20px;
    border-radius: 15px;
    background: #0c52950d;
    color: #0c5295;
}

#close_btndd1 {
    position: absolute;
    right: 30px;
    top: 10px;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #0c5295;
    color: white;
    display: none;
}

.ner_vvicc1.eye_icon {
    position: absolute;
    top: 55px;
    right: 75px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

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

    .hotel_tab .tab_form .form_group input {
        width: 288px;
    }

    .rating_box2 {
        font-size: 14px;
    }

    .hotel_content_box .hotel_title h2 {
        font-size: 20px;
    }

    .hotel_loc .hotel_loc_address span {

        font-size: 13px;
    }
}

@media screen and (max-width: 1150px) {
    .filter_open_sidebar img {
        display: block;
    }

    #toggle_btndd1 {
        display: block;
    }

    #close_btndd1 {
        display: block;
    }

    .activesidemybb .sidebar_sec {
        height: 100%;
    }

    .toggvv1 {
        position: fixed;
        left: -300%;
        top: 0;
        border-radius: 0;
        transition: 0.5s;
        z-index: 9999;
        height: 100vh;
        overflow-y: scroll;
        padding: 0;
    }

    .activesidemybb {
        left: 0%;
    }


    .sidebar_sec.active {
        left: 0px;
    }

    .wt_100 {
        width: 100%;
    }
}

.hotel_content {
    position: relative;
}

.hotel_content .hotel_content_box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0px;

}

.right_content {
    flex: 0 0 calc(45% - 15px);
}

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


    .hotel_img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .propertiest_sec {
        flex-wrap: wrap;
    }

    .propertiest_sec h4 {
        flex: 100%;
        text-align: center;
        font-size: 20px;
    }

    .flex_47 {
        flex: 100%;
    }

    .flex_35 {
        flex: 100%;
    }
}

/* hotel listing page css end */


/* hotel details page css start */

.main_hotel_title a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.title_hotel {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.hotel_details a.main_btn {
    gap: 10px;
    padding: 10px 11px;
}


.price_txt {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    text-decoration-line: line-through;
    text-transform: capitalize;
}

.price_match {
    color: #000;
    text-align: right;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.hotel_details .hotel_details_price {
    border-radius: 15px;
    background: #D9ECFF;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_hotel_details h5 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    align-items: center;
}

.free_item_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;

}

.free_item_text span {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.free_item_text span:last-child {
    color: #0CA189;

}

.pay_price .coin_box {
    margin: auto;
    text-align: end;
}

.pay_price .coin_box span {
    color: #FF9500;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    border-radius: 3px;
    background: #FFF0E5;
    display: inline-flex;
    justify-content: end;

}


/* hotel details page css end */


.hot_li_h11>a {

    padding: 10px 12px;
    background-color: #0C5295;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_li_h11>a>img {
    width: 12px;
}

.hot_li_h11 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hot_li_h11>h3 {
    margin-bottom: 0;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.hot_del_bx1 {
    border-radius: 15px;
    background: #f0f0f0c7;
    padding: 15px 30px;
    margin-top: 39px;
    border: 1px solid #dfdfdf;
}

.hot_del_bx1 .reviw_box {
    display: block;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;

}

.hot_del_bx1 .reviw_box span {
    padding: 12px 22px;
    border-radius: 8px;
}

.hot_del_bx1_innr>.hding_1 {
    gap: 7px;
}

.hot_del_bx1 .reviw_box h5 {
    color: #0C5295;
    font-size: 18px;
    font-weight: 600;
}

.hot_del_bx1_innr>.hding_1>h4 {
    font-size: 32px;
}

.hot_del_bx1_innr>.hding_1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hot_del_bx1_innr>.hding_1>span {
    display: flex;
    align-items: center;
    background-color: #0C5295;
    padding: 8px 16px;
    border-radius: 100px;
    gap: 7px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.lable_vvn {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.hot_del_bx1_innr>.hding_1>span:last-child {
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;

}

.hot_del_bx1_innr>.hding_1>h4 {
    color: #000;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}



.icons_lc {
    padding: 10px 10px;
    background-color: #0C5295;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loc_bx {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 0;
}

.loc_bx>.content>span {
    color: #666;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: flex;
}

.loc_bx>.content>a {
    color: #0082FF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hot_det_pric_bx {
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 12px;
    flex-direction: column;
}

.hot_det_pric_bx>.bx_1>span {
    color: #666;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
    text-transform: capitalize;
    text-decoration: line-through;
}

.hot_det_pric_bx>.bx_2>h4 {
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
    text-align: end;
}

.hot_det_pric_bx>.bx_2>span {
    color: #000;
    text-align: right;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 4px;
}

.hot_det_image_area>.img_bx_1 {
    width: calc(50% - 6px);
    height: 450px;
}

.hot_det_image_area>.img_bx_1 .swiper-slide {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.hot_det_image_area>.img_bx_1 .swiper-slide>img {
    width: 100%;
    border-radius: 19px;
    height: 100%;
    object-fit: cover;
    height: 448px;
}

.hot_det_image_area>.img_bx_1 swiper-slide img {
    width: 100%;
    border-radius: 30px;
    height: 100%;

}



.hot_det_image_area {
    margin-top: 28px;
}


.hot_det_image_area {
    display: flex;
    gap: 10px;
    padding: 10px 10px 0;
}

.img_bx_2 {
    width: 33%;
    height: 450px;
    display: inline-block;
    gap: 15px;
}

.img_bx_2>img {
    width: 100%;
}

.img_bx_2>.img__1 {
    height: 67%;
    object-fit: cover;
    border-radius: 19px;
}

.img_bx_2>.img__2 {
    margin-top: 12px;
    height: 30%;
    object-fit: cover;
    border-radius: 19px;
}

.img_bx_3>.img__1 {
    height: 30%;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;

}

.img_bx_3>.img__2 {
    margin-top: 12px;
    height: 67%;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}

.img_bx_3 {
    width: 30%;
    height: 450px;
    display: inline-block;
    gap: 15px;
}

.bx_shdo {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding-bottom: 37px;
}

.multi_city_group {
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    --primary: #0C5295;
    color: #0C5295 !important;
}

.hot_det_image_area .swiper-pagination {
    justify-content: end !important;
    display: flex !important;
    padding-right: 22px;
    bottom: 29px !important;
}

.hot_det_image_area .swiper-pagination-bullet {

    width: 36.99px;
    height: 10px;
    border-radius: 30px;
    background-color: #D9D9D9;
    opacity: 1;
}

.hot_det_image_area .swiper-pagination-bullet-active {
    background-color: #0C5295;
}

.heligh_bx_1 {
    height: 168px;
    background-color: #D9ECFF;
    border-radius: 30px;
    display: flex;
    position: relative;
    padding: 15px;
}

.heligh_bx_1::before {
    content: '';
    position: absolute;
    background: url(../img/shape_000.svg);
    height: 106px;
    width: 268px;
    background-repeat: no-repeat;
    background-size: 268px;
    top: -1px;
    left: -16px;
}

.flight_company h6 {
    font-size: 17px !important;
}

.heligh_bx_1>h5 {
    position: relative;
    z-index: 2;
    color: #000;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    width: 25%;

}

.hot_det_det_bx {
    margin-top: 30px;
}

.hot_det_det_bx_inner>.bx_hg {
    background-color: white;
    padding: 15px 19px;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    text-align: center;
    flex: 1 0 calc(25% - 13px);
}

.hot_det_det_bx_inner>.bx_hg>span {
    width: 63px;
    height: 63px;
    background-color: #ECECEC;
    display: flex;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hot_det_det_bx_inner>.bx_hg>span>img {
    width: 40px;
    height: 40px;
}

.hot_det_det_bx_inner>.bx_hg>h5 {
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 11px;
    margin-bottom: 0;
    width: 107px;
}

.hot_det_det_bx_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
}

.container_m {
    max-width: 1594px;
    margin: auto;
}

.amet_bx>h5 {
    color: #0C5295;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

.amet_bx>h5>.sp_mn {
    border-radius: 5px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    gap: 10px;
    padding: 10px 13px;
}

.amet_bx>h5>.sp_mn>span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.amet_bx {
    margin-top: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 25px;
}

.in_bx>span {

    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D9ECFF;
    border-radius: 5px;
}

.in_bx>span>img {
    width: 20px;
    height: 20px;
}

.in_bx {
    display: flex;
    align-items: center;
    gap: 9px;

}

.in_bx>h5 {
    color: #0C5295;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
}

.amet_bx_inner {
    gap: 30px;
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    /* margin-top: 13px;
    display: inline-grid
;
    grid-template-columns: repeat(5, 2fr); */

}

.blue_btnv {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background-color: #0C5295;
    padding: 9px 19px;
    border-radius: 50px;
    display: flex;
    width: fit-content;
    margin-top: 36px;
}

.blue_btnv:hover {
    color: white;
}

.amet_bx>p {
    color: #525252;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    text-transform: capitalize;
}

.hot_hg_nbx_mn {
    margin-top: 30px;
}

.hot_hg_nbx>.bx_1>h4>span {
    border-radius: 15px;
    background: #0C5295;
    display: flex;
    width: fit-content;
    padding: 3px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.hot_hg_nbx>.bx_1>h4 {
    display: flex;
    align-items: center;
    color: #0C5295;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 10px;
}

.hot_hg_nbx>.bx_1>.spp1 {

    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-top: 20px;

}

.hot_hg_nbx>.bx_1>a {
    color: #0082FF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    display: flex;

}

.border_11 {
    height: 1px;
    background-color: #D9D9D9;
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.hot_hg_nbx>.bx_1 h5>.icons_lc {
    padding: 5px 7px;
    background-color: #0C5295;
    border-radius: 100px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_hg_nbx>.bx_1 h5>.icons_lc>svg {
    width: 16px;
}

.hot_hg_nbx>.bx_1 h5 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hot_hg_nbx>.bx_1>ul {
    padding-left: 0;
    margin-top: 24px;
}

.hot_hg_nbx>.bx_1>ul>li {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.hot_hg_nbx>.bx_1>ul>li>span {
    width: 32px;
    height: 32px;
    background-color: #D9ECFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_mp {
    border-radius: 30px;
    background: #D9ECFF;
    color: #0C5295 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    padding: 9px 18px;
}

.saving_bx {
    display: flex;
    align-items: start;
    gap: 10px;
}

.saving_bx>.content>h5 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    /* 140% */
    text-transform: capitalize;
}

.saving_bx>.content>h5>span {
    color: #0C5295 !important;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
}

.saving_bx>.content>a {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 10px;
    background: #0C5295;
    display: flex;
    width: fit-content;
    padding: 12px 32px;
}

.saving_bx {
    padding: 30px 0;
    margin-top: 26px;
}

.dr_full_bx>h4 {
    color: #0C5295;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.dr_full_bx_innner>.imge>img {
    width: 100%;
}

.zomm_view {
    width: 115px;

    position: absolute;
    right: 15px;
    bottom: 15px;

}

.zomm_view>img {
    width: 100%;
    height: 92px;
    border-radius: 5px;
    border: 1px solid #FFF;
    margin-top: 10px;
}

.dr_full_bx_innner>.imge {
    position: relative;
    height: 325px;
}

.zoomer>img {
    width: 100%;
    height: 100%;
    height: 92px;
    border-radius: 5px;
    border: 1px solid #FFF;
    margin-top: 10px;
}

.zoomer {
    position: relative;
}

.zoomer>a {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.476);
    align-items: center;
    justify-content: center;
}


.dr_full_bx_innner>.imge>.im_mn {
    height: 325px;

}

.dr_full_bx_innner>.content>h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.dr_full_bx_innner>.content>h4>span {
    border-radius: 5px;
    background: #FFF;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr_full_bx_innner {
    border-radius: 15px;
    background: #D9ECFF;
    overflow: hidden;

    height: 100%;
}

.dr_full_bx_innner>.content {
    padding: 30px 31px;
}

.dr_full_bx_innner>.content>ul>li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dr_full_bx_innner>.content>ul {
    padding-left: 0;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.dr_full_bx_innner>.content>ul>li>span {
    color: #5B5B5B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.dr_full_bx_innner .blue_btnv {
    margin-top: 0px;
}


.detl_det_full_bx {
    border-radius: 15px;
    background: #D9ECFF;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.detl_det_full_bx_inner {
    border-radius: 15px;
    background: rgba(245, 245, 245, 0.50);
    border: 1px solid #0C5295;
    height: 100%;
    overflow: hidden;
}

.detl_det_full_bx_inner thead {
    background-color: white;
}

.detl_det_full_bx_inner thead>tr>th {
    padding: 15px 14px;
    text-align: center;
}

.detl_det_full_bx_inner thead>tr>th:first-child {
    border-radius: 15px 0 0 15px;
}

.detl_det_full_bx_inner thead>tr>th:last-child {
    border-radius: 0 15px 15px 0;
}

.detl_det_full_bx_inner thead>tr>th {
    border-right: 1px solid #0C5295;
}



.detl_det_full_bx_inner {
    position: relative;
}

.detl_det_full_bx_inner:after {
    content: '';
    background: #0C5295;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 50%;
}

@media screen and (max-width: 992px) {
    .detl_det_full_bx:after {
        display: none;
    }
}

.choose_bx>h5 {
    border-radius: 4px;
    background: #ED2124;
    padding: 4px 9px;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    width: fit-content;
    position: relative;
    margin: 15px 15px 0;
}

.choose_bx>h5::before {
    position: absolute;
    right: -13px;
    background: url(../img/v_images/icons/chhs_icn.svg);
    content: '';
    width: 65px;
    height: 26px;
    z-index: 1;
    top: 0;

}

.choose_bx>h5>span {
    z-index: 2;
    position: relative;
}

.choose_bx>ul {
    padding-left: 0;
    margin-top: 13px;
}

.choose_bx>ul>li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0C5295;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.choose_bx>ul>li>img {
    width: 30px;
    height: 30px;
}

.detl_det_full_bx_inner tbody>tr>th {

    padding: 0;
}

.detl_det_full_bx_inner tbody>tr>td {

    padding-left: 0;
}

.tbl_us_icn {
    padding-top: 41px;
}

.detl_det_full_bx_inner tbody>tr>th .choose_bx {
    border-right: 1px solid #0C5295;
    margin-top: -1px;
    padding-top: 8px;

}

.detl_det_full_bx_inner tbody>tr>td .choose_bx {
    border-right: 1px solid #0C5295;
    margin-top: -15px;


}

.head_con {
    background-color: white;
    padding: 18px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 20px 0 0 20px;
}

.br_rg_v {
    border-right: 1px solid #0C5295;
    padding-right: 0;
}

.boder_nn .head_con {
    border-radius: 0 !important;
}



.choose_bx>ul.tbl_us_icn>li {
    justify-content: center;
}

.boder_nnlf>.head_con {
    border-radius: 0 20px 20px 0 !important;
}

.price_bx_td {
    padding: 12px;
}

.price_bx_td>h5 {
    color: #000;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price_bx_td>.inn {
    display: flex;
    align-items: center;
}

.price_bx_td>.inn>.bx_1>span {
    color: #848484;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
    text-decoration: line-through;
}

.price_bx_td>.inn>.bx_1>h4 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    line-height: normal;
}

.price_bx_td>.inn {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.price_bx_td>.inn>.bx_2>span {
    color: #626262;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price_bx_td>.inn>.bx_1 {
    position: relative;
}

/*.price_bx_td>.inn>.bx_1::before {
    content: '';
    height: 50px;
    width: 1px;
    background-color: #D9D9D9;
    right: -20px;
    top: 0;
    position: absolute;
}
*/

.price_bx_td>h3 {
    color: #0C5295;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 13px;
    white-space: nowrap;
}

.price_bx_td>button {
    border-radius: 5px;
    background: #0C5295;
    color: white;
    border: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 85px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.price_bx_td>button a {
    color: #fff;
}

.border_nnn1 {
    border-bottom: 1px solid #0C5295;
    position: relative;

}

.border_nnn1::before {
    content: '';
    position: absolute;
    top: 55%;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
}

.border_nnn1::after {
    content: '';
    position: absolute;
    top: 75%;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
}


.border_nnn2 {
    position: relative;
}

.border_nnn2::before {
    content: '';
    position: absolute;
    top: 44%;
    height: 1px;
    width: 58.15%;
    background-color: #D9D9D9;
}

.border_nnn2::after {
    content: '';
    position: absolute;
    top: 69%;
    height: 1px;
    width: 58.15%;
    background-color: #D9D9D9;
}

.gust_rev_area {
    padding: 15px 0;
}

.gust_rev_area_inner>h4 {
    color: #0C5295;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.gust_rev_inn2_in1>.box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gust_rev_inn2_in1>.box>span {
    background-color: #0C5295;
    border-radius: 25px;
    padding: 5px 16px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.gust_rev_inn2_in1>.box>.content>h5 {
    color: #0C5295;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.gust_rev_inn2_in1>.box>.content>p {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gust_rev_inn2_in1>.box1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.gust_rev_inn2_in1>.box1>h5 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
}

.gust_rev_area_inner_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review_view_nu {
    width: 100%;
    max-width: 70%;
    border-radius: 10px;
    background: #D9ECFF;
    padding: 40px 33px;
}

.review_view_nu>.box {
    width: 100%;
    max-width: 47%;
}

.review_view_nu>.box>.content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.review_view_nu>.box>.content>span {
    color: #0C5295;
    font-size: 16px;
    font-weight: 600;
}


.review_view_nu>.box .progress {
    border-radius: 20px;
    height: 5px;
    background: #D9D9D9;

}

.review_view_nu>.box .progress>.progress-bar {
    border-radius: 15px;
    background: #0C5295;


}


.review_view_nu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.gust_rev_inn2_in1 {
    position: relative;
}

.gust_rev_inn2_in1::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    background: #000;
    right: -20%;
    top: 0;
}



.most_mentend_area_inner>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
}

.most_mentend_area_inner>ul>li {
    list-style: none;
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    background: #D9ECFF;
    display: flex;
    height: 26px;
    padding: 5px 11px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.guest_slider {
    border-radius: 15px;
    background: #D9ECFF;
    padding: 30px;
}

.guest_slider_bx {
    border-radius: 15px;
    background: #FFF;
    padding: 18px 20px;
}

.guest_slider_bx>.head_gust>.content>h5 {
    color: #0C5295;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
}

.guest_slider_bx>.head_gust>.content>p {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.guest_slider_bx>.head_gust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.guest_slider_bx>.p1 {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 160% */
}

.service_amen_area_inner {
    border-radius: 15px;
    border: 1px solid #D9ECFF;
    background: #FFF;
    padding: 25px;
    margin-top: 20px;
}

/*.most_mentend_area {
    padding: 0 0 0px;
}*/

.service_amen_area_inner_1>.box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service_amen_area_inner_1>.box>h5 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.service_amen_area_inner_1 .in_bx {

    width: 228px;
}

.service_amen_area_inner_1 .amet_bx_inner {
    gap: 26px;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.service_box_inn {
    border: 1px solid #d9ecff;
    border-radius: 21px;
    padding: 18px;
}

.service_box_inn>img {
    width: 100%;
}

.service_box_inn>.content>.content_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_box_inn>.content {
    padding: 15px 0;
}

.service_box_inn>.content>.content_inner>h5 {
    color: #0C5295;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.service_box_inn>.content>button {
    border-radius: 5px;
    background: #D9ECFF;
    width: 103px;
    border: 0;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 5px;

}

.service_box_inn>.content>button>span {
    color: #696969;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.more_ame_area {
    display: flex;
    align-items: center;
    color: #0C5295;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    gap: 17px;
    margin-top: 40px;
}


.more_ame_area_inner>.heade_more>span {
    border-radius: 5px;
    background: #D9ECFF;
    width: 27px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_ame_area_inner>.heade_more {
    display: flex;
    gap: 6px;
    color: #0C5295;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.more_ame_area_inner {
    margin-top: 50px;

}

.more_ame_area_inner>ul {
    padding-left: 0px;
    margin-top: 15px;
}

.more_ame_area_inner>ul>li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.property_poli_inner {
    border-radius: 15px;
    border: 1px solid #D9ECFF;
    background: #FFF;
    padding: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.gust_rev_area_inner_1>.box_1 {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 10px 20px;
    width: fit-content;
}

.gust_rev_area_inner_1>.box_1>h3 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.gust_rev_area_inner_1>.box_1>.bx_inner>.bx_inner1>h4 {
    display: flex;
    color: #000;
    font-family: Inter;
    align-items: center;
    font-size: 20px;
    padding-bottom: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    gap: 130px;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.gust_rev_area_inner_1>.box_1>.bx_inner>.bx_inner1>h4 :last-child {
    border-bottom: none;
}

.gust_rev_area_inner_1>.box_1>.bx_inner>.bx_inner1>h4>span {
    color: #0C5295;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;

}

.gust_rev_area_inner_1>.box_1>.bx_inner>p {
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.gust_rev_area_inner_1>.box_1>.bx_inner>.bx_inner1 {
    display: block;

}

/*.gust_rev_area_inner_1>.box_1>.bx_inner>.bx_inner1>h4:first-child::before {
    position: absolute;
    right: -6px;
    content: '';
    background-color: #D9D9D9;
    width: 2px;
    height: 100%;
}*/

.gust_rev_area_inner_1>.box_2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mt_-48 {
    margin-top: -48px;
}

.payment_hotel {
    width: 30%;
    margin-bottom: 40px;
}

.second_step span {
    right: 0;
    left: auto !important;
}

.third_step span {
    right: 0;
    left: auto !important;
}

.booking_hotel {
    margin-bottom: 30px;
}

.hotel_booking_img {
    height: 100%;
}

.login_modal .main_btn {
    margin-bottom: 0 !important;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 10px 81px !important;
}

.welcome_modal h3 {
    margin-bottom: 28px;
}

.d_ppkvv1dd {
    overflow: hidden;
}

.date_picker::after {
    display: none;
}

.d_ppkvv1dd input:nth-child(2) {
    border-left: 1px solid #0C5295;
}

.price_details_box {
    border: 1px solid #00000008;
}

.hotel_booking_img img {
    width: 100%;
    height: 277px;
    border-radius: 20px;
}

.main_white_box {
    border: 1px solid #00000017;
}

.booking_hotel {
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 20px;
    border: 1px solid #00000017;
}

.amenrties_item {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.amenrties_item span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0C5295;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.non_refundable {
    border-bottom: 1px solid var(--lightgrey);
}

.non_refundable h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.non_refundable h6 span {
    border-bottom: 1px dashed #000;
}

.room_selectsc {
    display: inline-flex;
    gap: 10px;
    margin: 20px 0 0;
    width: 100%;
    flex-wrap: wrap;
}

.room_selectsc .room_date {
    position: relative;
    flex: 0 0 calc(50% - 5px);
}

.room_selectsc .room_date input {
    border-radius: 5px;
    border: none;
    padding: 7px;
    width: 100%;
}

.room_selectsc .room_date input:nth-child(2) {
    padding-left: 38px !important;
    margin-bottom: 10px
}

.room_selectsc .room_date .date_icon {
    position: absolute;
    top: 6px;
    left: 10px;
}

.room_person {
    flex: 0 0 calc(50% - 5px);
}

.room_person select {
    border-radius: 5px;
    border: 1px solid #0C5295;
    padding: 7px;
    background-image: url('../img/Down_Arrowblc.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    appearance: none;
    width: 100%;
}

.special_offers {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.special_offers span {
    color: #0CA189;
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 5px;
    background: #DFFFFA;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.register__item {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.register__item .register_txt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.register__item .register_txt h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
}

.gauest_add {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
    gap: 15px;

}

.gauest_add a {
    border-radius: 40px;
    background: #D9ECFF;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: #0C5295;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}


.register_form_sc {
    margin-bottom: 25px;
    position: relative;
}

.form_filed {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.form_filed .custom_filed {
    flex: 0 0 calc(48% - 10px);
}

.iti.iti--allow-dropdown {
    display: block;
}

.add_filed {
    flex: 0 0 1%;
}

.form_filed .custom_filed input {
    border-radius: 10px;
    background: #F4F4F4;
    color: #5B5B5B;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 12px 15px;
    border: none;
}

.form_title {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.title_guest {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 8px;
}

.speial_req_sec .speial_req_text h6 {
    font-size: 30px;
    font-weight: 600;
    color: #0C5295;
    text-transform: capitalize;
}

.speial_req_sec .speial_req_text h6 span {
    font-size: 18px;
    font-weight: 400;
    color: #0C5295;
}

.speial_req_sec .speial_req_text span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.other_req span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 15px 0 10px;
}

.bed_req {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.bed_req label {
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.other_req textarea {
    border-radius: 10px;
    border: 1px solid #C0BEBE;
    width: 100%;
}

.other_req textarea:focus {
    outline: none;
}


.Booking_code h4 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.Booking_code span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.use_promocode {
    position: relative;
}

.use_promocode a {
    position: absolute;
    top: 5px;
    right: 5px;
}

.use_promocode input {
    border-radius: 10px;
    padding: 16px;
    background: #D9ECFF;
    width: 100%;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border: none
}

.use_promocode input:focus-visible {
    outline: none;
    border: none
}

.gap_25 {
    margin-bottom: 25px;
}

.choose_card img {
    max-width: 100%;
}

.choose_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.choose_card label {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.choose_card .newcustom_checkbox .checkmark {
    top: 3px;
}

.blue_custome_field {
    margin-bottom: 20px;
}

.blue_custome_field input {
    border-radius: 10px;
    background: #D9ECFF;
    width: 100%;
    border: none;
    padding: 18px 18px 18px 60px;
}

.blue_custome_field label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.common_icon_field {
    position: relative;
}

.common_icon_field .common_icon {
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    left: 10px;
}

.payment_subtitle {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    display: block;
}



.step_btn {
    margin-bottom: 100px;
}

.step_btn p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 15px;
}

.price_details_box {
    border-radius: 15px;
    background: #F5FAFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    padding: 15px;
}

.price_details_title h2 {
    color: var(--primary);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.price_tx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}



.price_tx span {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
}

.price_tx p {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.price_tx h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.price_tx h6 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.chrges_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.dsi_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dsi_price span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.dsi_price h6 {
    color: #0CA189;
    font-size: 18px;
    font-weight: 400;
    margin: 0;


}

.chrges_price span {
    color: #626262;
    font-size: 12px;
    font-weight: 400;
}

.chrges_price span:last-child {
    color: #000;
}

.border_dshed {
    border-bottom: 1px dashed #000;
}

.pay_price {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.pay_price h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.pay_price h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-align: end;
}

.pay_price span {
    color: #0CA189;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.eccoselect_vv1 select {
    padding: 7px 30px 7px 7px !important;

    margin: 0 0 25px 0 !important;

}

@media screen and (max-width: 1100px) {
    .payment_hotel {
        width: 50%;
    }

    .Booking_code h4 {
        color: #0C5295;
        font-size: 22px;

    }
}

.swiper-wrapper {
    height: fit-content !important;
}

.swiper-slide {
    height: fit-content !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 1;
    filter: invert(0.8);
}

@media screen and (max-width: 700px) {
    .passenger_sec .passenger_inner {
        flex-wrap: wrap;
    }

    .rootbox.root_box_open.cart_inbox_open .root_cart_inbox {
        height: fit-content;
    }

    .rootbox .root_tripitem {
        display: grid;
        gap: 9px;
    }

    .passenger_sec .passenger_inner .passenger_box {
        width: 100%;
    }

    .rootbox .root_tripitem span {
        text-align: left !important;
    }
}

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

    .open_calender .calendar-wrapper {
        display: block !important;
    }

    .open_calender .calendar {
        margin-bottom: 12px;
    }

    .open_calender .calendar {
        width: 100% !important;
    }

    .appartment_technical_box {
        flex-wrap: wrap;
    }

    .appartment_technic {
        width: 100%;
    }

    .open_calender .calender_head h3 {
        font-size: 22px !important;
    }

    .hotel_content.new_hotel_item90 {
        margin-top: 20px;
    }

    .price_details_box {
        margin-bottom: 50px;
    }

    .speial_req_sec {
        margin-bottom: 25px;
    }

    .step_btn {
        margin-bottom: 25px;
    }

    .hotel_loc {
        margin-top: 0 !important;
    }
}

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

    .special_offers span {
        font-size: 16px;

    }

    .open_calender .calender_head {
        display: grid !important;
    }

    .hot_det_image_area .mySwiper {
        height: auto;
    }

    .payment_hotel {
        width: 100%;
    }

    .register__item .register_txt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .register__item {
        justify-content: center;
    }

    .choose_card {
        flex-wrap: wrap;
    }

    .new_hotel_item90 .reviw_box {
        justify-content: start;
    }

    .new_hotel_item90 .right_content {
        position: relative;
        left: 0;
        right: auto;
    }

    .flight_select {
        justify-content: start;
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 10px !important;
    }
}


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



    .form_filed .custom_filed {
        flex: 0 0 calc(80%);
    }

    .form_filed {
        flex-wrap: wrap;
    }

    .register__item .register_txt h6 {
        text-align: center;
    }
}

.gift_title {
    color: #0C5295;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;

}

.booking_box_inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: #D9D9D9;
    width: 1px;
    height: 100%;

}

.booking_box_inner.top_booking {
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.booking_box_inner {
    position: relative;
    border-radius: 10px 10px 0 0;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.booking_box_inner .date_booking h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;

}

.booking_box_inner .date_booking span {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
}


.booking_room h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;

}

.booking_room span {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
}

.price_room {
    margin-top: 15px;
}

.price_room h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.price_room .pricepay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_room .pricepay span {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;

}

.price_room .pricepay span:last-child {

    font-weight: 700;
}

/* .main_banner {

    padding-bottom: 70px;
    height: 250px;

} */

.total_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.total_price span {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.aprtment_sidebar .nav {
    display: block;
    margin: 0 !important;
}

.aprtment_sidebar .nav-link {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding: 20px;
}

.aprtment_sidebar .nav-link.active {
    background-color: var(--primary);
    border-radius: 0;
}

.aprtment_sidebar .nav-link.active img {
    filter: brightness(0) invert(1);
}

.appartment_img {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 10px;
}

.appartment_img img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.appartment_box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(191, 191, 191, 0.25);
    margin-bottom: 25px;
}

.appartment_date {
    border-radius: 40px;
    background: #D9ECFF;
    padding: 5px 20px;
    color: #0C5295;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin: 10px 10px 0;
}

.discount_offer {
    border-radius: 10px;
    background: #D9ECFF;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: -8px;
    right: 20px;
    text-align: center;
}

.discount_offer h5 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.discount_offer h5 span {
    display: block;
    font-size: 22px;
}

.offer_item {
    position: relative;
}

.limited_price {
    border-radius: 5px;
    background: #0C5295;
    position: absolute;
    top: auto;
    bottom: -4px;
    left: -13px;
    width: 90px;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    padding: 3px;
}

.apartment_text_item {
    padding: 15px;
}

.appartment_title .rating_box2 {

    font-size: 14px;

}

.appartment_title.align_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.appartment_title h5 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}



.apprment_loct span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;

}

.apprment_loct {
    margin-bottom: 15px
}

.apprment_loct span img {
    width: 25px;
}

.price_apartment span {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through;
}

.price_apartment h6 {
    color: #000;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.appartment_details_profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}

.appartment_details_profile img {
    width: 70px;
}

.appartment_details_profile .appartment_details_title h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.appartment_details_profile .appartment_details_title span {
    color: #575757;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.appartment_technical_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.appartment_technic {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--lightblue2);
    padding: 15px;
    border-radius: 10px;
}

.appartment_technical_text h3 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.appartment_technical_text span {
    color: #626262;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.subtitle {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.discount_sec .discount_box_itm {
    background-color: var(--lightblue);
    padding: 45px 15px 25px;
    border-radius: 15px;
    height: 100%;
}

.discount_sec .discount_box_itm .discount_offer_text h6 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
}

.discount_sec .discount_box_itm img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.discount_sec .discount_box_itm {
    text-align: center;
    position: relative;
}

.discount_sec .discount_box_itm::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 42px;
    border-radius: 30px;
    right: -22px;
    background: #fff;
}

.discount_sec .discount_box_itm::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 30px;
    bottom: 42px;
    left: -22px;
    background: #fff;
}


.discount_sec .discount_box_itm h3 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 700;
}

.discount_sec .discount_box_itm span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.discout_main {
    position: relative;
    height: 100%;
}



.discout_main::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    background-image: url('../img/white_dot.svg');
    background-repeat: no-repeat;
    background-size: 69px;
    width: 69px;
    height: 41px;
}

.discout_main::before {
    content: '';
    position: absolute;
    top: 13px;
    background-image: url('../img/single_white_dot.svg');
    background-repeat: no-repeat;
    background-size: 37px;
    width: 37px;
    height: 36px;
    left: 25px;
    z-index: 9;
}

.new_code_disc.discount_sec .discount_box_itm .discount_offer_text h6 {
    margin-bottom: 10px;
}

.new_code_disc.discount_sec .discount_box_itm .discount_offer_text h3 {
    color: #0C5295;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
}

.new_code_disc.discount_sec .discount_box_itm .discount_offer_text span {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.new_code_disc.discount_sec .discount_box_itm .discount_offer_text .main_btn {
    padding: 10px 23px;
    width: 205px;
}

.new_code_disc.discount_sec .discount_box_itm::after {
    bottom: 60px;
}

.new_code_disc.discount_sec .discount_box_itm::before {
    bottom: 60px;
}

.new_code_disc.discount_sec .fz_title_30 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.new_code_disc.discount_sec .fz_title_30 img {
    width: 40px;
}

.promocode_sec {
    margin-top: 30px;
}

.promocode_sec .pomocode_field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promocode_sec .pomocode_field .main_btn {
    padding: 20px 40px;
}

.promocode_sec .pomocode_field input {
    border-radius: 10px;
    background: #D9ECFF;
    width: 100%;
    padding: 20px 15px;
    border: none;
}

.promocode_sec .pomocode_field input::placeholder {
    color: #0C5295;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

.seat_selectionitem {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.seat_selectionitem .seat_selectionitem_text h3 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 700;
}

.seat_selectionitem .seat_selectionitem_text span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.seat_departure {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.seat_departure .seat_departure_txt {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.seat_departure .seat_departure_txt span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    background-color: #D9ECFF;
    border-radius: 30px;
    padding: 8px 20px;
}

.seat_departure .seat_departure_txt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.flight_booking_box .flight_booking_logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flight_booking_box .flight_booking_logo img {
    height: 100%;
    width: 65px;
    border-radius: 10px;
}

.flight_booking_box .flight_booking_logo h6 {
    color: #000;

    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.flight_booking_timing {
    display: flex;
    align-items: center;
    gap: 15px;
}

.flight_booking_timing span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 16px !important;
}

.booking_flight_sec90 .flight_booking_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.booking_flight_sec90 .flight_booking_box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.overflow_scrlll {
    overflow: scroll;
    margin-bottom: 30px;
}

.overflow_scrlll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.booking_flight_sec90 {
    width: 841px;
}

.tag_pink {
    border-radius: 5px;
    background: #FFE1E8;
    padding: 5px 10px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.tag_green2 {
    border-radius: 5px;
    background: #f5faff;
    padding: 5px 10px !important;
    color: #000;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
}


.w-30 {
    width: 30% !important;
}

.w-58 {
    width: 58% !important;
}

.w-98 {
    width: 98% !important;
}

.creditcardcheck {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.flightrturn_sec .rootreturn_box {
    border-radius: 30px;
    background: #D9ECFF;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.flightrturn_sec .rootreturn_box span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.flightrturn_sec .rootreturn_box img {
    width: 30px;
}

.flightrturn_sec .tage_trip_box h6 {
    font-size: 17px;
}

.flightrturn_sec .tage_trip_box span {
    font-size: 15px;
}

.flightrturn_sec .department_op .department_time {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}

.flightrturn_sec .department_op .department_time h6 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    flex: 0 0 calc(20% - 20px);
}

.flightrturn_sec .department_op .department_op_inner {
    position: relative;
}

.flightrturn_sec .department_op .department_op_inner::after {
    content: '';
    position: absolute;
    right: 82%;
    top: 0;
    border-radius: 15px;
    background: #D9D9D9;
    width: 1px;
    height: 100%;
    transform: translate(-50%);
}

.flightrturn_sec .department_op .department_time span {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    flex: 0 0 calc(80% - 20px);
}

.flightrturn_sec .department_op .department_trns {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}

.flightrturn_sec .department_op .department_trns .date_dertmnt {
    color: #0CA189;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    flex: 0 0 calc(20% - 20px);
}

.flightrturn_sec .department_op .department_trns .department_trns_text {
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
    flex: 0 0 calc(80% - 20px);
}

.flightrturn_sec .department_op .department_trns .department_trns_text span {
    display: block;
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.flightrturn_sec .department_op .department_trns .department_trns_text span:last-child {
    margin-bottom: 0;
}

.flightrturn_sec .department_op .department_trns .department_trns_text img {
    width: 25px;
}

.flightrturn_sec .calculate_amount h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}

.flightrturn_sec .calculate_amount .payamount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flightrturn_sec .calculate_amount .payamount span {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
}

.flightrturn_sec .calculate_amount .payamount span:last-child {
    color: #505050;
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 1100px) {
    .flightrturn_sec .department_op .department_trns .department_trns_text span {

        font-size: 13px;
        gap: 8px;
    }

    .flightrturn_sec .department_op .department_op_inner::after {

        right: 80%;

    }

    .flightrturn_sec .tage_trip_box h6 {
        font-size: 15px;
    }

}



/* open calender css start */



.open_calender .calender_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.open_calender .calender_head h3 {
    color: #0C5295;
    font-size: 30px;
    font-weight: 600;
}

.open_calender .calender_head p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.open_calender .calendar-container {
    max-width: 100%;
    width: 100%;
}

.open_calender .calendar-container .bg_calender {
    border-radius: 10.849px;
    background: #D9ECFF;
    padding: 15px;
    margin-top: 15px;
}

.open_calender .calendar-container .calendar_date_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.open_calender .calendar-container .calendar_date_title h4 {
    color: #000;
    font-size: 15.498px;
    font-weight: 700;
    line-height: 25px;
}

.open_calender .calendar-container .calendar-header div {
    color: #000;
    text-align: center;
    font-size: 15.498px;
    font-weight: 700;
    line-height: normal;
}


.open_calender #date-range {
    font-size: 19px;
    margin-bottom: 0;
    color: #000;
}

.open_calender .calendar-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.open_calender .calendar {
    width: 45%;
}



.open_calender .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.open_calender .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.open_calender .calendar-header button:first-child {
    background-image: url('../img/chevron-left.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.open_calender .calendar-header button:last-child {
    background-image: url('../img/chevron-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: none;
    padding: 0;
}

/* .open_calender .calendar-header button:disabled {
    color: #ccc;
} */

.open_calender .calendar-weekday.calendar-cell {
    color: #000;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 9.299px;
    letter-spacing: 0.279px;
    text-transform: uppercase;
    background: transparent;
    border: none;
}

.open_calender .calendar-grid div {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    border-radius: 40px;
    font-weight: 500;
    line-height: 17.048px;
    cursor: pointer;
    padding: 7px 2px;
    width: 32px;
    height: 32px;
}

.open_calender .calendar-grid .calendar-day:hover {
    background-color: #f0f8ff;
}

.open_calender .calendar-grid .selected {
    color: #FFF;
    text-align: center;
    font-size: 13.949px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.048px;
    background: #0C5295;
}

/* .open_calender .calendar-grid .disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f9f9f9;
} */


/* open calender css end */




.show_all_amenities .offer_amenities {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main_reviewbox {
    border-radius: 10px;
    background: #F2F8FE;
    padding: 15px;


}

.testmonial_qoutes {
    position: relative;
}

.main_reviewbox .testmonial_qoutes::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -4px;
    background-image: url('../img/first.svg');
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_reviewbox .testmonial_qoutes::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -4px;
    background-image: url('../img/second.svg');
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_reviewbox p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.testimonial_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.testimonial_item img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_item .testimonial_txt h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}

.testimonial_item .testimonial_txt span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.testimonial_swipper .swiper-pagination-bullet {
    width: 36.99px;
    height: 10px;
    border-radius: 30px;
    background-color: #D9D9D9;
    opacity: 1;
}

.testimonial_swipper .swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.map_titlw {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
}

.map_box_whre {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.price_main h5 {

    color: #000;
    font-size: 30px;
    font-weight: 700;

}

.price_main span {
    color: #575757;
    font-size: 12px;
    font-weight: 400;
}

.apparment_checkin_guest {
    border-radius: 15px;
    border: 1px solid #C0BEBE;
    padding: 15px;
    position: relative;
}

.apparment_checkin_guest::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    background: #D9D9D9;
    height: 1px;
    left: 0;
}

.apparment_checkin_guest .align_row {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 5px;
}

.apparment_checkin_guest span {
    display: block;
}

.apparment_checkin_guest select {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 10px 0 0;
    appearance: none;
    background-image: url('../img/arrow_icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding: 5px;
}

.apparment_checkin_guest select:focus {
    outline: none;
}

.appartment_rvers {
    text-align: center;
}

.appartment_rvers span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

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

.appartment_time09000 span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.appartment_time09000 h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.appartment_time09000 h5 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.childpolicy {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 15px;
    margin-top: 10px;
}

.childpolicy h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.childpolicy p {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.table_breakfast {
    border-radius: 10px;
    background: #F6F6F6;
    width: 438px;
    max-width: 100%;
    position: relative;

}

.table_breakfast::after {
    content: '';
    background: #FFF;
    position: absolute;
    left: 15%;
    height: 100%;
    width: 1px;
    top: 0;
}

.table_breakfast .header_break {
    background: #D9ECFF;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 15px;
    gap: 40px;

}

.style_hreader {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 44px;
    width: 438px;
    max-width: 100%;
    margin-bottom: 10px;
}

.table_breakfast .header_break h6 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.table_breakfast .header_break2 {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: start;
    padding: 10px 15px;
}

.breakfast_box {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.deposit_policy h5 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.deposit_item {
    margin-bottom: 15px;
}

.deposit_item h6 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.deposit_item span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.animals_service {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.animals_service .animals_box {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 10px;
}

.animals_service .animals_box h6 {
    color: #000;

    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.paying_hotelbox {
    border-radius: 10px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding: 10px;
}

.paying_hotelbox img {
    max-width: 100%;
}

.paying_hotelbox h6 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.gallery_modal .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}

.gallery_modal .img_hotel_zoom {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;


}

.gallery_modal .img_hotel_zoom img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

.gallery_modal .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    padding: 10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 30px;
}

.mySwiper_hotel.swiper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Allow the swiper to expand vertically based on its content */
}

.popularfeatures_sld.swiper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Allow the swiper to expand vertically based on its content */
}


.hotel_imgsld.swiper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Allow the swiper to expand vertically based on its content */
}

.hotel_imgsld .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #0c5295;
}

.hotel_imgsld .swiper-pagination-bullet {
    background: #FFF;
    width: 41px;
    height: 12px;
    border-radius: 5px;
    opacity: 1;
}

.hotel_content_box .review_text {
    text-align: end;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}


.main_galleyhotelimg {
    width: 100%;
}

.room_selectsc .room_date input {
    margin-bottom: 15px;
}

.room_selectsc .room_date input:nth-child(1) {
    padding-left: 10px;
}

body {
    overflow-x: hidden !important;
    position: relative;
}

@media screen and (max-width: 1500px) {
    .popular_features_title h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1450px) {
    .hot_det_pric_bx>.bx_2>h4 {
        font-size: 30px;
    }

}

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

    .navbar_right ul li:nth-child(2)::after {
        content: '';
        position: absolute;
        top: 0;
        left: -9px;
        background-color: var(--primary);
        width: 2px;
        height: 21px;
    }
}

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

    .banner_sec .banner_title p {
        font-size: 16px;
    }

    .banner_sec .banner_title p br {
        display: none;
    }

    .hotel_imgsld .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 28px) !important;

    }

    .destination_box .destination_img {
        padding-bottom: 16%;
    }

    .hotel_loc {

        margin-top: 25px;
    }

    .heligh_bx_1 {
        height: 100%;
        flex-wrap: wrap;
    }

    .hot_det_det_bx_inner {

        gap: 13px;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 767px) {
    .destination_box .destination_text h4 {
        font-size: 19px;
    }

    .popular_features_sec swiper-container.popularfeatures_sld.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        height: 278px;
    }

    .destination_box .btn.get_now img {
        width: 18px;
    }

    .destination_box .btn.get_now {
        font-size: 13px;
    }

    .destination_box .destination_img {
        padding-bottom: 15%;

    }

    .hotel_content_box .hotel_title.align_row {
        flex: 0 0 calc(100% - 30px);
        margin-bottom: 0;
    }

    .hotel_content .hotel_content_box {
        flex-wrap: wrap;
    }

    .hotel_content .hotel_content_box .reviw_box {

        justify-content: start;
    }

    .hotel_content_box .review_text {

        justify-content: start;
    }

    .hotel_content .hotel_content_box {

        gap: 15px;
    }
}



@media screen and (max-width: 600px) {
    .hotel_box .hotel_content .hotel_title h3 {
        font-size: 25px;
    }

    .hotel_box .hotel_content .hotel_price .price_text h6 {
        font-size: 35px;
    }

    .hotel_box .hotel_content .hotel_price .price_text span {
        font-size: 22px;

    }


}

@media screen and (max-width: 575px) {
    .hotel_box .hotel_content .hotel_title h3 br {
        display: none;
    }

    .contact_details_sec .contact_form .form-group {
        flex: 0 0 100%;
    }

    .app_icon img {
        max-width: 100%;
        width: 100px;
    }

    .partner_logo ul li img {
        max-width: 100%;
        width: 40px;
    }

    .footer_top_item h4 {
        font-size: 16px;
    }


    .reviw_box {

        justify-content: start;
    }

    .review_view_nu>.box {
        max-width: 100% !important;
    }
}

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

    .price_hotel_booking {
        position: relative;
        right: 0;
        bottom: 0;
        text-align: start;
    }


    .hotel_content .price_text {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hotel_box .hotel_content .hotel_price .price_text h6 {
        font-size: 24px;
    }

    .hotel_box .hotel_content .hotel_price .price_text span {
        font-size: 15px;
    }

    .hotel_box .hotel_content .hotel_title h3 {
        font-size: 18px;
    }

    .hotel_imgsld .swiper-pagination-bullet {
        width: 26px;
        height: 8px;
    }

    .auth-section .main_btn.btn.hide_button {
        margin-bottom: 10px;
    }

}

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

    .hotel_rrv {
        display: block
    }

    .rootclass_box {
        display: block;
    }

    .country_flages ul {
        display: inline-grid;
        grid-template-columns: repeat(1, 2fr);
        gap: 19px;
        padding: 20px 20px 20px;

    }

    .fix_size10 {
        text-align: left;
    }

    .fix_size90 {
        width: 95%;
    }

    .destination_box .destination_text {
        justify-content: center;
        flex-direction: column;

    }

    .destination_box .destination_img {
        padding-bottom: 40%;
    }

    .destination_box .destination_text h4 {
        text-align: center;
        margin-bottom: 15px;
    }

    .destination_box .btn.get_now {
        padding: 9px 15px;
    }

    .destination_box .destination_text h4 br {
        display: none;
    }

    .right_content {
        flex: 1;
    }

    .hotel_rrv {
        display: inline-grid;

        width: 100%;
    }

}

.offer_amenities .blue_btnv {
    margin-top: 0 !important;
}

@media screen and (max-width: 375px) {
    .rootbox .root_tripitem span {
        font-size: 18px;
    }

    .right_content {
        flex: 1;
    }

    .main_box_white {
        padding: 5px;
    }

    .step_btn p {
        font-size: 16px;
    }

    .show_all_amenities .offer_amenities {
        display: block;
    }

}

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

    .hot_del_bx1_innr>.hding_1>h4 {
        font-size: 22px;
    }

    .vi_check_ink:nth-child(2) {
        border-left: 0 solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    .date_picker {
        gap: 0;
    }

    .progress-bar.w-30 {
        width: 42% !important;
    }

    .step_box_sec .step_count h6 {
        color: #000;
        font-size: 14px;
        font-weight: 500;
        margin-top: 22px;
        text-align: center;
    }

    .step_box_sec {
        padding: 15px;
    }

    .amet_bx {
        padding: 15px;
    }

    .banner_title h2 {
        font-size: 25px !important;
    }

    .room_selectsc .room_date {
        flex: 1;
    }

    .room_person {
        flex: none;
        width: 100%;
    }

    .hotel_listing_sec .hotel_listing_inner {
        padding: 20px 15px 20px 15px;
    }

    .hotel_tab .tab_form .form_group input {
        width: 100%
    }

    .hot_del_bx1_innr>.hding_1 {
        display: block;
    }

    .hot_del_bx1 {
        border-radius: 15px;
        background: #D9ECFF;
        padding: 20px 26px;
        margin-top: 39px;
    }

    .main_white_box {
        padding: 10px
    }
}

@media screen and (max-width: 375px) {
    .fl_bx_vv2 {
        display: block
    }

    .main_box_white {
        padding: 10px;
    }


}

@media screen and (min-width: 992px) and (max-width: 1400px) {

    .hotel_box .hotel_content .hotel_title h3 {
        font-size: 26px;
    }

}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .popular_features_title h4 {
        font-size: 16px;
    }

    .feature_price .price_box h5 {

        font-size: 18px;
    }
}


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

    .heligh_bx_1>h5 {
        width: 40%;
    }
}

@media screen and (max-width: 1100px) {
    .hot_det_det_bx_inner {

        justify-content: center;

        flex-wrap: wrap;
    }

    .heligh_bx_1 {
        height: auto;
        display: block;
    }

    .heligh_bx_1>h5 {
        width: 100%;
        margin-bottom: 25px;
    }

    .price_bx_td>.inn>.bx_2>span {

        white-space: nowrap;

    }
}

@media screen and (max-width: 992px) {
    .br_rg_v {
        border: unset;
    }

    .dr_full_bx_innner {

        margin-bottom: 20px;
        height: calc(100% - 20px);
    }

    .border_nnn1::before {
        display: none;
    }

    .border_nnn1::after {
        display: none;
    }

    .border_nnn1 {
        border: unset;
    }

    .dr_full_bx_innner>.content>ul {

        grid-template-columns: repeat(2, 1fr);

    }

    .hot_det_image_area>.img_bx_1 .swiper-slide>img {
        width: 100%;
        height: 100%;
    }

    .hot_det_image_area>.img_bx_1 {
        width: 100%;
        height: 100%;
    }

    .hot_det_image_area {
        flex-direction: column;
    }
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #0C5295 !important;
}

.select2-selection__placeholder {
    color: #fff !important;
}

.image_sec {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.image_sec a {
    flex: 0 0 calc(20% - 10px);

}

.image_sec .img_list01 img {
    height: 350px;
    width: 100%;
}




.modal_thumbnail_slider .thumbnail_slider {
    max-width: 100%;
}

.modal_thumbnail_slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 160px);
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 10px 4px;
}

.modal_thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.modal_thumbnail_slider .splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.modal_thumbnail_slider .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}


.use_promocode .main_btn {
    margin-top: 15px !important;
}

.hot_lis_detal_area .col-lg-12.mt-5 {
    margin-top: 15px !important;
}

.pd_m0 {
    padding: 10px 0;
}

.child-age-select {
    width: 100%;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #0c529542;
    background: #d5eaff42;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.non_refundable {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.loc_bx_new {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.name_aling99 {
    align-items: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.img_new000 img {

    height: 309px !important;
}

.new_laing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.appartment_technic {
    padding: 7px 15px;
}

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

    .apparment_checkin_guest span {
        font-size: 14px;
    }

    .hotel_tab .tab_form .form_group input {
        width: 248px;
        max-width: 100%;
    }

}



.new_price h6 {
    margin-top: 10px;
    text-decoration-line: line-through;
}


/* Willicent Css code */

.city-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}

.city-grid {
    display: flex;
    gap: 20px;
}

.city-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #ddd;
}

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

/* Title Overlay */
/* .city-title {
    position: absolute;

    left: 1px;
    font-size: 24px;
    font-weight: 700;
    color: white;


    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0));
    width: 100%;
    padding: 30px 20px 15px 20px;
} */

.city-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    font-weight: 700;
    color: white;
    width: 100%;
    padding: 30px 20px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    transition: background 0.35s ease, padding 0.35s ease;
}

.city-card:hover .city-title {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    padding-bottom: 25px;
}

/* .city-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.25);
} */
/* Left large card */
.city-card.big {
    width: 100%;
    height: 480px;
    /* matches your screenshot proportions */
}

/* .city-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.city-card:hover::after {
    opacity: 1;
} */

/* Right column */
.right-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.city-card.small {
    width: 100%;
    height: 230px;
    /* matches the height in your screenshot */
}

/* Responsive */
@media (max-width: 900px) {
    .city-grid {
        flex-direction: column;
    }

    .city-card.big,
    .right-column {
        width: 100%;
    }
}

.tourist-app-promo-clean {

    background: #ffffff;
}

.app-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 80px;

    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.phone-card {
    background: #f0f7ff;

    padding: 15px 10px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.phone-card img {
    max-width: 380px;
    width: 100%;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.promo-text h1 {
    font-size: 28px;
    line-height: 1.1;
}

.promo-text .lead {
    font-size: 16px;
    color: #64748b;
}

.promo-text strong.text-success {
    color: #0CA189 !important;
}

.store-btn img {
    transition: transform 0.3s ease;
}

.store-btn:hover img {
    transform: translateY(-6px);
}

.badge-simple {
    font-size: 18px;
}

.badge-simple img {
    width: 48px;
    height: 48px;
}

.badge-simple strong {
    font-size: 28px;
    font-weight: 700;
}

.badge-simple .text-muted {
    font-size: 16px;
    color: #94a3b8 !important;
}

/* Responsive */
@media (max-width: 992px) {
    .app-promo-grid {
        grid-template-columns: 1fr 1.3fr;
        gap: 60px;
    }

    .promo-badges {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .app-promo-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }

    .phone-card {
        order: -1;
        padding: 40px 20px;
    }

    .promo-text h1 {
        font-size: 42px;
    }

    .promo-text .lead {
        font-size: 19px;
    }

    .store-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .promo-text h1 {
        font-size: 36px;
    }

    .promo-text .lead {
        font-size: 17px;
    }

    .badge-simple {
        gap: 12px;
    }

    .badge-simple img {
        width: 42px;
        height: 42px;
    }
}


.tourlast-footer {
    background: #edf2f6;
    font-family: 'Inter', sans-serif;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-links a.hover-primary:hover {
    color: var(--primary) !important;
}

.chat-bubble {
    margin-top: 20px;
}

.payment-methods img {
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.payment-methods img:hover {
    filter: grayscale(0%) opacity(1);
    transform: translateY(-4px);
}

.copyright-bar {
    background: #0C5295 !important;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-main .row {
        text-align: center;
    }

    .chat-bubble {
        margin: 30px auto 0;
    }
}

@media (max-width: 768px) {
    .payment-methods img {
        height: 35px;
    }
}

/* ======= Layout fixes for Tourlast landing page ======= */

/* Prevent default image overflow globally */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Banner: fixed height + subtle blue overlay + ensure container above overlay */
/* .banner_sec {
    background-image: url('/booking/img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 40px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.banner_sec .container {
    position: relative;
    z-index: 1;
} */

/* Constrain swiper containers to avoid auto-stretching */
.swiper,
swiper-container {
    width: 100%;
    height: auto !important;
    --swiper-pagination-bottom: 18px;
    /* keep bullets above bottom */
}

/* Swiper slide images: always cover the slide area */
.slider-image {

    object-fit: cover;
    display: block;
}

/* City grid: left big, right stacked */
.city-wrapper {
    padding: 36px 0;
}

.city-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    align-items: start;
}

.city-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.city-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.city-card.big {
    height: 420px;
}

.right-column {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.city-card.small {
    height: 200px;
}

/* City label overlay */
.city-title {
    position: absolute;
    bottom: 1px;

    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
}

/* Popular card images */
.popular_hotel_img,
.popular_features_item .popular_hotel_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

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

/* Fixes for gallery modal images that had absolute/percentage sizing issues */
.gallery_modal .img_hotel_zoom {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

.gallery_modal .img_hotel_zoom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Prevent duplicate visual stacks: hide repeated root elements caused by accidental duplicated markup */
body .duplicated-block {
    display: none !important;
}

/* Small responsive adjustments */
@media (max-width: 992px) {
    .city-grid {
        grid-template-columns: 1fr 1fr;
    }

    .city-card.big {
        grid-column: span 2;
        height: 320px;
    }

    .city-card.small {
        height: 180px;
    }

    .banner_sec {
        padding: 70px 0 30px;
        min-height: 260px;
    }
}

@media (max-width: 600px) {
    .city-grid {
        grid-template-columns: 1fr;
    }

    .right-column {
        grid-template-rows: auto;
    }

    .city-card.big,
    .city-card.small {
        height: 220px;
    }

    .banner_sec {
        padding: 60px 0 24px;
        min-height: 220px;
    }
}

/* Guard swipers in case old markup left styles that stretch: ensure wrapper doesn't force huge height */
.swiper-wrapper {
    align-items: start;
}

/* Utility: force swiper bullets to be visible above overlay where needed */
.hotelswipper_left .swiper-pagination,
.hotelswipper_right .swiper-pagination {
    bottom: 14px !important;
}


/* Prevent page-level overflow from child elements */
body {
    overflow-x: hidden;
}

/* ===== Hotels Swiper Slider Styling ===== */

/* ================================
   OFFER HOTEL TWO-CARD LAYOUT
==================================*/

/* Row: two cards side by side */
.offer-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* Wrap each card so spacing is consistent */
.offer-card-wrapper {
    width: 100%;
}

/* The actual card */
.offer-card {
    width: auto;
    height: 230px;
    border-radius: 18px;
    overflow: hidden;
    background: #f2f4f8;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
    position: relative;
}

/* Image inside the card */
.offer-card img {
    width: 100%;
    height: 100%;

    display: flex;
    border-radius: inherit;
}

/* Responsive (tablet) */
@media (max-width: 768px) {
    .offer-card {
        height: 180px;
    }
}

/* Responsive (mobile: stack vertically) */
@media (max-width: 576px) {
    .offer-card-row {
        grid-template-columns: 1fr;
    }

    .offer-card {
        height: 160px;
    }
}

.trust-features-section {
    padding: 20px 0;
}

.trust-features-section .container {
    max-width: 1300px;
    margin: 0 auto;

}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.trust-card {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: #EBEBEC;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.trust-card .icon {
    margin-bottom: 24px;
    height: 70px;
    /* Fixed height for consistent alignment */
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-card .icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.trust-card:hover .icon-img {
    transform: scale(1.1);
}

.trust-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.trust-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .trust-grid {
        gap: 24px;
    }

    .trust-card {
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .trust-grid {
        flex-direction: column;
        align-items: center;
    }

    .trust-card {
        max-width: 380px;
    }
}


.sidebar_sec {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.filter-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: #000;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
}

.filter-checkbox input {
    accent-color: #006CE4;
}

.show-more {
    color: #006CE4;
    font-size: 14px;
    margin-top: 8px;
    text-decoration: none;
}

.price-range {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
}

.slider-container {
    position: relative;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin: 20px 0;
}

.range-slider {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #006CE4;
    cursor: pointer;
    pointer-events: auto;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.slider-track {
    position: absolute;
    height: 6px;
    background: #006CE4;
    border-radius: 3px;
    top: 0;
    left: 0;
    right: 0;
}

.star-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.stars {
    display: flex;
    gap: 2px;
    font-size: 18px;
}

.star.filled {
    color: #FFC107;
}

.star {
    color: #e0e0e0;
}

.hotel_img {
    height: 320px;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    position: relative;
}

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

.hotelGallerySwiper .swiper-slide img {

    object-fit: cover;
}

/* Navigation Arrows */
.hotelGallerySwiper .swiper-button-next,
.hotelGallerySwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin-top: -20px;
}

.hotelGallerySwiper .swiper-button-next:after,
.hotelGallerySwiper .swiper-button-prev:after {
    font-size: 18px;
    color: white;
}

/* Pagination Dots */
.hotelGallerySwiper .swiper-pagination {
    bottom: 16px;
}

.hotelGallerySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.7;
}

.hotelGallerySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.like-btn {
    position: absolute;
    top: 24px;
    right: 18px;
    z-index: 10;
    /* Ensures it's above the image and swiper arrows */
}

.btn-like {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-like:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-like svg {
    stroke: #666;
    transition: all 0.3s ease;
}

.btn-like:hover svg {
    stroke: #e74c3c;
    fill: #e74c3c;
}

/* Optional: Active/Liked State */
.btn-like.liked svg {
    fill: #e74c3c;
    stroke: #e74c3c;
}

/* ===== Hotels Swiper Slider Styling ===== */

/* ================================
   OFFER HOTEL TWO-CARD LAYOUT
==================================*/

/* Row: two cards side by side */
.offer-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

/* Wrap each card so spacing is consistent */
.offer-card-wrapper {
    width: 100%;
}

/* The actual card */
.offer-card {
    width: auto;
    height: 230px;
    border-radius: 18px;
    overflow: hidden;
    background: #f2f4f8;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.10);
    position: relative;
}

/* Image inside the card */
.offer-card img {
    width: 100%;
    height: 100%;

    display: flex;
    border-radius: inherit;
}

/* Responsive (tablet) */
@media (max-width: 768px) {
    .offer-card {
        height: 180px;
    }
}

/* Responsive (mobile: stack vertically) */
@media (max-width: 576px) {
    .offer-card-row {
        grid-template-columns: 1fr;
    }

    .offer-card {
        height: 160px;
    }
}

.trust-features-section {
    padding: 20px 0;

}

.trust-features-section .container {
    max-width: 1300px;
    margin: 0 auto;

}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.trust-card {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background: #EBEBEC;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.trust-card .icon {
    margin-bottom: 24px;
    height: 70px;
    /* Fixed height for consistent alignment */
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-card .icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.trust-card:hover .icon-img {
    transform: scale(1.1);
}

.trust-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.trust-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .trust-grid {
        gap: 24px;
    }

    .trust-card {
        padding: 32px 24px;
    }
}

@media (max-width: 768px) {
    .trust-grid {
        flex-direction: column;
        align-items: center;
    }

    .trust-card {
        max-width: 380px;
    }
}

.property-highlights {
    background: #f4f9ff;
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #0c5295;
}


.dr_full_bx_innner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #D9ECFF;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    height: 100%;
}

.room-image-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-room-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    gap: 12px;
}

.small-room-images {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 150px;
}

.main-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    transition: transform 0.4s ease;
}

.main-img:hover {
    transform: scale(1.03);
}

.small-images-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.small-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    aspect-ratio: 1 / 1;
}

.small-img {


    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.small-img:hover {
    transform: scale(1.03);
}

/* If only one small image, make it span both columns */
.small-images-row:has(.small-image:nth-child(1):last-child) {
    grid-template-columns: 1fr;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .main-img {
        height: 220px;
    }

    .small-images-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .small-image {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 480px) {
    .main-img {
        height: 200px;
    }

    .dr_full_bx_innner {
        padding: 15px;
    }
}

/* detl_det_full_bx_inner.three-columns-layout {
    display: flex;
    background: transparent;
    border: none;
    padding: 0;
}

.column {
    flex: 1;
    padding: 24px 20px;
    border-right: 1px solid #e0e8f0;
}

.column:last-child {
    border-right: none;
}

.column-header {
    font-size: 18px;
    font-weight: 600;
    color: #0C5295;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e8f0;
}

.choices-list,
.sleeps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.choices-list li,
.sleeps-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #0C5295;
    font-size: 15px;
}

.choices-list li img,
.sleeps-list li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.prices-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-details {
    text-align: right;
}

.strikethrough-price {
    color: #888;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 4px;
}

.main-price {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 8px 0;
}

.total-price {
    color: #666;
    font-size: 15px;
    margin-bottom: 12px;
}

.discount-badge {
    display: inline-flex;
    align-items: center;
    background: #ff3e6c;
    color: white;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
}

.availability {
    color: #0C5295;
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0;
}

.reserve-btn {
    background: #0C5295;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-end;
    margin-top: auto;
}

.reserve-btn a {
    color: white;
    text-decoration: none;
}

.reserve-btn:hover {
    background: #003970;
}


@media (max-width: 992px) {
    .detl_det_full_bx_inner.three-columns-layout {
        flex-direction: column;
    }
    .column {
        border-right: none;
        border-bottom: 1px solid #e0e8f0;
        padding: 20px;
    }
    .column:last-child {
        border-bottom: none;
    }
    .price-details {
        text-align: center;
    }
    .reserve-btn {
        align-self: center;
        width: 100%;
        max-width: 300px;
    }
} */
.room-details-card {
    background: #f8fbff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    /* Prices column slightly wider */
    border-top: 1px solid #e0e8f0;
    height: 100%;
}

.detail-section {
    padding: 28px 24px;
    border-right: 1px solid #e0e8f0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.detail-section:last-child {
    border-right: none;
}

.detail-section:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #e0e8f0;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #0C5295;
    margin-bottom: 20px;
}

.detail-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    flex-grow: 1;
}

.detail-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #0C5295;
    font-size: 15px;
    line-height: 1.4;
}

.detail-list li img,
.detail-list li svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.sleeps-list {
    gap: 20px;
}

.prices-section .price-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.strikethrough {
    color: #888;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 4px;
}

.main-price {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin: 8px 0;
    line-height: 1;
}

/* .total-price {
    color: #666;
    font-size: 15px;
    margin-bottom: 16px;
} */

.discount-badge {
    background: #ff3e6c;
    color: white;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 16px;
}

.availability {
    color: #0C5295;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

.reserve-button {
    background: #0C5295;
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s;
}

.reserve-button:hover {
    background: #003970;
}

.reserve-button a {
    color: white;
    text-decoration: none;
}

/* Responsive - stack on tablet/mobile */
@media (max-width: 992px) {
    .details-grid {
        grid-template-columns: 1fr;
    }

    .detail-section {
        border-right: none;
        border-bottom: 1px solid #e0e8f0;
        padding: 24px;
    }

    .detail-section:last-child {
        border-bottom: none;
    }

    .prices-section .price-content {
        text-align: center;
        align-items: center;
    }

    .reserve-button {
        align-self: center;
        width: 100%;
        max-width: 320px;
    }

    .discount-badge {
        align-self: center;
    }
}


.room-details-link {
    color: #0C5295;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-top: 12px;
}

.room-modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.room-modal .modal-header {
    border-bottom: none;
    padding: 20px 24px;
}

.room-modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.room-modal .modal-body {
    padding: 0 24px 24px;
}

.main-gallery-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.thumbnail-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.thumbnail-img:hover {
    opacity: 0.8;
}

.room-info {
    font-size: 14px;
    color: #333;
}

.room-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #0C5295;
    margin: 20px 0 10px;
}

.amenities-list,
.small-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenities-list li,
.small-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.amenity-icon {
    width: 20px;
    height: 20px;
}

.bed-type {
    font-size: 15px;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .room-modal .row {
        flex-direction: column;
    }

    .main-gallery-image img {
        height: 240px;
    }
}

.hotel_content_1 {
    padding: 14px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
