.google-map-body {
    background-color: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	left: 0;
    z-index: 99999999;
}

.google-map-header {
    border-bottom: 1px solid lightgray;
    font-family: sans-serif;
    font-weight: 500;
    display: flex;
    height: 42px;
    width: 100%;
}

#google-map {
    height: 95%;
    width: 100%;

}

.google-map-leftdiv {
    display: flex;
    width: 40%;
}

.google-map-rightdiv {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    width: 60%;
    line-height: 30px;
}

.google-map-image-icon {
    background-image: url("../images/icons/clientlogo.png");
    background-repeat: no-repeat;
    background-position: 0px 7px;
    background-size: 100% 70%;
    height: 100%;
    width: 18%;
    display: none;
}

.google-map-close-icon img {
    margin: 0px 12px 0px 19px;
}

.google-map-back-button {
    filter: blur(0.3px);
    font-size: 13px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.87px;
    padding-top: 12px;
    position: relative;
    /* padding:5px 0px; */
    height: 100%;
    width: 70%;
}

.google-map-back-button span {
    font-family: 'Nunito Sans',Bold;
    margin: 0px 0px 0px 60px;
}

.google-map-restaurants {
    font-size: 13px;
    margin: 5px 0px 0px 10px;
    top: 4.5%;
    /* padding-top: 5px; */
    filter: blur(0.3px);
    font-family: 'Nunito Sans',Semi Bold;
    color: rgba(0,0,0,0.57);
    letter-spacing: 0.87px;
    text-align: center;
    /* line-height: 35px; */
    /* padding: 16px 0px 0px 0px; */
    position: relative;
    float: right;
    /* transition: all 0.3s ease-in;
    -webkit-transform: rotate(0deg) scale(1);
    transform:scale(1); */
    width: 110px;
    background-size: 0% 0%;
    display:inline-block;
    background-image: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05));
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-position: 50% 50%;
}

.google-map-restaurants:hover{
    /* -webkit-transform:  scale(1);
    transform: scale(1);
    color: #F44A77;
    background: rgba(0,0,0,0.04);
    border-radius: 4px; */
    border-radius: 4px;
    background-size: 100% 100%;
    color: #F44A77;
    /* animation: createBox .25s;  
    z-index:99999999;
    filter:none;
    color:white;
background: black; */
}

.googlemap-selected-icon {
    color: #F44A77;
    background: rgba(0,0,0,0.05)!important;
    border-radius: 4px;
}

.gm-style-iw-d {
    overflow:unset!important;
    max-width:330px!important;
}


.google-map-schools {
    position: relative;
    float: right;
    height: 100%;
    width: 15%;
}

.google-map-close-icon {
    left: 10px;
    margin: 4px 0px 0px 0px;
    position: absolute;
    /* float: right; */
}

span {
    /* padding:0px 0px 0px 10px; */
}

.google-map-image-icon img {
    max-height: 36px;
    position: relative;
    left: 10px;
    top: 7px;
}

.google-map-imgback {
    /* top: -1px; */
    /* position: relative; */
    /* background-position-y: -8px; */
    background-size: 100% 100%;
    /* content:url("images/googlemapImages/backArrow.svg"); */
}


@media screen and (max-width: 800px) {

    .google-map-restaurants {
        font-size:9px;
        line-height:25px
    }

    .google-map-header {
        height:7%;
        font-size: 12px;
    }

    .google-map-rightdiv {
        line-height: 12px
    }

    .google-map-back-button {
        font-size:9px;
        padding: 7px 0px 0px 0px;
    }

    .google-map-image-icon img {
        max-width: 18px;
    }

    .google-map-imgback {
        max-width: 15px;
    }

    .google-map-close-icon {
        margin: -2px 0px 0px 20px;
    }

    .google-map-close-icon img{
        margin: 9px 15px 0px 10px;
    }

    .google-map-imgclose {
        max-width: 13px;
    }
	
	.google-map-restaurants {
		width:70px;
	}

}