@media (min-width: 1200px) {
    .vl-mobile-navbar {
        display: none;
    }
}

@media (max-width: 1200px) {
    .vl-topnav, .vl-navbar {
        display: none;
    }
    .body-sticky {
        padding-top: 69px;
    }
    .vl-menu-domain .content {
        border-top: 0;
    }

    .vl-server-package .flex .left .grid {
        grid-template-columns: repeat(4, 140px);
    }

    .vl-navbar-dropdown-badge {
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        left: inherit;
    }
}


@media (max-width: 992px) {
    .vl-features-left .img {
        margin: 10px 0;
    }

    .vl-sp-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vl-tilt-top {
        clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
    }
    .vl-tilt-bottom {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    }

    .vl-page-head .img {
        display: none;
    }

    .vl-server-package .flex {
        display: block;
    }
    .vl-server-package .flex .right {
        margin-top: 20px;
        justify-content: flex-start;
    }

    .vl-mail-pricing {
        margin-top: 30px;
    }

    .vl-ca-menu {
        border-bottom: 0;
    }
    .vl-ca-menu .container {
        padding: 0;
    }
    .vl-ca-menu .grid {
        grid-template-columns: 1fr;
    }
    .vl-ca-menu .user {
        border-bottom: 1px solid #d7d7d7;
        border-right: 0;
        justify-content: center;
    }
    .vl-ca-menu .list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vl-ca-menu .list a {
        height: 40px;
        border-bottom: 1px solid #d7d7d7;
    }

    .grid-ddos-item i {
        font-size: 1.75rem;
    }

    .grid-ddos-item .text {
        font-size: 0.7rem;
    }

    .vl-page-head.padding-80 {
        padding: 40px 0;
    }
}


@media (max-width: 768px) {

    .vl-whatsapp-button {
        top: inherit;
        transform: inherit;
        left: inherit;
        right: 20px;
        bottom: 20px;
        border-radius: 6px;
        padding: 10px 14px !important;
    }

    .vl-ca-home-head {
        display: block;
    }
    .vl-ca-home-head .credit-area {
        justify-content: center;
        display: inline-flex;
    }
    .vl-ca-home-head .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vl-page-head-normal .title {
        font-size: 24px;
    }

    .vl-mail-pricing {
        display: block;
    }
    .vl-mail-pricing .vl-mp-storage {
        font-size: 30px;
        padding: 24px;
        text-align: center;
    }
    .vl-mp-right {
        padding: 24px;
    }

    .vl-server-package .flex .left .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
    .vl-server-package .flex .left .grid .item .value {
        font-size: 15px;
    }
    .vl-server-package .flex .left .grid .item .key {
        font-size: 14px;
    }

    .vl-menu-domain .list li a {
        font-size: 14px;
    }

    .vl-slider-home-item .title {
        font-size: 38px;
    }
    .vl-slider-home-item p {
        font-size: 15px;
        line-height: 24px;
    }

    .vl-section-head .title, .vl-section-home-feature .title {
        font-size: 32px;
        line-height: 40px;
    }
    .vl-footer .footer-alt {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .vl-footer .text-copyright {
        text-align: center;
        margin-top: 10px;
    }

    .vl-slider-home-item .img {
        max-width: 300px;
        margin-top: 10px;
    }

    .vl-page-head .title {
        font-size: 36px;
    }
    .vl-page-head .subtitle {
        font-size: 20px;
    }
    .vl-page-head .list li {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .vl-sp-detail-grid {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }

    .vl-compare-tabs ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vl-compare-table .list .text {
        font-size: 14px;
    }
    .vl-compare-table .list .item:first-child .text {
        padding-right: 10px;
    }
}