body {
    font-family: 'Poppins', sans-serif !important;
}

.custom-width-two ul .navbar-nav li a {
    color: var(--buttonColor) !important;
}

.log a#login {
    padding: 9px 21px;
    cursor: pointer;
    color: #fff;
    background: #377DFF !important;
    background: none;
    border: 1px solid #377DFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px 0 0;
}

nav.navbar.navbar-expand-lg.navbar-light.payapp {

    padding-top: 2px;
}

.logo {
    margin: 9px 0;
}

nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav li {
    margin: 0 15px;
}

/*=================== Start banner section css  =============================*/
section.main-section {
    margin: 30px 0;
}

section.banner.banner-section {
    background-image: url(../images/homepage-banner-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.banner-section .main_heading {
    color: var(--buttonColor);
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 70px;
    font-weight: bold;

}

.banner-section .left_test .headline p {
    background-color: #D6E3F9;
    padding: 7px 20px;
    margin-left: -10px;
    font-weight: 600;
}

.banner-section .discount-price {
    line-height: 20px;
    background-color: #D6E3F9;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-section .headline {
    display: flex;
    justify-content: left;
    align-items: center;
}

.banner-section .main_heading+p {
    color: #788191;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.primary-btn {
    padding: 9px 21px;
    cursor: pointer;
    color: #fff;
    background: var(--primaryColor) !important;
    background: none;
    border: 1px solid var(--primaryColor);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px 0 0;
}

/*=================== End banner section css  =============================*/

/*=================Start Affordable Price css=========================== */

section.main-section h2,
section.main-section h1 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;

}

section.main-section .main-headings span.text-color {
    color: var(--theme-secondary);
}

section.banner-section .main_heading span.text-color {
    color: #377dff;
}

.affordable-plans .select-currency p,
.affordable-plans-blue .select-currency p,
.affordable-plans-grey .select-currency p {
    text-align: center;
    font-size: 22px;
    color: var(--buttonColor);
    font-weight: 600;
}

.affordable-plans ul.nav.nav-pills.data-center,
.affordable-plans-blue ul.nav.nav-pills.data-center,
.affordable-plans-grey ul.nav.nav-pills.data-center {
    border-radius: 35px 35px;
    border: 1px solid #D8DDE5;
}

.affordable-plans .nav-pills .nav-link.active,
.affordable-plans-blue .nav-pills .nav-link.active,
.affordable-plans-grey .nav-pills .nav-link.active {
    color: var(--buttonColor);
    background-color: #fff;
    border-radius: 30px;
}

.affordable-plans-blue .nav-pills .nav-link.active {
    color: var(--primary);
    background-color: #fff !important;
}

.affordable-plans-grey .nav-pills .nav-link.active {
    color: var(--dark);
    background-color: #fff !important;
}

.affordable-plans .data-center li a,
.affordable-plans-blue .data-center li a,
.affordable-plans-grey .data-center li a {
    border: unset;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.affordable-plans ul.nav.nav-pills.data-center li.nav-item,
.affordable-plans-blue ul.nav.nav-pills.data-center li.nav-item,
.affordable-plans-grey ul.nav.nav-pills.data-center li.nav-item {
    margin: 0;
}

.affordable-plans ul.nav.nav-pills.data-center,
.affordable-plans-blue ul.nav.nav-pills.data-center,
.affordable-plans-grey ul.nav.nav-pills.data-center {
    margin: 0 auto;
    padding: 5px 8px !important;
    background-color: var(--theme-secondary);
}

.affordable-plans-blue ul.nav.nav-pills.data-center {
    background-color: var(--primary);
}

.affordable-plans-grey ul.nav.nav-pills.data-center {
    background-color: #abb1b7;
}

.affordable-plans ul.nav.nav-pills.data-center li.nav-item a,
.affordable-plans-blue ul.nav.nav-pills.data-center li.nav-item a,
.affordable-plans-grey ul.nav.nav-pills.data-center li.nav-item a {
    width: fit-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.affordable-plans-grey ul.nav.nav-pills.data-center li.nav-item a {
    height: 40px;
    font-size: 1rem !important;
    font-weight: 550 !important;
}

.affordable-plans ul.nav.nav-pills.data-center li.nav-item a.nav-link.active.show {
    background: var(--theme-palette);
    background-color: var(--theme-palette);
}

.affordable-plans-blue ul.nav.nav-pills.data-center li.nav-item a.nav-link.active.show {
    background: var(--primary);
    background-color: var(--primary);
}

.affordable-plans-grey ul.nav.nav-pills.data-center li.nav-item a.nav-link.active.show {
    background: var(--primary);
    background-color: var(--primary);
}

.banner-section .discount-price span b {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: -3px;
}

.banner-section .discount-price span {
    font-size: 14px;
    margin-top: 2px;
    display: block;
    position: relative;
}

/* .banner-section .discount-price span::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -4px;
    top: -6px;
} */

section.main-section.affordable-plans .buy_now a {
    background: #377DFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

section.main-section.affordable-plans .maxcloudhost-price1,
section.main-section.affordable-plans .maxcloudhost-price1 div,
section.main-section.affordable-plans .maxcloudhost-price1 span._mo {
    color: var(--buttonColor);
}


section.main-section.affordable-plans .plan-header h2,
section.main-section.affordable-plans .plan-header h3,
section.main-section.affordable-plans .plan-name {
    color: var(--buttonColor);
}

/*=================End Affordable Price css=========================== */

/*=================web hosting services css start=========================== */
.bg-light-blue {
    background-color: #E9F1FF !important;
}

.bg-light-dark-blue {
    background-color: #2B5DC3;
}

.servebox {
    text-align: center;
    border: 1px solid #DEE5F1;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 6px 40px #9F9F9F2B;
    border-radius: 5px;
    position: relative;
}

.servebox img {
    width: 100px;
}

.box-heading {
    color: var(--buttonColor);
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.box-heading h3 {
    color: var(--buttonColor);
    font-weight: bold;
    margin: 10px 0 7px;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.plan-paragraph {
    font-size: 16px;
    margin-bottom: 10px;
    color: #377DFF;
    font-family: 'Poppins', sans-serif;
}

.servebox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
}

.servebox a.SubmitButtonone {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.servebox a.SubmitButtonone:hover {
    background: var(--buttonColor);
}

section.banner.banner-section .check_plan.plan_btn a:hover,
section.main-section.affordable-plans .select-currency .buy_now a:hover,
.log a#login:hover {
    background: var(--buttonColor);
    color: #fff;
}

/*=================web hosting services css end=========================== */
/*=================category box css start=========================== */
.category-box {
    box-shadow: 0px 8px 20px #9F9F9F45;
    border: 1px solid #DEE5F1;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
}

.category-box img {
    width: 80px;
}

.category-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-box h3.box-heading {
    margin: 20px 0 10px;
}

.m-icon i {
    background-color: #377dff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 15%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.needtext {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #eef4fd;
    padding: 20px;
    max-width: 75%;
    margin: 0 auto;
    position: relative;
}

.m-num a {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    left: -25px;
    text-transform: uppercase;
}


.m-help {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.needtext::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64%;
    background: #e0ecfc;
}

.m-btn {
    position: relative;
    z-index: 1;
}

/*=================category box css end=========================== */
/*=================blog css start=========================== */
.blogbox img {
    width: 100%;
}

.blogbox {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.blogbox h3 {
    color: var(--buttonColor);
    font-size: 19px;
    margin: 15px 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
}

.blogbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 15px 0;
}

.afford-content .main-headings h2 {
    text-align: left;
    font-size: 40px;

}

.afford-content .main-headings p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 0 0 15px;
}


.afford-content .main-headings a.SubmitButtonone,
.migratebox a.SubmitButtonone {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: unset;
    margin-right: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.afford-content ul li {
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
}

.afford-content ul li img {
    margin: 0 10px;
}

.blogbox img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

/*=================blog css end=========================== */

.payapp ul.navbar-nav li a {
    font-weight: 500;
    color: var(--font-bold) !important;
}

.dropdown-menu a:hover .sub_menu_name {
    color: var(--buttonColor);
}

/* li.nav-item.dropdown.hosts .dropdown-menu.show:after {
    left: 60%;
}

li.nav-item.dropdown.doms .dropdown-menu.show:after {
    left: 78%;
}

li.nav-item.dropdown.serv .dropdown-menu.show:after {
    left: 76%;
}

li.nav-item.dropdown.techn .dropdown-menu.show:after {
    left: 61%;
}

li.nav-item.dropdown.contact.abts.emails .dropdown-menu.show:after {
    left: 58%;
}

li.nav-item.dropdown.contact.abts.show .dropdown-menu:after {
    left: 176px !important;
} */

.migratebox.main-headings p {
    text-align: center;
}


.clientbox-cont {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

div#clientcarousel .clientimg img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.clientcont {
    margin-left: 20px;
}

.clientcont h4,
.clientcont h3 {
    font-size: 18px;
    color: var(--buttonColor);
    font-weight: 500;
    margin: 0;
}

.clientcont p {
    margin: 0;
    color: #788191;
    font-size: 16px;
}

.clientbox p {
    margin: 0;
    color: #788191;
    font-size: 15px;
    letter-spacing: 0.16px;
    text-align: left;

}

.contstar i {
    color: #D2BB1C;
    margin: 0 5px;
}

.clientbox {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #DEE5F1;
    border-radius: 5px;
    padding: 20px;
}

.contstar {
    margin-top: 25px;
    margin-bottom: 10px;
}

#clientcarousel .owl-nav button.owl-next {
    right: -3px !important;
}

#clientcarousel .owl-nav button.owl-prev {
    right: 59px !important;
    left: unset;
}

#clientcarousel .owl-nav button {
    top: 22rem;
    background: #fff !important;
    border: 1px solid #C2C8D3;
    color: #788191 !important;
}

.loggedbtn a#login {
    color: #fff !important;
    position: relative;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif !important;
}

.loggedbtn a#login:hover {
    background: var(--buttonColor) !important;
}

.powerfull img {
    width: 65px;
    margin-bottom: 0px;
}

.powerfull h3 {
    color: var(--buttonColor);
    font-size: 22px;
    margin: 15px 0 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.setupbox h3 {
    color: var(--buttonColor);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.setupbox .mncph {
    color: var(--buttonColor);
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 6px;
}

.powerfull p,
.setupbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 0;
}

.powerfull {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 8px 20px #9F9F9F45;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.setupbox {
    background: #cef0de;
    padding: 30px;
    border-radius: 12px;
}

.setupbox.bg-red {
    background: #ffd8d8;
}

.setupbox.bg-yellow {
    background: #edf2d3;
}

.contactbox .buy_now.service-btn {
    max-width: 70%;
    margin: 0 auto;
}

.contactbox .buy_now.service-btn a.active {
    background: unset;
    border: 1px solid #377DFF;
    color: #377DFF;
}

/*cpannel banner css*/

section.banner.cpanel-banner {
    background-color: #f7faff;
    height: 84vh;

}

.cpanel-banner .left_test .main_heading {
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 45px;

}

.cpanel-banner .left_test {
    margin-top: 0;
}

.cpanel-banner .left_test p {
    color: #183564;
    font-family: 'Poppins', sans-serif;
}

.pricing-cpannel {
    border: none;
    background-color: #fff;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 5px 2px #77767626;
    padding: 10px 5px;
}

.pricing-cpannel .maxcloudhost-price1 {
    background-color: #f7f8fd;
    margin: 0 35px;
    color: #000 !important;
    padding: 8px;
}

.pricing-cpannel .max_price_discounted {
    color: #000 !important;
    font-size: 30px;
}

.pricing-cpannel span._mo {
    color: #a0a5bb !important;
    font-size: 15px;
    top: -4px;
    position: relative;
}

.pricing-cpannel .maxcloudhost-price1 {
    margin-bottom: 20px;
}

.webpadding {
    padding-bottom: 5px;
}

/*SSL CSS*/

.ssl-section .powerfull {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: none;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    height: 300px;
}

.ssl-section .powerfull i {
    float: right;
    font-size: 45px;
    color: #377dff;

}

.card-box {
    padding: 40px 40px 20px 40px;
    border: 1px solid green;
    border-radius: 10px;
    position: relative;
    color: green;
}

.card-box h5 {
    border: 1px solid green;
    padding: 12px;
    margin: 0 0px 20px 0px;
}

.check-icon {
    position: absolute;
    right: 52px;
    font-size: 40px;
    top: 10px;
    color: green;
    background: #fff;
}

.card-box ul li {
    margin-bottom: 5px;
}

.card-box h6 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.card-box ul li i {
    color: green;
}

.card-box.red {
    border: 1px solid red;
    color: red;
}

.card-box.red ul li i {
    color: red;
}

.card-box.red h5 {
    border: 1px solid red;
    color: red;
}

.card-box.red .check-icon {
    color: red;
}

.card-box h5 span i {
    font-size: 25px;
}

.card-box h5 {
    font-weight: 600;
}

.card-box h5 span i.far.fa-info-circle {
    position: relative;
    top: 2px;
}

.advantage-box h3 {
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.advantage-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
}

.advantage-box {
    background: #689af6b3;
    padding: 20px 30px;
    border: 1px solid #377dff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.offheading h3 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: var(--buttonColor);
    font-weight: bold;
}

.offheading p {
    font-size: 25px;
    color: #788191;
    margin: 0;
}

.loggedbtn a {
    background: #377DFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: unset;
    margin-right: auto;
    padding: 10px 30px;
}

.bg-dark-blue {
    background: #377DFF;
}

.bg-dark-blue .migratebox h2 {
    color: #fff;
}

section.main-section.bg-dark-blue .migratebox.main-headings h2 span.text-color {
    color: #fff;
}

.blue-banner {
    background-color: #f7faff;
}

.banner-height.blue-banner .left_test h1 {
    color: #183564;
    font-family: 'Montserrat', sans-serif;
}

.banner-height.blue-banner .left_test p {
    color: #183564;
    font-weight: 500;
}

.reviewuser img {
    width: 50px;
    background: #eee;
    border-radius: 50%;
    padding: 5px;
}

.reviewuser {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewbox .directir h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #183564;

}

.directir p {
    margin: 0;
}

.reviewuser img {
    width: 50px;
    background: #eee;
    border-radius: 50%;
    padding: 5px;
    margin-right: 15px;
}

.reviewbox {
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #DEE5F1;
    height: 240px;
    background: #fff;
}

.reviewbox h3 {
    color: #183564;
    font-size: 19px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviewbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #788191;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.maximg img {
    background: unset;
    width: 50px;
    margin: 0 auto;
}

.directir {
    position: relative;
    left: -20px;
}

.clientlogo img {
    width: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.clientlogo {
    margin: 15px 0;
    border: 1px solid #eee;
    padding: 12px;
}

.clientlogo img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.resellbox h3 {
    color: var(--buttonColor);
    font-size: 24px;
    margin: 10px 0 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.resellbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 0;
}

.form-field {
    display: flex;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 8px;
    background: #fff;
}

.form-field input.form-control {
    border: 0;
    padding: 0 20px;
}

.form-field input:focus {
    outline: none;
    border: 0;
    box-shadow: unset;
}

.form-field input::placeholder {
    color: #788191;
    font-size: 16px;
}

.form-field button.btn.btn-primary {
    width: 20%;
    height: 50px;
}

.field-box {
    box-shadow: 0px 6px 40px #E9E9E9;
    border: 1px solid #DDDDE2;
    border-radius: 5px;
    max-width: 80%;
    margin: 0 auto;
}

.main-field-box {
    background: rgba(45, 119, 255, 0.1);
}

.form-field input.form-control {
    background: unset;
}

.planbtn .buy_now a.SubmitButtonone {
    background: #377DFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    width: 60%;
}

.switchplan.main-headings h2 {
    text-align: left;
    color: var(--buttonColor);
    margin: 0;
}

.switchplan.main-headings p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
}

.bg-adding {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E9F1FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 40px #E9E9E9;
    border: 1px solid #DDDDE2;
    border-radius: 5px;
    opacity: 1;
    padding: 20px 20px 30px 20px;
}

.already {
    background: url(../images/box-bg.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    position: relative;
    padding: 30px 30px;
    border-radius: 15px;
}

.already:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #377dff;
    opacity: 0.8;
    border-radius: 15px;
}

.already h2,
.already p,
.already .buy_now {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.already .buy_now a {
    background: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    width: 20%;
    margin: 0 auto;
    color: #377DFF;
}

.resellbox {
    background: #377dff;
    padding: 20px;
    height: 265px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.resellbox h3,
.resellbox p {
    color: #fff;

}

.resell-bg {
    background: #377dff61;
    padding: 30px 20px;
    border-radius: 10px;
}

.main-section.moneyback .resellbox {
    background: unset;
}

.main-section.moneyback .resellbox h3 {
    color: #183564;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.main-section.moneyback .resellbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
}

.main-section.moneyback .resellbox {
    background: unset;
    border: 1px solid #eee;
    border-top: 5px solid #377dff;
    border-radius: 10px;
}

section.banner_height.min-hgt.minbanner {
    height: 55vh;
    background: #ecf3ff;
}

section.banner_height.min-hgt.minbanner .search-dom.dom-after h1 {
    color: var(--buttonColor);
    font-family: 'Montserrat', sans-serif;
}

section.banner_height.min-hgt.minbanner .domain-search .btn.red {
    background: #377dff;
    color: #fff;
}

/* .tlds_table .tlds_table_tbody_tr td {
    border-right: 1px solid #a0b2c3;
} */

thead.tlds_table_thead {
    border: 1px solid #031d5b;
}

.tlds_table .tlds_table_thead th {
    background: #031d5b;
}

.tlds_table .tlds_table_tbody_tr span.badge {
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 100;
}

.tlds_table .tlds_table_tbody_tr td {
    font-weight: 600;
}

table.tlds_table.large-only.table.domain_stack_table tr:nth-child(even) {
    background-color: #f7faff;
}

.tlds_table .tlds_table_tbody_tr span.badge.bg-warning.text-white {
    background: #f5ca99;
}

.tlds_table .tlds_table_tbody_tr td {
    font-size: 16px;
}

table.tlds_table.large-only.table.domain_stack_table.stacktable tr th.bg_9e1ee3.color_fff.offer_line.primary_gradient.text-center {
    font-size: 18px !important;
    padding: 16px 0 !important;
    text-transform: capitalize;

}

.extra-td {
    display: none;
}

.viewmore-btn .buy_now button {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    width: 20%;
    font-family: 'Poppins', sans-serif;
}

.viewmore-btn .buy_now button:focus {
    outline: none;
    box-shadow: none;
}

.storehead h5 {
    font-size: 17px;
    font-weight: 600;
    color: var(--buttonColor);
}

.drivebox img {
    width: 25px;
    margin-right: 8px;
}

.drivebox {
    margin: 25px 0;
}


.communcate h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    color: var(--buttonColor);
    cursor: pointer;
}

.comul span img {
    width: 25px;
    margin: 0 2px
}

.communcate {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.combox img {
    width: 25px;
    height: 25px;
}

.combox span {
    font-size: 12px;
    line-height: 16px;
    margin-left: 15px;
    width: 80%;
}

.combox {
    display: flex;
    margin: 10px 0 20px;
}

.comul {
    margin-top: 15px;
    display: block;
}

.boxfixes.colbox,
.comul.fixcol {
    display: none;
}

.comcontrol h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    color: var(--buttonColor);
    margin: 30px 0;
}

.main-section.googlepower .powerfull {
    padding: 0px;
    border: 0;
    box-shadow: unset;
    margin-bottom: 50px;
}

.main-section.recent-blog .blogbox {
    border: 1px solid #eee;
}

.dp-box img {
    width: 100%;
    height: 350px;
    padding: 30px;
    border-radius: 20px;
}

.dp-box {
    box-shadow: 0 1px 15px rgb(15 24 51 / 11%);
    border: 1px solid #eee;
}

.dp-box p {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px;
}

.main-section.position-img .main-headings h2 {
    text-align: left;
}

.afford-img {
    padding: 15px;
    margin-block: 15px;
}

.position-bg-left,
.position-bg-right {
    position: relative;
}

.position-bg-left:after {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.position-bg-left .backbg-right {
    position: relative;
    z-index: 1;
}

.position-bg-right::after {
    position: absolute;
    content: "";
    background: #f7faff;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.position-bg-right .backbg-left {
    position: relative;
    z-index: 1;
}

.position-bg-left .buy_now.service-btn a {
    max-width: 30%;
    margin-left: initial;
    background: #377DFF;
    border-radius: 5px;
    font-weight: 500;
}

.position-bg-right .buy_now.service-btn a {
    max-width: 30%;
    margin-left: initial;
    background: #377DFF;
    border-radius: 5px;
    font-weight: 500;
}

.visit-blog {
    display: flex;
    align-items: center;
    background: #f7faff;
    padding: 30px;
    border-radius: 15px;
}

.visit-img {
    width: 80%;
}

.visit-content h3 {
    color: var(--buttonColor);
    font-weight: 600;
    margin: 10px 0 10px;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}

.visit-content p {
    margin: 0;
    color: #788191;
    font-size: 15px;
    letter-spacing: 0.16px;
    text-align: left;
}

.visit-content {
    margin-left: 20px;
}

.main-paragraph p {
    margin: 0;
    color: #788191;
    font-size: 15px;
    letter-spacing: 0.16px;
    text-align: center;
}

.us-bg .flags-section {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid #D3D3D3;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
}

.flag-1 {
    width: 40px;
}

.flag-2 {
    font-size: 13px;
    font-weight: bold;
    color: #313131;
    text-align: left;
    margin-left: 15px;
    width: 100%;
}

.flag-3 {
    color: #8B8B8B;
    font-size: 12px;
    width: 180px;
    text-align: right;
}

.cloud-headings p {
    text-align: center;
}

.mostpop ul {
    display: flex;
    margin-bottom: 0;
    margin-top: 50px;
    justify-content: center;
}

.mostpop ul li {
    margin: 0 10px;
    width: 25%;
    text-align: center;
}

.mostpop ul li a img {
    margin: 0 auto;
    max-width: 210px;
    height: 40px;
    object-fit: contain;
    background: #fff;
}

.mostpop ul li a {
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.cpanel-box h3 {
    font-size: 22px;
}

.cpanel-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 10px 0 20px;
    font-weight: 300;
}

.cpanel-box {
    border: 0px solid #eee;
    padding: 30px;
    background: #f4faff;
    border-radius: 10px;
}

.cpanel-box a {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.cpanel-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

.cpanel-box:hover {
    background: #377DFF;
}

.cpanel-box:hover h3 {
    color: #fff;
}

.cpanel-box:hover p {
    color: #fff;
}

.cpanel-box:hover a {
    background: #fff;
    color: #377DFF !important;
}

.flag-1 img {
    width: 40px;
}

.visit-img img {
    border-radius: 6px;
    height: 150px;
    object-fit: cover;
    width: 200px;
    max-width: unset;
}

.boxs-icons {
    border: 1px solid #377dff;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

.boxs-icons img {
    width: 200%;
}

.boxs-icons h3 {
    color: var(--buttonColor);
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px;
}

.boxs-icons p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 0;
}

.boxs-icons-new h3 {
    color: var(--buttonColor);
    font-size: 20px;
    margin: 5px 0 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-top: 15px;
}

.boxs-icons-new p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
    margin: 0;
}

.boxs-icons img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 20px;
    border: 2px solid #fff;
}

.boxs-icons-new {
    border: 1px solid #377dff;
    padding: 40px 20px 30px;
    position: relative;
    margin-bottom: 70px;
}

.box-bg {
    background-color: #EEF4FE;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 20px;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxs-icons-new img {
    width: 60px;
    height: 60px;

}

.boder-lefts {
    padding-left: 20px;
    margin-bottom: 35px;
    border-left: 3px solid #e9f1ff;
    cursor: pointer;
}

.afford-content .main-headings .boder-lefts h4,
.boder-lefts h3 {
    font-size: 22px;
    font-weight: 600;
    color: #212529;
}

.border-add {
    border-left: 3px solid #212529;
}

.slider-flexs {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 10px 0;
}

.slider-flexs .slideimags {
    border: 1px solid #eee;
}

.slider-flexs .slideimags {
    border: 1px solid #eee;
    padding: 20px 30px;
    filter: grayscale(1);
    transition: 0.5s ease;
}

.slider-flexs .slideimags:hover {
    filter: grayscale(0);
}

.max-testi-slide-1 {
    background: #fff;
    padding: 24px 21px 15px 21px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.max-testi-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.max-trustpilot-logo {
    flex: 1;
}

.max-trustpilot-logo img {
    max-width: 220px;
}

.max-star-ratings {
    flex: 1;
    text-align: right;
    font-weight: 600;
}

.max-star-ratings img {
    max-width: 84px;
    margin-left: auto;
}

.max-slide-h4 {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 24px;
}

.h3 {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 24px;
}

.max-slide-h5 {
    color: #707070;
    font-weight: 500;
    padding-top: 10px;
    font-size: 12px;
}

.rev-box {
    margin-top: 30px;
}

.now ul li i.fal.fa-times-circle {
    color: var(--red);
    margin-right: 4px;
    font-weight: 300;
}

/* */

.operate-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.operate-logo .col-img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 5px;
    background-color: #fff;
}

.operate-logo .col-img img {
    max-width: 80px;
    margin: 0 auto;
}

.operate-logo .col-img h4 {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
}

.get-container {
    max-width: 915px;
    margin: 20px auto 0;
}

.get-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
}

.get-graphic {
    width: 100px;
    margin-right: 30px;
}

.get-graphic img {
    display: block;
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
    height: 70px;
}

.get-content {
    width: calc(100% - 145px);
}

.get-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c2430;
    margin-bottom: 10px;
}

.get-info p {
    font-size: 16px;
    line-height: 1.4;
    color: #102747;
    margin-bottom: 10px;
}

.os-name-1 img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 70px;
    background: #fbfbfb;
    padding: 20px 30px;
    border-radius: 5px;
}

.os-name-2 img {
    display: block;
    width: 100%;
    max-width: 300%;
    margin: 0 auto;
    height: 70px;
    background: #fbfbfb;
    padding: 16px;
    border-radius: 5px;
}

.os-name-1,
.os-name-2 {
    max-width: 200px;
    width: 100%;
}

.bold {
    font-weight: 700;
}

.self-box .buy_now a {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

.self-box {
    background: #f3f9ff;
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
    border-left: 5px solid #377dff;
}

.self-box h4 {
    font-size: 1.25rem;
}

.self-box h3 {
    font-size: 1.25rem;
}

.self-box .buy_now a.SubmitButtonone {
    width: 100%;
}

.self-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.self-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.self-box h2 {
    font-size: 28px !important;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.self-box p {
    font-size: 16px;
    color: #788191;
    font-family: 'Poppins', sans-serif;
}

.column-box img {
    max-width: 70px;
    background: #E9F1FF;
    border-radius: 5px;
    padding: 10px;

}

.web-one {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.web-one h3 {
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.column-box p {
    font-size: 16px;
    color: #788191;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.column-box {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    border-top: 5px solid #377dff;
    margin-top: 50px;
    transition: all .3s ease-in-out;
    background: #fff;
    max-width: 100%;
    height: 335px;

}

.column-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-color: #fff;
    transform: scale(1.02);
    border-top: 5px solid #377DFF;
}

.vps-mainbox .self-box {
    border-bottom: 5px solid #377dff;
    border-left: 0;
}

ul.listul li a {
    width: 30px;
    background: #e9f1ff52;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 20px;
    border-radius: 5px;
}

ul.listul li a:hover {
    background-color: #fff;
}

/* question css start here  */
.joinday button,
.joinday a {
    color: #fff !important;
    position: relative;
    top: 4px;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: capitalize;
    background: #377DFF;
}

.havedd h,
.havedd h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}


.havedd ul li {
    position: relative;
}

.havedd ul li:after {
    content: "";
    width: 1.5px;
    height: 80%;
    position: absolute;
    right: -30px;
    background: #212529;
    top: 3px;
    bottom: 0;
}

.havedd ul li:last-child::after {
    content: none;
}

.havedd ul li {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 0 0;
}

.havedd ul {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 20px;
}

.rev-box h3 {
    font-size: 1.2rem;
    margin-top: 20px;
}

.max-slide-p {
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0 30px 0;
    line-height: 1.4;
    border-bottom: 1px solid #ebeaea;
    color: #788191;
    margin-bottom: 0;
}

.rev-box h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resellbox img {
    width: 65px;
    margin-bottom: 10px;
}

.moneyback.foursec .resellbox {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
}

/* question css end here  */

.resellbox.migrationbox img {
    width: 100%;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox {
    padding: 0;
    border-top: 0;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox h2 {
    font-size: 16px;
    text-align: center;
    background: #031D5B;
    color: #fff;
    padding: 12px 0;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox h3 {
    font-size: 16px;
    text-align: center;
    background: #031D5B;
    color: #fff;
    padding: 12px 0;
    margin-top: 0;
    font-weight: 500;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox img {
    margin-bottom: 0;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox p {
    font-size: 16px;
    padding: 10px 10px 16px 16px;
}

.mig-box {
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
}

.moneyback.foursec.sever-manage .resellbox.migrationbox img {
    margin-bottom: 0;
    max-width: 100%;
}

.mob ul li a i {
    width: 30px;
    background: #e9f1ff52;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-flex;
    margin-top: 8px;
}

ul.listul li:first-child {
    margin-left: 0;
}

.btncenter .buy_now.service-btn {
    max-width: 20%;
    margin: 0 auto;
}

.btncenter .buy_now.service-btn a {
    color: #fff !important;
    position: relative;
    padding: 10px 25px;
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
    background: #377DFF
}

.bg-gradient-blue {
    background: transparent linear-gradient(108deg, #3f6bbc 0%, #377dff 100%) 0% 0% no-repeat padding-box;
}


.custom-bg-gradient-blue {
    background: transparent linear-gradient(108deg, #fff 0%, #e9f1ff 100%) 0% 0% no-repeat padding-box;
}

.userprofile {
    text-align: center;
}


.svgimg {
    width: 90px;
    height: 90px;
    background: #ffffff45 0% 0% no-repeat padding-box;
    padding: 25px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.userprofile h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 0 0;
}

.userprofile p {
    color: #fff;
}

section.lnx-newbox h2 {
    font-weight: 600
}

.lnx-newbox-content {
    background: #E9F1FF;
    border-radius: 5px;
    box-shadow: 0px 4px 9px #e5e5e561
}

.lnx-newbox h2 {
    background: #377dff;
    padding: 16px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    text-transform: capitalize;
}

section.lnx-newbox .lnxc {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    color: #212529;
    line-height: 26px;
    padding: 15px 35px 15px 35px;
}

.check_plan a:hover,
.m-btn a:hover,
.buy_now a:hover,
.joinday button:hover,
.joinday a:hover {
    background: var(--buttonColor) !important;
    color: #fff;
}


.cheapweb {
    border: 1px solid #377dff;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
}

.cheapweb:after {
    content: "";
    width: 10px;
    height: 200px;
    background: #377dff;
    position: absolute;
    left: -6px;
    border-radius: 20px;
}


.main-section.moneyback .resellbox:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    transform: scale(1.02);
}

.main-section.moneyback .resellbox {
    transition: all .3s ease-in-out;
}

.deploy .buy_now a.SubmitButtonone {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    width: 30%;
    margin-right: auto;
}

.dp-box .buy_now.service-btn {
    margin: 0 0 30px 0;
    display: block;
}

.deploy .buy_now a.SubmitButtonone {
    border: 1px solid #377DFF;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    width: 32%;
    margin-right: auto;
    background: unset;
    color: #377DFF;
    border-radius: 4px;
}

.deploy .buy_now a.SubmitButtonone:hover {
    background: #377DFF !important;
    color: #fff;
}

.cont-box .sales a:hover {
    background: var(--buttonColor) !important;
    color: #fff;
}


/* managed wordpres hosting start here */

.imageboxone {
    padding: 40px 0px 20px 0px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 275px;
    height: 250px;
    text-align: center;
}

.imageboxone img {
    max-width: 40%;
    background: #E9F1FF;
    border-radius: 80px;
    padding: 25px;
}

.imagebox-list {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.boxone {
    margin-right: 30px;
}

.boxtwo .imageboxone {
    margin-bottom: 30px;
}

.imageboxone h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.exprience-cont h2 {
    text-align: left;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.exprience-cont h2 span {
    display: block;
    color: #377dff;
}

.exprience-cont p {
    color: #183564;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.exprience-cont .viewbtn {
    background: #377DFF;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-left: unset;
    margin-right: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
}

.moneyicon img {
    width: 40px;
    background-color: #edeeff;
    border-radius: 50%;
    padding: 4px;
    height: 40px;
}

.moneybox {
    display: flex;
}

.moneyicon {
    margin-right: 10px;
}

.moneycontent h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

/* managed wordpres hosting end here */
.mgrstf img {
    width: 40px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.mgrstf h3 {
    color: var(--buttonColor);
    text-align: center;
    font-size: 22px;
    margin: 15px 0 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.mgrstf p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #788191;
    margin: 0;
}

.mgrstf {
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.hosting-provider .category-box {
    height: 360px;
}

.fixed-margin h2 {
    padding-bottom: 10px !important;
    margin-bottom: 0;
}

.fixed-margin p {
    font-size: 16px;
    color: #788191;
    font-family: 'Poppins', sans-serif;
}

/* domain page css start here */
.banner-image {
    background-image: url(../images/domain1.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000007a;
}

.square-text {
    text-align: center;
    margin-top: 40px;
}

.square-img {
    text-align: center;
}

.square-img img {
    width: 90px;
    margin: 0 auto;
    border: 1px solid #377dff;
    padding: 15px;
    height: 90px;
    border-radius: 15px 0px 15px 0;
    background: #fff;
}

.squarebox {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.square-text h3 {
    color: var(--buttonColor);
    font-size: 22px;
    margin: 15px 0 6px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.square-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #788191;
    margin: 0;
}

.square-img {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.simple-blog {
    background: #e9f1ff;
    border-radius: 10px;
}

.trial-bg .main-headings h2 {
    margin: 0;
    padding: 0;
}

.trial-bg .main-headings .buy_now.service-btn a.SubmitButtonone {
    background: #377DFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: unset;
    margin-right: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.trial-bg .powerfull p {
    font-size: 15px;
    margin-top: 10px;
}

.trial-bg .powerfull img {
    width: 65px;
    height: 58px;
}

/* domain page css end here */
.blog-boxs a {
    color: #000;
}

.blog-boxs a h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--buttonColor);
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.blog-boxs {
    border: 1px solid #fff;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}

.nvme-icon img {
    width: 60px;
}

.ssd-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.hdd-main h4 {
    font-weight: bold;
}

.ssd-storage {
    border: 1px solid #d3d3d3;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    background: #fff;
}

.top-level .squarebox {
    background: #e9f1ff;
    border-radius: 5px;
}

.top-level .squarebox .square-img img {
    object-fit: cover;
}

.top-level .squarebox .square-img {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 160px;
    height: 102px;
    max-width: 103px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #E9F1FF;
    background-color: #fff;
}

.top-level .squarebox .square-img img {
    width: 70px;
    height: 70px;
    border-radius: unset;
    border: unset;
    margin: 14px 0 0 0;
    padding: unset;
}

.gpu-click .migratebox.main-headings p {
    text-align: center;
}

.btn-flexx {
    max-width: 35%;
    margin: 0 auto;
}

.btn-flexx .buy_now a.SubmitButtonone {
    background: #377dff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: unset;
    margin-right: auto;
    height: 50px;
    justify-content: center;
    width: 200px;
}

.btn-flexx a.SubmitButtonone.btn-number {
    background: unset;
    color: #000;
    text-align: left;
    font-size: 25px;
    justify-content: unset;
}

.main-section.gpu-click .btn-flexx a.SubmitButtonone.btn-number:hover {
    background: unset;
    background-color: transparent !important;
}

.btn-flexx a.SubmitButtonone.btn-number i {
    margin-right: 10px;
    background: #377dff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-32deg);
}

#swipe-logo .owl-nav {
    display: none;
}

/*17/03/2024 css start here */
.blog-boxs img {
    border-radius: 5px;
    max-width: 100%;
    height: 200px;
}

/*17/03/2024 css end here */

.gpu-main {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.btn-flexx a {
    margin: 10px 0;
}

.gpu-squarebox .squarebox {
    background: #fff;
    border: 1px solid #E9F1FF;
}

.gpu-squarebox .squarebox .square-img img {
    width: 50px;
    height: 50px;
    border-radius: unset;
    border: unset;
    margin: 25px 0 0 0;
    padding: unset;
}

.forex-box .squarebox {
    height: 350px;
}

.forex-center {
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.forex-center p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #788191;
    text-align: justify;
}

.low-latency img {
    width: 50px;
}

.lowvps {
    border: 1px solid #e2e2e2;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    height: 240px;
}

.low-latency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 10px 0;
    padding-bottom: 10px;
}

.low-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #788191;
}

.low-latency h3 {
    color: var(--buttonColor);
    font-size: 22px;
    margin: 15px 0 6px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 74%;
}

section.main-section .vps-text {
    padding: 0px 20px 0px 0px;
}

section.main-section .vps-text p {
    color: #788191;
}



/* window vps hosting page css start here */

.win-vps {
    border-right: 1px solid #377dff;
}

.border-win {
    border: 1px solid #377dff;
    border-radius: 10px;
    padding: 30px 0 30px 0;
}

.win-vps ul {
    margin: 0;
    padding: 0;
}

.win-vps ul li {
    margin: 10px 0;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.win-circle h2 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background: #e9f1ff;
    max-width: 90%;
    margin: 0 auto;
}

.win-vps {
    border-right: 1px solid #377dff;
    margin: 30px 0 20px 0;
}

.win-circle {
    padding: 90px 0;
}

.dom-transfer {
    text-align: center;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    position: relative;
}

.dom-transfer h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: var(--buttonColor);
    font-weight: 600;
}

.dom-transfer h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.dom-transfer p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #788191;
}

.dom-transfer img {
    margin-bottom: 20px;
    background: #E9F1FF;
    padding: 15px;
    border-radius: 10px;
}

.dom-transfer a {
    background: #2D77FF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    max-width: 40%;
    margin: 20px auto 0;
}

.gpu-server .plans-vieww a {
    display: flex;
    align-items: center;
}

.topbackground {
    position: relative;
}

.topbackground:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #2D77FF1A;
    height: 60%;
    z-index: 1;
}

section.main-section .left-contt h2 {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

section.main-section .left-contt h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 14px;

}

section.main-section .left-contt p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #788191;
}

.main-section .left-contt a {
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #2D77FF;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

.main-section .row .main-headings.left-contt a:hover,
.dom-transfer a:hover {
    background: var(--buttonColor) !important;
    color: #fff;
    border: 1px solid var(--buttonColor);
}

.fast-box {
    background: #F4F9FF;
}

/* window vps hosting page css end here */


.domname {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 20px 0 0 0;
    border: 1px solid #c6dbff;
}

.dot_price h3 {
    margin: 0;
    color: black;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 10px 0;
}

.domname img {
    width: 120px;
    height: 50px;
    object-fit: contain;
}

.dot_price {
    background: rgba(65, 135, 255, 0.3);
    border-radius: 0 0 10px 10px;
    margin-top: 20px;
}

.banner-section .left_test .headline p span {
    color: #377dff;
}

.proimg img {
    width: 100%;
}

.banner-section .discount-price span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 48%;
    background: #CCDDFB;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.banner-section .discount-price span img {
    position: relative;
    z-index: 5;
}

.bg-light-blue.bg-custom-color {
    background-color: #F4F9FF;
}

.pre-form.main-headings p {
    text-align: center;
}

.network-map-wrap ul li {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin: -6px;
    background-color: #014cda;
    border-radius: 50%;
}

.network-map-wrap ul li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .5s linear;
    border-radius: 50%;
}


@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 115, 236, .1), 0 0 0 10px rgba(0, 115, 236, .1), 0 0 0 20px rgba(0, 115, 236, .1);
        box-shadow: 0 0 0 0 rgba(0, 115, 236, .1), 0 0 0 10px rgba(0, 115, 236, .1), 0 0 0 20px rgba(0, 115, 236, .1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 115, 236, .1), 0 0 0 20px rgba(0, 115, 236, .1), 0 0 0 30px rgba(0, 115, 236, 0);
        box-shadow: 0 0 0 10px rgba(0, 115, 236, .1), 0 0 0 20px rgba(0, 115, 236, .1), 0 0 0 30px rgba(0, 115, 236, 0);
    }
}

.icon-flx {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 30px;
}


.dom-transfer a.btn-remove {
    background: unset;
    color: #007bff;
    display: contents;
}

.border-set .windows-box img {
    width: 100%;
}

/* .rev-box .max-testi-slide-1 p.max-slide-p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

/* modal css start here */
.modal-bg-image {
    background: url(../images/modal-image-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.timer-conter {
    display: flex;
    justify-content: center;
}

.modal-body.modal-bg-image button.close img {
    width: 100%;
}

.modal-body.modal-bg-image button.close {
    width: 50px;
    opacity: 1;
}

.modal-inner-content {
    margin-top: 30px;
    text-align: center;
}

.modal-inner-content h3 {
    font-weight: bold;
    color: var(--buttonColor);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.discount-bg {
    background: url(../images/extra-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 67px;
}

.discount-bg h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
}

.discount-bg+p {
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: var(--buttonColor);
}

.modal-inner-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--buttonColor);
    font-size: 16px;
}

.offer-btn button,
.offer-btn a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 30px;
    background: #377DFF;
    margin: 0;
}

.offer-btn button:hover,
.offer-btn a:hover {
    background: var(--buttonColor) !important;
    color: #fff;
}

.offer-btn button.btn.thanks-btn {
    display: block;
    margin: 0px auto;
    background: unset !important;
}

.offer-btn button.btn.thanks-btn:hover {
    background: unset;
    color: #000 !important;
}

.offer-btn button.btn.thanks-btn:focus,
button.copy-btn {
    outline: unset;
    box-shadow: unset;
}

button.copy-btn {
    border: unset;
    cursor: pointer;
}

.coupan-copy h3 {
    text-transform: uppercase;
    color: #28a745;
    margin: 0;
    font-size: 18px;
}

.coupan-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1.2px dashed #28a745;
    max-width: 40%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 5px;
}

button.copy-btn img {
    width: 30px;
}

.outline-border {
    border-left: 0.5px solid #28a745;
    height: 35px;
    display: block;
}

.timer-conter .hoursbox {
    width: 60px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    color: var(--buttonColor);
    font-size: 20px;
    font-weight: 500;
    padding: 0 20px;
}

.timer-conter .hours {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.timerbox {
    position: relative;
}

.timerbox p {
    text-transform: uppercase;
    font-size: 16px;
}

.modal-body.modal-bg-image button:focus {
    outline: none;
    box-shadow: unset;
}

/* modal css end here */

section.hosted .container {
    margin: 0 auto;
    padding: 0 30px;
}

section.main-section.money-back .container {
    padding: 0 30px;
}

div#coupanmodal .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 550px;
}

.colon-img img {
    height: 23px;
}

.colon-img {
    height: 50px;
    margin: 0px 10px 0;
    display: flex;
    align-items: center;
}

.timerbox .hoursbox.minutewidth {
    width: 100%;
}

input#copyvalue {
    text-transform: uppercase;
    color: #28a745;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    background: unset;
    border: 0;
}

input#copyvalue:focus {
    background: unset;
    border: 0;
    outline: unset;
}