/*---------------------------------------------- Maps Section ----------------------------------------------*/

#map {
    width: 100%;
    height: 100%;
}

#map .gmnoprint {
    display: none;
}

#map button {
    display: none!important;
}

#map .gm-style div a div img {
    display: none;
}


/*---------------------------------------------- Section Responsive ----------------------------------------------*/

@media screen and (min-width: 1501px) {
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 1500px) {
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 1450px) and (min-width: 769px){
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 1200px) {
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 1120px) and (min-width: 769px){
/*---------- Insert Style -----------*/
}

@media screen and (min-width: 1170px) {
/*---------- Insert Style -----------*/
}

@media screen and (min-width: 769px) {
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 768px) {
  #map {
    height: calc(100vh - 70px);
  }
}

@media screen and (max-width: 540px) {
/*---------- Insert Style -----------*/
}

@media screen and (max-width: 498px) {
/*---------- Insert Style -----------*/
}