.owl-dots {
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #DC1E3D;
}

.alllistingbtn {
    margin-top: 15px;
    text-align: center;
}

.alllist-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #DC1E3D;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    height: 60px;
    width: 250px;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #DC1E3D;
    transition: all 0.3s;
}

.alllist-btn:hover {
    color: #fff;
    background: #DC1E3D;
}