@import
	url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700')
	;
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
a, button, h1, h2, h3, h4, h5, h6, input, ol, p, textarea, th, ul {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	border: 0;
	border-radius: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	overflow: visible;
}

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

.searchPanelBox {
	position: fixed;
	max-width: 100%;
	width: 420px;
	/* background: #fff; */
	/* box-shadow: rgba(0, 0, 0, 0.1) 5px 0px 5px; */
	z-index: 999;
	border-radius: 20px;
	top: 16px;
	left: 16px;
}

.mapSection {
	height: 100vh;
	/* background: url(../images/map.png) 0px 0px no-repeat;
	background-size: cover; */
}

.headerSection {
	display: flex;
}

.seachsection {
	width: 75%;
	flex: auto;
}

.mayloaction {
	width: 29%;
}

.mayloaction .buttonlcation input {
	color: #fff;
	padding: 0px;
}

.mayloaction .buttonlcation {
	display: inline-block;
	cursor: pointer;
	background: #482b68;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 12px;
	margin: 12px 5px 15px 0;
	border-radius: 25px;
}

.mayloaction .buttonlcation i.fa {
	padding: 3px 0px;
	font-size: 16px;
	vertical-align: middle;
}

.seachsection i {
	font-size: 20px;
}

.searchInputFiled {
	padding: 10px 10px;
	display: flex;
	    background: #fff;
    border-radius: 27px;
}

.searchInputFiled i {
	float: left;
	margin: 10px;
	margin: 5px;
}

.searchInputFiled .form-control {
	width: 100%;
	font-size: 15px;
	background: none;
	border: none;
	box-shadow: none;
}

.filtercountShort {
	padding: 6px 15px;
	background: #f7f7f7;
	transition: all 0.6s cubic-bezier(.71, .07, .11, 1.14);
	border-bottom: #ebebeb 2px solid;
	height: 50px;
}

.countresult {
	font-size: 12px;
	color: #929292;
	padding: 10px;
	float: left;
	width: 46%;
	overflow: hidden;
	height: 32px;
}

.filterSelectBox {
	float: right;
	width: 200px;
}

.popup_mmi {
	padding: 15px;
	line-height: 22px;
}

.selectbox {
	backface-visibility: hidden;
	font-size: 13px;
	width: 200px;
	background-color: none;
	background: url(../images/arroDRopdwon.png) 95% 50% no-repeat;
	border: none;
	-webkit-appearance: none;
	border-bottom: #999 1px solid;
	padding: 8px 10px 8px 0px;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	cursor: pointer;
}

.collspanback {
	transition: all .3s;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 0px 5px;
	padding: 25px 5px 24px;
	position: absolute;
	right: -19px;
	top: -1px;
	/* border-left-width: 0px !important; */
	cursor: pointer;
	border-left: 1px solid #eaeaea;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.ToggleloseBox .collspanback img {
	transform: rotate(180deg);
}

.ToggleloseBox .filtercountShort, .ToggleloseBox .listingfilteritem {
	display: none;
}

.selectbox:focus {
	outline-color: transparent;
}

.listingfilteritem {
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.6s cubic-bezier(.71, .07, .11, 1.14);
	min-height: 112px;
	/* padding: 10px 24px;  */
	background: #ffffff;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-height: calc(100vh - 200px) !important;
	border-radius:20px !important;
	overflow: auto;
	margin-top: 16px;
}

.cards-rating-stars {
	vertical-align: middle;
	display: inline-block;
	height: 16px;
	margin-right: 1px;
	font-size: 0;
}

.cards-rating-star {
	background: url(../images/star-20130618.png) no-repeat;
	background-position: 0 1px;
	background-size: 37px 13px;
	display: inline-block;
	height: 13px;
	width: 13px;
}

.cards-rating-score {
	vertical-align: middle;
	color: #e7711b;
	margin-right: 1px;
}

.section-result-content h2 {
	color: #000;
	font-size: 15px;
	line-height: 16px;
	padding-bottom: 2px;
	white-space: normal;
}

/* #result_data .section-result-content:hover {
	background: #f0f0f0;
}
 */
.section-result-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* padding: 10px 18px 10px 24px; */
	border-bottom: 1px solid #e6e6e6;
	width:100%;
	/* margin-bottom: 10px; */
}

.highres .cards-rating-star {
	background-image: url(../images/star-20130618-2x.png);
}

.cards-rating-star-half {
	background-position: -13px 1px;
}

.highres .cards-rating-star {
	background-image: url(../images/star-20130618-2x.png);
}

.cards-rating-star-empty {
	background-position: -25px 1px;
}

.mmiT2_address {
	padding-top: 2px;
}

.section-image-container {
	display: inline-block;
	height: 92px;
	width: 80px;
	margin-left: 10px;
	position: relative;
}

.section-result-image {
	background-size: 80px 92px;
	height: 92px;
	width: 80px;
	vertical-align: top;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.section-result-text-content {
	color: #8c8c8c;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	min-width: 1px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:4px 16px 16px 16px
}

.section-result-text-content:hover{background-color: #f6eeff;}


.section-result-content h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(28, 28, 28, .8);;
    padding: 12px 0px;
}
.section-image-container {
	display: inline-block;
	height: 92px;
	width: 80px;
	margin-left: 10px;
	position: relative;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
	overflow: hidden !important;
	/*   padding: 0 !important; */
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible
	{
	display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element, .scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-outer>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #ffffff;
}

.scrollbar-outer>.scroll-element .scroll-element_outer, .scrollbar-outer>.scroll-element .scroll-element_track,
	.scrollbar-outer>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #845AB1;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #845AB1;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track
	{
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track
	{
	top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size
	{
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size
	{
	top: -14px;
}

.backbuttonBox {
	padding: 5px 10px
}

.backbuttonBox span.backclickbutton {
	display: inline-block;
	padding: 3px 9px 2px;
	background: #333;
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
}

#dir_head.section-result-content {
	display: block;
	font-weight: 600;
}

#dir_head.section-result-content   .from {
	padding-bottom: 10px;
}

#dir_head.section-result-content .datatxt {
	font-weight: 300;
	padding-bottom: 10px;
}
/*******************************************************/
#map .leaflet-popup-content {
	margin: 0PX;
	padding: 0px 5px;
}

#map  .res_poi tr:first-child td {
	padding: 7px 5px;
}

#map  .res_poi tr td {
	vertical-align: text-bottom;
	padding: 3px 5px;
	font-size: 14px;
	color: #444;
	font-family: 'Roboto Condensed', sans-serif;
}

#map  .res_poi tr td span strong {
	font-weight: 400;
	color: #999;
}

#map  .res_poi tr td strong {
	font-weight: 400;
	color: #999;
}

#map   .res_poi tr.dirdiv td {
	border-top: #d8d8d8 1px solid;
	padding: 5px 15px;
	font-family: 'Roboto Condensed', sans-serif;
}

#map .leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 3px;
}

#map   .res_poi tr.dirdiv td a {
	color: #482b68;
	padding: 6px 0px;
	font-size: 15px;
	display: inline-block;
	vertical-align: sub !important;
	display: inline-block;
}

#map  .res_poi tr td.titleMapPopup {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-bottom: thin solid;
	border-color: #d8d8d8
}

#map   .res_poi tr.dirdiv td img {
	padding-top: 4px;
}

.select_f1.as-input {
	padding: 3px 10px;
	width: 100%;
	border: #ccc 1px solid;
}

.dirdivComp .as-results {
	margin: 1px 1px;
}

.directionGoButton {
	background: #6cad67;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
}

#map   .res_poi a.CloseDropDirect {
	outline: none;
	background: #482b68;
	cursor: pointer;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
}

#map   .res_poi tr.dirdivComp td {
	border-top: #000 1px solid;
	padding: 5px 15px 5px;
}

#map   .leaflet-popup-content {
	min-width: 350px;
}

.directionInputF {
	float: left;
	width: 211px;
}

.noresult {
	margin-left: 30%;
	color: red;
}

@media ( max-width :480px) {
	body .collspanback {
		padding: 22px 5px 21px;
	}
	.mayloaction .buttonlcation i.fa {
		padding: 3px 0px;
		font-size: 13px;
		vertical-align: middle;
	}
	.directionInputF {
		float: left;
		width: 151px;
	}
	.map-control {
		top: auto !important;
		bottom: 50px !important;
	}
	.listingfilteritem, .filtercountShort {
		display: block;
		width: 100%;
	}
	#map .leaflet-popup-content {
		min-width: 287px;
	}
	.listingfilteritem {
		height: calc(55vh - 110px);
	}
	.countresult {
		width: 40%;
	}
	.searchPanelBox {
		max-width: 94%;
	}
	.searchInputFiled .form-control {
		width: 172px;
	}
	.mayloaction .buttonlcation {
		font-size: 12px;
		padding: 5px 7px;
		margin: 10px 1px 0 0px;
		border-radius: 25px;
	}
	.searchInputFiled i {
		margin: 4px 0px;
	}
	.filterSelectBox {
		float: right;
		width: 151px;
	}
	.filterSelectBox .selectbox {
		width: 100%;
	}
}

.mayloaction .buttonlcation input[type="button"] {
	cursor: pointer;
}

.info-window .header {
	text-align: center;
	font-size: 14px;
	padding: 4px;
	border-bottom: #ccc 1px solid;
	font-weight: 600;
	margin-bottom: 5px;
}

.info-window>div {
	padding: 3px 15px;
}


.helpAddr {float: left;width: 100%;list-style: none;padding: 0;margin: 0; }
.helpAddr p{font-size: 14px;line-height: 24px;font-weight: 500;color: rgba(28, 28, 28, .7);margin-bottom: 0; display: flex;padding-bottom: 10px; align-items: flex-start;}
.helpAddr p img{vertical-align: middle; margin-right: 10px; font-size: 20px; margin-top: 2px; color: #ba904b; width: 20px;}
.helpAddr li h2 {font-size: 20px; font-weight: 500;   line-height: 18px; color: #482b68; padding: 12px 0px; }
.helpAddr li {font-size: 14px;line-height:24px; font-weight: 500; color: #6a5935; margin-bottom: 0;display: flex;padding-bottom: 10px; }
.helpAddr li span img {vertical-align: middle;margin-right: 10px;font-size: 20px;margin-top: 2px; color: #ba904b; width: 20px;}
.buttondirection { letter-spacing: 1px; display: inline-block; border: 1px solid #482b68; cursor: pointer; background: #fff; font-size: 16px; font-weight:600; border-radius: 8px; color: #845AB1; padding: 10px 16px; margin: 6px 0 2px 0; }
.buttondirection span {vertical-align: middle;margin-right: 10px;font-size: 20px;margin-top: 2px; color: #482b68; }

#water_txt{display:none !important}
.helpAddr a{color: #482b68 !important;}
.map-control .expand-map-control > li > a{background-color: #482b68 !important;color: #fff !important;}
.as-list{width: 100% !important;}
#autocomplete{width: 100% !important;}
.leaflet-pulsing-icon {
    background-color: #482b68 !important;
}

.MMIgeoDot{background-color: #fff !important;}
::-webkit-scrollbar {
  width: 14px; 
  scrollbar-width: thin;
}

/* Change the background color of the scrollbar track */
::-webkit-scrollbar-track {
  background-color: #fff; /* <-- Change this to your desired background color */
  border-radius: 8px; /* Optional: rounds the track edges */
}

/* Style the draggable scrollbar handle (the thumb) */
::-webkit-scrollbar-thumb {
  background-color: #482b68; /* Color of the moving part */
  border-radius: 8px; /* Rounds the handle */
   /* Optional: adds padding around the thumb to match the track */
}
.filtercountShort{display: none
	;}