
.input_search {
    font-size: 14px;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
}
.input_search_container button{
    display: flex;
    align-items: center;
    border:0;
    outline: 0 !important;
    cursor: pointer;
}
 button.clear {
    background: #ba1711;
    color: #fff;
    width: 24%;
    padding-right: 0;
     padding: 0;
     justify-content: center;
     border:0;
     padding: 13px 20px!important;
     position: absolute;
     right: 0;
     top: -55px;
     font-size:14px;
     outline: 0 !important;
     cursor: pointer;
}
.margin-f{
    margin-bottom: 10px!important;
}
.contact_map {
    position: relative;
}

#backG{
    width: 100%;
    height: 450px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 9000;

}

.pulse {
    position: relative;
    text-align: center;

    border-radius: 50%;
    background: #CF142B;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    caret-color: transparent;
    z-index: 99999;
}



.pulse-container img {
    max-width: 100%;
}
/*
img {
    max-width: 100%;
    height: auto;
}*/
.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #CF142B;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.pulse::after,
.pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #CF142B;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.input_search_container .products_list_city.active {
    display: block;
}
.input_search_container .products_list_city {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}

.input_search_container .products_list_city .product_name_prompt:last-child {
    border-bottom: none;
}
.input_search_container .products_list_city .product_name_prompt {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #d8d8d8;
}


@media screen and (max-width: 767px) {
    #backG{

        height: 400px;


    }

    button.clear {

        width: 44%;
        padding-right: 0;
        padding: 0;
        justify-content: center;
        border:0;
        padding: 10px 15px!important;

        top: -50px;
        font-size:14px;
    }

}