@media only screen and (max-width: 1920px) and (min-width: 1445px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 1600px) {
    /* .img-left {
        width: 400px;
    } */

    /* .img-right {
        width: 400px;
    } */

    section.cta h2 {
        font-size: 3rem
    }

    .ctaBtn {
        width: 96%;
        margin: auto;
        margin-top: 1rem
    }

    .cta .para {
        width: 85%;
        margin: auto;
    }

    .packages .swiper-button-prev {
        left: 4%;
    }

    .packages .swiper-button-next {
        right: 4%;
    }

    .cta2 .para {
        width: 70%;
    }

    .cta2 .ctaBtn {
        margin-top: 1.25rem;
        width: 75%;
    }
}

@media only screen and (max-width: 1445px) {
    html {
        font-size: 15px;
    }

    section.cta h2,
    .ctaBtn {
        position: relative;
        z-index: 1;
    }

    /* .img-right,
    .img-left {
        bottom: 0
    } */

    .heading {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 14px;
    }

    .navbar-nav {
        margin-right: 10rem !important;
    }

    .banner {
        padding: 14rem 0 6rem 0;
    }

    .img-right,
    .img-left {
        width: 310px;
    }

    .packages .swiper-button-next {
        right: 1%;
    }

    .packages .swiper-button-prev {
        left: 1%;
    }

}

@media (max-width: 1199.98px) {
    html {
        font-size: 13px;
    }

    .img-right,
    .img-left {
        width: 275px;
    }

    section.cta h2 {
        font-size: 2.75rem;
    }

    .cta .para {
        width: 75%;
    }

    .ctaBtn .callBtn {
        font-weight: 600
    }

    .heading {
        font-size: 3rem;
    }

    .services-content h4 {
        font-size: 1.75rem;
    }

    .cta2 .para {
        width: 60% !important;
    }

    .industryBox h5 {
        font-size: 0.75rem;
    }

    .clients figure:before {
        box-shadow: 180px 0 147px 140px var(--primary);
    }

    .footerWrap ul {
        gap: 10px;
        font-size: 12px;
    }

    .footerWrap p {
        font-size: 13px;
        text-align: center;
    }

    .navbar-nav {
        margin-right: 6rem !important;
    }

    .free-logoBadge {
        top: -3rem;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    .banner h1 {
        font-size: 2.5rem;
    }

    section.brands p {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 2rem;
        padding: 0
    }

    .brands {
        background: #edfbf4;
        padding: 2rem 0;
    }

    button.navbar-toggler i {
        color: var(--white);
        font-size: 2.25rem;
    }

    .img-right,
    .img-left {
        display: none;
    }

    .cta2 .para,
    .cta .para {
        width: 100% !important;
        margin: 1rem 0
    }

    .cta2 .ctaBtn,
    .ctaBtn {
        width: 100%;
        margin: auto;
        margin-top: 1rem;
    }

    section.about img {
        display: flex;
        margin: auto;
        margin-top: 2rem;
        width: 70%;
    }

    .industryBox h5 {
        font-size: 10px;
        font-weight: 600;
    }

    .industryBox {
        gap: 0px;
    }

    .clients figure:before {
        box-shadow: 117px 0 44px 111px var(--primary)
    }

    .clients .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 30px;
    }

    .footerWrap {
        justify-content: center;
        gap: 1rem 9rem;
    }

    .navbar-brand {
        order: 1 !important;
        display: flex;
    }

    .navbar-toggler {
        order: 3;
        display: none;
    }

    .contactInfo {
        order: 2
    }

    .navbar-collapse {
        order: 4
    }

    .navbar-nav {
        text-align: center;
        margin: 0;
        padding: 2rem 0;
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 11px;
    }
    .new-btn{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .animate{
        animation: blink 0.7s infinite linear;
        margin: auto;

    }
    .modal{
    }
    .modal-backdrop{
    }
     .about .themeBtn{
        animation: blink 0.7s infinite linear;

    }
    .footer-button{
        display: block !important;
    }
    .footer-button{
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;

    }
    .footer-button a{
        background-color: var(--primary);
        color: #fff;
        width: 100%;
        padding: 20px;
        animation: blink 0.7s infinite linear;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
        

    }
    .hide{
        display: none !important;
    }
    
    @keyframes blink {
        50% {
            background-color: #000;
            color: #fff;
        }
        100%{
            background-color: var(--primary);
        }
    }

    .banner h1 {
        font-size: 3.15rem;
    }

    .banner ul li {
        font-size: 1.15rem;
        margin-bottom: 6px;
    }

    section.banner img {
        margin-bottom: 3rem;
    }

    .banner {
        padding: 21rem 0 6rem 0;
        background-size: cover;
    }

    .topbarWrap {
        justify-content: center;
        gap: 1rem 2.5rem;
    }

    .topbarWrap p {
        font-size: 1.25rem;
    }

    .heading {
        font-size: 3.5rem;
    }

    .tab-pane .col-lg-3 {
        text-align: center;
    }

    .portfolio .nav-tabs .nav-item a {
        font-size: 1.125rem;
    }

    section.cta h2 {
        font-size: 2.20rem;
    }

    .para {
        font-size: 14px;
        color: #000;
    }

    .para br{
        display: none;
    }

    .serviceSlider {
        height: 100%;
    }

    .services-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .serviceSlider1 {
        height: 100%
    }

    .services-content h4 {
        font-size: 1.85rem;
    }

    .clients figure {
        margin-top: 2rem
    }

    .clients figure:before {
        display: none
    }

    .topbarWrap {
        flex-direction: column;
    }

    .serviceSlider::before,
    .serviceSlider::after,
    .serviceSlider1::before,
    .serviceSlider1::after {
        display: none;
    }

    .services-img {
        margin-top: 2rem;
    }

    .services-content a {
        display: none;
    }

    .portfolio-Box {
        margin-bottom: 0;
    }

    .portfolioDesktop {
        display: none;
    }

    .portfolio1,
    .portfolio2,
    .portfolio3,
    .portfolio4,
    .portfolio5,
    .portfolio6,
    .portfolio7 {
        display: block;
    }

    .free-logoBadge {
        width: 120px;
        top: 0;
        right: 0;
    }
    iframe#webWidget {
        /* height: 50% !important; */
        bottom: 0 !important;
        top: unset !important;
    }
    body {
        overflow-y: scroll;
    }
    footer {
        height: 24vh;
    }
}

@media (max-width: 575.98px) {
    .banner h1 {
        font-size: 2rem;
    }
    
    .service-next, .service-prev{
            bottom: 5rem;
    }
    
    .navbar-brand img {
        filter: brightness(0) invert(1);
        width: 80%;
    }
    
    .navbar-brand {
        order: 1 !important;
        display: flex;
        width: 50%;
    }
    
    .callBtn{
        padding: 6px 1.0rem;
    }
    
    .callBtn p {
        font-size: 13px;
    }
    
    
    section.about .heading {
        text-align: left;
        font-size: 2rem;
    }

    .banner {
        padding: 19rem 0 6rem 0;
        background-size: cover;
    }

    /* .contactInfo .callBtn div {
        display: none;
    } */

    nav {
        padding: 1rem !important;
    }

    .cta2 .ctaBtn,
    .ctaBtn {
        justify-content: center;
        gap: 1rem;
    }

    section.cta {
        background-size: cover;
    }

    .packages .swiper-button-next {
        right: 25%;
        top: 85%;
    }

    .packages .swiper-button-prev {
        left: 25%;
        top: 85%;
    }

    .pkgSwiper {
        margin-bottom: 7rem !important;
    }

    .heading {
        font-size: 3rem;
    }

    .topbarWrap p {
        font-size: 1rem;
        text-align: center;
    }

    .contactInfo {
        align-items: center;
    }

    .contactInfo i {
        font-size: 1.4rem;
        margin: 0;
    }

    section.packages .heading {
        text-align: center;
        margin-bottom: 1rem;
    }

    .packages nav {
        padding: 0 !important;
    }

    .packages .nav-tabs {
        justify-content: center;
    }
    .stepModal .modal-dialog {
        margin: 17rem auto 0;
    }
    
.callBtn {
    align-items: center;
}
a.themeBtn.mt-3.animate.desktop,
a.themeBtn.themeBtn-black.animate.desktop,
a.themeBtn.themeBtn-green.mx-auto.mt-5.animate.desktop,
a.themeBtn.themeBtn-black.chat.m-auto.mt-5.desktop,
a.themeBtn.themeBtn-green.desktop
{
    display: block;
}
a.themeBtn.mt-3.animate.mobile,
a.themeBtn.themeBtn-black.animate.mobile,
a.themeBtn.themeBtn-green.mx-auto.mt-5.animate.mobile,
a.themeBtn.themeBtn-green.animate.mobile
{
    /* display: flex; */
    align-items: center;
}
.animate {
    margin: auto;
}
section#aboutSec {
    padding-bottom: 0rem;
}
.bannerBtn a.themeBtn.themeBtn-green.animate.mobile {
    margin: 0;
}
}

@media (max-width: 320.98px) {}
