.custom-icon {
    color: #5FCBC4;
    font-size: 30px;
}
.category-block:hover .custom-icon {
    color: white;
}
.large-icon {
    color: #5FCBC4 !important;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 40px !important;
}
.banner-in-home .home-slider .home,
.banner-in-home .home-slider .slider-contain {
    height: auto;
}
.banner-in-home .home-slider img {
    width: 100%;
}
.no-tablet {
    display: none;
}
@media (min-width: 577px) {
    .no-desktop {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 985px)  {
    .no-tablet {
        display: block;
    }
}
@media (max-width: 984px) {
    .no-mobile {
        display: none;
    }
}