.restaurantlist .card-body .blackbtnborder {
    margin-left: 0;
    margin-right: 20px !important;
}

.restaurant-filter .dropdown-toggle .filter-option-inner-inner {
    margin-right: 0;
}

/* a.carousel-control-next{
    display: none;
} */
.api-error {
    direction: ltr;
}
.fullinsideCarousel .carousel-control-next{
   left: 0;
    right: unset;

}
.fullinsideCarousel .carousel-control-next-icon:before{
   content: "\f053";
}

@media only screen and (max-width: 767px) {
    .header-content .btn.transbtn {
        width: 90%;
        margin-left: 20px;
    }

    .fullinsideCarousel .carousel-control-next {
        display: none;
    }

}