/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
  height: 100%;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 220px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-size: 20px;
	font-weight: 400;
	padding: 5px;
	color: #fff;
	    padding-left: 0px;
	margin: 0;
	border-radius: 1px 1px 0 0;
	    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;
}
.iw-subTitle {
	font-size: 10px;
	font-weight: 700;
	padding: 5px 0;
}
.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
a.card_button:link, a.card_button:visited {
  background-color: unset;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
      border-bottom: 1px solid;
}

a.card_button:hover, a.card_button:active {
  background-color: red;
}

.gm-style-iw.gm-style-iw-c {
    width: 4% !important;
    background: rgb(228 28 57 / 80%);
    color: #fff !important;
    z-index: 99999 !important;
	border-radius: 20px;
}
.gm-style-iw-d{
	overflow:hidden !important;
}

#iw-container .iw-content{
	
}

#iw-container .iw-content::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

#iw-container .iw-content::-webkit-scrollbar-track {
  background: #e41c39;        /* color of the tracking area */
}

#iw-container .iw-content::-webkit-scrollbar-thumb {
  background-color: white;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e41c39;  /* creates padding around scroll thumb */
}
.gm-ui-hover-effect>span {
    margin-left: 1px !important;
    background-color: #000;
    margin-top: 13px !important;
    font-size: 20px !important;
    width: 18px !important;
    height: 18px !important;
}

.get_direction1 {
    display: flex;
}
.get_direction1 i{
       margin-right: 10px;
    margin-top: 5px;
}
.get_direction1 p {
    margin-bottom: 0px;
}

.get_direction1 i{
	color:#f3ad40 !important;
}

@media only screen and (max-width: 767px) {
	#iw-container .iw-title{
		font-size:15px;
	}
	#iw-container .iw-content p {
    line-height: 20px;
    font-size: 10px;
}
}