.loc-map {
    min-height: 500px;
}

.filter-tag-box {
    display: inline-flex;
    padding: 10px;
    border: 1px solid;
    margin: 6px;
    color: #005E60;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    align-items: center;
    border-radius: 4px;
}

.close-icon {
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-image: url('../assets/images/close-icon.svg');
}

#location-wrapper .nav-link {
    display: inline-block;
    padding-right: 25px;
}

#location-wrapper .nav-item.arrow-overlay {
    position: relative;
}

.nav-item .tab-toggle-arrow {
    width: 100%;
    display: inline-flex;
    position: absolute;
    left: 0;
    text-align: right;
    height: 100%;
    top: 0; 
    align-items: center;
    justify-content: flex-end;
}

.nav-item .tab-toggle-arrow i {
    right: 5px;
    display: inline-block;
    position: relative;
    background-image: url('../assets/images/icon-arrow-down.svg');
    height: 8px;
    width: 13px;   
}

.nav-item .tab-toggle-arrow.state-open i {
    background-image: url('../assets/images/icon-arrow-up.svg');
}

.gm-style-iw.gm-style-iw-c {
    background-color: #005E60;
    color: #FFF;    
    padding: 20px !important;
    border-radius: 4px !important;
    flex-direction: row;
    word-wrap: break-word;
    justify-content: space-between;
    overflow-y: auto;
    @media(max-width:575px){
        max-width: 350px !important;
    }
}
.gm-style-iw-chr{
    order: 2;
}
.gm-style-iw-chr button{
    width: 24px !important;
    height: 24px !important;
}
.gm-style-iw-chr button span{
    margin: 0 !important;
}

.gm-style-iw-d {
    overflow-x: hidden !important;
    max-height: none !important;
    overflow-y: hidden !important;
    /*max-width: 80%; */
    max-width: 100%;
    height: 100%;
}

.gm-ui-hover-effect span {
    background-color: #ffffff;
}

.mCname {

    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;

}

#infocBox p, #infocBox a
{

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #fff;

}
#infocBox a{
    text-decoration: underline !important;
}
.pnum, .email{
    display: flex;
}
.pnum-box, .email-box {
    display: flex;
    flex-wrap: wrap;
}
.email-box{
    display: flex;
    flex-direction: column;
}
.email-box a:focus-visible{
    outline: none;
}
.email-box>a {
    padding-right: 5px;
    margin-right: 5px;
}
.pnum-box span::after{
    content: ',';
}
.pnum-box span:last-child::after{
    content: '';
}

#infocBox .pnum i,
#infocBox .email i,
#infocBox .website i,
#infocBox .contact-type i{
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    margin-right: 12px;
    flex-shrink: 0;
}
#infocBox .pnum i{
    background-image: url('../assets/images/info-phone.svg');
    margin-top: 6px;
    flex-shrink: 0;
}
#infocBox .email i{
    background-image: url('../assets/images/info-email.svg');
    height: 13px;
    margin-top: 7px;

}
#infocBox .website i{
    background-image: url('../assets/images/info-web.svg');
}
#infocBox .contact-type i{
    background-image: url('../assets/images/info-cat.svg');
    height: 18px;
    width: 20px;
}

div.tab-pane::-webkit-scrollbar-thumb {
    background: #005E60;
    border-radius: 100px;
}
.gm-style-iw.gm-style-iw-c::-webkit-scrollbar-thumb{
    background: #c8ff08;
    border-radius: 100px;
}
div.tab-pane::-webkit-scrollbar-track, .gm-style-iw.gm-style-iw-c::-webkit-scrollbar-track {
    background: #D7DBDB;
    border-radius: 100px;
}
div.tab-pane::-webkit-scrollbar, .gm-style-iw.gm-style-iw-c::-webkit-scrollbar{
    width: 5px;
}
#mobile-filter-toggle {
    background-image: url('../assets/images/filter-icon.svg');
}
#mobile-filter-toggle.activ {
    background-image: url('../assets/images/close.svg');

}
.gm-style .gm-style-iw-tc::after{
 background: #005E60;
}
.gm-ui-hover-effect {
    opacity: 1;
}
.gm-style .transit-container div, .poi-info-window div{
    background-color: #005E60;
    color: #ffffff;
}
.poi-info-window .view-link, .poi-info-window a:visited, .poi-info-window a:link {
    color: #FFFFFF;
}
.poi-info-window a{
    background-color: #005E60;
}