.map_icon {
    width: 10px;
    padding-bottom: 2px;
}

.btn_find_loc_green {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    border-radius: 19px;
    margin-right: 35px;
    float: right;

}

.btn_find_loc_white_nav {
    border-color:var(--primary-color);
    background-color: white;
    font-size: 16px;
    border-radius: 19px;
    padding-right: 10px;
    padding-left: 10px;
    
    margin-right: 35px;
    float: right;
}

@media (min-width: 900px) and (max-width: 1199.98px) { .map_resp { 
        font-size: 11px;
        margin-right: 10px;
    } 
}
@media (min-width: 250px) and (max-width: 321px) { .map_resp { 
        font-size: 10px;
    } 
}



@media (min-width: 768px) and (max-width: 1199.98px) { .but_location { 
        font-size: 6px;
        width: 100% !important;
    } 
}

@media only screen and (max-width: 999px) {
    div#map_container { display: grid !important; }
}
@media only screen and (max-width: 999px) {
   
    div#map_col-3 { order: 2; }
    div#map_col-9 { order: 1; }
    #ModalMap {overflow:auto !important;}

    #MapSelect {
                /*min-height: 60vh; 
                height: 60vh;*/
                min-height: 40vh;
                height: 40vh;
            }

    }

/* @media only screen and (min-device-width: 481px) { */
@media only screen and (min-device-width: 1000px) {
#MapSelect {
            min-height: 90vh; 
            height: 90vh;
        }
    }
 
        .marker-icon {
            background-position: center ;
            background-size: 46px 46px;
            background-repeat: no-repeat;
            /*border-radius: 50%;*/
            width: 46px;
            height: 50px;
            /*left: 4px;*/
            position: absolute;
            text-align: center;
            /*top: 3px;*/
            /*transform: rotate(45deg);*/
        }
        .marker {
            height: 38px;
            width: 46px;
        }
        /* .marker-content2 { */
            /* background: #c30b82;
            border-radius: 50% 50% 50% 0;
            height: 30px;
            left: 50%;
            margin: -15px 0 0 -15px;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg);
            width: 30px;
        } */
        /* .marker-content::before {
            background: #ffffff;
            border-radius: 50%;
            content: "";
            height: 24px;
            margin: 3px 0 0 3px;
            position: absolute;
            width: 24px;
        } */

        .btn-circle {
          margin-top:10px;
          width: 45px;
          height: 45px;
          text-align: center;
          padding: 6px 0;
          font-size: 12px;
          line-height: 1.42;
          border-radius: 25px;
          position: absolute;
          z-index: 2;
          background-color: grey;
        }
        .bdr-csec:hover {
            color:white;
        } 