@import 'main-custom.css';
@import 'pricetable.css';

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fefeff;
    font-family: 'greathostfont';
}

.home-hero-section {
    height: 900px;
}


/* padding and margins */
.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

/* background color */
.bg-yellow {
    background-color: #ff5a5a !important;
    color: #ffffff !important;
}

.bg-pink {
    color: #ffffff !important;
}

.bg-purple {
    color: #ffffff !important;
}

.bg-grey {
    background-color: #808080 !important;
    color: #ffffff !important;
}

.c-yellow {
    color: #ff5a5a !important;
}

.c-grey {
    color: #808080 !important;
}

.c-black {
    color: #000000 !important;
}

.ltgh {
    text-decoration: line-through;
}

.golink {
    font-family: "greathostfont" !important;
    cursor: pointer !important;
    padding: 2px 0px;
    border: none;
    outline: none;
}

.golink:hover {
    cursor: pointer !important;
    border: transparent !important;
    text-decoration: none !important;
}

.centerdo {
    text-align: center;
    justify-self: center;
    align-self: anchor-center;
}

.db {
    display: block !important;
}

.tooltip {
    z-index: 999;
}

/* Overlay */
.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-video {
    position: initial !important;
}

.overlay-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-image-grad:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(240deg, #000000 50%, #3f004a 100%);
}

.full {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Patterns */
.exapath {
    background-color: #fff;
}

.cpupath {
    background-image: url("../patterns/cpupath.svg");
    background-repeat: repeat;
}

.motpath {
    background-image: url("../patterns/motpath.svg");
    background-repeat: repeat;
}

.promopath {
    background-image: url("../patterns/promopath.svg");
    background-repeat: repeat;
}

.exapath-w {
    background-image: url("../patterns/exapath-w.svg");
    background-repeat: repeat;
}

.cpupath-w {
    background-image: url("../patterns/cpupath-w.svg");
    background-repeat: repeat;
}

.motpath-w {
    background-image: url("../patterns/motpath-w.svg");
    background-repeat: repeat;
}

.promo-w {
    background-image: url("../patterns/promo-w.svg");
    background-repeat: repeat;
}

/* Background image */
.item1 {
    background-image: url("../img/topbanner01.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item2 {
    background-image: url("../img/topbanner02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item3 {
    background-image: url("../img/topbanner03.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item4 {
    background-image: url("../img/topbanner04.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item5 {
    background-image: url("../img/topbanner05.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item6 {
    background-image: url("../img/topbanner06.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item7 {
    background-image: url("../img/topbanner07.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item8 {
    background-image: url("../img/topbanner08.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item9 {
    background-image: url("../img/topbanner09.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item10 {
    background-image: url("../img/topbanner10.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.item11 {
    background-image: url("../img/topbanner11.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.vc-parent {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.vc-child {
    display: table-cell;
    vertical-align: middle;
}

/* Popover */
.popover {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
}

.popover .popover-header {
    padding: 8px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover .popover-body {
    padding: 15px;
    line-height: 28px;
}

.mfp-content {
    z-index: 999999;
}

.map {
    height: 383px;
}

.opa-8 {
    opacity: 0.8;
}

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

::selection {
    color: #fff;
    text-shadow: none;
}

/* Input Form */
.form-control {
    padding: 10px 15px;
    outline: 0;
    font-size: 15px;
    font-family: "greathostfont";
    color: #808080;
    box-shadow: none;
}

.form-control:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-contol {
    font-size: 15px !important;
    font-family: "greathostfont" !important;
    border: 0 !important;
    outline: solid 1px #efefef !important;
}

input:-webkit-autofill {
    background-color: rgb(230, 255, 243) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

/* Font Size */
.f-20 {
    font-size: 20px;
}

/*-----------------------------------
    2 - Sections
------------------------------------*/
.sec-main {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    position: relative;
    padding: 80px 80px;
}

.sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    position: relative;
    padding: 30px 30px;
}

.sec-uping {
    margin-top: -435px;
    position: relative;
    z-index: 1;
}

.sec-up {
    margin: -80px 0px 80px;
    position: relative;
    z-index: 1;
}

.sec-normal {
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}

.sec-bg1 {
    background-color: #ffffff;
}

.sec-bg2 {
    background-color: #efefef;
}

.sec-bg3 {
    background-color: #15212a;
}

.sec-bg4 {
    background-color: #ff5a5a;
}

.sec-grad-yellow-to-grey-left {
    background: linear-gradient(90deg, #ff5a5a70%, #d9dde4 10%) !important
}

.sec-grad-yellow-to-grey-right {
    background: linear-gradient(90deg, #d9dde4 70%, #ff5a5a10%) !important
}

.sec-grad-yellow-to-white-right {
    background: linear-gradient(90deg, #ffffff 70%, #ff5a5a10%) !important
}

.sec-grad-yellow-to-black-right {
    background: linear-gradient(90deg, #15212a 70%, #ff5a5a10%) !important
}

.sec-grad-grey-to-grey {
    background: linear-gradient(-60deg, #3a6173 0%, #16222a 100%) !important;
}

.sec-grad-purple {
    /* background: linear-gradient(-60deg, #572FB1 0%,#270A77 100%) !important; */
}

.server-pattern {

    width: 100%;
    height: 100%;
    position: absolute;
}

.total-grad {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.total-grad-inverse {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.total-grad-grey {
    background: linear-gradient(-60deg, #3a6173 0%, #16222a 100%) !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.total-grad-purple {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%) !important;
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.total-grad-grey-inverse {
    background: linear-gradient(240deg, #16222a 0%, #3a6173 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.total-grad-pink-blue-intense {
    background: linear-gradient(240deg, #000000 50%, #3f004a 100%);
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-heading {
    font-family: "greathostfont";
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #181b22;
    line-height: 34px;
}

.section-heading.light {
    color: #fff;
}

.section-subheading {
    font-family: "greathostfont";
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 34px;
}

.path-left {
    position: absolute;
    height: 100%;
    right: 30%;
    top: 0;
}

.path-right {
    position: absolute;
    height: 100%;
    left: 70%;
    top: 0;
}

/*-----------------------------------
    3 - Header
------------------------------------*/
.nav-menu a img.colorized {
    display: block;
}

.nav-menu a img.desaturated {
    display: none;
}

.brands {
    padding-top: 50px;
    /*text-align: center;*/
}

.brands img {
    padding: 15px 0px;
}

.nav-menu {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 10px 0px;
    transition: 0.3s ease-in-out;
}

.nav-menu.stylized {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0 #25042b21;
}

.nav-menu.stylized .main-menu a {
    color: #2E0547;
}

.nav-menu .navigation {
    padding-top: 20px;
}

.nav-menu .main-menu {
    display: initial;
}

.nav-menu .main-menu li {
    list-style-type: none;
}

.nav-menu .main-menu a:hover,
.nav-menu .main-menu a:active,
.nav-menu .main-menu a:focus {
    text-decoration: none;
    color: #ff5a5a;
}

.menu-wrap .logo-menu {
    display: grid;
}

.nav-menu .main-menu>.menu-item {
    float: left;
    list-style-type: none;
}

.nav-menu .main-menu>.menu-item a:hover,
.nav-menu .main-menu>.menu-item a:active {
    text-decoration: none;
}

.nav-menu .main-menu>.menu-item>.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    padding: 20px 30px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 1.25rem !important;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .svg {
    height: 45px;
    width: 45px;
}

.nav-menu .main-menu .menu-item .menu-large .menu-item {
    padding: 10px 18px 10px 15px;
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap;
}

.nav-menu .main-menu .menu-item .menu-large .menu-item a:hover {
    color: #ff5a5a;
}

.nav-menu .main-menu .menu-item .menu-large .media-body {
    display: table-cell;
    vertical-align: top;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service {
    margin: 15px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media {
    padding: 0 0px 10px 0;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-left i {
    text-align: left;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body a {
    padding: 0;
    line-height: 25px;
    color: #2e0547;
    display: inline-block;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service .media-body p {
    color: #808080;
    font-size: 12px;
    margin-bottom: 5px;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special i {
    color: #ff5a5a;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a {
    color: #212122;
    border: none;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body a:hover {
    color: #ff5a5a;
}

.nav-menu .main-menu .menu-item .menu-large .service-list .service.special .media-body p {
    color: #212122;
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer {
    display: block;
    margin-top: 20px;
    float: right;
    width: 245px;
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner {
    border: dashed 2px #ff5a5a;
    padding: 20px;
    /*text-align: center;*/
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .title {
    color: #ff5a5a;
    font-size: 22px;
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner p {
    font-style: italic;
    color: #808080;
    font-size: 14px;
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .val {
    font-size: 13px;
    text-decoration: line-through;
}

.nav-menu .main-menu .menu-item .menu-large li.start-offer .inner .dis {
    font-size: 20px;
    margin-bottom: 20px;
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item {
    padding: 10px 0px;
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item:last-child {
    padding-bottom: 20px;
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item a {
    color: #5b6164;
    font-size: 14px;
    white-space: nowrap;
}

.nav-menu .main-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
    opacity: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.nav-menu .main-menu .menu-item {
    list-style-type: none;
}

.nav-menu .main-menu .menu-item a btn-default-orange-fill {
    background: linear-gradient(90deg, #F2709C 0%, #FF9472 100%);
}

.menu.badge.feat {
    font-size: 10px;
    padding: 4px 7px;
    margin-top: 3px;
    position: absolute;
    right: -1px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.plans.badge.feat {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.plans.badge.feat.left {
    position: absolute;
    right: auto;
    left: 10px !important;
}

a.plans.badge.feat {
    top: -40px;
    padding: 8px 15px;
    right: 10px;
    position: absolute;
    background-color: #ff5a5a;
    border: none;
    color: #000;
    cursor: pointer;
}

a.plans.badge.feat:hover {
    color: #fff;
    background-color: #808080;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu .main-menu a {
    font: 15px "greathostfont";
    font-weight: 600;
    margin-right: 25px;
    color: #ffffff;
    position: relative;
    padding: 25px 0px 15px 0px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu .main-menu a.v-stroke {
    padding: 25px 0px 30px 0px;
}

.nav-menu .main-menu a.v-stroke i.fas {
    font-size: 11px;
    margin-left: 2px;
}

.nav-menu .main-menu a.v-stroke:hover::after {
    height: 30px;
    transition: all 0.2s ease-in-out;
}

.nav-menu .main-menu a.v-stroke:before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    width: 2px;
    height: 0px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.nav-menu .main-menu a.v-stroke:hover::before {
    height: 30px;
    transition: all 0.2s ease-in-out;
}

.nav-menu .main-menu a.h-stroke:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.nav-menu .main-menu a.h-stroke:before {
    content: '';
    position: absolute;
    top: 55px;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}

.nav-menu .main-menu a.h-stroke:hover::before {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.active {
    font-family: "greathostfont" !important;
    font-weight: 600 !important;
}

.activ2 {
    font-family: "greathostfont" !important;
    color: #ee5486 !important;
    font-weight: 600 !important;
}

.nav-menu .menu-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    display: none;
    float: right;
}

.nav-menu .menu-toggle .icon {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 0px;
    background-color: #181b22;
    margin-top: 0px;
    margin-bottom: 3px;
}

.menu-wrap {
    position: fixed;
    width: 100%;
    padding: 0px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    display: block;
    transition: 0.3s;
}

.menu-wrap.line {
    background-color: transparent;
    border-bottom: 1px solid #e6e7e8;
    border-top: 0;
}

.menu-wrap.fixed {
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    padding-top: 0;
    padding: 13px 0px 13px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.menu-wrap.fixed .main-menu>.menu-item>a:before {
    bottom: -12px;
}

.menu-wrap.fixed .main-menu>.menu-item>.sub-menu {
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    top: 66px !important;
}

.menu-wrap.fixed .main-menu>.menu-item>.sub-menu.menu-large {
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    top: 66px !important;
}

.menu-wrap.light.fixed .logo-menu {
    top: -25px;
}

.menu-wrap.active .menu-toggle {
    top: 0px !important;
    right: 0px;
}

.menu-wrap.mobile .logo-responsive {
    display: none;
}

.menu-item div.badge {
    font-family: "greathostfont";
    letter-spacing: 0.5px;
    padding: 6px 10px 5px;
}

.menu-item div.badge.inside {
    padding: 5px 8px 5px;
    font-size: 10px;
    border-radius: 50px;
}

#nav-toggle {
    position: relative;
    cursor: pointer;
    padding: 31px 80px 20px 2px;
}

.menu-wrap #nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    height: 2px;
    width: 36px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

.active #nav-toggle span:before {
    background: #ff5a5a !important;
}

.active #nav-toggle span:after {
    background: #ff5a5a !important;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 250ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.toplang {
    position: absolute;
    display: grid;
    z-index: 2;
    right: 15px;
    top: 100px;
}

.toplang .btn {
    font-size: 10px !important;
    padding: 6px !important;
    border-radius: 8px !important;
    height: 23px !important;
}

.separator {
    position: absolute;
    background-color: #F6F6F6;
    width: 110%;
    height: 250px;
    top: -5%;
    left: -5%;
    transform: rotate(2deg);
}

.padding-shadow {
    position: absolute;
    left: -29%;
    top: 41.5%;
}

.padding-main {
    position: absolute;
    left: -29%;
    top: 6%;
}

.scroll-down {
    position: absolute;
    bottom: -15%;
    left: 24%;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #da477b;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


@keyframes pulse {
    to {
        opacity: 1;
    }
}

/*-----------------------------------
    4 - Banner
------------------------------------*/
.animatype {
    display: inline;
    color: #ee5586;
    font-weight: 700;
}

.top-banner .subheading {
    font-family: "greathostfont";
    color: #fff;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 50px;
}

.subheading-big {
    font-family: greathostfont;
    color: #7459AA;
}

.top-banner .subheading.left {
    margin-left: 0;
}

.top-banner .subheading {
    color: #fff
}

.top-banner .subheading span {
    width: 100%;
    /*text-align: center;*/
    font-family: "greathostfont";
}

.top-banner.overlay .heading {
    color: #fff
}

.top-banner.overlay .subheading {
    color: #fff
}

.top-banner.overlay .btn {
    font-size: 18px;
    padding: 15px;
    font-family: greathostfont;
}

.top-banner .heading {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    color: #4d1e97;
    display: inline-block;
    font-family: "greathostfont";
    font-weight: 800;
    line-height: 58px;
    font-size: 36px;
    padding-top: 70px;
}

.top-header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 90px;
}

.top-header.overlay:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.top-header .wrapper .heading {
    font-family: "greathostfont Bold";
    font-size: 52px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 5px;
}

.top-header .wrapper .subheading {
    font-family: "greathostfont";
    color: #fff;
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 50px;
}

.top-header .wrapper .subheding {
    font-family: "greathostfont";
    font-size: 18px;
    color: #eaeaea;
}

.top-header .wrapper .subheding .link {
    color: #fff;
    padding-left: 8px;
    padding-right: 10px;
}

.top-header .wrapper .subheding i {
    font-size: 10px;
}

.top-header .wrapper .subheding .link:first-child {
    padding-left: 0px;
}

.top-header .wrapper .subheding .link.active {
    color: #ff5a5a;
    font-weight: bold;
}

.top-header .wrapper .subheding .link:hover {
    text-decoration: none;
    color: #ff5a5a;
}

.main-buttons {
    padding-top: 50px;
}

.main-buttons a.btn-header {
    min-width: 200px;
    margin: 0px;
}

.main-buttons a:first-child {
    margin-right: 15px;
}


/*-----------------------------------
    4.1 - Isometric Animation
------------------------------------*/

.moving-cubes {
    width: 210px;
    position: absolute;
    top: 57%;
    left: 67%;
}

.computer-man {
    left: 26%;
    position: absolute;
    width: 198px;
    top: 71%;
}

.cube-lady {
    left: -4%;
    position: absolute;
    width: 198px;
    top: 37%;
}

.analytics-man {
    left: 10%;
    position: absolute;
    width: 199px;
    top: 26%;
}

.charts-people {
    left: 71%;
    position: absolute;
    width: 177px;
    top: 25%;
}

.cubes-only {
    left: 44%;
    position: absolute;
    width: 139px;
    top: 7%;
}

.server1 {
    left: 30%;
    position: absolute;
    width: 120px;
    top: 34%;
}

.server2 {
    left: 45%;
    position: absolute;
    width: 120px;
    top: 24%;
}

.server3 {
    left: 60%;
    position: absolute;
    width: 120px;
    top: 35%;
}

.server4 {
    left: 45%;
    position: absolute;
    width: 120px;
    top: 45%;
}

.benefits-box-section {
    background: url("/uploads/website_images/svg/features-separator.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 91px;
}

.benefits-box {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 1.25rem !important;
    padding: 30px;
    background-color: #fff;
    /*text-align: center;*/
    color: #391385;
    margin-top: 100px;
}

.benefit-icon {
    float: left;
    margin-right: 15.5px;
    margin-top: 3px;
    width: 60px;
    height: 60px;
}

.benefits-box h2 {
    font: 20px "greathostfont";
    font-weight: 700;

}

/*.benefits-box hr {*/
/*    width: 15%;*/
/*    border: 1.5px solid #391385;*/
/*    border-radius: 2px;*/
/*    margin-bottom: 25px;*/
/*}*/

.benefits-box h3 {
    text-align: left;
    font: 16px "greathostfont";
    font-weight: 600;

}

.benefits-box p {
    color: #7459AA;
    text-align: left;
    font-size: 13px;
}

.service-box {
    padding: 1px;
}

.custom-delay-1 {
    animation-delay: 0.5s;
}

.custom-delay-2 {
    animation-delay: 1s;
}

.custom-delay-3 {
    animation-delay: 1.5s;
}

.custom-delay-4 {
    animation-delay: 2s;
}

.service-separator-bottom {
    background: url("/uploads/website_images/svg/features-separator-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
}

.service-separator-top {
    background: url("/uploads/website_images/svg/rocket-launch.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /*text-align: center;*/
    height: 279px;
}

.service-text {
    /*text-align: center;*/
    color: #391385;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 15px;
}

.service-text h1 {
    /*text-align: center;*/
    font-family: "greathostfont";
    font-weight: 800;
}

.service-text p {
    color: #7459AA;
}

.hosting-perks {
    background-color: #ffffff;
}

.hosting-perks h3 {
    color: #391385;
    text-align: left;
    font: 18px "greathostfont";
    font-weight: 600;
}

.hosting-perks p {
    color: #7459AA;
    text-align: left;
    font-size: 13px;
}

.hosting-perks .service-text p {
    /*text-align: center;*/
    font-size: 16px;
    padding: 30px;
}

.map-section {
    background: linear-gradient(-60deg, #572FB1 0%, #270A77 100%);
    padding: 100px 0px !important;
}

.map-container .service-wrap .service-text,
.map-container .service-wrap .service-text p {
    color: #ffffff;
}

.map-container .section-cta h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

/*.list-info hr {*/
/*    border: 0.5px solid #fff;*/
/*}*/

/*-----------------------------------
    5 - Buttons
------------------------------------*/
/*-----------------------------------
    5.1 - Pricing CTA Buttons
------------------------------------*/
.btn-pricing {
    display: inline-block;
    border: 1px solid #808080;
    border-radius: 6px;
    color: #808080;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    min-width: 220px;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.03em;
    font-family: "greathostfont";
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-pricing:hover {
    text-decoration: none;
}


/*-----------------------------------
    5.2 - Header CTA Buttons
------------------------------------*/
.btn-header {
    display: inline-block;
    /*text-align: center;*/
    border: 1px solid #808080;
    border-radius: 6px;
    min-width: 240px;
    color: #808080;
    font-size: 16px;
    line-height: 1;
    padding: 19px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.04em;
    font-family: "greathostfont";
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-right: 25px;
    margin-left: 25px;
}

.btn-header:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*-----------------------------------
    5.3 - Standard CTA Buttons
------------------------------------*/
.btn-normal {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    /*text-align: center;*/
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    cursor: pointer !important;
    border: 1px solid #808080;
    border-radius: 6px;
    color: #808080;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    background-color: transparent;
    letter-spacing: 0.02em;
    font-family: "greathostfont";
    font-weight: 600;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .30);
    -webkit-transform: translateY(-5px);
    transform: translateY(-2px);
}

/*-----------------------------------
    5.4 - Color of buttons
------------------------------------*/
.btn-default-purple {
    color: #320395;
    border: 2px solid #320395;
}

.btn-default-purple:hover {
    background-color: #320395;
}

.btn-default-purple-fill {
    background-color: #4D1E97;
    color: #fff;
}

.btn-default-purple-fill:hover {
    color: #fff;
    background: linear-gradient(45deg, #473993 0%, #6e40bf 50%, #4d1e97 100%);
    background-color: #473993;
}

.btn-default-pink {
    color: #ee5586;
    border: 1px solid #ee5586;
}

.btn-default-pink:hover {
    background-color: #ee5586;
}

.btn-default-grad-purple-fill {
    background-image: linear-gradient(to right, #a5215e, #ee5586 40%, #ee5586 40%, #a5215e);
}

.btn-default-grad-purple-fill:hover {
    background-image: linear-gradient(to right, #a5215e, #ee5586 40%, #ee5586 40%, #a5215e);
}

.btn-default-grad-magenta-fill {
    color: #ffffff;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #832cd3, #9255ee 40%, #b355ee 40%, #5a21a5);
}

.btn-default-pink-fill {
    background-color: #473993 !important;
}

.btn-default-orange-fill {
    background-color: #4b3cfa;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.btn-default-orange-fill:hover {
    color: #fff;
    background-color: #ff5a5a;
}

.btn-default-pink:hover {
    color: #ffffff;
}

.btn-default-purple:hover {
    color: #ffffff;
}

.btn-default-white {
    background-color: #fff;
    color: #391385;
    cursor: pointer;
    border-color: #391385;
    border: 2px solid;
}

.btn-default-white:hover {
    color: #ff5a5a;
}

.btn-default:hover {
    outline: medium none !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #808080 !important;
    border-color: #808080 !important;
}

.btn-default-grad-purple-fill {
    color: #ffffff;
    border: none;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-default-grad-purple-fill:hover {
    color: #ffffff;
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-default-pink-fill {
    color: #fff !important;
    border: none;
}

.btn-default-pink-fill:hover {
    background-color: #ffaf6b !important;
    color: #fff !important;
    border: none;
}

.btn-default-yellow-fill {
    background-color: #ff5a5a !important;
    color: #000 !important;
    border: none;
}

.btn-default-yellow-fill:hover {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}

.btn-default-fill {
    background-color: #808080 !important;
    color: #fff !important;
    border: none;
}

.btn-default-fill:hover {
    background-color: #ff5a5a !important;
    color: #000 !important;
    border: none;
}

.btn.question {
    top: -6px;
    text-transform: uppercase;
    font-family: "greathostfont";
    font-weight: 600;
    padding: 11px 20px;
    font-size: 13px;
}

.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    color: #000 !important;
    background-color: #ff5a5a;
    border: solid 1px #ff5a5a;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border: none;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
    color: #808080;
}

.btn-secondary:not(:disabled):not(.disabled) {
    opacity: 0.6;
    background-color: #fff;
    border-color: #efefef;
    border-radius: 15px;
    padding: 13px 12px 12px 12px;
}

.btn-group>.btn:not(:first-child) {
    opacity: 0.6;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    border-radius: 15px;
    padding: 12px;
    color: #808080;
}

.btn-group .btn+.btn {
    margin-left: 5px;
}

.btn-group.toplang .btn+.btn {
    margin-left: 0px;
}

.btn-secondary:hover {
    background-color: #808080;
}

.features-buttons a.btn-link {
    color: #6941ba;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.features-buttons a.btn-link:hover {
    color: #391385;
}

.hostArmada-hero-svg {
    background-image: url("../../uploads/website_images/svg/home/homepage-background.svg");
    background-size: cover;
    height: 1080px;
    background-position: center;
}

.top-banner {
    height: 90vh;
    width: 100%;
    padding-top: 160px;
    display: inline-flex;
}

.call-to-action-hero {
    width: 40%;
    padding-left: 10%;
    height: 100%;
    display: block;
    text-align: right;
    padding-top: 100px;
    padding-right: 50px;
}

.top-banner .heading {
    text-align: left;
}

.top-banner .subheading {
    color: #7459AA;
    text-align: left;
}

.isometric-illustration-hero {
    padding-top: 0px;
}

.isometric-illustration {
    margin-left: -223px;
    position: absolute;
    top: -6%;
    left: 10%;
}

.isometric-illustration-padding {
    margin-left: -223px;
    position: absolute;
    top: 35%;
    left: 17.2%;
}

/*-----------------------------------
    7 - Pricing Tables
------------------------------------*/
/* Pricing Tables */
.pricing .wrapper {
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.pricing.special .wrapper.active {
    padding-bottom: 52px;
}

.pricing.special .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding-top: 50px;
}

.pricing .wrapper .title {
    font-family: "greathostfont";
    font-weight: 800;
    font-size: 20px;
    color: #322578 !important;

}

.pricing .wrapper .title small {
    font-size: 13px;
    font-weight: 600;
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px;
}

.pricing .table .title {
    font-size: 22px;
    font-family: "greathostfont";
    font-weight: 600;
}

.pricing .price {
    color: #ee5586;
    font-family: "greathostfont";
    font-size: 28px;
    font-weight: 600;
}

.pricing .price sup {
    top: -.3em;
    font-size: 18px;
}

.period {
    font-family: "greathostfont";
    font-size: 18px;
}

.fromer {
    font-family: "greathostfont";
    line-height: 26px;
    font-size: 14px;
    color: #7459AA;
}

.pricing .info {
    font-family: "greathostfont";
    color: #808080;
    font-size: 13px;
    margin: 15px 0px;
}

.pricing .heading {
    text-transform: capitalize;
    color: #181b22;
    font: bold 48px "greathostfont Bold";
}

.pricing .subheading {
    color: #181b22;
    margin-top: 10px;
    margin-bottom: 16px;
    font-family: "greathostfont";
}

.pricing .list-info {
    padding: 30px 30px 10px 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0px;
    list-style-type: none;
}

.pricing .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0px;
}

.pricing .list-info i span:first-child {
    font-size: 14px;
}

.pricing .list-info img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}

.pricing.special .list-info li span.explanation {
    font-size: 14px;
}

.pricing .wrapper .top-content {
    padding: 20px 10px;
    /*text-align: center;*/
}

.pricing .wrapper .top-content .svg {
    height: 75px;
    width: auto;
}

.pricing.special .wrapper a {
    margin-top: 20px;
}

.pricing.special .list-info li {
    padding: 14px 0;
    font-size: 16px;
    font-family: "greathostfont";
    font-weight: 600;
    color: #fff;
}

.pricing.tablepage .list-info li {
    border-top: 1px solid #efefef;
    padding: 12px 0;
    font-size: 14px;
    font-family: "greathostfont";
    color: #121e25;
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #34383a;
}

.pricing.tablepage .active .list-info li {
    border-top: 1px solid #63b790;
}

.pricing .list-info li sub {
    bottom: -0.3px;
}

.pricing .wrapper i {
    font-size: 38px;
    color: #121e25;
    margin: 0px 15px 0px 0px;
}

.pricing .wrapper.active i {
    font-size: 42px;
    color: #121e25;
    margin-bottom: 20px;
}

.pricing.table.tablepage {
    background-color: #efefef;
}

.pricing .wrapper.active {
    border: 1px solid #ff5a5a;
    background-color: #ff5a5a;
}

.pricing.p-top {
    padding-top: 68px;
}

.section-heading.light {
    color: #fff;
}

.section-subheading.small-text {
    font-size: 18px;
}

.pricing.slider {
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 30px;
}

.pricing.slider .heading {
    font: normal 24px "greathostfont";
    text-align: left;
    color: #181b22;
    margin-bottom: 3px;
}

.pricing.slider .subheading {
    text-align: left;
    color: #181b22;
}

.pricing.slider .swiper-pagination-switch {
    display: none;
}

.pricing.slider .desc {
    font: 16px "greathostfont";
    color: #858f95;
    margin-top: 32px;
    line-height: 24px;
}

.pricing.slider .section-subheading {
    margin-bottom: 72px;
}

.pricing.slider .wrapper {
    padding-bottom: 0;
    margin-top: 0px;
    border: solid 1px #90A4AE;
}

.pricing.slider .info {
    background-color: #efefef;
    margin-right: 30px;
    margin-top: -15px;
    padding: 17px 0 26px 25px;
    position: relative;
}

.pricing.slider .soc-icons i {
    font-size: 22px;
    color: #181b22;
}

.pricing.slider .btn {
    border-radius: 0px;
    margin-top: 24px;
    width: 100%;
    left: 0;
    /*text-align: center;*/
    padding: 27px 22px;
}

.pricing.slider .btn:hover {
    background-color: #181b22;
    color: #ff5a5a;
    border-color: #181b22;
}

.pricing.slider .slides-toggle .slide {
    width: 25px;
    height: 42px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing.slider .slides-toggle .slide-prev {
    background-image: url("../img/arrow-left-2.png");
    left: -83px;
}

.pricing.slider .slides-toggle .slide-prev span {
    position: absolute;
    display: inline-block;
    text-align: right;
    left: -20px;
    margin-top: 50px;
}

.pricing.slider .slides-toggle .slide-prev:hover {
    background-image: url("../img/arrow-left-2-act.png");
}

.pricing.slider .slides-toggle .slide-next {
    background-image: url("../img/arrow-right-2.png");
    right: 0px;
}

.pricing.slider .slides-toggle .slide-next span {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
}

.pricing.slider .slides-toggle .slide-next:hover {
    background-image: url("../img/arrow-right-2-act.png");
}

.pricing.slider .soc-icons {
    display: inline-block;
    float: right;
    margin-top: -13px;
    margin-right: 8px;
}

.pricing.slider .info {
    margin-right: 26px;
}

.swiper-wrapper {
    padding-left: 99px;
    padding-right: 99px;
    width: 297px;
    transform: translate3d(-99px, 0px, 0px);
    transition-duration: 1.2s;
    height: 89px;
}

.swiper-wrapper .swiper-slide-visible {
    width: 99px;
    height: 89px;
}

.newproducts .pricing .wrapper {
    font-family: "greathostfont";
}

.newproducts .pricing .wrapper .list-info i {
    padding-left: 5px;
    vertical-align: text-top;
    color: #fff;
    font-size: 20px;
}

.newproducts .pricing .list-info {
    padding: 40px;
    margin: 0px;
}

/* Vertical Table */
.best-plans.pricing .wrapper {
    margin-top: 58px;
    padding-top: 38px;
    padding-bottom: 33px;
}

.best-plans.pricing .wrapper.act {
    background-color: #242830;
}

.best-plans.pricing .wrapper.act .title {
    color: #fff;
}

.best-plans.pricing .wrapper.act .period {
    color: #fff;
}

.best-plans.pricing .wrapper.act .btn:hover {
    border-color: #fff;
}

.best-plans.pricing .wrapper .title {
    font-size: 18px;
}

.best-plans.pricing .wrapper .price {
    font-size: 45px;
    margin-top: 5px;
}

.best-plans.pricing .wrapper .price sup {
    top: -16px;
    font-size: 24px;
}

.best-plans.pricing .wrapper .period {
    margin-top: -4px;
    margin-bottom: 23px;
    font-size: 11px;
}

.best-plans.pricing .wrapper .btn {
    padding: 11px 15px;
    font-size: 10px;
}

.best-plans.pricing .wrapper.m-top {
    margin-top: 0;
}

.best-plans .table {
    margin: 0px;
    font-weight: initial !important;
}

.best-plans .table div.title-table {
    font-family: "greathostfont";
    font-weight: 600;
    font-size: 15px;
    color: #242830;
    display: inline-block;
    text-decoration: underline;
}

.best-plans .table td i.fa-times {
    font-size: 22px;
    color: #808080;
}

.best-plans .table td i.fa-check {
    font-size: 22px;
    color: #808080;
}

.best-plans .table td {
    font-family: "greathostfont";
    color: #808080;
    border-top: none;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    padding: 20px 20px;
}

.best-plans .table.sample td {
    border-left: none !important;
    text-align: left !important;
}

.best-plans .compare td {
    border-left: none !important;
}

.best-plans .compare.min td {
    min-width: 300px;
}

.best-plans .compare.min .form-contact {
    padding: 0px !important;
}

.best-plans .table tbody td.section-bar {
    color: #181b22;
    font-size: 16px;
    padding-right: 65px;
    background-color: #ff5a5a;
    border: none;
}

.best-plans .table tbody td.section-bar span {
    margin-right: 30px;
    font-size: 12px;
}

.best-plans .table td:first-child {
    padding-left: 0px;
    min-width: 200px;
    text-align: left;
    border-left: none;
    color: #212122;
}

.best-plans .table td .fa-check {
    font-size: 29px;
}

.best-plans .btn.left {
    margin-right: 35px;
    padding: 15px 33px;
    background-color: #ff5a5a;
    font-size: 18px;
}

.best-plans .btn-x.w-btn {
    letter-spacing: -0.1px;
    padding: 15px 47px;
}

/* Fixed thead vertical table on scroll */
#clone thead {
    visibility: visible;
}

#clone thead tr td {
    position: relative;
    border-left: solid 1px #efefef;
    box-shadow: 0px 10px 10px -3px rgba(110, 110, 110, .1);
    background-color: #fff;
}

#clone thead tr td:first-child {
    background-color: transparent;
    box-shadow: none;
}

#bottom_anchor {
    bottom: 300px;
    position: absolute;
}

.section-plans .heading {
    font-family: "greathostfont";
    font-size: 26px;
    margin-bottom: 15px;
}

.section-plans .desc {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.wrapper-h-plans {
    position: relative;
    background-color: #fff;
    border: solid 1px #efefef;
}

.wrapper-h-plans .plans-detail {
    width: 100%;
}

.wrapper-h-plans .plans-detail i {
    font-size: 28px;
}

.wrapper-h-plans .plans-detail span {
    font-size: 14px;
    color: #808080;
    vertical-align: super;
    margin-left: 5px;
}

.h-plans-info {
    color: #fff;
    padding: 40px 0px;
    height: 100%;
}

.h-plans-info .price {
    font-size: 22px;
    margin-bottom: 2px;
}

.h-plans-info .price .title {
    font-size: 37px;
    margin-left: 14px;
    font-weight: bold;
}

.h-plans-info .price .title .line {
    font-size: 18px;
    display: inline-block;
    margin-left: -20px;
}

.h-plans-info .price .title .title-price {
    margin-left: -5px;
    display: inline-block;
    text-transform: lowercase;
}

.h-plans-info .price .symbol {
    font-size: 30px;
    display: inline-block;
}

.h-plans-info .price .dec {
    font-size: 30px;
    display: inline-block;
}

.h-plans-info .heading {
    padding: 10px;
    border: dashed 1px #fff;
    margin: 10px 0px 18px;
    font-size: 16px;
}

.h-plans-info .title {
    font-family: greathostfont;
    margin-bottom: 2px;
}

.h-plans-info .desc {
    text-transform: lowercase;
    font-family: greathostfont;
    line-height: 17px;
}

.h-plans-info .header-wrap {
    text-align: left;
}

.h-plans-info .header-wrap .price {
    font-size: 22px;
}

/* Slick Slider */
.slick #slider .plan-container {
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
}

.slick #slider .plan-container .wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    margin-top: 50px;
}

.slick #slider .plan-container .wrapper .top-content {
    padding: 40px 60px 20px 60px;
}

.slick #slider .plan-container .wrapper .list-info {
    padding: 20px 60px 40px 60px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #ee5486;
    margin: 0px;
    list-style-type: none;
}

.slick #slider .plan-container .wrapper .list-info i {
    color: #fff !important;
    float: left;
    padding: 5px 0px;
    font-size: 38px;
    margin: 0px 15px 0px 0px;
}

.slick #slider .plan-container .title {
    font-size: 18px;
    font-family: "greathostfont";
    font-weight: 600;
}

.slick #slider .plan-container .price {
    color: #181b22;
    font-family: "greathostfont";
    font-size: 28px;
}

.slick #slider .plan-container .price sup {
    top: -.3em;
    font-size: 20px;
}

.slick #slider .plan-container .info {
    font-family: "greathostfont";
    font-weight: lighter;
    color: #455A64;
    font-size: 14px;
    margin-bottom: 15px;
}

.slick #slider .plan-container .wrapper a {
    margin: 20px 0px;
}

.slick #slider .plan-container .list-info li {
    padding: 12px 0;
    font-size: 14px;
    font-family: "greathostfont";
    color: #fff;
}

.slick-slide {
    opacity: .4;
}

.slick-active {
    display: block;
    max-width: 10% !important;
    max-height: 20% !important;
    opacity: 1;
}

.slick-slide img {
    display: inline-block !important;
}

.slick #slider .plan-container .svg {
    height: 50px;
    width: 50px;
}

.slick-center {
    opacity: 1;
    transition: transform .6s ease-in-out;
}

.slick-prev,
.slick-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    padding: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    text-align: right;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #ffffff;
}

.slick-next {
    text-align: left !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #ff5a5a;
    outline: none;
    color: #212122;
    opacity: 1;
    -webkit-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    -ms-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Cloudicon';
    font-size: 40px;
    line-height: 1;
    opacity: .5;
    color: #212122;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 100px;
}

[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}

.slick-prev:before {
    content: '\e99b';
    display: block;
}

[dir='rtl'] .slick-prev:before {
    content: '\e99b';
    display: block;
}

.slick-next {
    right: 100px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
}

.slick-next:before {
    content: '\e9e4';
    display: block;
}

[dir='rtl'] .slick-next:before {
    content: '\e9e4';
    display: block;
}

/*-----------------------------------
    7.1 - Map
------------------------------------*/
.location-box-content {
    z-index: 99999;
    position: relative;
    display: none;
    cursor: auto;
    left: -91px;
}

.location-box-content:after {
    bottom: 100%;
    left: 100px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.location-box-content.show {
    display: block;
}

span.pulsating-circle {
    cursor: pointer;
}

span.pulsating-circle.selected,
span.pulsating-circle.selected:before,
span.pulsating-circle.selected:after {
    background: #ff5a5a;
}

span.pulsating-circle .card {
    color: #391385;
    /*text-align: center;*/
    width: 200px;
}

span.pulsating-circle .card .card-body h5.card-title {
    font-size: 18px;
    font-weight: 600;
}

span.pulsating-circle .card .card-body p {
    font-size: 14px;
}

span.pulsating-circle .card .card-body a.btn {
    padding: 10px 20px;
}

.USA-1 {
    background-image: url(/uploads/website_images/locations/USA-1.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 32px 0 0 14px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 29%;
    left: 4.7%;
}

.USA-2 {
    background-image: url(/uploads/website_images/locations/USA-2.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 32px 0 0 14px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 47.9%;
    left: 11.7%;
}

.USA-3 {
    background-image: url(/uploads/website_images/locations/USA-4.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 38px 0 0 15px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 43%;
    left: 22.4%;
}

.CA-1 {
    background-image: url(/uploads/website_images/locations/canada.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 26px 0 0 24px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 23%;
    left: 17.6%;
}


.EUR-1 {
    background-image: url(/uploads/website_images/locations/EUROPE-1.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 32px 0 0 14px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 18.4%;
    left: 37.1%;
}

.EUR-2 {
    background-image: url(/uploads/website_images/locations/EUROPE-2.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 32px 0 0 25px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 40.1%;
    left: 39.8%;
}

.ASIA-1 {
    background-image: url(/uploads/website_images/locations/ASIA-1.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 24px 0 0 25px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 47%;
    left: 70.7%;
}

.ASIA-2 {
    background-image: url(/uploads/website_images/locations/ASIA-2.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 24px 0 0 25px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 37%;
    left: 58.3%;
}

.AU-1 {
    background-image: url(/uploads/website_images/locations/AU-1.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 100px;
    padding: 24px 0 0 25px;
    font-size: 13px;
    font-family: greathostfont;
    font-weight: 800;
    /*text-align: center;*/
    color: #391385;
    position: absolute;
    top: 66.2%;
    left: 81.1%;
}


.locationbox {
    width: 316px;
    height: 150px;
}

.map-container .continents {
    font-size: 25px;
    color: #fff;
    font-family: greathostfont;
    font-weight: 900;
    font-style: italic;
    margin-top: 15px;
}

.map-container .service-text h1,
.map-container .service-text p {
    color: #fff;
}

.dc-box {
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 1.25rem !important;
    padding-right: 10px;
    padding-top: 12px;
    margin: 12px 10px 15px 74px;
}

.head-img {
    position: absolute;
}

.head-img img {
    width: 170px;
}

.dc-box h4 {
    color: #391385;
    /*text-align: center;*/
    font: 18px "greathostfont";
    font-weight: 600;
    padding-left: 70px;
}

.dc-box p {
    color: #7459AA;
    /*text-align: center;*/
    font-size: 13px;
    padding-left: 82px;
    margin-bottom: 0px;
}

.dc-box .links-box {
    text-align: right;
    padding: 10px 0 10px 0;
}

.dc-box .links-box a.btn {
    padding: 10px 14px;
}

.see-details {
    /*text-align: center;*/

}

.see-details a {
    color: #fff;
    text-decoration: none;
    transition: all 300ms linear 0ms;
}

.see-details a:hover {
    color: #ff5a5a;
    text-decoration: none;
}

/*Mobile Map*/
.mobile-map .svg-map {
    /*text-align: center;*/
}

.location-boxes {
    padding-left: 15px;
}

.location-boxes h3 {
    /*text-align: center;*/
}

/*-----------------------------------
    8 - Tabs
------------------------------------*/
.tabs-item.active {
    display: block;
}

.tabs-item {
    display: none;
}

.tabs-header li {
    display: inline-block;
    list-style-type: none;
}

.tabs-header ul {
    padding: 0;
}

.tabs.offers-tabs .tabs-header li {
    font-family: "greathostfont";
    font-size: 18px;
    border-left: solid 1px #808080;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
    color: #181b22;
    margin-top: 30px;
    text-align: left;
    -webkit-transition: 0.3s;
    margin-top: 50px;
}

.tabs.offers-tabs .tabs-header i {
    font-size: 48px;
}

.tabs.offers-tabs .tabs-header div {
    margin-top: 15px;
}

.tabs.offers-tabs .tabs-header li:hover {
    color: #ff5a5a;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tabs.offers-tabs .tabs-content .heading {
    font-family: "greathostfont";
    font-size: 18px;
    color: #181b22;
    margin-bottom: 10px;
}

.tabs.offers-tabs .tabs-content p {
    font-weight: 100;
    font-family: "greathostfont";
    font-size: 16px;
    line-height: 32px !important;
}

.tabs.offers-tabs .tabs-content .info {
    font-size: 13px;
    font-family: "greathostfont";
    line-height: 26px;
    margin-bottom: 25px;
}

.tabs.offers-tabs .tabs-content .tabs-item.active {
    position: relative;
}

.tabs .btn-select-plan {
    position: absolute;
    margin-top: 50px;
}

.tabs .btn-select-plan ul {
    z-index: 9;
    display: inline-grid;
}

.tabs-header .btn-secondary:not(:disabled):not(.disabled).active {
    opacity: 1;
    font-size: 12px;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
}

.tabs-header .btn-group>.btn:not(:first-child) {
    opacity: 0.6;
    background-color: #808080;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
}

.tabs-header .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    background-color: #808080;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
}

/*-----------------------------------
    9.1 - Why Choose Us
------------------------------------*/
.img-box {
    /*text-align: center;*/
}

.reason-img {
    width: 65%;
}

.reasons {
    padding: 20px 10px;
    font-size: 13px;
}

.reasons .row {
    margin-bottom: 15px;
}

.why-choose-us {
    background-color: #fff;
    padding-bottom: 50px;
}

section.why-choose-us-heading {
    background-color: #fff;
}

.features-img {
    /*text-align: center;*/
    d
}

.reason-head h3 {
    font-size: 20px;
    font-family: "greathostfont";
    font-weight: 800;
    color: #391385;
}

.reasons-row {
    padding: 25px 0px;
}

.reason-body {
    padding: 20px 0 20px 0;
    color: #7459AA;
}

.feature-icon svg {
    width: 85px;
}

.feature-icon img {
    width: 60px;
    height: 60px;
}

.feature-caption {
    margin-top: 10px;
}

.feature-caption p {
    font-family: "greathostfont";
    font-weight: 800;
    font-size: 13px;
    /*text-align: center;*/
    color: #391385;
    padding: 0 10px;
}

.testimonials-heading {
    background-color: #fff;
}

/*-----------------------------------
    8.1 - CTA
------------------------------------*/
div.shared-hosting-features-cta {
    color: #391385;
    margin-top: 90px;
    border: 3px solid;
    border-image: linear-gradient(to bottom, #320395, rgba(0, 0, 0, 0)) 1 100%;
}

div.get-started .cta-box-features,
div.free-consultation .cta-box-features {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

div.get-started .cta-box-features {
    text-align: right;
    color: #ff5a5a;
}

.cta-box-features img {
    width: 65px;
}

.cta-box-features a {
    margin: 0px 15px;
    font-style: italic;
}

div.free-consultation .cta-box-features {
    text-align: left;
}

/*-----------------------------------
    9 - Services
------------------------------------*/
.hr-title-separator {
    width: 15%;
    border: 1.5px solid #391385;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.services .heading {
    font-family: "greathostfont";
    font-size: 20px;
    color: #464646;
    text-transform: capitalize;
}

.services .info {
    font-size: 16px;
    color: #81868e;
}

.services .service-wrap .line {
    height: 1px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative;
}

.services .service-wrap .line:before {
    content: "";
    height: 2px;
    background-color: #ff5a5a;
    width: 50%;
    position: absolute;
    top: -1px;
}

.services .service-wrap .info {
    padding-right: 80px;
}

.services .service-wrap .service-section {
    position: relative;
    padding: 20px;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*text-align: center;*/
    box-shadow: 0px 4px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff;
    min-height: 100%;
}

.services .service-wrap .service-section .title {
    font-family: "greathostfont";
    font-weight: 600;
    font-size: 18px;
    color: #212122;
    margin-top: 20px;
    margin-bottom: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services .service-wrap .service-section .subtitle {
    line-height: 28px;
    font-size: 15px;
    font-family: "greathostfont";
    color: #808080;
    margin-bottom: 0px;
}

.services .service-wrap .service-section a {
    margin-top: 30px;
}

.services .service-wrap .service-section.service {
    border-right: 0;
}

.services .service-wrap .service-section i {
    font-size: 60px;
}

.services .service-wrap .service-section .svg {
    height: 60px;
    width: 60px;
}

.services.blog .service-wrap .service-section {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.services .service-wrap .service-section .svg.animal {
    width: 100%;
    height: 100%;
}

.services.blog .service-wrap img {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-top: 50px;
}

.services .service-wrap {
    border-bottom: 0;
    margin-bottom: 50px;
}

.services.padd {
    padding-top: 75px;
}

.services.padd .service-wrap {
    margin-top: 64px;
}

.history-section .history-separate.first {
    margin-bottom: 50px;
}

.history-section .history-separate.last {
    margin-bottom: 0px;
}

.history-section .wrappper.last {
    margin-bottom: 0px;
}

.history-section .wrappper .title {
    font-family: "greathostfont";
    font-size: 18px;
    line-height: 30px;
}

.history-section .wrappper .desc {
    font-family: "greathostfont";
    font-size: 14px;
    color: #5b6164;
    line-height: 26px;
}

.history-section .wrappper .date {
    font-size: 12px;
    margin-top: 30px;
    color: #808080;
}

.history-section .wrappper .date .year {
    font-family: "greathostfont Bold";
    font-size: 12px;
}

.history-section .wrappper .read a {
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    background-color: #ff5a5a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.history-section .wrappper .read a:hover {
    text-decoration: none;
    background-color: #212122;
    color: #fff;
}

.history-section .wrappper.right {
    text-align: left;
    margin-left: -9px;
}

.history-section .link-pages {
    background-color: #ff5a5a;
    color: #181b22;
    font: bold 24px "greathostfont Bold";
    display: inline-block;
    /*text-align: center;*/
    padding: 51px 41px 43px;
    line-height: 34px;
    margin-top: 24px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.history-section .link-pages:hover {
    text-decoration: none;
    background-color: #181b22;
    color: #ff5a5a;
}

.history-section .img-wrap {
    position: relative;
}

.history-section .img {
    width: 100%;
    margin: 0px;
}

.history-section .wrappper {
    text-align: left;
    margin-top: 50px;
}

.history-section .row {
    height: auto;
    display: flex;
    padding-bottom: 80px;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.history-section .row:last-child {
    padding-bottom: 0px;
}

.history-section.feat01 .row .info-content {
    padding-bottom: 0px;
}

.history-section .row .info-content h4 {
    margin-bottom: 20px;
    line-height: 34px;
}

.history-section .row .info-content p {
    line-height: 32px;
    color: #808080;
}

/*.history-section hr {*/
/*    display: none;*/
/*}*/

.help {
    position: relative;
}

.help .help-container {
    position: relative;
    height: 145px;
    margin-top: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}

.help .help-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.help .help-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.help .help-item:before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 28%;
    width: 1px;
    height: 50%;
    background: #ebebeb;
    transition: all .3s ease;
}

.help .help-item:before.right {
    right: 28%;
}

.help .help-item .img {
    position: relative;
    width: 28%;
    height: 100%;
}

.help .help-item .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
}

.help .help-item .inform {
    width: 72%;
    padding: 0 30px;
}

.help .help-item .inform .title {
    font-size: 18px;
    font-weight: 700;
    color: #212122;
}

.help .help-item .inform .description {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-top: 5px;
}

.help .help-item .img,
.help .help-item .inform {
    display: inline-block;
    vertical-align: middle;

}

/*-----------------------------------
    9.1 - Testimonials
------------------------------------*/
.testimonials-section {
    background-color: #331384;
}

.testimonials-section .container {
    margin-top: -101px;
}

.testimonial-pic {
    position: absolute;
    left: 11%;
    top: 4.5%;
}

.testimonial-pic img {
    border: 5px solid #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
}

.testimonial-text-box {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 1.25rem !important;
    height: 80%;
    width: 67%;
    margin-left: 22%;
    margin-top: 4.5%;
    color: #7459AA;
    font-family: greathostfont;
    padding-right: 5%;
    padding-top: 2%;
    padding-left: 16%;
    /*text-align: center;*/
}

.testimonial-text-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #391385;
}

.testimonial-text-box p {
    font-size: 12px;
}

.testimonial-box-full {
    height: 270px;
}

.testimonial-box-full .client-details {
    position: absolute;
    left: 14%;
    top: 69%;
    width: 190px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 4.25rem !important;
    /*text-align: center;*/
}

.testimonial-box-full .client-details .client-name {
    color: #7459AA;
    font-family: greathostfont;
    font-weight: bold;
    padding-top: 11px;
    font-size: 13px;
}

.testimonial-box-full .client-details .client-title {
    font-size: 10px;
}

.testimonial-button {
    height: 50px;
    width: 50px;
    padding: 15px;
    background-color: #4c1ec1;
    border-radius: 50%;
}

/*-----------------------------------
    10 - Team
------------------------------------*/
.team {
    position: relative;
    z-index: 1;
}

.team .heading {
    font: normal 22px "greathostfont";
    color: #181b22;
    margin-top: 0px;
    margin-bottom: 3px;
}

.team .subheading {
    font-size: 14px;
    color: #5a5a5a;
    font-style: italic;
}

.team .desc {
    font: 16px "greathostfont";
    color: #808080;
    font-size: 15px;
    margin-top: 15px;
    line-height: 28px;
}

.team .soc-icons-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team .soc-icons-wrap i {
    color: #fff;
    width: 35px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team .soc-icons-wrap i:hover {
    color: #ff5a5a;
}

.team .soc-icons-wrap .icons {
    right: 0;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 2;
    /*text-align: center;*/
    display: inline-block;
    margin-top: 130px;
    padding: 10px;
}

.team .soc-icons-wrap .icons i {
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.team .soc-icons-wrap .icons i:hover {
    color: #ff5a5a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team .team-info {
    border-radius: 15px;
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team .team-info .svg {
    margin-bottom: 30px;
    width: 100%;
}

.team .wrapper {
    position: relative;
    margin-top: 50px;
}

.team .wrapper .img-section img {
    width: 100%;
}

.team .wrapper:hover .team-info {
    position: relative;
    z-index: 1;
}

.team .wrapper:hover .team-info .heading,
.team .wrapper:hover .team-info .subheading,
.team .wrapper:hover .team-info .desc {
    position: relative;
    z-index: 1;
}

.team .wrapper:hover .team-info .desc {
    color: #181b22;
}

.team .wrapper:hover .soc-icons-wrap {
    opacity: 1;
}

.services .service-wrap .pay img {
    padding: 30px;
    width: 200px;
    margin: 0px 20px 20px 0px;
}

/*-----------------------------------
    11 - Forms
------------------------------------*/
.form-contact {
    border-radius: 15px;
    width: 100%;
    position: relative;
    padding: 80px;
    display: inline-block;
}

.form-contact .info a {
    color: #22262f;
}

.form-contact .info a:hover {
    text-decoration: underline;
}

.form-contact p {
    font-size: 15px;
    font-family: "greathostfont";
    color: #808080;
    line-height: 32px;
}

.form-contact #msgSubmit {
    display: none;
}

.question .heading {
    font-family: "greathostfont";
    font-size: 18px;
    color: #181b22;
    line-height: 27px;
}

.question .heading .large-text {
    font-family: "greathostfont";
    font-size: 30px;
}

/*.modal-dialog {*/
/*    min-height: calc(100vh - 60px);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    overflow: auto;*/
/*}*/

.modal-content iframe.movie {
    width: 100%;
    height: 450px;
}

.subcribe .heading {
    font-family: "greathostfont Bold";
    color: #fff;
    font-weight: bold;
    margin-left: 46px;
}

.subcribe.news {
    margin: 40px 0px;
}

.subcribe input:-moz-placeholder {
    font-size: 18px;
    font-family: "greathostfont";
    color: #67687b;
}

.subcribe input::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "greathostfont";
    color: #67687b;
}

.general-input {
    position: relative;
    width: 100%;
    display: flex;
}

.fill-input {
    width: 100%;
    font-size: 15px;
    font-family: "greathostfont";
    color: #000;
    border: solid 1px #efefef;
    border-radius: 50px;
    padding: 12px 20px 12px 30px;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.general-input input.btn {
    border: none;
    right: 0px;
    position: absolute;
}

.subcribe .form {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    width: 100%;
}

.subcribe .form span {
    margin-top: 0px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.subcribe .form p {
    color: #808080;
    font: 13px "greathostfont";
}

.subcribe form p {
    font-size: 14px;
    font-family: "greathostfont";
    color: #808080;
}

/*-----------------------------------
    12 - Countdown
------------------------------------*/
.countdown .wrapper {
    width: 100%;
    position: relative;
}

.countdown .wrapper .heading {
    font-size: 18px;
    font-family: "greathostfont";
    color: #181b22;
    /*text-align: center;*/
}

.countdown .wrapper .clock {
    text-align: left;
    font-family: "greathostfont";
    font-size: 52px;
}

.countdown .wrapper .clock div {
    border-radius: 100px;
    margin: 10px 50px 15px 0px;
    display: inline-block;
    padding: 20px 40px;
    border: solid 1px #d8d8d8;
    /*text-align: center;*/
}

.countdown .wrapper .clock div:first-child {
    color: #fff;
}

.countdown .wrapper .clock span {
    border: none;
    font-family: "greathostfont";
    padding: 0px;
    font-size: 16px;
    display: block;
    margin: 0px;
}

/*-----------------------------------
    13 - Case Study
------------------------------------*/
.casestudy .wrapper {
    background-color: #212122;
}

.casestudy img {
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.casestudy .img {
    position: relative;
}

.casestudy .content-info {
    font-size: 13px;
    font-family: "greathostfont";
    margin-bottom: 20px;
    margin-top: 9px;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

.casestudy .slider-container {
    height: 100%;
}

.casestudy .casestudy {
    text-align: left;
    margin-left: 11px;
}

.casestudy .social-icons i {
    color: #91a3ad;
    border: 1px solid #91a3ad;
    padding: 10px 12px;
    width: 40px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.casestudy .social-icons i:hover {
    color: #ff5a5a;
}

.casestudy .swiper-pagination-switch {
    display: none;
}

.casestudy .author {
    font-size: 28px;
    font-family: "greathostfont";
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
}

.casestudy .content-info p {
    font-size: 16px;
}

.casestudy .icon-quote {
    margin-top: -18px;
}

.casestudy.bg-info {
    background-color: #f2efe8;
}

.casestudy .swiper-slide {
    position: relative;
    left: -97px;
}

/*-----------------------------------
    14 - FAQ
------------------------------------*/
.faq .accordion.faq .btn {
    margin-top: 83px;
    font-size: 18px;
    padding: 21px 86px;
}

.faq.light {
    background-color: #FFF;
}

.tabs-item .accordion.faq {
    padding-top: 0px;
}

.accordion.faq {
    padding-top: 0px;
}

.accordion.faq .panel-wrap {
    margin-bottom: 5px;
}

.accordion.faq .panel-title {
    border-bottom: solid 1px #ffe2e3;
    background-color: transparent;
    font-family: "greathostfont";
    font-weight: 600;
    color: #414142;
    padding: 20px 10px 20px 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accordion.faq .panel-title .fa-minus {
    display: none;
    color: #212122;
}

.accordion.faq .panel-title.active {
    font-family: "greathostfont" !important;
    font-weight: 600;
}

.accordion.faq .panel-title.active .fa-minus {
    display: inline-block;
}

.accordion.faq .panel-title.active .fa-check {
    display: none;
}

.accordion.faq .panel-title.active .square {
    color: #ff5a5a;
    background-color: #181b22;
}

.accordion.faq .wrapper-collapse .list {
    background-color: transparent;
    padding: 0;
}

.accordion.faq .wrapper-collapse .list li {
    font-size: 15px;
    font-family: "greathostfont";
    list-style-type: none;
    padding: 20px 0px;
}

.accordion.faq .btn {
    background-color: #ff5a5a;
    display: inline-block;
    margin-top: 71px;
    font-size: 20px;
    padding: 21px 72px;
}

.accordion.faq .btn:hover {
    background-color: #181b22;
    color: #ff5a5a;
}

.accordion.faq.light .panel-title.active {
    font-family: "greathostfont";
    font-weight: 600;
    background-color: #f2efe8;
}

.accordion.faq.light .wrapper-collapse .list {
    background-color: #f2efe8;
}

.accordion.faq.light .wrapper-collapse .list li {
    border-top: 1px solid #e0ddd7;
}

.accordion .panel-title {
    margin: 0;
    position: relative;
    background-color: #f8f8f8;
    padding: 9px 35px 10px;
    color: #E32526;
    font-size: 16px;
    cursor: pointer;
}

.accordion .panel-collapse {
    display: none;
}

/*-----------------------------------
    15 - Blog
------------------------------------*/
.blog.padd {
    padding-bottom: 8px;
}

.blog .sidebar .search-group {
    position: relative;
}

.blog .sidebar .search-group::-webkit-input-placeholder {
    font-family: "greathostfont Bold";
    color: #121e25;
}

.blog .sidebar .search-group:-moz-placeholder {
    font-family: "greathostfont Bold";
    color: #121e25;
}

.blog .sidebar .search-group::-moz-placeholder {
    font-family: "greathostfont Bold";
    color: #121e25;
}

.blog .sidebar .search-group:-ms-input-placeholder {
    font-family: "greathostfont Bold";
    color: #121e25;
}

.blog .sidebar .search-group .search {
    background-color: #efefef;
    color: #121e25;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 15px;
    width: 100%;
}

.blog .sidebar .search-group .search:focus {
    border-color: #ff5a5a;
}

.blog .sidebar .search-group .input-search {
    position: absolute;
    top: 33px;
    right: 18px;
}

.blog .sidebar .heading.active {
    font: 15px "greathostfont";
    margin: 50px 0px 20px 0px;
}

.blog .sidebar .tabs .tabs-content {
    display: inline-block;
    width: 100%;
}

.blog .sidebar .tabs .tabs-header li {
    font-size: 15px;
    border-bottom: 1px solid #efefef;
    font-family: "greathostfont";
    padding: 0px 0px 20px 0px;
    margin: 0px 10px;
    cursor: pointer;
}

.blog .sidebar .posts .tabs-header li.active {
    font: 15px "greathostfont";
    padding: 0px 0px 20px 0px;
}

.blog .sidebar .categories .line:not(.active) {
    background-color: #efefef;
}

.blog .shopping .sidebar .categories .line:not(.active):before {
    content: none;
}

.blog .sidebar .line {
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    position: relative;
    background-color: #efefef;
}

.blog .sidebar .line.active:before {
    content: "";
    height: 1px;
    width: 50%;
    position: absolute;
    top: -1px;
}

.blog .sidebar .tags {
    margin-top: 57px;
}

.blog .sidebar .tags .tag a {
    background-color: #efefef;
    color: #181b22;
    padding: 8px 15px;
    font-size: 15px;
    margin-bottom: 12px;
}

.blog .sidebar .tags .heading.active a {
    color: #ff5a5a;
}

.blog .sidebar .tags .line {
    margin-bottom: 12px;
}

.blog .sidebar .tags .line.active {
    margin-bottom: 24px;
}

.blog .sidebar .tags .line:not(.active) {
    background-color: #474c57;
}

.blog .sidebar .tags .line:not(.active):before {
    content: none;
}

.blog .sidebar .tags .tag a:hover {
    background-color: #ff5a5a;
    color: #181b22;
}

.blog .sidebar .tags .line {
    margin-bottom: 50px;
}

.blog .sidebar .posts .img {
    border-radius: 10px;
    width: 50%;
    float: left;
    margin: 0 15px 0 0;
}

.blog .social-icons {
    text-align: left;
    margin-right: 5px;
}

.blog .share-txt {
    font-size: 13px;
    font-family: "greathostfont";
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #181b22;
}

.blog .social-icons i {
    color: #424242;
    border: 1px solid #eaeaeb;
    padding: 12px 15px;
    margin-left: -4px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .social-icons .fa:not(.fa-share-alt) {
    border-right: 0;
}

.blog .social-icons .fa:hover {
    color: #ff5a5a;
}

.blog .social-icons .fa.fa-google-plus {
    padding: 12px;
    border-right: 1px solid #eaeaeb;
}

.blog .social-icons .fa.fa-share-alt {
    color: #ff5a5a;
    background-color: #181b22;
    margin-left: 1px;
}

.blog .media {
    position: relative;
    display: inline-flex;
    text-align: left;
    margin-top: 50px;
    padding-bottom: 30px;
}

.blog .media.answer {
    padding-left: 80px;
}

.blog .media .media-heading {
    color: #808080;
    font-family: "greathostfont";
    font-weight: 600;
    font-size: 14px;
}

.blog .media .media-heading a {
    color: #212122;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .media .media-heading a:hover {
    text-decoration: none;
}

.blog .media .media-body {
    padding-left: 60px;
}

.blog .media .date {
    font-family: "greathostfont";
    color: #75777d;
}

.blog .media .date a {
    color: #75777d;
    font-size: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .media .date a:hover {
    text-decoration: none;
    color: #ff5a5a;
}

.blog .media .date img {
    margin-right: 12px;
}

.blog .media a.answer {
    float: right;
    display: inline-block;
    background-color: #ff5a5a;
    padding: 5px 12px;
    color: #fff;
    font-family: "greathostfont";
    border: solid 1px #ff5a5a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .media a.answer:hover {
    text-decoration: none;
    color: #181b22;
    background-color: transparent;
    border: solid 1px #212122;
}

.blog .media .text-comments {
    font-family: "greathostfont";
    font-size: 14px;
    line-height: 28px;
    color: #808080;
}

.blog .media.right {
    padding-left: 73px;
    margin-top: 30px;
}

.blog.blog .wrap-blog .comments {
    padding: 80px;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}

.blog.blog .wrap-blog .livecomment {
    padding: 80px;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}

.blog.blog .wrap-blog img {
    border-radius: 10px;
    width: 100%;
}

.blog.blog .wrap-blog .media img {
    width: 170px;
}

.blog.blog .wrap-blog .media-left {
    float: left;
}

.blog.blog .wrap-blog.section-bg2 {
    padding: 30px;
}

.blog .wrap-blog {
    width: 100%;
    display: inline-block;
}

.blog .wrap-blog.section-bg1 {
    padding: 40px;
}

.blog .wrap-blog.light.m-bottom.last {
    width: 100%;
}

.blog .wrap-blog .heading {
    font-family: "greathostfont";
    font-size: 18px;
    color: #808080;
}

.blog .wrap-blog .heading.blog {
    font-family: "greathostfont";
    font-size: 26px;
    margin-bottom: 15px;
}

.blog .wrap-blog .heading.blog a {
    color: #212122;
}

.blog .wrap-blog .heading.blog a:hover {
    text-decoration: none;
}

.blog .wrap-blog .text-blog {
    margin: 20px 0;
    font-size: 13px;
    color: #808080;
    font-family: "greathostfont";
}

.blog .wrap-blog .text-blog .timer {
    margin-top: 10px;
    vertical-align: middle;
    display: inline-block;
}

.blog .wrap-blog .text-blog i {
    font-size: 22px;
}

.blog .wrap-blog .social-icon {
    width: 100%;
    text-align: right;
}

.blog .wrap-blog .social-icon i {
    font-size: 14px !important;
    border: 1px solid #efefef;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    /*text-align: center;*/
    border-radius: 15px;
    transition: 0.3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.15);
    text-decoration: none;
}

.blog .wrap-blog .social-icon i:hover {
    color: #ff5a5a;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .wrap-blog .social {
    width: 100%;
    display: inline-block
}

.blog .wrap-blog .infos {
    display: none;
}

.blog .wrap-blog .infos i {
    display: inline-block;
    color: #ff5a5a;
    font-size: 24px;
}

.blog .wrap-blog .infos span {
    margin-right: 10px;
    font-size: 16px;
    color: #ff5a5a;
}

.blog .wrap-blog .text-blog:last-child {
    border: none;
    margin-left: 10px;
}

.blog .wrap-blog .text-blog .author {
    margin-right: 8px;
    color: #212122;
    text-decoration: underline;
}

.blog .wrap-blog .text-blog .author:hover {
    text-decoration: none;
}

.blog .wrap-blog .text-blog a {
    margin-right: 8px;
    margin-left: 8px;
    font-family: "greathostfont";
}

.blog .wrap-blog .text-blog a:hover {
    text-decoration: none;
}

.blog .wrap-blog .blog-info {
    font-family: "greathostfont";
    color: #808080;
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
}

.blog .wrap-blog .wrapper {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 80px;
}

.blog .wrap-blog .wrapper h3 {
    font-size: 32px;
    font-family: "greathostfont";
}

.blog .wrap-blog .btn {
    color: #181b22;
    border-color: #181b22;
    background-color: transparent;
    padding: 15px 52px;
    border-width: 1px;
    display: block;
    /*text-align: center;*/
    font-size: 16px;
    margin-top: 30px;
}

.blog .wrap-blog .btn:hover {
    background-color: #181b22;
    color: #ff5a5a;
}

.blog .sidebar {
    border-radius: 15px;
    font-family: "greathostfont";
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    padding: 40px;
    background-color: #fff;
    font-family: "greathostfont";
}

.blog .sidebar .search-group {
    position: relative;
}

.blog .sidebar .heading {
    margin-bottom: 15px;
    cursor: pointer;
}

.blog .sidebar .heading:last-child {
    margin-bottom: 0px !important;
}

.blog .sidebar .categories .heading a {
    color: #808080;
    font-size: 15px;
}

.blog .sidebar .categories .heading a.active {
    font-size: 15px;
}

.blog .sidebar .categories .heading a:after {
    content: '';
}

.blog .sidebar .categories .heading span {
    float: right;
}

.blog .sidebar .search-group a {
    top: 12px;
    right: 15px;
    position: absolute;
    font-size: 28px;
}

.blog .sidebar .search-group a:hover {
    text-decoration: none;
    color: #ff5a5a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog .sidebar .categories .line {
    margin-bottom: 12px;
}

.blog .sidebar .posts .heading-article {
    margin-bottom: 5px;
}

.blog .sidebar .posts .heading-article a {
    font-family: "greathostfont";
    font-size: 14px;
    color: #212122;
}

.blog .sidebar .posts .item-wrap {
    margin-top: 50px;
}

#sidebar {
    position: fixed;
    width: 350px;
    height: auto;
}

.pagination>li>a {
    border: solid 1px #efefef;
    background-color: #fff;
    margin-right: 5px;
    color: #808080;
    font-family: "greathostfont";
    font-size: 18px;
    padding: 8px 15px;
}

.pagination>li>a:hover {
    text-decoration: none;
    background-color: #ff5a5a;
    color: #212122;
    font-family: "greathostfont";
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination>li.active>a {
    background-color: #ff5a5a;
    color: #fff;
    font-family: "greathostfont";
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination>li:last-child>a {
    border-radius: 0;
}

.pagination .next,
.pagination .prev {
    font-family: "greathostfont";
    font-size: 18px;
    color: #212122;
    padding: 8px 15px;
}

.pagination .prev {
    display: none;
}

.pagination>li>a {
    background-color: #181b22;
    color: #fff;
    border-color: transparent;
}

.pagination>li>a:hover {
    color: #ff5a5a;
}

.pagination>li.active>a {
    background-color: #ff5a5a;
    color: #181b22;
}

.pagination>li.active>a:hover {
    color: #fff;
}

.pagination .next {
    padding: 15px 33px;
    margin-left: 30px;
    font: 18px "greathostfont Bold";
    border-radius: 0;
}

/*-----------------------------------
    16 - Footer
------------------------------------*/
.copyright-text {
    line-height: 70px;
}

.footer {
    position: relative;
    z-index: 0;
    background-color: #230e58;
    background-position: center;
    border: none;
}

.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0;
}

.footer .footer-top {
    padding: 30px 0px 30px 0px;
}

.footer .footer-top .col-md-3.col-sm-6 {
    margin-bottom: 10px;
}

.footer .logo-footer {
    width: 130px;
}

.footer .heading {
    font-size: 16px;
    font-family: "greathostfont";
    font-weight: 600;
    color: #fff;
    margin-bottom: 7px;
    display: inline-block;
}

.footer .heading:after {
    border-bottom: 2px solid #fff0be;
}

/*.footer-top hr{*/
/*    margin-top: 0px;*/
/*    margin-bottom: 16px;*/
/*    border: 1px solid #ff5a5a;*/
/*    width: 30%;*/
/*    margin-left: unset;*/
/*    border-radius: 20px;*/
/*}*/
.footer .soc-icons {
    line-height: 70px;
    padding-left: 0;
    /*text-align: center;*/
}

.footer .soc-icons a {
    display: inline-block;
    margin-right: 10px;
}

.footer .soc-icons a:hover {
    color: #ff5a5a;
    text-decoration: none;
}

.footer .soc-icons a:hover i {
    color: #391385;
    border-radius: 50%;
}

.footer .contact {
    font-size: 16px;
    font-family: "greathostfont";
    color: #b9bac8;
}

.footer .contact a {
    color: #b9bac8;
}

.footer .contact a:hover {
    text-decoration: none;
    color: #ff5a5a;
}

.footer .contact a:hover i {
    color: #ff5a5a;
}

.footer .contact i {
    color: #858585;
}

.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px;
}

.footer .payment-list {
    float: right;
    color: #90A4AE;
    list-style-type: none;
    margin: 0px;
    padding-top: 10px;
}

.footer .payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 32px;
}

.footer .payment-list li:last-child {
    margin-right: 0px;
}

.footer .payment-list li p {
    margin-bottom: 0px;
    color: #d1d1d1;
    font-family: "greathostfont";
    font-size: 13px;
    margin-right: 10px;
    display: table;
}

.footer .payment-list li i {
    color: #808080;
}

.footer .payment-list li i:hover {
    color: #ff5a5a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .copyrigh {
    font-family: "greathostfont";
    font-size: 13.5px;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 30px;
}

.footer h6 {
    margin-top: 15px;
    color: #B0BEC5;
    line-height: 24px;
}

.footer .footer-menu {
    float: left;
    padding: 0px;
    margin: 0px;
}

.footer .footer-menu .menu-item {
    font-family: "greathostfont";
    font-size: 14px;
    display: inline-block;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 7px;
}

.footer .footer-menu .menu-item a {
    color: #f9f6ff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #ff5a5a;
}

.footer .footer-menu {
    padding: 0;
    float: none;
}

.footer .footer-menu .menu-item {
    display: block;
    margin-left: 0;
    text-align: left;
}

.footer .footer-menu .menu-item.by {
    font-size: 14px;
}

.footer .footer-bottom {
    font-size: 13px;
    color: #d1d1d1;
    background-color: #1c0a4c;
}

.footer .footer-bottom .footer-menu {
    position: relative;
    top: 3px;
}

.footer .footer-bottom .footer-menu .menu-item {
    display: inline;
    margin-left: 20px !important;
    vertical-align: sub;
}

.footer .soc-icons i {
    background-color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    /*text-align: center;*/
    border-radius: 15px;
    width: 42px;
    transition: 0.3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.15);
}

.footer .soc-icons i:hover {
    color: #391385;
}

.footer .soc-icons.top-icons i {
    margin-right: 11px;
    margin-left: 11px;
}

.footer .logo-bg {
    margin: 0;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    width: 322px;
    position: absolute;
    opacity: 0.2;
    margin-top: 40px;
}

/*----------------------*/
/*      16.1 Partners   */
/*----------------------*/
section.partners {
    background-color: #fff;
    padding-bottom: 10px;
}

section.partners .partners-logos {
    /*text-align: center;*/

}

section.partners .partners-logos>div {
    padding: 15px;
}

/*----------------------*/
/*      17 Range        */
/*----------------------*/
.wpc-cloud-range .noUi-target {
    background: #808080;
    border-radius: 15px;
    border: none;
    box-shadow: none;
}

.wpc-cloud-range .noUi-connect {
    border-radius: 15px;
    border: none;
    box-shadow: none;
}

.wpc-cloud-range .noUi-background {
    background-color: #f2efe8;
    border-left: 1px solid #b5b4b3;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.noUi-marker-horizontal.noUi-marker {
    position: absolute;
    background: #808080;
    border-radius: 50%;
    margin-left: -1px;
    width: 4px;
    height: 4px;
}

.wpc-cloud-range .noUi-tooltip:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    position: absolute;
    bottom: -6px;
    left: 41px;
}

.wpc-cloud-range .noUi-tooltip {
    position: absolute;
    width: 100px;
    margin-bottom: 25px;
    padding: 8px 0;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    /*text-align: center;*/
    cursor: pointer;
    border-radius: 15px;
    border: none;
    line-height: 16px;
}

.wpc-cloud-range .noUi-handle.noUi-handle-lower:after,
.wpc-cloud-range .noUi-handle.noUi-handle-lower:before {
    content: none;
}

.wpc-cloud-range .noUi-horizontal .noUi-handle {
    box-shadow: none;
    left: 0px;
    top: -11px;
    width: 25px;
    height: 25px;
    margin-left: -10px;
    border: transparent;
    border-radius: 50%;
    cursor: pointer;
    outline: 0;
}

.wpc-cloud-range .info-range {
    font-size: 16px;
    color: #414142;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.wpc-vps-info .price-wrap .title {
    color: #1f2532;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.wpc-vps-info .price-wrap .title:hover {
    background-color: #1f2532;
    color: #f44336;
    text-decoration: none;
}

.wpc-cloud-range .info-range .number {
    font-family: "greathostfont Bold", sans-serif;
}

.wpc-vps-info {
    padding-top: 30px;
}

.wpc-vps-info .title i {
    opacity: 0.3;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 42px;
}

.wpc-vps-info .title {
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 15px;
    margin-top: 40px;
    background-color: #fff;
    font: 18px "greathostfont", sans-serif;
    font-weight: 600;
    color: #212122;
    padding: 40px;
}

.wpc-vps-info .title .info {
    border-top: solid 1px #efefef;
    margin-top: 15px;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    font: 22px "greathostfont", sans-serif;
    font-weight: 600;
}

.wpc-vps-info .price-wrap .price {
    font: 30px "greathostfont", sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #1f2532;
    padding: 15px 35px;
    display: inline-block;
}

.wpc-vps-info .h-plans-info .price {
    font-size: 42px !important;
    font-family: "greathostfont Bold";
    display: -webkit-inline-box;
    color: #414142;
}

.wpc-vps-info .h-plans-info .infos {
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 14px;
    font-family: "greathostfont";
    color: #414142;
}

.wpc-cloud-range .slider-ui {
    padding: 80px 0 0 0;
}

.wpc-vps-info .content-price {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    background-color: #fff;
    border-radius: 15px;
    padding: 50px;
}

.range-disabled {
    display: none;
}

.search-disabled {
    display: none;
}

/*-----------------------------------
    18 - Switch
------------------------------------*/
.run-switch {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    z-index: 3;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.run-switch .mo.active,
.run-switch .an.active {
    color: #fff;
}

.run-switch .mo,
.run-switch .an {
    font-size: 12px;
    color: #808080;
    font-family: "greathostfont" !important;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.run-switch div {
    display: inline-block;
}

.run-switch .switch.on:after {
    left: 5px;
}

.run-switch .switch {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, .23);
    vertical-align: middle;
    width: 65px;
    height: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #ff5a5a;
    z-index: 3;
}

.run-switch .switch:after {
    position: absolute;
    margin-top: -11px;
    left: 37.5px;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    width: 22px;
    height: 22px;
    top: 50%;
    transition: all 0.3s ease;
}

#priceon-val {
    display: none;
}

/*-----------------------------------
    19 - Statistics
------------------------------------*/
.circle-section .circliful {
    position: relative;
    display: inline-block;
}

.circle-section .circle-wrapper {
    /*text-align: center;*/
}

.circle-section .circliful:before {
    content: "";
    border: 1px solid #d8d8d8;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 59px;
    z-index: 0;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
    width: 100%;
    position: absolute;
    /*text-align: center;*/
    display: inline-block;
}

.circle-section {
    /*text-align: center;*/
}

.circle-section .circle-text {
    line-height: 1 !important;
    padding-top: 75px;
}

.circle-section .title-round {
    font: 18px "greathostfont";
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 85px;
}

.circle-section .circle-wrapper p {
    margin-top: 40px;
    line-height: 26px;
    font-size: 14px;
    font-family: "greathostfont";
    color: #414142;
}

.circle-section .number {
    font-family: "greathostfont";
    color: #212122;
    font-size: 27px;
}

.circle-section canvas {
    z-index: 2;
    position: relative;
}

/*-----------------------------------
    20 - Menus
------------------------------------*/
/* Megamenu */
.megamenu {
    padding: 0px !important;
    left: 0;
    right: 0
}

.megamenu .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap;
}

.nav-menu .main-menu .menu-item .megamenu .menu-item a:hover {
    color: #69c399;
}

.megamenu .media-body {
    display: table-cell;
    vertical-align: top;
}

.megamenu .service-list {
    padding: 30px;
}

.megamenu .service-list .service {
    display: inline-table;
    padding: 12px;
}

.megamenu .service-list .service .media {
    padding: 0 0px 10px 0;
}

.megamenu .service-list .service .media-left {
    padding: 10px 15px 15px 0px;
    color: #9e9e9e;
}

.megamenu .service-list .service .media-left .svg {
    height: 44px;
    width: 44px;
}

.megamenu .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle;
}

.megamenu .service-list .service .media-body a {
    font: 15px "greathostfont";
    padding: 0;
    line-height: 34px;
    color: #313131;
    margin-right: 0px;
}

.megamenu .service-list .service .media-body p {
    font-size: 12px;
    color: #808080;
    line-height: 22px;
    margin: 0px;
}

.megamenu .service-list .service.special .media-body a {
    color: #21252E;
    border: none;
}

.megamenu .service-list .service.special .media-body p {
    color: #21252E;
}

.megamenu .start-offer {
    padding: 0px;
}

.megamenu .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left;
}

.megamenu .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 26px;
    color: #414142;
}

.megamenu .start-offer .inner .title {
    color: #fff;
    font-size: 22px;
}

.megamenu .start-offer .inner a {
    padding: 17px 26px !important;
    font-family: "greathostfont";
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

/* Megamenu List */
.megamenu-list {
    padding: 0px !important;
    left: 0;
    right: 0
}

.megamenu-list .menu-item a {
    color: #e8e8e8;
    font-size: 13px;
    white-space: nowrap;
}

.megamenu-list .menu-item a:hover {
    color: #69c399;
}

.megamenu-list .media-body {
    display: table-cell;
    vertical-align: top;
}

.megamenu-list .service-list {
    padding: 30px;
}

.megamenu-list .service-list .service {
    display: inline-table;
    padding: 12px;
}

.megamenu-list .service-list .service .media {
    padding: 0 0px 10px 0;
}

.megamenu-list .service-list .service .media-left {
    padding: 10px 15px 15px 0px;
    color: #9e9e9e;
}

.megamenu-list .service-list .service .media-left .svg {
    height: 44px;
    width: 44px;
}

.megamenu-list .service-list .service .media-body {
    display: table-cell;
    vertical-align: middle;
}

.megamenu-list .service-list .service ul {
    padding: 0px;
}

.megamenu-list .service-list .service .media-body a {
    font: 15px "greathostfont";
    padding: 0;
    line-height: 34px;
    color: #808080;
    margin-right: 0px;
}

.megamenu-list .service-list .service .media-body a:hover {
    color: #ee5586;
}

.megamenu-list .service-list .service .media-body p {
    font-size: 12px;
    color: #808080;
    line-height: 22px;
    margin: 0px;
}

.megamenu-list .service-list .service.special .media-body a {
    color: #21252E;
    border: none;
}

.megamenu-list .service-list .service.special .media-body p {
    color: #21252E;
}

.megamenu-list .start-offer {
    padding: 0px;
}

.megamenu-list .start-offer .inner {
    height: 100%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    padding: 30px;
    text-align: left;
    background-color: #ff5a5a;
}

.megamenu-list .start-offer .inner .inner-content {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}

.megamenu-list .start-offer .inner .title {
    color: #181b22;
    font-size: 22px;
}

.megamenu-list .start-offer .inner a {
    padding: 17px 26px !important;
    font-family: "greathostfont";
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

.megamenu-list .service .top-head {
    position: relative;
    display: flex;
}

.megamenu-list .service .top-head .svg {
    height: 32px;
    width: 32px;
}

.megamenu-list .service .top-head div {
    padding: 12px 0px 0px 12px;
}

/*-----------------------------------
    21 - Others
------------------------------------*/
.domain-search-more-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 10px;
    font-weight: 600;
    color: #ff5a5a;
    transition: all 0.5s;
}

.domain-search-more-link:hover {
    transform: translateY(-3px);
    color: #391385;
    text-decoration: none;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.text-separator {
    width: 170px;
    height: 20px;
    margin: 25px auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.text-separator-purple {
    background-image: url("../../uploads/website_images/svg/separator-purple.svg");

}

.text-separator-white {
    background-image: url("../../uploads/website_images/svg/separator-white.svg");
}

.section_heading {
    background-color: #fff;
    padding: 5px;
}

.g-recaptcha div:first-child {
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
}

/* Page 404 */
.section-404 {
    /*text-align: center;*/
}

.section-404 .img-responsive {
    display: inline-block;
}

.section-404 .input {
    vertical-align: middle;
    border: solid 1px #ff5a5a;
    padding: 15px;
    width: 50%;
}

.section-404 .title {
    font-family: "greathostfont";
    font-size: 38px;
    color: #212122;
    line-height: 40px;
}

.section-404 i {
    font-size: 32px;
    color: #ff5a5a;
}

.section-404 .subtitle {
    font-family: "greathostfont";
    font-style: italic;
    font-size: 15px;
    color: #808080;
}

.section-404 .input-group {
    width: 100%;
    display: inline-block;
    line-height: 19px;
    margin-top: 40px;
}

/* Get Ready Tab */
.getready {
    position: relative;
    padding: 80px 0px;
}

.getready .column-support-txt {
    position: relative;
    display: inline-block;
    font-family: "greathostfont";
}

.getready .column-support-title {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
}

.getready .column-support-subtitle {
    font-size: 18px;
    line-height: 30px;
    font-family: "greathostfont";
    color: #fff;
}

.getready .btn-floats {
    text-align: right;
}

div.top-separator-round {
    background-image: url(../../uploads/website_images/svg/shared_hosting/round_separator.svg);
    height: 91px;
    transform: rotate(180deg);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -91px;
    position: relative;
    top: 5px;
}

/* Loader */
#spinner-area {
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
    opacity: 0.9;
}

.spinner {
    position: fixed;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.spinner-txt {
    color: #414142;
    left: -9px;
    margin-top: 50px;
    position: absolute;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff5a5a;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.onScreen .line {
    animation: dash 2s cubic-bezier(0.23, 1, 0.32, 1);
    ;
    -webkit-animation: dash 2s cubic-bezier(0.23, 1, 0.32, 1);
    ;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Back To Top */
.cd-top {
    display: inline-block;
    height: 42px;
    width: 42px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border-radius: 15px;
    background: #4d1e97;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.15);
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top i {
    top: 5px;
    color: #fff;
    font-size: 31px;
    display: inline-flex;
    position: absolute;
    right: 31px;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

/* Search domain prices */
.domain-prices {
    margin-top: 10px;
}

.domain-prices ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.domain-prices li {
    display: inline-flex;
    padding: 10px 20px;
    position: relative;
    font-size: 18px;
}

.domain-prices li sup {
    font-size: 14px;
    top: -4px;
}

.domain-prices li .price {
    color: #fff !important;
    margin-left: 10px;
}

/* Full Overlay */
.fullrock {
    height: 100%;
    width: 100%;
    padding: 100px 0px;
    display: block;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: auto;
}

.fullrock-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fullrock a {
    line-height: 28px;
    text-decoration: none;
    color: #22262f;
    transition: 0.3s;
}

.fullrock a:hover,
.fullrock a:focus {
    color: #f1f1f1;
}

.fullrock .svg.closer {
    height: 50px;
    width: 50px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 0.6;
}

.fullrock .svg.closer:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fullrock .svg.logo-menu {
    position: absolute;
    width: 110px;
    top: -70px;
}

#myNav {
    display: none;
}

#typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.9s infinite;
    animation: blink 0.9s infinite;
}

/* Map */

.datacenters {
    border: solid 2px #fff;
    background-color: #72ef8e;
    width: 22px;
    height: 22px;
    border-radius: 24px;
    position: absolute;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #84e99b;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.maping .datacenters.freemont {
    top: 44%;
    left: 13.5%;
}

.maping .datacenters.newyork {
    top: 40%;
    left: 27%;
}

.maping .datacenters.canada {
    top: 38%;
    left: 24%;
}

.maping .datacenters.dallas {
    top: 45%;
    left: 19%;
}

.maping .datacenters.london {
    top: 34%;
    left: 46%;
}

.london-info {
    width: 380px;
    position: absolute;
    top: 9%;
    left: 31%;
    display: none;
}

span.maping .datacenters.london:hover,
span.maping .datacenters.london.pulsating-circle:hover+.london-info {
    display: block;
}




.maping .datacenters.frankfurt {
    top: 37%;
    left: 48%;
}

.maping .datacenters.bangalore {
    top: 54%;
    left: 69%;
}

.maping .datacenters.singapure {
    top: 61%;
    left: 77%;
}

.maping .datacenters.mumbai {
    top: 51%;
    left: 67.2%;
}

.maping .datacenters.sydney {
    top: 81%;
    left: 90%;
}

.city-image {
    float: left;
    position: absolute;
    margin-top: -19px;
    margin-left: -27px;
}

.city-box {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 1.25rem !important;
    width: 96%;
    background-color: #fff;
    height: 100%;
    margin-bottom: 40px;
    padding: 15px 15px 15px 120px;
}

.city-box img {
    float: left;
    position: relative;
    left: -50px;
    top: -26px;
}

.city-box h3 {
    color: #391385 !important;
    font-size: 17px !important;
    padding-left: 15px;
}

.city-box p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px !important;
    /*text-align: center;*/
}

.city-buttons {
    /*text-align: center;*/
}

.city-buttons .btn {
    font-size: 12px;
    padding: 11px 11px;
    margin-bottom: 5px;
}

.location-boxes h3 {
    /*text-align: center;*/
    font-family: "greathostfont";
    font-weight: 800;
    font-size: 25px;
    font-style: italic;
    color: #fff;
}

/*.location-boxes hr {*/
/*    margin-bottom: 30px;*/
/*}*/

.mobile-map .svg-map {
    margin-left: auto;
    margin-right: auto;
}

.mobile-map .svg-map img {
    max-width: 100%;
}

/*-----------------Mobile MAP----------------*/


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.balancing .load b {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}

.balancing .load .info {
    font-size: 15px;
    line-height: 30px;
    color: #808080;
}



/* all specs included */
.included {
    margin-top: 25px;
    line-height: 25px;
    font-size: 14px;
}

.included h4 {
    margin-bottom: 25px;
}

.included i {
    padding-right: 2px;
    font-size: 18px;
    vertical-align: middle;
}

.included ul {
    padding-left: 0px;
}

.included ul li {
    list-style: none;
}

/* animation btn down */
.godown {
    border: none;
    position: absolute;
    left: calc(250px + 55vw - 768px) !important;
    margin-top: 200px;
    z-index: 2;
    -webkit-animation: moverdown 1s infinite alternate;
    animation: moverdown 1s infinite alternate;
}

.godown span {
    position: absolute;
    letter-spacing: 1px;
    top: -10px;
    font-size: 16px;
    left: 0px;
    font-family: "greathostfont";
    font-weight: 600;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

@-webkit-keyframes moverdown {
    0% {
        transform: translateY(0);
    }

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

@keyframes moverdown {
    0% {
        transform: translateY(0);
    }

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

/* social icons */
.soc-icons-apply {
    position: absolute;
    padding-top: 0;
    padding-left: 0;
    top: 0;
    right: 0;
    margin-right: 20px;
    margin-top: 20px;
}

.soc-icons-apply a {
    display: inline-block;
    margin: 0px 10px 20px 0px;
}

.soc-icons-apply a:hover {
    color: #ff5a5a;
    text-decoration: none;
}

.soc-icons-apply a:hover pan {
    color: #ff5a5a;
}

.soc-icons-apply span {
    font-size: 14px;
    background-color: #fff;
    display: block;
    height: 36px;
    line-height: 36px;
    /*text-align: center;*/
    border-radius: 15px;
    width: 36px;
    transition: 0.3s;
    box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.15);
}

.soc-icons-apply span:hover {
    color: #ff5a5a;
}

.randomline {
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-bottom: 50px;
}

.bigline {
    width: 50px;
    margin-bottom: 8px;
}

.smallline {
    position: absolute;
    right: 0px;
    width: 15px;
}

/* Popup Gallery */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-gallery img {
    width: 100%;
    padding: 0px;
}

.zoo-content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.zoo-content:hover {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.zoo-content .icoo {
    /*text-align: center;*/
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoo-content .icoo i {
    font-size: 34px;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    border: none;
    opacity: 0.8;
}

/* Configurator */
.config.cd-main-content {
    position: initial !important
}

.config.cd-main-content .cd-filter-content {
    padding-left: 0px;
}

.config.cd-main-content input.form-control {
    width: 65px;
}

.config.cd-main-content .table td {
    vertical-align: middle;
}

.config.cd-main-content .cd-filter-block ul {
    padding: 0px;
}

.cd-filter-block input.range-slider-input:hover {
    border: none !important;
}

.ordersummary {
    margin-top: 30px;
    font-size: 14px;
}

.ordersummary td {
    padding: 10px 0px !important;
}

/* 404 */
.notfound p {
    line-height: 30px;
}

.covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* KnowledgeBase*/
.knowledge a.category {
    color: #212122;
}

/* Styleswitch color style  */
.color-scheme {
    position: fixed;
    display: grid;
    margin: 0px;
    z-index: 9999;
    right: 15px;
    top: 180px;
    padding: 0px;
    margin-right: 5px;
}

.color-scheme li {
    display: grid;
    margin-top: 10px;
}

.color-scheme a {
    border: solid 1px #fff;
    text-decoration: none;
    border-radius: 15px;
    display: block;
    height: 15px;
    width: 15px;
}

.pink a {
    background: #EE5586;
}

.blue a {
    background: #68CEF5;
}

.green a {
    background: #BFD84D;
}

svg {
    vertical-align: middle;
    border-style: none;
}

.svg.pattern {
    position: absolute;
    bottom: 0px;
}

/*Testimonials */
section.wordpress-testimonials-section {
    background-color: #331384;
}

section.wordpress-testimonials-section .service-separator-bottom {
    width: 100%;
    background-image: url(../../uploads/website_images/svg/wordpress/features-separator-down.svg);
    height: 91px;
    background-repeat: no-repeat;
    background-position: top center;
}

section.wordpress-testimonials-section .corner-separator-top {
    width: 100%;
    background-image: url(../../uploads/website_images/svg/wordpress/corner-separator.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -262px;
}

/*section.wordpress-testimonials-section div.service-text hr.hr-title-separator {*/
/*    border: 2px solid #fff;*/
/*}*/

section.wordpress-testimonials-section div.service-text {
    color: #fff;
}

section.wordpress-testimonials-section div.service-text p {
    color: #fff;
}

/*End Testimonials */
/*FAQ*/
section.wordpress-faq {
    padding: 25px 0px 25px 0px;
}

section.wordpress-faq div.faq-container {
    padding: 30px 40px;
    border: 1px solid #F0E8E9;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgb(110 110 110 / 10%);
    border-radius: 5px;
}

/*section.wordpress-faq div.service-text hr.hr-title-separator {*/
/*    border: 2px solid #391385;*/
/*}*/

.accordion.faq .panel-title {
    color: #391385;
}

div.faq div.panel-wrap div.panel-collapse div.info ul.list li p {
    color: #391385;
}

/*End FAQ*/
/*Footer CTA*/
section.footer-cta {
    background-image: linear-gradient(180deg, #572FB1 0%, #230e58 100%);
    padding-bottom: 100px;
    /*text-align: center;*/
}

section.footer-cta .corner-separator-bottom {
    width: 100%;
    background-image: url(../../uploads/website_images/svg/wordpress/corner-separator.svg);
    height: 150px;
    background-repeat: no-repeat;
    background-position: top center;
    transform: rotate(180deg);
}

section.footer-cta div.fly-with-us-box {
    padding: 50px;
    background-color: #fff;
    border: 8px solid #F2E5FF;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.footer-cta div.fly-with-us-box div.service-text {
    padding: 30px 10px 10px 10px;
}

/*section.footer-cta div.fly-with-us-box div.service-text hr.hr-title-separator {*/
/*    border: 2px solid #391385;*/
/*}*/

section.footer-cta div.fly-with-us-box div.main-buttons {
    /*text-align: center;*/
    padding-top: 0px !important;
}

section.footer-cta div.flying-logo {
    width: 100%;
    height: 255px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../../uploads/website_images/svg/wordpress/rocket-launch.svg");
    position: relative;
    top: 68px;
}

.flying-logo-footer {
    position: relative;
    margin-top: 80px;
    bottom: -35px;
}

.services .service-wrap .service-section .subtitle {
    font-size: 12px !important;
    color: #7459AA;
    min-height: 200px;
}

.services .service-wrap .service-section .title {
    font-weight: 700;
    font-size: 18px;
    color: #391385;
    min-height: 54px;
}

.services .service-wrap .service-section:hover {
    transition: 0.5s all ease-in-out !important;
    transform: translateY(-10px);
}

/*How good are we*/
.how-good-are-we {
    background-color: #FCF9FF;
    padding-bottom: 100px;
}

/*.how-good-are-we .service-text hr.hr-title-separator {*/
/*    border: 2px solid #391385;*/
/*}*/

/*End How good are we*/
/*End Footer CTA*/


/*-----------------------------------
    21.1 - Separators
------------------------------------*/
.white-corner-right {
    background-image: url("../../uploads/website_images/svg/domains/domain-extensions/single/white-corner-right-separator.svg");
    height: 109px;
    top: 109px;
    margin-top: -109px;
    position: relative;
    background-position: top center;
}

.white-corner-right-180 {
    background-image: url("../../uploads/website_images/svg/domains/domain-extensions/single/white-corner-right-separator.svg");
    height: 109px;
    margin-top: -107px;
    background-position: top center;
    transform: rotate(180deg);
}

.orange-arrow-outline {
    background-image: url("../../uploads/website_images/svg/opensource-hosting/header-separator-bottom.svg");
    height: 134px;
    margin-top: -134px;
    background-position: top center;
}

.orange-arrow-outline-180 {
    background-image: url("../../uploads/website_images/svg/opensource-hosting/header-separator-bottom.svg");
    height: 134px;
    background-position: top center;
    transform: rotate(180deg);
    margin-top: -183px;
    position: relative;
    top: 134px;
}

.big-white-oval-point-top {
    background-image: url("../../uploads/website_images/svg/opensource-hosting/large-separator-bottom.svg");
    height: 134px;
    background-position: top center;
    margin-top: -134px;
    position: relative;
}

.big-white-oval-point-top-180 {
    background-image: url("../../uploads/website_images/svg/opensource-hosting/large-separator-bottom.svg");
    height: 134px;
    background-position: top center;
    transform: rotate(180deg);
    margin-top: -140px;
    position: relative;
    top: 132px;
}

.purple-stripes {
    background-image: url("../../uploads/website_images/svg/dev-hosting/stripe_separator.svg");
    height: 289px;
    background-position: top center;
    margin-top: -289px;
    position: relative;
    top: 289px;
}

.purple-stripes-180 {
    background-image: url("../../uploads/website_images/svg/dev-hosting/stripe_separator.svg");
    height: 134px;
    background-position: top center;
    transform: rotate(180deg);
    margin-top: -134px;
    position: relative;
    top: 134px;
}

.white-slant {
    background-image: url("../../uploads/website_images/svg/dev-hosting/white-slant.svg");
    height: 160px;
    background-position: top center;
    margin-top: -160px;
    position: relative;
}

.white-slant-180 {
    background-image: url("../../uploads/website_images/svg/dev-hosting/white-slant.svg");
    height: 160px;
    background-position: top center;
    position: relative;
    transform: rotate(180deg);
}

.inverted-white-slant {
    background-image: url("../../uploads/website_images/svg/domains/inverted-oval-separator.svg");
    height: 149px;
    background-position: top center;
    margin-top: -149px;
    position: relative;
}

.pinkish-separator {
    background-image: url("../../uploads/website_images/svg/separators/pinkish-separator.svg");
    height: 91px;
    background-position: top center;
    margin-top: -91px;
    top: 91px;
    position: relative;
}

.pinkish-separator-180 {
    background-image: url("../../uploads/website_images/svg/separators/pinkish-separator.svg");
    height: 91px;
    background-position: top center;
    margin-top: -91px;
    position: relative;
    transform: rotate(180deg);
}

/*
    End Separators
 */

.package-description {
    text-align: left;
    color: #391385;
    margin-top: 0px;
    margin-bottom: 40px;
}

.package-description h3 {
    font-weight: 700;
    font-size: 16px;
}

/*.package-description hr{*/
/*    border-top: 1px solid #ff5a5a;*/
/*    margin: 10px 0px;*/
/*}*/
.package-description ul {
    list-style: none;
    padding-left: 0px;
    font-size: 15px;
}

.package-descriptio ul li {
    text-align: left;
}

.package-description.shared-hosting ul li:first-child {
    /*text-align: center;*/
    border-bottom: 1px solid #ffd4ca;
    padding-bottom: 12px;
}

.package-description.shared-hosting ul li:first-child img {
    width: 90px;
}

.package-description ul li.tooltip-text {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #ff5a5a;
    cursor: pointer;
    text-underline-position: under;
}

.package-description ul li span {
    margin-right: 5px;
}

.package-description ul li span img {
    width: 20px;
    height: 20px;
}

.section-cta {
    margin: 25px 0px;
    /*text-align: center;*/
}

.section-cta h3 {
    color: #391385;
    font-weight: 600;
    font-size: 20px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    font-size: 20px;
}

/*Shared Hosting Pricing tables*/

.pricing-plan-container {
    background: #FFFFFF;
    border: 1px solid #F0E8E9;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(110, 110, 110, 0.1);
    border-radius: 5px;
    padding: 0px;
}

.pricing-plan-container.recommended {
    border: 1px solid #ff5a5a;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 8px;
}

.pricing-plan-container .recommended {
    padding: 7px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    /*background-color: #fc9842;*/
    background-image: linear-gradient(to left bottom, #4b3cfa, #4b3cfa, #4b3cfa, #4b3cfa, #4b3cfa, #49076d, #5c026b, #6c0069, #8b0062, #a51259, #b82c4f, #c64646);
    margin-left: 0px;
    margin-right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.pricing-plan-container .plan-name {
    font-family: greathostfont;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 43px;
    color: #2E0547;
    padding: 5px 20px;
    margin-top: 30px;
}

.pricing-plan-container .plan-name span.orange {
    color: #ff5a5a;
}

.pricing-plan-container .pricing-plan-header {
    color: #2E0547;
    text-align: center;
}

.pricing-plan-container .pricing-plan-header .regular-pricing {
    font-size: 13px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.pricing-plan-container .pricing-plan-header .plan-promo {
    background-color: #ff5a5a;
    padding: 8px 20px;
    border-radius: 38px;
    color: #fff;
    font-weight: 700;
}


.pricing-plan-container .pricing-plan-header .plan-short-description {
    font-family: greathostfont;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #2e0547;
    padding: 5px 13px;
    min-height: 45px;
}

.pricing-plan-container .pricing-plan-header .plan-pricing {
    font-family: greathostfont;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    padding: 5px 30px;
    color: #2e0547;
}

.pricing-plan-container .pricing-plan-header .plan-pricing span.orange {
    color: #ff5a5a;
    font-size: 16px;
    font-weight: 600;
}

.pricing-plan-container .pricing-plan-header .plan-regular-pricing {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0px 30px;
    margin-top: 10px;
}

.pricing-plan-container .pricing-plan-header .plan-regular-pricing span.orange {
    color: #ff5a5a;
}

.pricing-plan-container .pricing-plan-header .plan-cta {
    text-align: center;
    margin-top: 15px;
}


.pricing-plan-container .pricing-plan-header .plan-cta .btn-default-orange-fill {
    color: #fff;
    border: 0px;
    cursor: pointer;
    background-image: linear-gradient(to left bottom, #4b3cfa, #4b3cfa, #4b3cfa, #4b3cfa, #4b3cfa, #49076d, #5c026b, #6c0069, #8b0062, #a51259, #b82c4f, #c64646);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    position: relative;
    width: 88%;
    min-width: unset;
}

.package-description {
    text-align: left;
    color: #2e0547;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 30px;
}

.pricing-plan-container .pricing-plan-description ul {
    list-style: none;
    padding: unset;
    margin-bottom: 0px;
}

.package-description.shared-hosting ul li:first-child {
    /*text-align: center;*/
    border-bottom: 1px solid #f2eafe;
    padding-bottom: 12px;
}

.package-description.shared-hosting ul li:first-child img {
    width: 70px;
}

.pricing-plan-container .pricing-plan-description ul li {
    color: #4d1e96;
    margin: 13px 0px;
    font-family: greathostfont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.pricing-plan-container .pricing-plan-description ul li b {
    font-weight: 600;
}

.pricing-plan-container .pricing-plan-description ul li b.orange {
    color: #ff5a5a;
}

.pricing-plan-container .pricing-plan-description ul li i {
    font-size: 13px;
}

.pricing-plan-container .pricing-plan-description ul li i.fa-meteor {
    color: #FF9472;
}

.pricing-plan-container .pricing-plan-description ul li i.fa-fire {
    color: #ff5a5a;
}

.pricing-plan-container .pricing-plan-description ul li i.fa-check {
    color: #4b3cfa;
}

.pricing-plan-container .pricing-plan-description ul li i.fa-shield-alt {
    color: #ff5722;

}


.pricing-plan-container .pricing-plan-description ul li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #a580bb;
    background-color: #feedf5;
    cursor: pointer;
}

.pricing-plan-container .pricing-plan-description ul li span {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #a580bb;
    background-color: #feedf5;
}

.package-description ul li.tooltip-text {
    text-decoration: unset;
    text-decoration-style: unset;
    text-decoration-color: unset;
    cursor: pointer;
    text-underline-position: unset;
}

/*.package-description ul li hr{*/
/*    border-top: 1px solid #f2eafe;*/
/*}*/

.tooltip>.tooltip-inner {
    width: unset;

    background: #FFFFFF;
    border: 1px solid #EBD3FA;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px #6e6e6e2e;
    border-radius: 2px;
}

.tooltip>.tooltip-inner ul {
    list-style: none;
    color: #2e0547;
    font-size: 14px;
    line-height: 18px;
}

.tooltip>.tooltip-inner ul li i.fas {
    font-size: 12px;
    color: #4b3cfa;
}

.billing-terms .billing-terms-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.billing-terms .billing-term-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
    padding: 15px 5px;
    color: #2E0547;
}

.billing-terms .billing-term-container:hover {
    background: #FFFFFF;
    box-shadow: 0px 0 5px rgb(255 90 91 / 34%);
    border-radius: 5px;
    cursor: pointer;
}

.billing-terms .billing-term-container.selected {
    background: #FFFFFF;
    box-shadow: 0px 0 5px #ffd6d8;
    border-radius: 5px;
    cursor: pointer;
    color: #ff5a5a !important;
    border-bottom: 4px solid;
}

.billing-terms .billing-term-container .discount {
    background: #FFD1D2;
    border-radius: 50px;
    font-family: greathostfont;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 7px;
    /*text-align: center;*/
    color: #ff5a5a;
    padding: 5px 8px;
    position: absolute;
    top: -8px;
}

.billing-terms .billing-term-container .term-name {
    font-family: greathostfont;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /*text-align: center;*/
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.billing-terms .billing-term-container .term-name i.fas {
    font-size: 14px;
    margin-right: 3px;
}

.billing-terms .billing-term-container .term-description {
    font-family: greathostfont;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    /*text-align: center;*/
    color: #7D7781;
}

.billing-terms .billing-term-container.selected .term-description {
    color: #7D7781;
}

/*Shared Hosting Pricing tables*/
/*Comparison tables*/
.product-header .package span.orange,
.features-table span.orange {
    font-size: 15px;
    color: #ff5a5a;
}

/*Comparison tables*/
/*23 - Promotions*/
.promotion {
    background-color: #ff5a5a;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}

.promotion i.fas {
    display: inline-block;
    border-radius: 60px;
    padding: 10px;
    border: 2px solid;
    font-size: 30px;
}

.promotion h3 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

.promo-pricing {
    font-size: 30px;
    font-style: italic;
    color: #391385;
    font-weight: 700;
    /*text-align: center;*/
    padding: 26px 0px 7px 0px;
}

.regular-pricing {

    font-size: 16px;
    font-weight: 500;
}

.regular-pricing .plan-regular-pricing span {
    /*text-decoration: line-through;*/
    font-weight: bold;
}

.promotional-notice {
    margin-top: 50px;
}

.promotional-notice .alert {
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
    /*text-align: center;*/
}

.pricing-box {
    transition: transform 0.3s ease-in-out;
}

.pricing-box.recommended {
    border: 1px solid #4b3cfa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.pricing-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-10px);
}

.recommended-product {
    text-align: center;
    background: linear-gradient(90deg, #4b3cfa, #100597);
    padding: 5px 25px;
    border-radius: 15px;
    float: left;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
}

#searchArea {
    padding: 3px;
    background-color: #fff;
    border-radius: 10px;
    height: 47px;
    margin-top: 20px;
}

#searchArea span.input-group-text {
    border: unset;
    background-color: #fff;
    padding-right: 0px;
    color: #ff5a5a;
}

#searchArea input.form-control {
    border: unset;
    height: 42px;
    font-size: 16px;
    font-style: italic;
}

#searchResultArea {
    background-color: #fff;
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 10px;
    top: -100px;
    border: 1px solid #d5cfdf;
}

#searchResultArea h2 {
    /*text-align: center;*/
    font-size: 20px;
    font-weight: 600;
    color: #391385;
}

/*#searchResultArea hr{*/
/*    width: 50%;*/
/*    border: 1px solid #ff5a5a;*/
/*    margin-top: 5px;*/
/*}*/
/*24 - Client Area*/
section.client-area-overview {
    background: linear-gradient(-60deg, #572FB1 0%, #270A77 100%);
    width: 100%;
    padding-top: 90px;
}

section.client-area-overview .service-text,
section.client-area-overview .service-text p {
    color: #fff;
}

.client-area-slide-container {
    background-color: #fcf9ff;
    min-height: 100px;
}

/*Extensions*/
section.domain-extensions {
    background-color: #fff;
    padding-bottom: 80px;
}

a.client-area-category,
a.client-area-category:hover {
    text-decoration: none;
}

.extension-categories-box {
    height: 125px;
}

.carousel-item {
    padding-bottom: 50px;
}

.client-area-category-holder {
    color: #391385;
    transition: 0.3s;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    z-index: 0;
}

.client-area-category-holder:hover {
    color: #391385;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-6px);
    z-index: 9999;
    position: relative;
    cursor: pointer;
}

.client-area-category-holder.active-category {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: 2px solid #ff5a5a;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.client-area-category-holder.active-category div.client-area-category-name h3 {
    color: #ff5a5a;
}

.client-area-category-holder .client-area-category-name h3 {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
}

.slide-explanation h3 {
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    color: #ff5a5a;
}

.slide-explanation p {
    font-size: 13px;
    font-weight: 500;
}

.client-area-category-holder p {
    font-size: 13px;
    font-weight: 500;
    color: #391385;
    margin: 0px;
}

.client-area-category-holder.active-category p {
    color: #ff5a5a;
}

div.col-md-3.no-padding {
    padding: 0 !important;
}

.client-area-slides .isometric-image {
    padding-bottom: 80px;
}

.client-area-slides .isometric-image img {
    position: absolute;
    top: -185px;
    right: 0%;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    margin-top: 25px;
    color: #391385;
}

.column h2 {}

.column h3 {}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#btnContainer button.btn {
    color: #391385;
    padding: 10px;
    border: 2px solid #391385;
}

#btnContainer .btn.active {
    background-color: #391385;
    color: #fff;
    padding: 10px;
}

.extensions-Search {
    width: 100%;
    height: 40px;
    font-size: 20px;
    border: 0;
    outline: 0;
    border-bottom: 2px solid #ff5a5a;
    color: #391385;
    font-weight: 600;
    font-style: italic;
    padding-right: 140px;
}

button.extensionSearch {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 35px;
    padding: 10px;
}

.extension-categories {
    margin-top: 25px;
    margin-bottom: 25px;
}

input.extensions-Search::placeholder {
    color: rgba(255, 99, 99, 0.5);
    font-size: 12px;
}

.extension-box {
    color: #391385;
    /*text-align: center;*/
    margin-top: 40px;
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 10px;
    height: 100px;
    width: 98%;
    margin-left: 10px;
    position: relative;

}

.extension-tld {
    /*text-align: center;*/
}

.extension-tld h2 {
    color: #ff5a5a;
    font-size: 20px;
    font-weight: 800;
    line-height: 70px;
}

.extension-tld h2 a {
    text-decoration: none;
    color: #ff5a5a;
}

.extension-tld h2 a:hover {
    text-decoration: none;
    color: #391385;
}

.extension-name {
    text-align: left;
}

.extension-name h3 {
    font-size: 20px;
    font-weight: 600;
}

.extension-name p {
    font-size: 12px;
}

.extension-pricing h3 {
    color: #ff5a5a;
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
}

.extension-pricing-container {
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 10px;
}

.extension-pricing-price {
    border-right: 1px solid;
    border-image: linear-gradient(to bottom, #320395, rgba(0, 0, 0, 0)) 1 100%;
    padding: 5px;
}

div.col-md-4.extension-pricing>div>div>div:nth-child(3) {
    border-right: unset;
}

.extension-pricing-price h4 {
    font-size: 13px;
    color: #391385;
    margin-bottom: 5px;
}

.extension-pricing-price h3 {
    font-size: 13px;
    color: #ff5a5a;
    margin-bottom: unset;
}

.extension-pricing-price p {
    font-size: 13px;
    color: #391385;
    font-weight: 700;
    margin-bottom: 0px;
}

.extension-details {
    padding: 25px 0px;
    transition: 0.5s;
    color: #391385;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.extension-details:hover {
    color: #ff5a5a;
    transform: translateX(5px);
    text-decoration: none;
}

.view-more-extensions {
    background-color: #fff;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    border-radius: 5px;
    padding: 10px;
    margin-top: 70px;
    /*text-align: center;*/
    margin-bottom: 10px;
    font-size: 15px;
    color: #391385;
    font-weight: 700;
    transition: 0.5s;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.view-more-extensions:hover {
    color: #ff5a5a;
    transform: translateY(-5px);
    text-decoration: none;
}

div.extensions-separator {
    background-image: url("../../uploads/website_images/svg/domains/extensions-separator.svg");
    height: 149px;
    background-size: cover;
    background-position: top center;
    position: relative;
    top: -70px;
}

div.extensions-separator-180 {
    transform: rotate(180deg);
    background-image: url("../../uploads/website_images/svg/domains/extensions-separator.svg");
    height: 149px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

section.client-area-slides {
    padding-top: 25px;
    padding-bottom: 5px;
}

.client-area-slides div.carousel {
    min-height: 600px;
}

.carousel-slides {
    min-height: 500px;
}

section.client-area-slides .row.section-cta {
    text-align: right;
}

/* 25 - Mobile Menu */
.mm-ocd__content {
    max-width: 100%;
    width: 100%;
}

.mm-spn a,
.mm-spn span {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #391385;
}

.mm-ocd__backdrop {
    position: unset;
    width: 0px;
    max-width: 0px;
}

.mm-spn li:after {
    margin-left: unset;
    border-top: 1px solid #230e58;
}

.mm-spn li:before {
    top: 32px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #ff5a5a;
    border-right: 3px solid #ff5a5a;
    opacity: 1;
}

.mm-spn.mm-spn--navbar:before {
    width: 18px;
    height: 18px;
    border-top: 3px solid #ff5a5a;
    border-left: 3px solid #ff5a5a;
    opacity: 1;
    margin-top: 20px;
}

.close-menu {
    width: 100%;
    height: 70px;
    position: absolute;
}

.close-menu a {
    font-size: 30px;
    color: #d8c6e4;
    padding: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #49367b;
    z-index: 999;
    margin-left: auto;
    top: 14px;
    right: 10px;
    opacity: 0.7;
}

.close-menu a:hover {
    color: #391385;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
    height: 80px;
    padding-top: 20px;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    color: #391385;
    content: url(../../uploads/website_images/logo-mobile.png);
    background-color: #230e58;
    padding-left: 15px;
    padding-right: unset !important;
    text-align: left;
}

.mm-spn ul {
    top: 80px !important;
}

.quick-actions {
    position: absolute;
    z-index: 999;
    width: 100%;
    display: flex;
    bottom: 0px;
}

.quick-actions a {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background-color: #230e58;
    color: #fff;
    font-weight: 500;
}

.mm-spn.mm-spn--navbar:after {
    font-size: 20px;
    top: 0px;
    opacity: 1;
    color: #230e58;
    padding-top: 18px;
    height: 80px;
}

.mm-ocd--open {
    z-index: 999999;
}

.header a {
    display: block;
    width: 60px;
    height: 20px;
    padding: 0px 10px;
    margin: 8px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.header a:before,
.header a:after {
    content: '';
    display: block;
    background: #230e58;
    height: 3px;
}

.header a span {
    background: #230e58;
    display: block;
    height: 3px;
    margin: 10px 0;
}

/* 25 - Mobile Menu */

/*End Extensions*/
/*Promo Extensions*/
section.promo-extensions {
    padding: 50px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position: top;
    background-size: cover;
}

/*End Promo Extensions*/
/*Slick SLider*/
/* 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;
}

.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;
}

.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;
}

/*End Slick SLider*/

/* End of Client Area*/
/* Compare Tables*/
.compare-table {
    margin-bottom: 0px;
    margin-top: 0px;
}

.compare-table .table-hover tbody tr:hover {
    background-color: rgb(249, 246, 255) !important;
}

.compare-table table thead.thead-dark th {
    color: #fff;
    background-color: #ff5a5a;
    border-color: unset;
    /*text-align: center;*/
}

.compare-table table tbody {
    display: none;
}

.compare-table table tbody:first-child {
    display: block;
}

.compare-table table tbody tr th {
    font-size: 14px;
    font-weight: 500;
    color: #5b4381;
    vertical-align: middle;
    padding-left: 20px;
    min-width: 345px;
    text-align: left !important;
}

.compare-table table tbody tr td,
.compare-table table tbody tr th {
    /*text-align: center;*/
    padding: 15px 10px;
    font-size: 14px;
    margin: 0px;
    border: 1px solid #f4effe;
    border-left: unset;
}

.compare-table img {
    height: 210px;
    position: absolute;
    margin-top: -90px;
}

.compare-table .package {
    /*text-align: center;*/
}

.compare-table .package h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #391385;
}

.compare-table .package h4 {
    font-size: 16px;
    font-weight: 600;
    color: #42198a;
}

.compare-table .package p {
    font-size: 13px;
    color: #391385;
}

.compare-table .package a.btn-default-orange-fill {
    padding: 10px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.compare-table .row.comparison-table-header {
    min-height: 115px;
    width: 69%;
    float: right;
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 2;
}

.compare-table .row.comparison-table-header .product-header {
    padding: 5px;
}

.compare-table table.table-bordered {
    border: 0px;
    margin-bottom: 15px;
    border-collapse: unset;
    border-spacing: 0px;
}

.compare-table table.table-bordered thead {
    cursor: pointer;
}

.compare-table table.table-bordered thead .pull-right {
    float: right;
    transition: all .5s;
}

.compare-table table.table-bordered thead .pull-right.down {
    transform: rotate(90deg);
}

.compare-table table thead tr th.table-heading {
    color: #ffffff;
    padding: 20px;
    border-bottom: unset;
    background-color: #6c33a3;
    background-image: linear-gradient(316deg, #391385 0%, #8241b8 74%);
    border: unset;
    font-weight: 500;
    font-size: 18px;
}

.compare-table table thead tr th.table-heading.first-heading {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.compare-table table button.tooltip-btn {
    padding: unset;
    border: 1px solid #d2c6dc;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin-left: 10px;
    margin-top: -6px;
    position: relative;
    box-shadow: unset !important;
}

.compare-table table u {
    border-bottom: 1px dotted #5b4381;
    text-decoration: none;
    color: #ff5a5a;
    font-weight: 600;
    font-size: 13px;
}

.compare-table table tr td img {
    height: 25px;
    position: unset;
    margin-top: unset;
}

.compare-table table tr td h3 {
    font-size: 25px;
    font-weight: 700;
    color: #42198a;
}

.compare-table table tr td ul.payment-list {
    color: #42198a;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.compare-table table tr td ul.payment-list li {
    display: inline-block;
    margin-right: 3px;
    font-size: 32px;
}

.compare-table table button.tooltip-btn:hover {
    background-color: #ff5a5a !important;
    border-color: #ffffff !important;
}

.tooltip-inner {
    min-width: 280px;
    padding: 3px 8px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border-radius: .25rem;
    font-size: 14px;
    opacity: 1;
    border: 1px solid #f0e8e9;
    box-shadow: 0px 0px 15px 5px rgba(110, 110, 110, .1);
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #5b4381;
}

.tooltip-inner ul {
    padding: 10px;
    margin: 10px;
    list-style: disc;
}

.tooltip-inner ul li:before {}

.tooltip.show {
    opacity: 1;
}

.tooltip>.tooltip-arrow {
    border-bottom-color: #f00;
}

.comparison-show-hide {
    margin-top: 25px;
    font-size: 15px;
    /*text-align: center;*/
}

/* Compare Tables*/
section.hosting-guarantee {
    padding-top: 60px;
}

/*section.hosting-guarantee .service-text hr.hr-title-separator {*/
/*    border: 2px solid #391385 ;*/
/*}*/
section.hosting-guarantee .service-text {
    color: #391385 !important;
}

div.guarantee-icon {
    float: left;
    padding: 15px;
}

div.guarantee-icon img {
    width: 70px;
    height: 73px;
}

div.guarantee-text {}

div.guarantee-text h3 {
    font-size: 17px;
    font-weight: 600;
    color: #391385;
}

div.guarantee-text p {
    font-size: 12px;
    color: #7459AA;
}

.home-header {
    background-color: #F9F6FE;
    color: #7459AA;
    text-align: left;
    padding-bottom: 25px;
    overflow: hidden;
}

.home-header .bg-slant-1 {
    position: absolute;
    left: 53.4%;
    top: -32px;
}

.home-header .main-heading {
    padding-top: 250px;
}

.home-header .main-heading h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.home-header .main-heading h1 {
    font-size: 42px;
    font-weight: 800;
    color: #4d1e97;
}

.home-header .main-heading h3 {
    font-family: greathostfont;
    color: #7459AA;
}

.home-header .main-iso-img {
    padding-top: 160px;
}

.home-benefits-container {
    margin-top: 120px;
}

.home-benefits-container h3 {
    text-align: left;
    color: #391385;
    font-weight: 800;
}

.home-benefits-container h3.benefits-heading,
.home-benefits-container p {
    /*text-align: center;*/
}

.home-benefits-container .benefit {
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
    padding: 20px;
    color: #391385;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border-left: 5px solid #230e58;
    border-radius: 2px;
}

.home-benefits-container .benefit:hover {
    transform: translateY(-3px);
}

.home-benefits-container .benefit .benefit-icon-new {
    float: left;
    margin-right: 20px;
}

.home-benefits-container .benefit h3 {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}

.home-benefits-container .benefit a {
    font-weight: 600;
    text-decoration: none;
    color: unset;
    transition: all .2s ease-in-out;
}

.home-benefits-container .benefit a:hover {
    color: #ff5a5a;
    transform: translateX(3px);
}

.home-benefits-container .benefit .benefit-description {
    margin-bottom: 30px;
}

.benefits-container {
    margin-top: 180px;
}

p.publisher-info {
    font-size: 14px;
}

.benefits-container .benefit {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    padding: 25px 20px;
    /*text-align: center;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    border: 1px solid #F0E8E9;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgb(110 110 110 / 10%);
    border-radius: 5px;
}

.benefits-container .benefit:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);

}

.benefits-container h2 {
    color: #391385;
    font-size: 37px;
    text-align: right;
    font-weight: 800;
}

.benefits-container .benefit h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
    color: #391385;
}

.benefits-container .benefit .benefit-description {
    font-size: 14px;
    color: #391385;
}

.benefits-container .benefit .benefit-icon-new {
    min-height: 85px;
}

/*Opensource Ready*/

section.opensource-ready {
    background-color: #fcf9ff;
}

section.opensource-ready div.isometric-separator-top {}

section.opensource-ready div.isometric-separator-cubes {
    /*text-align: center;*/
}

section.opensource-ready div.isometric-separator-cubes img {
    width: 396px;
}

div.isometric-separator-bottom {
    background-color: #FCF9FF;
    background-position: top center;
    background-repeat: no-repeat;
    color: #7459AA;

}

div.isometric-separator-builder {
    /*text-align: center;*/
    margin-bottom: 35px;
}

img.shared-hosting-isometric-illustration {
    position: absolute;
    width: 570px;
    left: 15%;
    top: -40%;
}

.opensource-icons {
    /*text-align: center;*/
    margin-top: 30px;
}

.opensource-icons .opensource-image-container {
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0 rgba(110, 110, 110, .1);
    width: 120px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.opensource-wordpress .opensource-image-container {
    position: relative;
    left: 14%;
}

.label-opensource-icon {
    color: #4d1e97;
    font-size: 15px;
    font-weight: 700;
    /*text-align: center;*/
    padding-top: 10px;
}

.opensource-wordpress {}

.opensource-icons .service-text,
.opensource-icons .service-text p {
    color: #fff;
}

.opensource-features {
    margin-top: 45px;
}

.opensource-features h3 {
    /*text-align: center;*/
    font-size: 25px;
    font-weight: 500;
    color: #391385;
}

.feature-container {
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    padding: 20px 20px 10px 20px;
    color: #7459AA;
    margin-top: 25px;
    box-shadow: 0px 4px 15px 0 rgba(110, 110, 110, .1);
}

.opensource-feature-text-icon {
    float: left;
    margin-top: -3px;
}

.feature-container h3 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 60px;
    font-family: greathostfont ExtraBold;
    color: #310095;
}

.feature-container p {
    font-size: 13px;
}

.opensource-feature-icon img {
    width: 120px;
}

.opensource-feature-icon {
    margin: auto;
    padding: 5px;
    /*text-align: center;*/
}

.opensource-feature-text {
    padding-right: 0px;
}

.opensource-feature-text-right {
    padding-left: 0px;
}

.opensource-feature-text-right .opensource-feature-text-icon {
    float: right;
    margin-top: -3px;
}

.opensource-feature-text-right h3 {
    text-align: right;
    margin-right: 60px;
}

.opensource-feature-text-right p {
    text-align: right;
}

.opensource-feature-separator {
    margin: 25px;
}

.opensource-buttons {
    margin: 25px auto;
    font-size: 20px;
    font-weight: 700;
    /*text-align: center;*/
}

.isometric-separator-builder img {
    width: 600px;
}

.isometric-separator-bottom p {
    font-size: 13px;
}

.isometric-separator-bottom .service-text {
    padding: 20px;
}

.how-good-are-we {
    background-color: #f9f6ff;
}

.responsive-content {
    display: none;
}

.opensource-ready .top-separator-round {
    margin-top: 0px;
}

.nav-menu span.promo {
    padding: 5px;
    background-color: #EF227B;
    background-image: linear-gradient(to right, #f2709c, #ff9472);
    border-radius: 50px;
    font-size: 8px;
    font-weight: 600;
    text-shadow: none;
    position: relative;
    top: -3px;
    color: #fff;
}

.nav-menu .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sitewide-notice {
    background-color: #EF227B;
    background-image: linear-gradient(to right, #f2709c, #ff9472);
    -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    padding: 11px;
    color: #fff;
}

.sitewide-notice span.explanation,
.sitewide-notice span.starting-price {
    font-size: 14px;
}

.sitewide-notice a.promo-btn {
    color: #fcf9ff;
    font-size: 14px;
    background-color: #391385;
    padding: 8px 15px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    text-decoration: none;
    border-radius: 5px;
}

.sitewide-notice a.promo-btn:hover {
    background-color: #e45e5f;
}


.reviews-summary .trust-pilot-reviews {
    line-height: 40px;
    /*text-align: center;*/
}

/*Opensource Ready*/

.menu-item a .btn-default-orange-fill {
    background: linear-gradient(90deg, #F2709C 0%, #FF9472 100%);
    border-radius: 50px;
}

.admin-menu {
    position: fixed;
    z-index: 9999;
}

span.new-product {
    width: 60px;
    height: 15px;
    /*text-align: center;*/
    font-family: 'greathostfont';
    font-weight: 800;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 0px;
    color: #ffffff;
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: rotate(270deg);
    left: -23px;
    border-radius: 2px;
}

.icon-and-badge {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/*-----------------------------------
    22 - Responsive
------------------------------------*/
@media only screen and (max-width: 768px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 5000px) {
    .pricing.slider .slides-toggle .slide-prev {
        left: -10px;
    }

    .pricing.slider .plan-container {
        margin-right: 26px;
    }

    .pricing.slider .slider-wrap {
        margin-left: 15px;
    }

    .isometric-illustration {
        width: 700px;
        position: absolute;
        margin-left: -140px;
        top: 0%;
    }

    .isometric-illustration-padding {
        width: 610px;
        margin-left: -146px;
        top: 28%;
    }
}

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

    /*Hero Section*/
    .home-header .bg-slant-1 {
        left: 41.4%;
        top: -55px;
        width: 1300px;
    }

    .hostArmada-hero-svg {
        height: 800px;
        background-position: 58% 50%;
    }

    .home-header .main-heading {
        padding-top: 170px;
    }

    .nav-menu .main-menu a {
        font-size: 13px;
        margin-right: 23px;
    }

    .menu-wrap .logo-menu {
        width: 150px;
        margin-left: 50px;
    }

    .isometric-illustration {
        width: 100%;
        position: absolute;
        margin-left: -35px;
        top: 7%;
    }

    .isometric-illustration-padding {
        width: 88%;
        margin-left: -50px;
        top: 35%;
    }

    .top-banner .heading {
        line-height: 40px;
        font-size: 28px;
        padding-top: 40px;
        /*text-align: center;*/
    }

    .top-banner .subheading {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 32px;
        /*text-align: center;*/
    }

    .subheading-big {
        font-size: 20px;
        /*text-align: center;*/
    }

    .main-buttons {
        padding-top: 27px;
        /*text-align: center;*/
    }

    /*End Hero Section*/
    /*Pricing Tables*/
    .service-text {
        padding: 30px 10px 10px 10px;
    }

    .service-text p {
        padding: 15px;
    }

    .pricing .wrapper .top-content {
        padding: 25px;
    }

    .pricing .wrapper .top-content .svg {
        height: 50px;
    }

    .pricing .price {
        font-size: 20px;
    }

    .pricing .wrapper .title {
        font-size: 18px;
    }

    .pricing.special .wrapper a {
        margin-top: 10px;
    }

    .pricing.special .wrapper a.btn {
        font-size: 12px;
        padding: 13px 14px;
    }

    .pricing .list-info img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .pricing.special .list-info li {
        font-size: 15px;
    }

    .pricing.special .list-info li {
        padding: 9px 0;
        font-size: 15px;
    }

    .pricing.special .list-info li span.explanation {
        font-size: 12px;
    }

    .hosting-perks {
        margin-top: 60px;
    }

    .hosting-perks h3 {
        font-size: 15px;
    }

    .hosting-perks p {
        font-size: 11px;
    }

    /*End Pricing Tables*/
    /*Map*/
    .USA-1 {
        top: 27%;
        left: 3.2%;
    }

    .USA-2 {
        top: 47.6%;
        left: 10.5%;
    }

    .USA-3 {
        top: 41%;
        left: 21.7%;
    }

    .CA-1 {
        top: 22%;
        left: 16.5%;
    }

    .EUR-1 {
        top: 16.4%;
        left: 35.4%;
    }

    .EUR-2 {
        top: 39.4%;
        left: 38.3%;
    }

    .ASIA-1 {
        top: 45%;
        left: 69.5%;
    }

    .ASIA-2 {
        top: 36.3%;
        left: 57.1%;
    }

    /*End Map*/
    /*Why Choose Us*/
    section.why-choose-us-heading {
        padding-top: 13px;
        padding-bottom: 0px;
    }

    .reasons {
        font-size: 12px;
    }

    .feature-icon img {
        width: 50px;
        height: 50px;
    }

    .feature-caption p {
        font-size: 11px;
    }

    .reason-head h3 {
        font-size: 16px;
    }

    /*End Why Choose Us*/
    /*Testimonials*/
    .testimonial-pic img {
        width: 200px;
        margin-left: 25px;
    }

    .testimonial-text-box {
        width: 63%;
        margin-left: 24%;
    }

    .testimonial-box-full {
        height: 195px;
    }

    .testimonial-box-full .client-details {
        left: 14.5%;
        top: 69%;
        width: 179px;
        height: 65px;
    }

    .testimonial-text-box h3 {
        font-size: 16px;
    }

    .testimonial-box-full .client-details .client-name {
        font-size: 11px;
        padding-top: 5px;
    }

    .stars img {
        width: 12px;
    }

    /*End Testimonials*/
    /*Footer*/
    .footer .heading {
        font-size: 16px;
    }

    .footer .footer-menu .menu-item {
        font-size: 14px;
    }

    .footer .footer-bottom {
        font-size: 12px;
    }

    .footer .payment-list li p {
        font-size: 12px;
    }

    .footer .soc-icons i {
        height: 36px;
        line-height: 38px;
        border-radius: 50%;
        width: 36px;
    }

    .footer .payment-list {
        margin-left: -50px;
    }

    /*End Footer*/
    .blog .sidebar .posts .tabs-header li {
        padding: 0 5px 18px 5px;
    }

    .blog .sidebar .archives .img {
        float: none;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 1199px) {
    section.hosting-features {
        background-color: #fff;
        padding-bottom: 100px;
    }

    .pricing.slider .slides-toggle .slide-prev {
        left: -15px;
    }

    .pricing.slider .slides-toggle .slide-next {
        right: -15px !important;
    }

    .pricing.slider .slides-toggle .slide-prev span {
        display: none !important;
    }

    .pricing.slider .slides-toggle .slide-next span {
        display: none !important;
    }

    .pricing.slider .wrapper {
        width: 300px;
        display: inline-block;
    }

    .tabs.offers-tabs .tabs-content .tabs-item.active:before {
        content: none;
    }

    .history-section .wrappper h3 {
        font-size: 20px;
    }

    .history-section .wrappper .desc {
        display: table;
    }

    .product-title h3 {
        font-size: 12px;
        padding: 14px;
    }

    .product-meta {
        padding: 0px 15px;
        margin-top: 35%;
    }

    #sidebar {
        width: auto !important;
    }

    .team .soc-icons-wrap .icons {
        display: inline-block;
        margin-top: 140px;
        padding: 10px;
    }

    .countdown .wrapper .heading {
        font-size: 40px;
    }

    .countdown .wrapper .heading {
        font-size: 20px;
    }

    .countdown .wrapper .clock {
        font-size: 40px;
    }

    .countdown .wrapper .clock div {
        padding: 20px 37px;
    }

    .countdown .wrapper .clock span {
        font-size: 13px;
    }

    .btn-order .continue {
        padding: 15px 30px;
        font-size: 16px;
    }

    .casestudy .icon-quote {
        margin-left: 10px;
    }

    .casestudy .content-info p:last-child {
        display: none;
    }

    /*.casestudy .content-info hr {*/
    /*    display: none;*/
    /*}*/

    .blog .sidebar .heading {
        font-size: 14px;
    }

    .blog .sidebar .archives .item-wrap {
        padding-bottom: 0px;
    }

    .wrap-blog .infos i {
        font-size: 22px;
    }

    .footer .footer-menu .menu-item {
        margin-left: 0;
    }

    .footer .soc-icons.m-left {
        padding-left: 90px;
    }

    .footer .logo-bg {
        margin-top: 56px;
        width: 380px;
    }

    .wpc-vps-info .content-price {
        padding: 50px 40px;
    }

    .wpc-vps-info .h-plans-info .price {
        font-size: 35px !important;
    }

    .h-plans-info .price .symbol {
        font-size: 24px !important;
    }

    .blog .sidebar .tabs .tabs-header li {
        margin: 0px 0px 30px 0px;
        width: 100%;
    }

    .blog .sidebar .posts .img {
        width: 100%;
        margin-bottom: 15px;
    }

    .megamenu .start-offer .inner span {
        display: none;
    }

    .megamenu-list .start-offer .inner span {
        display: none;
    }

    .opensource-features h3 {
        text-align: left;
    }

    .opensource-feature-text-right h3 {
        text-align: right;
    }

    .sitewide-notice a.promo-btn {
        color: #fcf9ff;
        font-size: 13px;
        background-color: #ff5a5a;
        padding: 8px 7px;
        font-weight: 600;
        transition: all .3s ease-in-out;
        text-decoration: none;
        border-radius: 5px;
    }

    .pricing-plan-container .pricing-plan-header .plan-cta .btn-default-orange-fill {
        min-width: unset;
    }

    .pricing-plan-container .plan-name {
        font-size: 30px;
    }

    .pricing-plan-container .pricing-plan-header .plan-short-description {}
}

/*Blink Me Policy Popup*/
.blink_me {
    animation: blinker 1s linear infinite;
    background: #fc0000;
    color: #fff !important;
    padding: 3px 3px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
}

@keyframes blinker {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nots {
    font-weight: bold;
    color: #fc0000;
}



.content-cp3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.content-cp3 {
    padding-top: 50px;
}

.content-cp3 {
    position: relative;
    align-items: flex-start;
    text-align: left;
    max-width: 610px;
    margin: 0;
}

*,
:after,
:before {
    box-sizing: inherit;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1 {
    color: #2b1f51;
    font-weight: 300;
    margin-bottom: 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 74px;
    margin: 0 0 24px;
}

.title-sfc {
    margin-bottom: 0;
    color: #1b1c21;
}

.title-sfc {
    color: #fff;
}

.content-cp3>.title-sfc {
    max-width: 584px;
    width: 100%;
}

.title-sfc {
    max-width: unset;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    color: #524972;
}

.p-89n {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.ban-hp2 {
    margin-bottom: 0;
    color: #2b1f51;
}

.ban-hp2 {
    color: #fff;
}

.content-cp3>.ban-hp2,
.content-cp3>.title-sfc {
    max-width: 584px;
    width: 100%;
}

.title-sfc+.ban-hp2 {
    margin-top: 32px;
}

.ban-hp2 {
    color: #fff;
}

.ban-3ap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ban-3ap {
    margin: 32px -12px -24px;
}

.content-cp3> :last-child {
    margin-bottom: 0;
}

.ban-3ap {
    justify-content: unset;
    margin-top: 40px;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a {
    text-decoration: none;
}

a {
    touch-action: manipulation;
}

a {
    color: #2b1f51;
    transition: color 0.3s;
}

p a {
    color: #6b4dc4;
    text-decoration: underline;
}

.ban-hp2>a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

a:hover {
    color: #7d64c7;
}

.ban-3ap>* {
    margin-bottom: 24px;
}

.btn-lgs {
    margin-right: 12px;
}

.btn-pzt {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s, background 0.3s, color 0.3s;
    vertical-align: top;
    white-space: nowrap;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 24px;
    height: 52px;
}

.btn-a1i {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 32px;
    height: 60px;
    border-radius: 6px;
}

.btn-9v9 {
    color: #fff;
    background: #4b3cfa;
}

.btn-pzt.btn-vj8 {
    min-width: 230px;
}

.ban-3ap .btn-pzt {
    margin: 0 12px 24px;
}

.btn-lgs .btn-pzt {
    margin-bottom: 16px;
}

.btn-pzt:active,
.btn-pzt:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
}

.btn-9v9:hover {
    color: #fff;
    background: #714ddf;
}

.ban-3ap .money-sbi {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px;
}

.money-sbi {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-left: 12px;
}

.title-rjg {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.title-rjg {
    color: #fff;
}

.pri-von {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    justify-content: center;
}

@media (min-width: 1012px) {
    .btn-pzt.row-y3w .text-q4i {
        transition: padding-right 0.3s ease, color 0.3s ease;
        position: relative;
    }

    .btn-pzt.row-y3w:hover .text-q4i {
        padding-right: 32px;
    }

    .btn-pzt.row-y3w:hover .text-q4i::after {
        right: 20px;
        opacity: 1;
    }
}

.ban-3ap .money-sbi strong {
    font-weight: 600;
}

.ysmoq {
    color: #2b1f51;
    font-weight: 300;
    margin-bottom: 0;
}

.ysmoq {
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    margin: 0 0 15px;
}

.pri-osf {
    display: flex;
    color: #f67a3c;
    margin-bottom: 0;
    font-weight: 800;
}

.p-1bz {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.pri-e54 {
    color: #fff;
}

.pri-e54 {
    margin-bottom: 4px;
}

svg {
    will-change: transform;
}

@media (min-width: 1012px) {
    .btn-pzt.row-y3w svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 1387px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1011px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 751px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (min-width: 514px) {
    .container {
        max-width: 514px;
    }
}

@media (min-width: 752px) {
    .container {
        max-width: 752px;
    }
}

@media (min-width: 1012px) {
    .container {
        max-width: 1012px;
    }
}

@media (min-width: 1388px) {
    .container {
        max-width: 1440px;
    }
}

.mw-100 {
    max-width: 100% !important;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: 0 0;
    color: #524972;
    font-family: AvertaStd;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 1387px) {
    body {
        font-size: 17px;
        font-weight: 300;
        line-height: 28px;
    }
}

@media (max-width: 1011px) {
    body {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media (max-width: 751px) {
    body {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
}

img {
    max-width: 100%;
}

:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.input-group--toggle:not(.is-open):acive {
    background: 0 0;
    border-color: transparent;
    transition: none;
}

.form-checkbox.is-disabled:not(:checked)+.form-indicator,
.form-checkbox:disabled:not(:checked)+.form-indicator,
.form-radio.is-disabled:not(:checked)+.form-indicator,
.form-radio:disabled:not(:checked)+.form-indicator {
    border-color: #fff !important;
}

.section {
    position: relative;
    background: 0 0;
}

.section__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__content> :last-child {
    margin-bottom: 0;
}

.section {
    padding-bottom: 160px;
}

@media (max-width: 1387px) {
    .section {
        padding-bottom: 140px;
    }
}

@media (max-width: 1011px) {
    .section {
        padding-bottom: 100px;
    }
}

@media (max-width: 751px) {
    .section {
        padding-bottom: 80px;
    }
}

.anchor-target {
    position: absolute;
    top: -60px;
    display: block;
    height: 1px;
    width: 1px;
}

html {
    overflow-x: hidden;
}

@media (max-width: 1011px) {
    padding: 0
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

::-webkit-input-placeholder {
    color: #524972 !important;
}

::-moz-placeholder {
    color: #524972 !important;
}

:-ms-input-placeholder {
    color: #524972 !important;
}

:-moz-placeholder {
    color: #524972 !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

.swiper-container {
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 24px;
}

.swiper-slide {
    position: relative;
    display: flex;
}

.swiper-slide {
    width: 100%;
    flex-shrink: 0;
}

.swiper-logos {
    margin-left: -100px;
}

.swiper-logos .logos--wrapper {
    z-index: 1;
    height: 100%;
    flex-wrap: nowrap;
    transition-property: transform;
    position: relative;
    display: flex;
}

.swiper-logos .logos--wrapper.logos--wrapper-autoplay {
    transition-timing-function: linear;
}

.swiper-logos .swiper-slide>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.swiper-logos--gray:not(.swiper-logos-db) .swiper-slide img {
    opacity: 0.4;
    transition: opacity 0.3s;
    max-width: 100%;
}

.swiper-logos--gray:not(.swiper-logos-db) .swiper-slide:hover img {
    filter: grayscale(0);
    opacity: 1;
}

>.plan__column--empty .plan__header {
    text-align: left;
}

.swiper-logos .swiper-slide>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.logos {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.logos--wrapper {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}

.logos--wrapper img {
    margin: 0 15px;
    height: 50px;
    /* Adjust the height as needed */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

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


.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 1387px) {
    .container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1011px) {
    .container {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (max-width: 751px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (min-width: 514px) {
    .container {
        max-width: 514px;
    }
}

@media (min-width: 752px) {
    .container {
        max-width: 752px;
    }
}

@media (min-width: 1012px) {
    .container {
        max-width: 1012px;
    }
}

@media (min-width: 1388px) {
    .container {
        max-width: 1440px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.col-lg-4,
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 514px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1012px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.row--eq-height>* {
    display: flex;
    flex-direction: column;
}

.row--eq-height>*>* {
    flex-grow: 1;
}

@media (max-width: 1387px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row [class*="col-"] {
        padding: 0 12px;
    }
}

@media (max-width: 1011px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row [class*="col-"] {
        padding: 0 12px;
    }
}

@media (max-width: 751px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row [class*="col-"] {
        padding: 0 12px;
    }
}

.h6,
h2,
h4 {
    color: #2b1f51;
    font-weight: 300;
    margin-bottom: 0;
}

h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 62px;
    margin: 0 0 24px;
}

@media (max-width: 1387px) {
    h2 {
        font-size: 44px;
        font-weight: 800;
        line-height: 56px;
    }
}

@media (max-width: 1011px) {
    h2 {
        font-size: 38px;
        font-weight: 800;
        line-height: 52px;
    }
}

@media (max-width: 751px) {
    h2 {
        font-size: 38px;
        font-weight: 800;
        line-height: 52px;
    }
}

h4 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    margin: 0 0 16px;
}

@media (max-width: 1387px) {
    h4 {
        font-size: 32px;
        font-weight: 800;
        line-height: 42px;
    }
}

@media (max-width: 1011px) {
    h4 {
        font-size: 26px;
        font-weight: 800;
        line-height: 38px;
    }
}

@media (max-width: 751px) {
    h4 {
        font-size: 26px;
        font-weight: 800;
        line-height: 38px;
    }
}

.h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 16px;
}

@media (max-width: 1387px) {
    .h6 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }
}

@media (max-width: 1011px) {
    .h6 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }
}

@media (max-width: 751px) {
    .h6 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }
}

*+.h6,
*+h4 {
    margin-top: 24px;
}

p {
    color: #000000;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: 0 0;
    color: #524972;
    font-family: AvertaStd;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 1387px) {
    body {
        font-size: 17px;
        font-weight: 300;
        line-height: 28px;
    }
}

@media (max-width: 1011px) {
    body {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media (max-width: 751px) {
    body {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }
}

:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.input-group--toggle:not(.is-open):acive {
    background: 0 0;
    border-color: transparent;
    transition: none;
}

.form-checkbox.is-disabled:not(:checked)+.form-indicator,
.form-checkbox:disabled:not(:checked)+.form-indicator,
.form-radio.is-disabled:not(:checked)+.form-indicator,
.form-radio:disabled:not(:checked)+.form-indicator {
    border-color: #fff !important;
}

.section {
    position: relative;
    background: 0 0;
}

.section__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section__content> :last-child {
    margin-bottom: 0;
}

.section__title {
    text-align: center;
    max-width: 894px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.section {
    padding-bottom: 160px;
}

.section__title+.section__content {
    margin-top: 80px;
}

@media (max-width: 1387px) {
    .section {
        padding-bottom: 140px;
    }

    .section__title+.section__content {
        margin-top: 72px;
    }
}

@media (max-width: 1011px) {
    .section {
        padding-bottom: 100px;
    }

    .section__title+.section__content {
        margin-top: 56px;
    }
}

@media (max-width: 751px) {
    .section {
        padding-bottom: 80px;
    }

    .section__title+.section__content {
        margin-top: 48px;
    }
}

.anchor-target {
    position: absolute;
    top: -60px;
    display: block;
    height: 1px;
    width: 1px;
}

html {
    overflow-x: hidden;
}

@media (max-width: 1011px) {
    padding: 0
}

.feature {
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.feature,
.feature__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.feature__icon {
    z-index: 2;
}

.feature__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
}

.feature__body> :last-child:not(.feature__actions) {
    margin-bottom: 0;
}

.feature__title {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.feature__desc {
    margin-bottom: 0;
}

.feature {
    margin-top: 32px;
}

.feature__title+.feature__desc {
    margin-top: 16px;
}

.features {
    margin-top: -32px;
}

@media (max-width: 1387px) {
    .feature {
        margin-top: 44px;
    }

    .feature__title+.feature__desc {
        margin-top: 16px !important;
    }

    .features {
        margin-top: -44px;
    }
}

@media (max-width: 1011px) {
    .feature {
        margin-top: 44px;
    }

    .feature__title+.feature__desc {
        margin-top: 16px;
    }

    .features {
        margin-top: -44px;
    }
}

@media (max-width: 751px) {
    .feature {
        margin-top: 44px;
    }

    .feature__title+.feature__desc {
        margin-top: 24px;
    }

    .features {
        margin-top: -44px;
    }
}

.row--eq-height .feature {
    height: 100%;
}

@media (max-width: 751px) {
    .feature {
        margin-top: 16px;
    }

    .feature__desc {
        word-break: break-word;
    }

    .row--eq-height .feature {
        margin-top: 24px;
    }
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
    .feature__body {
        flex: 1 0 auto;
    }
}

.features .feature__desc {
    flex-grow: 1;
}

.features--centered .feature {
    align-items: center !important;
}

.features--centered .feature__desc,
.features--centered .feature__title {
    text-align: center;
}

.features--centered .feature__desc {
    margin-right: 0;
}

@media (min-width: 1388px) {
    .features .feature {
        align-items: flex-start;
    }
}

@media (max-width: 1387px) {
    .features .feature__desc {
        margin-right: 0;
    }

    .features--centered .feature__desc {
        padding: 0;
    }
}

@media (max-width: 1011px) {
    .features .feature__desc {
        padding: 0;
    }
}

@media (max-width: 751px) {
    .features {
        margin-top: -24px;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

::-webkit-input-placeholder {
    color: #524972 !important;
}

::-moz-placeholder {
    color: #524972 !important;
}

:-ms-input-placeholder {
    color: #524972 !important;
}

:-moz-placeholder {
    color: #524972 !important;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {}
}

>.plan__column--empty .plan__header {
    text-align: left;
}

svg {
    will-change: transform;
}

*+h4 {
    margin-top: 0;
}


/* Currency Switcher */

.currency-switcher {
    display: flex;
    position: relative;
    width: 150px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 25px;
    overflow: hidden;
}

.currency-switcher button {
    flex: 1;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 2;
    color: #333;
    font-weight: bold;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33%;
    /*background-color: #007bff;*/
    /*border-radius: 25px;*/
    transition: transform 0.3s ease;
    z-index: 1;
}

.currency-switcher button.active {
    color: #fff;
    background-color: #007bff;
    border-radius: 25px;
    transition: transform 0.3s ease;
    z-index: 1;
}

#prices p {
    font-size: 18px;
}

.gradient-bg {
    background-image: url(https://www.greathost.in/assest/images/extra/gradientMin.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

b {
    font-weight: bold;
}

/* Offer Page CSS */

.custom-greathost-container {
    display: flex;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 20px;
}

.custom-greathost-left-panel {
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    overflow: hidden;
}

.custom-greathost-left-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-greathost-right-panel {
    width: 500px;
    height: 450px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.custom-greathost-offer-title {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.custom-greathost-description {
    flex-grow: 1;
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.5;
}

.custom-greathost-timer {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #d9534f;
    font-weight: bold;
    margin-top: 15px;
}

.custom-greathost-coupon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.custom-greathost-coupon-code {
    border: 1px dashed #4CAF50;
    padding: 8px 15px;
    font-size: 1.1em;
    font-weight: bold;
    color: #4CAF50;
    margin-right: 10px;
    background-color: #e6ffe6;
    border-radius: 5px;
}

.custom-greathost-copy-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
}

.custom-greathost-copy-button:hover {
    background-color: #0056b3;
}

.custom-greathost-buy-now-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 7px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 80%;
    box-sizing: border-box;
    align-self: anchor-center;
}

.custom-greathost-buy-now-button:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

@media (max-width: 1150px) {
    .custom-greathost-container {
        flex-direction: column;
        width: 100%;
        max-width: 612px;
    }

    .custom-greathost-left-panel,
    .custom-greathost-right-panel {
        width: 100%;
        height: auto;
    }

    .custom-greathost-left-panel {
        min-height: 300px;
    }

    .custom-greathost-buy-now-button {
        padding: 12px 20px;
        font-size: 1.2em;
    }
}

/* CountDown */

@media (min-width:991px) {
    .greathost-countdown-digit {
        font-size: 2em;
        font-weight: bold;
        color: #fff;
        background-color: #333;
        border-radius: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        align-items: center;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .greathost-countdown-digit span {
        font-size: 15px;
        margin-top: -10px;
        color: #333;
    }

    #greathost-countdown {
        display: flex;
        justify-content: flex-start;
    }


}

@media (max-width:991px) {
    .greathost-countdown-digit {
        font-size: 2em;
        font-weight: bold;
        color: #fff;
        background-color: #000;
        border-radius: 10%;
        width: 60px;
        height: 60px;
        line-height: 60px;
        align-items: center;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .greathost-countdown-digit span {
        font-size: 15px;
        margin-top: -10px;
        color: #000;
    }

    #greathost-countdown {
        display: flex;
        justify-content: center;
    }
}

.bg-black {
    background-color: #03a84e !important;
}

.dot-green {
    background-color: #03a84e !important;
}

.dot-red {
    background-color: #a50a47 !important;
}

.dot-blink {
    animation: 1.2s ease-in-out infinite blink;
}

.custom-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    padding: 6px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    width: max-content;
    margin: 30px auto;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
    .custom-flex {
        flex-direction: row;
        flex-wrap: nowrap;
        width: max-content;
        max-width: 100%;
        border-radius: 100px;
        gap: 4px;
        padding: 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .custom-flex::-webkit-scrollbar {
        display: none;
    }
}

.menu-button-location {
    align-items: center;
    font-weight: 600;
    min-width: 140px;
    opacity: 0.4;
    user-select: none;
}

.custom-location-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #475569;
    background: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
    border-radius: 100px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .custom-location-btn {
        width: auto;
        padding: 7px 12px;
        font-size: 12px;
        gap: 6px;
        white-space: nowrap;
    }

    .custom-location-btn .bn-flag {
        width: 20px;
        height: 20px;
    }

    .custom-location-btn .bn-flag img {
        width: 20px;
    }
}

.custom-location-btn:hover {
    background-color: #ffffff;
    color: #0f172a;
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.custom-location-btn.active {
    background-color: #ffffff;
    color: #4b3cfa;
    border-color: #4b3cfa;
    box-shadow: 0 4px 12px rgba(75, 60, 250, 0.12), 0 2px 4px rgba(75, 60, 250, 0.06);
}

.custom-location-btn.active:hover {
    background-color: #ffffff;
    color: #4b3cfa;
    border-color: #4b3cfa;
}

/* live blinking indicator */
.custom-location-btn::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #94a3b8;
    /* neutral default */
    flex-shrink: 0;
    transition: background-color 0.25s, box-shadow 0.25s;
}

.custom-location-btn:hover::before {
    background-color: #4b3cfa;
    box-shadow: 0 0 0 4px rgba(75, 60, 250, 0.15);
}

.custom-location-btn.active::before {
    background-color: #10b981;
    /* pulsing active green */
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    animation: pulse-dot-active 1.8s infinite;
}

@keyframes pulse-dot-active {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.custom-location-btn.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #94a3b8;
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
}

.custom-location-btn.disabled::before {
    background-color: #cbd5e1;
    animation: none;
}

.custom-location-btn .bn-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    flex-shrink: 0;
}

.custom-location-btn .bn-flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-location-btn .badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    background-color: rgba(245, 158, 11, 0.1);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.25);
    margin-left: 4px;
}

.text-secondery {
    color: #4b3cfa;
}

.rating-section {
    padding: 50px 0;
}

*,
:after,
:before {
    box-sizing: border-box;
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    .container {
        max-width: 1228px !important;
    }
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

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

.rating-outer-card {
    text-align: center;
    height: 100%;
    padding: 32px 25px;
    border-radius: 12px;
    background: #fffdf6;
    justify-content: space-between;
}

.rating-outer-card:hover {
    background: #eae5ff80;
    transition: .2s ease-out;
}

img {
    vertical-align: middle;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

section.rating-section img {
    width: 42%;
}

img.rating-img-host {
    width: 55% !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.rating-outer-card p {
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
}

.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
}

.fa-star {
    --fa: "\f005";
}

.fa-solid {
    font-weight: 900;
}

.fa-star:before,
.list li,
a.contact-hosting.one {
    font-size: 22px;
}

.fa-star:before {
    content: "★" !important;
}

.fa-brands:before,
.fa-regular:before,
.fa-solid:before,
.fa:before,
.fab:before,
.far:before,
.fas:before {
    content: var(--fa);
}

.rating-count {
    font-weight: 500;
    color: #000;
}

.mainborder {
    border: 2px solid #4b3cfa;
    position: relative;
}

.mainborder .border-title {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #4b3cfa;
    padding: 0 10px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 10px;
}

.greatnormalborder {
    border: 2px solid #4b3cfa;
}

.bottomborderhr {
    border-bottom: 1px solid #4b3cfa;
}


.just-one-click {
    background: #f2f3f4;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1275px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1048px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1275px !important;
    }
}

*,
:after,
:before {
    box-sizing: border-box;
}

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

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

:-webkit-scrollbar-thumb {
    background-color: #000000;
}

:-webkit-scrollbar-track {
    background: 0 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.col-12,
.col-lg-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-slide {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-slide {
    flex-shrink: 0;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.just-one-click .section-header h2 {
    color: #000000;
    text-align: center;
}

.section-header p {
    margin: 0 auto;
    color: #767676;
    font-size: 18px;
}

.features4 p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
}

.just-one-click .section-header p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-center {
    align-items: center !important;
}

.col-6,
.col-lg-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.img-fluid {
    max-width: 80%;
    height: auto;
}

.just-one-click .swiper .swiper-wrapper .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.just-one-click .swiper .swiper-wrapper .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}


/* These were inline style tags. Uses id+class to override almost everything */
#swiper-wrapper-4dacbdaaf3234bd9.style-pn4xy {
    transform: translate3d(-3597px, 0px, 0px);
    transition-duration: 12000ms;
}

#style-OJrY3.style-OJrY3 {
    width: 1179px;
    margin-right: 20px;
}

#style-kxaEF.style-kxaEF {
    width: 1179px;
    margin-right: 20px;
}

#style-CK7rT.style-CK7rT {
    width: 1179px;
    margin-right: 20px;
}

#style-Zib1t.style-Zib1t {
    width: 1179px;
    margin-right: 20px;
}



col-12,
.col-lg-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.features12 {
    background: var(--color-white);
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.col-12,
.col-lg-4,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.features12 .row>.col-lg-4,
.features12 .row>.col-md-6 {
    margin-bottom: 30px;
}

.p-4 {
    padding: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

.feature-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
}

.mt-2 {
    margin-top: .5rem !important;
}

.text-primary {
    color: #007bff !important;
}

.text-primary {
    --bs-text-opacity: 1;
}

.text-primary {
    color: #000000 !important;
}

.fa-2x {
    font-size: 2em;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas {
    font-family: 'Font Awesome 6 Free';
}

.fas {
    font-weight: 900;
}

.fa-server:before {
    content: "\f233";
}

.text-danger {
    color: #dc3545 !important;
}

.text-danger {
    --bs-text-opacity: 1;
}

.text-danger {
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc";
}

.text-secondary {
    color: #6c757d !important;
}

.text-secondary {
    --bs-text-opacity: 1;
}

.text-secondary {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}

.snow-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2
}

.snow-wrapper--global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

.snow-layer {
    position: absolute;
    top: -100%;
    left: 0;
    width: 200%;
    height: 300%;
    background-repeat: repeat;
    background-position: 0 0;
    will-change: background-position
}

.snow-layer--big {
    background-image: url("/assets/img/web/falling-snow1.png");
    opacity: 0.6;
    animation: tinypng-snow-big 25s linear infinite
}

.snow-layer--small {
    background-image: url("/assets/img/web/falling-snow2.png");
    opacity: 0.9;
    animation: tinypng-snow-small 52s linear infinite
}

@media (max-width: 768px) {
    .snow-layer--big {
        opacity: 0.5
    }

    .snow-layer--small {
        opacity: 0.7
    }
}

@keyframes tinypng-snow-big {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 2000px
    }
}

@keyframes tinypng-snow-small {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 2000px
    }
}

.snow-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2
}

.snow-wrapper--global {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

.snow-layer {
    position: absolute;
    top: -100%;
    left: 0;
    width: 200%;
    height: 300%;
    background-repeat: repeat;
    background-position: 0 0;
    will-change: background-position
}

.snow-layer--big {
    background-image: url("/assets/img/web/falling-snow1.png");
    opacity: 0.1;
    animation: tinypng-snow-big 25s linear infinite
}

.snow-layer--small {
    background-image: url("/assets/img/web/falling-snow2.png");
    opacity: 0.4;
    animation: tinypng-snow-small 52s linear infinite
}

@media (max-width: 768px) {
    .snow-layer--big {
        opacity: 0.5
    }

    .snow-layer--small {
        opacity: 0.7
    }
}

@keyframes tinypng-snow-big {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 2000px
    }
}

@keyframes tinypng-snow-small {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 2000px
    }
}

.price-chodikaran {
    width: 120%
}

@media(min-width:768px) {
    .price-chodikaran {
        width: 80%
    }
}

.flicker {
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #fff 0%, #4b3cfa 35%, #ff66cc 50%, #4b3cfa 65%, #fff 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 6px rgba(102, 51, 153, 0.3), 0 0 14px rgba(102, 51, 153, 0.5);
    animation: shimmer 2.5s linear infinite, flicker 4s linear infinite, pulse 3s ease-in-out infinite
}

@keyframes shimmer {
    0% {
        background-position: -250% 0
    }

    100% {
        background-position: 250% 0
    }
}

@keyframes flicker {

    0%,
    100% {
        opacity: 1
    }

    5% {
        opacity: 0.85;
        text-shadow: 0 0 3px rgba(102, 51, 153, 0.2)
    }

    10% {
        opacity: 1
    }

    15% {
        opacity: 0.9;
        text-shadow: 0 0 5px rgba(255, 102, 204, 0.4)
    }
}

@keyframes pulse {

    0%,
    100% {
        text-shadow: 0 0 6px rgba(102, 51, 153, 0.3), 0 0 14px rgba(102, 51, 153, 0.5)
    }

    50% {
        text-shadow: 0 0 10px rgba(255, 102, 204, 0.6), 0 0 20px rgba(102, 51, 153, 0.8)
    }
}

.flicker:hover {
    animation-duration: 1.5s, 2.2s, 2.5s;
    text-shadow: 0 0 12px rgba(255, 102, 204, 0.8), 0 0 24px rgba(102, 51, 153, 1);
    cursor: pointer
}

.header-left {
    display: flex;
    align-items: center
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 2rem;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    background: 0 0;
    isolation: isolate;
    clip-path: inset(0 round 16px)
}

.login-btn,
.offers-btn,
.register-btn {
    background: #b53d18
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
}

.register-btn {
    color: #fff
}

.offers-btn {
    color: #f9f5f5
}

.login-btn {
    color: #fffdfd
}

.notification-icon {
    position: relative;
    font-size: 22px;
    color: #007bff;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out
}

.announcement-bar,
.close-btn {
    color: #fff;
    position: absolute
}

.notification-icon span {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%
}

.notification-icon:hover {
    color: #0056b3;
    transform: scale(1.1)
}

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

.translate-box {
    margin-left: 15px
}

.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    animation: 0.5s forwards slide-in, 2s linear infinite blinkAnn;
    border-radius: 0px;
    overflow: hidden
}

@keyframes blinkAnn {

    0%,
    100% {
        color: #fff
    }

    50% {
        color: #fc0
    }
}

@media (max-width: 768px) {
    .announcement-bar {
        white-space: nowrap
    }

    .announcement-bar marquee {
        width: 100%;
        display: inline-block;
        overflow: hidden
    }

    .announcement-bar span {
        display: inline-block;
        padding-left: 100%;
        animation: 15s linear infinite marquee
    }
}

@keyframes marquee {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(-100%, 0)
    }
}

@keyframes slide-in {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(-100%)
}

.close-btn {
    background: 0 0;
    border: none;
    font-size: 18px;
    cursor: pointer;
    right: 20px
}

.close-btn:hover {
    color: #ccc
}

.content2 {
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 60px;
    min-height: 200px
}

.bn-flag {
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    vertical-align: text-bottom
}

.bn-flag:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    mix-blend-mode: overlay;
    box-sizing: border-box
}

.bn-flag--real-linear:before {
    background-image: linear-gradient(45deg, #0003, #27272738 11%, #ffffff4d 27%, #0000003d 41%, #0000008c, #ffffff42, #00000045 74%, #ffffff4d)
}

.checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0
}

.checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px
}

.checkbox-wrapper-31 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s
}

.checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s
}

.checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s
}

.checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none
}

.checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .background {
    fill: #6cbe45
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .stroke {
    stroke-dashoffset: 0
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .check {
    stroke-dashoffset: 0
}


.header-hero__bg-video {
    position: absolute;
    inset: 0;
    width: 65%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    right: 0;
    left: inherit;
    opacity: 0.25;
}

.header-hero__bg-video {
    position: absolute;
    top: 160px;
    width: 100%;
    /*height: 100%;*/
    /*z-index: 0;*/
    /*width: 75%;*/
    /*right: 0;*/
    /*left: inherit;*/
    /*pointer-events: none;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}

@media (max-width: 768px) {
    .header-hero__bg-video {
        width: 100%;
        filter: brightness(0.3);
    }
}

.header-hero>*:not(.header-hero__bg-video) {
    position: relative;
    z-index: 3;
}

.gh-mig-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.gh-mig-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif
}

.gh-mig-section::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(67, 97, 238, .04) 0, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.gh-mig-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1
}

.gh-mig-wrap {
    display: block;
    grid-template-columns: 1.1fr .9fr;
    gap: 72px;
    align-items: center
}

.gh-mig-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.gh-mig-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #4361ee;
    background: rgba(67, 97, 238, .07);
    border: 1px solid rgba(67, 97, 238, .15);
    border-radius: 99px;
    padding: 5px 14px;
    margin-bottom: 18px
}

.gh-mig-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-bottom: 16px
}

.gh-mig-title .gh-accent {
    color: #4361ee
}

.gh-mig-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 40px;
    max-width: 460px
}

.gh-feat-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%
}

.gh-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.gh-feat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(67, 97, 238, .15);
    box-shadow: 0 2px 8px rgba(67, 97, 238, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #4361ee;
    transition: border-color .25s, box-shadow .25s
}

.gh-feat-item:hover .gh-feat-icon {
    border-color: rgba(67, 97, 238, .35);
    box-shadow: 0 6px 16px rgba(67, 97, 238, .12)
}

.gh-feat-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.gh-feat-strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -.01em;
    margin-bottom: 3px
}

.gh-feat-span {
    font-size: 13px;
    color: #64748b;
    line-height: 1.55
}

.gh-mig-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px -16px rgba(15, 23, 42, .1)
}

.gh-card-header {
    background: #fafcff;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    display: flex;
    align-items: center;
    gap: 14px
}

.gh-mac-dots {
    display: flex;
    gap: 6px
}

.gh-mac-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.gh-mac-dots span:nth-child(1) {
    background: #ff5f56
}

.gh-mac-dots span:nth-child(2) {
    background: #ffbd2e
}

.gh-mac-dots span:nth-child(3) {
    background: #27c93f
}

.gh-card-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    flex: 1;
    text-align: center;
    transform: translateX(-22px);
    letter-spacing: -.01em
}

.gh-card-body {
    padding: 32px 28px;
    min-height: 360px;
    display: flex;
    flex-direction: column
}

.gh-step-header {
    text-align: center;
    margin-bottom: 28px
}

.gh-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -.015em;
    margin-bottom: 5px
}

.gh-step-sub {
    font-size: 13px;
    color: #64748b
}

.gh-step {
    display: none;
    flex-direction: column;
    flex: 1;
    animation: ghFadeIn .35s ease-out
}

.gh-step.gh-active {
    display: flex
}

@keyframes ghFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.gh-scan-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1
}

.gh-scan-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 12px;
    transition: border-color .3s, background .3s
}

.gh-scan-row.gh-done {
    background: rgba(37, 162, 68, .04);
    border-color: rgba(37, 162, 68, .25)
}

.gh-scan-left {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a
}

.gh-scan-left svg {
    width: 18px;
    height: 18px;
    stroke: #94a3b8;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s
}

.gh-scan-row.gh-done .gh-scan-left svg {
    stroke: #25a244
}

.gh-scan-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: 4px 11px;
    border-radius: 99px;
    background: rgba(148, 163, 184, .12);
    color: #94a3b8;
    border: 1px solid rgba(148, 163, 184, .2);
    transition: all .3s
}

.gh-scan-badge.gh-ready {
    background: rgba(37, 162, 68, .09);
    color: #25a244;
    border-color: rgba(37, 162, 68, .25)
}

.gh-transfer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    margin-bottom: 32px
}

.gh-server {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative
}

.gh-server svg {
    width: 24px;
    height: 24px;
    stroke: #94a3b8;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.gh-server-lbl {
    position: absolute;
    bottom: -24px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    white-space: nowrap;
    color: #94a3b8
}

.gh-server-new {
    border: 1px solid rgba(67, 97, 238, .25);
    background: rgba(67, 97, 238, .05)
}

.gh-server-new svg {
    stroke: #4361ee
}

.gh-server-new .gh-server-lbl {
    color: #4361ee
}

.gh-track {
    flex: 1;
    height: 2px;
    background: rgba(15, 23, 42, .06);
    position: relative;
    margin: 0 16px
}

.gh-track-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #4361ee;
    width: 0%;
    transition: width .08s linear;
    border-radius: 99px
}

.gh-pkt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4361ee;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, .2);
    opacity: 0
}

.gh-pkt-1 {
    animation: ghPkt 1.6s infinite linear 0s
}

.gh-pkt-2 {
    animation: ghPkt 1.6s infinite linear .53s
}

.gh-pkt-3 {
    animation: ghPkt 1.6s infinite linear 1.06s
}

@keyframes ghPkt {
    0% {
        left: 0%;
        opacity: 0
    }

    8% {
        opacity: 1
    }

    92% {
        opacity: 1
    }

    100% {
        left: 100%;
        opacity: 0
    }
}

.gh-prog-wrap {
    margin-top: 36px
}

.gh-prog-bar {
    height: 5px;
    background: rgba(15, 23, 42, .06);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 10px
}

.gh-prog-fill {
    height: 100%;
    background: linear-gradient(90deg, #4361ee 0%, #9429ff 100%);
    width: 0%;
    border-radius: 99px;
    transition: width .08s linear
}

.gh-prog-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #4361ee
}

.gh-success-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center
}

.gh-check-ring {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #25a244;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    animation: ghRing .4s cubic-bezier(.175, .885, .32, 1.275) forwards
}

@keyframes ghRing {
    from {
        transform: scale(.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.gh-check-ring svg {
    width: 26px;
    height: 26px;
    stroke: #25a244;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.gh-success-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px
}

.gh-success-sub {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 26px;
    text-align: center
}

.gh-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%
}

.gh-stat {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    transition: border-color .25s, box-shadow .25s
}

.gh-stat:hover {
    border-color: rgba(67, 97, 238, .2);
    box-shadow: 0 6px 18px rgba(67, 97, 238, .06)
}

.gh-stat-val {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -.02em;
    margin-bottom: 3px
}

.gh-stat-lbl {
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700
}

@media(max-width:1024px) {
    .gh-mig-wrap {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .gh-mig-title {
        font-size: 32px
    }
}

@media(max-width:600px) {
    .gh-mig-section {
        padding: 60px 0
    }

    .gh-mig-title {
        font-size: 26px
    }

    .gh-mig-card {
        border-radius: 14px
    }
}

/* Softaculous App Showcase Section Styling */
.app-showcase-section {
    padding: 60px 0;
    background: radial-gradient(circle at 10% 20%, rgba(75, 60, 250, 0.03) 0%, rgba(255, 255, 255, 0) 90%);
}

.badge-pill-installer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(75, 60, 250, 0.08);
    color: #4b3cfa;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.app-filter-tabs {
    display: inline-flex;
    background: #f1f3f9;
    padding: 6px;
    border-radius: 40px;
    gap: 4px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.app-filter-btn {
    background: transparent;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.app-filter-btn:hover {
    color: #4b3cfa;
}

.app-filter-btn.active {
    background: #ffffff;
    color: #4b3cfa;
    box-shadow: 0 4px 12px rgba(75, 60, 250, 0.12);
}

/* App Grid & Cards */
.app-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    width: 100%;
}

.app-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    position: relative;
    overflow: hidden;
    height: 100%;
    opacity: 1;
    transform: scale(1);
}

/* Smooth hide/show animations */
.app-card.hidden {
    opacity: 0 !important;
    transform: scale(0.9) !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.app-card:hover {
    transform: translateY(-6px);
    border-color: rgba(75, 60, 250, 0.25);
    box-shadow: 0 16px 32px rgba(75, 60, 250, 0.07);
}

.app-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.app-logo-wrapper {
    width: 56px;
    height: 56px;
    background: #f8fafc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
    padding: 8px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.app-card:hover .app-logo-wrapper {
    background: rgba(75, 60, 250, 0.04);
    border-color: rgba(75, 60, 250, 0.1);
    transform: scale(1.05);
}

.app-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.app-title-area {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.app-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.app-badge {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 700;
    color: #4b3cfa;
    background: rgba(75, 60, 250, 0.08);
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.2px;
}

.app-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.app-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    margin-top: auto;
}

.install-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #4b3cfa;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.install-link svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.app-card:hover .install-link {
    color: #3b2fd9;
}

.app-card:hover .install-link svg {
    transform: translateX(2px);
}

.deploy-badge {
    font-size: 12px;
    font-weight: 600;
    color: #4b3cfa;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.deploy-badge svg {
    width: 12px;
    height: 12px;
}

/* Responsive columns */
@media (max-width: 576px) {
    .app-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Location Switcher Wrapper & Choose Server Pointer */
/* Caveat font is loaded via <link> in head.php for proper loading */

.location-switcher-wrapper {
    position: relative;
    width: max-content;
    /* DESKTOP: original — shrink to content, centered */
    margin: 30px auto;
}

.choose-server-pointer {
    position: absolute;
    left: -95px;
    top: -35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(-10deg);
    pointer-events: none;
    z-index: 10;
}

.choose-server-text {
    font-family: "Caveat", cursive !important;
    font-size: 25px;
    color: #4b3cfa;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.choose-server-arrow {
    width: 65px;
    height: 38px;
    color: #4b3cfa;
    transform: translate(32px, -4px);
}

.choose-server-emphasis {
    width: 30px;
    height: 15px;
    color: #4b3cfa;
    margin-bottom: -2px;
    transform: rotate(-5deg);
}

/* Hide the pointer on smaller screens to prevent overflow */
@media (max-width: 991px) {
    .location-switcher-wrapper {
        width: 100%;
        margin: 20px auto;
        display: flex;
        justify-content: center;
    }

    .choose-server-pointer {
        display: none;
    }
}

/* ══════════════════════════════════════════════
   EDGE-OVERLAPPING SLIDER ARROWS
   MOBILE ONLY — desktop layout is untouched
══════════════════════════════════════════════ */

/* ── Arrow buttons: HIDDEN on desktop by default ── */
.edge-slider-arrow {
    display: none;
}

/* ── Track: normal wrap on desktop (original behavior) ── */
.edge-slider-track {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* ── DESKTOP: restore pill background for server location track ── */
.location-switcher-wrapper .edge-slider-track {
    background: #f8fafc;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* ── Hidden state class (for JS, works on mobile) ── */
.edge-slider-arrow.edge-arrow-hidden {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.85);
}

/* ══════════════════════════════════
   CHOOSE BILLING POINTER
   (similar to choose-server-pointer
    but orange/teal, different arrow)
══════════════════════════════════ */
.wh-cycle-selector-wrapper {
    position: relative;
}

.choose-billing-pointer {
    position: absolute;
    left: 25px;
    top: -50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    pointer-events: none;
    z-index: 10;
}

.choose-billing-text {
    font-family: "Caveat", cursive !important;
    font-size: 22px;
    color: #f97316;
    /* orange — distinct from purple choose-server */
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.4px;
}

.choose-billing-arrow {
    width: 55px;
    height: 32px;
    color: #f97316;
    transform: translate(28px, -6px) scaleY(-1);
    /* flipped curve pointing right */
}

.choose-billing-dots {
    width: 26px;
    height: 12px;
    color: #f97316;
    margin-bottom: -2px;
    transform: rotate(5deg);
}

@media (max-width: 1100px) {
    .choose-billing-pointer {
        display: none;
    }
}


/* ══════════════════════════════════════════════
   MOBILE ONLY: enable scroll + show arrows
   Breakpoint: ≤768px
══════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* ── Outer wrap becomes flex row with arrows ── */
    .edge-slider-wrap {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
    }

    /* ── Track becomes horizontally scrollable ── */
    .edge-slider-track {
        flex: 1;
        min-width: 0;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 4px;
    }

    .edge-slider-track::-webkit-scrollbar {
        display: none;
    }

    /* ── Arrow buttons: show on mobile ── */
    .edge-slider-arrow {
        display: flex;
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1.5px solid #e2e8f0;
        background: #ffffff;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10), 0 1px 4px rgba(0, 0, 0, 0.06);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #475569;
        transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        z-index: 5;
        outline: none;
        padding: 0;
        line-height: 0;
    }

    /* Left arrow overlaps left pill edge, right overlaps right */
    .edge-slider-arrow--left {
        margin-right: -18px;
        z-index: 6;
    }

    .edge-slider-arrow--right {
        margin-left: -18px;
        z-index: 6;
    }

    /* Hover */
    .edge-slider-arrow:hover {
        background: #4b3cfa;
        border-color: #4b3cfa;
        color: #ffffff;
        box-shadow: 0 6px 18px rgba(75, 60, 250, 0.28);
        transform: scale(1.08);
    }

    /* Pressed */
    .edge-slider-arrow:active {
        transform: scale(0.96);
    }

    /* ── Location-switcher: full-width on mobile ── */
    .location-switcher-wrapper {
        width: 100%;
        margin: 20px 0;
        display: flex;
        justify-content: center;
    }

    .location-switcher-wrapper .edge-slider-wrap {
        width: 100%;
    }

    .location-switcher-wrapper .edge-slider-track {
        background: #f8fafc;
        padding: 6px;
        border-radius: 100px;
        border: 1px solid #e2e8f0;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
        margin: 0;
    }

    /* ── Billing cycle: full-width on mobile ── */
    .wh-cycle-selector-wrapper {
        width: 100%;
        padding: 0;
    }

    .edge-slider-wrap--billing {
        width: 100%;
    }

    .edge-slider-wrap--billing .wh-cycle-selector.edge-slider-track {
        padding: 6px;
        border-radius: 50px;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
    }
}

/* ==========================================================================
   CUSTOM HEADER NAVIGATION MEGA MENU STYLES (MIGRATED)
   ========================================================================== */
.gh-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.gh-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.gh-nav-item {
    position: relative;
    padding: 12px 0;
}

.gh-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    color: #475569 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 99px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.gh-nav-link i {
    font-size: 10px;
    margin-left: 6px;
    transition: transform 0.25s ease;
    color: #64748b;
}

.gh-nav-item:hover>.gh-nav-link {
    background-color: #eef2ff;
    color: #4f46e5 !important;
}

.gh-nav-item:hover>.gh-nav-link i {
    transform: rotate(180deg);
    color: #4f46e5;
}

/* Mega Menu Container */
.gh-mega-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    width: 95vw;
    max-width: 1100px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    display: flex;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.gh-nav-item:hover>.gh-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.gh-mega-menu.gh-mega-menu-right {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(12px);
}

.gh-nav-item:hover>.gh-mega-menu.gh-mega-menu-right {
    transform: translateX(0) translateY(0);
}

/* Columns */
.gh-mega-col-status {
    width: 22%;
    background-color: #f8fafc;
    padding: 32px 24px;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.gh-mega-col-links {
    width: 26%;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.gh-mega-col-promo {
    width: 26%;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.gh-mega-header {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    margin-bottom: 24px;
}

/* Status Items */
.gh-status-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gh-status-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.gh-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.gh-status-dot.green {
    background-color: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

.gh-status-dot.orange {
    background-color: #f59e0b;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
}

.gh-status-info {
    display: flex;
    flex-direction: column;
}

.gh-status-title {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 2px;
}

.gh-status-desc {
    font-size: 12px;
    color: #64748b;
}

/* Links Items */
.gh-menu-links-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gh-menu-link-card {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.gh-menu-link-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.gh-menu-link-icon svg {
    width: 18px;
    height: 18px;
    stroke: #4f46e5;
}

.gh-menu-link-details {
    display: flex;
    flex-direction: column;
}

.gh-menu-link-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.gh-menu-link-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
}

.gh-menu-link-card:hover .gh-menu-link-title {
    color: #4f46e5;
}

.gh-menu-link-card:hover .gh-menu-link-icon {
    background-color: #4f46e5;
    border-color: #4f46e5;
}

.gh-menu-link-card:hover .gh-menu-link-icon svg {
    stroke: #ffffff;
}

/* Promo Card Box */
.gh-promo-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gh-promo-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.gh-promo-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.gh-promo-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.gh-promo-feat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.gh-promo-feat-item i {
    color: #10b981;
    font-size: 13px;
}

.gh-promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #ffffff;
    border: 1px solid #4f46e5;
    color: #4f46e5 !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-top: auto;
}

.gh-promo-btn:hover {
    background-color: #4f46e5;
    color: #ffffff !important;
}

/* Standard Dropdowns */
.gh-dropdown-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    transform: translateY(12px);
    min-width: 240px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.08), 0 5px 5px -5px rgba(0, 0, 0, 0.03);
    list-style: none;
    padding: 8px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    text-align: left;
}

.gh-nav-item:hover>.gh-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gh-dropdown-item {
    margin-bottom: 2px;
}

.gh-dropdown-link {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #475569 !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.gh-dropdown-link:hover {
    background-color: #f1f5f9;
    color: #4f46e5 !important;
}

/* Disabled sub-menu link styles */
.gh-disabled-menu-link {
    cursor: not-allowed !important;
    opacity: 0.55;
}

.gh-disabled-menu-link * {
    pointer-events: none;
}

.gh-disabled-menu-link:hover .gh-menu-link-title {
    color: #1e293b !important;
}

.gh-disabled-menu-link:hover .gh-menu-link-icon {
    background-color: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
}

.gh-disabled-menu-link:hover .gh-menu-link-icon svg {
    stroke: #4f46e5 !important;
}

/* Glowing green dot & tooltip styles */
.gh-stock-indicator {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    cursor: pointer;
}

.gh-stock-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
    display: inline-block;
    animation: ghPulseDot 2s infinite;
}

@keyframes ghPulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.gh-stock-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background-color: #0f172a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
    z-index: 100000;
}

.gh-stock-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: #0f172a transparent transparent transparent;
}

.gh-stock-indicator:hover .gh-stock-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-2px);
}

/* Prevent overflow cuts in theme containers */
#default_header_box,
.menu_box,
.default_menu_box,
.bbhd-flexbox-container {
    overflow: visible !important;
}

/* ==========================================================================
   CUSTOM FOOTER TESTIMONIALS MARQUEE STYLES (MIGRATED)
   ========================================================================== */
.gh-testi-sec {
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none' stroke='%234f46e5' stroke-opacity='0.02' stroke-width='0.5'/%3E%3C/svg%3E");
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', 'Poppins', sans-serif;
    border-top: 1px solid #e2e8f0;
}

.gh-testi-sec::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.025) 0%, rgba(16, 185, 129, 0.01) 60%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.gh-testi-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.gh-testi-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 24px;
}

.gh-testi-badge {
    display: inline-block;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 99px;
    margin-bottom: 16px;
}

.gh-testi-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

.gh-testi-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.gh-testi-marquee-wrapper {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.gh-testi-track-row {
    display: flex;
    width: max-content;
    will-change: transform;
}

.gh-testi-track-left {
    animation: ghMarqueeLeft 40s linear infinite alternate;
}

.gh-testi-track-right {
    animation: ghMarqueeRight 40s linear infinite alternate;
}

.gh-testi-track-row:hover {
    animation-play-state: paused;
}

.gh-testi-inner {
    display: flex;
    gap: 24px;
    padding: 0 12px;
}

.gh-testi-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    padding: 28px;
    width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.gh-testi-card:hover {
    background: #ffffff;
    border-color: #e4e4e4;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(79, 70, 229, 0.1), 0 0 1px 1px rgba(79, 70, 229, 0.05);
}

.gh-testi-rating {
    display: flex;
    gap: 4px;
    margin-left: auto;
    align-self: center;
}

.gh-rating-star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #00b67a;
    /* Trustpilot green */
    color: #ffffff;
    font-size: 11px;
    border-radius: 2px;
    font-weight: bold;
}

.gh-rating-star.gh-star-empty {
    background-color: #e2e8f0;
    color: #94a3b8;
}

.gh-testi-text {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    flex-grow: 1;
}

.gh-testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
    margin-top: auto;
}

.gh-testi-avatar-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #e2e8f0;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.gh-testi-avatar-placeholder {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.gh-testi-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gh-testi-name {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.gh-testi-role {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

@keyframes ghMarqueeLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(calc(-100% + 100vw), 0, 0);
    }
}

@keyframes ghMarqueeRight {
    0% {
        transform: translate3d(calc(-100% + 100vw), 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}