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


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



@media only screen and (max-width: 800px) {
    .header-ins {
        flex-direction: column;
        align-items: flex-start;
    }

    .hamburger {
        display: block;
    }

    .navigation {
        display: none;
    }

    header.active {
        height: 100vh;
        z-index: 100;
    }

    #dark.active {
        background-color: #042366;
    }

    #normal.active {
        background-color: #eee;
    }

    .header-ins.active {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        height: 100vh;        
    }

    .navigation.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 40px;
        padding-top: 50px;
        width: 100%;
    }

    .left-nav ul, .right-nav ul {
        flex-direction: column;
        align-items:flex-start;
        width: 100%;
    }

    .left-nav ul li, .right-nav ul li {
        margin: 20px 0;
        width: 100%;
    }

    .left-nav ul li a, .right-nav ul li a {
        display: block;
    }

    .sign-in, .sign-up {
        width: 100%;
    }

    .hero-ins{
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-ins-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .hero-ins-right {
        width: 80%;
    }

    .sect2-ins {
        width: 100%;
    }

    .blue-box {
        flex-direction: column;
        background-image: url('../images/logo-mark.png');
    }

    .blue-box-right {
        width: 100%;
    }

    .blue-box-left {
        width: 100%;
    }

    .part-itm {
        margin: 10px 15px;
    }

    .faq-itm {
        width: 90%;
    }

    .footer-text {
        margin-bottom: 30px;
    }

    .footer-sect {
        margin-bottom: 30px;
    }

    .footer-sect .text-right {
        text-align: left !important;
    }

    .footer-sect .social {
        justify-content: flex-start;
    }

}



@media only screen and (max-width: 480px) {
    
    .hero-ins {
        padding: 150px 0 50px;
    }

    .hero-ins-left {
        text-align: center;
    }
    
    .hero-ins-left h2 {
        font-size: 1.8rem;
        text-align: center;
    }

    .hero-ins-left p {
        width: 100%;
    }

    .btn-wrap a {
        margin-bottom: 20px;
        width: 100%;
    }
    
    .hero-ins-right {
        width: 100%;
        order: -1;
    }
    
    .feature {
        width: 100%;
    }

    .partners-wrap {
        width: 100%;
    }

    .partners {
        flex-direction: column;
    }

    .part-itm {
        width: 50%;
    }

    .testimonials {
        padding: 30px;
    }

    .testimonial-content {
        flex-wrap: wrap;
    }

    .testimonial-itm {
        width: 100%;
    }

    .alt-hero-ins {
        padding: 150px 0 50px;
    }

    .alt-hero-ins h1 {
        font-size: 1.2rem;
    }

    .alt-hero-ins h2 {
        font-size: 2rem;
    }

    .abt-sect2-ins {
        flex-direction: column;
    }

    .sect2-ins-img {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }

    .sect2-ins-txt {
        width: 100%;
    }

    .sect2-ins-txt p {
        text-align: justify;
    }

    .section-header {
        flex-wrap: wrap;
    }

    .section-header h3 {
        font-size: 2rem;
    }

    .section-header p {
        width: 100%;
    }

    .about-team {
        flex-direction: column;
    }

    .team-itm {
        width: 100%;
        min-height: 380px;
    }


    .challenge-itm h4 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .cta p {
        width: 100%;
    }

    .faq-itm {
        width: 100%;
    }

    .why-us-cont h3 {
        font-size: 1.8rem;
    }

    .challenge-itm {
        padding: 20px;
        width: 100%;
    }
}
