 /*style the box*/  
 .gm-style-iw, .gm-style-iw-c {
  padding-top: 0px !important;
  padding-left: 0px !important;
  border-radius: 0px !important;
} 

.gm-style .gm-style-iw-d{
  overflow: auto !important;
  .gm-ui-hover-effect{
  img{
    display: none !important;
  }
  &:before{
    content: 'x' !important;
    color: white;
    font-size: 1.3em;
  }
  }
}


.center{
  text-align: center;
}
