@media screen and (max-width: 1240px) {
    #intro-slider .banner-inside figure img {
        clip-path: none;
        -webkit-clip-path: none;
    }
    .home-banner {
        height: 750px;
        overflow: hidden;
    }
    .how-help-you-wrapper {
        margin: 40px auto 30px;
        width: 95%;
    }
    #intro-slider .owl-dots {
        bottom: 34%;
    }
    .banner-quotes {
        top: 25%;
    }
    .how-help-you {
        width: calc(33.3% - 20px);
        height: auto;
        padding: 20px 30px 20px 30px !important;
        top: 0;
        box-shadow: none !important;
        overflow: visible;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        margin: 0 20px;
    }
    .how-help-you::before,
    .our-clients:after,
    .our-clients:before {
        display: none;
    }
    .how-help-you.case-studies::after {
        display: none;
    }
    .our-clients {
        position: relative;
        left: 0;
        transform: none;
        -webkit-transform: none;
        width: 33.3%;
        height: auto;
        top: 0;
        float: left;
        padding: 20px 20px 20px 30px !important;
        background: #b3ada4;
    }
    .content-wrapper {
        margin: 0;
    }
    .how-help-you h3 {
        min-height: 55px;
    }
    .how-help-you p {
        width: auto;
    }
    .how-help-you.services {
        background: #ddd0c1;
        margin-left: 0;
    }
    .how-help-you.case-studies {
        background: #e84f1c;
        text-align: left;
        margin-right: 0;
    }
    .how-help-you.case-studies h3 br {
        display: none;
    }
    .how-help-you.case-studies h3 span {
        display: inline-block;
        margin: 0 0 0 8px;
    }
    .how-help-you.case-studies .btn {
        float: left;
    }
    .our-clients a {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin: 49px 0 0 0 !important;
        display: table;
        z-index: 2;
        padding: 9px 10px;
        height: auto;
        background: #e84f1c;
    }
    .our-clients a.vbtn:before {
        border-width: 34px 0 0 28px !important;
        left: auto;
        right: -28px;
    }
    .our-clients a.vbtn.orange:before {
        border-color: transparent transparent transparent #e84f1c;
    }
    .our-clients h3 {
        margin: 0;
        min-height: 55px;
    }
    .how-help-you-text {
        display: block;
    }
    .top-navbar {
        float: right;
        margin: 10px 10px 0 0;
    }
    .phone-number {
        float: right;
        clear: none;
        margin: 0;
    }
    .navigation-bar:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.65);
        z-index: -1;
    }
    .navigation-bar ul {
        float: left;
        width: 100%;
        background: #fff;
        height: 100%;
        z-index: 9;
        padding: 47px 0 0 0;
    }
    .navigation-bar {
        float: left;
        width: 250px;
        border-bottom: 0;
        border-top: 0;
        margin: 0;
        position: fixed;
        right: -250px;
        height: 100%;
        top: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .navigation-bar.active {
        visibility: visible;
        opacity: 1;
        right: 0;
    }
    .navigation-bar:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.65);
        z-index: -1;
    }
    .navigation-bar ul li {
        width: 100%;
    }
    .navigation-bar ul li a {
        display: block;
        color: #525252;
        padding: 10px 20px;
        border-bottom: 1px solid #dcdcdc;
    }
    .navigation-bar ul:before {
        position: absolute;
        left: 0;
        top: 0;
        content: 'Menu';
        font-size: 17px;
        font-weight: 600;
        color: #000;
        padding: 10px 10px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background: #efefef;
    }
    .mob-navi-close {
        display: block;
    }
    .navigation-bar ul li a:hover {
        color: #fff;
    }
    .our-clients p {
        width: auto;
    }
    .mobile-toggle {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .how-help-you p {
        min-height: 99px;
    }
    .our-clients p {
        min-height: 90px;
    }
    .filter-search {
        padding: 5px 40px 5px 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #intro-slider .owl-nav,
    #content-slider .owl-nav {
        padding: 0 20px;
    }
    #intro-slider .owl-dots {
        bottom: 7%;
    }
    .home-banner {
        height: auto;
    }
    .how-help-you {
        padding: 20px 20px 20px 20px !important;
    }
    .our-clients {
        padding: 20px 20px 20px 20px !important;
    }
    .our-clients a {
        margin: 77px 0 0 0 !important;
    }
    .top-navbar li a {
        font-size: 15px;
        padding: 0 15px;
    }
    .header {
        padding: 20px 20px 20px 20px;
    }
    .footer-navigation {
        margin: 10px 0 20px 0;
        float: left;
        width: 100%;
    }
    .slide-content {
        font-size: 20px;
        width: 90%;
        text-align: center;
    }
    .mobile-toggle {
        width: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-container {
        width: 100%;
    }
    .heading {
        font-size: 36px;
    }
    .ins-product-wrapper h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 676px) {
    .home-banner {
        height: auto;
    }
    .mobile-hidden {
        display: none;
    }
    #intro-slider .owl-nav,
    #content-slider .owl-nav {
        display: none;
    }
    .header {
        padding: 20px 20px 20px 20px;
    }
    .mobile-toggle .bar1,
    .mobile-toggle .bar2,
    .mobile-toggle .bar3 {
        margin: 8px 0;
    }
    .mobile-toggle {
        width: 55px;
    }
    .branding {
        width: 110px;
        height: 50px;
    }
    .branding svg {
        height: 50px;
        top: -2px;
    }
    .banner-quotes {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }
    .banner-quotes .head {
        font-size: 20px;
    }
    .banner-quotes p {
        font-size: 14px;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .banner-quotes .sub-head {
        font-size: 15px;
    }
    .banner-quotes a {
        margin: 20px 0 0 0;
    }
    #intro-slider .owl-dots {
        display: none;
    }
    .how-help-you {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 20px 20px 20px 20px !important;
    }
    .our-clients {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 20px 20px 20px 20px !important;
    }
    .our-clients h3,
    .how-help-you h3 {
        margin: 0 0 10px;
        font-size: 24px;
        min-height: auto;
    }
    .how-help-you p {
        width: 100%;
        font-size: 16px;
    }
    .heading {
        font-size: 32px;
    }
    .product-wrapper figure {
        float: left;
        width: 100%;
    }
    .product-wrapper figure {
        float: left;
        width: 100%;
        height: 200px;
    }
    .product-wrapper figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .ins-product-wrapper {
        overflow: visible;
        padding: 20px 0 0 0;
        width: 100%;
        float: left;
    }
    .ins-product-wrapper h3 {
        font-size: 24px;
        min-height: auto;
        margin: 0 0 10px;
    }
    .slide-content {
        font-size: 18px;
        width: 100%;
    }
    .footer-container {
        padding: 20px 20px 210px 20px;
        width: 100%;
    }
    .footer-navigation {
        margin: 15px 0 20px 0;
        float: left;
        width: 100%;
    }
    .footer-connect-mobile {
        position: absolute;
        bottom: -370px;
        width: 100%;
        left: 0;
    }
    .footer-para-mobile {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -450px;
    }
    .mobile-navi {
        display: block;
    }
}