@media screen and (min-width:1200px) {
    .container {
        max-width: 1134px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1440px) {
    .main-box {
        padding-left: 1% !important;
        padding-right: 1% !important;
    }

    /* FONT SIZES */
    h1 {
        font-size: 54px;
        line-height: 68px;
    }

    .sub-banner-content h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    /* BANNER SECTION */
    .main-banner-con .main-banner-content-con p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 22px;
    }

    .main-banner-con .main-banner-content-con ul {
        margin-bottom: 30px;
    }

    .main-banner-con .mascot-image img {
        width: 370px
    }

    .generic-price span.price-text {
        font-size: 54px;
        line-height: 26px;
    }

    /* WELCOME SECTION */
    .welcome-con .years-in-industry span.years-count,
    .welcome-con .years-in-industry sup {
        font-size: 54px;
        line-height: 50px;
    }

    /* world class datacenter */
    .strategic-location-con .strategic-content {
        margin-left: 60px;
    }

    .datacenter-location-con img {
        width: 800px;
    }

    .welcome-con .welcome-image img {
        width: 544px;
    }

    ul.listing-con li img,
    .comparison-table tbody td img {
        width: 20px;
    }

    .welcome-image figure.border-wrapper::before {
        width: 544px;
    }



}

@media screen and (max-width: 1199px) {
    .main-box {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    /* FONT SIZES */
    h1,
    .sub-banner-content h1 {
        font-size: 46px;
        line-height: 56px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    body {
        font-size: 17px;
        line-height: 27px;
    }

    /* HEADER SECTION */
    .header-con .navbar-brand img {
        width: 253px;
    }

    .header-con .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .header-con .navbar-expand-lg .navbar-nav {
        gap: 18px;
    }

    /* BANNER SECTION */
    .main-banner-con .main-banner-content-con p,
    .sub-banner-con .sub-banner-content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .main-banner-con .main-banner-content-con p br {
        display: none;
    }

    .main-banner-con .main-banner-content-con ul li {
        padding-left: 32px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .main-banner-con .main-banner-content-con ul {
        margin-bottom: 25px;
        margin-right: 20px;
    }

    .main-banner-con .mascot-image img {
        width: 320px;
    }

    .main-banner-con .main-banner-content-con .secondary-button a {
        min-width: 210px;
        font-size: 15px;
    }

    .main-banner-con .generic-price {
        padding: 6px 0 5px;
        padding-left: 27px;
    }

    .primary-button a,
    .primary-button button,
    .secondary-button a,
    .secondary-button button {
        font-size: 15px;
        min-width: 200px;
        height: 55px;
        line-height: 54px;
    }

    .generic-price span.price-text {
        font-size: 44px;
        line-height: 26px;
    }

    /* DOMAIN REGISTRATION SECTION */
    .domain-registration-con input {
        width: 380px;
    }

    /* HOSTING PLAN SECTION */
    .hosting-plans-con .plans-box .primary-button a {
        min-width: 180px;
        height: 50px;
        line-height: 49px;
    }

    /* .hosting-plans-con .plans-box h4 {
        font-size: 20px;
    } */

    .hosting-plans-con .plans-box {
        padding: 28px 12px;
        min-height: 575px;
    }

    .hosting-plans-con .plans-box ul li {
        padding-left: 28px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    /* WELCOME SECTION */
    .welcome-con .welcome-image img {
        width: 450px;
    }

    .welcome-con .years-in-industry {
        padding: 12px;
        height: auto;
        right: 25px;
    }

    .welcome-con .years-in-industry span.years-count,
    .welcome-con .years-in-industry sup {
        font-size: 44px;
        line-height: 46px;
    }

    .welcome-con .years-in-industry span.years-text {
        font-size: 24px;
        line-height: 30px;
    }

    .welcome-con .years-in-industry span.industry-text {
        font-size: 14px;
        line-height: 24px;
    }

    /* FEATURES SECTION */
    .features-con h6 {
        margin-left: 18px;
    }

    .features-con .generic-box {
        padding: 20px;
    }

    .features-con img {
        width: 70px;
    }

    /* BRANDS SECTION */
    .brands-con ul li {
        width: 18%;
    }

    .brands-con ul li img {
        width: 140px;
    }

    .network-notice-con img {
        width: 65px;
    }

    /* FOOTER SECTION */
    .footer-con {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .footer-sitemap-wrapper {
        grid-template-columns: 19% 19.73% 23.47% 19.73% 16.5%;

    }

    /* privacy policy page */
    .general-content-con ul li {
        padding-left: 26px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    .general-content-con p,
    .general-content-con ul {
        margin-bottom: 22px;
    }

    /* about us page */
    .about-us-con p {
        margin-bottom: 20px;
    }

    .about-us-content-con img {
        width: 460px;
    }

    /* world class datacenter page */
    .strategic-location-con .strategic-content {
        margin-left: 20px;
    }

    .datacenter-location-con img {
        width: 600px;
    }

    .panel-box {
        padding: 20px 10px;
    }

    .sub-banner-con h1 {
        margin-bottom: 10px;
    }

    ul.listing-con li {
        margin-bottom: 7px;
        line-height: 24px;
    }

    .hosting-plans-con .plans-box ul li img,
    ul.listing-con li img,
    .managed-dedicated-con .server-configuration-listing ul.listing-con li img {
        width: 18px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul {
        width: 45%;
        margin-bottom: 15px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul.var2 {
        width: 55%;
    }

    .managed-dedicated-con .server-configuration-listing .upper-portion {
        margin-bottom: 16px;
    }

    .managed-dedicated-con .server-configuration-listing .secondary-button a {
        margin-bottom: 12px;
    }

    .services-content ul {
        padding-right: 16px;
    }

    .features-panel p.line-height-24 br {
        display: none;
    }

    .services-content h4,
    .services-con h4 {
        margin-bottom: 14px;
    }

    .addon-con .panel-box img {
        width: 30px;
        margin-right: 4px !important;
    }

    .addon-con .panel-box h4 {
        line-height: 30px;
        font-size: 20px;
    }

    .addon-con .panel-box {
        padding: 20px;
    }

    .addon-con .panel-box p {
        margin-bottom: 10px;
    }

    .operating-system-con .os-box {
        padding: 14px 12px;
    }

    .operating-system-con .os-box .os-img {
        width: 27px;
    }

    .operating-system-con .os-box span {
        font-size: 14px;
        line-height: 20px;
    }

    .operating-system-con .os-box .os-img {
        margin-right: 5px;
    }

    .operating-system-con .col-lg-4.col-md-4 {
        margin-bottom: 22px;
    }

    .operating-system-con .os-box img {
        width: 18px;
    }

    .comparison-table table thead tr th:first-child {
        width: 250px;
    }

    .comparison-plan-con .comparison-table h4 {
        line-height: 28px;
        margin-bottom: 60px;
        font-size: 20px;
    }

    .comparison-plan-con .comparison-table .plan-top .primary-button a {
        min-width: 150px;
    }

    .comparison-plan-con .generic-price {
        margin-bottom: 10px;
    }

    .welcome-image figure.border-wrapper::before {
        width: 450px;
    }

    .managed-dedicated-con figure.border-wrapper::before {
        width: 348px;
    }
}

@media screen and (max-width: 990px) {
    .comparison-table ul {
        display: block;
    }

}

@media screen and (max-width: 991px) {

    /* PADDINGS */
    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    /* FONT SIZES */
    h1,
    .sub-banner-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .sub-banner-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .sub-banner-con .col-lg-8.col-md-8 {
        padding: 0;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    /* HEADER SECTION */
    .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar-toggler:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .header-con .navbar-brand img {
        width: 220px;
    }

    .header-con {
        padding: 8px 0;
    }

    .top-bar-con ul li {
        padding: 0 8px;
    }

    .navbar-collapse {
        position: absolute;
        top: 69px;
        right: 0;
        width: 100%;
    }

    .header-con .navbar-expand-lg .navbar-nav {
        width: 100%;
        background-color: var(--white-color);
        padding: 20px;
        gap: 7px;
        justify-content: start;
        text-align: left;
        align-items: start;
        border-radius: 4px;
    }

    /* BANNER SECTION */
    .main-banner-con .main-banner-content-con p,
    .sub-banner-con .sub-banner-content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .main-banner-con .mascot-image img {
        width: 240px;
        top: 12px;
    }

    .generic-price span.price-text {
        font-size: 40px;
        line-height: 30px;
    }

    .main-banner-con .generic-price {
        padding-left: 18px;
    }

    .main-banner-con .main-banner-content-con ul {
        margin-bottom: 16px;
        margin-right: 10px;
    }

    .main-banner-con .main-banner-content-con ul li {
        padding-left: 27px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .generic-price span.start-text,
    .generic-price span.per-month {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .heading-title-con h2 {
        margin-bottom: 12px;
    }

    .heading-title-con {
        margin-bottom: 24px;
    }

    .generic-price span.per-month {
        right: 32px;
    }

    .main-banner-con .main-banner-content-con .secondary-button a {
        font-size: 14px;
        height: 50px;
        line-height: 49px;
    }

    .main-banner-con .main-banner-content-con ul li img {
        width: 17px;
    }

    .main-banner-con h1 {
        margin-bottom: 10px;
    }

    .generic-price sup {
        font-size: 18px;
        top: -22px;
    }

    /* DOMAIN SECTION */
    .domain-registration-con h4 {
        line-height: 25px;
        margin-right: 10px;
        font-size: 20px;
    }

    .domain-registration-con .primary-button a,
    .domain-registration-con .secondary-button a {
        min-width: 100px;
    }

    .domain-registration-con select.form-select {
        width: 83px;
        padding: 10px 6px;
        height: 50px;
        font-size: 15px;
    }

    .domain-registration-con .domain-search-outer img {
        left: 10px;
    }

    .domain-registration-con input {
        width: 270px;
        padding: 11px 16px 10px 46px;
        font-size: 16px;
        margin-right: 10px;
    }

    .domain-registration-con {
        padding: 25px 1% !important;
    }

    .primary-button a,
    .primary-button button,
    .secondary-button a,
    .secondary-button button {
        font-size: 14px;
        min-width: 200px;
        height: 50px;
        line-height: 49px;
    }

    /* HOSTING PLANS SECTION */
    .hosting-plans-con .plans-box ul {
        margin: 0 auto;
        width: 200px;
    }

    .hosting-plans-con .col-lg-3.col-md-6 {
        margin-bottom: 20px;
    }

    .hosting-plans-con .col-lg-3.col-md-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .hosting-plans-con .plans-box {
        min-height: 554px;
    }

    .hosting-plans-con .plans-box ul li {
        margin-bottom: 10px;
    }

    body {
        font-size: 16px;
        line-height: 25px;
    }

    /* WELCOME SECTION */
    .welcome-con .welcome-content span.green-text {
        margin-bottom: 8px;
        line-height: 20px;
    }

    .welcome-con .welcome-image img {
        width: 400px;
    }

    .welcome-con .years-in-industry {
        right: 20px;
        bottom: 20px;
        width: auto;
    }

    .welcome-con .years-in-industry span.years-count,
    .welcome-con .years-in-industry sup {
        font-size: 34px;
        line-height: 38px;
    }

    .welcome-con .years-in-industry span.years-text {
        font-size: 20px;
        line-height: 30px;
    }

    /* FEATURES SECTION */
    .features-con h6 {
        margin-left: 12px;
    }

    .features-con h6 br {
        display: none;
    }

    .features-con .generic-box {
        padding: 15px;
    }

    .features-con img {
        width: 55px;
    }

    .feature-con .col-lg-4.col-md-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    /* BRANDS SECTION */
    .brands-con ul li {
        width: 18%;
        margin: 0px 4px 13px;
    }

    .brands-con ul li img {
        width: 110px;
    }

    /* NOTICE SECTION */
    .network-notice-con img {
        width: 54px;
    }

    .network-notice-con h4 {
        margin-bottom: 3px;
    }

    .network-notice-con {
        padding: 26px 0;
    }


    /* FOOTER SECTION */
    .footer-con .footer-sitemap-wrapper .sitemap {
        margin-bottom: 20px;
    }

    .footer-con h6 {
        margin-bottom: 20px;
    }

    .footer-con .footer-sitemap-wrapper .sitemap:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-sitemap-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    /* navbar hover */
    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 4px 10px !important;
    }

    .header-con .navbar-light .navbar-nav .nav-link:hover {
        color: var(--white-color);
        display: block;
        background-color: var(--secondary-color);
        border-radius: 4px;
    }

    .header-con .navbar-light .navbar-nav .nav-item {
        display: block;
        width: 100%;
    }

    .header-con .navbar-light .navbar-nav .nav-link:hover::before {
        display: none;
    }

    /* comparison table */
    .comparison-table table thead tr th:first-child {
        width: auto;
    }

    .comparison-table ul {
        display: flex;
    }

    /* privacy policy page */
    .general-content-con ul li {
        padding-left: 26px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .general-content-con p,
    .general-content-con ul {
        margin-bottom: 14px;
    }

    .about-us-content-con img {
        width: 350px;
    }

    .about-us-con p {
        margin-bottom: 14px;
    }

    /* world class datacenter */
    .strategic-location-con .strategic-content {
        margin-left: 0;
    }

    .panel-box {
        padding: 15px 8px;
    }

    .panel-box h4 {
        line-height: 26px;
        font-size: 20px;
    }

    .panel-box p {
        font-size: 14px;
        line-height: 23px;
    }

    .datacenter-location-con img {
        width: 500px;
    }

    .domain-registration-con .container {
        padding: 0;
    }

    .features-con .col-lg-4.col-md-6 {
        margin-bottom: 20px;
    }

    .server-configuration-listing h4 {
        font-size: 18px;
    }

    .managed-dedicated-con .server-configuration-listing .generic-price {
        padding-left: 12px;
    }

    .managed-dedicated-con .server-configuration-listing img {
        width: 40px;
        margin-right: 7px;
    }

    .managed-dedicated-con .server-configuration-listing .generic-price span.price-text {
        font-size: 35px;
        line-height: 30px;
    }

    .managed-dedicated-con .server-configuration-listing .generic-price .starting-from {
        font-size: 15px;
    }

    .managed-dedicated-con .row {
        padding: 25px 10px;
        align-items: center;
    }

    .managed-dedicated-con .server-configuration-listing ul.listing-con li {
        margin-bottom: 7px;
        line-height: 22px;
        font-size: 14px;
        padding-left: 24px;
    }

    .managed-dedicated-con .server-configuration-listing ul.listing-con li img {
        width: 16px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul {
        margin-bottom: 10px;
    }

    .managed-dedicated-con .server-configuration-listing .secondary-button a {
        margin-bottom: 8px;
        font-size: 13px;
        height: 48px;
        line-height: 47px;
    }

    .services-content ul.listing-con li {
        margin-bottom: 11px;
        line-height: 22px;
        font-size: 14px;
    }

    .services-content ul {
        padding-right: 18px;
    }

    .services-con .row {
        padding: 20px 10px;
    }

    .sub-banner-con .mascot-image img {
        width: 170px;
        top: 23px;
    }

    .features-panel .col-lg-3.col-md-6 {
        margin-bottom: 20px;
    }

    .comparison-table ul li {
        border: 1px solid #ededed;
    }

    .addon-con .panel-box {
        padding: 20px 10px;
        text-align: center;
    }

    .addon-con .panel-box h4 {
        line-height: 25px;
        font-size: 19px;
    }

    .addon-con figure {
        display: block !important;
        text-align: center;
    }

    .line-height-24 {
        line-height: 22px;
    }

    .comparison-plan-con .comparison-table h4 {
        line-height: 28px;
        margin-bottom: 7px !important;
    }

    .comparison-plan-con .comparison-table p {
        font-size: 15px;
    }

    .comparison-table ul {
        padding: 0;
    }

    .comparison-plan-con .services-content h4 {
        line-height: 30px;
        font-size: 20px;
    }

    .comparison-plan-con .services-content {
        padding: 20px 14px;
    }

    .heading-title-con a {
        font-size: 15px;
    }

    .comparison-plan-con .generic-price span.price-text {
        line-height: 50px;
    }

    .welcome-image figure.border-wrapper::before {
        width: 396px;
    }

    .managed-dedicated-con figure.border-wrapper::before {
        width: 268px;
    }


}

@media screen and (max-width : 767px) {

    /* PADDINGS */
    .padding-top {
        padding-top: 30px;
    }

    .padding-bottom {
        padding-bottom: 30px;
    }

    /* FONT SIZES */
    h1,
    .sub-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }


    /* HEADER SECTION */
    .header-con .navbar-brand img {
        width: 170px;
    }

    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 5px 10px !important;
        font-size: 15px;
    }

    .header-con .navbar-expand-lg .navbar-nav {
        padding: 15px 10px;
    }

    /* BANNER SECTION */
    .main-banner-con {
        text-align: center;
        padding: 30px 0;
    }

    .main-banner-con .main-banner-content-con p,
    .sub-banner-con .sub-banner-content p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 14px;
    }

    .generic-price span.price-text {
        font-size: 36px;
        line-height: 28px;
    }

    .main-banner-con .mascot-image img {
        width: 145px;
        top: 12px;
    }

    .main-banner-con .mascot-image,
    .sub-banner-con .mascot-image {
        display: none;
    }

    .generic-price span.start-text,
    .generic-price span.per-month {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .generic-price sup {
        font-size: 16px;
        top: -22px;
    }

    .main-banner-con .main-banner-content-con .secondary-button a {
        min-width: 180px;
        font-size: 14px;
        height: 48px;
        line-height: 47px;
    }

    .main-banner-con .main-banner-content-con ul li {
        text-align: left;
    }

    /* DOMAIN REGISTRATION SECTION */
    .domain-registration-con input {
        width: 270px;
    }

    .domain-registration-con .d-flex {
        display: block !important;
    }

    .domain-registration-con h4 {
        text-align: left !important;
        display: inline-block;
        vertical-align: middle;
    }

    .domain-registration-con .domain-search-outer {
        display: inline-block;
        margin-bottom: 20px;
    }

    .domain-registration-con select.form-select {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        width: 85px;
    }

    .domain-registration-con .domains-button-wraper {
        justify-content: center;
        display: flex !important;
    }

    .domain-registration-con .primary-button a,
    .domain-registration-con .secondary-button a {
        min-width: 150px;
    }

    /* HOSTING PLANS SECTION */
    .hosting-plans-con p br {
        display: none;
    }

    .hosting-plans-con .col-lg-3.col-md-6 {
        margin: 0 auto 20px;
        width: 360px;
    }

    .hosting-plans-con .col-lg-3.col-md-6:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

    .hosting-plans-con .col-lg-3.col-md-6:last-child {
        margin-bottom: 0;
    }

    .hosting-plans-con .plans-box {
        min-height: auto;
    }

    .generic-price span.per-month {
        right: 28px;
    }

    /* WELCOME MADROOSTER SECTION */
    .welcome-con {
        text-align: center;
    }

    .welcome-con .welcome-image img {
        width: 350px;
        margin-bottom: 30px;
    }

    .welcome-con .years-in-industry span.years-text {
        font-size: 18px;
        line-height: 26px;
    }

    .welcome-con .years-in-industry span.years-count,
    .welcome-con .years-in-industry sup {
        font-size: 30px;
        line-height: 36px;
    }

    .welcome-con .years-in-industry {
        right: 20px;
        bottom: 60px;
    }

    /* FEATURES SECTION */
    .features-con .col-lg-4.col-md-6 {
        margin: 0 auto 20px;
        width: 400px;
    }

    .features-con .generic-box {
        padding: 15px 25px;
    }

    /* CORE VALUES SECTION */
    .core-values-con {
        text-align: center;
    }

    .core-values-con img {
        width: 300px;
        margin-bottom: 20px;
    }

    /* BRANDS SECTION */
    .brands-con ul li {
        width: 30%;
        margin: 0px 4px 13px;
    }

    .brands-con ul li:nth-child(5) {
        margin-right: 4px;
    }

    .brands-con ul li:nth-child(6) {
        margin-left: 4px;
    }

    /* First box in each row */
    .brands-con ul li:nth-child(3n+1) {
        margin-left: 0;
    }

    /* Third box in each row */
    .brands-con ul li:nth-child(3n) {
        margin-right: 0;
    }

    .brands-con ul li:nth-last-child(-n+5) {
        margin-bottom: 13px;
    }

    .brands-con ul li:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .brands-con ul li img {
        width: 110px;
    }

    /* NOTICE SECTION */
    .network-content-con {
        margin-left: 20px;
    }

    .network-content-con p {
        line-height: 21px;
    }

    /* FOOTER SECTION */
    .footer-sitemap-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-con {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .copyright-con p {
        font-size: 13px;
        line-height: 22px;
    }

    .copyright-con a {
        font-size: 13px;
        line-height: 22px;
    }

    .copyright-con {
        padding: 14px 0;
    }

    .footer-con ul li {
        margin-bottom: 10px;
        line-height: 18px;
    }

    body {
        font-size: 15px;
        line-height: 24px;
    }

    .top-bar-con .float-end {
        float: unset !important;
        text-align: center;
    }

    /* SUB BANNER SECTION  */
    .sub-banner-con {
        text-align: center;
        padding: 70px 0;
    }

    .general-content-con ul.sub-listing li {
        margin-bottom: 6px;
    }

    .general-content-con p.sub-text {
        margin-bottom: 10px;
    }

    .about-us-content-con img {
        width: 250px;
    }

    .sub-banner-con h1 {
        margin-bottom: 6px;
    }

    .about-us-con p {
        margin-bottom: 14px;
    }

    /*  */
    .strategic-location-con img {
        margin-bottom: 20px;
    }

    .strategic-location-con {
        text-align: center;
    }

    .strategic-location-con .col-lg-6.col-md-6.pe-0 {
        padding-right: 12px !important;
    }

    .features-con .col-lg-4.col-md-6:nth-last-child(-n+3),
    .features-panel .col-lg-4.col-md-4:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }

    .features-con .col-lg-4.col-md-6:nth-last-child(-n+1),
    .features-panel .col-lg-4.col-md-4:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .datacenter-location-con img {
        width: 100%;
    }

    .global-infrastructure-con .col-lg-6.col-md-6 {
        margin-bottom: 20px;
    }

    .global-infrastructure-con .col-lg-4.col-md-4 {
        margin-bottom: 20px;
    }

    .integrated-network-con {
        text-align: center;
    }

    .integrated-network-con img {
        margin-bottom: 20px;
        width: 320px;
    }

    .strategic-location-con img {
        width: 400px;
    }

    .domain-registration-con select.form-select {
        height: 47px;
        margin-bottom: 3px;
    }

    /*  */
    .managed-dedicated-con {
        text-align: center;
    }

    .managed-dedicated-con img {
        width: 350px;
        margin-bottom: 20px;
    }

    .server-configuration-listing {
        margin: 0 auto;
        width: 438px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul {
        margin-bottom: 15px;
    }

    .managed-dedicated-con .server-configuration-listing .upper-portion {
        padding: 0 20px 0 0;
    }

    .services-content ul {
        padding-right: 0;
        border-right: none;
        margin-bottom: 11px;
    }

    .services-con .row {
        padding: 25px;
    }

    .consultation-con h3 {
        margin-bottom: 16px;
    }

    .features-panel .col-lg-4.col-md-4,
    .features-panel .col-lg-3.col-md-3 {
        margin-bottom: 20px;
    }

    .comparison-table ul li {
        padding: 12px;
        font-size: 15px;
    }

    .comparison-table.three-columns table thead tr th:first-child {
        width: 286px;
    }

    .operating-system-con .col-lg-4.col-md-4:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }

    .operating-system-con .col-lg-4.col-md-4:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .addon-con .col-lg-4.col-md-4 {
        margin-bottom: 20px;
    }

    .addon-con .col-lg-4.col-md-4:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .comparison-table th {
        padding: 18px 0;
    }

    .comparison-plan-con .col-lg-6.col-md-6 {
        margin-bottom: 20px;
    }

    .comparison-plan-con .col-lg-6.col-md-6:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .comparison-table ul li {
        padding: 12px 10px;
        font-size: 14px;
    }

    .comparison-plan-con .comparison-table h4 {
        line-height: 26px;
        margin-bottom: 9px !important;
    }

    .comparison-plan-con .generic-price span.price-text {
        line-height: 50px;
    }

    .comparison-plan-con .generic-price {
        margin-bottom: 0;
    }

    .navbar-collapse {
        top: 55px;
    }

    .comparison-plan-con .col-lg-4.col-md-4 {
        margin-bottom: 20px;
    }

    .comparison-table {
        margin-bottom: 20px;
    }

    .welcome-image figure.border-wrapper::before {
        width: 350px;
        left: unset;
        height: 290px;
        right: 74px;
    }

    .managed-dedicated-con figure.border-wrapper::before {
        width: 350px;
        height: 280px;
        left: unset;
        right: 62px;
    }


    .hosting-plans-con .plans-box ul {
        display: none;
    }
    .hosting-plans-con .plans-box .primary-button {
        margin-bottom: 0;
    }

}

@media screen and (max-width : 576px) {

    /* FONT SIZES */
    h1,
    .sub-banner-content h1 {
        font-size: 28px;
        line-height: 35px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 20px;
        line-height: 26px;
    }

    h6 {
        font-size: 18px;
        line-height: 18px;
    }

    /* BANNER SECTION */
    .main-banner-con .main-banner-content-con ul li {
        padding-left: 26px;
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 4px;
    }

    .main-banner-con .main-banner-content-con p,
    .sub-banner-con .sub-banner-content p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 13px;
    }

    .main-banner-con {
        padding: 20px 0;
    }

    .main-banner-con .col-lg-7.col-md-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .main-banner-con .main-banner-content-con ul li img {
        width: 15px;
    }

    .main-banner-con .main-banner-content-con ul {
        margin-bottom: 16px;
        margin-right: 0;
    }

    /* DOMAIN SECTION */
    .domain-registration-con h4 {
        text-align: center !important;
        width: 100%;
        margin-right: 0;
    }

    .domain-registration-con h4 br {
        display: none;
    }

    .domain-registration-con input {
        width: 100%;
        margin-right: 0;
    }

    .domain-registration-con .domain-search-outer {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .domain-registration-con select.form-select {
        margin-bottom: 15px;
        width: 100%;
        height: 47px;
    }

    /* HOSTING PLAN SECTION */
    .hosting-plans-con .plans-box .generic-price {
        margin-bottom: 14px;
    }



    /* WELCOME SECTION */
    .welcome-con .years-in-industry {
        right: 20px;
        bottom: 40px;
    }

    .welcome-con .years-in-industry span.years-count,
    .welcome-con .years-in-industry sup {
        font-size: 26px;
        line-height: 32px;
    }

    .welcome-con .years-in-industry span.years-text {
        font-size: 16px;
        line-height: 24px;
    }

    .generic-price span.price-text {
        font-size: 32px;
        line-height: 27px;
    }

    .welcome-con .welcome-image img {
        margin-bottom: 20px;
    }

    .features-con h6 {
        margin-left: 10px;
    }

    .features-con img {
        width: 60px;
    }

    .core-values-con img {
        margin-bottom: 20px;
    }

    /* BRANDS SECTION */
    .brands-con ul li {
        width: 47%;
        margin: 0px 4px 13px;
    }

    .brands-con ul li:nth-child(3n+1) {
        margin-left: 4px;
    }

    .brands-con ul li:nth-child(3n) {
        margin-right: 4px;
    }

    /* First box in each row */
    .brands-con ul li:nth-child(2n+1) {
        margin-left: 0;
    }

    /* Third box in each row */
    .brands-con ul li:nth-child(2n) {
        margin-right: 0;
    }

    .brands-con ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    /* FOOTER SECTION */
    .footer-sitemap-wrapper {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .footer-con h6 {
        margin-bottom: 16px;
    }

    .footer-con .footer-sitemap-wrapper .sitemap:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }

    .footer-con .footer-sitemap-wrapper .sitemap:nth-last-child(-n+1) {
        margin-bottom: 0;
    }

    .footer-con {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .network-notice-con p {
        line-height: 20px;
    }

    /* SUB BANNER SECTION */
    .sub-banner-con {
        text-align: center;
        padding: 50px 0;
    }

    .general-content-con p,
    .general-content-con ul {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 23px;
    }

    .general-content-con ul.sub-listing li {
        margin-bottom: 4px;
    }

    .general-content-con ul li {
        padding-left: 24px;
        margin-bottom: 8px;
        line-height: 23px;
    }

    .general-content-con h3 {
        margin-bottom: 6px;
    }

    .general-content-con p.sub-text {
        margin-bottom: 6px;
    }

    .navbar-collapse {
        top: 56px;
    }

    /* about us page styling */
    .about-us-con .about-us-content-con figure.float-start {
        float: unset !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .about-us-con .about-us-content-con {
        text-align: center;
    }

    .about-us-content-con img {
        width: 280px;
        text-align: center;
        margin-bottom: 20px;
    }

    .integrated-network-con img {
        width: 250px;
    }

    /* .panel-box h4 {
        line-height: 24px;
        font-size: 18px;
    } */

    .brands-con ul li img {
        width: 110px;
    }

    .services-con .row {
        padding: 20px 15px;
    }

    .server-configuration-listing {
        margin: 0 auto;
        width: 100%;
    }

    .managed-dedicated-con img {
        width: 300px;
        margin-bottom: 18px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion {
        display: block !important;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul,
    .managed-dedicated-con .server-configuration-listing .lower-portion ul.var2 {
        margin: 0 auto;
        width: 250px;
    }

    .managed-dedicated-con .server-configuration-listing .lower-portion ul.var2 {
        margin-bottom: 20px;
    }

    .managed-dedicated-con .server-configuration-listing .upper-portion {
        padding: 0;
        margin: 0 auto 14px;
        width: 330px;
    }

    .font-size-15 {
        font-size: 14px;
    }

    .line-height-24 {
        line-height: 22px;
    }

    .managed-dedicated-con .server-configuration-listing img {
        width: 34px;
        margin-right: 4px;
        margin-bottom: 0;
    }

    .managed-dedicated-con .server-configuration-listing .upper-portion {
        padding: 0;
        margin: 0 auto 14px;
        width: 300px;
    }

    .server-configuration-listing h4 {
        font-size: 17px;
    }

    .managed-dedicated-con .server-configuration-listing .generic-price span.price-text {
        font-size: 30px;
        line-height: 26px;
    }

    .managed-dedicated-con .server-configuration-listing .generic-price .starting-from {
        font-size: 14px;
    }

    .managed-dedicated-con .server-configuration-listing .secondary-button a,
    .consultation-con .secondary-button a {
        padding: 0 20px;
        font-size: 12px;
    }

    .services-content ul.listing-con li {
        margin-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
    }

    .comparison-table th {
        padding: 15px 0;
    }

    .comparison-table ul {
        display: block;
    }

    .comparison-table ul li {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

    .comparison-table.three-columns table thead tr th:first-child {
        width: 60%;
    }

    .comparison-table tbody td:first-child {
        padding-left: 35px;
    }

    .comparison-table tbody td:first-child img {
        left: 12px;
        top: 15px;
        width: 18px;
    }

    .comparison-table td {
        padding: 9px 0;
        font-size: 14px;
    }

    .comparison-table tbody td img {
        margin-right: 0;
        width: 18px;
    }

    .header-con .navbar-light .navbar-nav .nav-link {
        padding: 3px 10px !important;
    }

    .comparison-plan-con .comparison-table h4 {
        font-size: 18px;
    }

    .comparison-table th:first-child,
    .comparison-table td:first-child {
        padding-left: 12px;
        padding-right: 12px;
    }

    .lcs_switch {
        width: 54px;
        height: 30px;
        margin: 0 5px;
    }

    .lcs_cursor {
        top: 1px;
        width: 24px;
        height: 25px;
    }

    .comparison-table table thead tr th:first-child {
        width: 200px;
    }

    .comparison-plan-con .primary-button a {
        min-width: 100px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 41px;
        height: 43px;
    }

    .comparison-plan-con .generic-price {
        margin-bottom: 0;
    }

    .comparison-plan-con .generic-price span.price-text {
        line-height: 50px;
    }

    .heading-title-con a {
        font-size: 14px;
    }

    .lcs_switch.lcs_on .lcs_cursor {
        left: 24px;
    }

    .domain-registration-con .container {
        padding: 0 12px;
    }

    .welcome-image figure.border-wrapper::before {
        height: 94%;
        right: -8px;
        width: 100%;
        /* display: none; */
    }

    figure.border-wrapper {
        text-align: center;
        display: inline-block;
    }

    .managed-dedicated-con figure.border-wrapper::before {
        width: 100%;
        height: 94%;
        right: -8px;
        /* display: none; */
    }

}

@media screen and (max-width : 400px) {
    .main-banner-con .main-banner-content-con .generic-price {
        margin-bottom: 20px;
    }

    .hosting-plans-con .col-lg-3.col-md-6 {
        margin: 0 auto 20px;
        width: 100%;
    }

    .top-bar-con ul li {
        padding: 0 6px;
    }

    .top-bar-con a {
        font-size: 12px;
        line-height: 13px;
    }

    .main-banner-con .main-banner-content-con p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px;
    }
}