﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: poppins;
    background: #E8F2FA !important;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.w-33 {
    width: 32%;
}

.w-25 {
    width: 24%;
}

.w-50 {
    width: 49%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: 3px;
    width: 60%;
}

    .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;
            }

.hotel-deatils-wrap {
    padding-top: 20px;
}

.result-item:first-child {
    margin-top: 0px;
}

.top-search-wrap {
    display: block;
    position: relative;
}

    .top-search-wrap input[type=text] {
        padding: 8px 18px 8px 28px;
        margin-top: 0;
        font-size: 14px;
        border: none;
        border: 1px solid #cedce7;
        width: 100%;
        font-weight: 400;
        border-radius: 7px;
        box-shadow: inset 0px 1px 4px rgb(67 106 128 / 20%);
        height: 40px;
    }

.search-icon {
    background: url('images/search-icon.svg');
    width: 22px;
    height: 22px;
    display: flex;
    position: absolute;
    left: 7px;
    top: 10px;
}

.mg15x {
    margin-left: 15px;
}

.drpdowns {
    position: relative;
    width: 230px;
    cursor: pointer;
}

.drp-bx {
    padding: 7px 12px;
    border-radius: 7px;
    background: #fff;
    font-size: 15px;
    border: 1px solid #cedce7;
    position: relative;
}

.activedd .uparr::after {
    transform: rotate(-135deg) translate(15%,-15%);
}

.uparr::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%,0);
    border: solid #4d4d4d;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg) translate(-50%,-50%);
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
}

.mflx_g {
    display: flex;
    align-items: center;
}

.stickyfl {
    position: sticky;
    top: 118px;
    z-index: 10;
    background: #e8f2fa;
    padding: 8px 5%;
    width: 100%;
    margin: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}

.sdrp-item ul {
    position: absolute;
    top: 99%;
    padding: 10px 0;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.297);
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 16px;
    width: 234px;
    background: #fff;
}

.sdrp-item li input, .sdrp-item li label, .sdrp-item li {
    cursor: pointer;
}

.sdrp-item li {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
}

    .sdrp-item li input {
        transform: scale(1.3);
    }

    .sdrp-item li input, .sdrp-item li label, .sdrp-item li {
        cursor: pointer;
    }

        .sdrp-item li input, .sdrp-item li label, .sdrp-item li {
            cursor: pointer;
        }

.search-wrap {
    display: flex;
    width: 39%;
    justify-content: end;
}

div#drpItem {
    position: relative;
}

.breadcrumb ul li:last-child::after {
    display: none;
}


/* -------new-css------ */

.city-wise-wrap {
    padding: 50px 0px;
    padding-bottom:20px;
}

    .city-wise-wrap .title h3 {
        font-size: 35px;
        color: #000;
        font-weight: 700;
    }

    .city-wise-wrap .title p {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .city-wise-wrap .title span {
        color: #2B9BF4;
    }

.box-wrap {
    border: 1px solid #C2E4F8;
    border-radius: 125px;
    background:#fff;
    padding: 0px 15px;
    justify-content: space-between;
    align-items: center;
}

    .box-wrap .image img {
        max-width: 100%;
        display: block;
    }

    .box-wrap .image {
        height: 100px;
        width: 30%;
        display: flex;
        align-items: center;
    }

    .box-wrap .name h5 {
        font-size: 20px;
        font-weight: 600;
        color: #1D1D1D;
        margin-bottom: 0px;
    }

    .box-wrap .name h6 {
        font-size: 16px;
        font-weight: 500;
        color: #358CED;
        margin-bottom: 0px;
    }

    .box-wrap .name {
        width: 70%;
        padding-left: 20px;
        align-items: center;
    }

.hotel-wrapper {
    justify-content: space-between;
    margin-bottom: 20px;
}

.city-wise-wrap .title {
    margin-bottom: 30px;
}

.land-mark .near-hotel .title h2 {
    font-size: 35px;
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 45px;
}

.land-mark .near-hotel .title p {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 400;
    margin-bottom: 0px;
}

.land-mark .near-hotel span {
    color: #2B9BF4;
}

.one-text {
    text-align: center;
}

    .one-text .count-title {
        font-size: 30px;
        color: #EF6614;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .one-text p {
        font-size: 16px;
        color: #1D1D1D;
        font-weight: 600;
        margin-bottom: 0px;
    }

.one-text {
    border-right: 2px solid rgba(0,0,0,0.05);
}

    .one-text:last-child {
        border-right: none;
    }

.button-exp {
    background-color: #EF6614;
    padding: 10px 30px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

    .button-exp:hover {
        background-color: #e05707;
    }

.hotel-img-wrap img {
    max-width: 100%;
}

.hotel-img-wrap {
    justify-content: space-between;
}

.client-wrap {
    justify-content: space-between;
    margin: 25px 0px;
}

.famous-wrap {
    justify-content: space-between;
}

.hotel-img-wrap.d-flex.w-60 {
    width: 53%;
}

.explor-wrap {
    padding: 50px 0px;
}

    .explor-wrap h3 span {
        color: #2B9BF4;
    }

    .explor-wrap .title h3 {
        font-size: 35px;
        color: #1D1D1D;
        font-weight: 700;
        line-height: 45px;
    }

    .explor-wrap .title p {
        font-size: 16px;
        color: #1D1D1D;
        font-weight: 400;
        margin-bottom: 0px;
    }

.explor-wrap-img {
    padding-top: 30px;
}

.explor-img-1 {
    justify-content: space-between;
}

    .explor-img-1 .img1 {
        position: relative;
    }

.city-name {
    position: relative;
    border-radius: 14px;
}

    .city-name img {
        max-width: 100%;
        width: 100%;
    }

    .city-name::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: transparent linear-gradient(180deg, #00000073 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        border-radius: 14px;
    }

.img1 .text {
    position: absolute;
    top: 20px;
    left: 15px;
}

    .img1 .text h6 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }

.explor-img-2 {
    margin-top: 15px;
    justify-content: space-between;
    position: relative;
}

    .explor-img-2 .img1 {
        position: relative;
    }

.chepest-wrap .text h3 {
    font-size: 25px;
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 20px;
}

.chepest-wrap .text p {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 400;
    margin-bottom: 0px;
}

.mt-15 {
    margin: 15px 0px;
}

.faw-wrapper {
    padding: 20px 0px;
}

.bs-pra-r {
    font-size: 35px;
    font-weight: 600;
    display: block;
    padding: 0px;
    color: #000;
    margin-bottom: 30px;
}

    .bs-pra-r span {
        color: #0C8BFD;
    }

.mgt15 {
    margin-top: 15px;
}

.accordion__item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.accordion__item__header {
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

    .accordion__item__header::before {
        height: 12px;
        width: 12px;
        content: "";
        position: absolute;
        right: 15px;
        top: 15px;
        transition: .5s all;
        transform: rotate(45deg);
        border-right: 2px solid #0C8BFD;
        border-bottom: 2px solid #0C8BFD;
    }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    color: #505050;
    margin-bottom: 10px;
}

.accordion__item__header.active::before {
    transform: rotate(-135deg);
    top: 23px;
}

.nwsec {
    background: #00000005;
    padding: 30px;
}

.mflx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landimg_box {
    position: relative;
    width: 23%;
}

    .landimg_box span {
        height: 350px;
        width: 350px;
        right: -40px;
        top: 0;
        position: absolute;
        background-image: linear-gradient(to right top, #a0c8ff, #9ad0ff, #97d8ff, #97dfff, #9ae6ff);
        border-radius: 50%;
    }

    .landimg_box img {
        z-index: 1;
        position: relative;
        max-width: 100%;
    }

.app-ratings {
    height: 200px;
    border-right: 1px solid #adadad;
    width: 21%;
    margin-left: 40px;
}

.userrating {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 40% 60%;
    color: #5c5c5c;
}

svg:not(:root) {
    overflow: hidden;
}

.appcontainer {
    display: flex;
    align-items: center;
}

.appbar-5 {
    width: 60%;
    height: 14px;
    background-color: #3ec12f;
    margin-left: 7px;
}

.appbar-4 {
    width: 40%;
    height: 14px;
    background-color: #80dd87;
    margin-left: 7px;
}

.appbar-3 {
    width: 20%;
    height: 14px;
    background-color: #e1d013;
    margin-left: 7px;
}

.appbar-2 {
    width: 12%;
    height: 14px;
    background-color: #d57522;
    margin-left: 7px;
}

.appbar-1 {
    width: 5%;
    height: 14px;
    background-color: #ff7373;
    margin-left: 7px;
}

.app-dwn {
    text-align: center;
    width: 16%;
}

.trus_sec {
    position: relative;
}

    .trus_sec:before {
        content: '';
        background-image: url("./images/lev2.png");
        position: absolute;
        top: 38px;
        height: 100%;
        left: 0;
        width: 66px;
        background-repeat: no-repeat;
    }

.app-dwn {
    text-align: center;
    width: 16%;
}

.trus_sec:after {
    content: '';
    background-image: url("./images/lev1.png");
    position: absolute;
    top: 38px;
    height: 100%;
    right: 0;
    width: 67px;
    background-repeat: no-repeat;
}

.ldg_box {
    width: 23%;
}

.app_part .pnr_cnt_head2 {
    font-size: 17px;
    font-weight: 700;
}

.usecode {
    font-size: 12px;
    background: #e1ffe4;
    padding: 5px;
    border-radius: 5px;
    border: 1px dashed #abc9ae;
    margin: 7px 0 4px 0;
    color: #000000;
}

.app_part p {
    font-size: 15px;
    padding: 10px 0px 5px;
}

.ico_bxn {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.btn-group {
    display: flex;
    flex-direction: column;
}

.scn_cd {
    text-align: center;
    margin-left: 7px;
}

.innerWrap {
    width: 1200px;
    margin: 26px auto;
    padding: 0 15px;
}

.toprflcont {
    padding-bottom: 2px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-x: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excdeals {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-right: 40px;
}

.spcwjsb {
    margin: 65px auto 20px auto;
    justify-content: space-between;
}


.whybk {
    flex-direction: column;
    padding: 15px;
    align-items: center;
    text-align: center;
    border: 1px solid #cce9ff;
    /* justify-content: space-between; */
    border-radius: 16px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.whybk_img {
    width: 80px;
    height: 80px;
    margin-top: -56px;
    background: #F1F9FF;
    /* border: 1px solid #eee; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 12px;
}

img {
    max-width: 100%;
}

.whybk .h_txt {
    font-size: 19px;
    color: #000;
    margin: 3px auto;
    font-weight: 600;
}

.whybk .p_txt {
    font-size: 14px;
    margin: 5px 0;
}

.city_bxn {
    width: 24%;
}

.makeFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.emt_main_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
}

    .emt_main_wrap .left-side {
        width: 24.2%;
        position: relative;
        /* will-change: min-height; */
    }

.right-side {
    width: 75.8%;
    position: relative;
    padding-left: 20px;
    /* padding-top: 0px;
    min-height: 2000px; */ */
}

.nwmapbx {
    background: #fff;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    border-radius: 15px;
    border: 1px solid #C2E4F8;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mappopnwc {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.maplocico {
    display: flex;
    align-items: center;
}

.mapbtnb {
    background: #2196F3;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 10px;
    color: #ffff;
    cursor: pointer;
}



.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        display: flex;
        left: -14px;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.5em;
        z-index: 1;
        transition: background 0.5s ease 0s;
        border-radius: 10px;
        transform: rotate(90deg);
    }

    .owl-controls .owl-buttons .owl-next {
        display: flex;
        right: -14px;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.5em;
        z-index: 1;
        transition: background 0.5s ease 0s;
        border-radius: 10px;
        transform: rotate(-90deg);
    }

    .owl-controls .owl-buttons .owl-prev::after {
        content: url("images/down-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        background: #fff;
        display: flex;
        height: 1.5em;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.5em;
        z-index: 1;
    }

    .owl-controls .owl-buttons .owl-next::after {
        content: url("images/down-icon.svg");
        background-image: url("./images/down-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        background: #fff;
        display: flex;
        height: 1.5em;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.5em;
        z-index: 1;
    }

#state-list-wrap .owl-item {
    margin: 0px;
}

.offer_outer {
    padding: 0px 10px;
    margin-bottom: 10px;
}

.off_20 {
    min-width: 20px;
    margin-right: 10px;
}

    .off_20 img {
        width: 20px;
    }

.ofer_bx_sld {
    border-radius: 6px;
    color: #1f1f29;
    display: flex;
    font-size: 11px;
    align-items: center;
    background-color: #e4fbf1;
    border: 1px solid #c3ead9;
    position: relative;
    padding: 8px;
    margin: auto;
    min-height: 51px
}

.clamp2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.state-list {
    padding: 0px 5px;
}


.imgbig {
    height: 200px !important
}

    .imgbig img {
        height: 200px !important
    }

.blankspce {
    width: 100%;
    height: 60px;
    float: left
}

.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;
}

.mrel {
    position: relative;
}

.posab_dd {
    position: absolute;
    top: 5px;
    z-index: 1;
    right: 5px;
}

.ofer-img {
    border-radius: 0 0 10px 10px;
    padding: 15px 0 8px;
    margin: -17px 0 0 0;
    border: 1px solid #76BFF8;
    z-index: -1;
    position: relative;
    background: linear-gradient(148deg, rgba(174, 255, 223, 1) 0%, rgba(183, 223, 255, 1) 100%);
}

._mnaofer {
    width: 100%;
    padding: 12px 0 0;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px
}

.ht_flx {
    display: flex;
}

._mnaofer i {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.rtyphr2 {
    position: relative;
    height: 15px;
    display: inline-block;
    top: 5px;
    left: 0;
    border-radius: 3px;
    width: 4px;
    float: left;
    margin-right: 6px;
}

.savemore {
    font-size: 12px;
    color: #2196f3;
    position: absolute;
    bottom: 10px;
    left: -33%;
    font-weight: 600;
    transform: translate(50%, 0);
    width: 100%;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.clrbg1 {
    background-color: #0c6be9;
}

.clrbg2 {
    background-color: #ff00cb;
}

.clrbg3 {
    background-color: #e90cc5;
}

.clrbg4 {
    background-color: #03dc63;
}

.clrbg5 {
    background-color: #03cfdc;
}

.clrbg6 {
    background-color: #ff0000;
}

.clrbg7 {
    background-color: #006600;
}

.clrbg8 {
    background-color: #dc6e03;
}

.clrbg9 {
    background-color: #36deb4;
}

.clrbg9 {
    background-color: #d8e516;
}

.clrbg15 {
    background-color: #000000;
}

.clrbg14 {
    background-color: #808080;
}

.bg_ff {
    background: #e8f2fa;
    border-radius: 5px;
    text-align: center;
    float: left;
    width: 100%;
    height: 169px;
}

.fnl_rttht {
    display: flex;
    margin-left: 6px;
    align-items: center;
}

.rt_tlstr {
    border-radius: 5px;
    background: #2451BC;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    margin-right: 7px;
    font-size: 11px;
}

.rvw_dcrptlo {
    font-size: 14px;
}

    .rvw_dcrptlo span {
        font-weight: 600;
    }

.mr_6 {
    margin-right: 6px;
}

.pd_6 {
    padding-top: 4px;
    font-size: 11px;
    color: #555555;
}

.pd15s {
    padding: 7px 10px;
    width: 100%;
}

.txt_d {
    font-size: 12px;
}

.btn_d {
    padding: 5px;
    background: #dd7878;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    margin: 5px auto;
}

.mn_stp_prt {
    width: 100%;
    background: #FFE8CF;
    border: 1px dashed #FF8534;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 12px;
    border-left: 3px solid #FF8534;
    border-radius: 2px 0 0 2px;
    margin-top: 10px;
}

.dtl_cpn {
    width: 80%;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .dtl_cpn span {
        font-weight: 600;
    }

    .dtl_cpn img {
        margin-right: 10px;
    }

.vw_dtl_o {
    width: 120px;
    border: 1px solid #FF8534;
    background: #fff;
    text-align: center;
    border-radius: 2px;
}

    .vw_dtl_o a {
        color: #FF8534;
        font-size: 13px;
        display: block;
        padding: 5px;
        cursor: pointer;
    }

.unlockdeal {
    border: 1px solid #0374f9;
    background: #e4fcff;
    color: #2196f3;
    font-size: 12px;
    text-align: center;
    padding: 3px 10px;
    float: right;
    border-radius: 20px;
    font-weight: 700;
    right: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .unlockdeal img {
        width: 17px;
        margin-right: 3px;
    }

.hovr_loc_txt ul:after {
    content: '';
    border-left: solid 1px #d0d0d0;
    position: absolute;
    left: 19px;
    height: 72%;
    top: 10px;
    z-index: 1;
}

.ner_loc {
    width: auto;
    margin: 5px 0;
    float: left;
    font-size: 13px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #4263c1;
    color: #3e3e3e;
}

.tvt_ovrfw {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    white-space: nowrap;
}

.loc_icn svg {
    fill: #fff;
}

.loc_icn {
    width: 23px;
    margin-right: 4px;
    height: 23px;
    background: #4263c1;
    border-radius: 50px;
    padding: 4px 3px;
}

.lgrt {
    font-size: 10px;
    color: #767676;
    font-weight: 500;
    width: 97%;
}

.hovr_loc {
    position: relative;
    padding: 3px 10px 3px 3px;
    display: flex;
    align-items: center;
}

    .hovr_loc .hovr_loc_txt {
        visibility: hidden;
        background-color: #e9f4ff;
        color: #1e1e1e;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 30px;
        width: 330px;
        left: 0%;
        margin-left: 0px;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    }

.m_flx_f {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    /* padding-bottom: 6px; */
    /* border-bottom: 1px solid #e7e7e7; */
}

.arrw_right::before {
    content: "";
    display: inline-block;
    background: #ffffff url(https://hotels.easemytrip.com/img/location-icon.png);
    width: 20px;
    height: 20px;
    padding: 0px;
    background-position: 3px 3px;
    background-size: 11px 11px;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin-right: 4px;
    z-index: 9;
    border: 1px solid #d0d0d0;
}

.hovr_loc .hovr_loc_txt::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 8px;
    border-width: 5px;
    border-style: solid;
    border-color: #d0e7ff transparent #00000000 transparent;
}

.hovr_loc:hover .hovr_loc_txt {
    visibility: visible;
}

.hovr_loc_txt p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.hovr_loc_txt ul {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 100%;
    max-height: 100px;
    overflow: auto;
}

.prn img {
    width: 100px;
}

.hovr_loc_txt ul li {
    font-size: 12px;
    display: flex;
    margin-bottom: 4px;
    padding-bottom: 7px;
    width: 100%;
}

.greenbdr {
    background: #f5fff5;
    border: 1px solid #08b104;
    border-bottom: 4px solid #08b104;
    border-radius: 20px;
    box-shadow: 0 0 8px #b6ffc3;
}

.mrel {
    position: relative;
}

.no-client {
    color: #d8d8d8;
    background-repeat: repeat;
    top: 95px;
    transform: rotate(325deg);
    width: 136px;
    text-shadow: none;
    position: absolute;
    z-index: 1;
    letter-spacing: 2px;
    float: left;
}

.pos_cf {
    position: relative;
    margin: -8px;
    float: left;
    width: auto;
    z-index: 9;
}

.prprtype {
    position: absolute;
    right: 14px;
    left: auto;
    background: #1c8eff;
}

.edt1 {
    background: url(https://hotels.easemytrip.com/newhotel/Content/img/left-hotel-deal-icon.svg);
    width: 8px;
    height: 48px;
    background-repeat: no-repeat;
    left: -8px;
    top: 0;
    position: absolute;
    cursor: pointer;
}
/*New CSS*/
.result-item {
    padding: 8px;
    position: relative;
    border: 1px solid #c9d7e1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 15px;
    margin-top: 20px;
    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;
}

    .result-item:hover {
        box-shadow: 0 0 7px rgb(54 121 255 / 54%);
        border: 1px solid #9bc6ff;
    }

.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;
}
/*
        .big_img:before {
            content: " ";
            background: linear-gradient(0deg, rgb(0 0 0 / 62%) 33%, rgb(255 255 255 / 0%) 100%);
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        } */
.distance-fr {
    margin-top: 1px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    line-height: 14px;
    min-height: 14px;
    color: #737373;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    overflow: hidden;
    padding-top: 3px;
}

.hotel-content-dtl {
    width: 67%;
    height: 100%;
    margin-left: auto;
    padding: 5px 10px;
    display: flex;
    align-items: flex-start;
}

.starImg {
    font-size: 10px;
    color: #f99e00;
    vertical-align: middle;
    filter: invert(70%) sepia(99%) saturate(732%) hue-rotate(352deg) brightness(100%) contrast(103%);
}

.fr_cnc {
    color: #007627;
    text-transform: capitalize;
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
    float: right;
}

.current {
    display: block;
}

.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;
}

.slider_title a {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #98E404;
    text-decoration: none;
    display: block;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}

.slider_list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
}

    .slider_list li {
        opacity: 0.7;
        filter: Alpha(Opacity="70");
        display: inline;
        float: left;
        margin: 0 8px 0 0;
        position: relative;
        width: 52px;
        height: 40px;
        cursor: pointer;
    }

        .slider_list li img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

    .slider_list .current {
        position: relative;
        background: none;
        opacity: 1;
        ;
        filter: Alpha(Opacity="100");
    }

    .slider_list li:last-child {
        margin: 0;
    }

    .slider_list .current .border {
        position: absolute;
        display: block;
        background: #2196f3;
        width: 52px;
        height: 4px;
        overflow: hidden;
        left: 0;
        bottom: 0;
    }

.type-rating {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.star-rating {
    margin-left: 3px;
    display: inline-flex;
}

    .star-rating img {
        width: 12px;
    }

.type-hotel {
    border: 1px solid #3C9AEE;
    color: #3C9AEE;
    font-size: 12px;
    padding: 1px 10px;
    font-weight: 400;
    border-radius: 4px;
}

.rate-col {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 7px
}

.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;
}

.Review-Section-item {
    vertical-align: top;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 7px;
    text-align: right;
    line-height: 16px
}

.Review-Section-scoreText {
    font-size: 12px;
    overflow-wrap: break-word;
    font-weight: 600;
}

.Review-Section-count {
    font-size: 11px;
    color: #555555;
}

.content-dtl {
    width: 70%;
    padding: 0 5px;
    display: table-cell;
    height: 183px;
    vertical-align: top;
}

.price-dtl {
    width: 30%;
    padding: 0 8px;
    position: relative;
    border-left: 1px solid #ebebeb;
    display: table-cell;
    min-height: 200px;
}

.htl_ttl {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.address {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 385px;
    overflow: hidden;
    margin-top: 5px;
    color: #808080;
}

.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;
}

.viewmap {
    color: #2196F3;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    display: none;
    cursor: pointer;
}

.deal-timer {
    margin-bottom: 10px;
    width: 100%;
}

.pos_cf {
    position: absolute;
    margin: -8px;
    float: left;
    width: auto;
    z-index: 9;
    left: 17px;
}

    .pos_cf:before {
        border: 4px solid #ee3e3e;
        border-bottom-color: transparent;
        border-left-color: transparent;
        bottom: calc(var(--bui_unit_medium)*-1);
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        width: 0;
        top: 28px;
        z-index: -1;
        display: none
    }

    .pos_cf span {
        background: linear-gradient(to right, #EF3E3E, #9f2626);
        color: #fff;
        border-radius: 5px;
        font-size: 13px;
        float: left;
        text-transform: capitalize;
        font-weight: 600;
        padding: 4px 7px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .pos_cf span img {
            margin-right: 5px;
            width: 21px;
        }

.top_deal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .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;
    }

.timer_bx {
    display: flex;
    align-items: center;
    margin: 5px auto;
    font-size: 14px;
    color: #05bfac;
    font-weight: 800;
    justify-content: center;
}

.timmer-ico {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

    .timmer-ico img {
        width: 100%;
    }

.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;
}

.red_INR {
    width: 7px;
    height: 15px;
    background: url(https://flight.easemytrip.com/Content/img/red_rupee.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.act_price {
    width: 100%;
    float: right;
    font-size: 24px;
    text-align: right;
    font-weight: 600;
    color:#000;
}

.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;
}

.am_ties {
    margin: 5px auto;
    position: relative;
    z-index: 9;
    flex-direction: column;
    margin-bottom: 0;
}

.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;
}

    .viewBtn:hover {
        background-color: #da5200;
        -webkit-transition: background-color 500ms linear;
        -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    }

.m_flx {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    /* background: #e4e4e4; */
    padding: 2px 0px;
    /* border-radius: 40px; */
}

    .m_flx img {
        margin-right: 5px;
    }

.offer-sec {
    display: flex;
    align-items: center;
    font-size: 12px;
    background: #FFD8C0;
    color: #15312E;
    padding: 3px;
    padding-left: 10px;
    border-left: 6px solid;
    border-image: linear-gradient(to top, #d85b10, #FFA36C) 1 100%;
    position: relative;
}

.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%;
}

.offer-sec .ico_o {
    height: 25px;
    width: 25px;
    margin-right: 8px;
}

.pdlhtl15 {
    margin: 15px auto;
}

.fr_cncnw1 {
    text-transform: capitalize;
    font-size: 12px;
    padding-top: 4px;
}

.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;
    }

.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;
}

.high_lt:hover .toltptxt {
    visibility: visible;
}

.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);
}

._rcntprvbx {
    padding: 8px 10px 15px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: 20px 0 -10px 0;
    z-index: -1;
    position: relative;
    font-weight: 600;
}

.grnbx {
    background: #E0FFF3;
    border: 1px solid #86E1BD;
    color: #00975B;
}

.blubx {
    background: #E6F4FF;
    border: 1px solid #95CDF9;
    color: #0B7EDA;
}


.topStick {
    position: sticky;
    top: 0;
    z-index: 11;
}

.search-section {
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    padding: 12px 0;
}

#heading-line h1 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 6px;
    color: #fff;
    font-weight: 600;
}

.lft_str_fl {
    float: left
}

.search-section {
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    padding: 12px 0;
}

.sticky-fx {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

.frmCol-1 {
    float: left;
    width: 32%;
    margin-bottom: 0;
    overflow: visible;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.search-form {
    border-radius: 2px;
    position: relative;
}

.search-section .search-label {
    display: block;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #1e4475;
    opacity: 0.55;
    padding: 0 0 3px 0;
}

.search-section input {
    font-size: 16px;
    line-height: 1;
    color: #3c3c3c;
    display: block;
    letter-spacing: 0.2px;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search-section .search-form input {
    color: #000;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-overflow: ellipsis;
    border: 0;
    background: #fff;
    padding: 21px 42px 6px 13px;
}

.search-form .search-label {
    position: absolute;
    left: 13px;
    top: 6px;
    z-index: 2;
}

.search-section .input-daterange {
    float: left;
    width: 35%;
    margin-bottom: 0;
    margin-left: 1%;
    border-radius: 4px;
    overflow: hidden;
}

.search-section .select-dates.select-dates-checkin {
    width: 50%;
}

.search-section .select-dates {
    float: left;
    margin-bottom: 0;
}

.search-section .select-dates {
    position: relative;
}

    .search-section .select-dates .wrap-select-dates {
        background: #fff;
        height: 48px;
        overflow: visible;
        border-radius: 0;
        padding-left: 10px;
        padding-top: 7px;
        color: #000;
    }

.date-title {
    color: #737373;
    font-size: 11px;
    letter-spacing: 0.5px;
    opacity: 0.55;
    line-height: 14px;
}

.search-section .select-dates .searchCheckInBox {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: transparent;
    color: #000;
    display: inline-block;
}

.search-section .select-dates input {
    padding: 0;
    margin-top: 2px;
}

.search-section .select-dates input {
    border: 0;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.search-section input {
    font-size: 14px;
    line-height: 1;
    color: #3c3c3c;
    display: block;
    letter-spacing: 0.2px;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.search-section .select-dates .wrap-select-dates .calendar-arrow {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #bdbdbd;
    left: 0;
    top: 0;
    display: block;
}

.custom-select {
    float: left;
    width: 18.3%;
    margin-bottom: 0;
    margin-left: 1%;
    border-radius: 4px;
}

.custom-select {
    position: relative;
}

.select-box {
    outline: none;
    border-radius: 4px;
}

.custom-select .wrap-select-box {
    position: relative;
    padding: 11px 10px 11px 10px;
    cursor: pointer;
}

.custom-select .wrap-select-box {
    border-radius: 4px;
    height: 48px;
    background: #fff;
    padding-top: 6px;
}

.search-section .search-label {
    display: block;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.4px;
    color: #737373;
    opacity: 0.55;
    padding: 0;
}

.select-box span.guests-selected {
    position: relative;
    color: #000;
    padding-left: 0;
    font-size: 14px;
}

.select-box .icon2.arrow-icon2 {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 1;
    stroke: #fff;
}

.select-box .icon2.arrow-icon2 {
    float: right;
    width: 15px;
    height: 16px;
    margin-top: 1px;
    stroke: rgba(0, 0, 0, 0.3);
    stroke-width: 3px;
}

.btn-wrap {
    float: left;
    width: 11.7%;
    margin-left: 1%;
}

.search-section .btnsrch {
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    text-align: center;
    width: 100%;
    outline: none;
    padding: 12px 0;
    background: transparent;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}


.paxContent {
    display: none;
    background: #fff;
    position: absolute;
    top: 52px;
    right: 76px;
    width: 23%;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 100;
}

.box:last-child {
    border-bottom: 0;
}

.box {
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e9eb;
    padding: 6px 6px 6px 6px;
    clear: both;
    height: auto;
    overflow: auto;
    font-size: 14px;
    -o-animation-name: animateElement;
    -moz-animation-name: animateElement;
    -webkit-animation-name: animateElement;
    animation-name: animateElement;
    -o-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -o-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -o-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.roomTxt {
    color: #000;
    font-weight: 600;
    margin-bottom: 1px;
}

.pull-left {
    width: 67%;
}

.pull-left {
    float: left;
}

.num {
    line-height: 30px;
}

.num {
    font-weight: 600;
    line-height: 56px;
    font-size: 16px;
    float: right;
    color: #212121;
}

.txt {
    line-height: 30px;
    padding-top: 0;
}

.txt {
    display: block;
    padding-top: 2px;
    text-align: left;
    color: #212121;
}

    .txt em {
        font-size: 12px;
        color: #6c6c6c;
        display: inline-block;
        font-style: normal;
    }

.pull-right {
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.pull-right {
    float: right;
    width: 33%;
}

.sub {
    font-weight: 500;
    font-size: 30px;
    left: 0;
    top: -2px;
    color: #000000;
    width: 40px;
    position: absolute;
    cursor: pointer;
    user-select: none;
}

.spacer {
    height: 10px;
    clear: both;
}

.add {
    font-weight: 500;
    font-size: 20px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    color: #000000;
    right: 0;
    top: 1px;
}


.sub, .add {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.PlusMinusRow {
    border-radius: 2px;
    position: relative;
    margin: 1px;
    overflow: hidden;
    min-height: 30px;
    line-height: 28px;
    text-align: center;
}

.PlusMinus_number {
    font-size: 18px;
    color: #000000;
    width: 25px;
    margin: auto;
    text-align: center;
    border: 0;
    outline: 0;
}

.PlusMinus_number, .PlusMinus_label {
    margin-top: 2px;
    display: inline-block;
}

.PlusMinus_label {
    text-align: left;
    min-width: 45px;
    font-size: 14px;
    letter-spacing: .32px;
    color: #999;
    vertical-align: top;
}

.addroom {
    margin-top: 4px;
    color: #44aa00;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-left: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    border: 1px solid #44aa00;
    padding: 6px 6px;
    float: left;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none;
    cursor: pointer;
}

.removeroom {
    color: #e00005;
    border-color: #e00005;
}

.exitroom {
    color: #fff;
    background: #ef6614;
    float: right;
    margin-right: 6px;
    border-color: #ef6614;
    display: block;
}

.childresAgeTxt {
    margin: 2px 0px 3px 0;
    font-size: 12px;
    color: #959595;
}

.paxContent select {
    border: 1px solid #c3c3c3;
    margin-right: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    color: #434343;
    padding: 3px 8px;
    height: 30px;
    resize: none;
}

.paxContent {
    left: 0 !important
}


.sidebar_filter {
    background: transparent linear-gradient(180deg, #ffffff 0%, #fafdff 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #363c580d;
    border: 1px solid #cdd5d3;
    border-radius: 12px;
    padding: 15px 13px;
    margin-bottom: 20px;
}

.sidebar_filter {
    padding-right: 32px;
}

    .sidebar_filter h3 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .sidebar_filter h3 span {
            color: #0F8765
        }

    .sidebar_filter .filter_box:last-child {
        margin-bottom: 0px;
    }

.filter_box_head h5 {
    display: inline-flex;
    align-items: center;
}

.filter_box_head img {
    margin-left: 5px;
}

.filter_box_head img {
    transition: 0.3s;
}

.filter_box .filter_box_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter_box_head.rotate img.dn_arrow {
    transform: rotate(180deg);
}

.filter_box .filter_box_head h5 {
    font-size: 14px;
    font-weight: 600;
}

.rst {
    text-decoration: none;
    color: #2196F3;
    font-size: 14px;
}

.filter_box_body {
    margin-top: 10px;
}

    .filter_box_body .form-check {
        margin-bottom: 13px;
    }

        .filter_box_body .form-check:last-child {
            margin-bottom: 0px;
        }

.slt-t {
    font-size: 12px;
}

.filter_box {
    padding-top: 20px;
}

.slt-t {
    font-size: 12px;
}

.range {
    padding: 0 5px;
    margin-bottom: 15px;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #d5dee4;
    border-radius: 2px;
    margin-top: 20px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #0374f9;
}

.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-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .range-price input {
        width: 50px;
        border: 0;
        padding: 0;
        outline: none;
        font-weight: 500;
    }

input {
    font-family: "Poppins", sans-serif !important;
}

.filter_box_body .form-check {
    margin-bottom: 13px;
}

.container_lgn {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    display: flex;
    align-items: center;
}

    .container_lgn .txt {
        padding-left: 6px;
        display: inline-flex;
        font-size: 12px;
    }

    .container_lgn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark_lgn {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 5px;
    border: 1px solid #0f8765;
}

.container_lgn .checkmark_lgn:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rating_box .form-check {
    margin-bottom: 18px;
}

.rating_cnt {
    display: inline-flex;
    align-items: center;
}

    .rating_cnt::before {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        width: 10px;
        height: 10px;
        border: 2px solid transparent;
    }

    .rating_cnt::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border: 1px solid #358CED;
        border-radius: 2px;
    }

    .rating_cnt .cnt {
        padding-left: 7px;
        display: inline-flex;
        align-items: center;
    }

.filter_box_body .tmln_box {
    width: 50%;
}

.tmln_box input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.filter_box_body .tmln_box:first-child .tmln_box_cnt {
    border-radius: 8px 0px 0px 8px;
    border-right: 0;
}

.tmln_box_cnt {
    border: 1px solid #CACACA;
    color: #808080;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.tmln_box input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tmln_box_cnt span {
    display: block;
}



.reset-wrap {
    justify-content: space-between;
}

.sidebar__inner {
    padding: 12px;
    background: #fff;
    position: relative;
    border-radius: 15px;
    border: 1px solid #C2E4F8;
}

.reset-wrap p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.price-list-wrap {
    margin: 15px 0px;
}

.price-list {
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 25px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

.price-list p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.all-content .left-warp img {
    max-width: 100%;
    width: 100%;
}

.switch-wrap {
    justify-content: space-between;
    align-items: center;
}

    .switch-wrap p {
        font-size: 12px;
        color: #000;
        font-weight: 400;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

input:checked + .slider {
    background-color: #00A664;
}

.slider.round {
    border-radius: 34px;
}

.click-wrap .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    /* padding: 50px 40px 20px 40px; */
    border-radius: 10px;
}

.rang-slider-wrap {
    position: relative;
    width: 100%;
    /* height: 100px; */
    margin-top: 15px;
}

    .rang-slider-wrap .slider-track {
        width: 100%;
        height: 5px;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 5px;
    }

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: -5px;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.values {
    width: 100%;
    position: relative;
    padding: 10px 0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.check-value-wrap {
    justify-content: space-between;
}

.container-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin-top: 20px; */
}

    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #358CED;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
}

.number-list {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.chcek-box-star-img {
    display: flex;
}

.all-content .left-warp img {
    max-width: 100%;
    width: 100%;
}

.chcek-box-star-img img {
    margin-right: 5px;
    max-width: 100%;
}

.check-value-wrap {
    justify-content: space-between;
}

.number-list {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.Area-Attraction {
    height: 220px;
    overflow-y: scroll;
    padding-right: 15px;
}

.container-check input:checked ~ .checkmark {
    background-color: #358CED;
}

    .container-check input:checked ~ .checkmark:after {
        display: block;
    }

.container-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.click-wrap {
    margin-top: 15px;
}

.box-wrap:hover {
    background-color: #eff4f7;
    cursor: pointer;
}

.top-search-wrap {
    position: relative;
}

    .top-search-wrap::after {
        content: "";
        background-image: url("images/search-icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 22px;
        display: flex;
        position: absolute;
        left: 7px;
        top: 10px;
    }

.hotel-search {
    align-items: center;
}

.drp-sm {
    font-size: 13px;
    color: grey;
}

.range-price span {
    margin-left: -15px;
}


.chepest-wrap {
    padding-top: 10px;
}


.box-wrap:last-child {
    padding-bottom:0px;
}