/*map styling*/
   .map-wrapper {
    height: 300px;
    width: 100%!important;
    margin-top: 14px;
   }
   #map{
   height: 100%;
   border: 0.1px solid #66afe9;
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
   }
   .gm-style-iw-c{
   background: linear-gradient(to bottom, #fafdff 0%, #e8f2f9 100%) !important;
   border-style: solid !important;
   border-color: #66afe9 !important;
   border-width: thin !important;
   color: #0d4f78 !important;
   max-width: 600px !important;
   outline: 0px solid #66afe9;
   }

   .gm-style .gm-style-iw-d, .gm-style .gm-style-iw-d{
     background: none !important;
   }
   .gm-style-iw-d *{
   background: none;
   color: #0d4f78 !important;
   }
   .gm-style .gm-style-iw-t::after {
   background: linear-gradient(45deg,#e8f2f9 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%) !important;
   }
   .gm-style .gm-style-iw-tc::after{
    background: linear-gradient(to bottom, #fafdff 0%, #e8f2f9 100%) !important;
   }
   .gm-ui-hover-effect img{
   display:none !important;
   }

   .gm-ui-hover-effect { 
   top: 1px !important;
   right: 1px !important;
   width: 15px !important;
   height: 15px !important;
   opacity: 0.6 !important;
   border-radius: 50% !important;
   border: 2px solid red !important;
   }
   .gm-ui-hover-effect:hover {
   opacity: 1;
   }
   .gm-ui-hover-effect:before, .gm-ui-hover-effect:after {
   position: absolute;
   right: 4px;
   top: 1px;
   content: ' ';
   height: 9px;
   width: 3px;
   background-color: red;
   }
   .gm-ui-hover-effect:before {
   transform: rotate(45deg);
   }
   .gm-ui-hover-effect:after {
   transform: rotate(-45deg);
   }
   .fw-900{
   font-weight: 900;
   }
   .gm-style-iw-chr{
    position: absolute;
    top: 2px;
    right: 2px;
   }
   .map_main_content_div{
   clear: both;
   width: max-content;
   display: flex;
   padding: 0px 15px 0px 0px;
   }
   .map_main_content_div .map_inner_content_div_left{
   padding: 10px 10px 0px 0;
   width: max-content;
   }
   .map_main_content_div .map_inner_content_div_right{
   width: max-content;
   }

   .map_main_content_div .map_inner_content_div_left img{
   border: 1px solid #75b0d7;
   cursor: pointer;
   height: 140px;
   width: 100%;
   background-color: #fff !important;
   border: 1px solid #229abe;
   }
   .map_main_content_div .map_inner_content_div_right div{

   margin-top: 5px;
   
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size:15px;
   }
    .map_main_content_div .map_inner_content_div_right .clearfix div:last-child{
        margin-left:5px;
     }
   .gm-style .gm-style-iw-c{
   padding: 5px !important;
   border-radius: 2px !important;
   }
   .gm-style-iw-d{
   overflow: hidden !important;
   }

   .zoommap{
     transition: transform .2s; 
     margin: 0 auto;
     z-index: 3;

   }

   .zoommap:hover {
     transform: scale(1.2); 
   }
   .map-icon{
     color:#0072bb !important;
     font-size:13px;
     width:20px
   }