@media only screen and (max-width: 1666px) {
    .social-l-2 {
        background: none;
        position: absolute;
        left: -10em;
    }
}

@media only screen and (max-width: 991px) {

    .site-branding {
        display: block !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-prev {
        left: 0 !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-next {
        right: 0 !important;
    }

}

@media only screen and (max-width: 1200px) {
    .topbar {
        display: none;
    }

    .site-navigation {
        display: none !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-prev {
        left: 0 !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-next {
        right: 0 !important;
    }

}

@media only screen and (max-width: 991px) {
    .main-slider .slide-nav-center>.btn-links.btn-prev {
        display: none !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-next {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {

    .main-slider .slide-nav-center>.btn-links.btn-prev {
        left: 0 !important;
    }

    .main-slider .slide-nav-center>.btn-links.btn-next {
        right: 0 !important;
    }

}

@media only screen and (max-width: 768px) {

    .btn-prev {
        display: none !important;
    }

    .btn-next {
        display: none !important;
    }

    .frontpage-banner-content span {
        font-size: 38px;
    }

    .banner-title {
        font-size: 47px;
    }

    .frontpage-banner-content p {
        font-size: 15px;
    }

    .m-sl {
        display: none;
    }

    .frontpage-banner-content {
        top: 20em;
    }

    .ex-app-content {
        position: relative !important;
        top: 2em;
    }

    .text-content p {
        font-size: 15px;
    }

    .section-title.style-one {
        margin-bottom: 2em;
    }

    .brand {
        width: 100%;
    }

    .food-title {
        font-size: 16px !important;
    }

    .cop {
        display: block;
    }

    .blue {
        display: block;
    }

    .blue a {
        font-size: 9px !important;
    }

    .cop a {
        display: none;
    }

    .wrapper-a {
        margin-bottom: 2em;
    }

    .cop p {
        font-size: 11px !important;
    }

    .wrapper-a h2 {
        font-size: 20px;
    }

    .widget-content img {
        display: table;
        margin: auto;
    }

    .l-g-2 p {
        display: table;
        margin: auto;
    }

}

@media only screen and (max-width: 991px) {

    .btn-prev {
        display: none !important;
    }

    .btn-next {
        display: none !important;
    }

    .frontpage-banner-content span {
        font-size: 53px;
    }

    .banner-title {
        font-size: 47px;
    }

    .frontpage-banner-content p {
        font-size: 15px;
    }

    .ex-app-content {
        position: relative !important;
        top: 2em;
    }

    .brand {
        width: 100%;
    }

    .cop a {
        display: none;
    }

    .wrapper-a {
        margin-bottom: 2em;
    }

    .gallery-items-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .food-title {
        font-size: 17px !important;
    }

    .wrapper-a h2 {
        font-size: 20px;
    }

    .widget-content img {
        display: table;
        margin: auto;
    }

    .l-g-2 p {
        display: table;
        margin: auto;
    }

    .widget {
        display: table;
        margin: auto;
        margin-bottom: 3em;
    }

    .widget-content {
        margin-top: 0 !important;
    }

    .widget-title {
        margin-bottom: 14px !important;
    }

}