.product-box {
    border: 1px solid #ddd;
}
.dealers-list {
    padding: 2.5rem!important;
}
.product-box img , .dealer-image img{
    transition: 0.5s;
}

.product-box:hover img , .dealer-image:hover img{
    transform: scale(.95);
}
.

    .form-check-input[type=checkbox] {
        border-radius: 0em;
        width: 21px;
        height: 21px;
        margin-right: 5px;
        margin-top:0;
    }
    .form-check-input[type=checkbox]:focus , .btn:focus {
        box-shadow: none;
    }
    .form-check-input:checked {
        background-color: #ec1f25;
        border-color: #ec1f25;
    }
    .select-radius select {
        border-radius: 0;
    }
    .dealer-icon img {
        max-width: 60px;
        filter: invert(1);
        margin-right: 20px;
    }
    .search-box input::placeholder {
        color: #212529 !important;
    }

.cm-125{margin-top:125px;}
.mb-125{margin-bottom:125px;}



@media (max-width: 992px){
.dealer-info  {
    padding-left:  1.5rem !important;
}
.nepal-map{height: 500px !important;}
.cm-125{margin-top:60px;}
.mb-125{margin-bottom:60px;}
}

@media (max-width: 576px){
    .dealers-list {
        padding: 2rem 1.5rem!important;
    }
    .dealer-image {
        flex-basis: 20%;
        max-width: 20%;
        margin-right: 15px;
    }
    .dealer-details {
        align-items: flex-start !important;
    }
    .dealer-info {
        padding-left: 0rem !important;
        flex-basis: 80%;
        max-width: 80%;
    }
    .dealer-image img {
        width: 100%;
    }
    .dealers-list .search-box input {
        flex-basis: 100%;
        margin: 0 !important;
    }
    .dealers-list .search-box {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }
    .all-checkbox {
        justify-content: start !important;
        flex-direction: column;
        align-items: start !important;
        line-height: 34px;
        margin-bottom: 10px !important;
    }
    .radius-filter {
        flex-direction: column;
    }
    .radius-filter .select-radius {
        margin: 0 0 15px !important;
        width: 100%;
    }
    .all-selectors {
        padding: 15px !important;
    }
    .become-a-dealer .col-sm-4 {
        width: 100%;
        margin: 0 0 10px;
    }
    .search-box button {
        margin: 10px 0 0 !important;
        width: 100%;
        padding: 9px 0;
    }
    .all-selectors h3 {
        margin-bottom: 10px !important;
    }
	.select-radius {
    justify-content: flex-start !important;
    width: 100%;
}
	select#change-radius {
    width: 100% !important;
}
}