@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
.btn-whatsapp-pulse,
.btn-whatsapp-pulse-border::before {
    border-radius: 50%;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    padding: 0;
    margin: 0
}

.btn-whatsapp-pulse,
a {
    text-decoration: none
}

.hosting-view-btn a,
a.nav-link-in,
p.hosting-title {
    text-transform: uppercase
}

* {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 28%;
    right: 22px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 26px;
    animation-name: pulse
}

.old-hosting-plan-price,
.price-box-hwp-in,
.strikeout,
span.block.original-price {
    text-decoration: line-through
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
    }
    80% {
        box-shadow: 0 0 0 14px #fff0
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }
    75% {
        padding: 50px;
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

body {
    background-color: #fff
}

.main-content-inner-box {
    padding: 10% 0 70px
}

:root {
    --bs-gray: #6c757d;
    --bs-primary: #0080ff;
    --bs-white: #fff;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-green: #198754;
    --bs-bg-blue: #282f4b
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #282f4b;
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

ol,
ul {
    list-style: none
}

figure {
    margin: 0
}

.main-header.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgb(0 0 0 / .2) 0 0 4px 3px;
    background-color: #e5e9f5
}

.form-control-box:focus,
.form-control:focus {
    box-shadow: rgb(55 125 255 / .1) 0 0 10px
}

.header-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

.burger_btn,
.foote-content-box,
.hero-container,
.placeholder-wrapper,
.quform-input,
a.nav-link-in,
li.nav-item-in {
    position: relative
}

.top_header {
    padding: 11px 0 0;
    margin-bottom: 7px
}

.top-header-social-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    padding-bottom: 13px
}

.top-header-social-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.top-header-social-box li {
    display: inline;
    margin-right: 8px;
    border-right: 2px solid #aca6a6;
    padding-right: 7px
}

.top-header-social-box li:last-child {
    border-right: none !important
}

.lift-top-header ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: rgb(0 0 0 / 79%)
}

.right-top-header ul li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #000
}

.navbar-header {
    display: flex;
    width: 100%
}

.burger_btn {
    display: none
}

.navbar-toggler-burger {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.customers-reviews-title p::after,
.features-content-box,
.hero-section,
.hosting-section,
.location-content-wp-box::before,
.maney-back-section {
    background-repeat: no-repeat
}

.bg-footer,
.features-content-box,
.hero-section,
.hosting-section,
.location-content-wp-box::before,
.maney-back-section {
    background-position: center center;
    background-size: cover
}

.banner_right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px
}

section.content_word {
    padding: 10px 0 0;
    position: relative
}

.burger-line {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: .3s
}

.navbar-toggler-burger.active .burger-line:first-child {
    transform: translateY(5px) rotate(45deg);
    margin: 0
}

.navbar-toggler-burger.active .burger-line:nth-child(2) {
    opacity: 0
}

.navbar-toggler-burger.active .burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    margin: 0
}

.container-fluid-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 13px
}

ul.navbar-nav-in {
    display: flex;
    align-items: center;
    gap: 2px
}

a.nav-link-in {
    font-weight: 700;
    line-height: 18px;
    display: block;
    font-size: 13px;
    padding: 7px .5rem;
    color: #112634;
    transition: background-color .3s, color .3s
}

.available-contact-heading h2 span a:hover,
.available-contact-tet-box-hw span a:hover,
.footer-link a:hover,
.hosting-plan-content h2 a:hover,
.nav-link-in.active,
.nav-link-in:hover,
.sub-menu-box ul li a:hover {
    color: #f90
}

.sub-menu-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #242b45;
    min-width: 200px;
    padding: 10px 0;
    z-index: 999;
    border-top: 4px solid #f90
}

.sub-menu-box ul li {
    border-bottom: 1px solid
}

.sub-menu-box ul li a {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    display: block
}

.sub-menu-box ul li:last-child {
    border-bottom: none
}

.faq_item:first-child .faq_details,
.free-ssl-tooltip-txt:hover .free-ssl-tooltip,
.nav-item-in:hover .sub-menu-box,
.tab-content-in.active {
    display: block
}

.hero-section {
    background-image: url(../images/hero-banner-img.png);
    width: 100%;
    padding: 180px 0 18px
}

.heading-1 {
    margin-bottom: 0;
    color: #3a4368;
    font-size: 44px;
    font-weight: 800;
    line-height: 55px
}

.hero-hosting-row ul {
    display: flex;
    gap: 15px 5px;
    padding: 20px 0 14px;
    flex-wrap: wrap
}

.hero-hosting-row ul li,
.purchase-security {
    display: flex;
    align-items: center;
    gap: 7px
}

.hero-hosting-row ul li span p {
    font-size: 13px;
    font-weight: 700;
    color: rgb(18 52 85 / 93%);
    line-height: 18px;
    margin-bottom: 0
}

.hero-hosting-row li span {
    margin-right: 10px
}

.hosting-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin: 5px 0 15px
}

.hosting-price span {
    font-size: 20px;
    font-weight: 700;
    color: #123455;
    margin-right: 3px
}

.hosting-price h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #123455
}

.hero-btn-inner {
    display: flex;
    gap: 20px;
    align-items: center
}

.icon-img-hero-hw img {
    width: 25px;
    object-fit: cover;
    height: 25px
}

.btn-outline-box a {
    display: inline-block;
    align-items: center;
    padding: 10px 13px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    background-color: #123455;
    text-align: center;
    color: #fff;
    transition: .5s ease-out
}

.roght-side-img {
    text-align: center
}

.features-img img,
.roght-side-img img {
    max-width: 100%;
    height: auto
}

.hosting-section {
    background-image: url(../images/banner-img.png);
    width: 100%;
    margin-top: 9px;
    padding: 36px 0
}

.hosting-container-text-box {
    position: relative;
    top: 9px;
    padding-top: 40px
}

.hosting-plan-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 50px
}

.hosting-plan-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    color: #4f4f4f
}

.hosting-plan-content h2 a {
    color: #3464e0
}

p.hosting-title {
    font-size: 18px;
    font-weight: 500;
    color: #4f4f4f
}

.hosting-plan-contentbox {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 21px;
    margin-bottom: 10px
}

.hosting-plan-content-heading h2 {
    font-size: 24px;
    color: #3a4368;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 6px
}

.hosting-plan-content-heading p {
    font-size: 14px;
    color: #3a4368;
    font-weight: 600;
    font-family: Ubuntu, serif;
    padding: 5px 0
}

.hosting-plan-price-row {
    display: flex;
    align-items: baseline;
    margin: 10px 0 15px
}

.old-hosting-plan-price {
    color: #3a4368;
    margin-right: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: Ubuntu, serif
}

.hosting-plan-price span {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    color: #3a4368;
    font-family: Ubuntu, serif
}

.hosting-offer-text p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #3464e0;
    margin-bottom: 10px
}

.hosting-itme-Regular,
span.hosting-itme-bold {
    line-height: 22px;
    font-family: Ubuntu, sans-serif
}

.hosting-plan-add-card-btn a {
    display: inline-block;
    color: #3464e0;
    padding: 8px 42px;
    border-radius: 10px;
    border: 1px solid #3464e0;
    margin: 12px 0 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: Ubuntu, sans-serif;
    transition: .3s ease-in
}

.hosting-plan-add-card-btn a:hover {
    background-color: #3464e0;
    color: #fff;
    border-radius: 0
}

.footer-area-box,
.hosting-list-itme ul {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.hosting-itme-text {
    display: flex;
    align-items: center;
    margin: 5px 0;
    width: 100%
}

.fa-check {
    color: #28a745;
    margin-right: 8px;
    font-size: 15px
}

.hosting-itme-Regular {
    font-weight: 400;
    font-size: 16px;
    color: #000000c4
}

.fa-plus {
    color: rgb(0 0 0 / .59);
    margin-right: 8px;
    font-size: 14px
}

span.hosting-itme-bold {
    font-weight: 500;
    font-size: 16px;
    color: #000000d6
}

.hosting-view-btn a {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6c89e6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    transition: .4s
}

.hosting-view-btn {
    display: flex;
    height: 45px;
    margin: 20px 0;
    width: 100%;
    max-width: 210px
}

.hosting-view-btn a:hover {
    border: 1px solid #6c89e6;
    color: #fff;
    background-color: #fff0
}

.available-contact-box {
    background-color: #e6f5ff;
    padding: 22px 50px;
    border-radius: 10px;
    box-shadow: #cfd7dc 0 0 0 2px;
    margin: 40px 0
}

.available-contact-heading {
    text-align: center;
    padding: 18px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.available-contact-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #123455;
    line-height: 42px;
    margin-bottom: 5px
}

.available-contact-heading h2 span a {
    color: #0080ff;
    transition: .5s ease-out
}

.available-contact-row.row {
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
    text-align: center
}

.available-contact-tet-box-hw figure img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    margin-bottom: 21px
}

.available-contact-tet-box-hw span a {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 600;
    line-height: 18px;
    cursor: pointer;
    transition: .3s ease-in
}

section.locations-section {
    position: relative;
    padding-top: 40px
}

.location-content-box {
    text-align: center;
    margin-bottom: 61px
}

h2.location-heading {
    font-size: 36px;
    font-weight: 800;
    color: #1f3856de;
    line-height: 42px;
    margin-bottom: 13px;
    letter-spacing: 1px
}

.location-title p,
p.location-title {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

p.location-title {
    line-height: 24px;
    margin: 10px 0
}

.location-content-wp-box {
    background-color: #f8f9fb;
    padding: 40px 30px 56px;
    position: relative
}

.location-content-wp-box::before {
    content: "";
    right: 0;
    bottom: -29px;
    position: absolute;
    background-image: url(../images/location-img-bg.png);
    height: 156px;
    width: 241px;
    opacity: .1
}

.location-title p {
    line-height: 32px;
    margin-bottom: 30px
}

.hosting-company-logo img,
.hosting-servers-slider-img img,
.location-map-wp figure img,
.right-text-in-google img,
.woodpress-featured-listing img {
    width: 100%;
    object-fit: cover
}

.maney-back-section {
    background-image: url(../images/money-back-bg.png);
    width: 100%
}

.maney-back-caontainer {
    display: flex;
    justify-content: center;
    align-items: center
}

.maney-back-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 44px;
    gap: 9px;
    text-align: center
}

.maney-back-content h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #e6f5ff;
    margin-bottom: 10px
}

.maney-back-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #e6f5ff;
    margin-bottom: 9px
}

.footer-logo figure img,
ul.list-style2 li {
    margin-bottom: 6px
}

.maney-back-logo-img figure img {
    width: 100%;
    object-fit: cover;
    height: auto;
    margin-top: 10px
}

.features-content-box {
    padding: 50px 50px 57px;
    position: relative
}

.center-img {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

.features-sub-title span {
    display: inline-block;
    font-size: 18px;
    color: #3464e0;
    margin-bottom: 6px;
    font-weight: 600
}

.features-sub-heading h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 46px
}

.features-title p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px
}

.features-title p span {
    color: #3464e0;
    font-weight: 700
}

.features-btn-wp {
    text-align: left
}

.features-btn-wp a {
    display: flex;
    background-color: #3464e0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color .3s, transform .3s;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 204px;
    justify-content: center
}

.features-btn-wp a:hover {
    background-color: #1f3856
}

.features-btn-wp a span {
    margin-left: 7px;
    transition: margin-left .3s;
    font-size: 22px;
    position: relative;
    top: 1px
}

.features-btn-wp a:hover span {
    margin-left: 10px
}

section.customers-reviews-section {
    background-color: #f8f9fb;
    padding: 40px 0
}

.customers-reviews-slider-box {
    margin: 0 20px
}

.customers-reviews-slider-content {
    height: 100%;
    min-height: 280px;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgb(219 206 206 / .1) 1px -1px 16px 15px
}

.customer-reviews-icon-img {
    font-size: 30px;
    color: #007bff
}

.customers-reviews-title p {
    font-size: 14px;
    color: #000;
    margin: 15px 0;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    padding: 0 30px
}

.customers-reviews-title p::after {
    position: absolute;
    top: -8px;
    left: -26px;
    width: 50px;
    background-image: url(../images/quote-icon.png);
    background-position: top left;
    height: 50px;
    content: "";
    opacity: .9;
    z-index: 3
}

.customers-reviews-title p::before {
    position: absolute;
    bottom: -8px;
    right: -25px;
    width: 50px;
    background-image: url(../images/quote-icon1.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 50px;
    content: "";
    opacity: .9;
    z-index: 3
}

.customers-reviews-slider-img-name-box {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 15px
}

.customers-reviews-slider-row {
    display: flex;
    align-items: center;
    gap: 5px
}

.customers-reviews-img {
    border: 1px solid #ddd;
    padding: 8px;
    max-width: 84px
}

.customers-reviews-img img,
.img-hosting-features,
.welcome-pattern img {
    width: 100%
}

.customers-reviews-name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2px
}

.customers-reviews-text p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000
}

.customers-reviews-slider-stars {
    color: #ffc107
}

.View-reviews-text-btn {
    padding: 44px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.View-reviews-text-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline
}

.View-reviews-text-btn a:hover {
    color: #007bff
}

.View-reviews-text-btn span {
    position: relative;
    transform: rotate(90deg);
    height: 14px;
    width: 20px;
    margin: 0 auto;
    cursor: pointer
}

.hosting-company-titel p,
.hosting-services-title p {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.customers-reviews .icon-slick-next,
.customers-reviews .icon-slick-prev {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: background-color .3s
}

.customers-reviews .icon-slick-prev {
    left: -33px
}

.customers-reviews .icon-slick-next {
    right: -33px
}

section.hosting-company-section {
    position: relative;
    padding: 40px 0
}

.hosting-company-container {
    width: 86%;
    margin: 0 auto
}

.hosting-company-row.row {
    gap: 20px 0
}

.available-contact-heading p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.hosting-services-content {
    margin-bottom: 41px
}

.hosting-company-logo {
    width: 75px;
    height: 75px;
    padding: 5px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.hosting-company-heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    margin: 6px 0 0;
    color: #000
}

.hosting-company-content-box {
    position: relative;
    z-index: -999
}

.hosting-company-content {
    position: relative;
    padding: 13px 20px;
    z-index: 9
}

.hosting-company-name h3 {
    font-size: 20px;
    color: #007bff;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 9px
}

.hosting-company-titel p {
    font-size: 14px;
    line-height: 27px;
    color: #000000a6;
    margin-top: 5px;
    font-weight: 600;
    -webkit-line-clamp: 5
}

section.hosting-services-section {
    background-color: #f4f7fe;
    padding: 13px 0
}

.hosting-services-card-box {
    padding: 28px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / .1) 0 2px 10px;
    transition: transform .2s;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    position: relative
}

.most-btn-in a {
    position: absolute;
    top: 13px;
    right: 12px;
    background-color: #d1c110;
    padding: 7px 11px;
    transition: .3s ease-out
}

.most-btn-in a:hover {
    background-color: #ff9800
}

.most-btn-in a span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 24px
}

.hosting-services-icon-img figure {
    margin: 0;
    padding: 0
}

.hosting-services-icon-img img {
    max-width: 100px;
    height: auto
}

.hosting-services-name h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600
}

.hosting-services-icon-img {
    margin-bottom: 21px
}

.hosting-services-title p {
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    line-height: 26px;
    font-weight: 500;
    -webkit-line-clamp: 2
}

.hosting-services-price h4 {
    font-size: 16px;
    color: #007bff;
    margin: 10px 0;
    font-weight: 600
}

.hosting-services-price h4 span {
    font-size: 17px;
    font-weight: 600;
    color: #f90
}

.faq_wrapper-heading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 65px
}

section.faq_area {
    padding: 70px 0
}

.faq_item {
    margin-bottom: 28px;
    width: 50%;
    padding: 0 10px
}

.faq_details,
.faq_title {
    padding: 15px;
    border-left: 2px solid #007bff
}

.faq_title {
    cursor: pointer;
    position: relative;
    box-shadow: rgb(0 0 0 / .2) 0 0 0 0;
    border-bottom: 1px solid rgb(0 0 0 / .24);
    border-right: 1px solid rgb(0 0 0 / .24);
    display: flex
}

.faq_wrapper-content {
    display: flex;
    flex-wrap: wrap
}

.faq_title h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000
}

.faq_title span.arrow {
    position: absolute;
    right: 20px;
    color: rgb(0 123 255 / .65);
    top: 19px;
    margin: auto;
    transition: .5s;
    transform: rotate(90deg);
    font-size: 26px
}

.features-text-area {
    margin-left: 83px
}

.features-text-are.afeatures-text-area-in {
    margin-right: 83px
}

.faq_title.active span.arrow {
    transform: rotate(271deg)
}

.faq_details {
    font-size: 16px;
    font-weight: 400;
    display: none;
    color: #000;
    line-height: 24px
}

.Support-section {
    position: relative;
    margin-bottom: 44px
}

.background-banner-img {
    width: 100%;
    height: 520px;
    position: relative;
    background-color: #e5e9f5
}

.welcome-pattern {
    position: absolute;
    width: 100%;
    bottom: -5px;
    left: 0;
    right: 0
}

.contact-banner-text {
    content: "";
    left: 50%;
    top: 54%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.contact-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.contact-content-box h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #1f3856
}

li.breadcrumb-item {
    display: inline-block;
    vertical-align: middle
}

li.breadcrumb-item a {
    color: #123455;
    font-size: 20px;
    font-weight: 500
}

.breadcrumb-item+.breadcrumb-item::before {
    font-size: 19px
}

.breadcrumb-item.active {
    color: #0056b3
}

.Support-card-box {
    border: 1px solid #ededed;
    display: flex;
    transition: .5s;
    text-align: center;
    height: 264px;
    margin-bottom: 22px;
    background-color: #f2f6fb
}

.Support-card-box:hover {
    background: #0948b3;
    color: #fff
}

.Support-card-body {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.Support-card-heaqding {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px
}

.Support-card-body a {
    font-size: 16px;
    font-weight: 500;
    color: #575a7b
}

.quform-element label,
.quform-element>label {
    font-weight: 700;
    color: #333;
    font-size: 14px
}

.Support-card-box:hover .Support-card-body a,
.Support-card-box:hover .Support-card-heaqding,
.Support-card-box:hover .Support-card-icon i,
.butn:hover {
    color: #fff
}

.Support-card-icon i {
    font-size: 45px;
    color: #223c59
}

.animation-bar .bar {
    height: 3px;
    width: 100px;
    background: #0948b3;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin: 15px auto
}

.animation-bar .bar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 7px;
    background: #fff;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(85px)
    }
}

.section-heading {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 32px
}

.quform-box {
    border: 1px solid #f90;
    padding: 40px 30px;
    background-color: rgb(205 216 231 / .44);
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 34%) 0 1px 3px 1px
}

.contcat-form-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: #123455
}

.footer-heading,
.footer-link a {
    line-height: 28px;
    font-family: Ubuntu, sans-serif
}

.quform-element {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.windows-hosting-Features-bxo-check {
    width: 10px
}

.quform-element>label {
    padding-bottom: 2px;
    margin-bottom: 0
}

.quform-element label span.quform-required {
    color: #cc0101;
    font-size: 19px
}

input:focus {
    background-color: transparent !important
}

.form-control {
    min-height: 48px;
    border-radius: 2px;
    border: 1px solid #595b5c4a !important
}

.form-control:focus {
    border-color: #007bff
}

.form-control::-webkit-input-placeholder {
    font-size: 13px;
    opacity: 2;
    color: #302f2f
}

.form-control::placeholder {
    color: #302f2f;
    opacity: 2;
    font-size: 13px
}

input[type=button],
input[type=button]:focus,
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
textarea {
    outline: 0
}

input:focus,
textarea:focus {
    border-color: #585858;
    outline: 0
}

.butn {
    background-color: #fff0;
    display: inline-block;
    align-items: center;
    padding: 9px 13px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    color: #123455;
    z-index: 2;
    text-align: center;
    border: 1px solid;
    transition: .5s ease-out
}

.butn:hover::before {
    width: 100%;
    left: 0
}

.butn::before {
    content: "";
    height: 100%;
    width: 0;
    background-color: #123455;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .45s ease-out
}

.plan_btn::before {
    background-color: #3464e0
}

.tab-group {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    padding: 0
}

.tab-group .tab.active {
    background-color: #007bff;
    color: #fff
}

.tab-conten-in {
    display: none;
    padding: 20px
}

.form-box-row {
    display: flex;
    align-items: center;
    gap: 19px
}

.quform-element {
    margin-bottom: 20px
}

.error-message {
    display: none;
    color: red;
    font-size: 12px
}

.bg-footer {
    background-image: url(../images/footer-map-bg.png);
    width: 100%;
    padding-bottom: 20px;
    padding-top: 30px
}

ul#menu-hosting {
    column-count: 2
}

.footer-Partners-img-logo {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    gap: 6px 0
}

.certificates-logo img {
    width: 100%;
    max-width: 59px;
    object-fit: cover
}

.footer-Partners-logo {
    width: 100px
}

.footer-Partners-logo figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 84px
}

.footer-Certificates-img-logo {
    display: flex;
    gap: 11px
}

.footer-box-heading h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.footer-heading {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 9px
}

.footer-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: .5s
}

.contact-info {
    color: #acacac;
    font-size: 14px
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block
}

.foote-content-box .bar {
    height: 4px;
    background-color: #f90;
    margin: 0;
    width: 70px
}

.footer-right-border::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgb(92 107 157 / .49);
    margin: 10px
}

.footer-company-content p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: Ubuntu, sans-serif
}

.footer-box-wp {
    background-color: #202741;
    padding: 5px;
    color: #fff
}

footer.footer-section {
    background-color: #272f4a
}

.row.footer-copy-row {
    justify-content: space-between;
    align-items: center
}

.footer-copy-right-text h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: Ubuntu, sans-serif
}

.footer-img-wp {
    display: flex;
    justify-content: end;
    gap: 8px;
    align-items: center
}

.row.footer-wp-row {
    align-items: center
}

.features-img.features-img2,
.footer-card-img,
.new-doamin-search-img {
    display: flex;
    justify-content: end
}

.social-containe-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.social-containe-wp {
    width: 30px;
    height: 30px;
    border: 1px solid #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease-in-out
}

.social-containe-wp:hover {
    background-color: #ff9800;
    border: none;
    color: #fff
}

.inner-content h4 {
    font-size: 21px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #123b81
}

.footer-img-in img {
    width: 100%;
    max-width: 90px;
    object-fit: cover
}

.social-containe-wp span {
    font-size: 13px;
    color: #78aed9
}

.social-containe-wp:hover.social-containe-wp span {
    color: #fff
}

.features-content-box {
    background-image: url("../images/webhost Features-baner.png");
    width: 100%
}

.list-style2 li::before {
    content: ""
}

.list-style2 li {
    position: relative;
    padding: 0 0 7px 28px;
    margin: 0
}

ul.list-style2 li {
    font-size: 16px;
    font-weight: 600;
    color: #37416e
}

.list-style2 li i {
    color: #0948b3;
    font-size: 10px;
    background: rgb(9 72 179 / .1);
    margin-right: 6px;
    border-radius: 30px;
    padding: 4px;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 12px
}

h4.hosting-title-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 32px;
    color: #fff
}

.hosting-plan-card-box {
    border: 1px solid #3464e0;
    border-radius: 5px;
    margin-bottom: 20px
}

.hosting-plan-card-innner {
    background-color: #52679f;
    padding: 31px 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 12px
}

.display-13 {
    font-size: 50px
}

.hosting-plan-cardheading,
h3.hosting-plan-cardheading.mb-3 {
    line-height: 32px;
    font-size: 21px;
    font-weight: 600;
    color: #fff
}

.ckeck-box-inner,
.hosting-plan-pricing-list li a i {
    font-size: 10px;
    border-radius: 30px;
    padding: 4px;
    line-height: 12px
}

.hosting-plan-pricing-list li {
    padding: 13px 25px;
    color: #282b2d
}

.hosting-plan-pricing-list li:nth-child(2n) {
    background: #f8f8f8
}

.hosting-plan-list li:nth-child(2n) {
    background-color: #e2e4e7 !important
}

.hosting-plan-pricing-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #191b33;
    position: relative;
    padding-left: 26px;
    display: flex;
    align-items: center
}

.hosting-plan-pricing-list li a i {
    color: #0948b3;
    background: rgb(9 72 179 / .1) !important;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 3px
}

.hosting-plan-card-btn {
    display: flex;
    justify-content: center;
    margin: 18px 0 11px;
    gap: 15px;
    flex-wrap: wrap
}

.ckeck-box-inner {
    color: #0948b3;
    background: rgb(9 72 179 / .1);
    margin-right: 6px
}

.hoting-bg-secondary th {
    background-color: #0948b3 !important;
    text-align: center;
    padding: 10px 15px
}

.table-height-box {
    height: 100%;
    min-height: 600px
}

.hosting-body-box tr td {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #2b2e49;
    position: relative;
    background-color: #f7f7f7 !important
}

.form-group {
    display: flex;
    gap: 19px;
    align-items: center
}

.form-group label {
    font-size: 15px;
    color: #333;
    font-weight: 500
}

.gutterspace h5 {
    font-size: 18px;
    padding: 11px 0 7px;
    color: #0c295a !important
}

.form-group-popp-row {
    display: flex;
    gap: 14px;
    align-items: center
}

.icon-img-hw img {
    width: 52px;
    height: 50px;
    margin-bottom: 5px;
    object-fit: cover;
    margin-right: 7px
}

.required-service-section {
    background-color: #eaf4fe;
    padding: 40px 0
}

.required-service-card-area {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    height: 100%;
    border: 1px solid #f90
}

.required-service-card-row {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.required-service-card-icon {
    width: 75px;
    height: 75px;
    background-color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px
}

.required-service-card-icon img {
    width: 45px;
    height: 45px
}

.required-service-card-heading h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 28px
}

.required-service-card-listingt li {
    font-size: 1rem;
    color: #000;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px
}

p.payment-failed-id {
    padding-top: 20px;
    font-weight: 500
}

.payment-failed-id b {
    margin: 0 10px;
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.required-service-card-listingt li i {
    position: absolute;
    left: -3px;
    top: 48%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #007bff;
    background-color: #f0f8ff;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

h6.text-warning-heading {
    font-size: 20px;
    font-weight: 500;
    color: #1f3856;
    margin-bottom: 10px
}

.modal-body.modal-body-padding {
    padding: 20px 33px 30px 30px
}

.alert-success-bg {
    background-color: #254ac8f0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

h3.mb-3.location-heading {
    font-size: 28px;
    font-weight: 600;
    color: #1f3856de
}

.radio-btn {
    display: block !important
}

.location-map-wp-in img {
    width: 100%;
    max-width: 459px
}

.radio-btn-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px
}

.radio {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px
}

.domain-registration-section {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #ededed;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / .1) 0 1px 3px 1px
}

.placeholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px
}

.placeholder-txt1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #6b6b6b;
    font-weight: 700
}

.placeholder-txt2 {
    font-size: 12px;
    color: #c2c2c2
}

.sd-tarea {
    border: 1px solid #d1cfcf;
    border-radius: 6px;
    width: 100%;
    height: 93px;
    padding: 15px;
    box-shadow: 0 3px 2px #b7b7b7;
    margin: 19px 0 25px;
    color: #555
}

a.link-promo {
    color: #0d5ab7;
    font-weight: 600
}

.list-heading {
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0;
    color: #123455
}

#domain-registration-content {
    overflow: hidden;
    transition: max-height .7s;
    display: none
}

#domain-registration-content.open {
    display: block;
    transition: max-height .7s
}

#show-more {
    display: block;
    cursor: pointer
}

.select-all-btn {
    display: flex;
    align-items: center;
    gap: 45px;
    padding-top: 38px
}

.select-all-btn button {
    border: none;
    background-color: #fff0;
    font-size: 15px;
    text-transform: lowercase;
    font-weight: 600
}

.price-list-bar {
    width: 80%;
    margin: 0 auto 61px;
    border: 1px solid #ededed;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / .1) 0 1px 3px 1px;
    background-color: #eee
}

.price-list-bar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e3e8f8;
    padding: 0 22px 0 0
}

li.first {
    background-color: #1f3856;
    color: #fff;
    padding: 24px 27px 25px 10px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    font-size: 13px;
    font-weight: 700
}

.price-listing-text {
    display: inline;
    margin-right: 8px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.price-listing-text::after {
    height: 71px;
    width: 1px;
    background-color: #000;
    content: "";
    position: absolute;
    top: -12px;
    left: 85px;
    transform: rotate(14deg)
}

#newgtld-promo-banner-large {
    background: url(https://v2webhost.com/wp-content/uploads/2024/11/newgtld_promo_banner_large.png) no-repeat;
    height: 171px;
    width: 940px;
    text-align: center;
    margin: 0 auto;
    padding: 28px
}

div#\ domains-promo-lead-text h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff
}

div#\ domains-promo-secondary-text span {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

a.new-gtld-rounded-button.butn.theme.mt-3 {
    color: #fff;
    background-color: #ff9800;
    border: none
}

.radio label {
    font-size: 15px;
    font-weight: 500;
    color: #000
}

select#idn_language {
    padding: 7px 15px;
    border: 1px solid #ada7a7;
    border-radius: 4px
}

div#highlight {
    display: flex;
    flex-direction: column;
    width: 360px;
    margin: 0 0 33px
}

.domain-note2,
label.select-label-box {
    flex-direction: column;
    display: flex
}

section.domain-registration-price {
    padding: 50px 0 61px;
    position: relative
}

span.order_f {
    font-size: 12px
}

table.table.table-striped.table-hover {
    border: 1px solid #eee;
    border-top: none
}

thead.table-thead-box tr th {
    background-color: #0056b3;
    color: #fff
}

tr.domain-price-content td {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.strikeout {
    font-size: 13px
}

td.doamin-title {
    color: #0056b3 !important;
    font-weight: 600 !important
}

.domain-registration-container {
    background-color: rgb(246 246 246 / 44%);
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / .1) 0 1px 3px 1px
}

h3.ui-heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #374163
}

.search-input-hw {
    width: 30%;
    position: relative
}

button.search-btn-box-hw {
    position: absolute;
    top: -1px;
    right: 0;
    height: 50px;
    width: 84px;
    border: none;
    background-color: #0056b3;
    outline: 0;
    font-size: 24px;
    color: #fff
}

.domain-note2 {
    padding: 20px;
    background-color: #0056b3;
    color: #fff;
    gap: 10px
}

.domain-note2 strong {
    font-size: 21px;
    font-weight: 600;
    color: #fff
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0056b3;
    border-color: #fff0;
    color: #fff
}

section.new-domain-section {
    padding: 50px 0
}

.new-doamin-search-img img {
    width: 100%;
    object-fit: cover;
    max-width: 438px
}

.domain-select-wrapper {
    position: relative;
    padding: 20px 0 10px
}

.new-domain-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 23px
}

.new-domain-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #264871
}

h4.domain-heading-h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.search-box-in {
    width: 70%;
    margin: 40px auto;
    background-color: #007bff;
    padding: 16px;
    border-radius: 5px
}

.new-doamin-searching span {
    font-size: 16px;
    color: #ece5e5
}

.heading-tell-hw {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: #264871
}

.search-btn-wrapper {
    position: absolute;
    right: 6px;
    top: 56%;
    transform: translateY(-50%);
    padding: 7px 21px;
    background-color: #264871 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px
}

button.search-btn-wrapper:hover {
    background-color: #ff9800 !important;
    color: #fff !important
}

.input_field {
    position: relative;
    margin-bottom: 20px
}

.input_field>span {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    height: 100%;
    border-right: 1px solid #b8bfc5;
    text-align: center;
    width: 30px
}

.input_field>span>i {
    padding-top: 16px;
    color: #f90
}

.form-control-box {
    padding: 8px 10px 9px 35px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73
}

input.button-submite {
    background-color: #123455 !important;
    width: 100%;
    color: #fff !important;
    padding: 10px;
    font-weight: 600;
    line-height: 28px;
    font-size: 17px;
    border: none;
    box-shadow: inset -3px -3px 7px #456be2b0, inset 3px 3px 5px rgb(32 60 106 / 69%)
}

.modal-content.modal-content-box-hw {
    background-color: #f3f6ff;
    border-top: 5px solid #f90
}

.text-center a {
    color: #f90;
    font-weight: 700;
    font-size: 16px
}

.modal-title-heading {
    font-size: 23px;
    font-weight: 600;
    color: #123456;
    line-height: 28px;
    text-align: center !important;
    width: 100%
}

li#dname-list a {
    font-size: 16px;
    font-weight: 500;
    color: #f90 !important
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    border-radius: 50px;
    color: #fff0;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0;
    outline: 0 !important;
    z-index: 99
}

button.back-to-top.show {
    display: block;
    background: #ff9a00;
    color: #fff;
    font-size: 25px;
    right: 25px;
    bottom: 99px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0 2px 4px 1px rgb(0 0 0 / .25)
}

button.back-to-top.show:active {
    box-shadow: 0 4px 8px 2px rgb(0 0 0 / .25)
}

.note-container-box {
    background-color: #123455;
    padding: 20px 25px;
    margin: 56px 0 30px;
    border-radius: 10px
}

.note-icon-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.note-icon-box span {
    padding: 17px;
    background-color: #f90;
    font-size: 20px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff
}

.note-icon-box h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff
}

.note-content-box ul {
    list-style: square;
    margin-left: 25px;
    color: #fff;
    font-size: 20px
}

.note-content-box ul li p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px
}

.hosting-plan-card-innner.hosting-plan-card-innner-row {
    flex-direction: row;
    padding: 8px;
    margin: 0
}

.ersonal-cloud-box-hw {
    background-color: #52679f;
    border-top: 4px solid #ff781d;
    padding: 6px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ersonal-cloud-box-hw h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.price-box-hwp {
    display: flex;
    gap: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #fff
}

span.Price-hosting {
    font-weight: 700;
    color: #ff9a00
}

.Unmetered-box li a {
    display: inline;
    margin-right: 6px;
    padding: 0;
    color: #3464e0;
    font-weight: 600
}

.free-ssl-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 100%;
    transform: translateX(-50%);
    background-color: #1f3856;
    color: #fff;
    width: 375px;
    padding: 9px;
    border-radius: 5px;
    z-index: 10;
    white-space: normal;
    text-align: center;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 26px
}

.free-ssl-tooltip:after {
    content: '';
    position: relative;
    top: 38px;
    left: -13%;
    bottom: 0;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: 8px solid #ff9800;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0
}

select.duration-price {
    padding: 11px;
    width: 100%;
    border: 1px solid #3464e4
}

.modal-dialog.modal-dialog-box-width {
    max-width: 712px !important
}

.inner-content h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 0;
    color: #495d78;
    line-height: 25px
}

.inner-content-row {
    display: flex;
    align-items: center;
    gap: 20px
}

span.inline-block img {
    width: 100%;
    max-width: 103px;
    object-fit: scale-down
}

span.flge-img img {
    width: 25px;
    height: 25px;
    margin-right: 5px
}

.nav-tabs-box-row {
    justify-content: center;
    width: 171px;
    margin: 0 auto 9px;
    border: 1px solid #f90;
    border-radius: 4px
}

.hosting-servers-slider-img {
    background-color: #e5e9f5;
    height: 73px;
    width: 235px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 3px;
    box-shadow: rgb(100 100 111 / .2) 1px 0 1px 0;
    border: 1px solid #fb9800
}

.discount-headernote-box-hw {
    width: 80%;
    margin: 10px auto 30px;
    background-color: #f90;
    padding: 19px;
    text-align: center;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    gap: 18px
}

.banner_right,
.banner_rightimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover
}

discount-headernote-box-hw p {
    color: #fff
}

.power-img-box img,
.woodpress-logo img {
    width: 100%;
    object-fit: cover;
    height: auto
}

.smarter-team {
    padding: 38px 15px
}

.get-power-row {
    display: flex;
    align-items: center;
    margin-bottom: 42px
}

.icon-images-bxo {
    margin-right: 20px
}

span.icon-images img {
    width: 63px;
    object-fit: cover
}

.power-hw-heading h4 {
    color: #0b3155;
    padding: 0 0 8px;
    font-size: 20px;
    font-weight: 500
}

.power-hw-heading p {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500
}

.plan-details-box-hw {
    cursor: pointer
}

.gsuite-communication-tools {
    display: none;
    padding: 22px 0
}

h6.hosting-plan-heading-h6 {
    padding: 17px;
    background-color: #ebeced;
    font-size: 18px;
    font-weight: 600
}

.arrow-icon-hw {
    font-size: 21px !important;
    transition: transform .3s;
    transform: rotate(90deg);
    margin-left: 8px
}

.hosting-box-hw p {
    line-height: 21px;
    color: #fff
}

.price-box-hwp-in {
    color: #fff
}

.gsuite-communication-tools li {
    padding: 10px 0;
    margin: 11px 0;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 12px
}

.gmail-icon-images img {
    width: 23px
}

li.currents-parent {
    display: flex;
    gap: 4px;
    padding: 15px 12px
}

.hosting-gapps-step-2.gapps-plans {
    width: 80%;
    margin: 0 auto 23px;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: left;
    min-height: 156px
}

.gapps-submit-wrapper.inline-block {
    width: 284px;
    padding: 0;
    height: auto;
    border-radius: 0 4px 4px 0;
    display: flex;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    background-color: #f90
}

.gapps-submit-wrapper #purchase_button {
    background: #0948b3;
    border: 1px solid #0948b3;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 125px;
    height: 40px;
    line-height: 40px;
    margin: 78px 0 0 78px
}

.hosting-gapps-step-box {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px
}

.inline-block-in h6 {
    font-size: 18px;
    font-weight: 600;
    color: #194576;
    margin-bottom: 3px
}

span.block.discounted-price {
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px 0 2px
}

.hostig-table-box-in table {
    margin-bottom: 0;
    border: 1px solid #0948b3 !important
}

span.block.discounted-price em {
    font-size: 18px;
    margin: 0 4px
}

span.block.original-price {
    font-size: 18px;
    font-weight: 600
}

span#hosting-price {
    font-size: 19px;
    font-weight: 700;
    color: #0948b3
}

.hosting-gapps-step.hidden,
br {
    display: none
}

.discount-footnote-in-box {
    width: 80%;
    margin: 0 auto
}

.gapps-select-duration {
    padding: 10px;
    border-radius: 3px;
    width: 102px
}

.gapps-transfer-token-link {
    font-size: 18px;
    font-weight: 600;
    color: #0e87f1;
    cursor: pointer
}

.use-existing-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px
}

.privacy-policy-content,
.use-existing {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.div-vert,
.gapps-modal-col-2 tr {
    align-items: center;
    display: flex
}

.lfloat container-identifier {
    display: flex
}

.div-vert {
    gap: 30px;
    margin-bottom: -1px;
    padding: 12px 0
}

.div-60 {
    border: 1px solid #c3baba;
    padding: 9px;
    color: #000;
    border-radius: 5px
}

.copy-icon {
    font-size: 25px !important;
    font-weight: 800;
    color: #000;
    cursor: pointer
}

span.label.country-text {
    font-size: 20px;
    font-weight: 500;
    color: #f90
}

.lfloat label {
    font-size: 14px;
    font-weight: 600
}

.wide-textbox {
    padding: 7px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px
}

h6.labelIdentifier {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #133456
}

.gapps-modal-col-2 h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
    color: #123556
}

.gapps-modal-col-2 tr {
    gap: 11px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #000
}

.contact-us {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #3a3737
}

.gapps-modal-col-2 tr td span {
    font-size: 22px;
    color: #d18411
}

.table-form-box {
    width: 100%;
    overflow: overlay
}

.domain-registration-container .nav-tabs .nav-link {
    border: 1px solid #0056b3 !important
}

.hero-section-payment {
    padding-top: 120px !important
}

.ersonal-cloud-box-hw h5 {
    font-size: 16px;
    color: #fff
}

.price-box-hw-9 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wpcf7-submit {
    background-color: transparent !important;
    display: inline-block;
    padding: 11px 19px;
    font-weight: 600;
    position: relative;
    font-size: 15px;
    color: #123455;
    z-index: 2;
    text-align: center;
    border: 1px solid !important;
    transition: .5s ease-out
}

.wpcf7-submit:hover {
    background-color: #123455 !important;
    color: #fff !important
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #198754;
    padding: 10px;
    color: #fff;
    border: 0 !important
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: red;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0 !important
}

section.login-section {
    padding: 40px 0;
    background-color: #f0f8ff
}

.login-form-pages {
    margin-top: 62px;
    border: 1px solid #f90
}

.top-hd h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f4778;
    line-height: 45px
}

.forgot-password-box {
    font-size: 16px;
    font-weight: 600;
    color: #0e5bcd
}

.forgot-password-box:hover {
    color: #0080ff;
    text-decoration: underline
}

.company-support-box {
    font-size: 16px;
    font-weight: 500;
    margin: 0 3px
}

.company-support-box:hover,
a.btn.plan_btn.mt-3:hover {
    color: #ff9800;
    text-decoration: underline
}

.input-check-box-row {
    display: flex;
    align-items: baseline;
    gap: 7px
}

.privacy-policy-content-box {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.border-line-box {
    border-bottom: 1px solid #19328985;
    margin: 7px 0
}

.back-btn {
    position: relative;
    left: 66px;
    top: 49px
}

.privacy-policy-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #0a3c68
}

.privacy-policy-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0a3c68
}

.privacy-policy-listing ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: disc;
    padding-left: 16px
}

.privacy-policy-listing ul li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 24px
}

ul.listing-box-inner {
    list-style: inside;
    margin: 10px 0
}

a.more-details-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 11px;
    color: #000;
    font-size: 17px;
    font-weight: 500
}

a.btn.plan_btn.mt-3 {
    text-align: center;
    justify-content: center;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.modal-linux-listing ul li {
    display: flex;
    gap: 2px;
    align-items: baseline;
    padding-bottom: 6px;
    color: #000;
    font-size: 14px
}

.modal-linux-listing li i {
    color: #0948b3;
    font-size: 10px;
    background: rgb(9 72 179 / .1) !important;
    margin-right: 6px;
    border-radius: 30px;
    padding: 4px;
    left: 0;
    top: 3px;
    line-height: 12px
}

.nav-tabs-box {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 332px
}

.required-service-card-listingt p {
    font-size: 16px;
    position: relative;
    color: #000;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    width: 100%
}

.banner_right {
    background-image: url(https://v2webhost.com/wp-content/uploads/2025/05/google-work-img.png);
    width: 100%;
    padding: 15px;
    border: 1px solid #81c6ff;
    border-radius: 4px
}

.banner_rightimg {
    background-image: url(https://v2webhost.com/wp-content/uploads/2025/01/IceWarp-email-img.png);
    width: 100%;
    margin-bottom: 10px;
    padding: 20px
}

.google-listing-box ul {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.google-heading {
    min-height: 62px;
    border-bottom: 1px dashed #6daee7;
    margin-bottom: 18px
}

.modal-content-form,
.worperss-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-bottom: 10px
}

.google-heading h1 {
    font-size: 24px;
    text-align: center;
    color: #0b3566;
    font-weight: 700
}

.google-heading h1 span {
    color: #0b3566
}

.lift-side-box ul {
    margin: 15px 0
}

.lift-side-box li {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 500;
    display: flex
}

.lift-side-box li span {
    background: #fff;
    padding: 1px 6px;
    border-radius: 50%;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.lift-side-box {
    min-height: 430px;
    text-align: center
}

.gog_logo,
.ice_logo {
    width: 100%;
    max-width: 256px
}

.redi_logo {
    width: 100%;
    max-width: 149px
}

.right-text-in-google h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: -3px;
    color: #142160;
    word-spacing: 2px;
    text-align: center
}

.lift-side-box p {
    text-align: center;
    margin: 18px 0;
    border: 1px dashed #7db1ff;
    background: #acd1f0;
    border-radius: 4px;
    font-weight: 600
}

.lift-side-box span {
    font-size: 16px;
    font-weight: 500;
    color: #142160
}

.google-work-prich {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px
}

.btn-outline-box {
    display: inline-block;
    width: 100%;
    text-align: center
}

.google-hosting-price {
    display: flex;
    align-items: center;
    gap: 30px
}

.google-hosting-price h2 {
    font-size: 22px;
    font-weight: 700;
    color: #394dae
}

.google-hosting-price h2 span {
    font-size: 15px
}

.google-hosting-price h6 {
    font-size: 16px;
    font-weight: 600;
    color: #142160
}

.hosting-price-account {
    font-size: 16px;
    font-weight: 500;
    color: #f60
}

.worperss-banner {
    background-image: url(https://v2webhost.com/wp-content/uploads/2025/05/woodpress-banner-img.png);
    padding: 20px
}

.woodpress-featured-listing ul {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.woodpress-heading h2 {
    border: none;
    margin-bottom: 0
}

.woodpress-featured-listing ul li {
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 600;
    color: #fff
}

.woodpress-featured-listing ul li span {
    color: #07364c;
    font-size: 14px;
    background: #fff;
    padding: 1px 6px;
    border-radius: 50%;
    margin-right: 7px
}

.hosting-plan-card-body h4 {
    font-size: 20px;
    padding: 10px 15px 10px 20px;
    font-weight: 600;
    color: #0e1c68
}

.Commerce-hw span {
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.WooCommerce-lift-side-content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 14px;
    color: #123455
}

ul.hosting-plan-pricing-list i {
    color: #0948b3;
    font-size: 10px;
    background: rgb(9 72 179 / .1) !important;
    margin-right: 18px;
    border-radius: 30px;
    padding: 4px;
    left: 0;
    top: 3px;
    line-height: 11px
}

.quform-elements-padding {
    padding: 20px 0
}

.modal-content-form h5 {
    color: #fff;
    font-size: 16px
}

.modal-content-form .alert-success-bg {
    background-color: #ff9800;
    color: #fffefe;
    font-size: 18px;
    font-weight: 600
}

.quform-submit-inner-in button {
    background-color: #0f4a85;
    color: #fff
}

.modal-header {
    border-bottom: none !important
}

.modal-content-form {
    background-image: url(https://v2webhost.com/wp-content/uploads/2025/01/popp-from2.png);
    padding: 20px 5px
}

.modal-linux-listing ul {
    column-count: 2;
    padding: 16px 0 39px
}

.modal-dialog.modal-dialog-centered-box {
    max-width: 605px
}

.inner-content.modal-content-box {
    padding: 40px 0
}

.free-domain-box {
    background-color: #123455;
    margin: 0 10px;
    padding: 5px 8px;
    border-radius: 23px;
    font-size: 11px;
    color: #f7f6f6;
    font-weight: 700
}

.right_sidebar15 {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9
}


/*popop css*/

 .popup {
      pointer-events: none;
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.75);
      backdrop-filter: blur(8px);
      animation: fadeIn 0.4s ease-out;
    }
    
    .popup-content {
      pointer-events: auto;
      background: var(--white);
      margin: 15vh auto;
      padding: 2.5rem;
      width: 100%;
      max-width: 460px;
      border-radius: 16px;
      text-align: center;
      position: relative;
      box-shadow: var(--shadow-lg);
      animation: slideUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform-origin: center;
    }

  #wheelCanvas {
      display: block;
      border-radius: 50%;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
      width: 100%;  height: 100%;
    }

