/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 14px;
    }
    .container {
        max-width: 1440px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .banner-text p {
        font-size: 15px;
    }
    .btn {
        height: 42px;
        line-height: 42px;
    }


    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 46px;
    }
    .whyus-box {
        padding: 50px 24px 40px;
    }
    .why-row{
        margin: 0 -6px;
    }
    .why-row [class*="col-"]{
        padding: 0 6px;
    }
    .blog-text a.blog-title {
        font-size: 26px;
    }
    .review p {
        font-size: 18px;
    }
    .client-name {
        font-size: 26px;
    }
    .form-control {
        height: 42px !important;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
    .container{
        max-width: 86%;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .navbar-nav .nav-item .nav-link {
        padding: 24px 0px;
    }
    .banner-text h1 {
        font-size: 47px;
        margin-bottom: 12px;
    }
    .banner-text h4 {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .banner-text p {
        font-size: 14px;
    }
    .scanqr-box img {
        height: 100px;
        width: 100px;
        padding: 4px;
    }
    .scanqr-box h5, .testimonial-badge h5 {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.4px;
    }
    .scanqr-box, .testimonial-badge {
        max-width: 220px;
        padding: 24px 20px;
    }
    .about-img {
        padding-top: 136%;
    }
    .whyus li strong {
        font-size: 17px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        left: -24px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -24px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--dark-blue);
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--white);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar-nav .nav-item {
        margin: 0 36px;
    }
    .navbar-brand img {
        height: 62px;
    }
    .banner-img {
        padding-top: 64%;
    }
    .banner-text h1 {
        font-size: 36px;
    }
    .banner-text h4 {
        font-size: 18px;
    }
    .banner-slider .owl-dots {
        left: 5%;
    }
    .scanqr-box{
        right: 6%;
    }
    .scanqr-box, .testimonial-badge {
        max-width: 200px;
        padding: 20px 16px;
    }
    .scanqr-box img {
        height: 80px;
        width: 80px;
    }
    .scanqr-box h5, .testimonial-badge h5 {
        font-size: 12px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .about-text h4 {
        font-size: 16px;
    }
    .stat-column li p {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 600;
    }
    .whyus li strong {
        font-size: 15px;
    }
    .whyus li::before {
        top: 0px;
    }
    .whyus ul, .whyus ol {
        margin: 20px 0;
    }
    .whyus li:not(:last-child) {
        margin-bottom: 6px;
    }
    .sec-space {
        padding: 60px 0;
    }
    .blog-cat {
        bottom: 50%;
    }
    .testimonial-img.about-img {
        padding-top: 64%;
    }
    .testimonials .row{
        row-gap: 40px;
    }
    .myFooter .row{
        row-gap:  20px;
    }
    .main-footer {
        padding-top: 60px;
    }
    .myFooter .border-right{
        border-right: none !important ;
        border-bottom: 1px solid var(--blue);
        padding-bottom: 20px;
    }
    .main-footer h3 {
        margin-bottom: 14px;
    }
    .owl-carousel .owl-dots {
        margin-top: 18px;
    }

}

/* 576  */
@media only screen and (max-width: 767px){
    .banner-wrapper {
        top: 52%;
    }
    .banner-text {
        max-width: 60%;
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .banner-text h4 {
        font-size: 16px;
        font-weight: 500;
    }
    .banner-text p {
        font-size: 13px;
        font-weight: 400;
    }
    .btn {
        line-height: 36px;
    }
    .banner-img {
        padding-top: 75%;
    }
    .scanqr-box, .testimonial-badge {
        max-width: 150px;
        padding: 12px 12px;
    }
    .scanqr-box h5 {
        font-size: 11px;
    }
    .about .row, .whyus .row{
        row-gap: 40px;
    }
    .about-img {
        padding-top: 120%;
    }
    .ab-home::after {
        content: "";
        background: var(--light-blue);
        width: 100%;
        height: 28%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .ab-home::before{
        display: none;
    }
    .blog-img {
        padding-top: 57%;
    }
    .blog-cat {
        bottom: 42%;
    }
    .owl-carousel .owl-dots {
        margin-top: 8px;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .myHeader{
        position: static;
        background: var(--dark-blue);
    }
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .navbar-nav .nav-item {
        margin: 0 14px;
    }
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .banner-text h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .btn {
        height: 36px;
        font-size: 12px;
        padding: 0 12px;
    }
    .banner-wrapper {
        top: 40%;
    }
    .footer-logo img {
        height: 96px;
    }
    .section-heading{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .service .section-heading h2, .blogs .section-heading h2 {
        color: transparent;
    }
}

/* 360  */
@media only screen and (max-width: 479px){
    .banner-img {
        padding-top: 100%;
    }
    .banner-text{
        max-width: 75%;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .banner-text h4 {
        font-size: 12px;
    }
    .banner-text p {
        font-size: 10px;
        font-weight: 300;
    }
    .banner-wrapper {
        top: 46%;
    }
    .scanqr-box {
        position: static;
        max-width: 56%;
        padding: 12px 12px;
        display: flex;
        text-align: left !important;
        margin-top: 20px;
    }
    .scanqr-box img {
        height: 60px;
        width: 60px;
    }
    .scanqr-box h5 {
        font-size: 10px;
        margin: 0 0 0 12px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 20px;
    }
    .blog-img {
        padding-top: 64%;
    }
    .blog-text {
        padding: 18px  12px;
    }
    .blog-cat {
        bottom: 52%;
        padding: 6px 10px;
    }
    .testimonial-badge {
        left: 20px;
        bottom: 20px;
    }
    .testimonial-badge h3 {
        font-size: 24px;
    }
    .testimonial-img.about-img {
        padding-top: 75%;
    }
    .testimonial-badge h5 {
        margin: 8px 0 0;
    }
    .review p {
        font-size: 14px;
    }
    .email-subscribers {
        flex-direction: column;
        row-gap: 8px;
    }
    .main-footer h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .footer-logo img {
        height: 68px;
    }
}
