@media all and (max-width:1700px) {
    * {
        font-size: 16px;
    }

    #banner {
        height: auto !important;
        background-size: cover !important;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 50px;
    }

    h3.top-head {
        margin-bottom: -15px;
    }

    .sec-main-head {
        font-size: 256px;
    }

    .pricing-section .sec-main-head {
        font-size: 174px;
    }
}

@media all and (max-width:1399px) {

    *,
    .pricing-section ul li,
    .services-section .card .card-body p {
        font-size: 14px;
    }

    h1 {
        font-size: 110px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 28px;

    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pt-100,
    .pt-170 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    #banner {
        background-image: none;
        background-color: #12266F;
    }

    .sub-heading {
        font-size: 60px;
    }

    .container-col {
        padding-right: 50px;
    }

    p br {
        display: none;
    }

    .sec-main-head {
        font-size: 218px;
    }

    .services-section .card .card-body p {
        line-height: 25px;
    }

    .pricing-section .sec-main-head {
        font-size: 149px;
    }

    header,
    .banner-section,
    .footer-bottom {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media all and (max-width:1199px) {
    .sub-heading {
        font-size: 45px;
    }

    h1 {
        font-size: 85px;
        margin: 10px 0px;
    }

    h4 {
        font-size: 25px;
    }

    .sroll-down span:last-child,
    .sroll-down a span i {
        font-size: 20px;
    }

    #banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .sec-main-head {
        font-size: 181px;
    }

    .pricing-section .sec-main-head {
        font-size: 123px;
    }
}

@media all and (max-width:991px) {
    #banner {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sub-heading {
        font-size: 38px;
    }

    h1 {
        font-size: 67px;
    }

    .sroll-down span:last-child,
    .sroll-down a span i {
        font-size: 18px;
    }

    h3.top-head {
        margin-bottom: -10px;
    }

    .sec-main-head {
        font-size: 140px;
        top: -25px;
    }

    .pricing-section .sec-main-head {
        font-size: 95px;
    }

    .quote-form form input {
        height: 50px;
    }
}

@media all and (max-width:767px) {
    .pt-60 {
        padding-top: 20px;
    }

    .pb-60 {
        padding-bottom: 20px;
    }

    header.py-1.over-flow-hidden.position-absolute.w-100 {
        position: relative !important;
        background: #12266F;
    }

    header.py-1.over-flow-hidden.position-absolute.w-100 .col-xxl-8.col-xl-8.col-lg-8.col-md-6.col-sm-12.mt-md-0.mt-sm-3.mt-2 {
        display: none;
    }

    #banner {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .logo-box.text-md-start.text-sm-center.text-center {
        text-align: left !important;
    }

    .sub-heading {
        font-size: 30px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h3.top-head {
        margin-bottom: 0px;
    }

    h4 {
        font-size: 20px;
    }

    section#about {
        margin-top: 30px;
    }

    .sec-main-head {
        font-size: 105px;
        top: -20px;
    }

    .services-section .card .card-body p {
        line-height: 20px;
    }

    .pricing-section .sec-main-head {
        font-size: 71px;
    }

    .quote-form form input {
        border: 1px solid #fff !important;
    }

    .quote-form form button {
        width: 100px !important;
        height: 40px;
    }

    footer .logo-box.text-md-start.text-sm-center.text-center {
        text-align: center !important;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pb-10 {
        padding-bottom: 30px !important;
    }

    header,
    .banner-section,
    .footer-bottom {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-grp.d-flex {
        flex-direction: column;
    }

    .btn-grp.d-flex button.me-3 {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .btn-grp.d-flex button {        
            font-size: 14px;
            padding: 10px 20px;
    }
}

@media all and (max-width:575px) {
    .sub-heading {
        font-size: 20px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    .sroll-down span:last-child,
    .sroll-down a span i {
        font-size: 14px;
    }

    .sec-main-head {
        font-size: 57px;
        top: 0;
    }

    main-head {
        font-size: 39px;
    }
}