#nw-coverage {
  margin-top: 25px;
}
.nw-coverage iframe{
  width:100%;
}
.nw-coverage h2{
  font-family: 'TruenoSBd';
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  color: #000000;
}
.nw-coverage p span{
  font-family: 'TruenoSBd';
  font-size: 14px;
  font-weight: 600;
  color: #545454;
  display: block;
}
.mb-40{
  margin-bottom: calc(16px + 1.7569546120058566vw);
}

::selection{
  color: #fff;
  background: #664AFF;
}

.wrapper{
  max-width: 450px;
  margin: 150px auto;
}

.wrapper .search-input{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}
.search-input{
    position: relative;
    margin-bottom: 20px;
}

.search-input input{
  height: 48px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 16px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
  margin-top: 12px;
  line-height: 26px;
  color: #262626;
}

.search-input.active input{
  border-radius: 5px 5px 0 0;
}

.search-input .autocom-box{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.search-input.active .autocom-box{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
  border:1px solid #d8d8d8;
}

.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
  font-family: 'TruenoRg';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.search-input.active .autocom-box li{
  display: block;
}
.autocom-box li:hover{
  background: #efefef;
}

.search-input .icon{
  /* background: url(../images/search.png) no-repeat; */
  position: absolute;
  right: 0px;
  top: 50%;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  cursor: pointer;
  transform: translate(0%, -50%);
}

.search-results p > small{
  font-family: 'TruenoRg';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}
.search-results p .city{
  font-family: 'TruenoSBd';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #262626;
}
.search-results p .area{
  font-family: 'TruenoLt';
  font-size: 14px;
  line-height: 22px;
  color: #555555;
}
.nw-coverage .search-results {
  display: none;
  margin-top: 16px;
}
.nw-coverage #search-location::placeholder {
  font-family: 'TruenoRg';
  font-size: 16px;
  color: #d8d8d8;
  line-height: 26px;
}
#covered,
#not-covered,
#error-network {
  display: none;
}
#covered strong {
  color: #262626;
}

.pac-container {
  background-color: #fff;
  position: absolute!important;
  z-index: 1000;
  border-radius: 2px;
  border-top: 1px solid #ececec;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 1px;
}
.pac-container:after{display:none !important;}
.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px
}
.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}
.pac-item {
  cursor: default;
  padding: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 24px;
  text-align: left;
  border-top: 2px solid #ececec;
  font-size: 16px;
  color: #9d9d9d;
  font-family: 'TruenoRg';
}
.pac-item:hover {
  background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
  background-color: #ebf2fe
}
.pac-item-query {
  font-family: 'TruenoRg';
  font-size: 16px;
  color: #000000;
}
.pac-item-query:after {
  content: ",";
} 
.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
  display: none;
}
.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
  background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
  background-position: -18px -1px
}
.pac-icon-marker {
  background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
  background-position: -18px -161px
}
.pac-placeholder {
  color: gray
}
.map-legends ul li {
  display: inline-block;
  padding-right: 50px;
  padding-top: 5px;
  font-size: 14px;
} 
.map-legends ul li .strong-area {
   background-color: #a3ffa3;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
}
.map-legends ul li .low-area {
  background-color: #f1bcbb;
   width: 7px;
   height: 7px;
   display: inline-block;
   margin-right: 8px;
}
/* #search-location:hover {
  cursor: pointer;
} */

@media (max-width: 767px) {
  #nw-coverage .map-icon {
    display: none;
   }
}