.pik_kia {
    /* margin-top: 8%;
    margin-bottom: 10%; */
    background-image: url(/cmspages/images/cart-img/bg.png);
    /* background-size: cover; */
}
.mx-auto{
   padding: 0px auto !important;
}
.category-home-k h3 {
    color: #e82026;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.category-home-k .row_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pik-drop-box_1 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 12px;
    background-image: url(/cmspages/images/cart-img/bg.png);
}

.padding-bottom {
    padding-bottom: 20px;
}

.pick_h h2 {
    color: #e82026;
    font-size: 40px;
    position: relative;
    border: 2px solid #ffae00c7;
    /* font-family: cursive; */
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 500;
    max-width: 400px;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.moving-animation {
    animation: moving 2s linear infinite;
}

.category-home-k .truck {
    position: relative;
}

.category-home-k .truck_1 {
    width: 50%;
}

.category-home-k .truck:hover {
    transform: scale(1.01);
}

@media(max-width: 480px) {
    .pick_h h2 {
        font-size: 20px;
    }

}

@media(max-width: 768px) {
    .category-home-k h3 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 766.5px) {
    .without_login_modal .modal-content {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

}