﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    font-family: poppins;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.text-center {
    text-align: center;
}

.flx-wrp {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.w-49 {
    width: 49%;
}

.w-32 {
    width: 32%;
}

.w-23 {
    width: 23%;
}

.clrbg9 {
    background-color: #d8e516;
}

.bg-blue {
    background-color: #2196F3;
}

.clr-grey {
    color: #858585;
}

.clr-prm {
    color: #2196F3;
}

.clr-org {
    color: #EF6614;
}

.cur-p {
    cursor: pointer;
}

.btn-bx {
    padding: 7px 25px;
    color: #fff;
    border-radius: 50px;
    outline: 0;
    border: 0;
    display: block;
}

.m-auto {
    margin: auto;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-45 {
    margin-top: 45px;
}

.my-15 {
    margin: 15px 0;
}

.mt-10 {
    margin-top: 10px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.mrel {
    position: relative;
    height: 100%;
}

.rel_p {
    position: relative;
}

.clr {
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mt-l5 {
    margin-top: -5px;
}

.p-15 {
    padding: 15px;
}

.fnt-12 {
    font-size: 12px;
}

.fnt-13 {
    font-size: 13px;
}

.text-start {
    text-align: start !important;
}

.fnt-400 {
    font-weight: 400;
}

.fnt-14 {
    font-size: 14px;
}

.fnt-16 {
    font-size: 16px;
}

.fnt-19 {
    font-size: 19px;
}

.fnt-26 {
    font-size: 26px;
}

.fnt-30 {
    font-size: 30px;
}

.fnt-600 {
    font-weight: 600;
}

.fnt-700 {
    font-weight: 700;
}

.htl-container {
    width: 90%;
    margin: 0 auto;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: 3px;
    width: 100%;
}

    .breadcrumb ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        padding: 0;
    }

        .breadcrumb ul li {
            font-size: 15px;
            line-height: 28px;
            letter-spacing: 0.2px;
            font-weight: 400;
            color: #3a3a3a;
            font-weight: 600;
            position: relative;
            padding-right: 13px;
            list-style: none;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
        }

            .breadcrumb ul li a {
                text-decoration: none;
                display: block;
                position: relative;
                font-weight: 400;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                color: #2196f3;
            }

            .breadcrumb ul li:after {
                content: '>';
                font-size: 12px;
                color: #868686;
                right: 4px;
                top: 1px;
                padding: 0 0 0px;
                position: absolute;
            }

            .breadcrumb ul li:last-child::after {
                content: '';
            }
/*----side-bar----*/

.lft-sidebar {
    min-width: 21%;
    max-width: 24%;
}

.flter {
    padding: 14px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #C2E4F8;
}

.fltr-title {
    font-size: 18px;
    font-weight: 600;
}

.flter small {
    color: #2196F3;
    font-size: 13px;
}

.fltr-title img {
    width: 17px;
}

.pd-bx {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #C2E4F8;
    margin-top: 15px;
    box-shadow: 0 0 3px #e7e7e7;
}

.pd-bdr {
    padding: 20px 0;
    border-bottom: 1px solid #00000024;
}

.cpn-bx {
    border-top: 1px dashed #E1E7EB;
    padding: 10px 0 0;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.off-img {
    border-radius: 14px;
}

    .off-img img {
        width: 100%;
    }
/* .gps-n{
    padding: 10px;
    border: 1px solid #D5DEE4;
    border-radius: 10px;
    font-size: 11px;
} */
.flt-right {
    float: right;
    color: #2196F3;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.fd-bx {
    display: none;
    position: absolute;
    top: -130px;
    right: 0px;
    outline: 10px solid white;
    padding: 5px;
    min-width: 180px;
    border-radius: 3px;
    border: 1px solid #c0c0c078;
    box-shadow: 0 0 5px 11px silver;
    background: #fff;
}

.flt-right:hover .fd-bx {
    display: block;
}

.fd-bx .d-flex {
    border-bottom: 1px solid #0000000f;
    padding: 10px 0;
}

    .fd-bx .d-flex:last-child {
        border: 0;
    }

.inf-t, .inf-p {
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.inf-gt, .inf-gp {
    color: #2196F3;
    font-weight: 800;
    font-size: 11px;
    text-decoration: none;
}

.accordion__item__header {
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

    .accordion__item__header::before {
        height: 7px;
        width: 7px;
        content: "";
        position: absolute;
        right: 5px;
        top: 7px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

.accordion__item__content {
    overflow-y: hidden;
    display: none;
    margin-top: 10px;
}

.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 7px;
}

.bx-1 {
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #D5DEE4;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 0 3px #e7e7e7;
}

    .clckd, .bx-1.clckd:hover {
        background: #CEE9FF;
    }

    .bx-1:hover {
        background: #F1FFFF;
    }

.brd-srch {
    position: relative;
    margin: 10px 0;
}

    .brd-srch::after {
        content: url('https://www.easemytrip.com/Hotels/Content/img/_x32_-Magnifying_Glass.svg');
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .brd-srch input {
        border: 1px solid #D5DEE4;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        font-size: 11px;
    }

.brd-pnt {
    max-height: 200px;
    padding: inherit;
    overflow-y: auto;
}

    .brd-pnt::-webkit-scrollbar {
        width: 5px;
    }

    .brd-pnt::-webkit-scrollbar-track {
        background: #D5DEE4;
        border-radius: 10px;
    }

    .brd-pnt::-webkit-scrollbar-thumb {
        background: #358CED;
        border-radius: 10px;
    }

    .brd-pnt input {
        margin-right: 20px;
    }

    .brd-pnt label {
        padding: 7px 2px 7px 5px;
        font-size: 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .brd-pnt label:hover input[type=checkbox]:before {
            background: #2196F3;
        }


input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        top: -3px;
        left: 0;
        border: 1px solid #2196F3;
        border-radius: 3px;
        background-color: #ffffff;
        padding: 1px;
    }

    input[type=checkbox]:checked::before {
        background-color: #358CED;
        border: 1px solid #358CED;
    }

label:hover input[type=checkbox]:checked::before {
    background: #358CED;
}

input[type=checkbox]:checked::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -1px;
    left: 6px;
}

.dbl label {
    justify-content: space-between;
    width: 95%;
}

.brd-pnt label span {
    float: right;
    font-size: 11px;
}

.slt-t {
    font-size: 12px;
}

.range {
    padding: 0 5px;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #e1e9f6;
    border-radius: 2px;
    margin-top: 20px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #358CED;
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -6px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .range-input input::-webkit-slider-thumb {
            height: 15px;
            width: 15px;
            border-radius: 50%;
            outline: 5px solid #81bafc65;
            background-color: #358CED;
            pointer-events: auto;
            -webkit-appearance: none;
        }

        .range-input input::-moz-range-thumb {
            height: 15px;
            width: 15px;
            border-radius: 50%;
            border: 3px solid #81bafc;
            background-color: #358CED;
            pointer-events: auto;
            -moz-appearance: none;
        }

.range-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .range-price input {
        width: 47px;
        border: 0;
        padding: 0;
        outline: none;
        font-weight: 500;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

.hotel-listing .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .hotel-listing .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.hotel-listing .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .hotel-listing .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }


.hotel-listing input:checked + .slider {
    background-color: #4CAF50;
}

.hotel-listing input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

.hotel-listing input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.hotel-listing .slider.round {
    border-radius: 34px;
    padding-top: 2px;
    padding-left: 1px;
    color: #fff;
    font-size: 9px;
}

    .hotel-listing .slider.round:before {
        border-radius: 50%;
    }
/*----right-listing----*/


/*-------cards---*/
.pplr-crd {
    width: 48%;
    border-radius: 15px;
    border: 1px solid #C2E4F8;
}

.crd-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.slt-tg {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(90deg,#EF3E3E,#9F2626);
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    z-index: 3;
}

    .slt-tg img {
        width: 10px;
    }

.crd-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

    .crd-img img {
        max-width: 100%;
    }

.bk-btn {
    padding: 7px 25px;
    background: #EF6614;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.pplr-owl.owl-carousel, .pplr-owl.owl-carousel .owl-stage-outer {
    margin: 0;
    padding: 0;
}

.pplr-owl.owl-theme .owl-nav [class*=owl-] {
    top: -100px;
    right: 7px;
}

.pplr-owl.owl-carousel .owl-nav .owl-prev {
    right: 670%;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #000;
}

.pplr-owl.owl-carousel .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #000;
}

.pplr-owl .owl-prev:before {
    right: -2px;
    top: -10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.pplr-owl .owl-next:before {
    left: -2px;
    top: -10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}



.banner-sec img {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 14px;
}


.right-listing {
    width: 74%;
}

.result-item {
    padding: 8px;
    position: relative;
    border: 1px solid #c9d7e1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 15px;
    margin: 0px;
    background: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: auto;
    align-content: flex-start;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 7px;
}

.hotel-box {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.hotel-image {
    width: 33%;
    float: left;
    height: 100%;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.deal-img {
    position: absolute;
    top: 8px;
    float: left;
    max-width: 50px;
    z-index: 9;
    left: 8px;
}

    .deal-img img {
        width: 100%;
    }

.top_deal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.high_lt {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    margin-top: 5px;
    color: #808080;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.toltptxt {
    visibility: hidden;
    width: auto;
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 25px;
    font-size: 11px;
}

.posab_dd {
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 5px;
}

.top_deal span {
    background: linear-gradient(to left, #0078ff, #333c9f);
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 3px 10px;
    float: right;
    border-radius: 40px;
}

.deal-timer {
    width: 100%;
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 5px;
}

.big_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

ul.big_img li img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.imgcolmns {
    margin-top: 5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.inrimgsec {
    height: 52px;
    position: relative;
}

    .inrimgsec img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.vwallimg {
    width: 100%;
    align-items: center;
    backdrop-filter: blur(2.5px);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 15px;
    top: 0;
    border-radius: 4px;
    position: absolute;
    text-align: center;
}

.hotel-content-dtl {
    width: 67%;
    height: 100%;
    margin-left: auto;
    padding: 10px;
    display: table;
}

.content-dtl {
    width: 70%;
    padding: 0 5px;
    display: table-cell;
    height: 183px;
    vertical-align: top;
}

.type-rating {
    /* display: flex; */
    margin-bottom: 2px;
    flex-wrap: wrap;
}

.rtyphr2 {
    position: relative;
    height: 15px;
    display: inline-block;
    top: 5px;
    left: 0;
    border-radius: 3px;
    width: 4px;
    float: left;
    margin-right: 6px;
}

.star-rating {
    margin-left: 10px;
    display: inline-flex;
}

    /* .starImg {
    font-size: 10px;
    color: #f99e00;
    vertical-align: middle;
    filter: invert(70%) sepia(99%) saturate(732%) hue-rotate(352deg) brightness(100%) contrast(103%);
} */
    .star-rating img {
        width: 12px;
    }

.address {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    overflow: hidden;
    margin-top: 5px;
    color: #808080;
}

    .address::before {
        content: '';
        background: url(https://www.easemytrip.com/hotels/images/placeholderloc.svg);
        width: 11px;
        height: 17px;
        float: left;
        background-size: 11px 17px;
        background-repeat: no-repeat;
        margin-right: 4px;
    }

.high_lt {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    margin-top: 5px;
    color: #808080;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.toltptxt {
    visibility: hidden;
    width: auto;
    background-color: #3a3a3a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 25px;
    font-size: 11px;
}

.toltp-bttom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 22px;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #3a3a3a transparent;
    transform: translate(-50%, 0px);
}

.am_ties {
    margin: 5px auto;
    position: relative;
    z-index: 9;
    flex-direction: column;
}

.fr_cncnw {
    text-transform: capitalize;
    font-size: 12px;
}

    .fr_cncnw span {
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        margin-right: 10px;
        /* background: #cdffd9; */
        padding: 1px 0px;
        /* border-radius: 40px; */
        color: #04A74C;
    }

        .fr_cncnw span::before {
            content: '';
            background: url(https://www.easemytrip.com/hotels/images/tikmarknwg.svg);
            width: 13px;
            height: 13px;
            float: left;
            background-size: 13px 13px;
            margin-right: 4px;
        }

.fr_cncnw1 {
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 4px;
}

.offer-sec-nw {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    background: #f7e1ff;
    color: #000000;
    position: relative;
    padding: 7px;
    width: auto;
    /* padding-left: 3px; */
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
}

    .offer-sec-nw .ico_o {
        height: 16px;
        width: 16px;
        margin-right: 7px;
    }

.ico_o img {
    width: 100%;
}

.price-dtl {
    width: 30%;
    padding: 0 8px;
    position: relative;
    border-left: 1px solid #ebebeb;
    display: table-cell;
    height: 100%;
}

.rate-col {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 7px;
}

.Review-Section-item {
    vertical-align: top;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 7px;
    text-align: right;
    line-height: 16px;
}

.ReviewSection-scoreText {
    font-size: 14px;
    line-height: 1.428;
    overflow-wrap: break-word;
    line-height: 12px;
}

.Review-Section-count {
    font-size: 11px;
    color: #555555;
}

.review-bg-g {
    display: inline-block;
    background: #2451BC;
    color: #fff;
    border-radius: 5px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 0;
}

.cross_price {
    width: 100%;
    float: right;
    font-size: 13px;
    text-decoration: line-through;
    text-align: right;
    color: #d63b05;
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: end;
}

.CurrncyCD_INR:before {
    content: "\20B9";
    font-style: normal;
}

.act_price {
    width: 100%;
    float: right;
    font-size: 24px;
    text-align: right;
    font-weight: 600;
}

.prntax {
    text-align: right;
    font-size: 11px;
    color: #000;
    width: 100%;
    display: block;
}

.prn {
    text-align: right;
    font-size: 11px;
    color: #737373;
    width: 100%;
    display: block;
}

.viewBtn {
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ef6614;
    text-decoration: none;
    border-radius: 40px;
    float: right;
    width: 90%;
    margin-top: 30px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.savemore {
    font-size: 12px;
    color: #2196f3;
    position: absolute;
    bottom: -9px;
    left: -42%;
    font-weight: 600;
    transform: translate(50%, 0);
    width: 100%;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.ttl_view {
    color: #e49f46;
    font-size: 11px;
    text-align: right;
    margin-top: 0px;
    float: left;
}

.dstn-bx {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

    .dstn-bx img {
        width: 100%;
        display: block;
    }

.dstn-nm {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    background: #00000024;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.innerWrapnv2 {
    margin: 45px auto 8px;
    padding: 0 15px;
}

.hotel-d-bg {
    background: url(https://www.easemytrip.com/hotels/content/img/homes/bannner-hotel-newht.webp);
    color: #fff;
    background-size: cover;
    height: 330px;
    border-radius: 10px;
}

.para_txt {
    padding: 32px 0;
    color: #fff;
    border-radius: 8px;
    width: 65%;
}

    .para_txt h4 {
        font-size: 22px;
    }

    .para_txt p {
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
    }

.content-preview p {
    font-size: 14px;
}

.stay-by {
    padding: 40px 0;
    background: #E8F2FA;
}

.stay-bx {
    padding: 20px;
    background: #fff;
    font-size: 15px;
}

.shmre-btn {
    text-decoration: underline;
    text-align: end;
    display: block;
}

.mp img {
    width: 12px;
}

.att img {
    width: 17px;
}

.rtn img {
    filter: brightness(.5);
}

.pb-0 {
    padding-bottom: 0;
}
