.page-body-bg11{
    position: relative;
}


.mapSelectDealeContainer {
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    color: rgb(25,25,25);
    cursor: pointer;
    font-size: 16px;
    line-height: 38px;
    margin: 30px 0 22px;
    padding: 5px;
    text-align: center;
    width: 400px;
    height: auto;
    left:30px !important;
}

optgroup {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.customSelect {
    width: 92%;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;

    padding: .5rem .75rem;

    appearance: none;           
    -webkit-appearance: none;   
    -moz-appearance: none;      

    border: none;              
    background: transparent url("data:image/svg+xml;utf8,<svg%20width='10'%20height='8'%20viewBox='0%200%2010%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'><path%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.848%206.643a1%201%200%2001-1.696%200L.956%201.53A1%201%200%20011.804%200h6.392a1%201%200%2001.848%201.53L5.848%206.643z'%20fill='%23CCCCCC'/></svg>") no-repeat right 8px center;
    background-size: 11px;
    outline: none;             

    &:focus {
        /* border: none; */
        outline: none;
        box-shadow: none;
    }
    &:active {
        outline: none;
        box-shadow: none;
    }
}


@media screen and (max-width: 768px) {
    .mapSelectDealeContainer {
        width: calc(100% - 20px);
        left: 0 !important;
        right: 0;
        margin: auto;
        margin-top:10px;
    }
}


.dealer_bar {
    background-color: #05141f;
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
	height: 40px;
    display:flex;
    align-items:center;    
    justify-content: center;
    position: relative;
    z-index: 1004;
}

.dealer_name {
    font-weight: bold;
}

.dealer_contact {
    margin-left: 75px;
    font-weight: bold;
}

.dealer_bar_message {
    padding: 10px 10px;
    font-size: 15px;
    border: 2px solid white;
    margin-bottom: 5px;
}

.dealer_bar_with_message {
    display: block;
    overflow: hidden;
}

.dealer_bar_message_panel {
    height: 50px;
}

@media (max-width: 1024px) {
    .dealer_bar_with_message .dealer_bar {
        height: auto;
        padding: 7px 7px 0px 7px;
    }

    .dealer_bar_with_message .dealer_bar_header {
        height: auto;
        padding-bottom: 7px;
    }

    
}