@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');





/*-------- Default Items ------------ */

    

     :root {

        --global--color-darkblue: #171a24;

        --global--color-blue: #1e222f;

        --global--color-grey: #bcbcbc;

        --global--color-yellow: #dd9933;

        --global--color-lightpink: #0b66d3;

        --global--color-white: #ffffff;

        --global--color-pink: #00ABC9;

        --global--color-lightblack: #11141b;

        --global--color-purple: #0b66d3;

        --global--color-light: #f8f8f8;

        --global--color-lightgrey: #808080;



    }



   body {

        font-family: 'Helvetica', sans-serif;

    }



    p {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px;

        line-height: 30px;

        color: #20292f;

    }



     h1{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }



    h2{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 28px;

        line-height: 48px;

        color: #20292f;

    }



    h3 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        font-size: 23px;

        line-height: 48px;

        color: #20292f;

    }





    

    .field, .plan, .plan-box, .feature-plan-box, .vision-plan-box, .team-plan-box, .contact-us-plan-box, .success-plan-box, .dedicated-server-plan-box, .dedicated-server-support-plan-box, .domain-plan-box, .reseller-plan-box, .reseller-guarrantees-plan-box, .shared-plan-box, .support-plan-box, .support-natix-host-plan-box, .support-operation-plan-box, .datacenter-plan-box, .our-datacenter-plan-box, .redundancy-plan-box, .affiliate-inner-plan-box, .affiliate-program-plan-box, .ssl-certificate-plan-box {

        transition: all 0.3s ease-in-out;

        position: relative;

    }



    .plan:hover, .plan-box:hover, .feature-plan-box:hover, .vision-plan-box:hover, .team-plan-box:hover, .contact-us-plan-box:hover, .success-plan-box:hover, .dedicated-server-plan-box:hover, .dedicated-server-support-plan-box:hover, .domain-plan-box:hover, .reseller-plan-box:hover, .reseller-guarrantees-plan-box:hover, .shared-plan-box:hover, .support-plan-box:hover, .support-natix-host-plan-box:hover, .support-operation-plan-box:hover, .datacenter-plan-box:hover, .our-datacenter-plan-box:hover, .redundancy-plan-box:hover, .affiliate-inner-plan-box:hover, .affiliate-program-plan-box:hover, .ssl-certificate-plan-box:hover {

        transform: translateY(-5px);

        box-shadow: 0 30px 30px 0 rgba(24,27,34,0.1);

        z-index: 0;

    }





    /*-------- HEADER ------------ */



    .header-top-section {

        padding: 7px 0px;

        background: #00ABC9;

        display: flex;

        align-items: center;

    }



    .header-top-section .first_section{

        gap: 8px;

    }



    .header-top-section a {

        color: #ffffff;

        text-decoration: none;

    }



    .icon, .contact-info {

        display: flex;

        align-items: center;

        color: #ffffff;

        font-size: 16px;

    }



    .icon i, .contact-info i {

        font-size: 18px;

        margin-right: 5px;

    }



    .icon a, .contact-info {

        color: #ffffff;

        text-decoration: none;

    }



    .icon:hover i, .contact-info:hover i {

        opacity: 0.8;

    }



    /* Optional: Adjust padding and gap for mobile view */

    @media (max-width: 768px) {

        .header-top-section {

            padding: 0 10px;

        }

        .icon, .contact-info {

            gap: 5px;

            font-size: 14px;

        }

    }





   .header {

        background-color: #fff;

        border-bottom: 1px solid #ddd;

    }



    .header .navbar-nav .nav-link {

        font-family: "Be Vietnam Pro", sans-serif;

        font-size: 16px;

        font-weight: 600;

        line-height: 22.77px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

    }





    .top-bar {

        background: var(--global--color-darkblue);

        

    }

    .top-bar small{

        font-size: 12px;

        line-height: 16px;

        color: var(--global--color-grey);

        font-weight: 400;

    }

    .top-bar span{

        font-size: 12px;

        line-height: 16px;

        color: var(--global--color-yellow);

        font-weight: 400;

    }

    .top-bar .demo, .top-bar .phone {

        text-decoration: none;

        background-image: linear-gradient( #ffda68,  #ffda68);

        background-position: 0% 100%;

        background-repeat: no-repeat;

        background-size: 0% 1px;

        transition: background-size 0.3s;

        padding-bottom: 3px;

    }

    .top-bar .demo:hover, .top-bar .phone:hover {

        text-decoration: none;

        background-size: 100% 1px;

    }

    .top-bar .right-arrow{

        color: var(--global--color-yellow);

        border-radius: 100%;

        text-decoration: none;

        font-size: 12px;

    }



    .social li{

    display: inline-block;

    }

    .phone{

     color: var(--global--color-yellow);  

     font-size: 12px; 

    }

    .social-setting{

        font-size: 12px;

        color: var(--global--color-yellow);

    }

    .social li a{

        font-size: 12px;

        line-height: 16px;

        color: var(--global--color-grey);

        font-weight: 400;

        margin: 0 8px 0 5px;

        text-decoration: none;

        background-image: linear-gradient(  #bcbcbc, #bcbcbc);

        background-position: 0% 100%;

        background-repeat: no-repeat;

        background-size: 0% 1px;

        transition: background-size 0.3s;

        padding-bottom: 3px;

    }

    .social li a:hover{

        text-decoration: none;

        background-size: 100% 1px;

    }

    .social li span a{

        font-size: 12px;

        line-height: 16px;

        color: var(--global--color-yellow);

        font-weight: 400;

        text-decoration: none;

        letter-spacing: 0.5px;

    }

    .main-header {

        background: var(--global--color-white);

    }



   .dropdown-submenu {

        position: relative;

    }



    .dropdown-submenu>.dropdown-menu {

        top: 0;

        left: 100%;

        display: none;

    }



    .dropdown-submenu:hover>.dropdown-menu {

        display: block;

    }



    .dropdown-hover:hover>.dropdown-menu-hover {

        display: block;

    }



    .navbar-light .navbar-nav .nav-link {

        color: #000;

        font-size: 14px;

        font-weight: 600;

    }



    .navbar-light .navbar-nav .dropdown-menu .nav-link {

        font-weight: normal;

        color: #000;

        font-size: 12px;

        border-bottom: 1px dotted #ddd;

    }



    .navbar-light .navbar-nav .dropdown-menu .nav-link:hover {

        background-color: #f7f9fe;

    }



       .navbar-light .navbar-nav .dropdown-menu .nav-link span {

        float: right;

        text-align: right;

        margin-left: 10px;

    }



    





    .header .navbar-nav{

        gap: 15px;

    }





    .header .navbar-nav .nav-link:hover{

        color: #00ABC9 !important;

        background-color: #f7f9fe;

    }









    /*-------- BANNER ------------ */

    .navbar-logo {

        max-width: 143px;

    }

    .navbar-brand {

        padding-top: 7px;

    }



    .banner-text{

        padding-left: 20px;

    }



    .banner-button{

        margin-top: 60px;



    }



    .banner-text h1 {

        font-weight: 700;

        font-size: 50px;

        text-transform: uppercase;

        font-family: Outfit;

        line-height: 60px;

    }



    .banner-text span {

        color: var(--global--color-pink);

        font-weight: 700;

        font-size: 50px;

        text-transform: uppercase;

        font-family: Outfit;

        line-height: 60px;

    }







    .secure-data-storage h1{

        

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }





    .banner-text p {

        font-size: 18px;

        font-weight: 600;

        color: var(global--color-black);

    }



    .text-paragraph {

        width: 100%;

    }

/*

    .carousel-item {

        height: 100vh;

    }*/



    .primary-btn{



        padding: 12px 27px 12px 27px;

        border-radius: 5px;

        color: var(--global--color-white);

        font-weight: 700;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

       

    }



    .secondary-btn{

        font-size: 16px;

        font-weight: 700;

        padding: 16px 39px;

        color: var(--global--color-white);

        background: var(--global--color-pink);

        text-decoration: none; 

        border: none;

        transition: all 0.3s ease-in-out;

        position: relative;

        margin-right: 10px;

        display: inline-block;

    }

    .buy-btn{

        font-size: 14px;

        color: var(--global--color-white);

        background: var(--global--color-pink);

        text-decoration: none;

        border: none;

        transition: all 0.3s ease-in-out;

        position: relative;

        display: inline-block;

    }



    .buy-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        cursor: pointer;

        z-index: 0;

        box-shadow: 0 10px 10px rgba(0,0,0,.5);

    }





    .primary-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        cursor: pointer;

        z-index: 0;

        box-shadow: 0 10px 10px rgba(0,0,0,.5);

    }

    .secondary-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        cursor: pointer;

        z-index: 0;

        box-shadow: 0 10px 10px rgba(0,0,0,.5);

    }

    .text-paragraph p{

        font-size: 18px;

        line-height: 30px;

        font-weight: 400;

        padding: 8px 5% 0 0;

        margin-bottom: 42px;

    }

    .primary-button, .secondary-button{

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .button-effect{

        position: relative;

        overflow: hidden;

    }

    .button-effect:hover::after{

        left: 240px;

        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);

    }

    .button-effect:after {

        background: #fff;

        content: "";

        height: 155px;

        left: -75px;

        opacity: .2;

        position: absolute;

        top: -50px;

        transform: rotate(35deg);

        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);

        width: 50px;

        z-index: 1;

    }

    .list-inline-item:not(:last-child){

        margin-right: 0px;

    }

    .primary-button:hover, .secondary-button:hover{

        transform: translateY(-3px);

    }

    .banner-img{

        width: 616px;

        position: absolute;

        float: right;

        top: -92px;

        right: -96px;

    }

    .scroll-up {

        background: var(--global--color-white) !important;

        z-index: 3;

        transition: top 5s linear;

        padding: 0 !important;

        position: fixed;

        left: 0;

        right: 0;

        top: 0;

        animation:slide-down 0.7s;

    }

    @keyframes slide-down {

        0% {

            opacity: 0;

            transform: translateY(-100%);

        } 

        100% {

            opacity: 0.9;

            transform: translateY(0);

        } 

    }

    .home-banner-image {

        max-width: 616px;

    }



    /*-------- secure-data-storage ------------ */



    .secure-data-storage{



        padding: 30px 0;



    }



    .secure-data-storage h1{

        font-family: Outfit;

        font-size: 38px;

        font-weight: 600;

        line-height: 45.6px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .secure-data-storage h2{

        font-family: Be Vietnam Pro;

        font-size: 15px;

        font-weight: 600;

        line-height: 18.98px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .secure-data-storage p{

        font-family: Lato;

        font-size: 18px;

        font-weight: 400;

        line-height: 22.5px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

    }





    /*-------- secure-data-storage ------------ */



    .home-best-services-section{



        padding: 0 0 20px 0;



    }



    .home-best-services-section h1{

        font-family: Outfit;

        font-size: 38px;

        font-weight: 600;

        line-height: 45.6px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .home-best-services-section h2{

        font-family: Be Vietnam Pro;

        font-size: 15px;

        font-weight: 600;

        line-height: 18.98px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .home-best-services-section p{

        font-family: Lato;

        font-size: 18px;

        font-weight: 400;

        line-height: 22.5px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

    }



    /*-------- secure-data-storage ------------ */



    .services-home-page-design {

        padding: 0 0 20px 0;

    }



    .services-home-page-design hr {

        border: 1px solid #83A790;

        margin-bottom: 30px;

    }



    .services-home-page-design .section-start {

        margin-bottom: 15px;

    }



    .services-home-page-design .feature-plan-box {

        border-radius: 10px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        padding: 20px;

        border: 1px solid var(--global--color-pink);

        background-color: #fff;

        margin: 0px !important;

    }



    .services-home-page-design h3 {

        font-family: Be Vietnam Pro;

        font-size: 22px;

        font-weight: 600;

        line-height: 26.4px;

        text-align: left;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

        margin-top: 5px;

    }



    .services-home-page-design p {

        font-family: Be Vietnam Pro;

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        text-align: justify;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

        color: #666666;

    }



    .services-home-page-design .read-more-btn {

        padding: 9px 15px;

        border-radius: 5px;

        border: 0.75px solid #666666;

        font-family: Be Vietnam Pro;

        font-size: 12px;

        font-weight: 400;

        line-height: 15.18px;

        color: #111D15;

        display: inline-block;

        transition: all 0.3s ease;

        text-decoration: none;

        margin-bottom: 10px;

    }



    .services-home-page-design .read-more-btn:hover {

        background-color: var(--global--color-pink);

        color: white;

        border-color: var(--global--color-pink);

        text-decoration: none;

    }



    /* Tablet and Mobile Styles */

    @media (max-width: 991px) { 

        /* Tablet styles */

        .services-home-page-design h3 {

            font-size: 20px;

            text-align: center;

        }



        .services-home-page-design p {

            font-size: 14px;

        }



        .services-home-page-design .feature-plan-box {

            padding: 15px;

        }



        .services-home-page-design .read-more-btn {

            padding: 8px 12px;

            font-size: 11px;

        }

    }



    @media (max-width: 767px) {

        .services-home-page-design .feature-plan-box {

            padding: 15px 10px;

            margin-bottom: 20px;

        }



        .services-home-page-design .feature-image-list {

            max-width: 150px;

        }



        .services-home-page-design h3 {

            font-size: 18px;

            text-align: center;

        }



        .services-home-page-design p {

            font-size: 14px;

            text-align: center;

            height: 160px;

        }



        .services-home-page-design .read-more-btn {

            padding: 8px 12px;

            font-size: 11px;

        }

    }



    @media (max-width: 575px) {

        .services-home-page-design .feature-image-list {

            max-width: 130px;

        }



        .services-home-page-design h3 {

            font-size: 16px;

            text-align: center;

        }



        .services-home-page-design p {

            font-size: 12px;

            text-align: center;

            height: 140px;

        }



        .services-home-page-design .read-more-btn {

            padding: 7px 10px;

            font-size: 10px;

            display: block;

            width: 20%;

            text-align: center;

            margin: 0 auto;

        }



        .services-home-page-design .feature-plan-box {

            padding: 12px 8px;

        }

    }





    /*-------- FIELD ------------ */



    .review-section-banners {

        background-image: url('https://www.allprosolutions.com/public/prosolution/digital_service_background_banner.png');

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

    }  



    .review-sections {

        color: white;

        padding: 35px 0;

    }

    .review-sections h1 {

        font-family: Be Vietnam Pro;

        font-size: 32px;

        font-weight: 400;

        line-height: 40.48px;

        text-align: center;

        color: white;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .review-sections p {

        font-family: Be Vietnam Pro;

        font-size: 18px;

        font-weight: 400;

        line-height: 22.77px;

        text-align: center;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

        color: #fff !important;

    }



    .review-sections .digital-services {

        margin-bottom: 20px;



    }



    .review-sections .digital-services img {

        width: 100%;

        border-radius: 10px 10px 0px 0px;

        margin-bottom: 20px;



    }



    .review-sections .digital-services .service-text {

        background-color: #25A4DB;

        padding: 10px 0px;

        color: white;

        font-family: Be Vietnam Pro;

        font-size: 17px;

        font-weight: 500;

        line-height: 22.77px;

        text-align: center;

        align-items: center;

        text-underline-position: from-font;

        text-decoration-skip-ink: none;



    }



    .review-sections .digital-services .service-text a{

        text-decoration: none;

        color: white;



    }





    /*-------- FIELD ------------ */





    .publishers-overview {

        padding: 30px 0;

    }



    .publishers-overview .text-paragraph {

        text-align: center;

    }



    .publishers-overview h1 {

        font-family: 'Be Vietnam Pro', sans-serif;

        font-size: 32px;

        font-weight: 400;

        line-height: 40.48px;

        text-align: center; /* Center-align the heading */

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

    }



    .publishers-overview p {

        font-family: 'Be Vietnam Pro', sans-serif;

        font-size: 18px;

        font-weight: 400;

        line-height: 22.77px;

        text-align: center; /* Center-align the paragraph */

        text-underline-position: from-font;

        text-decoration-skip-ink: none;

    }



    .publishers-overview .digital-overview {

        margin-bottom: 20px;

    }



    .publishers-overview .digital-overview img {

        width: 100%;

        height: 250px;

        object-fit: cover;

    }





    /*-------- FIELD ------------ */





    .field-background{

        position: relative;

        background: var(--global--color-light);

    }

    .field-background .field{

        padding: 25px 90px;

        background: var(--global--color-white);

        border-radius: 10px;

        top: -45px;

        position: relative;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        margin: 0px;

        z-index: 1;

    }

    .field-background .field:hover {

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.1);

        transform: translateY(-5px);

    }

    .subscribe-form .form-group {

        position: relative;

        background: var(--global--color-white);

        border-radius: 50px;

        border: 1px solid #e8eaf1;

    }

    .subscribe-form .form-control {

        background: var(--global--color-white);

        border-radius: 50px;

        position: relative;

        padding: 28px 0px 28px 39px;

        border: none;

        color: #808080;

        font-size: 16px;

    }

    .search-btn {

        position: absolute;

        background: var(--global--color-purple);

        font-size: 14px;

        font-weight: 700;

        color: var(--global--color-white);

        text-decoration: none;

        border-radius: 50px;

        padding: 19px 38px;

        border: none;

        left: inherit;

        bottom: 0px;

        right: 0;

        z-index: 0;

        transition: all 0.3s ease-in-out;

        -moz-transition: all 0.3s ease-in-out;

        -webkit-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

    }

    .search-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .price li {

        display: inline-block;

        font-size: 18px;

        font-weight: 700;

        color: var(--global--color-black);

        margin-right: 41px;

    }

    .price {

        padding-top: 0px;

        margin-bottom: 0px;

    }

    .price li:first-child {

        padding-left: 0px;

    }

    .price li:last-child{

        padding-right: 0px;

    }

    .subscribe-form{ 

        position: relative;

    }

    .form-control:focus{

        box-shadow: none;

    }

    button:focus {

        outline: none;

    }

    /*-------- WEB HOSTING ------------ */



    .hosting-sections{

         background: var(--global--color-light);

         position: relative;

         padding: 60px 0px 60px 0px;

    }



    .hosting-section{

         background: var(--global--color-light);

         position: relative;

         padding: 0px 0px 60px 0px;

    }

    .hosting-section p{

        font-size: 18px;

        font-weight: 700;color: black;

    }



    .hosting-section h1 {

        color: #dd9933;

        font-weight: 700;

        font-size: 36px;

    }



    .hosting-section span {

        color: #1e73be;

        font-weight: 700;

        font-size: 36px;

    }



    .plan{

        background: var(--global--color-white);

        border-radius: 10px;

        box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);

        border-top: 2px solid var(--global--color-pink);

    }

    .plan .hosting-img-1, .plan .hosting-img-2, .plan .hosting-img-3 {

        margin-bottom: 25px;

        width: 140px;

        height: auto;

    }

    .plan h4{

        font-weight: 700;

        color: var(--global--color-black);

    }

    

    .hosting-pricing span, .server-pricing span, .vps-pricing span{

        font-size: 36px;

        font-weight: 700;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .hosting-pricing small, .server-pricing small, .vps-pricing small{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }



    .hosting-btn, .server-btn, .vps-btn{

        padding: 12px 27px 12px 27px;

        gap: 7.5px;

        border-radius: 4.5px 0px 0px 0px;

        opacity: 0px;

        color: var(--global--color-white);

        font-size: 16px;

        font-weight: 700;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;







    }

    .hosting-btn:hover, .server-btn:hover, .vps-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .hosting-button, .server-button, .vps-button{

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .hosting-button:hover, .server-button:hover, .vps-button:hover{

        transform: translateY(-3px);

    }

    .hosting-text, .server-text, .vps-text{

        position: absolute;

        top: 0;

        left: 197px;

        font-size: 14px;

        font-style: italic;

        padding: 1px 14px;

        border-radius: 0px 0px 5px 5px;

        color: var(--global--color-white);

        background: var(--global--color-pink);

    }

    .plan .weightage{

        color: var(--global--color-pink);

    }



    .variation-2 .server-text, .variation-2 .server-btn {

        background: var(--global--color-lightpink);

    }

    .variation-2{

        border-color: var(--global--color-lightpink);

    }

    .variation-2 .server-pricing span, .variation-2 .server-pricing small, .variation-2 h2, .variation-2 .weightage {

        color: var(--global--color-lightpink);

    }

    .variation-3 .vps-text, .variation-3 .vps-btn {

        background: var(--global--color-purple);

    }

    .variation-3{

        border-color: var(--global--color-purple);

    }

    .variation-3 .vps-pricing span, .variation-3 .vps-pricing small, .variation-3 h2, .variation-3 .weightage{

        color: var(--global--color-purple);

    }

    .hosting-section-setting{

        padding-bottom: 59px;

    }

    .hosting-list-icon {

        max-width: 23px;

    }

    figure img {

        width: 100%;

    }

    /*-------- GUARRANTEES ------------ */



.guarrantees-section {

    background: #eeeeee;

    padding: 65px 0;

    overflow: hidden; /* Hide overflow to prevent logos from appearing outside the slider area */

}



.guarrantees-section .slide-track {

    display: flex;

    animation: scroll 40s linear infinite;

    gap: 2em;

}



.guarrantees-section .slide {

    min-width: 220px;

}



@keyframes scroll {

    0% { transform: translateX(0); }

    100% { transform: translateX(-100%); }

}



    .guarrantees-section h1{

        font-size: 36px;

        font-weight: 400;

        line-height: 40px;

        margin-bottom: 18px;

    }

    .guarrantees-section h4{

        font-size: 18px;

        font-weight: 500;

        line-height: 30px;

        margin-bottom: 19px;

    }

    .guarrantees-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 30px;

    }

    .guarrantees-btn{

        padding: 14px 41px;

        background: var(--global--color-yellow);

        color: var(--global--color-lightblack);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0,0,0,.15);

    }

    .guarrantees-btn:hover{

        text-decoration: none;

        color: var(--global--color-lightblack);   

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .guarrantees-button {

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .guarrantees-button:hover{

        transform: translateY(-3px);

    }

    .plan-box{

        background: var(--global--color-blue);

        padding: 45px 15px;

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(24, 27, 34, 0.10);

        height: 100%;

    }

    .plan-box h4{

        font-size: 18px;

        font-weight: 500;

        line-height: 24px;

    }

    .guarrantee-image{

        margin: 0 auto 25px;

        max-width: 52px;

    }

    .guarrantee-text{

        padding-top: 73px;

    }

    .plan-box-award, .plan-box-guarrantee {

        margin-bottom: 30px;

    }



    /*-------- DATA CENTERS ------------ */



    .data-section{

        background-image: url(../images/data-center-background.png);

        padding: 50px 0;

    }

    .data-section h1{

        font-size: 36px;

        font-weight: 400;

        line-height: 32px;

        margin-bottom: 22px;

        color: var(--global--color-black);

    }

    .data-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 16px;

        color: var(--global--color-lightgrey);

    }

    .map-container {

        padding: 51px 12px 10px 25px;

        position: relative;

        display: inline-block;

    }

    .map-container img {

          padding-top: 10px;

    }

    .point {

          cursor: pointer;

          position: absolute;

          width: 1.4rem;

          height: 1.4rem;

          background-color:  var(--global--color-lightpink);

          border: 4px solid var(--global--color-white);

          border-radius: 50%;

          transition: all 0.1s ease;

          transition-duration: 0.1s;

          will-change: transform, box-shadow;

          transform: translate(-50%, -50%);

          box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

          animation: pulse 3s infinite;

    }



        .canada { top: 152px; left: 166px; }

        .los-angeles { top: 238px; left: 143px; }

        .dallas { top: 244px; left: 198px; }

        .atlanta { top: 227px; left: 238px; }

        .united-kingdom { top: 168px; left: 493px; }

        .germany { top: 180px; left: 521px; }

        .moscow { top: 166px; left: 629px;}

        .india { top: 259px; right: 302px; }

        .south-korea { top: 224px; right: 167px;}

        .japan { top: 210px; right: 124px; }

        .australia { top: 456px; right: 104px;}



      

      @keyframes pulse {

        0% {

          box-shadow: 0 0 0 0 rgba(203, 102, 134, 0.5);

        }

        70% {

          box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);

        }

        100% {

          box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);

        }

      }

      .point:hover{

        background-color:  var(--global--color-yellow);

        border: none;

    }

    .data-section h4{

        font-size: 20px;

        font-weight: 500;

        line-height: 28px;

        color: var(--global--color-black);

        padding: 0 14%;

        margin-bottom: 33px;

    }

    .data-btn{

        font-size: 14px;

        font-weight: 700;

        color: var(--global--color-white);

        background: var(--global--color-lightpink);

        padding: 14px 38px;

        border-radius: 50px;

        text-decoration: none;

        display: inline-block;

    }

    .data-button{

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .data-button:hover{

        transform: translateY(-3px);

    }

    .data-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .location{

        display: none;

    }

    .point:hover .location{

        display: block;

        background: var(--global--color-yellow);

        color: var(--global--color-black);

        position: absolute;

        top: -50px;

        left: -36px;

        padding: 5px 5px;

        border-radius: 6px;

        width: 111px;

        text-align: center;

    }

    .location:after{

        content: "";

        width: 0;

        height: 0;

        border-left: 6px solid transparent;

        border-right: 6px solid transparent;

        border-top: 10px solid var(--global--color-yellow);

        position: absolute;

        top: 31px;

        left: 42px;

    }

    .location {

        font-size: 14px;

        color: var(--global--color-black);

        font-weight: 700;

    }

    .map-location{

        position: relative;

    }





/*-------- HOSTING FEATURES ------------ */



    .rma-support-text-design{

        padding: 50px 0;

    }



    .rma-support-text-design h1{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 700;

        text-transform: capitalize;

        font-size: 40px;

        line-height: 48px;

        color: #20292f;

    }



    .rma-support-text-design h2{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }





    .rma-support-text-design .rma-support-text-design-paragraph li{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    /*-------- HOSTING FEATURES ------------ */



    .media-test-design{

        padding: 50px 0;

    }



    .media-test-design .media-test-design-paragraph p{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    @media (max-width: 575px) {

        .media-test-design {

            padding: 10px 0;

        }

    }



     /*-------- HOSTING FEATURES ------------ */



    .document-imaging-text-design{

        padding: 50px 0;

    }



    .document-imaging-text-design h2{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }



    .document-imaging-text-design  p{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }





    .document-imaging-text-design .document-imaging-text-design-paragraph li{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    @media (max-width: 575px) {

        .document-imaging-text-design {

            padding: 10px 0;

        }

    }



    /*-------- HOSTING FEATURES ------------ */



    .document-imaging-microfilm-text-design {

        padding: 50px 0;

    }



    .document-imaging-microfilm-text-design h1, 

    .document-imaging-microfilm-text-design h2 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }



    .document-imaging-microfilm-text-design h4 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 700;

        text-transform: capitalize;

        font-size: 22px;

        line-height: 30px;

        color: #20292f;

    }



    .document-imaging-microfilm-text-design p {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    .document-imaging-microfilm-text-design .document-imaging-microfilm-text-design-paragraph li {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    /* Responsive Styles for Mobile Devices */

    @media (max-width: 767px) {

        .document-imaging-microfilm-text-design {

            padding: 20px 0;

        }



        .document-imaging-microfilm-text-design h1,

        .document-imaging-microfilm-text-design h2 {

            font-size: 24px; /* Adjust font size for smaller screens */

            line-height: 36px;

        }



        .document-imaging-microfilm-text-design h4 {

            font-size: 18px; /* Adjust h4 for smaller screens */

            line-height: 28px;

        }



        .document-imaging-microfilm-text-design p,

        .document-imaging-microfilm-text-design .document-imaging-microfilm-text-design-paragraph li {

            font-size: 14px;

            line-height: 24px;

        }

    }



    /* Further adjustments for very small devices (max-width: 575px) */

    @media (max-width: 575px) {



        .document-imaging-microfilm-text-design h1,

        .document-imaging-microfilm-text-design h2 {

            font-size: 30px; /* Further decrease for very small screens */

            line-height: 30px;

        }



        .document-imaging-microfilm-text-design h4 {

            font-size: 18px;

            line-height: 24px;

        }



        .document-imaging-microfilm-text-design p,

        .document-imaging-microfilm-text-design .document-imaging-microfilm-text-design-paragraph li {

            font-size: 13px;

            line-height: 18px;

        }

    }





    /*-------- Product FEATURES ------------ */



    .product-pages-design {

        padding: 50px 0;

    }



    .product-pages-design h1 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }



    .product-pages-design h2 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 28px;

        line-height: 48px;

        color: #20292f;

    }



    .product-pages-design img {

        height: 450px; /* Sets the desired height */

        width: auto; /* Maintains the aspect ratio */

        object-fit: cover; /* Ensures the image fills the space without distortion */

    }





    .product-pages-design a {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        font-size: 23px;

        line-height: 30px;

        color: #20292f;

        text-decoration: none;

    }



    .product-pages-design a:hover {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        font-size: 23px;

        line-height: 30px;

        color: var(--global--color-pink);





    }



    .product-pages-design p {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

    }



    /* Responsive Styles for Mobile Devices */

    @media (max-width: 767px) {



        .product-pages-design img {

            height: 300px; /* Reduced height for smaller screens */

        }

        .product-pages-design {

            padding: 20px 0;

        }



        .product-pages-design h1,

        .product-pages-design h2 {

            font-weight: 600;

            color: #20292f;

            font-size: 24px; /* Adjust font size for smaller screens */

            line-height: 36px;

        }



        .product-pages-design h3 {

            font-weight: 600;

            color: #20292f;

            font-size: 18px; /* Adjust h4 for smaller screens */

            line-height: 28px;

            text-decoration: none;



        }



        .product-pages-design p,

        .product-pages-design {

            font-family: "Poppins", Arial, Helvetica, sans-serif;

            font-weight: 500;

            font-size: 14px;

            line-height: 24px;

        }

    }



    /* Further adjustments for very small devices (max-width: 575px) */

    @media (max-width: 575px) {



        .product-pages-design img {

            height: 250px;

            text-align: center;

        }



        .product-pages-design h1,

        .product-pages-design h2 {

            font-weight: 600;

            color: #20292f;

            font-size: 30px; /* Further decrease for very small screens */

            line-height: 30px;

        }



        .product-pages-design h3 {

            font-weight: 600;

            color: #20292f;

            font-size: 18px;

            line-height: 24px;

            text-decoration: none;

        }



        .product-pages-design p,

        .product-pages-design {

            font-family: "Poppins", Arial, Helvetica, sans-serif;

            font-weight: 500;

            font-size: 13px;

            line-height: 18px;

        }

    }





     /*-------- Product FEATURES ------------ */



.hera-pages-design {

    padding: 50px 0;

}



.hera-pages-design h1,

.hera-pages-design h2 {

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-transform: capitalize;

    color: #20292f;

}



.hera-pages-design h1 {

    font-size: 32px;

    line-height: 48px;

}



.hera-pages-design h2 {

    font-size: 28px;

    line-height: 48px;

}



.hera-pages-design h3 {

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

    color: #20292f;

}



.hera-pages-design h4 a {

    color: black;

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-decoration: none;

}



.hera-pages-design h4 a:hover {

    color: var(--global--color-pink);

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

}



.hera-pages-design img {

    height: auto;

    width: 100%;

    padding: 10px;

}



.hera-pages-design p {

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 500;

    font-size: 15px;

    line-height: 30px;

    color: #20292f;

}



/* Responsive Styles */

@media (max-width: 767px) {

    .hera-pages-design img {

        height: auto;

    }



    .hera-pages-design h1,

    .hera-pages-design h2 {

        font-size: 24px;

        line-height: 36px;

    }



    .hera-pages-design p {

        font-size: 14px;

        line-height: 24px;

    }

}



@media (max-width: 575px) {

    .hera-pages-design img {

        height: auto;

    }



    .hera-pages-design h1,

    .hera-pages-design h2 {

        font-size: 20px;

        line-height: 30px;

    }



    .hera-pages-design p {

        font-size: 13px;

        line-height: 18px;

    }

}











    /*-------- HOSTING FEATURES ------------ */





    .product-pages-details {

        padding: 50px 0;

    }



    .product-pages-details h1{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 32px;

        line-height: 48px;

        color: #20292f;

    }



     .product-pages-details h2{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-transform: capitalize;

        font-size: 28px;

        line-height: 48px;

        color: #20292f;

    }



    .product-pages-details h3 {

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        font-size: 23px;

        line-height: 48px;

        color: #20292f;

    }



    .product-pages-details h4 a {

        color: black;

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

        text-decoration: none;

    }



    .product-pages-details h4 a:hover {

        color: var(--global--color-pink);

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 600;

    }



    .product-pages-details .button-container {

        display: flex;

        flex-wrap: wrap;

        gap: 8px;

        margin-bottom: 40px;

        margin-top: 20px;

    }



    .product-pages-details .btn {

        display: flex;

        align-items: center;

        gap: 8px;

        padding: 8px 13px;

        text-decoration: none;

        color: #fff;

        border-radius: 5px;

        font-size: 14px;

        font-weight: bold;

        transition: background 0.3s ease;

    }



    .product-pages-details .btn i {

        font-size: 10px;

    }



    .product-pages-details .btn.blue {

        background-color: var(--global--color-pink);

    }



    .product-pages-details .btn.green {

        background-color: #28a745;

    }



    .product-pages-details .btn:hover {

        opacity: 0.8;

    }



    .product-pages-details .tabs {

        display: flex;

        flex-wrap: wrap;

        justify-content: center; /* Center tabs on smaller screens */

        border-bottom: 2px solid #ddd;

        margin-bottom: 20px;

    }



    .product-pages-details .tab {

        flex: 1; /* Ensure tabs resize properly on smaller screens */

        padding: 10px;

        text-align: center;

        cursor: pointer;

        background: #f7f7f7;

        border: 1px solid #ddd;

        border-bottom: none;

        font-size: 14px; /* Reduce font size for smaller screens */

        color: #666;

        font-weight: 600;

        transition: background-color 0.3s ease, color 0.3s ease;

    }



    .product-pages-details .tab.active {

        background-color: var(--global--color-pink);

        border-top: 2px solid var(--global--color-pink);

        color: #fff;

    }



    .product-pages-details .tab:hover {

        background: #eaeaea;

    }



    .product-pages-details .tab-content .content {



        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

        display: none;

        padding: 20px;

        border: 1px solid #ddd;

        background: #fff;

        border-top: none;



    }



    .product-pages-details .tab-content .content li {



        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 500;

        font-size: 15px !important;

        line-height: 30px !important;

        color: #20292f;

        background: #fff;



    }



    .product-pages-details .tab-content .content table {



        width: 100%;

        border-collapse: collapse;

        margin: 20px 0;

        font-size: 18px;



    }





    .product-pages-details .tab-content .content table th,

    .product-pages-details .tab-content .content table td {

        border: 1px solid black;

        padding: 5px;

        text-align: left;

        font-size: 13px;

    }



    .product-pages-details .tab-content .content table tr {

        border: 1px solid black; /* Ensures the row is bordered */

    }





    .product-pages-details .tab-content .content .text-padding {



        padding: 12px 0;



    }



    .product-pages-details .tab-content .content.active {

        display: block;

    }







    @media (max-width: 768px) {

        .product-pages-details .tabs {

            flex-direction: column;

        }



        .product-pages-details .tab {

            font-size: 12px;

            padding: 8px;

        }



        .product-pages-details .tab-content .content {

            padding: 15px;

        }

    }









    /*-------- HOSTING FEATURES ------------ */





    .features-section{

        padding: 50px 0;

        background: #FAFAFA;

    }

    .feature-heading{

        padding-bottom: 57px;

    }



    .features-section .feature-heading h1{

        color: black;

        font-weight: 700;

        font-size: 36px;

        margin-bottom: 20px;

    }

    .features-section .feature-heading span{

        color: #1e73be;

        font-weight: 700;

        font-size: 36px;

        margin-bottom: 20px;

    }

    .features-section p{

        font-size: 16px;

        font-weight: 700;

        color: black;

    }

    .feature-plan-box{

        display: flex;

        flex-direction: column;

        justify-content: space-between;

        align-items: center;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        padding: 20px;

        margin: 10px;

        height: 100%;

        border-top: 2px solid var(--global--color-pink);

    }

    .feature-plan-box h3{

       font-size: 24px;

        line-height: 30px;

        font-weight: 700;

        color: black;

        margin-bottom: 10px;

    }

    .feature-plan-box p{

       font-size: 16px;

        line-height: 24px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .plan-box-network {

        padding-bottom: 30px;

    }

    .plan-box-hardware {

        padding-bottom: 30px;

    }

    .feature-image-list {

        max-width: 190px;

        margin: 0 auto 5px;

    }





    .features-section {

    padding: 50px 0;

    background: #FAFAFA;

    }

    .plan-box-network,

    .plan-box-hardware,

    .plan-box-technology {

        padding-bottom: 30px;

    }

    .feature-image-list {

        max-width: 190px;

        margin: 0 auto 5px;

    }

    .features-section .row {

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

    }

    .feature-plan-box ul {

        list-style: none;

        padding: 0;

    }





    /*-------- HOSTING2 FEATURES ------------ */



    .features-section-2{

        padding: 45px 0px 50px 0px;

        background: #FAFAFA;

    }

    .feature-heading{

        padding-bottom: 57px;

    }

    .features-section h1{

        font-size: 36px;

        line-height: 29px;

        font-weight: 400;

        margin-bottom: 20px;

    }

    .features-section p{

        font-size: 16px;

        line-height: 24px;

        font-weight: 400;

    }

    .feature-plan-box{

        padding: 20px 20px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30,34,47,.03);

    }

    .feature-plan-box h3{

        font-size: 24px;

        line-height: 30px;

        font-weight: 700;

        color: var(--global--color-black);

        margin-bottom: 17px;

    }

    .feature-plan-box p{

        font-size: 16px;

        line-height: 24px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .plan-box-network {

        padding-bottom: 30px;

    }

    .plan-box-hardware {

        padding-bottom: 30px;

    }

    .feature-image-list {

        max-width: 190px;

        margin: 0 auto 5px;

    }



    .feature-image-lists {

        max-width: 110px;

        margin: 0 auto 5px;

    }



/*-------- CONTACT ------------ */ 



.contact-sections-top-contact-us {

    padding: 0 0 30px 0;

}



.contact-sections-top-contact-us .map_img {

    margin-top: 20px;

}



.contact-sections-top-contact-us .card-design-inner {

    background-color: #ffffff;

    padding: 10px;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    margin-top: 20px;

}



.contact-sections-top-contact-us .contact-form {

    padding: 20px;

}



.contact-sections-top-contact-us .contact-form .form-group {

    margin-bottom: 15px;

}



.contact-sections-top-contact-us .contact-form label {

    display: block;

    margin-bottom: 5px;

    font-size: 14px;

    color: #333;

}



.contact-sections-top-contact-us .contact-form input, .contact-form textarea {

    width: 100%;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 4px;

    font-size: 14px;

}



.contact-sections-top-contact-us .contact-form textarea {

    resize: vertical;

}



.contact-sections-top-contact-us .contact-form button {

    padding: 12px 27px 12px 27px;

    border-radius: 5px;

    color: var(--global--color-white);

    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    background: var(--global--color-pink);

    border: none;

}



/* Responsive for Mobile Screens */

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

    .contact-sections-top-contact-us {

        padding: 30px 15px 15px 20px;

    }



    .contact-sections-top-contact-us .card-design-inner {

        padding: 15px;

    }



    .contact-sections-top-contact-us .contact-form {

        padding: 15px;

    }



    .contact-sections-top-contact-us .contact-form .form-group {

        margin-bottom: 12px;

    }



    .contact-sections-top-contact-us .contact-form label {

        font-size: 13px;

    }



    .contact-sections-top-contact-us .contact-form input, 

    .contact-sections-top-contact-us .contact-form textarea {

        font-size: 13px;

    }



    .contact-sections-top-contact-us .contact-form button {

        width: 100%;

        padding: 14px;

        margin-top: 15px;

    }

}



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

    .contact-sections-top-contact-us {

        padding: 35px 15px 15px 20px;

    }



    .contact-sections-top-contact-us .card-design-inner {

        padding: 10px;

    }



    .contact-sections-top-contact-us .contact-form {

        padding: 10px;

    }



    .contact-sections-top-contact-us .contact-form .form-group {

        margin-bottom: 10px;

    }



    .contact-sections-top-contact-us .contact-form label {

        font-size: 12px;

    }



    .contact-sections-top-contact-us .contact-form input, 

    .contact-sections-top-contact-us .contact-form textarea {

        font-size: 12px;

        padding: 8px;

    }



    .contact-sections-top-contact-us .contact-form button {

        width: 100%;

        padding: 16px;

        margin-top: 15px;

    }

}









/*-------- CONTACT End------------ */





.solutions-section {

    text-align: center;

    padding: 60px;

    background-color: #e6eaf5;

}



.solutions-section h2 {

    font-size: 24px;

    color: #1a2a57;

    margin-bottom: 30px;

}



.solutions-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

    gap: 20px;

    justify-items: center;

    padding: 0 20px;

}



.solution-item {

    background-color: #ffffff;

    padding: 10px;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    text-align: center;

    width: 150px;

    transition: transform 0.3s ease;

}



.solution-item:hover {

    transform: translateY(-5px);

}



.solution-item img {

    width: 80px;

    height: 80px;

    margin-bottom: 10px;

}



.solution-item p {

    font-size: 16px;

    color: #1a2a57;

    font-weight: bold;

}



/*-------- FOOTER BAR------------ */      

    .footer-bar{

        background: var(--global--color-darkblue);

        padding: 11px 0;

    }

    .footer-bar .footer-cards small{

        font-size: 14px;

        color: var(--global--color-grey);

        font-weight: 400;

        margin: 0px 14px 0px 15px;

        padding-top: 12px; 

        float: left;

    }

    .footer-cards-list li a{   

        color: var(--global--color-grey);

        font-size: 29px;

        padding-left: 5px;

    }

    .footer-cards-list li i{

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .footer-cards-list li a:hover i{

        transform: translateY(-5px);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

        cursor: pointer;

        z-index: 0;

    }

    .footer-cards-list {

        margin-bottom: 0px;

    } 

    .footer-cards-list li{

        display: inline-block;

    }

    

    .footer-bar .footer-arrow small {

        font-size: 14px;

        color: var(--global--color-grey);

        font-weight: 400;

        margin: 0px 5px 0px 0px;

        padding-top: 12px; 

    }

    .heart { 

        color: var(--global--color-yellow);

        padding: 0px 2px 0px 4px;

        font-size: 12px;

    }

    .footer-arrow-setting {

        height: 43px;

        width: 43px;

        font-size: 18px;

        background: var(--global--color-yellow);

        color: var(--global--color-lightblack);

        border-radius: 50%;

        text-align: center;

        line-height: 41px !important;

        margin-left: 11px;

    }

    .footer-arrow-setting:hover{

        box-shadow: 0 0 20px rgba(0,0,0,.25);

    }

    .footer-arrow {

        float: right;

        text-align: right;

    }

    .about-main-header{

        background: none;

    }

/*-------- ABOUT US BANNER ------------ */

    .about{

        background: transparent;

    }

    .about-sub-section{

     background: linear-gradient(75deg, #225b7b 0%, #143749 100%);



    }

 

    .about-us-banner-section{

        padding: 55px 0px 265px 0px;  

    }

    .about-us-banner-text h1{

        font-weight: 700;

        font-size: 52px;

        line-height: 69px;

    }

    .about-us-banner-text p{

        font-weight: 400;

        font-size: 18px;

        line-height: 24px;

        margin-bottom: 43px;

    }

    .about-primary-btn{

        font-size: 16px;

        font-weight: 700;

        padding: 16px 39px;

        color: var(--global--color-black);

        background: var(--global--color-yellow);

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        position: relative;

        display: inline-block;

    }

    .about-primary-btn:hover {

        text-decoration: none;

        color: var(--global--color-black);

        transform: translateY(-1px);

        box-shadow: 0 10px 10px rgba(0,0,0,.5);

        cursor: pointer;

        z-index: 0;

    }

    .about-secondary-btn {

        font-size: 16px;

        font-weight: 700;

        padding: 16px 39px;

        color: var(--global--color-white);

        background: var(--global--color-pink);

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        position: relative;

        margin-left: 16px;

        display: inline-block;

    }

    .about-secondary-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.5);

        transform: translateY(-1px);

        cursor: pointer;

        z-index: 0;

    }

    .about-primary-button, .about-secondary-button {

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .about-primary-button:hover, .about-secondary-button:hover{

        transform: translateY(-1px);

    }

    .about-us-banner-section h2{

        font-weight: 700;

        font-size: 36px;

        line-height: 40px;

        color: var(--global--color-yellow);

    }

    .about-us-price p{

        font-weight: 400;

        font-size: 16px;

        line-height: 24px;

        color: var(--global--color-grey);

        margin-bottom: 0px;

    }

    .about-us-price {

        padding-top: 40px;

    }

    .about-us-price-list{

        border-right: 1px solid #3f424d;

    }



    /*-------- NETIXHOST TEAM ------------ */



    .about-section-technology {

    padding: 50px 0;

    background: linear-gradient(75deg, #225b7b 0%, #143749 100%) !important;

}



.about-section-technology .TechnameCol {

    flex: 0 0 auto;

    width: 25%;

    padding: 10px;

}



.about-section-technology .TechnameBox {

    align-items: center;

    padding: 20px 20px;

    display: flex;

}



.about-section-technology .TechnameBox span {

    width: 100px;

    height: 100px;

    min-width: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fff;

    border-radius: 100%;

    margin-right: 15px;

}



.about-section-technology .TechnameBox span img {

    width: 70px;

    height: 70px;

    object-fit: scale-down;

}



.about-section-technology .TechnameBox h3 {

    padding: 0;

    margin: 0;

    font-weight: 500;

    font-size: 20px;

    color: white !important;

}



/* Responsive adjustments */

@media (max-width: 1200px) {

    .about-section-technology .TechnameCol {

        width: 33.33%; /* 3 columns on medium screens */

    }

}



@media (max-width: 768px) {

    .about-section-technology .TechnameCol {

        width: 50%; /* 2 columns on tablet screens */

    }

    

    .about-section-technology .TechnameBox span {

        width: 80px;

        height: 80px;

    }

    

    .about-section-technology .TechnameBox span img {

        width: 60px;

        height: 60px;

    }

    

    .about-section-technology .TechnameBox h3 {

        font-size: 18px;

    }

}



@media (max-width: 576px) {

    .about-section-technology .TechnameCol {

        width: 100%; /* 1 column on small screens */

        text-align: center;

    }

    

    .about-section-technology .TechnameBox {

        flex-direction: column;

    }

    

    .about-section-technology .TechnameBox span {

        margin: 0 0 10px;

    }

    

    .about-section-technology .TechnameBox h3 {

        font-size: 16px;

    }

}





/*-------- VISION & MISSION ------------ */ 

    .vision-section{

        background: var(--global--color-light);

        position: relative;

        z-index: 1;

    }

    .vision-section-inner{

        position: relative;

        top: -165px;

    }

    .vision-plan-box{

        padding: 57px 60px;

        background: var(--global--color-white);

        border-radius: 15px;

        border-top: 2px solid var(--global--color-pink);

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);





    }   

    .vision-plan-box h4{

        font-weight: 700;

        line-height: 30px;

        color: var(--global--color-black);

        margin-bottom: 18px;

    }

    .vision-plan-box p{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        padding: 0 3% 0 0;

        margin-bottom: 0px;

        color: var(--global--color-lightgrey);

    }

    .vision-image-list {

        max-width: 62px;

        margin-bottom: 34px;

    }

/*-------- HISTORY ------------ */   

    .history-section {

        padding: 0px 0px 50px 0px;

        background: var(--global--color-light);

        position: relative;

        z-index: 2;

        margin-top: -75px;

    } 



    .border-line {

        position: relative;

    }



    .history-section .vision-plan-box {

        background: #f9f9f9;

        border: 2px solid var(--global--color-pink);

        padding: 20px;

        border-radius: 20px;

        display: flex;

        flex-direction: column;

        height: 100%;

        margin-top: 40px;

    }



     .history-section h1 {

        color: var(--global--color-yellow);

        font-weight: 700;

        font-size: 36px;

    }



    .history-section span {

        color: #1e73be;

        font-weight: 700;

        font-size: 36px;

    }



    .history-section p {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        margin-bottom: 0px;

        color: var(--global--color-lightgrey);

    }





    .history-section .plan-circle {

        height: 25px;

        width: 25px;

        border-radius: 100%;

        background: var(--global--color-yellow);

        text-align: center;

        margin: 9% auto;

        z-index: 2;

        margin-bottom: 80px;

    }



    .history-section h4 {

        color: var(--global--color-black);

        font-weight: 700;

        line-height: 30px;

        margin-bottom: 18px;

    }



    .history-section .plan-circle:after {

        content: "";

        width: 5px;

        height: 37px;

        position: absolute;

        top: 66px;

        left: 138px;

        border-right: 2px dotted;

        margin: 11% auto;

        color: var(--global--color-yellow);

    }



    .history-border {

        border-top: 2px solid var(--global--color-white);

        position: absolute;

        top: 64px;

        bottom: 0px;

        left: 0px;

        right: 0px;

    }



    .history-section-variation-2 span, .history-section-variation-2 .plan-circle:after {

        color: var(--global--color-pink);

    }



    .history-section-variation-2 .plan-circle {

        background: var(--global--color-pink);

    }



    .history-section-variation-3 span, .history-section-variation-3 .plan-circle:after {

        color: var(--global--color-lightpink);

    }



    .history-section-variation-3 .plan-circle {

        background: var(--global--color-lightpink);

    }



    .history-section-variation-4 span, .history-section-variation-4 .plan-circle:after {

        color: var(--global--color-purple);

    }



    .history-section-variation-4 .plan-circle {

        background: var(--global--color-purple);

    }



    .choose-image {

        max-width: 445px;

    }









    /*-------- CHOOSE ------------ */ 

    .choose-section{

        padding: 50px 0px;

       /* background: var(--global--color-lightpink);*/

       background: linear-gradient(75deg, #225b7b 0%, #143749 100%) !important;



    }

    .choose-section figure{

        margin-top: 20px;

    }

    .choose-section h1{

        font-size: 36px;

        font-weight: 400;

        line-height: 40px;

        margin-bottom: 18px;

    }

    .choose-section h5{

        font-size: 18px;

        font-weight: 500;

        line-height: 30px;

        margin-bottom: 19px;

    }

    .choose-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 30px;

    }

    .choose-btn{

        padding: 16px 39px;

        background: var(--global--color-yellow);

        color: var(--global--color-white);

        font-size: 16px;

        font-weight: 700;

        border: none;

        text-decoration: none;

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0,0,0,.15);

    }

    .choose-btn:hover{

        text-decoration: none;

        color: var(--global--color-white);   

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .choose-button {

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .choose-button:hover{

        transform: translateY(-3px);

    }

    .choose-text{

        padding-top: 25px;

    }

    /*-------- NETIXHOST TEAM ------------ */



    .team-section {

    padding: 50px 0px;

    background: var(--global--color-light);

    }



    .team-heading h1 {

        color: var(--global--color-yellow);

        font-weight: 700;

        font-size: 36px;

        padding-bottom: 20px;

    }



    .team-heading span {

        color: #1e73be;

        font-weight: 700;

        font-size: 36px;

    }



    .team-plan-boxs {

        padding: 10px;

        text-align: left;

    }

    .team-plan-boxs:hover {

        transform: none !important;

    }

    .team-plan-boxs figure {

        margin: 0 auto 5px;

        width: 120px;

        height: 120px;

        overflow: hidden;

        border-radius: 50%;

        transition: border-color 0.3s ease;

    }

    .team-plan-boxs img {

        width: 100%;

        height: auto;

        display: block;

    }

    .team-plan-boxs figure:hover {

        border: 2px solid #DD9933;

    }

    .team-plan-boxs h4 {

        font-size: 1.2em;

        font-weight: 700;

        color: #05255F;

        margin-bottom: 5px;

    }

    .team-plan-boxs span {

        color: #DD9933;

        font-size: 0.9em;

    }



    .team-plan-boxs hr {

        border: 1px solid black !important;

        width: 100%;

        margin: 10px 0;

    }



    



    .team-plan-boxs p {

        color: #777;

        font-size: 14px !important;

    }

    .team-list a {

        color: #000;

        font-size: 1.1em;

        transition: color 0.3s ease;

    }

    .team-list a:hover {

        color: #DD9933;

    }

     

    /*-------- CONTACT PAGE ------------ */ 

    .contact-us-sub-section {

       background: #eff0f1;

    }

    .contact-us-banner-section{

        padding: 55px 0;

    }

    .contact-us-banner-section h1{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 700;

        text-transform: capitalize;

        font-size: 40px;

        line-height: 48px;

        color: #20292f;

    }



    .contact-us-banner-section p{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 400;

        text-transform: capitalize;

        font-size: 16px;

        line-height: 25px;

        color: #686e73;

    }

    .contact-us-banner-section a{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 400;

        text-transform: capitalize;

        font-size: 16px;

        line-height: 25px;

        color: #686e73;

        text-decoration: none;

    }

    .contact-us-banner-section span{

        font-family: "Poppins", Arial, Helvetica, sans-serif;

        font-weight: 400;

        text-transform: capitalize;

        font-size: 16px;

        line-height: 25px;

        color: var(--global--color-pink);

    }

    /*-------- CONTACT-US-PLAN-BOX ------------ */

.contact-us-plan-box-section {

    /*    background: var(--global--color-light);*/

    background: #eff0f1;

    padding: 0 0 30px 0;

}



.contact-us-plan-box {

    padding: 30px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    height: 100%;

}

.contact-us-plan-box h4 {

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-transform: capitalize;

    font-size: 20px;

    line-height: 30px;

    color: #20292f;

    margin-bottom: 12px;

}



.contact-us-plan-box p {

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-size: 16px;

    font-weight: 500;

    line-height: 24px;

    margin-bottom: 0px;

    color: var(--global--color-lightgrey);

}



.contact-us-plan-box a {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 0px;

    color: var(--global--color-pink);

}



.contact-us-plan-box a:hover {

    text-decoration: none;

}



.contact-us-plan-box figure {

    margin-bottom: 20px;

}



.contact-us-image-list {

    max-width: 90px;

    max-height: 90px;

}



/* Responsive for Mobile Screens */

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

    .contact-us-plan-box-section{

        padding: 20px 0;

    }

    .contact-us-plan-box {

        padding: 30px;

    }

    .contact-us-plan-box h4 {

        font-size: 20px;

        margin-bottom: 12px;

    }

    .contact-us-plan-box p {

        font-size: 14px;

        line-height: 20px;

    }

    .contact-us-plan-box a {

        font-size: 14px;

    }

    .contact-us-image-list {

        max-width: 28px;

        max-height: 28px;

    }

}



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

    .contact-us-plan-box-section{

        padding: 10px 0;

    }

    .contact-us-plan-box {

        padding: 20px;

    }

    .contact-us-plan-box h4 {

        font-size: 18px;

        margin-bottom: 10px;

    }

    .contact-us-plan-box p {

        font-size: 13px;

        line-height: 18px;

    }

    .contact-us-plan-box a {

        font-size: 13px;

    }

    .contact-us-image-list {

        max-width: 24px;

        max-height: 24px;

    }

}



    /*-------- CONTACT FORM ------------ */ 

    .contact-form-section{

        padding: 194px 0px 102px 0px;

        background: var(--global--color-light);

    }

    .contact-form-section-plan-box {

        padding: 57px;

        background-color: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .contact-form-section-plan-box h1{

        font-size: 36px;

        font-weight: 400;

        line-height: 40px;

    }

    .contact-form-section-plan-box p{

        font-size: 16px;

        font-weight: 400;

        line-height: 20px;

        color: var(--global--color-lightgrey);

    }

    .contact-form-plan-box .form-control{

        padding: 0px 0px 0px 34px;

        height: 59px;

        font-size: 16px;

        color: var(--global--color-lightgrey);

        border-radius: 50px;

        position: relative;

        border: 1px solid #e8eaf1;

    }

    .contact-form-plan-box .form-control:focus {

        border: 1px solid #e8eaf1;

    }

    .contact-form-plan-box .select-form {

        background-image:url(../images/angle-down.png);

        background-color: var(--global--color-light);

        background-repeat: no-repeat;

        background-position: 96% 24px;

        color: var(--global--color-black);

        font-weight: 500;

    }

    .contact-form-plan-box select {

        appearance: none;

    }

    .contact-form-plan-box i{

        position: absolute;

        right: 0px;

    }

    .contact-form-plan-box .form-group {

        margin-bottom: 20px;

        position: relative;

    }

    .contact-form-plan-box .textarea {

        border-radius:10px !important;

        padding-top: 18px;

        font-size: 14px;

        border: 1px solid #e8eaf1;

    }

    .contact-form-plan-box .textarea .form-control {

        border: none;

        height: 139px;

    }

    .submitform-btn{

        font-size: 14px;

        font-weight: 700;

        color: var(--global--color-white);

        background: var(--global--color-pink);

        border: none;

        padding: 16px 39px;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .submitform-button {

        text-align: center;

        margin-top: 20px;

    }

    .contact-form-section-text {

        margin-bottom: 57px;

    }

    .submitform-btn:hover {

        transform: translateY(-3px);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }



    /*-------- Blog  SECTION ------------ */



    .blog-section-pages {

        padding: 30px 0;

    }



    .blog-section-pages .cards {

        position: relative;

        display: flex;

        flex-direction: column;

        background-color: #fff;

        border-radius: 0.25rem;

        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);

        transition: transform 0.3s ease, box-shadow 0.3s ease;

    }



    .blog-section-pages .blog-card-title small {

        font-weight: 400;

        text-transform: capitalize;

        font-size: 16px;

        line-height: 25px;

        color: var(--global--color-pink);

    }



    .blog-section-pages .blog-card-title h2 {

        font-size: 20px;

        font-weight: 600;

        line-height: 32px;

        text-align: left;

        color: #000;

    }



    .blog-section-pages .blog-card-title h2 a {

        color: inherit;

    }



    .blog-section-pages .blog-card-title h2:hover {

        color: var(--global--color-pink);

        text-decoration: none !important;

    }



    .blog-section-pages .blog-card-title p {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: #555;

    }















    /*-------- Blog End SECTION ------------ */







    /*-------- SUCCESS SECTION ------------ */ 

    .success-section {

        padding: 94px 0 171px 0;

        background: #eeeeee;

    }

    .success-section h1{

        font-size: 36px;

        line-height: 40px;

        font-weight: 400;

        color: var(--global--color-black);

    }

    .success-section p{

        font-size: 16px;

        line-height: 20px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .success-plan-box{

        padding: 58px 67px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .success-plan-box h4{

        font-weight: 400;

        line-height: 30px;

        color: var(--global--color-black);

        margin-bottom: 18px;

    }

    .success-plan-box p{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        margin-bottom: 0px;

        color: var(--global--color-lightgrey);

    }

    .success-plan-box a{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        margin-bottom: 0px;

        color: var(--global--color-pink);

    }

    .success-plan-box a:hover{

        text-decoration: none;

    }

    .success-plan-box figure{

        margin-bottom: 34px;

    }

    .success-section-text{

        margin-bottom: 76px;

    }

    .contact-section .variation-1{

        background: var(--global--color-light);

        position: relative;



    }

    .success-image-list {

        max-width: 62px;

        margin: 0 auto;

    }

    .contact-section-inner {

        position: absolute;

        bottom: 2px;

        left: 0px;

        right: 0px;

    }

    /*-------- DEDICATED PAGE ------------ */ 

    .dedicated-sub-section{ 

        background-color: var(--global--color-blue);

    }

    .dedicated-banner-section{

        padding: 70px 0px 195px 0px;

    }

    .dedicated-banner-section h1 {

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

    }

    .dedicated-banner-section p {

        font-size: 18px;

        font-weight: 400;

        line-height: 20px;

    }

    .dedicated-banner-section ul li{

        font-size: 18px;

        font-weight: 400;

        line-height: 20px;

    }

    .dedicated-banner-section li i{

        color: var(--global--color-pink);

        margin-right: 5px;

    }





    /*-------- DEDICATED Kisaantrade Design ------------ */





    .dedicated-sub-sections{ 

        background: linear-gradient(75deg, #225b7b 0%, #143749 100%);

    }

    .dedicated-banner-sections{

        padding: 70px 0px 70px 0px;

    }

    .dedicated-banner-sections h1 {

        font-size: 38px;

        font-weight: 700;

        line-height: 40px;

    }

    .dedicated-banner-sections p {

        font-size: 18px;

        font-weight: 400;

        line-height: 30px;

    }

    .dedicated-banner-sections ul li{

        font-size: 16px;

        font-weight: 400;

        line-height: 20px;

    }

    .dedicated-banner-sections li i{

        color: var(--global--color-pink);

        margin-right: 5px;

    }





    .connecting-trade h1{

        color: black;

        font-weight: 700;

        font-size: 36px;

        margin-bottom: 20px;

    }





    /*-------- DEDICATED Kisaantrade Design ------------ */





    .dedicated-sub-section-services { 

    background: linear-gradient(75deg, #225b7b 0%, #143749 100%);

    }



    .dedicated-banner-sections-services {

        padding: 40px 0;

    }



    .dedicated-banner-sections-services h1 {

        font-size: 40px;

        font-weight: 700;

        line-height: 45px;

        margin-bottom: 20px;

    }



    .dedicated-banner-sections-services p {

        font-size: 18px;

        font-weight: 400;

        line-height: 32px;

        margin-bottom: 20px;

    }



    .dedicated-banner-sections-services ul li {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        margin-bottom: 12px;

        text-align: left;

    }



    .dedicated-banner-sections-services li i {

        color: var(--global--color-pink);

        margin-right: 8px;

        font-size: 18px;

    }





    .connecting-trade-services h1{

        color: black;

        font-weight: 700;

        font-size: 40px;

        margin-bottom: 20px;

    }



    /*-------- DEDICATED 2 PAGE ------------ */ 

    .dedicated-sub-section-2{ 

        background-color: var(--global--color-blue);

    }

    .dedicated-banner-section-2{

        padding: 70px 0px 60px 0px;

    }

    .dedicated-banner-section-2 h1 {

        font-size: 52px;

        font-weight: 700;

    }

    .dedicated-banner-section-2 p {

        font-size: 18px;

        font-weight: 400;

    }

    .dedicated-banner-section-2 ul li{

        font-size: 20px;

        font-weight: 400;

    }

    .dedicated-banner-section-2 li i{

        color: var(--global--color-pink);

        margin-right: 5px;

    }



    /*-------- DEDICATED-SERVER-PLAN-BOX ------------ */ 

    .dedicated-server-plan-box-section {

        background: var(--global--color-light);

    }

    .dedicated-server-plan-box{

        padding: 58px 48px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .dedicated-server-plan-box-section-inner{

        position: relative;

        top: -120px;

        width: 100%;

    }

    .dedicated-server-plan-box h4{

        font-weight: 700;

        line-height: 20px;

        color: var(--global--color-black);

        margin-bottom: 33px;

    }

    .dedicated-server-plan-box .dedicated-server-plan-box-paragraph{

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .dedicated-server-plan-box h2{

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .dedicated-server-plan-box span{

        font-size: 36px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .dedicated-server-plan-box .dedicated-server-pricing{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .dedicated-server-plan-box .dedicated-server-plan-box-text{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        font-style: italic;

        margin-bottom: 7px;

        color: var(--global--color-lightgrey);

    }

    .dedicated-server-plan-box p{

        font-size: 16px;

        font-weight: 700;

        line-height: 24px;

        margin-bottom: 19px;

        color: var(--global--color-pink);

    }

    .dedicated-btn {

        padding: 14px 50px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .dedicated-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .dedicated-server-plan-box li{ 

        border-bottom: 1px solid #e8eaf1;

        padding: 10px 0px 8px 0px;

    }

    .dedicated-server-plan-box li span{ 

        font-size: 18px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-black);   

    }

    .dedicated-server-plan-box li:last-child {

        padding-bottom: 0px;

        border: none;

    }

    .dedicated-server-plan-box-section .variation-2 h2,.dedicated-server-plan-box-section .variation-2 .dedicated-server-price,.dedicated-server-plan-box-section .variation-2 .dedicated-server-pricing, .variation-2 p{

       color: var(--global--color-lightpink);

    }

    .dedicated-server-plan-box-section .variation-2 .dedicated-btn {

        background: var(--global--color-lightpink);

    }

    .dedicated-server-plan-box-section .variation-3 h2,.dedicated-server-plan-box-section .variation-3 .dedicated-server-price,.dedicated-server-plan-box-section .variation-3 .dedicated-server-pricing, .variation-3 p{

        color: var(--global--color-purple);

     }

    .dedicated-server-plan-box-section .variation-3 .dedicated-btn {

        background: var(--global--color-purple);

    }

    .dedicated-list-icon {

        max-width: 23px;

    }

    /*-------- DEDICATED-SERVER-MAINTAINANCE ------------ */ 

    .dedicated-server-maintainance {

        background: var(--global--color-light);

        padding: 0px 0px 90px 0px;

        margin-top: -55px;

    }

    .dedicated-server-maintainance h4{

        font-weight: 400;

        line-height: 36px;

        color: var(--global--color-black);

        padding: 0 23%;

        margin-bottom: 0px;

    }

    .dedicated-server-maintainance a{

        font-weight: 400;

        line-height: 20px;

        color: var(--global--color-pink);

    }

    /*-------- DEDICATED-HOSTING-PLAN ------------ */ 

    .dedicated-hosting-plan-section{

/*        background-color: var(--global--color-lightpink);*/

background: linear-gradient(75deg, #073482, #014cda) !important;

        padding: 100px 0px;

    }

    .dedicated-hosting-plan-text h1{

        font-size: 36px;

        line-height: 29px;

        font-weight: 400;

    }

    .dedicated-hosting-plan-text span{

        text-decoration: underline;

    }

    .dedicated-hosting-plan-section h4{

        font-weight: 400;

        line-height: 19px;

    }

    .dedicated-hosting-plan-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

    }

    .dedicated-hosting-plan-setting{

        padding-top: 47px;

    }

    .dedicated-hosting-plan-image {

        max-width: 445px;

        padding: 0px 0px;

    }

    .dedicated-hosting-plan-image-list {

        max-width: 62px;

    }

    /*-------- DEDICATED SERVER FEATURES ------------ */ 

    .dedicated-server-features-section {

        padding: 0px 0px;

        background: var(--global--color-light);

    }

    .dedicated-server-features-section h1{

        font-size: 36px;

        line-height: 30px;

        font-weight: 400;

        color: var(--global--color-black);

    }

    .dedicated-server-features-section p{

        font-size: 16px;

        line-height: 20px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .dedicated-server-features-plan-box {

        padding: 80px 0px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    }

    .dedicated-server-features-plan-box h4{

        line-height: 23px;

        font-weight: 700;

        color: var(--global--color-black);

    }

    .dedicated-server-features-plan-box p{

        font-size: 16px;

        line-height: 30px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .dedicated-server-features-section-text {

        margin-bottom: 73px;

    }

    .dedicated-server-feature-network-img, .dedicated-server-feature-technology-img {

        margin-bottom: 80px;

    }

    .dedicated-server-feature-image-list {

        max-width: 255px;

        margin: 0 auto 80px;

    }

    /*-------- DEDICATED-SERVER-SUPPORT ------------ */ 

    .dedicated-server-support-plan-box-section{

        padding: 0px 0px 50px 0px;

        background: var(--global--color-light);

    }

    .dedicated-server-support-plan-box-section h1{

        font-size: 36px;

        line-height: 29px;

        font-weight: 400;

    }

    .dedicated-server-support-plan-box-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);

    }

    .dedicated-server-support-plan-box-section-text {

        margin-bottom: 76px;

    }

    .dedicated-server-support-plan-box{

        padding: 45px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .dedicated-server-support-plan-box  h4{

        font-weight: 700;

        line-height: 20px;

        color: var(--global--color-black);

    }

    .dedicated-server-support-plan-box p{

        font-size: 18px;

        font-weight: 400;

        line-height: 24px;

        margin-bottom: 27px;

        color: var(--global--color-lightpink);

    }

    .dedicated-server-support-plan-box li{ 

        border-bottom: 1px solid #e8eaf1;

        padding: 11px 0px 10px 0px;

    }

    .dedicated-server-support-plan-box span{ 

        font-size: 18px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);   

    }

    .dedicated-server-support-plan-box li:last-child {

        padding-bottom: 30px;

        border: none;

    }

    .dedicated-support-btn {

        padding: 14px 50px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-lightpink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .dedicated-support-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .dedicated-server-support-plan-box .variation-2 {

        padding: 14px 39px;

    }

    .dedicated-server-support-image-list {

        max-width: 100px;

        margin: 0 auto;

    }



    /*-------- DEDICATED-SERVER-SUPPORT ------------ */ 

    .dedicated-server-support-plan-box-sections{

        padding: 50px 0px 0px 0px;

        background: var(--global--color-light);

    }

    .dedicated-server-support-plan-box-sections h1{

        font-size: 36px;

        line-height: 29px;

        font-weight: 400;

    }

    .dedicated-server-support-plan-box-sections p{

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);

    }

    .dedicated-server-support-plan-box-sections-text {

        margin-bottom: 76px;

    }

    /*-------- VPS Windows Hosting Plans ------------ */ 

    .vps-windows-Hosting-Plans {

         margin-bottom: 60px;

         margin-top: 50px;

        

    }

    .vps-windows-Hosting-Plans h1{

        font-size: 36px;

        line-height: 30px;

        font-weight: 400;

        color: var(--global--color-black);

    }

    .vps-windows-Hosting-Plans p{

        font-size: 16px;

        line-height: 20px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }



  





    /*-------- ACCORDION ------------ */ 

    .accordion-section {

        padding: 60px 0px 60px 0px;

        background-color:#FAFAFA;

    }

    .accordion-section h1 {

        font-size: 36px;

        line-height: 29px;

        font-weight: 400;

        color: var(--global--color-black);

    }

    .accordion-card .btn-link {

        font-weight: 400;

        color: #007bff;

        text-decoration: none;

        font-size: 24px;

        color: var(--global--color-black);

        padding: 0px;

        display: block;

        width: 100%;

        text-align: left;

        position: relative;

    }

    .accordion-card .btn.focus, .btn:focus {

        box-shadow: none;

    }

    .accordion-card {

        border-bottom: 1px solid #e8eaf1;

    }

    .accordion-card .card-header {

        padding: 18px 0px 21px 0px;

        margin-bottom: 0;

        border: none;

        background: none;

    }

    .accordion-card .card-body {

        padding: 0px 76px 17px 0px;

        font-size: 16px;

        color: var(--global--color-lightgrey);

    }

    .accordion-section-text{

        margin-bottom: 70px;

    }

    .accordion-card .btn-link:before {

        content: "\f068";

        position: absolute;

        right: 0px;

        font-family: 'Font Awesome 5 Pro';

        display: inline-block;

        vertical-align: middle;

        font-weight: 400;

        font-size: 20px;

        line-height: 35px;

    }

    .accordion-card .collapse {

        position: relative;

    }

    .accordion-card .collapsed:before {

        content: "\f067";

        position: absolute;

        right: 0px;

        font-family: 'Font Awesome 5 Pro';

        display: inline-block;

        vertical-align: middle;

        font-weight: 400;

        font-size: 20px;

        line-height: 35px;

    }

    .accordion-card button.btn.btn-link {

        color: var(--global--color-pink);

    }

    .accordion-card button.btn.btn-link.collapsed {

        color: var(--global--color-black);

    }

    /*-------- DOMAIN PAGE ------------ */ 

    .domain-sub-section{

        background-image: url(../images/domain-banner-img.jpg);

        background-size: cover;

        background-position: center 40px;

        background-repeat: no-repeat;

    }

    .domain-banner-section{

        padding: 70px 0px 185px 0px;

    }

    .domain-banner-section h1 {

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

    }

    .domain-banner-section p {

        font-size: 18px;

        font-weight: 400;

        line-height: 20px;

    }

    .domain-form {

        width: 83%;

        margin: auto;

    }

    .domain-banner-section .form-group {

        position: relative;

        background: var(--global--color-white);

        border-radius: 50px;

        border: 1px solid #e8eaf1;

    }

    .domain-btn {

        font-size: 14px;

        font-weight: 700;

        color: var(--global--color-lightblack);

        background: var(--global--color-yellow);

        border-radius: 50px;

        border: none;

        padding: 19px 38px;

        position: absolute;

        right: -1px;

        top: -1px;

        left: inherit;

        display: inline-block;

    }

    .domain-banner-section .form-control {

        background: var(--global--color-white);

        border-radius: 50px;

        position: relative;

        height: 57px;

        border: none;

        color: #808080;

        font-size: 16px;

        padding-left: 34px;

    }

    /*-------- DOMAIN-PLAN-BOX ------------ */ 

    .domain-plan-box-section {

        background: var(--global--color-light);

    }

    .domain-plan-box{

        padding: 50px 49px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .domain-plan-box-section-inner{

        position: relative;

        top: -100px;

    }

    .domain-plan-box h4{

        font-weight: 700;

        line-height: 20px;

        color: var(--global--color-black);

    }

    .domain-plan-box p {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);

        margin-bottom: 29px;

    }

    .domain-plan-box .domain-plan-box-paragraph{

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .domain-plan-box h2{

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .domain-plan-box span{

        font-size: 36px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .domain-plan-box .domain-plan-box-pricing{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .domain-plan-box-btn {

        padding: 14px 36px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .domain-plan-box-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .domain-plan-box-section .variation-2 h2, .domain-plan-box-section .variation-2 span, .domain-plan-box-section .variation-2 .domain-plan-box-pricing {

        color: var(--global--color-lightpink);

    }

    .domain-plan-box-section .variation-2 .domain-plan-box-btn {

        background: var(--global--color-lightpink);

    }

    .domain-plan-box-section .variation-3 h2, .domain-plan-box-section .variation-3 span, .domain-plan-box-section .variation-3 .domain-plan-box-pricing {

        color: var(--global--color-purple);

    }

    .domain-plan-box-section .variation-3 .domain-plan-box-btn {

        background: var(--global--color-purple);

    }

    .domain-plan-box-image-list {

        max-width: 141px;

        height: 40px;

    }

    /*-------- DOMAIN MANAGEMENT ------------ */ 

    .domain-management-section {

        background: var(--global--color-light);

        padding: 0px 0px 100px 0px;

    }

    .domain-management-plan-box {

        padding: 60px 0px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    }

    .domain-management-plan-box h4{

        line-height: 23px;

        font-weight: 700;

        color: var(--global--color-black);

    }

    .domain-management-plan-box p{

        font-size: 16px;

        line-height: 30px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .domain-management-plan-box-text {

        padding-top: 33px;

    }

    .domain-management-image-1 {

        max-width: 190px;

    }

    .domain-management-image-2 {

        max-width: 190px;

        margin: 0px 0px 0px 65px;

    }

    /*-------- DOMAIN TABLE ------------ */ 

    .domain-table-section {

        padding: 100px 0px;

        background: var(--global--color-purple);

    }

    .table-plan-box {

        padding: 54px 49px;

        border-radius: 15px;

        background: var(--global--color-white);

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    }

    .domain-table-section .table thead th {

        padding: 18px 0px 22px 0px;

        border-right: 1px solid  #e8eaf1;

    }

    .domain-table-section .table tbody th { 

        padding: 19px 0px 16px 0px;

        border-right: 1px solid  #e8eaf1;

    }

    .domain-table-section .table td{

        padding: 19px 0px 16px 0px;

        border-right: 1px solid  #e8eaf1;

    }

    .domain-table-section .table thead th:nth-child(1) {

        width: 246px

    }

    .domain-table-section .table thead th:nth-child(2) {

        width: 275px

    }

    .domain-table-section .table thead th:nth-child(3) {

        width: 276px

    }

    .domain-table-section .table thead th:nth-child(4) {

        width: 214px

    }

    .domain-table-section .table td:last-child, .domain-table-section .table th:last-child {

        border-right: none;

    }

    .domain-table-section .table thead th {

        border-bottom: 1px solid #e8eaf1;

        font-size: 18px;

        color: var(--global--color-black);

        font-weight: 700;

    }

    .domain-table-section .table tbody th {

        font-size: 16px;

        color: var(--global--color-black);

        font-weight: 700;

    }

    .domain-table-section .table tbody th .popular{

        font-size: 12px;

        color: var(--global--color-black);

        background: var(--global--color-yellow);

        padding: 4px 6px;

        font-weight: 700;

        border-radius: 5px;

        margin-left: 5px;

    }

    .domain-table-section .table tbody th .sale{

        font-size: 12px;

        color: var(--global--color-white);

        background: var(--global--color-pink);

        padding: 4px 7px;

        font-weight: 700;

        border-radius: 5px;

        margin-left: 7px;

    }

    .domain-table-section .table tbody td {

        font-size: 16px;

        color: var(--global--color-lightgrey);

        font-weight: 400;

    }

    .domain-table-section .table tbody td .price{

        font-size: 16px;

        color: var(--global--color-pink);

        font-weight: 700;

    }

    .domain-table-section table {

        text-align: center;

    }

    .domain-table-section tr th:first-child {

        text-align: left;

        padding-left: 0px;

    }

    /*-------- RESELLER PAGE ------------ */ 

    .reseller-sub-section{

        background-image: url(../images/reseller-banner-img.jpg);

        background-size: cover;

        background-position: center 40px;

        background-repeat: no-repeat;

    }

    /*-------- RESELLER-BANNER ------------ */ 

    .reseller-banner-section{

        padding: 70px 0px 207px 0px;

    }

    .reseller-banner-section h1 {

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

    }

    .reseller-banner-section p {

        font-size: 18px;

        font-weight: 400;

        line-height: 30px;

        padding: 0 21%;

    }

    /*-------- RESELLER-PLAN-BOX ------------ */ 

    .reseller-plan-box-section {

        background: var(--global--color-light);

    }

    .reseller-plan-box {

        padding: 50px 49px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .reseller-plan-box-section-inner{

        position: relative;

        top: -120px;

    }

    .reseller-plan-box figure {

        margin-bottom: 29px;

    }

    .reseller-plan-box h4{

        font-weight: 700;

        line-height: 20px;

        color: var(--global--color-black);

    }

    .reseller-plan-box p {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);

        margin-bottom: 29px;

    }

    .reseller-plan-box .reseller-plan-box-paragraph{

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .reseller-plan-box h2{

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .reseller-plan-box .reseller-plan-box-pricing{

        font-size: 36px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .reseller-plan-box .reseller-plan-box-pricing-month{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .reseller-plan-box-btn {

        padding: 14px 50px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .reseller-plan-box-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .reseller-plan-box-section .variation-2 h2, .reseller-plan-box-section .variation-2 .reseller-plan-box-pricing, .reseller-plan-box-section .variation-2 .reseller-plan-box-pricing-month {

        color: var(--global--color-lightpink);

    }

    .reseller-plan-box-section .variation-2 .reseller-plan-box-btn {

        background: var(--global--color-lightpink);

    }

    .reseller-plan-box-section .variation-3 h2, .reseller-plan-box-section .variation-3 .reseller-plan-box-pricing, .reseller-plan-box-section .variation-3 .reseller-plan-box-pricing-month {

        color: var(--global--color-purple);

    }

    .reseller-plan-box-section .variation-3 .reseller-plan-box-btn {

        background: var(--global--color-purple);

    } 

    .reseller-plan-box-image-list {

        max-width: 62px;

    }

    /*-------- RESELLER FEATURE ------------ */   

    .reseller-feature-section {

        background: var(--global--color-light);

        margin-top: -19px;

        padding: 0px 0px 97px 0px;

    }

    .reseller-feature-text h1 {

        font-size: 36px;

        font-weight: 400;

        line-height: 29px;

        color: var(--global--color-black);

    }

    .reseller-feature-text p {

        font-size: 16px;

        font-weight: 400;

        line-height: 17px;

        color: var(--global--color-lightgrey);

    }

    .reseller-feature-text {

        margin-bottom: 78px;

    }

    .reseller-feature-plan-box {

        padding: 58px 0px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    }

    .reseller-feature-plan-box h4{

        line-height: 19px;

        font-weight: 700;

        color: var(--global--color-black);

    }

    .reseller-feature-plan-box p{

        font-size: 16px;

        line-height: 30px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .reseller-feature-plan-box-image-list {

        max-width: 190px;

    }

    .reseller-feature-plan-box-image-list-variation-1 {

        max-width: 190px;

        margin: 0px 0px 0px 65px;

    }

    /*-------- RESELLER GUARRANTEES ------------ */   

    .reseller-guarrantees-section {

        background: var(--global--color-purple);

        padding: 99px 0px;

    }

    .reseller-guarrantees-text h1 {

        font-size: 36px;

        font-weight: 400;

        line-height: 29px;

    }

    .reseller-guarrantees-text p {

        font-size: 18px;

        font-weight: 500;

        line-height: 32px;

    }

    .reseller-guarrantees-text {

        margin-bottom: 70px;

    }

    .reseller-guarrantees-plan-box {

        background: var(--global--color-white);

        padding: 51px 49px;

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(24, 27, 34, 0.10);

        height: 100%;

    }

    .reseller-guarrantees-plan-box:hover {

        background: var(--global--color-yellow);

    }

    .reseller-guarrantees-plan-box:hover p{

        color: var(--global--color-black);

    }

    .reseller-guarrantees-plan-box h5 {

        font-size: 20px;

        line-height: 22px;

        font-weight: 500;

        color: var(--global--color-black);

    }

    .reseller-guarrantees-plan-box p {

        font-size: 16px;

        line-height: 24px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .reseller-guarrantees-plan-box-image-list {

        max-width: 65px;

        height: 78px;

    }

    /*-------- RESELLER TABLE ------------ */

    .reseller-table-section  {

        padding: 100px 0px;

        background: var(--global--color-light);

    }

    .reseller-comparison-text h1 {

        font-size: 36px;

        font-weight: 400;

        line-height: 29px;

        color: var(--global--color-black);

    }

    .reseller-comparison-text p {

        font-size: 16px;

        font-weight: 400;

        line-height: 33px;

        color: var(--global--color-lightgrey);

    }

    .reseller-table-plan-box .reseller-table-plan-box-paragraph{

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .reseller-table-plan-box h2{

        font-size: 36px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .reseller-table-plan-box .reseller-table-plan-box-pricing-month{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .reseller-table-plan-box-btn {

        padding: 14px 40px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .reseller-table-plan-box-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        transform: translateY(-3px);

        box-shadow: 0 10px 10px rgba(30,34,47,.04);

        cursor: pointer;

        z-index: 0;

    }

    #Comprison_pricingplan .table td .variation-2 {

        color: var(--global--color-lightpink);

    }

    #Comprison_pricingplan table td .variation-3 {

        color: var(--global--color-purple);

    }

    #Comprison_pricingplan .variation-2 h2, #Comprison_pricingplan .variation-2 .reseller-table-plan-box-pricing-month{

        color: var(--global--color-lightpink);

    }

    #Comprison_pricingplan .variation-2 .reseller-table-plan-box-btn {

        background: var(--global--color-lightpink);

    }

    #Comprison_pricingplan .variation-3 h2, #Comprison_pricingplan .variation-3 .reseller-table-plan-box-pricing-month{

        color: var(--global--color-purple);

    }

    #Comprison_pricingplan .variation-3 .reseller-table-plan-box-btn {

        background: var(--global--color-purple);

    }

    #Comprison_pricingplan .table .th-hide {

        background-color: transparent !important;

        border-bottom: none;

        visibility: hidden;

        border-right: none;

    }

    #Comprison_pricingplan table td i { 

        color: var(--global--color-pink);

    }

    #Comprison_pricingplan table td .variation-2 {

        color: var(--global--color-lightpink);

    }

    #Comprison_pricingplan table td .variation-3 {

        color: var(--global--color-purple);

    }

    .reseller-comparison-text {

        margin-bottom: 96px;

    }

    #Comprison_pricingplan article {

        width: 100%;

        margin: 0 auto;

        position: relative;

    }

    #Comprison_pricingplan ul {

        display: flex;

        top: 0;

        z-index: 10;

        padding-left: 0px;

        text-align: center;

    }

    #Comprison_pricingplan li {

        list-style: none;

        flex: 1;

    }

    #Comprison_pricingplan button {

        border: 2px solid var(--global--color-pink);

        border-radius: 4px;

        padding:9px 65px;

        background:#fff;

        font-size: 15px;

        font-weight: 600;

        color: var(--global--color-pink);

        border-radius:50px;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    #Comprison_pricingplan table tbody tr td:nth-child(2){

        border-left: 1px solid  #e8eaf1;

    }

    #Comprison_pricingplan li.active button {

        background: var(--global--color-pink);

        color:#fff;

        transition: 0.3s ease;

    }

    #Comprison_pricingplan table {

        table-layout: fixed;

        width: 100%;

    }

    #Comprison_pricingplan table tbody tr:last-child {

        border-right: none;

    }

    article#Comprison_pricingplan:after {

        content: "";

        position: absolute;

        right: 12px;

        box-shadow: 20px 0 20px rgb(2 103 255);

        height: 100%;

        width: 1px;

        top: 0;

    }

    #Comprison_pricingplan td + td,

    #Comprison_pricingplan th + th {

        text-align: center;

        display: none;

    }

    #Comprison_pricingplan td.default {

        display:table-cell;

        border-right:solid 1px #e8eaf1;

        border-left:solid 1px #e8eaf1;

    }

    #Comprison_pricingplan table tbody tr td {

        padding: 18px 0px;

    }

    #Comprison_pricingplan table tbody tr:first-child td:first-child{border:none;}

    #Comprison_pricingplan table tbody tr:last-child td{

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    }

    #Comprison_pricingplan table tbody tr td:first-child {

        text-align: left;

        padding-left: 40px;

        font-size: 16px;

        color: var(--global--color-black);

        font-weight: 700;

    }

    #Comprison_pricingplan table .adjustment {

        padding: 17px 0px;

    }

    #Comprison_pricingplan table tbody tr:last-child td:nth-child(1){border-bottom-left-radius:15px;}

    #Comprison_pricingplan table tbody tr:last-child td:last-child{border-bottom-right-radius:15px;}

    #Comprison_pricingplan table thead tr th {

        vertical-align: middle;

        border-bottom: 1px solid #dee2e6;

        font-size: 20px;

        color: var(--global--color-black);

        font-weight: 700;

        border-right: 1px solid  #e8eaf1;

        background: var(--global--color-white);

    }

    #Comprison_pricingplan table tbody tr td {

        vertical-align: middle;

        font-size: 16px;

        color: var(--global--color-lightgrey);

        font-weight: 400;

        background: var(--global--color-white);

    }

    #Comprison_pricingplan table tbody tr:first-child {

        border-left: none;

        border-top: 0;

    }

    #Comprison_pricingplan table tbody tr:last-child {

        border-left: none;

        border-top: 0;

    }

    #Comprison_pricingplan table tbody tr:first-child td {

        border-bottom: 1px solid #e8eaf1;

    }

    #Comprison_pricingplan table tbody tr:nth-child(2) {

        padding-top: 36px;

    }

    #Comprison_pricingplan table tbody tr:last-child td {

        padding-bottom: 33px;

    }

    #Comprison_pricingplan table thead th:nth-child(1) {

        width: 284px;

    }

    #Comprison_pricingplan table thead th:nth-child(2), #Comprison_pricingplan table thead th:nth-child(3), #Comprison_pricingplan table .table thead th:nth-child(4) {

        width: 275px;

        padding: 21px 0px;

    }

    #Comprison_pricingplan table thead th:nth-child(2) {

        border-top-left-radius: 15px;

    }

    #Comprison_pricingplan table thead th:nth-child(4), #Comprison_pricingplan table tbody td:nth-child(4) {

        border-right: none;

    }

    #Comprison_pricingplan table thead th:nth-child(4) {

        border-top-right-radius: 15px;

    }

    #Comprison_pricingplan table tbody tr:first-child td:nth-child(1) {

        border-top-left-radius: 15px;

    }

    #Comprison_pricingplan table tbody tr:last-child td:nth-child(1) {

        border-bottom-left-radius: 15px;

    }

    #Comprison_pricingplan table tbody tr:last-child td:nth-child(4) {

        border-bottom-right-radius: 15px;

    }

    #Comprison_pricingplan table tbody td:first-child td:nth-child(1) {

        border-bottom: none;

    }

    .reseller-table-text {

        position: absolute;

        top: -27px;

        right: 346px;

        font-size: 14px;

        padding: 3px 14px 2px 14px;

        border-radius: 5px 5px 0px 0px;

        color: var(--global--color-black);

        background: var(--global--color-yellow);

        font-weight: 700;

    }

    #Comprison_pricingplan table tbody tr:nth-child(2) td {

        padding-top: 35px;

    }

    /*-------- SHARED-PAGE ------------ */ 

    .shared-sub-section {

        background-image: url(../images/shared-bannner-img.jpg);

        background-size: cover;

        background-position: center 40px;

        background-repeat: no-repeat;

    }

    .navbar-nav .variation-3 {

        background: #663a4a;

    }

    .navbar-nav .variation-3:hover {

        background: var(--global--color-yellow);

        color: var(--global--color-black);

    }

    /*-------- SHARED-BANNER ------------ */ 

    .shared-banner-section{

        padding: 70px 0px 207px 0px;

    }

    .shared-banner-section h1 {

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

    }

    .shared-banner-section p {

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

    }

    /*-------- SHARED-TABS ------------ */ 

    .shared-tabs-section {

        margin-top: -231px;

    }

    .shared-tabs-section .shared-monthly-btn{

        font-size: 16px;

        font-weight: 400;

        padding: 8px 32px;

        color: var(--global--color-lightgrey);

        background: var(--global--color-white);

        border-radius: 5px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        position: relative;

        float: left;

        border-top-right-radius: 0px;

        border-bottom-right-radius: 0px;

        display: inline-block;

    }

    .shared-tabs-section .shared-monthly-btn:hover {

        color: var(--global--color-white);

        text-decoration: none;

        background: var(--global--color-pink);

    }

    .shared-tabs-section .shared-yearly-btn{

        font-size: 16px;

        font-weight: 400;

        padding: 8px 38px;

        color: var(--global--color-lightgrey);

        background: var(--global--color-white);

        text-decoration: none;

        border-radius: 5px; 

        transition: all 0.3s ease-in-out;

        position: relative;

        display: inline-block;

        border-top-left-radius: 0px;

        border-bottom-left-radius: 0px;

    }

    .shared-tabs-section .shared-yearly-btn:hover {

        color: var(--global--color-white);

        text-decoration: none;

        background: var(--global--color-pink);

    }

    .shared-tabs-section .nav-tabs {

        border-bottom: none;

    }

    .shared-tab-content-section {

        background: var(--global--color-light);

    }

    .shared-tab-button {

        margin-bottom: 157px;

    }

    .shared-tabs-section ul li .active{

        color: var(--global--color-white);

        text-decoration: none;

        background: var(--global--color-pink);

        box-shadow: 0px 30px 30px rgba(24,27,34,0.5);

    }

    .shared-tabs-section .shared-monthly-btn {

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    /*-------- SHARED-PLAN-BOX ------------ */ 

    .shared-plan-box {

        padding: 50px 49px;

        background: var(--global--color-white);

        border-radius: 15px;

        box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

        height: 100%;

    }

    .shared-plan-box-section-inner{

        position: relative;

        top: -100px;

    }

    .shared-plan-box figure {

        margin-bottom: 29px;

    }

    .shared-plan-box h4{

        font-weight: 700;

        line-height: 20px;

        color: var(--global--color-black);

    }

    .shared-plan-box p {

        font-size: 16px;

        font-weight: 400;

        line-height: 24px;

        color: var(--global--color-lightgrey);

        margin-bottom: 29px;

    }

    .shared-plan-box .shared-plan-box-paragraph{

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .shared-plan-box h2{

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .shared-plan-box .shared-plan-box-pricing{

        font-size: 36px;

        font-weight: 700;

        line-height: 40px;

        color: var(--global--color-pink);

    }

    .shared-plan-box .shared-plan-box-pricing-month{

        font-size: 18px;

        font-weight: 400;

        line-height: 22px;

        color: var(--global--color-pink);

    }

    .shared-plan-box-btn {

        padding: 14px 50px;

        color: var(--global--color-white);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        transition: all 0.3s ease-in-out;

        background: var(--global--color-pink);

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

    }

    .shared-plan-box-btn:hover {

        text-decoration: none;

        color: var(--global--color-white);

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .shared-plan-box-section .variation-2 h2, .shared-plan-box-section .variation-2 .shared-plan-box-pricing, .shared-plan-box-section .variation-2 .shared-plan-box-pricing-month {

        color: var(--global--color-lightpink);

    }

    .shared-plan-box-section .variation-2 .shared-plan-box-btn {

        background: var(--global--color-lightpink);

    }

    .shared-plan-box-section .variation-3 h2, .shared-plan-box-section .variation-3 .shared-plan-box-pricing, .shared-plan-box-section .variation-3 .shared-plan-box-pricing-month {

        color: var(--global--color-purple);

    }

    .shared-plan-box-section .variation-3 .shared-plan-box-btn {

        background: var(--global--color-purple);

    }

    .shared-plan-box-images {

        max-width: 51px;

    }

    /*-------- HOSTING FEATURES ------------ */ 

    .features-section-variation-2 {

        background: var(--global--color-light);

        padding-top: 0px;

    }

    /*-------- RELIABLE SHARED HOSTING ------------ */ 

    .reliable-shared-hsoting-section{

        padding: 50px 0px;

        background: var(--global--color-white);

    }

    .reliable-shared-hsoting-section h1{

        font-size: 36px;

        font-weight: 400;

        line-height: 40px;

        margin-bottom: 18px;

        color: var(--global--color-black);

    }

    .reliable-shared-hsoting-section h5{

        font-size: 18px;

        font-weight: 500;

        line-height: 30px;

        margin-bottom: 19px;

        color: var(--global--color-black);

    }

    .reliable-shared-hsoting-section p{

        font-size: 16px;

        font-weight: 400;

        line-height: 23px;

        color: var(--global--color-lightgrey);

    }

    .reliable-shared-hsoting-section-btn{

        padding: 14px 45px;

        background: var(--global--color-yellow);

        color: var(--global--color-lightblack);

        font-size: 14px;

        font-weight: 700;

        border-radius: 50px;

        text-decoration: none;

        display: inline-block;

        box-shadow: 0 5px 10px rgba(0,0,0,.15);

    }

    .reliable-shared-hsoting-section-btn:hover {

        text-decoration: none;

        color: var(--global--color-lightblack);   

        box-shadow: 0 10px 10px rgba(0,0,0,.1);

    }

    .reliable-shared-hsoting-section-button {

        transition: all 0.3s ease-in-out;

        position: relative;

    }

    .reliable-shared-hsoting-section-button:hover{

        transform: translateY(-3px);

    }

    .reliable-shared-hsoting-section-text{

        padding-top: 73px;

    }

    .features-section-variation-2 p {

        font-size: 16px;

        line-height: 24px;

        font-weight: 400;

        color: var(--global--color-lightgrey);

    }

    .reliable-shared-hsoting-section-image {

        max-width: 450px;

    }

    /*-------- VPS PAGE ------------ */ 

    .vps-sub-section{

        background-image: url(../images/vps-banner-img.jpg);

        background-size: cover;

        background-position: center 40px;

        background-repeat: no-repeat;

    }

    /*-------- VPS-BANNER ------------ */ 

    .vps-banner-section{

        padding: 46px 0px 231px 0px;

    }

    .vps-banner-section h1 {

        font-size: 52px;

        font-weight: 700;

        line-height: 40px;

    }

    .vps-banner-section p {

        font-size: 18px;

        font-weight: 400;

        line-height: 24px;

    }

    .vps-banner-text {

        padding-top: 24px;

    }

    .vps-banner-image {

        max-width: 255px;

    }

    /*-------- GUARRANTEES ------------ */ 

    .guarrantees-section-variation-2 {

        background: var(--global--color-purple);

        padding: 100px 0px;

    }

    .guarrantees-section-variation-2 .guarrantee-text {

        padding-top: 0px;

        margin-bottom: 77px;

    }

    .guarrantees-section-variation-2-text {

        margin-bottom: 71px;

    }

    .guarrantees-section-variation-2 h1 {

        font-size: 36px;

        font-weight: 400;

        line-height: 29px;

        margin-bottom: 30px;

    }

    .guarrantees-section-variation-2 h5 {

        font-size: 18px;

        font-weight: 500;

        line-height: 18px;

    }

    .guarrantees-section-variation-2 p {

        font-size: 16px;

        font-weight: 400;

        padding: 0 16%;

        line-height: 30px;

    }

    /*-------- VPS-SLIDER ------------ */ 

    .vps-slider-section {

        background: var(--global--color-light);

        float: left;

        width: 100%;

    }

    .vps-slider-section h4 {

        color: var(--global--color-black);

        font-weight: 700;

        line-height: 22px;

    }

    .vps-slider-section p {

        color: var(--global--color-lightgrey);

        font-weight: 400;

        line-height: 18px;

        font-size: 18px;

        margin-bottom: 41px;

    }

    .vps-slider-section .form-group {

        background: var(--global--color-white);

        border-radius: 15px;

        border: 1px solid #e8eaf1;

        margin-bottom: 35px;

    }

    .vps-slider-section .form-control {

        background: var(--global--color-white);

        border-radius: 50px;

        position: relative;

        height: 53px;

        border: none;

        color: var(--global--color-black);

        font-size: 16px;

        padding: 0px 0px 0px 18px;

    }

    .vps-slider-section select {

        appearance: none;

    }

    .vps-slider-section .select-form {

        background-image: url(../images/angle-down.png);

        background-repeat: no-repeat;

        background-position: 92% 21px;

    }

    .vps-slider-section h6 {

        color: var(--global--color-black);

        font-weight: 700;

        line-height: 20px;

    }

    .vps-slider-section .vps-slider-paragraph {

        font-size: 14px;

        font-weight: 400;

        line-height: 20px;

        font-style: italic;

        color: var(--global--color-black);

    }

    .plan-wrap {

        float:left;

        background:#fff;

        border-radius:15px;

        width:100%;

        box-shadow: 0 30px 30px 0 rgba(24,27,34,0.03);

        position: absolute;

        top: -171px;

    }

    .plan_con {

        float: left;

        width: 100%;

        background: var(--global--color-light);

    }

    .plan_tabs {

        position: relative;

    }

    /*

 * jQuery UI Slider 1.8.18

 *

 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)

 * Dual licensed under the MIT or GPL Version 2 licenses.

 * http://jquery.org/license

 *

 * http://docs.jquery.com/UI/Slider#theming

 */

.ui-slider {

    position: relative;

    text-align: left;

}

.ui-slider .ui-slider-handle {

    position: absolute;

    z-index: 2;

    width: 1.2em;

    height: 1.2em;

    cursor: default;

}

.ui-slider .ui-slider-range {

    position: absolute;

    z-index: 1;

    font-size: .7em;

    display: block;

    border: 0;

    background-position: 0 0;

}

.ui-slider-horizontal {

    height: .8em;

}

.ui-slider-horizontal .ui-slider-handle {

    top: -.3em;

    margin-left: -.6em;

}

.ui-slider-horizontal .ui-slider-range {

    top: 0;

    height: 100%;

}

.ui-slider-horizontal .ui-slider-range-min {

    left: 0;

}

.ui-slider-horizontal .ui-slider-range-max {

    right: 0;

}

.ui-slider-vertical {

    width: .8em;

    height: 100px;

}

.ui-slider-vertical .ui-slider-handle {

    left: -.3em;

    margin-left: 0;

    margin-bottom: -.6em;

}

.ui-slider-vertical .ui-slider-range {

    left: 0;

    width: 100%;

}

.ui-slider-vertical .ui-slider-range-min {

    bottom: 0;

}

.ui-slider-vertical .ui-slider-range-max {

    top: 0;

}

.sliderbox {

    float: left;

    width: 68.5%;

    padding: 60px; ;

}

.slider-container .ui-slider{

    float: left;

    width: 100%;

    height: 10px;

    padding: 0;

    border: 0;

    background: var(--global--color-pink);

    border-radius: 15px;

}

/*.slider-container #slider .ui-slider-range, .slider-container #sliderCpu .ui-slider-range, .slider-container #sliderRam .ui-slider-range, .slider-container #sliderDisk .ui-slider-range {

    background:url(../images/blue_bar.png) no-repeat left top;

}*/

.slider-container .ui-slider-handle {

    outline: none;

    background: #ffda68 no-repeat left top;

    border-radius: 50px;

    border: 0;

    width: 30px;

    height: 30px;

    text-decoration: none;

    margin-top: -5px;

    margin-left: -22px;

}

.slider-container .ui-slider-handle:hover {

    cursor: pointer;

}

.slider-row1 {

    float: left;

    width: 100%;

    margin-bottom: 35px;

}

.slider-row1:last-child {

    margin-bottom: 0px;

}

.slider-row1 label {

    float: left;

    color: var(--global--color-black);

    text-align:left;

    font-size: 18px;

    line-height:28px;

    margin:0 0px 0px 0; 

    font-weight: 400;

}

.slider-row1 .slide-value {

    float: right;

    color: var(--global--color-pink);

    font-size:18px;

    line-height:29px;

    font-weight: 400;

}

.slider_content {

    float:right;

    box-shadow: 0 30px 30px rgba(24,27,34,0.03);

    width: 31.5%;

    padding: 55px 50px 70px 50px;

}   

.vps-slider-section figure {

    margin-bottom: 20px;

}

.vps-slider-section .variation-2 {

    background: var(--global--color-lightpink);

}

.vps-slider-section .variation-3 {

    background: var(--global--color-purple);

}

.vps-slider-section .variation-4 {

    color: var(--global--color-lightpink);

}

.vps-slider-section .variation-5 {

    color: var(--global--color-purple);

}

.pricebox .pricetxt {

    color: var(--global--color-pink);

    font-size: 18px;

    font-weight: 400;

}

.pricebox .pricetxt span.doller {

    font-size: 52px;

    font-weight: 700;

    line-height: 40px;

    color: var(--global--color-pink);

}

.pricebox .pricetxt span.numeric {

    font-size: 52px;

    font-weight: 700;

    line-height: 40px;

    color: var(--global--color-pink);

}

.white_btn {

    display:inline-block;

    height: 46px;

    margin:10px auto 0;

    width: 85.2%;

}

.white_btn a {

    padding: 14px 40px;

    color: var(--global--color-white);

    font-size: 14px;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    background: var(--global--color-pink);

    display: inline-block;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

}

.white_btn a:hover {

    text-decoration: none;

    color: var(--global--color-white);

    box-shadow: 0 10px 10px rgba(0,0,0,.1);

}

.vps-slider-section .vps-slider-pricing-month {

    font-size: 18px;

    font-weight: 400;

    line-height: 22px;

    color: var(--global--color-pink);

}

.vps-slider-section .vps-slider-section-inner-text {

    margin-bottom: 21px;

    line-height: 24px;

}

.reseller-feature-section-2 {

    margin-top: 0px;

    padding: 393px 0px 100px 0px;

    background: var(--global--color-light);

}

.vps-slider-image-list {

    max-width: 24px;

}

/*-------- LANDING-PAGE-BANNER ------------ */ 

.landing-page-banner-section{

    padding: 50px 0px 0px 0px;

    background-image: url(../images/landing-page-banner-img.png);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    overflow: hidden;

}

.landing-page-banner-section h1 {

    font-size: 36px;

    font-weight: 400;

    line-height: 33px;

    letter-spacing: -0.5px;

}

.landing-page-banner-section p {

    font-size: 18px;

    font-weight: 400;

    line-height: 30px;

    margin-bottom: 32px;

    padding: 0 11%;

}

.landing-page-column {

    background: var(--global--color-darkblue);

    padding: 158px 50px 92px 50px;

    z-index: 1;

    border-radius: 15px;

    top: -108px;

    position: relative;

}

.landing-page-server-img img{

    z-index: 2;

    position: relative;

}

.landing-page-server-img {

    max-width: 500px;

    margin: 0 auto;

}

.landing-page-primary-btn {

    font-size: 14px;

    font-weight: 700;

    padding: 15px 35px;

    color: var(--global--color-black);

    background: var(--global--color-yellow);

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    position: relative;

    display: inline-block;

}

.landing-page-primary-btn:hover {

    text-decoration: none;

    color: var(--global--color-black);

    transform: translateY(-3px);

    box-shadow: 0 10px 10px rgba(0,0,0,.5);

    cursor: pointer;

    z-index: 0;

}

.landing-page-secondary-btn {

    font-size: 14px;

    font-weight: 700;

    padding: 15px 31px;

    color: var(--global--color-white);

    background: var(--global--color-pink);

    text-decoration: none;

    border-radius: 50px;

    transition: all 0.3s ease-in-out;

    position: relative;

    margin-left: 17px;

    display: inline-block;

}

.landing-page-secondary-btn:hover {

    text-decoration: none;

    color: var(--global--color-white);

    box-shadow: 0 10px 10px rgba(0,0,0,.5);

    transform: translateY(-3px);

    cursor: pointer;

    z-index: 0;

}

.landing-page-banner-logo-img {

    max-width: 346px;

    margin: 0 auto 50px;

}

.landing-page-server-bottom-left-img, .landing-page-server-bottom-right-img {

    max-width: 613px;

}

.landing-page-server-bottom-left-image {

    left: -178px;

    bottom: 40px;

    width: 25%;

    opacity: .1;

}

.landing-page-server-bottom-right-image {

    right: -178px;

    bottom: 40px;

    width: 25%;

    opacity: .1;

}

.themeforest-link a{

    font-size: 12px;

    text-decoration: none;

    color: #fdda68ad;

}

html {

    scroll-behavior: smooth;

}

.dropdown-menu:before {

    display: none;

}

/*-------- BANNER SLIDER ------------ */ 

#banner_slider .carousel-control-prev{

    left: 5px;

    top: -197px;

    width: 1%;

}

#banner_slider .carousel-control-next{

    right: 11px;

    top: -197px;

    width: 1%;

}

#banner_slider .carousel-control-prev-icon {

    background-color: var(--global--color-lightblack);

    padding: 20px 16px;

}

#banner_slider .carousel-control-next-icon {

    background-color: var(--global--color-black);

    padding: 20px 16px;

}

#banner_slider .carousel-control-prev-icon:hover {

    background-color: var(--global--color-pink);

}

#banner_slider .carousel-control-next-icon:hover {

    background-color: var(--global--color-pink);

}

#banner_slider .carousel-inner {

    padding: 60px 0 50px 0;

}

#banner_slider .carousel-indicators li {

    width: 10px;

    height: 10px;

    background-color: var(--global--color-yellow);

    border-radius: 100%;

}

#banner_slider .carousel-indicators {

    bottom: 115px;

}

/*-------- BANNER SLIDER-2 ------------ */ 

.slider-2 p, .slider-3 p{

    padding-right: 22%;

    font-weight: 400;

    line-height: 29px;

    margin-bottom: 36px;

}

.slider-2 li i, .slider-3 li i{

    color: var(--global--color-pink);

    margin-right: 5px;

}

.slider-2 li, .slider-3 li{

    font-size: 18px;

    font-weight: 400;

    margin-bottom: 10px;

}

.slider-2 ul, .slider-3 ul {

    margin-bottom: 38px;

}

.slider-2 .banner-img {

    top: -40px;

}

.slider-3 .banner-img {

    top: 47px;

}

/*-------- SUPPORT-PAGE ------------ */ 

.support-sub-section{

    background-color: var(--global--color-blue);

    background-image: url(../images/support-banner-img.jpg);

    background-size: cover;

    background-position: center 41px;

    background-repeat: no-repeat;

}

.support-banner-section{

    padding: 74px 0px 286px 0px;  

}

.support-banner-text h1{

    font-weight: 700;

    font-size: 52px;

    line-height: 40px;

}

.support-banner-text p{

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

}

/*-------- SUPPORT-PLAN-BOX ------------ */ 

.support-plan-box-section{

    background: var(--global--color-light);

    position: relative;

    z-index: 1;

}

.support-plan-box-section-inner{

    position: relative;

    margin-top: -191px;

    padding-bottom: 100px;

    padding-left: 15px;

    padding-right: 15px;

}

.support-plan-box{

    padding: 57px 60px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

}   

.support-plan-box h4{

    font-weight: 700;

    line-height: 24px;

    color: var(--global--color-black);

    margin-bottom: 38px;

}

.support-plan-box h6{

    font-size: 18px;

    font-weight: 500;

    line-height: 30px;

    color: var(--global--color-black);

    margin-bottom: 6px;

}

.support-plan-box .variation-1 {

    color: var(--global--color-pink);

}

.support-plan-box .variation-2 {

    color: var(--global--color-lightpink);

}

.support-plan-box .variation-3 {

    color: var(--global--color-purple);

}

.support-plan-box p{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 15px;

    color: var(--global--color-lightgrey);

}

.support-plan-box p a{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 0px;

    color: var(--global--color-lightgrey);

}

.support-plan-box p a:hover {

    text-decoration: none;

}

/*-------- SUPPORT NATIX-HOST ------------ */ 

.support-natix-host-section {

    background: var(--global--color-purple);

    padding: 99px 0px;

}

.support-natix-host-text {

    padding-top: 0px;

    margin-bottom: 73px;

}

.support-natix-host-text h1 {

    font-size: 36px;

    font-weight: 400;

    line-height: 29px;

    margin-bottom: 21px;

}

.support-natix-host-text p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    padding: 0 9%;

}

.support-natix-host-plan-box{

    background: var(--global--color-white);

    padding: 50px 36px;

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    height: 100%;

}

.support-natix-host-plan-box h4{

    font-size: 24px;

    font-weight: 700;

    line-height: 20px;

    color: var(--global--color-black);

    margin-bottom: 28px;

}

.support-natix-host-plan-box p{

    font-size: 16px;

    font-weight: 400;

    line-height: 14px;

    color: var(--global--color-lightgrey);

    margin-bottom: 29px;

}

.support-natix-host-plan-box-image-list{

    margin: 0 auto 39px;

    max-width: 60px;

    max-height: 40px;

}

.support-natix-host-plan-box-btn {

    padding: 13px 20px;

    background: var(--global--color-yellow);

    color: var(--global--color-lightblack);

    font-size: 14px;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none;

    display: inline-block;

    transition: all 0.3s ease-in-out;

    position: relative;

}

.support-natix-host-plan-box-btn:hover {

    text-decoration: none;

    color: var(--global--color-black);

    box-shadow: 0 10px 10px rgba(0,0,0,.1);

}

.support-natix-host-plan-box .variation-1 {

    background: var(--global--color-yellow);

    color: var(--global--color-lightblack);

}

.support-natix-host-plan-box .variation-2 {

    background: var(--global--color-yellow);

    color: var(--global--color-lightblack);

}

.support-natix-host-plan-box .variation-3 {

    background: var(--global--color-yellow);

    color: var(--global--color-lightblack);

}

/*-------- SUPPORT OPERATION ------------ */ 

.support-operation-section {

    background: var(--global--color-light);

    padding: 99px 0px 171px 0px;

}

.support-operation-plan-box{

    background: var(--global--color-white);

    padding: 58px 46px;

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    height: 100%;

}

.support-operation-plan-box h5{

    font-size: 20px;

    font-weight: 500;

    line-height: 24px;

    color: var(--global--color-blue);

}

.support-operation-plan-box-image-list{

    margin: 0 auto 25px;

    max-width: 50px;

    max-height: 48px;

}

/*-------- DATACENTER-PAGE ------------ */ 

.datacenter-sub-section{

    background-color: var(--global--color-blue);

    background-image: url(../images/datacenter-banner-img.jpg);

    background-size: cover;

    background-position: center 41px;

    background-repeat: no-repeat;

}

.datacenter-banner-section{

    padding: 74px 0px 286px 0px;  

}

.datacenter-banner-text h1{

    font-weight: 700;

    font-size: 52px;

    line-height: 40px;

}

.datacenter-banner-text p{

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

    color: var(--global--color-yellow);

}

/*-------- DATACENTER-PLAN-BOX ------------ */ 

.datacenter-plan-box-section{

    background: var(--global--color-light);

    position: relative;

    z-index: 1;

}

.datacenter-plan-box-section-inner{

    position: relative;

    margin-top: -191px;

    padding-bottom: 100px;

    padding-left: 15px;

    padding-right: 15px;

}

.datacenter-plan-box{

    padding: 77px 68px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

}   

.datacenter-plan-box h4{

    font-weight: 700;

    line-height: 24px;

    color: var(--global--color-black);

    margin-bottom: 56px;

}

.datacenter-plan-box span{

    font-size: 16px;

    font-weight: 400;

    line-height: 30px;

    color: var(--global--color-lightgrey);

    margin-bottom: 30px;

}

.datacenter-plan-box p:last-child {

    margin-bottom: 0px;

}

.datacenter-plan-box-image-list {

    max-width: 38px;

    margin-right: 21px;

    margin-bottom: 0px;

}

.datacenter-plan-box li {

    float: left;

    width: 33.33%;

}

/*  OUR-DATACENTER-PLAN-BOX  */

.our-datacenter-plan-box-section{

    padding: 85px 0px;

    background: var(--global--color-lightpink);

}

.our-datacenter-plan-box-section h1{

    font-size: 36px;

    line-height: 29px;

    font-weight: 400;

    margin-bottom: 78px;

}

.our-datacenter-plan-box{

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    height: 100%;

    border-bottom-left-radius: 15px;

    border-bottom-right-radius: 15px;

}

.our-datacenter-plan-box-inner {

    padding: 40px;

    background: var(--global--color-white);

    border-bottom-left-radius: 15px;

    border-bottom-right-radius: 15px;

}

.our-datacenter-plan-box-inner h4{

    font-weight: 700;

    line-height: 20px;

    color: var(--global--color-black);

}

.our-datacenter-plan-box-inner .address {

    color: var(--global--color-black);

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 5px;

    display: block;

}

.our-datacenter-plan-box-inner p{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 27px;

    color: var(--global--color-lightgrey);

    padding: 0 4%;

}

.our-datacenter-plan-box-inner .speed-test {

    color: var(--global--color-black);

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 9px;

    line-height: 18px;

    display: block;

}

.our-datacenter-plan-box-inner-mail-btn {

    font-size: 16px;

    color: var(--global--color-pink);

    font-weight: 700;

    display: block;

    margin-bottom: 23px;

}

.our-datacenter-plan-box-inner-mail-btn:hover {

    text-decoration: none;

    color: var(--global--color-pink);

}

.our-datacenter-plan-box-inner-btn {

    padding: 14px 50px;

    color: var(--global--color-white) !important;

    font-size: 14px;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none !important;

    transition: all 0.3s ease-in-out;

    background: var(--global--color-pink);

    display: inline-block;

    margin-bottom: 0px !important;

}

.our-datacenter-plan-box-inner-btn:hover {

    text-decoration: none;

    box-shadow: 0 10px 10px rgba(0,0,0,.1);

}

.our-datacenter-plan-box-inner .variation-2 {

    color: var(--global--color-lightpink);

}

.our-datacenter-plan-box-inner .variation-3 {

    background: var(--global--color-lightpink);

}

.our-datacenter-plan-box-inner .variation-4 {

    color: var(--global--color-purple);

}

.our-datacenter-plan-box-inner .variation-5 {

    background: var(--global--color-purple);

}

.our-datacenter-plan-box:hover {

    border-bottom-left-radius: 15px;

    border-bottom-right-radius: 15px;

}

 /* REDUNDANCY  */

.redundancy-section {

    background: var(--global--color-purple);

    padding: 100px 0px;

}

.redundancy-text {

    padding-top: 0px;

    margin-bottom: 73px;

}

.redundancy-section h1 {

    font-size: 36px;

    font-weight: 400;

    line-height: 29px;

    margin-bottom: 21px;

}

.redundancy-section p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    padding: 0 9%;

}

.redundancy-plan-box{

    padding: 49px 60px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    position: relative;

}   

.redundancy-plan-box h4{

    font-weight: 700;

    line-height: 30px;

    color: var(--global--color-black);

    margin-bottom: 46px;

    padding-left: 83px;

    padding-top: 20px;

}

.redundancy-plan-box p{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 28px;

    color: var(--global--color-lightgrey);

    padding: 0px;

}

.redundancy-image-list {

    max-width: 70px;

    margin-bottom: 0px;

    position: absolute;

}

.redundancy-image-list img {

    max-height: 70px;

}

.redundancy-plan-box li {

    font-size: 16px;

    color: var(--global--color-lightgrey);

    margin-bottom: 6px;

}

.redundancy-plan-box li i {

    color: var(--global--color-purple);

    margin-right: 15px;

}

/*-------- AFFILIATE-PAGE ------------ */ 

.affiliate-sub-section{

    background-color: var(--global--color-blue);

    background: url(../images/affiliate-banner-img.jpg);

    background-size: cover;

    background-position: center 40px;

    background-repeat: no-repeat;

}

.affiliate-banner-section{

    padding: 74px 0px 195px 0px;  

}

.affiliate-banner-text h1{

    font-weight: 700;

    font-size: 52px;

    line-height: 40px;

}

.affiliate-banner-text p{

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

    margin-bottom: 35px;

}

.affiliate-banner-btn {

    font-size: 14px;

    font-weight: 700;

    padding: 14px 42px;

    color: var(--global--color-white);

    background: var(--global--color-pink);

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    position: relative;

    display: inline-block;

}

.affiliate-banner-btn:hover {

    text-decoration: none;

    color: var(--global--color-white);

    box-shadow: 0 10px 10px rgba(0,0,0,.5);

    transform: translateY(-1px);

    cursor: pointer;

}

/*-------- AFFILIATE-PLAN-BOX ------------ */ 

.affiliate-plan-box-section{

    background: var(--global--color-light);

    position: relative;

    z-index: 1;

}

.affiliate-plan-box-section-inner{

    position: relative;

    margin-top: -102px;

    padding-bottom: 100px;

    padding-left: 15px;

    padding-right: 15px;

}

.affiliate-plan-box{

    padding: 77px 96px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

}  

.affiliate-text  {

    margin-bottom: 52px;

}

.affiliate-text h4{

    font-weight: 700;

    line-height: 24px;

    color: var(--global--color-black);

    margin-bottom: 23px;

}

.affiliate-text p{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    color: var(--global--color-lightgrey);

}

.affiliate-inner-plan-box {

    padding: 46px 49px;

    background: var(--global--color-lightpink);

    border-radius: 15px;

}

.affiliate-inner-plan-box h4 {

    font-weight: 700;

    line-height: 24px;

    margin-bottom: 23px;

}

.affiliate-inner-plan-box li {

    border-bottom: 1px solid #d5859e;

    padding: 10px 0px 6px 0px;

}

.affiliate-inner-plan-box ul {

    margin-bottom: 7px;

}

.affiliate-inner-plan-box .range {

    font-size: 16px;

    font-weight: 400;

}

.affiliate-inner-plan-box .dollar {

    font-size: 16px;

    font-weight: 700;

}

.affiliate-inner-plan-box .signup {

    font-size: 16px;

    font-weight: 400;

    padding-right: 24px;

}

.affiliate-plan-box-section .variation-6 {

    background-color: var(--global--color-purple);

    background-image: url(../images/affiliate-inner-plan-box-background-img.png);

    background-position: bottom;

    background-repeat: no-repeat;

}

.affiliate-inner-plan-box p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    padding: 0 6%;

    margin-bottom: 28px;

}

.affiliate-inner-plan-box .small-price {

    display: block;

    font-size: 36px;

    font-weight: 700;

    line-height: 38px;

    margin-bottom: 8px;

}

.affiliate-inner-plan-box .large-price {

    display: block;

    font-size: 52px;

    font-weight: 700;

    line-height: 50px;

}

/*-------- AFFILIATE-PROGRAM-PLAN-BOX ------------ */ 

.affiliate-program-plan-box-section {

    padding: 99px 0px;

    background: var(--global--color-lightpink);

}

.affiliate-program-text h1{

    font-size: 36px;

    line-height: 29px;

    font-weight: 400;

    margin-bottom: 23px;

}

.affiliate-program-text p{

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;

    padding: 0 8%;

}

.affiliate-program-text  {

    margin-bottom: 72px;

}

.affiliate-program-plan-box {

    background: var(--global--color-white);

    padding: 51px 49px;

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(24, 27, 34, 0.10);

}

.affiliate-program-plan-box .circle {

    font-size: 24px;

    line-height: 64px;

    color: var(--global--color-white);

    background: var(--global--color-pink);

    border-radius: 100px;

    height: 64px;

    width: 64px;

    margin: 0 auto 34px;

    display: block;

}

.affiliate-program-plan-box h4 {

    font-weight: 700;

    line-height: 30px;

    margin-bottom: 17px;

    padding: 0 9%;

}

.affiliate-program-plan-box p {

    font-size: 16px;

    color: var(--global--color-lightgrey);

    font-weight: 400;

    line-height: 24px;

}

.affiliate-program-plan-box .variation-2 {

    background: var(--global--color-lightpink);

}

.affiliate-program-plan-box .variation-3 {

    background: var(--global--color-purple);

}

/*-------- SSL-CERTIFICATE-PAGE ------------ */ 

.ssl-cerificate-sub-section{

    background-color: var(--global--color-blue);

    background-image: url(../images/ssl-certificate-banner-img.jpg);

    background-size: cover;

    background-position: center 41px;

    background-repeat: no-repeat;

}

.ssl-cerificate-banner-section{

    padding: 74px 0px 280px 0px;  

}

.ssl-cerificate-banner-text h1{

    font-weight: 700;

    font-size: 52px;

    line-height: 40px;

}

.ssl-cerificate-banner-text p{

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

}

/*-------- SSL-CERTIFICATE-PLAN-BOX ------------ */ 

.ssl-certificate-plan-box-section {

    background: var(--global--color-light);

}

.ssl-certificate-plan-box{

    padding: 58px 48px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);

    height: 100%;

}

.ssl-certificate-plan-box-section-inner{

    position: relative;

    margin-top: -185px;

    padding-bottom: 100px;

    padding-left: 15px;

    padding-right: 15px;

    width: 100%;

}

.ssl-certificate-plan-box h4{

    font-weight: 700;

    line-height: 20px;

    color: var(--global--color-black);

    margin-bottom: 33px;

}

.ssl-certificate-plan-box .ssl-certificate-plan-box-paragraph{

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    font-style: italic;

    color: var(--global--color-black);

}

.ssl-certificate-plan-box h2{

    font-size: 52px;

    font-weight: 700;

    line-height: 40px;

    color: var(--global--color-pink);

}

.ssl-certificate-plan-box span{

    font-size: 36px;

    font-weight: 700;

    line-height: 40px;

    color: var(--global--color-pink);

}

.ssl-certificate-plan-box .ssl-certificate-pricing{

    font-size: 18px;

    font-weight: 400;

    line-height: 22px;

    color: var(--global--color-pink);

}

.ssl-certificate-plan-box .ssl-certificate-plan-box-text{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    font-style: italic;

    margin-bottom: 7px;

    color: var(--global--color-lightgrey);

}

.ssl-certificate-plan-box p{

    font-size: 16px;

    font-weight: 700;

    line-height: 24px;

    margin-bottom: 19px;

    color: var(--global--color-pink);

}

.ssl-certificate-btn {

    padding: 14px 54px;

    color: var(--global--color-white);

    font-size: 14px;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    background: var(--global--color-pink);

    display: inline-block;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);

}

.ssl-certificate-btn:hover {

    text-decoration: none;

    color: var(--global--color-white);

    box-shadow: 0 10px 10px rgba(0,0,0,.1);

}

.ssl-certificate-plan-box li{ 

    border-bottom: 1px solid #e8eaf1;

    padding: 10px 0px 8px 0px;

}

.ssl-certificate-plan-box li:first-child {

    padding-top: 4px;

}

.ssl-certificate-plan-box li span{ 

    font-size: 18px;

    font-weight: 400;

    line-height: 24px;

    color: var(--global--color-black);   

}

.ssl-certificate-plan-box li i {

    color: var(--global--color-pink);

}

.ssl-certificate-plan-box .link-text {

    color: var(--global--color-pink);

    font-size: 14px;

    font-weight: 700;

    text-align: center;

    text-decoration: underline;

    display: block;

    padding-top: 34px;

}

.ssl-certificate-plan-box-section .variation-2 h2,.ssl-certificate-plan-box-section .variation-2 .ssl-certificate-server-price,.ssl-certificate-plan-box-section .variation-2 .ssl-certificate-pricing, .variation-2 p, .ssl-certificate-plan-box-section .variation-2 .link-text, .ssl-certificate-plan-box-section .variation-2 li i{

   color: var(--global--color-lightpink);

}

.ssl-certificate-plan-box-section .variation-2 .ssl-certificate-btn {

    background: var(--global--color-lightpink);

}

.ssl-certificate-plan-box-section .variation-3 h2,.ssl-certificate-plan-box-section .variation-3 .ssl-certificate-server-price,.ssl-certificate-plan-box-section .variation-3 .ssl-certificate-pricing, .variation-3 p, .ssl-certificate-plan-box-section .variation-3 .link-text, .ssl-certificate-plan-box-section .variation-3 li i{

    color: var(--global--color-purple);

 }

.ssl-certificate-plan-box-section .variation-3 .ssl-certificate-btn {

    background: var(--global--color-purple);

}

/*-------- SSL-CERTIFICATE-QUERY ------------ */ 

.ssl-certificate-query-section{

    padding: 100px 0px;

    background: var(--global--color-blue);

}

.ssl-certificate-query-section figure{

    margin-bottom: 0px;

}

.ssl-certificate-query-section h1{

    font-size: 36px;

    font-weight: 400;

    line-height: 40px;

    margin-bottom: 28px;

}

.ssl-certificate-query-section p{

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

}

.ssl-certificate-query-section .ssl-certificate-heading-text {

    color: var(--global--color-yellow);

    font-weight: 700;

}

.ssl-certificate-query-text{

    padding-top: 65px;

}

/*-------- CHOOSE-SSL-CERTIFICATE ------------ */ 

.choose-ssl-certificate-section{

    padding: 85px 0px;

    background: var(--global--color-light);

}

.choose-ssl-certificate-section .our-datacenter-plan-box-section h1{

    color: var(--global--color-black);

}

.choose-ssl-certificate-section p {

    padding: 0;

    margin-bottom: 18px;

    color: var(--global--color-lightgrey) !important;

}

.choose-ssl-certificate-section ul {

    margin-bottom: 23px;

}

.choose-ssl-certificate-section li {

    border-bottom: 1px solid #e8eaf1;

    color: var(--global--color-black);

    font-size: 18px;

    padding: 10px 0px 7px 0px;

}

.choose-ssl-certificate-section li:last-child{

    border: none;

}

.choose-ssl-certificate-section li i {

    color: var(--global--color-pink);

    line-height: 24px;

}

.choose-ssl-certificate-section .variation-2 .our-datacenter-plan-box-inner-btn {

    background: var(--global--color-lightpink);

}

.choose-ssl-certificate-section .variation-3 .our-datacenter-plan-box-inner-btn {

    background: var(--global--color-purple);

}

.choose-ssl-certificate-section .our-datacenter-plan-box-inner-btn {

    padding: 14px 42px;

}

.choose-ssl-certificate-section .progress-bar {

    background-color: var(--global--color-pink);

    border-radius: .25rem;

}

.choose-ssl-certificate-section .our-datacenter-plan-box-inner {

    padding: 48px;

}

.choose-ssl-certificate-section .validation {

    font-size: 14px;

    line-height: 27px;

    color: var(--global--color-pink);

    font-weight: 700;

    margin-bottom: 27px;

    display: block;

}

.choose-ssl-certificate-section .variation-2 .progress-bar {

    background-color: var(--global--color-lightpink);

}

.choose-ssl-certificate-section .variation-3 .progress-bar {

    background-color: var(--global--color-purple);

}

.choose-ssl-certificate-section .variation-2 .validation {

    color: var(--global--color-lightpink);

}

.choose-ssl-certificate-section .variation-3 .validation {

    color: var(--global--color-purple);

}

/*-------- SSL-CERTIFICATE-OUTCOMES ------------ */ 

.ssl-certificate-outcome {

    background: var(--global--color-lightpink);

}

.ssl-certificate-outcome-image-list {

    max-width: 100px;

    position: absolute;

}

.ssl-certificate-outcome .redundancy-plan-box h4 {

    padding-left: 123px;

    padding-top: 37px;

    margin-bottom: 59px;

}

.ssl-certificate-outcome .redundancy-plan-box {

    padding: 50px 52px;

}

    /* ===================================

            Blog Page

    ====================================== */

    .blog_banner{padding: 65px; background: var(--global--color-black); }

    .blog_banner .banner_content_box h1{margin-bottom: 10px; font-weight: 400; font-size: 40px; line-height: 48px; color: #fff}

    .banner_content_box{padding-top: 60px}

    .breadcrumb ul li a, .breadcrumb ul li{color: #fff !important}

    .blog-section { background: var(--global--color-blue);}

    .blog-posts { padding: 50px 0px;}

    /* ===================================





/*-------- HOME-IMAGE-PAGE ------------ */  

.home-image-sub-section{

    background-color: var(--global--color-blue);

    background-image: url(../images/home-image-banner-img.jpg);

    background-size: cover;

    background-position: center 41px;

    background-repeat: no-repeat;

}  

.home-image-sub-section #banner_slider .carousel-inner {

    padding: 100px 0 149px 0;

}

.home-image-sub-section #banner_slider .carousel-indicators {

    bottom: 145px;

}

.home-image-sub-section .main-header {

    background: transparent;

}

.home-image-sub-section .main-header {

    background: transparent;

}

.home-image-sub-section .banner-section {

    background: transparent;

}

.home-image-banner .banner-text {

    float: none;

    width: 100%;

}

.home-image-banner .text-paragraph {

    width: 100%;

    float: none;

}

.home-image-banner .text-paragraph p {

    padding: 8px 20% 0px 20%;

}

.hosting-section-inner {

    position: relative;

    margin-top: -310px;

}

#home-image-hosting-section .hosting-text, #home-image-hosting-section .server-text, #home-image-hosting-section .vps-text {

    position: relative;

    left: 0px;

    border-radius: 5px;

    display: inline-block;

}

#home-image-hosting-section .start {

    font-size: 14px;

    font-weight: 600;

    line-height: 35px;

    font-style: italic;

    color: var(--global--color-black);

}

#home-image-hosting-section .plan {

    border-top: none;

    border-bottom: 2px solid var(--global--color-pink);

}

#home-image-hosting-section .variation-2 {

    border-color: var(--global--color-lightpink);

}

#home-image-hosting-section .variation-3 {

    border-color: var(--global--color-purple);

}

.home-image-sub-section #banner_slider .carousel-item {

    min-height: 410px;

}

.home-image-slider .slider-2 p, .home-image-slider .slider-3 p {

    padding-right: 0px;

    margin-bottom: 16px;

}

.home-image-slider .text-paragraph p {

    padding: 8px 20% 0px 20%;

    margin-bottom: 42px;

}

/*-------- HOME_IMAGE-FIELD ------------ */  

.home-image-field-section {

    background-color: var(--global--color-blue);

    background-image: url(../images/home-image-field-background-img.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

.home-image-field-section {

    padding: 100px 0px;

}

.home-image-field-section .field {

    background: transparent;

    position: relative;

    top: 0px;

    box-shadow: none;

    padding: 0px;

}

.home-image-field-section .field-background {

    background: transparent;

    position: relative;

}

.home-image-field-section .field-background .field:hover {

    box-shadow: none;

    transform: none;

}

.home-image-field-section .search-btn {

    background: var(--global--color-yellow);

    color: var(--global--color-black);

}

.home-image-field-section .price li {

    color: var(--global--color-white);

}

.home-image-field-section ul {

    padding-right: 8% !important;

    padding-left: 12% !important;

}

.home-image-field-section .form-group {

    width: 100%;

}

.home-image-field-section h1 {

    font-size: 36px; 

    font-weight: 400;

    line-height: 29px;

    color: var(--global--color-white);

    margin-bottom: 27px;

}

.home-image-field-section p {

    font-size: 18px; 

    font-weight: 500;

    color: var(--global--color-yellow);

    margin-bottom: 43px;

}

.home-image-field-section .subscribe-form {

    width: 83%;

    margin: 0 auto;

}

.home-image-field-section .form-control {

    padding-left: 36px;

}

/*-------- HOME_IMAGE-GUARRANTEES ------------ */  

#home-image-guarrantee-section .guarrantee-text {

    padding-top: 0px;

    margin-bottom: 73px;

}

/*-------- HOME_IMAGE-FEATURES ------------ */  

#home-image-feature-section {

    background-image: url(../images/home-image-hosting-section-img.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

#home-image-feature-section .feature-plan-box {

    padding: 50px 30px 44px 30px;

}

#home-image-feature-section .feature-image-list {

    max-width: 160px;

    margin: 0 auto 33px;

}

#home-image-feature-section .feature-plan-box h3 {

    padding: 0 4%;

}

/*-------- HOME_IMAGE-REVIEW-SECTION ------------ */

#home-image-review-section {

    padding: 50px 0px;

}

.home-image-web-hosting-plan-box {

    padding: 7px 50px 43px 50px;

    background: var(--global--color-white);

    border-radius: 15px;

    box-shadow: 0 30px 30px 0 rgba(24,27,34,0.1);

    margin-bottom: 38px;

    position: relative;

}

.home-image-web-hosting-plan-box:after {

    content: "";

    width: 0;

    height: 0;

    border-left: 14px solid transparent;

    border-right: 14px solid transparent;

    border-top: 17px solid var(--global--color-white);

    position: absolute;

    top: 205px;

    left: 70px;

}

#home-image-review-section .review-section-text {

    font-size: 18px;

}

#home-image-review-section .ceo {

    margin-left: 50px;

}

#home-image-review-section figure {

    margin-right: 20px;

}

#home-image-review-section h4 {

    padding-top: 12px;

}

/*-------- HOME_IMAGE-FOOTER-FIELD ------------ */ 

#home-image-footer-field {

    padding: 78px 0px;

    background: var(--global--color-yellow);

}

#home-image-footer-field h3 {

    color: var(--global--color-blue);

    line-height: 22px;

    margin-bottom: 12px;

}

#home-image-footer-field p {

    color: var(--global--color-blue);

}

#home-image-footer-field .footer-form {

    width: 66%;

    margin: 0 auto;

}

#home-image-footer-field .subscribe-btn {

    background: var(--global--color-blue);

    color: var(--global--color-white);

}

#home-image-footer-field .newsletter {

    padding-top: 0px;

}

#home-image-footer-field .form-group {

    margin-bottom: 0px;

}

/*-------- HOME_IMAGE-FOOTER ------------ */ 

#home-image-footer-section a:hover{

    text-decoration: none;

}

#home-image-footer-section p {

    line-height: 13px;

}

#home-image-footer-section .contact-plan-box-setting {

    margin-bottom: 83px;

}

/*-------- HOME-GAMING-PAGE ------------ */  

.home-gaming-sub-section{

    background-color: var(--global--color-blue);

    background-image: url(../images/home-gaming-banner-img.jpg);

    background-size: cover;

    background-position: center 41px;

    background-repeat: no-repeat;

} 

.home-gaming-sub-section .main-header, .home-gaming-sub-section .banner-section {

    background: transparent;

}

.home-gaming-sub-section p {

    padding: 0 17%;

    line-height: 29px;

    margin-bottom: 39px;

}

.home-gaming-sub-section #banner_slider .carousel-item {

    min-height: 374px;

}

.home-gaming-sub-section #banner_slider .carousel-indicators {

    bottom: 125px;

}

/*-------- HOME-GAMING-WEB-HOSTING-PLAN- ------------ */  

#home-gaming-hosting-section .plan {

    border-top: none;

    border-bottom: 2px solid var(--global--color-pink);

}

#home-gaming-hosting-section .variation-2 {

    border-color: var(--global--color-lightpink);

}

#home-gaming-hosting-section .variation-3 {

    border-color: var(--global--color-purple);

}

#home-gaming-hosting-section .variation-4 {

    border-color: var(--global--color-black);

}

#home-gaming-hosting-section figure {

    margin: 0 auto 44px;

    max-height: 52px;

}

#home-gaming-hosting-section .plan p {

    font-size: 16px;

    color: var(--global--color-black) !important;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 21px;

}

#home-gaming-hosting-section .start {

    font-size: 14px;

    font-weight: 600;

    line-height: 35px;

    font-style: italic;

    color: var(--global--color-black);

}

#home-gaming-hosting-section .variation-4 .server-pricing span, #home-gaming-hosting-section .variation-4 .server-pricing small, #home-gaming-hosting-section .variation-4 h2, #home-gaming-hosting-section .variation-4 .weightage {

    color: var(--global--color-black);

}

#home-gaming-hosting-section .variation-4 .dedicated-btn {

    background: var(--global--color-black);

}

#home-gaming-hosting-section .dedicated-btn {

    padding: 16px 40px;

    color: var(--global--color-white);

    font-size: 14px;

    font-weight: 700;

    border-radius: 50px;

    text-decoration: none;

    transition: all 0.3s ease-in-out;

    display: inline-block;

}

#home-gaming-hosting-section .plan {

    padding: 48px 33px !important;

}

/*-------- HOME-GAMING-VISION- ------------ */  

#home-gaming-vision-section {

    background-image: url(../images/home-gaming-vision-banner-img.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 96px 0px;

}

#home-gaming-vision-section .vision-plan-box {

    background: var(--global--color-yellow);

}

#home-gaming-vision-section .variation-2 {

    background: var(--global--color-pink);

}

#home-gaming-vision-section h1 {

    font-size: 36px;

    font-weight: 400;

    line-height: 40px;

    margin-bottom: 18px;

}

.home-gaming-vision-text p {

    font-size: 18px;

    font-weight: 500;

    line-height: 30px;

    margin-bottom: 19px;

}

.home-gaming-vision-text {

    margin-bottom: 73px;

}

.home-vision-image-list {

    max-width: 60px;

    margin: 0 auto 34px;

    max-height: 60px;

}

#home-gaming-vision-section .vision-plan-box p {

    padding: 0;

    color: var(--global--color-black);

}

/*-------- HOME-GAMING-GAME-FEATURES- ------------ */  

#home-gaming-network-map .map-container {

    padding-bottom: 0px;

}

#home-gaming-feature-section {

    background-image: url(../images/home-gaming-game-feature-banner-img.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

}

#home-gaming-feature-section .feature-plan-box {

    padding: 50px 30px 44px 30px;

}

#home-gaming-feature-section .game-feature-image-list {

    max-width: 60px;

    margin: 0 auto 33px;

    max-height: 50px;

}



.lots-of-customer-section {

    padding: 50px 0;

    overflow: hidden;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.lots-of-customer-section .slider {

    display: flex;

    gap: 1rem;

    animation: slideAnimation 20s linear infinite;

}



.lots-of-customer-section .slider img {

    min-width: 160px;

    height: auto;

    aspect-ratio: auto;

    object-fit: contain;

    display: block;

    margin-right: 20px;

}



@keyframes slideAnimation {

    from {

        transform: translateX(0);

    }

    to {

        transform: translateX(-100%);

    }

}



@media (max-width: 600px) {

    .lots-of-customer-section {

        padding: 20px 0;

    }



    .lots-of-customer-section .slider img {

        min-width: 120px;

        height: auto;

        aspect-ratio: auto;

        object-fit: contain;

        display: block;

        margin-right: 10px;

        }

}



@media (min-width: 601px) and (max-width: 1200px) {

    .lots-of-customer-section {

        padding: 30px 0;

    }



    .lots-of-customer-section .slider img {

        max-width: 100%;

        height: auto;

        margin-right: 15px;

    }

}



@media (min-width: 1201px) {

    .lots-of-customer-section {

        padding: 0 0 50px 0;

    }



    .lots-of-customer-section .slider img {

        max-width: 100%;

        height: auto;

        margin-right: 20px;

    }

}





.wrapping-machine-design-pages{

    padding: 50px 0;

}



.wrapping-machine-design-pages h2{

    font-weight: 600;

    text-transform: capitalize;

    font-size: 32px;

    line-height: 48px;

    color: #20292f;

    text-align: left;

}



.wrapping-machine-design-pages p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    text-align: justify;

    text-underline-position: from-font;

    text-decoration-skip-ink: none;

    color: #666666;

}



.wrapping-machine-design-pages .read-more-btn {

    padding: 9px 15px;

    border-radius: 5px;

    border: 0.75px solid #666666;

    font-size: 12px;

    font-weight: 400;

    line-height: 15.18px;

    color: #111D15;

    display: inline-block;

    transition: all 0.3s ease;

    text-decoration: none;

    margin-bottom: 10px;

}



.wrapping-machine-design-pages .read-more-btn:hover {

    background-color: var(--global--color-pink);

    color: white;

    border-color: var(--global--color-pink);

    text-decoration: none;

}





.flash-memory-dublicater-design {

    padding: 40px 0;

}



.flash-memory-dublicater-design h2 {

    color: black;

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-decoration: none;

}





.flash-memory-dublicater-design h4 a {

    color: black;

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-decoration: none;

}



.flash-memory-dublicater-design h4 a:hover {

    color: var(--global--color-pink);

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

}



.flash-memory-dublicater-design img {

    height: 300px; /* Set the desired height for mobile screens */

    width: auto; /* Maintain aspect ratio */

    object-fit: contain; /* Scale the image to fit within the given dimensions */

    display: block; /* Ensure the image behaves like a block element */

    margin: 0 auto; /* Center the image horizontally */

}







/*Apollo subcategory design start*/



.apollo-page-design {

    padding: 40px 0;

}



.apollo-page-design h2 {

    color: black;

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-decoration: none;

}



.apollo-page-design h4 {

    color: black;

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    text-decoration: none;

}





.rusia-design-pages{

    padding: 30px 0;

}



.rusia-design-pages h1{

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    font-size: 36px;

    line-height: 44px;

    color: #1e2637;

    margin-bottom: 15px;

}



.rusia-design-pages h4{

    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 600;

    font-size: 25px;

    line-height: 30px;

    color: #1e2637;

    margin-bottom: 10px;

}



.rusia-design-pages p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    text-align: justify;

    text-underline-position: from-font;

    text-decoration-skip-ink: none;

    color: #666666;

}



.rusia-design-pages li {

    font-size: 16px !important;

    font-weight: 400;

    color: #666666;

}



.rusia-design-pages .button-container {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom:5px;

    margin-top: 20px;

}



.rusia-design-pages .btn {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px 13px;

    text-decoration: none;

    color: #fff;

    border-radius: 5px;

    font-size: 14px;

    font-weight: bold;

    transition: background 0.3s ease;

}



.rusia-design-pages .btn i {

    font-size: 10px;

}



.rusia-design-pages .btn.blue {

    background-color: var(--global--color-pink);

}



.rusia-design-pages .btn.green {

    background-color: #28a745;

}



.rusia-design-pages .btn:hover {

    opacity: 0.8;

}





.rusia-design-pages li {



    font-family: "Poppins", Arial, Helvetica, sans-serif;

    font-weight: 500;

    font-size: 15px !important;

    line-height: 30px !important;

    color: #20292f;

    background: #fff;



}



.rusia-design-pages table {



    width: 100%;

    border-collapse: collapse;

    margin: 20px 0;

    font-size: 18px;



}





.rusia-design-pages table th,

.rusia-design-pages table td {

    border: 1px solid black;

    padding: 5px;

    text-align: left;

    font-size: 13px;

}



.rusia-design-pages table tr {

    border: 1px solid black; /* Ensures the row is bordered */

}





.rusia-design-pages .text-padding {



    padding: 12px 0;



}



.rusia-design-pages.active {

    display: block;

}



.bg-images-sections {

   background: url("https://www.allprosolution.vinecork.com/public/products-image/hera-2.jpg");

  no-repeat center center;

  background-size: cover;

  height: 180px; 

  position: relative; 

  text-align: center; 

  color: black;

  margin-bottom: 15px;

}



.bg-images-sections .content-design-code {

  position: absolute;

  top: 50%;

  left: 17%;

  transform: translate(-50%, -50%);

  font-size: 32px;

  line-height: 1.2;

  background-color: #F6F3F3;

  padding: 10px 30px;

}



.bg-images-sections .content-design-code h2 {

  font-weight: 600;

  font-size: 32px;

}



.bg-images-sections-olympus {

   background: url("https://www.allprosolution.vinecork.com/public/products-image/olympus_image_5.jpg");

  no-repeat center center;

  background-size: cover;

  height: 180px; 

  position: relative; 

  text-align: center; 

  color: black;

  margin-bottom: 15px;

}



.bg-images-sections-olympus .content-design-code-olympus {

  position: absolute;

  top: 50%;

  left: 17%;

  transform: translate(-50%, -50%);

  font-size: 32px;

  line-height: 1.2;

  background-color: #F6F3F3;

  padding: 10px 30px;

}



.bg-images-sections-olympus .content-design-code-olympus h2 {

  font-weight: 600;

  font-size: 32px;

}





.bg-images-sections-india {

   background: url("https://www.allprosolution.vinecork.com/public/products-image/india_image_5.jpg");

  no-repeat center center;

  background-size: cover;

  height: 180px; 

  position: relative; 

  text-align: center; 

  color: black;

  margin-bottom: 15px;

}



.bg-images-sections-india .content-design-code-india {

  position: absolute;

  top: 50%;

  left: 17%;

  transform: translate(-50%, -50%);

  font-size: 32px;

  line-height: 1.2;

  background-color: #F6F3F3;

  padding: 10px 30px;

}



.bg-images-sections-india .content-design-code-india h2 {

  font-weight: 600;

  font-size: 32px;

}





.bg-images-sections-publishers {

   background: url("https://www.allprosolution.vinecork.com/public/products-image/publishers_image_5.jpg");

  background-repeat: no-repeat;
  background-position: center;

  background-size: cover;

  height: 180px; 

  position: relative; 

  text-align: center; 

  color: black;

  margin-bottom: 15px;

}



.bg-images-sections-publishers .content-design-code-publishers {

  position: absolute;

  top: 50%;

  left: 17%;

  transform: translate(-50%, -50%);

  font-size: 32px;

  line-height: 1.2;

  background-color: #F6F3F3;

  padding: 10px 30px;

}



.bg-images-sections-publishers .content-design-code-publishers h2 {

  font-weight: 600;

  font-size: 32px;

}



.read-more-btn {

    padding: 13px 22px;

    border-radius: 5px;

    border: 2px solid #00ABC9;

    font-family: Be Vietnam Pro;

    font-size: 12px;

    font-weight: 400;

    line-height: 15.18px;

    color: #111D15;

    display: inline-block;

    transition: all 0.3s ease;

    text-decoration: none;

    margin-bottom: 10px;

}



.read-more-btn:hover {

    background-color: var(--global--color-pink);

    color: white;

    border-color: var(--global--color-pink);

    text-decoration: none;

}



.brand-icon {

    width: 320px;

    height: 65px;

}

.footer-image{

    width: 260px;

    height: 60px;

}



.contact-us-sub-section-design-hight {

    background-color: #eff0f1;

}





.contact-us-sub-section {

    background-color: #eff0f1;

    padding: 60px 0;

}



.contact-us-sub-section .feature-box {

    background-color: #f8f9fa;

    border-radius: 12px;

    padding: 30px 20px;

    margin: 15px; /* space around each card */

    text-align: center;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    transition: transform 0.2s ease;

    height: 100%;

}



.contact-us-sub-section .feature-box i {

    font-size: 40px;

    margin-bottom: 20px;

    color: #00ABC9;

    padding: 20px;

    background-color: #e9f3ff;

    border-radius: 50%;

    display: inline-block;

}



.contact-us-sub-section .feature-box:hover {

    transform: translateY(-5px);

}



.contact-us-sub-section .feature-box h5 {

    margin-top: 15px;

    font-weight: 600;

}



.contact-us-sub-section .button-effect {

    background-color: #00ABC9;

    color: #ffffff;

    padding: 12px 25px;

    font-size: 16px;

    font-weight: 600;

    border: none;

    border-radius: 6px;

    text-decoration: none;

    display: inline-block;

    transition: background-color 0.3s ease, transform 0.2s ease;

}



.contact-us-sub-section .button-effect:hover {

    background-color: #008fa9;

    text-decoration: none;

    transform: translateY(-2px);

    color: #ffffff;

}





@media (max-width: 767px) {

    .contact-us-sub-section .feature-box {

        margin: 10px auto;

    }

}





.testimonial-card {

    background-color: #eaeaec;

    padding: 20px;

    border-radius: 6px;

    position: relative;

    height: 100%;

}



.testimonial-message {

    background-color: white;

    padding: 20px;

    border-radius: 6px;

    position: relative;

    font-style: italic;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}



.testimonial-arrow {

    position: absolute;

    bottom: -10px;

    left: 30px;

    width: 0;

    height: 0;

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-top: 10px solid white;

}



.testimonial-author {

    margin-top: 15px;

}
/* hdjrfjhrf jhhrfhr */
  :root {
    --bwc-teal: #00acc1;
    --bwc-teal-dark: #00687b;
    --bwc-teal-mid: #008494;
    --bwc-light-btn: #e1e9f5;
    --bwc-card-dark: #113537;
    --bwc-text: #1a1a1a;
    --bwc-muted: #3D494C;
    --bwc-surface: #f8f9ff;
    --bwc-surface-low: #eff4ff;
    --bwc-surface-dim: #d0dbed;
    --bwc-inverse: #262c3a;
    --bwc-border-soft: rgba(188, 201, 205, 0.25);
    --lev-surface: #f9f9ff;
    --lev-primary: #00687b;
    --lev-primary-container: #00abc9;
    --lev-on-surface: #141b2b;
    --lev-on-surface-variant: #3d494c;
    --lev-surface-low: #f1f3ff;
    --lev-surface-high: #e1e8fd;
    --lev-inverse-surface: #293040;
    --lev-quote-bg: #f4fcfe;
    --lev-outline: #6d797d;
    --lev-cta-end: #0a2540;
    --lev-hero-teal: #0090a6;
    --lev-hero-btn-light: #e1e9f5;
    --cdc-surface: #f9f9ff;
    --cdc-primary: #00687b;
    --cdc-primary-container: #00abc9;
    --cdc-on-surface: #141b2b;
    --cdc-on-surface-variant: #3d494c;
    --cdc-surface-low: #f1f3ff;
    --cdc-surface-lowest: #ffffff;
    --cdc-surface-high: #e1e8fd;
    --cdc-surface-variant: #dce2f7;
    --cdc-outline: #6d797d;
    --cdc-outline-variant: #bcc9cd;
    --cdc-on-bg: #141b2b;
  }

  .bwc-page {
    color: var(--bwc-text);
    background: var(--bwc-surface);
    font-family: 'Lato', sans-serif;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }

  .bwc-page h1,
  .bwc-page .h1,
  .bwc-hero-title {
    font-family: 'Outfit', sans-serif;
  }

  .bwc-page h2,
  .bwc-page .h2 {
    font-family: 'Be Vietnam Pro', sans-serif;
  }

  .bwc-page h3,
  .bwc-page .h3,
  .bwc-page .h4 {
    font-family: 'Be Vietnam Pro', sans-serif;
  }

  .bwc-page p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
  }

  .bwc-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: #d3e6e9;
    color: #56676a;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .bwc-hero-title {
    font-size: 30px;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: -0.02em;
  }

  .bwc-accent {
    color: var(--bwc-teal);
  }

  .bwc-sublead {
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    color: var(--bwc-muted);
  }

  .bwc-body-muted {
    color: var(--bwc-muted);
    line-height: 1.65;
    max-width: min(100%, 42rem);
    width: 100%;
  }
  .bwc-body-muted-capture {
    color: var(--bwc-muted);
    line-height: 1.65;
    max-width: min(100%, 42rem);
    width: 50%;
   
  }
  @media (max-width: 768px) {
    .bwc-body-muted-capture {
      width: 100%;
    }
  }

  .bwc-body-muted.text-center {
    margin-left: auto;
    margin-right: auto;
  }

  .bwc-h2-section {
    font-size: clamp(1.35rem, 3.2vw, 1.75rem);
  }

  .bwc-int-title {
    font-size: clamp(1.25rem, 4vw, 2.25rem) !important;
  }
  .bwc-int-paragraph {
    color: #ffffff;
  }

  .bwc-cta-title {
    font-size: clamp(1.35rem, 4vw, 2rem);
  }

  .bwc-cta-lead {
    max-width: 42rem;
    color: #ffffff;
    font-size: clamp(0.95rem, 2.2vw, 1.15rem);
    line-height: 1.55;
  }

  .bwc-trusted-head {
    font-size: clamp(0.65rem, 2vw, 0.875rem);
    letter-spacing: 0.2em;
    color: var(--bwc-muted);
    line-height: 1.5;
  }

  .bwc-btn-primary {
    background: linear-gradient(90deg, var(--bwc-teal-dark), var(--bwc-teal));
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 0.75rem;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    gap: 0.5rem;
  }

  .bwc-btn-primary:hover {
    color: #fff;
    filter: brightness(1.05);
  }

  .bwc-btn-secondary {
    background: var(--bwc-light-btn);
    color: var(--bwc-text);
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0.85rem 1.75rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .bwc-btn-secondary:hover {
    background: #d5e3f0;
    color: var(--bwc-text);
  }

  .bwc-hero-media {
    position: relative;
    background: var(--bwc-card-dark);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  }

  .bwc-hero-media .ratio iframe {
    border: 0;
  }

  .bwc-hero-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .bwc-video-modal .modal-content {
    border-radius: 1rem;
    overflow: hidden;
  }

  .bwc-video-modal .modal-body .ratio iframe {
    border: 0;
  }

  .bwc-section-tint {
    background: var(--bwc-surface-low);
  }

  .bwc-intro-icon {
    font-size: clamp(2.25rem, 7vw, 3rem);
    line-height: 1;
  }

  .bwc-section-heading {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.25;
  }

  .bwc-card {
    background: #fff;
    border: 1px solid var(--bwc-border-soft);
    border-radius: 1.5rem;
    padding: 2.5rem;
    height: 100%;
  }

  .bwc-icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: rgba(0, 104, 123, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bwc-teal-dark);
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
  }

  .bwc-card-record {
    position: relative;
    overflow: hidden;
    min-height: 280px;
  }

  .bwc-card-record .bwc-card-inner {
    position: relative;
    z-index: 2;
  }

  .bwc-card-record img {
    position: absolute;
    right: -3rem;
    bottom: 0;
    width: min(320px, 55%);
    max-width: none;
    z-index: 1;
    transition: transform 0.6s ease;
  }

  .bwc-card-record:hover img {
    transform: scale(1.05);
  }

  .bwc-card-teal {
    background: linear-gradient(135deg, var(--bwc-teal-dark), var(--bwc-teal));
    color: #fff;
    border: none;
  }

  .bwc-card-teal .bwc-muted-white {
    opacity: 0.92;
  }

  .bwc-stat-box {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    padding: 16px 5px;
    text-align: center;
    width: 100px;
  }

  .bwc-stat-box .bwc-stat-big {
    font-size: 1.5rem;
    display: block;
  }

  .bwc-stat-box .bwc-stat-small {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.95;
  }

  .bwc-op-bg {
    background: var(--bwc-surface-dim);
  }

  .bwc-check {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--bwc-teal-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 0.75rem;
  }

  .bwc-mini-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    height: 100%;
  }

  .bwc-mini-card i {
    font-size: 2rem;
    color: var(--bwc-teal-dark);
    margin-bottom: 0.75rem;
    display: block;
  }

  .bwc-mini-card p {
    font-size: 0.875rem;
    color: var(--bwc-muted);
    margin-bottom: 0;
  }

  .bwc-stagger-tr {
    margin-top: 2rem;
  }

  .bwc-stagger-bl {
    margin-top: -2rem;
  }

  @media (max-width: 991.98px) {
    .bwc-stagger-tr,
    .bwc-stagger-bl {
      margin-top: 0;
    }
  }

  .bwc-integration-wrap {
    background: var(--bwc-inverse);
    color: #fff;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    padding: 3rem 2rem;
  }

  @media (min-width: 992px) {
    .bwc-integration-wrap {
      padding: 4rem 5rem;
    }
  }

  .bwc-integration-wrap .bwc-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.875rem;
  }

  .bwc-integration-wrap .bwc-pill i {
    color: #aeecff;
  }

  .bwc-integration-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0.35;
    pointer-events: none;
  }

  .bwc-integration-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 991.98px) {
    .bwc-integration-img {
      position: relative;
      width: 100%;
      height: 200px;
      margin-top: 1.5rem;
      opacity: 0.25;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .bwc-integration-img {
      position: absolute;
      right: 0;
      top: 0;
      width: 45%;
      height: 100%;
      margin-top: 0;
    }
  }

  .bwc-trusted-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: var(--bwc-surface-low);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: var(--bwc-text);
    transition: background 0.2s, color 0.2s;
  }

  .bwc-trusted-item:hover .bwc-trusted-icon {
    background: var(--bwc-teal-dark);
    color: #fff;
  }

  .bwc-cta {
    background: linear-gradient(90deg, var(--bwc-teal-dark), var(--bwc-teal));
    border-radius: 2rem;
    padding: 3rem 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  .bwc-cta .bwc-cta-glow {
    position: absolute;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(40px);
  }

  .bwc-cta .g1 {
    top: -5rem;
    left: -5rem;
  }

  .bwc-cta .g2 {
    bottom: -5rem;
    right: -5rem;
  }

  .bwc-btn-white {
    background: #fff;
    color: var(--bwc-teal-dark);
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 0.75rem;
  }

  .bwc-btn-white:hover {
    background: #f0f4f8;
    color: var(--bwc-teal-dark);
  }

  .bwc-btn-outline-light-custom {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 0.85rem 2rem;
    border-radius: 0.75rem;
  }

  .bwc-btn-outline-light-custom:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .bwc-faq-item {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
  }

  .bwc-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: var(--bwc-text);
  }

  .bwc-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .bwc-faq-item details[open] summary .bi-chevron-down {
    transform: rotate(180deg);
  }

  .bwc-faq-item .bi-chevron-down {
    transition: transform 0.2s;
    flex-shrink: 0;
  }

  .bwc-faq-answer {
    margin-top: 1rem;
    color: var(--bwc-muted);
    line-height: 1.6;
    margin-bottom: 0;
  }

  .bwc-border-top-soft {
    border-top: 1px solid var(--bwc-border-soft);
  }

  .bwc-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .bwc-hero-btns .btn {
    justify-content: center;
  }

  /* Tablet (bootstrap md: 768px – 991px) */
  @media (max-width: 991.98px) {
    .bwc-card {
      padding: 1.75rem;
      border-radius: 1.25rem;
    }

    .bwc-mini-card {
      padding: 1.25rem;
    }

    .bwc-cta {
      border-radius: 1.5rem;
      padding: 2.5rem 1.25rem;
    }

    .bwc-integration-wrap {
      border-radius: 1.5rem;
      padding: 2rem 1.5rem;
    }
  }

  /* Mobile */
  @media (max-width: 767.98px) {
    .bwc-hero-title {
      font-size: clamp(1.35rem, 6vw, 2rem);
    }

    .bwc-hero-media {
      border-radius: 1.1rem;
    }

    .bwc-hero-btns {
      flex-direction: column;
      align-items: stretch;
    }

    .bwc-hero-btns .bwc-btn-primary,
    .bwc-hero-btns .bwc-btn-secondary {
      width: 100%;
      padding: 0.75rem 1.25rem;
    }

    .bwc-card {
      padding: 1.35rem;
    }

    .bwc-card-record {
      min-height: 0;
      padding-bottom: 1rem;
    }

    .bwc-card-record img {
      position: relative;
      right: auto;
      bottom: auto;
      width: 100%;
      max-width: 260px;
      margin: 1.25rem auto 0;
      display: block;
      transform: none;
    }

    .bwc-card-record:hover img {
      transform: none;
    }

    .bwc-stat-box {
      padding: 0.75rem 0.5rem;
    }

    .bwc-stat-box .bwc-stat-big {
      font-size: 1.25rem;
    }

    .bwc-mini-card {
      padding: 1.1rem;
    }

    .bwc-mini-card i {
      font-size: 1.75rem;
    }

    .bwc-cta {
      padding: 2rem 1rem;
      border-radius: 1.25rem;
    }

    .bwc-cta .bwc-btn-white,
    .bwc-cta .bwc-btn-outline-light-custom {
      width: 100%;
      max-width: 20rem;
    }

    .bwc-faq-item {
      padding: 1rem 1.1rem;
    }

    .bwc-faq-item summary {
      font-size: 0.95rem;
      align-items: flex-start;
    }

    .bwc-trusted-head {
      letter-spacing: 0.12em;
      padding: 0 0.5rem;
    }

    .bwc-integration-wrap .bwc-pill {
      font-size: 0.8rem;
      padding: 0.35rem 0.75rem;
    }
  }

  @media (max-width: 575.98px) {
    .bwc-badge {
      font-size: 0.65rem;
      padding: 0.3rem 0.75rem;
    }
  }

  @media (min-width: 576px) {
    .bwc-cta .bwc-btn-white,
    .bwc-cta .bwc-btn-outline-light-custom {
      width: auto;
      max-width: none;
    }
  }
