﻿
/*hotel-Design-module-new-150425*/


section.flight-offer-trav.trave-pt-md {
    display: inline-block;
    width: 100%;
}

.bs-for-bpg .d-flex img {
    padding-right: 0;
}

.mt-colprice {
    margin-top: 5px;
}

section.trave-pb-md-best-ht {
    padding: 30px 0;
}

.hotelsCard.-type-1:hover .hotelsCard__title span {
    background-size: initial !important;
}

.hotelsCard.-type-1 .hotelsCard__title span {
    background: initial !important;
}

.pplrdt-trav {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    top: inherit;
}

.fldtnamt {
    bottom: 20px;
}

.dtpckt-search.search-panel-dtp {
    border: 1px solid #e1e7ee;
    min-height: 80px;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.hotel-search-panel-travcol input {
    font-size: 16px;
    font-weight: 600;
}

.hotel-search-panel-travcol.ht-rslt-trav-wrap .searchMenu-guests button.toggle-button {
    font-weight: 600;
}

/*Room Counting*/
.ht-trav-luxry-ht {
    position: relative;
}

    .ht-trav-luxry-ht button.toggle-button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
    }

/* Dropdown panel styling with transition */
.dropdown-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
    width: 100%;
    z-index: 1000;
}

    /* When open, make it visible */
    .dropdown-panel.open {
        max-height: 1000px; /* Enough to hold content */
        opacity: 1;
        transform: translateY(0);
    }

.quick-toggle {
    text-align: right;
    margin-bottom: 10px;
}

    .quick-toggle button {
        font-size: 14px;
        background: none;
        border: none;
        color: #007bff;
        cursor: pointer;
    }

.quick-select-btns {
    display: none;
    margin-bottom: 15px;
}

.quick-select-btn {
    padding: 6px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    font-size: 11px;
    margin: 4px 4px 0 0;
    cursor: pointer;
    border-radius: 4px;
}

.room {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .room h4 {
        margin: 0 0 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.delete-btn {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
}

.counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}

    .counter label {
        flex: 1;
    }

    .counter button {
        width: 30px;
        height: 30px;
        font-size: 18px;
        cursor: pointer;
    }

    .counter span {
        width: 30px;
        text-align: center;
        display: inline-block;
        color: #1a1a1a;
    }

.child-ages {
    margin-top: 5px;
    margin-left: 10px;
}

.child-entry {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

    .child-entry label {
        flex: 1;
    }

    .child-entry select {
        flex: 1;
        padding: 4px;
        margin-right: 8px;
    }

.add-room-btn,
.traveler-back-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 5px;
}

.traveler-back-btn {
    background-color: #dc3545;
}

.ht-trav-luxry-ht {
    position: static;
}

    .ht-trav-luxry-ht button.toggle-button {
        position: absolute;
        top: 23px;
        left: 0;
        text-align: left;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
    }

.hotel-search-panel-travcol.ht-rslt-trav-wrap .searchMenu-guests {
    height: 70px;
}

.rmsctn-tgrs i.las.la-angle-down {
    top: -4px;
    position: relative;
    font-size: 14px !important;
    color: #444;
}

.quick-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e7ee;
    font-weight: 500;
    color: #666;
    padding-bottom: 10px;
}

    .quick-toggle button {
        font-weight: 600;
        color: #36c;
    }

.dropdown-panel {
    box-shadow: 0px 2px 12px rgba(12, 14, 28, 0.08);
    border: none;
    border-radius: 8px;
    top: 70px;
}

.hotel-search-panel-travcol.ht-rslt-trav-wrap .searchMenu-guests .dropdown-panel {
    top: 55px;
}

.room h4 {
    font-size: 14px;
    color: #05203c;
}

.counter label {
    color: #05203c;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.counter button {
    border-radius: 50px;
    border: 1px solid #efefef;
}

.ht-trav-luxry-ht button.add-room-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #36c;
    float: left;
}

.ht-trav-luxry-ht button.traveler-back-btn {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin: 0;
    background: #f0832c;
    border-radius: 50px;
    padding-bottom: 4px;
    padding-top: 5px;
}

.quick-select-btns .quick-select-btn {
    width: 47%;
  
    background: #ecf7fb;
    color: #333;
    border: 1px solid #daeaef;
    padding: 3px;
    font-weight: 500;
    font-size: 13px;
}

button.delete-btn {
    color: #36c;
    font-size: 14px;
    font-weight: 600;
}

.child-entry button.delete-btn {
    display: none;
}

.child-entry {
    border-radius: 4px;
}

    .child-entry button.delete-btn {
        display: none;
    }

.child-ages {
    margin-left: 0;
}

.child-entry label {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
}

.child-entry select {
    width: 120px;
    border: 1px solid #e1dddd !important;
    border-radius: 4px;
    height: 36px;
    padding-left: 5px !important;
    font-size: 12px;
    font-weight: 500;
    margin-right: 0;
}
.child-ages {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.child-entry {
    display: grid;
    width: 30.3%;
}

    .child-entry label {
        font-size: 12px;
        font-weight: 400;
    }

    .child-entry select {
        width: 100%;
    }
h4.text-15.fw-500.ls-2.lh-16 svg {
    height: 20px;
    fill: #666;
    left: 0;
}

.input-txt-fr.ht-schht-col svg {
    height: 24px;
    position: relative;
    top: 2px;
    left: -5px;
    fill: #999;
}

.srchguestwrap button.toggle-button {
    padding-left: 0;
}

.srchguestwrap svg {
    height: 20px;
    stroke: #999;
    top: 3px;
    position: relative;
}

.srchguestwrap svg {
    fill: #999;
    stroke: none;
    left: -3px;
}

.d-flex.srchguestwrap.infortwpr svg {
    fill: #fff;
    stroke: #999;
    height: 20px;
    top: 2px;
}

.currnornaslty {
    align-items: center;
    column-gap: 8px;
    display: flex;
}

    .currnornaslty .form-input.slebx-trav {
        width: 246px;
    }

        .currnornaslty .form-input.slebx-trav select {
            border: 1px solid #e1e7ee;
        }

.ht-extra-wrapper-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.child-entry select {
    font-weight: 400;
}

.hotel-search-panel-travcol.ht-rslt-trav-wrap .mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white {
    height: 70px !important;
}


@media(max-width:991px) {
    .dtpckt-search.search-panel-dtp {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .hotel-search-panel-travcol input {
        padding-right: 0;
    }

    .ht-extra-wrapper-col {
        display: grid;
    }

    .currnornaslty .form-input.slebx-trav {
        width: 100%;
    }

    .ht-extra-wrapper-col {
        margin: 0;
    }

    .mainSearch .ht-extra-wrapper-col .button-item {
        margin-top: 15px;
    }

        .mainSearch .ht-extra-wrapper-col .button-item button.mainSearch__submit {
            width: 100%;
        }

    .currnornaslty .form-input.slebx-trav select {
        font-size: 14px;
    }
}
/*Room End*/


/*hotel-result-page start*/

.ht-rslt-trav-wrap h4.trvllercltrav {
    margin-top: 7px;
    margin-bottom: 3px !important;
}

.ht-rslt-trav-wrap .dtpckt-search.search-panel-dtp {
    background-color: #fff;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}

.ht-rslt-trav-wrap .input-txt-fr.ht-schht-col {
    background-color: #fff;
    padding-top: 5px;
    height: 70px;
}

.bg-light-wht {
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
}

.text-yellow-2 {
    color: #ffaa06 !important;
}

.bg-green-1 {
    background-color: #14884c !important;
}

img.htrating-icon {
    height: 14px;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}

.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-350 {
    width: 350px;
}
.ht-result-wrapper-col .toggle-element.-dropdown {
    min-width: 100%;
    padding: 15px;
}

.bdr-rigbtmcol {
    border-right: 1px dashed #ecefef;
}

.adtxtht {
    position: relative;
    padding-left: 20px;
    line-height: 18px;
    color: #5e616e;
}

    .adtxtht i {
        position: absolute;
        left: 0;
        top: 0;
    }

.rmsrhttrav {
    display: grid;
    gap: 5px;
}

.prize-ht-trav-col a.button {
    background: #f0832c !important;
    border: 2px solid #f0832c;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}


    .prize-ht-trav-col a.button:after {
        background-color: rgba(255, 255, 255, 0.76);
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -35px;
        transform: rotate(35deg);
        transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
        opacity: 0;
    }

    .prize-ht-trav-col a.button:hover:after {
        left: 120%;
        transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
        opacity: 0.25;
    }



.mpb2b-expr:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(38 16 16 / 25%);
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
}

.prize-ht-trav-col a.button:hover {
    background-color: #e77114 !important;
    border: 2px solid #e77114 !important;
}

.bitravrslt {
    font-size: 10px;
    font-weight: 500;
    color: var(--color-green-2);
    text-align: left;
}

a.curpintmap {
    z-index: 1;
    cursor: pointer;
}

.maphttavmp {
    padding: 0 !important;
    border-radius: 8px !important;
}

.ht-result-wrapper-col h2.aplyfiltrec {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.htsearchrstl {
    display: inline-block;
    width: 100%;
}


    .htsearchrstl .form-input i.las.la-search {
        position: absolute;
        left: 10px;
        top: 15px;
        font-size: 24px;
        color: #b9bcbf;
    }

    .htsearchrstl .form-input input {
        padding-left: 40px !important;
        padding-top: 15px;
    }

        .htsearchrstl .form-input input:valid ~ label {
            margin-left: 40px;
        }

    .htsearchrstl .form-input label {
        margin-left: 25px;
    }

    .htsearchrstl .form-input input:focus ~ label {
        margin-left: 40px;
    }

.flightreswrap-trav #formContainerfilter-flight .ht-trav-accordion__content .sidebar__item {
    border: none;
}

@media(max-width:767px) {
    .rmsctn-tgrs i.las.la-angle-down {
        top: 0;
    }

    .ht-rslt-trav-wrap h4.trvllercltrav {
        justify-content: space-between !important;
    }
}


.sidebar__item-filter {
    display: grid;
    border: none;
    gap: 10px;
    padding: 0;
    width: 100%;
}

.ht-trav-accordion__item {
    width: 100%;
    display: grid;
    gap: 0;
}

.ht-trav-accordion__button {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    width: 100%;
    justify-content: space-between;
}

.ht-trav-accordion__icon {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .ht-trav-accordion__icon i {
        display: none;
        font-size: 18px;
    }

.ht-trav-icon-up {
    display: block;
}

.ht-trav-icon-down {
    display: none;
}
     
.ht-trav-accordion__content {
    overflow: hidden; /* Hide content overflow */
    transition: max-height 0.4s ease-out; /* Transition effect */
    width: 100%;
    padding-top: 0;
}

.ht-trav-button {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

del.glitcol {
    font-weight: 500;
    color: #999;
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}

.ht-trav-accordion__item .sidebar__item.-no-border {
    box-shadow: none !important;
    background: transparent;
}

.ht-trav-accordion__button {
    padding: 0;
}

.ht-trav-accordion__item {
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 1%);
    background-color: #fff;
    border-radius: 8px;
    padding: 0 15px;
    padding-top: 10px;
    padding-bottom:5px;
}

.sidebar__item-filter .border-bottom-light {
    border: none;
}

.sidebar__item-filter {
    gap: 5px;
}

.ht-trav-accordion__content .sidebar__item.-no-border {
    padding: 15px 0;
    padding-top: 0;
    padding-bottom: 0;
}

.semorebtn {
    position: relative;
    border: 2px solid transparent;
    margin: 0 0px 0px;
    cursor: pointer;
    user-select: none;
    appearance: none;
    text-decoration: none;
    font-family: inherit;
    display: flex;
    width: 100%;
    font-size: 0.875rem;
    height: 36px;
    padding: 0px 16px;
    border-radius: 4px;
    gap: 8px;
    background-color: rgb(241, 241, 241);
    color: rgb(0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .semorebtn:hover {
        background-color: rgb(216, 216, 216);
    }

/*distance range*/

.ht-trav-ht-distance-filter {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

.ht-trav-ht-slider-container {
    position: relative;
    height: 40px;
}

.ht-trav-ht-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #ddd;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 1;
}

.ht-trav-ht-slider-range {
    position: absolute;
    height: 6px;
    background-color: #52b3db;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.ht-trav-ht-slider-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    pointer-events: none; /* allow dragging only from thumb */
    background: none;
    z-index: 3;
}

    /* Chrome & Safari */
    .ht-trav-ht-slider-container input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        border: none;
        background: var(--thumb-color, #007bff);
        cursor: pointer;
        pointer-events: all;
    }

    /* Firefox */
    .ht-trav-ht-slider-container input[type=range]::-moz-range-thumb {
        height: 18px;
        width: 18px;
        border-radius: 50%;
        border: none;
        background: var(--thumb-color, #007bff);
        cursor: pointer;
        pointer-events: all;
    }

.ht-trav-ht-price-output {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px;
}

    .ht-trav-ht-price-output span {
        font-weight: 500;
    }

.ht-trav-ht-slider-container span.thumb {
    display: none;
}

.refndd {
    width: fit-content;
    background-color: rgb(225, 249, 245);
    padding: 3px 5px;
    border-radius: 4px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(245, 247, 250) 100%);
    font-size:13px;
}

.bitravrslt span {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 3px 5px;
    color: #f0832c;
}

.sidebar-checkbox {
    display: grid;
    gap: 10px;
    padding-top: 10px;
}
/*end*/

@media(min-width:992px) and (max-width:1400px) {

    .prize-ht-trav-col button.button {
        max-width: 150px;
        padding: 15px 10px;
        font-size: 14px;
    }

    .border-top-light.rstlcltrv.bg-light-wht .text-24.lh-16.fw-600 {
        font-size: 20px !important;
    }

    .prize-ht-trav-col .text-24.lh-12.fw-600.mt-5 {
        font-weight: 500;
    }

    .prize-ht-trav-col .text-24.lh-12.fw-600.mt-5 {
        font-weight: 500;
    }

    .ht-trav-luxry-ht button.toggle-button {
        font-size: 16px;
    }

    .hotel-search-panel-travcol input {
        font-size: 16px;
    }

    .input-txt-fr.ht-schht-col {
        height: 70px;
        padding-top: 5px;
    }

        .input-txt-fr.ht-schht-col svg {
            top: 4px;
            height: 20px;
        }

    .dtpckt-search.search-panel-dtp {
        min-height: 70px;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .searchMenu-guests.px-15.rmsctn-tgrs.col-psgnr-wrap {
        height: 70px;
        padding: 0;
        padding-top: 5px;
    }

    .mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white {
        padding: 15px !important;
        height: 70px !important;
    }

    .flightreswrap-trav #formContainerfilter-flight .sidebar__item {
        margin-bottom: 10px;
    }

    .sidebar__item-filter {
        gap: 5px;
    }
}



@media(min-width:992px) and (max-width:1199px) {

    .input-txt-fr.ht-schht-col {
        width: 350px;
    }

    .flight-grid-search.disflx-trvs-seach- {
        display: flex !important;
    }

    .searchMenu-guests {
        margin-left: 0;
    }

    .ht-trav-luxry-ht button.toggle-button {
        font-size: 16px;
    }

    .hotel-search-panel-travcol input {
        font-size: 16px;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .searchMenu-guests {
        width: 48%;
        margin: 1%;
        margin-top: 15px;
    }

    .ht-trav-luxry-ht button.toggle-button {
        font-size: 16px;
    }

    .hotel-search-panel-travcol input {
        font-size: 16px;
    }

    .ht-extra-wrapper-col {
        align-content: center;
        justify-content: center;
    }
}

@media(max-width:767px) {
    .ht-extra-wrapper-col {
        align-content: center;
        justify-content: center;
    }
}




.ht-tavht-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .ht-tavht-popup.show {
        opacity: 1;
        visibility: visible;
    }

.ht-tavht-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 1290px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.ht-tavht-popup.show .ht-tavht-popup-content {
    transform: scale(1);
}

.ht-tavht-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


.modal-body.mphtinseclei .sidebtr-mpfitr {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    padding: 15px;
    overflow: hidden;
    overflow-y: scroll;
    box-shadow: 0 0 4px rgb(51 51 51 / 30%);
    border-radius: 0 12px 12px 0;
}

.modal-dialog .modal-content .modal-body.mphtinseclei {
    padding: 0 15px;
    padding-right: 50px;
}

.mb2bbht.modal .modal-dialog button.close {
    top: 20px;
    width: 25px;
    height: 25px;
}

.mpfltbtohside {
    position: relative;
}

.modal-body.mphtinseclei .sidebtr-mpfitr h4 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.modal-body.mphtinseclei .sidebtr-mpfitr div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

    .modal-body.mphtinseclei .sidebtr-mpfitr div label {
        font-weight: 400;
        margin-right: 10px;
        font-size: 14px;
    }


.mpb2bbht.modal .modal-dialog button.close {
    top: 0;
    width: 25px;
    height: 25px;
}

.modal-dialog .modal-content .modal-body.mphtinseclei div#search-container {
    position: absolute;
    left: 15em;
    z-index: 1;
    top: 10px;
    width: 55%;
}

    .modal-dialog .modal-content .modal-body.mphtinseclei div#search-container input {
        width: 100%;
        border: none;
        height: 40px;
        padding-left: 15px;
        font-size: 15px;
        background: #fff;
        box-shadow: 0 0 4px rgb(51 51 51 / 30%);
    }

.price-tag {
    padding: 6px 10px;
}

.price-tagHover {
    padding: 6px 10px;
}

footer.footer.-type-1 {
    background-color: #f5f5f5 !important;
}

section.flightreswrap-trav {
    background-color: #f5f5f5 !important;
}

.pntr-tavr {
    border: none;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
}

.maphttavmp.sidebar__item.-no-border .flex-center.ratio {
    border-radius: 8px !important;
}

@media(min-width:992px) {
    .prize-ht-trav-col {
        padding-left: 30px;
        display: grid;
        justify-content: end;
        align-content: end;
    }
}

.singleMenu.trav-singleMenu.-is-active {
    z-index: 9999;
}

.pd-htimpad0 {
    padding: 0;
}

    .pd-htimpad0 .cardImage__content > img, .cardImage__content, .pd-htimpad0 .cardImage {
        border-radius: 8px 0 0 8px;
    }

.rstlcltrv.bg-light-wht .row.x-gap-20.y-gap-20 {
    padding: 0;
    margin: 0;
}

.slctrmcr {
    color: #191e3b;
    position: relative;
    top: -5px;
    text-align: right;
}

.galleryGrid.-type-1.pt-30 .rounded-4 {
    border-radius: 8px;
}

.singleMenu {
    position: static;
    opacity: 1;
    pointer-events: fill;
}

.bg-gray, section.htdt-wrapper-trav-ht.flightreswrap-trav {
    background-color: #f4f5f5 !important;
}

.singleMenu.trav-singleMenu.-is-active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    max-height: 500px;
    margin: 0 auto;
    box-shadow: rgba(39, 66, 59, 0.1) 0px 10px 10px -6px;
    background-color: #fff !important;
    height: 72px;
}

.bg-ht-trv {
    display: grid;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgb(223 223 223 / 25%);
}

.htrmslwrap {
    box-shadow: 0px 0px 5px rgb(223 223 223 / 25%);
}

.bg-gray .singleMenu__content {
    min-height: auto;
}

#spacer {
    height: 0;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.singleMenu__links a.active {
    color: #f0832c;
    font-weight: bold;
    position: relative;
}

.singleMenu__links a {
    font-size: 16px;
}

    .singleMenu__links a.active:after {
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -17px;
        background-color: #f0832c;
    }

.rm-ht-trav {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgb(223 223 223 / 25%);
}

.singleMenu.trav-singleMenu.-is-active .singleMenu__content {
    padding: 0;
}

    .singleMenu.trav-singleMenu.-is-active .singleMenu__content .rm-ht-trav {
        box-shadow: none;
        padding: 15px 0;
    }

.roomGrid__header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.roomGrid__header {
    grid-template-columns: 270px 293px 295px 180px;
}

.roomGrid__grid {
    grid-template-columns: 280px 1fr;
}

.roomGrid__content {
    grid-template-columns: 1fr 1fr 1fr;
}

.col-auto-pmp-ot {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.roomGrid__header > *:first-child {
    padding-left: 15px;
}

.roomGrid__header div {
    border-right: 1px solid #dee2e6;
}

.roomGrid__header > *:last-child {
    border: none;
}

.fgradne {
    display: grid;
}

    .fgradne span {
        color: #666;
    }

.roomGrid__content {
    align-items: center;
    padding: 10px 0;
    padding-bottom: 5px;
}

.text-clr-nrfd {
    color: #9d1c1f;
}

.txtlftgrn {
    color: #f0832c;
    text-align: left;
    font-weight: 500;
}

.roomGrid__header {
    background-color: #f4f5f5;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(-90deg, rgb(245 247 250) 0%, rgb(255, 255, 255) 25%, rgb(245, 247, 250) 100%);
    border: 1px solid #f5f7fa;
}

    .roomGrid__header div {
        font-weight: 500;
        font-size: 16px;
        color: #333;
    }

.imghtimgcal {
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
}

/*room slider start*/
.slider-httrav-rm-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.slider-httrav-rm {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-httrav-rm-image-slide {
    min-width: 100%;
}

.slider-httrav-rm-container img {
    width: 100%;
    display: block;
}

.slider-httrav-rm-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    padding: 0 20px;
    z-index: 10;
}

.slider-httrav-rm-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 29px;
}

    .slider-httrav-rm-arrow {
        background-color: rgba(0, 0, 0, 0.8);
    }

.slider-httrav-rm-container .slider-httrav-rm-arrow {
    display: block;
    background-color: rgb(255 255 255 / 90%);
    color: #002c3e;
    width: 30px;
    height: 30px;
}

.slider-httrav-rm-image-count {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 5;
    font-weight: bold;
}
/*room slider end*/

@media(max-width:991px) {
    .pd-htimpad0 .cardImage__content > img, .cardImage__content, .pd-htimpad0 .cardImage {
        border-radius: 8px 8px 0 0;
    }
}

.roomGrid__grid > * {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .roomGrid__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .roomGrid__content {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}





.middle-b2bht {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

    .middle-b2bht h1 {
        font-family: "Inter", sans-serif;
        color: #fff;
    }

    .middle-b2bht input[type=radio], .middle-b2bht input[type=checkbox] {
        display: none;
    }

        .middle-b2bht input[type=radio]:checked + .box, .middle-b2bht input[type=checkbox]:checked + .box {
            background-color: #52b3db;
            border-color: #52b3db;
            border-width: 2px;
            border-radius: 4px;
            color: #ffffff;
        }

    .middle-b2bht .box i {
        color: #ffaa06;
        font-size: 16px;
    }

    .middle-b2bht .box {
        transition: all 250ms ease;
        will-change: transition;
        cursor: pointer;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        justify-content: center;
        background: #fff;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 4px;
        background: rgb(245, 247, 250);
    }

    .middle-b2bht label {
        width: 23%;
        display: grid;
    }

    .middle-b2bht input[type=checkbox]:checked + .box i {
        color: #fff;
    }

    .middle-b2bht.roomslecacl label .box {
        font-size: 12px;
        text-align: center;
        justify-content: center;
    }

.form-checkbox__mark {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 20px;
    height: 20px;
}

.extrasevht {
    border-radius: 8px;
}

    .extrasevht .form-checkbox__mark {
        width: 20px;
        height: 20px;
    }

.form-checkbox {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

ul.pa-ht-hesst {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    justify-content: start;
}

    ul.pa-ht-hesst li {
        display: flex;
        gap: 10px;
        border-radius: 8px;
        width: 24%;
        align-items: start;
        font-size: 14px;
    }

        ul.pa-ht-hesst li i {
            position: relative;
            top: 5px;
            color: #666;
        }

.pa-ht-hesst li {
    list-style-type: none;
}

.pa-ht-hesst .more-list {
    display: none;
}

.pa-ht-hesst .show-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.pa-ht-hesst .show {
    display: list-item;
}

a#toggleMore, span#toggleButton {
    color: #36c;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px !important;
    cursor: pointer;
    margin-top: 15px !important;
    display: block;
}

ul.pa-ht-hesst li {
    position: relative;
    padding-left: 20px;
    line-height: normal;
}

    ul.pa-ht-hesst li i.las {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 12px;
    }

ul.pa-ht-hesst {
    gap: 16px;
}

@media(max-width:767px) {
    .middle-b2bht.roomslecacl {
        padding-bottom: 3em;
    }
}

.phtvienw p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.phtvienw ul {
    margin-bottom: 1em;
    display: block;
}

.over-viewinht.plcydht-col {
    display: inline-block;
    width: 100%;
    margin-top: 2em;
}

.pllyvhin.neratrcall h3 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.pllyvhin.neratrcall ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    justify-content: start;
}

    .pllyvhin.neratrcall ul li {
        display: flex;
        gap: 10px;
        border-radius: 8px;
        width: 33%;
        align-items: start;
        font-size: 14px;
    }

@media(max-width:767px) {
    .d-flex.x-gap-20.rmsltcallinfo-wrap {
        display: grid !important;
        gap: 10px;
    }

    ul.pa-ht-hesst li {
        width: 100%;
    }

    .pllyvhin.neratrcall ul li {
        width: 100%;
    }

    .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
        padding: 0 15px !important;
    }

    .singleMenu__links.row.x-gap-60.y-gap-10 {
        justify-content: center;
        align-content: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pllyvhin.neratrcall ul li {
        width: 49%;
    }

    .d-flex.x-gap-20.rmsltcallinfo-wrap {
        display: grid !important;
        gap:5px;
    }

    .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
        padding: 0 15px !important;
    }

    .singleMenu__links.row.x-gap-60.y-gap-10 {
        justify-content: center;
        align-content: center;
    }

    .d-flex.x-gap-20.rmsltcallinfo-wrap .text-14.ml-5 {
        font-size: 12px !important;
        font-weight: 600;
        position: relative;
        top: -3px;
    }

    .d-flex.x-gap-20.rmsltcallinfo-wrap .d-flex.items-center {
        padding: 0 5px;
    }
    .d-flex.x-gap-20.rmsltcallinfo-wrap {
        display: flex !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    ul.pa-ht-hesst li {
        width: 24%;
    }

    .pllyvhin.neratrcall ul li {
        width: 49%;
    }

    .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
        padding: 0 15px !important;
    }
    .d-flex.x-gap-20.rmsltcallinfo-wrap {
        display: flex !important;
    }
}

.non-col-wrap {
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #dee2e6;
    font-size: 12px;
    color: #464d48;
    line-height: normal;
    margin: 0 15px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(245, 247, 250) 100%);
}

.gray-clr {
    color: #808080;
}

.psdtwrapper-ht {
    display: grid;
    gap: 15px;
}

section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 {
    padding-top: 0;
}

    section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 .flty-rslt.psgngrdt-col-trav:before {
        height: 100%;
    }

    section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 .container {
        position: relative;
        top: -5em;
    }

    section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 .flight-result-trgy {
        display: inline-block;
        width: 100%;
    }

        section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 .flight-result-trgy .flty-rslt.psgngrdt-col-trav.htpdinfo-wrap {
            padding-bottom: 5em;
        }

            section.htdt-wrapper-trav-ht.flightreswrap-trav.trave-pb-md.bg-light-2 .flight-result-trgy .flty-rslt.psgngrdt-col-trav.htpdinfo-wrap .container {
                position: static;
            }

.mainSearch.reywwprcol.htdetalismst {
    margin-bottom: 15px;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    padding: 15px;
}

.step {
    display: flex;
    position: static;
    align-items: center;
}

.step-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}

.step :first-child .step-item-icon {
    display: none;
}

.step-item-icon {
    padding: 0 12px;
}

.step-item-number {
    background-color: #ffffff;
    color: #0f294d;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    flex: none;
    font-weight: 700;
}

.step-item-text {
    font-size: 14px;
    line-height: 18px;
    padding-left: 8px;
    font-weight: 700;
}

.step-item:last-child {
    color: rgb(255 255 255 / 60%);
}

    .step-item:last-child .step-item-number {
        background-color: rgb(255 255 255 / 60%);
        color: #2b3e5d;
        font-weight: 500;
    }

.hdg-ht-trav {
    line-height: normal;
}




.cancelPolicy {
    margin-top: 0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 15px;
    background: #fff;
}

.cancelPolicy_title {
    color: #051a37;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px;
}

.cancelSteps .steps {
    display: flex;
    flex-direction: column;
}

    .cancelSteps .steps .steps-item {
        position: relative;
    }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-tail {
            left: -3px;
            margin: 0;
            padding: 15px 0 0;
            position: absolute;
            width: 2px;
            height: 100%;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon {
            margin-left: 6px;
            margin-right: 12px;
            margin-top: -5px;
            float: left;
            width: 8px;
            height: 8px;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content {
            width: 92%;
            display: inline-block;
            color: #051a37;
            top: -5px;
            position: relative;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-tail:after {
            display: inline-block;
            width: 2px;
            height: calc(100% - 6px);
            background: rgba(0, 0, 0, .06);
            border-radius: 1px;
            content: "";
            background-color: #dadfe6;
            margin-left: 11px;
            margin-top: 2px;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span {
            position: relative;
            top: -.5px;
            line-height: 1;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .highlight {
            color: #11a670;
            font-weight: 700;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span .t-step-item-icon-pic {
            width: 100%;
            height: 100%;
        }

            .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span .t-step-item-icon-pic .icon {
                font-size: 18px;
                margin-left: -6px;
            }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content .t-steps-item-title {
            font-size: 14px;
            line-height: 18px;
            word-break: break-word;
            font-weight: 700;
            display: flex;
            align-items: center;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content .highlight {
            color: #11a670;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content .t-steps-item-description {
            word-break: keep-all;
            line-height: 22px;
            margin-bottom: 16px;
            word-break: break-word;
            margin-top: 8px;
            font-size: 14px;
        }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content .descCurrent {
            color: #0f294d;
        }

.cancelSteps .steps-desc {
    margin-top: -10px;
    color: #707f94;
}

    .cancelSteps .steps-desc .steps-text {
        font-size: 14px;
        line-height: 22px;
    }

    .cancelSteps .steps-desc .list-circle:before {
        content: "*";
        position: absolute;
        left: 0;
    }

    .cancelSteps .steps-desc .list-circle {
        position: relative;
        padding-left: 10px;
    }

.cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span {
    position: relative;
    top: -.5px;
    line-height: 1;
}

    .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span .t-step-item-icon-dot {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        transition: all .3s;
        background-color: #dadfe6;
        left: -1px;
        top: 5px;
    }

        .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-icon .t-step-item-icon-span .t-step-item-icon-dot:after {
            position: absolute;
            top: -12px;
            left: -26px;
            width: 60px;
            height: 32px;
            background: rgba(0, 0, 0, .001);
            content: "";
        }

.cancelSteps .steps .steps-item:last-child .t-steps-item-tail {
    display: none;
}

.rstlcltrv.pgfntrcol.mb-15 h2 {
    color: #051a37;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px !important;
}

.rstlcltrv.pgfntrcol.mb-15 {
    border-radius: 8px;
}

.moeredtelmanut {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(245, 247, 250) 100%);
    border-radius: 8px;
    padding: 0 9px;
    padding-bottom: 5px;
}

ul.rmType__highlights {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
}

    ul.rmType__highlights li {
        line-height: 16px;
        margin: 0;
        padding-left: 10px;
        font-size: 14px;
        position: relative;
    }

        ul.rmType__highlights li:before {
            background-color: #4a4a4a;
            border-radius: 50%;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 3px;
            top: 4px;
        }

.nociewwrap {
    background-color: #f1f9ff;
    border-radius: 8px;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px !important;
}

.rstlp-ht-trav.chpstfast {
    display: flex;
    align-items: center;
    width: 280px;
}

.filter-current {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    margin-top: 8px;
    flex: 1 1 0%;
    gap: 5px;
}

    .filter-current .filter-selected {
        color: rgb(15, 41, 77);
        font-size: 14px;
        line-height: 18px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 8px;
        direction: ltr;
        padding: 5px 8px 5px 0px;
    }

.choosen-item-v8 {
    font-weight: bold;
    font-size: 12px;
    color: rgb(15, 41, 77);
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 4px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

.clear-all {
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    color: #36c;
    padding: 4px 8px;
}

.choosen-item-v8 span.name.font-bold {
    font-weight: 500;
    font-size: 12px;
}

.clear-all span.clear-all__text {
    font-weight: 500;
    font-size: 12px;
}

.choosen-item-v8 i.las.close {
    font-size: 14px;
    display: inline-block;
    margin-left: 3px;
    color: #666;
}

.prinstwpcol {
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(245 247 250 / 50%) 100%);
    border-radius: 0 8px 8px 0;
}

i.clrinfoicoht {
    background-color: #f0832c;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    padding: 0;
    position: relative;
    top: 2px;
    left: 3px;
}

.text-14.clrtxtamcall {
    font-weight: 500;
}

.trvelht-nop {
    border: 1px solid #f7f8fb;
    padding: 15px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgb(245, 247, 250) 100%);
    border-radius: 8px;
    padding-top: 5px;
}

.colmd-pgnrinpt .form-input.agewtdtht {
    width: 300px;
}

.rstlcltrv.htrelt-trav-col {
    border: 1px solid #fff;
}

    .rstlcltrv.htrelt-trav-col:hover {
        border: 1px solid #52b3db;
    }

.form-input.slebx-trav.adultcolwrap {
    width: 35%;
}

.bgclr-icon {
    background-color: antiquewhite;
    color: #f0873c;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 1px;
    font-size: 20px;
    text-align: center;
    line-height: 23px;
}

.romnm-ciontxt {
    position: relative;
    top: 3px;
}

.ht-trav-hmbnr {
    min-height: 30rem;
}

.trave-pb-md-best-ht {
    display: inline-block;
    width: 100%;
}

.hotelsCard {
    border: 1px solid #dfe0e4;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}

.hotelsCard__content.mt-10 {
    padding: 5px 15px;
    padding-bottom: 15px;
}

.hotelsCard.-type-1 .hotelsCard__title span {
    line-height: 25px !important;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hotelsCard.-type-1 .hotelsCard__title span {
    font-size: 16px;
}

.fldtnamt strong {
    font-size: 16px;
    display: inline-block;
    color: #f0832c;
    font-weight: 600;
}

section.section-bg.cplfiserch.ht-trav-hmbnr:before {
    background-color: rgb(2 21 36 / 20%);
}

#rooms-container {
    max-height: 360px;
    overflow-y: auto;
    transition: max-height 0.3s ease;
    padding-right: 10px;
}

section.section-bg.cplfiserch.ht-trav-hmbnr:before {
    z-index: 2;
}

section.section-bg.cplfiserch.ht-trav-hmbnr .section-bg__item.col-12 {
    z-index: 1;
}

section.section-bg.cplfiserch.ht-trav-hmbnr .container {
    z-index: 2;
    position: relative;
}

.hotel-search-panel-travcol.ht-rslt-trav-wrap .searchMenu-guests .dropdown-panel ::-webkit-scrollbar {
    width: 4px;
}

/* Base styles for the popup overlay */
.commortex {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
    overflow: auto;
}

/* Modal content */
.commortex-content {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    width: 400px;
    position: relative;
    animation: fadeIn 0.3s ease;
    text-align: center;
}

/* Close button */
.close-commortex {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
}

    .close-commortex:hover {
        color: #e00;
    }

.bg-clr-pdwrap {
    background-color: #ebf5ff;
    padding: 10px;
    align-items: center;
    border-radius: 8px;
    border: 0.1rem solid rgb(225, 231, 238);
    margin: 0;
    margin-top: 15px;
}

.lgonbtncall {
    background-color: #fff;
    border: 1px solid #f0832c;
    border-radius: 4px;
    color: #f0832c;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    outline: 0;
    width: 80px;
}


.trhtlogin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 99999999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.popup-content-trhtlogin {
    background: white;
    margin: 10% auto;
    max-width: 600px;
    position: relative;
    width: 480px;
    padding: 44px 50px 25px;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.2) -5px 0px 9px 0px;
    background-color: rgb(255, 255, 255);
}

.trhtlogin .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

/* Optional: Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive design */
@media (max-width: 600px) {
    .commortex-content {
        width: 90%;
        padding: 20px;
    }
}
/* login */


.htloginwrapper {
    width: 100%;
}

    .htloginwrapper h2 {
        text-align: left;
    }

    .htloginwrapper input, .htloginwrapper button {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        font-size: 16px;
    }

        .htloginwrapper button:disabled {
            background-color: #ccc;
            color: #666;
        }

    .htloginwrapper button {
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .htloginwrapper .btn-alt {
        background-color: #28a745;
        margin-top: 10px;
    }

    .htloginwrapper .otp-inputs input {
        width: 20%;
        text-align: center;
        font-size: 20px;
        margin-right: 5%;
    }

    .htloginwrapper .otp-message {
        color: red;
        margin-top: 10px;
        text-align: center;
        border: none;
    }

    .htloginwrapper .success-message {
        color: green;
        text-align: center;
        margin-top: 20px;
    }

#logout-global {
    margin: 20px auto;
    display: none;
}

    #logout-global button {
        background-color: #dc3545;
        padding: 10px 20px;
    }

#email-screen {
    display: none;
}

    #email-screen p {
        font-size: 18px;
    }

#back-to-mobile {
    color: #007bff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}

.loginidcol-ht {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .loginidcol-ht span.close {
        font-size: 36px;
        color: rgb(100 122 152);
        right: 15px;
    }

    .loginidcol-ht h2 {
        margin: 0;
        font-size: 24px;
        margin-bottom: 1em;
    }


.loginidcol-ht {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .loginidcol-ht span.close {
        font-size: 36px;
        color: rgb(100 122 152);
        right: 15px;
    }

    .loginidcol-ht h2 {
        margin: 0;
        font-size: 24px;
        margin-bottom: 1em;
    }

.htloginwrapper select#country-code {
    width: 80px;
}

.htloginwrapper div {
    border: 1px solid #52b3db;
    border-radius: 8px;
    padding: 0 10px;
    height: 56px;
}



    .htloginwrapper div input {
        margin: 0;
        padding-left: 15px !important;
    }

.htloginwrapper {
    position: relative;
}

    .htloginwrapper label {
        font-size: 14px;
        padding-left: 0;
        color: #52b3db;
        font-weight: 500;
    }

    .htloginwrapper input {
        border: 1px solid #ddd;
        padding-left: 15px !important;
        border-radius: 8px;
    }

    .htloginwrapper .otp-inputs {
        border: none;
    }

        .htloginwrapper .otp-inputs input {
            border: 1px solid #52b3db;
            border-radius: 8px;
        }

    .htloginwrapper h2 {
        font-size: 20px;
        font-size: 20px;
        color: rgb(100 122 152);
    }

    .htloginwrapper p#otp-instruction {
        margin-bottom: 1em;
        text-align: left;
        color: rgb(100 122 152);
    }

        .htloginwrapper p#otp-instruction span#display-phone {
            font-weight: 500;
        }

    .htloginwrapper button {
        background: #f0832c;
        font-weight: 600;
        margin-top: 1em;
    }

.grncolclr {
    color: #11a670;
}

.htloginwrapper .btn-pdiconcall-wrap button {
    background: transparent;
    width: 45px;
    text-align: center;
    height: 45px;
    border: 1px solid #bebebe;
    padding: 0;
}

.htloginwrapper .btn-pdiconcall-wrap {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .htloginwrapper .btn-pdiconcall-wrap button svg {
        margin: 0 auto !important;
    }

        .htloginwrapper .btn-pdiconcall-wrap button svg path {
            color: #333;
        }

.bgbdlft {
    height: 100%;
    border-left: 1px solid #dee2e6;
}

.non-col-wrap span.px-5px {
    display: grid;
    align-items: center;
    justify-content: center;
}

    .non-col-wrap span.px-5px i {
        display: inline-block;
        margin: 0 auto;
    }

.non-col-wrap {
    padding: 5px 10px;
    border: none;
    margin: 0 15px;
    border-radius: 4px;
}

.rmgustwrp i.las {
    position: relative;
    top: -3px;
}

.fuilbrline {
    width: 1px;
    display: inline-block;
    height: 10vh;
    background: #e3e7ea;
    margin: 0 20px;
}

.gap30vko {
    gap: 20px;
}

.col-auto.htimgsglypgcol .slider-httrav-rm-image-count {
    font-size: 10px;
    right: 5px;
    bottom: 2px;
    padding: 3px 5px;
}

.nfnhtcol {
    display: grid;
    align-items: center;
    justify-content: center;
}

    .nfnhtcol i.las.la-moon.text-18 {
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

.form-input.slebx-trav.adultcolwrap {
    background-color: #fff;
}

.colmd-pgnrinpt .form-input {
    background-color: #fff;
}

@media(max-width:991px) {
    .d-flex.items-start.gglmapcallinofset {
        display: grid !important;
    }

    .fuilbrline {
        width: 100%;
        height: 1px;
        background: #dee2e6;
        margin: 10px 0;
    }

    .gap30vko {
        gap: 0;
    }

    .psgrn-dt-wrapper.mblhidecolwrapper {
        display: none;
    }

    .mob-txt-jornpnl.ht-trav-ltwrap {
        margin-bottom: 15px;
    }

    .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content {
        padding-left: 25px;
        top: -7px;
    }

    div#pdtwrecol-ht {
        position: static !important;
    }

    .mt-20.contuninmobivicall {
        bottom: 0;
        background-color: #fff;
        left: 0;
        padding: 20px;
        z-index: 99;
        box-shadow: 0px -4px 4px 0px rgb(5 16 54 / 5%);
        display: grid;
        align-items: center;
        justify-content: center;
    }

        .mt-20.contuninmobivicall .text-15.ml-5 {
            font-size: 10px !important;
            text-align: left;
        }

    .contuninmobivicall {
        position: static;
        width: 100%;
        background: lightblue;
        padding: 10px;
        text-align: center;
    }

        .contuninmobivicall.fixed-bottom {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 999;
        }

    .mt-20.contuninmobivicall a.btn.button.h-60.mt-20.btn-ptc-trav {
        margin: 0 auto;
        width: 100%;
        height: 46px !important;
        margin-top: 10px !important;
    }

    .bdrlinen {
        border-top: #dee2e6 1px solid;
        margin-top: 5px;
        padding-top: 5px;
    }
}

@media(min-width:991px) {
    .psdtwrapper-ht.dslpycolwrpper {
        display: flex;
        align-items: center;
    }

    .col-auto.htimgsglypgcol {
        width: 200px;
        height: 130px;
        overflow: hidden;
    }

    .rmgustwrp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}


@media(max-width:991px) {
    .mblicionwrap {
        display: grid !important;
        margin-bottom: 14px;
        gap: 5px;
        margin-bottom: 10px !important;
    }

    .mobilcoladnwcall {
        display: grid !important;
    }

    .bg-clr-pdwrap .text-14.fw-600 {
        line-height: initial;
        font-size: 12px !important;
        padding-right: 10px;
        font-weight: 500 !important;
    }

    .popup-content-trhtlogin {
        width: 100%;
        padding: 20px;
    }

    #loginPopup {
        padding: 0 15px;
    }
}

.rmdltslt {
    width: auto;
    text-wrap: nowrap;
    padding: 10px 0;
    border-radius: 4px;
}

@media(min-width:992px) and (max-width:1199px) {

    .mobilcoladnwcall {
        display: grid !important;
        width: 100%;
    }

    .fuilbrline {
        width: 100%;
        height: 1px;
        margin: 0;
        margin: 10px 0;
        margin-bottom: 5px;
    }

    .pdhrht-rmg {
        display: flex;
        align-content: center;
        gap: 14px;
    }
}

/*hotel-result end*/












.autocomplete-suggestions {
    position: absolute;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 999;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer;
}

    .autocomplete-suggestion:hover {
        background-color: #eee;
    }

.trav-container {
    position: relative;
    max-width: 400px;
}


#formContainerfilter-flight.ht-trav-ht-wrapper {
    justify-content: start;
    align-items: start;
}

ul.slrb2bopt {
    margin-left: 0;
}
 ul.slrb2bopt li a {
        border: 1px solid #2093EF;
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0 10px;
        color: #2093EF;
        background-color: #fff;
    }

div#session-timer span#time-remaining {
    color: #2b3e5d !important;
}
span#spnresetSort {
    font-size: 13px;
    font-weight: bold;
    color: #2093f2;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
}




.sssion-expire-ht .timeoutseetioncall-clock {
    padding: 8px 10px;
    border-radius: 8px;
    padding-bottom: 5px;
}

    .sssion-expire-ht .timeoutseetioncall-clock strong {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .sssion-expire-ht .timeoutseetioncall-clock i.las.la-clock {
        top: -2px;
    }

    .sssion-expire-ht .timeoutseetioncall-clock strong span#time-remaining {
        position: relative;
        top: -1px;
    }
.ht-trav-accordion__content .text-14.ml-10 {
    margin-left: 8px !important;
}
a.curpintmap {
    bottom: 0;
    width: 100%;
    background: rgb(82 179 219) !important;
    color: #fff;
}


/*filter-loader-*/
.filter-loader-wrapper { position:relative; } 
.filter-loader {
   
    width: 100%;
    height: 100%;
    padding: 0;
}

.loader-bar {
    width: 100%;
    height:6px;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite linear;
    border-radius: 3px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.loader-bar.mapbar {
    height: 180px;
}

.loader-bar.fitrbar {
    margin: 25px 0;
    width: 35%;
    height: 20px;
    margin-bottom: 15px;
}

.sbhn-bar {
    display: grid;
    gap: 16px;
    margin: 30px 0;
}

    .sbhn-bar .loader-bar:first-child {
        height: 21px;
        width: 61%;
    }

    .sbhn-bar .loader-bar:last-child {
        height: 55px;
        width: 100%;
    }
.loader-bar.mapbar {
    height: 180px;
}

.loader-bar.fitrbar {
    margin: 25px 0;
    width: 35%;
    height: 20px;
    margin-bottom: 15px;
}

.sbhn-bar {
    display: grid;
    gap: 18px;
    margin: 30px 0;
}

    .sbhn-bar .loader-bar:first-child {
        height: 21px;
        width: 61%;
    }

    .sbhn-bar .loader-bar:last-child {
        height: 52px;
        width: 100%;
    }

.rnbar {
    display: grid;
    gap: 10px;
    margin: 15px 0;
}

    .rnbar .loader-bar {
        height: 29px;
        width: 40%;
    }

        .rnbar .loader-bar:first-child {
            width: 80%;
            height: 34px;
        }

        .rnbar .loader-bar:last-child {
            width: 55%;
        }

.pdbar {
    display: grid;
    gap: 10px;
    margin: 0;
    margin-top: 32px;
}

    .pdbar .loader-bar {
        height: 35px;
        width: 49%;
    }

        .pdbar .loader-bar:nth-child(2) {
            width: 100%;
            height: 30px;
        }

    .pdbar .ldtdbarl .loader-bar {
        width: 100%;
    }

.ldtdbarl {
    display: flex;
    gap: 64px;
}

.pdbarradingbar {
    display: grid;
    gap: 10px;
    margin-top: 27px;
}

    .pdbarradingbar .loader-bar {
        height: 35px;
        width: 40%;
    }

.ldtdbarlrat {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
    width: 75%;
}

.pdbarradingbar .ldtdbarlrat .loader-bar {
    height: 45px;
}

.pdbarradingbaratt {
    display: grid;
    gap: 12px;
    margin-top: 0;
    margin-bottom: 30px;
}

    .pdbarradingbaratt .loader-bar {
        height: 25px;
        width: 80%;
    }

.pdbarradingbaratt {
}

    .pdbarradingbaratt .loader-bar:first-child {
        width: 56%;
        height: 30px;
    }

    .pdbarradingbaratt .loader-bar:nth-child(3) {
        width: 55%;
    }

    .pdbarradingbaratt .loader-bar:nth-child(4) {
        width: 70%;
    }

    .pdbarradingbaratt .loader-bar:nth-child(5) {
        width: 59%;
    }

    .pdbarradingbaratt .loader-bar:nth-child(6) {
        width: 50%;
    }

    .pdbarradingbaratt .loader-bar:last-child {
        height: 50px;
        width: 100%;
    }


div#loaderLine { position:relative; }
div#loaderLine:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    z-index: 1;
    animation: 2s linear infinite move;
    -webkit-animation: 2s linear infinite move;
    overflow: hidden;
    border-radius: 20px 8px 8px 20px;
}

    div#loaderLine:after {
        width: 7px;
        content: "";
        height: 7px;
        border-radius: 50%;
        right: 0;
        background: #f0832c;
        z-index: 10;
        top: -1px;
        position: absolute;
        box-shadow: 0 0 2px 3px rgba(255, 0, 0, .6);
        animation-name: end-point-movement;
        -webkit-animation-name: end-point-movement;
    }

@media(max-width:767px) {
    .dropdown.trav-dropdown.trav-amenities-active {
        display: grid;
        gap: 5px;
    }

    .sssion-expire-ht .timeoutseetioncall-clock strong {
        display: grid;
        gap: 0;
        font-size: 14px;
    }
    #formContainerfilter-flight.ht-trav-ht-wrapper.filterhtneaddd {
        display: inherit;
    }

        #formContainerfilter-flight.ht-trav-ht-wrapper.filterhtneaddd .popup-content {
            overflow: inherit;
        }

            #formContainerfilter-flight.ht-trav-ht-wrapper.filterhtneaddd .popup-content aside.sidebar.py-20.px-15.rounded-4 {
                overflow: hidden;
                overflow-y: scroll;
                height: 100vh;
            }

}


h4.flxiohttrav {
    justify-content: start !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px;
}



    h4.flxiohttrav svg {
        top: -2px !important;
        width: 18px;
        height: 18px;
    }



.ui-widget.ui-widget-content.ui-autocomplete {
    border: none;
    padding: 0;
}

    .ui-widget.ui-widget-content.ui-autocomplete li {
    }

        .ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a {
            position: relative;
            display: inline-block;
            padding: 10px;
            padding-left: 30px;
            font-size: 14px;
        }

            .ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a i {
                position: absolute;
                left: 9px;
                top: 10px;
            }

           

        .ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
            background-color: #eff1f2;
        }
        .ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a h6 {
            border: none;
            width: 75px;
            font-size: 15px;
            padding: 0;
            font-weight: 600;
        }

        .ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a {
            display: grid;
            align-items: start;
        }


.loading-state {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
 
    z-index: 150;
    align-items: center;
    justify-content: center;
    display: flex;
}
.loadingContent {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: calc(var(--font-scale, 1)*20px);
    color: #000;
    font-weight: 800;
    z-index: 999;
    position: absolute;
}

    .loadingContent img {
        height: 126px
    }

.loadingIcon {
    margin-bottom: 20px
}
.fliListLdr {
    width: auto;
    margin: 0 auto;
    display: table;
    position: relative;
    left:0;
}

.fliListLdrWrap {
    animation: flight 2s .4s infinite;
    position: relative;
    display: flex
}

.fliListLdrIcon {
    background: url("../img/flighticon.png") no-repeat;
    background-size: 161px 58px;
    width: 162px;
    height: 57px;
    position: relative;
    display: inline-block
}
.tabs.-bookmark .tabs__button.is-tab-el-active:before {
    z-index: 3;
}
.loadingContent p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.03rem;
}


.loading-state .uil-default-css.mt2 {
    background-image: url(../img/hotel.svg);
}

@media(max-width:767px) {
    h4.flxiohttrav, .disflx-trvs-seach- h4.text-15 {
        justify-content: start !important;
    }
}









    .landingpageloader-ht .fldrfiltr h2, .landingpageloader-ht .fldrfiltr h3 {
        margin-top: 0;
        display: grid;
        gap: 15px;
        font-weight: 400;
        font-size: 18px;
        color: #05203c;
    }

        .landingpageloader-ht .fldrfiltr h2 span {
            display: grid;
            gap: 5px;
            font-size: 16px; font-weight:400;
        }

.loading-state.landingpageloader-ht .uil-default-css.mt2 {
    margin: 0 auto;
    background-image: url(../img/ht-icon-orange.svg);
}

.landingpageloader-ht .fldrfiltr img {
    margin-bottom: 3rem;
    object-fit: cover;
    opacity: 0.03;
}


/*map flow*/
div#ht-tavht-popup.ht-tavht-popup {
    align-items: center;
    justify-content: center;
}

.ht-tavht-popup.show .ht-tavht-popup-content {
    max-width: 100%;
    width: 98%;
    border-radius: 12px;
    height: 98%;
}

.modal-body.mphtinseclei {
    height: 100%;
}
    .modal-body.mphtinseclei .mpfltbtohside div#modalMap {
        height: 85vh !important;
    }
    .modal-body.mphtinseclei .sidebtr-mpfitr label {
        display: flex;
        align-items: start;
        justify-content: start;
    }

    .modal-body.mphtinseclei .sidebtr-mpfitr div label input {
        width: auto;
        display: inline-block;
        margin-right: 10px;
        height: 27px;
    }

    .modal-body.mphtinseclei .sidebtr-mpfitr h4 {
        text-align: left;
    }
    .modal-body.mphtinseclei .sidebtr-mpfitr {
        box-shadow: 0 0 4px rgb(51 51 51 / 10%);
    }
   .modal-body.mphtinseclei .sidebtr-mpfitr div .text-14 {
            border-bottom: none;
        }



.gm-style .gm-style-iw-c {
    padding: 0 !important;
    text-align: left;
}

    .gm-style .gm-style-iw-c .gm-style-iw-chr {
        position: absolute;
        width: auto;
        right: -5px;
        top: -5px;
        display: inline-block;
    }

        .gm-style .gm-style-iw-c .gm-style-iw-chr .gm-style-iw-ch {
            display: none;
        }

        .gm-style .gm-style-iw-c .gm-style-iw-chr button.gm-ui-hover-effect {
            position: absolute;
            right: 0;
            left: inherit;
        }

    .gm-style .gm-style-iw-c img {
        height: 14px;
      
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }
.gm-style-iw.gm-style-iw-c div div {
    max-width: 100% !important;
    box-shadow: none !important;
    padding: 0 !important;
    justify-content: start !important;
    gap: 8px;
}

.gm-style-iw-d {
    padding: 10px;
    padding-bottom: 0;
    padding-right: 15px;
}


.ht-mp-closn-ht {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .ht-mp-closn-ht .ht-tavht-close {
        line-height: normal;
        font-size: 36px;
    }

    .ht-mp-closn-ht div#search-container {
        width: 86%;
    }

        .ht-mp-closn-ht div#search-container input {
            border: 1px solid var(--color-border);
            border-radius: 4px;
            padding: 0 10px;
            min-height: 45px;
            transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            padding-left: 10px !important;
            width: 100%;
        }
.maprading-trvm {
    display: flex;
    align-items: center !important;
}

.ratingcolnewdaddmap {
    display: flex;
    align-items: center !important;
}

.maprading-trvm .tripmap-wrpr {
}

    .maprading-trvm .tripmap-wrpr .flex-center.text-white.fw-600.text-14.size-35.rounded-4.bg-green-1 {
        gap: 0 !important;
        justify-content: center !important;
        padding: 3px 5px !important;
        width: auto;
        height: auto;
        font-size: 12px !important;
    }

.gm-style-iw.gm-style-iw-c div .maprading-trvm {
    margin-top: 7px;
}

    .gm-style-iw.gm-style-iw-c div .maprading-trvm img.htrating-icon {
        margin-bottom: 0;
        width: 22px !important;
        height: 16px !important;
    }
@media(max-width:767px) {

    .modal-body.mphtinseclei .sidebtr-mpfitr {
        position: relative;
        height: 300px;
    }

    .modal-body.mphtinseclei .mpfltbtohside div#modalMap {
        height: 45vh !important;
    }
    .sidebar__item-filter {
        padding-bottom: 6rem;
    }
    h3.mb-flxht {
        display: grid !important;
        gap: 0 !important;
        margin-bottom: 10px;
        line-height: normal !important;
        font-size: 20px !important;
        font-weight: 500;
        margin-top: 10px;
    }

        h3.mb-flxht .d-inline-block.ml-10 {
            margin-left: 0 !important;
        }
}

.loading-state.landingpageloader-ht .modaloverlay {
    background: rgb(243, 246, 248);
}
    .loading-state.landingpageloader-ht .uil-default-css > div {
        background: #ffffff;
        width: 3px;
    }
.landingpageloader-ht .fldrfiltr {
    width: 100%;
}






.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a i img {
    width: 16px;
    height: 16px;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a i {
    top: 15px;
    opacity: 0.6;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a h6 {
    font-size: 12px;
    background-color: rgb(232 126 42 / 6%);
    width: auto;
    display: table;
    padding: 3px 5px;
    border-radius: 3px;
    color: #dd7929;
    font-weight: 500;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item:hover {
    background-color: #f2f5f6;

}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    background: #f0832c !important;
    border-color: #f0832c !important;
    color: #fff !important;
}

/*HT-Gallery*/
/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .justified-gallery > a,
    .justified-gallery > div,
    .justified-gallery > figure {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
        filter: "alpha(opacity=10)";
        opacity: 0.1;
        margin: 0;
        padding: 0;
    }

        .justified-gallery > a > img,
        .justified-gallery > div > img,
        .justified-gallery > figure > img,
        .justified-gallery > a > a > img,
        .justified-gallery > div > a > img,
        .justified-gallery > figure > a > img,
        .justified-gallery > a > svg,
        .justified-gallery > div > svg,
        .justified-gallery > figure > svg,
        .justified-gallery > a > a > svg,
        .justified-gallery > div > a > svg,
        .justified-gallery > figure > a > svg {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            border: none;
            filter: "alpha(opacity=0)";
            opacity: 0;
        }

        .justified-gallery > a > .jg-caption,
        .justified-gallery > div > .jg-caption,
        .justified-gallery > figure > .jg-caption {
            display: none;
            position: absolute;
            bottom: 0;
            padding: 5px;
            background-color: #000000;
            left: 0;
            right: 0;
            margin: 0;
            color: white;
            font-size: 12px;
            font-weight: 300;
            font-family: sans-serif;
        }

            .justified-gallery > a > .jg-caption.jg-caption-visible,
            .justified-gallery > div > .jg-caption.jg-caption-visible,
            .justified-gallery > figure > .jg-caption.jg-caption-visible {
                display: initial;
                filter: "alpha(opacity=70)";
                opacity: 0.7;
                -webkit-transition: opacity 500ms ease-in;
                -moz-transition: opacity 500ms ease-in;
                -o-transition: opacity 500ms ease-in;
                transition: opacity 500ms ease-in;
            }

    .justified-gallery > .jg-entry-visible {
        filter: "alpha(opacity=100)";
        opacity: 1;
        background: none;
    }

        .justified-gallery > .jg-entry-visible > img,
        .justified-gallery > .jg-entry-visible > a > img,
        .justified-gallery > .jg-entry-visible > svg,
        .justified-gallery > .jg-entry-visible > a > svg {
            filter: "alpha(opacity=100)";
            opacity: 1;
            -webkit-transition: opacity 500ms ease-in;
            -moz-transition: opacity 500ms ease-in;
            -o-transition: opacity 500ms ease-in;
            transition: opacity 500ms ease-in;
        }

    .justified-gallery > .jg-filtered {
        display: none;
    }

    .justified-gallery > .jg-spinner {
        position: absolute;
        bottom: 0;
        margin-left: -24px;
        padding: 10px 0 10px 0;
        left: 50%;
        filter: "alpha(opacity=100)";
        opacity: 1;
        overflow: initial;
    }

        .justified-gallery > .jg-spinner > span {
            display: inline-block;
            filter: "alpha(opacity=0)";
            opacity: 0;
            width: 8px;
            height: 8px;
            margin: 0 4px 0 4px;
            background-color: #000;
            border-radius: 6px;
        }




@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-icon {
    font-family: 'lg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
}

    .lg-next.disabled,
    .lg-prev.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .lg-next:hover,
    .lg-prev:hover {
        color: #fff;
    }

.lg-next {
    right: 20px;
}

    .lg-next:before {
        content: '\e095';
    }

.lg-prev {
    left: 20px;
}

    .lg-prev:after {
        content: '\e094';
    }

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
}

    .lg-toolbar .lg-icon.lg-icon-18 {
        font-size: 18px;
    }

    .lg-toolbar .lg-icon:hover {
        color: #fff;
    }

.lg-toolbar .lg-close:after {
    content: '\e070';
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

    .lg-toolbar .lg-maximize:after {
        content: '\e90a';
    }

.lg-toolbar .lg-download:after {
    content: '\e0f2';
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

    .lg-sub-html a {
        color: inherit;
    }

        .lg-sub-html a:hover {
            text-decoration: underline;
        }

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1;
}

.lg-group:after {
    content: '';
    display: table;
    clear: both;
}

.lg-container {
    display: none;
}

    .lg-container.lg-show {
        display: block;
    }

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: opacity;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-zoom-from-image {
        opacity: 1;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
        border-radius: 12px;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        will-change: transform, opacity;
        display: none !important;
    }

        .lg-outer .lg-item:not(.lg-start-end-progress) {
            background: url("../images/loading.gif") no-repeat scroll center center transparent;
        }

    .lg-outer.lg-css3 .lg-prev-slide,
    .lg-outer.lg-css3 .lg-current,
    .lg-outer.lg-css3 .lg-next-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-item,
    .lg-outer .lg-img-wrap {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-item:before,
        .lg-outer .lg-img-wrap:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        white-space: nowrap;
        font-size: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060;
    }

    .lg-outer .lg-object {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        position: relative;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object,
    .lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
    .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
        opacity: 1;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer[data-lg-slide-type='video'] .lg-download, .lg-outer[data-lg-slide-type='iframe'] .lg-download {
        opacity: 0.75;
        pointer-events: none;
    }

    .lg-outer .lg-first-slide .lg-dummy-img {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        opacity: 1;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
        opacity: 1;
        transition: opacity 0.2s ease-out 0.15s;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
        -webkit-transition: opacity 0.1s ease 0s;
        -moz-transition: opacity 0.1s ease 0s;
        -o-transition: opacity 0.1s ease 0s;
        transition: opacity 0.1s ease 0s;
    }

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
        transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    }

.lg-container {
    display: none;
}

    .lg-container.lg-show {
        display: block;
    }

    .lg-container.lg-dragging-vertical .lg-backdrop {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

    .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        opacity: 1;
    }

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: '\e909';
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.35s ease-out 0s;
    -moz-transition: -moz-transform 0.35s ease-out 0s;
    -o-transition: -o-transform 0.35s ease-out 0s;
    transition: transform 0.35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    display: inline-block;
    width: 100%;
    max-height: 350px;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

    .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
        text-align: center;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-left {
        text-align: left;
    }

    .lg-outer .lg-thumb-outer.lg-thumb-align-right {
        text-align: right;
    }

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
    }
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color;
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color 0.25s ease;
        -o-transition: border-color 0.25s ease;
        transition: border-color 0.25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
    content: '\e311';
}

.lg-icon.lg-actual-size {
    font-size: 20px;
}

    .lg-icon.lg-actual-size:after {
        content: '\e033';
    }

.lg-icon.lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

    .lg-icon.lg-zoom-out:after {
        content: '\e312';
    }

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

button.btn.btn-dynamic {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: hsl(0deg 0% 0% / 35%);
    border-radius: 50px !important;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-ou, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-ou {
    opacity: 0.75;
    pointer-events: none;
}

.lg-container.lg-show {
    z-index: 9999;
    position: relative;
}

.galleryGrid.-type-1 img {
    border-radius: 8px;
}
div#gallery-dynamic-thumbnails {
    position: relative;
}
/*end*/



span.phtadnwecoll {
    position: relative;
    left: 4px;
}


.header .header-menu .menu__nav {
    margin-bottom: 0;
}

.header .header-menu .menu li a {
    font-weight: 500;
}
a#Trav_Contact {
    font-weight: 600;
}
.txtphonrcol {
    margin-right: 5px;
}
.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a:hover {
    color: #05203c;
}

.ui-widget.ui-widget-content.ui-autocomplete li.ui-menu-item a h6 {
    color: #05203c;
}
h4.flxiohttrav svg {
    position: relative;
    top: -3px !important;
}
.flty-rslt div.sidebar-flight .mainSearch form {
    margin-bottom: 0;
}
.htmnecolnedadd {
    margin-bottom: 0 !important;
}

.trvpds {
    gap: 5px;
    margin-bottom: 5px;
}

    .trvpds del {
        font-size: 18px;
        color: #5e616e;
        font-weight: 600;
    }
    .trvpds del {
        position: relative;
        top: 2px;
        font-weight: 500;
    }
.ovrvwpr-col {
    margin-bottom: 0 !important;
    line-height: 22px;
}


ul.pa-ht-hesst {
    gap: 10px;
}

    ul.pa-ht-hesst li {
        font-weight: 500;
    }
.pacoltrav {
    margin-bottom: 0;
}
.bg-white-extrasevht {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}


    .bg-white-extrasevht .form-checkbox .text-14.ml-5 {
        font-weight: 500;
    }

.gridheadercolht .roomGrid__header {
    grid-template-columns: 420px 200px 200px 325px;
}

.gridheadercolht .roomGrid__grid {
    grid-template-columns: 1fr;
   
}

.gridheadercolht .roomGrid__content {
    grid-template-columns: 200px 200px 325px;
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed var(--color-border);
    padding-bottom: 10px;
}
.slider-httrav-rm-image-slide img {
    width: 100%;
    border-radius: 16px;
    height: 260px;
    object-fit: cover;
}
#countdown.loading-state {
    z-index: 9999999999;
}







.ht-column-wrapper-add-newbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.3%;
}
@media(min-width:767px) {
    .ht-column-wrapper-add-newbar .htrmslwrap {
        width: 32.4%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .ht-column-wrapper-add-newbar .htrmslwrap {
        width: 49.3%;
    }

        .ht-column-wrapper-add-newbar .htrmslwrap .imghtimgcal {
            display: grid;
        }
        .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid__grid {
            gap: 20px;
            display: grid;
        }
}
@media(min-width:992px) and (max-width:1199px) {
    .ht-column-wrapper-add-newbar .htrmslwrap {
        width: 49.3%;
    }

        .ht-column-wrapper-add-newbar .htrmslwrap .imghtimgcal {
            display: grid;
        }

        .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid__grid {
            gap: 20px;
        }
}
      
        .ht-column-wrapper-add-newbar .htrmslwrap .imghtimgcal {
            width: 100%;
        }

        .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid {
            padding-top: 0;
        }

            .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content {
                gap: 5px;
                display: flex;
                justify-content: space-between;
                align-items: start;
            }

            .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .rmslpcol {
                padding: 0;
            }

            .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content .col-auto-pmp-ot {
                display: grid;
                gap: 0;
                justify-content: end;
            }





            /*hotel-scrlling*/
/* --- Room Grid Scroll Section --- */
.roomGrid.frhtscrlbarnead {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

    /* When expanded, enable vertical scroll */
    .roomGrid.frhtscrlbarnead.expanded {
        overflow-y: auto;
        max-height: 195px;
    }

/* Show More / Less Button */
.roomGrid__grid button.show-more-btn {
    font-size: 14px;
    transition: background 0.3s ease;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
    color: #4bb1db;
    text-decoration: underline;
}

    .show-more-btn:hover {
        background: #005fa3;
    }

/* Optional scrollbar styling */
.roomGrid.frhtscrlbarnead.expanded::-webkit-scrollbar {
    width: 6px;
}

.roomGrid.frhtscrlbarnead.expanded::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
}


.fgradne-12 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ht-column-wrapper-add-newbar .htrmslwrap .imghtimgcal {
    padding: 0;
    border: none;
}

.ht-column-wrapper-add-newbar .htrmslwrap {
    padding: 10px !important;
}
ul.rmType__highlights {
    padding: 0;
    list-style: none;
    margin: 0;
}

    ul.rmType__highlights li {
        list-style: none;
        padding: 0;
    }

        ul.rmType__highlights li:before {
            display: none;
        }

.moeredtelmanut {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    border-radius: 0;
}
.fgradne-12 {
    display: grid;
    align-items: end;
    justify-content: end;
    gap: 0;
    text-align: right;
}

.ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content .col-auto-pmp-ot {
}

.roomGrid.frhtscrlbarnead.expanded {
    gap: 10px;
}

.fgradne-12 {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.frhtscrlbarnead .col-auto-pmp-ot {
    padding-right: 10px;
}

.fgradne-12 del.text-14 {
    color: #898989;
}

.ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content .col-auto-pmp-ot a.btn {
    width: 90px;
    height: 30px !important;
    font-size: 14px;
    font-weight: 600;
}

    .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content .col-auto-pmp-ot a.btn .icon-arrow-top-right.ml-10.text-10 {
        margin-left: 5px !important;
        font-size: 10px !important;
        position: relative;
        top: 2px;
    }

        .ht-column-wrapper-add-newbar .htrmslwrap .roomGrid .roomGrid__content .col-auto-pmp-ot a.btn .icon-arrow-top-right.ml-10.text-10:before {
            font-size: 8px !important;
        }
.ht-column-wrapper-add-newbar .htrmslwrap .roomGrid {
    gap: 0;
    padding:0;
}

.fgradne-12 del.text-14 {
    font-weight: 600;
}
            /*end*/

.gallery-container {
    height: 400px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.galleryGrid.-type-1 img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px !important;
    height: 195px !important;
}

.galleryGrid.-type-1 > *:nth-child(1) img {
    height: 400px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.icon-bed.text-16.mr-10.pstnckcolbn {
    position: relative;
    top: 5px;
}
.bg-white-extrasevht .form-checkbox .text-14.ml-5 {
    position: relative;
    top: -2px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .roomGrid__grid > :nth-child(1) > :first-child {
        min-width: 200px;
        margin-right: 0 !important;
    }
}
span#toggleButton {
    font-weight: bold;
}


@media(min-width:768px) and (max-width:992px) {
    ul.pa-ht-hesst li {
        width: 32%;
    }
}


@media (max-width: 991px) {
    .galleryGrid.-type-1 img {
        width: 100%;
        height: 100% !important;
    }
}
.col-auto.htimgsglypgcol .slider-httrav-rm-image-slide img {
    height: 130px;
}
hr.ttp-trv {
    border-bottom: 1px dashed #dee2e6;
    margin: 5px 0;
}

.pdhrht-rmg .d-flex {
    align-items: center;
    gap: 3px;
}

    .pdhrht-rmg .d-flex b {
        position: relative;
        top: -2px;
    }
.flexmodecolnesa {
    border-bottom: 1px solid #e3e7ea;
    margin-bottom: 10px;
}


button.btn.button.h-60.mt-20.btn-ptc-trav {
    height: 54px !important;
}

@media(max-width:1024px) {
    .d-flex.flexmodecolnesa {
        display: grid !important;
    }

        .d-flex.flexmodecolnesa .fw-500.text-16.fw-600 {
            font-size: 14px !important;
        }

        .d-flex.flexmodecolnesa .text-14.fw-400.gray-clr {
            font-size: 12px !important;
        }
    .gap30vko {
        gap: 9px !important;
    }

    .non-col-wrap {
        margin: 0 !important;
    }
}






/*htmore-details popup*/
.rhtdmore-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    animation: rhtdmore-fadeIn 0.3s ease-in-out;
}

/* Popup content */
.rhtdmore-content {
    background: #fff;
    padding: 25px;
    position: relative;
    animation: rhtdmore-slideUp 0.3s ease-out;
    border-radius: 16px;
    box-shadow: 0px 2px 12px rgba(12, 14, 28, 0.08);
    display: grid;
    gap: 20px;
    inset-block-end: auto;
    margin-inline-end: 48px;
    margin-inline-start: 48px;
    overflow-y: auto;
    width: 720px;
}
.room-info-travwrapper .slider-httrav-rm-container {
    height: 380px;
    box-shadow: none;
}
.room-info-travwrapper .slider-httrav-rm {
    height: 100%;
}

.room-info-travwrapper .slider-httrav-rm-image-slide img {
    height: 100%;
    height: 380px;
}
.room-info-travwrapper {
    display: grid;
    gap: 15px;
}
/* Close (X) */
.rhtdmore-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
}

/* Title, Description, Button */
.rhtdmore-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.rhtdmore-desc {
    font-size: 15px;
    color: #444;
}

.rhtdmore-btn-close {
    margin-top: 15px;
    padding: 8px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .rhtdmore-btn-close:hover {
        background: #0056b3;
    }

/* Animations */
@keyframes rhtdmore-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rhtdmore-slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.fgradne-12 {
    display: grid;
    line-height: normal;
    gap: 0;
}

    .fgradne-12 del.text-14 {
        line-height: normal;
    }

    .fgradne-12 strong#Price {
        line-height: normal;
    }


.invocht-col {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0;
}
.ht-result-b2b.htb2bdetailsrd.pbclhtnw {
    box-shadow: none;
    border: 1px solid rgba(156, 170, 179, .28);
    border-radius: 12px;
    padding: 15px;
    display: grid;
    width: 100%;
}
.ht-result-b2b.htb2bdetailsrd.pbclhtnw h3.btp-itinerary__title.rmnoneu {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.btp-secondary-menu-desc {
    display: grid;
    gap: 10px;
    font-size: 14px;
}

ul {
}

.btp-secondary-menu-desc ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 5px;
}

    .btp-secondary-menu-desc ul li {
        display: flex;
        align-items: start;
        justify-content: space-between;
        border-bottom: 1px solid rgb(227 231 234 / 60%);
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 14px;
    }

        .btp-secondary-menu-desc ul li span {
            display: grid;
            font-weight: 400;
        }

            .btp-secondary-menu-desc ul li span em {
                font-size: 12px;
                color: #666;
                font-style: normal;
            }

        .btp-secondary-menu-desc ul li.pymrmsmtyiu {
            align-items: start;
            text-wrap: nowrap;
        }

p.smrtxtcolinfo {
    display: grid;
    gap: 5px;
    font-size: 10px;
    text-wrap: auto;
    padding-right: 4rem;
    font-weight: 400;
}

.btp-secondary-menu-desc ul li p.smrtxtcolinfo span {
    font-size: 14px;
}

.btp-secondary-menu-desc ul li span {
    font-size: 13px;
}

    .btp-secondary-menu-desc ul li span b {
        font-size: 14px;
    }

.grandttdet-btp {
    display: flex;
    align-items: start;
    justify-content: space-between;
    font-size: 16px;
}

.pyforb2bpp, .pyforb2bppprop {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
/*end*/


.htnameiphtt {
    display: grid;
    gap: 5px;
}

/* Scrollable content area */
.room-info-travwrapper {
    flex: 1;
    overflow-y: auto;
    max-height: calc(90vh - 80px); 
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
    .room-info-travwrapper::-webkit-scrollbar {
        width: 6px;
    }

    .room-info-travwrapper::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

    .room-info-travwrapper::-webkit-scrollbar-track {
        background: transparent;
    }
.pyforb2bpp strong, .pyforb2bppprop strong {
    font-weight: 500;
}

.btp-secondary-menu-desc ul li {
    font-weight: 500;
}




.loading-state.landingpageloader-ht .uil-default-css > div {
    background: #f18940;
}
.landingpageloader-ht .fldrfiltr h2 {
    margin: 0;
    padding: 0;
}
.loderandheading {
    display: grid;
    gap: 20px;
}

.landingpageloader-ht .fldrfiltr .loderandheading h2 {
    font-size: 16px;
}


.httravrso-loader {
    width: 100%;
    height: 24px;
    background: #f3f6f8;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}
.httravrso-progress {
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #52b3db 0%, #f0873c 50%, #52b3db 100%);
    border-radius: 999px;
    animation: httravrso-move 2s linear infinite;
}

@keyframes httravrso-move {
    0% {
        left: -50%;
    }

    100% {
        left: 100%;
    }
}


.white_contentProcessPoup .loderandheading {
    background-color: rgb(255 255 255 / 98%);
    border-radius: 100%;
    padding: 10px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
 .white_contentProcessPoup .loderandheading .uil-default-css.mt2 {
        background-image: url(../img/ht-icon-orange.svg);
    }

    .white_contentProcessPoup .loderandheading .uil-default-css.mt2 div {
        background-color: #f0832c;
    }

.ldr-ht-rmslopt {
    display: inline-block;
    position: relative;
    z-index: 9999999999;
}

.loderandheading h2 {
    font-size: 20px;
}

.ldr-ht-rmslopt {
    display: grid;
    gap: 30px;
}


.comnadcolhttrno {
    display: flex;
    width: 100%;
    position: relative;
    max-width: 950px;
    padding: 0 30px;
}
    .comnadcolhttrno ul {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }
.comnadcolhttrno ul li {
    margin-bottom: 0;
    display: grid;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    gap: 5px;
}
.comnadcolhttrno ul li i {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.ldr-ht-rmslopt {
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
}

.comnadcolhttrno ul li {
    position: relative;
    padding-left: 4.5rem;
    gap: 0;
    width: 47%;
    margin-bottom: 15px;
}

    .comnadcolhttrno ul li span {
        position: absolute;
        top: 0;
        left: 0;
        background: #f3f6f8;
        padding: 5px;
        border-radius: 50px;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .comnadcolhttrno ul li i {
        font-style: normal;
        color: #666;
        font-size: 12px;
    }


.comnadcolhttrno ul li {
    font-weight: 600;
}

.comnadcolhttrno {
    border-top: 1px solid #f3f6f8;
    padding-top: 30px;
}
div#countdown.loading-state.landingpageloader-ht {
    display: grid;
}

@media(max-width:767px) {
.comnadcolhttrno ul li {
    width: 100%;
}

.loderandheading h2 {
    font-size: 16px;
}

.ldr-ht-rmslopt {
    gap: 10px;
}

.comnadcolhttrno {
    padding-top: 15px;
}

.landingpageloader-ht .fldrfiltr {
    padding: 10px 0;
    padding-bottom: 20px;
}

.landingpageloader-ht .fldrfiltr h2, .landingpageloader-ht .fldrfiltr h3 {
    font-size: 14px;
}

.comnadcolhttrno ul li {
    font-size: 14px;
}

.comnadcolhttrno ul li span svg {height: 32px;}

.comnadcolhttrno ul li span {
    padding: 5px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
}
}



/*refundable poup*/
.httravrso-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.httravrso-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.httravrso-close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/*end*/

.mb-flxht {
    display: grid !important;
    line-height: normal !important;
    margin-bottom: 10px;
}

.mb-flxht .d-inline-block.ml-10 {
    margin-left: 0 !important;
}

.rfnbhttoph {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.htpouvh {
    overflow: hidden;
}


.httravrso-modal-content .cancelSteps .steps .steps-item .t-steps-item-container .t-steps-item-content {
    padding-left: 24px;
}

.httravrso-modal-content .cancelSteps .steps-desc .list-circle {
    font-size: 13px;
    line-height: unset;
}
.httravrso-modal-content .cancelPolicy {
    padding: 16px 0;
    padding-bottom: 0;
}




.dltvalucoln {
    text-align: right;
    color: #666;
}



.modaloverlay-1 {
 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 5%);
    z-index: 150;
}

.adsemlcomny.eticktprtru.romonynewsadcol {
    justify-content: unset;
}
    .adsemlcomny.eticktprtru.romonynewsadcol .btp-depart-fare.ltitpam p strong {
        width: 20%;
    }
    .htbkinadnwsection {
    display: flex;
}

.htbkinadnwsection p {
    display: grid;
    width: 100%;
}

.htbkinadnwsection p strong {
    width: 100%;
}

.htbkinadnwsection p span {
    width: 100%;
}
    .htbkinadnwsection p:first-child {
        width: 25%;
    }

.plftrv.pl-10.htbkinadnwsection {
    flex-direction: row;
    flex-wrap: wrap;
}

.htbkinadnwsection p:nth-child(2), .htbkinadnwsection p:nth-child(3), .htbkinadnwsection p:nth-child(4) {
    width: 15%;
}
.adsemlcomny.eticktprtru.romonynewsadcol .btp-depart-fare.ltitpam p, .adsemlcomny.eticktprtru.romonynewsadcol .btp-depart-fare.ltitpam p span {
    font-size: 13px;
}
.plftrv.pl-10.rdtravscdtadnwe {
    display: flex;
    gap: 80px;
}

    .plftrv.pl-10.rdtravscdtadnwe p {
        display: grid;
    }

        .plftrv.pl-10.rdtravscdtadnwe p strong, .plftrv.pl-10.rdtravscdtadnwe p span {
            width: 100%;
        }
.confirm-msg {
    text-align: center;
    margin-bottom: 20px;
}

    .confirm-msg h2 {
        color: #f0873c;
        font-size: 27px;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .confirm-msg p {
        color: #777;
        font-size: 18px;
    }
.ht-confirmtion-wrapper {
    display: inline-block;
    width: 100%;
}


@media print {
    .mob-logo img {
        height: 70px;
    }
    p.smrtxtcolinfo {
        line-height: normal;
    }
    .mob-logo {
        /* Add print-specific styles here if needed */
    }

    .di-if-eticket-view-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    span.timelimit {
        font-size: 10px;
    }

    .phonreucol {
        line-height: normal;
    }

    .mobile-show-app-coltootip, .quick_contact {
        display: none !important;
    }
    .htbkinadnwsection p:first-child {
        width:35%;
    }

    .plftrv.pl-10.htbkinadnwsection {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .htbkinadnwsection p:nth-child(2), .htbkinadnwsection p:nth-child(3) {
        width: 20%;
    }
    .confirm-msg { display:none !important; }
}




.ui-widget.ui-widget-content.ui-autocomplete li#autocomltht-trav a.ui-menu-item-wrapper:before {
    display: none;
}

.ui-widget.ui-widget-content.ui-autocomplete li#autocomltht-trav a.ui-menu-item-wrapper {
    font-size: 16px !important;
}
.ui-widget.ui-widget-content.ui-autocomplete li#autocomltht-trav a.ui-menu-item-wrapper {
    font-family: inherit;       
    font-size:16px !important;         
    text-transform: none;       
    letter-spacing: normal; line-height:auto;
}

.ui-widget.ui-widget-content.ui-autocomplete li#autocomltht-trav a.ui-menu-item-wrapper::first-letter {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: normal !important;
}



.modal-body.mphtinseclei .sidebtr-mpfitr div .text-14.ml-10 {
    margin-left: 0 !important;
}

    .modal-body.mphtinseclei .sidebtr-mpfitr div .text-14.ml-10 input {
        margin-right: 0;
    }

    .modal-body.mphtinseclei .sidebtr-mpfitr div .text-14.ml-10 img.rsImg {
        height: 16px;
    }

.modal-body.mphtinseclei .sidebtr-mpfitr div label {
    align-items: center;
}

.modal-body.mphtinseclei .sidebtr-mpfitr div label {
    font-size: 13px;
}

    .modal-body.mphtinseclei .sidebtr-mpfitr div label input {
        position: relative;
        top: -2px;
        margin-right: 5px;
    }
ul.slrb2bopt.lodingcolnadd {
    padding: 0;
    margin: 0;
}

.tripadviserwrpnew {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

@media(max-width:767px){
    .text-24.fw-500.hdg-ht-trav.mb-5 {
        margin-bottom: 0 !important;
    }
    .tripadviserwrpnew {
        display: grid;
        align-items: start;
        justify-content: start;
    }
    .mblicionwrap {
        margin-bottom: 10px !important;
    }}



@media(min-width:1199px) and (max-width:1366px){
    .gap30vko {
        gap: 0;
    }

    .pdhrht-rmg {
        width: auto;
    }

    .non-col-wrap {
        margin: 0 10px;
        padding: 5px 3px;
    }

    .fuilbrline {
        margin: 0 10px;
    }
}


.hotel-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px;
}

    .hotel-row .img-col img {
        width: 140px; /* increased image size */
        height: auto;
        border-radius: 8px;
        object-fit: cover;
    }

    .hotel-row .text-col p {
        margin: 3px 0; /* keep spacing clean */
        text-align: left; /* ensure left aligned text */
    }

.img-col p {
    width: auto !important;
}

.plftrv.pl-10.htbkinadnwsection.hotel-row p:last-child {
    width: auto;
}
dtpckt-search.search-panel-dtp div div:first-child {
border-right: 1px solid #e1e7ee;
margin-right: 10px;
}

.dtpckt-search.search-panel-dtp .d-flex.srchguestwrap {
border: none;
}

