#googleMap {
    min-height:500px;
    width:100%;
}
.purpleBox {
    padding:18px;
    background-color:#FBF4FD;
    border-radius:12px;
    padding-bottom:45px;
}
.colorPurple {
    color:#793389;
    line-height:26px;
    margin-top:-65px;
}
#bcBeeImg {
    position: relative;
    top: -97px;
    max-width: 196px;
}
.beeCurHolder {
    /* background: #E7344A; */
    margin-left: -18px;
    margin-right: -18px;
    margin-top: -18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.beeCurHolder h4 {
    color:#fff;
    margin-top: 5px;
}
.beeCurOuter {
    min-height:323px;
}
@media (min-width: 1200px) {
    #bcBeeImg {
        position: absolute;
        top: -115px;
        left: -69px;
        max-width:100%;
    }

    .colorPurple {
        color:#793389;
        line-height:26px;
        margin-top:40px;
    }
    .beeCurOuter {
        min-height:352px;
    }
 
}
@media screen and (min-width: 768px) {
    .beeCurHolder img {
        right: 5.5% !important;
        width: 93px !important;
        top: -36px !important;
        position: absolute;
          z-index: 99;
      }
  
      .beeCurHolder {
        padding: 3px !important;
        margin-top: -35px !important;
      }
}

@media screen and (max-width: 767px) {
    .beeCurOuter::before {
        /*       background: #D63345; */
        border-radius: 5px 5px 0px 0px;
        content: '';
        display: block;
        height: 6px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .beeCurOuter .distanceHolder::before {
        background-image: url(/2021bb/assets/img/BC/Bee-Curious-Accredited.png);
        background-position: center;
        background-size: contain;
        content: '';
        display: block;
        height: 64px;
        right: -52.5px;
        position: absolute;
        top: -64px;
        width: 42.5px;
        background-repeat: no-repeat;
    }
}

.gm-style .gm-style-iw h5 {
    color:#3D3E3F;
    font-size:18px;
    font-family: 'Hero Junior Super';
    font-weight:bold;
    line-height: 30px;
    padding-right:10px;
}
.gm-style .gm-style-iw a {
    color: #3d3e3f!important;
    font-size:14px;
    font-family:'Hero Junior';
    font-weight:bold;

}

.gm-style .gm-style-iw-c p {
    font-size: 22px;
    line-height: 26px;
    font-family:'Hero Junior';
    color:#e8063c;
    font-weight:bold;

}
.gm-style-iw-d {
    padding: 10px 5px;
}
