@media only screen and (max-width: 1024px) {
    h1
    {
        font-size: 64px;
    }
    .banner-text, .banner-text-outer
    {
        max-width: 70%;
    }
}

/* tablet */

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

    .header
    {
        background-color: var(---white);
    }
    .custom-cursor 
    {
        display: none;
    }
    .navbar-light .navbar-toggler
    {
        padding: 2px 6px;
        border: 1px solid var(---gray2-color);
    }
    .navbar-collapse
    {
        padding: 10px 0;
    }
    .navbar-light .navbar-nav .nav-item
    {
        margin: 0;
    }
    .navbar-light .navbar-nav .nav-item+.nav-item
    {
        border-top: 1px solid var(---grayLight-color);
    }
    .navbar-light .navbar-nav .nav-link
    {
        padding: 12px 0;
    }
    .navbar-light .navbar-nav .nav-item.dropdown .nav-link::after
    {
        position: absolute;
        right: 0;
        top: 14px;
    }
}

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

    .sm-hide
    {
        display: none;
    }
    .sm-text-center
    {
        text-align: center;
    }
    .sm-margin-top
    {
        margin-top: 0 !important;
    }
    h1
    {
        font-size: 40px;
    }
    h2
    {
        font-size: 32px;
    }
    h3
    {
        font-size: 20px;
    }
    p
    {
        font-size: 16px;
    }
    .btn-primary
    {
        font-size: 16px;
        height: 40px;
    }
    .contact-form .form-control
    {
        min-height: 40px;
    }
    .section-gutter
    {
        height: 40px;
    }
    .heading-gutter
    {
        height: 24px;
    }
    .cs-top-gutter
    {
        margin-top: 60px;
    }

    
    .hero-banner
    {
        padding: 24px;
        margin-top: 100px;
    }
    .banner-text-outer
    {
        margin: 10% auto 20% auto;
        border: none !important;
        max-width: 100% !important;
        display: block;
    }
    .banner-text
    {
        max-width: 100%;
        display: block;
    }
    .banner-text .anchor-points,  .my-cursor.one
    {
        display: none;
    }
    .hero-banner .banner-text h3
    {
        margin-bottom: 16px;
    }
    .hero-banner .banner-text p
    {
        font-size: 16px;
        margin-top: 1rem;
    }
    .my-cursor.two
    {
        left: auto;
        position: relative;
        top: auto;
        display: inline-block;
    }
    .home-about
    {
        margin-top: -30px;
    }
    .mouse
    {
        display: none;
    }
    .hm-details
    {
        width: 80%;
    }
    .home-works
    {
        padding: 0 24px;
    }

    .rec-card
    {
        margin-bottom: 24px !important;
    }
    .contact
    {
        padding: 0 24px;
    }

    .inner-page-banner
    {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
}

@media only screen and (max-width: 680px){
    .hm-case-studies span
    {
        width: 100% !important;
        text-align:  center;

    }
    .hm-case-studies span.cs-icon
    {
        margin-bottom: 24px;
    }
}

/* mobile phone */

@media only screen and (max-width: 576px){
    .cs-next-prev
    {
        display: none;
    }
    .hm-image
    {
        padding: 0 24px !important;
    }
    .hm-details
    {
        margin: -40px 0 0 0;
        width: 80%;
    }
    .home-works .hm-icon-holder img
    {
        margin-top: 27%;
    }
    .social-handles
    {
        width: 100%;
    }
    .social-handles li
    {
        display: block;
        width: 30%;
        margin-top: 16px;
    }
    footer p
    {
        text-align: center;
        line-height: 200%;
    }
    .sitemap .row div+div
    {
        margin-top: 32px;
    }
    .sitemap 
    {
        text-align: center;
    }

    .insp-case-study .col-sm-6
    {
        margin-bottom: 24px;
    }
    .modal-body .image-details
    {
        padding: 24px 0;
    }
    .modal-body .image-details button
    {
        display: none;
    }
    .works-navigation ul li a
    {
        font-size: 16px;
    }


}