/* DUHosting bundle source: cloudx.css */
h1 {
    font-size: 20px;
}

body {
    font-family: "Poppins", Arial, sans-serif;
}

a {
    text-decoration: none;
}

body.primary-bg-color, section#main-body {
    background-color: #fff;
}

.cloudx-register-page section#main-body {
    min-height: auto;
    padding: 0;
    background: #f1f3fa;
}

p {
    line-height: 24px;
}
.bg-purple-dark{background: #e0e7fe !important;}
.bg-purple {background: #f4f5ff!important;}
.btn-edit-cloudx {
    background: #fff !important;
    border-color: #4b87c6 !important;
    color: #4b87c6 !important;
}
.btn-delete {background: #fff !important;border-color: #cd4d47 !important;color: #cd4d47 !important;}
a.btn.btn-sm.btn-default.btn-delete:hover {background: #c54c4417 !important;color: #c54c44 !important;}
.btn-edit-cloudx:hover {background: #5588c838 !important;color: #5588c8 !important;}
/*=================== header-css-start============== */
.sidebar h3.card-title:first-child i {
    display: none;
}
.sidebar i.fas.fa-chevron-up.card-minimise {
    display: block;
}
.navbar.navbar-light.mobile-bar {
    display: none;
}

.master-breadcrumb .breadcrumb {
    padding: 15px 0;
    font-size: .9rem;
}

.master-breadcrumb .breadcrumb li.breadcrumb-item a {
    font-size: 13px;
    line-height: 22px;
    color: #7a7a7a;
}

header.header .main-navbar-wrapper .navbar-nav a {
    font-size: 16px;
    color: #2e3442;
    font-weight: 600;
    padding-right: 0 !important;
    margin: 0px 14px;
    position: relative;
    transition: all .3s ease-in;
    text-decoration: none;
    padding-bottom: 5px;
}

header.header .main-navbar-wrapper .navbar-nav a:hover::before {
    width: 100%;
}

header.header .main-navbar-wrapper .navbar-nav a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #673DE6;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:hover {
    background-color: #f8f9fa;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a:hover {
    background-color: transparent;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a::before, .main-navbar-wrapper .navbar-nav ul.dropdown-menu .dropdown-divider {
    display: none;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    margin: 0;
    font-size: 13px;
    padding-left: 0 !important;
    display: inline-block;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li {
    padding: 3px 18px;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:first-child a {
    padding-top: 5px !important;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li a {
    padding: 3px 0!important;
}

header.header .main-navbar-wrapper .navbar-nav ul.dropdown-menu li:last-child a {
    padding-bottom: 5px !important;
}

.main-navbar-wrapper .navbar-nav ul.dropdown-menu {
    padding: 0;
    margin-top: 10px;
}

header.header .navbar.navbar-light {
    border-bottom: 1px solid #e1f0ff;
    padding: .5rem 0rem;
}

header.header .main-navbar-wrapper .cart-btn i {
    font-weight: 700;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right.show {
    position: absolute;
}

div#carousel-cloudx-notification .carousel-item a {
    color: #fff;
    text-decoration: none;
    max-width: 60%;
}

div#carousel-cloudx-notification .carousel-item a span {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #f3f5f7;
    font-weight: 400;
    padding-top: 3px;
}

header.header .topbar {
    padding: 5px 0;
    background-color: #0b1948;
}

div#carousel-cloudx-notification {
    width: 100%;
    text-align: center;
}

div#carousel-cloudx-notification .carousel-control-next-icon, div#carousel-cloudx-notification .carousel-control-prev-icon {
    width: 10px;
}

header.header .logo-img {
    max-height: 42px;
}

header.header .main-navbar-wrapper div#mainNavbar {
    padding-left: 0;
    padding-right: 0;
}

header.header a.login-btn-cloudx, header.header a.register-btn-cloudx, #frmCheckout button#btnCompleteOrder, 
#frmProductDomainSelections button#btnDomainContinue, #DomainSearchResults .domain-price button.btn-add-to-cart {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    padding: 7px 18px;
    text-decoration: none;
    border: 1px solid transparent;
}

#DomainSearchResults .domain-price button.btn.btn-primary.btn-add-to-cart {
    display: block;
    margin: 7px auto;
    background-color: #673DE6;
}

header.header a.login-btn-cloudx {
    background-color: #673DE6;
    margin-right: 12px;
    transition: .3s ease all;
}

header.header a.login-btn-cloudx:hover, #registration .btn-primary:hover, #frmCheckout button#btnCompleteOrder:hover, 
#frmProductDomainSelections button#btnDomainContinue:hover, .home-page-slider-panel .promo-banner .card-body .btn-success:hover, .card-body.store-promoted-product .btn-success:hover {
    background-color: transparent;
    border-color: #673DE6;
    color: #673DE6;
}

header.header a.register-btn-cloudx {
    background-color: #464646;
    transition: .3s ease all;
}

header.header a.register-btn-cloudx:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

header.header .main-navbar-wrapper {
    padding: 10px 0px;
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); */
    ;
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon i {
    color: #673DE6;
    font-weight: normal;
    font-size: 45px;
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon h4 {
    margin-top: 0px;
    font-size: 22px;
    color: #0d1c4c;
    margin-bottom: 0;
    line-height: 25px;
}

header.header .main-navbar-wrapper .cart-btn span.badge.badge-info {
    position: absolute;
    top: 1px;
    right: 6px;
    background-color: #673DE6;
    border-radius: 100%;
    font-size: 10px;
    padding: 3px;
    width: 15px;
    height: 15px;
}

header.header .main-navbar-wrapper .cart-btn {
    position: relative;
}

.right-part-cloudx {
    display: flex;
    align-items: center;
}

.right-part-cloudx a.search-cloudx {
    margin: 0px 17px;
}

.right-part-cloudx .cartbtn-cloudx {
    margin-right: 22px;
}

header.header .toolbar .nav-link .badge {
    background-color: #FC5185;
}

header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-cloudx-header {
    padding: 7px 0px;
}

.form-knowldegbase-cloudx .input-group.search, .form-knowldegbase-cloudx-without-login .input-group.search, .form-knowldegbase-cloudx, .form-knowldegbase-cloudx-without-login {
    width: 60%;
    margin-left: auto;
}

div#carousel-cloudx-notification .carousel-item {
    margin: auto;
    float: none;
}

div#carousel-cloudx-notification .carousel-item a i {
    position: relative;
    top: -6px;
}

div#carousel-cloudx-notification .carousel-item a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    display: inline-block;
}

div#carousel-cloudx-notification {
    height: 26px;
}

/* ===============================Ballu-sir-css ============================== */

/*======clientarea css start=======*/

.card-footer {
    background-color: transparent;
    border-top: none;
    padding-left: 25px;
    padding-right: 25px;
}

.card-sidebar .collapsable-card-body .card-body {
    padding: 3px 25px;
}

.sidebar .card.card-sidebar {
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    margin: 0!important;
    border-bottom: 1px solid #e1f0ff;
    padding-bottom: 20px;
    padding-top: 8px;
}

.card-sidebar .collapsable-card-body .card-body em {
    font-style: inherit;
}

.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong {
    color: #6b788b;
}
.card-sidebar .collapsable-card-body .card-body strong{font-family: 'Poppins SemiBold';}
.card-sidebar .collapsable-card-body .card-body, .card-sidebar .collapsable-card-body .card-body strong, .dataTables_wrapper .dataTables_info {
    font-size: 13px;
    line-height: 23px;
}

.dataTables_wrapper .dataTables_info {
    color: #7a7a7a;
    letter-spacing: 1px;
}
.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block i, .sidebar .card-footer .btn-success i {
    padding-right: 2px;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block, .sidebar .card-footer .btn-success {
    min-width: 110px;
    font-size: 12px;
    line-height: 26px;
    color: #6b43e6;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    padding: 3px 10px;
    border: 0;
    width: auto;
    display: inline-block;
}

.tiles .row .col-6:nth-of-type(1) a .stat, .tiles .row .col-6:nth-of-type(1) a i {
    color: #2f1c6a;
}

.tiles .row .col-6:nth-of-type(2) a .stat, .tiles .row .col-6:nth-of-type(2) a i {
    color: #7e49e6;
}

.tiles .row .col-6:nth-of-type(3) a .stat, .tiles .row .col-6:nth-of-type(3) a i {
    color: #1bc5bd;
}

.tiles .row .col-6:nth-of-type(4) a .stat, .tiles .row .col-6:nth-of-type(4) a i {
    color: #fc5185;
}

.tiles .row .col-6 {
    text-align: center;
}

.tiles .tile .stat {
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
}

.tiles .tile .title {
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    margin-bottom: 15px;
}

.tiles {
    margin-bottom: 0px !important;
}

.tiles .tile .highlight {
    display: none;
}

.tiles .tile i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    line-height: 1;
    transition: all .3s ease;
}

.tiles .tile:hover i {
    font-size: 14px;
}

.tiles .tile::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    left: 0;
    top: 0;
    margin: 6px;
}

/*.tiles .row .col-6:nth-of-type(1) a::before {
    background-color: #ffeaec;
}

.tiles .row .col-6:nth-of-type(2) a::before {
    background-color: #e1f0ff;
}

.tiles .row .col-6:nth-of-type(3) a::before {
    background-color: #c9f7f5;
}

.tiles .row .col-6:nth-of-type(4) a::before {
    background-color: #fff4de;
}
*/
.tiles .row .col-6 {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.tiles .tile {
    border-radius: 3px;
    border: 0;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 12%), 0px 3px 17px rgb(0 0 0 / 4%) !important;
}

.tiles .tile .stat {
    margin-top: 12px;
}

.client-home-cards .card {
    border-top: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 12%), 0px 3px 17px rgb(0 0 0 / 4%) !important;
}

.client-home-cards .card .card-title, .home-page-slider-panel h3 {
    font-size: 14px !important;
    line-height: 22px;
    color: #2f1c6a;
    background-color: #FFF;
    padding: 13px 10px !important;
    border-bottom: 1px solid #f4f5ff;
}

.contact-detail-20i {
    margin-bottom: 30px;
}

.contact-detail-20i .form-group .btn {
    margin: 10px;
    padding: 10px 20px;
}

.client-home-cards .card h3.card-title i {
    font-size: 15px;
    margin-right: 5px;
    color: #673de6;
}

.card.card-accent-emerald h3.card-title i {
    margin-right: 0;
}

.client-home-cards .card h3.card-title .btn-default i, .card.card-accent-emerald .card-header .card-title {
    color: #fff;
}

.client-home-cards .card-header {
    padding: 10px 10px 0px 10px;
}

.client-home-cards .card-body p, .client-home-cards .list-group .list-group-item, .home-page-slider-panel .promo-banner .content ul li, .card-body.store-promoted-product ul li {
    padding: 0px;
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
}

.client-home-cards .card-body {
    padding: 15px 20px 15px;
}

.client-home-cards .list-group .list-group-item {
    padding: 18px 20px 18px;
}

.client-home-cards .card.card-accent-blue label.label {
    font-size: 11px;
    color: #673de6;
    background-color: #e1f0ff!important;
    cursor: pointer;
}

.client-home-cards .list-group {
    border: 0 !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.client-home-cards .card-footer {
    padding: 0;
}

.client-home-cards .card-header .btn i {
    display: none;
}

.client-home-cards .card-header .btn, .client-home-cards .card-header .bg-color-blue, .client-home-cards .card-header .btn.bg-color-red{
    border: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 24px;
    color: #6b43e6;
    padding: 0;
}
.client-home-cards .card-header .btn:hover, .client-home-cards .card-header .bg-color-blue:hover, .client-home-cards .card-header .btn.bg-color-red:hover;{color: #fc5185;}
.client-home-cards .card-header .btn:focus, .card.card-accent-emerald input.btn.btn-success:focus, .card.card-accent-emerald input.btn.btn-default:focus, 
.domain-checker-container button#btnCheckAvailability:focus {
    box-shadow: none;
}

.client-home-cards .card-header .btn:hover {
    color: #868789;
}

.client-home-cards .list-group .list-group-item .label-success, .alert-warning a.btn-default, .alert.alert-danger .btn-default {
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight: normal;
    color: #ffffff;
    border-radius: 2px;
    padding: 0px 10px;
    border: 0;
}

.alert-warning a.btn-default, .alert.alert-danger .btn-default {
    background-color: #fc5185;
}

/*.client-home-cards .card-header .bg-color-blue, .client-home-cards .card-header .btn.bg-color-red {
    background-color: #FC5185;
}*/

.client-home-cards .list-group .list-group-item .text-domain, .client-home-cards .card-body p a {
    color: #673DE6;
}

.client-home-cards .list-group .list-group-item .label-success, .dataTables_wrapper .status-active {
    background-color: #e3f9f2;
    color: #01aa5d;
}

.client-home-cards .list-group .list-group-item:hover {
    background-color: transparent;
}

.card.card-accent-emerald, .card.card-accent-emerald .card-header, .card.card-accent-emerald .card-header .card-title {
    background-color: #673DE6;
}

.card.card-accent-emerald .card-header .card-title i {
    color: #2f1c6a;
}

.card.card-accent-emerald .card-header .card-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.card.card-accent-emerald input.form-control {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    line-height: 22px;
    color: #2e3442;
    font-weight: 400;
    background: #f5f5f5;
}

.card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 2px !important;
    margin-right: 10px;
    padding: 6px 25px;
}

.card.card-accent-emerald input.btn.btn-success {
    background-color: rgba(225, 240, 255, 0);
    border: 1px solid rgba(235, 233, 233, 0.43);
}

/*.card.card-accent-emerald input.btn.btn-success:hover {
    background-color: rgba(255, 255, 255, .102);
    border: 1px solid rgba(255, 255, 255, .102);
}*/

.card.card-accent-emerald input.btn.btn-default {
    background-color: #FC5185;
    border: 1px solid #FC5185;
}

.card.card-accent-emerald input.btn.btn-default:hover {
/*background-color: rgba(255, 255, 255, .102);*/ 
  color: #fff;
}

.client-home-cards .col-md-6 {
    padding: 0px 9px;
}

.tiles .tile, .tiles .tile:hover {
    background-color: #fff;
}

.client-home-cards .row {
    width: 100%;
    margin: 0;
}

.client-home-cards .list-group .list-group-item span.text-last-updated {
    color: #acb0b8;
    font-weight: normal;
    font-size: 13px;
}

.tiles .tile:hover {
    margin-top: -5px;
}

/*======clientarea css end=======*/

/* =================================================== */
/*============= services-page-css-active status update ==============*/
.sidebar .list-group-item i.far.fa-circle::after, .sidebar .list-group-item.active i.far.fa-dot-circle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
}

.sidebar .list-group-item i.far.fa-circle, .sidebar .list-group-item i.far.fa-dot-circle {
    color: #dfdfdf;
    position: relative;
    z-index: 0;
    font-size: 18px;
    top: 2px;
}

.sidebar a[menuitemname='Active'] i.far.fa-dot-circle, .sidebar a[menuitemname='Paid'] i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaactive'] i.far.fa-dot-circle, .sidebar a[menuitemname='Delivered'] i.far.fa-dot-circle, .sidebar a[menuitemname='Answered'] i.far.fa-dot-circle {
    color: #01aa5d;
}

.sidebar a[menuitemname='Pending'] i.far.fa-dot-circle, .sidebar a[menuitemname='clientareapending'] i.far.fa-dot-circle {
    color: #6f7997;
}

.sidebar a[menuitemname='Suspended'] i.far.fa-dot-circle, .sidebar a[menuitemname='Unpaid'] i.far.fa-dot-circle, .sidebar a[menuitemname='Open'] i.far.fa-dot-circle {
    color: #4f7cec;
}

.sidebar a[menuitemname='Terminated'] i.far.fa-dot-circle, .sidebar a[menuitemname='Refunded'] i.far.fa-dot-circle, .sidebar a[menuitemname='Accepted'] i.far.fa-dot-circle, .sidebar a[menuitemname='Customer-Reply'] i.far.fa-dot-circle {
    color: #dcb410;
}

.sidebar a[menuitemname='Cancelled'] i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaexpired'] i.far.fa-dot-circle, .sidebar a[menuitemname='Closed'] i.far.fa-dot-circle {
    color: #eb243b;
}

.sidebar a[menuitemname='Active'] i.far.fa-circle::after, .sidebar a[menuitemname='Active'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Paid'] i.far.fa-circle::after, .sidebar a[menuitemname='Paid'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaactive'] i.far.fa-circle::after, .sidebar a[menuitemname='clientareaactive'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered'] i.far.fa-circle::after, .sidebar a[menuitemname='Answered'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Answered'] i.far.fa-circle::after {
    background-color: #01aa5d;
}

.sidebar a[menuitemname='Pending'] i.far.fa-circle::after, .sidebar a[menuitemname='Pending'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareapending'] i.far.fa-circle::after, .sidebar a[menuitemname='clientareapending'] i.far.fa-dot-circle::after {
    background-color: #6f7997;
}

.sidebar a[menuitemname='Suspended'] i.far.fa-circle::after, .sidebar a[menuitemname='Suspended'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Unpaid'] i.far.fa-circle::after, .sidebar a[menuitemname='Unpaid'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Open'] i.far.fa-circle::after, .sidebar a[menuitemname='Open'] i.far.fa-dot-circle::after {
    background-color: #4f7cec;
}

.sidebar a[menuitemname='Terminated'] i.far.fa-circle::after, .sidebar a[menuitemname='Terminated'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Refunded'] i.far.fa-circle::after, .sidebar a[menuitemname='Refunded'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Accepted'] i.far.fa-circle::after, .sidebar a[menuitemname='Accepted'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Customer-Reply'] i.far.fa-circle::after, .sidebar a[menuitemname='Customer-Reply'] i.far.fa-dot-circle::after {
    background-color: #dcb410;
}

.sidebar a[menuitemname='Cancelled'] i.far.fa-circle::after, .sidebar a[menuitemname='Cancelled'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaexpired'] i.far.fa-circle::after, .sidebar a[menuitemname='clientareaexpired'] i.far.fa-dot-circle::after, .sidebar a[menuitemname='Closed'] i.far.fa-circle::after, .sidebar a[menuitemname='Closed'] i.far.fa-dot-circle::after {
    background-color: #eb243b;
}
/* =================================================== */

/*============= services-page-css-start ==============*/

.sidebar .list-group-item>i.far.fa-circle::after, .sidebar .list-group-item.active>i.far.fa-dot-circle::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
}

.sidebar .list-group-item>i.far.fa-circle, .sidebar .list-group-item>i.far.fa-dot-circle {
    color: #dfdfdf;
    position: relative;
    z-index: 0;
    font-size: 18px;
    top: 2px;
}

.sidebar a[menuitemname='Active']>i.far.fa-dot-circle, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle {
    color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle {
    color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle {
    color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle {
    color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle {
    color: #eb243b;
}

.sidebar a[menuitemname='Active']>i.far.fa-circle::after, .sidebar a[menuitemname='Active']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-circle::after, .sidebar a[menuitemname='Paid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaactive']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Delivered']>i.far.fa-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Answered']>i.far.fa-circle::after {
    background-color: #01aa5d;
}

.sidebar a[menuitemname='Pending']>i.far.fa-circle::after, .sidebar a[menuitemname='Pending']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareapending']>i.far.fa-dot-circle::after {
    background-color: #6f7997;
}

.sidebar a[menuitemname='Suspended']>i.far.fa-circle::after, .sidebar a[menuitemname='Suspended']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-circle::after, .sidebar a[menuitemname='Unpaid']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-circle::after, .sidebar a[menuitemname='Open']>i.far.fa-dot-circle::after {
    background-color: #4f7cec;
}

.sidebar a[menuitemname='Terminated']>i.far.fa-circle::after, .sidebar a[menuitemname='Terminated']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-circle::after, .sidebar a[menuitemname='Refunded']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-circle::after, .sidebar a[menuitemname='Accepted']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-circle::after, .sidebar a[menuitemname='Customer-Reply']>i.far.fa-dot-circle::after {
    background-color: #dcb410;
}

.sidebar a[menuitemname='Cancelled']>i.far.fa-circle::after, .sidebar a[menuitemname='Cancelled']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-circle::after, .sidebar a[menuitemname='clientareaexpired']>i.far.fa-dot-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-circle::after, .sidebar a[menuitemname='Closed']>i.far.fa-dot-circle::after {
    background-color: #eb243b;
}

table#tableServicesList td strong, table#tableServicesList td a, table#tableServicesList td, .dataTables_wrapper table.table-list td, .dataTables_wrapper table.table-list a, .dataTables_wrapper table.table-list td strong {
    font-size: 14px;
    line-height: 25px;
}

table#tableServicesList td strong, table#tableServicesList td, .dataTables_wrapper table.table-list td {
    color: #474747;
    font-weight: 600;
}

table#tableServicesList td, .dataTables_wrapper table.table-list td {
    font-weight: normal;
}

table#tableServicesList td a, .dataTables_wrapper table.table-list td a {
    color: #673DE6;
    text-decoration: none;
}

table#tableServicesList td small.text-muted, .dataTables_wrapper table.table-list td small.text-muted {
    color: #7c8088;
    display: block;
    margin-top: -5px;
}

table#tableServicesList td:not(:last-child), .dataTables_wrapper table.table-list td:not(:last-child) {
    text-align: left !important;
}

table#tableServicesList th:last-child, .dataTables_wrapper table.table-list th:last-child, .dataTables_wrapper table.table-list td:last-child {
    text-align: right !important;
    padding-right: 30px;
}

table#tableServicesList th, .dataTables_wrapper table.table-list thead th {
    font-size: 15px;
    line-height: 22px;
    color: #2F1C6A;
    text-align: left;
    font-family: 'Poppins Medium';
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list th:last-child span {
    color: #4f7cec;
}

.dataTables_wrapper table.table-list span label, .dataTables_wrapper table.table-list td:last-child span {
    font-size: 11px;
    line-height: 23px;
    font-weight: normal;
}

.dataTables_wrapper table.table-list span.label {
    padding: 3px 16px;
    border-radius: 2px;
}

.dataTables_wrapper .status-pending {
    background-color: #ebedf2;
    color: #6f7997;
}

.dataTables_wrapper .status-suspended, .dataTables_wrapper .status-unpaid {
    background-color: #e2efff;
    color: #4f7cec;
}

.dataTables_wrapper .status-terminated {
    background-color: #f7f0d6;
    color: #c09f19;
}

.dataTables_wrapper .status-cancelled {
    background-color: #ffd7e0;
    color: #eb243b;
}

.sidebar .card-sidebar .card-minimise.minimised, .sidebar .card-sidebar .card-minimise {
    font-size: 14px;
    color: #535353;
    position: relative;
    top: 4px;
}

.sidebar .card-sidebar .list-group-item .badge {
    padding: 5px 4px;
    text-align: right;
    background-color: #e1f0ff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4f7cec;
}

.dataTables_wrapper th, .dataTables_wrapper table.table-list thead th {
    border: 0;
}

.dataTables_wrapper .dataTables_filter label .form-control {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
    width: 300px;
}

.dataTables_wrapper div.dataTables_length label, .dataTables_wrapper div.dataTables_length select {
    font-size: 14px;
    color: #717171;
    font-weight: 600;
}

.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid rgb(113 113 113 / 37%);
    height: 24px;
    padding-top: 2px;
}

div#tableServicesList_paginate ul.pagination li a, .dataTables_wrapper ul.pagination li a {
    font-size: 12px;
    color: #717171;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 2px;
    margin-top: 0.8px;
    border: 1px solid rgb(113 113 113 / 37%);
}

div#tableServicesList_paginate ul.pagination li, .dataTables_wrapper ul.pagination li {
    margin: 0px 4px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination, .dataTables_wrapper ul.pagination {
    margin: 0;
}

div#tableServicesList_paginate .pagination>.active>a, .dataTables_wrapper ul.pagination>.active>a {
    background-color: #673DE6;
    border-color: #673DE6;
    color: #fff;
    padding: 3px 8px;
}
div#tableServicesList_paginate, div#tableServicesList_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length {
    padding-top: 7px;
}

table.table-list tbody td {
    padding: 18px 8px;
    border-top: 1px solid #f1f1f1;
}

.table-list>tbody>tr:hover>td {
    background-color: #f3f6f938;
}

table#tableServicesList th, .dataTables_wrapper table.table-list th {
    background: #f3f6f9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/22F1C6A/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    padding: 15px 8px;
}

table#tableServicesList th::after, table#tableServicesList th::before, .dataTables_wrapper table.table-list th::after, .dataTables_wrapper table.table-list th::before {
    opacity: 0;
}

.dataTables_wrapper table {
    padding: 10px;
    background-color: #fff;
}

.dataTables_wrapper table tbody tr:first-child td {
    border-top: 0;
}

.dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li:focus, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:hover, .dataTables_wrapper table th:focus, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm li a:focus {
    outline: 0;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #f3f6f9;
}

/* ===================================== */

/* ============product-details============= */

.login-wrapper .alert.alert-danger {
    width: 100%;
    position: relative;
    z-index: 99999;
    margin: 100px 0 0;
}

.alert-warning, .alert.alert-danger{
    font-size: 14px;
    line-height: 23px;
    color: #fc5185;
    background-color: #f3dbe3;
    padding: 8px 10px;
    border-color: transparent;
    border-radius: 3px;
    width: 100%;
    width: 100%;
    position: relative;
    z-index: 99;
}

div.product-details .product-status-pending, div.product-details .product-status-active {
    background-color: #ffffff;
    border-radius: 3px;
    border: 2px solid #f1f3fa;
    padding: 40px 30px 40px;
}

.col-sm-7.text-left.ssl-inactive img {
    margin-top: -4px;
}

div.product-details div.product-icon {
    background-color: transparent;
}

div.product-details div.product-icon span i.fas.fa-circle.fa-stack-2x{
    display: none;
}
.product-status.product-status-active h3 {
    margin-top: 15px;
}
div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {
    color: #673DE6;
    font-size: 65px;
}

.product-icon.text-center h4 {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 40px;
    color: #673DE6;
    font-weight: 800;
}

.product-status-text {
    background-color: #f4f5ff;
    color: #673DE6;
}

div.product-details div.product-icon span.fa-stack.fa-lg {
    line-height: 0;
    height: auto;
}

.product-status-text {
    max-width: 85px;
    width: 100%;
    border-radius: 12px;
    line-height: 15px;
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 13px;
    margin: auto;
}

.product-details .col-md-6.text-center {
    text-align: left !important;
    font-size: 14px;
    line-height: 25px;
    color: #474747;
}

.product-details .col-md-6.text-center h4:first-child {
    margin-top: 0;
}

.product-details .col-md-6.text-center h4 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
}

.tab-content.margin-bottom div#tabOverview {
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
div#tabAddons form .btn, .ticket-actions .btn {
    font-size: 13px; padding: 6px 20px;line-height: normal;}
.ticket-actions .btn i {
    display: none;
}
.addon-cont-row {
 padding: 10px 0;
}
div#tabAddons form .btn.btn-success {
 background: #673de6;
 border-color: #673de6;
}
.row.mb-3.addon-cont-row i {
 font-weight: normal;
 color: #7d48e6;
 font-size: 18px;
 background: #f4f5ff;
 width: 50px;
 height: 50px;
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 white-space: nowrap;
 position: relative;
 border-radius: 50%;
 text-align: center;
}
.row.mb-3.addon-cont-row i.fas.fa-envelope.fa-3x::after {
 content: "\f064";
 position: absolute;
 right: 11px;
 font-size: 14px;
 top: 27px;
}
.tab-content.margin-bottom div#tabOverview .card, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
    background-color: #f3f6f9;
    padding: 10px 10px 0px 10px;
    margin: 0px 20px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    position: relative;
    transition: all .3s ease-in;
    border-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active {
    background-color: transparent;
    color: #673DE6;
    font-weight: 600;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
    padding: 0px 0px 10px 0px !important;
    margin: 5px 12px 3px 12px;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    background-color: #673DE6;
    left: 0;
    height: 2px;
    bottom: 0;
    transition: all .3s ease-in;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover::after, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link.active::after {
    width: 100%;
}

div#domain strong, div#domain .col-sm-7 {
    font-size: 13px;
    line-height: 35px;
    color: #acb0b8;
    font-weight: 400;
}

div#domain .col-sm-7 {
    max-width: 18%;
    color: #474747;
}

div#domain .col-sm-5.text-right {
    text-align: left !important;
    max-width: 15%;
}

div#domain .row {
    width: 100%;
    margin: 0;
}

div#domain p {
    text-align: left;
    padding: 0px 10px;
}

div#domain p a.btn.btn-default {
    font-size: 12px;
    line-height: 20px;
    color: #3699ff;
    font-weight: 600;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid transparent;
    margin: 0px 5px;
}

div#domain p a.btn.btn-default:hover {
    border-color: #3699ff;
}

div.product-details-tab-container {
    padding: 20px 25px;
    border: 0;
}

#tabOverview .col-lg-6 h5 {
    font-size: 13px;
    line-height: 18px;
    color: #2F1C6A;
    font-weight: 400;
    margin-bottom: 0;
}

#tabOverview .col-lg-6 {
    font-size: 14px;
    line-height: 25px;
    color: #474747;
    font-weight: normal;
}

.ticket-top-cont a {
    text-decoration: none;
}

/* ====================================================== */

/*=================submit-ticket start===================*/

.card.sub-ticket {
    background: transparent;
    border: none;
}

.primary-content .sub-ticket .card-title {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.sub-ticket .w-100.mb-4 .text-muted {
    color: #464747!important;
    font-size: 14px;
}

.card.sub-ticket .card-body.extra-padding {
    padding: 0 15px;
}

.cs-ticket .col-md-4 {
    margin-bottom: 25px;
}

.ticket-div-cloudx {
    box-shadow: 0px 2px 3px #2F1C6A14;
    padding: 42px 20px;
    min-height: 100%;
    background: #fff;
    text-align: center;
    border-radius: 3px;
}

.ticket-div-cloudx .ticket-top-cont i {
    width: 100%;
    color: #673DE6;
    font-size: 30px;
    margin-bottom: 20px;
}

.ticket-top-cont h5 {
    font-size: 20px;
    color: #474747;
    font-weight: bold;
    margin-bottom: 10px;
}

.ticket-div-cloudx .text-muted {
    color: #acb0b8 !important;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.cs-ticket .col-md-4:first-child, .cs-ticket .col-md-4:nth-child(4) {
    padding-left: 0;
}

.cs-ticket .col-md-4:nth-child(3) {
    padding-right: 0;
}

/*========================submit-ticket end===================*/

/* =========================================================== */

/*===============domain-renew page start css==================*/

div#cartDomainRenewal1, div#cartDomainRenewal2 {
    padding: 10px 5px;
}

 form#frmDomainTransfer~.small {
    font-size: 12px;
    line-height: 19px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}



/* =========================================================== */

/*===================domain-renew page end css=================*/

/* ============================================================================= */

/*=================== ssl certificate page css start 4 feb 2021 =============*/

.primary-content .landing-page .hero {
    background: #673DE6;
    ;
    padding: 80px 0;
}

.primary-content .landing-page .hero h2 {
    margin: 0 0 15px 0;
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page .hero h3 {
    font-size: 19px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
}

.primary-content .landing-page .hero img {
    width: 250px;
    margin: auto;
}

.primary-content .landing-page.sitebuilder .hero img {
    width: inherit;
}

.primary-content .landing-page.ssl .validation-levels {
    padding: 70px 0px;
    background-color: #ffff;
    text-align: center;
}

.primary-content .landing-page.ssl .validation-levels h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .validation-levels .col-md-6 {
    margin-bottom: 20px;
}

.primary-content .landing-page.ssl .validation-levels .item {
    border: 1px solid #ececed;
    display: grid;
    height: 100%;
    align-items: center;
    justify-items: center;
    align-content: flex-start;
    margin: 0;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .validation-levels .item img {
    width: 200px;
}

.primary-content .landing-page.ssl .validation-levels .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .validation-levels .item span, .card.switch-account-cloudx .card-body p {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.using-password-strength .alert-info {
    color: #0B1948;
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

.primary-content .landing-page.ssl .validation-levels .item .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #673DE6;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #673DE6;
    margin: auto;
    padding: 10px 8px;
    width: 120px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .landing-page.ssl .validation-levels .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.primary-content .landing-page.ssl .validation-levels .item .btn:hover {
    background-color: #673DE6;
    color: #fff;
}

.primary-content .landing-page.ssl p.help-me-choose a, .primary-content .landing-page.ssl a.help-me-choose {
    font-size: 19px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

/*===== navbar ======*/

.primary-content .landing-page .navbar {
    background-color: #673DE6!important;
}

.primary-content .landing-page .navbar .navbar-brand {
    display: none;
}

.primary-content .landing-page .navbar .navbar-nav li {
    width: 24% !important;
    border-right:1px solid #8c7ebf;
}

.primary-content .landing-page .navbar .navbar-nav li a {
    border-right: none;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {
    background: transparent;
    font-size: 15px;
    color: #fff;
    border: 0;
    padding: 15px;
    position: relative;
    border-left: 0;
}

.primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page .navbar .navbar-nav>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 10px;
    transition: all .3s ease-in;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover, .primary-content .landing-page .navbar .navbar-nav>li.active>a {
    background-color: #094b9a;
}

.primary-content .landing-page .navbar .navbar-nav>li>a:hover::before {
    width: 10%;
}

/* =========================================================== */

/*================= stanout text ================*/

.primary-content .landing-page.ssl .content-block.standout h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #673DE6;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #673DE6;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.standout .btn:hover, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn:hover, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn:hover, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn:hover, .primary-content .landing-page.sitelock .content-block.emergency .btn:hover, .primary-content .landing-page.mail-services .product-options .item .btn:hover, .primary-content .landing-page.mail-services .content-block.get-started .btn:hover {
    background-color: #673DE6;
    color: #fff;
}

.primary-content .landing-page.ssl .content-block.standout.what-is-ssl p {
    max-width: 1030px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p a {
    color: #094b9a;
    font-weight: bold;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl ul {
    padding: 0;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl li, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body li {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl .fas, .primary-content .landing-page.ssl .content-block.what-is-ssl .far {
    float: none;
    color: #094b9a;
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.primary-content .landing-page.ssl .content-block.what-is-ssl p small {
    font-weight: bold;
    color: #575757;
    letter-spacing: 0.2px;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2, .account-manage-cloudx form label {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
}

.primary-content .landing-page.ssl .content-block.ssl-benefits i {
    margin: 10px 0;
    font-size: 3em;
    color: #673DE6;
}

/* =========================================================== */

/*================ standout-1 css ==================*/

.primary-content .landing-page.ssl .standout-1 {
    background-color: #673DE6;
}

.primary-content .landing-page.ssl .standout-1 h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.ssl .standout-1 .browser .browser-image img {
    border-radius: 23px;
    margin: 0 auto;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {
    max-width: 600px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .17);
    font-size: 1.2rem;
    color: #6b788b;
}

.primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {
    margin: 0px auto 20px;
    width: 80px;
}

.primary-content .landing-page.ssl .content-block.standout .item {
    padding: 30px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item:hover {
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.03);
}

.primary-content .landing-page.ssl .content-block.standout .item img {
    width: 150px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.primary-content .landing-page.ssl .content-block.standout .item:hover img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.primary-content .landing-page.ssl .content-block.standout .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
    margin: 80px 0 0 0;
    background-color: transparent;
    font-size: 34px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

/* =========================================================== */

/*================== Accordion =========================*/

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card, .primary-content .landing-page.sitelock .content-block.faq .accordion .card {
    margin-bottom: 20px !important;
    border-radius: 3px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 15px 25px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4 .arrow {
    float: right;
    margin-right: 0;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    margin-top: 0px;
    padding: 15px 25px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none;
}
#order-standard_cart form#frmDomainChecker .default-captcha.default-captcha-register-margin p{
    color: #050505 !important;
}
nav.navbar.navbar-expand-md.navbar-light ul.nav-cnts li a.nav-btns {
    position: relative;
}
.navbar-expand-md .nav-cnts .nav-btns .badge-info {
    background-color: #f24f85;
    color: #fff;
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: 600;
}
.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose ul {
    padding-left: 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose img {
    margin: 0 0 20px;
    width: 150px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ideal, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .help-me-choose p.ssl-types-expl {
    text-align: left;
    color: #2a2e36;
    margin-bottom: 20px;
    font-size: 16px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn.btn-block, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn.btn-block {
    display: inline-block;
    width: auto;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .ssl-certs-all li {
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
    font-size: 15px;
    line-height: 26px;
}

.primary-content .landing-page.ssl .content-block.detailed-info .accordion #collapseFaq .card-body p {
    margin-bottom: 35px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    font-size: 28px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom: 80px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {
    max-height: 50px;
}

.primary-content .landing-page~p {
    padding: 10px;
    margin: 0;
    background-color: #e5f1fe;
    font-size: 18px;
    line-height: 34px;
    color: #031b4e;
    font-weight: 590;
}

/* ============================================================================== */

/*========================= ssl certificate page css end ========================*/

/* =========================================================== */

/*============== weebly page css start 5 feb 2021 =============*/

.primary-content .landing-page.weebly .hero img {
    width: 250px;
    margin: auto;
}
.primary-content .landing-page.weebly .navbar .navbar-nav li {
    width: 24%;
    border-right: 1px solid #886be4;
}

.primary-content .landing-page.weebly .navbar.navbar-expand-lg .navbar-nav>li:last-child>a, .primary-content .landing-page.sitelock .navbar.navbar-expand-lg .navbar-nav>li:last-child>a {
    border-right: none;
}

.primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.image-standout p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.image-standout p.lead {
    font-size: 24px;
    line-height: 40px;
    color: #031b4e;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.features {
    padding: 30px 0 0;
    background-color: transparent;
    text-align: center;
}

.primary-content .landing-page.weebly .content-block.features .feature {
    height: 200px;
    padding: 0 15px;
    background-color: transparent;
    border-color: transparent;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon {
    line-height: 90px;
}

.primary-content .landing-page.weebly .content-block.features .feature .icon img {
    width: 60px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.primary-content .landing-page.weebly .content-block.features .feature h4, .primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.weebly .content-block.features .feature p {
    color: #555;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group {
    width: 100%;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
    border: 1px solid #ddd;
}

.primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:hover, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change.active, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change:focus, 
#modalChooseLanguage .modal-footer button {
    background-color: #673DE6;
    border-color: #673DE6;
    color: #fff;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
    margin: 0 0 25px 0;
    padding: 30px 40px 40px;
    background-color: #dceefd;
    border: 0;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h5, .landing-page.ssl .content-block.standout-features.standout h4, .landing-page.ssl .standout .row.ideal-for.ov h4, .landing-page.ssl .standout .row.ideal-for.dv h4, .landing-page.ssl .standout .row.ideal-for.ev h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing-page.ssl .content-block.standout-features.standout h4 {
    margin-bottom: 10px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item {
    padding: 20px;
    border-radius: 0;
    border: 0;
    outline: 1px solid #eee;
    margin-bottom: 1px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header {
    padding: 0;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h4, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .price span, .landing-page.bg-white.ssl .content-block.standout h3, .landing-page.ssl .content-block.dashed-border.standout h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .header h5 {
    font-size: 18px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item .feature-heading {
    background-color: transparent;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item li::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #031b4e;
    line-height: 16px;
    content: '\f00c';
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features {
    height: 310px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
    height: 185px;
}

.primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn {
    margin: 0;
    background: #673DE6;
    color: #fff;
    outline: 1px solid #673DE6;
}

.primary-content .landing-page.weebly .content-block.faq {
    padding: 50px 0;
    background-color: #fff;
    margin: 0;
}

.primary-content .landing-page.weebly .content-block.trusted-by {
    color: #6b788b;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 40px 0px;
}

.primary-content .landing-page.weebly .content-block.trusted-by img {
    max-height: 60px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.primary-content .landing-page.weebly .content-block.trusted-by .col-sm-7.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.primary-content .landing-page.weebly .content-block.faq .col-md-4 {
    padding-right: 50px;
}

.primary-content .landing-page.weebly .content-block.faq h4 {
    font-size: 18px;
    margin-top: 30px;
}

.primary-content .landing-page.weebly .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* ========================================================================== */

/*================ weebly page css end 5 feb 2021 ===========================*/

/* ========================================================================== */

/*=================== sitelock page css start 5 feb 2021 =====================*/

.primary-content .landing-page.sitelock .hero img {
    width: 250px;
}

.primary-content .landing-page.sitelock .navbar {
    background-color: #673DE6!important;
}

.primary-content .landing-page.sitelock .content-block h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block h3 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.sitelock .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    word-break: break-word;
}

.landing-page.sitelock .plans .plan ul li span {
    word-break: break-word;
}

.primary-content .landing-page.sitelock .content-block.plans {
    padding: 0px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .col-lg-4 {
    padding: 0 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan {
    border: 1px solid #ececed;
    transition: all .3s ease;
    border-radius: 3px;
    height: 100%;
    margin: 0;
    align-content: flex-start;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header {
    background-color: transparent;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header h4 {
    font-size: 24px;
    line-height: 26px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 15px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .header p {
    font-size: 16px;
    line-height: 28px;
    color: #6b788b;
    font-weight: 600;
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul {
    height: auto;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li {
    line-height: 24px;
    font-size: 14px;
    border-bottom: 0;
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan ul li .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
    font-size: 35px;
    color: #673DE6;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content {
    margin: 0 60px 30px;
}

.primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content h4, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 5px;
}

.primary-content .landing-page.sitelock .content-block.emergency {
    padding: 60px 0;
    background-color: #e5f1fe;
    color: #2a2e36;
}

.primary-content .landing-page.sitelock .content-block.emergency h2.text-danger {
    color: #031b4e!important;
}

.primary-content .landing-page.sitelock .content-block.emergency .price {
    font-size: 36px;
    line-height: 45px;
    color: #673DE6;
    font-weight: 800;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block, .primary-content .landing-page.mail-services .content-block.faq+.content-block {
    margin: 0;
}

.primary-content .landing-page.sitelock .content-block.faq+.content-block img, .primary-content .landing-page.mail-services .content-block.faq+.content-block img {
    width: 200px;
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-body {
    font-size: 15px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*============ sitelock page css end 5 feb 2021 =================*/

/* =========================================================== */

/*================== codegaurd page css start ==================*/

.primary-content .landing-page.codeguard .navbar, .primary-content .landing-page.mail-services .navbar {
    background-color: #1f8eed !important;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
    width: 24%;
    border-right: 1px solid #8c7ebf;
}

.primary-content .landing-page.codeguard .navbar .navbar-nav li:last-child>a, .primary-content .landing-page.mail-services .navbar .navbar-nav li:last-child>a {
    border-right: none;
}

.primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3 {
    font-size: 36px;
    line-height: 45px;
    color: #2F1C6A;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.image-standout {
    margin-bottom: 0;
    padding-bottom: 0;
}

.primary-content .landing-page.codeguard .content-block.overview-features li {
    float: left;
    margin: 0;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ddd;
    display: grid;
    height: 100%;
    padding: 0 15px;
    justify-content: center;
}

.primary-content .landing-page.codeguard .content-block.overview-features li img {
    filter: grayscale(100%);
    margin: auto;
}

.primary-content .landing-page.codeguard .content-block.overview-features li span {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing {
    background: #673DE6;
    color: #fff;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.pricing h2 {
    color: #fff;
}

.primary-content .landing-page.codeguard .content-block.pricing .irs-bar, .primary-content .landing-page.codeguard .content-block.pricing .irs-bar-edge {
    background: #2a2a2a;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
}

.primary-content .landing-page.codeguard .content-block.pricing .pricing-container #pricingCycle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.codeguard .content-block.pricing .price-calc-container .btn:hover {
    background-color: #fff;
    color: #673DE6;
}

.primary-content .landing-page.codeguard .content-block.features {
    margin: 0;
    padding: 70px 0;
}

.primary-content .landing-page.codeguard .content-block.features .col-lg-4 {
    margin-bottom: 30px;
}

.primary-content .landing-page.codeguard .content-block.features .feature {
    padding: 20px;
    height: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all .3s ease;
}

.primary-content .landing-page.codeguard .content-block.features .feature:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon {
    line-height: inherit;
    margin-bottom: 15px;
}

.primary-content .landing-page.codeguard .content-block.features .feature .icon img {
    width: 80px;
}

.primary-content .landing-page.codeguard .content-block.features .feature h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2F1C6A;
    font-weight: 700;
}

.primary-content .landing-page.codeguard .content-block.features .feature p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    font-weight: 400;
}

.primary-content .landing-page.codeguard .content-block.faqs {
    padding: 0px 0 50px;
    background-color: #fff;
    text-align: left;
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs .col-lg-4 {
    padding-right: 50px;
}
body .landing-page.cpanelseo .faq .card-header .btn {
    color: #2f1d6c;
    background: #fff;
}
body .landing-page.cpanelseo .faq .accordion > .card > .card-header {
    background-color: #fff;
}
.primary-content .landing-page.codeguard .content-block.faqs h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2F1C6A;
    font-weight: 700;
    margin-top: 20px;
    font-style: normal;
}

.primary-content .landing-page.codeguard .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block {
    margin: 0;
}

.primary-content .landing-page.codeguard .content-block.faqs+.content-block img {
    width: 200px;
}

/* =========================================================== */

/*============= codegaurd page css end ====================*/

/* =========================================================== */

/*=============== email Services page css start ===============*/

.primary-content .landing-page.mail-services .product-options {
    background-color: #fff;
    padding: 50px 0 0;
    margin: 40px 0;
}

.primary-content .landing-page.mail-services .product-options .item {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .3s ease;
    padding: 35px 30px 40px;
}

.primary-content .landing-page.mail-services .product-options .item:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.mail-services .product-options .item h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item .icon i {
    color: #673DE6;
    margin: 25px 0;
}

.primary-content .landing-page.mail-services .product-options .item span {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
}

.primary-content .landing-page.mail-services .product-options .item p {
    margin: 10px 0 30px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .product-options .item .price {
    color: #673DE6;
    font-weight: 600;
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .product-options .item .btn.btn-learn-more {
    background-color: #673DE6;
    color: #fff;
}

.primary-content .landing-page.mail-services .product-options .powered-by {
    display: none;
}

.primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
    padding-right: 50px;
}

.primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 10px;
}

.primary-content .landing-page.mail-services .content-block p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.mail-services .content-block h4, .primary-content .landing-page.mail-services .content-block.faq h4 {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.mail-services .content-block.faq p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

.primary-content .landing-page.mail-services .content-block.tabs {
    background: #fff;
    padding-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 0;
    margin-right: 10px;
    color: #474747;
    font-weight: 510;
}

.primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a.active {
    border: 1px solid #673DE6;
    color: #673DE6;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .04);
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits {
    margin: 0 0 40px 0;
    padding: 30px;
    font-size: 16px;
    background: #e5f1fe;
    border-radius: 0;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits h3 {
    margin-bottom: 20px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content p {
    font-size: 15px;
    line-height: 27px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits .fa-check {
    font-size: 13px;
}

.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits>div {
    font-size: 16px;
    line-height: 26px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.mail-services .content-block.get-started {
    background-color: #e5f1fe;
    color: #6b788b;
}

.primary-content .landing-page.mail-services .content-block.get-started .price {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
}

.primary-content .landing-page.mail-services .content-block.get-started .btn-group.choose-product .btn:first-child {
    margin-right: 20px;
}

.primary-content .landing-page.mail-services .content-block.get-started .additional-options label {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #555;
    display: inline-block;
}

/* =========================================================== */

/*========== email Services page css end ================*/

/* =========================================================== */

/*================ marketgo page css start here ============*/

.primary-content .landing-page.marketgoo .video-banner {
    padding: 70px 0;
    background-color: #fff;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks {
    padding: 70px 0 0;
    margin: 0;
    background-color: #f8f8f8;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
    padding: 0 0 70px;
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 40px;
    display: grid;
    height: 100%;
    transition: all .3s ease;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
    max-width: 150px;
    margin-bottom: 15px;
}

.primary-content .landing-page.marketgoo .content-block.feature-blocks .block span {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.labels ul li {
    font-size: 16px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_lite ul li, .primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul li {
    margin-bottom: 10px;
    border: 0;
}

.primary-content .landing-page.marketgoo #features .plan-container .plan.marketgoo_pro ul {
    background-color: transparent;
}

.primary-content .landing-page.marketgoo .content-block.testimonials {
    background: #e5f1fe;
    padding: 80px 0;
    margin: 0;
    min-height: 500px;
    display: grid;
    justify-content: center;
    align-content: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .testimonial {
    margin: 0 auto;
    max-width: 750px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    font-style: italics;
    color: #2a2e36;
    text-align: center;
}

.primary-content .landing-page.marketgoo .content-block.testimonials .carousel-indicators li {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #8dbdf1;
    opacity: .8;
}

.primary-content .landing-page.marketgoo .content-block.faqs {
    background-color: #fff;
    padding: 70px 0;
    margin: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs p {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
}

/* =========================================================== */

/*=================== marketgo page css end here ==================*/

/* =========================================================== */

/*==================== vpn page css start here =================*/

.primary-content .landing-page.sitelockvpn .hero, .primary-content .landing-page.ox .header {
    background-color: #673DE6;
}

.primary-content .landing-page.ox .header .logo-img {
    width: 100%;
}

.primary-content .landing-page.sitelockvpn .hero-bg {
    background-size: 650px;
    padding: 80px 0;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start, .primary-content .landing-page.ox .header .header-content .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #fff;
    margin: auto;
    padding: 10px 20px;
    min-width: 150px;
    max-width: 100%;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .hero-bg .btn-start:hover, .primary-content .landing-page.ox .header .header-content .btn:hover {
    background-color: #fff;
    color: #673DE6;
    text-decoration: none;
}

.primary-content .landing-page.sitelockvpn .hero-bg h1 {
    margin: 0 0 15px 0;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #fff;
}

.primary-content .landing-page.sitelockvpn .hero-bg h2 {
    line-height: 40px;
    color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature {
    margin: 0;
    padding: 80px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    margin-bottom: 20px;
}

.primary-content .landing-page.sitelockvpn .feature p {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.sitelockvpn .feature img {
    max-width: 200px;
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights {
    padding-left: 0;
    margin: 0;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li {
    font-size: 16px;
    line-height: 24px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
}

.primary-content .landing-page.sitelockvpn .feature .highlights li::before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #673DE6;
    width: 30px;
    margin-left: 0;
    font-size: 16px;
}

.primary-content .landing-page.sitelockvpn .feature.devices {
    margin: 0;
    padding: 80px 0;
    background-color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.devices h3 {
    margin-top: 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices img {
    margin: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos {
    padding: 0;
    text-align: right;
}

.primary-content .landing-page.sitelockvpn .feature.devices .logos img {
    margin: 0px 45px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing {
    background-color: #f4f4f4;
    padding: 60px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
    border: 1px solid #ececed;
    border-radius: 4px;
    transition: all .3s ease;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn {
    width: auto;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle {
    padding: 20px 20px 0;
    background-color: transparent;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup form {
    margin-bottom: 10px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .cycle .label.label-info {
    margin-bottom: 0;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: middle;
    background-color: #673DE6;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
    margin: 0;
    padding: 20px;
    color: #673DE6;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .signup {
    padding: 20px 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul {
    margin: 0;
    padding: 0 20px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 10px;
    border: 0;
    padding: 0;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn, .primary-content .landing-page.ox .pricing table .btn {
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #673DE6;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #673DE6;
    margin: auto;
    padding: 10px 8px;
    min-width: 120px;
    max-width: 100%;
    margin-top: 15px;
}

.primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .btn:hover, .primary-content .landing-page.ox .pricing table .btn:hover {
    background-color: #673DE6;
    color: #fff;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 30px;
    text-align: left;
    padding-left: 25px;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans span::after {
    content: "\f058";
    font-family: "FontAwesome";
    color: #673DE6;
    width: 15px;
    margin-left: 0;
    font-size: 16px;
    left: 0;
    top: 10px;
    position: absolute;
}

.primary-content .landing-page.sitelockvpn .feature .dividing-line {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.all-plans img {
    display: none;
}

.primary-content .landing-page.sitelockvpn .feature.world {
    padding: 100px 0 0;
}

.primary-content .landing-page.sitelockvpn .feature.world em {
    font-size: 18px;
    line-height: 28px;
    color: #212529;
    font-weight: 700;
    margin-bottom: 30px;
}

.primary-content .landing-page.sitelockvpn .feature.countries {
    background-color: #fff;
    padding: 0 0 100px;
}

.primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
    text-align: right!important;
}

.primary-content .landing-page.sitelockvpn .feature.world span {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    color: #673DE6;
}

.primary-content .landing-page.sitelockvpn .feature.world img {
    max-width: 100%;
    margin: 40px 0;
}

/* =========================================================== */

/*================== vpn page css end here ==================*/

/* =================================================================== */

/*================ professional email page css start here ============*/

.primary-content .landing-page.ox .header {
    padding: 80px 0;
    background-color: #673DE6;
}

.primary-content .landing-page.ox .header .header-content h1 {
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    font-weight: 800;
}

.primary-content .landing-page.ox .stand-out {
    padding: 80px 0;
    background-color: #fff;
    color: #212529;
}

.primary-content .landing-page.ox .stand-out .wrapper {
    text-align: left;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 4px;
    min-height: 240px;
    margin-bottom: 20px;
}

.primary-content .landing-page.ox .stand-out .wrapper h2 {
    color: #031b4e;
    font-size: 22px;
    margin-bottom: 15px;
}

.primary-content .landing-page.ox .stand-out .wrapper p {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .stand-out .wrapper ul li {
    font-size: 16px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    margin-top: 7px;
    border: 0;
    padding: 0;
    text-align: left;
}

.primary-content .landing-page.ox .features {
    margin: 0;
    text-align: center;
}

.primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 800;
    text-align: center;
}

.primary-content .landing-page.ox .features .feature-block {
    min-height: 120px;
    margin-top: 30px;
    text-align: left;
}

.primary-content .landing-page.ox .features .feature-block img {
    max-width: 60px;
}

.primary-content .landing-page.ox .features .feature-block p.title {
    font-size: 20px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-bottom: 7px;
}

.primary-content .landing-page.ox .features .feature-block p {
    margin-left: 80px;
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.primary-content .landing-page.ox .pricing table tr:nth-child(2n) td:first-child {
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child {
    padding: 15px 0px;
    text-align: left;
    border: 0;
    background-color: transparent;
}

.primary-content .landing-page.ox .pricing table tr td:first-child:not(.no-border) {
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table td:not(.no-border), .primary-content .landing-page.ox .pricing table th {
    padding: 15px 0px;
    border: 0;
    border-bottom: 1px solid #e1eaf3;
}

.primary-content .landing-page.ox .pricing table th {
    padding: 12px 8px;
    background-color: transparent!important;
    font-size: 20px;
    color: #031b4e;
}

.primary-content .landing-page.ox .pricing table .pricing-label {
    font-size: 25px;
    line-height: 28px;
    color: #031b4e;
    font-weight: 800;
    padding: 0;
}

.primary-content .landing-page.ox .pricing table td {
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    font-weight: 600;
}

.primary-content .landing-page.ox .pricing table td img {
    width: 17px;
    transform: rotate(15deg);
}

.primary-content .landing-page.ox .faqs {
    background-color: #fff;
}

.primary-content .landing-page.ox .faqs .col-lg-6 {
    padding-right: 50px;
}

.primary-content .landing-page.ox .faqs p.question {
    font-size: 18px;
    line-height: 30px;
    color: #2a2e36;
    font-weight: 700;
    margin-top: 20px;
}

.primary-content .landing-page.ox .faqs p {
    font-size: 15px;
    line-height: 25px;
    color: #6b788b;
    font-weight: 400;
    min-height: auto;
}

/* =========================================================== */

/*============== professional email page css end here ===========*/

/* ======================================================= */

/*============= clienarea-header-csss-start============ */

.top-nav-cloudx li#Secondary_Navbar-Account a {
    font-weight: 600;
    text-decoration: none;
}

.top-nav-cloudx {
    align-items: center;
}

header.header .top-nav-cloudx .nav-link {
    border: 0;
    color: #464646;
}

.top-nav-cloudx li.nav-item {
    margin-left: 0 !important;
}

.top-nav-cloudx li.nav-item:nth-of-type(2) {
    margin-right: 12px;
}

.top-nav-cloudx li.nav-item:nth-of-type(1) a {
    padding-right: 0.3rem;
}

.main-navbar-wrapper .login-cloudx-clientarea {
    margin-right: auto;
    margin-left: 0 !important;
}

header.header .main-navbar-wrapper .navbar-nav li:first-child a {
    margin-left: 0;
}

.user-detail-cloudx span.span-logged-in, .user-detail-cloudx .btn-active-client, div#ticketReplyContainer .form-group .text-muted small, form[action="/submitticket.php?step=3"] .form-group .text-muted small {
    font-size: 12px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
}

#header .user-detail-cloudx a.btn {
    padding: 0;
    color: #673DE6;
    font-weight: bold;
}

.user-detail-cloudx {
    background-color: #f3f6f9;
    padding: 3px 13px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li {
    padding: 4px 5px;
}

li#Secondary_Navbar-Account ul.dropdown-menu.dropdown-menu-right li a {
    font-size: 14px;
}

/*============= clienarea-header-csss-end============ */

/* ================================================== */

/*=================== header-css-end============== */

/* ==================================================================== */

/* =========================index-page-css-start========================== */

/*================== fast-hosting-theme-banner-design ==================*/

.fast-hosting-theme-section {
    background-color: #f2f5ff;
    padding: 60px 0px 200px;
}

.fast-hosting-theme-content {
    padding-top: 25px;
}

.fast-hosting-theme-title {
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #031b4e;
    font-weight: 800;
}

.fast-hosting-theme-section .fast-hosting-theme-title {
    margin-bottom: 22px;
}

.fast-hosting-theme-text {
    font-size: 17px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
}

.fast-hosting-theme-section .fast-hosting-theme-text {
    margin-bottom: 20px;
}

.fast-hosting-theme-list li {
    font-size: 16px;
    line-height: 30px;
    color: #6b788b;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.fast-hosting-theme-list li span {
    position: absolute;
    left: 0;
}

.fast-hosting-theme-list li span i {
    font-size: 11px;
    color: #673DE6;
    font-weight: 600;
}

.fast-hosting-theme-list li span::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 5px;
    left: -5px;
    border: 1px solid #673DE6;
    border-radius: 50%;
}

.fast-hosting-theme-list {
    padding-left: 4px;
    margin-bottom: 40px;
}

.fast-hosting-theme-img {
    text-align: right;
}

.fast-hosting-theme-img img.img-fluid {
    width: 95%;
}

.fast-hosting-theme-section .fast-hosting-theme-text {
    max-width: 585px;
}

.get-strated-btn {
    min-width: 179px;
    padding: 13px 20px;
    border-radius: 3px;
    background-color: #673DE6;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

.get-strated-btn:hover {
    background-color: transparent;
    border-color: #673DE6;
    color: #673DE6;
}

/*================== fast-hosting-theme-banner-design-ends ==================*/

/*================= domain-section-css-start============== */

.home-domain-search {
    background-color: #673DE6 !important;
    position: relative;
    padding: 100px 0px 24px;
    margin-bottom: 50px;
}
.home-domain-search h2 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 22px;
}

.home-domain-search .input-group-wrapper {
    max-width: 900px;
    margin: 10px auto;
    border-radius: 4px;
    border: 0;
    background: transparent;
    text-align: center;

}
.domainchecker-homepage-captcha div#default-captcha-domainchecker .col-6.captchaimage img {
    margin-left: auto;
}
.home-domain-search .input-group-wrapper .input-group {
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
}
.domainchecker-homepage-captcha .col-md-8 {
    margin: 0 auto;
}
.home-domain-search .input-group-wrapper .input-group input {
    font-size: 19px;
    line-height: 28px;
    color: #2e3442;
    font-weight: 400;
}
.card-columns.home .btn {
    border: none;
    background: #ffffff;
    color: #673de6;
    font-size: 14px;
    padding: 8px 20px;
    display: inline;
}
.card-columns.home .btn:hover {
    background: #673de6;
    color: #fff;
}
.card-columns.home .card{
    background-color: #f4f5ff;
    border: none;
}
.action-icon-btns a .ico-container i {
    color: #673de6;
}
body .home-domain-search .input-group-wrapper .input-group .btn, .home-domain-search button#btnTransfer2 {
    border-radius: 3px;
    background-color: #673DE6;
    max-width: 100%;
    width: 116px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 10px;
    border: 1px solid transparent;
}

body .home-domain-search .input-group-wrapper .input-group .btn:hover {
    background-color: transparent;
    border-color: #673DE6;
    color: #673DE6;
}
.action-icon-btns a {border: none;}
.home-domain-search .input-group-wrapper button#btnTransfer:hover, .home-domain-search button#btnTransfer2:hover {
    background-color: transparent;
    border-color: #464646;
    color: #464646;
}

.home-domain-search .input-group-wrapper button#btnTransfer, .home-domain-search button#btnTransfer2 {
    background-color: #464646;
}

.home-domain-search button#btnDomainSearch2, .home-domain-search button#btnTransfer2 {
    margin-bottom: 10px;
}

body .home-domain-search button#btnTransfer2 {
    width: 100%;
    padding: .375rem .75rem;
}

.domainchecker-homepage-captcha p {
    color: #fff;
}

.primary-content #default-captcha-domainchecker {
    padding-bottom: 0 !important;
    margin: 0;
}

.primary-content #default-captcha-domainchecker p {
    text-align: left;
    width: 100%;
}

div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 100px;
}

.login-form .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1, .submit-ticket-two-cloudx .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1, .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 40px;
}

#default-captcha-domainchecker #inputCaptcha {
    height: 32px;
    min-height: 32px;
}

.home-domain-search::after {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #673DE6;
    top: -99px;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    clip-path: polygon(100% 0%, 100% 15%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

#domainsubdomain p.form-control-static {
    padding: 0;
    margin: 0 10px;
}

#domainsubdomain  .row.domains-row {
    align-items: center;
}

.home-domain-search .btn-link.btn-sm {
    color: #ffffff7a;
    padding: 9px 0;
    text-decoration: underline;
}

.home-domain-search .btn-link.btn-sm:hover {
    color: #ffffffd6;
}
/*================= domain-section-css-end============== */

/*========== status-section-css-start ==============*/

.help-elements .action-icon-btns a .ico-container i {
    color: #673DE6;
    width: 120px;
    font-size: 0.7em;
    font-weight: 700;
}

.help-elements .action-icon-btns a {
    font-size: 18px;
    line-height: 26px;
    color: #2e3442;
    font-weight: 600;
    border-top: 0;
    margin-bottom: 0;
    padding: 10px 0 10px;
}

.help-elements .action-icon-btns {
    width: 98%;
    margin: auto;
    position: absolute;
    top: -175px;
    background-color: #ccc;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    min-height: 218px;
    z-index: 3;
}

section.help-elements .container {
    position: relative;
}

.help-elements .action-icon-btns>.col-6, .account-section-main-cloudx .action-icon-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-elements .action-icon-btns a .ico-container {
    position: relative;
    margin-bottom: 28px;
}

.help-elements .action-icon-btns a .ico-container::after {
    content: "";
    position: absolute;
    background: url(../images/cloudx-shape.png) no-repeat;
    width: 100%;
    height: 100px;
    left: 0px;
    top: -12px;
    right: 0;
}

p.help-element-text {
    margin: 0;
    min-height: 36px;
    vertical-align: top;
    line-height: 19px;
}
/*========== status-section-css-end ==============*/

/*========= products-and-services-section-css-start ============*/

.Myhomepage, .account-section-cloudx h2 {
    font-size: 36px;
    line-height: 45px;
    color: #031b4e;
}

.Myhomepage, .account-section-main-cloudx h2 {
    margin-bottom: 35px !important;
}

.primary-content .card-title {
    font-size: 18px;
    line-height: 28px;
    color: #2a2e36;
    font-weight: 700;
}

.product-section-cloudx .btn-outline-primary {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #673DE6;
    font-weight: 600;
    border-radius: 2px;
    border: 1px solid #673DE6;
    margin: auto;
    padding: 10px 8px;
    width: 160px;
    max-width: 100%;
    margin-top: 30px;
}

.primary-content .product-section-cloudx .card-title {
    margin: 0 0 5px 0;
}

.primary-content .product-section-cloudx .card:hover .btn-outline-primary {
    background-color: #673DE6;
    color: #fff;
}

.primary-content .product-section-cloudx .card {
    max-width: 23.80%;
    flex: 0 0 23.80%;
    -ms-flex: 0 0 23.80%;
    background-color: #ffffff;
    border: 1px solid #ececed;
}

.product-section-cloudx .card-columns.home {
    column-count: unset;
    display: flex;
    flex-wrap: wrap;
}

.home-icon-fa i {
    font-size: 2.2em;
    color: #673DE6;
    margin-bottom: 12px;
}

.product-section-cloudx {
    padding: 15px 0px 92px;
}

.primary-content .product-section-cloudx .card:hover {
    box-shadow: 0px 5px 12px rgba(42, 46, 54, 0.13);
    border-color: transparent;
}

.product-section-cloudx .card-body {
    padding: 3rem 2rem !important;
}

/*============ cloudx-account-section-css-start ========*/

.account-section-main-cloudx {
    background-color: #f2f5ff;
    position: relative;
    margin-bottom: 15px;
}

.account-section-main-cloudx .action-icon-btns {
    margin-top: 0px !important;
}

.account-section-main-cloudx .action-icon-btns a .ico-container {
    margin: 0px auto 15px;
}

.account-section-main-cloudx .action-icon-btns .col-6 {
    padding: 0px 10px;
}

.account-section-main-cloudx::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #f2f5ff;
    top: -100px;
    -webkit-clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(100% 22%, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    right: 0;
}

.account-section-main-cloudx .action-icon-btns a {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #2a2e36;
    font-weight: 600;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 0 1.5px rgba(42, 46, 54, 0.27);
    background-color: #ffffff;
    padding: 50px 15px;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: inherit;
    margin: 0 auto;
}

.domainchecker-homepage-captcha div#default-captcha-domainchecker p {
    color: #ffffff8c;
}

.account-section-main-cloudx .action-icon-btns .account-sec-icon-div{
    font-family: 'Poppins SemiBold';
}

.account-section-main-cloudx .product-section-cloudx {
    padding-bottom: 92px;
}

.account-section-main-cloudx .action-icon-btns a .ico-container i {
    color: #673DE6;
    width: 120px;
    font-size: 2.5rem;
}

.account-section-cloudx {
    padding: 1px 0px 20px;
}

.home-domain-search .tld-logos li {
    margin: 0px 5px;
    font-weight: normal;
    max-width: 105px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .102);
    padding: 13px 15px;
    color: #fefefe;
    line-height: 1;
    font-size: 12px;
    text-align: center;
}

.home-domain-search .row.d-sm-none .col-6:first-child {
    padding-right: 5px;
}

.home-domain-search .row.d-sm-none .col-6:last-child {
    padding-left: 5px;
}

.home-domain-search .tld-logos li span.price-hm-cloudx {
    font-size: 0.8rem;
    font-weight: 700;
}

.home-domain-search .tld-logos li .tld-hm-cloudx {
    margin-bottom: 10px;
}

.home-domain-search .tld-logos li span {
    display: block;
    margin-bottom: 5px;
}

.home-domain-search .tld-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 20px;
}

.home-domain-search .domainchecker-homepage-captcha p {
    width: 100%;
    color: #ffffff91;
    font-size: 14px;
}

/* ==================================================================== */

/* =========================index-page-css-end========================== */

/* ========================================================================= */

/* ===============================Login-form-css-start======================= */

body .master-breadcrumb, .master-breadcrumb .breadcrumb {
    background-color: #dfe7fd;
}

#main-body.body-background-cloudx{
    background-color: #f1f3fa;
}

form.login-form .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031b4e;
    font-weight: 700;
}

.login-form p.text-muted {
    font-size: 16px;
    line-height: 24px;
    color: #b5b5c3 !important;
    font-weight: 400;
}

.login-form .form-group label {
    font-size: 15px;
    line-height: 22px;
    color: #031b4e;
    font-weight: 600;
    margin-bottom: 3px;
}

.login-form .card-body .mb-4:first-child {
    margin-bottom: 15px !important;
}

form.login-form .input-group.input-group-merge input {
    height: 55px;
    border-left: 0;
    font-size: 15px;
    color: #2e3442;
    font-weight: 600;
}

form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .input-group.input-group-merge input, form.login-form .btn-reveal-pw, form.login-form button.btn.btn-default.btn-reveal-pw:hover {
    background-color: #f3f6f9;
}

form.login-form .input-group.input-group-merge .input-group-prepend span {
    padding-right: 3px;
}

form.login-form .input-group.input-group-merge input, form.login-form .input-group.input-group-merge .input-group-prepend span, form.login-form .btn-reveal-pw, form.login-form.alert-danger {
    border: 0;
}

.login-form .focused a, .login-form .card-body .text-right label, .login-form .card-footer small, .login-form .card-body .text-right label {
    font-size: 14px;
    font-weight: 600;
}

.login-form .focused a {
    color: #673DE6 !important;
}

.login-form .card-body .text-right label {
    position: relative;
    top: 12px;
}

.login-form button#login {
    margin: 0 0 20px;
    width: 100%;
}

.login-form button#login:focus {
    box-shadow: none;
}

/*.login-form button#login:hover {
    background-color: transparent;
    border-color: #673DE6;
}*/

.login-form .card-footer small, .login-form .card-body .text-right label {
    color: #b5b5c3;
}

.login-form .card-footer {
    background-color: transparent;
    padding: 18px 35px !important;
    border-top: 1px solid #e8e7e9;
}

.login-form .card-body .form-group {
    margin-bottom: 1rem;
}

.login-form .card-body .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 0px 15px 15px;
}

.login-form .card-body div#default-captcha-domainchecker p {
    font-size: 12px;
    line-height: 20px;
    color: #464747;
    font-weight: 600;
}

.login-form .card-body .form-group.focused {
    margin-bottom: 1.1rem !important;
}

.login-form div.text-right {
    padding-top: 15px;
}

.login-form div.float-left {
    margin-top: 20px;
}

.login-form .card-body {
    padding: 2rem 2.3rem 2.5rem 2.3rem !important;
}

.primary-content .login-form .card {
    border-radius: 4px;
    box-shadow: 0 0 2px rgb(42 46 54 / 29%);
    background-color: #ffffff;
    max-width: 460px;
}

.login-form .card-body .text-right label input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ebe9e9;
    position: relative;
    top: 3px;
}

form.login-form .input-group.input-group-merge input:focus {
    border-color: transparent;
}

form.login-form .input-group.input-group-merge span.input-group-text i, form.login-form button.btn.btn-default.btn-reveal-pw i {
    color: #bbb;
}

form.login-form button.btn.btn-default.btn-reveal-pw i:hover, .login-form .card-footer a, .user-management-cloudx table tbody td .fa-shield {
    color: #673DE6;
}

form.login-form~.providerPreLinking {
    padding: 20px 0px;
}

/* ========================================================================= */

/* ===============================Login-form-css-end======================= */

/* ======================================================================== */

/* ===========================Register-page-css-start ====================== */

form#frmCheckout div#containerNewUserSignup #providerLinkingMessages+.sub-heading .primary-bg-color {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item{
    font-size: 13px;
    line-height: 23px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .card-sidebar .list-group-item{
    font-weight: 500;
}


.sidebar .card-sidebar .card-header, .sidebar .card-sidebar .list-group-item, .sidebar .card.card-sidebar, .primary-content div#registration .card, div#Primary_Sidebar-Already_Registered-Already_Registered_Heading, .sidebar .card-sidebar .list-group-item{
    border: 0;
}

.sidebar .card.card-sidebar {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    background-color: #ffffff;
}

.sidebar .card-sidebar .card-header {
    padding: 20px 25px 5px 15px;
}
.sidebar .card-sidebar .list-group {
    padding-top: 10px;
}
.sidebar .recent-ticket small span {
    color: #000!important;
    opacity: 0.6;
}
.sidebar .recent-ticket small span:hover {
    opacity: 1;
}
.sidebar .collapsable-card-body .text-center {
    text-align: left !important;
}
.sidebar .mc-panel-promo .collapsable-card-body .text-center a {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
}

.sidebar .mc-panel-promo .collapsable-card-body .text-center a img {
    max-width: 46px;
    margin-bottom: 10px;
    margin-left: 0;
    height: auto;
    max-height: inherit;
    min-height: inherit;
    margin-right: 16px;
}
.sidebar .mc-panel-promo .collapsable-card-body .text-center a span {
    line-height: normal;
}
.card-sidebar.mc-panel-promo .card-footer.clearfix{justify-content: inherit;}
.card-sidebar.mc-panel-promo .card-footer.clearfix a {
    color: #673fea;
}
.sidebar .collapsable-card-body .card-footer a{text-align: left;}
.sidebar .card-sidebar.mc-panel-promo .card-footer i {
    font-size: 13px;
    color: #6b788b;
}
.sidebar .card-sidebar.mc-panel-promo .card-footer i.fa-arrow-right{display: none;}
div#Primary_Sidebar-Already_Registered-Already_Registered_Heading {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#registration .field, #registration .form-control, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    font-size: 14px;
    color: #2e3442;
}

.card.mass-payment-domain .card-body .form-group select {
    max-width: 490px;
    color: #2e3442;
}

form#frmAddToCart .store-domain-tab-content .tab-pane {
    color: #fff;
}

#registration .field, #registration .form-control {
    border: 0;
    border-radius: 3px;
    background-color: #f3f6f9;
    height: 55px;
}

#registration .prepend-icon .field-icon {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.primary-content div#registration .card-title {
    font-size: 20px;
    line-height: 32px;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 10px;
}

div#containerNewUserSignup .col-sm-6, div#containerNewUserSignup .col-sm-4, div#containerNewUserSignup .col-sm-5, div#containerNewUserSignup .col-sm-3, div#containerNewUserSignup .col-sm-12, div#containerNewUserSecurity .col-sm-6 {
    padding: 0px 10px;
}

div#containerNewUserSignup .row {
    padding: 0px 5px;
}

.primary-content div#registration .card-body {
    padding: 30px 40px 0px !important;
    overflow: visible;
}

div#registration .intl-tel-input .country-list {
    white-space: normal;
    width: 210px;
}

div#registration button.generate-password {
    border-radius: 2px;
    box-shadow: 0px 2px 0.5px rgb(42 46 54 / 29%);
    padding: 3.5px 18px;
    font-size: 12px;
    color: #565656;
    font-weight: 600;
}

div#registration .intl-tel-input .country-list li span {
    font-size: 13px;
    font-weight: 500;
}

.primary-content div#registration .card {
    margin-bottom: 0 !important;
}

#registration {
    background-color: #fff;
    margin-bottom: 20px;
}

.primary-content div#registration .card:not(:first-child) .card-body, div#containerNewUserSecurity .card:first-child .card-body {
    padding-top: 15px !important;
}

.primary-content div#registration .card-title~p, div#registration #default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 20px;
    color: #6b788b;
    font-weight: 400;
    text-align: left;
}

#registration .captcha-cloudx {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}

.home-domain-search .captcha-cloudx #default-captcha-domainchecker {
    max-width: 630px;
    margin: auto;
}

.captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0;
    padding: 40px 40px 0px;
}

#registration .btn-primary {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 3px;
    background-color: #673DE6;
    min-width: 200px;
    padding: 14px;
    margin-top: 30px;
}
#registration .captcha-cloudx #default-captcha-domainchecker #inputCaptcha {
    position: relative;
    top: 5px;
    height: 22px;
}

#registration .captcha-cloudx .col-6 {
    max-width: 100px;
    text-align: left;
}

.captcha-cloudx {
    margin-top: 20px;
}

div#registration .bootstrap-switch-small.bootstrap-switch:focus, div#registration .intl-tel-input.separate-dial-code .selected-flag:focus, div#registration .intl-tel-input .flag-container:focus {
    outline: 0;
}

div#registration p[align="center"] {
    text-align: left;
    padding: 0px 40px;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #673DE6;
    border-color: #673DE6;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success {
    width: 26px !important;
    height: 26px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 21px;
    color: #797979;
    text-align: center;
    padding: 3px;
    font-weight: 800;
}

div#registration .bootstrap-switch.bootstrap-switch-small {
    border-radius: 100px;
    min-width: 68px;
    padding: 4px 5px;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on {
    background-color: #673DE6;
}

div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-on.bootstrap-switch-success, div#registration .bootstrap-switch.bootstrap-switch-small span.bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background-color: #fff;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    background-color: #dddddd;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper, div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off {
    border: 0;
}

div#registration .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-container {
    width: 100px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on span.bootstrap-switch-label {
    width: 46px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -31px !important;
}

div#registration .bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-off span.bootstrap-switch-label {
    width: 44px !important;
}

div#registration div#containerNewUserSignup .sub-heading {
    display: none;
}

div#registration .social-signin-btns {
    text-align: center;
    padding: 30px 40px 0px;
}

div#registration .social-signin-btns button, form.login-form~.providerPreLinking button {
    padding: 12px 15px;
}

form.login-form~.providerPreLinking button img, .btn-facebook img , .btn-social.btn-google img {
    margin-right: 1px;
}

.btn-facebook:hover {
    background-color: #4267b2e6;
}

.btn-facebook, .btn-social.btn-google {
    border: 0;
    font-size: 14px;
    font-weight: 600;
}

.btn-social.btn-google:hover {
    background-color: #f1f3fa;
}

div#registration .social-signin-btns button:focus {
    box-shadow: none;
}

div#registration #default-captcha-domainchecker {
    width: 100%;
    margin: 0;
}

div#registration form#frmCheckout .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
    padding: 0px 15px;
}

div#registration .password-strength-meter p {
    text-align: left !important;
    font-size: 12px;
}

.sidebar .card-sidebar .list-group.list-group-flush a:hover {
    color: #673DE6;
}

div#Primary_Sidebar-Already_Registered-Already_Registered_Heading:hover, .sidebar .card-sidebar .list-group.list-group-flush a:hover {
    background-color: transparent;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] {
    padding-bottom: 15px;
    padding-top: 0;
}

.sidebar .card.card-sidebar[menuitemname='Already Registered'] .collapsable-card-body, .sidebar .card.card-sidebar[menuitemname='Why Security Questions'] .collapsable-card-body {
    padding-bottom: 10px;
}

.sidebar .card.card-sidebar[menuitemname='Why Security Questions'] {
    padding-top: 0;
    padding-bottom: 15px;
}

.bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
}

/* ======================================================================== */

/* ===========================Register-page-css-end ====================== */

/* ===================================================================== */

/* ==================store-page-css-start ============================== */


.header-lined p, #searchDomainInfo .domain-price span.register-price-label, .suggested-domains .domain-suggestions-warning p, 
#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span, 
#DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price, .account-manage-cloudx .card-body label, .contact-detail-cloudx .controls label {
    font-size: 14px;
    line-height: 23px;
    color: #464747;
    margin-bottom: 0px;
}
body .suggested-domains .promo span {
    font-size: 10px !important;
    color: #fff !important;
}
.account-manage-cloudx h3.card-title, .account-manage-cloudx .card-body .controls.form-check label, .contact-detail-cloudx .controls label {
    margin-bottom: 10px;
}
.market_connect_page button.btn.btn-link {
    background: inherit;
}

form#frmConfigureProduct .product-info ul li {
    font-size: 14px;
    line-height: 22px;
    color: #0b2471;
    font-weight: 500;
    margin: 14px 0;
    position: relative;
    list-style-type: none;
    padding-left: 31px;
    font-family: 'Poppins Medium';
}

form#frmConfigureProduct .product-info ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    background: #eff8ff url(../images/n-check.svg);
    background-size: 12px;
    bottom: 0;
    margin: auto;
    opacity: 0.7;
    padding: 11px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

a#product2-order-button {
    background-color: #673DE6;
    border-color: #673DE6;
}


.product-pricing span.starting-from {
    display: block;
    width: 100%;
    color: #8a8a8a;
}


.dataTables_wrapper table.table-list {
    border: 0;
}

#domainForm button.setBulkAction, .btn-group.btn-group-sm button#btnGroupDrop1 {
    color: #673DE6;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 10px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #e7e7e7;
}

#domainForm button.setBulkAction:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active, #domainForm .btn-group.btn-group-sm .setBulkAction:hover {
    background-color: #f3f6f9;
}

#domainForm .btn-group.btn-group-sm .setBulkAction:focus, #domainForm .btn-group.btn-group-sm .setBulkAction.active {
    color: #2F1C6A;
}

#domainForm .btn-group.btn-group-sm button#btnGroupDrop1:focus, div#domain p a.btn.btn-default:focus, #domainForm .btn-group.btn-group-sm .setBulkAction:focus {
    box-shadow: none;
}

#domainForm .btn-group.btn-group-sm .setBulkAction {font-size: 14px;padding: 6px 15px}

#domainForm .btn-group.btn-group-sm .setBulkAction i {
    margin-right: 5px;
}

#domainForm .btn-group.btn-group-sm .dropdown-menu {
    padding: 0;
}

/* ===================================================================== */

/* ==================store-page-css-end ============================== */

/* ====================================================================== */


/* ======================================================================== */

/* ===========================footer-css-start ====================== */

footer.footer {
    background-color: #673DE6;
    padding: 38px 0;
}

footer.footer .copyright {
    margin: 0px 0;
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #b8c5e0;
    font-weight: 400;
}

footer.footer .btn, footer.footer .nav-link {
    line-height: 26px;
    font-weight: 600;
    border-radius: 3px;
    min-width: 162px;
    text-align: center;
}

footer.footer .btn {
    background-color: #fff;
    font-size: 14px;
    color: #3d3d3d;
    padding: 7px 10px;
}

footer.footer .nav-link {
    font-size: 16px;
    color: #ffffff;
    background-color: #3372bd;
    padding: 9px 10px;
}

footer.footer .nav-link:hover {
    background-color: #3372bd8a;
}

footer.footer .btn:hover {
    background-color: #ffffffc7;
}

footer.footer .btn .align-middle {
    margin-right: 4px;
}

.footer ul.nav.justify-content-center.justify-content-lg-start {
    float: right;
    margin-right: 14px;
}

footer.footer .copyright {
    max-width: 60%;
    padding-top: 10px;
}

/* ======================================================================== */

/* ===========================footer-css-end ====================== */

/* ============================================= */

/* =====================common-css=============== */



.modal {
    padding-right: 0 !important;
}

div#modalRemoveItem h4.modal-title i {
    padding-top: 0;
    color: #fc5185;
}

div#modalRemoveItem button.btn.btn-primary {
    background-color: #fc5185;
    border-color: #fc5185;
}

div#modalRemoveItem button.btn.btn-primary:hover {
    background-color: transparent;
    color: #fc5185;
}

.modal button.close:focus {
    outline: 0;
}

.modal .modal-header {
    background-color: #673DE6;
    padding: 20px 30px;
}

.modal .modal-header h4 {
    color: #fff;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    float: left;
}

.modal-body {
    padding: 25px 30px;
}

.modal .modal-header h5.modal-title {
    color: #fff;
}

.modal button.close span {
    color: #1c1b1b;
}

.modal button.close {
    opacity: 1;
}

.modal-content {
    border: 0;
}

.modal button.btn.btn-primary, .modal button.btn.btn-default {
    padding: 9px 30px;
}

body .email-verification {
    padding-bottom: 0;
    padding-top: 10px;
}

body .email-verification .order-3 {
    order: 14;
    max-width: 30px;
    padding: 0;
}

.email-verification .btn.close {
    position: absolute;
    left: 0;
    padding: 0;
}

body .email-verification .order-md-last {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
}

.email-verification .text {
    font-weight: normal;
    color: #dc3545;
    font-size: 14px;
    line-height: 22px;
    padding-top: 1px;
}

.email-verification .fas {
    font-size: 14px;
    color: #dc3545;
    padding: 3px 6px 0px 0px;
}

.alert-warning .alert-link {
    text-decoration: none;
}

.email-verification .btn:active {
    background-color: #fc5185;
}

.alert.alert-warning .alert-link, .email-verification .btn {
    background-color: #fc5185;
    text-decoration: none;
    font-size: 11px;
    line-height: 22px;
    font-weight:normal;
    color: #ffffff;
    border-radius: 2px;
    padding: 1px 10px;
    border: 0;
    width: auto;
    margin-left: auto;
}

.alert.alert-warning .alert-link i {
    display: none;
}

.listtable {
    width: 100%;
    display: block;
    overflow-x: auto;
}

.dataTables_wrapper table.table-list thead th, .dataTables_wrapper table.table-list tbody td {
    white-space: nowrap;
}

.dataTables_wrapper div#tableServicesList_length {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .card .table thead th, form .card table tr.masspay-invoice-detail td {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

form .card table tr.masspay-invoice-detail td, form .card p.text-muted {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
}

tr.masspay-total td {
    background-color: #f3f6f9;
}

.card.bg-default .card-header {
    background-color: transparent;
    border: 0;
}

.custom-select {
    font-size: 14px;
    color: #ababab;
    font-weight: 400;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdee2;
}

.card.bg-default .card-body {
    padding: 0 20px 20px;
}

.card.bg-default .col-form-label {
    font-weight: 600;
}
.card.bg-default .col-form-label {
    font-size: 14px;
}

.dataTables_wrapper table.table-list td.text-center.ssl-info img {
    width: 18px;
    margin-top: -9px;
}

.btn:focus {
    box-shadow: none !important;
}

.alert.alert-warning.network-issue-alert, .email-verification {
    padding: 0;
    background-color: #e2e7ff;
    border: 0;
}

.alert.alert-warning.network-issue-alert {
    padding-top: 10px;
}

.alert.alert-warning.network-issue-alert .container {
    background-color: #fff3cd;
    padding: 6px 10px;
    border-radius: 3px;
}

.email-verification .container {
    background-color: #ffccd2;
    padding: 7px 10px;
    border-radius: 3px;
}

.email-verification .btn.close {
    color: #DC3545;
    text-shadow: none;
}

/* ============================================= */

/* =====================common-css-end=============== */

/* ================================================== */

/* ===============Addons-css-start ================== */






/* ================================================== */

/* ===============Addons-css-end ================== */

/* ================================================== */

/* ===============Mass-payment-css-start ================== */

.card.mass-payment-card, .announcement-card {
    background-color: transparent;
}

.card.mass-payment-card .card-body, .primary-content .announcement-card .card-body {
    padding: 0;
}

.card.mass-payment-card .card-body .card-title {
    margin-bottom: 10px;
}

.card.mass-payment-card .card-body .card-title~p {
    color: #212529 !important;
}

.mass-payment-card .table thead th {
    color: #474747;
}

.mass-payment-card .table thead th, .card.mass-payment-card .mass-payment-table tr td strong {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.card.mass-payment-card .mass-payment-table tr td strong{
    color: #4f7cec;
}

.card.mass-payment-card .mass-payment-table {
    background-color: #fff;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.card.mass-payment-card .mass-payment-table thead tr th, .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(1) td {
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card, .announcement-card {
    border: 0;
}

.card.mass-payment-card .mass-payment-table tbody tr td, .card.mass-payment-card .mass-payment-table tbody tr:first-child td {
    padding: 30px 25px 0px;
}

.primary-content .card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(3) td {
    padding-bottom: 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr:nth-last-child(2) td {
    background-color: transparent;
    border-top: 1px solid #f1f1f1;
    padding: 20px 25px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
}

.card.mass-payment-domain button#btnMassPayMakePayment {
    background-color: #FC5185;
    border: 1px solid #FC5185;
    color: #fff;
    font-weight: 600;
}

.card.mass-payment-domain .card-header {
    padding-bottom: 25px;
    text-transform: capitalize;
}

.card.mass-payment-domain .form-group {
    margin-bottom: 8px;
}

.card.mass-payment-domain {
    padding: 30px 0px 40px;
}

.card.mass-payment-card .mass-payment-table tbody tr.masspay-invoice-detail td:last-child, .view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    font-size: 13px;
    line-height: 18px;
    color: #474747;
    font-weight: 700;
}

.card-body.extra-padding.announcement-section .row {
    width: 100%;
    margin: 0;
}

/* ================================================== */

/* ===============Mass-payment-css-end ================== */

/* ===================================================== */

/* ====================announcsment-section-css-start ========== */

.announcements {
    background-color: #fff;
    padding: 25px 25px 30px;
    border-radius: 3px;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}

.announcement-card .card-title {
    margin-bottom: 10px;
}

.announcement h1 a, .view-announcement-cloudx h1 {
    font-size: 17px;
    line-height: 22px;
    color: #474747;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease-in;
}

.announcement h1 a:hover, .view-announcement-cloudx h1 {
    color: #4f7cec;
}

.announcement ul.list-inline {
    margin-top: -2px;
}

.announcement ul.list-inline li, .view-announcement-cloudx ul li, .server-status-cloudx .card-body ul li, .view-ticket span.posted-on {
    font-size: 13px;
    line-height: 20px;
    color: #acb0b8 !important;
    font-weight: 500;
}

.announcement ul.list-inline {
    margin-bottom: 12px;
}

.announcements .announcement article {
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border-left: 0;
}

.announcements .announcement article, .view-announcement-cloudx .text-description-cloudx p, .server-status-cloudx .card-body p, .server-status-cloudx ul.pagination li a, .primary-content .view-ticket .message p, .knowledgebase-article-cloudx .card-body article p, .user-management-cloudx .card p, .user-management-cloudx .card form label, .contact-detail-cloudx p, .user-security-cloudx p, div#default-captcha-domainchecker p {
    font-size: 14px;
    line-height: 22px;
    color: #464747;
}

.announcements .announcement a.btn-default, .knowledgebase-cloudx .kb-category span.badge.badge-info, .download-cloudx .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-size: 12px;
    line-height: 18px;
    color: #3699ff;
    font-weight: 400;
    border-radius: 2px;
    background-color: #e1f0ff;
    border: 1px solid #e1f0ff;
    padding: 6px 10px;
}

.announcements .announcement a.btn-default:focus {
    box-shadow: none;
}

.announcements .announcement a.btn-default:hover {
    background-color: transparent;
    border-color: #3699ff;
}

.announcements .announcement a.btn-default i, .announcement ul.list-inline li i {
    display: none;
}

.announcements .announcement {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
}

.announcements .announcement:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ===================================================== */

/* ====================announcement-section-css-end ========== */

/* ===================================================== */

/* ====================announcement-detail-section-css-start ========== */

.view-announcement-cloudx, .server-status-cloudx .card, .knowledgebase-cloudx .card, .view-ticket .card-body.p-3, .card.view-ticket, div#ticketReplyContainer, .knowledgebase-article-cloudx .card, .knowledgebase-base-cat-cloudx .card, .download-cloudx .card, .download-cat-cloudx .card, .payment-methods-cloudx .card, .submit-ticket-two-cloudx .card, .payment-method-add-card .card, #frmCheckout div#totalDueToday, #frmCheckout div#paymentGatewaysContainer, div#DomainSearchResults div#searchDomainInfo, div#DomainSearchResults .spotlight-tld, form#frmConfigureProduct div#orderSummary, .home-page-slider-panel, form#frmAddToCart, .card-body.store-promoted-product, form#frmCheckout .marketing-email-optin, .user-management-cloudx .card, form#frmConfigureProduct div#productConfigurableOptions, .contact-page-cloudx {
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
    border: 0;
    border-radius: 3px;
}

.view-announcement-cloudx ul {
    margin-bottom: 18px;
}

.view-announcement-cloudx .text-description-cloudx {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0px 0;
}

.view-announcement-cloudx .text-description-cloudx p:last-child {
    margin: 0;
}

.view-announcement-cloudx .text-description-cloudx p {
    margin-bottom: 24px;
}

.view-announcement-cloudx .card-body {
    padding: 30px 26px;
    overflow: auto;
}

.btn-back-cloudx, .btn-edit-cloudx, .knowledgebase-article-cloudx .btn-default, .knowledgebase-base-cat-cloudx .btn-default, .download-cat-cloudx .btn-default, #frmAddToCart .btn-default {
    font-size: 13px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 13%);
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 8px 10px;
}

.btn-back-cloudx:hover, .btn-back-cloudx:focus, #frmAddToCart .btn-default:hover, .btn-edit-cloudx:hover, .knowledgebase-article-cloudx .btn-default:hover, .knowledgebase-base-cat-cloudx .btn-default:hover, .download-cat-cloudx .btn-default:hover {
    background-color: #e1f0ff;
    border-color: #3699ff;
    color: #3699ff;
}

/* ===================================================== */

/* ====================announcement-detail-section-css-end ========== */

/* ================================================== */

/* ===============serverstatus-css-start ================== */

.server-status-cloudx .card-header {
    font-size: 20px;
    line-height: 28px;
    color: #2F1C6A;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    padding: 25px 25px 0px;
}

.server-status-cloudx .card-body .h5 {
    font-size: 14px;
    line-height: 18px;
    color: #464747;
    font-weight: 600;
    margin-bottom: 12px;
}

.server-status-cloudx .card-body {
    padding: 7px 25px 10px;
}

.server-status-cloudx .card-body ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.server-status-cloudx .card-body .h5 strong, #DomainSearchResults div#domainSuggestions .domain-suggestion.list-group-item.w-hidden.clone span.price {
    font-weight: 700;
}

.server-status-cloudx .badge-success, .server-status-cloudx .badge-danger, .view-ticket .requestor-badge, .custom-file .custom-file-label::after, button#btnTicketAttachmentsAdd, .user-management-cloudx table tbody span.label.label-info, .card.switch-account-cloudx span.label.label-info {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
    border-radius: 2px;
}
.view-ticket strong {
    font-weight: 500;
}
.server-status-cloudx .badge-success, .custom-file .custom-file-label::after, .user-management-cloudx table tbody span.label.label-info, .card.switch-account-cloudx span.label.label-info {
    color: #3699ff;
    background-color: #e1f0ff;
}

.server-status-cloudx .badge-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.server-status-cloudx ul.pagination li:hover a {
    color: #4f7cec;
}

/* ================================================== */

/* ===============serverstatus-css-start ================== */

/* ================================================== */

/* ===============knowledgebase-css-start ================== */

.knowledgebase-cloudx form .kb-search input {
    font-weight: 400 !important;
}

.knowledgebase-cloudx .kb-category span, .download-cloudx .kb-category span, .kb-category span {
    padding-left: 15px;
}

.knowledgebase-cloudx .kb-category span, .download-cloudx .kb-category span, form#frmAddToCart .col-sm-7 h2, .kb-category span {
    font-size: 20px;
    line-height: 28px;
    color: #2F1C6A;
    font-weight: 700;
}

form#frmAddToCart .col-sm-7 p {
    font-size: 14px;
}

.knowledgebase-cloudx .kb-category span i, .download-cloudx .kb-category span i, .kb-category span i {
    color: #673DE6;
    -webkit-text-stroke-width: 1px;
    font-size: 28px;
    float: left;
}

.knowledgebase-cloudx .kb-category p small, div#ticketReplyContainer label, .submit-ticket-two-cloudx .form-group label, .download-cloudx .kb-category p small, form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmConfigureDomains .form-group label {
    font-size: 14px;
    line-height: 25px;
    color: #7c8088;

}

.account-manage-cloudx form label {
    color: #0B1948;

}

.account-manage-cloudx .alert-info {
    background-color: #EBF3FF;
    border-color: #DEEBFE;
}

div#ticketReplyContainer label, .submit-ticket-two-cloudx .form-group label {
    line-height: 30px;
}

.knowledgebase-cloudx .kb-category p, .download-cloudx .kb-category p, .kb-category p {
    padding-left: 50px;
}

.knowledgebase-cloudx .kb-category span.badge.badge-info, .download-cloudx .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    font-weight: 600;
    padding: 3px 10px;
}

.knowledgebase-cloudx .kb-category .card-body, .download-cloudx .kb-category .card-body, .kb-category .card-body {
    padding: 30px 25px;
    overflow: auto;
}

.knowledgebase-cloudx .card .card-title, button#btnTicketAttachmentsAdd, .knowledgebase-article-cloudx h3.card-title, .knowledgebase-base-cat-cloudx .card-title, .download-cloudx .card-title, .download-cat-cloudx .card-title {
    color: #474747;
}

.knowledgebase-cloudx .kb-article-item, .knowledgebase-article-cloudx .kb-article-item, .knowledgebase-base-cat-cloudx .kb-article-item, .download-cloudx .card .kb-article-item, .download-cat-cloudx .card .kb-article-item {
    font-size: 15px;
    line-height: 22px;
    color: #4f7cec;
    font-weight: 700;
    border: 0;
    margin: 0px 25px;
    padding: 20px 22px;
}

.knowledgebase-cloudx .card .list-group.list-group-flush, .knowledgebase-article-cloudx .list-group.list-group-flush, .knowledgebase-base-cat-cloudx .list-group.list-group-flush, .download-cloudx .list-group.list-group-flush, .download-cat-cloudx .list-group.list-group-flush {
    padding: 10px 0px 20px;
}

.knowledgebase-cloudx .kb-article-item:nth-child(even), .knowledgebase-cloudx .kb-category .card-body:hover, .knowledgebase-cloudx .kb-article-item:hover, .knowledgebase-article-cloudx .kb-article-item:hover, .knowledgebase-article-cloudx .kb-article-item:nth-child(even), .knowledgebase-base-cat-cloudx .kb-article-item:nth-child(even), .knowledgebase-base-cat-cloudx:nth-child(even), .knowledgebase-base-cat-cloudx .kb-article-item:hover, .download-cloudx .kb-article-item:hover, .download-cat-cloudx .kb-article-item:hover, .download-cloudx .kb-article-item:nth-child(even), .download-cat-cloudx .kb-article-item:nth-child(even), .download-cloudx .kb-category .card-body:hover, .download-cat-cloudx .kb-category .card-body:hover {
    background-color: #f3f6f9;
}

.knowledgebase-cloudx .card .card-title i, .knowledgebase-article-cloudx h3.card-title i, .knowledgebase-base-cat-cloudx .card-title i, .download-cloudx .card .card-title i, .download-cat-cloudx .card .card-title i {
    color: #4f7cec;
    -webkit-text-stroke-width: 1px;
    padding-right: 25px;
}

.knowledgebase-cloudx .kb-article-item i, .knowledgebase-article-cloudx .kb-article-item i, .knowledgebase-base-cat-cloudx .kb-article-item i, .download-cloudx .kb-article-item i, .download-cat-cloudx .kb-article-item i {
    color: #4f7cec !important;
    font-weight: 700;
    padding-right: 5px;
}

.knowledgebase-cloudx .kb-article-item small, .knowledgebase-article-cloudx .kb-article-item small, .knowledgebase-base-cat-cloudx .kb-article-item small, .download-cloudx .kb-article-item small, .download-cat-cloudx .kb-article-item small {
    font-size: 13px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-top: 7px;
    padding-left: 0;
}

.knowledgebase-cloudx .kb-category .card-body, .download-cloudx .kb-category .card-body, .download-cat-cloudx .kb-category .card-body, .kb-category .card-body {
    border-bottom: 0;
}

.knowledgebase-cloudx .card-body, .knowledgebase-base-cat-cloudx .card-body, .knowledgebase-article-cloudx .card~.card .card-body, .download-cloudx .card .card-body, .download-cat-cloudx .card .card-body {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 25px;
}

/* ================================================== */

/* ===============knowledgebase-css-end ================== */

/* ================================================== */

/* ===============knowledgebase-detail-css-start ================== */

.knowledgebase-article-cloudx .card-body h1, .download-cloudx .kb-category .card-body h1, .download-cat-cloudx .kb-category .card-body h1 {
    font-size: 20px;
    line-height: 34px;
    color: #4f7cec;
    font-weight: 700;
}

.knowledgebase-article-cloudx .card-body ul li i, .download-cloudx .kb-category .card-body ul li i, .download-cat-cloudx .kb-category .card-body ul li i {
    color: #4f7cec;
}

.primary-content .knowledgebase-article-cloudx .card-body ul li {
    color: #acb0b8 !important;
}

.knowledgebase-article-cloudx .card-body a.btn.btn-default, .knowledgebase-article-cloudx form button.btn-secondary {
    font-size: 13px;
    line-height: 20px;
    color: #4f7cec;
    font-weight: 700;
    padding: 6px 10px;
    border: 1px solid #e1f0ff;
}

.knowledgebase-article-cloudx .card-body a.btn.btn-default, .knowledgebase-article-cloudx form button.btn-secondary {
    background-color: #e2eaf8;
}

.knowledgebase-article-cloudx .card-body h4 {
    font-size: 18px;
    line-height: 28px;
    color: #474747;
    font-weight: 700;
    margin: 0;
    padding: 15px 20px 8px;
}

.knowledgebase-article-cloudx hr {
    display: none;
}

.knowledgebase-article-cloudx form, .knowledgebase-article-cloudx .card-body h4 {
    background-color: #f3f6f9;
}

.knowledgebase-article-cloudx form button.btn-secondary {
    padding: 6px 6px !important;
    width: 70px;
}

.knowledgebase-article-cloudx form button.btn-secondary:active {
    background-color: #e2eaf8 !important;
    border-color: #e2eaf8 !important;
    color: #4f7cec !important;
}

.knowledgebase-article-cloudx form {
    padding: 0 22px 22px;
}

.knowledgebase-article-cloudx ul {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.knowledgebase-article-cloudx .card-body article p {
    margin-bottom: 20px;
}

.knowledgebase-article-cloudx .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============knowledgebase-detail-css-end ================== */

/* ================================================== */

/* ===============view-ticket-css-start ================== */

.view-ticket .card-title {
    font-size: 20px;
    color: #2F1C6A;
    margin-bottom: 5px;
}

.view-ticket .card-body p, .view-ticket div#ticketReplyContainer form input, .md-editor .md-footer .small-font, div#ticketReplyContainer .custom-file input#inputAttachment1, .knowledgebase-article-cloudx .card-body ul li {
    font-size: 13px;
    line-height: 18px;
    color: #7c8088;
    font-weight: 400;
}

.view-ticket button#btnTicketReply, .view-ticket a.btn.btn-danger {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    border: 1px solid transparent;
    padding: 5px 10px;
}

.view-ticket button#btnTicketReply {
    color: #4f7cec;
    background-color: #edf2fd;
}

.view-ticket a.btn.btn-danger {
    color: #eb243b;
    background-color: #ffd7e0;
}

.view-ticket .card-body.p-3 {
    margin-bottom: 20px;
}

.card.view-ticket .card-body:first-child {
    padding: 25px !important;
}

.card.view-ticket, .view-ticket .posted-by {
    background-color: transparent;
    border: 0;
}

.view-ticket .card-body {
    background-color: #fff;
    border: 0;
    padding: 10px;
}

.view-ticket .posted-by {
    font-size: 17px;
    line-height: 20px;
    color: #474747;
    position: relative;
    padding: 15px 98px 13px 14px;
}

.view-ticket span.posted-on {
    display: block;
    padding-top: 5px;
}

.view-ticket .requestor-badge {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 14px;
}

.view-ticket .ticket-reply .rating {
    float: left;
    padding: 0;
}

.view-ticket .ticket-reply .rating span:before {
    color: #4f7cec;
    font-size: 13px;
}

.view-ticket .message p {
    margin: 0;
}

.view-ticket .message.p-3 {
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 0 28px !important;
    margin: 0px 15px;
}

.view-ticket .card-body:last-child .message.p-3{
    border: 0;
}
.view-ticket .card-body:nth-child(2) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.primary-content .sidebar .card.card-sidebar:last-child, .sidebar .card.card-sidebar:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-ticket .card-body:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.view-ticket .card-body:last-child .message.p-3 p:last-child {
    padding-top: 20px;
    color: #4f7cec;
}

.view-ticket .card-body:last-child .message.p-3 hr {
    display: none;
}

div#ticketReplyContainer h3.card-title, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-cloudx h3.card-title, .submit-ticket-two-cloudx p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .account-manage-cloudx .btn-default, .using-password-strength .btn-default, .btn-default {
    color: #464747;
}

.account-manage-cloudx .btn-primary, .account-manage-cloudx .btn-default, .account-manage-cloudx .btn-danger, .contact-detail-cloudx .btn {
    padding: 10px 25px;
}

div#ticketReplyContainer label, .submit-ticket-two-cloudx .form-group label {
    font-weight: 400;
    margin-bottom: 0px;
}

div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-cloudx .form-group input, .submit-ticket-two-cloudx .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #dee3e8;
}

.primary-content form .md-editor .btn.btn-primary {
    font-size: 13px;
    background-color: #4f7cec;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    border-color: #4f7cec;
}

.primary-content form .md-editor .btn-primary span.fas {
    color: #fff;
    position: relative;
    top: -1px;
    font-size: 11px;
    margin-right: 1px;
}

form .md-editor .btn-group .btn span {
    color: #2a2e36;
}

.md-editor .md-footer {
    background-color: #f3f6f9;
    padding: 12px 4px;
}

.form-group .md-editor>.markdown-editor {
    border-bottom: 0 !important;
    border-color: #dee3e8;
}

.md-editor>.btn-toolbar {
    padding: 11px 10px;
}

.form-group .md-editor .md-footer .small-font, div#ticketReplyContainer form input, form .md-editor, form .md-editor .btn-group .btn, .submit-ticket-two-cloudx .form-group input, .submit-ticket-two-cloudx .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, .account-manage-cloudx .form-control {
    color: #2e3442;
}

div#ticketReplyContainer form input::placeholder, .submit-ticket-two-cloudx .form-group input::placeholder, .submit-ticket-two-cloudx .form-group select::placeholder, form#frmConfigureDomains .sub-heading~.row .form-control::placeholder, .modal .modal-body .form-control::placeholder, .custom-file input#inputAttachment1::placeholder {
    color: #2e34426e;
}

.custom-file input#inputAttachment1 {
    color: #2e3442;
    position: relative;
    top: 4px;
}

.custom-file .custom-file-label {
    line-height: 32px;
}

.custom-file .custom-file-label, button#btnTicketAttachmentsAdd, button#btnTicketAttachmentsAdd:hover {
    border-color: #dee3e8;
}

button#btnTicketAttachmentsAdd:hover{
    color: #673DE6;
}

.custom-file input, .custom-file .custom-file-label, button#btnTicketAttachmentsAdd {
    height: 46px;
}

.custom-file .custom-file-label::after {
    top: 5px;
    right: 5px;
    height: 33px;
    padding: 7px 12px;
}

button#btnTicketAttachmentsAdd {
    border-left: 0;
    background-color: #f3f6f9;
    font-weight: 700;
    padding: 10px 18px;
}

div#ticketReplyContainer .form-group .text-muted small, .submit-ticket-two-cloudx .form-group .text-muted small {
    color: #acb0b8;
}

div#ticketReplyContainer .form-group input.btn.btn-primary, .submit-ticket-two-cloudx p .btn.btn-primary, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmConfigureDomains button.btn.btn-primary, .modal button.btn.btn-primary, #frmAddToCart .btn-primary, .already-registered.clearfix button#btnAlreadyRegistered, .account-manage-cloudx .btn-primary, .payment-methods-cloudx table#payMethodList .btn-default, .account-manage-cloudx form .btn-default, .using-password-strength .btn-primary, .btn-primary, .account-new-cloudx button {
    background-color: #673DE6;
    border: 1px solid #673DE6;
}


div#ticketReplyContainer .form-group input.btn.btn-primary:hover, div#ticketReplyContainer .form-group input.btn.btn-default:hover, .submit-ticket-two-cloudx p .btn.btn-primary:hover, .submit-ticket-two-cloudx p .btn.btn-default:hover, form#frmManagePaymentMethod .submit-container button#btnSubmit:hover, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default:hover, form#frmConfigureDomains button.btn.btn-primary:hover, .modal button.btn.btn-primary:hover, .modal button.btn.btn-default:hover, #frmAddToCart .btn-primary:hover, .already-registered.clearfix button#btnAlreadyRegistered:hover, .account-manage-cloudx .btn-primary:hover, .account-manage-cloudx .btn-default:hover, .payment-methods-cloudx table#payMethodList .btn-set-default:hover, .payment-methods-cloudx table#payMethodList .btn-default:hover, .account-manage-cloudx form .btn-default:hover, .using-password-strength .btn-primary:hover, .using-password-strength .btn-default:hover, .btn-primary:hover, .btn-default:hover, .account-new-cloudx button:hover, #modalChooseLanguage .modal-footer button:hover,
div#ticketReplyContainer .form-group input.btn.btn-primary:focus, div#ticketReplyContainer .form-group input.btn.btn-default:focus, .submit-ticket-two-cloudx p .btn.btn-primary:focus, .submit-ticket-two-cloudx p .btn.btn-default:focus, form#frmManagePaymentMethod .submit-container button#btnSubmit:focus, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default:focus, form#frmConfigureDomains button.btn.btn-primary:focus, .modal button.btn.btn-primary:focus, .modal button.btn.btn-default:focus, #frmAddToCart .btn-primary:focus, .already-registered.clearfix button#btnAlreadyRegistered:focus, .account-manage-cloudx .btn-primary:focus, .account-manage-cloudx .btn-default:focus, .payment-methods-cloudx table#payMethodList .btn-set-default:focus, .payment-methods-cloudx table#payMethodList .btn-default:focus, .account-manage-cloudx form .btn-default:focus, .using-password-strength .btn-primary:focus, .using-password-strength .btn-default:focus, .btn-primary:focus, .btn-default:focus, .account-new-cloudx button:focus, #modalChooseLanguage .modal-footer button:focus {
    border-color: #673DE6;
    background-color: #e1f0ff63;
    color: #673DE6;
}
.payment-methods-cloudx table#payMethodList .btn-set-default{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 0.25rem 0.7rem;
    background: #fff;
    color: #673fea;
}
.payment-methods-cloudx table#payMethodList .btn-default i {
    font-size: 11px;
    font-weight: normal;
}
.account-new-cloudx .alert form label {
    font-size: 16px;
    padding-top: 12px;
    font-weight: 700;
}
.section-above-p-method a.btn.btn-sm.btn-default, .section-above-p-method a.btn.btn-sm.btn-default.btn-delete {
    font-size: 13px !important;
    line-height: 20px !important;
    padding: 0.25rem 0.7rem;
}
.account-new-cloudx button {
    color: #fff;
    padding: 11px;
}

div#ticketReplyContainer .form-group, .submit-ticket-two-cloudx .form-group {
    margin-bottom: 10px;
}

div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-cloudx p .btn.btn-default, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default, .modal button.btn.btn-default, .using-password-strength .btn-default, .btn-default {
    border: 1px solid #FC5185;
}

.modal button.btn.btn-default:hover {
    background-color: #FC5185;
    color: #fff;
    border-color: #FC5185;
}

div#ticketReplyContainer .form-group input, .submit-ticket-two-cloudx .form-group input, .submit-ticket-two-cloudx .form-group select, form#frmConfigureDomains .sub-heading~.row .form-control, .modal .modal-body .form-control, #frmCheckout select#inputDomainContact, .account-manage-cloudx .form-control {
    font-size: 13px;
    height: 46px;
}

form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-cloudx p .btn.btn-primary, .submit-ticket-two-cloudx p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
    padding: 11px 26px;
}

div#ticketReplyContainer form#frmReply .form-group:last-child {
    text-align: left !important;
    padding-top: 12px;
}

div#ticketReplyContainer form#frmReply .form-group.col-md-5 {
    padding-top: 0;
}

div#ticketReplyContainer form#frmReply input.btn.btn-primary, .submit-ticket-two-cloudx p .btn.btn-primary {
    margin-right: 10px;
}

div#ticketReplyContainer h3.card-title, .submit-ticket-two-cloudx h3.card-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

div#ticketReplyContainer .card-body {
    padding: 25px;
}

/* ================================================== */

/* ===============view-ticket-css-end ================== */

/* ================================================== */

/* ===============review-&-checkout-css-start ================== */

.view-cart-items-header .col-sm-7, .view-cart-items-header .col-sm-4 {
    color: #2f1c6a;
}

.view-cart-items-header .col-sm-4 {
    text-align: left !important;
}



.view-cart-tabs button.btn.btn-block.btn-default {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: normal;
    background-color: #fc5185;
    border-color: #fc5185;
    max-width: 140px;
    padding: 10px;
    margin-left: 0;
    height: 46px;
    border-radius: 0px 2px 2px 0px;
}


/* =========================================================== */

/*======================== recommended-css ======================*/


.home-page-slider-panel.detail-page-product, .domain-pricing .tld-filters a {
    box-shadow: none;
}

select#inputDomainContact {
    width: 100%;
    margin-bottom: 10px;
}

/* ================================================== */

/* ===============review-&-chekout-css-end ================== */

/* ================================================== */

/* ===============submit-ticket-css-start ================== */

.submit-ticket-two-cloudx .form-group .text-muted {
    margin-bottom: 30px;
}

.submit-ticket-two-cloudx .card p.text-center {
    text-align: left !important;
}

.submit-ticket-two-cloudx .card .card-body {
    padding: 20px 25px;
}

/* ================================================== */

/* ===============submit-ticket-css-end ================== */

/* ================================================== */

/* ===============downloads-css-start ================== */

.download-cloudx .kb-search, .download-cat-cloudx .kb-search {
    margin-bottom: 0;
}

.download-cloudx form, .download-cat-cloudx form {
    margin-bottom: 1.5rem;
}

.download-cloudx .card .kb-article-item strong {
    font-size: 12px;
    color: #9f9f9f;
}

/* ================================================== */

/* ===============downloads-css-end ================== */

/* ================================================== */

/* ===============payment-css-start ================== */

.payment-methods-cloudx .card-body, .payment-method-add-card .card-body {
    padding: 25px;
}

.payment-methods-cloudx .card-title, .payment-method-add-card .card-title {
    font-size: 20px;
    line-height: 28px;
    color: #2F1C6A;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 18px;
    margin-bottom: 12px;
}

.payment-methods-cloudx p {
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 10px;
}

.payment-methods-cloudx a.btn.btn-primary {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
    background-color: #673DE6;
    border: 1px solid #673DE6;
    padding: 8px 18px;
}

.payment-methods-cloudx table#payMethodList tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.payment-methods-cloudx table#payMethodList tr th, .payment-methods-cloudx table#payMethodList tr td, .payment-methods-cloudx p{
    font-size: 13px;
    line-height: 25px;
    color: #474747;
    font-weight: 400;
}

.payment-methods-cloudx table#payMethodList tr th {
    border-top: 0;
    color: #47474791;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
}

.payment-methods-cloudx table#payMethodList tr td {
    color: #474747;
    text-align: left;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline {
    display: block;
    padding-top: 10px;
    color: #474747;
    font-weight: 600;
    position: relative;
    padding-left: 34px;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline .iradio_square-blue {
    position: absolute !important;
    left: 0;
}

form#frmManagePaymentMethod div#innerBillingContactsContainer br, .product-info ul br {
    display: none;
}

.payment-methods-cloudx table#payMethodList {
    margin-top: 55px;
}

form#frmManagePaymentMethod .alert+.form-group label.control-label {
    display: none;
}

/* ================================================== */

/* ===============payment-css-end ================== */

/* ================================================== */

/* ===============payment-addon-css-end ================== */

form#frmManagePaymentMethod label {
    font-size: 14px;
    line-height: 20px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 3px;
}

form#frmManagePaymentMethod label.control-label, form#frmManagePaymentMethod label, form#frmManagePaymentMethod .form-group .col-md-8 .col-md-4, form#frmManagePaymentMethod .cc-details .col-md-8 .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

form#frmManagePaymentMethod .form-group label.form-check.form-check-inline:last-child {
    margin-bottom: 10px;
}

form#frmManagePaymentMethod {
    padding-top: 5px;
}

form#frmManagePaymentMethod .form-group input, form#frmProductDomain .domain-selection-options input, #frmCheckout select#inputDomainContact, #frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control, form#frmAddToCart select, form#frmAddToCart .store-domain-tab-content input, .landing-page select.form-control.currency-selector, form.using-password-strength .form-control {
    height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
}

.primary-content .form-control {
    min-height: 46px;
    border-radius: 2px;
    border: 1px solid #dee3e8;
    font-size: 14px;
    color: #2e3442;
}

#frmManagePaymentMethod .fieldgroup-creditcard {
    margin-bottom: 40px;
}

#frmManagePaymentMethod .fieldgroup-creditcard div#stripeCvcWhere {
    float: left;
    padding-top: 10px;
}

form#frmManagePaymentMethod .submit-container button#btnSubmit {
    margin-right: 7px;
}

#frmManagePaymentMethod .fieldgroup-creditcard label+div .form-control {
    padding-top: 13px;
}

form#frmManagePaymentMethod .form-group .col-md-8 input {
    width: 100%;
}

button#cvvWhereLink, form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    font-size: 11px;
    line-height: 18px;
    color: #2e344273 !important;
    font-weight: 600;
    float: right;
    text-decoration: none;
    padding: 4px 0px 0px;
}

form#frmManagePaymentMethod .form-group .input-group-append {
    width: 100%;
}

form#frmManagePaymentMethod .form-group .input-group-append .input-group-text {
    background-color: transparent;
    border: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
    position: absolute;
}

div#innerBillingContactsContainer label {
    color: #474747;
    font-weight: 600;
}

form#frmManagePaymentMethod .fieldgroup-auxfields a.btn.btn-default.btn-sm {
    background-color: #edf2fd;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 18px;
    color: #4f7cec;
    font-weight: 700;
    border-color: #edf2fd;
    margin: 10px 0px 20px;
}

form#frmManagePaymentMethod .submit-container .col-md-8.offset-sm-4 {
    margin: 0;
}

/* ================================================== */

/* =============== payment-addon-css-end ================== */

/* ================================================== */

/* =============== choose-domain-css-start ================== */

.card.switch-account-cloudx .select-account a:hover {
    background-color: #f3f6f9;
}

.card.switch-account-cloudx .select-account a, .card.switch-account-cloudx .select-account {
    border: 0;
}

.user-management-cloudx .card:first-child p {
    color: #4f7cec;
}

.home-page-slider-panel .promo-banner h4, .card-body.store-promoted-product h4 {
    color: #004747;
    font-weight: 700;
}

form#frmProductDomain .domain-selection-options label {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 20px 6px 20px 36px;
}

form#frmProductDomain .domain-selection-options button.btn.btn-primary {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #FC5185;
    border-color: #FC5185;
    padding: 10px 36px;
    margin-left: -12px;
    width: auto;
}

form#frmProductDomain .domain-selection-options div#domainowndomain input {
    border: 1px solid #dee3e8;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right .form-control-static {
    border: 1px solid #dee3e8;
    padding: 0;
    width: 90%;
    float: right;
    line-height: 44px;
    text-align: center;
    border-right: 0;
    background-color: #fff;
    margin-bottom: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
    padding-right: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
    padding-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 .form-control {
    width: 98%;
    border-left: 0;
}

form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
    margin-left: -16px;
}

form#frmProductDomain .domain-selection-options input span.input-group-text {
    border-radius: 2px;
}

/* ================================================== */

/* =============== choose-domain-css-end ================== */

/* ================================================== */

/*================ checkout-cart-css-start ===============*/


#frmCheckout label.checkbox-inline {
    margin-top: 15px;
}

button#btnNewUserSignup {
    background: #673DE6;
    border-color: #673DE6;
    color: #fff;
}

button#btnNewUserSignup:hover {
    background: #fff;
    border-color: #673DE6;
    color: #673DE6;
}

form#frmConfigureProduct div#productConfigurableOptions {
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}
form#frmConfigureDomains .sub-heading .primary-bg-color {
    background: transparent;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 0;
}

#frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
    padding: 0px 57px;
}

#frmCheckout div#containerNewUserSignup {
    padding: 0px 25px;
}

form#frmCheckout .generate-password {
    background: #f4f5ff;
    color: #673DE6;
    border: none;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: normal;
    margin-bottom: 10px;
}

div#registration #frmCheckout div#containerNewUserSignup, div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    padding: 0;
}

div#registration #frmCheckout div#containerNewUserSecurity .row, div#registration #frmCheckout div#containerNewUserSecurity div#containerPassword {
    margin: 0 -10px;
}

/* ================================================== */

/*==================== domain-search-css-start =============*/

/* ================================================== */

/* =============== checkout-cart-css-end ================== */

/* ================================================== */

/* =============== configure-css-start ================== */

.primary-content select {
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/22F1C6A/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
}

form#frmConfigureProduct .product-info ul {
    padding-left: 12px;
}
.home-page-slider-panel .promo-banner .card-body h3 small a {
    color: #4f7cec;
    text-decoration: none;
}

form#frmConfigureProduct .sub-heading {
    margin: 0 0 35px 0;
    border: 0;
}

form#frmConfigureProduct .sub-heading span.primary-bg-color {
    background-color: transparent;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    padding: 10px 0px;
    width: 100%;
    color: #2F1C6A;
}

ul.selectBillingCycleCloudCart {
    display: flex;
    flex-wrap: wrap;
}

ul.selectBillingCycleCloudCart li {
    border: 1px solid #e7e7e7;
    margin: 8px;
    padding: 20px;
    max-width: 30.666%;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 6%), 0px 8px 21px rgb(0 0 0 / 5%);
    cursor: pointer;
}

ul.selectBillingCycleCloudCart li.active {
    border-color: #673de6;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 16px 40px rgba(0, 0, 0, 0.16);
}

ul.selectBillingCycleCloudCart li strong {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    width: 100%;
}
form#frmConfigureProduct .alert.alert-warning {
    text-align: left;
}
.card-body.store-promoted-product .btn-success {
    background-color: #673DE6;
    border: 1px solid #673DE6;
    padding: 12px 16px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}
form#frmConfigureProduct .alert.alert-warning a.alert-link {
    float: right;
}


.email-verification .btn:hover, .email-verification .btn:active {
    background-color: #fc5185 !important;
}

.email-verification button#btnEmailVerificationClose:hover {
    background-color: transparent !important;
    color: #fc5185;
}

.home-page-slider-panel {
    background-color: #fff;
    padding: 10px;
    margin: 0px 10px 20px;
}

.home-page-slider-panel .promo-banner {
    border: 0;
}

.home-page-slider-panel .promotions-slider-control {
    padding: 10px;
}

.home-page-slider-panel .promo-banner .card-body {
    padding: 0;
}

.home-page-slider-panel .promo-banner .icon-left {
    background-color: #edf2fd;
    padding: 30px 15px;
}

.home-page-slider-panel .promo-banner .card-body h3, .card-body.store-promoted-product h3 {
    background-color: transparent;
    padding: 0px 0px 5px;
    font-size: 20px;
    font-weight: 700;
}
.home-page-slider-panel .promo-banner .card-body .content h3 {
    padding-left: 0!important;
    border-bottom: none;
}
.home-page-slider-panel .promotions-slider-control a span {
    width: 12px;
}

.home-page-slider-panel .promo-banner .card-body .btn-success {
    margin-top: 25px;
}

/* ================================================== */

/* =============== configure-css-start-end ================== */

/* ================================================== */

/* ================Domain-config-css-start ============ */

form#frmConfigureDomains .sub-heading~.row {
    background-color: #fff;
    margin: 0px 0;
    padding: 20px;
}

form#frmConfigureDomains .sub-heading~.form-group {
    padding-top: 0;
}

form#frmConfigureDomains .sub-heading {
    margin-top: 15px;
}

/* form#frmConfigureDomains .sub-heading~.row .col-sm-4, form#frmAddToCart .col-sm-7, form#frmAddToCart .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
} */

form#frmConfigureDomains .sub-heading~.row .col-sm-4 {
    text-align: left !important;
}

form#frmConfigureDomains .sub-heading~.row .form-control {
    width: 100%;
}

form#frmConfigureDomains .sub-heading .primary-bg-color {
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 10px;
}

form#frmConfigureDomains .form-group {
    color: #3699ff;
    font-weight: 600;
}

form#frmConfigureDomains .sub-heading+p {
    padding: 20px 35px 0;
    color: #3699ff;
    background-color: #fff;
    margin: 0;
    font-size: 15px;
}

div#containerNewUserSignup .col-sm-12:last-child {
    padding-bottom: 20px;
}

form#frmCheckout .sub-heading+p {
    padding-top: 10px;
}

/* ================================================== */

/* ================Domain-config-css-end ============ */

/* ================================================== */

/* ================invoice-css-end ============ */

.invoice-container {
    padding: 40px;
}

.invoice-header h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 38px;
    color: #673DE6;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.invoice-container .invoice-header .small-text {
    margin-top: 17px;
}

.invoice-container .row.invoice-header .invoice-status, .invoice-container .invoice-header h2 {
    border-bottom: 1px solid #f1f1f1;
}

.invoice-header h3 {
    font-size: 20px;
    line-height: 28px;
    color: #2F1C6A;
    font-weight: 700;
}

.invoice-container .invoice-status span.unpaid, .invoice-container button#btnPayNow {
    background-color: #ee848b;
    padding: 5px 14px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
}

.invoice-container .invoice-col button#btnPayNow {
    background-color: #673DE6;
    border-color: #673DE6;
    float: right;
    margin-top: 5px;
}

.invoice-container .invoice-status {
    display: flex;
    justify-content: flex-end;
    margin: 5px 0 0 0;
    padding-bottom: 15px;
}

.invoice-container .row.invoice-header .col-12 {
    padding: 0;
}

.invoice-container .small-text, .invoice-container .payment-btn-container p, .invoice-container table thead td strong, .invoice-container table tbody td {
    font-size: 13px;
    line-height: 20px;
    color: #474747;
    font-weight: 600;
    margin-top: 10px;
}

.invoice-container table thead td strong {
    color: #47474799;
    font-weight: 600;
}

.invoice-container .card.bg-default .card-header h3 {
    font-weight: 500;
}

.invoice-container table tr td {
    border-top: 0;
    padding: 12px 0px;
    text-align: left !important;
}

.invoice-container table thead tr td {
    border-bottom: 1px solid #f1f1f1;
    text-align: left !important;
}

.invoice-container tr td.total-row {
    background-color: transparent;
}

.invoice-container tr:last-child td.total-row, .invoice-container .transactions-container table tbody tr:last-child td {
    background-color: #f3f6f9;
    padding: 12px 5px;
}

.payment-btn-container p br, .invoice-container hr {
    display: none;
}

.invoice-container .invoice-col span.small-text.float-sm-right form, .invoice-container .invoice-col span.small-text.float-sm-right form select {
    width: 100%;
    color: #2F1C6A;
}

.invoice-container .invoice-col span.small-text.float-sm-right form select:focus {
    box-shadow: none;
    border: 1px solid #dcdee2;
}

.invoice-container .invoice-col span.small-text.float-sm-right {
    display: inline-block;
    width: 70%;
}

.invoice-container .row.invoice-header .small-text {
    padding-left: 103px;
}

.invoice-container .row.invoice-header {
    margin: 0;
}

.invoice-container .row.justify-content-sm-between {
    padding-top: 25px;
    margin-bottom: 20px;
}

.invoice-container .invoice-col strong, .invoice-container .card.bg-default .card-header h3 {
    font-size: 17px;
    line-height: 25px;
    color: #474747;
    font-weight: 700;
}

.invoice-container .card {
    border: 0;
}

.invoice-container .card.bg-default .card-header {
    padding: 0 0px 5px;
}

.invoice-container .float-right.btn-group a {
    border-color: #673DE6;
    color: #673DE6;
    font-weight: 700;
    border-radius: 2px;
}

.invoice-container .float-right.btn-group a:hover {
    background-color: #673DE6;
    color: #fff;
}

/* ================================================== */

/* ================invoice-css-end ============ */

/* ================= ssl-ceritificate-ev-css-start ================*/

body .landing-page.ssl .ideal-for.ev i, body .landing-page.ssl .ideal-for.ov i, body .landing-page.ssl .ideal-for.dv i {
    color: #673DE6;
}

/* ================================================== */

/* ================cart-order-css-start ============ */

form#frmAddToCart {
    background-color: #fff;
    padding: 25px 25px 30px;
    margin: 40px 0 0;
}
.store-order-container.mb-3~.card.mt-5 {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
form#frmAddToCart .col-sm-5 .payment-term {
    float: left;
    padding-top: 7px;
}

form#frmAddToCart .store-domain-tabs .nav-link.active {
    color: #ffffff;
    border-color: #673DE6;
}

form#frmAddToCart .store-domain-tab-content, form#frmAddToCart .store-domain-tabs .nav-link.active {
    background-color: #673DE6 !important;
}

form#frmAddToCart .store-domain-tab-content {
    border: 0;
    margin-bottom: 50px;
}

form#frmAddToCart .store-domain-tabs .nav-link {
    background-color: #f3f6f9;
    color: #673DE6;
    border-color: #f3f6f9;
    font-weight: 500;
}
.responsive-tabs-sm .nav-item a:hover{
    border-bottom: 1px solid transparent;
}
form#frmAddToCart .domain-validation.ok {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}

#frmAddToCart .btn-default {
    border: 1px solid rgb(0 0 0 / 13%);
    padding: 13px 25px;
    box-shadow: none;
}

#frmAddToCart .btn-primary {
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    padding: 13px 30px;
}

#frmAddToCart .btn-default, #frmAddToCart .btn-primary {
    margin-bottom: 10px;
}

form#frmAddToCart .col-sm-7.text-right {
    text-align: left !important;
    margin-top: 30px;
}

.store-promoted-product ul.features {
    margin-top: 10px;
}

.store-promoted-product .icon {
    background-color: #edf2fd;
    padding: 10px;
}

.store-promoted-product .icon img {
    margin-bottom: 15px;
}

/* ================================================== */

/* ================cart-order-css-end ============ */

/* ================================================== */

/* ================ssl-certificates-ov-css-start ============ */

.landing-page.ssl .content-block.features {
    padding: 60px 0px;
}

.primary-content .landing-page.ssl .content-block.standout.standout-2 {
    padding: 80px;
}

.primary-content .landing-page.ssl .standout, .primary-content .landing-page.ssl .content-block.standout.standout-2 {
    background-color: #fff;
    margin: 0;
    padding: 60px 0px;
}

body .landing-page.ssl .certificate-options.ov, body .landing-page.ssl .certificate-options.ev, body .landing-page.ssl .certificate-options.dv, body .landing-page.ssl .certificate-options.wildcard {
    background-color: #673DE6;
}

.landing-page.ssl .certificate-options.ov a.help-me-choose, .landing-page.ssl .certificate-options.ev a.help-me-choose, .landing-page.ssl .certificate-options.dv a.help-me-choose, .landing-page.ssl .certificate-options.wildcard a.help-me-choose {
    color: #fff;
    text-decoration: none;
}

.landing-page.bg-white.ssl .content-block.standout h3 {
    margin-bottom: 15px;
}

.landing-page.ssl .certificate-options.ov h3, .landing-page.ssl .certificate-options.ev h3, .landing-page.ssl .certificate-options.dv h3, .landing-page.ssl .certificate-options.wildcard h3 {
    font-weight: 600;
    float: none !important;
    text-align: center;
    color: #fff;
}
.landing-page.ssl .certificate-options.ev .col-md-3.sidebar ul li, .landing-page.ssl .certificate-options.ev .col-md-4.sidebar ul li, .landing-page.ssl .certificate-options.ev .col-md-6.sidebar ul li{
    border-color: #ebebeb;
}
.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    font-weight: 500;
    font-size: 20px;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table .header h4, .landing-page.ssl .certificate-options.ev .row-pricing-table .header h4, .landing-page.ssl .certificate-options.dv .row-pricing-table .header h4, .landing-page.ssl .certificate-options.wildcard .row-pricing-table .header h4 {
    margin-bottom: 10px;
    color: #fff;
}

.landing-page.ssl .certificate-options.ov .btn, .landing-page.ssl .certificate-options.ev .btn, .landing-page.ssl .certificate-options.dv .btn, .landing-page.ssl .certificate-options.wildcard .btn {
    color: #673DE6;
    padding: 12px;
    font-weight: 600;
}

.landing-page.ssl .certificate-options.ov .row-pricing-table ul li, .landing-page.ssl .certificate-options.ev .row-pricing-table ul li, .landing-page.ssl .certificate-options.dv .row-pricing-table ul li, .landing-page.ssl .certificate-options.wildcard .row-pricing-table ul li {
    padding: 6px;
}

.landing-page .content-block.dashed-border.standout {
    border-bottom: 1px dashed #edf2fd;
}

.primary-content .landing-page.ssl .content-block.features {
    background-color: #dceefd;
}

.primary-content .landing-page.ssl .content-block.features .feature {
    background-color: #673DE6;
    border: 1px solid #673DE6;
}

.primary-content .landing-page.ssl .content-block.features .feature:hover {
    background-color: transparent;
    color: #673DE6;
}

.primary-content .landing-page .content-block.features .feature h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.primary-content .landing-page.ssl .content-block.features .feature:hover h5 {
    color: #673fea;
}
.primary-content .landing-page button.navbar-toggler {
    background-color: #fff;
}

.primary-content .landing-page button.navbar-toggler:focus {
    outline: 0;
}

.primary-content .landing-page .standout .row.ideal-for {
    padding-top: 25px;
}

body .landing-page .certificate-options.wildcard, .landing-page .content-block.features, .landing-page .content-block.standout-features.standout {
    margin: 0;
}

.landing-page .content-block.standout-features.standout {
    background-color: #fff;
    margin: 0;
    padding: 80px 0px;
}

div#oxPricing .col-xl-10.offset-xl-1 {
    display: block;
    overflow-x: auto;
}

.content-block.what-is-ssl.standout ul li {
    position: relative;
    padding-left: 28px;
}

.content-block.what-is-ssl.standout ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

/* ================================================== */

/* ================ssl-certificates-ov-css-end ============ */

div#tableDomainPricing_wrapper thead th {
    background: #f3f6f9;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    color: #797979;
    background-color: #dddddd;
    border-color: #dddddd;
}

.bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
    width: 41px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    background-color: #673DE6;
    border-color: #673DE6;
}

.already-registered.clearfix, .primary-content .card-body .card-title {
    margin-bottom: 10px;
}

.payment-methods-cloudx table#payMethodList .btn:first-child {
    margin-right: 5px;
}

.account-manage-cloudx form .intl-tel-input.separate-dial-code .selected-flag, .user-management-cloudx table tr, .primary-content .user-management-cloudx table tbody tr, .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    background-color: transparent;
}

.tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link:hover {
    color: #673DE6;
}

#inputSecurityQId {
    min-height: 46px;
    border: 1px solid #DEE3E8;
    margin-bottom: 15px;
}

.account-manage-cloudx .btn, .contact-detail-cloudx .btn {
    margin: 10px 5px 0px;
    max-width: 170px;
    width: 100%;
}

.btn-social, .btn-social.btn-google {
    padding: 8px 15px;
}

.account-manage-cloudx .card-body label {
    padding-top: 5px;
}

.account-manage-cloudx form label {
    padding-top: 10px;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: no-drop;
}

.primary-content .account-manage-cloudx .card-body {
    overflow: visible;
}
.contact-page-cloudx div#default-captcha-domainchecker p {
    text-align: center;
}

.contact-page-cloudx div#default-captcha-domainchecker .col-6.captchaimage {
    max-width: 50%;
}

.contact-page-cloudx .h3 {
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #031B4E;
    font-weight: 700;
    text-align: center;
}

.contact-page-cloudx form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 950px;
    margin: 0 auto;
}

.contact-page-cloudx .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
    padding: 20px 40px 0px;
}

.contact-page-cloudx form .form-group.row{
    margin: 0;
}

.contact-page-cloudx form .form-group.row {
    width: 50%;
    margin-bottom: 10px;
}

.contact-page-cloudx form .form-group label {
    min-width: 100%;
    text-align: left !important;
    padding-left: 10px;
}

.contact-page-cloudx p {
    text-align: center;
}

.contact-page-cloudx form .form-group.row>div {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    padding: 0px 8px;
}

.contact-page-cloudx form .form-group.row:nth-of-type(3), .contact-page-cloudx form .form-group.row:nth-of-type(4) {
    width: 100%;
}

.contact-page-cloudx .btn.btn-primary {
    padding: 12px 25px;
}

.primary-content .card-body {
    overflow: visible;
}

.primary-content .client-home-cards .card-body {
    max-height: unset;
}

.user-management-cloudx table td {
    white-space: nowrap;
}

.user-management-cloudx table th {
    border-top: 0;
}

.user-management-cloudx .card form label {
    margin-bottom: 4px;
    display: inline-block;
}

.user-management-cloudx .card-body {
    overflow: auto;
}

.primary-content .card.switch-account-cloudx {
    max-width: 100%;
}

.tab-content.margin-bottom div#tabOverview .tab-content.bg-white.product-details-tab-container {
    border: 0;
}

.primary-content .landing-page.marketgoo .content-block.faqs h3 {
    font-size: 36px;
    font-weight: 800;
}

.card.switch-account-cloudx .select-account a {
    padding: 20px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.card.switch-account-cloudx .select-account a:last-child {
    border-bottom: 0;
}

#modalChooseLanguage .item-selector .item {
    margin: 2px 0 8px;
    padding: 6px;
    border: 1px solid #dee3e8;
    color: #6b788b;
    text-decoration: none;
    font-size: 14px;
}

.modal-localisation .modal-body {
    position: relative;
}

#modalChooseLanguage .item-selector .item:hover {
    background-color: #e1f0ff63;
    color: #673DE6!important;
}

#modalChooseLanguage button.close span {
    color: #474747;
    position: absolute;
    right: 0;
    margin: 18px 28px;
    top: 0;
}

#modalChooseLanguage .h5 {
    padding-top: 3px !important;
    color: #2F1C6A;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
}

div#modalChooseLanguage .row.item-selector:nth-of-type(1) {
    padding-bottom: 25px;
}

.modal-localisation .item-selector .item.active {
    background-color: transparent;
    border-color: #dee3e8;
    color: #6b788b;
}

.modal-localisation .modal-content {
    background-color: #fff;
}

.modal-localisation .modal-footer {
    padding: 0 26px 25px;
}

header.header .navbar .right-part-cloudx a.search-cloudx,
header.header .navbar .right-part-cloudx a.cartbtn-cloudx {
    color: #2F1C6A;
}

.primary-content .product-section-cloudx .card:hover i {
    transform: translateY(-4px);
}

.primary-bg-color section#main-body.body-background-cloudx {
    min-height: calc(100vh - 265px);
    padding-bottom: 0px;
}
.primary-bg-color section#main-body.body-background-cloudx.padd-40 {
    padding: 40px 0;
}
.primary-bg-color section#main-body.body-background-cloudx.market_connect_page {
    padding: 0;
}
.primary-bg-color section#main-body.body-background-cloudx.cloudx-custom-page-called {
    padding:0;
}
.account-section-main-cloudx ~ p {
    background-color: #262a33;
    margin: 0;
    padding-bottom: 1rem;
    color: #fff;
}

.account-section-main-cloudx ~ p a {
    color: #fff;
}

.account-section-main-cloudx ~ p a:hover {
    color: #673DE6;
}

.knowledgebase-cloudx .kb-category .card-body:hover {
    background-color: #fff;
}

.knowledgebase-cloudx .kb-category .card-body:hover span {
    color: #673DE6;
}

.ticket-div-cloudx:hover {
    box-shadow: 0px 12px 23px #2F1C6A14;
}

#tableEmailsList_wrapper .btn-info {
    color: #fff;
    background-color: #673DE6;
    border-color: #673DE6;
}

#tableEmailsList_wrapper .btn-info:hover {
    background-color: #4576b0;
    border-color: #4576b0;
}

body header.header .main-navbar-wrapper .navbar-nav a {
    font-size: 15px;
    margin: 0px 10px;
}

#footer ul.nav.justify-content-center.justify-content-lg-start .nav-item:last-child {
    margin-left: 14px;
}
body .home-domain-search .input-group-wrapper .btn {
    float: none!important;
    margin: 10px auto!important;
    background: transparent;
    color: #fff;
}

@media(max-width: 1440px) {
    .primary-content .landing-page .hero h2 {
        font-size: 52px;
        line-height: 58px;
    }

    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 30px;
    }
}

@media(min-width:991px) {
    .affiliate-stat.alert-warning {
        font-size: 1.6em;
        line-height: inherit;
        padding: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    body .email-verification {
        padding: 0px 15px 20px;
    }
}

@media(max-width: 1279px) {
    .product-section-cloudx .card-columns.home {
        justify-content: center;
    }

    #frmAddToCart .nav-tabs .nav-item {
        margin-bottom: -2px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    div#registration .intl-tel-input .country-list {
        width: 424px;
    }

    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 1272px;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media(max-width: 1199px) {
    .email-verification .btn.close {margin: 0;}
    .primary-content .landing-page.ox .stand-out .col-xl-4 {margin-bottom: 20px;}
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {height: 100%;}
    .store-order-container #frmAddToCart .store-domain-tabs li a { font-weight: 600; } 
    #domainForm .btn-group.btn-group-sm .dropdown-menu { margin-left: -100px; } 
    header.header .main-navbar-wrapper div#mainNavbar { padding: 1rem; } 
    header.header .not-login-cloudx-header div#mainNavbar { padding: 1.4rem 1.2rem; } 
    header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-cloudx-header { padding: 0; position: absolute; background-color: #fff; width: 100%; z-index: 999; } 
    .top-nav-cloudx li.nav-item:nth-of-type(2) { margin-right: 0; }
    header.header .main-navbar-wrapper .navbar-nav a { margin: 0; padding: 5px 0px; display: inline-block; font-size: 14px; } 
    .main-navbar-wrapper .login-cloudx-clientarea { margin-bottom: 8px; }
    .top-nav-cloudx li.nav-item:first-child, .not-login-cloudx-header #mainNavbar .navbar-brand, .not-login-cloudx-header .right-part-cloudx .search-cloudx, .not-login-cloudx-header .right-part-cloudx .cartbtn-cloudx, header.header .main-navbar-wrapper .navbar-nav a::before {
        display: none;}
    header.header .navbar.navbar-light.mobile-bar { display: block; width: 100%; border-bottom: 0; } 
    header.header .main-navbar-wrapper { padding: 10px 0px; } 
    .mobile-bar a.btn.nav-link.cart-btn { padding-right: 0.9rem !important; } 
    .not-login-cloudx-header ul#nav { margin-bottom: 8px; } 
    .not-login-cloudx-header div#mainNavbar { position: absolute; background-color: #fff; left: 0; right: 0; z-index: 999; top: 80px; margin: auto; }
    .not-login-cloudx-header .top-nav-cloudx .btn.nav-link {padding-right: 0;}
    div.product-details div.product-icon {padding: 0;}
    div.product-details div.product-icon span i.fas.fa-hdd.fa-stack-1x.fa-inverse {font-size: 45px;}
    .product-icon.text-center h4 {font-size: 22px;}
    /* =========================================================== */
    /*================== landing pages css start ==================*/
    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {margin: 20px 0;padding: 40px 0;}
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, 
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, 
    .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, 
    .primary-content .landing-page.weebly .content-block.faq h3, 
    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, 
    .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .features h3, 
    .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, 
    .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, 
    .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, 
    .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content 
    .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, 
    .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, 
    .primary-content .landing-page.mail-services .content-block.faq h3, 
    .primary-content .landing-page.mail-services .content-block.get-started .price, 
    .primary-content .landing-page.marketgoo .content-block.faqs h3 { font-size: 26px;line-height: 34px;}
    .primary-content .landing-page.ssl .validation-levels {padding: 50px 0px;}
    .primary-content .landing-page.ssl .validation-levels .item {padding: 15px;}
    .primary-content .landing-page.ssl .validation-levels .item p {font-size: 14px;    }
    .primary-content .landing-page.ssl .validation-levels .item h4, .primary-content .landing-page.ssl .content-block.standout .item h4, .primary-content .landing-page.ssl .content-block.ssl-benefits h4, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body h4 {
        font-size: 17px;line-height: 25px;}
    .primary-content .landing-page.ssl .validation-levels .item span {font-size: 16px;line-height: 24px;}
    .primary-content .landing-page.ssl .validation-levels .item .btn, .primary-content .landing-page.ssl .content-block.standout .btn, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan .btn, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .btn, .primary-content .landing-page.sitelock .content-block.plans .plan-comparison .plan .footer .btn, .primary-content .landing-page.sitelock .content-block.emergency .btn, .primary-content .landing-page.mail-services .product-options .item .btn, .primary-content .landing-page.mail-services .content-block.get-started .btn {
        padding: 8px;margin-top: 10px;}
    .primary-content .landing-page .navbar.navbar-expand-lg .navbar-nav>li>a, .primary-content .landing-page .navbar.navbar-expand-md .navbar-nav>li>a {padding: 10px 10px;}
    .primary-content .landing-page.ssl .content-block.ssl-benefits i {font-size: 25px;}
    .primary-content .landing-page.ssl .content-block.ssl-benefits .col-lg-2 {font-size: 15px;line-height: 25px;}
    .primary-content .landing-page.ssl .content-block.standout p, .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {
        font-size: 16px;line-height: 26px;}
    .primary-content .landing-page.ssl .standout-1 {padding: 10px 0 0;margin: 30px 0 180px 0;}
    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {margin: 0;padding: 0;font-size: 22px;}
    .primary-content .landing-page.ssl .standout-1 .browser .browser-image img {border-radius: 23px 23px 0 0;width: 800px;}
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper {max-width: 550px;font-size: 15px;line-height: 25px;padding: 30px;}
    .primary-content .landing-page.ssl .standout-1 .browser-notice .wrapper img {width: 60px;}
    .primary-content .landing-page.ssl .content-block.standout .item img {width: 150px;transition: all .3s ease;margin: 0 auto 15px;}
    .landing-page.ssl .detailed-info {padding: 60px 0 50px;}
    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-body p {font-size: 14px;line-height: 23px;}
    .primary-content .landing-page.ssl .detailed-info {padding: 60px 0 45px;}
    .primary-content .landing-page.ssl ul.ssl-certs-all .price strong {font-size: 17px;}
    .primary-content .landing-page.ssl .content-block.standout.standout-2 .logos img {max-height: 35px;}
    .primary-content .landing-page~p {font-size: 16px;line-height: 30px;}
    .primary-content .landing-page.sitelockvpn .hero-bg {background-size: 500px;padding: 60px 0;}
    /*============= landing pages css end =============*/;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .account-manage-cloudx form label {
        font-size: 16px;
    }

    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 12px;
    }

    .fast-hosting-theme-section {
        padding: 72px 0px 170px;
    }

    .domain-pricing .featured-tlds-container .col-lg-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .store-order-container #frmAddToCart .store-domain-tabs li a {
        margin-right: 5px;
        padding: 10px !important;
    }

    .store-order-container #frmAddToCart .nav-tabs .nav-item {
        max-width: 33.3%;
    }
}

@media(max-width: 992px) {
    .affiliate-stat {
        font-size: 1em;
        padding: 15px;
        line-height: normal;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .not-login-cloudx-header div#mainNavbar {
        width: 930px;
    }

    .email-verification .container {
        max-width: 930px;
    }

    .affiliate-stat.alert-warning {
        font-size: 1.2em;
    }
}

@media(min-width: 992px) {
    .alert.alert-warning .container {
        max-width: 935px;
    }

    /*.home-domain-search .input-group-wrapper a.btn.btn-link {
        position: absolute;
        right: 0;
    }*/

    .home-domain-search .input-group-wrapper {
        position: relative;
    }

    
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
    }

    .primary-content .product-section-cloudx .card {
        max-width: 31.3%;
        flex: 0 0 31.3%;
        -ms-flex: 0 0 31.3%;
    }

    .fast-hosting-theme-title {
        font-size: 45px;
        line-height: 50px;
    }

    .not-login-cloudx-header div#mainNavbar {
        width: 685px;
    }

    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }
    .alert.alert-warning .container, .email-verification .container {
        max-width: 690px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .primary-content .product-section-cloudx .card {
        max-width: 47.3%;
        flex: 0 0 47.3%;
        -ms-flex: 0 0 47.3%;
    }

    .not-login-cloudx-header div#mainNavbar {
        width: 506px;
    }

    .alert.alert-warning.network-issue-alert .container, .email-verification .container {
        max-width: 510px;
    }
}

@media(min-width: 576px) and (max-width: 1199px) {
    .primary-content .landing-page button.navbar-toggler {
        margin-left: 15px;
    }
}

@media(max-width: 991px) {
    .navbar-expand-md .nav-cnts .nav-btns .badge-info{
        top: -6px;
        right: -2px;
    }
    .primary-content .landing-page.sitelockvpn .hero-bg h1 br {
        display: none;
    }

    .home-page-slider-panel {
        margin: 0px 0px 20px;
    }

    .contact-page-cloudx .h3 {
        font-size: 30px;
        line-height: 35px;
    }

    body .email-verification .order-3 {
        order: 0;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }

    .email-verification .btn.close {
        right: 13px;
        left: auto;
    }

    .primary-content .landing-page.codeguard .content-block.pricing form.float-right:first-child {
        width: 100%;
        margin: 0;
    }

    body .landing-page.ox .header .header-content {
        padding: 10px 10px 30px;
    }

    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        border: 0;
    }

    .account-section-main-cloudx .action-icon-btns a {
        margin-bottom: 18px;
    }

    .help-elements .action-icon-btns {
        padding: 20px;
    }

    .action-icon-btns .col-6 {
        margin: 0;
    }

    .help-elements .action-icon-btns {
        position: relative;
    }

    .product-section-cloudx .card-columns.home {
        justify-content: left;
    }

    .footer ul.nav.justify-content-center.justify-content-lg-start {
        float: none;
        margin: 0;
    }

    footer.footer .copyright {
        max-width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    #tabOverview .col-lg-6 {
        margin-bottom: 15px;
    }

    #tabOverview .row.mb-3 {
        margin-bottom: 0px !important;
    }
   

    .primary-content .landing-page .navbar .navbar-nav li, .primary-content .landing-page.codeguard .navbar .navbar-nav li, .primary-content .landing-page.weebly .navbar .navbar-nav li, .primary-content .landing-page.mail-services .navbar .navbar-nav li {
        width: 100%;
        border-right: 0;
    }

    .landing-page.ssl div#nav-ssl li:last-child {
        margin-bottom: 25px;
    }

    .primary-content .landing-page .navbar {
        padding: 12px 15px !important;
    }

    .primary-content .landing-page .navbar .navbar-nav>li>a {
        text-align: left;
    }

    .primary-content .landing-page.sitelockvpn .feature.world {
        padding: 50px 0 0;
    }

    .primary-content .landing-page.sitelockvpn .hero-bg {
        padding: 50px 0;
    }

    .sidebar, .landing-page.sitelock .plans .plan-comparison .col-md-6.col-lg-4 {
        margin-bottom: 20px;
    }

    .sidebar.sidebar-secondary {
        margin-bottom: 0;
        padding: 0px 0px 25px;
    }

    .client-home-cards, .tiles {
        margin: 0px -10px;
    }
    /*============== landing apges css start ==============*/
    .primary-content .landing-page.ssl .validation-levels h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo, .primary-content .landing-page.ssl .standout-1 h3, .primary-content .landing-page.ssl .content-block.standout h2, .primary-content .landing-page.weebly .content-block.image-standout h3, .primary-content .landing-page.weebly .content-block.faq h3, .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan h4, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .header .header-content h1, .primary-content .landing-page.ox .pricing h3, .primary-content .landing-page.codeguard .content-block h2, .primary-content .landing-page.codeguard .content-block.faqs h3, .primary-content .landing-page.sitelock .content-block h2, .primary-content .landing-page.sitelock .content-block.emergency .price, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .hero-bg h1, .primary-content .landing-page.sitelockvpn .feature h3, .primary-content .landing-page.sitelockvpn .feature.pricing h2, .primary-content .landing-page.sitelockvpn .feature.all-plans h2, .primary-content .landing-page.sitelockvpn .feature.world h2, .primary-content .landing-page.sitelockvpn .feature.world span, .primary-content .landing-page.mail-services .content-block h2, .primary-content .landing-page.mail-services .content-block.faq h3, .primary-content .landing-page.mail-services .content-block.get-started .price, .landing-page.ssl .content-block.features h3, .landing-page.ssl .standout .col-sm-8.col-md-9.order-1 h3, .primary-content .landing-page.marketgoo .content-block.faqs h3 {
        font-size: 23px;
        line-height: 28px;
    }

    .primary-content .landing-page .hero {
        padding: 50px 0;
    }

    .primary-content .landing-page .hero h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .primary-content .landing-page .hero h3, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 17px;
        line-height: 29px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        padding: 6px;
        font-size: 13px;
    }

    .primary-content .landing-page.codeguard .content-block.overview-features li span {
        font-size: 14px;
        line-height: 26px;
        padding: 0;
    }
    /*=============== end ==================*/
    
    /* ========== Header menu issue + footer buttons start ============= */
    #footer ul.nav.justify-content-center.justify-content-lg-start .nav-item {
        margin: 7px 14px 0;
    }
    /* ========== Header menu issue + footer buttons end ============= */;
}

/*new css*/
.why-choose .titlebar {
    width: 50%;
    margin: 0 auto;
}

@media(min-width: 768px) {
    form#frmAddToCart .store-domain-tabs .nav-link {
        padding-bottom: 5px !important;
    }
}

@media(max-width:767px) {
    .side-header-menu-active-theme ul.nav-cnts li {
        margin-right: 6px !important;
    }
    .side-header-menu-active-theme .navbar-expand-md .nav-cnts .nav-btns .badge-info {
        top: -15px;
        right: -14px;
    }
    .side-header-menu-active-theme .navbar-expand-md ul.nav-cnts {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    #domainsubdomain p.form-control-static {
        display: none;
    }


    select#subdomaintld {
        width: 100% !important;
        margin: 5px 0!important;
    }

    #domainsubdomain .col-xs-5.col-5 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }

    .topbar a.btn.btn-return-to-admin {
        display: none;
    }

    header.header .navbar.navbar-expand-xl.main-navbar-wrapper.login-cloudx-header {
        box-shadow: 0px 14px 13px #afabab61;
    }

    .primary-content .landing-page.mail-services .content-block.get-started#pricing .col-md-4.text-right {
        text-align: left !important;
        padding-top: 10px;
    }

    .landing-page.bg-white.sitelock div#faqAccordion {
        padding-top: 20px;
    }

    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        height: auto;
    }
    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link::after {
        display: none;
    }
    .contact-page-cloudx .h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .account-manage-cloudx form .btn-default {
        margin-left: 0;
    }

    .primary-content .landing-page.marketgoo .content-block.faqs img {
        margin-bottom: 20px;
    }

    .store-order-container #frmAddToCart .store-domain-tabs li a {
        font-size: 14px;
        font-weight: 600;
    }

    .payment-methods-cloudx table#payMethodList {
        margin-top: 25px;
        width: 600px;
    }
    .section-above-p-method {
        overflow: auto;
    }
    .payment-methods-cloudx table#payMethodList td {
        white-space: nowrap;
    }

    .alert.alert-warning .alert-link {
        padding: 4px 10px;
    }

    form#frmConfigureProduct .alert.alert-warning a.alert-link {
        float: none;
        display: block;
        max-width: 70px;
        margin: 5px auto 0px 0;
        min-width: 75px;
    }

    .primary-content .landing-page.marketgoo .content-block.testimonials {
        padding: 30px 0;
        min-height: auto;
    }

    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .primary-content .landing-page.marketgoo .content-block.feature-blocks .block img {
        max-width: 100px;
        margin-bottom: 15px;
    }

    .landing-page.marketgoo .feature-blocks .block p {
        font-size: 15px;
        font-weight: 300;
        padding: 0;
        margin: 10px 0;
    }

    .primary-content .landing-page.marketgoo .content-block.feature-blocks {
        padding: 30px 0 0;
    }

    .primary-content .landing-page.marketgoo .content-block.feature-blocks .feature-wrapper {
        padding: 0 0 30px;
        background-color: transparent;
    }

    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout {
        padding-bottom: 0;
    }

    body .landing-page.ox h3, body .landing-page .faq h3 {
        margin: 0 0 0px 0;
    }

    .store-order-container #frmAddToCart .store-domain-tabs {
        width: 100%;
        margin-bottom: 10px;
        border-color: transparent;
        border-radius: 2px;
    }

    form#frmAddToCart .store-domain-tabs .nav-link {
        border-radius: 0 !important;
    }

    .store-order-container #frmAddToCart .store-domain-tabs li {
        border-color: transparent !important;
    }

    .home-page-slider-panel .promo-banner .icon-left {
        padding: 50px 15px;
        margin-bottom: 25px;
        width: 100%;
    }

    .home-page-slider-panel .promo-banner .card-body h3 {
        font-size: 18px;
    }

    .home-page-slider-panel .promo-banner img {
        max-width: 150px;
    }

    .modal .modal-dialog {
        max-width: 90%;
        margin: 10px auto;
    }

    #frmCheckout .cc-input-container .col-sm-3, #frmCheckout .cc-input-container .col-sm-6, #frmCheckout .cc-input-container .col-md-6, #frmCheckout .cc-input-container .col-md-3, #frmCheckout .cc-input-container .col-md-3 {
        padding: 5px 10px;
    }

    .domain-checker-container button#btnCheckAvailability {
        height: auto;
    }

    .knowledgebase-cloudx .input-group.input-group-lg.kb-search, .download-cloudx .input-group.input-group-lg.kb-search, .download-cat-cloudx .input-group.input-group-lg.kb-search {
        display: block;
    }

    .fast-hosting-theme-title {
        font-size: 36px;
        line-height: 40px;
    }

    .Myhomepage, .account-section-cloudx h2, .home-domain-search h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .home-domain-search .p-5.clearfix {
        padding: 1rem !important;
    }

    .home-domain-search {
        padding-bottom: 40px;
    }

    .help-elements .action-icon-btns {
        margin-bottom: 0 !important;
    }

    .fast-hosting-theme-content {
        margin-bottom: 35px;
    }

    header.header a.login-btn-cloudx, header.header a.register-btn-cloudx {
        padding: 4px 18px;
    }

    .home-domain-search .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 40px 25px 20px;
    }

    body .product-details .col-md-6.text-center h4:first-child {
        margin-top: 20px;
    }

    .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm a.nav-link {
        background-color: transparent !important;
        display: inline;
        margin: 5px 8px 3px 8px;
    }

    #tabOverview .responsive-tabs-sm .nav-item {
        border: 0 !important;
        margin-bottom: 10px;
    }

    .responsive-tabs-sm-connector .bottom-border, .responsive-tabs-sm-connector .channel {
        border: 0;
    }

    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        padding: 10px 10px 6px 10px;
    }

    body div#domain .col-sm-5.text-right {
        max-width: 40%;
    }

    body div#domain .col-sm-7 {
        max-width: 50%;
    }

    .primary-content div#tabOverview .card-body {
        padding: 20px 10px;
    }

    body .tab-content.margin-bottom div#tabOverview ul.nav.nav-tabs.responsive-tabs-sm {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .responsive-tabs-sm .nav-item, .domain-checker-container button#btnCheckAvailability, .knowledgebase-cloudx .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li a {
        margin: 0;
    }

    #tabOverview div.product-details-tab-container {
        padding: 20px 15px;
    }

    .sidebar .list-group, .knowledgebase-cloudx .input-group.input-group-lg.kb-search input, .knowledgebase-cloudx .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cloudx .input-group.input-group-lg.kb-search input, .download-cat-cloudx .input-group.input-group-lg.kb-search input, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs, .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs {
        width: 100%;
    }

    .domain-pricing .tld-row.filtered-row .col-xs-4.col-, .primary-content .landing-page.mail-services .product-options {
        padding: 0;
    }


    .knowledgebase-cloudx .input-group.input-group-lg.kb-search input, .download-cloudx .input-group.input-group-lg.kb-search input, .download-cat-cloudx .input-group.input-group-lg.kb-search input {
        margin-bottom: 5px;
    }
    .card-body.store-promoted-product h3 {
        margin-top: 20px;
    }
    form#frmProductDomain .domain-selection-options button.btn.btn-primary, form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 0px 13px;
    }

    

    .card-body.p-5.store-promoted-product {
        padding: 20px !important;
    }

    .landing-page.ox div#oxPricing {
        margin: 50px 0 0;
    }

    body .landing-page.codeguard .faqs h3 {
        margin-bottom: 5px;
    }

    form#frmAddToCart .store-domain-tabs .nav-link {
        padding: 15px !important;
    }

    .primary-content .landing-page .content-block img.float-md-right {
        margin-top: 20px;
    }

    .landing-page.ssl .certificate-options.ov .row-pricing-table .header {
        margin-top: 0;
    }

    .landing-page.ssl .certificate-options.ov .row-pricing-table .col-md-3, .landing-page.ssl .content-block.features .feature {
        margin-bottom: 25px;
    }

    .primary-content .landing-page.sitelockvpn .feature.world .row.text-center.text-md-left {
        text-align: left !important;
    }

    .primary-content .landing-page.sitelockvpn .feature.devices .logos {
        text-align: left;
    }

    .primary-content .landing-page.sitelockvpn .feature.devices .logos img {
        margin: 0px 15px;
    }

    .primary-content .landing-page.sitelock .content-block h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .primary-content .landing-page.sitelockvpn .feature.all-plans span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
        padding-left: 25px;
    }

    .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 33%;
        margin-bottom: 25px;
    }

    .primary-content .landing-page.codeguard .content-block.pricing {
        padding: 30px 0;
    }

    .primary-content .landing-page.codeguard .content-block.features .feature {
        padding: 10px;
    }

    .primary-content .landing-page.codeguard .content-block.features .feature h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .primary-content .landing-page.codeguard .content-block.features .feature p, .primary-content .landing-page.sitelockvpn .hero-bg h2 {
        font-size: 14px;
        line-height: 24px;
    }

    .primary-content .landing-page.codeguard .content-block.features .feature .icon img {
        width: 50px;
    }

    .primary-content .landing-page.weebly .hero img {
        width: 200px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .btn-group {
        flex-wrap: wrap;
    }

    .cs-ticket .col-md-4 {
        padding: 0;
    }

    .primary-content .landing-page.weebly .content-block.faq .col-md-4, .primary-content .landing-page.ox .faqs .col-lg-6, .primary-content .landing-page.codeguard .content-block.faqs .col-lg-4, .primary-content .landing-page.mail-services .content-block.faq .col-lg-4 {
        padding-right: 15px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.site-features, .primary-content .landing-page.weebly .content-block.pricing .weebly-plans .pricing-item ul.ecommerce-features {
        height: auto;
    }

    .primary-content .landing-page.ox .stand-out {
        padding: 50px 0 20px;
    }

    .primary-content .landing-page.mail-services .product-options .item {
        padding: 10px 10px 20px;
    }

    .primary-content .landing-page.mail-services .content-block.tabs .nav-tabs li, .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box {
        margin: 0 0 20px;
    }

    .primary-content .landing-page.mail-services .content-block.get-started {
        padding: 30px 0;
    }

    .primary-content .landing-page.mail-services .content-block.tabs .tab-content {
        padding: 10px;
    }

    .primary-content .landing-page .content-block, .primary-content .landing-page.ssl .content-block {
        padding: 20px 0 20px;
    }

    .primary-content .landing-page.sitelockvpn .feature {
        padding: 20px 0 0;
    }

    .primary-content .landing-page.sitelockvpn .feature.devices {
        padding: 20px 0;
    }

    .primary-content .landing-page.sitelockvpn .feature.countries {
        padding: 0 0 40px;
    }

    .primary-content .landing-page.sitelockvpn .feature.world br {
        display: none;
    }
}

@media (max-width: 575px) {
    .primary-content .landing-page.ox .stand-out .col-xl-4 .wrapper {
        padding: 20px;
    }

    .landing-page.bg-white.weebly div#overview br {
        display: none;
    }

    .landing-page.bg-white.weebly div#overview .col-sm-5 img {
        margin-bottom: 15px;
    }

    div#registration form#frmCheckout .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 div#default-captcha-domainchecker {
        padding: 0px;
    }

    form#frmProductDomain .domain-selection-options button.btn.btn-primary {
        margin: 0px 15px;
    }

    .primary-content .landing-page.mail-services .content-block h3, .primary-content .landing-page.marketgoo .content-block.faqs h4 {
        font-size: 17px;
        line-height: 25px;
    }

    body .email-verification .order-md-last {
        order: 2;
    }

    body .email-verification, .alert.alert-warning.network-issue-alert{
        padding: 20px 20px 0px;
    }

    .primary-content .landing-page.marketgoo .video-banner {
        padding: 40px 0;
        min-height: auto;
    }

    .container-fluid.invoice-container .invoice-col.right{
        text-align: left;
    }

    .invoice-container .row.invoice-header .small-text {
        padding-left: 0;
    }

    form#frmConfigureDomains .sub-heading~.row {
        margin: 0px 0 -9px;
    }
    #frmCheckout div#containerNewUserSignup {
        padding: 0px 28px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        width: 100%;
    }

    #frmCheckout .cc-input-container div#newCardInfo, #frmCheckout .cc-input-container div#newCardSaveSettings, #frmCheckout .cc-input-container .stripe-cards-inputs {
        padding: 0px 10px;
    }
    form .md-editor .btn-group .btn {
        margin-bottom: 5px;
    }

    
    .primary-content .product-section-cloudx .card, .action-icon-btns .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }

    .home-domain-search {
        padding-top: 0;
    }

    .home-domain-search .input-group-wrapper .input-group {
        padding: 0px 10px;
    }

    .get-strated-btn {
        min-width: auto;
        padding: 9px 10px;
        font-size: 14px;
    }

    .home-domain-search .row.d-sm-none {
        width: 100%;
        margin: 0;
    }

    .home-domain-search .row.d-sm-none .col-6:first-child {
        padding-left: 2px;
    }

    .home-domain-search .row.d-sm-none .col-6:last-child {
        padding-right: 2px;
    }

    .primary-content div#registration .card-body, div#registration .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 30px 20px 0px !important;
    }

    div#registration p[align="center"] {
        padding: 0px 20px;
    }
    .domain-checker-container button#btnCheckAvailability, .knowledgebase-cloudx .input-group.input-group-lg.kb-search input, .knowledgebase-cloudx .input-group.input-group-lg.kb-search button#btnKnowledgebaseSearch, .download-cloudx .input-group.input-group-lg.kb-search input, .download-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch, .download-cat-cloudx .input-group.input-group-lg.kb-search input, .download-cat-cloudx .input-group.input-group-lg.kb-search button#btnDownloadsSearch {
        height: 50px;
    }

    .primary-content .landing-page .content-block .text-center.d-block.d-sm-none {
        display: none !important;
    }

    .primary-content .landing-page.sitelockvpn .feature.pricing .pricing-box .price {
        padding: 10px;
        font-size: 22px;
    }

    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header h4, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .primary-content .landing-page.ssl .content-block.detailed-info .accordion .card-header, .primary-content .landing-page.sitelock .content-block.faq .accordion .card .card-header {
        padding: 15px;
    }

    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper i, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper i {
        display: none;
    }

    .primary-content .landing-page.sitelock .content-block.features .feature-wrapper .content, .primary-content .landing-page.sitelock .content-block.emergency .feature-wrapper .content, .primary-content .landing-page.weebly .content-block.pricing .btn-group .btn.cycle-change {
        margin: 0;
    }

    .primary-content .landing-page.ox .pricing table .pricing-label {
        font-size: 14px;
        line-height: 24px;
    }

    .primary-content .landing-page.ox .pricing table th {
        padding: 12px 5px;
        font-size: 15px;
    }

    .primary-content .landing-page.ox .features .feature-block p {
        margin-left: 0;
        font-size: 15px;
        line-height: 25px;
    }

    .primary-content .landing-page.ox .features .feature-block img {
        display: none;
    }

    .primary-content .landing-page.ox .stand-out .wrapper {
        padding: 12px;
        height: auto;
        margin-bottom: 20px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan p {
        font-size: 15px;
        line-height: 25px;
    }

    .primary-content .landing-page.weebly .content-block.pricing .weebly-lite-plan {
        padding: 30px 20px 30px;
    }

    .primary-content .landing-page .hero h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .primary-content .landing-page .hero h3 {
        font-size: 15px;
        line-height: 25px;
    }

    .primary-content .landing-page.ssl .content-block.what-is-ssl.standout .text-center.d-block.d-sm-none img {
        display: none!important;
    }

    .primary-content .landing-page.ssl .content-block.standout.standout-2 {
        font-size: 20px;
        line-height: 30px;
    }

    .primary-content .landing-page.ssl .browser-notice .wrapper-container {
        padding: 0 30px;
    }

    .primary-content .landing-page.weebly .content-block.image-standout p.lead {
        font-size: 16px;
        line-height: 28px;
    }

    .tiles .tile .stat {
        font-size: 38px;
        line-height: 55px;
    }

    .card.card-accent-emerald .card-header .card-title {
        font-size: 16px;
        line-height: 22px;
    }

    .card.card-accent-emerald input.btn.btn-success, .card.card-accent-emerald input.btn.btn-default {
        padding: 4px 18px;
    }

    .card.card-accent-emerald input.form-control {
        padding: 20px 10px;
    }

    .tiles .tile::before {
        width: 40px;
        height: 40px;
    }

    .tiles .tile i {
        left: 16px;
    }
}

@media(min-width: 401px) and (max-width: 575px) {
    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 50%;
    }
}

@media(max-width: 521px) {
    .home-domain-search .tld-logos li {
        margin: 0px 3px 5px 3px;
        max-width: 48%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    body .landing-page.codeguard .irs-grid-text {
        font-size: 13px;
    }

    .primary-content .ssl .content-block.competitive-upgrade-promo {
        margin-bottom: 40px !important;
    }
}

@media(max-width: 480px) {
    #modalChooseLanguage .modal-body {
        padding: 25px 15px;
    }

    #modalChooseLanguage .item-selector .col-4 {
        padding: 0 10px;
    }

    #modalChooseLanguage .item-selector .item {
        font-size: 12px;
    }

    #modalChooseLanguage button.close span {
        margin: 20px 15px;
    }

    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        font-size: 15px;
        line-height: 20px;
        margin-top: -8px;
    }

    .primary-content .contact-page-cloudx .form-control {
        min-height: 35px;
    }

    #frmCheckout>.account-select-container+#containerExistingUserSignin+div#containerNewUserSignup {
        padding: 0px 25px;
    }
    .contact-page-cloudx .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 20px 20px 0px;
    }

    .submit-ticket-two-cloudx .captcha-cloudx .col-md-8.offset-md-2.col-10.offset-1 {
        padding: 0px 20px 40px;
    }

    .tooltip {
        display: none;
    }

    .view-ticket .posted-by {
        font-size: 15px;
    }

    #frmCheckout div#totalDueToday {
        padding: 15px 25px;
    }
    body .primary-content .landing-page.codeguard .content-block.pricing .pricing-container .price {
        font-size: 26px;
    }

    body .landing-page.codeguard .irs-with-grid {
        margin: 40px 0px;
    }

    body .landing-page.codeguard .irs-grid-text {
        font-size: 9px;
    }

    #frmAddToCart .btn-default, #frmAddToCart .btn-primary, #domainForm .btn-group.btn-group-sm .setBulkAction, #domainForm .btn-group.btn-group-sm .btn-group, #domainForm .btn-group.btn-group-sm .dropdown-menu, .contact-page-cloudx form .form-group.row {
        width: 100%;
    }

    #domainForm .btn-group.btn-group-sm.mb-3 {
        display: flex;
        flex-wrap: wrap;
    }

    #domainForm .btn-group.btn-group-sm .dropdown-menu {
        margin-left: 0;
    }

    form#frmDomainTransfer button#btnTransferDomain, div#ticketReplyContainer .form-group input.btn.btn-primary, div#ticketReplyContainer .form-group input.btn.btn-default, .submit-ticket-two-cloudx p .btn.btn-primary, .submit-ticket-two-cloudx p .btn.btn-default, form#frmManagePaymentMethod .submit-container button#btnSubmit, form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
        padding: 11px 15px;
    }


    .view-cart-tabs button.btn.btn-block.btn-default {
        max-width: 100%;
        margin: 0;
    }

    form#frmDomainTransfer .card-body {
        padding: 22px 25px 0px;
    }

    .card.mass-payment-domain .card-body {
        padding: 15px 25px 0px;
    }

    form#frmDomainTransfer .card-header, form#frmDomainTransfer .card-footer {
        padding: 0px 25px;
    }

    .card.mass-payment-domain .card-header {
        padding: 0px 25px 15px;
    }

    .card.mass-payment-domain {
        padding: 20px 0px 20px;
    }

    .domain-checker-container .domain-checker-bg {
        padding: 20px;
    }

    form.login-form .float-left {
        float: none !important;
    }

    .login-form button#login {
        min-width: 100%;
    }

    .login-form .card-body {
        padding: 1.5em !important;
    }

    .login-form .card-body .mb-4:first-child {
        margin-bottom: 15px !important;
    }

    .table-container div#tableServicesList_paginate ul.pagination li a, .table-container .dataTables_wrapper ul.pagination li a {
        padding: 4px 7px;
    }
   
    .table-container .dataTables_wrapper div.dataTables_length label, .table-container .dataTables_wrapper div.dataTables_length select {
        font-size: 13px;
        min-height: 25px;
        line-height: 21px;
    }

    .knowledgebase-cloudx .kb-category span.badge.badge-info, .download-cloudx .kb-category span.badge.badge-info, .download-cat-cloudx .kb-category span.badge.badge-info {
        width: 100%;
        margin: 5px 0px;
    }

    .knowledgebase-cloudx .kb-category p, .download-cloudx .kb-category p, .download-cat-cloudx .kb-category p {
        padding: 0;
    }

    .knowledgebase-cloudx .kb-article-item, .knowledgebase-article-cloudx .kb-article-item, .knowledgebase-base-cat-cloudx .kb-article-item, .download-cloudx .card .kb-article-item, .download-cat-cloudx .card .kb-article-item {
        margin: 0px 15px;
        padding: 20px 15px;
    }
}

@media(max-width: 400px) {
    

    .account-manage-cloudx .btn {
        max-width: 125px;
        padding: 10px 7px;
        font-size: 13px;
    }

    .primary-content .landing-page.ssl .content-block.competitive-upgrade-promo {
        padding-top: 20px;
    }

    header.header .top-nav-cloudx button.btn.nav-link {
        padding-left: 1px;
        padding-right: 7px;
    }

    header.header .top-nav-cloudx .nav-link {
        padding-left: 0.5rem;
    }

    .top-nav-cloudx li.nav-item:nth-of-type(1) a {
        padding-right: 0rem;
        padding-left: 0;
    }

    header.header .navbar-nav li#Secondary_Navbar-Account a {
        font-size: 14px;
    }

    header .not-login-cloudx-header .top-nav-cloudx button.btn.nav-link {
        padding-left: 0.5rem;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-2.col-2.text-right {
        max-width: 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
    }

    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-7.col-7 {
        max-width: 70%;
        flex: 0 0 70%;
        -ms-flex: 0 0 70%;
    }

    form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 input {
        width: 96%;
        margin: -12px 9px 0px 9px;
    }

    form#frmProductDomain .domain-selection-options div#domainowndomain button.btn.btn-primary {
        margin: 3px 14px;
    }

    body .primary-content .landing-page.codeguard .content-block.overview-features li {
        width: 100%;
    }
}

@media(max-width: 361px) {
    .home-domain-search .tld-logos li {
        max-width: 47%;
    }

    form#frmManagePaymentMethod .submit-container button#btnSubmit {
        margin-right: 0px;
    }
}
/*========== V1.2.1 && V1.2.2 ========*/
.navbar.hide-logo .navbar-brand {
    display: none;
}

.navbar.hide-logo .container {
    justify-content: flex-end;
}

.body-background-cloudx .landing-page.sitebuilder .bold-line {
    background-color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder .nav-tabs a.active,
.body-background-cloudx .landing-page.sitebuilder .nav-tabs a.active:focus, 
.body-background-cloudx .landing-page.sitebuilder .nav-tabs a.active:hover {
    color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder .btn-primary {
    background-color: #673DE6;
    border-color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder .btn-primary:hover {
    background-color: transparent;
    border-color: #673DE6;
    color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder .features img {
    filter: brightness(0);
}

.body-background-cloudx .landing-page.sitebuilder .intro {
    background-color: #e5f1fe;
}

.body-background-cloudx .landing-page.sitebuilder .pricing,
.body-background-cloudx .landing-page.sitebuilder .hero {
    background-color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder  .pricing .btn-primary.large {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #673DE6;
}

.body-background-cloudx .landing-page.sitebuilder  .pricing .btn-primary.large:hover {
    background-color: transparent;
    border-color: #ffffff;
    color: #fff;
}

.body-background-cloudx .landing-page.sitebuilder .intro .learn-more {
    color: #673DE6;
}

#footer .list-inline.float-lg-right {
    display: block;
    width: 100%;
    border-bottom: 1px solid #2e66a9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#footer .list-inline.float-lg-right .list-inline-item a.btn {
    min-width: auto;
    padding: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #673DE6;
    border-radius: 3px;
    transition: .4s ease;
    margin-bottom: 7px!important;
}

#footer .list-inline.float-lg-right .list-inline-item a.btn:hover {
    background-color: #237de8;
    color: #fff;
    border-radius: 20px;
}
/*========== V1.2.1 && V1.2.2 End ========*/



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf')  format('truetype'),
         url('../fonts/Poppins-Light.svg#Poppins Light') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf')  format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf')  format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins Medium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf')  format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins SemiBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf')  format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins') format('svg');
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,

a:focus,

a:active {
    text-decoration: none;
}

ol, ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

body {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #2F1C6A;
    text-decoration: none;
}

a {
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}



/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1170px;}*/



/* **** Header **** */

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.navbar>.container .navbar-brand, 

.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

a.bar-brand {
    font-size: 20px;
    color: #5a5d73;
    margin-right: 15px;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
/* 
.navbar-brand img {
    width: 120px;
} */
 a.navbar-brand {
    width: 100%;
    max-width: 130px;
}
.navbar {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 0px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.navbar .navbar-nav {
    margin-left: 25px;
}

.navbar .navbar-nav>li {
    margin-right: 15px;
}

.navbar .navbar-nav>li:last-child {
    margin-right: 0;
}

ul.mobile-bx {
    margin: 0 0 25px;
    display: none;
}

ul.mobile-bx li .form-control,

.navbar .navbar-nav>li .form-control {
    padding: 10px 15px;
    border: 1px solid rgba(112,112,112,0.15);
    height: auto;
    border-radius: 30px;
    box-shadow: none;
    min-width: 80px;
    font-size: 14px;
    font-weight: 600;
    color: #5a5d73;
}

ul.mobile-bx li .form-control {
    width: 100%;
}

.navbar .navbar-nav>li .form-control.curency {
    min-width: 120px;
}

select.form-control {
    width: 100%;
    display: block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../images/down-ic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

ul.nav-cnts {
    margin-left: auto;
    display: flex;
    align-items: center;
}

ul.nav-cnts li {
    margin-right: 25px;
}

ul.nav-cnts li:last-child {
    margin: 0;
}

ul.nav-cnts li a h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2F1C6A;
    display: block;
    line-height: 24px;
}

ul.nav-cnts li a h4 span {
    display: block;
    font-size: 14px;
    color: #2F1C6A;
    font-family: 'Poppins Medium';
}

ul.nav-cnts li a.nav-btns {
    width: 55px;
    height: 55px;
    background: #FFF6F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.nav-cnts li a.nav-btns:hover {
    background: #FC5185;
}

ul.nav-cnts li a.nav-btns:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} 

ul.nav-cnts li.navact {
    margin-left: 0px;
}

.navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler:active,

.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after, 

.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.nav-new .navbar {
    border-radius: 0;
    box-shadow: none;
}

/* **** End Header **** */



/* **** Sidebar **** */

aside.sidebar {
    width: 290px;
    height: 100vh;
    overflow: auto;
    background: #F5F5F5;
    box-shadow: 0 5px 34px rgba(0, 0, 0,0.06);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    padding: 70px 30px 60px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
}

aside.sidebar.expand-menu-open {
    left: 0;
}

a.close-btn {
    font-size: 24px;
    color: #FC5185;
    position: absolute;
    top: 30px;
    right: 30px;
}

a.close-btn:hover {
    color: #fc5185;
}

aside.sidebar li {
    display: block;
    margin: 0 0 10px;
}

aside.sidebar li:last-child {
    margin: 0;
}

aside.sidebar li a {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #2F1C6A;
    display: flex;
    align-items: center;
}

aside.sidebar li a i {
    margin-left: auto;
}

aside.sidebar li a:hover {
    color: #673DE6;
}

.dropdown-toggle::after {
    display: none;
}

aside.sidebar li .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    left: 0;
    right: 0;
    transform: translate(0) !important;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
}

aside.sidebar li .dropdown-menu li {
    margin: 0;
    padding: 0;
}

aside.sidebar li .dropdown-menu li a {
    padding: 8px 18px;
    font-size: 15px;
    font-weight: normal;
    color: #2F1C6A;
}

/* **** End Sidebar **** */



/* **** Home Page **** */

.hero-banner {
    width: 100%;
    position: relative;
    padding: 80px 0 40px;
}
div#one {
    order: 1;
}

div#two {
    order: 2;
}

.hero-slide-bx .row {
    align-items: center;
}

.banner-text h1, .abt-bx h1 {
    font-size: 50px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.banner-text h6, .abt-bx h6 {
    font-size: 22px;
    margin: 0 0 20px;
}
.abt-bx h6 {
    margin: 0 0 15px;line-height: 30px;
}
.banner-text ul {
    margin: 0 0 35px;
}

.banner-text li {
    display: block;
    padding: 7px 0 7px 27px;
    font-size: 18px;
    font-weight: 500;
    color: #111927;
    position: relative;
}

.banner-text li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/bullets.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 0;
}

.btn-main {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #FC5185;
    color: #FC5185;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    display: table;
    text-align: center;
}

.banner-text .btn-group .btn-main {
    margin-right: 15px;
}

.banner-text .btn-group .btn-main.termbtn {
    margin: 0;
}
.banner-img img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.hero-slider .banner-text {
    padding-bottom: 50px;
}
.hero-slider ul.slick-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.hero-slider ul.slick-dots li {
    display: block;
    margin: 0 0 15px;
}

.hero-slider ul.slick-dots li:last-child {
    margin: 0;
}

.hero-slider ul.slick-dots li button {
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid rgba(112,112,112,0.15);
    border-radius: 50%;
    box-shadow: none;
    position: relative;
    outline: none;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-slider ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.hero-slider ul.slick-dots li.slick-active button:before {
    background: #FC5185;
}

.hero-slider .slick-prev,

.hero-slider .slick-next {
    position: absolute;
    left: 30px;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.hero-slider .slick-prev:before,

.hero-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f077";
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    color: #5a5d73;
    font-weight: 300;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.hero-slider .slick-prev {
    left: 30px;
    top: 55%;
}

.hero-slider .slick-prev:before {
    content: "\f078";
}

.hero-slider .slick-prev:hover:before,

.hero-slider .slick-next:hover:before {
    color: #fff;
    background: #FC5185;
}

.online-business-box {
    padding: 35px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 50px 99px rgba(0, 0, 0,0.04);
}

.online-business-box .row {
    align-items: center;
}

.online-business-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0;
}

.domain-box {
    position: relative;
}

.domain-box .form-control {
    padding: 15px 245px 15px 25px;
    border-radius: 30px;
    background: #f1f5ff;
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #ACACAC;
}

.btn-domainb {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-domainb button {
    padding: 12px 25px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #FC5185;
    font-size: 16px;
    font-weight: 500;
    color: #FC5185;
    text-transform: uppercase;
    outline: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-domainb button:hover {
    background: #FC5185;
    color: #fff;
}

.domain-box .btn-domainb .form-control {
    height: auto;
    padding: 0 10px;
    font-weight: 500;
    color: #5a5d73;
    width: 80px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    height: auto;
    -webkit-appearance: none;
    background-image: url(../images/down-2.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.sponcer-wrp {
    padding: 10px 0;
    width: 100%;
    background: #f1f3fa;
}

.sponcer-logo {
    padding: 15px;
}

.sponcer-logo img {
    margin: 0 auto;
    height: 43px;
    transition: all .4s;
}
.sponcer-logo img:hover {
    filter: unset;
    opacity: 1;
}
.pick-plans-wrp {
    padding: 80px 0;
    width: 100%;
}

.titlebar {
    width: 50%;
    margin: 0 auto;
}

.titlebar h2 {
    text-align: center;
    margin: 0 0 15px;
}

.titlebar p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    text-align: center;
    margin: 0 auto 45px;
    line-height: 22px;
    max-width: 700px;
}
.product_boxes_without_slider .row {
    justify-content: center;
}
.plans-row {
    padding: 40px 0 0;
}
.microsoft-btn .btn-main {
    padding: 15px 15px;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    background: #673DE6;
    color: #fff;
}
.plan-block {
    position: relative;
    padding: 40px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.4);
}
.plan-plat {
    background: #f4f5ff;
    border-radius: 20px;
    margin: 0 0 30px;
}

.plan-plat h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0;
    line-height: 27px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(112,112,112,0.20);
}

.plan-plat h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.plan-plat h4 {
    padding: 20px 0;
    text-align: center;
    margin: 0;
    font-size: 27px;
    font-weight: bold;
    color: #673de6;
}

.plan-plat h4 span {
    font-size: 14px;
    font-weight: 500;
    color: #2F1C6A;
}

.plan-include {
    padding: 0 ;
}

.plan-include ul {
    margin: 0 0 35px;
}

.plan-include ul li {
    display: block;
    padding: 8px 0 8px 30px;
    font-size: 15px;
    line-height: 22px;
    color: #0b2471;
    font-weight: normal;
    position: relative;
    list-style-type: none;
    font-family: 'Poppins Medium';
}

.plan-include ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/bullets.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 0;
}
.secondary-cart-body .plan-include, .product-desc .plan-include {
    padding: 0;
}
form#frmConfigureProduct .product-info .plan-include ul, .product-desc .plan-include ul{display: flex;flex-wrap: wrap;align-items: center;padding: 0;}
form#frmConfigureProduct .product-info .plan-include ul li,  .product-desc .plan-include ul li {
    padding: 5px !important;
    text-align: center;
    width: 25%;
    display: block;
    margin: 0px 0px 10px;
    text-align: center;
}
form#frmConfigureProduct .product-info .plan-include ul li img, .product-desc .plan-include ul li img{
    margin: 0 auto 10px;
}
form#frmConfigureProduct .product-info .plan-include ul li::before, .product-desc .plan-include ul li::before{display: none;}
.plan-include .btn-main {
    padding: 15px 15px;
    width: 100%;
    display: block;
    border: 1px solid transparent;
    background: #673DE6;
    color: #fff;
}
.row-eq-height .product-desc .plan-include ul li{
    width: 33%;
}
.row-eq-height .product-desc .plan-include ul li h6{
    font-size: 13px;
}
.product-desc .plan-include h5{margin-top: 15px;}
.plan-include .knobtn {
    padding: 15px 15px;
    width: 100%;
    display: block;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #FC5185;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
}

.plan-include .knobtn:hover {
    color: #FC5185;
}

.populer-box label {
    padding: 8px 46px;
    background: #fc5185;
    border-radius: 80px;
    display: table;
    margin: -51px auto 14px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.populer-box .plan-plat {
    background: #FC5185;
}

.populer-box .plan-plat h3 {
    color: #fff;
}

.populer-box .plan-plat h3 span {
    color: #fff;
}

.populer-box .plan-plat h4 {
    color: #fff;
}

.populer-box .plan-plat h4 span {
    color: #D5D5D5;
}

.why-choose {
    padding: 80px 0 0;
}

.why-bx {
    margin: 0 0 30px;
}

.why-bx h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    display: flex;
    align-items: center;
}

.why-bx h3 span {
    width: 60px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.why-bx h3 i {
    margin-left: 15px;
    color: #2F1C6A;
    font-size: 16px;
}

.why-bx .card-body {
    border: none;
    background: #f5f5f5;
    margin: 10px 0 0;
}

.why-bx .card-body p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
}
.secure-wrp {
    padding: 70px 0 70px;
    background: transparent;
    width: 100%;
}

.secure-wrp .row {
    align-items: center;
}

.secure-img img {
    width: 100%;
}

.secure-data p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    width: 80%;
    margin: 0 0 25px;
}

.secure-data .btn-main {
    padding: 12px 25px;
}

.secure-data .btn-main i {
    margin: 0 5px 0 0;
}
.about-wrp {
    padding: 50px 0 50px;
    background: #e0e7fe;
}
.body-container-skippped {
    border-top: 1px solid #cad2f4;
}
.about-wrp .pro-row:last-child {
    padding: 0;
}
.about-wrp .row {
    align-items: center;
}

.abt-info {
    padding: 45px 35px;
    background: #f4f5ff;
    border-radius: 25px;
}

.abt-info p {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #5a5d73;
}

.abt-bx h2 {
    color: #2F1C6A;
    margin: 0 0 15px;
}

.abt-bx p {
    font-size: 15px;
    font-weight: 500;
     color: #5a5d73;
     margin: 0 0 25px;
     width: 100%;
     line-height: 25px;
}
.abt-bx p strong {
    font-weight: normal;
    font-family: 'Poppins Medium';
    color: #2f1c6a;
    margin: 0;
    padding: 0;
}
.login-img img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.abt-bx .btn-group .btn-main {
    padding: 12px 40px;
    color: #FC5185;
    font-size: 16px;
    margin-right: 15px;
    display: inline-block;
}
section.servers-wrp {
    padding: 70px 0 70px;
}
.serv-maintabs .nav-tabs {
    display: table;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    width: auto;
    margin: 0 auto 30px;
}

.serv-maintabs .nav-tabs li {
    display: inline-block;
    margin: 0;
}

.serv-maintabs .nav-tabs .nav-link,

.serv-maintabs .nav-tabs li a {
    padding: 15px 30px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #2f1d6c;
    display: block;
    border: none;
    border-radius: 30px;
    margin: 0;
    font-family: 'Poppins Medium';
}

.serv-maintabs .nav-tabs .nav-item.show .nav-link, .serv-maintabs .nav-tabs .nav-link.active {
    background: #F4F5FF;
    color: #6741ee;
}

.server-img img {
    width: 100%;
}

.inner-lst-bx .nav-tabs {
    border: none;
}

.inner-lst-bx .nav-tabs li {
    display: block;
    margin: 0 0 40px;
}

.inner-lst-bx .nav-tabs li:last-child {
    margin: 0;
}

.inner-lst-bx .nav-tabs li button {
    display: flex;
    align-items: unset;
    padding: 0;
    border: none;
    margin: 0;
}

.inner-lst-bx .nav-tabs li button span {
    min-width: 65px;
    height: 65px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.inner-lst-bx .nav-tabs li button h4 {
    margin: 0;
    text-align: left;
    width: 85%;
}

.inner-lst-bx .nav-tabs li button p {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    text-align: left;
}

.inner-lst-bx .nav-tabs .nav-item.show .nav-link, .inner-lst-bx .nav-tabs .nav-link.active {
    background: transparent;
    border: none;
}

.inner-lst-bx .nav-tabs .nav-item.show .nav-link span,

.inner-lst-bx .nav-tabs .nav-link.active span {
    background: #673fea;
}

.inner-lst-bx .nav-tabs .nav-item.show .nav-link span img,

.inner-lst-bx .nav-tabs .nav-link.active span img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-lst-bx .nav-tabs .nav-item.show .nav-link h4,

.inner-lst-bx .nav-tabs .nav-link.active h4 {color: #673fea;}
footer {width: 100%;  border-top: 1px solid rgb(233 236 247);}
.foot-one {padding: 45px 0 35px; border-bottom: 1px solid rgba(112,112,112,0.15); }

/* .foot-lg img {
    margin: 0 0 15px;
    width: 112px;
} */
.footer-logo-sec{
    width: 100%;
    max-width: 110px;
    margin-bottom: 15px;
}
.social-bx i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 53px;
    text-align: center;
    border: 1px solid #d8dbf3;
    font-size: 20px;
    color: #673DE6;
    margin: 0 15px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.social-bx .btn {
    padding: 0;
}

.social-bx a:last-child i {
    margin: 0;
}

.social-bx i:hover {
    background: #F4F5FF;
    color: #673fea;
    border-color: #673fea;
}

.customers-bx h4 {
    margin: 0 0 22px;
    font-size: 18px;
}

.foot-cnt ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.foot-cnt ul li {
    width: 50%;
}

.ft-cntbx {
    display: flex;
    align-items: center;
}

.ft-cntbx h4 {
    margin: 0;
    line-height: 28px;
    padding-left: 15px;
    word-break: break-all;
}

.ft-cntbx h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.use-links {
    margin: 40px 0 0;
}

.use-links h4 {
    margin: 0px 0 15px;
    font-size: 18px;
}

.use-links ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.use-links li {
    margin-right: 30px;
}

.use-links li:last-child {
    margin: 0;
}

.use-links li a {
    font-size: 16px;
    font-weight: 500;
    color: #5a5d73;
    display: block;
}

.use-links li a:hover {
    color: #2F1C6A;
}

.copyright {
    padding: 20px 0;
    width: 100%;
}

.copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #5a5d73;
}

.copyright-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyright-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #5a5d73;
    margin-right: 30px;
}

.copyright-nav ul li:last-child a {
    margin: 0;
}

.copyright-nav ul li a:hover {
    color: #FC5185;
}

/* **** End Home Page **** */



/* **** Login & Register Page **** */

header.inner-enterhed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0px;
}

.login-wrapper .row {
    align-items: center;
}

.login-frm {
    padding: 45px 0px 45px 65px;
    border-left: 1px solid rgba(112,112,112,0.15);
}

.login-frm h1 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 10px;
}

.login-frm h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: #5a5d73;
    margin: 0 0 45px;
}

.login-frm .form-group {
    margin: 0 0 25px;
    position: relative;
}

.login-frm .form-group .form-control {
    padding: 15px 35px 15px 25px;
    background:#f5f5f5;
    height: auto;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.login-frm .form-group span {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    display: block;
    margin: 10px 0 0;
}

.login-act {
    display: flex;
    align-items: center;
    margin: 0 0 45px;
}

.remcheck .styled-checkbox {
    position: absolute;
    opacity: 0;
}

.remcheck .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #2F1C6A;
    margin: 0;
}

.remcheck .styled-checkbox + label a {
    color: #FC5185;
}

.remcheck .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #FC5185;
    border-radius: 3px;
}

.remcheck .styled-checkbox:hover + label:before {
    background: #FC5185;
}

.remcheck .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.remcheck .styled-checkbox:checked + label:before {
    background: #f46896;
}

.remcheck .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.remcheck .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.remcheck .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

a.fgtlinks {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #FC5185;
}

a.fgtlinks:hover {
    color: #777;
}

.login-frm p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
}

.login-frm p a {
    color: #FC5185;
}

.toggle-password {
    position: absolute;
    top: 20px;
    right: 15px;
}

.forgot-frm {
    padding: 65px 0px 65px 65px;
}

.forgot-frm .otp-bx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.forgot-frm .otp-bx .otp {
    width: 14%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    font-size: 18px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 5px;
}

/* **** End Login & Register Page **** */



/* **** Privacy Page **** */

header.inner-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.inner-banner {
    padding: 80px 0 80px;
    width: 100%;
    /* background: url(../images/inner-banner-back.jpg) 0 0 no-repeat; */
    background-size: cover;
    background-color: #f4f5ff;
}

.inner-banner h1 {
    font-size: 50px;
    font-weight: bold;
    color: #2f1d84;
    margin: 0 0 15px;
}

.inner-banner ul li {
    display: inline-block;
    margin-right: 35px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.inner-banner ul li:after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    color: #301e86;
    top: 0;
    right: -27px;
}

.inner-banner ul li:last-child {
    margin: 0;
}

.inner-banner ul li a {
    color: #301e86;
    display: block;
}

.inner-banner ul li a:hover {
    color: #FC5185;
}

.inner-banner ul li:last-child:after {
    display: none;
}

.privacy-wrapper {
    padding: 0px 0px 80px;
    width: 100%;
}

.privacy-dt {
    margin: 0 0 65px;
}

.privacy-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 0 0 20px;
}

.user-represent-dt ul {
    margin: 0 0 25px;
}

.user-represent-dt ul li {
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0 0 10px;
    position: relative;
}

.user-represent-dt ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url('../images/bullets.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 0;
}

.user-represent-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 00px;
}

/* **** End Privacy Page **** */



/* **** About Page **** */

.our-story-wrp {
    padding: 70px 0;
    width: 100%;
}

.our-story-wrp .row {
    align-items: center;
}

.story-img img {
    width: 100%;
    max-width: 490px;
}

.story-data h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.story-data p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 0 0 15px;
}

.story-lst ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.story-lst li {
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 16px;
    font-weight: normal;
    color: #5a5d73;
    position: relative;
    width: 50%;
}

.story-lst li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    color: #fc5185;
    top: 5px;
    left: 0;
}

.story-data .abt-info p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.why-choose-wrp {
    padding: 35px 0 60px;
    width: 100%;
}

.choose-box {
    padding: 30px;
}

.choose-box img {
    margin: 0 0 25px;
}

.choose-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 10px;
}

.choose-box p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 0;
}

.mission-wrp {
    padding: 60px 0;
    width: 100%;
    background: #F4F5FF;
}

.mission-wrp .row {
    align-items: center;
}

.mission-img img {
    width: 100%;
}

.mission-dt h3 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 20px;
}

.mission-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 0 0 45px;
}

.mission-dt li {
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 16px;
    font-weight: normal;
    color: #5a5d73;
    position: relative;
}

.mission-dt li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    color: #fc5185;
    top: 5px;
    left: 0;
}

.vission-dt p {
    margin: 0 0 15px;
}

.mission-row {
    padding: 35px 0;
}

.web-img img {
    margin: 0 auto;
    max-width: 450px;
}
.rait-cloud ul {
    display: flex;
    align-items: center;
    margin: 0 0 45px;
}

.rait-cloud ul li {
    margin-right: 30px;
    position: relative;
}

.rait-cloud ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #707070;
    opacity: 0.15;
    right: -15px;
    top: 0;
}

.rait-cloud ul li:last-child {
    margin: 0;
}

.rait-cloud ul li:last-child:after {
    display: none;
}

.tot-rtb {
    display: flex;
    align-items: center;
}

.tot-rtb img {
    margin-right: 15px;
}

.tot-rtb h5 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0;
}

.our-team-wrp {
    padding: 35px 0;
    width: 100%;
}

.our-team-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

.our-team-wrp .slick-slide {
    margin: 0 15px;
}

.our-team-wrp .slick-list {
    margin: 0 -15px;
}

.team-box {
    padding: 15px;
    background: #f4f5ff;
    border-radius: 10px;
}

.team-img img {
    border-radius: 10px;
    width: 100%;
}

.team-dt {
    padding: 15px 0 0;
}

.team-dt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 5px;
}

.team-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
}

.team-slider .slick-prev,

.team-slider .slick-next {
    position: absolute;
    right: -60px;
    border: none;
    z-index: 5;
    background: transparent;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.team-slider .slick-prev:before, .team-slider .slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: #f4f5ff;
    color: #2f1c6a;
    display: block;
    font-size: 18px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.team-slider .slick-prev {
    left: -60px;
}

.team-slider .slick-prev:before {
    content: "\f060";
}

.team-slider .slick-prev:hover:before, .team-slider .slick-next:hover:before {
    background: #673de6;
    color: #fff;
}

.faq-wrapper {
    padding: 35px 0 60px;
    width: 100%;
}

.faq-wrapper h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.faq-wrapper .accordion-item {
    background: #f1f3fa;
    border-radius: 0;
    border: none;
    margin: 0 0 20px;
}

.faq-wrapper .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: #2F1C6A;
}

.faq-wrapper .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.faq-wrapper .accordion-button {
    outline: none !important;
    background: transparent;
}

.faq-wrapper h3.accordion-header button {
    font-size: 18px;
    padding: 20px 30px;
    color: #2F1C6A;
    outline: none !important;
}

.faq-wrapper .accordion-button::after {
    background: none;
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #2F1C6A;
    top: 22px;
    right: 25px;
    transform: rotate(0);
    background-image: none;
}

.faq-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    content: "\f077";
    background-image: none;
}

.faq-wrapper .accordion-body {
    padding: 0px 30px 15px;
}

.faq-wrapper .accordion-body p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 25px;
}

.get-start-bx {
    padding: 60px 0;
    width: 100%;
    background: #F4F5FF;
}

.get-start-bx .row {
    align-items: center;
}

.get-infobx h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #2F1C6A;
    line-height: 40px;
}

.get-start-bx .btn-main {
    float: unset;
    padding: 15px 35px;
    display: inline-block;
}

#myBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(112,112,112,0.15);
    font-size: 24px;
    color: #333;
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    display: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#myBtn:hover {
    background: #FC5185;
    color: #fff;
}

button.show {
    display: block !important;
}

/* **** End About Page **** */



/* **** Contact Page **** */

.contact-wrp {
    padding: 60px 0;
    width: 100%;
}

.cnt-infbx {
    padding: 25px;
    background: #F4F5FF;
    margin: 0 0 35px;
}

.cnt-infbx {
    display: flex;
    align-items: center;
}

.cnt-lf-dt h3 {
    margin: 0 0 10px;
}

.cnt-lf-dt p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.cnt-icbx {
    margin-left: auto;
}

.cnt-icbx i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #673DE6;
    line-height: 55px;
    text-align: center;
    color: #f4f5ff;
    font-size: 18px;
}

.contact-wrp .btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-wrp .btn-group .btn-main {
    margin-right: 15px;
}

.contact-wrp .btn-group .btn-main.live-btn {
    background: #fff;
    color: #FC5185;
    border-color: #FC5185;
}

.contact-wrp .btn-group .btn-main:hover {
    background: #fc5185;
    color: #fff;
    border-color: #fc5185;
}

.cnt-frm-block {
    padding: 60px 0 0;
}

.cnt-frm-block .row {
    display: flex;
    align-items: center;
}

.captcha-cloudx .col-md-8 {
    flex: 100%;
    max-width: 100%;
}

.primary-content #default-captcha-domainchecker {
    padding: 0px 0px;
}

.submit-ticket-two-cloudx #default-captcha-domainchecker {
    padding: 0 0 10px;
    margin-bottom: 15px;
}

.cnt-img img {
    width: 80%;
    margin: 0 auto;
}

.cnt-frm h3 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 25px;
}

.cnt-frm .form-group {
    width: 100%;
    margin: 0 auto 25px;
}

.cnt-frm .form-control {
    padding: 12px 30px;
    background: #f4f5ff;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #5a5d73;
    height: auto;
    resize: none;
}

.cnt-frm .btn-main {
    padding: 15px 15px;
    width: 90%;
    border: none;
    color: #fff;
    background: #FC5185;
    margin: 10px auto 0;
}

.cnt-frm .btn-main:hover {
    background: #fc5185;
    color: #fff;
    border-color: #fc5185;
}

/* **** End Contact Page **** */



/* **** Hosting Page **** */

.hosting-plans-wrp {
    padding: 70px 0;
    width: 100%;
}

.expiredt {
    padding: 14px 15px;
    background: #f0f8ff;
    border-radius: 5px;
    margin-top: 23px;
}
.expiredt br {
    display: none;
}
.expiredt h6 {
    font-size: 12px;
    color: #673fea;
    text-align: left;
    margin: 0;
}

.expiredt p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #0b2471;
}

.unlimited-bandwith {
    padding: 35px 0 0;
}

.hosting-features-wrp { 
    padding: 60px 0 30px;
    width: 100%;
    background: #f4f5ff;
}

.hosting-features-wrp .titlebar {
    width: 70%;
    background: transparent;
}

.hosting-features-wrp .titlebar p {
    width: 70%;
    margin: 0 auto 45px;
}

.hosting-block {
    margin: 0 0 30px;
}

.hosting-block img, .benifit-block img {
    margin: 0 0 25px;
    border: 2px solid #d7d9ed;
    border-radius: 50%;
}
.hosting-block h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.hosting-block p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
    line-height: 22px;
}

.why-choose-wrp {
    padding: 35px 0 60px;
}

.why-cloud-bx {
    border-right: 1px solid rgba(112,112,112,0.15);
    padding-right: 40px;
}

.why-cloud-bx h3 {
    font-size: 30px;
    color: #2F1C6A;
    margin: 0 0 15px;
    line-height: 38px;
    text-transform: uppercase;
}

.why-cloud-bx p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 22px;
    margin: 0 0 25px;
}

.why-cloud-bx ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.why-cloud-bx ul li {
    width: 50%;
    padding: 5px 0 5px 25px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    position: relative;
}

.why-cloud-bx ul li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bullets.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 8px;
    left: 0;
}

.why-row .row {
    align-items: center;
}

.why-ul {
    padding-left: 40px;
}

.why-ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 45px;
}

.why-ul li:last-child {
    margin: 0;
}

.why-indt {
    padding-left: 25px;
}

.why-indt h4 {
    margin: 0 0 5px;
}

.why-indt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
}

.why-cloud-bx .btn-main {
    padding: 15px 35px;
    background: #FC5185;
    color: #fff;
    margin: 25px 0 0;
}

.why-cloud-bx .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.free-install {
    border-right: none;
}

.freeimg img {
    width: 60%;
    margin: 0 auto;
}

.language-container {
    border-top: 1px solid #d6dfff;
}
.language-container button.btn {
    font-size: 16px;
    padding-top: 15px;
    color: #2F1C6A;
    font-weight: normal !important;
    font-family: 'Poppins' !important;
    padding-left: 3px;
    text-align: left;
}
/* **** End Hosting Page **** */



/* **** Domain Page **** */

.domain-wrp {
    padding: 60px 0;
    width: 100%;
}

.dom-block {
    width: 80%;
    margin: 0 auto 45px;
}

.dom-block .domain-box {
    margin: 0 0 25px;
}

.domain-pric-lst ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.domain-pric-lst ul li {
    width: 25%;
    max-width: 25%;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(112,112,112,0.15);
}

.domain-pric-lst ul li:last-child {
    border-right: none;
}

.domain-pric-lst ul li h4 {
    margin: 0 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    color: #5a5d73;
}

.domain-pric-lst ul li h4 span {
    font-size: 14px;
}

.domain-pri-bx {
    width: 80%;
    margin: 0 auto 35px;
}

.domain-pri-bx .table {
    margin: 0;
}

.domain-pri-bx .table thead th {
    padding: 20px 35px;
    background: #f4f5ff;
    font-size: 20px;
    font-weight: 400;
    color: #6741ee;
    border: 1px solid rgba(112,112,112,0.15);
    border-bottom: none;
}

.domain-pri-bx .table tbody td {
    padding: 20px 35px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #2F1C6A;
    border: 1px solid rgba(112,112,112,0.15);
}

.domain-pri-bx .table tbody td h4 {
    margin: 0;
}

.domain-pri-bx .table tbody td span {
    font-size: 15px;
    font-weight: 500;
    color: #5a5d73;
    margin-left: 10px;
}

.build-web-row {
    padding: 45px 0 60px;
}

.build-web-row .row {
    align-items: center;
}

.build-dt h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.build-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0 0 30px;
}

.build-dt .btn-main {
    padding: 15px 35px;
    background: #FC5185;
    color: #fff;
}

.build-dt .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.step-row {
    padding: 45px 0;
}

/* **** End Domain Page **** */



/* **** Server Page **** */

.dedicated-server-wrp {
    padding: 45px 0;
    width: 100%;
}

.server-filter h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.serv-checks,

.location-server {
    margin: 0 0 30px;
}

.location-server .form-control {
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #f4f5ff;
    font-size: 14px;
    font-weight: 500;
    color: #2f1c6a;
    height: auto;
    border: none;
    box-shadow: none;
}

.range-box {
    position: relative;
    margin: 0px 0 30px;
    padding: 45px 0 0;
}

.custom-rangeslider {
    position: relative;
    margin-top: 40px;
    padding: 0;
}

.custom-rangeInput {
    width: 100%;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 20px;
}

.custom-rangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background-color: #fff;
    outline: 2px solid #FC5185;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    cursor: move;
  /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
    margin-top: -5px;
}

.custom-rangeInput::-webkit-slider-thumb:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.custom-rangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background-color: #FFDFDC;
    outline: 2px solid #ffffff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: move;
  /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
}

.custom-rangeInput::-moz-range-thumb:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.custom-rangeInput::-ms-thumb {
    appearance: none;
    box-sizing: border-box;
    background-color: #FFDFDC;
    outline: 2px solid #ffffff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: move;
  /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -webkit-grab;
    margin: auto;
}

.custom-rangeInput::-ms-thumb:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.custom-rangeInput::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 5px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: #FFDFDC;
}

.custom-rangeInput::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    height: 5px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: #FFDFDC;
}

.custom-rangeInput::-ms-track {
    appearance: none;
    box-sizing: border-box;
    height: 5px;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: #FFDFDC;
    color: transparent;
    border: none;
    outline: none;
}

.custom-rangeInput:focus, .custom-rangeInput:active {
    outline: none;
}

.custom-rangeInput::-ms-tooltip {
    display: none;
}

.custom-rangeslider__tooltip {
    line-height: 30px;
    position: absolute;
    height: 30px;
    width: 80px;
    background-color: #FC5185;
    padding: 0 3px;
    border: 1px #FC5185 solid;
    bottom: -40px;
    left: 0!important;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transform: translate(-26%, 0)!important;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.custom-rangeslider__tooltip:after {
    display: block;
    content: " ";
    background: #FC5185;
    position: absolute;
    border: 1px #FC5185 solid;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    left: calc(50% - 6px);
    top: -6px;
    transform: rotate(45deg);
}

.custom-rangeslider__label {
    width: 100%;
    display: block;
}

.custom-rangeslider__label span {
    display: block;
}

.custom-rangeslider__label-min {
    float: left;
}

.custom-rangeslider__label-max {
    float: right;
}

.custom-rangeslider__label:after {
    content: "";
    display: table;
    clear: both;
}

.diskbx {
    padding: 45px 0 0;
}

.diskbx .remcheck {
    margin: 0 0 5px;
}

.servers-list-wrp {
    padding-left: 35px;
}

.servers-list-wrp h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 25px;
    display: flex;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #f4f5ff;
}
.servers-block {
    margin: 0 0 25px;
    border-radius: 10px;
    background: #f4f5ff;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.servers-img {
    width: 35%;
    background: #ECECEC;
    border-radius: 10px 0 0 10px;
}

.servers-img img {
    width: 100%;
}

.servers-info {
    padding: 30px;
}

.servers-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #5a5d73;
    margin: 0 0 15px;
}

.servers-info ul {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.servers-info ul li {
    margin-right: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #2F1C6A;
}

.servers-info ul li span {
    margin-left: 5px;
    color: #5a5d73;
}

.servers-info ul li:last-child {
    margin: 0;
}

.servers-info p {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.servers-info p span {
    color: #2F1C6A;
    margin-right: 5px;
}

.server-type {
    margin: 0 0 25px;
}

.server-type ul {
    display: flex;
    align-items: center;
}

.server-type ul li {
    margin: 0 10px 0 0;
}

.server-type ul li:last-child {
    margin: 0;
}

.server-type ul li a {
    padding: 5px 15px;
    background: #ECECEC;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #2F1C6A;
    display: block;
    text-transform: uppercase;
}

.servers-info .btn-group {
    align-items: center;
}

.servers-info .btn-main {
    padding: 12px 30px;
    background: #FC5185;
    color: #fff;
    margin-left: 15px;
}

.servers-info .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.servers-info .btn-group h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 15px 0 0;
}

.servers-info .btn-group h5 span {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin-left: 5px;
}

.pager-bx ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager-bx ul li {
    margin: 0 15px 0 0;
}

.pager-bx ul li:last-child {
    margin: 0;
}

.pager-bx ul li a {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2F1C6A;
    display: block;
}

.pager-bx ul li a.navbx {
    background: transparent;
}

.pager-bx ul li.active a,

.pager-bx ul li a:hover {
    background: #FC5185;
    color: #fff;
}

.server-features-wrp {
    padding: 45px 0;
}

.server-features-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 35px;
}

.server-feat-box img {
    margin: 0 0 15px;
}

.server-feat-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.server-feat-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 24px;
}

.server-features-slider .slick-slide {
    margin: 0 30px;
}

.server-features-slider .slick-list {
    margin: 0 -30px;
}

.server-features-slider .slick-prev,

.server-features-slider .slick-next {
    position: absolute;
    left: -80px;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.server-features-slider .slick-prev:before,

.server-features-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    background: #f4f5ff;
    color: #673de6;
    font-weight: 300;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.server-features-slider .slick-next {
    left: auto;
    right: -80px;
}

.server-features-slider .slick-prev:before {
    content: "\f053";
}

.server-features-slider .slick-prev:hover:before,

.server-features-slider .slick-next:hover:before {
    color: #fff;
    background: #FC5185;
}

.free-install h3 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #673de6;
}

.available-os-tbles .table {
    margin: 0;
}

.available-os-tbles .table thead th {
    padding: 15px 20px;
    background: #F4F5FF;
    font-size: 16px;
    font-weight: 500;
    color: #2F1C6A;
    border: 1px solid rgba(112,112,112,0.15);
    border-bottom: none;
}

.available-os-tbles .table tbody td {
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #5a5d73;
    border: 1px solid rgba(112,112,112,0.15);
}

.available-os-tbles .table tbody td h4 {
    margin: 0;
}

.available-os-tbles .table tbody td span {
    font-size: 15px;
    font-weight: 500;
    color: #5a5d73;
    margin-left: 10px;
}

.why-us-server h2 {
    margin: 0 0 45px;
}

.why-chbx {
    padding: 30px;
    border-radius: 10px;
    margin: 0 0 30px;
    border: 1px solid rgba(112,112,112,0.15);
    display: flex;
}

.serv-img img {
}

.serv-dt {
    padding-left: 25px;
}

.serv-dt h3 {margin: 0 0 15px;}

.serv-dt p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    min-height: 70px;
    line-height: 24px;
}

.host-raitbx h3 {
    margin: 0 0 15px;
    font-size: 20px;
}
.host-raitbx ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.host-raitbx ul li {
    width: 50%;
    font-size: 16px;
    color: #2F1C6A;
    margin: 0 0 5px;
}

.host-raitbx ul li span {
    color: #5a5d73;
}

.dedi-serv-slider .slick-prev,

.dedi-serv-slider .slick-next {
    position: absolute;
    left: -80px;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.dedi-serv-slider .slick-prev:before,

.dedi-serv-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    background: #f4f5ff;
    color: #673de6;
    font-weight: 300;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.dedi-serv-slider .slick-prev {
    left: auto;
    right: -80px;
}

.dedi-serv-slider .slick-prev:before {
    content: "\f054";
}

.dedi-serv-slider .slick-prev:hover:before,

.dedi-serv-slider .slick-next:hover:before {
    color: #fff;
    background: #FC5185;
}

/* **** End Server Page **** */



/* **** Products Pages **** */

.pro-row {
    padding: 35px 0;
}

.benifit-wrp {
    padding: 35px 0 35px;
}

.benifit-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 45px;
    text-transform: uppercase;
}
.benifit-block h3 {margin: 0 0 15px;}

.benifit-block p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0 0 15px;
    line-height: 24px;
}

.benifit-block a {
    font-size: 16px;
    font-weight: normal;
    color: #FC5185;
    text-transform: uppercase;
    display: table;
    font-family: 'Poppins SemiBold';
}

.benifit-block a:hover {
    color: #fc5185;
}

.business-plans-wrp {
    padding: 45px 0;
    width: 100%;
}

.business-plans-wrp h2 {
    margin: 0 0 45px;
}

.business-plans-wrp .plan-include {
    padding: 0;
}

.business-plans-wrp .plan-plat h4 span {
    display: block;
}

.business-plans-wrp .plan-include p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 24px;
    margin: 0 0 20px;
}

.business-plans-wrp .plan-include h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.business-plans-wrp .plan-include ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.business-plans-wrp .plan-include ul li {
    width: 25%;
    padding: 5px;
    margin: 0 0 10px;
}

.business-plans-wrp .plan-include ul li:before {
    display: none;
}

.business-plans-wrp .plan-include ul li img {
    margin: 0 auto 10px;
}

.business-plans-wrp .plan-include ul li h6 {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
    text-align: center;
}

.business-plans-wrp .plan-include p.not-found {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
    min-height: 170px;
}

.choose-plan-wrp {
    padding: 60px 0;
    width: 100%;
}

.choose-plan-wrp h2 {
    margin: 0 0 35px;
}

.register-domain-wrp {
    padding: 60px 0;
    width: 100%;
    background: #F5F5F5;
}

.register-domain-wrp h2 {
    margin: 0 0 35px;
}

.register-domain-wrp .domain-box {
    width: 80%;
    margin: 0 auto;
}

.register-domain-wrp .domain-box .form-control {
    background-color: #fff;
}

.domain-wrp {
    padding: 60px 0;
    width: 100%;
}

.browse-type-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.brows-tbs .nav-tabs {
    margin: 0 auto 25px;
    display: table;
    border-bottom: 1px solid rgba(112,112,112,0.30);
}

.brows-tbs .nav-tabs li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.brows-tbs .nav-tabs li:last-child {
    margin: 0;
}

.brows-tbs .nav-tabs li button {
    padding: 12px 20px;
    border-radius: 0;
    border: none;
    position: relative;
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #868686;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.brows-tbs .nav-tabs li button:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #FC5185;
    border-radius: 15px;
    bottom: -1px;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.brows-tbs .nav-tabs .nav-item.show .nav-link, .brows-tbs .nav-tabs .nav-link.active {
    background: transparent;
    color: #FC5185;
    border: none;
}

.brows-tbs .nav-tabs .nav-link.active:after {
    width: 100%;
}

.brows-tbs .available-os-tbles .table thead th {
    font-weight: bold;
    color: #2F1C6A;
    font-size: 18px;
}

.brows-tbs .available-os-tbles .table tbody td {
    font-size: 18px;
    font-weight: 500;
    color: #5a5d73;
}

.brows-tbs .available-os-tbles .table tbody td span {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.domain-trans-frm {
    width: 50%;
    margin: 0 auto;
}

.domain-trans-frm .form-group {
    margin: 0 0 25px;
}

.domain-trans-frm .form-group .form-control {
    padding: 15px 25px;
    background: #F5F5F5;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #ACACAC;
    height: auto;
    box-shadow: none;
    border: none;
}

.domain-trans-frm .form-group span {
    display: block;
    margin: 10px 0 0 25px;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.domain-trans-frm .form-group span img {
    display: inline-block;
    margin-right: 5px;
}

.domain-trans-frm .btn-main {
    padding: 15px 40px;
    background: #FC5185;
    color: #fff;
    border: none;
    margin: 0 auto;
}

.domain-trans-frm .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

/* **** End Products Pages **** */



/* **** Products Pages **** */

.support-wrp {
    padding: 40px 0 40px;
    width: 100%;
}

.support-box {
    padding: 30px;
    background: #f1f3fa;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.support-wrp .support-box {
    margin-top: 0;
}
.support-box h3 {
    font-size: 20px;
    width: 80%;
    margin: 0;
    padding: 0 35px 0 0;
}

.support-box span {
    margin-left: auto;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vps-host-wrp {
    padding: 0px 0px 35px 0;
}
.vps-host-features h2 {
    margin: 0 0 45px;
}

.online-tred ul {
    margin: 0 0 20px;
    width: 100%;
    display: block;
}

.online-tred li {
    display: flex;
    align-items: center;
    width: 100% !important;
    margin: 0 0 10px !important;
}

.online-tred li img {
    margin-right: 15px;
    max-width: 46px;
}

.online-tred li span {
    font-size: 20px;
    color: #2F1C6A;
    margin: 0;
    width: 85%;
}

.siplewrp p {
    margin: 0;
}

.premium-wrp {
    padding: 60px 0;
}

.premium-wrp .row {
    align-items: center;
}

/* **** End Products Pages **** */



/* **** Services Pages **** */

.ssl-row .row {
    width: 100%;
    margin: 0 auto;
}

.benifit-wrp h6 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FC5185;
    margin: 60px 0 60px;
    text-transform: uppercase;
}

.benifit-wrp h6 i {
    margin-right: 10px;
}

.what-data-block h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 35px;
}

.what-data-block p {
    font-size: 15px;
    font-weight: 500;
    color: #5a5d73;
    line-height: 23px;
    margin: 0 0 15px;
}

.what-data-block ul {
    margin: 0 0 15px;
}

.what-data-block li {
    padding: 5px 0 5px 25px;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #5a5d73;
    position: relative;
}

.what-data-block li:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bullets.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    top: 8px;
    left: 0;
}

.enging-wrp p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    text-align: center;
    margin: 0 0 15px;
    line-height: 24px;
}

.engine-slider {
    margin: 45px 0 0;
}

.engine-slider .slick-slide {
    margin: 0 15px;
}

.engine-slider .slick-list {
    margin: 0 -15px;
}

.engine-slider .slick-prev,

.engine-slider .slick-next {
    position: absolute;
    left: -80px;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.engine-slider .slick-prev:before,

.engine-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    background: #FFDFDC;
    color: #FC5185;
    font-weight: 300;
    line-height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.engine-slider .slick-prev {
    left: auto;
    right: -80px;
}

.engine-slider .slick-prev:before {
    content: "\f054";
}

.engine-slider .slick-prev:hover:before,

.engine-slider .slick-next:hover:before {
    color: #fff;
    background: #FC5185;
}
.secure-data {
    padding: 60px 0;
    background: #fff;
    width: 100%;
}

.secure-data h2 {
    width: 100%;
    color: #2F1C6A;
    text-align: left;
    line-height: 42px;
    margin: 0px 0px 25px;
}

.upgrade-wrp .support-box {
    margin: 0 0 40px;
}

.upgrade-wrp .btn-main {
    padding: 15px 35px;
    background: #FC5185;
    color: #fff;
    margin: 0 auto;
}

.upgrade-wrp .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.helpwrp .titlebar h2 {
    margin: 0 0 10px;
}

.helpwrp .titlebar p {
    margin: 0 auto 45px;
}

.partner-wrp-trust {
    padding: 45px 0;
    width: 100%;
    background: #F5F5F5;
    border: none;
}

.partner-wrp-trust h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 40px;
}

.ssl-block {
    width: 100%;
    position: relative;
    background: #F5F5F5;
    margin: 0 0 35px;
    display: flex;
    flex-wrap: wrap;
}

.ssl-left-bx {
    width: 65%;
    padding: 50px 40px;
}

.ssl-right-bx {
    width: 35%;
    border-left: 1px solid rgba(112,112,112,0.15);
    padding: 50px 40px;
}

.ssl-left-bx h3 {margin: 0 0 15px;}

.ssl-left-bx p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
}

.ssl-right-bx h5 {
    font-size: 24px;
    font-weight: 500;
    color: #2F1C6A;
    text-align: left;
    margin: 0 0 15px;
}

.ssl-right-bx h4 {
    font-size: 27px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 25px;
}

.ssl-right-bx h4 span {
    font-size: 14px;
    font-weight: 500;
}

.ssl-right-bx .btn-group {
    align-items: center;
    width: 100%;
}

.ssl-right-bx .btn-group .btn-main {
    padding: 12px 30px;
    background: #FC5185;
    color: #fff;
}

.ssl-right-bx .btn-group .lernbn {
    background: transparent;
    color: #FC5185;
    font-size: 16px;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.ssl-right-bx .btn-group .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.ssl-right-bx .btn-group .lernbn:hover {
    color: #fc5185;
}

.standard-ssl-wrp {
    padding: 60px 0;
    width: 100%;
}

.online-tred h3 {
    font-size: 18px;
    color: #5a5d73;
    margin: 0 0 25px;
}

.ssl-std-row .row {
    align-items: center;
}

.certificates-price-wrp {
    padding: 35px 0;
    width: 100%;
}

.certificates-tble h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.certificates-select {
    width: 350px;
    margin: 0 auto 45px;
}

.certificates-select .form-control {
    padding: 15px 25px;
    background-color: #f4f5ff;
    border-radius: 30px;
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #2f1c81;
}

.certificates-tble {
    width: 100%;
    margin: 0 auto;
}

.certificates-tble .available-os-tbles .table thead th {
    font-size: 20px;
    font-family: 'Poppins Medium';
    color: #2F1C6A;
    padding: 20px 30px;
    text-align: center;
}
.certificates-tble .available-os-tbles .table tbody td{text-align: center;}
.certificates-tble .available-os-tbles .table tbody td img{margin: 0 auto;}
.certificates-tble .available-os-tbles .table tbody td:first-child{text-align: left;}
.certificates-tble .available-os-tbles .table thead th:first-child {
    background: #fff;
    border: none;
}
.certificates-tble .available-os-tbles .table thead th:nth-child(2) {
    background: #673de6;
    color: #fff;
}
.certificates-tble .available-os-tbles .table thead th:nth-child(3) {
    background: #fc5185;
    color: #fff;
}
.certificates-tble .available-os-tbles .table tbody td {
    padding: 20px 30px;
}

.certificates-tble .available-os-tbles .table tbody td a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #FC5185;
    padding: 12px 40px;
    border-radius: 40px;
}
.certificates-tble .available-os-tbles .table tbody td strong {
    font-family: 'Poppins Medium';
    font-weight: normal;
    color: #2f1c6a;
    font-size: 16px;
}
.certificates-tble .available-os-tbles .table tbody td a:hover {
    color: #777;
}

.certificates-tble h6 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2F1C6A;
    text-transform: uppercase;
    margin: 35px 0 45px;
}

.certificates-tble h6 a {
    color: #6741ee;
}

.certificates-tble h6 a:hover {
    color: #777;
}

.ssl-benifits-wrp {
    padding: 45px 0;
    width: 100%;
}

.ssl-benifits-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
}

.ssl-benifits-box {
    width: 90%;
}

.ssl-benifits-box img {
    margin: 0 0 25px;
}

.ssl-benifits-box h3 {
    line-height: 30px;
    margin: 0 0 10px;
}

.ssl-benifits-box p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
}

.certificates-feature-wrp {
    padding: 0 0 60px;
    width: 100%;
}

.certificates-feature-wrp h2 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 45px;
}

.certificate-box {
    padding: 30px;
    background: #f4f5ff;
    margin: 0 0 30px;
}

.certificate-box span {
    margin: 0 auto 25px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.certificate-box span i {
    color: #6741ee;
}
.certificate-box h3 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    color: #2F1C6A;
}

.organiz-dt h3 {
    font-size: 35px;
    font-weight: bold;
    color: #2F1C6A;
    margin: 0 0 15px;
    line-height: 42px;
}

.organiz-dt p {
    font-size: 14px;
    font-weight: 500;
    color: #5a5d73;
    margin: 0;
}

.org-img img {
    margin: 0 auto;
}

.comtow .row {
    align-items: center;
}

/* **** End Services Pages **** */





/* **** Site Lock Page **** */

.security-mission-wrp {
    padding: 75px 0 0;
}

.security-mission-wrp .mission-row {
    padding: 0;
}

.security-mission-wrp .mission-img img {
    max-width: 80%;
}

.site-lock-hosting .plan-plat h3 {
    padding: 30px 0 10px;
    border: none;
}

.site-lock-hosting .plan-plat .form-group {
    border-bottom: 1px solid rgba(112,112,112,0.20);
    margin: 0;
    padding: 0 0 27px;
}

.site-lock-hosting .plan-plat .form-group .form-control {
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #666;
    padding: 0;
    border-radius: 0;
    width: auto;
    display: table;
    margin: 0 auto;
    padding-right: 30px;
    background-color: transparent;
}

.site-lock-hosting .plan-include ul {
    margin: 0 0 30px;
}

.site-lock-hosting .expiredt {
    padding: 0 0 17px;
}

.site-lock-hosting .expiredt h6 {
    text-align: left;
}

.site-lock-hosting .populer-box .form-group .form-control {
    color: #fff;
    background-image: url(../images/down-ic-white.svg);
}

.site-lock-hosting .plan-block {
    min-height: 1280px;
}

.site-lock-hosting  .plan-include .btn-main {
    position: absolute;
    left: 0;
    bottom: 33px;
    width: auto;
    left: 50%;
    padding: 15px 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.site-lock-secure-data {
    margin: 40px 0 0;
}

.site-lock-secure-data .btn-main {
    margin: 35px auto 0;
}

.faq-wrapper .btn-main {
    display: table;
    margin: 35px 0 0;
}

.faq-wrapper .btn-main i {
    padding-right: 10px;
}

.faq-wrapper .btn-main:hover {
    background: #fc5185;
    color: #fff;
}



/* **** End Site Lock Page **** */







/* **** security **** */

.security-hosting {
    padding: 0 0 85px;
}

.security-hosting .plans-row {
    padding: 0;
}

.security-hosting .populer-box {
    margin: 0 auto;
}

.security-hosting .paln-info h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #2F1C6A;
    margin: 0 0 15px;
}

.security-hosting .paln-info p {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #666;
    margin: 0 0 50px;
}

.security-hosting .paln-info .btn-main {
    padding: 15px 40px;
    margin: 0 auto;
    background: #FC5185;
    color: #fff;
    margin: 0 auto 15px;
}

.security-hosting .paln-info .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

.security-hosting .paln-info .learn-main {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #FC5185;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.security-hosting .paln-info .learn-main:hover {
    color: #fc5185;
}

/* **** End security **** */





.security-why-choose-wrp .titlebar {
    width: auto;
    margin: 0 auto 55px;
}

.security-why-choose-wrp .why-cloud-bx ul li {
    width: 100%;
}

.security-why-choose-wrp .why-cloud-bx h3 {
    line-height: 35px;
    text-align: left;
    margin: 0 0 40px;
}
.signup-why-choose-wrp {
    padding: 0 0 25px;
}
.signup-why-choose-wrp .titlebar {
    width: auto;
    margin: 0 auto 45px;
}

.signup-block {
    width: 70%;
    margin: 0 auto;
}





/* **** register-new **** */



.register-wrapper {
    padding: 0;
    max-width: 1250px;
    margin: 50px auto;
}
.register-wrapper .titlebar h2 {
    font-size: 28px;
    text-align: left;
    color: #2f1d6c;
    margin: 0 0 11px;
}

.forgot-frm .btn-main {
    width: 100%;
}

.register-wrapper .titlebar p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #2f1e6e;
    margin: 0 auto 0px;
}

.register-wrapper .titlebar ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-wrapper .titlebar ul li {
    margin-right: 20px;
}

.register-wrapper .titlebar ul li:last-child {
    margin: 0;
}

.register-wrapper .titlebar ul li a {
    display: flex;
    align-items: center;
    min-width: 310px;
    padding: 12px 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.facebook-btn {
    background: #4267b2;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
}

.google-btn {
    background: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #2F1C6A !important;
    text-transform: uppercase;
}

.register-wrapper .titlebar ul li a img {
    margin-right: 10px;
}

.register-wrapper .titlebar ul li a:hover {
    opacity: 0.6;
}

/* **** End register-new **** */



.orline {
    padding: 30px 0;
}

.orline h3 {
    margin: 0;
    position: relative;
}

.orline h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    left: 0;
    right: 0;
    top: 50%;
}
.orline h3 span {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #666;
    margin: 0 auto;
    display: table;
}

.password-strength-meter p {
    text-align: left!important;
}

.register-form .form-row {
    padding: 0 0 15px;
}

.form-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    text-align: left;
    color: #2F1C6A;
    margin: 0 0 25px;
}

.form-title h2 span {
    display: block;
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #666;
    font-family: 'Poppins';
}

.register-form .form-group {
    margin: 0 0 25px;
    position: relative;
}

.register-form .form-group .form-control {
    border-radius: 30px;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #acacac;
    border: none;
    height: auto;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
}

.register-form .form-group .form-control::placeholder {
    color: #acacac;
}

.register-form .form-group .iti {
    width: 100%;
}

#phone {
    padding: 15px 20px 15px 60px;
}

.register-form .form-group  select.form-control {
    width: 100%;
    display: block;
    margin: 0 0;
    -webkit-appearance: none;
    background-image: url(../images/down-ic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.hide-show-password {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    color: #2F1C6A;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.generate-box h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    color: #FC5185;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.generate-box ul {
    display: flex;
    align-items: center;
    height: 6px;
    width: 100%;
    background-color: #eee;
    border-radius: 30px;
    margin: 0 0 12px;
}

.generate-box ul li {
    width: 33.33%;
    border-radius: 20px;
    height: 6px;
}

.generate-box ul li.red {
    background-color: #FC5185;
}

.generate-box ul li.yellow {
    background-color: #F9FBD7;
}

.generate-box ul li.green {
    background-color: #D2F6EA;
}

.generate-box span {
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    text-align: left;
    color: #666;
    display: block;
}

.form-switch {
    padding: 0;
}

.form-switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.form-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 62px;
    min-width: 62px;
    height: 31px;
    background: rgba(230, 77, 63, 0.2);
    display: block;
    border-radius: 100px;
    position: relative;
}

.form-switch label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 23px;
    height: 23px;
    background: #FC5185;
    border-radius: 90px;
    transition: 0.3s;
}

.form-switch input:checked + label {
    background: #FC5185;
}

.form-switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
    background: #fff;
}

.form-switch {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.form-switch span {
    font-size: 13px;
    line-height: 23px;
    text-align: left;
    color: #666;
    padding-left: 15px;
}

p label.form-check {
    text-align: left;
    margin: 15px;
    font-weight: normal;
}

.register-wrapper .btn-main {
    padding: 15px 35px;
    border: none;
    background: #FC5185;
    color: #fff;
}

.register-wrapper .btn-main:hover {
    background: #fc5185;
    color: #fff;
}

button#btnGoogleSignin1 {
    display: flex;
    align-items: center;
}

.btn-facebook, .btn-social.btn-google {
    border: 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px;
    border-radius: 30px;
    padding: 10px 25px !important;
    display: inline-block;
}

.btn-social.btn-google {
    background: #f5f5f5;
}

.btn-facebook img, .btn-social.btn-google img {
    margin-right: 5px;
}

.social-signin-btns {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    background-color: #FC5185;
    border-color: #FC5185;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover {
    background-color: rgba(230, 77, 63, 0.2);
    border-color: rgba(230, 77, 63, 0.2);
    color: #FC5185;
}

.register-form .form-switch {
    margin: 0 0 30px;
}

.register-form .col-md-8.mx-auto.mb-3.mb-sm-0 {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    flex: 100%;
    margin: 0 0 30px !important;
}

#frmCheckout div#containerNewUserSecurity .row {
    padding: 0;
}

.faq-wrapper .accordion-button::after {
    position: inherit;
}

aside.sidebar li .dropdown-menu li a {
    padding: 10px 18px !important;
}
aside.sidebar li a:hover .navigation-icons-theme {
    background: #fff;
}
aside.sidebar li .dropdown-divider {
    margin: 0;
}
.team-img img {
    max-height: 220px;
}

button:focus {
    outline: unset;
}

.servers-wrp .nav-item .nav-link {
    background-color: unset;
}

.faq-wrapper h3.accordion-header button {
    width: 100%;
    outline: none !important;
    text-align: left;
    border: transparent;
    position: relative;
}

.faq-wrapper .accordion-button::after {
    position: absolute;
}

.knowledgebase-cloudx form button#btnKnowledgebaseSearch, .knowledgebase-cloudx form button#btnKnowledgebaseSearch:hover, .knowledgebase-base-cat-cloudx button#btnKnowledgebaseSearch {
    background-color: #673de6;
    color: #fff;
    border: 1px solid #673de6;
}

.knowledgebase-cloudx .kb-category span i, .download-cloudx .kb-category span i, .kb-category span i {
    color: #202020;
}

.knowledgebase-cloudx .kb-category .card-body:hover span {
    color: #FC5185;
}

.announcements .announcement a.btn-default, .knowledgebase-cloudx .kb-category span.badge.badge-info, .download-cloudx .kb-category span.badge.badge-info, .kb-category span.badge.badge-info {
    color: #FC5185;
    background-color: #ffeded;
    border: 1px solid #ffeded;
}

.knowledgebase-cloudx .card .card-title i, .knowledgebase-article-cloudx h3.card-title i, .knowledgebase-base-cat-cloudx .card-title i, .download-cloudx .card .card-title i, .download-cat-cloudx .card .card-title i {
    color: #FC5185;
}

.knowledgebase-cloudx .kb-article-item i, .knowledgebase-article-cloudx .kb-article-item i, .knowledgebase-base-cat-cloudx .kb-article-item i, .download-cloudx .kb-article-item i, .download-cat-cloudx .kb-article-item i {
    color: #673DE6 !important;
}

.knowledgebase-cloudx .kb-article-item,.knowledgebase-base-cat-cloudx .kb-article-item {
    color: #2F1C6A;
}

.sidebar .card-sidebar .list-group-item.active {
    background-color: #f4f5ff;
    color: #673de6;
}

.sidebar .list-group .truncate:hover, .kb-category span:hover {
    color: #FC5185;
}

.sidebar .card-sidebar .list-group-item.active {
    background-color: #f4f5ff;
    color: #673de6;
}

.sidebar .card-sidebar .list-group.list-group-flush a:hover,.knowledgebase-article-cloudx .card-body h1,.knowledgebase-article-cloudx .card-body ul li i,.knowledgebase-article-cloudx form button.btn-secondary,.knowledgebase-article-cloudx .card-body a.btn.btn-default {
    color: #673de6;
}

.knowledgebase-article-cloudx .card-body a.btn.btn-default, .knowledgebase-article-cloudx form button.btn-secondary {
    background-color: #ffeded;
}

.btn-back-cloudx:hover, .btn-back-cloudx:focus, #frmAddToCart .btn-default:hover, .btn-edit-cloudx:hover, .knowledgebase-article-cloudx .btn-default:hover, .knowledgebase-base-cat-cloudx .btn-default:hover, .download-cat-cloudx .btn-default:hover {
    background-color: #ffeded;
    border-color: #FC5185;
    color: #FC5185;
}

.row.item-selector .item.active {
    color: #fff!important;
    background: #673DE6;
}

ul.nav-cnts li.navact img {
    width: 21px;
    height: 21px;
}

.card-header {
    background-color: rgb(255 255 255);
}

.default-captcha div {
    display: flex;
    align-items: center;
}

.product-desc ul br {
    display: none;
}

.btn-link {
    color: #673DE6;
    background: #f4f5ff;
}

.btn {border-radius: 50px;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins SemiBold';
    font-weight: normal!important;
    font-weight: bold;
    color: #2F1C6A;
}

h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
.modal button.btn.btn-default { font-size: 13px; letter-spacing: normal; font-weight: normal; font-family: 'Poppins Medium'; color: #FC5185; } 
.btn { font-family: 'Poppins Medium' !important; font-weight: normal!important; } 
.modal-header.bg-primary { background: #F4F5FF!important; } 
.modal-header.bg-primary .modal-title { color: #673de6!important; } 
button.btn.btn-default.btn-sm.copy-to-clipboard img { display: inline-block; } 
.alert.alert-block.alert-info form .row { align-items: center; }
.well label.form-check.form-check-inline {
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(233 235 249) !important;
}
.breadcrumb-item.active {
    color: #2f1c6a;
}

.irs-from, .irs-to, .irs-single {
   background: #fc5185;
}
.icheckbox_square-blue, .iradio_square-blue{
    filter: hue-rotate(51deg);
}

.dataTables_wrapper .dataTables_filter label .form-control{
    background: url(../../../assets/img/search.png) #fff no-repeat 8px center;
}
div#tableServicesList_paginate ul.pagination li a, .dataTables_wrapper ul.pagination li a{
    font-weight: 300;
}

div#tableServicesList_paginate li#tableServicesList_next a, .dataTables_wrapper ul.pagination>.next a {
    font-weight: 300;
    border-radius: 3px !important
}
.page-item.active .page-link{
    padding: 9px 15px !important;
}
div#tableServicesList_paginate ul.pagination li a, .dataTables_wrapper ul.pagination li a{
    padding: 9px 15px;
    margin-top: 0px;
}
.dataTables_wrapper div.dataTables_length select{
    min-height: 35px;
    line-height: 28px;
}
a.bar-brand i {
    font-weight: 500;
    font-size: 21px;
}
a.bar-brand{
    margin-top: 10px;
}
div#productConfigurableOptions label {
    width: 100%;
}
.user-management-cloudx .label-info {
    background-color: #673DE6 !important;
    color:#fff !important;
}
.user-management-cloudx i{
    color: #FC5185 !important';
}
.account-new-20i .alert.alert-block.alert-info {
    background-color: #ffffff;
    border-color: #ffffff;
}
.account-new-20i .alert-info .col-form-label{
    color: #2F1C6A;
}
.primary-content .account-new-20i .card-title {
    color: #2F1C6A;
}
#tableEmailsList_wrapper .btn-info:hover {
    background-color: #f4f5ff;
    border-color: #f4f5ff;
    color: #673fea;
}
.card-body.extra-padding.announcement-section h3.card-title {
    padding: 15px !important;
}
.knowledgebase-article-20i button.btn.btn-sm.btn-secondary.px-4:first-child {
    background: #673DE6;
    border-color: #673DE6;
    color: #fff;
}
.knowledgebase-article-20i button.btn.btn-sm.btn-secondary.px-4 {
    background: #f4f5ff;
    color: #673fea;
    border-color: #673fea;
}
.knowledgebase-article-20i button.btn.btn-sm.btn-secondary.px-4:first-child:hover {
    background: #f4f5ff;
    color: #673fea;
}
.knowledgebase-article-20i button.btn.btn-sm.btn-secondary.px-4:hover{
        background: #673fea;
        color: #FFF;
}
.knowledgebase-article-20i a.btn.btn-default.btn-sm{
    color: #673fea;
}
.primary-content .download-20i input, .primary-content .knowledgebase-20i input, .primary-content .download-cat-20i input, .primary-content .knowledgebase-base-cat-20i  input{
    height: 48px;
}
.download-20i .input-group-append {
    margin-left: 0;
}
.primary-content .download-cat-20i h3 {
    color: #2F1C6A;
}
.card-sidebar button.btn.btn-danger.btn-sm.btn-block, .card.view-ticket button.btn.btn-danger.btn-sm {
    background: #FC5185;
    border-color: #FC5185;
}
.requestor-type-owner {
    background-color: #673DE6;
}
.selectBillingCycleCloudCart .iradio_square-blue {
    display: none;
}
.primary-content .knowledgebase-20i .card-title {
    color: #2F1C6A;
}
.kb-article-item:hover {
    background-color: #f7f7f7;
}
.kb-article-item small{
    color: #000;
}
.kb-category a:hover {
    background-color: #f7f7f7;
}

.cloudx-custom-page-called {
    background: transparent !important;
}
.table-dedicated-server th{
 background: #673fea;color: #fff;font-family: 'Poppins Medium';font-weight: normal;border-bottom:1px solid #673fea !important;
}
.table-dedicated-server td.td-pr {
    width: 15%;
}
.table-dedicated-server th, .table-dedicated-server td {
    vertical-align: middle;
    border-bottom: none;
    padding: 16px 15px;  
}
.table-dedicated-server td {
    font-size: 13px;
}
.start-from-dedicated, .product-bill-cycle-dedi {
    font-size: 12px;
    color: #777;
}
.product-min-price-dedi {
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'Poppins Medium';
    color: #673fea;
}
.server-location-flag {
    max-width: 130px;
}
a.dedicated-btn-buy {
    background: #FC5185;
    padding: 10px 22px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border-radius: 40px;
}
table.table.table-dedicated-server thead tr {
    border: 1px solid #6c48ea;
}
/* tr.dedicated-tr-row:hover {
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 6px 60px rgb(200 215 228 / 51%);
}

tr.dedicated-tr-row {
    transition: all 0.3s ease-in-out;
} */

table.table.table-dedicated-server {
    overflow: hidden;
    border: 1px solid #e7e7e7; 
}
tr.dedicated-tr-row:hover td {
    border-top: 1px solid transparent;
}
.populer-box .plan-plat .plan-price-section.price-sec-ly-3 {
    color: #FFF;
}
.plan-price-section.price-sec-ly-3 {
    padding: 20px;
    text-align: center;
}
.privacy-notice-banner-cloudx {
    background: url(../images/privacy-notice.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.privacy-notice-banner-cloudx h1, .terms-service-cloudx h1 {
    font-size: 40px;
}
.privacy-wrapper .container {
    padding: 50px;
    box-shadow: 0px 0px 10px #00000026;
    margin-top: -45px;
    background: #ffff;
}
.privacy-wrapper .titlebar h2 {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #e6e8eb;
    position: relative;
    line-height: 58px;
}
.privacy-wrapper .titlebar h2:after {
    content: "";
    border-bottom: 4px solid #2F1C6A;
    width: 45px;
    float: left;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.privacy-wrapper .privacy-dt {
    margin: 0 0 45px;
}
.terms-service-cloudx{
    background: url(../images/privacy-notice.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
section.why-choose-wrp.why-us-server {
    padding: 0px 0px 40px;
}


/* new header css start */
.top-header-active-theme .nav-top-left-section {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.top-header-active-theme .top-bar-nav-active{
    display: flex;
    flex-direction:unset;
}
.top-nav-main-sec-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.nav-top-right-section ul {
    display: flex;
    align-items: center;
    position: relative;
}
.nav-top-left-section a, span.nav-bar-label {
    padding-left: 15px;
    padding-right: 15px !important;
    color: #6e6d7a;
    font-size: 14px;
}
header.top-header-active-theme {
    padding: 15px 30px;
}
.top-header-active-theme ul.dropdown-menu {
    padding: 15px 15px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
    box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
    border: transparent;
    top: 40px !important;
    min-width: 25rem;
    transform: unset !important; 
    z-index: 999999;
    background: #ffff;
}
.top-header-active-theme a.dropdown-item {
    margin: 0 0px !important;
    padding: 13px 18px !important;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.navigation-icons-theme {
    width: 40px;
    margin-right: 16px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.5s;
}
.top-header-active-theme p.top-menu-short-desc-theme {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #6e6d7a;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-header-active-theme .navigation-label-theme span{
    color: #0d0c22;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
}
.navigation-icons-theme img {
    width: 22px;
}
.navigation-label-theme .nav-bar-label {
    padding: 0 !important;
}
.top-header-active-theme .nav-top-left-section a.dropdown-item:hover:after {
    opacity: 1;
}
.top-header-active-theme .nav-top-left-section a.dropdown-item:after {
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    right: 31px;
    opacity: 0;
    transition: all 0.5s;
}
.top-header-active-theme a.dropdown-item:hover .navigation-icons-theme {
    background: #fff;
}
.nav-top-right-section ul .top-bar-nav-active ul {
    display: none;
    min-width: 15rem;
    padding: 0px;
    right: 0 !important;
    left: unset !important;
}
.nav-top-right-section ul .top-bar-nav-active ul.dropdown-menu.show{
    display: block;
}
header.top-header-active-theme .container{
    max-width: 100%; 
    width: 100%;
}
.nav-top-right-section .cart-btn .badge-info {
    color: #fff;
    background-color: #f24f85;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 10px;
    line-height: 11px;
    font-weight: 500;
    width: 15px;
    height: 15px;
}
.nav-top-right-section li.nav-item.ml-3 {
    margin-left: 0px !important;
}
.top-nav-main-sec-header a.btn.nav-link.cart-btn {
    padding-top: 0;
    padding-bottom: 0px;
    padding-right: 25px;
}
.top-header-active-theme .nav-logo-section {
    padding-right: 35px;
    width: 100%;
    max-width: 200px;
}
.top-header-active-theme li#Primary_Navbar-Store ul.dropdown-menu li a {
    padding: 13px 18px !important;
}
.top-header-active-theme li#Primary_Navbar-Store ul.dropdown-menu{
    padding: 10px 15px;
}
.top-header-active-theme .dropdown-divider {
    height: 0;
    margin: 5px 0;
}
.nav-top-right-section .top-bar-nav-active a.dropdown-toggle {
    color: #6e6d7a;
}
.nav-top-right-section ul .top-bar-nav-active ul.dropdown-menu li a{
    padding: 10px 15px !important;
}

/* new header css end */
div#pricing-section-slider .slick-next:before, div#pricing-section-slider .slick-prev:before  { width: 45px; height: 45px; content: "\f053"; font-family: 'Font Awesome 5 Pro'; background: #f24f85; color: #fff; font-weight: 300; line-height: 45px; display: block; border-radius: 50%; text-align: center; font-size: 20px; transition: .4s linear; -webkit-transition: .4s linear; }
div#pricing-section-slider button.slick-arrow { background: transparent; border: transparent; font-size: 0; position: absolute; top: 50%; transform: translateX(-50%); z-index: 9; }
div#pricing-section-slider button.slick-prev.slick-arrow {left: 12px;}
div#pricing-section-slider button.slick-next.slick-arrow {right: -30px;}
div#pricing-section-slider button.slick-next.slick-arrow:before{content: "\f054";}
.bar1, .bar2, .bar3 { width: 25px; height: 2px; background-color:#6e6d7a; margin: 6px 0; transition: 0.4s; } .open_nav_top .bar1 { transform: translate(0, 5px) rotate(-45deg); } .open_nav_top .bar2 {opacity: 0;} 
.open_nav_top .bar3 { transform: translate(0, -11px) rotate(45deg); } 
.top-nav-mobile-toggle { display: none; } 
ul.view-currency-top-mobile-menu { display: none; }

/* new sec start */

/* side bar css new start */
.side-menu-bar-cloudx p.top-menu-short-desc-theme {
    text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
    display: none;
}
.side-menu-bar-cloudx.sidebar {
    width: 350px;
}
.language-container {
    float: left;
    width: 100%;
}
.more-menu-nav {
    padding-right: 25px !important;
}
aside.sidebar li ul.dropdown-menu i {
    margin-left: 0;
    color: #000;
}
/* side bar css new end*/

.dedicated-2-main .dedicated-inner-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dedicated-2-main .left-dedicated-sec {
    line-height: 24px;
    margin-bottom: 5px;
    width: 75%;
}
.dedicated-2-main span.plan-name-dedicated {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.dedicated-2-main {
    display: block;
    width: 100%;
    padding: 25px;
    border: 1px solid #f4f5ff;
    margin-bottom: 30px;
    border-radius: 20px;
    background: #fdf4fa;
    max-width: 49%;
    position: relative;
    overflow: hidden;
    transition: all 0.8s linear;
    z-index: 0;
}
.dedicated-2-main:after {
    position: absolute;
    content: "";
    background-color: #e1f0ff4f;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 6;
    width: 100%;
    height: 100%;
    transform: scale(0);
}
.dedicated-2-main .left-dedicated-sec p {
    line-height: 19px;
    margin-bottom: 4px;
    font-size: 14px;
}
.product-min-price-dedi {
    font-size: 25px;  
    font-weight: 600;
}
section.dedicated-server-wrp.dedicated-layout-2 .row {
    justify-content: space-between;
}
.dedicated-2-main:hover:after {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}
.dedicated-2-main .server-location-flag.dedicated-2-loc {
    max-width: 100%;
}
.dedi-2-buy {
    margin-top: 10px;
}
.hero-slider .slick-prev, .hero-slider .slick-next{
    display: none !important;
}
body .navigation-label-theme .badge {
    background: #fc5185;
    color: #fff;
     font-size: 11px;
     line-height: 14px;
     padding: 2px 5px;
     font-weight: normal;
    font-family: poppins;
    }

 section.about-wrp.about-home .row{
    background: #f4f5ff;
    padding: 50px;
    border-radius: 30px;
 }
 .about-home .abt-bx {
    max-width: 630px;
}
.about-home .abt-info {
    padding: 20px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}
.about-home .abt-info p {
    font-size: 18px;
     margin-bottom: 0px;
     line-height: 30px;
      width: 100%;
}
.about-home .about-home-right img { width: 100%; border-radius: 20px; } 
section.about-wrp.about-home { padding: 0px; background: transparent; } 
.pricing-section-layout-3 .plan-plat, .pricing-section-layout-1 .plan-plat { background: transparent; border-bottom: 1px solid #dce5ff; border-radius: 0px; padding-bottom: 30px; padding-right: 0px } 
.pricing-section-layout-3 .plan-plat h3, .pricing-section-layout-1 .plan-plat h3  { text-align: LEFT; padding: 0px 0 0px; border-bottom: transparent; } 
.pricing-section-layout-3 .plan-price-section.price-sec-ly-3, .pricing-section-layout-1 .plan-price-section.price-sec-ly-1 { padding: 20px 20px 0px 0px; text-align: left; min-height: 70px; } 
.pricing-section-layout-3 span.start-from-ly-3, .pricing-section-layout-3 span.bill-cycle-ly-1, .pricing-section-layout-1 span.start-from-ly-1, 
.pricing-section-layout-1 span.bill-cycle-ly-1 { font-size: 13px; font-weight: normal; color: #6c737f; font-family: 'Poppins'; } 
.pricing-section-layout-3 span.product-price-ly-3, .pricing-section-layout-1 span.product-price-ly-1{ font-size: 30px; line-height: 32px; color: #1f2a37; font-weight: 600; position: relative; top: 7px; 
font-family: 'Poppins SemiBold'; margin-right: 6px; }
.pricing-section-layout-3 .populer-box label, .pricing-section-layout-1 .populer-box label{ border-radius: 80px; display: table; margin: 0; font-size: .8em; text-transform: uppercase; position: absolute; 
text-align: center; right: 30px; top: 40px; color: #673de6; background: #eff8ff; padding: 2px 10px; font-weight: normal; font-family: 'Poppins SemiBold'; line-height: 20px; }
.pricing-section-layout-3  .populer-box .plan-plat h3, .pricing-section-layout-1 .populer-box .plan-plat h3{color: #2F1C6A;}
.pricing-section-layout-3 span.start-from-ly-3, .pricing-section-layout-1 span.start-from-ly-1{display: block;}
.pricing-section-layout-3 .plan-block, .pricing-section-layout-1 .plan-block{ border: 1px solid #dce5ff; } 
.pricing-section-layout-3 .expiredt, .plan-block .expiredt{ margin-bottom: 30px; } 
section.secure-wrp.secure-home { padding: 70px 0 30px; } 
.middleBoxSlider .plan-block, .plans-row .row .col-md-4.col-sm-12:nth-child(2) .plan-block { border: 3px solid #673fed; } 
.about-wrp.risk-factor-section, section.about-wrp.dedicated-server-slider-sec { background: transparent; padding: 70px 0px; } 
section.about-wrp.ms-built-for, .ms-built-for-crsh { background: transparent; } .benifit-wrp { padding: 70px 0 70px; background: #f4f5ff; } 
section.about-wrp.ms-built-for, section.about-wrp.ms-built-for-crsh{ padding-bottom: 70px; } .start-block-below { max-width: 800px; margin: auto; text-align: center; } 
.get-infobx { margin-bottom: 20px; } 
section.hosting-plans-wrp .titlebar p { margin-bottom: 0px; } 
.col-md-6.pro-left-main, .col-md-6.pro-right-main { display: flex; background: #fce1f161; padding: 30px; border-radius: 20px;}
.col-md-6.pro-right-main { display: flex; } 
.ms-built-for-crsh h2 { font-size: 20px; } 
.right-side-crsh { padding-left: 20px;} 
.about-wrp.ms-built-for-crsh .col-md-6 { flex: 0 0 49%; max-width: 49%; } 
.about-wrp.ms-built-for-crsh .row{ justify-content: space-between;align-items: unset;} 
.about-wrp.ms-built-for-crsh .web-img img { margin: 0 auto; max-width: 200px; } 
.about-wrp.ms-built-for-crsh .abt-bx p{ font-size: 13px; min-height: 75px; } 
.nav-top-right-section button.btn { color: #6e6d7a; font-size: 14px; font-family: 'Poppins' !important; border: 1px solid #e7e7e7; }
li.single-side-rght {display: flex;}
ul.view-currency-top li {margin: 0 5px;}
ul.view-currency-top {margin-right: 10px;}
section.about-wrp.ssl-row div#one {padding: 0;}

/* scrollbar css start */
.side-menu-bar-cloudx::-webkit-scrollbar {width: 3px;}
  .side-menu-bar-cloudx::-webkit-scrollbar-track { background: #dcdcdc; }
  .side-menu-bar-cloudx::-webkit-scrollbar-thumb {background: #c6c2c2; }
  .side-menu-bar-cloudx::-webkit-scrollbar-thumb:hover { background: #888; }

/* scrollvar css end */
.banner-text h1, .banner-text h6,  .online-business-box h3, .titlebar h2, .secure-data h2, .abt-bx h2 {color: #2F1C6A;}
.btn-main{font-family: 'Poppins Medium';font-weight: normal;}
.btn-group .btn-main {border: 1px solid #FC5185;color: #FC5185;background: transparent;}
.btn-group .btn-main.tell-btn, .btn-group .btn-main.termbtn, form#frmDomainTransfer button#btnTransferDomain{background: #FC5185;color: #fff;}
form#frmDomainTransfer button#btnTransferDomain{border-color: #FC5185;}
.btn-group .btn-main:hover, .secure-data .btn-main:hover, .btn-main:hover{background: #FC5185;color: #fff;border-color: #FC5185;}
.btn-group .termbtn:hover, .btn-group .tell-btn:hover, .build-dt .btn-main:hover, form#frmDomainTransfer button#btnTransferDomain:hover {background: #fff;color: #FC5185;border-color: #FC5185;}
.plan-include .btn-main:hover {background: #fff;color: #673DE6;border: 1px solid #673DE6;}
ul.nav-cnts li a.nav-btns{background: #F4F5FF;}
ul.nav-cnts li a.nav-btns:hover {background: #673DE6;}
.inner-lst-bx .nav-tabs li button span {background: #F4F5FF;}
.captcha-main-section {display: flex;align-items: center;justify-content: center;width: 100%;margin: 10px 0px;}
section.why-choose-wrp.security-why-choose-wrp {padding: 60px 0 60px;}
.label{font-weight: normal;}
button.btn.btn-default.btn-sm.btn-view-details {
    font-size: 12px;
    padding: 3px 12px;
    border-color: #fc5185;
    color: #fc5185;
    background: #ffffff1f;
}
.product-details .btn-danger {color: #fff;background-color: #f24f85;border-color: #f24f85;}
.primary-content .btn-danger {color: #fff;background-color: #e94d85;border-color: #e94d85;}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {color: #FC5185; background-color: transparent; border-color: #FC5185;}
.market_connect_page .primary-content .landing-page .navbar .navbar-nav>li>a:hover, .market_connect_page .primary-content .landing-page .navbar .navbar-nav>li.active>a {
    background-color: #6741ee;
}
.market_connect_page .primary-content .landing-page.codeguard .navbar, .market_connect_page .primary-content .landing-page.mail-services .navbar {
    background-color: #673fea !important;
}
.primary-content .landing-page .hero {
    background: #e1e7ff;
}
.primary-content .landing-page .hero h2{
    color: #2F1C6A;
}
body .landing-page.codeguard .strong-green span{
    color: #e94d85;
}
.primary-content .landing-page .hero h3{
    color: #2F1C6A;
}
.pricing-section-layout-1 .serv-maintabs {
    padding-top: 40px;
}
.card.mw-540.switch-account-20i {
    max-width: 100%;
    border: transparent;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}
.select-account a{
    color: #000;
    padding: 10px 0px;
}
a.btn.btn-success.open-modal.twofa-config-link.enable, button#activateAffiliate {
    background: #673DE6;
    border-color: #673DE6;
    font-size: 14px;
    font-weight: 500;
}
.download-20i .card img.pr-1 {
    display: unset;
}
.card-sidebar .card-footer.clearfix {
    display: flex;
    justify-content: space-between;
}
.card-sidebar .col-xs-6.col-button-left {
    flex-grow: 1;
}
.sidebar .card-sidebar.panel-danger,.view-filter-btns {
    padding-bottom: 0px !important; 
}
.mass-payment-table td.bg-default strong {
    color: #2F1C6A !important;
}
.mass-payment-table td.bg-default {
    background: #f7f7f8 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.masspayment-table td.bg-default {
    background: #f7f7f8 !important;
}
.div-service-name>span {font-weight: normal!important;}
.card.card-accent-emerald input.btn.btn-success {
    border-color: #673fea;
    color: #673fea;
}
.card.card-accent-emerald .card-header h3.card-title.m-0 {
    background: white;
    color: #2f1c6a;
}
.card.card-accent-emerald .card-header {
    background-color: white;
}
div#registerDomainPanel {
    background: #fff;
}
.server-status-20i li.list-inline-item.pr-3 {
    font-size: 13px;
}
.server-status-20i h5{
    margin-bottom: 15px;
}
.affiliate-stat {
    text-align: left;
    background: #fff;
    font-size: 18px !important;
    color: #2F1C6A;
    padding: 25px !important;
}
.affiliate-stat i {
    float: right;
    background: #e9ebfa;
    min-width: 60px;
    padding: 20px;
    font-size: 29px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    border-radius: 50%;
    max-width: 60px;
    color: #6741ee;
}
.affiliate-stat span {
    display: block;
    font-size: 30px;
    color: #2F1C6A;
    font-weight: 600;
}
form#billingContactForm .modal button.close span { color: #ffffff; font-weight: 400;}
#frmManagePaymentMethod button#cvvWhereLink{padding: 0px 5px 0px;}
.paginate_button.page-item.next.disabled a {background: #fff;color: #6c757d;}
form#frmAddToCart .col-sm-7, form#frmAddToCart .col-sm-5 {max-width: 100%;flex: 0 0 100%;-ms-flex: 0 0 100%;}
.bulk-domain-section-page .form-check.form-check-inline {margin-bottom: 20px;display: inline-block;}
.card.bulk-domain-section-page .nav-tabs {border-bottom: 1px solid #dee2e600;}
.card-sidebar div#sidebarTicketCc .card-footer.clearfix {
    display: block;
}
button#btnAddCcEmail {
    background: #f24f85;
    color: #fff;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
div#sidebarTicketCc .card-footer {
    display: block;
}
.sidebar .alert {
    background-color: transparent !important;
    font-size: 12px !important;
    padding: 0 !important;
}
.tab-content.bg-white.product-details-tab-container .col-sm-5 {
    text-align: left;
}
.payment-list-inv .paymethod-info {
    padding: 15px 14px;
    width: auto;
    border: none;
    border-bottom: 1px solid #e7e7e7;
}
.invoice-summary-table td.total-row {
    background-color: #f1f3fa;
    font-weight: 700;
}
.invoice-summary td.total-row.text-right {
    text-align: left !important;
}
.invoice-summary-table td:first-child {
    text-align: left !important;
}
table#tableQuotesList .btn.btn-default {
    font-size: 13px;
}
table.table.masspayment-table {
    width: 100%;
}
.mass-payment-table-sec {
    overflow-x: auto;
}
.side-bar-nav-active ul.dropdown-menu.dropdown-menu-right.show a {
    color: #6e6d7a;
    font-size: 14px;
    padding: 10px 25px !important;
}
.side-bar-nav-active ul.dropdown-menu.dropdown-menu-right.show {
    padding: 10px 0px!important;
    border-radius: 12px;
    box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
    border: transparent;
    top: 40px !important;
    min-width: 13rem;
    transform: unset !important;
    z-index: 999999;
    background: #ffff;
}
.side-bar-nav-active ul.dropdown-menu.dropdown-menu-right li {
    padding: 0 !important;
    margin: 0;
}
.upgrade-summary-page button.btn.btn-success {
    border-radius: 4px;
    background: #673fea;
    border-color: #673fea;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.upgrade-summary-page tr.masspay-total td {
    background-color: #e9ebfa;
}
.market_connect_page .navbar-expand-md .navbar-collapse {
    display: block !important;
}
.market_connect_page nav.navbar.navbar-light.bg-light.navbar-expand-lg {
    z-index: 99;
}
.landing-page.ssl ul.ssl-certs-all li .row{
    margin-left: 0;
    margin-right: 0;
}
.product-status small.p-group-detail-pg {
    font-size: 35px;
    line-height: 40px;
    display: block;
}
.sub-heading.register-pg {
    text-align: center;
    padding: 10px 0px;
    position: relative;
}
.sub-heading.register-pg::before {
    background: #e7eaf3;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    bottom: 19px;
}
.register-form div#google-recaptcha-domainchecker1 {
    margin-left: 15px !important;
}
form#billingContactForm button.close span {
    color: #ffffff;
    font-weight: 400;
}
.account-manage-cloudx .alert.alert-block.alert-info {
    background: #fff;
    border-color: rgba(0,0,0,.125);
}
.account-manage-cloudx label {
    color: #2a2e36;
}
body div.dataTables_wrapper .dataTables_filter label {
    text-align: center;
}
#domainForm .btn-group.btn-group-sm .setBulkAction:hover, #domainForm .btn-group.btn-group-sm button#btnGroupDrop1:hover {
    background-color: #e0e7fe;
}
.card-columns.home .card{
    min-height: 175px;
    width: 100%;
    max-width: 32.2%;
}
.card-columns.home{
    column-count: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.default-home-page .action-icon-btns a{
    background-color: #f4f5ff;
}
.default-home-page  .card-body {
    padding: 2rem!important;
}
.default-home-page .home-domain-search .input-group{
    align-items: center;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}
span.bill-cycle-ly-3 {
    color: #2F1C6A;
}
nav.navbar.navbar-light.bg-light.navbar-expand-md.p-0 {
    z-index: 99;
}
tr.dedicated-tr-row:hover:after {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}

tr.dedicated-tr-row:after {
    position: absolute;
    content: "";
    background-color: #e1f0ff4f;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 6;
    width: 100%;
    height: 100%;
    transform: scale(0);
}
tr.dedicated-tr-row {
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    transition: all 0.8s linear;
    z-index: 0;
}
.submit-ticket-two-20i .input-group.mb-1.attachment-group{
    padding-bottom: 20px;
}
.register-form {
    background: #fff;
    padding: 30px;
}
.sub-heading.register-pg span {
    color: #2f1e6e;
    background: #ffffff;
    position: relative;
    z-index: 9;
    padding: 0px 10px;
}
.titlebar {
    width: 100%;
    padding: 30px;
    text-align: left;
    background: #ffffff;
}
.providerPreLinking .social-signin-btns {
    text-align: center;
    display: block;
}
.providerPreLinking .social-signin-btns button.btn.btn-social {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.login-frm .providerPreLinking .social-signin-btns {
    display: flex;
}
.login-frm .providerPreLinking .social-signin-btns button.btn.btn-social{
    margin-right: 10px;
}
.left-side-register-ac button.btn.btn-social.btn-facebook.fb-login-button {width: 100%;}
.providerPreLinking button#btnGoogleSignin1 {
    justify-content: center;
}
.left-side-register-ac .providerPreLinking button#btnGoogleSignin1 {
    width: 100%;
}
.titlebar.login-sec-rg-page {
    background: #ffffff;
    margin-top: 30px;
}
.titlebar.login-sec-rg-page h2 {
    color: #2F1C6A;
}
.titlebar.login-sec-rg-page p {
    color: #464646;
    margin-bottom: 20px;
    line-height: 20px;
}
a.reg-login-btn {
    width: 100%;
    background: #4968b4;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    border-radius: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.register-form .intl-tel-input .country-list{
    width: 100%;
    max-width: 100%;
    min-width: 300px;
}
.register-form .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}
.register-form .intl-tel-input.allow-dropdown .flag-container, .register-form .intl-tel-input.separate-dial-code .flag-container {
    right: 0;
    left: 0;
}
.g_id_signin.btn-social.btn-google {
    background: transparent !important;
}    
.privacy-wrapper .titlebar {
    padding: 0px 0px;
}
.cnt-frm-block div#google-recaptcha-domainchecker1 div {
    margin: auto;
}
.featured-tld .img-container img {
    max-width: 40%;
    max-height: 100%;
    margin: auto;
}
.sticky-header-enabled.make-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky-header-body .modal, .modal {
    margin-top: 110px;
}
.account-manage-cloudx button.btn.btn-default.btn-block {
    background: transparent;
    border: 1px solid #FC5185;
}
.account-manage-cloudx button.btn.btn-default.btn-block:hover{
    border-color: #673DE6;
    background-color: #e1f0ff63;
    color: #673DE6;
}
.account-manage-cloudx .card-body label {
    font-weight: normal;
}
.account-manage-cloudx .btn-danger{
    padding: 10px 20px;
}
div#modalDeleteContact button.btn.btn-default, div#modalDeleteContact button#btnCancelInviteConfirm{
    width: auto;
}
div#modalDeleteContact .modal-footer button.btn.btn-default {
    background: transparent;
}
div#modalDeleteContact .modal .modal-header{
    background-color: #673fea;
   
}
div#modalDeleteContact .modal-header h4, div#modalDeleteContact button.close span{
    color: #fff;
}
div#modalDeleteContact .modal-footer button.btn.btn-default:hover {
    background: #FC5185;
}
section.hosting-features-wrp.vps-host-features.bg-purple .titlebar {
    background: transparent;
}
.header-topbar {
    border-bottom: 1px solid #e8e8e8;
    background-color:#fff;

}
.header-topbar .right-topbar-content {
    text-align: right;
    display: flex;
    align-items: center;
}
.header-topbar .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    justify-content: end;
}
.header-topbar span.input-group-text{
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 8px;
    color: #6e6d7a;
}
.header-topbar a.btn.btn-active-client{
    font-size: 13px;
    align-items: center;
    padding: 7px 0;
    color: #2f1d6c;
}
.header-topbar .fad:before {
    position: absolute;
    opacity: var(--fa-primary-opacity,1);
    color: #7d4bea;
}
.header-topbar .fad.fa-random:after {
    content: "\10f074";
    color: #e0e7fe;
    opacity: 1;
}
.notification-drop-area.have-notification {
    animation: ring 4s .7s ease-in-out infinite;
    width: 18px;
}
.notification-client-right {
    position: relative;
}
.header-topbar .container-fluid {
    padding: 0px 55px;
}
span.notification-count {
    position: absolute;
    top: 3px;
    right: 6px;
    background: #7d4bea;
    padding: 0;
    border-radius: 60px;
    font-size: 9px;
    line-height: 14px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
@keyframes ring{
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }
    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.popover-user-notifications {
    box-shadow: 0px 10px 70px rgb(0 0 0 / 15%);
    border: transparent;
    border-radius: 12px;
    padding: 15px 15px;
}
.popover-user-notifications ul li i.fas {
    float: unset;
    width: 35px;
    background: #f4f5ff;
    flex: 0 0 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 0;
    color: #7a4cea;
}
.popover-user-notifications ul li a {
    display: flex;
    align-items: flex-start;
}
.popover-user-notifications ul li a:hover {
    background-color: #f8f9fa;
}
.popover-user-notifications ul li .message {
    margin-left: 15px;
    font-size: 12px;
    line-height: 20px;
    font-family: poppins;
}
/* invoice page css */
.invoice-inner-left {
    background: #fff;
    padding: 45px 30px 30px;
}
button#btnPayNow {
    margin: 20px 0px;
    width: 100%;
    background: #7c4dee;
    border-color: #7c4dee;
    padding: 10px 25px;
    border-radius: 50px;
}
span.invoice-number {
    font-size: 35px;
    font-weight: 600;
}
ul.invoice-date-section li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}
span.label-left-sec-invoice {
    font-weight: 600;
}
.invoice-pay-to-section, .invoice-item-section, .invoice-note-section, .invoice-transaction-section {
    margin-top: 40px;
}
.invoice-payto-section {
    max-width: 280px;
}
.invoice-date-section {
    padding-left: 0;
    list-style: none;
    max-width: 210px;
}
.payment-gateway-section h3 {
    font-size: 14px;
}
.payment-gateway-section {
    margin-top: 15px;
}
span.due-amount-total {
    display: block;
    font-size: 32px;
    font-weight: 600;
}
.payment-gateway-section .form-control.select-inline {
    width: 100%;
}
.invoice-right-first-section, .invoice-actions {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
h3.actions-invoice {
    font-size: 17px;
}
.invoice-actions a.btn.down-btn {
    display: block;
    text-align: left;
}
.invoice-actions a.btn {
    padding-left: 0;
    font-size: 14px;
}
a.btn.previous-page-link {
    display: block;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    margin-top: 15px;
    padding-top: 15px;
}
.invoice-wrapper h3 {
    font-size: 18px;
}
.invoice-wrapper .table-condensed td {
    font-size: 14px;
    color: #17191c;
    padding: 16px 0;
    border-bottom: 1px solid #e9eaec;
    border-top: none;
}
.inv-balance-row, .total-row-inv {
    background: #f7f7f8;
}
.invoice-inner-left .invoice-state.unpaid {
    background: #c00;
    color: #fff;
}
.invoice-inner-left span.invoice-state {
    position: absolute;
    left: 4px;
    transform: rotate(360deg);
    border-radius: 0;
    top: 0px;
    font-size: 14px;
    padding: 4px 10px;
}
.invoice-inner-left span.invoice-state::before {
    height: 0;
    width: 0;
    border-top: 10px solid #4f0303;
    border-left: 11px solid transparent;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
}
.invoice-inner-left .invoice-state.paid {
    background-color: #779500;
    color: #fff;
}
.payment-method-button {
    margin-top: 10px;
}
.popover-user-notifications ul li {
    border-bottom: 1px solid #f0f1fa;
}
section.hosting-plans-wrp .titlebar{
    padding: 0;
}
.top-bar-nav-active li:first-child a {
    padding-left: 0;
}
div#ticketReplyContainer form#frmReply input.btn.btn-primary {
    color: #fff;
}
div#ticketReplyContainer form#frmReply input.btn.btn-primary:hover {
    color: #673DE6;
}
.nav-top-right-section {
    margin-left: auto;
}
select#sitejetServiceSelect {
    margin-bottom: 8px;
}
div#servicesPanel span.caret {
    display: inline-block;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* DUHosting bundle source: cloudx_responsive.css */
@media(min-width:1201px) and (max-width:1600px){
	/* ** About Page ** */
	.inner-banner{padding: 60px 0 30px;}
	.inner-banner h1{font-size: 32px;}
	.inner-banner ul li{font-size: 14px;}
	.story-data .abt-info p{font-size: 18px;line-height: 24px;}

	.choose-box{padding: 15px;}
	.choose-box h3{font-size: 22px;}
	.mission-dt h3{font-size: 28px;}
	.web-img img{margin: 0 auto;}
	.team-dt h3{font-size: 20px;}
	.get-start-bx{padding: 40px 0;}
	.get-infobx h2{font-size: 28px;line-height: 38px;}
	.get-start-bx .btn-main{padding: 15px 20px;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}

	.main-wrpper{overflow: hidden;}
	
	/* ** End About Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-block{align-items: flex-start;}
	.servers-info{width: 65%;padding: 15px;}
	.servers-info ul{flex-wrap: wrap;}
	.servers-info ul li{margin: 0 15px 10px 0;}
	.server-type{margin: 0 0 15px;}
	.server-type ul{flex-wrap: inherit;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	.server-feat-box h3{font-size: 20px;}
	/* ** End Server Page ** */

	.inner-hero{padding: 110px 0 30px; }

}
@media(min-width:1401px) and (max-width:1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1360px;width:1360px;}
}
@media(min-width:1025px) and (max-width:1200px){
	/* ** Home Page ** */
	ul.nav-cnts li.navact{margin-left: 0px;}

	.hero-banner{padding: 40px 0;}
	.banner-text h1{font-size: 36px;}
	.banner-text h6{font-size: 20px;}
	.banner-text .btn-group{margin: 0 0 15px;}
	.banner-text .btn-group .btn-main{font-size: 16px;text-align: center;}

	.online-business-box{padding: 30px 30px;}
	.online-business-box h3{font-size:24px;}
	.sponcer-wrp{padding: 15px 0;}
	.titlebar h2{font-size: 32px;}

	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{margin: 0 10px 0 0;}

	.pick-plans-wrp{padding: 45px 0;}
	.secure-wrp{padding: 45px 0;}
	.secure-data h2{font-size: 28px;}
	.secure-data p{width: 100%;margin: 0 0 15px;}

	.about-wrp{padding: 45px 0;}
	.abt-bx p{width: 100%;}
	.abt-bx .btn-group .btn-main{padding: 12px 25px;font-size: 14px;}
	.abt-info{padding: 30px;}
	.abt-info p{font-size: 20px;line-height: 28px;}

	.foot-one{padding: 25px 0;}
	.foot-lg img{width: 180px;}
	.social-bx i{width: 40px;height: 40px;line-height: 36px;font-size: 16px;margin-right: 10px;}
	.customers-bx h4{font-size: 22px;margin: 0 0 15px;}
	.use-links{margin: 15px 0 0;}
	.ft-cntbx img{width: 40px;}
	.foot-one .offset-md-1{margin-left: 0;}
	.ft-cntbx h4{font-size: 18px;}
	.ft-cntbx h4 span{font-size: 14px;}
	.use-links h4{font-size: 22px;margin: 0 0 15px;}
	.use-links li{margin-right: 25px;}
	.copyright-nav ul li a,.copyright p{font-size: 14px;}
	.use-links li a{font-size: 14px;}
	/* ** End Home Page ** */

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 32px;}
	.inner-banner ul li{font-size: 14px;}
	.story-data .abt-info p{font-size: 18px;line-height: 24px;}

	.choose-box{padding: 15px;}
	.choose-box h3{font-size: 22px;}
	.mission-dt h3{font-size: 28px;}
	.web-img img{margin: 0 auto;}
	.team-dt h3{font-size: 20px;}
	.get-start-bx{padding: 40px 0;}
	.get-infobx h2{font-size: 28px;line-height: 38px;}
	.get-start-bx .btn-main{padding: 15px 20px;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}

	.main-wrpper{overflow: hidden;}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1020px;width: 1020px;}
	/* ** End About Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx h3{font-size: 28px;line-height: 36px;}
	.why-cloud-bx ul li{width: 50%;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-block{align-items: flex-start;}
	.servers-info{width: 65%;padding: 15px;}
	.servers-info ul{flex-wrap: wrap;}
	.servers-info ul li{margin: 0 15px 10px 0;}
	.server-type{margin: 0 0 15px;}
	.server-type ul{flex-wrap: inherit;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	.server-feat-box h3{font-size: 20px;}
	/* ** End Server Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 15px;font-size: 14px;}
	.plan-include ul li{font-size: 14px;}
	.serv-maintabs .nav-tabs{margin: 0 auto 40px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
}

@media(min-width:992px) and (max-width:1024px){
	/* ** Home Page ** */
	ul.nav-cnts li.navact{margin-left: 0px;}
	.register-wrapper .titlebar h2 {font-size: 21px;}
	.hero-banner{padding: 40px 0;}
	.banner-text h1{font-size: 36px;}
	.banner-text h6{font-size: 20px;}
	.banner-text .btn-group{margin: 0 0 15px;}
	.banner-text .btn-group .btn-main{font-size: 16px;text-align: center;}

	.online-business-box{padding: 30px 30px;}
	.online-business-box h3{font-size:24px;}
	.sponcer-wrp{padding: 15px 0;}
	.titlebar h2{font-size: 32px;}

	.plan-block{padding: 15px;}
	.plan-plat h4{font-size: 24px;}
	.plan-include{padding: 0;}
	.plan-include .btn-main{font-size: 14px;}
	.populer-box label{margin: -60px auto 15px;}

	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{margin: 0 10px 0 0;}

	.pick-plans-wrp{padding: 45px 0;}
	.secure-wrp{padding: 45px 0;}
	.secure-data h2{font-size: 28px;}
	.secure-data p{width: 100%;margin: 0 0 15px;}

	.about-wrp{padding: 45px 0;}
	.abt-bx p{width: 100%;}
	.abt-bx .btn-group .btn-main{padding: 12px 25px;font-size: 14px;}
	.abt-info{padding: 30px;}
	.abt-info p{font-size: 20px;line-height: 28px;}

	.foot-one{padding: 25px 0;}
	.foot-lg img{width: 180px;}
	.social-bx i{width: 40px;height: 40px;line-height: 36px;font-size: 16px;margin-right: 10px;}
	.customers-bx h4{font-size: 22px;margin: 0 0 15px;}
	.use-links{margin: 15px 0 0;}
	.ft-cntbx img{width: 40px;}
	.foot-one .offset-md-1{margin-left: 0;}
	.ft-cntbx h4{font-size: 18px;}
	.ft-cntbx h4 span{font-size: 14px;}
	.use-links h4{font-size: 22px;margin: 0 0 15px;}
	.use-links li{margin-right: 15px;}
	.copyright-nav ul li a,.copyright p{font-size: 14px;}
	.use-links li a{font-size: 14px;}
	/* ** End Home Page ** */

	header.inner-enterhed{position: relative;}
	.login-wrapper{height: auto;}
	.login-img img{width: 100%;}
	.login-frm,.forgot-frm{padding: 65px 0px 65px 35px;}
	.forgot-frm .otp-bx{flex-wrap: inherit;}
	.login-frm h1{font-size: 28px;}

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 32px;}
	.inner-banner ul li{font-size: 14px;}
	.story-data .abt-info p{font-size: 18px;line-height: 24px;}

	.choose-box{padding: 15px;}
	.choose-box h3{font-size: 22px;}
	.mission-dt h3{font-size: 28px;}
	.web-img img{margin: 0 auto;}
	.team-dt h3{font-size: 20px;}
	.get-start-bx{padding: 40px 0;}
	.get-infobx h2{font-size: 28px;line-height: 38px;}
	.get-start-bx .btn-main{padding: 15px 20px;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}

	.main-wrpper{overflow: hidden;}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 100%;width: 100%;}
	/* ** End About Page ** */

	/* ** Contact Page ** */
	.contact-wrp{padding: 35px 0;}
	.cnt-img img{margin: 0 auto 0;width: 100%;}
	.cnt-frm h3{font-size: 28px;}
	.cnt-infbx{padding: 15px;}
	.cnt-lf-dt p{font-size: 12px;}
	.cnt-icbx i{width: 40px;height: 40px;font-size: 15px;line-height: 40px;}
	/* ** End Contact Page ** */

	/* ** Domain Page ** */
	.dom-block{width: 100%;}
	.domain-pric-lst ul li img{width: 35px;}
	.domain-pri-bx{width: 100%;}
	.domain-pri-bx .table thead th{padding: 10px 10px;font-size: 16px;vertical-align: middle;}
	.domain-pri-bx .table tbody td{padding: 10px 10px;font-size: 16px;}
	.domain-pri-bx .table tbody td h4{font-size: 15px;}
	.build-img img{width: 100%;margin: 0 0 25px;}
	.build-dt h2{font-size: 28px;line-height: 34px;}
	.why-ul{padding: 0;}
	.step-img img{width: 100%;margin: 25px 0;}
	.domain-wrp{padding: 35px 0 0;}
	.faq-wrapper .accordion-body{padding: 0 15px 15px;}
	.faq-wrapper .accordion-body p{line-height: 20px;}
	.cnt-infbx{padding: 15px;}	
	/* ** End Domain Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx h3{font-size: 28px;line-height: 36px;}
	.why-cloud-bx ul li{width: 50%;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-block{align-items: flex-start;}
	.servers-info{width: 65%;padding: 15px;}
	.servers-info ul{flex-wrap: wrap;}
	.servers-info ul li{margin: 0 15px 10px 0;}
	.server-type{margin: 0 0 15px;}
	.server-type ul{flex-wrap: inherit;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	.server-feat-box h3{font-size: 20px;}
	/* ** End Server Page ** */

	/* ** microsoft-365-business Page ** */
	.abt-bx h2,.benifit-wrp h2{font-size: 28px;}
	.expiredt h6{font-size: 16px;}
	.business-plans-wrp .plan-include ul li{width: 33.33%;}
	.business-plans-wrp .plan-include ul li h6{font-size: 12px;word-break: break-all;min-height: 35px;}
	.populer-box label{padding: 12px 15px;}
	/* ** End microsoft-365-business Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 15px;font-size: 14px;}
	.plan-include ul li{font-size: 14px;}
	.serv-maintabs .nav-tabs{margin: 0 auto 40px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
	.support-box span{min-width:60px;}
}

@media(min-width:768px) and (max-width:991px){
	/* ** Home Page ** */
	.navbar{justify-content: inherit;}
	li.navcntsbx{display: none;}
	.navbar .navbar-nav{margin-left: 0;display: none;}
	ul.mobile-bx{display: block;}
	.navbar .navbar-nav>li{margin: 0 5px 0 0;}
	.navbar .navbar-nav>li .form-control{font-size: 12px;width: 60px;}
	.navbar .navbar-nav>li .form-control.curency{min-width: 100px;}
	ul.nav-cnts li a.nav-btns{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	ul.nav-cnts li a.nav-btns img{width: 18px;}
	ul.nav-cnts li.navact{margin: 0 10px 0 0;}
	ul.nav-cnts li {
		margin-right: 10px;
	}
	.hero-banner{padding: 40px 0;}
	.banner-text h1{font-size: 32px;}
	.banner-text h6{font-size: 18px;}
	.banner-text .btn-group{margin: 0 0 15px;}
	.banner-text .btn-group .btn-main{font-size: 14px;text-align: center;}

	.online-business-box{padding: 25px 20px;}
	.online-business-box h3{font-size: 22px;}
	.sponcer-wrp{padding: 15px 0;}
	.titlebar h2{font-size: 32px;}

	.plan-block{padding: 15px;}
	.plan-plat h4{font-size: 24px;}
	.plan-include{padding: 0;}
	.plan-include .btn-main{font-size: 14px;}
	.populer-box label{margin: -60px auto 15px;}

	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{margin: 0 10px 0 0;}

	.pick-plans-wrp{padding: 45px 0;}
	.secure-wrp{padding: 45px 0;}
	.secure-data h2{font-size: 28px;}
	.secure-data p{width: 100%;margin: 0 0 15px;}

	.about-wrp{padding: 45px 0;}
	.abt-bx p{width: 100%;}
	.abt-bx .btn-group .btn-main{padding: 12px 25px;font-size: 14px;}
	.abt-info{padding: 30px;}
	.abt-info p{font-size: 20px;line-height: 28px;}

	.foot-one{padding: 25px 0;}
	.foot-lg img{width: 180px;}
	.social-bx i{width: 40px;height: 40px;line-height: 36px;font-size: 16px;margin-right: 10px;}
	.customers-bx h4{font-size: 22px;margin: 0 0 15px;}
	.use-links{margin: 15px 0 0;}
	.ft-cntbx img{width: 40px;}
	.foot-one .offset-md-1{margin-left: 0;}
	.ft-cntbx h4{font-size: 18px;}
	.ft-cntbx h4 span{font-size: 14px;}
	.use-links h4{font-size: 22px;margin: 0 0 15px;}
	.use-links li{margin-right: 15px;}
	.copyright-nav ul li a,.copyright p{font-size: 14px;}
	.use-links li a{font-size: 14px;}
	/* ** End Home Page ** */

	header.inner-enterhed{position: relative;}
	.login-wrapper{height: auto;}
	.login-img img{width: 100%;}
	.login-frm,.forgot-frm{padding: 65px 0px 65px 35px;}
	.forgot-frm .otp-bx{flex-wrap: inherit;}
	.login-frm h1{font-size: 28px;}

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 32px;text-align: center;}
	.inner-banner ul li{font-size: 14px;}
	.inner-banner ul{justify-content: center;display: flex;}
	.story-data .abt-info p{font-size: 18px;line-height: 24px;}

	.choose-box{padding: 15px;}
	.choose-box h3{font-size: 22px;}
	.mission-dt h3{font-size: 28px;}
	.web-img img{margin: 0 auto;}
	.team-dt h3{font-size: 20px;}
	.get-start-bx{padding: 40px 0;}
	.get-infobx h2{font-size: 28px;line-height: 38px;}
	.get-start-bx .btn-main{padding: 15px 20px;font-size: 15px;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}

	.main-wrpper{overflow: hidden;}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 100%;width: 100%;}
	/* ** End About Page ** */

	/* ** Contact Page ** */
	.contact-wrp{padding: 35px 0;}
	.cnt-img img{margin: 0 auto 0;width: 100%;}
	.cnt-frm h3{font-size: 28px;}
	.cnt-infbx{padding: 15px;}
	.cnt-lf-dt p{font-size: 11px;}
	.cnt-icbx i{width: 30px;height: 30px;font-size: 12px;line-height: 30px;}
	/* ** End Contact Page ** */

	/* ** Domain Page ** */
	.dom-block{width: 100%;}
	.domain-pric-lst ul li img{width: 35px;}
	.domain-pri-bx{width: 100%;}
	.domain-pri-bx .table thead th{padding: 10px 10px;font-size: 16px;vertical-align: middle;}
	.domain-pri-bx .table tbody td{padding: 10px 10px;font-size: 16px;}
	.domain-pri-bx .table tbody td h4{font-size: 15px;}
	.build-img img{width: 100%;margin: 0 0 25px;}
	.build-dt h2{font-size: 28px;line-height: 34px;}
	.why-ul{padding: 0;}
	.step-img img{width: 100%;margin: 25px 0;}
	.domain-wrp{padding: 35px 0 0;}
	.faq-wrapper .accordion-body{padding: 0 15px 15px;}
	.faq-wrapper .accordion-body p{line-height: 20px;}
	.cnt-infbx{padding: 12px;}	
	/* ** End Domain Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.why-choose-wrp .serv-maintabs .nav-tabs li{width: 50%;max-width: 50%;}
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx h3{font-size: 28px;line-height: 36px;}
	.why-cloud-bx ul li{width: 50%;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-block{align-items: flex-start;}
	.servers-info{width: 65%;padding: 15px;}
	.servers-info ul{flex-wrap: wrap;}
	.servers-info ul li{margin: 0 15px 10px 0;}
	.server-type{margin: 0 0 15px;}
	.server-type ul{flex-wrap: inherit;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	.server-feat-box h3{font-size: 20px;}
	/* ** End Server Page ** */

	/* ** microsoft-365-business Page ** */
	.abt-bx h2,.benifit-wrp h2{font-size: 28px;}
	.expiredt h6{font-size: 16px;}
	.business-plans-wrp .plan-include ul li{width: 33.33%;}
	.business-plans-wrp .plan-include ul li h6{font-size: 12px;word-break: break-all;min-height: 35px;}
	.populer-box label{padding: 12px 15px;}
	/* ** End microsoft-365-business Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 15px;font-size: 14px;}
	.plan-include ul li{font-size: 14px;}
	.serv-maintabs .nav-tabs{margin: 0 auto 40px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
	.support-box{padding: 15px;}
	.support-box h3{font-size: 16px;padding-right: 15px;}
	.support-box span{height: 50px;width: 50px;min-width: 50px;}
	.cnt-lf-dt h3{font-size: 20px;}
}

@media(min-width:576px) and (max-width:767px){
	/* ** Home Page ** */
	.navbar{justify-content: inherit;}
	.navbar-brand img{width: 150px;}
	li.navcntsbx{display: none;}
	.navbar .navbar-nav{margin-left: 0;display: none;}
	ul.mobile-bx{display: block;}
	.navbar .navbar-nav>li{margin: 0 5px 0 0;}
	.navbar .navbar-nav>li .form-control{font-size: 12px;width: 60px;}
	.navbar .navbar-nav>li .form-control.curency{min-width: 100px;}
	ul.nav-cnts li a.nav-btns{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	ul.nav-cnts li a.nav-btns img{width: 18px;}
	ul.nav-cnts li.navact{margin: 0 10px 0 0;}

	div#one {order:2;}
	div#two {order:1;}
	.hero-banner{padding: 40px 0;}
	.banner-img img{margin: 0 auto 25px;width: 50%;}
	.banner-text h1{font-size: 30px;}
	.banner-text h6{font-size: 18px;line-height: 26px;}
	.banner-text .btn-group .btn-main{font-size: 16px;padding: 12px 35px;text-align: center;}
	.online-business-box{margin: 35px 0 0;padding: 20px;}
	.online-business-box h3{font-size: 22px;text-align: center;margin: 0 0 15px;}
	.btn-domainb{position: relative;margin:15px auto 0;display: flex;align-items: center;justify-content: center;width: auto;}
	.domain-box .btn-domainb .form-control{margin: 0 15px 0 0;background-color: #f5f5f5;border-radius: 30px;padding: 12px 15px;width: 120px;}
	.sponcer-wrp{padding: 15px 0;}
	.sponcer-logo img{height:60px;}

	.pick-plans-wrp{padding: 45px 0;}
	.titlebar{width: 100%;}
	.titlebar h2{font-size: 28px;}
	.plans-row{padding: 0;}
	.plan-block{margin: 0 0 30px;}
	.why-choose{padding: 35px 0 0;}
	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{width: 45px;height: 45px;}
	.why-bx h3 span img{width: 20px;}

	.secure-wrp{padding: 35px 0;}
	.secure-img img{margin: 0 auto 35px;}
	.secure-data h2{font-size: 28px;text-align: center;}
	.secure-data p{width: 100%;text-align: center;}
	.secure-data .btn-main{margin: 0 auto;}

	.about-wrp{padding: 40px 0;}
	.abt-bx h2{font-size: 28px;}
	.abt-bx .btn-group .btn-main{padding: 10px 30px;width: 100%;text-align: center;}
	.abt-info{padding: 25px;margin: 25px 0 0;}
	.abt-info p{font-size: 18px;line-height: 28px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 20px;font-size: 14px;}
	.serv-maintabs .nav-tabs{margin: 0 auto 25px;}
	.server-img img{margin: 0 auto 25px;}
	.inner-lst-bx .nav-tabs li button span{margin: 0;}
	.inner-lst-bx .nav-tabs li button h4{padding-left: 15px;}
	section.servers-wrp{padding: 0 0 40px;}

	.foot-one{padding: 35px 0;}
	.foot-lg{margin: 0 0 25px;}
	.use-links h4,.customers-bx h4{margin: 0 0 15px;font-size: 18px;}
	.social-bx i{width: 40px;height: 40px;line-height: 40px;font-size: 15px;margin-right: 10px;}
	.foot-cnt ul li{width: 100%;}
	.use-links ul{flex-wrap: wrap;}
	.use-links li a{font-size: 14px;}
	.copyright-nav ul{justify-content: flex-start;}
	.use-links li{margin: 0;max-width: 50%; width: 50%;}
	.copyright p{font-size: 14px;text-align: right;}
	.copyright-nav ul li a{font-size: 14px;}
	/* ** End Home Page ** */

	/* ** Login Register Pages ** */
	.login-wrapper{height: auto;}
	header.inner-enterhed{position: relative;}
	header.inner-enterhed .navbar{display: block;width: 100%;padding: 20px 0 0;}
	header.inner-enterhed .navbar-brand img{margin: 0 auto 0;}

	.login-img img{width: 100%;}
	.login-frm{padding: 0px 0 35px;border: none;}
	.login-frm h1{font-size: 28px;text-align: center;}
	.login-frm h6{text-align: center;margin: 0 0 15px;}
	.forgot-frm .otp-bx{flex-wrap: inherit;}
	/* ** End Login Register Pages ** */

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 32px;text-align: center;}
	.inner-banner ul li{font-size: 14px;}
	.inner-banner ul{justify-content: center;display: flex;}
	.story-img img{margin: 0 0 25px;}
	.story-data .abt-info p{font-size: 18px;line-height: 28px;}
	.mission-wrp{padding: 35px 0;}
	.mission-img img{padding: 25px;}
	.mission-dt h3{font-size: 28px;text-align: center;line-height: 34px;}
	.mission-dt p{text-align: center;}
	.mission-dt .btn-main{margin: 0 auto;}
	.web-img img{margin: 35px auto 0;}
	.tot-rtb h5{font-size: 20px;}
	.our-team-wrp h2{font-size: 28px;}
	.team-dt h3{font-size: 22px;}
	.faq-wrapper h2{font-size: 28px;}
	.abt-bx p{width: 100%;}

	.get-start-bx{padding: 40px 0;}
	.get-infobx h2{font-size: 28px;text-align: center;margin: 0 0 25px;line-height: 34px;}
	.get-start-bx .btn-main{float: none;margin: 0 auto;display: table;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}
	.tot-rtb img{width: 40px !important;margin-right: 10px;}
	.faq-wrapper h3.accordion-header button{padding: 20px 45px 20px 15px;}
	.story-lst li{width: 100%;}
	.choose-box{padding: 25px 15px;}
	.choose-box h3{font-size: 22px;}
	/* ** End About Page ** */

	/* ** Contact Page ** */
	.contact-wrp{padding: 35px 0;}
	.cnt-img img{margin: 0 auto 35px;}
	.cnt-frm h3{font-size: 28px;}
	/* ** End Contact Page ** */

	/* ** Domain Page ** */
	.domain-pric-lst ul li{width: 50%;max-width: 50%;}
	.dom-block{width: 100%;}
	.domain-pric-lst ul li img{width: 35px;}
	.domain-pri-bx{width: 100%;}
	.domain-pri-bx .table thead th{padding: 10px 10px;font-size: 16px;vertical-align: middle;}
	.domain-pri-bx .table tbody td{padding: 10px 10px;font-size: 16px;}
	.domain-pri-bx .table tbody td h4{font-size: 15px;}
	.build-img img{width: 100%;margin: 0 0 25px;}
	.build-dt h2{font-size: 28px;line-height: 34px;text-align: center;}
	.build-dt p{text-align: center;}
	.build-dt .btn-main{margin: 0 auto;}
	.why-ul{padding: 0;}
	.step-img img{width: 100%;margin: 25px 0;}
	.domain-wrp{padding: 35px 0 0;}
	.faq-wrapper .accordion-body{padding: 0 15px 15px;}
	.faq-wrapper .accordion-body p{line-height: 20px;}
	.cnt-infbx{padding: 15px;}	
	/* ** End Domain Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.why-choose-wrp .serv-maintabs .nav-tabs li{width: 50%;max-width: 50%;}
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx h3{font-size: 28px;line-height: 36px;}
	.why-cloud-bx ul li{width: 100%;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-img{width: 100%;}
	.servers-info ul{flex-wrap: wrap;}
	.server-type ul{flex-wrap: inherit;}
	.servers-info ul li{display: block;margin: 0 0 10px;width: 100%;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0 35px;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	/* ** End Server Page ** */

	/* ** microsoft-365-business Page ** */
	.benifit-wrp h2{font-size: 28px;}
	.benifit-block{margin: 0 0 30px;}
	/* ** End microsoft-365-business Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.choose-plan-wrp .serv-maintabs .nav-tabs li{width: 50%;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .nav-tabs li{margin: 0;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
	.serv-maintabs .nav-tabs{border-radius: 23px;width: fit-content;}
	.brows-tbs .available-os-tbles .table thead th, .brows-tbs .available-os-tbles .table tbody td{min-width: 180px;}

		.register-wrapper{padding: 0;}
	.register-wrapper .titlebar h2{font-size: 28px;}
	.register-wrapper .titlebar ul{display: block;text-align: center;}
	.register-wrapper .titlebar ul li{margin: 0 0 20px;}
	.register-wrapper .titlebar ul li a{padding: 10px 25px;width: 300px;margin: 0 auto;}
	.form-switch span br{display: none;}
}

@media(min-width:448px) and (max-width:575px){
	/* ** Home Page ** */
	.navbar{justify-content: inherit;}
	.navbar-brand img{width: 150px;}
	li.navcntsbx{display: none;}
	.navbar .navbar-nav{margin-left: 0;display: none;}
	ul.mobile-bx{display: block;}
	.navbar .navbar-nav>li{margin: 0 5px 0 0;}
	.navbar .navbar-nav>li .form-control{font-size: 12px;width: 60px;}
	.navbar .navbar-nav>li .form-control.curency{min-width: 100px;}
	ul.nav-cnts li a.nav-btns{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	ul.nav-cnts li a.nav-btns img{width: 15px;}
	ul.nav-cnts li.navact{margin: 0 10px 0 0;}

	div#one {order:2;}
	div#two {order:1;}
	.hero-banner{padding: 40px 0;}
	.banner-img img{margin: 0 0 25px;}
	.banner-text h1{font-size: 30px;}
	.banner-text h6{font-size: 18px;line-height: 26px;}
	.banner-text .btn-group{display: block;}
	.banner-text .btn-group .btn-main{font-size: 16px;padding: 15px 15px;text-align: center;margin: 10px 0;display: block;}
	.online-business-box{margin: 35px 0 0;padding: 20px;}
	.online-business-box h3{font-size: 22px;text-align: center;margin: 0 0 15px;}
	.btn-domainb{position: relative;margin:15px auto 0;display: flex;align-items: center;justify-content: center;width: auto;}
	.domain-box .btn-domainb .form-control{margin: 0 15px 0 0;background-color: #f5f5f5;border-radius: 30px;padding: 12px 15px;width: 120px;}
	.sponcer-wrp{padding: 15px 0;}
	.sponcer-logo img{height:60px;}

	.pick-plans-wrp{padding: 45px 0;}
	.titlebar{width: 100%;}
	.titlebar h2{font-size: 28px;}
	.plans-row{padding: 0;}
	.plan-block{margin: 0 0 30px;}
	.populer-box{margin:30px 0;}

	.why-choose{padding: 35px 0 0;}
	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{width: 45px;height: 45px;}
	.why-bx h3 span img{width: 20px;}

	.secure-wrp{padding: 35px 0;}
	.secure-img img{margin: 0 auto 35px;}
	.secure-data h2{font-size: 28px;text-align: center;}
	.secure-data p{width: 100%;text-align: center;}
	.secure-data .btn-main{margin: 0 auto;}

	.about-wrp{padding: 40px 0;}
	.abt-bx h2{font-size: 28px;}
	.abt-bx .btn-group{display: block;}
	.abt-bx .btn-group .btn-main{padding: 10px 20px;width: 100%;margin: 10px 0;text-align: center;}
	.abt-info{padding: 25px;}
	.abt-info p{font-size: 18px;line-height: 28px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 20px;font-size: 14px;}
	.serv-maintabs .nav-tabs{display: flex;flex-wrap: inherit;margin: 0 auto 25px;}
	.server-img img{margin: 0 auto 25px;}
	.inner-lst-bx .nav-tabs li button span{margin: 0;}
	.inner-lst-bx .nav-tabs li button h4{padding-left: 15px;}

	.foot-one{padding: 35px 0;}
	.foot-lg{margin: 0 0 25px;}
	.use-links h4,.customers-bx h4{margin: 0 0 15px;font-size: 18px;}
	.social-bx i{width: 40px;height: 40px;line-height: 40px;font-size: 15px;margin-right: 10px;}
	.foot-cnt ul li{width: 100%;}
	.use-links ul{flex-wrap: wrap;}
	.use-links li a{font-size: 14px;}
	.copyright-nav ul{justify-content: center;margin: 0 0 10px;}
	.use-links li{margin: 0;max-width: 50%; width: 50%;}
	.copyright p{font-size: 14px;text-align: center;}
	.copyright-nav ul li a{font-size: 14px;}
	/* ** End Home Page ** */

	/* ** Login Register Pages ** */
	.login-wrapper{height: auto;}
	header.inner-enterhed{position: relative;}
	header.inner-enterhed .navbar{display: block;width: 100%;padding: 20px 0 0;}
	header.inner-enterhed .navbar-brand img{margin: 0 auto 0;}

	.login-img img{width: 100%;}
	.login-frm{padding: 0px 0 35px;border: none;}
	.login-frm h1{font-size: 28px;text-align: center;}
	.login-frm h6{text-align: center;margin: 0 0 15px;}
	.forgot-frm .otp-bx{flex-wrap: inherit;}
	/* ** End Login Register Pages ** */

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 32px;text-align: center;}
	.inner-banner ul li{font-size: 14px;}
	.inner-banner ul{justify-content: center;display: flex;}
	.story-img img{margin: 0 0 25px;}
	.story-data .abt-info p{font-size: 18px;line-height: 28px;}
	.mission-wrp{padding: 35px 0;}
	.mission-img img{padding: 25px;}
	.mission-dt h3{font-size: 28px;text-align: center;line-height: 34px;}
	.mission-dt p{text-align: center;}
	.mission-dt .btn-main{margin: 0 auto;}
	.web-img img{margin: 35px auto 0;}
	.tot-rtb h5{font-size: 20px;}
	.our-team-wrp h2{font-size: 28px;}
	.team-dt h3{font-size: 22px;}
	.faq-wrapper h2{font-size: 28px;}
	.abt-bx p{width: 100%;}

	.get-start-bx{padding: 40px 0;}
	

	.get-start-bx .btn-main{float: none;margin: 0 auto;display: table;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}
	.host-raitbx ul li img{width: 100%;}
	.tot-rtb img{width: 40px !important;margin-right: 10px;}
	.faq-wrapper h3.accordion-header button{padding: 20px 45px 20px 15px;line-height: 30px;}
	.story-lst li{width: 100%;}
	.choose-box{padding: 25px 15px;}
	.choose-box h3{font-size: 22px;}

	.main-wrpper{overflow: hidden;}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 100%;width: 100%;}
	/* ** End About Page ** */

	/* ** Contact Page ** */
	.contact-wrp{padding: 35px 0;}
	.cnt-img img{margin: 0 auto 35px;}
	.cnt-frm h3{font-size: 28px;}
	/* ** End Contact Page ** */

	/* ** Domain Page ** */
	.domain-pric-lst ul li{width: 50%;max-width: 50%;}
	.dom-block{width: 100%;}
	.domain-pric-lst ul li img{width: 35px;}
	.domain-pri-bx{width: 100%;}
	.domain-pri-bx .table thead th{padding: 10px 10px;font-size: 16px;vertical-align: middle;}
	.domain-pri-bx .table tbody td{padding: 10px 10px;font-size: 16px;}
	.domain-pri-bx .table tbody td h4{font-size: 15px;}
	.build-img img{width: 100%;margin: 0 0 25px;}
	.build-dt h2{font-size: 28px;line-height: 34px;text-align: center;}
	.build-dt p{text-align: center;}
	.build-dt .btn-main{margin: 0 auto;}
	.why-ul{padding: 0;}
	.step-img img{width: 100%;margin: 25px 0;}
	.domain-wrp{padding: 35px 0 0;}
	.faq-wrapper .accordion-body{padding: 0 15px 15px;}
	.faq-wrapper .accordion-body p{line-height: 20px;}
	/* ** End Domain Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.why-choose-wrp .serv-maintabs .nav-tabs li{width: 50%;max-width: 50%;}
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx h3{font-size: 28px;line-height: 36px;}
	.why-cloud-bx ul li{width: 100%;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;max-width: 300px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-img{width: 100%;}
	.servers-info ul{flex-wrap: wrap;}
	.server-type ul{flex-wrap: inherit;}
	.servers-info ul li{display: block;margin: 0 0 10px;width: 100%;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 35px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0 35px;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	/* ** End Server Page ** */

	/* ** microsoft-365-business Page ** */
	.benifit-wrp h2{font-size: 28px;}
	.benifit-block{margin: 0 0 30px;}
	/* ** End microsoft-365-business Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.choose-plan-wrp .serv-maintabs .nav-tabs li{width: 50%;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .nav-tabs li{margin: 0;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
	.serv-maintabs .nav-tabs{border-radius: 23px;width: fit-content;}
	.brows-tbs .available-os-tbles .table thead th, .brows-tbs .available-os-tbles .table tbody td{min-width: 180px;}


	.register-wrapper{padding: 0;}
	.register-wrapper .titlebar h2{font-size: 28px;}
	.register-wrapper .titlebar ul{display: block;text-align: center;}
	.register-wrapper .titlebar ul li{margin: 0 0 20px;}
	.register-wrapper .titlebar ul li a{padding: 10px 25px;width: 300px;margin: 0 auto;}
	.form-switch span br{display: none;}
}

@media (max-width:767px){
	a.bar-brand{
		margin-top: 7px;
	}
	.sidebar .card.card-sidebar{
		padding-bottom: 15px !;
    	padding-top: 15px;
	}
	section#main-body .sidebar .card-sidebar{
		padding: 20px 25px 20px 15px;
	}
	body .sidebar .card-sidebar .card-header {
		padding: 0;
	}
	.sidebar.sidebar-secondary {
		margin-top: 20px;
	}
	aside.sidebar {
		width: 100%;
	}
	.inner-lst-bx .nav-tabs li button p{
		padding-left: 15px;
	}
	.inner-lst-bx .nav-tabs li button span {
		min-width: 55px;
		height: 55px;
	}
	ul.selectBillingCycleCloudCart li{
		max-width: 45.666%;
	}
	body #order-standard_cart .products#products .product {
		padding: 30px 30px 30px;
	}
	body #order-standard_cart .products#products .product div.product-pricing{
		margin-bottom: 15px;
	}
	body #order-standard_cart .font-size-36 {
		font-size: 25px;
	}
	.sidebar h3.card-title {
		margin-bottom: 0;
	}
	.sidebar .card-body {
		background: #fff;
	}
	ul.nav-cnts li {
		margin-right: 10px;
	}
	.register-wrapper {
		padding: 40px 0px;
	}
	.register-wrapper .titlebar p{
		margin: 0 0 0px;
	}
	.register-wrapper .btn-main {
		padding: 8px 30px;
	}
	.orline {
		padding: 30px 0;
	}
	.privacy-wrapper .container {
		padding: 30px;
	}
	.privacy-wrapper {
		padding: 0px 0px 50px;
	}
}
@media(max-width:575px){
	.banner-img {
		margin-top: 20px;
	}
	ul.selectBillingCycleCloudCart li{
		max-width: 100%;
	}
	.user-management-table .table-striped {
		width: 500px;
	}
	.user-management-table {
		overflow-x: auto;
	}
	.page-item.active .page-link {
		padding: 4px 7px !important;
	}
	.serv-maintabs .nav-tabs li {
		width: 100%;
	}
	.why-choose-wrp .serv-maintabs .nav-tabs li{width: 100%;max-width: 100%;}
	.get-infobx h2{font-size: 22px;text-align: center;margin: 0 0 20px;line-height: 30px;}
}
@media(max-width:447px){
	/* ** Home Page ** */
	.navbar{justify-content: inherit;}
	.navbar-brand img{width: 100px;}
	li.navcntsbx{display: none;}
	.navbar .navbar-nav{margin-left: 0;display: none;}
	ul.mobile-bx{display: block;}
	.navbar .navbar-nav>li{margin: 0 5px 0 0;}
	.navbar .navbar-nav>li .form-control{font-size: 12px;width: 60px;}
	.navbar .navbar-nav>li .form-control.curency{min-width: 100px;}
	ul.nav-cnts li a.nav-btns{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	ul.nav-cnts li a.nav-btns img{width: 15px;}
	ul.nav-cnts li.navact{margin: 0 10px 0 0;}

	div#one {order:2;}
	div#two {order:1;}
	.hero-banner{padding: 40px 0;}
	.banner-img img{margin: 0 0 25px;}
	.banner-text h6{font-size: 18px;line-height: 26px;}
	.banner-text .btn-group{display: block;}
	.banner-text .btn-group .btn-main{font-size: 16px;padding: 15px 15px;text-align: center;margin: 10px 0;display: block;}
	.online-business-box{margin: 35px 0 0;padding: 20px;}
	.online-business-box h3{font-size: 22px;text-align: center;margin: 0 0 15px;}
	.btn-domainb{position: relative;margin:15px auto 0;display: flex;align-items: center;justify-content: center;width: auto;}
	.domain-box .btn-domainb .form-control{margin: 0 15px 0 0;background-color: #f5f5f5;border-radius: 30px;padding: 12px 15px;width: 120px;}
	.sponcer-wrp{padding: 15px 0;}
	.sponcer-logo img{height:60px;}

	.pick-plans-wrp{padding: 45px 0;}
	.titlebar{width: 100%;}
	.titlebar h2{font-size: 28px;}
	.plans-row{padding: 0;}
	.plan-block{margin: 0 0 30px;}
	.populer-box{margin:30px 0;}

	.why-choose{padding: 35px 0 0;}
	.why-bx h3{font-size: 18px;}
	.why-bx h3 span{width: 45px;height: 45px;}
	.why-bx h3 span img{width: 20px;}

	.secure-wrp{padding: 35px 0;}
	.secure-img img{margin: 0 auto 35px;}
	.secure-data h2{font-size: 28px;text-align: center;}
	.secure-data p{width: 100%;text-align: center;}
	.secure-data .btn-main{margin: 0 auto;}

	.about-wrp{padding: 40px 0;}
	.abt-bx h2{font-size: 28px;}
	.abt-bx .btn-group{display: block;}
	.abt-bx .btn-group .btn-main{padding: 10px 20px;width: 100%;margin: 10px 0;text-align: center;}
	.abt-info{padding: 25px;}
	.abt-info p{font-size: 18px;line-height: 28px;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{padding: 12px 10px;font-size: 12px;}
	.serv-maintabs .nav-tabs{display: flex;flex-wrap: inherit;margin: 0 auto 25px;}
	.server-img img{margin: 0 auto 25px;}
	.inner-lst-bx .nav-tabs li button span{margin: 0;}
	.inner-lst-bx .nav-tabs li button h4{padding-left: 15px;}
	section.servers-wrp{padding: 0 0 40px;}

	.foot-one{padding: 35px 0;}
	.foot-lg{margin: 0 0 25px;}
	.use-links h4,.customers-bx h4{margin: 0 0 15px;font-size: 18px;}
	.social-bx i{width: 40px;height: 40px;line-height: 40px;font-size: 15px;margin-right: 10px;}
	.foot-cnt ul li{width: 100%;}
	.use-links ul{flex-wrap: wrap;}
	.copyright-nav ul{justify-content: center;margin: 0 0 10px;}
	.use-links li{margin: 0;max-width: 50%; width: 50%;}
	.copyright p{font-size: 14px;text-align: center;}
	.copyright-nav ul li a{font-size: 14px;}
	/* ** End Home Page ** */

	/* ** Login Register Pages ** */
	.login-wrapper{height: auto;}
	header.inner-enterhed{position: relative;}
	header.inner-enterhed .navbar{display: block;width: 100%;padding: 20px 0 0;}
	header.inner-enterhed .navbar-brand img{margin: 0 auto 0;}

	.login-img img{width: 100%;}
	.login-frm{padding: 0px 0 35px;border: none;}
	.login-frm h1{font-size: 28px;text-align: center;}
	.login-frm h6{text-align: center;margin: 0 0 15px;}
	.forgot-frm .otp-bx{flex-wrap: inherit;}
	/* ** End Login Register Pages ** */

	/* ** About Page ** */
	.inner-banner{padding: 30px 0 30px;}
	.inner-banner h1{font-size: 28px;text-align: center;}
	.inner-banner ul li{font-size: 14px;}
	.inner-banner ul{justify-content: center;display: flex;}
	.story-img img{margin: 0 0 25px;}
	.story-data .abt-info p{font-size: 18px;line-height: 28px;}
	.mission-wrp{padding: 35px 0;}
	.mission-img img{padding: 25px;}
	.mission-dt h3{font-size: 28px;text-align: center;line-height: 34px;}
	.mission-dt p{text-align: center;}
	.mission-dt .btn-main{margin: 0 auto;}
	.web-img img{margin: 35px auto 0;}
	.tot-rtb h5{font-size: 20px;}
	.our-team-wrp h2{font-size: 28px;}
	.team-dt h3{font-size: 22px;}
	.faq-wrapper h2{font-size: 28px;}
	.abt-bx p{width: 100%;}

	.get-start-bx{padding: 40px 0;}
	.get-start-bx .btn-main{float: none;margin: 0 auto;display: table;}
	.team-slider .slick-prev{left: 0;}
	.team-slider .slick-prev, .team-slider .slick-next{right: 0;}
	.host-raitbx ul li img{width: 100%;}
	.tot-rtb img{width: 40px !important;margin-right: 10px;}
	.faq-wrapper h3.accordion-header button{padding: 20px 45px 20px 15px;}
	.story-lst li{width: 100%;}
	.choose-box{padding: 25px 15px;}
	.choose-box h3{font-size: 22px;}

	.main-wrpper{overflow: hidden;}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 100%;width: 100%;}
	/* ** End About Page ** */

	/* ** Contact Page ** */
	.contact-wrp{padding: 35px 0;}
	.contact-wrp .btn-group{display: block;}
	.contact-wrp .btn-group .btn-main{width: 100%;margin: 0 0 10px;display: block;text-align: center;}
	.cnt-img img{margin: 0 auto 35px;}
	.cnt-frm h3{font-size: 28px;}
	/* ** End Contact Page ** */

	/* ** Domain Page ** */
	.domain-pric-lst ul li{width: 50%;max-width: 50%;}
	.dom-block{width: 100%;}
	.domain-pric-lst ul li img{width: 35px;}
	.domain-pri-bx{width: 100%;}
	.domain-pri-bx .table thead th{padding: 10px 10px;font-size: 16px;vertical-align: middle;}
	.domain-pri-bx .table tbody td{padding: 10px 10px;font-size: 16px;}
	.domain-pri-bx .table tbody td h4{font-size: 15px;}
	.build-img img{width: 100%;margin: 0 0 25px;}
	.build-dt h2{font-size: 28px;line-height: 34px;text-align: center;}
	.build-dt p{text-align: center;}
	.build-dt .btn-main{margin: 0 auto;}
	.why-ul{padding: 0;}
	.step-img img{width: 100%;margin: 25px 0;}
	.domain-wrp{padding: 35px 0 0;}
	.faq-wrapper .accordion-body{padding: 0 15px 15px;}
	.faq-wrapper .accordion-body p{line-height: 20px;}
	/* ** End Domain Page ** */

	/* ** Hosting Page ** */
	.why-choose-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	
	.plan-include{padding: 0;}
	.hosting-features-wrp{padding: 45px 0;}
	.hosting-features-wrp .titlebar{width: 100%;}
	.hosting-features-wrp .titlebar p{width: 100%;}
	.hosting-block h3{font-size: 20px;}
	.why-cloud-bx ul li{width: 100%;margin: 0 0 5px;}
	.why-choose-wrp .why-ul{margin: 25px 0 0;}
	.why-indt h4{font-size: 20px;}
	.freeimg img{margin: 25px auto;width: 100%;}
	.serv-maintabs .nav-tabs .nav-link, .serv-maintabs .nav-tabs li a{display: block;width: 100%;}
	/* ** End Hosting Page ** */

	/* ** Server Page ** */
	.servers-list-wrp{padding: 0;}
	.servers-img{width: 100%;}
	.servers-info ul{flex-wrap: wrap;}
	.server-type ul{flex-wrap: inherit;}
	.servers-info ul li{display: block;margin: 0 0 10px;width: 100%;}
	.server-type ul li{margin: 0 5px 0 0;text-align: center;}
	.server-features-wrp h2{font-size: 28px;}
	.server-features-slider .slick-prev, .server-features-slider .slick-next{right: 0;}
	.server-features-slider .slick-prev{left: 0;right: auto;}
	.server-feat-box img{margin: 0 auto 15px;}
	.server-feat-box{text-align: center;}
	.why-cloud-bx{border: none;}
	.why-chbx{padding: 20px;}
	.serv-dt h3{font-size: 20px;}
	.faq-wrapper,.why-choose-wrp{padding: 55px 0;}
	.dedi-serv-bx .web-img img{margin: 0 auto 35px;}
	.host-raitbx ul li{font-size: 14px;}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{left: 0;}
	.dedi-serv-slider .slick-prev{right: 0;left: auto;}
	.server-filter {padding: 0 35px;}
	.about-wrp .web-img img{margin: 35px auto;}
	.available-os-tbles .table thead th,.available-os-tbles .table tbody td{padding: 10px;font-size: 14px;}
	.abt-bx .btn-group{width: 100%;}
	/* ** End Server Page ** */

	/* ** microsoft-365-business Page ** */
	.benifit-wrp h2{font-size: 28px;}
	.benifit-block{margin: 0 0 30px;}
	/* ** End microsoft-365-business Page ** */

	/* ** Domain Transfer Page ** */
	.register-domain-wrp{padding: 35px 0;}
	.choose-plan-wrp .serv-maintabs .nav-tabs{flex-wrap: wrap;}
	.choose-plan-wrp .serv-maintabs .nav-tabs li{width: 50%;}
	.register-domain-wrp .domain-box{width: 100%;}
	.browse-type-wrp h2{font-size: 28px;}
	.brows-tbs .nav-tabs li button{padding: 12px 10px;font-size: 14px;}
	.brows-tbs .nav-tabs li{margin: 0;}
	.brows-tbs .available-os-tbles .table thead th,.brows-tbs .available-os-tbles .table tbody td{font-size: 14px;}
	.domain-trans-frm{width: 100%;margin: 0 0 35px;}
	/* ** End Domain Transfer Page ** */

	header.inner-header{position: relative;}
	.choose-plan-wrp{padding: 40px 0;}

	.brows-tbs .available-os-tbles .table thead th, .brows-tbs .available-os-tbles .table tbody td{min-width: 180px;}

	.hosting-plans-wrp{padding: 60px 0 0; }
	.support-box{padding: 15px;}

	.about-wrp .host-raitbx ul li img{width: 20%;}
	.register-wrapper .titlebar h2{font-size: 20px;}
	.register-wrapper .titlebar ul{display: block;}
	.register-wrapper .titlebar ul li{margin: 0 0 20px;}
	.register-wrapper .titlebar ul li a{min-width: unset;width: 100%;padding: 10px;}
	.form-switch span br{display: none;}
}
@media (max-width: 1700px){
	.nav-top-left-section a, span.nav-bar-label {
		padding-left: 12px;
		padding-right: 12px !important;
		color: #6e6d7a;
		font-size: 13px;
	}
	.nav-top-right-section .top-bar-nav-active a.dropdown-toggle{
		font-size: 13px;
	}
	.nav-top-right-section button.btn{
		font-size: 13px;
	}
	.top-header-active-theme .nav-logo-section {
		padding-right: 25px;
	}
}
@media (max-width: 1500px){
	.top-header-active-theme .nav-logo-section {
		padding-right: 0px;
	}
	.nav-top-left-section a, span.nav-bar-label {
		padding-left: 8px;
		padding-right: 8px !important;
		font-size: 13px;
	}
}
@media (max-width: 1400px){
	.server-features-slider .slick-list {
		margin: 0 0px;
	}
	.table-dedicated-server th, .table-dedicated-server td {
		vertical-align: middle;
		border-bottom: none;
		padding: 16px 8px;
	}
	.ft-cntbx h4{
		font-size: 14px;
	}
	.top-header-active-theme .nav-logo-section {
		padding-right: 0px;
	}
	.top-header-active-theme .nav-logo-section {
		padding-right: 0px;
	}
	.navbar-brand img {
		width: 90px;
	}
	.nav-top-left-section a, span.nav-bar-label{
		font-size: 12px;
	}
	.nav-top-left-section a, span.nav-bar-label {
		padding-left: 7px;
		padding-right: 7px !important;
	}
	.nav-top-right-section button.btn{
		padding: 5px;
		font-size: 12px;
	}
	header.top-header-active-theme {
		padding: 15px 0px;
	}
	.nav-top-right-section .top-bar-nav-active a.dropdown-toggle {
		font-size: 12px;
	}
	div#pricing-section-slider button.slick-next.slick-arrow {
		right: -14px;
	}
	div#pricing-section-slider .slick-next:before, div#pricing-section-slider .slick-prev:before {
		width: 35px;
		height: 35px;
		font-size: 17px;
		line-height: 35px;
	}
	div#pricing-section-slider button.slick-prev.slick-arrow {
		left: 15px;
	}
}
@media (max-width: 1199px){
	.table-dedicated-server th, .table-dedicated-server td{
		padding: 16px 3px;
	}
	table.table.table-dedicated-server th {
		display: none;
	}
	.dedicated-server-wrp {
		padding: 45px 20px;
		width: 100%;
	}
	tr.dedicated-tr-row {
		float: left;
		width: 25%;
		display: block;
		border-right: 1px solid #ddd;
		min-height: 680px;
	}
	tr.dedicated-tr-row td {
		text-align: center;
		display: block;
		border-top: transparent;
	}
	tr.dedicated-tr-row:last-child {
		border-right: transparent;
	}
	.table-dedicated-server td.td-pr {
		width: 100%;
		display: block;
	}
	table.table.table-dedicated-server {
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.server-location-flag {
		margin: auto;
	}
	.table-dedicated-server td {
		font-size: 16px;
	}
	header.top-header-active-theme {
		padding: 15px 20px;
	}
	.nav-top-left-section a.pr-4 {
		padding-left: 8px;
		padding-right: 8px !important;
	}
	.top-nav-main-sec-header a.btn.nav-link.cart-btn{
		padding-right: 0px;
		padding-left: 7px;
	}
	.top-header-active-theme ul.dropdown-menu{
		min-width: 13rem;
		position: relative !important;
		top: 10px !important;
		margin-bottom: 15px;
	}
	.nav-top-right-section .cart-btn .badge-info{
		right:-4px;
		top: -2px;
	}

	.nav-top-left-section .dropdown-menu.show a.pr-4 {
		padding: 0 !important;
	}
	.top-header-active-theme .nav-logo-section {
		padding-right: 0;
	}
	div#pricing-section-slider button.slick-next.slick-arrow {
		right: -16px;
	}
	div#pricing-section-slider .slick-next:before, div#pricing-section-slider .slick-prev:before {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	div#pricing-section-slider button.slick-prev.slick-arrow {
		left: 18px;
	}
	.nav-top-right-section .top-bar-nav-active a.dropdown-toggle {
		font-size: 0px;
	}
	.top-header-active-theme .top-bar-nav-active {
		display: block;
	}
	.nav-primary-top-nav-section {
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		background: #fff;
		padding: 20px 20px 30px;
		border-top: 1px solid #dce5ff;
		transform: translateX(-100%);
		left: -100%;
		transition: ease-in 0.5s;
	}
	.top-header-active-theme .nav-top-left-section a {
		font-size: 13px;
		padding: 8px !important;
		display: block;
		font-size: 14px;
	}
	.menu_open_top .nav-primary-top-nav-section {
		left: 0;
		transform: none;
	}
	.top-header-active-theme li.single-side-rght {
		display: flex;
		align-items: center;
	}
	.top-nav-mobile-toggle {
		display: block;
		margin-top: 6px;
	}
	ul.view-currency-top-mobile-menu {
		display: flex;
		padding-top: 10px;
	}
	ul.view-currency-top {
		display: none;
	}
	ul.view-currency-top-mobile-menu button.btn {
		border: 1px solid #e7e7e7;
		margin-right: 10px;
		color: #6e6d7a;
	}
	.menu_open_top .nav-primary-top-nav-section i {
		float: right;
		font-weight: 500;
	}
	li#Secondary_Navbar-Account a.dropdown-toggle:before {
		content: "\f007";
		position: absolute;
		top: -4px;
		font-family: 'Font Awesome 5 Pro';
		display: block;
		font-size: 18px;
		left: -18px;
		color: #7c4dee;
		z-index: 9999;
	}
	.top-header-active-theme li#Secondary_Navbar-Account a.dropdown-toggle:before{
		color: #6e6d7a;
	}
	li#Secondary_Navbar-Account i {
		font-size: 13px;
		display: none;
	}
	ul.view-cart-top i.far.fa-shopping-cart.fa-fw {
		color: #6e6d7a;
	}
	.top-header-active-theme .nav-top-left-section a.navbar-brand {
		margin-right: 0;
	}
	.top-header-active-theme ul.dropdown-menu a {
		display: flex;
	}
	.top-header-active-theme ul.dropdown-menu li {
		width: 100%;
		max-width: 50%;
	}
	.top-header-active-theme ul.dropdown-menu.show{
		display: flex;
		flex-wrap: wrap;
	}
	li.single-side-rght ul.dropdown-menu.dropdown-menu-right.show {
		position: absolute !important;
		top: 35px !important;
	}
	.pricing-section-layout-3 .populer-box label, .pricing-section-layout-1 .populer-box label{
		top: 40px;
	}
	.pricing-section-layout-3 span.product-price-ly-3, .pricing-section-layout-1 span.product-price-ly-1{
		font-size: 25px;
		line-height: 32px;
	}
	.pricing-section-layout-3 .plan-price-section.price-sec-ly-3, .pricing-section-layout-1 .plan-price-section.price-sec-ly-1{
		padding: 20px 0px 0px 0px;
	}
	.pricing-section-layout-3 .plan-plat h3, .pricing-section-layout-1 .plan-plat h3{
		padding: 0px 95px 0px 0px;
	}
	.expiredt p{
		font-size: 12px;
	}
	.pricing-section-layout-3 .expiredt, .plan-block .expiredt {
		margin-bottom: 20px;
	}
	.product_boxes_without_slider .plan-block {
		margin-bottom: 20px;
	}
	.product_boxes_without_slider .row {
		justify-content: unset;
	}
	.card-columns.home .card{
		max-width: 31.6%;
	}
	.top-header-active-theme li#Primary_Navbar-Store ul.dropdown-menu li a {
		padding: 8px !important;
	}
	.top-nav-main-sec-header{
		justify-content: space-between;
	}
	.nav-top-right-section {
		margin-left: 0;
	}
	.top-header-active-theme .nav-top-left-section{
		flex-grow: unset;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.product_boxes_without_slider .col-md-4 {
		flex: 0 0 50.33333%;
		max-width: 49.33333%;
	}
}
@media (max-width: 991px){
	.table-dedicated-server td {
		font-size: 14px;
	}
	.side-header-menu-active-theme ul.nav-cnts{
		margin-left: 0;
	}
	.side-header-menu-active-theme .navbar {
		justify-content: space-between;
	}
	.side-header-menu-active-theme ul.nav-cnts li a.nav-btns{
		background: #ffffff;
	}
	.top-header-active-theme .navbar-brand img {
		width: 100px;
	}
	section.about-wrp.risk-factor-section .web-img img{
		max-width: 300px;
	}
	.web-img img{
		max-width: 320px;
	}
	.serv-maintabs .nav-tabs {
		overflow: hidden;
	}
	.right-dedicated-sec {
		width: 100%;
		max-width: 100%;
	}
	.dedicated-2-main .left-dedicated-sec{
		width: 100%
	}
	.pricing-section-layout-3 .populer-box label, .pricing-section-layout-1 .populer-box label {
		top: 20px;
	}
	.col-md-6.pro-left-main, .col-md-6.pro-right-main{
		flex-wrap: wrap;
		justify-content: center;
	}
	.right-side-crsh h2 {
		text-align: center;
		margin-top: 20px;
	}
	.about-wrp.ms-built-for-crsh .abt-bx p{
		text-align: center;
	}
	.about-wrp.ms-built-for-crsh .abt-bx .btn-group{
		justify-content: center;
	}
	.about-wrp.ms-built-for-crsh .row{
		margin: 0px 20px;
	}
	.section-above-p-method a.btn.btn-sm.btn-default, .section-above-p-method a.btn.btn-sm.btn-default.btn-delete{
		font-size: 11px !important;
	}
	.payment-methods-cloudx table#payMethodList tr td{
		font-size: 11px;
	}
	.table td, .table th {
		padding: 0.5rem;
	}
	.payment-methods-cloudx table#payMethodList .btn-default i {
		font-size: 10px;
	}
	.payment-list-inv .paymethod-info {
		padding: 10px 10px;
	}
	.ft-cntbx img {
		width: 33px;
	}
	.ft-cntbx h4{
		font-size: 13px;
		padding-left: 9px;
	}
	.foot-one .offset-md-1.col-md-6.col-sm-12{
		padding-left: 0;
	}
	.card-columns.home .card{
		max-width: 48.6%;
	}
	.sidebar .card-sidebar .card-header {
		padding: 20px 25px 15px 15px;
	}
	.invoice-wrapper .col-md-3, .invoice-wrapper .col-md-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.invoice-inner-right {
		margin-top: 50px;
	}
	.navbar-brand img {
		width: 140px;
	}
	.side-header-menu-active-theme ul.nav-cnts li {
		margin-right: 30px;
	}
}
@media (max-width: 767px){
	a#sitejetViewLink {
        margin-bottom: 10px;
    }
	.card-columns.home .card{
		max-width:100%;
	}
	.default-home-page h2 {
		font-size: 25px;
	}
	ul.nav-cnts li a.nav-btns img {
		width: 18px;
	}
	tr.dedicated-tr-row {
		width: 100%;
		display: block;
		min-height: auto;
		border-top: 1px solid #ddd;
		border-right: transparent;
		padding-bottom: 30px;
	}
	.table-dedicated-server td{
		padding: 10px 3px;
		font-size: 15px;
	}
	.table-dedicated-server td {
		display: block;
		border-top: transparent;
	}
	.top-header-active-theme ul.dropdown-menu li {
		width: 100%;
		max-width: 100%;
	}
	.hero-banner div#two {
		order: unset;
	}
	.hero-banner .banner-img img {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 20px;
	}
	.hosting-plans-wrp {
		padding: 35px 0;
	}
	div#pricing-section-slider .plan-block {
		margin: 0 0 0px;
	}
	.sponcer-logo img {
		height: 40px;
	}
	.server-img img {
		max-width: 350px;
	}
	.hero-banner .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	section.hosting-plans-wrp .plans-row {
		padding-top: 30px;
	}
	.serv-maintabs .nav-tabs{
		flex-wrap: wrap;
	}
	.ssl-benifits-wrp {
		padding: 0;
	}
	.certificates-tble .available-os-tbles .table thead th {
		font-size: 13px;
		padding: 15px 15px;
	}
	.login-frm {
		padding: 30px 0 35px;
	}
	.dedicated-2-main{
		max-width: 100%;
	}
	.about-wrp.risk-factor-section, section.about-wrp.dedicated-server-slider-sec {
		padding: 50px 0px;
	}
	.server-features-slider .slick-prev:before, .server-features-slider .slick-next:before{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
	}
	.whyimg img {
		max-width: 60px;
	}
	.pricing-section-layout-3 .populer-box label, .pricing-section-layout-1 .populer-box label {
		top: 30px;
	}
	.about-wrp.ms-built-for-crsh .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-6.pro-left-main {
		margin-bottom: 30px;
	}
	section.about-wrp.ms-built-for, section.about-wrp.ms-built-for-crsh {
		padding-bottom: 50px;
	}
	#frmManagePaymentMethod .fieldgroup-creditcard .col-sm-2, #frmManagePaymentMethod .fieldgroup-creditcard .col-sm-7 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.primary-content .account-new-20i .card{
		margin-bottom: 20px;
	}
	#domainForm .btn-group.btn-group-sm .setBulkAction {
		text-align: left;
		margin-bottom: 7px;
		padding: 10px 15px;
		font-size: 13px;
	}
	.btn-group.btn-group-sm button#btnGroupDrop1{
		font-size: 13px;
		text-align:left;
	}
	.bulk-domain-section-page .form-check.form-check-inline {
		margin-bottom: 0px;
	}
	.bulk-domain-section-page .form-check-label {
		margin-bottom: 0;
		font-size: 12px;
	}
	.responsive-tabs-sm{
		border-top: 1px solid #ddd0;
	}
	.payment-list-inv {
		overflow-x: auto;
	}
	.payment-list-inv .three-column-grid {
		width: 500px;
	}
	.landing-page.ssl .certificate-options h3 {
		margin-bottom: 10px;
	}
	.landing-page.ssl .certificate-options h3 {
		margin-bottom: 20px !important;
	}
	.sidebar .card.card-sidebar[menuitemname='Why Security Questions'] {
		padding-top: 15px;
	}
	.foot-one .offset-md-1.col-md-6.col-sm-12{
		padding-left: 15px;
	}
	.top-header-active-theme ul.dropdown-menu {
		padding: 15px 10px;
	}
	.titlebar.login-sec-rg-page{
		margin-bottom: 20px;
	}
	.register-form .form-title h2{
		font-size: 20px;
	}
	.register-form{
		padding: 20px;
	}
	.titlebar{
		padding: 0px;
	}
	.titlebar h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	.hosting-block {text-align: center;	}
	.hosting-block img, .benifit-block img {margin: 0 auto 25px;}

	.register-form .intl-tel-input .country-list{
		min-width: 280px;
	}
	.domain-box .form-control {
		padding: 15px 15px 15px 25px;
	}
	section.about-wrp.about-home .row{
		padding: 50px 0px;
	}
	section.about-wrp.about-home.bg-purple {
		margin-bottom: 50px;
	}
	.about-home .abt-info p {
		font-size: 15px;
		line-height: 25px;
	}
	.about-home-right {
		margin-top: 30px;
	}
	.hero-slider .banner-text {
		padding-bottom: 40px;
	}
	.hero-slider ul.slick-dots li, .hero-slider ul.slick-dots li:last-child {
		margin: 0px 5px 0px;
	}
	.hero-slider ul.slick-dots{
		position: absolute;
		right: 0;
		transform: unset;
		left: 0;
		bottom: -15px;
		top: unset;
		display: flex !important;
		justify-content: center;
	}
	.product_boxes_without_slider .plan-block{
		margin-top: 0;
	}
	section.hosting-features-wrp.bg-purple .titlebar {
        margin-bottom: 20px;
		border-radius: 20px;
    }
	.banner-text h1, .abt-bx h1{
        line-height: 40px;
        font-size: 30px;
    }
	.btn-domainb button {
		padding: 12px 17px;
	}
	.hero-slide-bx .col-md-6.col-sm-6:first-child {
		order: 2;
	}
	.vps-host-wrp .why-row.step-row {
		padding-bottom: 0;
	}	
	table.table.masspayment-table {
		width: 700px;
	}
	header.top-header-active-theme {
		padding: 5px 0px;
	}
	.banner-text li{
		padding: 4px 0 4px 27px;
		font-size: 16px;
	}
	.plan-block {
		padding: 30px;
	}
	.secure-data {
		padding: 35px 0;
	}
	.use-links li a {
		font-size: 13px;
		padding: 5px 0px;
	}
	.nav-primary-top-nav-section {
		top: 60px;
	}
	.banner-text h6, .abt-bx h6{
		font-size: 18px;
		line-height: 24px;
	}
	.support-wrp .support-box {
		margin-bottom: 10px;
	}
	.support-box h3 {
		font-size: 17px;
	}
	.faq-wrapper{
		padding: 30px 0px 55px 0;
	}
	.menu_open_top .nav-primary-top-nav-section {
		left: 0;
		transform: none;
		overflow-y: auto;
		height: 100vh;
		padding-bottom: 50px;
	}
	/* .top-header-active-theme ul.dropdown-menu.show{
		overflow-y: auto;
		height: 300px;
	} */
	.top-header-active-theme .collapsable-dropdown  .dropdown-item{
		padding: 8px;
	}
	.dedi-serv-slider .slick-prev, .dedi-serv-slider .slick-next{
		top: 40%;
	}
	.about-wrp.risk-factor-section, section.about-wrp.dedicated-server-slider-sec {
		padding: 35px 0px;
	}
	section.dedicated-server-wrp.dedicated-layout-2 {
		padding-bottom: 0px;
	}
	.hosting-plans-wrp .support-box{
		margin-top: 15px
	}
	section.hosting-plans-wrp .titlebar {
		padding: 0;
		margin-bottom: 25px;
	}
	.vps-host-wrp {
		padding: 35px 0px 35px 0;
	}
	.cnt-infbx{
		margin: 0 0 15px;
	}
	.why-cloud-bx h3 {
		font-size: 25px;
		line-height: 32px;
	}
	.online-tred li span {
		font-size: 16px;
	}
	.why-cloud-bx{
		padding-right: 0px;
	}
	section.why-choose-wrp.security-why-choose-wrp .faq-wrapper {
		padding-bottom: 0px;
	}
	section.why-choose-wrp.security-why-choose-wrp {
		padding: 60px 0 30px;
	}
	.right-side-crsh {
		padding-left: 0;
	}
	.col-md-6.pro-left-main, .col-md-6.pro-right-main{
		padding: 20px;
	}
	.abt-bx h2 {
		font-size: 22px;
	}
	.benifit-block a{
		margin: auto;
	}
	.benifit-block{
		text-align: center;
	}
	.benifit-wrp {
		padding: 60px 0 35px;
	}
	.about-wrp.ms-built-for-crsh .row {
		margin: 0px 0px;
	}
	.side-header-menu-active-theme a.navbar-brand {
		margin: 0;
	}
	
	.side-bar-nav-active li#Secondary_Navbar-Account a.dropdown-toggle {
		font-size: 0;
	}
	.side-menu-bar-cloudx.sidebar {
		width: 100%;
	}
	.side-header-menu-active-theme ul.nav-cnts .side-bar-nav-active li {
		margin-right: 0px;
	}
	button#btnDomainSearch2 {
		background: #7653ec;
		border-radius: 5px;
	}
	.default-home-page h2{
		padding-top: 30px;
	}
	form#frmProductDomain .domain-selection-options div#domainowndomain .col-xs-3.col-3 input {
		width: 100%;
		margin: 3px 0px;
	}
	aside.sidebar{
		padding: 50px 30px 60px;
	}
	.header-topbar .container-fluid {
        padding: 0px 35px;
    }
	.web-img img {
		max-width: 290px;
	}
	.faq-wrapper, .why-choose-wrp {
		padding: 30px 0 50px;
	}
	.serv-dt {
		padding-left: 15px;
	}
	.serv-img img {
		width: 30px;
	}
	.serv-dt h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}
	.serv-dt p{
		line-height: 20px;
		font-size: 13px;
	}
	.why-us-server h2 {
		margin: 0 0 25px;
	}
	tr.dedicated-tr-row td:first-child {
		padding-top: 20px;
	}
	.server-features-wrp h2 {
		font-size: 25px;
	}
	.why-indt {
		padding-left: 20px;
	}
	.whyimg img {
		max-width: 50px;
	}
	.why-ul li{
		margin: 0 0 25px;
	}
	.why-indt h4 {
		font-size: 17px;
	}
	.faq-wrapper h3.accordion-header button {
		font-size: 14px;
	}
	.dedi-serv-slider .slick-prev:before, .dedi-serv-slider .slick-next:before{
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}
	.server-feat-box h3{
		margin: 0 0 10px;
		font-size: 20px;
	}
	.why-indt p{
		line-height: 20px;
	}
	.hosting-block h3{
		margin: 0 0 10px;
	}
	.plan-include ul li{
		padding: 5px 0 5px 30px;
    	font-size: 14px;
	}
	.pricing-section-layout-3 .plan-plat, .pricing-section-layout-1 .plan-plat{
		padding-bottom: 20px;
		margin: 0 0 20px;
	}
	.plan-include .btn-main {
		padding: 10px 0px;
	}
	form#frmManagePaymentMethod .submit-container button#btnSubmit,  form#frmManagePaymentMethod .form-group.submit-container .btn.btn-default {
		font-size: 13px;
		padding: 7px 15px;
	}
	.side-header-menu-active-theme a.navbar-brand {
		width: 100%;
		max-width: 170px;
	}
	.footer-logo-sec img {
		width: 100%;
		max-width: 180px;
	}
	.customers-bx .foot-cnt h4{
		margin: 0 0 0px;
		font-size: 13px;
	}
	.foot-cnt ul li{
		margin: 14px 0px;
	}
	.use-links {
		margin: 20px 0 0;
	}
	.copyright-nav ul {
		margin: 0 0 0px;
	}
	.copyright-nav ul li a {
		font-size: 12px;
	}
	.copyright p {
		font-size: 12px;
	}
	.foot-lg {
		margin: 0 0 15px;
	}
	.faq-wrapper h2 {
		font-size: 25px;
	}
	section.why-choose-wrp.why-us-server+section.faq-wrapper {
		padding-top: 0;
	}
	.navbar-brand img {
		width: 100px;
		margin: auto;
	}
	.terms-service-cloudx{
		padding: 70px 0px;
	}
	.privacy-notice-banner-cloudx h1, .terms-service-cloudx h1 {
		font-size: 30px;
	}
	.privacy-wrapper .container{
		margin-top: 0;
	}
	.privacy-dt p{
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	.user-represent-dt ul li{
		font-size: 14px;
		margin: 0 0 0px;
	}
	.privacy-wrapper .privacy-dt {
		margin: 0 0 25px;
	}
	.mission-dt h3 {
		font-size: 25px;
		text-align: center;
		line-height: 32px;
	}
	.side-header-menu-active-theme .navbar {
		justify-content: space-between;
	}
	.side-header-menu-active-theme ul.nav-cnts {
		margin-left: 0;
	}
	.affiliates-page-cloudx p.h3 {
		font-size: 20px;
	}
	.affiliates-page-cloudx h2 {
		font-size: 25px;
	}
	.contact-detail-20i .form-group .btn {
		padding: 6px 15px;
	}
	.contact-detail-20i {
		margin-bottom: 20px;
	}
	.side-header-menu-active-theme ul.nav-cnts li {
		margin-right: 0px;
	}
	ul.nav-cnts li a.nav-btns:hover img{
		filter: unset;
	}
	.side-header-menu-active-theme .navbar{
		padding: 13px 0px;
	}
	.top-nav-mobile-toggle{
		margin-top: 0px;
	}
	ul.nav-cnts li a.nav-btns {
		width: auto;
		height: auto;
		line-height: auto;
		margin-right:10px;
	}
	.abt-bx.host-raitbx.online-tred {
        margin-top: 20px;
    }
	.certificates-tble .available-os-tbles .table tbody td a{
		padding: 10px 10px;
		font-size: 12px;
	}
	.certificates-feature-wrp h2, .ssl-benifits-wrp h2 {
		font-size: 25px;
	}
	.cnt-icbx i{
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.card-columns.home .card {
		min-height: auto;
	}
	.row.my-5.action-icon-btns {
		margin-bottom: 0px !important;
	}
	.landing-page.mail-services .benefits .col-lg-6 {
		font-size: 13px;
		line-height: 24px;
	}
	.primary-content .landing-page.mail-services .content-block.tabs .tab-content .benefits{
		padding: 20px;
	}
	.primary-content .landing-page.mail-services .content-block.tabs .tab-content p {
		font-size: 13px;
		line-height: 22px;
	}
	.primary-content .landing-page.mail-services .content-block.get-started .additional-options label {
		line-height: 22px;
		font-size: 14px;
	}
	.primary-content .landing-page.mail-services .content-block.faq+.content-block img{
		margin: auto;
	}
	.primary-content .landing-page.mail-services .content-block.faq p {
		font-size: 14px;
		line-height: 22px;
	}
	.primary-content .landing-page.mail-services .content-block h4, .primary-content .landing-page.mail-services .content-block.faq h4{
		line-height: 25px;
	}
	.benifit-wrp h2 {
		font-size: 25px;
	}
	.security-why-choose-wrp .titlebar h2 br{
		display: none;
	}
	.primary-content .landing-page button.navbar-toggler {
		background-color: transparent;
	}
}
@media (max-width: 575px){
	.top-header-active-theme p.top-menu-short-desc-theme{
		width: 200px;
	}
	.payment-methods-cloudx .card-title, .payment-method-add-card .card-title {
		font-size: 17px;
		line-height: 25px;
	}
	.ft-cntbx h4{
		font-size: 13px;
		line-height: 20px;
	}
	.use-links li a {
		font-size: 12px;
		padding: 3px 0px;
	}
	div#pricing select.form-control.ssl-currency-selector.w-25 {
		width: 100% !important;
	}
	.web-img img {
		max-width: 100%;
	}

}
/* DUHosting bundle source: cloudx_overrides.css */
/* DuHosting Custom Color Overrides */
:root {
    --primary-color: #ff6311;
    /* DuHosting Logo Orange */
    --primary-hover: #e5540a;
}

/* ===== REMOVE ALL PURPLE - Domain Search Section ===== */
section.secure-wrp,
.secure-wrp,
.domain-search-sec,
.domainchecker-homepage,
.domain-checker-wrapper,
section.domainchecker-homepage,
.domain-sec {
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
}

.secure-wrp h2,
.secure-wrp h3,
.domain-search-sec h2,
.domainchecker-homepage h2 {
    color: #333 !important;
}

.secure-wrp p,
.domain-search-sec p,
.domainchecker-homepage p {
    color: #666 !important;
}

/* Push navbar to the right side */
.nav-primary-top-nav-section {
    display: flex !important;
    justify-content: flex-end !important;
    flex-grow: 1 !important;
}

.nav-primary-top-nav-section #nav {
    margin-left: auto !important;
}

.nav-top-left-section {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Override Main Theme Colors */
.btn-primary,
.btn-main,
.btn-order-now {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-main:hover,
.btn-order-now:hover {
    background-color: var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: #fff !important;
}

/* Fix button text visibility */
.btn-group .btn-main,
.btn-group .btn-main.tell-btn,
.btn-group .btn-main.termbtn,
a.btn-main,
button.btn-main,
.btn-main,
.btn-primary,
.btn-order,
.btn-domain-order {
    color: #fff !important;
}

/* Ensure ALL button text is white on orange background */
[class*="btn-main"],
[class*="btn-primary"],
.btn-group a,
.btn-group button,
.abt-bx .btn-group a,
.host-raitbx .btn-group a {
    color: #fff !important;
}

/* CloudX Specific Button Overrides */
.btn-group .btn-main.tell-btn,
.btn-group .btn-main.termbtn,
form#frmDomainTransfer button#btnTransferDomain {
    background: #ff6311 !important;
    color: #fff !important;
}

/* VIEW PLANS button (outlined style) */
.btn-group .btn-main:not(.termbtn) {
    border-color: #ff6311 !important;
    color: #ff6311 !important;
}

.btn-group .btn-main:not(.termbtn):hover {
    background: #ff6311 !important;
    color: #fff !important;
}

/* CRITICAL FIX: Force white text on ALL hero section buttons */
.about-wrp .btn-group .btn-main,
.about-wrp .btn-group a.btn-main,
.about-wrp .abt-bx .btn-group .btn-main,
.about-wrp .host-raitbx .btn-group .btn-main,
.about-wrp .abt-bx .btn-group .btn-main.tell-btn,
section.about-wrp .btn-main,
.bg-purple .btn-group a {
    color: #fff !important;
    text-transform: none !important;
}


.text-primary,
h1 span,
h2 span {
    color: var(--primary-color) !important;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-hover);
}

/* Backgrounds that were purple */
.bg-purple-dark,
.header-topbar,
.footer-section {
    background-color: #1a1a1a !important;
    /* Dark grey/black instead of purple */
}

/* Navbar links hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: var(--primary-color) !important;
}

/* Icons */
.fas,
.far,
.fal,
.fab {
    color: var(--primary-color);
}

/* ========================================
   GLOBAL PURPLE (#673DE6) TO ORANGE OVERRIDE
   This catches ALL purple elements in CloudX
   ======================================== */

/* All links and text with purple color */
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
li,
.text-primary,
.text-info {
    color: inherit;
}

/* Specific purple text elements to orange */
.hp-product-card .action-box a,
.hp-product-card h4,
.hp-product-card .action-inner a,
.services-box .info h4 a,
.services-box h4,
.product-card .title a,
.product-box h4 a,
.browse-products h3 a,
.store-products h4,
.product-title,
/* CloudX homepage product cards */
.hp-prodouct-box h4,
.hp-prodouct-box h4 a,
.hp-prodouct-box .inner-dt a,
.hp-prodouct-box .prod-box h4,
.hp-prodouct-box .prod-box h4 a,
.store-sec .hp-prodouct-box h4,
.store-sec .hp-prodouct-box h4 a,
.store-sec .hp-prodouct-box a.btn-outline,
.storecard-head h3,
.storecard-head h3 a,
/* Purple link buttons on cards */
.btn-outline,
.btn-link,
a.btn-outline,
a.btn-link,
a[style*="color: rgb(103, 61, 230)"],
*[style*="#673DE6"],
*[style*="#673de6"],
*[style*="#6b43e6"] {
    color: #ff6311 !important;
}

/* Outline button borders */
.btn-outline,
a.btn-outline {
    border-color: #ff6311 !important;
}

.btn-outline:hover,
a.btn-outline:hover {
    background-color: #ff6311 !important;
    color: #fff !important;
}

/* All purple backgrounds to orange - EXCLUDING icon figures */
.btn-primary,
.btn-main,
.btn-info,
.btn-order,
.btn-success,
*[style*="background-color: #673DE6"],
*[style*="background: #673DE6"],
*[style*="background-color: #673de6"],
*[style*="background: #673de6"] {
    background-color: #ff6311 !important;
    background: #ff6311 !important;
}

/* Keep icon figures transparent - restore the icons */
.action-icon-btns .card-accent-teal figure,
.action-icon-btns .card-accent-pomegranate figure,
.action-icon-btns .card-accent-sun-flower figure,
.action-icon-btns .card-accent-asbestos figure,
.action-icon-btns .card-accent-green figure,
.action-icon-btns a figure.ico-container {
    background-color: transparent !important;
    background: transparent !important;
}

/* COMPLETELY HIDE the purple domain search section */
.secure-wrp,
.domain-search-sec,
.domainchecker-homepage,
section.secure-wrp,
.domain-checker-wrapper,
.home-domain-search {
    display: none !important;
}

/* Change purple text on Browse our Products/Services cards to black */
.card-columns.home .card .card-title,
.card-columns.home .card h3,
.card-columns.home .card .pricing-card-title,
.container .card .card-title.pricing-card-title {
    color: #333 !important;
}

/* Change outline buttons from purple to orange */
.card-columns.home .card .btn-outline-primary,
.container .card .btn-outline-primary {
    color: #ff6311 !important;
    border-color: #ff6311 !important;
    background-color: transparent !important;
}

.card-columns.home .card .btn-outline-primary:hover,
.container .card .btn-outline-primary:hover {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
}

/* ===== TOP LEVEL TABS (Our Infrastructure / Our Core Values) ===== */
/* Change purple tabs to orange - only for top-level section tabs */
.serv-maintabs .nav-link.active,
.serv-maintabs .nav-tabs .nav-link.active,
.serv-maintabs #myTab .nav-link.active {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
    border-radius: 25px !important;
}

.serv-maintabs .nav-link,
.serv-maintabs .nav-tabs .nav-link {
    color: #666 !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #f8f9fa !important;
    border-radius: 25px !important;
}

.serv-maintabs .nav-link:hover,
.serv-maintabs .nav-tabs .nav-link:hover {
    background-color: #fff !important;
    border-color: #ff6311 !important;
    color: #ff6311 !important;
}

/* ===== INNER CONTENT ITEMS (Security, Scalable, Robust/Reliable) ===== */
/* These should have NO background boxes - clean layout only */
.servers-wrp .nav-item .nav-link,
.inner-serv-dt .nav-item .nav-link,
.servers-wrp .inner-lst-bx .nav-item .nav-link {
    background-color: transparent !important;
    border: none !important;
    padding: 20px !important;
    text-align: left !important;
}

/* Active state for inner items - NO BACKGROUND, only border-left accent */
.servers-wrp .nav-item .nav-link.active,
.inner-serv-dt .nav-item .nav-link.active,
.servers-wrp .inner-lst-bx .nav-item .nav-link.active {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-left: 4px solid #ff6311 !important;
}

/* Hover state for inner items - subtle background only */
.servers-wrp .nav-item .nav-link:hover,
.inner-serv-dt .nav-item .nav-link:hover {
    background-color: #f8f9fa !important;
}

/* Ultra-specific selectors to force NO backgrounds */
.servers-wrp .inner-lst-bx ul#myTab .nav-item button.nav-link,
.servers-wrp .inner-lst-bx ul#myTab .nav-item button.nav-link.active,
.servers-wrp .features-section ul#myTab button.nav-link,
.servers-wrp .features-section ul#myTab button.nav-link.active,
button#home-tab1,
button#home-tab1.active,
button#profile-tab1,
button#profile-tab1.active,
button#profile-tab2,
button#profile-tab2.active {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
}

/* Exception: Active button gets border-left only */
.servers-wrp button.nav-link.active#home-tab1,
.servers-wrp button.nav-link.active#profile-tab1,
.servers-wrp button.nav-link.active#profile-tab2 {
    border-left: 4px solid #ff6311 !important;
}

/* Orange color for headings and icons */
.inner-serv-dt .tab-box h4,
.servers-wrp .tab-box h4,
.inner-serv-dt .nav-link span,
.servers-wrp .nav-link span {
    color: #ff6311 !important;
}

/* Purple icon circles to orange - Updated filter for better color conversion */
.inner-serv-dt .nav-link span img,
.servers-wrp .nav-link span img,
.servers-wrp img[src*="Security_icon"],
.servers-wrp img[src*="Scalable_icon"],
.servers-wrp img[src*="Robust_icon"],
.servers-wrp img[src*="Honesty_icon"],
.servers-wrp img[src*="Transparency_icon"],
.servers-wrp img[src*="Accountability_icon"] {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(104%) contrast(101%) !important;
}

/* HIDE Our Infrastructure / Our Core Values section - RESTORED
.servers-wrp,
section.servers-wrp {
    display: none !important;
} */

/* HIDE the language changer */
.choose-language,
.language-dropdown,
.language-selector,
.lang-dropdown,
.language-section,
.dropdown-lang,
#languageChooser,
.nav-item.language-item,
.dropdown.lang-dropdown,
.top-nav .language,
.header-language-picker {
    display: none !important;
}

/* All purple borders to orange */
.hp-product-card,
.services-box,
.product-card,
*[style*="border-color: #673DE6"],
*[style*="border: 1px solid #673DE6"] {
    border-color: #ff6311 !important;
}

/* CloudX specific product/service cards */
.hp-product-card .action-box a:hover,
.services-box .info h4 a:hover,
.product-box h4 a:hover {
    color: #e5540a !important;
}

/* Icon buttons in client area */
.action-icon-btns a figure i,
.action-icon-btns a.card-accent-teal i,
.action-icon-btns a.card-accent-pomegranate i,
.action-icon-btns a.card-accent-sun-flower i,
.action-icon-btns a.card-accent-asbestos i,
.action-icon-btns a.card-accent-green i {
    color: #ff6311 !important;
}

/* Override ALL purple (#673DE6) colors to DuHosting orange */
header.header .main-navbar-wrapper .navbar-nav a::before {
    background-color: #ff6311 !important;
}

#DomainSearchResults .domain-price button.btn.btn-primary.btn-add-to-cart {
    background-color: #ff6311 !important;
}

header.header a.login-btn-cloudx {
    background-color: #ff6311 !important;
}

header.header a.login-btn-cloudx:hover,
#registration .btn-primary:hover,
#frmCheckout button#btnCompleteOrder:hover,
#frmProductDomainSelections button#btnDomainContinue:hover,
.home-page-slider-panel .promo-banner .card-body .btn-success:hover,
.card-body.store-promoted-product .btn-success:hover {
    border-color: #ff6311 !important;
    color: #ff6311 !important;
}

header.header .main-navbar-wrapper .cart-btn span.badge.badge-info {
    background-color: #ff6311 !important;
}

.tab-content.margin-bottom div#tabOverview .product-details .product-status .product-icon i {
    color: #ff6311 !important;
}

.card-sidebar .card-footer a.btn.btn-default.btn-sm.btn-block,
.sidebar .card-footer .btn-success {
    color: #ff6311 !important;
}

.client-home-cards .card h3.card-title i {
    color: #ff6311 !important;
}

.client-home-cards .card.card-accent-blue label.label {
    color: #ff6311 !important;
}

.card.card-accent-emerald,
.card.card-accent-emerald .card-header,
.card.card-accent-emerald .card-header .card-title {
    background-color: #ff6311 !important;
}

.client-home-cards .card-header .btn,
.client-home-cards .card-header .bg-color-blue,
.client-home-cards .card-header .btn.bg-color-red {
    color: #ff6311 !important;
}

.client-home-cards .list-group .list-group-item .text-domain,
.client-home-cards .card-body p a {
    color: #ff6311 !important;
}

/* Domain search section - Purple to Orange */
.domain-checker-container,
.domainchecker-homepage {
    background-color: #ff6311 !important;
}

/* Pricing tables */
/* Standard Pricing Table */
.standard-pricing-table .pricing-card.featured,
.pricing-table .pricing-card.featured {
    border-color: #ff6311 !important;
}

/* ========================================================================
   USER REQUESTS (Feb 2026)
   ======================================================================== */

/* 1. Remove "Sale" Badge at top corner
   (Likely caused by .sale-badge absolute positioning escaping the table) */
.sale-badge {
    display: none !important;
}

/* 2. Navbar Fonts - Change to Red-Orange (#ef4036) as requested */
.nav-primary-top-nav-section #nav>li>a,
header #nav>li>a,
.header-nc #nav>li>a {
    color: #ef4036 !important;
    font-weight: 700 !important;
}

/* Hover: Darker Red-Orange */
.nav-primary-top-nav-section #nav>li>a:hover,
header #nav>li>a:hover,
.header-nc #nav>li>a:hover {
    color: #d12a20 !important;
}

.pricing-table .pricing-card .price,
.standard-pricing-table .pricing-card .price {
    color: #ff6311 !important;
}

/* Buttons and links with purple */
.btn-success,
.btn-primary {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
}

.btn-success:hover,
.btn-primary:hover {
    background-color: #e5540a !important;
    border-color: #e5540a !important;
}

/* Hero section domain search */
section.domainchecker-homepage,
.domain-sec-homepage {
    background-color: #ff6311 !important;
}

/* Feature boxes icons */
.feature-box i,
.choose-box i {
    color: #ff6311 !important;
}

/* Accordion active states */
.accordion-button:not(.collapsed) {
    background-color: rgba(255, 99, 17, 0.1) !important;
    color: #ff6311 !important;
}

/* Slick slider dots */
.slick-dots li.slick-active button:before {
    color: #ff6311 !important;
}

/* Plan card featured border */
.domain-pricing-section .domain-card.featured {
    border: 3px solid #ff6311 !important;
}

.domain-pricing-section .domain-card-desc p strong {
    color: #ff6311 !important;
}

/* Domain Pricing Boxes */
.domain-price-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.domain-price-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.domain-price-box h3 {
    color: #FF6311;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.domain-price-box .domain-type {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.domain-price-box .price-tag {
    margin-bottom: 20px;
}

.domain-price-box .price-tag .period {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.domain-price-box .price-tag .amount {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.domain-price-box .btn-main {
    background: #FF6311;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease;
}

.domain-price-box .btn-main:hover {
    background: #e5540a;
}

/* New Domain Card Styles - Matching Reference Design */
.domain-pricing-section {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
}

.domain-pricing-section .domain-card {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 30px 25px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #e8e8e8 !important;
}

.domain-pricing-section .domain-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.domain-pricing-section .domain-card.featured {
    border: 3px solid #5B3AC2 !important;
}

.domain-pricing-section .domain-card-header {
    margin-bottom: 10px !important;
}

.domain-pricing-section .domain-name {
    color: #333 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 5px 0 !important;
}

.domain-pricing-section .domain-card-price {
    margin-bottom: 15px !important;
}

.domain-pricing-section .price-amount {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.domain-pricing-section .price-period {
    font-size: 16px !important;
    color: #888 !important;
    font-weight: 400 !important;
}

.domain-pricing-section .domain-divider {
    border: none !important;
    border-top: 1px solid #eee !important;
    margin: 15px 0 !important;
}

.domain-pricing-section .domain-card-desc {
    flex-grow: 1 !important;
    margin-bottom: 20px !important;
}

.domain-pricing-section .domain-card-desc p {
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

.domain-pricing-section .domain-card-desc p strong {
    color: #5B3AC2 !important;
}

.domain-pricing-section .btn-domain-order {
    display: block !important;
    background: linear-gradient(135deg, #FF6311 0%, #FF8A4D 100%) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 16px 30px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    border: none !important;
}

.domain-pricing-section .btn-domain-order:hover {
    background: linear-gradient(135deg, #e5540a 0%, #FF6311 100%) !important;
    transform: scale(1.03) !important;
    text-decoration: none !important;
    box-shadow: 0 5px 20px rgba(255, 99, 17, 0.4) !important;
}

/* Domain Reseller Page Styles */
.domain-extensions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;
}

.domain-badge {
    background: #fff;
    color: #FF6311;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.domain-badge:hover {
    background: #FF6311;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 99, 17, 0.3);
}

/* Reseller Contact Info */
.reseller-contact-info {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 24px;
    color: #FF6311;
    width: 30px;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.contact-item a {
    color: #FF6311;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Reseller Form Card */
.reseller-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.reseller-form-card h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}

.reseller-form .form-group {
    margin-bottom: 20px;
}

.reseller-form label {
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}


/* Namecheap Theme Overrides - Header & Hero Redesign */

/* Typography */
body {
    font-family: "Museo Sans", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Header & Utility Bar */
.top-utility-bar {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
}

.top-utility-bar a {
    color: #2c2c2c !important;
    transition: color 0.2s ease;
}

.top-utility-bar a:hover {
    color: #fd4f00 !important;
    text-decoration: none;
}

.header-nc {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

/* Static Navigation — force horizontal layout */
.static-nc-nav .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.static-nc-nav .navbar-nav {
    flex-direction: row !important;
    align-items: center !important;
}

.static-nc-nav .nav-link {
    color: #dd3b32 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 8px 12px !important;
    transition: color 0.2s;
    white-space: nowrap !important;
}

.static-nc-nav .nav-link:hover {
    color: #b52e27 !important;
}

/* Badges */
.badge-warning {
    background-color: #fd4f00 !important;
    color: #fff !important;
    font-size: 9px !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    vertical-align: text-top;
}

.badge-primary {
    background-color: #438bf0 !important;
    color: #fff !important;
    font-size: 9px !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    vertical-align: text-top;
}

/* Hero Section */
.nc-hero-section {
    padding: 80px 0 100px;
    color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.nc-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

/* Search Tabs - Clean Underline Style */
.nc-search-tabs {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 0;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 5px;
}

.nc-tab-btn {
    padding: 10px 35px;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.nc-tab-btn:hover {
    color: #1a1a2e;
}

.nc-tab-btn.active {
    background: #fff;
    color: #1a1a2e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nc-search-container {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

/* Specific class for first tab active to handle corner radius */
.nc-search-tabs.register-active .nc-search-container {
    border-radius: 50px;
}

.nc-search-input {
    border: none;
    font-size: 16px;
    padding: 15px 25px;
    flex-grow: 1;
    outline: none;
    color: #333;
    background: transparent;
    border-radius: 50px 0 0 50px;
}

.nc-search-input::placeholder {
    color: #999;
}

.nc-search-btn {
    background: #FF6311;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nc-search-btn:hover {
    background: #e5540a;
    transform: translateY(-1px);
}

.nc-promo-text {
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.95;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ============================================================
   HERO SECTION — homebanner.png as background image (no overlay)
   ============================================================ */
.nc-hero-section {
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* ============================================================
   CART ORDER SUMMARY - decorative badge image cleanup only
   Keep checkout, gateway, and express-payment markup visible.
   ============================================================ */

/* Decorative badge images only; do not hide gateway-injected checkout markup. */
#order-standard_cart #scrollingPanelContainer .order-summary img[src*="guarantee"],
#order-standard_cart #scrollingPanelContainer .order-summary img[src*="badge"],
#order-standard_cart #scrollingPanelContainer .order-summary img[src*="money"] {
    display: none !important;
}

/* All cart templates: hide decorative guarantee/badge images only. */
.order-summary img[src*="guarantee"],
.order-summary img[src*="badge"],
.order-summary img[src*="money"],
#orderSummary img[src*="guarantee"],
#orderSummary img[src*="badge"],
#orderSummary img[src*="money"] {
    display: none !important;
}

/* ============================================================
   CLIENT AREA — Dashboard tile numbers ALL BLACK
   Override the colored numbers (purple, teal, pink) to black.
   ============================================================ */
.tiles .row .col-6:nth-of-type(1) a .stat,
.tiles .row .col-6:nth-of-type(2) a .stat,
.tiles .row .col-6:nth-of-type(3) a .stat,
.tiles .row .col-6:nth-of-type(4) a .stat,
.tiles .row .col-6 a .stat {
    color: #1a1a2e !important;
}

.tiles .row .col-6:nth-of-type(1) a i,
.tiles .row .col-6:nth-of-type(2) a i,
.tiles .row .col-6:nth-of-type(3) a i,
.tiles .row .col-6:nth-of-type(4) a i,
.tiles .row .col-6 a i {
    color: #1a1a2e !important;
}

.tiles .tile .title {
    color: #1a1a2e !important;
}

/* ============================================================
   CLIENT AREA — Update button white text on orange background
   The "Update Details" / card header buttons need visible text.
   ============================================================ */
.client-home-cards .card-header .btn,
.client-home-cards .card-header .btn.bg-color-blue,
.client-home-cards .card-header .btn.bg-color-red,
.client-home-cards .card-header .btn.bg-color-green,
.client-home-cards .card-header .btn.bg-color-gold,
.client-home-cards .card-header a.btn {
    background-color: #ff6311 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 4px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.client-home-cards .card-header .btn:hover,
.client-home-cards .card-header a.btn:hover {
    background-color: #e5540a !important;
    color: #fff !important;
}

/* Ensure navbar removal doesn't break layout */
.header-topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



/* Reseller Form Styles */

.reseller-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.reseller-form .form-control:focus {
    outline: none;
    border-color: #FF6311;
    box-shadow: 0 0 0 3px rgba(255, 99, 17, 0.1);
}

.reseller-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.reseller-form .btn-domain-order {
    width: 100%;
    margin-top: 10px;
}

/* ========================================================================
   CRITICAL FIX: Remove orange backgrounds from inner infrastructure tabs
   These rules have MAXIMUM specificity to override everything else
   ======================================================================== */

/* Force remove backgrounds from Security, Scalable, Robust/Reliable buttons */
section.servers-wrp .inner-serv-dt .inner-lst-bx ul.nav.nav-tabs button.nav-link,
section.servers-wrp .inner-serv-dt .inner-lst-bx ul.nav.nav-tabs button.nav-link.active,
section.servers-wrp .inner-serv-dt .inner-lst-bx ul#myTab button.nav-link,
section.servers-wrp .inner-serv-dt .inner-lst-bx ul#myTab button.nav-link.active,
section.servers-wrp div.inner-serv-dt ul.nav button.nav-link.active,
section.servers-wrp div.inner-lst-bx ul.nav-tabs button.nav-link.active,
button.nav-link.active#home-tab1,
button.nav-link.active#profile-tab1,
button.nav-link.active#profile-tab2,
li.nav-item button.nav-link.active#home-tab1,
li.nav-item button.nav-link.active#profile-tab1,
li.nav-item button.nav-link.active#profile-tab2 {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
}

/* Add left border only for active state */
section.servers-wrp button.nav-link.active#home-tab1,
section.servers-wrp button.nav-link.active#profile-tab1,
section.servers-wrp button.nav-link.active#profile-tab2 {
    border-left: 4px solid #ff6311 !important;
    background-color: transparent !important;
    background: none !important;
}

/* ===== Promotional Service Banners Hover Effects ===== */
.promo-card {
    cursor: pointer;
}

.promo-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.promo-btn {
    transition: all 0.3s ease;
}

.promo-card:hover .promo-btn {
    background: #e5540a !important;
    transform: scale(1.05);
}

/* ===== Top Utility Bar ===== */
.top-utility-bar {
    background-color: #f4f4f4;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-utility-bar .container {
    max-width: 1400px;
}

.utility-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.utility-left,
.utility-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.utility-link {
    color: #2e3442;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.utility-link:hover {
    color: #673DE6;
    background-color: rgba(103, 61, 230, 0.1);
    text-decoration: none;
}

.utility-link i {
    font-size: 12px;
    color: #673DE6;
}

.utility-currency {
    background-color: transparent;
    color: #2e3442;
    font-weight: 600;
    padding: 5px 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 18px;
}

.utility-currency:hover {
    background-color: rgba(103, 61, 230, 0.1);
    color: #673DE6;
    border-color: #673DE6;
}

.utility-lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
}

.utility-lang .iti-flag {
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.utility-lang span {
    font-size: 11px;
    color: #2e3442;
}

.utility-account {
    display: flex;
    align-items: center;
    gap: 4px;
}

.utility-account i {
    font-size: 10px;
    color: #2e3442 !important;
}

.utility-cart {
    position: relative;
    padding: 5px 12px;
}

.utility-cart i {
    color: #2e3442 !important;
    font-size: 16px;
}

.utility-cart .cart-count {
    background-color: #ff6311;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 4px;
}

/* ========================================================================
   UTILITY BAR - PAYMENT METHOD LOGOS
   ======================================================================== */

.utility-payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.utility-accept-label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.utility-payment-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.utility-payment-logo:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .top-utility-bar {
        padding: 6px 0;
    }

    .utility-bar-content {
        flex-wrap: wrap;
        gap: 8px;
    }

    .utility-left,
    .utility-right {
        gap: 8px;
    }

    .utility-link {
        font-size: 11px;
        padding: 4px 8px;
    }

    .utility-lang span {
        font-size: 10px;
    }

    .utility-currency,
    .utility-cart .cart-count {
        display: flex !important;
    }

    .utility-payment-methods {
        display: none;
    }
}

@media (max-width: 480px) {
    .utility-left {
        display: none;
    }

    .utility-right {
        justify-content: flex-end;
        width: 100%;
    }
}

/* ========================================================================
   REMOVE CLIENT AREA HOME PANELS (Nuclear Option)
   ======================================================================== */
[menuitemname*="How can we help"],
[menuitemname*="Your Account"],
h2:contains("How can we help"),
h2:contains("Your Account"),
.shortcut-panel,
.panels-container,
.client-shortcuts,
.home-panels,
.row:has(h2:contains("Account")),
.row:has(h2:contains("help")),
.tiles+.row:last-child,
div.tile-group,
div.icon-container,
.support-options,
.account-options,
.quick-links,
.action-icon-btns,
h2.text-center.m-4 {
    display: none !important;
}

/* Also hide any orange icons that might be left */
i.orange,
.fa-orange,
[class*="orange"] {
    display: none !important;
}


/* Nuke remaining product grids, pricing sections, hosting plans, showcase tabs */
.hosting-plans-wrp,
.products-grid,
.product-showcase-tabs,
.plan-section,
.browse-products-section,
.services-grid,
.product-cards,
.pricing-grid,
[class*='product-showcase'],
[class*='plan-section'],
h2:contains('Browse our Products'),
h2:contains('Products/Services'),
.row:has(.product-card),
section.products,
div.product-showcase,
.card.product,
.browse-products,
.hosting-plans {
    display: none !important;
}

/* FINAL NUKE - remove all generic product grids */
/* But ALLOW .product-showcase-tabs (the one we want) */

.products-grid,
.hosting-plans-wrp,
.plan-section-layout,
.browse-products-section,
h2:contains("Browse our Products"),
h2:contains("Products/Services"),
.card.product-card:not(.tab-content .card),
/* specific exception for cards in tabs */
.services-grid,
.row:has(> .card.product):not(.tab-content .product-grid),
/* specific exception for grid in tabs */
section.products:not(.product-showcase-section),
div.grid.products:not(.product-grid) {
    display: none !important;
}

section.services,
div.grid.products,
.browse-section {
    display: none !important;
}

/* Remove Blue/Purple Backgrounds from Infrastructure/Core Values Icons */
.inner-lst-bx .nav-tabs li button span {
    background: transparent !important;
    box-shadow: none !important;
}

.inner-lst-bx .nav-tabs .nav-link.active span {
    background: transparent !important;
    box-shadow: none !important;
}

/* Ensure Scalable Icon (and others) are Orange */
.inner-lst-bx .nav-tabs .nav-link.active h4 {
    color: #ff6311 !important;
}


/* Higher specificity rules for blue removal */
.servers-wrp .inner-lst-bx .nav-tabs li button.nav-link span,
.inner-lst-bx .nav-tabs li button span,
.inner-lst-bx .nav-tabs .nav-link span {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
}

/* Force active tab text/icon color to orange */
.servers-wrp .inner-lst-bx .nav-tabs .nav-link.active h4,
.inner-lst-bx .nav-tabs .nav-link.active h4 {
    color: #ff6311 !important;
}

/* Hide WHMCS Powered By Link Global */
p a[href*="www.whmcs.com"],
div a[href*="www.whmcs.com"],
a[href*="whmcs.com"] {
    display: none !important;
}

/* Namecheap Theme Overrides - Header & Hero Redesign */

/* Typography */
body {
    font-family: "Museo Sans", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Header & Utility Bar */
.top-utility-bar {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0;
}

.top-utility-bar a,
.top-utility-bar button {
    color: #2c2c2c !important;
    background: transparent !important;
    /* Force transparent background */
    border: none !important;
    box-shadow: none !important;
    /* Remove any shadows */
    transition: color 0.2s ease;
}

/* Specific overrides for icons inside buttons/links */
.top-utility-bar a i,
.top-utility-bar button i {
    color: #2c2c2c !important;
    /* Change icon color to black */
    background: transparent !important;
    font-size: 16px;
    /* Ensure visible size */
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Hover effects */
.top-utility-bar a:hover,
.top-utility-bar a:hover i,
.top-utility-bar button:hover,
.top-utility-bar button:hover i {
    color: #fd4f00 !important;
    text-decoration: none;
    background: transparent !important;
}

/* ========================================================================
   NAMECHEAP DROPDOWN MENU - HOVER ACTIVATION + FINAL POLISH
   ======================================================================== */

.static-nc-nav .navbar-nav>li.dropdown {
    position: relative;
}

/* Dropdown hidden by default */
.static-nc-nav .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;

    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-top: none !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    border-radius: 0 0 10px 10px !important;
    margin-top: 0 !important;
    padding: 8px 0 !important;
    min-width: 220px !important;
    transition: all 0.25s ease !important;
    top: 100% !important;
}

/* Show on hover - CRITICAL FOR NAMECHEAP BEHAVIOR */
.static-nc-nav .navbar-nav>li.dropdown:hover>.dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

/* Dropdown items styling */
.static-nc-nav .dropdown-item {
    padding: 14px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2D3748 !important;
    background: transparent !important;
    border: none !important;
    display: block !important;
    transition: all 0.2s ease !important;
}

.static-nc-nav .dropdown-item:hover {
    background-color: rgba(255, 107, 53, 0.08) !important;
    color: #FF6311 !important;
}

.static-nc-nav .dropdown-item+.dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
}

/* Disable Bootstrap click behavior */
.static-nc-nav .navbar-nav>li.dropdown>a[data-toggle] {
    pointer-events: none !important;
}

/* Animated caret on hover */
.static-nc-nav .navbar-nav>li.dropdown>a .fa-angle-down {
    transition: transform 0.2s ease;
}

.static-nc-nav .navbar-nav>li.dropdown:hover>a .fa-angle-down {
    transform: rotate(180deg);
}

.static-nc-nav .navbar-nav>li.dropdown:hover>a .fa-angle-down {
    transform: rotate(180deg);
}

/* ========================================================================
   2. DOMAIN PRICING CAROUSEL
   ======================================================================== */

.domain-pricing-section,
.domain-tld-carousel {
    background-color: #f8f9fa !important;
    padding: 60px 0 !important;
    overflow: hidden !important;
}

/* Carousel Container */
.domain-pricing-section .container,
.domain-tld-carousel .container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Scrolling Row */
.domain-pricing-section .row,
.tld-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    animation: scroll-domains 40s linear infinite !important;
    width: max-content !important;
    padding: 0 20px !important;
}

.domain-pricing-section .row:hover,
.tld-slider:hover {
    animation-play-state: paused !important;
}

@keyframes scroll-domains {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Cards */
.domain-pricing-section .col-md-4,
.domain-pricing-section [class*="col-"],
.tld-card {
    flex: 0 0 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
}

/* ========================================================================
   3. PRODUCT SHOWCASE (SINGLE ORANGE SCHEME)
   ======================================================================== */

.product-showcase-section {
    background-color: #ffffff !important;
    padding: 80px 0 20px 0 !important;
}

/* Badges - Single Orange */
.promo-badge {
    background-color: #FF6311 !important;
    color: #ffffff !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Buttons - Single Orange */
.product-card-btn {
    background-color: #FF6311 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 14px 35px !important;
    border-radius: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

.product-card-btn:hover {
    background-color: #e5540a !important;
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.4) !important;
}

/* Tabs - Single Orange */
.product-tab-btn {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.product-tab-btn:hover {
    background-color: #ffe8dc !important;
    /* Light orange tint */
    color: #FF6311 !important;
}

.product-tab-btn.active {
    background-color: #FF6311 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.3) !important;
}

/* Spacing between tabs and cards */
.product-tabs-nav {
    margin-bottom: 40px !important;
    justify-content: center !important;
}

/* Cards */
.product-showcase-card {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 35px 30px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.product-showcase-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    border-color: #FF6311 !important;
}

/* Icons - Black */
.product-card-icon {
    width: 70px !important;
    height: 70px !important;
    margin: 0 auto 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-card-icon i,
.product-card-icon svg {
    color: #2c2c2c !important;
    font-size: 48px !important;
}

/* Titles and Text */
.product-card-title {
    color: #2c2c2c !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}

.product-card-category {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.product-card-description {
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    flex: 1 !important;
}

/* Price */
.price-amount {
    color: #2c2c2c !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.price-period {
    color: #666 !important;
    font-size: 16px !important;
}

/* Tab Grid Layout - Scrollable Carousel with Orange Arrows */
.product-showcase-section {
    position: relative;
}

.product-cards-grid {
    display: flex !important;
    gap: 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px 5px 20px 5px !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth !important;
}

/* Hide scrollbar but keep functionality */
.product-cards-grid::-webkit-scrollbar {
    display: none;
}

/* Each card takes 1/3 of container for 3 visible items */
.product-cards-grid .product-showcase-card {
    flex: 0 0 calc(33.333% - 14px) !important;
    min-width: 300px !important;
    max-width: 380px !important;
    min-height: 420px !important;
    scroll-snap-align: start !important;
}

/* Push the button to the bottom of every card */
.product-showcase-card .product-card-btn {
    margin-top: auto !important;
}

/* Carousel Navigation Arrows - Orange Style */
.product-showcase-section .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #ff6311 !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.4);
    transition: all 0.3s ease;
}

.product-showcase-section .carousel-nav:hover {
    background: #e55a0f !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.5);
}

.product-showcase-section .carousel-nav i {
    color: #ffffff !important;
    font-size: 18px;
}

.product-showcase-section .carousel-nav.prev {
    left: -24px;
}

.product-showcase-section .carousel-nav.next {
    right: -24px;
}

/* Responsive */
@media (max-width: 992px) {
    .product-cards-grid .product-showcase-card {
        flex: 0 0 calc(50% - 10px) !important;
        min-width: 280px !important;
    }

    .product-showcase-section .carousel-nav {
        width: 40px;
        height: 40px;
    }

    .product-showcase-section .carousel-nav.prev {
        left: -10px;
    }

    .product-showcase-section .carousel-nav.next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .product-cards-grid {
        gap: 15px !important;
    }

    .product-cards-grid .product-showcase-card {
        flex: 0 0 calc(100% - 10px) !important;
        min-width: 260px !important;
    }

    .product-showcase-section .carousel-nav {
        display: none;
    }
}

/* ========================================================================
   PRODUCT SHOWCASE TAB CONTENT VISIBILITY
   ======================================================================== */

/* Hide all tab content by default */
.tab-content-panel {
    display: none !important;
}

/* Show only active tab content */
.tab-content-panel.active {
    display: flex !important;
}

/* Ensure flex layout for active content */
.product-cards-grid.tab-content-panel.active {
    display: flex !important;
    gap: 20px !important;
}

/* ========================================
   STICKY DOMAIN SEARCH BAR (Namecheap Style)
   ======================================== */

.sticky-search-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    padding: 10px 0;
}

.sticky-search-bar.visible {
    transform: translateY(0);
}

.sticky-search-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sticky-logo {
    flex-shrink: 0;
}

.sticky-logo img {
    height: 32px;
    width: auto;
}

.sticky-search-tabs {
    display: flex;
    background: #f0f0f0;
    border-radius: 25px;
    padding: 4px;
    flex-shrink: 0;
}

.sticky-tab-btn {
    padding: 8px 20px;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.sticky-tab-btn.active {
    background: #FF6311;
    color: #fff;
}

.sticky-tab-btn:hover:not(.active) {
    background: #e0e0e0;
}

.sticky-search-form {
    display: flex;
    flex: 1;
    min-width: 300px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.sticky-search-form:focus-within {
    border-color: #FF6311;
}

.sticky-search-input {
    flex: 1;
    padding: 10px 16px;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
}

.sticky-search-input::placeholder {
    color: #999;
}

.sticky-search-btn {
    padding: 10px 24px;
    background: #FF6311;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sticky-search-btn:hover {
    background: #e55a0f;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .sticky-search-content {
        gap: 6px;
        flex-wrap: nowrap;
    }

    .sticky-logo {
        display: none;
    }

    .sticky-search-tabs {
        padding: 3px;
        flex-shrink: 0;
    }

    .sticky-tab-btn {
        padding: 5px 10px;
        font-size: 11px;
    }

    .sticky-search-form {
        flex: 1;
        min-width: 0;
    }

    .sticky-search-input {
        padding: 8px 10px;
        font-size: 13px;
        min-width: 0;
        width: 100%;
    }

    .sticky-search-btn {
        width: 42px;
        min-width: 42px;
        padding: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .sticky-search-btn-text {
        display: none;
    }
}

/* Sticky hamburger button */
.sticky-hamburger {
    background: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

/* ========================================
   DOMAIN PRICING TABLE (WHMCS Default Style)
   ======================================== */

.domain-pricing {
    margin: 40px 0;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.domain-pricing-header h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.domain-pricing-filter-row {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.tld-filters {
    flex: 0 0 250px;
}

.tld-search {
    flex: 1;
    min-width: 200px;
}

.tld-category-select,
#tldSearchFilter {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.tld-category-select:focus,
#tldSearchFilter:focus {
    border-color: #FF6311;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 99, 17, 0.1);
}

/* Domain Pricing Table */
.domain-pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.domain-pricing-table thead th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e0e0e0;
}

.domain-pricing-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.domain-pricing-table tbody tr:hover {
    background: #f8f9fa;
}

.domain-pricing-table td {
    padding: 15px;
    vertical-align: middle;
}

/* TLD Name Column */
.tld-name {
    font-weight: 600;
}

.tld-logo {
    display: inline-flex;
    align-items: center;
}

.tld-logo img {
    height: 32px;
    width: auto;
    margin-right: 10px;
}

.tld-text-icon {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 8px 12px;
    background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
    border-radius: 6px;
    min-width: 60px;
    text-align: center;
}

/* Price Columns */
.tld-register .price,
.tld-transfer .price,
.tld-renew .price {
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

.tld-register .period,
.tld-transfer .period,
.tld-renew .period {
    display: block;
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

/* Register Button */
.btn-register-tld {
    background: #FF6311;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-register-tld:hover {
    background: #e55a0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 99, 17, 0.3);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .domain-pricing {
        padding: 15px;
        margin: 20px 0;
    }

    .domain-pricing-filter-row {
        flex-direction: column;
    }

    .tld-filters {
        flex: 1;
    }

    .domain-pricing-table thead {
        display: none;
    }

    .domain-pricing-table tbody tr {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 15px;
    }

    .domain-pricing-table td {
        display: block;
        padding: 5px 0;
        text-align: left;
    }

    .domain-pricing-table td::before {
        font-weight: 600;
        color: #666;
        font-size: 12px;
        margin-right: 10px;
    }

    .tld-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tld-action {
        margin-top: 10px;
    }
}

/* ========================================
   NAVBAR DROPDOWN MENU DIVIDERS
   ======================================== */

.navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}

.navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #FF6311;
}

/* ========================================
   ABOUT DUHOSTING SECTION - MODERN REDESIGN
   ======================================== */

/* Section Styling - White Background */
.about-wrp.about-redesigned {
    background: #ffffff !important;
    padding: 20px 0 80px 0 !important;
    position: relative;
}

/* Remove purple gradient completely */
.about-wrp.about-redesigned.bg-purple,
.about-wrp.about-home.about-redesigned {
    background: #ffffff !important;
    background-image: none !important;
}

/* Left Content Column */
.about-redesigned .abt-bx {
    padding-right: 40px;
}

/* Section Title */
.about-redesigned h2 {
    color: #2c2c2c !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

/* Main Description */
.about-redesigned .abt-bx>p {
    color: #666 !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
}

/* Highlight Box (Quote/Mission Statement) */
.about-redesigned .abt-info {
    background: linear-gradient(135deg, #fff8f5 0%, #ffe8dc 100%) !important;
    border-left: 4px solid #FF6311 !important;
    padding: 25px 30px !important;
    border-radius: 8px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.1) !important;
}

.about-redesigned .abt-info p {
    color: #333 !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    font-style: italic !important;
}

/* Button Group */
.about-redesigned .btn-group {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

/* Primary Button (Email) */
.about-redesigned .btn-group .btn-main {
    background: #FF6311 !important;
    color: #ffffff !important;
    border: 2px solid #FF6311 !important;
    padding: 14px 30px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: all 0.3s ease !important;
}

.about-redesigned .btn-group .btn-main:hover {
    background: #e5540a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.4) !important;
    color: #ffffff !important;
}

/* Secondary Button (Phone) - Also Orange */
.about-redesigned .btn-group .btn-main.tell-btn {
    background: #FF6311 !important;
    color: #ffffff !important;
    border: 2px solid #FF6311 !important;
}

.about-redesigned .btn-group .btn-main.tell-btn:hover {
    background: #e5540a !important;
    color: #ffffff !important;
}

/* Right Image Column */
.about-redesigned .about-home-right {
    position: relative;
}

.about-redesigned .about-home-right img {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: contain !important;
    background: transparent !important;
}

/* Decorative element removed - no rectangle behind image */

/* Statistics Row */
.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e0e0e0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    color: #FF6311;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-wrp.about-redesigned {
        padding: 60px 0 !important;
    }

    .about-redesigned h2 {
        font-size: 2rem !important;
    }

    .about-redesigned .abt-bx {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .about-redesigned .btn-group {
        flex-direction: column;
    }

    .about-redesigned .btn-group .btn-main {
        width: 100%;
        justify-content: center;
    }

    .about-redesigned .about-home-right::before {
        display: none;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* ========================================
   HIDE BROWSE PRODUCTS/SERVICES SECTION
   ======================================== */
.container>h2.text-center.m-4,
.container>.card-columns.home {
    display: none !important;
}

/* ========================================================================
   HERO SECTION - LIGHT CLEAN BACKGROUND
   ======================================================================== */

/* Hero uses homebanner.png background — set via inline style */
.nc-hero-section,
section.nc-hero-section {
    background-color: transparent !important;
}

/* Dark text for hero section */
.nc-hero-section .nc-hero-title {
    color: #1a1a2e !important;
}

.nc-hero-section .nc-hero-subtitle {
    color: #1a1a2e !important;
}

.nc-hero-section .promo-text,
.nc-hero-section .domain-promo {
    color: #1a1a2e !important;
}

.nc-hero-section p,
.nc-hero-section span,
.nc-hero-section a,
.nc-hero-section h1,
.nc-hero-section h2,
.nc-hero-section h3,
.nc-hero-section h4,
.nc-hero-section h5,
.nc-hero-section h6,
.nc-hero-section .hero-text,
.nc-hero-section .hero-desc,
.nc-hero-section .hero-trust-line,
.nc-hero-section .hero-trust-line a,
.nc-hero-section .sub-text,
.nc-hero-section .text-white {
    color: #1a1a2e !important;
}

/* Transfer tab text fix - keep tabs with dark background */
.nc-hero-section .nc-domain-tabs .tab-btn,
.nc-hero-section .hero-tabs button,
.nc-hero-section .nc-tab-btn {
    color: #333333 !important;
}

/* Active tab styling */
.nc-hero-section .nc-domain-tabs .tab-btn.active,
.nc-hero-section .hero-tabs button.active {
    color: #ffffff !important;
    background: #FF6311 !important;
}

/* ========================================
   CENTER PRODUCT SHOWCASE TABS
   ======================================== */
.product-tabs-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-bottom: 40px !important;
}

/* ========================================
   HERO SECTION - RESPONSIVE STYLES
   ======================================== */

/* Mobile devices */
@media (max-width: 576px) {
    .nc-hero-section {
        padding: 40px 15px 50px !important;
    }

    .nc-hero-section .nc-hero-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .nc-hero-section p.mb-5 {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
    }

    /* Search Tabs */
    .nc-hero-section .nc-search-tabs {
        display: flex !important;
        justify-content: center !important;
        gap: 10px !important;
        margin-bottom: 15px !important;
    }

    .nc-hero-section .nc-tab-btn {
        padding: 8px 20px !important;
        font-size: 14px !important;
    }

    /* Search Container */
    .nc-hero-section .nc-search-container {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .nc-hero-section .nc-search-container form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .nc-hero-section .nc-search-input {
        width: 100% !important;
        border-radius: 25px !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    .nc-hero-section .nc-search-btn {
        width: 100% !important;
        border-radius: 25px !important;
        padding: 12px 20px !important;
    }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 992px) {
    .nc-hero-section {
        padding: 60px 20px 70px !important;
    }

    .nc-hero-section .nc-hero-title {
        font-size: 2.2rem !important;
    }

    .nc-hero-section .nc-search-container {
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

/* Desktop (ensure proper sizing) */
@media (min-width: 993px) {
    .nc-hero-section {
        padding: 80px 0 100px !important;
    }

    .nc-hero-section .nc-hero-title {
        font-size: 2.8rem !important;
    }

    .nc-hero-section .nc-search-container {
        max-width: 700px !important;
        margin: 0 auto !important;
    }
}

/* ========================================
   SEARCH BUTTON - ICON ON MOBILE, TEXT ON DESKTOP
   ======================================== */

/* Default: Show text, hide icon on desktop */
.nc-search-btn .nc-search-icon {
    display: none;
}

.nc-search-btn .nc-search-text {
    display: inline;
}

/* Mobile: Show icon, hide text */
@media (max-width: 576px) {
    .nc-search-btn .nc-search-icon {
        display: inline !important;
        font-size: 16px !important;
        color: #fff !important;
    }

    .nc-search-btn .nc-search-text {
        display: none !important;
    }

    .nc-hero-section .nc-search-btn {
        min-width: 48px !important;
        width: 48px !important;
        height: 48px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        /* Square with rounded corners like Namecheap */
        background: #FF6311 !important;
        /* Orange color */
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .nc-hero-section .nc-search-btn:hover {
        background: #e5540a !important;
    }

    /* Keep search form inline on mobile with icon button */
    .nc-hero-section .nc-search-container form {
        flex-direction: row !important;
        gap: 0 !important;
        align-items: stretch !important;
        background: #fff !important;
        border-radius: 50px !important;
        /* Fully rounded pill */
        overflow: hidden !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #e0e0e0 !important;
    }

    .nc-hero-section .nc-search-input {
        flex: 1 !important;
        border-radius: 0 !important;
        /* Remove individual radius */
        border: none !important;
        height: 48px !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .nc-hero-section .nc-search-btn {
        border-radius: 0 50px 50px 0 !important;
        /* Rounded on right side only */
        flex-shrink: 0 !important;
        border: none !important;
        background: #FF6311 !important;
    }

    /* Remove padding/margin from search container */
    .nc-hero-section .nc-search-container {
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Register/Transfer tabs - Namecheap style */
    .nc-hero-section .nc-search-tabs {
        display: flex !important;
        justify-content: center !important;
        gap: 0 !important;
        margin-bottom: 15px !important;
        background: #fff !important;
        border-radius: 25px !important;
        padding: 4px !important;
        width: fit-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .nc-hero-section .nc-tab-btn {
        padding: 8px 20px !important;
        font-size: 14px !important;
        border: none !important;
        background: transparent !important;
        color: #333 !important;
        border-radius: 20px !important;
        transition: all 0.3s ease !important;
    }

    .nc-hero-section .nc-tab-btn.active {
        background: #fff !important;
        color: #333 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    }
}

/* ========================================
   PRODUCT SHOWCASE TABS - RESPONSIVE (2 per row on mobile)
   ======================================== */

@media (max-width: 576px) {
    .product-tabs-nav {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 0 10px !important;
    }

    .product-tabs-nav .product-tab-btn {
        flex: 0 0 calc(50% - 10px) !important;
        /* 2 tabs per row */
        max-width: calc(50% - 10px) !important;
        text-align: center !important;
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .product-tabs-nav {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .product-tabs-nav .product-tab-btn {
        flex: 0 0 auto !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}

/* ========================================
   SIMPLE AND AFFORDABLE PRICING SECTION
   ======================================== */

.simple-pricing-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.simple-pricing-section .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.simple-pricing-section .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.pricing-card-body {
    padding: 30px;
    text-align: center;
}

.pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.pricing-card-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    min-height: 45px;
}

.pricing-card-btn {
    background: #FF6311 !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
}

.pricing-card-btn:hover {
    background: #e5540a !important;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .simple-pricing-section {
        padding: 50px 0;
    }

    .simple-pricing-section .section-header h2 {
        font-size: 1.8rem;
    }

    .simple-pricing-section .section-subtitle {
        font-size: 1rem;
        padding: 0 15px;
    }

    .pricing-cards-grid {
        padding: 0 15px;
    }
}

/* ========================================
   PRICING SECTION - CLEAN CARD DESIGN (like Image 1)
   ======================================== */

/* Section Header */
.hosting-plans-wrp.pricing-section-layout-1 .titlebar {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
}

.hosting-plans-wrp.pricing-section-layout-1 .titlebar h2 {
    font-size: 2.5rem;
    color: #1a1a2e;
    font-weight: 700;
}

.hosting-plans-wrp.pricing-section-layout-1 .titlebar p {
    color: #666;
}

/* Billing Cycle Tabs */
.hosting-plans-wrp .serv-maintabs .nav-tabs {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
}

.hosting-plans-wrp .serv-maintabs .nav-tabs li {
    margin: 0;
}

.hosting-plans-wrp .serv-maintabs .nav-tabs .nav-link {
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    color: #333;
    background: #f0f0f0;
    border: none;
    transition: all 0.3s ease;
}

.hosting-plans-wrp .serv-maintabs .nav-tabs .nav-link.active {
    background: #FF6311;
    color: #fff;
}

/* Plan Cards Container */
.hosting-plans-wrp .product_boxes_without_slider {
    padding: 0;
}

/* Plan Card Styling */
.hosting-plans-wrp .plan-block {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hosting-plans-wrp .plan-block:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Popular Card - Purple/Blue Border */
.hosting-plans-wrp .plan-block.populer-box {
    border: 2px solid #673fed;
}

.hosting-plans-wrp .plan-block.populer-box label {
    background: #673fed;
    color: #fff;
    padding: 6px 20px;
    font-size: 12px;
    margin: -48px auto 15px;
}

/* Plan Header (Name) */
.hosting-plans-wrp .plan-plat {
    background: transparent;
    border-radius: 0;
    margin: 0 0 15px;
    padding: 0;
}

.hosting-plans-wrp .plan-plat h3 {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    padding: 0;
    border-bottom: none;
    line-height: 1.3;
}

/* Price Section */
.hosting-plans-wrp .plan-price-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.hosting-plans-wrp .pricing-min-main {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.hosting-plans-wrp .product-min-price.product-price-ly-1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a2e;
}

.hosting-plans-wrp .product-bill-cycle.bill-cycle-ly-1 {
    font-size: 1rem;
    font-weight: 400;
    color: #888;
}

/* Popular Card Price Color */
.hosting-plans-wrp .plan-block.populer-box .product-min-price.product-price-ly-1 {
    color: #673fed;
}

/* Feature List - Clean Design */
.hosting-plans-wrp .plan-include {
    padding: 0;
}

.hosting-plans-wrp .plan-include ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.hosting-plans-wrp .plan-include ul li {
    padding: 12px 0 12px 35px;
    font-size: 15px;
    color: #333;
    position: relative;
    margin-bottom: 5px;
}

.hosting-plans-wrp .plan-include ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    /* Circular checkmark icon - purple */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='none' stroke='%23673fed' stroke-width='2'/%3E%3Cpath d='M7 12l3 3 7-7' fill='none' stroke='%23673fed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Bold values in feature list */
.hosting-plans-wrp .plan-include ul li strong {
    font-weight: 700;
    color: #673fed;
}

/* Order Button - Orange */
.hosting-plans-wrp .plan-include .btn-main,
.hosting-plans-wrp .product_url_section .btn-main {
    display: block;
    width: 100%;
    padding: 14px 30px;
    background: #FF6311;
    color: #fff !important;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hosting-plans-wrp .plan-include .btn-main:hover,
.hosting-plans-wrp .product_url_section .btn-main:hover {
    background: #e5540a;
}

/* Popular Button Stays Orange */
.hosting-plans-wrp .plan-block.populer-box .btn-main {
    background: #FF6311;
}

/* Hide Promo Text if Present */
.hosting-plans-wrp .plan-include .expiredt {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hosting-plans-wrp.pricing-section-layout-1 .titlebar h2 {
        font-size: 1.8rem;
    }

    .hosting-plans-wrp .product-min-price.product-price-ly-1 {
        font-size: 1.8rem;
    }
}

/* ========================================
   HOMEPAGE PRICING SLIDER SPECIFIC
   ======================================== */

/* Slider Container */
.homepage-pricing-slider #pricing-section-slider {
    padding: 0 50px;
}

.homepage-pricing-slider .plan-slide-item {
    padding: 0 15px;
}

/* Add spacing between Slick slides on the pricing slider */
#pricing-section-slider.slick-initialized .slick-slide {
    margin: 0 20px !important;
}

#pricing-section-slider .slick-list {
    margin: 0 -20px !important;
}

/* Slider Arrow Buttons - neutral */
.homepage-pricing-slider #pricing-section-slider .slick-prev:before,
.homepage-pricing-slider #pricing-section-slider .slick-next:before {
    color: #fff !important;
    font-size: 18px;
}

/* Feature List with Checkmarks */
.homepage-pricing-slider .plan-include p {
    display: none;
    /* Hide paragraph text */
}

.homepage-pricing-slider .plan-include ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.homepage-pricing-slider .plan-include ul li {
    padding: 12px 0 12px 35px;
    font-size: 15px;
    color: #333;
    position: relative;
    border-bottom: none;
    margin-bottom: 5px;
}

.homepage-pricing-slider .plan-include ul li:last-child {
    margin-bottom: 0;
}

.homepage-pricing-slider .plan-include ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    /* Circular checkmark icon - purple */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='none' stroke='%23673fed' stroke-width='2'/%3E%3Cpath d='M7 12l3 3 7-7' fill='none' stroke='%23673fed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Feature values bold styling */
.homepage-pricing-slider .plan-include ul li strong {
    font-weight: 700;
    color: #673fed;
}

/* Plan cards equal height in slider */
.homepage-pricing-slider .plan-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.homepage-pricing-slider .plan-include {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.homepage-pricing-slider .product_url_section {
    margin-top: auto;
}

/* Popular label styling */
.homepage-pricing-slider .populer-box label {
    background: #673fed;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Middle slide highlight (like VPS page) */
.homepage-pricing-slider .middleBoxSlider .plan-block {
    border: 3px solid #673fed;
}

/* ========================================
   BACK TO TOP BUTTON - WHITE ICON
   ======================================== */
#myBtn {
    background: #FF6311 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.4);
}

#myBtn:hover {
    background: #e5540a !important;
    color: #fff !important;
}

#myBtn i {
    color: #fff !important;
}

/* ===== FORCE FEATURE SECTION HEADINGS TO BLACK ===== */
.hosting-block h3,
.hosting-features-wrp h3,
.hosting-features-wrp .titlebar h2,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6 {
    color: #1a1a2e !important;
}

.hosting-block p,
.hosting-features-wrp p,
.hosting-features-wrp .titlebar p {
    color: #555 !important;
}

/* Specific override for hero sections if they were blue/purple text */
.about-wrp.bg-purple h1,
.about-wrp.bg-purple h6 {
    color: #1a1a2e !important;
}

/* ===== FORCE WHY CHOOSE US SECTIONS TO BLACK ===== */
.why-choose-wrp h1,
.why-choose-wrp h2,
.why-choose-wrp h3,
.why-choose-wrp h4,
.why-choose-wrp h5,
.why-choose-wrp h6,
.why-cloud-bx h1,
.why-cloud-bx h2,
.why-cloud-bx h3,
.why-cloud-bx h4,
.why-cloud-bx h5,
.why-cloud-bx h6,
.why-indt h1,
.why-indt h2,
.why-indt h3,
.why-indt h4,
.why-indt h5,
.why-indt h6,
.why-ul li h4,
.why-row h3,
.why-row h4,
.support-box h3 {
    color: #1a1a2e !important;
}

.why-choose-wrp p,
.why-cloud-bx p,
.why-indt p,
.why-ul li p,
.why-row p,
.support-box span {
    color: #555 !important;
}

/* Ensure tab navigation text is visible */
.why-choose-wrp .nav-tabs .nav-link {
    color: #555 !important;
}

/* ===== FORCE FAQ & ACCORDION TO BLACK ===== */
.faq-wrapper h2 {
    color: #1a1a2e !important;
}

.accordion-button {
    color: #1a1a2e !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #FF6311 !important;
    background-color: #fffaf7 !important;
    box-shadow: none !important;
}

.accordion-body p {
    color: #555 !important;
}

/* Bottom CTA Section */
.get-start-bx h2,
.get-start-bx h3,
.get-start-bx p {
    color: #1a1a2e !important;
}

/* Also ensure any other H2/H3 on white/light backgrounds are dark */
section h2,
section h3 {
    color: #1a1a2e;
    /* Without !important to allow specific overrides if needed, but good baseline */
}

/* Also ensure any other H2/H3 on white/light backgrounds are dark */
/* ===== REMOVE PURPLE BACKGROUNDS FROM SECTIONS ===== */
/* Remove purple background from Features and Hero sections */
.hosting-features-wrp.bg-purple,
.vps-host-features.bg-purple,
.about-wrp.bg-purple,
.vps-server-banner.bg-purple,
.microsoft-page-banner.bg-purple,
.standard-ssl-banner.bg-purple,
section.bg-purple

/* Global catch-all for bg-purple sections */
    {
    background: transparent !important;
    background-image: none !important;
    background-color: transparent !important;
}

/* ===== SSL CERTIFICATES PAGE VISUAL UPDATES ===== */
/* Remove background from cards in 'Why Choose Our SSL Certificates' section */
.certificate-box {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Make icons black in 'Why Choose Our SSL Certificates' section */
.certificate-box i,
.certificate-box span i {
    color: #000 !important;
}

/* Ensure the container span doesn't override color */
.certificate-box span {
    color: #000 !important;
}

/* ===== HIDE BREADCRUMB NAVIGATION GLOBALLY ===== */
.master-breadcrumb,
.cloudx-page-breadcrumb,
.breadcrumb {
    display: none !important;
}

/* ===== REMOVE PURPLE BG FROM HOMEPAGE ABOUT SECTION ===== */
.about-home.about-redesigned,
.about-wrp.about-home,
section.about-home {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
}

/* ===== NAVBAR LINK COLOR ===== */
.static-nc-nav .navbar-nav>li>a,
.static-nc-nav .navbar-nav .nav-link {
    color: #dd3b32 !important;
    font-weight: 600 !important;
}

.static-nc-nav .navbar-nav>li>a:hover,
.static-nc-nav .navbar-nav .nav-link:hover {
    color: #b52e27 !important;
}

/* ===== SIDEBAR (HAMBURGER MENU) LINK COLOR ===== */
aside.sidebar li a,
.side-menu-bar-cloudx li a {
    color: #dd3b32 !important;
}

aside.sidebar li a:hover,
.side-menu-bar-cloudx li a:hover {
    color: #b52e27 !important;
}

/* ===== SIMPLE PRICING TITLE FONT ===== */
.pricing-main-title,
h2.pricing-main-title {
    font-style: normal !important;
    font-family: inherit !important;
    /* Reset to body font */
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* ===== EMAIL HOSTING PAGE ICON STYLING ===== */
.hosting-features-wrp .hosting-block img {
    filter: grayscale(100%) contrast(2000%);
    mix-blend-mode: multiply;
}

/* ===== VPS PAGE ICON STYLING ===== */
/* Hosting Features Section */
.vps-host-features .hosting-block img,
.vps-host-wrp .whyimg img,
.why-us-server .serv-img img {
    /* Use high contrast to push light bg to white and dark fg to black */
    filter: grayscale(100%) contrast(2000%);
    mix-blend-mode: multiply;
}

/* Remove colored backgrounds/shadows from icon containers */
.vps-host-wrp .whyimg,
.why-us-server .serv-img {
    background: transparent !important;
    box-shadow: none !important;
}

/* =============================================
   TANZANIA SEO LANDING PAGES - SHARED STYLES
   ============================================= */
.tz-page-hero {
    background: linear-gradient(135deg, #fff5f0 0%, #fef0ea 60%, #fff 100%);
    padding: 70px 0 60px;
    border-bottom: 1px solid #ffe0d0;
}
.tz-hero-inner { max-width: 760px; }
.tz-breadcrumb { font-size: 13px; color: #999; margin-bottom: 12px; }
.tz-breadcrumb a { color: #999; text-decoration: none; }
.tz-page-hero h1 { font-size: 2.6rem; font-weight: 800; color: #1a1a2e; margin-bottom: 18px; line-height: 1.2; }
.tz-hero-lead { font-size: 1.1rem; color: #444; margin-bottom: 28px; max-width: 680px; }
.tz-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.tz-btn-outline {
    display: inline-block; padding: 12px 28px; border-radius: 30px;
    border: 2px solid #1a1a2e; color: #1a1a2e; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
}
.tz-btn-outline:hover { background: #1a1a2e; color: #fff; text-decoration: none; }
.tz-btn-outline-white {
    display: inline-block; padding: 12px 28px; border-radius: 30px;
    border: 2px solid #fff; color: #fff; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
}
.tz-btn-outline-white:hover { background: #fff; color: #1a1a2e; text-decoration: none; }
.tz-features-section { padding: 60px 0; background: #fff; }
.tz-icon-wrap {
    width: 60px; height: 60px; border-radius: 50%;
    background: #FFF3E8; display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}
.tz-icon-wrap i { color: #FF6311; font-size: 22px; }
.tz-check-list { list-style: none; padding: 0; margin: 0; }
.tz-check-list li { padding: 8px 0 8px 30px; position: relative; color: #444; font-size: 0.95rem; }
.tz-check-list li::before { content: '•'; color: #FF6311; position: absolute; left: 0; top: 8px; font-size: 1.2rem; line-height: 1; }
.tz-cta-section { background: #1a1a2e; padding: 60px 0; text-align: center; }
.tz-cta-inner { max-width: 700px; margin: 0 auto; }
.tz-cta-section h2 { color: #fff; font-size: 2rem; font-weight: 700; margin-bottom: 14px; }
.tz-cta-section p { color: #ccc; font-size: 1rem; margin-bottom: 28px; }
.tz-cta-inner .tz-hero-btns { justify-content: center; }
.tz-related-links { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.tz-related-links li a { color: #FF6311; text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 8px 16px; border: 1px solid #FF6311; border-radius: 20px; display: inline-block; transition: all 0.3s; }
.tz-related-links li a:hover { background: #FF6311; color: #fff; }
@media (max-width: 768px) {
    .tz-page-hero h1 { font-size: 1.8rem; }
    .tz-hero-lead { font-size: 1rem; }
    .tz-btn-outline, .tz-btn-outline-white { width: 100%; text-align: center; }
    .tz-cta-section h2 { font-size: 1.5rem; }
}

/* ===== CLOUD INFRASTRUCTURE & SUPPORT ICONS ===== */
/* 1. Cloud Infra - Left List Bullets (Black Bullet, Remove Purple) */
.why-cloud-bx ul li {
    list-style: none !important;
    position: relative !important;
    padding-left: 20px !important;
}

.why-cloud-bx ul li::before,
.why-choose-wrp .why-cloud-bx ul li::before {
    content: "•" !important;
    /* Black Bullet */
    font-family: inherit !important;
    /* Reset font */
    font-weight: bold !important;
    color: #000000 !important;
    /* Black */
    background: transparent !important;
    /* Remove any purple bg */
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    border: none !important;
    position: absolute !important;
    left: 0 !important;
    top: 0px !important;
    font-size: 20px !important;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. Cloud Infra - Formatting (Replace SVGs with Font Icons for Black Look) */
.why-ul .whyimg.force-black-icon img {
    display: none !important;
}

.why-ul .whyimg.force-black-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.why-ul .whyimg.force-black-icon::before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
    font-size: 36px;
    color: #000000 !important;
    display: block;
}

/* Specific Icons via nth-child */
/* Reliable Power */
.why-ul ul li:nth-child(1) .whyimg.force-black-icon::before {
    content: "\f0e7";
    /* Bolt */
}

/* HVAC Protection */
.why-ul ul li:nth-child(2) .whyimg.force-black-icon::before {
    content: "\f2dc";
    /* Snowflake */
}

/* Network & Security */
.why-ul ul li:nth-child(3) .whyimg.force-black-icon::before {
    content: "\f3ed";
    /* Shield Alt */
}

/* 3. Support Icons (White on Orange) */
.cnt-icbx i {
    color: #ffffff !important;
    /* White Icon */
}

.cnt-icbx {
    background-color: #ff6311 !important;
    /* Orange Background */
    background: #ff6311 !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    /* Force Circle */
    border: none !important;
}

.why-choose-wrp .cnt-icbx,
.why-row .cnt-icbx {
    background-color: #ff6311 !important;
    /* High Specificity */
    background: #ff6311 !important;
}

.cnt-icbx::before,
.cnt-icbx::after {
    display: none !important;
    /* Hide any pseudo-element circles */
}

/* Specific Override Class for Shared Hosting Support Icons */
.cnt-icbx.cnt-icbx-orange {
    background-color: #ff6311 !important;
    background: #ff6311 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    border: none !important;
}

.cnt-icbx.cnt-icbx-orange i {
    color: #ffffff !important;
    background: transparent !important;
}

.cnt-icbx.cnt-icbx-orange::before,
.cnt-icbx.cnt-icbx-orange::after {
    display: none !important;
}

/* 4. VPS Support Icons (Black) */
.support-box span img {
    filter: grayscale(100%) contrast(2000%);
    mix-blend-mode: multiply;
}

.support-box span {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ========================================================================
   ABOUT DUHOSTING - REMOVE PURPLE BACKGROUND
   ======================================================================== */

/* Force white/light background on About section */
.about-wrp,
.about-home,
.about-wrp.about-home,
.about-wrp.about-redesigned,
section.about-wrp,
section.about-home,
.about-section {
    background: #ffffff !important;
    /* Pure white */
    /* OR use light cream: */
    /* background: #FFFAF7 !important; */
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Ensure the container inside also has no purple */
.about-wrp .container,
.about-home .container {
    background: transparent !important;
}

/* Remove any purple gradient overlays */
.about-wrp::before,
.about-wrp::after,
.about-home::before,
.about-home::after {
    display: none !important;
}

/* Ensure the row has no purple */
.about-wrp .row,
.about-home .row {
    background: transparent !important;
}

/* ========================================================================
   PRICING CAROUSEL - carousel-nav arrows (same pattern as product showcase)
   ======================================================================== */

/* Allow arrows to sit outside the slider */
.homepage-plans-section .container,
.homepage-plans-grid,
.homepage-plans-section .carousel-wrapper {
    overflow: visible !important;
}

/* carousel-nav arrows — orange circle, vertically centred */
.homepage-plans-section .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #FF6311 !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.4);
    transition: all 0.3s ease;
}

.homepage-plans-section .carousel-nav:hover {
    background: #e55a0f !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.5);
}

.homepage-plans-section .carousel-nav i {
    color: #ffffff !important;
    font-size: 18px;
}

.homepage-plans-section .carousel-nav.prev {
    left: -24px;
}

.homepage-plans-section .carousel-nav.next {
    right: -24px;
}

@media (max-width: 992px) {
    .homepage-plans-section .carousel-nav {
        width: 40px;
        height: 40px;
    }

    .homepage-plans-section .carousel-nav.prev {
        left: -10px;
    }

    .homepage-plans-section .carousel-nav.next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .homepage-plans-section .carousel-nav {
        display: none;
    }
}

/* Hide Slick-generated arrows on the pricing slider — we use carousel-nav instead */
.homepage-plans-section .slick-prev,
.homepage-plans-section .slick-next,
#pricing-section-slider .slick-prev,
#pricing-section-slider .slick-next,
.homepage-plans-section button.slick-prev,
.homepage-plans-section button.slick-next {
    display: none !important;
}

/* 4. REMOVE ANY PINK/MAGENTA COLORS */
/* Target any pink backgrounds */
button[style*="rgb(255, 20, 147)"],
button[style*="pink"],
button[style*="magenta"],
/* ========================================================================
   SSL PAGE ICONS - FORCE BLACK
   ======================================================================== */

/* 1. Benefits of SSL Certificates (Icons - Fix Black Circle Issue) */
.ssl-benifits-box img,
.ssl-benifits-wrp .ssl-benifits-box img {
    filter: grayscale(100%) contrast(2000%) !important;
    mix-blend-mode: multiply !important;
    opacity: 1 !important;
}

/* Ensure no background on the box */
.ssl-benifits-box,
.ssl-benifits-wrp .ssl-benifits-box {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* 2. Why Choose Our SSL Certificates (Icons) */
.certificate-box span i,
.certificates-feature-wrp .certificate-box span i {
    color: #000000 !important;
    /* Black Icon */
}

.certificate-box span,
.certificates-feature-wrp .certificate-box span {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #000000 !important;
}

/* ========================================================================
   MOBILE MENU TOGGLE FIX
   ======================================================================== */
button.navbar-toggler {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 5px !important;
}

button.navbar-toggler svg {
    stroke: #dd3b32 !important;
    width: 28px !important;
    height: 28px !important;
}

/* Ensure sidebar slides in when active */
.side-menu-bar-cloudx {
    z-index: 99999 !important;
    transition: all 0.3s ease-in-out;
}

.side-menu-bar-cloudx.expand-menu-open {
    left: 0 !important;
    display: block !important;
    visibility: visible !important;
}

/* Close button styling */
.side-menu-bar-cloudx .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #FF6311;
    cursor: pointer;
    z-index: 100000;
}

/* ========================================================================
   LOGIN PAGE COLORS - Updated #dd3b32
   ======================================================================== */
.login-wrapper .fgtlinks,
.login-wrapper .login-frm p a {
    color: #dd3b32 !important;
}

.login-wrapper .fgtlinks:hover,
.login-wrapper .login-frm p a:hover {
    color: #b52e27 !important;
    text-decoration: underline !important;
}

/* ========================================================================
   REGISTER PAGE STYLING
   ======================================================================== */

/* Titles & Subtitles - Black */
.register-wrapper .titlebar h2,
.register-wrapper .titlebar p,
.register-wrapper .form-title h2 {
    color: #000000 !important;
}

/* Login Button - Orange */
.reg-login-btn {
    background: #ff6311 !important;
    color: #ffffff !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.reg-login-btn:hover {
    background: #e5540a !important;
    color: #ffffff !important;
}

/* Register Page Labels & Text - Black */
.register-wrapper label,
.register-wrapper .field-help-text,
.register-wrapper .form-check,
.register-wrapper .form-switch span,
.register-wrapper .text-muted,
.register-wrapper p,
.register-wrapper .d-block {
    color: #000000 !important;
}

/* Generate Password Button - Orange */
.register-wrapper .generate-password,
.generate-password {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
}

.register-wrapper .generate-password:hover {
    background-color: #e5540a !important;
    border-color: #e5540a !important;
}

/* ========================================================================
   MICROSOFT 365 PAGE — Make benefit icons black (not blue/purple)
   ======================================================================== */
.benifit-wrp .benifit-block img {
    filter: grayscale(100%) brightness(0) !important;
}

/* ========================================================================
   CLIENT AREA — Update button text white on orange
   ======================================================================== */
.btn-update-details,
.btn[name="save"],
.btn.bg-color-blue,
.client-area .btn-primary,
.client-area .btn-default,
#frmPayment .btn-primary,
#frmUpdateDetails .btn,
.btn-custom-success,
input[type="submit"].btn,
button[type="submit"].btn {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
}

/* ========================================================================
   CLIENT AREA — Replace blue theme with orange throughout
   ======================================================================== */
/* Card top borders and accents */
.card-accent-emerald,
.panel-accent-emerald,
.card .card-header {
    border-top-color: #ff6311 !important;
}

/* Sidebar active links */
#Primary_Sidebar .list-group-item.active,
.panel-sidebar .list-group-item.active {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
}

/* Blue colored text → orange */
.text-primary,
a.text-primary,
.card-body a:not(.btn),
.panel-body a:not(.btn) {
    color: #ff6311 !important;
}

/* Tab nav active states */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #ff6311 !important;
    color: #ff6311 !important;
}

/* Pagination active */
.pagination .page-item.active .page-link {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #fff !important;
}

/* Status badges */
.badge-primary,
.bg-primary {
    background-color: #ff6311 !important;
}

/* Client area stat cards top border */
.client-home-cards .card {
    border-top: 3px solid #ff6311 !important;
}

/* Links in client area */
.main-content a:not(.btn):not(.nav-link):not(.dropdown-item) {
    color: #ff6311 !important;
}

.main-content a:not(.btn):not(.nav-link):not(.dropdown-item):hover {
    color: #e5540a !important;
}

/* ========================================================================
   CLIENT AREA — Force white text on ALL orange buttons (Update, Save, etc.)
   ======================================================================== */
.btn-update-details,
.btn[name="save"],
.btn.bg-color-blue,
.client-area .btn-primary,
#frmPayment .btn-primary,
#frmUpdateDetails .btn,
.btn-custom-success,
input[type="submit"].btn,
button[type="submit"].btn,
.btn-primary,
.btn-success,
a.btn-primary,
a.btn-success,
.primary-content .btn-primary,
.primary-content .btn-success,
.primary-content input[type="submit"],
.primary-content button[type="submit"] {
    background-color: #ff6311 !important;
    border-color: #ff6311 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-success:hover,
.btn-update-details:hover,
button[type="submit"].btn:hover,
input[type="submit"].btn:hover {
    background-color: #e5540a !important;
    border-color: #e5540a !important;
    color: #ffffff !important;
}

/* ========================================================================
   CLIENT AREA — Stat tiles (Services, Domains, Tickets, Invoices) black
   ======================================================================== */
.tiles .tile .stat {
    color: #000000 !important;
}

.tiles .tile .title {
    color: #000000 !important;
}

.tiles .tile i {
    color: #000000 !important;
}

.tiles .tile:hover .stat,
.tiles .tile:hover .title,
.tiles .tile:hover i {
    color: #000000 !important;
}

/* ========================================================================
   CLIENT AREA — nav-tabs: always black text, orange active, no purple hover
   ======================================================================== */
.client-area .nav-tabs .nav-link,
.primary-content .nav-tabs .nav-link,
.nav-tabs .nav-link {
    color: #333333 !important;
}

.client-area .nav-tabs .nav-link:hover,
.primary-content .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:hover {
    color: #ff6311 !important;
    border-color: transparent transparent #ff6311 !important;
    background-color: transparent !important;
}

.client-area .nav-tabs .nav-link.active,
.primary-content .nav-tabs .nav-link.active,
.nav-tabs .nav-link.active {
    color: #ff6311 !important;
    border-bottom-color: #ff6311 !important;
}

/* ========================================================================
   CART — Hide gateway express-checkout icon block below Checkout/Empty Cart
   ======================================================================== */
/* ========================================================================
   FEBRUARY 2026: DOMAINS LIST & CLIENT AREA TEXT COLOR FIXES
   ======================================================================== */

/* 1. In the domain the list and header should all be black */
.clientareadomains table th,
.clientareadomains table td,
.clientareadomains table td a,
table.table-list th,
table.table-list td,
table.table-list td a,
table.dataTables_wrapper th,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
table.dataTable thead th,
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead td,
table.table th,
table.table td,
.dataTables_wrapper table th,
.dataTables_wrapper table td,
.dataTables_wrapper table td a {
    color: #000 !important;
}

/* 2. Any purple or blue words in the client area should be black */
/* Targeting specific theme colors that might appear as text */
.text-primary,
.text-info,
a.text-primary,
a.text-info,
.text-purple,
.text-blue,
.list-group-item .badge,
.list-group-item .label,
.panel-body .badge,
.panel-body .label,
.sidebar-module .badge,
.card-sidebar .badge {
    color: #000 !important;
}

/* Any inline style using theme purple/blue colors for text */
*[style*="color:#5B3AC2"],
*[style*="color: #5B3AC2"],
*[style*="color:#5b3ac2"],
*[style*="color: #5b3ac2"],
*[style*="color:#673DE6"],
*[style*="color: #673DE6"],
*[style*="color:#673de6"],
*[style*="color: #673de6"],
*[style*="color:#007bff"],
*[style*="color: #007bff"],
*[style*="color:#3699ff"],
*[style*="color: #3699ff"] {
    color: #000 !important;
}

/* ========================================================================
   FEBRUARY 2026: HIDE RIGHT MONEY BACK BLOCK ON CART PAGE
   ======================================================================== */
.right-money-back {
    display: none !important;
}

/* ========================================================================
   YOUR INFO - Update Button White Text Fix
   ======================================================================== */
a.btn.btn-success.btn-sm.btn-block {
    color: #ffffff !important;
}
a.btn.btn-success.btn-sm.btn-block i {
    color: #ffffff !important;
}

/* ========================================================================
   CART - Remove Domain Button (X Icon Fix)
   ======================================================================== */
button.removeBtnCat {
    background-color: #ff4444 !important;
    border: none !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

button.removeBtnCat::before {
    content: "\f00d" !important; /* Font Awesome X icon */
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    font-size: 14px !important;
}

/* ============================================================
   KNOWLEDGEBASE — Headings and links in brand red #ac0400
   ============================================================ */

/* Category card headings (folder icons + name) */
.kb-category span,
.knowledgebase-cloudx .kb-category span,
.knowledgebase-20i .kb-category span {
    color: #ac0400 !important;
}

.kb-category span i,
.knowledgebase-cloudx .kb-category span i,
.knowledgebase-20i .kb-category span i {
    color: #ac0400 !important;
}

/* Article links in Most Popular Articles and category lists */
a.kb-article-item,
.kb-article-item,
.knowledgebase-cloudx .kb-article-item,
.knowledgebase-20i .kb-article-item,
.list-group .kb-article-item {
    color: #ac0400 !important;
}

a.kb-article-item:hover,
.kb-article-item:hover {
    color: #8a0300 !important;
}

/* Most Popular Articles card title */
.knowledgebase-20i .card-title,
.knowledgebase-cloudx .card .card-title,
.knowledgebase-article-cloudx h3.card-title,
.knowledgebase-base-cat-cloudx .card-title {
    color: #ac0400 !important;
}

/* Article page — title h1 and related articles heading */
.knowledgebase-article-20i h1,
.knowledgebase-article-20i h3.card-title,
.knowledgebase-article-20i .card-title,
.knowledgebase-article-cloudx .card-body h1,
.knowledgebase-article-cloudx .card-body ul li i,
.knowledgebase-article-cloudx h3.card-title {
    color: #ac0400 !important;
}

/* Article body — all content text black */
.knowledgebase-article-cloudx .card-body article,
.knowledgebase-article-cloudx .card-body article p,
.knowledgebase-article-cloudx .card-body article li,
.knowledgebase-article-cloudx .card-body article ol,
.knowledgebase-article-cloudx .card-body article ul,
.knowledgebase-article-cloudx .card-body article span,
.knowledgebase-article-cloudx .card-body article h2,
.knowledgebase-article-cloudx .card-body article h3,
.knowledgebase-article-cloudx .card-body article h4,
.knowledgebase-article-20i article,
.knowledgebase-article-20i article p,
.knowledgebase-article-20i article li,
.knowledgebase-article-20i article span {
    color: #1a1a2e !important;
}
/* DUHosting bundle source: duhosting-site.css */

/* Source: /private/tmp/duhosting-accessibility.css */
.body-cloudx :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid #135fd1 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 3px rgba(19, 95, 209, .28) !important;
}
.body-cloudx :where(.form-control, input[type="text"], input[type="email"], input[type="password"], select, textarea) {
    color: #172033;
    background-color: #fff;
    border-color: #7d8998;
}
.body-cloudx :where(.form-control, input, textarea)::placeholder {
    color: #667386;
    opacity: 1;
}
.body-cloudx #wgsCompleteOrder,
.body-cloudx .checkout-btn:not(:disabled) {
    min-height: 44px;
    color: #fff !important;
    background-color: #a63b12 !important;
    border-color: #a63b12 !important;
}
.body-cloudx .btn-add {
    min-height: 38px;
    color: #fff !important;
    background-color: #176b3a !important;
    border-color: #176b3a !important;
}
body.body-cloudx.body-cloudx .btn.btn-primary,
body.body-cloudx.body-cloudx .btn.modal-submit {
    color: #fff !important;
    background-color: #a63b12 !important;
    border-color: #a63b12 !important;
}
body.body-cloudx.body-cloudx .btn.btn-success {
    color: #fff !important;
    background-color: #176b3a !important;
    border-color: #176b3a !important;
}
body.body-cloudx.body-cloudx .btn.btn-danger {
    color: #fff !important;
    background-color: #a61b1b !important;
    border-color: #a61b1b !important;
}
body.body-cloudx.body-cloudx .btn.btn-info {
    color: #fff !important;
    background-color: #0b6075 !important;
    border-color: #0b6075 !important;
}
body.body-cloudx.body-cloudx .btn.btn-default,
body.body-cloudx.body-cloudx .btn.btn-secondary {
    color: #172033 !important;
    background-color: #fff !important;
    border-color: #7d8998 !important;
}
.body-cloudx :where(.label-success, .badge-success) {
    color: #fff !important;
    background-color: #176b3a !important;
}
.body-cloudx :where(.label-danger, .badge-danger) {
    color: #fff !important;
    background-color: #a61b1b !important;
}
.body-cloudx :where(.label-warning, .badge-warning) {
    color: #fff !important;
    background-color: #7a4b00 !important;
}
.body-cloudx :where(.label-info, .badge-info) {
    color: #fff !important;
    background-color: #0b6075 !important;
}
.body-cloudx :where(.status-paid, .status-active, .status-completed) {
    color: #0c4a28 !important;
    background-color: #dff5e7 !important;
    border-color: #70b78b !important;
}
.body-cloudx :where(.status-unpaid, .status-overdue, .status-fraud) {
    color: #761010 !important;
    background-color: #fde3e3 !important;
    border-color: #cf7777 !important;
}
.body-cloudx :where(.status-pending, .status-pendingtransfer, .status-incomplete) {
    color: #563500 !important;
    background-color: #fff0c7 !important;
    border-color: #c79731 !important;
}
.body-cloudx :where(.status-cancelled, .status-refunded, .status-terminated, .status-expired) {
    color: #364152 !important;
    background-color: #e8ecf1 !important;
    border-color: #aeb8c5 !important;
}
.body-cloudx :where(.card, .panel, .domain-overview, .product-details) {
    color: #172033;
}
.body-cloudx :where(.text-muted, small, .help-block) {
    color: #526077 !important;
}
.body-cloudx :where(.table, .dataTables_wrapper, .list-group-item) {
    color: #172033;
}
.body-cloudx :where(.table-responsive, .dataTables_wrapper) {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction {
    color: #172033 !important;
    background-color: #fff !important;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction i {
    color: #a63b12 !important;
}
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction:hover,
.body-cloudx .dropdown-menu .dropdown-item.setBulkAction:focus-visible {
    color: #172033 !important;
    background-color: #f0f3f7 !important;
}
.body-cloudx .du-credit-balance-link {
    color: #0c4a28 !important;
    font-weight: 700;
}
.body-cloudx .du-credit-balance-link:hover,
.body-cloudx .du-credit-balance-link:focus-visible {
    color: #176b3a !important;
}
.body-cloudx .du-credit-usage-notice {
    margin: 0 0 1rem;
    padding: .875rem 1rem;
    color: #0c4a28;
    background: #e5f6eb;
    border: 1px solid #70b78b;
    border-radius: .5rem;
}
.body-cloudx .du-credit-usage-notice a {
    color: #0c4a28 !important;
    font-weight: 800;
    text-decoration: underline;
}
.body-cloudx .du-credit-payment-option {
    margin: 1rem 0;
    color: #172033;
    background: #f3fbf6;
    border: 2px solid #176b3a;
    border-radius: .625rem;
    box-shadow: 0 3px 12px rgba(23, 107, 58, .12);
}
.body-cloudx .du-credit-payment-option :where(.card-header, h2) {
    color: #fff !important;
    background: #176b3a !important;
}
.body-cloudx .du-credit-payment-option h2 {
    margin: 0 0 .75rem;
    padding: .75rem 1rem;
    border-radius: .45rem .45rem 0 0;
    font-size: 1.125rem;
}
.body-cloudx .du-credit-payment-option .du-credit-payment-help {
    margin: 0 0 .75rem;
    color: #253247;
}
.body-cloudx .du-credit-payment-option input[name="creditamount"] {
    color: #172033;
    background: #fff;
    border-color: #176b3a;
}
.body-cloudx .du-credit-payment-option #btnInvoiceAddCreditApply {
    min-height: 44px;
    color: #fff !important;
    background: #176b3a !important;
    border-color: #176b3a !important;
    font-weight: 800;
}
.body-cloudx .checkout-security-msg {
    color: #563500;
    background: #fff0c7;
    border-color: #c79731;
}
.body-cloudx .du-vat-notice {
    max-width: 1140px;
    margin: 0 auto 1rem;
    padding: .75rem 1rem;
    color: #3f2b00;
    background: #fff7df;
    border: 1px solid #d6a84d;
    border-radius: .5rem;
    font-size: .9375rem;
    font-weight: 600;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress {
    position: sticky;
    top: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    max-width: 1140px;
    margin: 0 auto 1rem;
    padding: .75rem;
    background: rgba(255, 255, 255, .97);
    border: 1px solid #c7cfda;
    border-radius: .625rem;
    box-shadow: 0 4px 14px rgba(23, 32, 51, .1);
}
.du-checkout-enhanced,
.body-cloudx.du-checkout-enhanced {
    overflow-x: hidden;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .625rem .75rem;
    color: #172033 !important;
    background: #f5f7fb;
    border: 1px solid #c7cfda;
    border-radius: .45rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a:hover,
.body-cloudx.du-checkout-enhanced .du-checkout-progress a:focus-visible {
    color: #fff !important;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced #frmCheckout :where(input:not([type="hidden"]), select, textarea) {
    min-height: 44px;
    max-width: 100%;
    font-size: 16px;
}
.body-cloudx.du-checkout-enhanced #frmCheckout textarea {
    min-height: 100px;
    resize: vertical;
}
.body-cloudx.du-checkout-enhanced #frmCheckout :where(input[type="radio"], input[type="checkbox"]) {
    min-width: 20px;
    min-height: 20px;
}
.body-cloudx.du-checkout-enhanced :where(.account, .payment-details, .payment-wrapper label, .gateway) {
    cursor: pointer;
}
.body-cloudx.du-checkout-enhanced :where(.account, .payment-wrapper, .additional-nots, .existing-customer-container) {
    border-radius: .625rem;
}
.body-cloudx.du-checkout-enhanced .du-new-customer-help {
    margin: .25rem 0 1rem;
    padding: .75rem 1rem;
    color: #253247;
    background: #eef4ff;
    border-left: 4px solid #135fd1;
    border-radius: .35rem;
}
.body-cloudx.du-checkout-enhanced #wgsCompleteOrder {
    width: 100%;
    max-width: 420px;
    min-height: 50px;
    padding: .8rem 1.25rem;
    font-size: 1.05rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms {
    height: auto !important;
    min-height: 0 !important;
    padding: .75rem 0 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms h2 {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: .75rem 1.5rem .5rem !important;
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms ul {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 1.5rem .5rem !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms li {
    height: auto !important;
    min-height: 36px;
    padding: .3rem 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-choose-dms li.ownDm.hidden {
    display: block !important;
}
.body-cloudx.du-checkout-enhanced .du-missing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1140px;
    margin: 0 auto .75rem;
    padding: .75rem 1rem;
    color: #572300;
    background: #fff3df;
    border: 1px solid #c87320;
    border-left: 5px solid #a63b12;
    border-radius: .45rem;
    font-weight: 700;
}
.body-cloudx.du-checkout-enhanced .du-missing-section button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: .5rem .8rem;
    color: #fff;
    background: #a63b12;
    border: 0;
    border-radius: .35rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .checkout-error-feedback.du-validation-routed {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.body-cloudx.du-checkout-enhanced .input-search-container {
    height: auto !important;
    min-height: 0 !important;
    padding: .75rem 1.5rem 1.25rem !important;
}
.body-cloudx.du-checkout-enhanced .input-search-domain,
.body-cloudx.du-checkout-enhanced .input-search-box {
    min-width: 0;
}
.body-cloudx.du-checkout-enhanced #domainname,
.body-cloudx.du-checkout-enhanced #search-icon-box {
    height: 48px !important;
    min-height: 48px !important;
}
.body-cloudx.du-checkout-enhanced .du-stage-actions {
    display: flex;
    clear: both;
    width: 100%;
    justify-content: space-between;
    gap: .75rem;
    margin: 1rem 0;
}
.body-cloudx.du-checkout-enhanced .du-add-service-toggle {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: .75rem 0;
    color: #a63b12;
    background: #fff;
    border: 1px solid #a63b12;
    border-radius: .4rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="1"].du-has-cart:not(.du-show-services) .choose-plan-container {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-stage-actions button {
    min-width: 150px;
    min-height: 48px;
    padding: .75rem 1.25rem;
    border: 0;
    border-radius: .4rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .du-stage-prev {
    color: #172033;
    background: #e9edf4;
}
.body-cloudx.du-checkout-enhanced .du-stage-next {
    margin-left: auto;
    color: #fff;
    background: #a63b12;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="1"] #wgs_checkout_data,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .du-stage-plan,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .du-stage-plan,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .du-stage-plan {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .payment-wrapper,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .additional-nots,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] #wgs-extra-btn-checkout,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] #containerExistingAccountSelect,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .existing-customer-container,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .login-details.create-account,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .additional-nots,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] #wgs-extra-btn-checkout,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] #containerExistingAccountSelect,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .existing-customer-container,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .login-details.create-account,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="4"] .payment-wrapper {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-checkout-progress a[aria-current="step"] {
    color: #fff !important;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem 1rem;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > .du-account-page {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="1"] > .du-account-page-1,
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="2"] > .du-account-page-2,
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged[data-du-account-page="3"] > .du-account-page-3 {
    display: block !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > :where(h4, .m-cl, .du-new-customer-help, .du-account-subnav, .wgs-custom-field-container) {
    grid-column: 1 / -1;
}
.body-cloudx.du-checkout-enhanced.du-new-account:not(.du-choose-account)[data-du-checkout-stage="2"] #containerExistingAccountSelect {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced:not(.du-choose-account)[data-du-checkout-stage="2"]:has(input[name="account_id"][value="new"]:checked) #containerExistingAccountSelect {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced .du-change-account {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 36px;
    padding: .4rem .75rem;
    color: #a63b12;
    background: #fff;
    border: 1px solid #a63b12;
    border-radius: .35rem;
    font-weight: 700;
}
.body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 0 !important;
}
.body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}
.body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > .form-group {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
    margin: .25rem 0 .75rem;
    padding: .35rem;
    background: #f5f7fb;
    border: 1px solid #d7dde7;
    border-radius: .6rem;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    align-items: center;
    gap: .55rem;
    min-height: 58px;
    padding: .5rem .65rem;
    color: #172033;
    background: #fff;
    border: 1px solid transparent;
    border-radius: .45rem;
    font-weight: 700;
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button:hover,
.body-cloudx.du-checkout-enhanced .du-account-subnav button:focus-visible {
    border-color: #a63b12;
    box-shadow: 0 0 0 3px rgba(166, 59, 18, .12);
}
.body-cloudx.du-checkout-enhanced .du-account-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #4a566b;
    background: #edf1f6;
    border: 1px solid #c7cfda;
    border-radius: 50%;
    font-size: .84rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .du-account-step-copy {
    min-width: 0;
    line-height: 1.2;
}
.body-cloudx.du-checkout-enhanced .du-account-step-copy small {
    display: block;
    margin-top: .18rem;
    color: #596579;
    font-size: .72rem;
    font-weight: 500;
}
.body-cloudx.du-checkout-enhanced .du-account-step-state {
    color: transparent;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button[aria-selected="true"] {
    color: #fff;
    background: #a63b12;
    border-color: #a63b12;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button[aria-selected="true"] .du-account-step-number {
    color: #a63b12;
    background: #fff;
    border-color: #fff;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button[aria-selected="true"] .du-account-step-copy small {
    color: #fff !important;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button.du-is-complete:not([aria-selected="true"]) {
    color: #145c33;
    background: #f1faf5;
    border-color: #80b997;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button.du-is-complete .du-account-step-state {
    color: currentColor;
}
.body-cloudx.du-checkout-enhanced .du-account-subnav button.du-has-errors {
    color: #8b1f16;
    background: #fff4f2;
    border-color: #c74739;
}
.body-cloudx.du-checkout-enhanced .du-account-guidance {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .75rem;
    min-height: 42px;
    margin: 0 0 .5rem;
    padding: .55rem .75rem;
    color: #344158;
    background: #f8fafc;
    border: 1px solid #d7dde7;
    border-radius: .4rem;
    font-size: .9rem;
}
.body-cloudx.du-checkout-enhanced .du-account-guidance strong {
    color: #172033;
}
.body-cloudx.du-checkout-enhanced .du-account-guidance.du-guidance-error {
    color: #762019;
    background: #fff4f2;
    border-color: #c74739;
}
.body-cloudx.du-checkout-enhanced .du-account-page-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .6rem;
    padding-top: .75rem;
    border-top: 1px solid #e1e5ec;
}
.body-cloudx.du-checkout-enhanced .du-account-page-actions button {
    min-height: 46px;
    padding: .65rem 1rem;
    border-radius: .4rem;
    font-weight: 800;
}
.body-cloudx.du-checkout-enhanced .du-account-page-back {
    color: #253247;
    background: #fff;
    border: 1px solid #aeb8c7;
}
.body-cloudx.du-checkout-enhanced .du-account-page-next {
    margin-left: auto;
    color: #fff;
    background: #a63b12;
    border: 1px solid #a63b12;
}
.body-cloudx.du-checkout-enhanced .du-account-page-next:hover,
.body-cloudx.du-checkout-enhanced .du-account-page-next:focus-visible {
    background: #842f0e;
    border-color: #842f0e;
}
.body-cloudx.du-checkout-enhanced .du-account-field-error {
    outline: 2px solid #c74739 !important;
    outline-offset: 2px;
}
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="1"] .du-privacy-consent,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="2"] .du-privacy-consent,
.body-cloudx.du-checkout-enhanced[data-du-checkout-stage="3"] .du-privacy-consent {
    display: none !important;
}
.body-cloudx.du-checkout-enhanced #right-box .checkout-btn:disabled {
    cursor: default;
    opacity: 1;
    color: #3c4657;
    background: #e4e8ef;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin: 1rem 0;
    padding: 1rem;
    color: #253247;
    background: #f7f9fc;
    border: 1px solid #c7cfda;
    border-radius: .5rem;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent input {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    min-width: 22px !important;
    min-height: 22px !important;
    margin-top: .1rem;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent label {
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
}
.body-cloudx.du-checkout-enhanced .du-privacy-consent a {
    color: #a63b12;
    font-weight: 800;
    text-decoration: underline;
}
.body-cloudx.du-checkout-enhanced #wgsCompleteOrder:disabled {
    cursor: not-allowed;
    opacity: .55;
}
/* Keep the checkout form and order summary usable at laptop widths. The
   parent one-step template changes the summary to position:fixed and mixes
   two Bootstrap grid generations, which can collapse the summary column. */
@media (min-width: 992px) {
    .body-cloudx.du-checkout-enhanced #wrapper > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
        gap: 1.25rem;
        align-items: start;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced #wrapper > .row > .col-md-8,
    .body-cloudx.du-checkout-enhanced #wrapper > .row > #right-box {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced #right-box .right-side {
        position: sticky !important;
        top: 5.5rem !important;
        right: auto !important;
        width: 100% !important;
        max-width: none !important;
    }
    .body-cloudx.du-checkout-enhanced #right-box .oredr-summary,
    .body-cloudx.du-checkout-enhanced #right-box #wgs-right-cart {
        width: 100% !important;
        min-width: 0 !important;
    }
}
@media (min-width: 992px) and (max-height: 900px) {
    .body-cloudx.du-checkout-enhanced #main-body {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
    }
    .body-cloudx.du-checkout-enhanced .du-vat-notice {
        margin-bottom: .6rem;
        padding: .55rem .85rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress {
        margin-bottom: .75rem;
        padding: .5rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress a {
        min-height: 40px;
        padding: .45rem .65rem;
    }
    .body-cloudx.du-checkout-enhanced .currency-domain-div {
        height: 34px !important;
        margin-bottom: .5rem !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages {
        height: 34px !important;
        min-height: 34px !important;
        margin-bottom: 0 !important;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions {
        position: fixed;
        left: max(1rem, calc((100vw - 1140px) / 2));
        bottom: 1rem;
        z-index: 110;
        width: min(calc(66.666vw - 2rem), 760px);
        margin: 0;
        padding: .5rem;
        background: rgba(255, 255, 255, .96);
        border: 1px solid #c7cfda;
        border-radius: .5rem;
        box-shadow: 0 4px 18px rgba(23, 32, 51, .16);
    }
}
@media (min-width: 768px) {
    .body-cloudx.du-checkout-enhanced #right-box .right-side {
        position: sticky;
        top: 5.5rem;
    }
}
@media (max-width: 767.98px) {
    .body-cloudx.du-checkout-enhanced .du-checkout-progress {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-inline: .5rem;
        padding: .5rem;
    }
    .body-cloudx.du-checkout-enhanced .du-checkout-progress a {
        padding: .5rem;
        font-size: .875rem;
    }
    .body-cloudx.du-checkout-enhanced :where(#wrapper, #order-standard_cart, #frmCheckout, .container) {
        max-width: 100%;
    }
    .body-cloudx.du-checkout-enhanced #frmCheckout :where(.row, [class*="col-"]) {
        min-width: 0;
    }
    .body-cloudx.du-checkout-enhanced #wgsCompleteOrder {
        max-width: 100%;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-actions button {
        width: 100%;
        min-width: 0;
    }
    .body-cloudx.du-checkout-enhanced .du-stage-next {
        margin-left: 0;
    }
    .body-cloudx.du-checkout-enhanced button.bttn {
        display: none !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages {
        width: 100% !important;
        min-height: 44px !important;
        padding: .65rem 1rem !important;
    }
    .body-cloudx.du-checkout-enhanced #btnDomainManages .du-domain-toggle-label {
        margin-left: .5rem;
        font-weight: 800;
    }
    .body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged,
    .body-cloudx.du-checkout-enhanced .wgs-custom-field-container .row {
        grid-template-columns: 1fr;
    }
    .body-cloudx.du-checkout-enhanced .login-details.create-account.du-account-paged > :where(h4, .m-cl, .du-new-customer-help, .du-account-subnav, .du-change-account, .wgs-custom-field-container) {
        grid-column: 1;
    }
    .body-cloudx.du-checkout-enhanced .du-account-subnav {
        grid-template-columns: 1fr;
    }
    .body-cloudx.du-checkout-enhanced .du-account-subnav button {
        min-height: 52px;
    }
    .body-cloudx.du-checkout-enhanced .du-account-step-copy small {
        font-size: .75rem;
    }
    .body-cloudx.du-checkout-enhanced .du-account-page-actions {
        position: sticky;
        bottom: 0;
        z-index: 6;
        margin-inline: -.5rem;
        padding: .65rem .5rem;
        background: rgba(255, 255, 255, .97);
        border: 1px solid #d7dde7;
        border-radius: .45rem;
        box-shadow: 0 -3px 12px rgba(23, 32, 51, .09);
    }
    .body-cloudx.du-checkout-enhanced .du-account-page-actions button {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/header_clean.css */
/* Clean Namecheap-style header */
/* Hide the entire right section that contained duplicates */
.nav-top-right-section,
header .nav-top-right-section,
.top-nav-main-sec-header .nav-top-right-section {
    display: none !important;
}

/* Hide any remaining utility items in main nav */
.right-sec-top-br,
.view-currency-top,
.view-cart-top,
.single-side-rght {
    display: none !important;
}

/* Ensure top navigation uses full width */
.top-nav-main-sec-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-top-left-section {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Center primary navigation */
.nav-primary-top-nav-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Better spacing for logo */
.top-nav-main-sec-header .nav-logo-section {
    margin-right: 40px;
    flex-shrink: 0;
}

/* Clean header spacing */
header.header .main-navbar-wrapper {
    padding: 15px 0;
}

/* Sign in/Sign up styling */
.utility-link {
    white-space: nowrap;
}

/* Mobile: ensure utility bar is always visible */
@media (max-width: 991px) {
    .top-utility-bar {
        display: block !important;
    }

    /* Hide duplicates on mobile too */
    .view-currency-top-mobile-menu,
    .currency-li-top-mobile,
    .lang-li-top-mobile {
        display: none !important;
    }
}

/* ===== BOLD AND CLEAN NAMECHEAP-STYLE NAVBAR ===== */

/* Make main navbar links bold */
header.header .main-navbar-wrapper .navbar-nav a,
.top-bar-nav-active a,
#nav a {
    font-weight: 600 !important;
}

/* Hide dropdown arrows by default */
header.header .main-navbar-wrapper .navbar-nav .dropdown-toggle .fa-angle-down,
.top-bar-nav-active .dropdown-toggle .fa-angle-down,
#nav .dropdown-toggle .fa-angle-down {
    opacity: 0;
    transition: opacity 0.2s ease;
}

/* Show dropdown arrows on hover */
header.header .main-navbar-wrapper .navbar-nav .dropdown-toggle:hover .fa-angle-down,
.top-bar-nav-active .dropdown-toggle:hover .fa-angle-down,
#nav .dropdown-toggle:hover .fa-angle-down,
header.header .main-navbar-wrapper .navbar-nav .dropdown.show .dropdown-toggle .fa-angle-down {
    opacity: 1;
}

/* Make navbar cleaner with better spacing */
header.header .main-navbar-wrapper .navbar-nav a {
    letter-spacing: 0.3px;
}

/* Bold currency selector text */
.utility-currency {
    font-weight: 700 !important;
}

/* Bold language selector text */
.utility-lang span {
    font-weight: 600;
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/hero-height-reduction.css */
/**
 * Hero Section Height Reduction
 * Reduces vertical spacing while keeping illustration intact
 * Author: Custom CSS for DuHosting
 */

/* Reduce top and bottom padding of hero section */
.hero-banner {
    padding: 40px 0 30px !important;
    /* Reduced from 80px 0 40px */
}

/* Reduce spacing in banner text elements */
.banner-text h1 {
    margin: 0 0 10px !important;
    /* Reduced from 15px */
}

.banner-text h6 {
    margin: 0 0 15px !important;
    /* Reduced from 20px */
}

.banner-text ul {
    margin: 0 0 25px !important;
    /* Reduced from 35px */
}

.banner-text li {
    padding: 5px 0 5px 27px !important;
    /* Reduced from 7px */
}

/* Ensure illustration stays properly sized and visible */
.banner-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-banner {
        padding: 30px 0 20px !important;
    }

    .banner-text h1 {
        font-size: 40px !important;
        margin: 0 0 8px !important;
    }

    .banner-text h6 {
        font-size: 18px !important;
        margin: 0 0 12px !important;
    }

    .banner-text ul {
        margin: 0 0 20px !important;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        padding: 25px 0 15px !important;
    }

    .banner-text h1 {
        font-size: 32px !important;
    }

    .banner-text h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        padding: 20px 0 10px !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/footer-dark-redesign.css */
/**
 * ========================================================================
 * MODERN DARK FOOTER REDESIGN - DuHosting Tanzania
 * ========================================================================
 * Based on Namecheap-style dark, professional footer design
 * Choose ONE of the three solutions below
 */

/* ========================================================================
   SOLUTION 1: PREMIUM DARK FOOTER (RECOMMENDED ⭐)
   Best for: Modern, professional hosting website look
   ======================================================================== */

/**
 * This is the

 complete Namecheap-inspired dark footer redesign with:
 * - Pure black background (#0f0f0f)
 * - White/light gray text with proper hierarchy
 * - Elegant hover effects
 * - Modern flex grid layout
 * - Social media icon support
 * - Fully responsive
 */

/* Main footer section - Dark background */
footer .foot-one {
    background-color: #0f0f0f !important;
    padding: 60px 0 40px !important;
    border-bottom: 1px solid #2a2a2a;
}

/* Column headings - White, uppercase, modern */
footer .foot-one h5 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 25px !important;
}

/* Contact info icons - Orange brand color */
footer .foot-one h5 i {
    color: #ff6311 !important;
}

/* All link text - Light gray */
footer .foot-one a,
footer .foot-one p,
footer .foot-one li {
    color: #a0a0a0 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    transition: all 0.3s ease !important;
}

/* Link hover effects - Orange underline */
footer .foot-one a:hover {
    color: #ff6311 !important;
    text-decoration: none !important;
    padding-left: 5px;
}

/* Copyright section - Darker black */
footer .copyright {
    background-color: #000000 !important;
    border-top: 1px solid #1a1a1a !important;
    padding: 25px 0 !important;
}

footer .copyright p,
footer .copyright a,
footer .copyright li {
    color: #888888 !important;
    font-size: 13px !important;
}

footer .copyright a:hover {
    color: #ff6311 !important;
}

/* Footer columns spacing */
footer .foot-one .col-lg-3,
footer .foot-one .col-md-6 {
    margin-bottom: 30px;
}

/* Responsive mobile stacking */
@media (max-width: 767px) {
    footer .foot-one {
        padding: 40px 0 30px !important;
    }

    footer .foot-one .col-lg-3,
    footer .foot-one .col-md-6 {
        margin-bottom: 35px;
    }

    footer .copyright {
        text-align: center !important;
    }

    footer .copyright .col-md-6 {
        text-align: center !important;
    }
}

/* Back to top button - Modern dark */
#myBtn {
    background-color: #ff6311 !important;
    color: #ffffff !important;
    border: none !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(255, 99, 17, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
}

#myBtn:hover {
    background-color: #e55a0f !important;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.6);
}


/* ========================================================================
   SOLUTION 2: SIMPLER CSS-ONLY DARK THEME (SAFE 👍)
   Best for: Quick implementation without changing structure
   ======================================================================== */

/**
 * This applies dark colors while keeping the original layout intact
 * Safer approach with minimal code
 */

/* Uncomment below if you want to use Solution 2 instead of Solution 1 */

/*
footer .foot-one {
    background-color: #121212 !important;
    padding: 50px 0 30px !important;
}

footer .foot-one h5 {
    color: #ffffff !important;
    font-weight: 600 !important;
}

footer .foot-one a,
footer .foot-one p {
    color: #cccccc !important;
}

footer .foot-one a:hover {
    color: #ff6311 !important;
}

footer .copyright {
    background-color: #0a0a0a !important;
    border-top: 1px solid #222222 !important;
}

footer .copyright p,
footer .copyright a {
    color: #999999 !important;
}

footer .copyright a:hover {
    color: #ff6311 !important;
}
*/


/* ========================================================================
   SOLUTION 3: EXTENDED FEATURES (ADVANCED 🚀)
   Best for: Complete Namecheap-style footer with extras
   ======================================================================== */

/**
 * This includes everything from Solution 1 PLUS:
 * - Social media icon section
 * - Payment badges area
 * - Newsletter signup styling
 * - ICANN/certification badges
 * 
 * To use this, first apply Solution 1, then add the sections below
 */

/* Social Media Icons Section (Add to footer.tpl as needed) */
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0 !important;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-social a:hover {
    background-color: #ff6311;
    color: #ffffff !important;
    transform: translateY(-3px);
    padding-left: 0 !important;
}

/* Payment Badges Section */
.footer-payments {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    opacity: 0.7;
}

.footer-payments img {
    height: 30px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.footer-payments img:hover {
    filter: grayscale(0%);
}

/* Newsletter Signup Box */
.footer-newsletter {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.footer-newsletter h5 {
    color: #ffffff !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.footer-newsletter .newsletter-form {
    display: flex;
    gap: 10px;
}

.footer-newsletter input[type="email"] {
    flex: 1;
    padding: 12px 15px;
    background-color: #0f0f0f;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
}

.footer-newsletter input[type="email"]:focus {
    outline: none;
    border-color: #ff6311;
}

.footer-newsletter button {
    padding: 12px 25px;
    background-color: #ff6311;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-newsletter button:hover {
    background-color: #e55a0f;
    transform: translateY(-2px);
}

/* Certification/ICANN Badge */
.footer-certifications {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 15px;
}

.footer-certifications img {
    height: 50px;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.footer-certifications img:hover {
    opacity: 1;
}

/* Trust badges / Secure checkout icons */
.footer-trust-badges {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.footer-trust-badge {
    background-color: #1a1a1a;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 11px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-trust-badge i {
    color: #4caf50;
    font-size: 16px;
}

/* Divider line between sections */
.footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #333333 50%, transparent);
    margin: 40px 0;
}

/* Mobile optimization for extras */
@media (max-width: 767px) {

    .footer-social,
    .footer-payments,
    .footer-certifications {
        justify-content: center;
    }

    .footer-newsletter .newsletter-form {
        flex-direction: column;
    }

    .footer-newsletter button {
        width: 100%;
    }
}


/* ========================================================================
  BONUS: SMOOTH ANIMATIONS
   ======================================================================== */

/* Fade-in animation for footer sections */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

footer .foot-one .col-lg-3,
footer .foot-one .col-md-6 {
    animation: fadeInUp 0.6s ease-out;
}

footer .foot-one .col-lg-3:nth-child(1) {
    animation-delay: 0.1s;
}

footer .foot-one .col-lg-3:nth-child(2) {
    animation-delay: 0.2s;
}

footer .foot-one .col-lg-3:nth-child(3) {
    animation-delay: 0.3s;
}

footer .foot-one .col-lg-3:nth-child(4) {
    animation-delay: 0.4s;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}


/* ========================================================================
   IMPLEMENTATION NOTES
   ======================================================================== */

/**
 * HOW TO USE:
 * 
 * 1. SOLUTION 1 (RECOMMENDED):
 *    - Copy all CSS under "SOLUTION 1" to your WHMCS Custom CSS
 *    - Location: Setup > General Settings > Customization > Custom Head HTML
 *    - Wrap in <style></style> tags
 *    - Clear template cache
 * 
 * 2. SOLUTION 2 (SIMPLER):
 *    - Uncomment the CSS under "SOLUTION 2"
 *    - Remove/comment out Solution 1
 *    - Same implementation as above
 * 
 * 3. SOLUTION 3 (ADVANCED):
 *    - First implement Solution 1
 *    - Then add HTML sections to footer.tpl for:
 *      • Social media icons
 *      • Newsletter signup
 *      • Payment badges
 *    - CSS styling is already included
 * 
 * TESTING CHECKLIST:
 * ✓ Check footer on homepage
 * ✓ Test all links still work
 * ✓ Verify mobile responsiveness
 * ✓ Test hover effects
 * ✓ Clear browser cache
 * ✓ Clear WHMCS template cache
 * 
 * CUSTOMIZATION:
 * - Change #ff6311 to your brand color
 * - Adjust #0f0f0f background if too dark
 * - Modify font sizes as needed
 * - Add/remove columns in footer.tpl
 */

/* Source: live-seo-priority-20260902/templates/cloudx/css/whatsapp-float.css */
/**
 * Floating WhatsApp Chat Button - Left Side
 * Modern, clean design with pulse animation
 * Position: Fixed left side, always visible
 */

/* Main WhatsApp Button Container */
.whatsapp-float {
    position: fixed;
    left: 25px;
    bottom: 40px;
    z-index: 9999;
    transition: all 0.3s ease;
}

/* The actual button/circle */
.whatsapp-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    animation: whatsapp-pulse 2s infinite;
}

/* WhatsApp Icon */
.whatsapp-button i {
    font-size: 32px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

/* Hover Effect - Scale up */
.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-button:hover i {
    transform: scale(1.1);
}

/* Pulse Animation - Elegant, not aggressive */
@keyframes whatsapp-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
    }
}

/* Optional: Ripple effect ring */
.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: whatsapp-ripple 2s infinite;
    z-index: -1;
}

@keyframes whatsapp-ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Tooltip (optional - shows "Chat with us") */
.whatsapp-tooltip {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #128C7E;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-tooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    left: 80px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        left: 20px;
        bottom: 30px;
    }

    .whatsapp-button {
        width: 55px;
        height: 55px;
    }

    .whatsapp-button i {
        font-size: 28px;
    }

    /* Hide tooltip on mobile to save space */
    .whatsapp-tooltip {
        display: none;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .whatsapp-float {
        left: 15px;
        bottom: 25px;
    }

    .whatsapp-button {
        width: 50px;
        height: 50px;
    }

    .whatsapp-button i {
        font-size: 26px;
    }
}

/* Ensure it doesn't overlap with footer on very small screens */
@media (max-width: 375px) {
    .whatsapp-float {
        bottom: 80px;
        /* Move up to avoid footer overlap */
    }
}

/* Active/Click effect */
.whatsapp-button:active {
    transform: scale(0.95);
}

/* Accessibility - Focus state for keyboard navigation */
.whatsapp-button:focus {
    outline: 3px solid #25D366;
    outline-offset: 3px;
}

/* Alternative: Bounce animation (comment pulse and uncomment this if preferred) */
/*
@keyframes whatsapp-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.whatsapp-button {
    animation: whatsapp-bounce 2s infinite ease-in-out;
}
*/

/* Print media - hide button when printing */
@media print {
    .whatsapp-float {
        display: none !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/payment-methods.css */
/**
 * ========================================================================
 * "WE ACCEPT" PAYMENT METHODS SECTION - TANZANIA
 * ========================================================================
 * Shows M-Pesa, Tigo Pesa, Airtel Money, DPO payment logos
 * Dark theme compatible, fully responsive
 */

/* ========================================================================
   OPTION 1: PURE CSS SOLUTION (Using background images/colors)
   ======================================================================== */

/**
 * This creates colored boxes representing each payment method
 * Best for: Quick implementation without image files
 */

.payment-methods-section {
    background-color: #000000;
    padding: 30px 0;
    border-top: 1px solid #1a1a1a;
}

.payment-methods-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.payment-methods-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-methods-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.payment-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    min-width: 100px;
    height: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.payment-logo:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* M-Pesa - Red background with white text */
.payment-logo.mpesa {
    background: linear-gradient(135deg, #E30613 0%, #C4001D 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

/* Tigo Pesa - Purple/Blue background */
.payment-logo.tigo {
    background: linear-gradient(135deg, #0066CC 0%, #004C99 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

/* Airtel Money - Red background */
.payment-logo.airtel {
    background: linear-gradient(135deg, #ED1C24 0%, #C4001D 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

/* DPO - Blue/White background */
.payment-logo.dpo {
    background: #ffffff;
    border: 2px solid #0052A5;
    color: #0052A5;
    font-weight: 700;
    font-size: 16px;
}

/* Bank Transfer - Generic */
.payment-logo.bank {
    background: #1a1a1a;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .payment-methods-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-methods-logos {
        gap: 12px;
    }

    .payment-logo {
        min-width: 80px;
        height: 45px;
        padding: 10px 15px;
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .payment-methods-section {
        padding: 20px 0;
    }

    .payment-methods-logos {
        gap: 10px;
    }

    .payment-logo {
        min-width: 70px;
        height: 40px;
        padding: 8px 12px;
        font-size: 12px !important;
    }
}


/* ========================================================================
   OPTION 2: IMAGE-BASED SOLUTION (For actual logo images)
   ======================================================================== */

/**
 * This version uses actual logo images
 * Best for: Professional look with real brand logos
 */

.payment-methods-section-img {
    background-color: #000000;
    padding: 30px 0;
    border-top: 1px solid #1a1a1a;
}

.payment-methods-container-img {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.payment-methods-title-img {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-methods-logos-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.payment-logo-img {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-logo-img:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.25);
    filter: brightness(1.1);
}

.payment-logo-img img {
    height: 35px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

/* Mobile responsive for images */
@media (max-width: 768px) {
    .payment-methods-title-img {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .payment-methods-logos-img {
        gap: 15px;
    }

    .payment-logo-img img {
        height: 30px;
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .payment-methods-section-img {
        padding: 20px 0;
    }

    .payment-methods-logos-img {
        gap: 10px;
    }

    .payment-logo-img {
        padding: 8px 12px;
    }

    .payment-logo-img img {
        height: 25px;
        max-width: 80px;
    }
}


/* ========================================================================
   ALTERNATIVE: INLINE WITH COPYRIGHT (Compact Version)
   ======================================================================== */

/**
 * This places payment methods inline with copyright
 * Best for: Saving vertical space
 */

.copyright-with-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.payment-methods-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-methods-inline-title {
    color: #888888;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px;
}

/* Payment methods logos container */
.payment-methods-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* Individual payment logo wrapper */
.payment-logo-img {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payment-logo-img:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Payment logo images */
.payment-logo-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.payment-logo-img:hover img {
    filter: grayscale(0%);
}

.payment-methods-inline-logos {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-logo-small {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.payment-logo-small:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

/* Colors for inline version */
.payment-logo-small.mpesa {
    background: #E30613;
    color: #fff;
}

.payment-logo-small.tigo {
    background: #0066CC;
    color: #fff;
}

.payment-logo-small.airtel {
    background: #ED1C24;
    color: #fff;
}

.payment-logo-small.dpo {
    background: #fff;
    color: #0052A5;
    border: 1px solid #0052A5;
}

@media (max-width: 768px) {
    .copyright-with-payments {
        flex-direction: column;
        text-align: center;
    }

    .payment-methods-inline {
        flex-direction: column;
    }
}


/* ========================================================================
   BONUS: ICON-BASED VERSION (Using Font Awesome)
   ======================================================================== */

/**
 * Uses Font Awesome mobile phone and payment icons
 * Best for: Lightweight, no image dependencies
 */

.payment-methods-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.payment-icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    padding: 10px 18px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #333333;
}

.payment-icon-box i {
    font-size: 20px;
}

.payment-icon-box:hover {
    background: #252525;
    border-color: #ff6311;
    transform: translateY(-2px);
}

.payment-icon-box.mpesa i {
    color: #E30613;
}

.payment-icon-box.tigo i {
    color: #0066CC;
}

.payment-icon-box.airtel i {
    color: #ED1C24;
}

.payment-icon-box.dpo i {
    color: #0052A5;
}

.payment-icon-box.bank i {
    color: #4CAF50;
}


/* ========================================================================
   ACCESSIBILITY & PRINT
   ======================================================================== */

/* Focus states for accessibility */
.payment-logo:focus,
.payment-logo-img:focus,
.payment-logo-small:focus {
    outline: 2px solid #ff6311;
    outline-offset: 2px;
}

/* Hide from print */
@media print {

    .payment-methods-section,
    .payment-methods-section-img {
        display: none !important;
    }
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/domain-page-redesign.css */
/**
 * ========================================================================
 * DOMAIN REGISTRATION PAGE REDESIGN - NAMECHEAP STYLE
 * ========================================================================
 * Transforms large cards into compact pricing table
 * Makes domain search prominent at top
 * Shows many TLDs in compact rows
 */

/* ========================================================================
   OPTION 1: CSS-ONLY SOLUTION (Transform existing layout)
   ======================================================================== */

/**
 * This CSS transforms the current card layout into a compact table
 * without modifying the template file
 */

/* Move hero section up and make it compact */
.about-wrp.bg-purple {
    padding: 40px 0 30px !important;
}

.about-wrp .abt-bx h1 {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

.about-wrp .abt-bx h6 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

/* Make domain search more prominent */
.online-business-wpr {
    padding: 0 !important;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.online-business-box {
    background: #ffffff !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    border-radius: 12px !important;
    padding: 30px !important;
}

.online-business-box h3 {
    font-size: 24px !important;
    color: #2F1C6A !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

/* Transform domain cards into compact table-like rows */
.domain-pricing-section {
    padding: 60px 0 !important;
}

.domain-pricing-section .titlebar h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
}

.domain-pricing-section .titlebar p {
    font-size: 16px !important;
    margin-bottom: 40px !important;
}

/* Transform cards into compact rows */
.domain-pricing-section .row {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.domain-pricing-section .col-lg-4,
.domain-pricing-section .col-md-6 {
    width: 100% !important;
    max-width: 900px;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
}

.domain-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 25px !important;
    margin-bottom: 1px !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    border: 1px solid #e8eaed !important;
    border-bottom: none !important;
    min-height: auto !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.domain-card:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.domain-card:last-child {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-bottom: 1px solid #e8eaed !important;
}

.domain-card:hover {
    background: #f8f9fa !important;
    border-color: #ff6311 !important;
    box-shadow: 0 2px 12px rgba(255, 99, 17, 0.1) !important;
    position: relative;
    z-index: 5;
}

/* Featured card styling */
.domain-card.featured {
    background: linear-gradient(135deg, #fff5f0 0%, #ffffff 100%) !important;
    border-color: #ff6311 !important;
    border-width: 2px !important;
}

/* Domain card header - Left aligned */
.domain-card-header {
    flex: 0 0 120px;
    margin: 0 !important;
    padding: 0 !important;
}

.domain-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2F1C6A !important;
    margin: 0 !important;
}

/* Domain price - Center */
.domain-card-price {
    flex: 0 0 180px;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.price-amount {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff6311 !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.price-period {
    font-size: 13px !important;
    color: #ffffff !important;
    display: block !important;
}

/* Hide divider */
.domain-divider {
    display: none !important;
}

/* Description - Hide or minimize */
.domain-card-desc {
    flex: 1;
    margin: 0 !important;
    padding: 0 20px !important;
    display: none !important;
    /* Hide long descriptions */
}

/* Or show short version only */
.domain-card-desc p {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.domain-card-desc strong {
    display: none !important;
    /* Hide "Commercial Domain" etc */
}

/* Order button - Right aligned */
.btn-domain-order {
    flex: 0 0 140px;
    padding: 12px 24px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    background: #ff6311 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.btn-domain-order:hover {
    background: #e55a0f !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 99, 17, 0.3) !important;
}

/* International domains section - same compact style */
.pricing-wrp.bg-purple .row {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.pricing-wrp.bg-purple .col-lg-3 {
    width: auto !important;
    flex: 0 0 calc(25% - 15px);
    max-width: 280px;
    margin: 0 !important;
}

.domain-price-box {
    background: #ffffff;
    padding: 25px !important;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.domain-price-box:hover {
    border-color: #ff6311;
    box-shadow: 0 8px 20px rgba(255, 99, 17, 0.15);
    transform: translateY(-5px);
}

.domain-price-box h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2F1C6A !important;
    margin-bottom: 8px !important;
}

.domain-type {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 15px !important;
}

.price-tag .period {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.price-tag .amount {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff6311;
    margin-bottom: 15px;
}

/* Mobile responsive */
@media (max-width: 991px) {
    .domain-card {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 20px !important;
    }

    .domain-card-header,
    .domain-card-price,
    .domain-card-desc {
        flex: 1 !important;
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 12px !important;
    }

    .btn-domain-order {
        width: 100% !important;
        flex: 1 !important;
    }

    .pricing-wrp.bg-purple .col-lg-3 {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .domain-card-desc {
        display: none !important;
        /* Always hide on mobile */
    }

    .pricing-wrp.bg-purple .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ========================================================================
   BONUS: SALE BADGES & DISCOUNTS (For future dynamic pricing)
   ======================================================================== */

/* Sale badge */
.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Original price strikethrough */
.price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

/* Discount percentage */
.price-discount {
    background: #ff0000;
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
}

/* Example usage in HTML:
<div class="domain-card-price">
    <span class="price-original">TZS 30,000</span>
    <span class="price-amount">23,500</span>
    <span class="price-discount">-22%</span>
    <span class="price-period">/Annually</span>
</div>
*/


/* ========================================================================
   TABLE VERSION (Alternative approach)
   ======================================================================== */

/**
 * This creates actual table styling (uncomment to use)
 * Best for: Maximum compactness like Namecheap
 */

/*
.domain-pricing-table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.domain-pricing-table-header {
    display: flex;
    background: #f8f9fa;
    padding: 15px 25px;
    border-bottom: 2px solid #e8eaed;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.domain-pricing-table-row {
    display: flex;
    align-items: center;
    padding: 18px 25px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.domain-pricing-table-row:hover {
    background: #f8f9fa;
}

.domain-pricing-table-col-tld {
    flex: 0 0 150px;
    font-size: 18px;
    font-weight: 700;
    color: #2F1C6A;
}

.domain-pricing-table-col-price {
    flex: 0 0 180px;
    font-size: 20px;
    font-weight: 700;
    color: #ff6311;
}

.domain-pricing-table-col-desc {
    flex: 1;
    font-size: 14px;
    color: #666;
}

.domain-pricing-table-col-action {
    flex: 0 0 120px;
    text-align: right;
}
*/

/* Source: live-seo-priority-20260902/templates/cloudx/css/news-guides-section.css */
/**
 * ============================================================================
 * LATEST NEWS & GUIDES SECTION - NAMECHEAP STYLE
 * ============================================================================
 * Colorful announcement cards with hover effects
 * Responsive: 3 cards desktop, 2 tablet, 1 mobile
 */

/* ========================================================================
   SECTION CONTAINER
   ======================================================================== */

.news-teaser-section {
    padding: 40px 0 60px 0;
    background: #ffffff;
}

/* ========================================================================
   SECTION HEADER
   ======================================================================== */

.news-teaser-header {
    text-align: center;
    margin-bottom: 30px;
}

.news-teaser-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.news-teaser-subtitle {
    font-size: 1.15rem;
    color: #666;
    margin: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
   CARDS GRID - CSS Grid Layout
   ======================================================================== */

.news-teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 0;
}

/* 2-column grid variant */
.news-teaser-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
   INDIVIDUAL CARD STYLING
   ======================================================================== */

.news-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* ========================================================================
   CARD HEADER - Colored Background with Icon
   ======================================================================== */

.news-card-header {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Decorative background pattern */
.news-card-header::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    animation: float 8s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-5%, 5%) rotate(3deg);
    }
}

.news-card-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-icon {
    transform: scale(1.1) rotate(-5deg);
}

.news-card-icon i {
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.95);
}

/* ========================================================================
   CARD COLOR VARIATIONS
   ======================================================================== */

/* Blue Card */
.news-card-blue .news-card-header {
    background: linear-gradient(135deg, #a8d8ea 0%, #7ec8e3 100%);
}

.news-card-blue .news-card-icon {
    background: rgba(63, 136, 197, 0.35);
}

.news-card-blue .news-card-icon i {
    color: #2c5f8a;
}

/* Green Card */
.news-card-green .news-card-header {
    background: linear-gradient(135deg, #b8e6c1 0%, #8ed1a0 100%);
}

.news-card-green .news-card-icon {
    background: rgba(60, 145, 100, 0.35);
}

.news-card-green .news-card-icon i {
    color: #2d7a4c;
}

/* Orange Card */
.news-card-orange .news-card-header {
    background: linear-gradient(135deg, #ffd4a8 0%, #ffba78 100%);
}

.news-card-orange .news-card-icon {
    background: rgba(230, 126, 34, 0.35);
}

.news-card-orange .news-card-icon i {
    color: #c45c00;
}

/* Purple Card */
.news-card-purple .news-card-header {
    background: linear-gradient(135deg, #d4b8e8 0%, #b899d4 100%);
}

.news-card-purple .news-card-icon {
    background: rgba(142, 68, 173, 0.35);
}

.news-card-purple .news-card-icon i {
    color: #6b3a8c;
}

/* Teal Card */
.news-card-teal .news-card-header {
    background: linear-gradient(135deg, #a8e6e6 0%, #7ed4d4 100%);
}

.news-card-teal .news-card-icon {
    background: rgba(32, 178, 170, 0.35);
}

.news-card-teal .news-card-icon i {
    color: #1a6b6b;
}

/* Red Card */
.news-card-red .news-card-header {
    background: linear-gradient(135deg, #f5b7b7 0%, #f09090 100%);
}

.news-card-red .news-card-icon {
    background: rgba(192, 57, 43, 0.35);
}

.news-card-red .news-card-icon i {
    color: #a93226;
}

/* ========================================================================
   SECTION BLOCK STYLES
   ======================================================================== */

.news-section-block {
    margin-bottom: 60px;
}

.news-section-block:last-child {
    margin-bottom: 0;
}

.news-section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-section-title i {
    color: #ff6311;
    font-size: 1.3rem;
}

.news-section-cta {
    text-align: center;
    margin-top: 30px;
}

.news-card-category {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.news-card-category i {
    font-size: 0.8rem;
    color: #ff6311;
}

/* ========================================================================
   ALL BUTTONS - ORANGE THEME COLOR
   ======================================================================== */

.news-card-btn {
    background: #ff6311 !important;
}

.news-card-btn:hover {
    background: #e55a0f !important;
}

/* ========================================================================
   CARD BODY - Title & Excerpt
   ======================================================================== */

.news-card-body {
    padding: 25px 25px 15px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-card-excerpt {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 15px;
    flex: 1;
}

.news-card-date {
    font-size: 0.85rem;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-date i {
    font-size: 0.8rem;
}

/* ========================================================================
   CARD FOOTER - CTA Button
   ======================================================================== */

.news-card-footer {
    padding: 0 25px 25px 25px;
}

.news-card-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-card-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

/* ========================================================================
   VIEW ALL BUTTON
   ======================================================================== */

.news-teaser-cta {
    text-align: center;
}

.news-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: transparent;
    border: 2px solid #ff6311;
    border-radius: 10px;
    color: #ff6311 !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.news-view-all-btn:hover {
    background: #ff6311;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 99, 17, 0.3);
}

.news-view-all-btn i {
    transition: transform 0.3s ease;
}

.news-view-all-btn:hover i {
    transform: translateX(5px);
}

/* ========================================================================
   RESPONSIVE DESIGN
   ======================================================================== */

/* Tablet: 2 cards per row */
@media (max-width: 991px) {
    .news-teaser-section {
        padding: 40px 0;
    }

    .news-teaser-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news-teaser-grid-2 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }

    .news-teaser-title {
        font-size: 2rem;
    }

    .news-card-header {
        height: 140px;
    }

    .news-card-icon {
        width: 70px;
        height: 70px;
    }

    .news-card-icon i {
        font-size: 1.8rem;
    }
}

/* Mobile: 1 card per row */
@media (max-width: 576px) {
    .news-teaser-section {
        padding: 30px 0;
    }

    .news-teaser-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-teaser-grid-2 {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .news-teaser-header {
        margin-bottom: 25px;
    }

    .news-teaser-title {
        font-size: 1.75rem;
    }

    .news-teaser-subtitle {
        font-size: 1rem;
    }

    .news-card-header {
        height: 130px;
    }

    .news-card-body {
        padding: 20px 20px 10px 20px;
    }

    .news-card-footer {
        padding: 0 20px 20px 20px;
    }

    .news-card-title {
        font-size: 1.15rem;
    }

    .news-card-excerpt {
        font-size: 0.9rem;
    }

    .news-card-btn {
        padding: 12px 18px;
    }

    .news-view-all-btn {
        padding: 14px 28px;
        font-size: 0.95rem;
        width: 100%;
        justify-content: center;
    }
}

/* ========================================================================
   ANIMATION ENHANCEMENTS
   ======================================================================== */

/* Stagger entrance animation */
.news-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.news-card:nth-child(1) {
    animation-delay: 0.1s;
}

.news-card:nth-child(2) {
    animation-delay: 0.2s;
}

.news-card:nth-child(3) {
    animation-delay: 0.3s;
}

.news-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .news-card {
        animation: none;
        opacity: 1;
    }

    .news-card-header::before {
        animation: none;
    }
}

/* ========================================================================
   DARK MODE SUPPORT (Optional)
   ======================================================================== */

@media (prefers-color-scheme: dark) {
    /* Uncomment to enable dark mode */
    /*
    .news-teaser-section {
        background: #1a1a2e;
    }
    
    .news-teaser-title {
        color: #ffffff;
    }
    
    .news-teaser-subtitle {
        color: #aaa;
    }
    
    .news-card {
        background: #252540;
    }
    
    .news-card-title {
        color: #ffffff;
    }
    
    .news-card-excerpt {
        color: #bbb;
    }
    */
}

/* Source: live-seo-priority-20260902/templates/cloudx/css/domain-search-sticky.css */
/**
 * ============================================================================
 * STICKY DOMAIN SEARCH BAR - FULL WIDTH
 * ============================================================================
 */

/* Main Full-Width Wrapper */
.sticky-domain-search-wrapper {
    position: -webkit-sticky !important;
    /* Safari */
    position: sticky !important;
    top: 70px !important;
    /* Adjust based on your header height */
    z-index: 1020 !important;
    /* Higher than other content */
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    padding: 20px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Inner Content Layout */
.online-business-box-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2e3442;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .online-business-box-content h3 {
        margin-bottom: 15px;
        text-align: center;
    }
}

/* Domain Search Form Styling */
.domain-box {
    position: relative;
    width: 100%;
}

.domain-box form {
    display: flex;
    background: #f4f6f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

.domain-box form:focus-within {
    background: #fff;
    border-color: #ff6311;
    box-shadow: 0 0 0 3px rgba(255, 99, 17, 0.1);
}

.domain-box input[type="text"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    height: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-domainb {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* TLD Select */
.domain-box select.form-control {
    width: auto;
    min-width: 100px;
    border: none;
    background: transparent;
    height: 50px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    box-shadow: none !important;
    padding-right: 30px;
    /* Adjust if needed */
}

/* Search Button */
.domain-box button {
    background: #ff6311;
    color: #fff;
    border: none;
    padding: 0 30px;
    height: 44px;
    /* Slightly smaller than container to fit nicely */
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 3px;
}

.domain-box button:hover {
    background: #e55a0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 99, 17, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .sticky-domain-search-wrapper {
        padding: 15px 0;
        top: 60px !important;
        /* Adjust for mobile header */
    }

    .online-business-box-content h3 {
        font-size: 18px;
    }

    .domain-box form {
        flex-direction: column;
        padding: 10px;
        background: #fff;
    }

    .domain-box input[type="text"] {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        height: 45px;
        text-align: center;
    }

    .btn-domainb {
        width: 100%;
        gap: 10px;
    }

    .domain-box select.form-control {
        width: 40% !important;
        border: 1px solid #eee;
        border-radius: 4px;
        height: 45px;
    }

    .domain-box button {
        width: 60%;
        height: 45px;
    }
}
