 /*#mapContainer{
         width: auto;
         height: 480px;
      }*/
   .H_ib_body{
        width:330px;
      }
      .tablemap{
        font-size: 14px;
        line-height: 16px;
      }

      #map{
        height: 500px !important;
      }
      .btn{
        margin-right: 10px;
      }
      .card-title {
     margin-bottom: 0px !important; 
}

.col-call-btn{
    color: #ff3300;
    border: 1px solid #ff1e00 !important;
    border-radius: 10px;
    height: 26px;
    margin-top: 2px;
}
.col-web-btn{
  background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
}
.col-web-btn:hover{
  border: 1px solid #000;
}
.col-map-btn{
  background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
}
.col-map-btn:hover{
     border: 1px solid #000;
}
.H_ib_body{
      margin-right: -12em !important;
} 
.tablemap {
    font-size: 12px;
    line-height: 18px;
}
@media (max-width: 440px) {
 .H_ib_body{
      margin-right: -16em !important;
} 
}
