@media screen and (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
    .header-form {
        margin-left: 20px;
    }
}

@media screen and (max-width:1199px) {
    .banner-section {
        padding-bottom: 70px;
    }
    .home-contact-section::after {
        width: 50%;
    }
}

@media screen and (max-width:991px) {
    .nav-link {
        display: flex;
        padding: 14px 15px !important;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .dropdown-menu {
        width: 100%;
    }
    .navbar-collapse {
        left: 0;
        transform: none;
        overflow-y: auto;
        padding-bottom: 50px;
    }
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .plans-table-pricing thead tr {
        display: none;
    }
    .plan-label {
        flex: 0 0 50%;
        padding-right: 10px;
        display: block;
    }
    .plans-table-pricing tbody tr th,
    .plans-table-pricing tbody tr td {
        text-align: left;
        display: flex;
        width: 100%;
        padding: 10px 20px;
        align-items: center;
    }
    .plans-table-pricing tbody tr td:first-child {
        padding-top: 20px;
    }
    .plans-table-pricing tbody tr td:last-child {
        padding-bottom: 20px;
        text-align: center;
        justify-content: center;
    }
    .plans-table-pricing tbody tr td {
        border-bottom: 1px solid #c7c4c454;
    }
    .plans-table-pricing tbody tr:first-child {
        border-top: unset;
        border-color: transparent;
    }
}

@media screen and (max-width:767px) {
    .tesimonal-wrapper {
        grid-template-columns: auto;
    }
    .main-header {
        justify-content: space-between;
    }
    .banner-Heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .banner-list {
        grid-template-columns: auto;
        margin-bottom: 10px;
    }
    .banner-image {
        display: none;
    }
    .banner-section {
        padding-top: 60px;
    }
    .domain-section {
        display: block;
        margin-top: -90px;
    }
    .domain-heading {
        font-size: 28px;
    }
    .domain-wrapper {
        padding: 30px 30px 35px;
    }
    .form-btn {
        position: static;
        transform: unset;
        margin-top: 20px;
    }
    .features-heading h2 {
        font-size: 32px;
    }
    .feature-card-box {
        padding: 25px;
    }
    .feature-card-box h2 {
        font-size: 20px;
    }
    .membership-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .choose-up-top h3 {
        font-size: 1.5rem;
    }
    .choose-us-icon-wrapper {
        grid-template-columns: auto;
        gap: 20px;
    }
    .why-choose-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .choose-us-img {
        padding-left: 0;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 32px;
    }
    .banner-list li p {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .banner-text {
        font-size: 15px;
    }
    .features-heading.mb-5 {
        margin-bottom: 30px !important;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-menu h3,
    .footer-logo-wrapper h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home-contact-wrapper-right {
        padding: 40px 20px;
    }
    .home-contact-wrapper-right {
        clip-path: none;
        padding: 40px 20px;
    }
    .home-contact-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home-contact-wrapper {
        flex-direction: column;
    }
    section.home-contact-section::after {
        display: none;
    }
    .home-contact-wrapper-right {
        clip-path: none;
        margin-left: -20px;
        margin-right: -20px
    }
    .home-contact-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home-contact-wrapper {
        display: flex;
        align-items: stretch;
    }
    .home-contact-wrapper-left {
        text-align: center;
    }
    .navbar-brand svg,
    .navbar-brand img {
        max-width: 160px;
        height: auto;
    }
    .dropdown-menu {
        min-width: 280px;
    }
    .vps-plans-section,
    .hosting-features-section,
    .faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .shared-banner {
        padding-bottom: 60px;
    }
    .header-form {
        justify-content: center;
        margin-top: 15px;
    }
}