/*
Author       : Redcheap
Template Name: cube host v2 x
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (import font, color, scrollbar, background, width, section-padding, section-title, back to top button, etc)
    02. BUTTON STYLE
    03. HEADER STYLE
    04. BANNER STYLE
    05. RATING STYLE
    06. PLAN STYLE
    07. SERVICES STYLE
    08. SUPPORT STYLE
    09. TESTIMONILAS Style
    10. FOOTER Style

=============================================================*/

/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --color-primary: #ff811a;
    --color-primary-rgb: 255, 217, 186;
    --color-secondary: #FFA41B;
    --color-secondary-rgb: 12, 130, 46;
    --color-secondary-alt: #fff;
    --color-tertiary: #FFA41B;
    --color-tertiary-2: #7152E9;
    --color-dark: #202133;
    --color-body: #6F6B80;
    --color-heading: #202133;
    --color-white: #ffffff;
    --color-shape: #EEEEEE;
    --color-shade: #F5F5F5;
    --color-border: #EEEEEE;
    --color-black: #000000;
    --color-blackest: #0f0f11;
    --color-extra01: #666666;
    --color-extra02: #606770;
    --color-extra03: #FBFBFD;
    --color-extra04: #1A1A1A;
    --color-extra05: #242424;
    --color-extra06: #DBF1C0;
    --color-extra07: #EAF3FE;
    --color-extra08: #C3ECCE;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --border-width: 2px;
    --radius-small: 5px;
    --radius: 10px;
    --radius-big: 16px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
    --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
    --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
    --color-white-rgb: 255, 255, 255;
    --transition: 0.3s;
    --transition-2: 0.7s;
    --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
    --font-primary: 'Urbanist';
    --font-secondary: 'Urbanist';
    --font-bootstrap: 'bootstrap-icons';
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --font-size-b4: 12px;
    --line-height-b1: 1.67;
    --line-height-b2: 1.63;
    --line-height-b3: 1.6;
    --line-height-b4: 1.3;
    --h1: 72px;
    --h2: 68px;
    --h3: 40px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
    --h1-lineHeight: 1.25;
    --h2-lineHeight: 1.24;
    --h3-lineHeight: 1.4;
    --h4-lineHeight: 1.38;
    --h5-lineHeight: 1.5;
    --h6-lineHeight: 1.6;
}



/*scrollbar css start*/

* {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) transparent;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}

::selection {
    background: var(--color-primary);
}

::selection {
    color: var(--color-white);
    text-shadow: none;
}

:root {
    scroll-behavior: smooth;
}

/*scrollbar css end*/

/*color css start*/
.color-primary {
    color: var(--color-primary) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-tertiary {
    color: var(--color-tertiary) !important;
}

.color-heading {
    color: var(--color-heading) !important;
}

.color-body {
    color: var(--color-body) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

/*color css end*/


/*background color style css start*/
.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary {
    background: var(--color-secondary) !important;
}

.bg-none {
    background: transparent !important;
}

.bg-lights {
    background: var(--color-extra07);
}

.bg-color-primary {
    background-color: var(--color-primary);
}

.bg-color-secondary {
    background-color: var(--color-secondary);
}

.bg-color-secondary-alt {
    background-color: var(--color-secondary-alt);
}

.bg-color-tertiary {
    background-color: var(--color-tertiary);
}

.bg-color-grey {
    background-color: #F0F2F5;
}

.bg-color-white {
    background-color: #FFFFFF;
}

.bg-color-black {
    background-color: #1A1A1A;
}

.bg-color-grey {
    background-color: #E5E5E5;
}

.bg-color-extra03 {
    background-color: var(--color-extra03);
}

.bg-color-lessdark {
    background-color: var(--color-lessdark);
}

.bg-color-2 {
    backdrop-filter: saturate(180%) blur(8px);
    background-color: var(--color-darker);
    background-image: linear-gradient(180deg, var(--color-black), transparent);
}

/*background color style css end*/

/*width css start*/

.fit-content {
    width: fit-content;
}

.fit-height {
    height: fit-content;
}

.box-shadow-none {
    box-shadow: none !important;
}

.max-10 {
    max-width: 10%;
}

.max-20 {
    max-width: 20%;
}

.max-30 {
    max-width: 30%;
}

.max-40 {
    max-width: 40%;
}

.max-50 {
    max-width: 50%;
}

.max-60 {
    max-width: 60%;
}

.max-70 {
    max-width: 70%;
}

.max-80 {
    max-width: 80%;
}

.max-90 {
    max-width: 90%;
}

/*width css end*/

/*section gap css Start*/

.v_hostliger-section-gap {
    padding: 50px 0 !important;
}

.v_hostliger-section-gap.padding-unset {
    padding: 0 !important;
}

.v_hostliger-section-gap.bg-1 {
    background: var(--color-secondary-alt);
}

.v_hostliger-section-gap.bg-2 {
    background: #EEF4E5;
}

.v_hostliger-section-gap.bg-3 {
    background: #FAF4E9 !important;
}

.v_hostliger-section-gap.bg-4 {
    background: #F4E5E5;
}

.v_hostliger-section-gap.bg-5 {
    background: #F4FAFF;
}

/*section gap css end*/


/*section-title css start*/
.section-title .pre-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.section-title .title {
    margin-bottom: 0;
    font-size: 40px;
}

.section-title .content {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--color-body);
    margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title br {
        display: none;
    }
}

.section-title.text-white .pre-title {
    color: var(--color-white);
}

.section-title.text-white .title {
    color: var(--color-white);
}

.section-title.text-white .content {
    color: var(--color-white);
}

/*section-title css end*/


/*back to top button css start*/

@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.paginacontainer {
    height: 3000px;
}

.rn-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 94px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #f8e3c3;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rn-progress-parent::after {
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e90f";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--color-tertiary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
    color: var(--color-tertiary);
}

.rn-progress-parent::before {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e914";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent svg path {
    fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*back to top button css end*/


/*
* ----------------------------------------------------------------------------------------
* 02. BUTTON STYLE
* ----------------------------------------------------------------------------------------
*/


.btn-transparent {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-primary);
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.btn-transparent::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: 0.3s;
}

.btn-transparent i {
    padding-left: 10px;
    top: 3px;
    position: relative;
}

.btn-transparent.sm-size {
    font-size: 16px;
    line-height: 26px;
}

.btn-transparent.heading-color {
    color: var(--color-heading);
}

.btn-transparent.heading-color i {
    color: var(--color-heading);
}

.btn-transparent.heading-color:hover {
    color: var(--color-primary);
}

.btn-transparent.heading-color:hover i {
    color: var(--color-primary);
}

.btn-transparent:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.v_hostliger-btn {
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
    overflow: hidden;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.v_hostliger-btn:after {
    content: '';
    background-color: var(--color-secondary);
    border-radius: 50%;
    height: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    width: 0;
    z-index: -1;
}

.v_hostliger-btn:hover:after {
    display: inline-block;
    height: 600px;
    width: 600px;
}

.v_hostliger-btn i {
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.v_hostliger-btn.btn-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.v_hostliger-btn.btn-medium.header-button {
    line-height: 47px;
}

.v_hostliger-btn.btn-medium.header-button.bg-color-white {
    color: var(--color-primary);
}

.v_hostliger-btn.btn-medium.header-button.purchase-button {
    line-height: 50px;
}

.v_hostliger-btn.btn-small {
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 600;
}

.v_hostliger-btn.btn-small i {
    padding-left: 7px;
}

.v_hostliger-btn.left-icon i {
    padding-left: 0;
    padding-right: 10px;
}

.v_hostliger-btn:hover {
    color: var(--color-white);
}

.v_hostliger-btn.btn-dark {
    background: var(--color-dark);
    color: var(--color-white);
}

.v_hostliger-btn.btn-dark:hover {
    color: var(--color-white);
}

.v_hostliger-btn.btn-dark:after {
    background: var(--color-primary);
}


.v_hostliger-btn.btn-shade {
    background: var(--color-shade);
    color: var(--color-heading);
}

.v_hostliger-btn.btn-shade:hover {
    color: var(--color-white);
    background: var(--color-primary);
}

.v_hostliger-btn.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white);
}

.v_hostliger-btn.btn-secondary:hover {
    color: var(--color-white);
    background: var(--color-primary);
}

.v_hostliger-btn.btn-bg-alt {
    background: rgba(82, 95, 225, 0.1);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 59px;
}

.v_hostliger-btn.btn-bg-alt:hover {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.v_hostliger-btn.btn-white {
    background: var(--color-white);
    color: var(--color-primary);
}

.v_hostliger-btn.btn-white:hover {
    color: var(--color-white);
    background: var(--color-secondary);
}

.v_hostliger-btn.btn-border {
    background: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    line-height: 58px;
}

.bg-color-primary .v_hostliger-btn.btn-white:hover {
    background: var(--color-secondary);
}

.round-btn {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--color-white);
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}

.round-btn i {
    font-size: 24px;
    color: var(--color-primary);
    display: inline-block;
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

.v_hostliger-btn2 {
    display: block;
    width: fit-content;
    line-height: 2;
    color: var(--color-primary);
    background: transparent;
    border: 0;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
}

.v_hostliger-btn2 i {
    margin-inline-start: 5px;
    transition: all 0.3s;

}

.v_hostliger-btn2:hover i {
    margin-inline-start: 10px;
}

.v_hostliger-btn2:hover {
    color: var(--color-primary);
}


/*
* ----------------------------------------------------------------------------------------
* 03. HEADER STYLE
* ----------------------------------------------------------------------------------------
*/
.main-header {
    background: transparent;
}

.v_hostliger-header .logo a {
    display: block;
    height: 118px;
    line-height: 118px;
    transition: min-height 1s ease !important;
}

.v_hostliger-header .logo a img {
    max-height: 30px;
}

@media only screen and (max-width: 1199px) {
    .v_hostliger-header .logo a {
        height: 80px;
        line-height: 80px;
    }
}

.v_hostliger-header.disable-transparent .logo a {
    height: unset;
    line-height: unset;
}

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

.v_hostliger-header.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    background: transparent;
    backdrop-filter: inherit;
    z-index: 9;
}

.v_hostliger-header.header-sticky {
    transition: height .5s ease-in;
    /*    max-width: 100%;*/
    z-index: 99;
}

.v_hostliger-header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-secondary-alt) !important;
    width: 100%;
    height: unset;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 99;
    max-width: 100%;
    padding: 20px;
    border-bottom: 1px solid #D4D4D8;
}

.v_hostliger-header.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-secondary-alt) !important;
    width: 100%;
    height: unset;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 99;
    max-width: 100%;
    padding: 20px;
    border-bottom: 1px solid #D4D4D8;
}

.v_hostliger-header.header-sticky.sticky .logo a {
    height: unset;
    line-height: unset;
}

.header-style-one {
    padding: 6px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-style-one.header-sticky.sticky {
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-one.header-sticky.sticky {
        padding: 6px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-style-one.header-sticky.sticky {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 580px) {
    .header-style-one {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-one.header-sticky.sticky {
        padding: 10px 15px;
    }
}

.header-style-one .header-menu-bar {
    display: flex;
    align-items: center;
}

.white-box-icon {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    outline: none;
    color: var(--color-primary);
    border: 0 none;
    padding: 0;
    background: none;
    display: block;
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .white-box-icon {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


.header-right .desktop-view {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right .desktop-view li {
    display: block;
}

.header-right .desktop-view>li+li {
    margin-inline-start: 10px;
}

.header-right .desktop-view li>a {
    display: block;
    padding: 7px 10px;
    color: var(--color-black);
    border-radius: 4px;
    font-size: 18px;
}

.header-right .desktop-view li>a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.header-right .desktop-view li.dropdown a.dropdown-toggle:after {
    position: relative;
    content: "\e969";
    font-family: 'icomoon';
    right: -7px;
    font-weight: 600;
    vertical-align: bottom;
}

.header-right .desktop-view li.dropdown .dropdown-menu {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    left: unset;
    right: 0;
    top: 100%;
    padding: 10px;
    min-width: 300px;
    top: 125%;
    padding-top: 15px;
}



.header-right .desktop-view li.dropdown .dropdown-menu::after {
    content: '';
    top: -10px;
    background-color: var(--color-white);
    border-top-left-radius: 0.25rem;
    width: 20px;
    height: 20px;
    border-top: 1px solid var(--color-white);
    border-left: 1px solid var(--color-white);
    border-bottom-color: transparent;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    position: absolute;
    z-index: 1061;
    right: 17px;
}

.header-right .desktop-view li.dropdown .dropdown-menu a {
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    color: var(--color-black);
    background: unset;
    padding: 10px 0;
}

.header-right .desktop-view li.dropdown .dropdown-menu li:first-child a {
    padding-top: 0;
}

.header-right .desktop-view li.dropdown .dropdown-menu li:last-child a {
    border: 0;
}

.header-right .desktop-view li.dropdown .dropdown-menu a .heading {
    display: block;
    margin-bottom: 10px;
    color: var(--color-black);
    font-weight: 600;
    font-size: 18px;
}

.header-right .desktop-view li.dropdown .dropdown-menu a .subheading {
    display: block;
    margin-bottom: 10px;
    color: var(--color-body);
    font-weight: 600;
    font-size: 16px;
}

.header-right .desktop-view li.dropdown .dropdown-menu a .link {
    display: block;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.header-right .mob-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right .mob-icon li {
    display: none;
}

@media (max-width:1200px) {
    .header-right .mob-icon li {
        display: block;
    }
}

.header-right .mob-icon li:last-child {
    display: block;
}

.header-right .mob-icon li+li {
    margin-inline-start: 17px;
}

.header-right .mob-icon li a {
    display: block;
}

.header-right .mob-icon li a i {
    font-size: 20px;
    color: var(--color-primary);
}

/*--------------------------
    Navigation Styles 
----------------------------*/

body::before {
    content: '';
    display: block;
    background: #3939395e;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

body.dropdown-hover::before {
    opacity: 1;
    visibility: visible;
}

.mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.mainmenu-nav .mainmenu>li>a {
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    padding: 0 19px;
    display: block;
    /*height: 80px;
    line-height: 80px;*/
    transition: 0.3s;
    letter-spacing: 0.5px;
    padding: 10px 19px;
    border-radius: 4px;
}

.mainmenu-nav .mainmenu>li:hover>a,
.mainmenu-nav .mainmenu>li>a.active {
    color: var(--color-white) !important;
    background: var(--color-primary);
}

.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a {
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown>a::after {
    position: relative;
    content: "\e969";
    font-family: 'icomoon';
    right: -7px;
    font-weight: 600;
    vertical-align: bottom;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu-nav .mainmenu li.has-droupdown>a::after {
        right: 0px;
    }
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu {
    min-width: auto;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    padding: 10px 0;
    background-color: var(--color-white);
    box-shadow: 0 0 20px rgba(207, 207, 207, .2);
    border-top: 3px solid var(--color-primary);

}

.mainmenu-nav .mainmenu li.has-droupdown.megamenu {
    position: sticky;
}

.mainmenu-nav .mainmenu li.has-droupdown.megamenu .submenu {
    /* position: fixed; */
    top: 100px;
    /* width: 100%; */
    display: flex;
    padding: 10px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
    position: relative;
    padding: 10px;
}

.mainmenu-nav .mainmenu li.has-droupdown.megamenu .submenu li {
    flex: 1;
}

.mainmenu-nav .mainmenu li.has-droupdown.megamenu .submenu li h6 {
    font-size: 18px;
    color: var(--color-body);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}


.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.item {
    padding: 10px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    transition: ease 0.3s;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.item:hover {
    background: rgba(var(--color-primary-rgb), 0.1);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.item i {
    padding: 10px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1;
    background: rgba(var(--color-primary-rgb), 0.3);
    color: var(--color-black);
    margin-inline-end: 10px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.item span {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-dark);
    letter-spacing: 0.5px;
    text-wrap: nowrap;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.item:hover span {
    color: var(--color-primary);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown>a::after {
    content: "\e92c";
    font-family: 'icomoon';
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
    left: 100%;
    top: 90%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu {
    left: 100%;
    top: 0;
    z-index: 90;
    opacity: 1;
    visibility: visible;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mainmenu-nav .mainmenu li.has-droupdown.megamenu:hover>.submenu {
    top: 60px;
}

.header-sticky.sticky .mainmenu-nav .mainmenu li.has-droupdown.megamenu:hover>.submenu {
    top: 60px;
}


/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out;
}

.popup-mobile-menu .inner {
    width: 350px;
    z-index: 999;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all .5s ease-out;
}

.popup-mobile-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 45px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: var(--color-white);
    border: 0 none;
    color: var(--color-heading);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
    margin: 0;
}

.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #645c53;
    letter-spacing: 0.5px;
}

.popup-mobile-menu .mainmenu li ul li a {
    font-size: 16px;
}


.popup-mobile-menu .mainmenu li a.active {
    color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu li+li {
    border-top: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    display: none;
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li {
    margin-bottom: 5px;
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li li {
    border: 0;
}




.popup-mobile-menu .mainmenu li.has-droupdown .submenu li a.item {
    padding: 10px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    transition: ease 0.3s;
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li a.item:hover {
    background: rgba(var(--color-primary-rgb), 0.1);
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li a.item i {
    padding: 10px;
    border-radius: 9px;
    font-size: 18px;
    line-height: 1;
    background: rgba(var(--color-primary-rgb), 0.3);
    color: var(--color-black);
    margin-inline-end: 10px;
    font-weight: 500;
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li a.item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-dark);
    letter-spacing: 0.5px;
}

.popup-mobile-menu .mainmenu li.has-droupdown .submenu li a.item:hover span {
    color: var(--color-primary);
}


.popup-mobile-menu .mainmenu .has-droupdown>a {
    position: relative;
}

.popup-mobile-menu .mainmenu .has-droupdown>a::after {
    position: absolute;
    content: "\F282";
    font-family: var(--font-bootstrap);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    font-size: 14px;
}

.popup-mobile-menu .mainmenu .has-droupdown>a.open::after {
    content: "\F286";
}

.popup-mobile-menu .mainmenu .has-droupdown>a.open {
    color: var(--color-primary);
}


.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding: 0px 5px;
}


/*
* ----------------------------------------------------------------------------------------
* 04. BAANNER STYLE
* ----------------------------------------------------------------------------------------
*/

.banner {
    padding: 180px 0px 40px 0px;
}

.banner .header-sticky.sticky {
    padding: 100px 0px;
}

.banner.back-light {
    background: #fff;
}

.banner.back-light-two {
    background: #FFF8F9;
}

.banner.back-light-three {
    background: #FAF4E9;
}

.banner.back-light-four {
    background: #FAF4E9 !important;
}

.banner.back-light-five {
    background: #FFEEEA;
}

.banner.back-light-six {
    background: #FEF2EE;
}

.banner .heading {
    font-size: 36px;
    line-height: 1.3;
    text-align: start;
    font-weight: 700;
}


@media (max-width:1200px) {
    .banner .heading {
        font-size: 35px;
    }
}


.banner .subheading {
    font-size: 20px;
    line-height: 1.5;
    text-align: start;
    font-weight: 600;
    color: var(--color-black);
}

.banner .subheading.content {
    color: var(--color-body);
    font-size: 18px;
}

@media (max-width:550px) {
    .banner .heading {
        font-size: 28px;
    }

    .banner .subheading {
        font-size: 19px;

    }

    .banner .subheading.content {
        color: var(--color-body);
        font-size: 16px;
        letter-spacing: 0.5px;
    }
}

.banner .subheading span.color {
    color: var(--color-primary);
}

.banner .list-tick {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner .list-tick li {
    display: block;
    position: relative;
    padding-inline-start: 29px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.5px;
}

.banner .list-tick li+li {
    margin-top: 0px;
}

.banner .list-tick li::before {

    color: var(--color-success);

}

.banner .starting-price {
    display: flex;
    margin-top: 10px;
    position: relative;
    margin-bottom: 15px;

}

.banner .starting-price .currency-icon {
    font-size: 16px;
    color: var(--color-dark);
    bottom: 0;
    position: relative;
}

.banner .starting-price .price {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}



.banner .starting-price .durection {
    font-size: 22px;
    color: var(--color-dark);
    bottom: -2px;
    position: relative;
}

@media(max-width:500px) {
    .banner .starting-price .price {
        font-size: 40px;
    }

    .banner .starting-price .currency-icon {
        bottom: -10px;
    }

    .banner .starting-price .durection {
        bottom: -10px;
    }

}

.banner .months {
    font-size: 18px;
    line-height: 1;
    color: var(--color-primary);
}

.banner .countdown-main {
    margin-top: 10px;
}


.banner .countdown-main .countdown {
    display: flex;
}

.banner .countdown-main .countdown .countdown-container {
    padding: 15px 20px;
    font-size: 20px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 5px;
}

.banner .countdown-main .countdown .countdown-container+.countdown-container::before {
    content: ':';
    color: var(--color-body);
    font-size: 25px;
    position: absolute;
    left: -15px;
    line-height: 1;
}

.banner .countdown-main .countdown .countdown-container+.countdown-container {
    margin-inline-start: 20px;
    position: relative;
}

.banner .countdown-main .countdown .countdown-container .countdown-heading {
    display: none;
}

.banner .banner-btn {
    margin-top: 15px;
}

.banner .banner-btn.width {
    width: 280px;
    text-align: center;
}

.banner .money-back {
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}



.banner .money-back i {
    color: var(--color-primary);
}

.banner .lowest-prise {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-body);
    letter-spacing: 0.5px;
}


.banner-list-design {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    left: 0;
}

@media (max-width:992px) {
    .banner-list-design {
        display: none;
    }
}

.banner-list-design .inner.domains {
    position: absolute;
    right: -9%;
    top: 5%;
    animation: bounce 4s linear infinite;
}

.banner-list-design .inner.supports {
    position: absolute;
    left: -15%;
    bottom: -4%;
    animation: movingx 3s linear infinite;
}




.banner-list-design .inner {

    display: flex;
    padding: 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    min-width: 312px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
}

.banner-list-design .inner .icon {
    margin-inline-end: 10px;
}

.banner-list-design .inner .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #15A280;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    color: #fff;
    font-size: 30px;
}

.banner-list-design .inner .content {}

.banner-list-design .inner .content h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #1A1729;
    letter-spacing: 0.5px;
}

.banner-list-design .inner .content p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #625F71;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.banner-search-bar::before {
    content: '';
    background: url("../images/dotted.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -33px;
    width: 100%;
    height: 194%;
    top: -20px;
}

.banner-search-bar {
    display: flex;
    position: relative;
    box-shadow: 0px 2px 18px 0px rgba(71, 117, 192, 0.12);
    margin: 30px 0;
}

.banner-search-bar .contents {
    padding: 20px 15px;
    border: 0;
    outline: none;
    box-shadow: unset;
    width: 100%;
    background: #FFFFFF;
    color: var(--color-body);
    font-size: 19px;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 600;
    z-index: 1;
}

.banner-search-bar .submits {
    padding: 20px 15px;
    border: 0;
    outline: none;
    box-shadow: unset;
    width: fit-content;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 19px;
    line-height: 1.5;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 1;
}

@media (max-width:500px) {

    .banner-search-bar .contents,
    .banner-search-bar .submits {
        padding: 15px 15px;
        font-size: 17px;
    }
}

.lowest-prise-list {
    display: flex;
    flex-wrap: wrap;
}

.lowest-prise-list li {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 800;
    padding: 10px 15px;
    background: #d3ecda;
    border-radius: 20px 0 20px 0;
    box-shadow: 0px 2px 18px 0px rgba(206, 154, 154, 0.12);
    margin: 7px;
}

.lowest-prise-list li .dot {
    color: var(--color-primary);
}

.lowest-prise-list li .price {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #232827;
}

/*
* ----------------------------------------------------------------------------------------
* 05. RATING STYLE
* ----------------------------------------------------------------------------------------
*/

.rating-bg {
    padding: 30px 0 !important;
}

.rating {
    /*padding-inline-start: 20px;*/
}

.rating img {}

.rating .star {
    display: flex;
    margin-top: -2px;
}

.rating .star i {
    font-size: 20px;
    color: #00b67a;
}

.rating .star i+i {
    margin-inline-start: 15px;
}

.rating h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--color-dark);
    letter-spacing: 0.5px;
}

.rating .trust {
    display: flex;
    align-items: center;
}

.rating .trust .icon {
    font-size: 25px;
    color: var(--color-primary);
}

.rating .trust .content {
    margin-inline-start: 15px;
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 700;
    width: 74%;

}


/*
* ----------------------------------------------------------------------------------------
* 06. PLAN STYLE
* ----------------------------------------------------------------------------------------
*/

.plans {
    background-color: #fff;
    box-shadow: 0px 6px 12px #0000001c;
}

.plans .plan-header {
    background: rgba(var(--color-primary-rgb), 0.2);
    padding: 20px 5px;
    text-align: center;
}

.plans .plan-header h3 {
    color: var(--color-black);
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 4px;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 0.5px;
}

.plans .plan-header p {
    color: var(--color-black);
    font-size: 12px;
    margin: 0;
    margin-top: 0px;
    margin-top: -16px;
    letter-spacing: 0.5px;
}

.plans .plan-detail {
    padding: 35px 30px;
}

.plans .plan-detail ul {
    text-align: center;
}

.plans .plan-detail ul li {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-body);
}

.plans .plan-detail .off {
    background: var(--color-white);
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 15px;
    line-height: normal;
    color: var(--color-primary);
    margin: auto;
    width: fit-content;
    margin-top: 10px;
    border: 2px dotted var(--color-primary);
}

.plans .plan-detail .start-up {
    color: #000;
    font-size: 13px;
    margin: 0 0 10px;
}

.plans .plan-detail h4 {
    color: #000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
}

.plans .plan-detail h4 .durection {
    font-size: 13px;
    font-weight: 300;
    bottom: -.25em;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

.plans .plan-detail .plan-btn {
    border-radius: 4px;
    width: 100%;
    background: var(--color-primary);
    padding: 10px 20px;
    display: block;
    text-align: center;
    color: var(--color-white);
    margin-top: 15px;
}

.plans .plan-detail .plan-btn:hover {
    background: var(--color-secondary);
}

.plans-two {
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    padding: 40px 24px;
    /* text-align: center; */
    position: relative;
    transition: all 0.3s;
    border: 1px solid #D4D4D8;
    margin-bottom: 30px;
}

.plans-two:hover {
    /* box-shadow: 0px 12px 64px rgba(103, 151, 255, 0.1), 0px 4px 24px rgba(103, 151, 255, 0.1);
    z-index: 2;
    border: 3px solid var(--color-primary); */
    transform: scale(1.02);
    box-shadow: 0 0 15px #b7d3f3;
}

.plan-featured .plans-two {
    box-shadow: 0px 12px 64px rgba(103, 151, 255, 0.1), 0px 4px 24px rgba(103, 151, 255, 0.1);
    z-index: 2;
    border: 3px solid var(--color-primary);
}

.popular-badge {
    background: var(--color-primary);
    padding: 8px 35px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.plan-featured .plans-two .popular-badge {
    display: block;
}

.popular-badge:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    width: 30px;
    height: 15px;
    background: var(--color-primary);
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.plans-two .pricing-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-dark);
}


.plans-two .pricing-meta {
    margin-bottom: 15px;
}

.plans-two .pricing-meta del {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-body);
}

.plans-two .pricing-meta .del-promo {
    margin-inline-start: 10px;
    padding: 5px 15px;
    border-radius: 17px;
    line-height: 1;
    color: var(--color-primary);
    background: rgba(28, 64, 242, 0.05);
    font-size: 14px;
    width: fit-content;
    display: inline-block;
}

.plans-two .prices {
    display: flex;
    /* justify-content: center; */
}

.plans-two .prices .currency-icons {
    font-size: 32px;
    font-weight: 700;
    color: #001042;
    line-height: 16px;
    transform: translateY(14px);
}

.plans-two .prices .currency-price {
    font-size: 58px;
    font-weight: 700;
    color: #001042;
    line-height: 1em;
    position: relative;
}

.plans-two .prices .plan-durection {
    font-size: 19px;
    color: #666666;
    /* display: inline-block; */
    transform: translateY(28px);
}

.plans-two .plan-select {
    width: 100%;
    padding: 10px;
    border: 0;
    box-shadow: 0;
    outline: none;
    display: block;
    text-align: center;
    background: var(--color-primary);
    transition: all 0.3s;
    border-radius: 5px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--color-white);
    margin-top: 15px;
    font-size: 16px;
}


.plans-two .plan-select:hover {
    background: var(--color-secondary);
}

.plans-two .plan-list {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    /* text-align: center; */
}

.plans-two .list-tick li::before {
    color: var(--color-success);
    content: '\F26E';
}

.plan-list .pricing-title {
    font-size: 18px;
    font-weight: 600;
    margin-block: 10px;
    color: var(--color-dark);
    padding-left: 28px;
}

.plans-two .plan-list .v-cross::before {
    content: '\F62A';
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 24px;
    font-family: var(--font-bootstrap);
    line-height: 1;
    color: var(--color-danger);
}

.plans-two .plan-list li {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    /* text-align: center; */
    /* line-height: 2; */
    letter-spacing: 0.5px;
}

.plans-three {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.plans-three .heading {
    padding: 16px 0 13px 0;
    display: block;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #2b2b2b;
}


.plans-three .pricing {
    padding: 17px 0 14px 0;
    color: #f5c63b;
    background: #212121;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.plans-three .pricing .currency-icon {
    top: -8px;
    left: 3px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}


.plans-three .pricing .durection {
    text-transform: lowercase;
    left: 5px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.plans-three .lists {
    margin: 0;
    padding: 0;
    list-style: none;
    border-inline-start: 1px solid #f8f8f8;
    border-inline-end: 1px solid #f8f8f8;
}

.plans-three .lists li {
    padding: 20px 0 19px 0;
    list-style: none;
    font-size: 15px;
    font-weight: 100;
    color: #555;
    text-align: center;
}

.plans-three .lists li:nth-child(2n+1) {
    background: #f8f8f8;
}

.plans-three .select {
    padding: 15px;
}

.plans-three .select select {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    width: 100%;
    padding: 10px 20px;
    color: #5b5e60;
}

.plans-three .button {
    padding: 15px;
    padding-top: 0;
}

.plans-three .button>* {
    width: 100%;
    text-align: center;
}



.plan-vps {}

.plan-vps .switch-heading {
    margin-bottom: 20px;
    position: relative;
}

.plan-vps .switch-heading .name {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    color: #737373;
    display: flex;
    justify-content: center;
}

@media (max-width:992px) {
    .plan-vps .switch-heading .name {
        justify-content: start;
    }
}

.plan-vps .switch-heading .name span {
    color: var(--color-primary);
    width: fit-content;
    margin-inline-end: 5px;
}

.plan-vps .switch-heading .swither {
    position: absolute;
    right: 0;
    top: 2px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.plan-vps .switch-heading .swither .type {
    font-size: 16px;
    color: var(--color-body);
}

.plan-vps .switch-heading .swither .icon {
    color: var(--color-primary);
    cursor: pointer;
    font-size: 20px;
}

.plan-vps .switch-heading .swither .space {
    margin-inline-end: 10px;
}

.plan-vps .switch-heading .swither .switcher-label {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 19px;
}

.plan-vps .switch-heading .swither .switcher-label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.plan-vps .switch-heading .swither .switcher-label .switch-btn-span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.plan-vps .switch-heading .swither .switcher-label .switch-btn-span::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.plan-vps .switch-heading .swither .switcher-label input:checked+.switch-btn-span {
    background-color: var(--color-primary);
}

.plan-vps .switch-heading .swither .switcher-label input:focus+.switch-btn-span {
    box-shadow: unset;
}

.plan-vps .switch-heading .swither .switcher-label input:checked+.switch-btn-span:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);

}


.plan-vps .switch-heading .swither .vps-plan-differnt {
    width: 550px;
    padding: 25px;
}

.plan-vps .switch-heading .swither .vps-plan-differnt::before {
    content: '';
    position: absolute;
    right: 1px;
    transform: rotate(180deg);
    top: -10px;
    z-index: 1;
    color: var(--color-white);
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.plan-vps .switch-heading .swither .vps-plan-differnt h4 {
    font-size: 18px;
    color: #464646;
    margin-bottom: 0px;
}


.plan-vps .switch-heading .swither .vps-plan-differnt p {
    font-size: 16px;
    color: var(--color-body);
    margin-bottom: 0px;
}

.dedicated-server-plan-sticky {
    position: sticky;
    top: 70px;
    z-index: 2;
}


.dedicated-server-plan-header {
    background-color: #eee;
    padding: 10px 0;
    position: sticky;
    top: 0;
}

.dedicated-server-plan-header>* {
    font-size: 17px;
    line-height: 1.5;
    color: #606059;
    font-weight: 500;
}

.dedicated-plans {
    background: #FFf;
    padding: 5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.5s;
}

.dedicated-plans:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dedicated-plans .title {
    font-size: 16px;
    color: #514040;
    line-height: 2;
    font-weight: 600;
}

.dedicated-plans .lists {
    font-size: 14px;
    color: #887474;
    line-height: 1;
    font-weight: 600;
}

.dedicated-plans .lists.price {
    font-size: 20px;
    color: var(--color-primary);
    font-weight: 600;
}

.dedicated-plans .v_hostliger-btn {
    z-index: 0;
}

@media (max-width:992px) {
    .dedicated-plans {
        padding: 20px 0;
    }

    .dedicated-plans .title {
        font-size: 20px;
        margin: auto;
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    .dedicated-plans .lists::before {
        content: attr(data-list);
        position: relative;
        display: block;
        border-bottom: 1px solid #f8f8f8;
        font-size: 17px;
        line-height: 2;
        text-align: center;
        color: #515555;
    }

    .dedicated-plans .lists {
        font-size: 16px;
        line-height: 3;
        text-align: center;
        display: block;
        border-bottom: 1px solid #f8f8f8;
    }

    .dedicated-plans .v_hostliger-btn {
        margin: auto !important;
        margin-top: 20px !important;
        display: block !important;
        width: fit-content;
    }

}

/*
* ----------------------------------------------------------------------------------------
* 07. SERVICES STYLE
* ----------------------------------------------------------------------------------------
*/

.services-1 {}

.services-1 h3 {
    font-size: 24px;
    color: var(--color-dark);
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.services-1 p {
    font-size: 18px;
    color: var(--color-body);
    margin-bottom: 20px;
}

.services-1 a {
    font-size: 18px;
    color: var(--color-primary);
    transition: var(--transition);
    font-weight: 600;
    display: block;
    width: fit-content;
    letter-spacing: 0.5px;
    position: relative;
}

.services-1 a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background: var(--color-primary);
    transition: .5s;
}

.services-1 a:hover:before {
    width: 100%;
    left: 0;
}

.services-1 i {
    margin-inline-start: 5px;
}

.services-2 {
    position: relative;
    padding: 25px 22px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 300ms ease;
}

.services-2:hover,
.services-2.active {
    border-color: var(--color-white);
    background: var(--color-white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
}

.services-2 .inner {
    display: flex;
    align-items: start;
}

.services-2 .inner .icon {
    margin-inline-end: 15px;
}



.services-2 .inner .icon img {
    display: block;
    max-width: 50px;
    margin-top: 10px;
}

.services-2:hover .inner .icon img {
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}




.services-2 .inner .content {}

.services-2 .inner .content .heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.services-2 .inner .content .detail {
    font-size: 16px;
    margin: 0;
    color: rgb(109, 108, 121);
    line-height: 28px;
    letter-spacing: 0.5px;
}

@media(max-width:400px) {
    .services-2 .inner {
        display: grid;
    }

    .services-2 .inner .icon {
        margin-inline-end: 0;
        margin-bottom: 15px;
    }
}


.services-3 {
    padding: 20px 20px;
}


.services-3 .inner {
    display: flex;
    align-items: start;
}

.services-3 .inner .icon {
    margin-inline-end: 15px;
    line-height: 80px;
    width: fit-content;
    /* height: 80px; */
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 50%;
    background: var(--color-white);
    /* display: flex; */
    /* justify-content: center; */
    padding: 10px;
    border: 1px solid;
    border-color: rgba(var(--color-primary-rgb), 0.4);
}

.services-3 .inner .icon img {
    display: block;
    max-width: 50px;

}

.services-3 .inner .icon i {
    line-height: 50px;
    font-size: 31px;
    width: 50px;
    height: 50px;
    display: block;
    color: #60b683;
}

.services-3:hover .inner .icon {
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}




.services-3 .inner .content {}

.services-3 .inner .content .heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.services-3 .inner .content .detail {
    font-size: 16px;
    margin: 0;
    color: rgb(109, 108, 121);
    line-height: 28px;
    letter-spacing: 0.5px;
}

@media(max-width:400px) {
    .services-3 .inner {
        display: grid;
    }

    .services-3 .inner .icon {
        margin-inline-end: 0;
        margin-bottom: 15px;
    }
}


.services-4 {}


.services-4 .inner {}

.services-4 .inner .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}

.services-4 .inner .icon img {
    max-height: 62px;
}

.services-4 .inner .content {}

.services-4 .inner .content .heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    text-align: center;
}

.services-4 .inner .content .detail {
    font-size: 16px;
    margin: 0;
    color: rgb(109, 108, 121);
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;

}





@-webkit-keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.multicolor-services-five {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    box-shadow: 0px 2px 8px 0px rgba(0, 12, 55, 0.1);
    border-radius: 10px;
}

.services-five {
    position: relative;
}

.services-five .inner {
    padding: 25px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    transition: all .3s;
}

.services-five .inner:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 20px;
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #F2BC00;
    top: 50%;
    left: 50%;

}

.multicolor-services-five .col-12:nth-child(2) .services-five .inner:after {
    background: #4540E1;
}

.multicolor-services-five .col-12:nth-child(3) .services-five .inner:after {
    background: #15A280;
}

.multicolor-services-five .col-12:nth-child(4) .services-five .inner:after {
    background: #F9406C;
}


.active .services-five .inner:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}




.services-five .inner .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #FAF5E6;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    /* margin-bottom: 0px; */
    margin-bottom: 20px;
    transition: all .3s;
}

.multicolor-services-five .col-12:nth-child(2) .services-five .inner .icon {
    background: #EEEDFC;
}

.multicolor-services-five .col-12:nth-child(3) .services-five .inner .icon {
    background: #DEF2ED;
}

.multicolor-services-five .col-12:nth-child(4) .services-five .inner .icon {
    background: #FFEDF1;
}

.active .services-five .inner .icon {
    background: var(--color-white) !important;
}

.services-five .inner .icon i {
    color: #D0A202;
    font-size: 40px;
}

.multicolor-services-five .col-12:nth-child(2) .services-five .inner .icon i {
    color: #4540E1;
}

.multicolor-services-five .col-12:nth-child(3) .services-five .inner .icon i {
    color: #15A280;
}

.multicolor-services-five .col-12:nth-child(4) .services-five .inner .icon i {
    color: #F9406C;
}

.services-five .inner .content {}

.services-five .inner .content h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 7px;
    transition: all .3s;
    letter-spacing: 0.5px;
}

.active .services-five .inner .content h4 {
    color: var(--color-white);
}


.services-five .inner .content p {
    font-size: 16px;
    color: #625F71;
    line-height: 1.5;
    margin-bottom: 0;
    transition: all .3s;
    letter-spacing: 0.5px;
}


.active .services-five .inner .content p {
    color: var(--color-white);
}

.services-six {
    background-color: #fff;
    box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, 0.08);
    text-align: center;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services-six .icon {
    margin-bottom: 10px;
}

.services-six .icon i {
    line-height: 28px;
    font-size: 27px;
    display: block;
    border-radius: 50%;
    padding: 16px;
}

.services-six.one .icon i {
    background: #fffaf3;
    color: #f9bd64;
}

.services-six.two .icon i {
    background: #f5f3fe;
    color: #5138ee;
}

.services-six.three .icon i {
    background: #f2fbfe;
    color: #5ec6e8;
}

.services-six h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: var(--font-primary);
    color: #0a071b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.services-six p {
    margin-bottom: 0px;
    color: #5b5675;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.services-seven {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 30px 30px 30px 32px;
    background: #fff;
    transition: .3s ease-in-out;
    width: 100%;
}

.services-seven:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .04);
    border-color: #fff;
}


.services-seven .icon {
    margin-bottom: 15px;
}

.services-seven .icon i {}

.services-seven h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.services-seven p {
    color: #67685d;
    font-size: 17px;
    line-height: 1.8;
}

.services-eight {}

.services-eight .icon {
    margin-bottom: 15px;
}

.services-eight .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    color: #fff;
    display: block;
}

.services-eight .icon.one i {
    background: #F2BC00;
}

.services-eight .icon.two i {
    background: #15A280;
}

.services-eight .icon.three i {
    background: #0467FD;
}

.services-eight .icon.four i {
    background: #F9406C;
}

.services-eight h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.services-eight p {
    color: #67685d;
    font-size: 17px;
    line-height: 1.8;
}

.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 77px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
}

@media (max-width:767px) {
    .video-btn {
        width: 60px;
        height: 60px;
        line-height: 57px;
    }
}

.video-btn i {
    font-size: 35px;
    position: relative;
    right: -3px;
    color: #fff;
    z-index: 1;
}

/*
* ----------------------------------------------------------------------------------------
* 08. SUPPORT STYLE
* ----------------------------------------------------------------------------------------
*/

.support {
    padding: 30px 0 !important;
}

.support .content h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 33px;
}

.support .contact {
    display: flex;
    align-items: center;
    width: fit-content;
}

.support .contact i {
    font-size: 45px;
    color: var(--color-primary);
    display: block;
}

.support .contact .text {
    margin-inline-start: 15px;
    display: block;
}

.support .contact .text .heading {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.support .contact .text:hover .heading {
    color: var(--color-primary);
}

.support .contact .text .subheading {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    display: block;
    width: 100%;
}


/*
* ----------------------------------------------------------------------------------------
* 09. TESTIMONILAS Style
* ----------------------------------------------------------------------------------------
*/

.testimonilas .rating-title {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: var(--color-body);
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
}

.testimonilas .section-title .title {
    text-transform: capitalize;
}

.testimonilas-slider {
    padding: 10px;
    background: linear-gradient(95.45deg, rgba(0, 130, 248, 0.1) 0.64%, rgba(28, 64, 242, 0.1) 98.23%);
    border-radius: 10px;
}

.testimonilas-slider .slides {
    background: var(--color-white);
    padding: 40px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 12px rgba(125, 125, 125, 0.1);
    box-shadow: 0px 6px 12px rgba(125, 125, 125, 0.1);
}

.testimonilas-slider .slides .rating {
    display: flex;
}

.testimonilas-slider .slides .rating img {
    background: #00D172;
    width: 19px;
}

.testimonilas-slider .slides .rating img+img {
    margin-inline-start: 5px;
}


.testimonilas-slider .slides .content {
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
    font-weight: 500;
    color: var(--color-body);
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonilas-slider .slides .slide-bottom {
    display: flex;
    align-items: center;
}

.testimonilas-slider .slides .slide-bottom img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-border);
}

.testimonilas-slider .slides .slide-bottom .discription {
    margin-inline-start: 15px;
}

.testimonilas-slider .slides .slide-bottom .discription h6 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0px;
    display: block;
    letter-spacing: 0.5px;
}

.testimonilas-slider .slides .slide-bottom .discription span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}

.sub-rating {
    box-shadow: 0px 12px 50px 0px rgba(125, 125, 125, 0.10196078431372549);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 30px 25px 30px;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    background: var(--color-white);
    align-items: center;
}

.sub-rating .main-img {}

.sub-rating .img-logo-rating {
    margin-inline-start: 15px;
    border-inline-end: 2px solid var(--color-border);
    padding-inline-end: 21px;
}

.sub-rating .img-logo-rating .img-logo {}

.sub-rating .img-logo-rating .img-rating {
    margin-top: 2px;
}

.sub-rating .content {
    padding-inline-start: 15px;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    color: #001042;
}

/*
* ----------------------------------------------------------------------------------------
* 10. FOOTER Style
* ----------------------------------------------------------------------------------------
*/

.footer {
    position: relative;
    background: #021040;
    padding-top: 50px;
    padding-bottom: 0px;
}

.footer .socialicons {
    display: flex;
}

.footer .socialicons li {
    display: block;
}

.footer .socialicons li+li {
    margin-inline-start: 20px;
}

.footer .socialicons li a {}

.footer .socialicons li a i {
    font-size: 20px;
    color: var(--color-white);
}

.footer .company-detail {
    font-size: 17px;
    color: var(--color-white);
    line-height: 1.5;
    margin-top: 10px;
}

.footer .footer-list h5 {
    position: relative;
    color: var(--color-white);
    padding-bottom: 10px;
}

.footer .footer-list h5:before {
    position: absolute;
    content: '';
    background: rgba(189, 189, 189, 0.2);
    width: 92px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

.footer .footer-list h5:after {
    position: absolute;
    content: '';
    background: var(--color-primary);
    width: 28px;
    height: 5px;
    left: 0px;
    bottom: -2px;
    border-radius: 10px;
}

.footer .footer-list ul {
    margin: 0;
    padding: 0;
}

.footer .footer-list ul li {
    line-height: 2.7;
}

.footer .footer-list ul li a {
    color: var(--color-white);
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s;
    transform: translate(0);
    display: block;
}

.footer .footer-list ul li:hover a {
    transform: translatex(10px);
}

.footer .footer-list .contact {
    margin-top: 15px;
}

.footer .footer-list .contact li {
    line-height: 3;
}

.footer .footer-list .contact li a {
    display: flex;
    position: relative;
    align-items: start;
    line-height: 1.5;
    margin: 17px 0;
}

.footer .footer-list .contact li a:hover {
    color: var(--color-primary);
}

.footer .footer-list .contact li a i {
    background: #3c4977;
    border-radius: 50%;
    line-height: 1.5;
    padding: 4px 8px;
    font-size: 16px;
    margin-inline-end: 11px;
    font-weight: 500;
}

.footer .copyright {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: var(--color-white);
    font-weight: 500;
    border-top: 1px solid #9295a2;
    padding-bottom: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 11. FAQ Style
* ----------------------------------------------------------------------------------------
*/
.faq-custom {}

.faq-custom .items {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.faq-custom .items+.items {
    margin-top: 10px;
}

.faq-custom .items button {
    color: #484646;
    border: 0;
    background: none;
    width: 100%;
    text-align: start;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding: 10px;
    letter-spacing: 0.5px;
    padding-inline-end: 35px;
}


.faq-custom .items button::after {
    content: '-';
    margin-inline-start: auto;
    font-size: 22px;
    font-weight: 500;
    color: #484646;
    padding: 6px;
    position: absolute;
    top: 0;
    right: 8px;
}

.faq-custom .items button.collapsed::after {
    content: '+';
}

.faq-custom .items .content {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-top: 1px solid #e1e1e1;
    color: var(--color-body);
    font-weight: 500;
}

/*
* ----------------------------------------------------------------------------------------
* 12. Preloader Style
* ----------------------------------------------------------------------------------------
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999999;
}

#preloader .loading {
    font-size: 84px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: 1;
}

@media (max-width: 767px) {
    #preloader .loading {
        font-size: 64px;
    }
}

@media (max-width: 576px) {
    #preloader .loading {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    #preloader .loading {
        font-size: 30px;
    }
}

#preloader .loading span {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

#preloader .loading span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #162432;
    opacity: 0;
    transform: scale(1.5);
    animation: loading 3s infinite;
}

#preloader .loading span sup {
    position: relative;
}

#preloader .loading span sup::after {
    content: attr(data-text);
    color: #162432;
    opacity: 0;
    transform: scale(1.5);
    animation: loading 3s infinite;
    left: 0;
    position: absolute;
    bottom: 0.6em;
}

#preloader .loading span:nth-child(2)::after {
    animation-delay: 0.1s;
}

#preloader .loading span:nth-child(3)::after {
    animation-delay: 0.2s;
}

#preloader .loading span:nth-child(4)::after {
    animation-delay: 0.3s;
}

#preloader .loading span:nth-child(5)::after {
    animation-delay: 0.4s;
}

#preloader .loading span:nth-child(6)::after {
    animation-delay: 0.5s;
}

#preloader .loading span:nth-child(7)::after {
    animation-delay: 0.7s;
}

#preloader .loading span:nth-child(8)::after {
    animation-delay: 0.8s;
}

#preloader .loading span:nth-child(9)::after {
    animation-delay: 0.9s;
}

#preloader .loading span:nth-child(9) sup::after {
    animation-delay: 0.10s;
}


@keyframes loading {

    0%,
    75%,
    100% {
        transform: scale(1.5);
        opacity: 0;
    }

    25%,
    50% {
        transform: scale(1);
        opacity: 1;
    }
}

.page-loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.new_dtlds {
    position: relative;
    background-color: #f5f3fe;
    padding: 50px 5%;
    border-radius: 15px;
}


.features-design1 {
    position: relative;
    padding: 40px;
}

@media (max-width:767px) {
    .features-design1 {
        padding: 20px;
    }
}

.features-design1:after {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    height: 100%;
    background-color: #f2fbfd;
    background-image: url("../images/pattern.svg");
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}


.underhoodlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}


.underhoodlist li {
    padding: 10px 20px;
    border: 1px solid #119d3a36;
    margin: 6px;
    border-radius: 5px;
    color: #6f6b80;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.5s;
    padding-inline-start: 35px;
    position: relative;
    width: 32%;
    letter-spacing: 0.5px;
}

@media (max-width:992px) {
    .underhoodlist li {
        width: 48%;
    }
}


@media (max-width:767px) {
    .underhoodlist li {
        width: 100%;
    }

    .underhoodlist {
        max-height: 400px;
        overflow: auto;
    }

}

.underhoodlist li:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    background: var(--color-primary);
    color: var(--color-white);
}

.underhoodlist li:before {
    content: '\F26B';
    font-family: var(--font-bootstrap);
    font-size: 15px;
    color: var(--color-primary);
    position: absolute;
    left: 12px;
    transition: all 0.5s;
}

.underhoodlist li:hover:before {
    color: var(--color-white);

}

.one-click {
    background: #FAF4E9;
    padding: 30px 25px;
}

.one-click-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.one-click-list li {
    margin: 15px;
}

.one-click-list li img {
    max-height: 50px;
    filter: grayscale(100%);
}

@media (max-width:767px) {
    .one-click-list {}

    .one-click-list li {
        width: fit-content;
    }
}


/*.one-click-list li{
    padding: 20px;
    width: 100px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/click.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.one-click-list li img{
    max-height: 45px;
}*/


.tabings .tabs {
    flex-flow: row wrap;
    background: #faf4e9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    max-width: 894px;
    margin: 0 auto;
    justify-content: space-between;
}

.tabings .tabs .tabbutton {
    padding: 20px 25px;
    cursor: pointer;
    transition: color .2s;
    font-size: 17px;
    color: #827254;
    background: none;
    border: 0;
}

@media (max-width:992px) {
    .tabings .tabs .tabbutton {
        width: 100%;
    }
}

.tabings .tabs .tabbutton.active {
    color: #827254;
    background: #d1efff;
    background: #fff;
    box-shadow: 0 0 10px #f0e2c8;
    border-radius: 12px;
}

.tabscontents {
    display: none;
}

.tabscontents.active {
    display: block;
}


.reseller-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.reseller-list li {
    width: 22%;
    position: relative;
    line-height: 2;
    color: #8E8A9D;
    font-size: 17px;
    font-weight: 500;
    padding-inline-start: 25px;
}

@media (max-width:992px) {
    .reseller-list li {
        width: 48%;
    }
}

@media (max-width:550px) {
    .reseller-list li {
        width: 100%;
    }
}

.reseller-list li:before {
    content: '\F26B';
    position: absolute;
    left: 0;
    font-size: 16px;
    font-family: var(--font-bootstrap);
    color: var(--color-primary);
}

.verticle-pricing-box {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
}

.verticle-pricing-box .pricing-title {
    background-color: rgba(255, 178, 23, .1);
    padding: 24px;
    border-radius: 10px;
}

.verticle-pricing-box.pro .pricing-title {
    background-color: #cafbd9;
}

.verticle-pricing-box .pricing-title span {
    background-color: #fff;
    padding: 4px 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    color: #001042;
}

.verticle-pricing-box .pricing-title h5 {
    font-size: 1.25rem;
}

.verticle-pricing-box .pricing-title p {
    font-size: 14px;
}

.verticle-pricing-box .pricing-features {
    display: flex;
    flex-wrap: wrap;
}

.verticle-pricing-box .pricing-features li {
    width: 50%;
    display: block;
    position: relative;
    padding-inline-start: 29px;
    font-size: 16px;
    color: var(--color-body);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

@media (max-width:992px) {
    .verticle-pricing-box .pricing-features li {
        width: 100%;
    }
}



.verticle-pricing-box .pricing-features li:after {
    content: '\F26E';
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 24px;
    color: var(--color-primary);
    font-family: var(--font-bootstrap);
    line-height: 1;
}

.verticle-pricing-box .pricing-amount {
    padding-inline-start: 40px;
    border-inline-start: 1px solid rgba(0, 16, 66, .1);
}

@media (max-width:992px) {
    .verticle-pricing-box .pricing-amount {
        padding-inline-start: calc(var(--bs-gutter-x) * .5);
        padding-top: 20px;
        border-inline-start: unset;
        border-top: 1px solid rgba(0, 16, 66, .1);
    }
}

.verticle-pricing-box .pricing-amount h3 {
    font-size: 1.875em;
}

.verticle-pricing-box .pricing-amount p {
    font-size: 14px;
}


.v_hostliger-login {
    padding: 60px 0;
    background: #FEF2EE;
}

.v_hostliger-login .logining {
    border: 1px solid #eeddd7;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.v_hostliger-login .logining .heading {
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.v_hostliger-login .logining label {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    color: #828282;
}

.v_hostliger-login .logining .form-input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e1c6bc;
    border-radius: 5px;
    padding: 8px 15px;
    box-shadow: unset;
    outline: unset;
    color: #828282;
    font-size: 17px;
    line-height: 1.5;
    font-family: var(--font-primary);
    height: 45px;
}

.v_hostliger-login .logining .acnchor {
    font-size: 18px;
    color: var(--color-primary);
    text-decoration: underline;
}

.v_hostliger-login .logining .passsword-view {
    position: relative;
}

.v_hostliger-login .logining .passsword-view #togglePassword {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
    color: #828282;
    cursor: pointer;
}


.v_hostliger-login .logining .passsword-view #togglePassword.ri-eye-line::before {
    content: "\ecb5" !important;
}


.premium-domain-range-bar {
    display: flex;
    margin: 20px 0;
    z-index: 5;
    position: relative;
}

.premium-domain-range-bar .rangebar {
    width: 80%;
}



.premium-domain-range-bar input[type="range"] {
    width: 100%;
    height: 25px;
    background: var(--color-white);
    border: 0;
    border-radius: 4px;
}

.premium-domain-range-bar input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 30px;
    background: var(--color-secondary);
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid;
    border-color: var(--color-white);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.premium-domain-range-bar input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 30px;
    background: var(--color-secondary);
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid;
    border-color: var(--color-white);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.premium-domain-range-bar input[type="range"]::-moz-range-progress {
    background-color: var(--color-primary);
    height: 25px;
    border: 0;
    border-radius: 4px;
}

.premium-domain-range-bar .numberbar {
    width: 20%;
    position: relative;
}

@media (max-width:500px) {
    .premium-domain-range-bar {
        display: grid;
    }

    .premium-domain-range-bar .rangebar {
        width: 100%;
    }

    .premium-domain-range-bar .numberbar {
        width: 100%;
    }
}

.premium-domain-range-bar .numberbar .currency-icon {
    display: flex;
}

.premium-domain-range-bar .numberbar .currency-icon span.icon {
    font-size: 16px;
    color: var(--color-body);
    margin: 0 5px 0px 30px;
    border-left: 1px solid;
    border-color: var(--color-body);
    padding-left: 20px;
}

[dir="rtl"] .premium-domain-range-bar .numberbar .currency-icon span.icon {
    margin: 0 30px 0px 5px;
    padding-left: unset;
    padding-right: 20px;

}

.premium-domain-range-bar input[type="number"] {
    border: none;
    color: var(--color-body);
    background: transparent;
    /* text-align: center; */
    font-size: 16px;
    width: 100px !important;
    padding: 0;
    box-shadow: unset;
    outline: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.domain-pricng-searching {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: var(--color-secondary);
    outline: unset;
    box-shadow: unset !important;
}

.table-style-one * {
    border: 1px solid var(--color-border);
    font-size: 16px;
    text-align: center;
}

.table-style-one thead tr th {
    font-size: 20px;
    color: #646468;
}

@media (max-width:992px) {
    .table-style-one {
        overflow: visible;
    }
}

.domain-trasfer-form {
    margin: 15px 0;
}

.domain-trasfer-form label {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    color: #828282;
}

.domain-trasfer-form .form-input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #e1c6bc;
    border-radius: 5px;
    padding: 8px 15px;
    box-shadow: unset;
    outline: unset;
    color: #828282;
    font-size: 17px;
    line-height: 1.5;
    font-family: var(--font-primary);
    height: 45px;
}


.domain-promos {
    border: 1px solid var(--color-border);
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    text-align: center;
    transition: all 0.5s;
    border-radius: 4px;
}

.domain-promos:hover {
    border: 1px solid var(--color-primary);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.domain-promos h5 {
    font-size: 37px;
    color: var(--color-primary);
    margin-bottom: 0px;
    line-height: 1;
}

.domain-promos p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 600;
}


.domain-promos a {
    margin-top: 10px;
}

.domain-promos span {}

.login-page {
    min-height: auto;
    background: #FEF2EE;
}

.login-page .login-right-sider {
    padding: 70px;
    background: url('../images/sign.png');
    background-size: cover;
}


.login-page .process {
    padding: 70px;
}

@media (max-width:767px) {
    .login-page .process {
        padding: 40px;
    }
}

@media (max-width:600px) {
    .login-page .process {
        padding: 20px;
    }
}


.login-page .process .heading {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.login-page .process .separator {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
    margin: 20px 0 40px 0;
    color: var(--color-body);
    font-size: 16px;
    font-weight: 500;
}

.login-page .process .separator::before {
    content: " ";
    width: 36%;
    height: 1px;
    background: #bcbece;
    margin-inline-end: 12px;
}

.login-page .process .separator::after {
    content: " ";
    width: 36%;
    height: 1px;
    background: #bcbece;
    margin-inline-start: 12px;
}

.login-page .process .separator.register::before {
    width: 34%;
}

.login-page .process .separator.register::after {
    width: 34%;
}


@media (max-width:600px) {
    .login-page .process .separator::before {
        width: 30%;
    }

    .login-page .process .separator::after {
        width: 30%;
    }
}

@media (max-width:400px) {
    .login-page .process .separator::before {
        width: 25%;
    }

    .login-page .process .separator::after {
        width: 25%;
    }

    .login-page .process .separator.register::before {
        width: 22%;
    }

    .login-page .process .separator.register::after {
        width: 22%;
    }
}


.login-page .process label {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    color: #828282;
}

.login-page .process .form-input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e1c6bc;
    border-radius: 5px;
    padding: 8px 15px;
    box-shadow: unset;
    outline: unset;
    color: #828282;
    font-size: 17px;
    line-height: 1.5;
    font-family: var(--font-primary);
    height: 55px;
}

.login-page .process .acnchor {
    font-size: 18px;
    color: var(--color-primary);
    text-decoration: underline;
}

.login-page .process .passsword-view {
    position: relative;
}

.login-page .process .passsword-view #togglePassword {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 20px;
    color: #828282;
    cursor: pointer;
}


.login-page .process .passsword-view #togglePassword.ri-eye-line::before {
    content: "\ecb5" !important;
}

.form-switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-switch .beforeinput.text-success,
.form-switch .afterinput.text-success {
    color: #213149 !important;
}

.form-switch span {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.form-switch input {
    display: none;
}

.form-switch input[type="radio"],
.form-switch input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.form-switch .switch-icon {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 25px;
    border: 1px solid rgba(93, 118, 174, 0.15);
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-switch .switch-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 17px;
    background-color: var(--color-heading);
    border-radius: 15px;
    -webkit-transform: translate3d(4px, 3px, 0);
    transform: translate3d(4px, 3px, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.switch-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-switch input:checked+.switch-icon::after {
    -webkit-transform: translate3d(29px, 3px, 0);
    transform: translate3d(29px, 3px, 0);
}

.v-banner {}

.slick-dots li {
    background-color: #fff;
    border: 1px solid #8c85ff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 8px;
    transition: .3s ease-in-out;
    width: 12px;
}

.slick-dots li {
    background-color: #fff;
    border: 1px solid #8c85ff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 8px;
    transition: .3s ease-in-out;
    width: 12px;
}

.slick-dots li.slick-active {
    background-color: #8c85ff;
}

.slick-dots li button {
    display: none !important;
}

@media (max-width:575px) {
    .mt--70 {
        margin: 0 !important;
    }

    .banner {
        padding: 180px 0px 40px 0px;
    }
}

.highlighted-text {
    background-color: #FF811A;
    color: white;
    font-size: 16px;
    padding: 5px;
    /* Optional: adds some padding */
    border-radius: 3px;
    /* Optional: adds rounded corners */
}