/* footer top terms & conditions, return policy, privacy policy hide */
section.bg-light.border-top.mt-auto {
    display: none;
}

/*your custom css goes here*/


/* footer spacing komano */
footer.pt-3.pb-7.pb-xl-3.bg-black.text-soft-light {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


@media (max-width: 768px) {

    .slider-image {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .slider-image {
        height: 580px;
    }
}
.border-top-bottom{
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
}
