body{font-family: "Plus Jakarta Sans", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 15px;}
.row {margin: 0 -15px;align-items: center;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 100px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3,h4,h5,h6{font-family: "Plus Jakarta Sans", sans-serif;color: #2f3034;}
p {color: #525252;font-size: 16px;font-weight: 400;margin-bottom: 20px;position: relative;z-index: 1;}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1340px;
    padding: 0 15px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}


a.logo img {
    max-width: 220px;
    transition: .5s all;
}


/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}
header {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 3;
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-flex;
    padding: 0px 15px;
    position: relative;
    z-index: 9;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li > a {
    color: #000000 !important;
    font-weight: 500 !important;
    transition: .5s all !important;
    font-size: 15px !important;
    text-transform: capitalize;
    display: inline-flex !important;
    align-items: center;
    padding-block: 10px !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    position: relative;
}

 .dropdown:hover>.dropdown-menu {
    display: block;
}

 .dropdown-item {
    color: #000000 !important;
    padding: 8px 12px;
    font-weight: 500;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    transition: .5s all;
    position: relative;
    z-index: 1;
}

 .dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin: 25px 0 0 !important;
    border: none;
    border-radius: 0 !important;
    box-shadow: 0 4px 14px #00000026;
    width: 200px;
}

 .dropdown-item::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: #fff;
    opacity: 0;
    transition: .5s all;
}

 .dropdown-item:hover::before {
    opacity: 1;
    left: 16px;
}

 .dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}


header ul li:hover::before, .top-bar ul li:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 90px;
    top: 0px;
    left: 0;
    background: transparent;
}

 .dropdown-toggle::after, .top-bar ul li.dropdown > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: none;
    transition: all ease 0.3s;
    font-size: 13px;
}

 .dropdown-toggle:hover::after, .top-bar ul li a:hover::after {
    transform: scaleY(-1);
}

.dropdown-item:focus, .dropdown-item:hover {background: #f4a643;color: #fff !important;padding-left: 30px;}

a.menu-bottom {
    display: none;
}

header ul {
    position: relative;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}

header ul li > a:before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .5s all;
    z-index: -1;
}

header ul li:hover > a:before {
    width: 100%;
}

img{
    max-width: 100%;
}


.btn.host-btn {
    padding: 14px 30px;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    border: 1px solid !important;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    text-transform: capitalize;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 1px 3px #264aa54d, inset 0 2px 3px #e0f0ff4d;
    height: 55px;
    width: 250px;
}


h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 3rem;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #000;
} 


.btn-block .btn:first-child {
    margin: 0 15px 0 0;
}


.info-banner h1 {
    color: #000;
    font-size: 4.75rem;
    line-height: 5.625rem !important;
    font-weight: 900;
    margin: 0 0 35px;
    position: relative;
    z-index: 1;
}


.info-banner p {
    font-size: 17px;
    color: #fff;
    margin: 0 0 35px;
}


.btn:hover svg {
    transform: rotate(360deg) !important;
}

.our-banner {
    padding: 180px 0 100px;
    z-index: 2;
    background: url("../images/host-mainbanner.png") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

header .container-fluid {
    max-width: 1650px;
}

header ul li.btn-phone a.btn-head {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover {
    color: #000000 !important;
}


.heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}


header .btn-block.text-right {
    text-align: right;
}


.btn.host-btn svg {
    margin-left: 0;
    position: relative;
    top: 0;
    transition: .5s all;
    width: 11px !important;
}
.top-bar ul li {
    position: relative;
}
header ul li:first-child {
    padding-left: 0;
}

header ul li:last-child {
    padding-right: 0;
}


header ul li a:hover {
    color: #051177 !important;
}



.our-faq .accordion-button:focus {
    box-shadow: none;
}

.our-faq .accordion-button {
    border-bottom: 1px solid #d1d1d1;
    padding-inline: 0 30px;
    padding-block: 25px;
    font-size: 1.25rem;
    font-weight: 700;
    background: transparent;
}

.our-faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}

.our-faq .accordion-body {
    padding: 20px;
    border-bottom: 1px solid #d1d1d1;
}


.our-faq .accordion-button::after {
    background: url("../images/plus.webp") no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    background-size: 100%;
}

.our-faq .accordion-button:not(.collapsed)::after {
    background: url("../images/minus.webp") no-repeat;
    background-size: 100%;
}


.accordion-flush>.accordion-item {
    background: transparent;
}

.our-faq .accordion-header {
    line-height: normal;
}
.our-faq .accordion-body p {font-size: 1.125rem;color: #484848;}

.our-faq .row {justify-content: center;}


footer {
    padding: 0 0 80px;
    background: #F7F7F7;
    background-size: cover;
    z-index: 1;
    position: relative;
    background-position: top center;
}

footer a.ftr-logo + p {
    margin: 30px 0 40px;
    font-size: 14px;
    color: #fff;
    margin-right: -10px;
    font-weight: 400;
}

footer .row {
    align-items: start;
}

.foot-col2 {
    padding-left: 75px;
}

.copy {
    padding: 45px 0 20px;
    margin-top: 0;
    background: #fff;
    border-top: 1px solid #9C9C9C;
    position: relative;
    z-index: 2;
}

.copy .row {
    margin: 0;
    align-items: center;
}

.copy p {
    margin: 0;
    color: #464646;
    font-size: 16px;
    text-align: left;
}

.copy ul {
    text-align: right;
}

.copy ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.copy ul li:last-child {
    padding-right: 0;
}

.copy ul li a {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
}

.copy ul li:before {
    position: absolute;
    content: "";
    right: -4px;
    top: 3px;
    bottom: 0;
    width: 5px;
    height: 1px;
    background: #464646;
    margin: auto;
}


.copy ul li:last-child:before {
    display:none;
}

.menu-box {
    display: flex;
    justify-content: end;
}

.menu-box .btn-block {
    margin-left: 40px;
}


.info-banner h4 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    color: #000;
}

.info-banner h5 {
    color: #000;
    font-size: 5rem;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    margin-bottom: 0;
    letter-spacing: -4px;
    line-height: 70px;
    flex-wrap: wrap;
}


.site-logos {
    padding: 40px 0;
}

h6 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.info-banner h1 span {display: inline-flex;/* line-height: 90px; */vertical-align: baseline;top: 8px;position: relative;}

.info-banner ul li {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.info-banner ul li img {
    margin-right: 10px;
}

.info-banner ul {
    margin-bottom: 55px;
}

.our-banner .row {
    align-items: stretch;
}

.btn.btn-blue {
    background: #53B7FF;
    background: linear-gradient(180deg, rgba(83, 183, 255, 1) 0%, rgba(4, 151, 255, 1) 85%) !important;
    border-color: #0093FB !important;
    color: #fff !important;
}

header .btn-block .btn img {
    margin-right: 5px;
}


.reviews-wrap  .rev-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.reviews-wrap .info-rev .rating {
    font-size: 18px
}

.reviews-wrap .info-rev .rating span {
    white-space: nowrap
}

.reviews-wrap .info-rev .description {
    font-size: 18px;
    font-weight: 700
}

.reviews-wrap .info-rev .description .highlighted {
    color: #2b862f
}

.boxes-wrap .box {
    position: relative;
    z-index:1;
}

.boxes-wrap .box::before {
    position: absolute;
    content: "";
    background: #DFE0EB;
    width: 1px;
    height: 100%;
    right: -10px;
    top: 0;
    z-index: -1;
}
.info-dom {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 5px 15px #00000052;
    text-align: center;
}

.info-dom h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #33343e;
    margin-bottom: 30px;
}

.dom-form .form-control {
    background: #ffffff;
    height: 80px;
    padding: 10px 25px 10px 65px;
    color: #555555;
    border: 1px solid #B1D0EE;
    border-radius: 70px;
    font-size: 20px;
    font-weight: 400;
}

.dom-form ::placeholder {
    color: #818181;
}

::placeholder {
    text-transform: capitalize;
}


.dom-form {
    position: relative;
    z-index: 1;
    width: calc(100% + 90px);
    margin-bottom: 20px;
}

.dom-form form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dom-form form button.btn {
    margin-left: 10px;
    height: 60px;
    border-radius: 15px;
}

.in-dom {
    width: 100%;
    position: relative;
    z-index: 1;
}

.info-banner h1 > span::before {
    position: absolute;
    content: "";
    background: url("../images/head-bg.webp") no-repeat;
    width: 212px;
    height: 18px;
    background-size: 100%;
    left: -5px;
    bottom: -12px;
    z-index: -1;
}

.img-ban {
    text-align: right;
    width: calc(100% - 15px);
    margin-left: auto;
    position: relative;
    right: -30px;
}

.btn.btn-red, form .btn.btn-primary {
    background: #ec3f40 !important;
    border-color: #ec3f40 !important;
    color: #fff !important;
}

.btn.host-btn span , form .btn.btn-primary span {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0076CA;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 0 1px 1px #f3f9ff66;
}

.btn.btn-frst svg {
    margin: 0;
}

.btn.btn-frst span {
    margin-right: 15px;
}

.btn.btn-frst {
    padding: 8px 28px 8px 8px;
}

.btn-block h4 {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    margin-left: 12px;
    margin-bottom: 0;
}

.btn-block h4 > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.img-ban2 {
    position: absolute;
    bottom: -150px;
    left: 20px;
    transform: rotate(1deg);
}

.reviews-wrap {
    margin-top: 0;
    padding-block: 70px;
    z-index: 2;
    border-bottom: 1px solid #bbc3da;
}

.info-price {
    text-align: center;
    border: 1px solid #cdcdec;
    border-radius: 12px;
    padding-top: 20px;
    background: #fff;
    z-index: 1;
    position: relative;
    transition: .5s all;
}

.info-price img {
    margin-bottom: 8px;
}

.info-price h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c4fa7;
    margin-bottom: 20px;
}

.info-price h5 {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.info-price h5 > span {
    color: #0247b1;
    font-size: 13px;
    font-weight: 600;
    background: #eeedfc;
    margin-left: 10px;
    padding: 4px 8px 4px;
    display: inline-block;
    border-radius: 30px;
    transition: .3s all;
}

.info-price h2 {
    color: #000000;
    font-size: 5.75rem;
    font-weight: 700;
    line-height: 4rem;
    font-weight: 900;
    text-shadow: 2px 3px 4px #eb3e45;
    margin-bottom: 35px;
}

.info-price h2 > span {
    font-size: 2.25rem;
    vertical-align: super;
}

.info-price h2 small {
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: super;
    text-transform: none;
    position: relative;
    top: -3px;
    margin-left: 2px;
}

.info-price h2 sup {
    font-size: 1.825rem;
    font-weight: 700;
    vertical-align: super;
    position: relative;
    top: -6px;
    margin-right: 3px;
}

.info-price .btn.host-btn {
    padding: 8px 25px;
    margin-bottom: 20px;
}

.info-price h4 {
    color: #2c4fa7;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.info-price ul li {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 2px;
}

.info-price ul {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.info-price a.btn-price {
    color: #2a4da7;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #cdcdec;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}

.info-price a.btn-price svg {
    color: #8c92a0;
    margin-left: 5px;
    width: 14px;
}

.info-price.pop-price h6 {
    padding: 4px 15px 5px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    display: table;
    align-items: center;
    line-height: 16px;
    background: #0247b1;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.info-price.pop-price {
    border: 2px solid #0a47ae;
    transform: scale(1.15);
    z-index: 2;
    box-shadow: 0 5px 15px #0a47ae45;
}

.info-price.pop-price h6::before {
    position: absolute;
    content: "";
    border-top: 8px solid #0a47ae;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.nav-tabs {
    margin-bottom: 60px;
    padding: 8px;
    display: inline-flex;
    justify-content: center;
    background: #F5F7FA !important;
    border: none !important;
    border-radius: 5px;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs .nav-link:hover {
    background: #fff;
    border: none;
    color: #000;
    box-shadow: 0 2px 2px #DBE1E9;
}

.nav-tabs .nav-link {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #99A0AE;
    text-align: left;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
    line-height: 24px;
    border-radius: 3px;
    min-height: 35px;
    transition: .3s all;
}

.nav-tabs .nav-link span {
    background: #0247b1;
    color: #fff;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 4px;
    font-size: 11px;
}

.info-price a.btn-price * {
    transition: .3s all;
}

.info-price a.btn-price:hover svg {
    transform: rotate(-90deg);
    top: 2px;
    position: relative;
    color: #eb3e45;
}

.info-price:hover {
    background: #eeedfb;
    border-color: #1047ab;
}
.info-price:hover a.btn-price {
    border-color: #2a4da7;
}

.heading.text-center p {
    font-size: 1.125rem;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}

.our-plan::before {
    position: absolute;
    content: "";
    background: url("../images/bg-plan.webp") no-repeat;
    background-size: cover;
    width: 90%;
    height: 80%;
    background-position: 50% 80%;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-plan .container{
    position: relative;
    z-index: 1;
}


.our-plan .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg1.webp") no-repeat;
    background-size: 100%;
    width: 155px;
    height: 168px;
    top: 0;
    right: -150px;
    z-index: -1;
}

.our-plan .container::after {
    position: absolute;
    content: "";
    background: url("../images/bg2.webp") no-repeat;
    background-size: 100%;
    width: 119px;
    height: 119px;
    bottom: 260px;
    left: -170px;
    z-index: -1;
}

.our-plan .btn-block {
    margin-top: 120px;
}

.our-plan .btn-block .btn.host-btn {
    margin: 0;
    background: transparent !important;
    border-color: #092e68 !important;
    color: #092e68 !important;
    font-weight: 600;
}

.our-plan .btn-block .btn.host-btn svg {
    position: relative;
    top: 1px;
    transform: rotate(-46deg);
    margin-left: 8px;
}

h2 > span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

h2 > span::before {
    position: absolute;
    content: "";
    background: url("../images/head-bg2.webp") no-repeat;
    background-size: 100%;
    width: 322px;
    height: 20px;
    right: 10px;
    bottom: -15px;
    z-index: -1;
}

.our-service {
    background: url("../images/bg-ser.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

.our-service * {
    color: #fff;
}

.info-ser {
    text-align: center;
    border: 1px solid #505d88;
    border-radius: 12px;
    padding: 25px 25px 30px;
}

.info-ser h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-ser img {
    margin-bottom: 12px;
}

.info-ser p {
    font-size: 15px;
    margin-bottom: 0;
    color: #e0e0e0;
}

.info-price h2 > span::before {
    display: none;
}

h2 > span.gr-line::before {
    background: url(../images/head-bg.webp) no-repeat;
    width: 212px;
    height: 18px;
    background-size: 100%;
    left: 0;
}

.our-service .heading {
    margin-bottom: 80px;
}

.img-suc {
    /* position: relative; */
    /* left: -50px; */
}


.info-suc h2 > span::before {
    left: 0;
}

.info-suc p {
    margin-bottom: 40px;
}

.our-success .container {
    position: relative;
    z-index: 1;
}



.our-cta .container {
    text-align: center;
    background: url("../images/bg-cta.png") no-repeat;
    background-size: cover;
    background-position: 50% top;
    padding-block: 70px;
    border-radius: 50px;
    border: 2px solid #1655B3;
}

.our-cta * {
    color: #fff;
}

.our-cta h2 > span::before {
    left: 0;
    right: 0;
    margin: auto;
}

.our-cta h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.our-build h2 > span::before {
    left: 0;
}

.img-build {
    position: relative;
    left: -30px;
}

.info-build img {
    margin-bottom: 15px;
}

.info-build h4 {
    color: #0b1617;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.info-build p {
    margin: 0;
    animation-range-start: 0;
}

.row-build [class*='col'] .info-build {
    margin-bottom: 50px;
}

.row-build [class*='col']:nth-child(n+5) .info-build {margin-bottom: 0;}

.our-build::before {position: absolute;content: "";background: url(../images/bg-build.webp) no-repeat;background-size: cover;width: 90%;height: 80%;background-position: 50%;top: 0;right: 0;z-index: -1;}

.our-build .container {
    position: relative;
    z-index: 1;
}

.our-build .container::before {
    position: absolute;
    content: "";
    background: url(../images/bg1.webp) no-repeat;
    background-size: 100%;
    width: 155px;
    height: 168px;
    top: 90px;
    right: -200px;
    z-index: -1;
}


.our-build .container::after {
    position: absolute;
    content: "";
    background: url(../images/bg4.webp) no-repeat;
    background-size: 100%;
    width: 299px;
    height: 183px;
    top: -100px;
    left: -250px;
    z-index: -1;
}

.our-perfection{
    background: url("../images/bg-perfect.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 0;
}

.our-perfection * {
    color: #fff;
}

.our-perfection h2 {
    margin-bottom: 60px;
}

.info-perfect h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.info-perfect p {
    font-size: 1.125rem;
    margin-block: 22px 50px;
}

.info-perfect ul li {
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-flex;
    align-items: start;
    margin-bottom: 15px;
    width: calc(100% + 20px);
}

.info-perfect ul li img {
    margin-right: 12px;
    position: relative;
    z-index: 1;
    top: 4px;
}

.info-perfect ul {
    margin-bottom: 50px;
}

.our-perfection::before {
    position: absolute;
    content: "";
    background: url("../images/bg-per1.webp") no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 119px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.img-perf2 {
    position: absolute;
    bottom: -70px;
    z-index: 2;
    right: 50px;
}

.info-perfect {
    margin-left: -20px;
    margin-top: -80px;
}


.our-tool{
    background: url("../images/bg-tool.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.img-tool {
    position: relative;
    width: calc(100% + 200px);
    left: -100px;
    top: 0;
}

.info-tool {
    background: #fff;
    border: 1px solid #d9e3fd;
    border-radius: 20px;
    padding: 30px 178px 30px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 15px #0000000f;
    left: -12px;
}

.info-tool img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
}

.info-tool p {
    font-size: 14px;
    margin: 0;
}

.info-tool:first-child {
    margin-bottom: 40px;
}

.info-tool:last-child {
    position: relative;
    left: -40px;
}

[class*='col']:last-child .info-tool {
    left: inherit;
    right: -10px;
}

[class*='col']:last-child .info-tool:last-child {
    right: -40px;
}


.info-tool h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.our-faq .container{
    position: relative;
    z-index: 1;
}


.our-faq .container::before {
    position: absolute;
    content: "";
    background: url(../images/bg5.webp) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    top: -40px;
    right: -120px;
    z-index: -1;
}


.our-faq .container::after {
    position: absolute;
    content: "";
    background: url(../images/bg1.webp) no-repeat;
    background-size: 100%;
    width: 155px;
    height: 168px;
    bottom: 40px;
    left: -100px;
    z-index: -1;
}

.pre-footer .row {
    align-items: center;
    position: relative;
    z-index: 1;
    padding-block: 50px;
    border-bottom: 1px solid #C8C8C8;
}

.pre-footer h2 {
    color: #fff;
    margin: 0;
}

.pre-footer .btn-foot {
    text-align: right;
}

.pre-footer {
    padding: 0;
    margin-bottom: 0;
}

.our-faq {
    z-index: 2;
}

footer h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #BCBCBC;
    margin-bottom: 15px;
}

.foot-col {
    padding-left: 50px;
}

.foot-col ul li a {color: #182C3A !important;font-size: 14px;font-weight: 500;line-height: 20px;display: block;width: 100%;}

.foot-col ul li {
    margin-bottom: 10px;
}

.foot-col ul li:last-child {
    margin-bottom: 0;
}

footer h5 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

footer ul.social-cont {
    display: flex;
    gap: 10px;
}

footer ul.social-cont li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #383D38;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    transition: .3s all;
}

img.cir {
    position: absolute;
    bottom: -176px;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 5s infinite ease-in-out;
}

.foot-col ul li a:hover {
    color: #0E8CE5 !important;
}

footer ul.social-cont li a:hover {
    background: #eb3e45 !important;
}

.img-cop {
    text-align: right;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #9c95ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2a2286;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.our-banner.em-banner .info-banner h6 {
    font-size: 1.1875rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.our-banner.em-banner .info-banner h1 {
    font-size: 2.875rem;
    line-height: 3.25rem;
    width: calc(100% + 50px);
    margin-bottom: 40px;
}

.img-ban.em-img1 {
    width: calc(100% + 120px);
    right: -60px;
}

.img-ban2.em-img2 {
    transform: rotate(-1Deg);
    bottom: -168px;
    left: -160px;
}

.em-banner{
    background: url("../images/bg-em.webp") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.our-banner.em-banner .info-banner h1 > span::before {
    left: 0;
    right: 0;
    margin: auto;
}

.our-setup h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.info-setup span {
    display: inline-flex;
    width: 65px;
    height: 65px;
    background: #758fd9;
    border-radius: 16px;
    font-size: 1.875rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 20px;
}

.info-setup h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0a1314;
    margin-bottom: 15px;
}

.info-setup p {
    font-size: 14px;
    width: 90%;
    color: #222225;
    margin: 0;
}

.our-setup {
    padding-top: 0;
    z-index: 2;
    margin-top: -30px;
}

.our-setup [class*='col']:nth-child(2) .info-setup span {
    background: #f57474;
}

.our-setup [class*='col']:last-child .info-setup span {
    background: #87dd89;
}

.our-plan.em-plan .heading {margin-bottom: 140px;}

.info-price:hover h5 > span {
    background: #eb3e45;
    color: #fff;
}

.our-plan.em-plan {
    padding-bottom: 150px;
}

.our-cta2{
    background: url("../images/bg-hostcta2.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 130px 90px;
    box-shadow: 0 30px 45px #0f8ce626;
}

.our-cta2 h3 {
    font-size: 2.125rem;
    font-weight: 700;
    color: #070e58;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.our-cta2 p {
    font-size: 18px;
    color: #070e58;
    font-weight: 500;
    width: 95%;
    margin: 0;
}

.our-cta2 .btn.host-btn {
    width: 50%;
}

.img-cta2 {position: relative;left: 10px;margin-right: -10px;}

.our-tech{
    background: url("../images/bg-tech.webp") no-repeat;
    background-size: cover;
    background-position: 50%;  
}

.our-tech * {
    color: #fff;
}

.our-tech h2> span::before {
    left: 0;
    right: 0;
    margin: auto;
}

.info-tech {
    padding: 50px;
    background: #080d4e;
    border-radius: 13px;
    border: 1px solid #4e558f;
    transition: .3s all;
}

.info-tech h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 18px;
    min-height: 64px;
}

.info-tech p {
    margin: 0;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 300;
    width: 65%;
}

.info-tech img {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-tech [class*='col']:nth-child(-n+4) {
    margin-bottom: 20px;
}

.info-tech:hover {
    background: #000;
}

.our-tech .container {
    position: relative;
    z-index: 1;
}

.our-tech .container::before{
    position: absolute;
    content: "";
    background: url("../images/bg6.webp") no-repeat;
    background-size: 100%;
    width: 284px;
    height: 203px;
    left: -310px;
    bottom: 0;
    z-index: -1;
}

.info-busi img {
    margin-bottom: 10px;
}

.info-busi h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-busi p {
    color: #4c4c4c;
    font-size: 14px;
    margin: 0;
}

.our-business [class*='col']:nth-child(-n+3) {
    margin-bottom: 60px;
}

.our-business::before {
    position: absolute;
    content: "";
    background: url("../images/bg7.webp") no-repeat;
    background-size: 100%;
    width: 301px;
    height: 642px;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .4;
}

.our-business .container {
    position: relative;
    z-index: 1;
}

.our-business .container::before {
    position: absolute;
    content: "";
    background: url(../images/bg3.webp) no-repeat;
    background-size: 100%;
    width: 172px;
    height: 172px;
    top: 20px;
    right: -210px;
    z-index: -1;
}

.our-cta p {
    margin-bottom: 40px;
    font-size: 1.25rem;
    font-weight: 500;
}


.our-banner.dom-banner {
    background: url(../images/dom-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    text-align: center;
    padding-block: 120px 300px;
}

.our-banner.dom-banner .row{
    justify-content: center;
}

.our-banner.dom-banner .dom-form {
    width: calc(100% - 60px);
    display: table;
    margin: 0 auto;
}

.our-banner.dom-banner .dom-text {
    position: absolute;
    right: 0;
    bottom: -165px;
    padding: 0;
}

.our-banner.dom-banner .container {
    position: relative;
    z-index: 1;
}

.our-banner.dom-banner .dom-text h4 {
    color: #212760;
    font-size: 2.875rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.our-banner.dom-banner .dom-text h4  span {
    font-size: 1.625rem;
    font-weight: 500;
    margin-left: 8px;
}

.our-banner.dom-banner .dom-text h4 small {
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 8px;
}

.info-setup.info-trans h5 {font-size: 15px;line-height: 23px;}

.info-setup.info-trans {
    display: flex;
    align-items: start;
    gap: 15px;
    width: 98%;
}

.our-plan.dom-step::before {
    height: 100%;
}

.info-dom-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-dom-step > span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #6651b1;
    border-radius: 50%;
    border: 3px solid #fff;
    font-weight: 600;
    color: #fff;
    font-size: 1.125rem;
    right: 40px;
    top: 10px;
}

.our-plan.dom-step .row {
    align-items: end;
}

.our-plan.dom-step [class*='col']:nth-child(2) .info-dom-step > span {
    background: #ad3f3c;
    top: 30px;
    right: 45px;
}

.our-plan.dom-step [class*='col']:nth-child(3) .info-dom-step > span {
    background: #8eadff;
    top: -10px;
    right: 85px;
}

.info-dom-step img {
    margin-bottom: 25px;
}

.info-dom-step h4 {
    color: #0b1617;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.info-dom-step p {
    color: #4c4c4c;
    font-size: 1.125rem;
    margin: 0 auto;
}

.info-dom-step p > span {
    color: #e31416;
}

.our-plan.dom-step [class*='col']:nth-child(1) .info-dom-step,.our-plan.dom-step [class*='col']:nth-child(3) .info-dom-step {
    width: 85%;
}

.our-plan.dom-step [class*='col']:nth-child(3) .info-dom-step {
    margin-left: auto;
}

.row.row-dom-step {
    position: relative;
    z-index: 1;
}

.row.row-dom-step::before {
    position: absolute;
    content: "";
    background: url("../images/step-row.webp") no-repeat;
    width: 100%;
    height: 147px;
    background-size: 100%;
    left: 0;
    top: 70px;
    z-index: -1;
}

.easy-transfer {
    background: #2A176F;
    background: linear-gradient(90deg, rgba(42, 23, 111, 1) 0%, rgba(7, 14, 88, 1) 100%);
}

.easy-transfer * {
    color: #fff;
}

.info-easy {
    border: 1px solid #545694;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 30px;
}

.info-easy img {
    border-radius: 13px;
    width: calc(100% - 20px) !important;
    margin-left: auto;
    margin-bottom: 18px;
}

.info-easy h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-easy p {
    width: 80%;
    margin:  0 auto;
    font-size: 14px;
    font-weight: 300;
}

.owl-nav {
    position: absolute;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 0 !important;
    top: -120px;
    right: 0;
    left: inherit;
    z-index: 22;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    background: url("../images/left.webp") no-repeat !important;
    background-size: 100% !important;
    margin-inline: 10px;
}

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-carousel .owl-nav button.owl-next{
    transform: scaleX(-1);
    margin-right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    filter: brightness(1);
}

.top-bar {
    text-align: right;
    background: #eff3ff;
    border-bottom: 1px solid #bbc3da;
    padding: 10px 0;
    position: relative;
    height: 44px;
    display: flex;
    align-items: center;
}

.top-bar ul {
    display: flex;
    justify-content: end;
    gap: 35px;
}

.top-bar ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    position: relative;
    z-index: 1;
}

.top-bar ul li a span.cart-quantity {
    background: #ec3f40;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    left: 15px;
}

.top-bar ul li a  span.cart-price {
    margin-left: 4px;
    color: #000;
    font-size: 14px;
}


.our-banner.dom-banner.tld-banner {
    background: url(../images/tld-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.our-setup.our-trans.tld-text p {
    margin: 0;
    text-align: center;
    font-size: 1.125rem;
    margin-inline: 10px;
}

.our-setup.our-trans.tld-text p a {
    color: #0b62ff !important;
    text-decoration: underline;
    vertical-align: baseline;
}

.our-setup.our-trans.tld-text {
    padding-bottom: 60px;
    border-bottom: 1px solid #b2b2b2;
}

.info-tld {
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 5px 15px #0000000d;
}

.info-tld span {
    background: red;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 17px;
    padding: 2px 7px;
    border-radius: 5px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.info-tld h4 {
    color: #0707c2;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-tld p {
    font-size: 14px;
    color: #737477;
    margin-bottom: 25px;
}

.info-tld h3 {
    font-weight: 700;
    color: #2f3034;
    font-size: 1.625rem;
    margin-bottom: 0;
}
.our-tld [class*='col']:nth-child(-n + 12) {
    margin-bottom: 20px;
}

.our-tld .heading {
    margin-bottom: 80px;
}

.our-tld::before{
    position: absolute;
    content: "";
    background: url(../images/bg7.webp) no-repeat;
    background-size: 100%;
    width: 301px;
    height: 642px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: .4;
}

.our-banner.dom-banner p {
    font-size: 1.25rem;
}

.our-banner.dom-banner h1 {
    margin-bottom: 10px;
}


.our-banner.dom-banner.ftld-banner {
    background: url(../images/ftld-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.full-tld h2 {
    text-transform: none;
    letter-spacing: -1px;
    margin-bottom: 40px;
    width: calc(100% + 11px);
    font-size: 3rem;
}

.full-tld h2 span::before {
    left: 0;
}

.full-tld p {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.info-ftld {
    margin-left: -20px;
}

.our-cta2.cta3 .img-cta2 {
    width: calc(100% + 120px);
    left: -30px;
}

.our-cta2.cta3 .btn.host-btn {
    position: relative;
    left: -30px;
}

.our-banner.dom-banner.whois-banner{
    background: url(../images/whois-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.img-ftld {
    margin-left: 10px;
}

.info-whois h2 {font-size: 2.875rem;margin-bottom: 40px;}

.info-whois p {margin-bottom: 80px;}

.info-whois {
    width: calc(100% + 20px);
}

.our-whois {
    padding-top: 0;
}

.our-business.whois-busi .heading {
    margin-bottom: 80px;
}

.our-business.whois-busi h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.our-business.whois-busi img {
    margin-bottom: 20px;
}

.our-business.whois-busi {
    padding-block: 150px 120px;
}

.our-business.whois-busi [class*='col'] {
    margin: 0;
}

.our-business.whois-busi::before {
    width: 230px;
    height: 500px;
}

.info-whoser img {
    position: absolute;
    left: -30px;
}

.info-whoser {
    position: relative;
    z-index: 1;
    padding-inline: 150px 70px;
    padding-bottom: 80px;
    height: 100%;
}

[class*='col']:nth-child(even) .info-whoser {
    padding-inline: 210px 0;
}

[class*='col']:nth-child(even) .info-whoser img {
    left: 40px;
}

.info-whoser h4 {
    font-size: 1.575rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.95rem;
}

.info-whoser p {margin-bottom: 0;font-size: 15px;}

[class*='col']:nth-child(3) .info-whoser, [class*='col']:nth-child(4) .info-whoser {
    padding-bottom: 0;
    padding-top: 80px;
}

.whois-service .row {
    align-items: stretch;
}

.info-whoser::before,.info-whoser::after {
    position: absolute;
    content: "";
    background: #d5d5d5;
    right: -10px;
    top: 0;
    width: 1px;
    height: calc(100% - 20px);
    z-index: -1;
}

[class*='col']:nth-child(even) .info-whoser::before {
    display: none;
}

.info-whoser::after {
    width: calc(100% - 20px);
    height: 1px;
    left: 0;
    top: inherit;
    bottom: 0;
}

[class*='col']:nth-child(even) .info-whoser::after {
    left: inherit;
    right: 0;
}

[class*='col']:nth-child(3) .info-whoser::before {
    bottom: 0;
    top: inherit;
}

.whois-service [class*='col']:first-child::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: #8bfa85;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}

[class*='col']:nth-child(3) .info-whoser::after,[class*='col']:nth-child(4) .info-whoser::after {
    display: none;
}



.our-banner.dom-banner.hand-banner{
    background: url(../images/hand-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.info-hand {
    text-align: center;
}

.info-hand p {
    font-size: 1.375rem;
    width: 90%;
    margin: 0 auto 80px;
}

.info-hand ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 60%;
    justify-content: center;
    margin: 0 auto;
}

.info-hand ul li {
    width: calc(50% - 15px);
    text-align: left;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b1617;
}

.hand-service {
    background: #2A176F;
    background: linear-gradient(90deg, rgba(42, 23, 111, 1) 0%, rgba(7, 14, 88, 1) 100%);
    padding-block: 120px 150px;
}

.hand-service * {
    color: #fff;
}

.hand-service .heading {
    margin-bottom: 120px;
}

.hand-service .info-whoser::before,.hand-service  .info-whoser::after {
    background: #40458d;
}

.hand-service .info-whoser p {
    font-size: 15px;
}

.hand-service .info-whoser {
    padding-inline: 120px 40px;
}

.hand-service [class*='col']:nth-child(even) .info-whoser {
    padding-inline: 180px 0;
}

.info-hand-dom {
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    background: #fff;
    padding: 30px 25px 25px;
    box-shadow: 0 5px 15px #00000014;
    position: relative;
    z-index: 1;
    transition: .3s all;
}

.info-hand-dom h5 {
    color: #0707c2;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.info-hand-dom p {
    font-size: 14px;
    color: #737477;
}

.info-hand-dom h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 40px;
}

.info-hand-dom h4 > span {
    font-size: 14px;
    font-weight: 400;
}

.info-hand-dom a.btn.btn-red {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.info-hand-dom a.btn.btn-red svg {
    position: relative;
    top: 0px;
}

.info-hand-dom span.off {
    position: absolute;
    top: -12px;
    right: 12px;
    background: #2A176F;
    background: linear-gradient(270deg, rgba(2, 71, 177, 1) 0%, rgba(58, 18, 118, 1) 100%);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 8px;
    z-index: -1;
}

.hand-dom .row {
    justify-content: center;
}

.hand-dom .row-in [class*='col']:nth-child(-n+3) {
    margin-bottom: 40px;
}

.our-plan.hand-dom .heading {
    margin-bottom: 80px;
}

.info-hand-dom:hover {
    background: #f5f7ff;
}

.our-plan.hand-dom .btn-block {
    margin-top: 80px;
}


.our-banner.dom-banner.domname-banner{
    background: url(../images/domname-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.our-banner.dom-banner.domname-banner .dom-form {
    margin-block: 30px;
}

.our-banner.dom-banner.domname-banner h6 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.our-banner.dom-banner.domname-banner h6 > a {
    vertical-align: baseline;
    color: #ffe030;
    text-decoration: underline;
}

.our-whois.our-domname h3 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-whois.our-domname p {
    font-size: 1.125rem;
}

.our-whois.our-domname p:last-child {
    margin-bottom: 0;
}

.our-cta4{
    background: url(../images/bg-cta4.webp) no-repeat;
    background-size: cover;
    background-position: 50% ;
    text-align: center;
}

.our-cta4 *{
    color: #fff;
}

.our-cta4 .row{
    justify-content: center;
}

.our-cta4 p {
    font-size: 1.25rem;
    margin-bottom: 50px;
}

.our-cta4 .dom-form {
    width: calc(100% - 60px);
    margin: 0 auto;
}


.our-banner.dom-banner.prem-banner{
    background: url(../images/prem-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    padding-block: 50px 250px;
}

.our-banner.dom-banner.prem-banner h4 {
    margin-block: 15px 30px;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    font-style: normal;
}

.our-banner.dom-banner.prem-banner .container {
    position: relative;
    z-index: 1;
}

.our-banner.dom-banner.prem-banner .img-prem-ban {
    position: absolute;
    bottom: -30px;
    margin: auto;
    display: table;
    left: -180px;
}

.info-prem h2 {
    width: calc(100% + 40px);
    margin-bottom: 40px;
}

.info-prem p {
    margin-bottom: 0;
}

.prem-cta::before{
    background: url(../images/bg-premcta.webp) no-repeat;
    background-size: cover;
    background-position: 50% center;
    position: absolute;
    content: "";
    left: 0;
    top: 35px;
    width: 100%;
    height: calc(100% - 70px);
    z-index: -1;
}

.prem-cta {
    padding-block: 0;
    z-index: 2;
}

.prem-cta .info-prem-cta ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.prem-cta .info-prem-cta ul li {
    width: calc(50% - 10px);
    border: 1px solid #586fb0;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-flex;
    gap: 18px;
    font-size: 1.375rem;
    color: #fff;
    align-items: center;
}

.prem-cta .info-price {
    background: #8D1DCD;
    background: linear-gradient(150deg, rgba(141, 29, 205, 1) 0%, rgba(16, 18, 129, 1) 100%);
    border: 1px solid #cdcdec !important;
    padding-block: 30px;
    box-shadow: 0 6px 18px #00000075;
}

.prem-cta .info-price h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

.prem-cta .info-price h5 {
    color: #fff;
}

.prem-cta .info-price h5 > span {
    background: #2c1592;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
}

.prem-cta .info-price h2 {
    color: #fff;
}

.prem-cta .info-price .btn.host-btn {
    margin-bottom: 10px;
}

.prem-cta .info-price p {
    color: #fff;
    font-size: 13px;
}

.prem-cta .info-price ul {
    padding-top: 20px;
    padding-inline: 60px;
    display: table;
    margin-bottom: 0;
    border-top: 2px solid #7D42D9;
    box-shadow: 0px -2px   #000;
}

.prem-cta .info-price ul li {
    color: #fff;
    text-align: left;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    gap: 12px;
    margin-bottom: 8px;
}

.prem-cta .info-price ul li:last-child {
    margin-bottom: 0;
}

.prem-cta .info-price h5 i {
    display: inline-block;
    vertical-align: baseline;
    text-decoration: line-through;
}

.our-premdns{
    background: url(../images/bg-premdns.webp) no-repeat;
    background-size: cover;
    background-position: 50% center;
    margin-top: -35px;
    padding-block: 150px 120px;
}

.info-premdns {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px #0000002b;
    padding: 80px 35px 40px;
    position: relative;
    z-index: 1;
}

.info-premdns h4 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.info-premdns p {
    margin-bottom: 0;
    font-size: 15px;
}

.info-premdns img {
    position: absolute;
    right: 30px;
    top: 25px;
}

.info-premdns:first-child {
    margin-bottom: 20px;
}

.our-premdns .row {
    align-items: start;
}

.img-premdns {
    width: calc(100% + 40px);
}

.img-premdns  img {
    width: 100%;
}

.img-premdns + .info-premdns {
    margin-top: -100px;
}
.who-premdns p {
    padding-left: 20px;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.who-premdns h2 {
    margin-bottom: 60px;
}

.our-banner.live-banner {
    background: url(../images/live-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 100px 0;
}

.our-banner.live-banner .info-banner img {
    position: absolute;
    right: 10px;
    bottom: 80px;
}

.our-banner.live-banner h1 {
    font-size: 3rem;
}

.our-banner.live-banner p {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.img-live {
    text-align: right;
}

.info-live img {
    height: 35px;
    margin-bottom: 25px;
}

.info-live h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0b1617;
}

.info-live {
    padding: 30px 20px 35px;
    position: relative;
    z-index: 1;
    background: #fafbff;
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    height: 100%;
}

.info-live a img {
    margin: 0;
    height: auto !important;
}

.info-live p {
    margin: 0;
    font-size: 13.5px;
    font-weight: 300;
    color: #000;
}

.info-live a {
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: .3s all;
}

.our-live {
    background: #eff6fd;
    padding-block: 150px;
    z-index: 2;
}


.our-live::before{
    position: absolute;
    content: "";
    background: url("../images/bg-live2.webp") no-repeat;
    width: 476px;
    height: 490px;
    background-size: 100%;
    right: 0;
    top: -30px;
    z-index: -1;
    opacity: .7;
}

.info-live a:hover {
    transform: rotate(45deg);
}


.search-dom {
    background: #eff6ff;
}

.search-dom h1 {
    font-weight: 700;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 50px;
    line-height: 3.5rem;
}

.dom-ser-form svg {
    position: absolute;
    font-size: 1.5rem;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #767d85;
}

.dom-ser-form .form-control {
    padding-left: 60px;
}

.main-det {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #b3c0d1;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 1;
}

.main-det .bx-dom1 {
    width: 58%;
}

.box-dom {
    background: #fafbff;
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    margin-bottom: 60px;
}

.main-det .bx-dom1 h6 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #a2a1f4;
    display: inline-block;
    line-height: 22px;
    padding: 1px 8px 0;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 10px;
}

.main-det .bx-dom1 h5 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.25rem;
    color: #1d1e23;
    display: flex;
    align-items: center;
}

.main-det .bx-dom1 h5 > span {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    background: #e8edfb;
    line-height: 22px;
    padding: 3px 12px;
    border-radius: 15px;
    text-transform: uppercase;
    margin-left: 10px;
}

.main-det .bx-dom2 p {
}

.main-det .bx-dom2 {
    text-align: right;
    margin-right: 20px;
}

.main-det .bx-dom2 p {
    font-weight: 500;
    font-size: 14px;
    color: #4f5056;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 2px;
}

.main-det .bx-dom2 h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-det .bx-dom2 h4 > span {
    color: #737477;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    text-decoration: line-through;
}

.main-det .btn.btn-blue {
    padding-inline: 50px;
    border-radius: 6px;
    background: #4671fc !important;
    border-color: #4671fc !important;
}

.search-dom .dom-form {
    width: 100%;
}

.box-dom ul {
    padding: 30px 30px 40px;
}

.box-dom ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
    color: #222225;
}

.box-dom ul li:last-child {
    margin-bottom: 0;
}

.box-dom ul li svg {
    margin-right: 8px;
}

.box-dom ul li span.ic-ques {
    margin-left: 5px;
}

.box-dom ul li span.ic-ques svg {
    margin: 0;
}

.main-det .bx-dom2 p svg {
    margin-right: 5px;
}

svg.svg-inline--fa.fa-circle-question {
    color: #868c94;
}

.box-domain {
    position: relative;
    z-index: 1;
}

.box-domain .main-det .bx-dom1 a {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    display: table;
}

.box-domain .main-det .bx-dom1 a svg {
    font-size: 1.375rem;
    color: #767d85;
}

.box-domain .main-det .bx-dom1 {
    padding-left: 40px;
    width: 70%;
}

.box-domain .main-det .btn.btn-gray {
    border-radius: 10px;
    background: #9da9b8 !important;
    border-color: #9da9b8 !important;
    color: #Fff !important;
    font-weight: 600 !important;
    padding-inline:  12px;
}

.box-domain .main-det .btn.btn-gray svg {
    margin: 0 8px  0 0;
    font-size: 1.375rem;
}

.box-domain .main-det {
    padding-right: 0;
}

.box-domain .main-det:last-child {
    border-bottom: 0;
}

.info-login {
    background: #fff;
    border: 1px solid #c8d1dd;
    border-radius: 20px;
    padding: 40px 50px;
    width: 95%;
    margin: 0 auto;
}

.info-login h3 {
    text-align: center;
    color: #0247b1;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-login ul {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.info-login ul li a {
    background: #fff;
    border: 1px solid #c8d1dd;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    width: 100%;
    justify-content: center;
    padding-block: 10px;
    color: #5e6368 !important;
}

.info-login ul li {
    width: 100%;
}

.info-login ul li a img {
    margin-right: 10px;
}

.info-login ul li:nth-child(2) a {
    background: #2f363d;
    color: #fff !important;
}


.login-page .row{
    justify-content: center;
}

.login-page{
    background: url(../images/bg-login.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
}

.info-login p {
    margin-block: 8px 8px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.info-login p::before {
    position: absolute;
    content: "";
    background: #c8d1dd;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    vertical-align: 22px;
}

.info-login p > span {
    position: relative;
    z-index: 1;
    background: #fff;
    color: #2f363d;
    font-weight: 500;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.info-login  .form-control {
    background-color: #fff !important;
    border-color: #c8d1dd;
    height: 51px;
    font-size: 13px;
    color: #000;
}

.info-login  .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.info-login .form-group svg,.info-login .form-group i {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 14px;
    color: #53585e;
    width: 18px !important;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    fill: #53585e;
}

.info-login label {
    color: #5e6368;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
}

.info-login a.btn-log1 {
    display: block;
    color: #34373a;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 22px;
}

.info-login .form-group:nth-child(4) {
    margin-bottom: 10px;
}

.info-login button.btn.host-btn {
    border-radius: 10px;
    display: block;
    width: 100%;
    font-size: 1.25rem !important;
    font-weight: 600;
    margin-bottom: 18px;
}

.info-login a.btn-log2, .info-login a.btn-log3 {
    display: block;
    text-align: center;
    color: #898d92;
    font-weight: 600;
    font-size: 17px;
}

.info-login a.btn-log2 {
    margin-bottom: 12px;
}

.info-login a.btn-log3 > span {
    font-weight: 700;
    color: #0247b1;
}


header.login-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}

ul.cart-menu .dropdown-menu {
    margin-top: 12px;
    background: transparent;
    left: inherit;
    right: 0;
}

ul.cart-menu .dropdown-menu .drop-box {
    background: #fff;
    border-radius: 0;
    border-radius: 10px;
    width: 250px;
}

ul.cart-menu .dropdown-menu .drop-box ul {
    flex-wrap: wrap;
    justify-content: start;
    width: 250px;
    gap: 0;
}

ul.cart-menu .dropdown-menu .drop-box ul li {
    width: 100%;
}

ul.cart-menu .dropdown-menu .drop-box ul li.cart-head {
    background-color: #051177;
    color: #fff;
    font-size: 0.925rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 10px 10px 0 0;
}

ul.cart-menu .dropdown-menu .drop-box ul li.cart-head img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

ul.cart-menu li:last-child .dropdown-menu::before {
    position: absolute;
    content: "";
    border-bottom: 12px solid #051177;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 20px;
    top: -11px;
}

ul.cart-menu .dropdown-menu .drop-box ul li.card-body,ul.cart-menu .dropdown-menu .drop-box ul li.cart-footer {
    padding: 15px;
    padding-block: 20px;
}

ul.cart-menu .dropdown-menu .drop-box ul li.card-body span {
    float: right;
}

ul.cart-menu .dropdown-menu .drop-box ul li.cart-footer {position: relative;z-index: 1;}

ul.cart-menu .dropdown-menu .drop-box ul li.cart-footer a.btn.btn-red {
    border-radius: 10px;
    text-align: center !important;
    display: block;
    width: 100%;
}

ul.cart-menu .dropdown-menu .drop-box ul li.cart-footer::before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    z-index: -1;
    height: 1px;
    background: #ababab;
}

ul.cart-menu .dropdown-menu .drop-box ul li.card-body {
    padding-top: 20px;
}

ul.cart-menu .dropdown-menu::after {
    background: transparent;
    width: 100%;
    height: 20px;
    top: -15px;
    position: absolute;
    content: "";
    z-index: -1;
    left:0;
}

.our-banner.host-banner .info-banner h5 {
    color: #fff;
    font-weight: 500;
    font-size: 1.375rem;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.our-banner.host-banner .info-banner h1 {
    margin-bottom: 20px;
    width: calc(100% + 50px);
    font-size: 3.2rem;
}

.our-banner.host-banner .info-banner p {
    font-size: 1.125rem;
    width: calc(100% + 10px);
}

.our-banner.host-banner .info-banner ul {
    margin-bottom: 40px;
}

.our-banner.host-banner .info-banner .btn-block i {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    margin-left: 8px;
}

.our-banner.host-banner .info-banner .btn-block {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.our-banner.host-banner .info-banner h6 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}

.img-host {
    width: calc(100% + 90px);
    position: relative;
    left: 50px;
    margin-top: -70px;
}

.our-banner.host-banner {
    padding-bottom: 250px;
}

.host-plan::before {
    display: none;
}

.host-plan {
    padding-block: 20px 180px !important;
}

.our-cta2.cta5 .btn.host-btn {
    width: calc(100% + 50px);
    right: -40px;
}
.our-cta2.cta5  .info-cta2 {
    margin-bottom: 10px;
}
.our-cta2.cta5 .info-cta2 img {
    position: absolute;
    top: -80px;
    right: -10px;
}

.our-cta2.cta5 {
    z-index: 2;
}

.our-cta2.cta5  .img-cta2 {
    width: calc(100% + 40px);
    left: 20px;
}
.our-business.host-busi .row {
    align-items: start;
}

.our-business.host-busi h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b1617;
    margin-bottom: 20px;
}

.our-business.host-busi ul li {
    padding-left: 24px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.our-business.host-busi ul li svg {
    position: absolute;
    left: 0;
    top: 2px;
}

.our-business.host-busi ul li:last-child {
    margin-bottom: 0;
}

.our-lead {
    background: #33037A;
    background: linear-gradient(150deg, rgba(51, 3, 122, 1) 0%, rgba(22, 11, 122, 1) 100%);
    border-bottom: 1px solid #98b9fc;
}

.our-lead * {
    color: #fff;
}

.our-lead h2 {
    text-transform: none;
    letter-spacing: -1px;
    width: calc(100% + 20px);
    margin-bottom: 45px;
}

.our-lead  p {
    width: 98%;
    margin-bottom: 40px;
}

.our-lead ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1.125rem;
}

.our-lead ul li img {
    margin-right: 12px;
}

.our-lead ul li:last-child {
    margin-bottom: 0;
}

.our-lead .img-lead {
    width: calc(100% + 50px);
    position: relative;
    left: 30px;
}

.host-feature {
    background: #210878;
}

.host-feature * {
    color: #fff;
}

.btn-block.text-center {
    margin-top: 70px;
}

.info-hf {
    padding: 40px 30px 30px;
    border-radius: 20px;
    background: #2B28B8;
    background: linear-gradient(180deg, rgba(43, 40, 184, 0.2) 10%, rgba(43, 40, 184, 1) 80%);
}

.info-hf img {
    margin-bottom: 40px;
    height: 147px;
}

.info-hf h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.our-decision {
    background: #f2f8ff;
}

.info-dec {
    border: 1px solid #ccd6e3;
    background: #fff;
    border-radius: 20px;
}

.info-dec .in-text {
    padding: 40px 50px 45px;
}

.info-dec img {
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.info-dec h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0b1617;
    margin-bottom: 30px;
}

.info-dec p {
    margin: 0;
}

.dec-col-12 {
    margin-top: 20px;
}

.dec-col-12 .info-dec .in-text {display: inline-block;width: 47%;padding: 50px 40px 50px 35px;}

.dec-col-12 .info-dec img {
    width: 53%;
    border-radius: 20px 0 0 20px;
}


.btn.host-btn {
  overflow: hidden;
}
.btn.host-btn::before, .btn.host-btn::after {
  height: 100%;
  position: absolute;
  top: 0;
  left: -70px;
  transform:  skewX(-15deg);
  content: "";
}
.btn.host-btn::before {
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(30px);
  opacity: 0.5;
}
.btn.host-btn::after {
  width: 30px;
  left: -70px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(5px);
}
.btn.host-btn:hover {
  background-color: #dd6395;
  border-color: #dd6395;
}
.btn.host-btn:hover::before {
  opacity: 1;
}
.btn.host-btn:hover::before, .btn.host-btn:hover::after {
  transform: skewX(-15deg);
  transition: all 0.6s ease;
  left: calc(100% + 60px);
}


.box-domain .main-det .btn.btn-gray:hover {
    background: #000 !important;
}

.box-domain .main-det .btn.btn-gray:hover svg {transform: rotate(0Deg) !important;}

.dec-col-12 .info-dec {
    display: flex;
}

.host-busi .info-busi p {
    font-size: 16px;
    width: 94%;
}



.host-busi2 .container::before {
    position: absolute;
    content: "";
    background: url(../images/bg1.webp) no-repeat;
    background-size: 100%;
    width: 155px;
    height: 168px;
    top: 90px;
    right: -240px;
    z-index: -1;
}


.host-busi2 .container::after {
    position: absolute;
    content: "";
    background: url(../images/bg4.webp) no-repeat;
    background-size: 100%;
    width: 299px;
    height: 183px;
    top: -150px;
    left: -280px;
    z-index: -1;
}

.host-busi2::before{
    display: none;
}

.our-lead [class*='col']:first-child .img-lead {
    right: 70px;
    left: inherit;
}

.our-lead .row-btm {
    margin-bottom: 80px;
}

.our-lead .row{
    align-items: center;
}

.webhost-busi [class*='col']:nth-child(-n+3) {
    margin-bottom: 50px;
}

.our-business.whois-busi.host-busi2.webhost-busi {
    padding-bottom: 120px;
}


.our-banner.host-banner.webhost-banner{
    background: url(../images/webhost-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.info-hosting h2 {
    font-size: 2.875rem;
    line-height: 3.25rem;
}

.info-hosting h2 span::before {
    width: 220px;
}

.info-hosting p {
    margin-bottom: 50px;
}

.cloud-service{
    background: url(../images/bg-cloudser.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.cloud-service * {
    color: #fff;
}

.cloud-service .heading h2 {
    font-size: 3.125rem;
}

.cloud-service .nav-tabs {
    margin-bottom: 60px;
}

.cloud-service .nav-tabs .nav-link {
    color: #fff;
    padding-inline: 40px;
}

.info-cs p {
    margin-bottom: 30px;
    font-size: 1.125rem;
}

.info-cs ul li {
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
    gap: 12px;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 500;
}

.img-cs {
    width: calc(100% + 50px);
    position: relative;
    left: 30px;
}

.info-cs ul li:last-child {
    margin-bottom: 0;
}

.host2-banner .img-host {
    margin-top: 0;
}

.host2-banner {
    padding-top: 80px;
}

.info-server p {
    font-size: 1.05rem;
    margin-bottom: 40px;
}

.info-server ul li {
    font-size: 1.285rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.info-server ul li img {
    width: 44px;
    margin-right: 8px;
}

.info-server ul li:last-child {
    margin-bottom: 0;
}

.info-server ul {
    margin-bottom: 40px;
}

.our-server {
    background: url(../images/bg-server.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.our-os{
    background: url(../images/bg-os.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.our-os *{
    color: #fff;
}

.our-os h2 {
    font-size: 4rem;
    line-height: 4.25rem;
    margin-bottom: 0;
}

.info-server {
    margin-top: 40px;
}

.our-server .row {
    align-items: start;
}

.img-serve {
    width: calc(100% + 60px);
    left: -40px;
    position: relative;
}

.our-business.our-hosting [class*='col'] {
    margin-bottom: 0;
}

.hbe-banner{
    background: url(../images/hbe-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.hbe-service h2 > span::before {
    left: 0;
    width: 250px;
}

.hbe-service h2 {
    font-size: 3.125rem;
}

.box-hbe1,.box-hbe2 {
    margin-bottom: 50px;
}

.box-hbe1:last-child,.box-hbe2:last-child {
    margin-bottom: 0;
}

.box-hbe2 img {
    margin-bottom: 40px;
}

.box-hbe2 {
    margin-bottom: 20px;
}

.box-hbe1:last-child p {
    margin-bottom: 45px;
}


.our-spam2{
    background: url(../images/bg-spam.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.our-spam2 *{
    color: #fff;
}

.our-spam2 h2{
    font-size: 2.75rem;
    margin-bottom: 10px;
}


.our-spam2 p{
    margin-bottom: 50px !important;
    font-weight: 300 !important;
    color: #d5d5df;
    width: 78% !important;
}

.our-spam2 p:last-child{
    margin-bottom: 0 !important;
}

.login-page.signup-page button {
    margin-top: 15px;
}

:root {
  --svg-eye-open: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj4gPHBhdGggZD0iTTEyIDRDNCA0IDEgMTIgMSAxMkMxIDEyIDQgMjAgMTIgMjBDMjAgMjAgMjMgMTIgMjMgMTJDMjMgMTIgMjAgNCAxMiA0IHogTSAxMiA3QzE0Ljc2MSA3IDE3IDkuMjM5IDE3IDEyQzE3IDE0Ljc2MSAxNC43NjEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDkuMjM5IDkuMjM5IDcgMTIgNyB6IE0gMTIgOSBBIDMgMyAwIDAgMCA5IDEyIEEgMyAzIDAgMCAwIDEyIDE1IEEgMyAzIDAgMCAwIDE1IDEyIEEgMyAzIDAgMCAwIDEyIDkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==");
  --svg-eye-close: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIj48cGF0aCBkPSJNNC4yMDcwMzEyIDIuNzkyOTY4OEwyLjc5Mjk2ODggNC4yMDcwMzEyTDUuMDc2MTcxOSA2LjQ5MDIzNDRDMi4xOTkzNDQ3IDguODM4MjAwNSAxIDEyIDEgMTJDMSAxMiA0IDIwIDEyIDIwQzE0LjA3NTU2OCAyMCAxNS44MDYwMDMgMTkuNDU0NzMgMTcuMjQyMTg4IDE4LjY1NjI1TDE5Ljc5Mjk2OSAyMS4yMDcwMzFMMjEuMjA3MDMxIDE5Ljc5Mjk2OUw0LjIwNzAzMTIgMi43OTI5Njg4IHogTSAxMiA0QzEwLjc4OCA0IDkuNzA1Nzk2OSA0LjE5OTcxODcgOC43MTY3OTY5IDQuNTExNzE4OEwxMS4yNzczNDQgNy4wNzIyNjU2QzExLjUxNDM0NCA3LjAzNzI2NTYgMTEuNzUzIDcgMTIgN0MxNC43NjEgNyAxNyA5LjIzOSAxNyAxMkMxNyAxMi4yNDcgMTYuOTYyNzM0IDEyLjQ4NTY1NiAxNi45Mjc3MzQgMTIuNzIyNjU2TDIwLjM1NzQyMiAxNi4xNTIzNDRDMjIuMjA0NDIyIDE0LjEwMjM0NCAyMyAxMiAyMyAxMkMyMyAxMiAyMCA0IDEyIDQgeiBNIDcuODMzOTg0NCA5LjI0ODA0NjlMOS4yOTY4NzUgMTAuNzEwOTM4QzkuMTA4MTU5NSAxMS4xMDA4MjkgOSAxMS41MzY1NjYgOSAxMkM5IDEzLjY1NyAxMC4zNDMgMTUgMTIgMTVDMTIuNDYzNDM0IDE1IDEyLjg5OTE3MSAxNC44OTE4NCAxMy4yODkwNjIgMTQuNzAzMTI1TDE0Ljc1MTk1MyAxNi4xNjYwMTZDMTMuOTYyMDM5IDE2LjY4OTc1OCAxMy4wMTkyNzEgMTcgMTIgMTdDOS4yMzkgMTcgNyAxNC43NjEgNyAxMkM3IDEwLjk4MDcyOSA3LjMxMDI0MTUgMTAuMDM3OTYxIDcuODMzOTg0NCA5LjI0ODA0NjkgeiIgZmlsbD0iIzIxMjUyOWJmIiAvPjwvc3ZnPg==");
}

.btn-toggle-password-visibility {
  width: 100% !important;
  height: 100% !important;
  background-image: var(--svg-eye-close) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  margin:  0 !important;
}


.form-group:has(input:not([type="password"])) .btn-toggle-password-visibility {
  background-image: var(--svg-eye-open) !important;
}


.input-group-text {
    background: transparent !important;
    padding: 0 !important;
    height: 25px !important;
    width: 25px !important;
    position: absolute;
    right: 14px;
    border: 0 !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login-page.signup-page button.btn:hover::before, .login-page.signup-page button.btn:hover::after {
    transform: translateX(1000px) skewX(-15deg);
    transition: all 1s ease;
}

.our-cart {
    background: #eff6ff;
    border-top: 1px solid #b6bcc8;
}

.our-cart .heading h2 {
    font-size: 2.5rem;
    margin-bottom: 12px;
    line-height: 2.5rem;
}

.our-cart .heading p {
    font-size: 16px;
    color: #0b1617;
    font-weight: 500;
}

.box-order {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    margin-top: 20px;
}

.box-order h3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 45px;
}

.box-order p {
    color: #222225;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b3c0d2;
}

.box-order ul li b {
    font-size: 17px;
    font-weight: 700;
}

.box-order ul li span {
    float: right;
    vertical-align: baseline;
    color: #2f3034;
    font-weight: 700;
    font-size: 1.125rem;
}

.box-order ul li span i {
    vertical-align: baseline;
    text-decoration: line-through;
    color: #737477;
    font-weight: 600;
    font-size: 13px;
    margin-right: 4px;
}

.box-order ul {
    min-height: 110px;
}

.box-order h6 {
    font-size: 14px;
    color: #222225;
    text-align: center;
    margin-bottom: 20px;
}

.box-order h6 a {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: underline;
}

.box-order .btn.host-btn {
    display: block;
    border-radius: 10px;
}

.box-cart1,.box-cart2 {
    background: #fff;
    border: 1px solid #b3c0d2;
    border-radius: 10px;
    padding: 35px  35px  50px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.box-cart1 h4 {
    font-size: 1.625rem;
    font-weight: 700;
    padding-bottom: 18px;
    border-bottom: 1px solid #b3c0d2;
    margin-bottom: 38px;
}

.box-cart1 h4 > span {
    display: block;
    font-size: 1.0625rem;
}

.box-cart1 h6 {
    font-size: 15px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 6px;
}

.box-cart1 .yr-quantity {
    width: 270px;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 7px;
    height: 46px;
    color: #212121;
    font-weight: 500;
    padding-inline: 15px;
    margin-bottom: 14px;
}

.box-cart1 p {
    margin: 0;
    font-size: 14px;
}

.box-cart1 h5 {
    position: absolute;
    right: 50px;
    bottom: 85px;
    color: #2f3034;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.box-cart1 h5 > span {
    display: block;
    color: #737477;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    margin-top: 6px;
}

.box-cart1 h5 i {
    position: absolute;
    left: -110px;
    font-weight: 600;
    font-size: 13px;
    background: #eb3e45;
    vertical-align: baseline;
    color: #fff;
    padding: 7px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
}

.our-cart .row {
    align-items: start;
}

.box-cart2 {
    background: #e8fcff;
    border-color: #71b1bb;
    padding: 35px;
}

.box-cart2 h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-cart2 ul li {
    font-size: 16px;
    font-weight: 500;
    width: calc(50% - 50px);
    display: inline-flex;
    align-items: center;
}

.box-cart2 ul li img {
    margin-right: 6px;
}

.box-cart2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    row-gap: 12px;
    margin-bottom: 30px;
}

.box-cart2 h5 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.box-cart2 .btn.host-btn {
    background: transparent !important;
    color: #0707c2 !important;
    border-color: #0707c2 !important;
    font-weight: 700;
    border-radius: 10px;
    width: 200px;
    margin-bottom: 10px;
    justify-content: center;
    transition: .3s all;
}

.box-cart2 p {
    margin: 0;
    font-size: 13px;
}

.box-cart2.box-cart3 {
    background: #f1ecff;
    border-color: #998fb7;
    margin-bottom: 60px;
}

.box-cart2.box-cart3 ul li {
    width: 100%;
}

.box-cart2.box-cart3 ul {
    gap: 0;
    row-gap: 12px;
}

.box-cart2 .btn:hover {
    background: #eb3e45 !important;
    border-color: #eb3e45 !important;
    color: #fff !important;
}

.sticky-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.box-cart1 {
    margin-top: 20px;
}

.our-cart .heading {
    margin-bottom: 20px;
}

.box-ct .info-hand-dom {
    padding: 18px 12px 12px;
}

.box-ct .info-hand-dom h5 {
    margin-bottom: 30px;
}

.box-ct .info-hand-dom h6 {
    color: #737477;
    font-size: 16px;
    margin-bottom: 0;
}

.box-ct .info-hand-dom h4 {
    margin-top: 6px;
    margin-bottom: 15px;
}

.box-ct .info-hand-dom .btn.host-btn {
    border-radius: 10px;
    width: 100%;
    justify-content: center;
}

a.btn.btn-blue-trans {
    background: transparent !important;
    color: #0707c2 !important;
    border-color: #0707c2 !important;
}

.box-ct .info-hand-dom .btn.host-btn svg {
    margin-left: 12px;
    transform: rotate(0deg) !important;
}

.box-ct .row {
    margin-top: 40px;
}

.our-banner.live-banner.about-banner {
    background: url(../images/about-banner.webp) no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    padding-block: 160px;
    min-height: 650px;
}

.info-about h2 {
    font-size: 3rem;
    width: calc(100% + 40px);
}

.info-about h2 span::before {
    width: 250px;
    left: 0;
}

.info-about p {
    font-size: 1.125rem;
    margin-bottom: 50px;
}

.info-about ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 40px;
}

.info-about ul li {
    width: calc(50% - 15px);
    color: #4c4c4c;
    font-size: 14px;
}

.info-about ul li span {
    font-size: 4.75rem;
    font-weight: 800;
    display: block;
    line-height: 4.75rem;
    margin-bottom: 10px;
    color: #9c2fc0;
}

.info-about ul li:nth-child(2) span,.info-about ul li:nth-child(3) span {
    color: #353dd0;
}

.our-about .container{
    position: relative;
    z-index: 1;
}

.our-about .container::before {
    position: absolute;
    content: "";
    background: url(../images/bg5.webp) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    top: 0;
    bottom: 0;
    right: -180px;
    margin: auto;
    z-index: -1;
}

.our-about::before {
    background: url(../images/bgab1.webp) no-repeat;
    background-size: 100%;
    width: 429px;
    height: 178px;
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
}

.our-cta2.ab-cta {
    padding-block: 60px;
}

.our-cta2.ab-cta .btn.host-btn {
    width: auto;
    margin-left: auto;
    display: table;
}

.our-cta2.ab-cta h3 {
    font-size: 2.5rem;
    margin: 0;
}

.our-cta.ab-cta2 h2 {
    margin-bottom: 60px;
}

.our-business.whois-busi.host-busi2.about-busi .container::before,.our-business.whois-busi.host-busi2.about-busi .container::after {
    display: none;
}

.about-busi .info-busi p {
    margin-bottom: 20px;
}

.whois-service.ab-ser .info-whoser::after {
    display: none;
}

.whois-service.ab-ser [class*='col']:first-child::before {
    display: none;
}

.whois-service.ab-ser .info-whoser {
    padding: 60px 50px 60px 140px;
}

.whois-service.ab-ser [class*='col']:nth-child(even) .info-whoser {
    padding-inline: 200px 0;
    width: calc(100% + 10px);
}
.whois-service.ab-ser .info-whoser img {
    left: -40px;
}

.whois-service.ab-ser [class*='col']:nth-child(even) .info-whoser img {
    left: 30px;
}


.whois-service.ab-ser::before {
    position: absolute;
    content: "";
    background: url("../images/bg-plan.webp") no-repeat;
    background-size: cover;
    width: 90%;
    height: 80%;
    background-position: 50% 80%;
    top: 0;
    left: 0;
    z-index: -1;
}


.our-story{
    background: url("../images/bg-story.webp") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    padding-block: 120px 0;
}
.img-story {
    width: calc(100% + 500PX);
    position: relative;
    left: -250px;
}

.our-story * {
    color: #fff;
}

.our-story h2 > span::before {
    right: 0;
    margin: auto;
}

.our-story .heading {
    margin-bottom: 80px;
}

.box-story h2 {margin-bottom: 15px;}

.box-story {
    text-align: right;
    width: calc(100% + 40px);
    margin-bottom: 30px;
}

.our-story .row {
    align-items: start;
}

.info-story {
    padding-top: 160px;
}

.box-story:last-child {
    margin-bottom: 0;
}

.info-story.info-story2 .box-story {
    text-align: left;
    position: relative;
    left: -20px;
}

.info-story.info-story2 {
    padding-top: 300px;
}

.our-business.whois-busi.host-busi2.about-busi {
    padding-block: 80px 120px;
}

.info-rev {
    padding: 0 8px;
}

.reviews-wrap .rev-box img.logo {
    position: relative;
    right: 5px;
}

.reviews-wrap .rev-box img {
    width: auto;
}

.reviews-wrap .rev-box img.stars {
    width: 160px;
    height: auto;
}

.info-price ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    background: #8b8b8b;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -12px;
}

.info-price ul li:last-child {
    margin-bottom: 0;
}

.our-faq .accordion-body p:last-child {
    margin-bottom: 0;
}

.our-faq .accordion-body ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.our-faq .accordion-body ul li {
    color: #484848;
    font-size: 1.125rem;
    margin-bottom: 2px;
}

.box-story p {
    margin-bottom: 0;
    min-height: 120px;
}

.our-cta2.cta3 {
    padding-bottom: 0;
}

.our-business.whois-busi .row {
    align-items: stretch;
}

.our-banner.host-banner.email-banner{
    background: url("../images/emig-banner.webp") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.our-business.host-busi.emig-busi .row {
    align-items: center;
}

.our-business.host-busi.emig-busi  h2 {
    font-size: 2.825rem;
}

.our-business.host-busi.emig-busi p {
    font-size: 1.125rem;
    margin-bottom: 60px;
}

.our-business.host-busi.emig-busi ul {
    display: flex;
    gap: 20px;
}

.our-business.host-busi.emig-busi ul li {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.3rem;
    background: #eee6ff;
    margin: 0;
    border-radius: 0 48px 48px 48px;
    padding: 45px 0;
}

.our-business.host-busi.emig-busi ul li img {
    display: block;
    margin-bottom: 20px;
}
.our-business.host-busi.emig-busi [class*='col'] {
    margin: 0;
}

.our-business.host-busi.emig-busi {
    padding-top: 40px;
}

.our-business.host-busi.emig-busi .container::before {
    width: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-cta2.cta5.cta7 .btn.host-btn {
    right: 20px;
}

.our-cta2.cta5.cta7 {
    padding-bottom: 12px;
}

.our-business.host-busi.emig-busi ul li:nth-child(2) {
    background: #e9fec4;
    border-radius: 48px 48px 0 48px;
}

.our-business.host-busi.emig-busi ul li:nth-child(3) {
    background: #c8deff;
}

.our-migration{
    background: url("../images/bg-migrate.webp") no-repeat;
    background-size: cover;
    background-position: 50% top;
}


.our-migration *{
    color: #fff;
}

.info-mig p {
    font-size: 1.125rem;
}

.info-mig h2 {
    font-size: 2.85rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.our-migration .row {
    margin-bottom: 60px;
}

.our-migration .row:last-child {
    margin-bottom: 0;
}

.info-mig {
    padding: 0 50px 0 0;
} 

.our-migration .row:nth-child(even) .info-mig {
    padding: 0 0 0 50px;
}

.our-banner.host-banner.host-ban2 .info-banner ul li {
    font-size: 1.125rem;
}

.our-build.our-clust .heading {
    margin-bottom: 100px;
}

.our-build.our-clust .info-build h4 {
    font-size: 1.2rem;
}

.our-build.our-clust .row-build [class*='col'] .info-build {
    margin-bottom: 60px;
}

.info-cs .btn.host-btn {
    margin-top: 50px;
}

.our-business.whois-busi.host-busi2.clust-busi [class*='col']:nth-child(-n+6) {
    margin-bottom: 50px;
}

.our-cta8{
    background: url("../images/bg-cta8.webp") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    text-align: center;
    padding-block: 80px 60px;
}

.our-cta8 .row {
    justify-content: center;
}

.our-cta8 h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.8rem;
    color: #070e58;
    margin-bottom: 20px;
}

.our-cta8 p {
    color: #070e58;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.dom-form form .btn-domform {
    position: absolute;
    right: 5px;
    top: 5px;
}

a.link-dom {
    display: block;
    color: #fff !important;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 10px;
    text-transform: capitalize;
    text-align: right;
    text-decoration: underline;
    letter-spacing: 1px;
}

svg{
    width: 20px;
}

.our-plan .btn-block {
    margin-top: 100px;
}

.owl-transfer {
    position: relative;
    z-index: 3;
}

.search-dom a.link-dom {
    color: #000 !important;
}

ul.cart-menu .dropdown-menu.drop-log {
    background: #fff;
    box-shadow: 0 2px 10px #0000001f;
}

.info-config img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}

.info-config {
    position: relative;
    z-index: 1;
}

.info-config h4 {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 1.875rem;
    margin: 0;
}
.our-config {
    background: #f2f8ff;
}


.our-banner.live-banner.sample-banner {
    background: url(../images/sample-banner.webp) no-repeat #fff;
    background-size: cover;
    background-position: 50% bottom;
    padding-block: 130px 190px;
}

.our-banner.live-banner.sample-banner h1 {
    margin: 0;
    font-size: 4.5rem;
}

ul.cart-menu .dropdown-menu.drop-log a {
}

.our-banner.host-banner.word-banner{
    background: url(../images/word-banner.webp) no-repeat #fff;
    background-size: cover;
    background-position: 60% bottom;
}
.our-banner.host-banner.word-banner .info-banner ul li {
    font-size: 1.125rem;
}
.our-banner.host-banner.word-banner .info-banner h1 {
    width: calc(100% + 60px);
}

.ctaweb{
    background: url(../images/bg-ctaweb.webp) no-repeat #fff;
    background-size: cover;
    background-position: 50%;
    padding-block: 120px;
    text-align: center;
}

.ctaweb .row {justify-content: center;}

.ctaweb h2 {
    font-weight: 500;
    font-size: 4rem;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    line-height: 4.35rem;
    color: #070e58;
}

.ctaweb p {
    color: #070e58;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 60px;
}

.ctaweb p b {
    font-weight: 700;
}

.ctaweb img {
    position: absolute;
    left: 200px;
    bottom: -18px;
}

.info-over h2 {
    font-size: 3.4rem;
    margin-bottom: 60px;
}

.info-over p {
    font-size: 1.125rem;
    margin: 0;
}

.over-word::before {
    position: absolute;
    content: "";
    background: url(../images/bg-plan.webp) no-repeat;
    background-size: cover;
    width: 90%;
    height: 90%;
    background-position: 50% 80%;
    top: 0;
    left: 0;
    z-index: -1;
}

.over-word .container{
    position: relative;
    z-index: 1;
}

.over-word .container::after{
    position: absolute;
    content: "";
    background: url(../images/bg3.webp) no-repeat;
    background-size: 100%;
    width: 152px;
    height: 152px;
    top: 0;
    bottom: 0;
    right: -250px;
    z-index: -1;
    margin: auto;
}

.word-feat img {
    width: 100%;
    border-radius: 20px;
}

.word-feat figure {
    margin: 0;
}

.word-feat {
    position: relative;
    z-index: 1;
    border: 2px solid #4e5dce;
    border-radius: 20px;
}

.word-feat figcaption {
    position: absolute;
    bottom: 0;
    padding: 0 50px 50px;
}

.word-feat h4 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.word-feat p {
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    margin: 0;
}

.word-feat.wf2 {
    height: 390px;
    background: #e0e3f8;
    display: flex;
    flex-direction: column;
    padding: 60px 50px 50px;
}

.wordpress-feature .row {
    align-items: start;
}

.word-feat.wf2 p {
    position: absolute;
    bottom: 50px;
    left: 45px;
    width: calc(100% - 90px);
}

.word-feat.wf2 * {
    color: #000;
}

[class*='col']:last-child .word-feat.wf2 {
    margin-bottom: 20px;
}

[class*='col']:first-child .word-feat {
    margin-bottom: 20px;
}

[class*='col']:first-child .word-feat:last-child {
    height: 439px;
    margin-bottom: 0;
    background: #2d3ba1;
}

[class*='col']:first-child .word-feat:last-child * {
    color: #fff;
}


.wordpress-feature{
    background: url(../images/bg-wordfeat.webp) no-repeat ;
    background-size: cover;
    background-position: 50%;
}

.wordpress-feature h2 {
    color: #fff;
}

.wordpress-feature h2 span::before {
    left: 0;
    right: 0;
    margin: auto;
}

.our-banner.host-banner.spam-banner{
    background: url(../images/spam-banner.webp) no-repeat;
    background-size: cover;
    background-position: 60% bottom;
}

.our-business.host-busi.emig-busi.spam-busi ul li {background: transparent;width: 100%;display: flex;text-align: left;flex-direction: row;justify-content: start;align-items: center;gap: 18px;padding: 0;margin-bottom: 10px;}

.our-business.host-busi.emig-busi.spam-busi ul {
    display: block;
}

.our-business.host-busi.emig-busi.spam-busi ul li img {
    margin: 0;
}

.our-business.host-busi.emig-busi.spam-busi ul li:last-child {
    margin-bottom: 0;
}

.our-business.host-busi.emig-busi.spam-busi h2 {
    width: calc(100% + 50px);
    letter-spacing: -1px;
}

.host-busi2 a.btn.host-btn {
    margin-top: 25px;
}

.info-spam {
    background: #0a0a3a61;
    border: 1px solid #4e558f;
    border-radius: 13px;
    padding: 60px 45px 60px 45px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 1;
}

.info-spam img {
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-spam p {
    width: 60%;
    font-size: 14px;
    font-weight: 300;
}

.info-spam h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.info-spam p {
    margin-bottom: 0;
}

.over-word.over-vps h2 span::before {
    left: 0;
}

.over-word.over-vps  p {
    margin-bottom: 50px;
}

.vps-busi .info-busi {
    margin-bottom: 50px;
}

.vps-busi [class*='col']:nth-last-child(-n+3) .info-busi {
    margin-bottom: 0;
}

.our-business.host-busi2.vps-busi [class*='col'] {
    margin: 0;
}

.our-business.host-busi2.vps-busi .heading {
    margin-bottom: 80px;
}


.our-business.host-busi2.vps-busi{
    padding-block: 150px;
}

.info-vps p {
    color: #ebe9fa;
}

.img-vps1 {
    width: calc(100% + 60px);
    position: relative;
    left: -60px;
    margin-top: 40px;
}

.img-vps1 img {
    width: 100%;
}
.info-vps .img-vps2 {
    width: calc(100% + 110px);
    position: relative;
    left: -70px;
    margin-bottom: 20px;
}

.info-vps .img-vps2 img {
    width: 100%;
}

.info-vps h2 {
    font-size: 3.125rem;
}

.wordpress-feature.our-vps .row {
    align-items: end;
}

.col-md-12.col-top {
    margin-top: 10px;
}

.info-vps .img-vps3 {
    margin-bottom: 40px;
    width: calc(100% + 40px);
}

.info-vps img {
    width: 100%;
}

.info-vps ul {
    display: flex;
    gap: 30px;
}

.info-vps ul li {
    display: flex;
    gap: 20px;
    color: #fff;
    align-items: start;
    width: 100%;
}

.info-vps ul li img {
    width: auto !important;
    position: relative;
    top: 2px;
}

.over-word.over-dedi ul li {
    padding-left: 55px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.over-word.over-dedi ul li img {
    position: absolute;
    left: 0;
    top: 10px;
}

.over-word.over-dedi ul li b {
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
}

.over-word.over-dedi ul li:last-child {
    margin-bottom: 0;
}


.whois-service.dedicate-service h2 {
    font-size: 3.35rem;
}

.whois-service.dedicate-service .heading {
    margin-bottom: 80px;
}

.whois-service.dedicate-service .info-whoser img {
    left: 0;
}

.whois-service.dedicate-service [class*='col']:nth-child(2) .info-whoser img {
    left: 22px;
}

.whois-service.dedicate-service [class*='col']:nth-child(3) .info-whoser img {
    left: 0;
}

.whois-service.dedicate-service [class*='col']:nth-child(3) .info-whoser {
    padding-inline: 240px 0;
}

.whois-service.dedicate-service [class*='col']:nth-child(3) .info-whoser::before {
    display: none;
}
.whois-service.dedicate-service .info-whoser {
    padding-inline: 150px 60px;
    padding-block: 60px;
}

.whois-service.dedicate-service [class*='col']:nth-child(2) .info-whoser {
    padding-inline: 210px 0;
}

.whois-service.dedicate-service [class*='col']:nth-child(2) .info-whoser,.whois-service.dedicate-service [class*='col']:nth-child(1) .info-whoser {
    padding-top: 30px;
}

.our-business.whois-service.dedicate-service::before, .our-business.whois-service.dedicate-service .container::before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.whois-service.dedicate-service [class*='col']{
    margin: 0 !important;
}

.dedicate-service {
    border-bottom: 1px solid #7090ae;
}

.wordpress-feature.dedi-feature .word-feat.wf2 {
    height: 428px;
    padding: 50px 45px;
    background: #fff;
    border: none;
    margin-bottom: 20px;
}

.wordpress-feature.dedi-feature .word-feat.wf2 h4 {margin: 0;}

.wordpress-feature.dedi-feature .word-feat.wf2 p {
    font-size: 1.185rem;
    font-weight: 300;
}

.wordpress-feature.dedi-feature .word-feat.wf2 *{
    color: #000;
}

.wordpress-feature.dedi-feature [class*='col']:nth-child(2) .word-feat.wf2 {
    background: #2d3ba1;
}

.wordpress-feature.dedi-feature [class*='col']:nth-child(2) .word-feat.wf2 * ,.wordpress-feature.dedi-feature [class*='col']:nth-child(4) .word-feat.wf2 * {
    color: #fff;
}

.wordpress-feature.dedi-feature [class*='col']:nth-child(3) .word-feat.wf2 {
    background: #cec8f3;
}

.wordpress-feature.dedi-feature [class*='col']:nth-child(4) .word-feat.wf2 {
    background: url("../images/bg-dedi1.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
}


.wordpress-feature.dedi-feature [class*='col']:nth-child(5) .word-feat.wf2 {
    background: url("../images/bg-dedi2.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.wordpress-feature.dedi-feature [class*='col']:nth-child(4) .word-feat.wf2 p{width: 40%;}

.wordpress-feature.dedi-feature [class*='col']:nth-last-child(-n+2) .word-feat.wf2 {
    margin-bottom: 0;
}

.login-page.thank-page{
     background: url("../images/bg-thank.webp") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.info-thank img {
    margin-bottom: 10px;
}

.info-thank h3 {
    font-size: 3.625rem;
    color: #b9f66d;
    margin-bottom: 40px;
}

.info-thank h5 {
    color: #fff;
    font-size: 1.375rem;
    margin-bottom: 60px;
    line-height: 2rem;
}

.info-thank .btn svg {
    transform: rotate(-135Deg) !important;
    width: 24px !important;
}

.info-thank .btn:hover svg {
    transform: rotate(180Deg) !important;
}

.info-thank .btn {
    font-size: 1.25rem !important;
}

.info-thank .btn span {
    width: 50px;
    height: 50px;
}

.prem-cta .info-price ul li img {
    margin-bottom: 0;
}

.prem-cta .info-price ul li:before {
    display: none;
}


header.fixed {
    position: fixed;
    top: 0;
    padding: 15px 0;
    box-shadow: 0 2px 3px #0b3672;
    background: #eff3ff;
    z-index: 999;
}

header.fixed a.logo img {
    max-width: 180px;
}

header.fixed ul li > a {
    font-size: 1rem !important;
}


.our-business.our-hosting.our-resell ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #0b1617;
    margin-bottom: 8px;
}


.our-business.our-hosting.our-resell ul {
    width: calc(100% + 40px);
    margin-bottom: 40px;
}

.our-tech.tech-sell .container::before {
    background: url(../images/rs-bg1.webp) no-repeat;
    background-size: 100%;
    width: 231px;
    height: 267px;
    left: inherit;
    right: -260px;
    bottom: -100px;
    z-index: -1;
}

.our-server.rs-server .info-server ul li img {
    width: auto;
    margin-right: 2px;
}

.our-server.rs-server .info-server ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.our-server.rs-server .img-serve {
    margin-top: -100px;
    right: 0;
    left: inherit;
    width: 100%;
}

.our-server.rs-server .info-server ul {
    margin-bottom: 0;
}

.our-reseller {
    background: #f6f2fd;
    border-top: 1px solid #acacbb;
}

.our-reseller h2 {
    margin-bottom: 40px;
}

.our-reseller p {
    margin-bottom: 40px;
}

.our-reseller ul li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    gap: 8px;
    font-size: 1.125rem;
    font-weight: 600;
}


.logo-mob-menu,p.mobile-copy{
    display: none;
}

.our-business.whois-service [class*='col'] {
    margin-bottom: 0;
}

.vps-ser .info-whoser {
    padding-inline: 150px 40px;
    padding-block: 60px !important;
}

.vps-ser  .heading {
    margin-bottom: 80px;
}

.vps-ser [class*='col']:nth-child(2) .info-whoser, .vps-ser [class*='col']:nth-child(4) .info-whoser {
    padding-left: 200px;
}

.vps-ser [class*='col']:nth-child(2) .info-whoser img, .vps-ser [class*='col']:nth-child(4) .info-whoser img {
    left: 40px;
}

.vps-ser .info-whoser img {
    left: -20px;
}

.our-lead.vps-lead ul {
    margin-bottom: 50px;
}

.our-lead.vps-lead ul li {
    font-size: 16px;
}


li.dsk-br br {
    display: none;
}

.info-price h2 > span,.info-price h2 > sup,.info-price h2 > small {
    text-shadow: none;
}



.page-homepage #main-body + div + footer,
.page-products #main-body + div + footer,
.page-emailantispam #main-body + div + footer
{
    margin-top: 0;
}

.page-homepage #main-body,
.page-products #main-body,
.page-emailantispam #main-body
{
    padding-bottom: 0 !important;
    background: transparent !important;
}



/*privacy css*/


.our-banner.live-banner.pri-banner {
    padding-block: 100px 130px;
}

.our-banner.live-banner.pri-banner h1 {
    font-size: 4rem;
    text-align: center;
    margin: 0;
}

.content-page h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 40px;
}

.content-page ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-page p , .content-page ul li {
    font-size: 1.125rem;
}

.content-page ul li {
    margin-bottom: 10px;
}


.content-page h5:first-child {
    margin-top: 0;
}

.content-page .in-content {
    padding-left: 40px;
}

.content-page .in-content h5 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 30px;
}

.content-page .in-content p,.content-page .in-content li {
    font-size: 16px !important;
}

.content-page p:last-child {
    margin-bottom: 0;
}

.our-live.content-page::before {
    opacity: .3;
}

.our-live.content-page {
    padding-block: 120px;
}

/*new page css*/

.our-banner .info-banner {
    text-align: center;
}

.info-banner h1 > span::before {
    display: none;
}

.info-banner h1 b {
    display: inline-flex;
    font-size: 4rem;
    background: #8503A2;
    background: linear-gradient(90deg, rgba(133, 3, 162, 1) 0%, rgba(218, 84, 165, 1) 100%);
    padding: 2px 6px 5px;
    color: #fff;
    height: 96px;
    align-items: center;
}

.our-banner .info-banner .banner-innertext {
    width: 78%;
    margin: 0 auto;
}

.our-banner .info-banner .banner-innertext p {
    color: #000;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 60px;
}

.our-banner .info-banner .banner-innertext p > span {
    color: #8503A2;
    font-weight: 700;
}

.dom-form form .btn-domform {
    top: 10px;
    right: 20px;
    background: #555555;
    z-index: 1;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.dom-form form button.btn {
    margin: 0;
    border-radius: 40px;
    padding-inline: 40px;
    border: none !important;
    background: #21A3FF !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.25px !important;
    box-shadow: none;
}

.dom-form form button.btn.host-btn.btn-blue {
    background: transparent !important;
    border: none !important;
}

.btn.host-btn::before, .btn.host-btn::after {
    left: -100px;
}


.dom-form form button.btn:first-child {
    width: calc(50% + 20px);
}

.dom-form .in-dom img {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-banner ul {
    display: flex;
    align-items: center;
    margin: 70px 0 0;
    justify-content: space-between;
}

.info-banner ul li {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.dom-form {
    width: 100%;
}

.our-banner .info-banner h4 {
    height: 35px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.our-banner .info-banner h4 > span {
    height: 35px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #8604A2;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding-inline: 22px;
    border-radius: 30px;
}




.site-logo img, .sl img {
    width: auto !important;
}

.site-logo .item, .sl .item {
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo, .sl {
    padding-block: 50px;
    text-align: center;
}

.site-logo{
    background: #F8FCFF;
}

.site-logo h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-left: -20px;
    margin-bottom: 0;
    color: #454C5C;
}

h6.sub-head2 {
    font-size: 14px;
    font-weight: 700;
    color: #0E8CE5 !important;
    text-transform: uppercase;
    border: 1px solid #D9E7F5;
    padding: 11px 30px;
    border-radius: 30px;
    background: #F3F9FF;
    background: linear-gradient(42deg, rgba(243, 249, 255, 1) 45%, rgba(255, 242, 250, 1) 100%);
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.our-success{
    background: url("../images/bg-suc.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-bottom: 160px;
}

.info-suc ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.info-suc ul li {
    text-align: left;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
}

.info-suc ul li span {
    display: block;
    background: #8503A2;
    background: linear-gradient(42deg, rgba(133, 3, 162, 1) 0%, rgba(218, 84, 165, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 18px;
}

.btn.btn-white {
    background: #FAFAFA;
    background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(237, 237, 237, 1) 100%) !important;
    border-color: #CBD0DB !important;
}

.btn.btn-white svg {
    width: 18px !important;
}

.info-suc .btn-block {
    display: flex;
    gap: 20px;
}

.info-suc .btn-block .btn {
    width: 50%;
}


.btn.btn-white svg path {
    color: #000;
}

.our-cta {
    padding: 0;
    margin-top: -50px;
}

.our-cta .btn-block .btn{
    width: 250px;
}

.btn.btn-black {
    background: #31343C;
    background: linear-gradient(180deg, rgba(49, 52, 60, 1) 0%, rgba(23, 27, 36, 1) 85%) !important;
    color: #fff !important;
    border-color: #004271 !important;
}

.btn.btn-black span {
    background: #515865;
}

.our-cta h2 img {
    position: absolute;
    left: -20px;
    bottom: -80px;
}

.host-section .row-btm {
    margin-bottom: 80px;
}

.site-logo.sl {
    background: #fff;
    margin-top: 80px;
}

h6.sub-head2 > span {
    color: #000;
}

.site-logo.sl h6.sub-head2 {
    margin-bottom: 40px;
}

.info-hg span {
    display: inline-flex;
    width: 59px;
    height: 59px;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #FDFEFF;
    background: linear-gradient(220deg, rgba(253, 254, 255, 1) 12%, rgba(243, 249, 255, 1) 70%);
    border: 1px solid #D9E7F5;
    border-radius: 20px;
    margin-bottom: 35px;
}

.info-hg h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}

.info-hg p {
    color: #525252;
    margin-bottom: 0;
    min-height: 75px;
}

.info-hg {
    padding: 40px;
    border-radius: 25px;
    border: 1px solid #C8D6E5;
    background: #FFF;
    background: linear-gradient(111deg, rgba(255, 255, 255, 0) 55%, rgba(133, 3, 162, 0.1) 100%);
    margin-bottom: 30px;
}


.host-gen .nav-tabs {
    margin-bottom: 50px;
}

.host-gen .container.cont-hostgen {
    background: #fff;
    border: 1px solid #C8D6E5;
    border-radius: 50px;
    box-shadow: 0 0 35px #264aa61a;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.host-gen [class*='col']:nth-child(even) .info-hg {
    background: linear-gradient(55deg, rgba(255, 255, 255, 0) 55%, rgba(133, 3, 162, 0.1) 100%);
}

.host-gen [class*='col']:nth-child(4) .info-hg {
    background: linear-gradient(203deg, rgba(255, 255, 255, 0) 55%, rgba(133, 3, 162, 0.1) 100%);
}

.row.row-hostgencta h2 {
    font-size: 3.125rem;
    margin: 0;
}

.row.row-hostgencta .hostgen-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
}
.row.row-hostgencta {
    margin-inline: 0;
    padding-inline: 15px;
    padding-block: 70px 25px;
    margin-top: 40px;
    border-top: 1px solid #C8D6E5;
}

.row.row-hostgencta a.btn-hostgentel {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #0E8CE5;
}

.row.row-hostgencta a.btn-hostgentel span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    color: #222428;
    font-weight: 500;
    text-transform: capitalize;
}

.row.row-hostgencta .hostgen-btn .btn.host-btn {
    width: 250px;
}

.host-gen .container.cont-hostgen img.hostgen-bg1 {
    position: absolute;
    left: 1px;
    bottom: 1px;
    filter: drop-shadow(0px 0px 35px rgba(38,74,165,0.1));
    z-index: -1;
}

.host-gen .container.cont-hostgen img.hostgen-bg2 {
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: -1;
}

.host-gen{
    padding-block: 0;
    margin-bottom: 50px;
}


.host-gen::before{
    position: absolute;
    content: "";
    background: url("../images/bg-hg.png") no-repeat;
    width: 100%;
    height: calc(100% - 120px);
    top: 50px;
    left: 0;
    background-size: 100%;
    z-index: -1;
}

.row.row-hostgencta a.btn-hostgentel:hover {
    color: #0c76c7 !important;
}

.img-testqr img {
    width: auto !important;
}

.img-testqr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.info-test {
    padding: 40px 35px;
    border: 1px solid #C8D6E5;
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 249, 255, 1) 100%);
    border-radius: 25px;
}

.info-test p {
    font-size: 16px;
    margin-bottom: 30px;
}

.info-test h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    position: relative;
    z-index: 1;
    padding-left: 70px;
    height: 57px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.info-test h4 > span {
    color: #525252;
    font-weight: 400;
    font-size: 15px;
    display: block;
    width: 100%;
}

.info-test h4 b {
    display: inline-flex;
    width: 57px;
    height: 57px;
    background: #264AA5;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-item , .owl-item.active.center + .owl-item + .owl-item{
    opacity: 0.3 !important;
}

.owl-item.active  {
    opacity: .7 !important;
}


.owl-item.active.center{
    opacity: 1 !important;
}

.our-cta2 h2 {
    color: #fff;
    font-size: 3.125rem;
    line-height: 4rem;
    margin-bottom: 20px;
}

.our-cta2 p {
    color: #fff;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    margin-bottom: 80px;
}

.our-cta2 .btn-block {
    display: flex;
    gap: 20px;
    width: calc(100% - 140px);
}

.our-cta2 .row {
    position: relative;
    z-index: 1;
}

.our-cta2 img.hostcta-img2 {
    position: absolute;
    padding: 0;
    right: -120px;
    bottom: -90px;
}

.pre-footer ul.social-cont {
    justify-content: end;
}

.row.row-footer-links [class*='col']:nth-child(2) .foot-col {
    padding-left: 20px;
}

footer .row.row-footer-links {
    padding-top: 80px;
}

.foot-det p {
    color: #777777;
    font-size: 14px;
    width: 90%;
    margin-bottom: 25px;
}

.foot-det p + img {
    filter: drop-shadow(0px 5px 12px rgba(0,0,0,0.1));
    margin-bottom: 30px;
}

.foot-det h6 {
    color: #182C3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.copy h6 {
    position: absolute;
    top: -35px;
    display: table;
    background: #53B7FF;
    background: linear-gradient(180deg, rgba(83, 183, 255, 1) 0%, rgba(4, 151, 255, 1) 85%) !important;
    border: 1px solid #0093FB !important;
    padding: 9px 9px 9px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 1px 3px #264aa54d, inset 0 2px 3px #e0f0ff4d;
}

.copy h6 img {
    margin-left: 20px;
}

.copy h6 span {
    margin-inline: 12px;
}

.our-banner.inner-banner .row {
    justify-content: center;
}

.our-banner.inner-banner .info-banner h1 {
    font-size: 3.125rem;
    line-height: 3.25rem !important;
    font-weight: 800;
    margin-bottom: 30px;
}

.our-banner.inner-banner .info-banner p {
    color: #383838;
    font-size: 1.125rem;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 30px;
}

.our-banner.inner-banner .info-banner h6 {
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}


body.home-page header {position: absolute;top: 45px;}

.our-banner.inner-banner {
    padding-block: 100px;
    background: url(../images/inner-banner.png) no-repeat;
    background-size: cover;
}

.tech-service {
    background: #F8FCFF;
    padding: 40px 0;
    border-top: 1px solid #C8D6E5;
}

.tech-service ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tech-service ul li {
    padding-left: 50px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #535353;
    font-weight: 500;
}

.tech-service ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tech-service ul li span {
    color: #222428;
    font-size: 17px;
    font-weight: 700;
    display: block;
    line-height: 18px;
    margin-bottom: 6px;
}

.info-sharehost ul {
    margin-block: 35px 60px;
}

.info-sharehost ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #353535;
    font-weight: 500;
    margin-bottom: 5px;
}

.img-sharehost {
    text-align: right;
    position: relative;
    right: -50px;
}

.img-sharehost.img-sharehost2 {
    text-align: left;
    position: relative;
    left: -50px;
    right: inherit;
}

.our-sharehost .row-btm {
    margin-bottom: 100px;
}


.info-sharehost ul.sh2-list {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
}

.info-sharehost ul.sh2-list li {
    width: 50%;
}

.info-sharehost ul li:last-child {
    margin-bottom: 0;
}


.our-sharehost{
    background: url("../images/bg-sharehost.png") no-repeat;
    background-size: 100%;
    background-position: 50% top;
    padding-top: 150px;
}

.our-gotohosting{
    background: url("../images/bg-gotohost.png") no-repeat;
    background-size: cover;
    background-position: 50% top;
    padding-block: 120px 100px;
}

.our-gotohosting .info-gotohost * {color: #fff;}

.our-gotohosting .info-gotohost ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 22px;
    margin-block: 40px 60px;
}

.our-gotohosting .info-gotohost ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-gotohosting .info-gotohost h5 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    margin: 50px 0 0;
}

.our-banner.inner-banner.inner-bg2 {
    background: url(../images/inner-banner2.png) no-repeat;
    background-size: cover;
}

.row-hostfact .heading {
    margin-bottom: 50px;
}

.row-hostfact .heading h2 {
    margin-bottom: 0;
}

.row-hostfact ul {
    display: flex;
    justify-content: space-around;
}

.row-hostfact ul li {
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 500;
}

.row-hostfact ul li > span {
    background: #8503A2;
    background: linear-gradient(42deg, rgba(133, 3, 162, 1) 0%, rgba(218, 84, 165, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.75rem;
    font-weight: 700;
    display: block;
    line-height: 3.75rem;
    margin-bottom: 10px;
}

.row.row-hostfact {
    margin-bottom: 120px;
}

.host-section.host-facts{
    background: url(../images/bg-hostfact.png)  no-repeat;
    background-size: 100%;
    background-position: 50% top;
}


.our-newhostvps{
    background: url(../images/bg-hostvps.png)  no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding-block: 120px 150px;
}

.our-newhostvps *{
    color: #fff;
}

.our-newhostvps .info-hg {
    background: RGBA(68, 7, 78, 0.39);
    background: linear-gradient(200deg, rgba(68, 7, 78, 1) 0%, rgba(14, 18, 27, 1) 45%);
    border-color: #313C48;
}

.our-newhostvps .info-hg h4 {
    color: #fff;
}

.our-newhostvps .info-hg p {
    color: #A4A4A4;
    MARGIN-BOTTOM: 0;
}

.our-newhostvps .info-hg {
    padding-block: 50px;
}

.our-newhostvps .info-hg span {
    background: #192348;
    border-color: #3D4869;
}

.our-vpsplan .tab-vpsplan ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.our-vpsplan .tab-vpsplan ul li {
    width: calc(25% - 15px);
    border: 1px solid  #C8D6E5;
    height: 113px;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    padding-inline: 30px;
    gap: 25px;
    font-size: 16px;
    font-weight: 600;
    background: #FFF;
    background: linear-gradient(111deg, rgba(255, 255, 255, 0) 55%, rgba(133, 3, 162, 0.1) 100%);
}

.our-vpsplan .tab-vpsplan ul li > span {
    background: url("../images/bg-svg.png") no-repeat;
    width: 61px;
    height: 61px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}

.vps-cta{
    background: url("../images/bg-vpscta.png") no-repeat;
    background-size: cover;
    padding-block: 100px;
}

.vps-cta p {
    margin-bottom: 0;
}

.vps-cta .info-vpscta * {
    color: #fff;
}

.vps-cta .btn-block {
    text-align: right;
}
.vps-cta .info-vpscta h2 img {
    position: absolute;
    right: -100px;
    top: -20px;
}

.vps-cta .info-vpscta p {
    color: #CECECE;
}

.vps-cta  .info-vpscta h5 {
    color: #6ec0fd;
}

.vps-cta .container {
    position: relative;
    z-index: 1;
}

.vps-cta img.vpscta-bg1 {
    position: absolute;
    left: calc(100% - 80px);
    top: 0;
    bottom: 0;
    margin: auto;
}


.info-sharehost ul.wphost-list li {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 75px;
    font-size: 14px;
    color: #525252;
    font-weight: 400;
    margin-bottom: 45px;
}


.info-sharehost.info-hg {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    margin: 0;
}

.info-sharehost.info-hg span {
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.info-sharehost ul.wphost-list li b {
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    line-height: 1.125rem;
    margin-bottom: 10px;
    color: #000000;
}

.info-sharehost ul.wphost-list li:last-child {
    margin: 0;
}

.our-sharehost.our-wphost {
    background: url(../images/bg-hostwp1.png) no-repeat;
    background-size: 100%;
    background-position: 50% top;
}

.our-sharehost.our-wphost .row-btm {
    margin-bottom: 40px;
}

.our-sharehost.our-wphost .info-sharehost ul {
    margin-bottom: 0;
}

.row.row-wphost .info-hg {
    padding: 30px 40px;
}

.our-sharehost.our-wphost2 {
    background: none;
}

.our-sharehost.our-wphost2 .info-sharehost p {
    margin-bottom: 60px;
}

.our-wpfeat{
    background: url(../images/bg-wpfeat.png) no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.info-wpfeat h4 {
    background: #0D66A7;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 20px 35px;
    margin-bottom: 12px;
}

.info-wpfeat ul {
    padding: 30px 35px;
    border: 1px solid #2E89CA;
    border-radius: 10px;
}

.info-wpfeat ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.info-wpfeat ul li:last-child {
    margin-bottom: 0;
}

.our-wpfeat h2 {
    color: #fff;
}

.our-wpfeat .row-btm {
    margin-bottom: 100px;
}

.our-wpfeat .row.row-wpfeatcta {
    text-align: center;
    justify-content: center;
}

.our-wpfeat .row.row-wpfeatcta h2 {
    font-size: 3.4375rem;
    margin-bottom: 20px;
}

.our-wpfeat .row.row-wpfeatcta p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 35px;
}

.info-hostresell {
    display: flex;
    gap: 80px;
    border-radius: 25px;
    position: relative;
    background: #fff;
    z-index: 1;
    align-items: center;
    border: 1px solid #C8D6E5;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.info-hostresell figure {
    width: calc(48% - 40px);
}

.info-hostresell::before {
    position: absolute;
    content: "";
    background: linear-gradient(177deg, rgb(255 255 255) 55%, rgba(4, 151, 255, 0.17) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 25px;
}

.info-hostresell p {
    margin-bottom: 0;
    color: #4E4E4E;
}

.info-hostresell figure {
    margin-bottom: 0;
}

.info-hostresell figcaption {
    width: calc(52% - 40px);
    padding-right: 90px;
}

.info-hostresell.info-hostresell-last figcaption {
    padding-inline: 90px 0;
}

.info-hostresell.info-hostresell2 {
    display: block;
    text-align: center;
    padding: 35px;
}

.info-hostresell.info-hostresell2 figure, .info-hostresell.info-hostresell2 figcaption {
    width: 100%;
    padding: 0;
}

.info-hostresell.info-hostresell2::before {
    background: linear-gradient(70deg, rgb(255 255 255) 55%, rgba(4, 151, 255, 0.17) 100%);
}

.info-hostresell figure img {
    border-radius: 25px;
    width: 100%;
}

.info-hostresell.info-hostresell2 figure img {
    width: auto;
    margin-bottom: 15px;
}

.info-hostresell h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.625rem;
    margin-bottom: 12px;
}

.our-sharehost.our-hostresell2 {
    background: none;
    padding-top: 0;
}



div.popupform {
    overflow: hidden;
    background: transparent;
    width: calc(830px + 115px);
    height: 572px;
    background-size: 100% !important;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-position: 50% bottom;
    padding: 0;
    padding-inline: 70px 45px;
    padding-bottom: 20px;
}

div.popupform .popup-content {
    width: 260px;
    right: 95px;
    height: 100%;
    z-index: 1;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

div.popupform .custom-pop {
    height: 100%;
    background: url(../images/bg-popup.png) no-repeat;
    margin-block: 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: flex;
    align-items: start;
    right: 0;
    background-size: 100%;
    background-position: 100% 70%;
    position: relative;
    z-index: 1;
}

button.fancybox-button.fancybox-close-small {
    background: transparent;
    background-size: 100%;
    width: inherit;
    height: 15px;
    opacity: 1;
    right: 62px;
    top: 12px;
    margin: auto;
    padding: 0;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    text-transform: capitalize;
    line-height: 2.5rem;
    padding: 2px 0 0px;
}

div.popupform .popup-content .form-control {
    height: 46px;
    font-size: 13px;
    margin-bottom: 8px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: none;
    border: 2px solid #b8b8b8;
}

div.popupform .popup-content textarea.form-control {
    height: 90px;
    margin-bottom: 12px;
}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content p > span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform h5 {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 1.75rem;
}

div.popupform .popup-content h3 >span {
    color: #8503A2;
}

div.popupform .popup-content h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 34px;
}

div.popupform .popup-content h4 > span {
    color: #0E8CE5;
    font-weight: 700;
}

div.popupform .popup-content h2 {
    color: #8702A4;
    font-size: 8.75rem;
    line-height: 7.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-weight: 900;
    letter-spacing: -4px;
    margin-bottom: 30px;
}

div.popupform .popup-content h2 > span {
    font-size: 3.75rem;
    line-height: 3.75rem;
}

div.popupform .popup-content h2 > span::before {
    display: none;
}

div.popupform .popup-content h2 b {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #0E8CE5;
    display: inline-block;
    line-height: 16px;
    padding: 3px 8px;
    border: 1px solid #6D097E;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgba(255,255,255,.9);
    transform: rotate(-5deg);
    top: -5px;
    left: -2px;
    letter-spacing: 0;
}

div.popupform .popup-content p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 30px;
}

div.popupform .popup-content a.btn.host-btn {
    width: 100%;
    margin-bottom: 20px;
}

div.popupform .popup-content h6 {
    font-size: 16px;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

div.popupform .popup-content h6 > b {
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
}

.custom-pop::before {
    position: absolute;
    content: "";
    background: #535BD1;
    background: linear-gradient(85deg, rgba(83, 91, 209, 1) 0%, rgba(134, 2, 159, 1) 100%);
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    z-index: 1;
    height: 20px;
    bottom: -20px;
    margin: auto;
    border-radius: 0 0 20px 20px;
}

div.popupform .custom-pop img.pop-img {
    position: absolute;
    left: -20px;
    bottom: 0;
}

div.popupform img.pop-bg1 {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
}

div.popupform .custom-pop img.pop-logo {
    position: absolute;
    left: 16px;
    top: 20px;
}

button.fancybox-button.fancybox-close-small::before {
    position: absolute;
    content: "No Thanks";
    color: #454545;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: underline;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: end;
}