/* 992  */

@media only screen and (max-width: 1199px){
    .banner-img {
        padding-top: 75%;
    }
    .banner-text::before {
        width: 29%;
    }
    .delivery-man {
        top: 12%;
    }
    .about-text {
        padding: 0 20px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 29px;
    }
}



/* 768  */

@media only screen and (max-width: 991px){
    .myHeader{
        padding: 4px 0;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        width: 100%;
        background: var(--white);
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--red);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .nav-text{
        margin-left: auto !important;
        margin-right: 20px;
    }
    .banner-text h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner-text h4 {
        font-size: 14px;
    }
    .about-text {
        padding: 0;
    }
    .sec-space {
        padding: 76px 0;
    }
    .about-text h2, .section-heading h2 {
        font-size: 22px;
    }
    .about-text h2 {
        margin-bottom: 12px;
    }
    .about-img {
        padding-top: 80%;
    }
    .about-grid {
        gap: 8px;
    }
    .section-heading {
        max-width: 92%;
    }
    .workflow-icon {
        height: 110px;
        width: 110px;
        border: 2px solid var(--darkblue);
    }
    .flow-box h4 {
        font-size: 13px;
    }
    .flow-box p {
        font-size: 12px;
        line-height: 1.4;
    }
    .test-box {
        padding: 32px 32px 0;
    }
    .test-box img.quote {
        margin: 4px auto;
    }
    .cust-img {
        margin: 20px auto 0;
    }
    .delivery-man {
        height: 113%;
    }
    .footer-top .section-heading {
        margin: 0 auto 20px !important;
        text-align: center;
    }
    .footer-logo {text-align: center !important;}
    .footer-row [class*="col-"]:nth-child(1){
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .footer-row{
        row-gap: 32px;
    }
    .inner-banner {
        padding: 80px 0;
    }
    .inner-banner-text h2 {
        font-size: 24px;
    }
}



/* 576  */

@media only screen and (max-width: 767px){
    .banner-wrapper {
        position: static;
        transform: none;
    }
    .banner-text {
        max-width: 100%;
        background: transparent;
        padding: 32px;
    }
    .banner-text::before {
        width: 50%;
        border-bottom: none;
        top: -40px;
    }
    .about-img {
        padding-top: 54%;
    }
    .about .row{
        row-gap: 24px;
    }
    .section-heading {
        max-width: 100%;
    }
    .about-text h2, .section-heading h2 {
        font-size: 20px;
    }
    .contact-banner .contact-image {
        position: static;
        width: 100%;
        margin-top: 42px;
    }
    .contact-banner{
        padding-bottom:  0 !important;
    }
    .contact-banner::before {
        width: 100%;
        height: 36%;
    }
    .work-flow::before{
        display: none;
    }
    .workflow-row [class*="col-"]:nth-child(even) {
        margin-top: 0;
    }
    .delivery-man {
        display: none;
    }
    .copyright {
        text-align: center;
    }
    .inner-banner {
        padding: 60px 0;
    }
}



/* 480  */

@media only screen and (max-width: 575px){
    .sec-space {
        padding: 50px 0;
    }
    .banner-text {
        padding: 32px 12px 32px 0;
    }
    .banner-text h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .inner-banner {
        padding: 50px 0;
    }
    .inner-banner-text h2 {
        color: var(--white);
        font-family: var(--heading-font);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
    }
}



/* 360  */

@media only screen and (max-width: 479px){
    .navbar-brand img {
        height: 64px;
    }
    .nav-text .bi{
        display: none;
    }
    .nav-text{margin-right: 0 !important;}
    .about-text h2, .section-heading h2 {
        font-size: 16px;
    }
    .sec-space {
        padding: 54px 0;
    }
    .inner-banner {
        padding: 40px 0;
    }
    .inner-banner-text h2 {
        font-size: 18px;
    }
}

