* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, section, form, label, legend, caption {font-family: 'Poppins', sans-serif !important;}
section {float: left;width: 100%;}
img {
    max-width: 100%;
}
a{text-decoration:none;}
::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd; 
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: #2196f3; 
    border-radius: 10px;
  }
.mapviewbg{
    position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  /* display: none; */
  right: 0;
  -ms-backdrop-filter: blur(3px);
  -o-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgb(0 0 0 / 45%);
  z-index: 99999;}
.mapviewbox {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  margin: auto;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 8px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.flitrmap, .flitrlist {
    width: 22%;
    height: 85vh;
    overflow: auto;
    padding:0 7px;position: relative;
}
.mapviewb {
    width: 56%;
    /* height: 85vh; */
    /* overflow: auto; */
    padding-left: 10px;
    position: relative;
}
.mapviewb iframe{
border-radius: 15px;position: relative;
}
._f18 {
    font-size: 18px;
}
._f14 {
    font-size: 14px;
}
._f22{font-size: 22px;
    font-weight: 600;
}
.mflx{display: flex;}
._probx {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

.prc_flt_n {
    width: 100%;
    float: left;
}

.prc_ttls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prc_ttl2 {
    margin-right: auto;
    font-size: 14px;
    font-weight: 600;
    color: #353535;
}

.arrow-down-flt {
    height: 12px;
    width: 12px;
    background-image: url(https://www.easemytrip.com/activities/Content/img/arrow-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100%;
    background-position: 0px 4px;
}

.row_flt {
    width: 100%;
    margin-top: 15px;
}

.check-box {
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}

    .check-box input {
        position: absolute;
        opacity: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #2196f3;
    border-radius: 2px;
}

.check-box input:checked ~ .checkmark:after {
    display: block;
}

.check-box .checkmark:after {
    left: 5px;
    top: 0px;
    width: 4px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}
.nbrcunt{
margin-left: auto;
    font-size: 13px;
}
._a {
    color: #2196F3;
    text-decoration: none;
    font-size: 14px;
    margin: auto 0;
}
.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}
.container-radio input:checked ~ .checkmark-radio {
    background-color: #ffffff;
    border: 1px solid #2196F3;
}

.checkmark-radio {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    margin-right: 10px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #2196F3;
}
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}
.container-radio .checkmark-radio:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2196F3;
}
.star_Img img{width: 14px;}
.starImg img{width: 14px;}
.star_Img{margin-right: 2px;margin-top: 2px;}
._reviews_f {
    font-size: 12px;
}
.arrow-up-flt {
    transform: rotate( 180deg);
    background-position: 0px 0px !important;
}



.toggle-btn {
    width: 30px;
    height: 16px;
    margin: 0;
    border-radius: 50px;
    display: inline-block;
    border: 0;
    position: relative;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #b9b9b9;
        -webkit-transition: .4s;
        transition: .4s;
    }
.flx{    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}

input:checked + .slider {
    background-color: #0FB746;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(14px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(14px);
    }
    .slider.round:before {
        border-radius: 50%;
    }
    .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;
    }

    .slctbx_n {
        background: transparent;
        border: 0;
        color: #2196F3;
        outline: 0;
        width: 75%;
        font-weight: 600;
        font-size: 14px;
    }
    .fltrchs {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        justify-content: space-between;
        margin: 5px 0;
        color: #2196F3;
    }


    /*hotel list*/
    ._recmdhtlap {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0px 0px 5px #CCD9E3 inset;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 10px;
    }
    .p_rel {
        position: relative;
    }
    .rechtbnr img {
        width: 100%;
        border-radius: 10px;
        height: 130px;
        object-fit: cover;
    }
    ._f20{font-size: 14px; font-weight: 600;}
    ._ratmap .ratb{
        font-size: 12px;
        background: #D4F3E9;
        display: flex;
        padding: 5px 10px;
        border-radius: 50px;
        color: #03B67B;
        align-items: center;
    }
    .p_maorc {
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
 .ratb span{
    font-size: 17px;
    line-height: 15px;
    margin-right: 3px;
}
._f20 {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.tag_bxoff{
font-size: 11px;
background: #F35120;
display: flex;
position: absolute;
top: 7px;
left: 8px;
padding: 4px 10px;
color: #fff;
border-radius: 50px;
}

/*map*/
.burlbg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    /* display: none; */
    right: 0;
    background-color: rgb(0 0 0 / 45%);
    z-index: 99999;
    border-radius: 15px;
    margin-left: 10px;
}
._hotelonmap {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px #CCD9E3 inset;
    cursor: pointer;
    background: #fff;
    margin: auto;
    margin-bottom: 15px;
}
.mptaght {
    width: 50%;
    min-width: 50%;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
    background: #fff;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
}

.atvtag {
    background: #2196f3;
    color: #fff;
}
.hotelmaptag {
    background: url(https://www.easemytrip.com/hotels/img/hotelmaptag.svg);
    width: 22px;
    height: 22px;
    background-size: 100%;
    margin-right: 6px;
}
.atvtag .hotelmaptag{
    background:url(https://www.easemytrip.com/hotels/img/hotelmapwttag.svg);
    width: 22px;
    height: 22px;
    background-size: 100%;
    margin-right: 6px;
}

.mptaght::after {
    content: "";
    position: absolute;
    top: 98%;
    right: 40%;
    border-width: 9px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}
.atvtag::after {
    content: "";
    position: absolute;
    top: 98%;
    right: 40%;
    border-width: 9px;
    border-style: solid;
    border-color: #2196f3 transparent transparent transparent;
}
.mapos {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 40%;
    display: flex;
    flex-direction: column;
}