/*style the box*/  
.gm-style .gm-style-iw {
   
   top: 0 !important;
   left: 0 !important;
   width: 100% !important;
   max-width: 360px !important;
   height: 100% !important;
   min-height: 160px !important;
   display: block !important;
   box-shadow: 3px 4px 39px rgba(0,0,0,.2);
   z-index: 2;
   padding: 10px;
   color: white !important;
   font-family: 'Montserrat',sans-serif !important;
   background-color: #272727 !important;
   
}

.gm-style .gm-style-iw .gm-style-iw-d {
   overflow: hidden !important;
}
.gm-style .gm-style-iw h3 {
   color: white !important;
   padding-bottom: 15px;
}

/*style the p tag*/
.gm-style .gm-style-iw p{
   font-size: 14px;
   font-weight: 600;
} 