body {margin:0;padding:0;background:#f4f4f4;font-family: 'Poppins', sans-serif;}
* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.range_box input[type=number]::-webkit-inner-spin-button, 
.range_box input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sticky_fixed {position: sticky;position: -webkit-sticky;top: 0;}
.m_relt {align-self: flex-start;
	position:relative;}
.flt-pnl {
   
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,.15);	
}

.panel_n {
    padding: 0 18px;
    background-color: white;
    transition: max-height 0.2s ease-out;
    box-shadow: none !important;
    max-height: 250px !important;
}

.tpb15 {
    font-size: 14px;
    line-height: 14px;
    color: #0a0a0a;
    font-weight: 600;
    margin: 10px 0;
}

.errbx {
    border-color: #ff001f;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.range_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rng_inp {
    border: 1px solid #d2d6d9;
    border-radius: 4px;
    color: #4a4a4a;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    outline: 0;
    padding: 0 5px;
    -moz-appearance: none;
    width: 50px;
}

.tobx {
    width: 30px;
    text-align: center;
}

.srchgo {
    align-items: center;
    background-color: #2196f3;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    color: #fff;
    height: 36px;
    justify-content: center;
    width: 36px;
    margin-left: 10px;
}

.search-results-title {
    background: #fff;
    padding: 0 20px;
    margin: 0;
    line-height: 3em;
	font-weight:normal;
	border-bottom: 0!important;
}
.v_middle {vertical-align:middle;margin-right:10px}
.divider{border-bottom: 4px solid #f5f5f5;margin:10px 0}
.accordion {
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    padding: 0 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight:500;
    /* float: left; */
}

.accordion:after {
    content: '\2212';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\002B";
}
.grid-icon:after,.gal:after  {display:none!important}
.panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    box-shadow: none!important;
    padding-top: 10px;
}
.search-container {
  display: block;
  position:relative
}
.search-container input[type=text]::-webkit-input-placeholder {
color:#666
}
.search-container input[type=text]::-moz-placeholder {
color:#666
}
.search-container input[type=text]:-ms-input-placeholder {
color:#666
}
.search-container input[type=text]:-moz-placeholder {
color:#666
}
.search-container input[type=text] {
  padding: 9px 12px 9px 40px;
    margin-top: 8px;
    font-size: 14px;
    border: none;
    border: 1px solid #d2d2d2;
    width: 87%;
    font-weight: 500;
    border-radius: 20px;
}

.search-container button {
    float: right;
    padding: 9.5px 9px;
    margin-top: 8px;
        background: #f7f7f7;
    font-size: 17px;
    border: none;
    cursor: pointer;
    width: 13%;
    left: -2px;
    position: relative;
	border: 1px solid #d2d2d2;
}
.search-container button:hover {
  background: #ccc;
}
.fa-srch {
    position: absolute;
    right: 220px;
    top: 11px;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background: url(https://hotel.easemytrip.com/Content/hotelfilter/img/search_icn.png);
}
.min_val { margin: 0; width: 30%; float: left; }
.max_val { margin: 0; width: 31%; float: right; }
.ui-slider-input {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 22px;
    outline: 0;
    text-align: left;
    vertical-align: text-bottom;
    border: 0;
    background: none;
	float:left;
	width: 50px;

}
.ui-slider-input2 {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 22px;
    outline: 0;
    text-align: right;
    vertical-align: text-bottom;
    border: 0;
    background: none;
	float:right;
    width: 38px;
}

.slider_pnl {
    float: left;
    width: 71%;
}
.slider_pnl2 {
    float: right;
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
	
}
.prc_sldr {width:100%;float:left;margin-top: 5px;}
.Rupee {float:left;font-size:13px;margin-right:3px}
.Rupee2 {float:right;font-size:13px;margin-right:3px}
.panel ul {
    margin: 6px 0; 
    padding: 0;
	
}
.panel ul li {
    padding: 3px 0;
	list-style:none
}
.checkbox {
    padding: 0 0 0;
}
.checkbox img{margin-right:2px}
.checkbox label {
    font-size: 13px;
    position: relative;
    cursor: pointer;
    padding:0 5px;
}
.checkbox_n {
    display: inline-block;
    width: 17px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tl_no {font-size:12px;color:#000;margin-left:7px}
.sb_ttl {font-size:14px;color:#000;margin-top:10px}
.sb_ttl2 {font-size:11px;color:#525252;margin-top:7px;text-transform:uppercase}
.area_cl {width:100%;float:left;margin-top:8px}
.area_cl span {font-size: 11px;
    color: #666;
    border-radius: 15px;
    border: 1px solid #c3c3c3;
    padding: 3px 7px;
    margin-right: 6px;
    margin-bottom: 8px;
    float: left;}
.area_cl span:hover {cursor:pointer;border: 1px solid #4263c1;background:#4263c1;color:#ffffff;transition:background .5s;}
.htz{background:#4263c1;}
.mgr4 {margin-top:4px}
#slider-range {width: 92%;margin: 8px auto 0 auto;}
/*Radio*/
.cont_flt {
    display: block;
    position: relative;
    padding-left: 28px;
    margin:10px 25px 10px 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	line-height:17px
}
.cont_flt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.chk_flt {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #4263c1;
}
.cont_flt:hover input ~ .chk_flt {
    background-color: #ccc;
}
.cont_flt input:checked ~ .chk_flt {
    background-color: #fff;
}
.chk_flt:after {
    content: "";
    position: absolute;
    display: none;
}
.cont_flt input:checked ~ .chk_flt:after {
    display: block;
}
.cont_flt .chk_flt:after {
 	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4263c1;
}
/*Checkbox*/

.container_fil {
    float: left;
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
	width:100%;
}

.container_fil input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark_fil {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.container_fil:hover input ~ .checkmark_fil {
    background-color: #ccc;
}

.container_fil input:checked ~ .checkmark_fil {
    background-color: #2196f3;
		border: 1px solid #2196f3;
}

.checkmark_fil:after {
    content: "";
    position: absolute;
    display: none;
}

.container_fil input:checked ~ .checkmark_fil:after {
    display: block;
}

.container_fil .checkmark_fil:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.black_USD:before{content: '\0024';}
.black_EURO:before{content: '&#x20AC;';}
/*.black_AED:before{content: '&#1583;';}  */
.black_CENT:before{content: '&#162;';}



.nwmapbx {
    background: #fff;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    border-radius:10px;
    border:1px solid #dbdbdb;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}
.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;
}
