

.txt-white{
    color:#fff;
}
.section-pad-t10{
    padding-top: 50px;
    padding-bottom: 50px;
}

/* For Mobile Devices (320px - 480px) */
@media (max-width: 480px) {
    .search-box {
        display: none !important;
    }
}

/* For iPads and Tablets (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .search-box {
        display: none !important;
    }
}

/* For Laptops and Small Screens (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .search-box {
        display: none!important;
    }
}

/* For Large Screens and Desktops (1025px - 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
    .search-box {
        display: none!important;
    }
}

/* For TV and Extra Large Screens (1201px and more) */
@media (min-width: 1201px) {
    .search-box {
        display: none;
    }
}
