@media screen and (max-width:767px) {
    .header .card {
        margin-top: 30px;
    }
    #solution {
        padding-top: 70px;
        padding-bottom: 25px;
    }
    #homepage-contact-area {
        padding: 40px 0px;
    }
    #video::before {
        height: 95%;
    }
    #footer-body ul.footer-links li:before,
    #footer-body .contact-links li:before {
        padding-right: 10px;
    }
    #footer {
        padding-top: 35px;
    }
    #navBar {
        background-color: #010830;
        box-shadow: none;
        border-bottom: 0;
    }
    #navbarCollapse {
        padding: 40px 0px;
        background-color: #010830;
        z-index: 1;
    }
    #inner-page-banner h4 {
        line-height: 35px;
    }
}

@media screen and (max-width:520px) {
    .support-list {
        display: contents
    }
    .support-list li {
        display: inline-flex;
        margin: 0px 6px 10px 6px;
    }
}

@media screen and (max-width:575px) {
    .header-content h2.heading {
        font-weight: 600;
        font-size: 2.5rem;
    }
    .header .card p {
        font-weight: 100;
        font-size: 14px;
        line-height: 25px;
    }
    .header .card h4 {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: .5px;
    }
    .header-content p {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: .5px;
        font-weight: 100;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .header .card p {
        font-size: 15px;
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .header .card {
        min-height: 312px;
    }
}

@media screen and (min-width:1200px) {
    video {
        width: 100%;
    }
}