@media only screen and (max-width: 1800px) {
    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 18px;
    }

    .hdr-cta>a,
    .btn,
    input,
    textarea {
        font-size: 16px !important;
    }

    .banner {
        padding: 120px 0 36px;
    }

    .navbar {
        & .dropdown {
            .dropdown-menu {
                top: 40px;
            }
        }
    }
}


@media only screen and (max-width: 1600px) {
    .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 18px;
    }

    .navbar {
        & .dropdown {
            .dropdown-menu {
                top: 32px;
                left: -80px;
            }
        }
    }

    .dropdown-menu {
        ul {
            padding: 0px;
        }
    }

    .client-review-box {
        h3 {
            font-size: 18px !important;
        }
    }

    .hdr-cta>a,
    .btn-2,
    a,
    .btn-1,
    .wrap-anch span {
        font-size: 14px !important;
    }

    .main-hdg h1 .letter,
    h1 {
        font-size: 35px !important;
        line-height: normal;
    }

    h2 {
        font-size: 28px !important;
        line-height: normal;
    }

    h3 {
        font-size: 24px !important;
        line-height: normal;
    }

    p,
    .satisfaction-label,
    li {
        font-size: 14px !important;
        line-height: normal;
    }

    input,
    textarea {
        font-size: 12px !important;
    }

    .portSwiper {
        .swiper-slide .img {
            img {
                width: 222px;
                margin: 0px auto;
            }
        }
    }

    .reasons-box {
        align-items: center;

        img {
            filter: invert(52%) sepia(95%) saturate(400%) hue-rotate(100deg) brightness(90%);
            width: 50px;
        }
    }

    .cta {
        &::before {
            background-size: 90%;
        }

        &::after {
            width: 240px;
        }
    }

    

}

@media only screen and (max-width: 1400px) {
    .hdr-socials-icons .btn-2 {
        display: none;
    }

    header img {
        width: 90px !important;
    }


}

@media only screen and (max-width: 1200px) {
    header {
        padding-right: 0px !important;
    }
}




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

    .hdr-cta,
    .navbar {
        display: none !important;
    }

    header {
        padding: 15px 20px !important;
            .offcanvas {
                display: inline-block !important;
            }
            .navbar-toggler {
                display: inline-block !important;
            }
    }
    
}

@media only screen and (min-width: 992px) {
    .servSwiper {
  .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    transform: none !important;
  }
}

.banner-sec {
    
  min-height: 700px;
}
}

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

    .banner {
        padding: 100px 0 40px;
        text-align: center;
    }

    .main-hdg h1,
    h1 {
        font-size: 32px !important;
    }

    .hdr-socials-icons {
        display: none !important;
    }

    .reasons-box {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        padding: 80px 0 30px;
    }

    h2 {
        font-size: 24px !important;
    }

    .cta {
        padding: 40px 0;

        &::after {
            display: none;
        }
    }

    .portSwiper {
        .swiper-slide .img img {
            width: 100%;
            max-width: 300px;
        }
    }
}

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

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    header img {
        width: 80px !important;
    }

    .banner {
        padding: 60px 0 20px;
    }

    h1 {
        font-size: 28px !important;
    }

    p {
        font-size: 13px !important;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .reasons-box {
        justify-content: center;
    }
}