.inactive-googlemap{
	background-color:#00bf62;
	 text-align: center;
    color: #0065ad;
    width: 250px;
    border-radius: 25px;
    /* height: 97px; */
    padding: 8px 0 9px;
/*    padding: 2px 0 9px;*/
    position: relative;
    margin-bottom: 27px;
}
.active-googlemap {
    background-color: #ffcc00;
    text-align: center;
    color: #0065ad;
    width: 250px;
    border-radius: 25px;
    /* height: 97px; */
    padding: 8px 0 9px;
/*    padding: 2px 0 9px;*/
    position: relative;
    margin-bottom: 27px;
}



.active-googlemap h3,
.inactive-googlemap h2{
    font-size: 22px!important;
/*    font-size: 25px!important;*/
    margin: 3px 0 0;
    padding-top: 8px;
    color: #0065ad!important;
}
.inactive-googlemap h2{
    color: #fff!important;
}
.active-googlemap p{
    color: #0065ad;
    font-size: 18px;
    font-weight: 500;   
}


.active-googlemap p,
.inactive-googlemap p{
    margin-bottom: 4px;
    margin-top: 5px;
}
.inactive-googlemap p{
    color:#fff;
    font-size: 18px;
    font-weight: 500;

}
.gm-style-iw.gm-style-iw-c {
    background: transparent;
    box-shadow: none;
}

.active-googlemap a{
    border: 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: #0d4cdb;
}
.active-googlemap::after {
    clip-path: polygon(0 0,50% 100%,100% 0);
    content: "";
    height: 29px;
    left: 0;
    position: absolute;
    /* top: -1px; */
    width: 60px;
    margin: auto;
    right: 0;
    bottom: -28px;
    background: #ffcc00;
    text-align: center;
}
.inactive-googlemap::after {
    clip-path: polygon(0 0,50% 100%,100% 0);
    content: "";
    height: 29px;
    left: 0;
    position: absolute;
    /* top: -1px; */
    width: 60px;
    margin: auto;
    right: 0;
    bottom: -28px;
    background-color:#00bf62;
    text-align: center;
}
.gm-style .gm-style-iw-d {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden !important;
    margin: auto;
}
.gm-style .gm-style-iw-t {
    right: 5px !important;
}
.gm-style .gm-style-iw-tc{
    display: none !important;
}

.gm-ui-hover-effect {
    top: 10px !important;
/*    top: 17px !important;*/
    right: 2px !important;
}

.fusion-page-title-row {
  margin: 0 auto !important;
  height: auto !important;
}

.cust-banner-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.pac-target-input{
    display: none!important;
}

.cust-item-section {
  position: absolute;
  top: 700px; /* Adjust the top position as needed */
  left: 10px; /* Adjust the left position as needed */
  z-index: 9999; /* Make sure the HTML is on top of the map */
}
