@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
    h6, .yoo-zoo h6 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
}

@media (min-width: 1025px) {
}

@media (max-width: 992px) {
    .case-study-text {
        margin-left: 0px;
        margin-top: -20px;
    }

    h1, .home h1 {
        font-size: 54px;
    }
    h6, .yoo-zoo h6 {
        font-size: 36px;
    }
    .pos-excerpt p {
        margin-bottom: 5px;
    }

    header.header-nav .menu ul.nav>li>a {
        font-size: 14px;
    }

    .bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type=text]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type=text]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 768px) {
    .menu-button {
        display: none;
    }
}

@media (max-width: 767px) {
    header.header-nav .menu {
        display: none;
    }
    h1, .home h1 {
        font-size: 38px;
    }
    p, ul, ol {
        font-size: 15px;
    }
}

@media (max-width: 567px) {
    .menu-button {
        right: 0px;
    }
    .menu-overlay li a {
        line-height: 1.2;
        font-size: 45px;
    }
    h4, .yoo-zoo h4 {
        font-size: 22px;
    }
    h6, .yoo-zoo h6 {
        font-size: 30px;
    }
    footer .footer .footer-menu li::after {
    content: none;
    }
    footer .footer .footer-menu li:first-of-type, footer .footer .footer-menu li {
    margin: 0px 0px 0px 0px;
    }
    .list-column ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    }
    .prev-arrow {
  left: 15px;

}
.next-arrow {
 
    right: 15px;
}
}