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

@media only screen and (max-width: 1499px) {
    .sec-title {
        font-size: 50px;
    }

    .banner-title {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1399px) {
    .container-fluid {
        padding: 0 30px;
    }

    .header {
        padding: 30px 0;
    }

    .hero-sec {
        min-height: 730px;
    }

    .hero-sec .hero-banner-con {
        bottom: 60px;
    }

    .hero-sec .slick-dots {
        bottom: 27px !important;
    }

    .common-sec {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .hero-banner-con .free-upgrade-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 1299px) {
    .sec-title {
        font-size: 46px;
    }

    .common-sec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .commercial-premise-top .cms-con {
        max-width: 620px;
    }

    .serving-business-title {
        width: 50%;
    }

    .banner-title {
        font-size: 60px;
    }

    .hero-sec textarea.form-control {
        min-height: 70px;
    }

    .hero-sec .banner-desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .common-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .btn {
        padding: 18px 30px;
    }

    .sec-title {
        font-size: 40px;
    }

    .sec-head {
        margin-bottom: 40px;
    }

    .sec-head p {
        margin-top: 15px;
        font-size: 18px;
    }

    .header {
        padding: 20px 0;
    }

    .header-btn .btn {
        font-size: 0;
        padding: 15px;
        min-width: auto;
    }

    .header-btn .btn .icon {
        margin-right: 0;
    }

    .hero-sec {
        min-height: auto;
        height: 58vh;
    }

    .banner-title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .hero-sec .banner-desc {
        margin-bottom: 25px;
    }

    .hero-sec .hero-banner-con {
        bottom: 80px;
    }

    .our-service-list .content-box {
        padding: 30px;
    }

    .our-service-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .veu-program-text {
        font-size: 18px;
    }

    .our-service-list .img-box img {
        min-height: 430px;
    }

    .commercial-premise-top .cms-con {
        max-width: 100%;
        margin-top: 20px;
    }

    .sec-sub-title {
        margin-bottom: 15px;
    }

    .commercial-premise-top .sec-title {
        line-height: 1.3;
    }

    .commercial-premise-top {
        margin-bottom: 40px;
    }

    .commercial-premise-con ul li {
        font-size: 14px;
        padding: 15px;
        line-height: 1.3;
    }

    .commercial-premise-con ul li img {
        width: 22px;
        height: 22px;
    }

    .serving-business-title {
        width: 60%;
        font-size: 22px;
        padding-right: 39px;
        margin-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .serving-business .img-box img {
        max-width: 114px;
    }
}

@media only screen and (max-width: 991px) {
    .common-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }

    .navigation-bar {
        position: fixed;
        width: 50%;
        min-height: 100vh;
        top: 0;
        bottom: 0;
        left: -50%;
        transition: all .6s ease-in-out;
        margin: 0;
        z-index: 9999;
        height: 100vh;
        margin-left: 0;
        background-color: #000;
    }

    .navigation-bar.slide-menu {
        left: 0;
    }

    .body-fixed .sidebar-overlay {
        opacity: .64;
        visibility: visible;
        left: 0;
        transition: all .6s ease-in-out;
    }

    .mb-menu-logo {
        width: 100%;
        padding: 16px 16px 0;
        margin-bottom: 34px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mb-menu-logo .close-menu .icon {
        width: 32px;
        height: 32px;
        background-color: #fff;
    }

    .mb-menu-logo .close-menu .icon {
        width: 32px;
        height: 32px;
        background-color: #fff;
    }

    .navigation-bar .nav-menu-main ul {
        display: block;
    }

    .navigation-bar .nav-menu-main>ul>li {
        padding: 0;
        border-bottom: 1px solid #4d4b4b;
    }

    .navigation-bar .nav-menu-main>ul>li:last-child {
        border-bottom: none;
    }

    .navigation-bar .nav-menu-main>ul>li>a {
        color: #fff;
        padding: 20px 30px;
        font-size: 18px;
    }

    .site-logo {
        display: block;
        max-width: 180px;
    }

    .header-btn .btn {
        padding: 10px;
    }

    .header-btn .btn .icon {
        width: 20px;
        height: 20px;
    }

    .header-main {
        padding: 0;
        background-color: transparent;
    }

    .sticky-logo,
    .call-icon {
        display: none !important;
    }

    .header.has-sticky .site-logo,
    .header.has-sticky .header-btn {
        display: block;
    }

    .header.has-sticky {
        background-color: #201704;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .header.has-sticky .header-main {
        box-shadow: none;
        padding: 0;
        backdrop-filter: none;
    }

    .hero-sec {
        min-height: 550px;
        height: 65vh;
    }

    .free-upgrade-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .free-upgrade-popup {
        max-height: 90vh;
        overflow-y: auto;
        margin: 0 20px;
    }



    @keyframes popupFade {
        from {
            transform: translateY(20px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .hero-banner-con .free-upgrade-form .form-title {
        text-align: left !important;
        font-size: 20px;
    }

    .popup-close {
        background-color: transparent;
        line-height: 0;
        position: absolute;
        right: 20px;
        top: 25px;
        display: block;
    }

    .popup-close .icon {
        width: 20px;
        height: 20px;
    }

    .hero-banner-con .free-upgrade-form {
        width: 100%;
        max-width: 480px;
        padding: 20px;
        border-radius: 10px;
        position: relative;
        animation: popupFade 0.3s ease;
        background-color: rgba(255, 255, 255, 0.85);
    }

    .our-service-list {
        border-radius: 30px;
    }

    .our-service-list .img-box img {
        min-height: auto;
    }

    .our-service-list .cms-con p {
        margin-bottom: 20px;
    }

    .our-service-list .content-box {
        padding: 40px 20px;
    }

    .our-service-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sec-title {
        font-size: 32px;
    }

    .commercial-premise-con .img-box {
        max-width: 80%;
        margin: 0 auto 40px;
    }

    .serving-business .img-box {
        max-width: none !important;
        margin: 0 !important;
    }

    .how-it-work-line::before {
        display: none;
    }

    .how-it-work-sec .row {
        --bs-gutter-x: 35px;
        --bs-gutter-y: 35px;
    }

    .how-it-work-list .content-box p {
        max-width: 100%;
    }

    .how-it-work-list .img-box {
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-sec {
        min-height: 420px;
    }

    .header {
        padding: 15px 0;
    }

    .container {
        padding: 0 15px;
    }

    .btn {
        font-size: 16px;
        padding: 14px 20px;
    }

    .banner-title {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .hero-sec .banner-desc {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .hero-sec .slick-dots {
        bottom: 17px !important;
    }

    .hero-sec .hero-banner-con {
        bottom: 50px;
    }

    .veu-program-text {
        font-size: 16px;
    }

    .veu-program-text .icon {
        width: 18px;
        height: 18px;
    }

    .our-service-list .content-box {
        padding: 30px 20px;
    }

    .sec-sub-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .sec-title {
        font-size: 28px;
    }

    .commercial-premise-top .cms-con {
        margin-top: 15px;
    }

    .commercial-premise-top {
        margin-bottom: 30px;
    }

    .serving-business-title {
        width: 50%;
        font-size: 20px;
    }

    .how-it-work-list .img-box {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .how-work-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .how-it-work-list .content-box p {
        font-size: 14px;
    }

    .how-it-work-list .img-box img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 568px) {
    .container-fluid {
        padding: 0 15px;
    }

    .site-logo {
        max-width: 160px;
    }

    .header-btn .btn {
        padding: 8px;
    }

    .navigation-bar {
        width: 95%;
        left: -95%;
    }

    .menu-logo {
        max-width: 160px;
    }

    .mb-menu-logo {
        margin-bottom: 24px;
    }

    .navigation-bar .nav-menu-main>ul>li>a {
        padding: 16px 20px;
        font-size: 16px;
    }

    .hero-sec {
        height: 80vh;
    }

    .banner-title {
        font-size: 34px;
    }

    .btn {
        font-size: 14px;
        padding: 12px 15px;
    }

    .hero-sec .hero-banner-con {
        bottom: 80px;
    }

    .slick-dots li.slick-active button,
    .slick-dots li button:hover {
        width: 50px;
    }

    .our-service-list .content-box {
        padding: 20px 15px;
    }

    .our-service-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our-service-list .cms-con {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .veu-program-text {
        font-size: 14px;
    }

    .our-service-list {
        border-radius: 20px;
    }

    .sec-sub-title {
        font-size: 14px;
    }

    .sec-title {
        font-size: 22px;
    }

    .commercial-premise-con .img-box {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .commercial-premise-con ul {
        gap: 15px;
    }

    .commercial-premise-con ul li {
        width: 100%;
        padding: 12px;
    }

    .commercial-premise-con ul li img {
        width: 20px;
        height: 20px;
    }

    .serving-business {
        display: block;
        padding: 20px;
    }

    .sec-head p {
        margin-top: 10px;
        font-size: 14px;
    }

    .sec-head {
        margin-bottom: 30px;
    }

    .serving-business-title {
        width: 100%;
        font-size: 18px;
        text-align: center;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .commercial-premise-con .img-box {
        width: 100% !important;
    }

    .serving-business .img-box img {
        max-width: 100px;
        margin: 20px auto 0;
    }

    .how-it-work-list {
        display: flex;
        align-items: start;
        column-gap: 20px;
    }

    .how-it-work-list .img-box {
        margin: 0;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .how-it-work-list .img-box img {
        width: 25px;
        height: 25px;
    }

    .how-work-title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 12px;
    }

    .how-it-work-list .content-box p {
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
    }

    .how-it-work-sec .row {
        --bs-gutter-y: 30px;
    }

    .hero-banner-con .free-upgrade-form .form-title {
        font-size: 18px;
    }

    .how-it-work-line::before {
        display: block;
        height: 80%;
        left: 6%;
        width: 1px;
    }
}

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

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

@media only screen and (max-width: 360px) {
    .site-logo {
        max-width: 140px;
    }

    .banner-title {
        font-size: 26px;
    }

    .hero-sec .banner-desc {
        font-size: 12px;
    }

    p {
        line-height: 1.4;
    }

    .hero-sec .hero-banner-con {
        bottom: 60px;
    }

    .our-service-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .commercial-premise-con ul li img {
        width: 18px;
        height: 18px;
    }
}