﻿.pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 87%;
}

.pac-input:focus {
  border-color: #4d90fe;
}

.google-map {
    position: relative;
    padding-bottom: 75%;
    /* height: 700px; */
    overflow: hidden;
}

    .google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }