@media (max-width: 1366.98px) {

    .custom-container,
    .custom-container-80 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* @media (max-width: 1280.98px) {

    .custom-container,
    .custom-container-80 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
} */

@media (max-width: 991.98px) {
    .newsletter-column {
        display: block;
        padding-top: 75px;
    }

    .inpbox-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .sub-btn {
        margin-left: 0;
    }

    .footer-newsletter .button-wrapper {
        padding-top: 15px;
    }

    .newsletter-inp-box {
        height: 36px;
        width: 75%;
    }

    .footer-newsletter p {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #return_to_top {
        right: 20px;
        width: 25px;
    }

    #return_to_top.vissible_top {
        bottom: 20px;
    }

    .brand-logo .navbar-brand img {
        width: 100px;
    }

    .footer-logo .footer-brand img {
        width: 100px;
    }

    .custom-toggler {
        display: block;
    }

    .nav-links {
        display: none;
    }

    .mobile-nav-right {
        display: block;
    }

    .mobile-search {
        /* display: block; */
        margin-right: 25px;
    }

    .mobile-nav-right {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 576.98px) {
    .footer-links ul {
        flex-direction: column;
        padding-top: 20px;
        gap: 10px;
    }

    .newsletter-inp-box {
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

}