/* variables */

:root {
    --ttl_clr: #373737;
    --sub_ttl_clr: #707070;
    --heading_fz: 40px;
    --sub_heading_fz: 18px;
    --ttl_fz: 18px;
    --sub_ttl_fz: 15px;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
    --pl_22: 22px;
    --pl_6: 6px;
}

@media(max-width:1180px) {
    :root {
        --heading_fz: 35px;
        --sub_heading_fz: 16px;
        --sub_ttl_fz: 14px;
    }
}

@media(max-width:950px) {
    :root {
        --heading_fz: 28px;
        --sub_heading_fz: 14px;
        --ttl_fz: 16px;
        --sub_ttl_fz: 14px;
        --pl_22: 18px;
    }
}

@media(max-width:600px) {
    :root {
        --heading_fz: 28px;
        --sub_heading_fz: 15px;
    }
}

@media(max-width:450px) {
    :root {
        --heading_fz: 22px
    }
}

/*Main*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}

body {
    font-size: 15px;
    font-weight: 400;
    color: var(--sub_ttl_clr);
}

a {
    display: inline-block
}

.clr-373737 {
    color: var(--ttl_clr)
}

.clr-909090 {
    color: var(--sub_ttl_clr);
}

a {
    text-decoration: none;
    color: var(--ttl_clr)
}

.aclr {
    color: #0445A3
}

.aclr:hover {
    text-decoration: underline
}

li {
    list-style: none
}

.tlp0p8-txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--sub_ttl_clr);
    margin-bottom: 10px;
}

.wv-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

.wv-container2 {
    max-width: 1450px;
    margin: auto;
    padding: 0 20px
}

.ch-container {
    max-width: 1100px;
    margin: 0 auto
}

.wv-row {
    display: flex;
    flex-wrap: wrap
}

.wv-center {
    justify-content: center
}

.wv-col-7 {
    width: 58.33%;
    padding: 0 10px
}

.wv-col-5 {
    width: 41.66%;
    padding: 0 10px
}

.wv-col-6 {
    width: 50%;
    padding: 0 10px
}

.wv-col-3 {
    width: 25%;
    padding: 0 10px
}

.wv-col-4 {
    width: 33.33%;
    padding: 0 20px;
    display: flex
}

.wv-col-8 {
    width: 66.66%;
    padding: 0 10px
}

.wv-col-9 {
    width: 75%;
    padding: 0 10px
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.pt-22 {
    padding-top: 22px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-22 {
    padding-bottom: 22px
}

.pt-16 {
    padding-top: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pt-12 {
    padding-top: 12px
}

.pb-12 {
    padding-bottom: 12px
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pt-8 {
    padding-top: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pt-6 {
    padding-top: 6px
}

.pb-6 {
    padding-bottom: 6px
}

.wv-h2 {
    font-size: var(--heading_fz);
    font-weight: 700;
    margin: auto;
    line-height: 1.3;
    color: var(--ttl_clr)
}

.wv-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_heading_fz);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    padding-top: 15px;
    margin: auto
}

.jump-to-plans {
    cursor: pointer
}

.bodywrap {
    overflow: hidden;
    position: relative
}

.mw-row-align {
    align-items: center
}

.sections-space {
    padding: 45px 0
}

.title-center {
    text-align: center;
    margin: 0 auto
}

.txt-lc {
    text-align: left
}

.fff {
    color: #fff !important
}

.mw-btn-wrapr {
    margin: 40px 0 10px;
    padding: 0 15px
}

.mw-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 19px 30px;
    color: #fff;
    transition: all .3s ease-in-out
}

.mw-btn:hover {
    transform: translate(0, -4px)
}

.mx-950 {
    max-width: 950px
}

.wide-p30 {
    padding: 30px !important
}

.tlp0p8-title {
    color: #044db5;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px
}

.wv-h4 {
    font-weight: 700;
    font-size: var(--ttl_fz);
    line-height: 1.4;
    color: var(--ttl_clr);
    margin: 0
}

.wv-h4-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_ttl_fz);
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

.wv-h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: var(--ttl_clr);
    margin: 0
}

@media(max-width:1320px) {
    .pt-90 {
        padding-top: 60px
    }
    .pb-90 {
        padding-bottom: 60px
    }
    .pt-60 {
        padding-top: 50px
    }
    .pb-60 {
        padding-bottom: 50px
    }
}

@media(max-width:1180px) {
    .wv-h2 {
        line-height: 1.4
    }
}

@media(max-width:1024px) {
    .pt-90 {
        padding-top: 40px
    }
    .pb-90 {
        padding-bottom: 40px
    }
    .pt-90 {
        padding-top: 40px
    }
    .pb-90 {
        padding-bottom: 40px
    }
    .pt-60 {
        padding-top: 30px
    }
    .pb-60 {
        padding-bottom: 30px
    }
    .pt-12 {
        padding-top: 8px
    }
    .pb-12 {
        padding-bottom: 8px
    }
    .pt-10 {
        padding-top: 6px
    }
    .pb-10 {
        padding-bottom: 6px
    }
    .pb-30 {
        padding-bottom: 20px
    }
    .pt-30 {
        padding-top: 20px
    }
    .wv-col-4 {
        width: 50%;
        margin-bottom: 10px
    }
}

@media(max-width:768px) {
    .mw-btn-wrapr {
        margin: 20px 0 10px
    }
    .wv-p {
        padding-top: 5px
    }
    .sections-space {
        padding: 25px 0
    }
    .wv-col-3,
    .wv-col-6,
    .wv-col-8,
    .wv-col-9 {
        width: 100%;
        padding: 0 5px
    }
    .wv-col-7 {
        width: 100%
    }
    .wv-col-5 {
        width: 100%
    }
    .pt-8 {
        padding-top: 4px
    }
    .pb-8 {
        padding-bottom: 4px
    }
    .wv-h3 {
        font-size: 18px
    }
    .pb-30 {
        padding-bottom: 20px
    }
    .pt-30 {
        padding-top: 20px
    }
}

@media(max-width:950px) {
    .wv-h2 {
        max-width: 610px;
        margin: auto
    }
    .tlp0p8-txt p {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 7px;
    }
}

@media(max-width:550px) {
    .wv-container {
        max-width: 430px !important
    }
    .wv-container2 {
        max-width: 450px
    }
    .wv-col-4 {
        width: 100%
    }
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0
}

.m0 {
    margin: 0
}

.wv-h2-strong {
    font-weight: inherit
}

.inline-block {
    display: inline-block;
}

.mw-h4 {
    font-weight: 500;
    font-size: var(--ttl_fz);
    color: var(--ttl_clr);
    margin: 0
}

.pl-6 {
    padding-left: var(--pl_6)
}

.pl-22 {
    padding-left: var(--pl_22)
}

.p-0 {
    padding: 0 !important
}

/* lets talk button */

.popupbtn img {
    position: fixed;
    bottom: 5px;
    z-index: 1000;
    right: 5px;
}

.popupbtn_img {
    width: 140px;
}

.popupbtn_mobimg {
    display: none;
    width: 69px;
    height: 69px;
}

@media screen and (max-width:800px) {
    .popupbtn_img {
        display: none;
    }
    .popupbtn_mobimg {
        display: block;
    }
}

.show_contact_popup {
    cursor: pointer;
}

/* Inc Header banner style  */

.re-ban-position {
    position: relative;
    display: inline-block;
    margin-right: 24px
}

.re-banner {
    background: radial-gradient(36.82% 130.32% at 103.8% -16.69%, #02a1fb 0, #031c5b 100%);
    display: flex;
    align-items: center
}

.re-banner .re-row {
    align-items: center
}

.re-container {
    margin: 0 auto;
    max-width: 1450px;
    padding: 0 20px;
    flex: 1
}

.re-banner .re-container {
    max-width: 1240px
}

.re-row {
    display: flex;
    flex-wrap: wrap
}

.re-col-6 {
    width: 50%;
    padding: 0 8px
}

.re-col-8 {
    width: 60%
}

.re-col_4 {
    width: 40%
}

.re-ban-content-1 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 25px;
    letter-spacing: 2px
}

.re-ban-content-h1 {
    font-weight: 800;
    font-size: 45px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: .01em;
    max-width: 621px
}

.re-ban-content-h1 span {
    position: relative
}

.re-ban-content-h1 span:after {
    position: absolute;
    content: '';
    background: #ffff;
    height: 2px;
    max-width: 278px;
    bottom: 2px;
    left: 9px;
    width: 100%
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.re-ban-btns {
    margin-top: 60px
}

.re-ban-btn-1 {
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    color: #0f2494;
    background-color: #1dffff;
    padding: 19px 60px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.re-ban-btn-1:hover {
    transform: translate(0, -4px)
}

.re-ban-btn-2 {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    position: relative;
    padding: 17px 50px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.re-ban-btn-2:hover {
    transform: translate(0, -4px)
}

.re-ban-guarantee {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding: 18px 0 0 0;
    line-height: 1.5;
    max-width: 577px
}

.re-ban-text-posiiton {
    padding-top: 15px;
    text-align: center
}

.re-banner-image {
    padding-top: 35px
}

.p-0 {
    padding: 0
}

.re-ban-guarantee-pl {
    font-size: 15px;
    font-weight: 300
}

@media(max-width:1250px) {
    .re-ban-btn-1 {
        padding: 18px 53px
    }
    .re-ban-btn-2 {
        padding: 16px 30px
    }
    .re-h2 {
        font-size: 34px
    }
}

@media(max-width:1200px) {
    .re-banner {
        padding: 40px 0
    }
}

@media(max-width:1050px) {
    .re-ban-btn-1 {
        padding: 15px 50px
    }
    .re-ban-btn-1:before {
        width: 16px;
        height: 12px;
        right: 32px
    }
    .re-ban-btn-2 {
        padding: 13px 30px
    }
    .re-ban-btn-2:before {
        width: 16px;
        height: 16px;
        left: 20px
    }
    .re-ban-guarantee {
        font-size: 13px;
        padding-left: 8px !important
    }
}

@media(max-width:950px) {
    .re-banner-image {
        padding-top: 36px
    }
    .re-ban-content-h1 {
        font-size: 40px
    }
    .re-ban-position {
        margin-right: 12px
    }
    .re-ban-btns {
        margin-top: 45px
    }
}

@media(max-width:850px) {
    .re-ban-content-h1 {
        font-size: 35px
    }
    .re-ban-btn-1 {
        padding: 15px 50px
    }
    .re-ban-btn-1:before {
        width: 14px;
        height: 12px;
        right: 24px
    }
    .re-ban-btn-2 {
        padding: 13px 26px
    }
    .re-ban-btn-2:before {
        width: 13px;
        height: 13px;
        left: 12px;
        top: 40%
    }
    .re-ban-guarantee {
        font-size: 13px;
        top: calc(100% + 10px)
    }
    .re-ban-content-h1 span:after {
        left: 4px
    }
}

@media(max-width:768px) {
    .re-col-5,
    .re-col-6,
    .re-col-7 {
        width: 100%
    }
    .re-col-4 {
        width: 50%
    }
    .re-col-4-none {
        display: none !important
    }
    .re-container {
        max-width: 720px
    }
    .re-sm-container {
        max-width: 700px
    }
    .re-banner-image {
        padding-top: 48px;
        text-align: center;
        margin: 20px auto 0;
        max-width: 360px
    }
    .re-ban-btns {
        margin-top: 25px
    }
}

@media(max-width:600px) {
    .re-col-4 {
        width: 100%
    }
    .chat-btn-disnon {
        margin-top: 20px;
    }
    .re-ban-btn-1:before {
        right: 48px
    }
    .re-ban-guarantee {
        font-size: 13px !important
    }
    .re-container {
        text-align: center
    }
    .re-col_4 {
        display: none
    }
}

@media(max-width:450px) {
    .re-ban-btn-2 {
        padding: 12px 10px 12px 28px;
        font-size: 12px
    }
    .re-ban-guarantee {
        font-size: 11px !important
    }
}

@media(min-width:1200px) {
    .re-banner {
        height: 550px
    }
}

@media(min-width:1600px) {
    .re-ban-content-h1 {
        max-width: 720px
    }
    .re-banner .re-container {
        max-width: 1450px
    }
    .re-ban-content-h1 {
        font-size: 54px
    }
    .or-re-resou-box-1 {
        padding: 16px 35px
    }
}

@media(min-width:1700px) {
    .re-banner {
        height: 606px
    }
}

.re-2ban-btns {
    margin-top: 35px;
}

.re-banner-list {
    padding: 30px 0 0px 0;
}

.re-ban-list_1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #fff;
    padding-left: 25px
}

.re-ban-list_1 li {
    position: relative;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4
}

.re-ban-list_1 li:before {
    position: absolute;
    content: '\27A4';
    left: -25px;
    top: 0;
    display: block;
}

@media(max-width:600px) {
    .re-ban-list_1 {
        display: inline-block;
    }
}

/* header monyback popup style */

[data-t8p0p-popup=YES] {
    cursor: pointer;
    border-bottom: 1px dotted;
    transition: all .3s ease-in-out
}

[data-t8p0p-popup=YES]:hover {
    color: #ea5a7c
}

.tlp0p8-window,
.tlp0p8-window * {
    font-family: 'DM Sans', sans-serif
}

.tlp0p8-window {
    display: none
}

.tlp0p8-mnrntnr {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .45);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 15px
}

.tlp0p8-mnwrapr {
    background: #fff;
    max-width: 630px;
    padding: 30px;
    border-radius: 6px;
    position: relative
}

.tlp0p8-close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.tlp0p8-close .tlp0p8-closebb {
    position: absolute;
    left: 50%;
    display: block;
    width: 2px;
    height: 15px;
    background: #000;
    transition: all .3s ease-in-out
}

.tlp0p8-close .tlp0p8-closebb:first-child {
    transform: rotate(45deg)
}

.tlp0p8-close .tlp0p8-closebb:last-child {
    transform: rotate(-45deg)
}

.tlp0p8-close:hover b {
    background: #ea5d5d
}

.tlp0p8-title {
    color: #044db5;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px
}

.tlp0p8-title:before {
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5
}

.tlp0p8-txt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ttl_clr);
    margin-bottom: 10px
}

.tlp0p8-txt p:last-child {
    margin-bottom: 0
}

@media(max-width:1024px) {
    .tlp0p8-mnwrapr {
        max-height: 92vh;
        overflow-y: scroll
    }
}

@media(max-width:950px) {
    .tlp0p8-mnwrapr {
        padding: 20px
    }
    .tlp0p8-close {
        top: 10px;
        right: 10px
    }
    .tlp0p8-title {
        font-size: 20px;
        margin-bottom: 15px
    }
    .tlp0p8-title:before {
        top: calc(100% + 2px)
    }
    .tlp0p8-txt p {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 7px
    }
}

/* Inc Our Resources style */

.or-re-resou-box-1 {
    background: #fff;
    border: .5px solid #d2e0ec;
    border-radius: 29px;
    padding: 16px;
    transition: all .3s ease-in-out
}

.or-re-resou-box-1:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .14)
}

.or-re-reso-box-content {
    padding: 21px 20px 0 0
}

.or-re-reso-box-content-2 {
    padding: 12px 5px 0 18px
}

.or-img-fluid {
    max-width: 100%;
    height: auto
}

.or-re-resou-h4-2 {
    font-size: var(--ttl_fz);
    line-height: 1.5;
    color: var(--ttl_clr)
}

.or-re-resou-box-1:hover .or-re-reso-btn {
    background: #125da4;
    color: #fff;
    transform: translate(0, -4px)
}

.or-re-rso-icon {
    position: relative
}

.or-re-rso-icon:before {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 15px;
    background: url(/img-assets/wordpress-hosting/you-tube.svg) center center no-repeat;
    background-size: contain;
    width: 28px;
    height: 19.6px;
    opacity: 0
}

.or-re-resou-box-1:hover .or-re-rso-icon:before {
    opacity: 1
}

.or-re-reso-btn {
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    color: #166bba;
    border: 1px solid #57a6f1;
    border-radius: 5px;
    padding: 9px 25px;
    display: inline-block;
    transition: all .3s ease-in-out
}

.or-re-reso-btn-2 {
    font-size: 16px;
    border-radius: 10px;
    padding: 18px 42px;
    font-weight: 700
}

.or-re-resource-box .wv-col-4 {
    display: flex
}

.or-re-resource-box {
    max-width: 1128px;
    margin: 0 auto
}

.or-re-center {
    justify-content: center
}

@media(max-width:1000px) {
    .or-re-resource-box {
        max-width: 735px;
        margin: 0 auto
    }
    .or-re-resource-box .wv-row {
        justify-content: center
    }
}

@media(max-width:950px) {
    .or-re-resource-box .wv-col-4 {
        padding: 0 15px
    }
}

@media(max-width:800px) {
    .or-re-resource-box .wv-col-4 {
        padding: 0 7px
    }
}

@media(max-width:768px) {
    .or-re-resource-box .wv-col-4 {
        width: 50%;
        margin-bottom: 10px
    }
    .or-re-resou-box-1 {
        margin: 10px;
        flex: 1
    }
}

@media(max-width:700px) {
    .or-re-reso-box-content {
        padding: 21px 4px 0 0
    }
}

@media(max-width:550px) {
    .or-re-resource-box .wv-col-4 {
        width: 100%;
        margin-bottom: 10px
    }
}

/*inc trust-pilot And fob section*/

.cu-customers {
    padding: 45px 0
}

.cu-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px
}

.cu-title {
    color: #373737;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 120px
}

.cu-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
}

.cu-rating {
    color: #454545;
    font-size: 14px;
    font-weight: 400
}

.cu-rating span {
    font-weight: 700
}

.cu-google-h3 {
    color: #454545;
    padding: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600
}

.cu-trust-logo span {
    color: #17b58f;
    line-height: 1;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: 2px
}

.cu-trust-logo {
    padding-bottom: 9px
}

@media(max-width:1040px) {
    .cu-title1 {
        display: none
    }
}

@media(max-width:830px) {
    .cu-col-2 {
        width: 50%;
        padding: 0 0 30px 55px
    }
    .cu-container {
        width: 80%
    }
}

@media(max-width:550px) {
    .cu-col-2 {
        width: 224px;
        padding: 0 0 20px 0
    }
}

.cu-img {
    width: 175px;
    height: 69px;
}

/* Inc Mw Expert style */

.re-h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: #fff;
    margin: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.re-row {
    display: flex;
    flex-wrap: wrap
}

.re-experts {
    padding: 55px 0 15px 0;
    position: relative
}

.re-experts:before {
    content: '';
    position: absolute;
    background: #4258cf;
    height: 15px;
    right: 0;
    left: 5%;
    bottom: 0
}

.re-experts-content {
    padding-top: 94px
}

.re-experts-content-h4 {
    color: var(--ttl_clr);
    padding-left: 15px
}

.re-experts-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 10px 0 48px 15px
}

.re-experts-contact {
    background-color: #ddf9ff;
    padding: 15px 40px;
    position: relative
}

.re-experts-contact:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -12px;
    border: 1px solid #8fc4d5;
    max-width: 664px;
    width: 100%;
    height: 62px
}

.re-experts-contact a,
.re-experts-contact span {
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    display: inline-block
}

.re-experts-call {
    color: #0b7a24;
    padding-left: 30px;
    position: relative
}

.re-experts-chat {
    color: #045a7e;
    padding-left: 30px;
    position: relative
}

.re-experts-contact a {
    padding-right: 45px
}

.re-col-5 {
    width: 41.66%;
    padding: 0 10px
}

.re-col-7 {
    width: 58.33%;
    padding: 0 10px
}

.re-experts-image img {
    vertical-align: bottom
}

.re-sm-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px
}

@media(max-width:1400px) {
    .re-experts:before {
        left: 0
    }
}

@media(max-width:1280px) {
    .re-h2 {
        font-size: 34px
    }
}

@media(max-width:1120px) {
    .re-experts-contact a,
    .re-experts-contact span {
        font-size: 20px
    }
}

@media(max-width:1050px) {
    .re-experts-content p {
        padding: 10px 0 40px 15px
    }
    .re-h2 {
        font-size: 30px;
        line-height: 1.3
    }
    .re-experts-contact a {
        padding-right: 35px
    }
    .re-experts-contact:before {
        height: 55px
    }
    .re-experts-call {
        padding-left: 28px
    }
    .re-experts-chat {
        padding-left: 28px
    }
}

@media(max-width:925px) {
    .re-experts-contact a,
    .re-experts-contact span {
        font-size: 17px
    }
    .re-experts-contact a {
        padding-right: 12px;
    }
    .re-experts-contact {
        padding: 15px 28px;
    }
}

@media(max-width:800px) {
    .re-h2 {
        font-size: 28px;
        line-height: 1.3
    }
}

@media(max-width:767px) {
    .re-experts-image {
        display: none
    }
    .re-col-5,
    .re-col-6,
    .re-col-7 {
        width: 100%
    }
    .re-h2 {
        font-size: 22px;
        line-height: 1.3
    }
    .re-experts {
        padding: 25px 0 30px 0;
        text-align: center
    }
    .re-experts-content {
        padding-top: 0px
    }
    .re-experts-content p {
        padding: 4px 0 29px 0
    }
    .re-experts-content p {
        font-size: 13px
    }
    .re-experts-content-h4 {
        padding-left: 0
    }
}

@media(max-width:460px) {
    .re-experts-contact a,
    .re-experts-contact span {
        text-align: left;
        width: 100%;
        padding-left: 28px;
    }
    .re-experts-contact a {
        margin-bottom: 8px;
    }
    .re-experts-contact:before {
        height: 100%;
        top: 0;
        left: 0
    }
    .re-experts-contact {
        padding: 15px 91px;
    }
}

@media(max-width:430px) {
    .re-experts-contact {
        padding: 15px 40px;
    }
}

/* plans section style */

#tooltip {
    text-align: center;
    color: #f7fbff;
    background: #2f3c4b;
    position: absolute;
    z-index: 100;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f3c4b;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #2f3c4b;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.ultrn-container {
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    flex-flow: row wrap
}

.ultrn-container-3col {
    width: 1200px
}

.ultrn-container-3col .ultrn-mncol {
    width: calc(90% / 3);
    margin-right: 5%;
    padding: 0;
    border-color: #d9f1ff;
    border-radius: 15px;
}

.ultrn-container-3col .ultrn-mncol:last-child {
    margin-right: 0
}

.ultrn-mnttl {
    font-size: 26px
}

.ultrn-pric-crnc {
    align-self: flex-start
}

.ultrn-pric-num {
    font-size: 200%;
    margin: 0 5px
}

.ultrn-pric-num span {
    font-size: 50%;
    font-weight: 400
}

.ultrn-pric-mo {
    align-self: flex-end;
    font-weight: 600
}

.ultrn-pric-foo1 {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.ultrn-mncol {
    background: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    border: 1px solid #d9f1ff;
}

.ultrn-container .ultrn-mncol:last-child {
    margin-right: 0
}

.ultrn-mncol:hover .ultrn-drpdwn-prc-cntnr {
    display: block
}

.ultrn-mncol:hover {
    box-shadow: unset;
    transform: unset
}

.ultrn-mncol:hover .ultrn-vlu-Wrap {
    transform: scale(1.02);
    box-shadow: 0 0 15px #b7d3f3;
}

.ultrn-col1 {
    background-image: linear-gradient(#dbf4ff, #FFF);
}

.ultrn-col2 {
    background-image: linear-gradient(#d1e4ff, #FFF);
}

.ultrn-col3 {
    background-image: linear-gradient(#d4faff, #FFF);
}

.ultrn-col4 {
    background-image: linear-gradient(#cee8ff, #FFF);
}

.ultrn-mnttl {
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #395571
}

.ultrn-vlu-Wrap {
    padding: 8px 15px 0;
    border-radius: 20px;
    background: #fff;
    transition: all .3s ease-in-out;
    flex: 1;
    padding-bottom: 64px
}

.gatfk-mncntnr {
    margin: 10px 0;
    position: relative;
    z-index: 10
}

.s1-dur {
    margin-right: 4px;
    color: #5c5f67;
    font-size: 13px;
    color: #102747
}

.pln-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.pln-cost-text {
    text-align: center;
    color: #f86d20;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0
}

.s1-dur_1 {
    color: #ff7a30;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 13px
}

.s1-dur_11 {
    color: #f44860;
    border-radius: 3px;
    background: #ffecec;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600
}

.gatfk-s1-wrapr {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #fff, #D9D9D9, #fff) 53% 0%;
    padding: 5px 0 10px
}

.s1-prc-strik {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #61646e;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-right: 15px
}

.gatfk-s1-wrapr-border {
    border: none
}

.s1-prc-strik:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    width: calc(100% + 8px);
    height: 1px;
    background: #61646e
}

i {
    font-size: 100%
}

.s1-prc-strik div {
    font-size: 100%;
    margin: 0 2px
}

.s1-prc-strik-free-trial {
    margin-left: -10px;
    padding: 5px 0
}

.s1-prc-strik-free-trial:before {
    display: none
}

.s1-prc-strik-free-trial i {
    display: none
}

.s1-prc-strik-free-trial span {
    display: none
}

.s1-prc-strik1 {
    margin-top: 10px
}

.s1-prc-fnl {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #222;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    font-size: 14px
}

.s1-prc-fnl i {
    align-self: flex-start
}

.s1-prc-fnl1 {
    font-size: 18px
}

.s1-prc-fnl div {
    font-size: 24px;
    margin: 0 3px;
    line-height: .8;
    font-weight: 600
}

.s1-prc-fnl1 div {
    font-size: 35px
}

.s1-prc-fnl-div div {
    font-size: 48px
}

.s1-prc-fnl span {
    align-self: flex-end
}

.s1-prc-fnl-free-trial i {
    display: none
}

.s1-prc-fnl-free-trial span {
    display: none
}

._mo {
    color: #5c5f67
}

.ultwn-btn-wrapr {
    text-align: center;
    margin: 10px 0 20px;
    padding: 0 15px
}

.btn-blu1-clr {
    color: #fff;
    transition: all .3s ease-in-out;
    background: #2569ce;
    border-radius: 10px
}

.btn-blu1-clr:hover {
    background: #347dcf
}

.ultwn-btn {
    display: block;
    font-size: 18px;
    padding: 13px 15px
}

.ultwn-btn i {
    padding-right: 10px
}

.ultrn-featrs-cntnr {
    padding: 0 5%
}

.ultrn-featrs-cntnr li {
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px
}

.ultrn-featrs-cntnr li .ftrico {
    color: #418de4;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.ultrn-featrs-cntnr li .ftrtxt {
    color: var(--sub_ttl_clr)
}

.ultrn-featrs-cntnr li .fa-star,
.ultrn-featrs-cntnr li .fa-star-half-alt {
    color: #f07a23
}

.ultrn-tltp-mark .ftrtxt {
    color: #ff4546 !important;
    border-bottom: 1px dotted #ff4546
}

.ultrn-featrs-cntnr li .ftrtxt-striked {
    text-decoration: line-through;
    color: #8c8f94
}

.ultrn-featrs-before li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url('/img-assets/home-page/check-mark.svg') no-repeat;
    background-size: auto
}

.ultrn-featrs-before ._close-e77070::before {
    background: url('/img-assets/img-jan23/cross.png') no-repeat;
    background-size: auto
}

.ultrn-featrs-pric {
    line-height: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.ultrn-featrs-pric span {
    font-size: 150%;
    margin: 0 3px
}

.hlt_prtn {
    background: #13b763;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
}

.hlt_prtn_new {
    color: #e31837;
    font-size: 12px;
    border: 1px solid;
    padding: 0 3px
}

.nm_ttl {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto
}

.ultrn-viewfulftr {
    margin-top: 60px;
    text-align: center;
}

.ultrn-viewfulftr span {
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    background: #e7f7ff;
    padding: 17px 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #464646
}

.ultrn-viewfulftr span i {
    margin: 0 0 0 8px;
    font-size: 90%;
    color: #464646
}

.ultrn-viewfulftr span:hover,
.ultrn-viewfulftr span:hover i {
    color: #ff4546
}

.bst_slr_pos {
    position: relative
}

.bst_slr_pos:before {
    background: url('/img-assets/img-jan23/best-selling.png') no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    top: -27px;
    right: -17px;
    height: 52px;
    z-index: 100;
    width: 106px
}

.ultrn-tag-bestseller {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    text-align: center
}

.ultrn-tag-bestseller span {
    display: inline-block;
    color: #fff;
    background: #6a7bff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 25px;
    border-radius: 30px
}

.ultrn-patch-top {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none
}

.ultrn-patch-top span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #ff4546;
    padding: 6px 20px;
    border-radius: 3px
}

.ultrn-tag-bstslr {
    position: absolute;
    z-index: 1
}

.ultrn-tag-bstslr1 {
    top: 5px;
    left: -6px;
    width: 105px
}

.ultrn-tag-bstslr1 span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 32%;
    background: url('../img-assets/tags/best-seller-001.svg') no-repeat;
    background-size: 100%
}

.ultrn-strkpric-wrapr {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    color: #61646e
}

.ultrn-strkpric {
    position: relative;
    line-height: 1
}

.ultrn-strkpric::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 1px;
    background: #5c5f67
}

.ultrn-strkpric span {
    font-size: 120%;
    margin: 0 2px
}

.ultrn-btnprim {
    margin-top: 30px;
    text-align: center
}

.ultrn-btnprim a {
    padding: 10px 50px;
    border-radius: 3px
}

.ultrn-red-list .ftrtxt {
    color: #ff4546 !important
}

.lock-clr-green {
    color: #13b763
}

i.lock-clr-green {
    font-size: 100%
}

.ftrtxt-badge-btn {
    font-size: 80%;
    color: #fff;
    background: #13b763;
    padding: 1px 6px;
    border-radius: 2px;
    margin-left: 5px
}

.ultrn-drpdwn-prc-cntnr {
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 2px;
    width: calc(100% - 4px);
    background: #fff;
    padding: 20px 20px 15px;
    border: 1px solid #62a1e9;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all .5s ease-in-out
}

.ultrn-drpdwn-prc-cntnr::before {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #62a1e9;
    transform: rotate(45deg)
}

.ultrn-drpdwn-prc-cntnr::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 20px;
    background: #fff;
    border: 1px solid #fff
}

.ultrn-drprc-rw {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px 0
}

.ultrn-drpdwn-prc-cntnr .ultrn-drprc-rw:last-child {
    margin-bottom: 0
}

.ultrn-drprc-dur {
    font-size: 14px;
    color: #5c5f67;
    margin-right: 10px
}

.ultrn-drprc-strik {
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    padding: 0 3px;
    color: #61646e
}

.ultrn-drprc-strik i {
    font-size: 80%;
    margin-right: 2px
}

.ultrn-drprc-strik::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5c5f67
}

.ultrn-drprc-pric {
    color: #408de4
}

.ultrn-drprc-pric span {
    font-size: 20px;
    margin-right: 2px;
    font-weight: 600
}

.ultrn-drprc-pric span i {
    font-size: 70%
}

.ultrn-prc-poplink {
    display: none
}

.ultrn-prc-pophid {
    display: none
}

.ultrn-tag-bsln81 {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.ultrn-tag-bsln81 span {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #616161;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.ultrn-tag-bsln81-green span {
    background: #13b763
}

.ultrn-tag-bsln81-blue span {
    background: #408de4
}

.ultrn-tag-bsln81-orange span {
    background: #ff9f42
}

.ultrn-tag-bsln81 span i.fa-star {
    margin: 0;
    margin-top: -3px
}

.ultrn-tag-bsln81 span i.fa-star:first-child {
    margin-right: 10px
}

.ultrn-tag-bsln81 span i.fa-star:last-child {
    margin-left: 10px
}

.gatfk-lnk-cntnr {
    border: 1px solid #d8d8d8;
    position: relative;
    border-radius: 3px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.gatfk-lnk-arrow {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #b3b3b3;
    transition: all .5s ease-in-out
}

.gatfk-lnk-cntnr-active .gatfk-lnk-arrow {
    transform: rotate(180deg);
    color: #ee9690
}

.gatfk-lnk-cntnr-active .s1-prc-fnl {
    color: #222;
    border-color: #eeaca7
}

.gatfk-lnk-cntnr {
    border-color: #c1cef1;
    cursor: default;
    border-radius: 9px
}

.gatfk-lnk-arrow i {
    color: #044db5;
    font-size: 16px
}

.crncy_fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 500
}

.p3z5r-list {
    margin: 20px 0
}

.p3z5r-list li {
    color: var(--sub_ttl_clr);
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left
}

.p3z5r-list li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url('/img-assets/vps/vps-03-23/blue-check.png') no-repeat;
    background-size: 100%
}

.p3z5r-list li:last-child {
    margin-bottom: 0
}

._p1zpln-r3n {
    margin: 20px auto 15px;
    margin-bottom: 20px !important
}

.css-strike {
    text-decoration: line-through;
    font-size: 14px;
    color: #757575
}

.satfl-mncntnr {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 3px 0
}

.s1_price {
    color: #5c5f67;
    font-size: 14px;
    color: #757575
}

.satfl-row {
    padding: 8px 0;
    border: none;
    line-height: 1.1
}

.satfl-row:hover {
    background: #e2eeff
}

._gt3k-r3n .satfl-row {
    border: none;
    padding: 25px 10px;
    transition: all .3s ease-in-out
}

._gt3k-r3n .satfl-mnwrapr {
    padding: 0
}

.satfl-mncntnr {
    border-color: #dcdcdc !important;
    padding: 3px 0
}

._gt3k-r3n .p1-prc-strik div {
    font-size: 12px
}

.line1 {
    height: 1px;
    width: 4px;
    text-align: center;
    background-color: #ddd
}

hr.solid {
    width: 50%;
    border-bottom: 1px solid #ddd;
    opacity: .2;
    margin: 5px 0 -10px 0
}

.p1-save {
    color: #ff2626;
    font-size: 14px;
    font-weight: 600
}

.p1-dur {
    font-size: 12px;
    color: #102747;
    margin-right: 0
}

.p1-prc-strik {
    color: #757575;
    font-size: 12px;
    margin-left: 10px
}

.p1-prc-fnl {
    color: #1c2430;
    font-size: 18px;
    margin: 3px 0 5px 0
}

.p1-prc-fnl i {
    font-size: 15px
}

.p1-prc-fnl div {
    font-size: 18px;
    font-weight: 600
}

.p1-prc-fnl span {
    font-size: 16px
}

._gpricprvw-r3n span {
    font-weight: 600
}

._s3lb1l-r3n mark {
    font-weight: 700
}

._s3lb1l-r3 {
    color: #102747;
    margin-bottom: 20px;
    text-align: center
}

.css-mob {
    display: none
}

@media(max-width:1410px) {
    .s1-prc-fnl-div div {
        font-size: 38px;
    }
}

@media(max-width:1250px) {
    .s1-prc-fnl-div div {
        font-size: 42px !important
    }
    .ultrn-container-3col {
        width: 100%
    }
}

@media screen and (max-width:1200px) {
    .ultrn-container-3col .ultrn-mncol {
        width: calc((100% - 40px)/ 3);
        margin-right: 20px
    }
    .ultrn-container-4col .ultrn-mncol {
        border-radius: 15px;
    }
    .ultrn-pric-num {
        font-size: 300%
    }
    .ultrn-patch-top span {
        font-weight: 500;
        padding: 3px 10px
    }
}

@media screen and (max-width:1100px) {
    .s1-prc-fnl {
        font-size: 16px
    }
    .ultwn-btn-wrapr {
        margin: 20px 0 35px
    }
    .ultwn-btn {
        font-size: 15px;
        padding: 12px 20px
    }
}

@media screen and (max-width:1024px) {
    .ultrn-featrs-cntnr {
        padding: 0 5px
    }
    .ultrn-featrs-cntnr li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 20px
    }
    .ultrn-viewfulftr {
        margin-top: 20px
    }
    .ultrn-viewfulftr span {
        font-size: 15px
    }
    .ultrn-btnprim {
        margin-top: 20px;
        text-align: center
    }
    .ultrn-btnprim a {
        padding: 5px 30px
    }
    .ultrn-drpdwn-prc-cntnr {
        padding: 10px
    }
    .ultrn-drprc-rw {
        padding: 7px 0
    }
    .ultrn-drprc-pric span {
        font-size: 17px;
        margin-right: 2px;
        font-weight: 600
    }
}

@media(max-width:990px) {
    .xyz13-btn {
        color: #fff !important;
        background: #044db5
    }
    .ultrn-tag-bestseller {
        top: -12px
    }
    .ultrn-patch-top span {
        font-size: 12px
    }
}

@media screen and (max-width:950px) {
    .ultrn-mnttl {
        font-size: 25px
    }
    .ultrn-viewfulftr span {
        font-size: 13px
    }
    .gatfk-lnk-cntnr {
        padding: 10px 15px
    }
}

@media screen and (max-width:850px) {
    .ultrn-tag-bsln81 {
        top: -15px;
        left: 0
    }
    .ultrn-tag-bsln81 span {
        font-size: 13px;
        padding: 6px 20px
    }
    .ultrn-tag-bsln81 span i.fa-star {
        margin-top: 0
    }
    .ultrn-tag-bsln81 span i.fa-star:first-child {
        margin-right: 5px
    }
    .ultrn-tag-bsln81 span i.fa-star:last-child {
        margin-left: 5px
    }
}

@media screen and (max-width:800px) {
    .ultrn-container-3col {
        justify-content: center
    }
    .ultrn-container-3col .ultrn-mncol {
        width: calc((100% - 40px)/ 2);
        margin: 0;
        margin-bottom: 30px
    }
    .ultrn-container-3col .ultrn-mncol:first-child {
        margin-right: 20px
    }
    .ultrn-mncol:hover {
        z-index: 5
    }
    .ultrn-btnprim a {
        display: block;
        padding: 8px;
        font-size: 15px
    }
}

@media screen and (max-width:700px) {
    .ultrn-drprc-dur {
        width: 100%
    }
}

@media(max-width:500px) {
    #tooltip {
        text-align: left;
        width: 200px;
    }
}

@media(max-width:750px) {
    #tooltip_feb21 {
        width: 200px;
        font-size: 13px;
        padding: 15px 10px;
    }
}

@media screen and (max-width:550px) {
    .ultrn-container {
        padding: 0 10px;
        margin: 0 auto
    }
    .ultrn-container-3col .ultrn-mncol {
        width: 100%;
        margin: 40px 0 0
    }
    .ultrn-container-3col .ultrn-mncol:first-child {
        margin: 15px 0 0
    }
    .ultrn-mncol:hover .ultrn-drpdwn-prc-cntnr {
        display: none
    }
    .ultrn-drpdwn-prc-cntnr {
        top: 70px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 80px)
    }
    .ultrn-drpdwn-prc-cntnr::after,
    .ultrn-drpdwn-prc-cntnr::before {
        display: none
    }
    .bst_slr_pos {
        margin: 32px 0 !important
    }
    .ultrn-prc-pophid,
    .ultrn-prc-poplink {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
        text-decoration: underline
    }
    .ultrn-prc-pophid {
        color: #f77f7f;
        margin-bottom: 25px
    }
    .ultrn-prc-poplink {
        color: #408de4;
        margin-bottom: 10px
    }
    .ultrn-slick-nav {
        position: absolute;
        top: calc((50% - 20px));
        font-size: 35px;
        cursor: pointer;
        z-index: 100;
        color: #6ac645
    }
    .ultrn-slick-prev {
        left: 0
    }
    .ultrn-slick-next {
        right: 0
    }
    .ultrn-slick-nav.slick-disabled {
        color: #878787
    }
}

@media (min-width:1450px) {
    .ultrn-container-3col {
        width: 90%;
        max-width: 1370px
    }
}

.ultrn-container-4col {
    max-width: 1250px;
    padding: 0 10px;
    justify-content: center
}

.ultrn-container-4col .ultrn-mncol {
    width: calc(94% / 4);
    margin-right: 2%;
    border-radius: 15px;
}

.ultrn-container-4col .ultrn-mncol:last-child {
    margin-right: 0
}

.ultrn-container-4col .ultrn-pric-num {
    font-size: 200%
}

.ultrn-container-4col .ultrn-drprc-dur {
    display: block;
    width: 100%
}

@media screen and (max-width:1280px) {
    .ultrn-container-4col {
        width: 100%
    }
}

@media screen and (max-width:1200px) {
    .ultrn-container-4col .ultrn-mncol {
        width: calc((100% - 30px)/ 4);
        margin-right: 10px;
    }
}

@media screen and (max-width:880px) {
    .ultrn-container-4col .ultrn-mncol {
        width: calc((100% - 30px)/ 2);
        margin-top: 30px;
    }
}

@media screen and (max-width:550px) {
    .ultrn-container-4col .ultrn-mncol {
        width: 100%;
        margin: 15px 0 20px
    }
    .ultrn-container-4col .ultrn-mncol:nth-child(2n) {
        width: 100%;
        margin: 15px 0 20px
    }
}

.kl_price_sriked {
    font-size: 14px;
    margin-right: 8px;
    color: #707070
}

.p0z3r-mncntnr {
    margin-top: 30px;
    padding: 10px 15px
}

.p0z3r-mnwrapr-3col {
    display: flex;
    flex-flow: row wrap
}

.p0z3r-column {
    align-self: flex-start;
    position: relative;
    border-radius: 28px;
    background: #dbf4ff;
    padding: 0;
    transition: all .3s ease-in-out
}

.p0z3r-mnwrapr-3col {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.p0z3r-mnwrapr-3col .p0z3r-column {
    width: calc((100% - (40px * 3))/ 3);
    margin-right: 40px
}

.p0z3r-mnwrapr-3col .p0z3r-column:last-child {
    margin-right: 0
}

.p0z3r-mnwrapr-6col {
    display: flex;
    flex-flow: row wrap
}

.s1-save-wrapr {
    width: 100%;
    color: #ff7a30;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-align: center
}

.p0z3r-mnwrapr {
    max-width: 1250px;
    margin: 30px auto 0
}

.p0z3r-mnwrapr-5col {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.p0z3r-mnwrapr-5col .p0z3r-column {
    width: calc((100% - (20px * 5))/ 5);
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-radius: 28px;
    background: #dbf4ff;
    margin: 20px auto;
}

.p0z3r-mnwrapr-6col .p0z3r-column {
    width: calc((100% - (40px * 3))/ 3);
    margin-right: 40px;
    margin-bottom: 40px
}

.p0z3r-mnwrapr-6col .p0z3r-column:nth-child(3n) {
    margin-right: 0
}

.p0z3r-mnwrapr-4col {
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.p0z3r-mnwrapr-4col .p0z3r-column {
    width: calc((100% - (20px * 4))/ 4);
    margin-right: 20px;
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-radius: 28px;
    background: #dbf4ff
}

.btn1-blu1-clr {
    background: #2569ce;
    color: #fff;
    transition: all .3s ease-in-out;
    transform: scale(1.005);
    font-weight: 500;
    border-radius: 10px
}

.p1z3r-plan-wrap {
    padding: 20px 15px 5px 15px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: all .3s ease-in-out
}

.p1z3r-plan-wrap:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px #b7d3f3
}

.p1z3r-plan-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #434549;
    margin-bottom: 30px
}

.p3z5r-toglwrapr {
    text-align: center;
}

.yel_bg {
    background: #f1f161;
    display: inline;
    padding: 0 8px
}

@media(max-width:1350px) {
    .p0z3r-mnwrapr {
        padding: 0 25px
    }
}

@media(max-width:1250px) {
    .p0z3r-mncntnr {
        margin-top: 40px;
        padding: 50px 15px
    }
}

@media screen and (max-width:1200px) {
    .p0z3r-column {
        padding: 0
    }
    .p0z3r-mnwrapr {
        margin: 30px auto 0
    }
    .p0z3r-column {
        width: calc((100% - (25px * 2))/ 3);
        margin-right: 25px;
    }
}

@media(max-width:990px) {
    .p0z3r-mnwrapr-4col .p0z3r-column {
        width: 280px
    }
    .p0z3r-mnwrapr {
        margin: 0 auto 25px
    }
    .p0z3r-mnwrapr {
        padding: 0 0
    }
}

@media screen and (max-width:900px) {
    .p0z3r-slick-nav {
        position: absolute;
        top: calc((50% - 20px));
        font-size: 35px;
        cursor: pointer;
        z-index: 100;
        color: #6ac645
    }
    .p0z3r-slick-prev {
        left: 0
    }
    .p0z3r-slick-next {
        right: 0
    }
    .p0z3r-slick-nav.slick-disabled {
        color: #878787
    }
    .p0z3r-mnwrapr {
        margin: 20px auto 0;
        padding: 20px 0
    }
    .p0z3r-column {
        margin: 35px 15px 0 !important
    }
}

@media(max-width:786px) {
    .p0z3r-mnwrapr-6col .p0z3r-column {
        width: calc((100% - (40px * 3))/2)
    }
}

@media(max-width:600px) {
    .p0z3r-mnwrapr {
        padding: 20px 0
    }
}

@media(max-width:550px) {
    .p0z3r-mnwrapr-6col .p0z3r-column {
        width: calc((100% - (10px * 3))/1)
    }
}

@media (max-width:450px) {
    .p0z3r-mnwrapr-4col .p0z3r-column {
        width: 100%
    }
}

@media (min-width:1650px) {
    .ultrn-container-4col,
    .p0z3r-mnwrapr-4col {
        max-width: 1450px
    }
}

@media (min-width:1100px) {
    .p3z5r-list li:before {
        left: 9px
    }
    .p3z5r-list li {
        padding-left: 38px
    }
}

@media(max-width:990px) {
    ._p1zpln-r3n {
        font-size: 20px !important
    }
    .xyz13-btn {
        color: #fff !important;
        background: #044db5
    }
}

.ultrn-container-4col .ultrn-mncol {
    flex-flow: column;
    display: flex;
}

.ultrn-viewfulftr {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    left: 50%;
    transform: translate(-50%)
}

/* FAQ 2col Style */

.faqprim-mnbx {
    width: 100%
}

._f3b-h2-pr1m {
    color: var(--ttl_clr)
}

.q1smrc-list {
    max-width: 1000px;
    margin: 50px auto 0
}

.q1smrc-list-li {
    position: relative;
    padding: 30px 25px;
    transition: all .3s ease-in-out;
    border: 1px solid #f7f7f7;
    border-radius: 26px;
    margin: 20px 0
}

.q1smrc-list-li:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 15px;
    width: 20px;
    height: 22px;
    background: url('/img-assets/img-jan23/faq-tick.png') no-repeat
}

.q1smrc-list-li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5
}

.q1smrc-list-li._q1s-active:before {
    color: #2c4eaf;
    transition: all .3s ease-in-out
}

._q1s-li-q {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    color: var(--ttl_clr);
    cursor: pointer;
    z-index: 5
}

.q1smrc-list-li._q1s-active ._q1s-li-q {
    cursor: default
}

._q1s-li-a {
    margin: 5px 0 5px;
    padding-left: 30px;
    position: relative;
    display: none
}

._q1s-li-a p {
    font-size: var(--sub_ttl_fz);
    line-height: 1.5rem;
    color: var(--sub_ttl_clr)
}

._q1s-li-a p:not(:last-child) {
    margin-bottom: 10px
}

.faq-list {
    padding-left: 20px
}

.faq-list li {
    list-style-type: disc;
    color: var(--sub_ttl_clr)
}

@media(min-width:1250px) {
    .q1smrc-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 30px
    }
    ._hedtl-abh1r {
        font-weight: 800
    }
    .mw-col-6 {
        width: 40%
    }
}

@media(max-width:1250px) {
    .qs1mrch-mncntnr {
        padding: 35px 20px
    }
    .q1smrc-list {
        margin: 35px auto 0
    }
}

@media(max-width:1200px) {
    .q1smrc-list-li:before {
        top: 32px;
        background-size: contain;
        left: 22px
    }
    ._q1s-li-q {
        padding-left: 30px;
        font-size: 17px;
        font-weight: 600
    }
    ._q1s-li-a {
        margin: 15px 0 10px;
        padding-left: 25px
    }
    ._q1s-li-a:before {
        width: 1px
    }
    ._q1s-li-a p {
        font-size: var(--sub_ttl_fz)
    }
}

.faqprim-shohid-btn {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #888
}

.faqprim-shohid-wrapr {
    text-align: right;
    margin-top: 30px
}

.q1smrc-list-li:hover {
    background: #fbfbfb;
    box-shadow: 0 4px 4px rgba(30, 52, 62, .06)
}

@media(min-width:1500px) {
    .q1smrc-list {
        max-width: 1240px
    }
}

/* variables */

:root {
    --ttl_clr: #123455;
    --sub_ttl_clr: #394E63;
    --azure_clr: #007FFF;
    --gray_clr: #3F3F46;
    --sky_azure_clr: #99CCFF;
    --link_clr: #4169E1;
    --offer_bg: #20F0CB;
    --sky_light: #E5F5FF;
    --sky_light2: #F7F7FF;
    --azure_light: #E6F5FF;
    --pale-azure: #CCE6FF;
    --pale_azure2: #F3FCFF;
    --green_light: #D1FBE0;
    --blue_light: #C4F1FB;
    --lavender_light: #F0F0FF;
    --border-light: #D4D4D8;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 15px;
    --pl_16: 16px;
    --pr_10: 10px;
    --pl_10: 10px;
}

@media(max-width:950px) {
    :root {
        --pr_10: 6px;
        --pl_10: 6px;
        --pl_16: 10px;
    }
}

.mw-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.mw-justify-center {
    justify-content: center
}

.mw-align-center {
    align-items: center
}

.pr-16 {
    padding-right: 16px
}

/* Breakpoints for Container Width */

.mw-container {
    margin: 0 auto;
    padding: 0 10px
}

@media(min-width:576px) {
    .mw-container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .mw-container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .mw-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .mw-container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .mw-container {
        max-width: 1240px
    }
}

.mw-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-1 * var(--bs-gutter-x) * .5);
    margin-left: calc(-1 * var(--bs-gutter-x) * .5)
}

.mw-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5)
}

/* Small Screens (≥576px) */

@media(min-width:500px) {
    .mw-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .mw-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .mw-col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .mw-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .mw-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .mw-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .mw-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .mw-col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .mw-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .mw-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .mw-col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Medium Screens (≥768px) */

@media(min-width:768px) {
    .mw-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .mw-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .mw-col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .mw-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .mw-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .mw-col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .mw-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .mw-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .mw-col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .mw-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .mw-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .mw-col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Large Screens (≥992px) */

@media(min-width:992px) {
    .mw-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .mw-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .mw-col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .mw-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .mw-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .mw-col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .mw-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .mw-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .mw-col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .mw-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .mw-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .mw-col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

/* Extra Large Screens (≥1200px) */

@media(min-width:1200px) {
    .mw-col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .mw-col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .mw-col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .mw-col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .mw-col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .mw-col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .mw-col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .mw-col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .mw-col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .mw-col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .mw-col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .mw-col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.mw-btn-h {
    position: relative;
    background: var(--azure_clr);
}

.mw-btn-h:before {
    content: attr(data-hover);
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, 100%);
    transition: all .3s ease-in-out
}

.mw-btn-h:hover:before {
    opacity: 1;
    transform: translate(0, -50%)
}

.mw-btn-h span {
    transition: all .3s ease-in-out;
    position: relative;
    display: inline-block
}

.mw-btn-h:hover span {
    opacity: 0;
    transform: translate(0, -100%)
}

.mw-btn-h2 {
    transition: all .3s ease-in-out
}

.mw-btn-h2:hover {
    transform: scale(1.03)
}

.mw-h2 {
    font-size: var(--heading_fz);
    font-weight: 500;
    margin: 0;
    color: var(--ttl_clr)
}

@media(max-width:950px) {
    .mw-h2 {
        max-width: 610px
    }
}

.pr-10 {
    padding-right: var(--pr_10)
}

.pl-16 {
    padding-left: var(--pl_16)
}

.pl-10 {
    padding-left: var(--pl_10)
}

/* Inc navigation Header style  */

@media (max-width:1132px) {
    .mw-menu-right-sml,
    .mw-menu-right-spn {
        display: none !important
    }
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(2px)
    }
    to {
        transform: translateY(-2px)
    }
}

.mw-menu,
.na-menu-fix {
    position: sticky;
    top: 0;
    z-index: 500
}

.na-menu-fix {
    background: #fff;
    transition: box-shadow .3s ease
}

.na-menu-fix.na-menu-scrolled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.mw-menu {
    padding: 0 20px
}

.mw-menu-container {
    margin: 0 auto;
    padding: 0 12px
}

.mw-menu-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.mw-submenu-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 74%
}

.mw-menu-col-7 {
    width: 40%;
    padding-top: 4px
}

.mw-menu-mncol-1 {
    width: 100%
}

.mw-menu-left,
.mw-menu-logo {
    display: flex;
    align-items: center
}

.mw-menu-left {
    flex-wrap: wrap
}

.mw-menu-logo {
    width: auto
}

.mw-menu-logo-1 {
    width: 155px;
    height: 50px
}

.mw-menu-left-2 {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 18px;
    margin-left: auto
}

.mw-navigation-show-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap
}

.mw-menu-tabs {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    color: var(--gray_clr);
    padding: 38px 26px;
    position: relative;
    transition: all .3s ease
}

.mw-nav-no-tab {
    padding-right: 10px
}

.mw-menu-tabs a {
    color: var(--gray_clr)
}

.mw-menu-tabs::after,
.mw-sub-content-lnk:before {
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 5px;
    bottom: 26px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: all .3s ease
}

.mw-menu-tabs:hover::after {
    background: var(--lavender_light);
    height: 40px;
    z-index: -1;
    padding: 0 2px
}

.mw-menu-tab-dwn {
    font-size: 10px;
    position: absolute;
    top: 41px;
    transition: all .4s ease-in-out;
    margin-left: 8px
}

.mw-submenu {
    display: none;
    right: 0;
    box-shadow: 1px -1px 18px 3px rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 400;
    border-radius: 11px;
    background: #fff;
    width: 100%;
    transform: translate(-44%, 0);
    top: 94%;
    animation: slideDown .2s ease-in-out;
    min-width: max-content;
    left: 45%;
    padding: 15px 20px 25px;
    border: 0
}

.mw-menu-active .mw-submenu {
    display: block !important
}

.mw-submenu-col-1 {
    width: 50%
}

.mw-submenu-flex {
    display: flex;
    flex-wrap: wrap
}

.mw-menu-ttl-h3 {
    font-weight: var(--fw-bold);
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
    color: var(--ttl_clr)
}

.mw-sub-content-ul {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none
}

.mw-sub-content-li {
    padding: 12px 25px;
    cursor: pointer
}

.mw-sub-content-lnk {
    font-size: 16px;
    line-height: 1.2;
    color: var(--ttl_clr);
    text-decoration: none;
    position: relative;
    font-weight: 700;
    margin-bottom: 12px
}

.mw-sub-content-lnk:before {
    height: 1px;
    background-color: #000;
    bottom: -2px;
    transition: transform .3s ease-in-out
}

.mw-menu-tabs:hover::after,
.mw-sub-content-lnk:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

.mw-sub-content-lnk:hover {
    color: #252525
}

.drop-link-sup-tt {
    display: inline-block;
    color: var(--ttl_clr);
    background: var(--offer_bg);
    vertical-align: middle;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: 500;
    margin-left: 2px;
    text-transform: uppercase
}

.mw-submenu-col-2 {
    width: 50%
}

.mw-submenu-col-3 {
    position: relative;
    border: 1px solid var(--sky_azure_clr);
    border-radius: 20px;
    padding: 36px 26px 34px 40px
}

.mw-submenu-col-3:before {
    position: absolute;
    content: "";
    right: 28px;
    top: 26px;
    background: url(/assets/images/home/trusted-web-host.svg) center center no-repeat;
    background-size: contain !important;
    width: 70px;
    height: 70px
}

.mw_hd_vps:before {
    background: url(/assets/images/home/vps-performance.svg) center center no-repeat
}

.mw_hd_free_cloud::before {
    background: url(/img-assets/nav-menu-images/cloud-free-trial-icon.png) center center no-repeat;
    right: -20px
}

.mw_hd_logomaker::before {
    background: url(/assets/images/home/logo-maker.svg) center center no-repeat;
    background-size: auto
}

.bubble {
    position: absolute;
    top: 7px;
    right: 0;
    display: block
}

.bubble-mob {
    display: none;
    position: absolute;
    top: 20px;
    left: 200px
}

@media (max-width:992px) {
    .bubble {
        display: none
    }
    .bubble-mob {
        display: block
    }
}

.mw-menu-col3-ttl-h4,
.mw-menu-col3-ttl-p {
    font-size: 16px;
    margin: 0;
    color: var(--sub_ttl_clr)
}

.mw-menu-col3-ttl-p {
    max-width: 955px;
    line-height: 1.6;
    padding-top: 12px;
    padding-bottom: 36px
}

.mw-menu-col3-ttl-h4 {
    font-weight: var(--fw-bold);
    line-height: 1.1
}

.mw_hdr_star_icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
    background: url(/img-assets/nav-menu-images/star.svg) no-repeat center center;
    width: 27px;
    height: 27px;
    margin-right: 5px;
    margin-bottom: 2px
}

.mw-blue-button,
.mw-menu-col3-ttl-h3 {
    font-weight: var(--fw-bold);
    position: relative
}

.mw-menu-col3-ttl-h3 {
    font-size: 30px;
    line-height: 1.4;
    padding-top: 26px;
    color: #252525
}

.mw-blue-button {
    display: inline-block;
    text-decoration: none;
    color: var(--azure_clr);
    font-size: 16px;
    line-height: 170%;
    padding-right: 64px
}

.mw-blue-btn-spn {
    display: inline-block;
    padding-left: 5px;
    background: url(/assets/images/home/right-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 28px
}

.mw-menu-right-ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: end;
    flex-flow: wrap row
}

.mw-menu-login {
    border-radius: 10px;
    padding: 9px 26px;
    display: block;
    font-size: 16px;
    color: var(--gray_clr);
    border: 1px solid #cfdfea
}

.mw-menu-login:hover {
    background: var(--azure_light);
    border-color: transparent
}

@media (max-width:1400px) {
    .mw-menu-right-icon {
        padding: 0 6px
    }
}

.mw-menu-right-a {
    font-weight: var(--fw-bold);
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 1.1;
    color: var(--azure_clr);
    padding-bottom: 13px
}

.mw-menu-icon {
    vertical-align: bottom;
    width: 22px;
    height: 22px
}

.mw_menu_phn-li {
    display: flex;
    align-items: center
}

.mw-featured-col-5 {
    margin-right: auto;
    flex: 1;
    padding-left: 14px
}

.new-tag {
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 5px 12px;
    background: var(--azure_clr);
    border-radius: 5px;
    color: #fff;
    animation: MoveUpDown 1s ease-in-out infinite alternate-reverse both
}

@media (max-width:991px) {
    .mw-menu-login {
        display: none
    }
    .new-tag {
        top: -2px;
        left: 30px;
        right: unset
    }
}

.mw-menu-right-sml {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 26px;
    font-weight: var(--fw-normal);
    font-size: 12px;
    line-height: 1.1;
    color: #63798f;
    padding-top: 4px
}

.uk-head-arrow {
    display: inline-block;
    transition: all .3s ease-in-out;
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-size: 22px;
    color: #464646;
    color: var(--ttl_clr);
    font-style: normal;
    font-weight: 300
}

.mw-offer:hover .uk-head-arrow {
    transform: translateX(5px)
}

.mw-menu-right-call {
    color: var(--gray_clr);
    position: relative
}

@media (max-width:1144px) {
    .mw-menu-right-li.pl-22 {
        padding-left: 10px
    }
}

@media (max-width:997px) {
    .mw-menu-right-li.pl-22 {
        padding-left: 5px
    }
}

.mw-menu-dropdown {
    position: relative !important
}

.mw-submenu1 .mw-h3 {
    font-weight: 500;
    font-size: 20px;
    padding: 20px 20px 0
}

.mw-sub-content-li:hover {
    background: #7de7ff36;
    border-radius: 8px
}

.mw-sub-content-li p {
    color: #394e63;
    font-size: 14px;
    width: max-content
}

.mw-menu-tabs:before {
    content: "";
    position: absolute;
    bottom: -11px;
    border: 1px solid transparent;
    opacity: 0;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    background: #fff;
    height: 28px;
    width: 28px;
    box-shadow: -4px -3px 10px 0 rgb(0 0 0/5%);
    border-radius: 10px 0 0 0;
    z-index: 402
}

.mw-menu-active .mw-menu-tabs:before {
    animation: slideDown .2s ease-in-out;
    opacity: 1
}

.mw-submenu-p {
    font-size: 14px;
    color: #3b3b55
}

.new-tag2 {
    position: absolute;
    top: 10px;
    right: 33%;
    padding: 5px 12px;
    background: var(--azure_clr);
    border-radius: 5px;
    color: #fff;
    animation: MoveUpDown 1s ease-in-out infinite alternate-reverse both
}

@media (max-width:991px) {
    .new-tag2 {
        top: 15px;
        right: unset
    }
}

@media (min-width:1132px) and (max-width:1195px) {
    .mw-menu {
        padding: 0 4px
    }
}

@media (min-width:1132px) {
    .mw-menu-col-7 {
        width: 50%;
        padding-top: 10px
    }
}

@media (min-width:2050px) {
    .mw-menu {
        max-width: 2000px;
        margin: auto
    }
}

@media (min-width:1650px) {
    .mw-submenu-flex {
        width: 94%
    }
}

@media (max-width:1400px) {
    .mw-menu-tabs {
        padding: 38px 22px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 28px
    }
    .mw-menu-col3-ttl-p {
        font-size: 16px;
        line-height: 1.6
    }
    .mw-submenu-row {
        max-width: 90%
    }
    .mw-submenu-col-3:before {
        width: 60px;
        height: 60px
    }
}

@media (max-width:1354px) {
    .mw-menu-container {
        padding: 0 3px
    }
    .mw-menu-col3-ttl-h4 {
        max-width: 340px
    }
    .mw-menu-right-a {
        font-size: 18px
    }
}

@media (max-width:1320px) {
    .mw-menu-logo-1 {
        width: 145px;
        height: 42px
    }
    .mw-submenu-row {
        max-width: 90%
    }
}

@media (max-width:1132px) {
    .mw-menu-tabs {
        padding: 30px 20px;
        font-size: 14px
    }
    .mw-menu-tab-dwn {
        top: 33px
    }
    .mw-menu-left-2 {
        padding-left: 4px
    }
    .mw-submenu-col-3 {
        padding-right: 110px
    }
    .mw-menu-logo-a {
        display: block
    }
    .mw-menu-col3-ttl-h4 {
        font-size: 22px;
        max-width: 276px
    }
    .mw-menu-right-ul {
        align-items: center
    }
    .mw-menu-call-icon img:first-child {
        display: inherit
    }
    .mw-menu-right-a {
        padding-bottom: 0
    }
    .mw-menu-right-sml {
        display: none !important
    }
}

@media (min-width:1132px) and (max-width:1190px) {
    .mw-menu {
        padding: 0 4px
    }
    .mw-menu-logo-1 {
        width: 135px;
        height: 39px
    }
}

@media (max-width:1152px) {
    .mw-menu-tabs {
        padding: 30px 20px
    }
    .mw-menu-tab-dwn {
        top: 34px
    }
}

@media (max-width:1024px) {
    .mw-menu-tabs {
        padding: 32px 18px
    }
    .mw-menu-tab-dwn {
        top: 35px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 26px
    }
    .mw-menu-col3-ttl-h4 {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .drop-link-sup-tt {
        position: absolute;
        right: 22px;
        padding: 4px 12px
    }
    .mw-sub-content-ul {
        padding: 0
    }
    .mw-menu-tabs:before {
        display: none
    }
    .mw-menu-left-2 {
        justify-content: end;
        padding-left: 0
    }
    .mw-menu-col-7 {
        padding-top: 15px
    }
    .mw-menu {
        overflow: hidden;
        padding: 15px 20px
    }
    .mw-active {
        overflow: unset
    }
    .mw-navigation-show {
        width: 100%;
        position: absolute;
        left: 100%;
        right: 0;
        z-index: 99;
        transition: all .3s ease-in-out;
        top: 75px;
        overflow: auto;
        max-height: calc(100vh - 74px);
        display: block;
        box-shadow: 0 20px 18px rgba(0, 0, 0, .05)
    }
    .mw-navigation-show.mw-active {
        left: 0
    }
    .mw-navigation-show-ul {
        display: block;
        background: #fff;
        padding-top: 25px;
        padding-bottom: calc(36vh - 22px);
        overflow: hidden;
        padding-inline: 18px
    }
    .mw-menu-tabs {
        font-size: 16px;
        display: block
    }
    .mw-sub-content-li {
        padding-bottom: 12px
    }
    .mw-featured-col-5 {
        width: 555px
    }
    .mw-menu-col3-ttl-p {
        font-size: 14px;
        max-width: 295px;
        padding-top: 12px;
        padding-bottom: 28px
    }
    .mw-submenu-col-3:before {
        right: 8px;
        max-width: 68px
    }
    .mw-menu-col3-ttl-h4 {
        font-size: 20px;
        padding-bottom: 8px;
        max-width: 245px
    }
    .mw-blue-button {
        font-size: 16px
    }
    .mw-menu-right-a {
        line-height: 1;
        margin: 0 5px
    }
    .mw-navigation-toggle span {
        display: block !important;
        margin-bottom: 6px;
        border-top: 2px solid #252525;
        width: 20px;
        transition: all .3s ease-in-out
    }
    .mw-active .mw-navigation-toggle span:first-child {
        transform: rotate(45deg) translate(2px, 0);
        margin-bottom: 0
    }
    .mw-active .mw-navigation-toggle span:nth-child(3) {
        transform: scale(0, 1)
    }
    .mw-active .mw-navigation-toggle span:nth-child(2) {
        transform: rotate(133deg) translate(-2px, 0);
        margin-bottom: 0
    }
    .mw-navigation-toggle {
        text-align: center;
        display: inline-block;
        margin: 0;
        cursor: pointer;
        background: 0 0;
        vertical-align: middle;
        padding: 5px 8px 2px !important
    }
    .mw-submenu {
        box-shadow: unset;
        border-top: 1px solid #cfdfea;
        border-bottom: 1px solid #cfdfea;
        border-radius: 0;
        transform: unset;
        left: 0;
        height: auto
    }
    .mw-menu-tabs:before {
        left: 12%;
        margin-left: -22px;
        z-index: 0
    }
    .mw-menu-tabs {
        padding: 16px 30px
    }
    .mw-menu-active .mw-menu-tabs {
        background: #f0f0ff
    }
    .mw-menu-tab-dwn svg {
        width: 12px;
        height: 12px
    }
    .mw-flag-span {
        font-size: 15px;
        padding-left: 8px
    }
}

@media (max-width:900px) {
    .mw-menu-row {
        justify-content: space-between
    }
    .mw-submenu-col-1,
    .mw-submenu-col-2 {
        width: 50%;
        flex: unset
    }
    .mw-menu-col-7 {
        width: 100%
    }
    .mw-featured-col-5 {
        flex: unset;
        width: 100%;
        padding: 20px 0
    }
}

@media (max-width:660px) {
    .mw-menu {
        padding: 15px 2px
    }
    .mw-navigation-show {
        top: 70px
    }
    .mw-menu-tabs:before {
        left: 10%;
        margin-left: -8px
    }
}

@media (max-width:510px) {
    .mw-submenu-col-1,
    .mw-submenu-col-2 {
        width: 100%
    }
    .mw-menu-right-icon {
        padding: 0
    }
    .mw-submenu-col-3 {
        padding: 32px 64px 34px 26px
    }
}

@media (max-width:470px) {
    .mw-menu-tabs:before {
        left: 12%;
        margin-left: -3px
    }
    .mw-submenu {
        padding: 0 24px 44px 26px
    }
    .mw-menu-col3-ttl-h4 {
        max-width: 235px
    }
    .mw-menu-right-a {
        padding: 0 4px
    }
}

@media (max-width:350px) {
    .mw-menu-col3-ttl-h4 {
        font-size: 18px
    }
    .mw-menu-login {
        font-size: 15px;
        padding: 8px 14px
    }
    .mw-menu-col3-ttl-h4 {
        max-width: 200px
    }
    .mw-menu-col3-ttl-h3 {
        font-size: 21px
    }
}

@media (min-width:992px) {
    .mw-menu-mob-show,
    .mw_menu_toggle {
        display: none
    }
}

@media (min-width:1321px) {
    .mw-featured-col-5 {
        max-width: 750px
    }
}

@media (min-width:991px) and (max-width:1260px) {
    .mw-menu-tabs {
        padding: 38px 16px !important
    }
    .mw-menu-tab-dwn {
        top: 42px
    }
}

.mw-menu-left-2 {
    justify-content: end
}

@media (min-width:1460px) {
    .mw-featured-col-5 {
        position: absolute;
        right: 4%;
        max-width: 785px
    }
}

@media (min-width:1600px) {
    .mw-menu {
        padding: 0 64px
    }
}

.mw-menu-active .mw-menu-tab-dwn {
    transform: rotateZ(180deg)
}

.mw_user_icon {
    display: inline-block;
    padding: 0 8px 0 5px
}

@media(min-width:991px) {
    .mw_user_icon {
        display: none;
    }
}

/* plans section style plan-container-3col = 3 plan-container-4col = 4*/

.plans-border {
    padding-bottom: 2px;
    text-decoration: underline;
    text-decoration-color: #ABABAB;
    text-decoration-style: dashed;
    text-underline-position: under
}

#tooltip {
    text-align: center;
    color: #f7fbff;
    background: #2f3c4b;
    position: absolute;
    z-index: 100;
    padding: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--fw-normal);
    border-radius: 3px
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f3c4b;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #2f3c4b;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.plan-container {
    margin: 84px auto 0;
    display: flex;
    flex-flow: row wrap;
    padding: 0 5px
}

.plan-container-3col {
    max-width: 1143px
}

.plan-container-3col .plan-col {
    width: calc(94%/3);
    margin-right: 2%;
    border-radius: 14px
}

.plan-container-3col .plan-col:last-child {
    margin-right: 0
}

.plan-col {
    background: #fafbff;
    position: relative;
    transition: all .3s ease-in-out;
    border: 1px solid var(--border-light);
    padding: 44px 32px 50px
}

.plan-h4 {
    font-weight: var(--fw-bold);
    color: var(--ttl_clr);
    font-size: 20px
}

.plan-content {
    border-radius: 20px;
    transition: all .3s ease-in-out
}

.plan-ttl-box {
    position: relative;
    z-index: 10
}

.plan-save {
    color: #FF6A00;
    background: #FFF4ED;
    padding: 7px 16px;
    font-size: 16px;
    font-weight: var(--fw-bold);
    margin-left: 10px;
    border-radius: 28px
}

.plan-prc-strik {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: var(--fw-normal)
}

.plan-prc-strik div {
    padding-left: 2px
}

.plan-prc-strik:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: calc(100% + 8px);
    height: 1px;
    background: #61646e
}

i {
    font-size: 100%
}

.plan-price,
.plan-renew-p a {
    font-weight: var(--fw-bold);
    color: var(--ttl_clr)
}

.plan-price {
    width: 100%;
    line-height: 1;
    margin-top: 15px;
    display: flex;
    font-size: 22px
}

.plan-price i {
    align-self: flex-start
}

.plan-price div {
    font-size: 48px;
    margin: 0 3px;
    line-height: .8;
    font-weight: var(--fw-bold)
}

.plan-renew-p {
    font-size: 14px;
    max-width: 240px;
    padding-top: 24px
}

.plan-renew-p a {
    border-bottom: 1px dashed
}

.plan-price span {
    align-self: flex-end
}

.plan-btn-box {
    margin: 24px 0 16px;
    text-align: center
}

.plan-btn,
.plan-view-btn span:after {
    transition: all .3s ease-in-out;
    display: block
}

.plan-btn {
    color: var(--azure_clr);
    background: #ffffff00;
    border-radius: 10px;
    padding: 13px 14px;
    font-size: 16px;
    border: 2px solid var(--azure_clr);
    font-weight: var(--fw-semi-bold)
}

.plan-list li,
.plan-view-btn span {
    flex-flow: row wrap;
    font-size: 14px;
    position: relative
}

.plan-list li {
    display: flex;
    margin-bottom: 12px;
    display: block;
    padding-left: 25px;
    line-height: 24px;
    color: var(--ttl_clr)
}

.plan-txt-b {
    font-weight: var(--fw-extra-bold)
}

.plan-list-box li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    width: 15px;
    height: 15px;
    background: url(/assets/images/common-icons/check-mark.svg) no-repeat;
    background-size: auto
}

.hlt_prtn {
    background: #13b763;
    color: #fff;
    padding: 7px 12px;
    border-radius: 100px;
    font-size: 13px;
    display: inline-block;
    margin-top: -4px
}

.plan-list-ttl {
    color: var(--ttl_clr);
    font-size: 18px;
    font-weight: var(--fw-medium);
    margin: 20px auto
}

.plan-view-btn {
    text-align: center;
    padding: 28px 0
}

.plan-view-btn a,
.plan-view-btn-a {
    text-align: center;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    width: 100%
}

.plan-view-btn span {
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: var(--fw-bold);
    color: var(--sub_ttl_clr);
    margin-bottom: 45px
}

.plan-view-btn span:after {
    background: var(--azure_clr);
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    max-width: 78px
}

.plan-view-btn span:hover:after {
    max-width: 138px
}

.plan-view-btn span i {
    transition: all .3s ease-in-out;
    margin: 0 0 0 8px;
    font-size: 90%;
    color: #464646;
    font-style: normal;
    transform: rotate(321deg) translate(0, 3px);
    font-weight: 300
}

.plan-view-btn span:hover i {
    transform: rotate(321deg) translate(4px, 3px)
}

.plan-list-box .plan_cross::before {
    background: url(/assets/images/common-icons/cross-dash.svg) no-repeat
}

.plan_cross .plan-txt {
    color: #9baab8 !important
}

.crncy_fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: var(--fw-medium)
}

.p1-save {
    color: #ff2626;
    font-size: 14px;
    font-weight: var(--fw-semi-bold)
}

.plan-p {
    font-size: 14px;
    font-weight: var(--fw-normal);
    padding-top: 8px
}

.plan-offer-col {
    box-shadow: #e5f1fd -1px 6px 20px 2px;
    border: 1px solid var(--azure_clr)
}

.plan-best-deal,
.plan-best-deal:before {
    position: absolute;
    border-radius: 14px 14px 0 0
}

.plan-best-deal {
    display: block;
    width: 100%;
    top: -46px;
    z-index: -1;
    left: 0;
    text-align: center;
    padding: 7px 0 44px;
    overflow: unset
}

.plan-best-deal:before {
    background: var(--azure_clr);
    content: "";
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -43px;
    z-index: -2
}

.plan-best-deal:after {
    background: #09f;
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    right: -12px;
    top: -15px;
    bottom: -34px;
    z-index: -1;
    border-radius: 100%
}

.plan-offer-col .plan-btn {
    background: var(--azure_clr);
    color: #fff;
    border: 2px solid var(--azure_clr)
}

.up_mo {
    font-size: 21px;
    transform: translate(0, -4px);
    font-weight: var(--fw-medium)
}

.plan-best-deal08 {
    font-size: 16px;
    font-weight: bolder;
    padding-top: 4px;
    text-transform: uppercase
}

@media (max-width:1260px) {
    .plan-price div {
        font-size: 34px
    }
}

@media (max-width:1650px) {
    .plan-view-btn {
        padding: 40px 0
    }
}

@media(max-width:1400px) {
    .plan-container-3col .plan-col {
        width: calc(94%/3)
    }
}

@media (max-width:1250px) {
    .plan-container-3col {
        width: 100%
    }
}

@media (max-width:1200px) {
    .plan-price div {
        font-size: 30px
    }
    .plan-container-6col .plan-col {
        width: calc(91%/3)
    }
}

@media (max-width:1100px) {
    .plan-container-3col.mw-plan-slider .slick-track {
        left: 0px !important;
    }
    .plan-btn-box {
        margin: 20px 0 35px
    }
}

@media (max-width:1024px) {
    .plan-col {
        padding: 44px 18px
    }
    .plan-list {
        padding: 0 5px
    }
    .plan-list li {
        margin-bottom: 10px;
        padding-left: 20px
    }
    .plan-view-btn {
        margin-top: 20px
    }
}

@media (max-width:990px) {
    .hlt_prtn {
        font-size: 11px;
        padding: 6px 9px
    }
}

@media (max-width:800px) {
    .plan-container {
        margin-top: 40px
    }
    .plan-container-3col {
        justify-content: center
    }
    .plan-container-3col .plan-col {
        width: calc((96% - 40px)/ 2);
        margin: 0 0 30px
    }
    .plan-offer-col {
        margin-top: 44px !important
    }
    .plan-container-3col .plan-col:first-child {
        margin-right: unset
    }
}

@media (max-width:750px) {
    #tooltip_feb21 {
        width: 200px;
        font-size: 13px;
        padding: 15px 10px
    }
}

@media (max-width:550px) {
    .plan-container {
        padding: 0 10px;
        margin: 0 auto
    }
    .plan-container-3col .plan-col {
        width: 100%;
        margin: 40px 10px 0
    }
    .plan-offer-col {
        margin-top: 75px !important
    }
}

.plan-container-4col {
    max-width: 1297px;
    padding: 0 10px;
    justify-content: center
}

.plan-container-4col .plan-col {
    width: calc(93%/4);
    border-radius: 15px;
    margin: 0 10px 20px;
    padding: 44px 31px 22px
}

@media (max-width:1280px) {
    .plan-container-4col {
        width: 100%
    }
}

@media (max-width:991px) {
    .plan-container-4col .plan-col {
        width: calc((100% - -112px)/ 3);
        margin: 44px 10px 32px
    }
}

@media (max-width:550px) {
    .plan-container-4col .plan-col {
        width: 100%
    }
}

@media (max-width:500px) {
    #tooltip {
        text-align: left;
        width: 200px
    }
}

@media (min-width:1525px) {
    .plan-container-4col {
        max-width: 1514px
    }
    .plan-container-4col .plan-col {
        padding: 50px 31px 54px;
        width: calc(94%/4);
        margin-bottom: 20px
    }
}

@media(max-width:1220px) {
    .plan-container-4col .plan-col {
        padding: 44px 22px 22px
    }
}

@media(max-width:1161px) {
    .plan-container-4col .plan-col {
        width: calc(92% / 4)
    }
}

.plan-container-6col .plan-col {
    width: calc(90%/3);
    margin: 0 1% 22px 1%;
    border-radius: 15px
}

.plan-container-6col {
    display: flex;
    max-width: 1250px;
    flex-flow: row wrap;
    justify-content: center
}

@media (max-width:991px) {
    .plan-container-3col.mw-plan-slider .slick-list {
        padding-top: 76px;
    }
    .plan-container-6col .plan-col {
        width: calc((100% - (40px*3))/ 2)
    }
}

@media (max-width:550px) {
    .plan-container-6col .plan-col {
        width: 100%;
        margin: 24px auto
    }
}

.vps_month_free,
.vps_month_no_free {
    color: var(--azure_clr);
    font-size: 18px;
    font-weight: var(--fw-bold);
    margin-top: 14px;
    display: inline-block
}

.vps_month_no_free {
    visibility: hidden
}

.plan-btn-flag {
    vertical-align: middle;
    padding-right: 6px
}

.plan-col:before,
.plan-max-value:before {
    position: absolute;
    right: 0;
    border-radius: 14px 14px 0 0
}

.plan-col:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 48px;
    background: #fafbff
}

.plan-col:hover {
    box-shadow: 0 0 15px #b7d3f3;
    position: relative;
    z-index: 100 !important
}

.plan-btn:hover {
    background: #e2effd;
    color: var(--azure_clr)
}

.plan-max-value:before {
    content: "MAX VALUE";
    background: #09f;
    color: #fff;
    top: -42px;
    width: 100%;
    z-index: -1;
    text-align: center;
    padding-top: 10px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500
}

.plan-subt-list>span {
    display: inline-block;
    padding-bottom: 4px
}

@media (max-width:1200px) {
    .plan-container-6col .plan-col {
        width: calc(91%/3)
    }
}

.plnru-btn {
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: var(--fw-bold)
}

/* new css 08-07-2025 */

.plns-show-btn span {
    position: relative;
    padding: 0 44px 5px 8px
}

.plns-show-btn span:before {
    content: '❮';
    position: absolute;
    right: 21px;
    top: 2px;
    color: #7c8c95;
    font-size: 20px;
    transform: rotate(272deg);
    font-size: 18px;
    transition: all .4s ease-in-out
}

.plns-show-btn.plns-show-active span:before {
    transform: rotate(450deg)
}

.plan-list-ttl {
    font-weight: 500
}

.plan-recom-h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    padding-top: 4px;
    text-transform: uppercase
}

.plan-recom-offer-col {
    border: 2px solid #007fff !important;
    border-radius: 0 0 15px 15px !important
}

.plan-recom-offer-col,
.plan-recom-offer-col:before {
    background: #fafbff !important
}

.plan-recom-offer-col .plan-btn {
    background: var(--azure_clr);
    color: #fff;
    border: 1px solid var(--azure_clr)
}

.plan-recom-offer-col .plan-btn:hover {
    background: #026ad3
}

.plan-best-deal {
    padding-top: 8px
}

.plan-offer-col {
    border-color: #d0e2fa;
    box-shadow: unset
}

.plan-offer-col .plan-btn {
    color: var(--azure_clr);
    background: #fff;
    border: 2px solid var(--azure_clr)
}

.plan-offer-col .plan-btn:hover {
    background: #e2effd;
    color: var(--azure_clr)
}

.plan-col:hover {
    box-shadow: unset !important;
    transform: unset !important
}

.newTags {
    position: relative;
    margin-right: 40px;
    z-index: 1;
    margin-top: 2px;
    display: inline-block
}

.newTags:after {
    content: 'New';
    position: absolute;
    color: #f15a05;
    border: 1px solid #f15a05;
    border-radius: 2px;
    background: #fffaf6;
    padding: 4px 10px;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 600;
    top: 0;
    right: -55px;
    line-height: 1.3
}

@media(max-width:1440px) {
    .newTags:after {
        padding: 2px 10px
    }
    .newTags {
        margin-top: 5px
    }
}

.plan-best-deal:after {
    display: none
}

.plan-col:before {
    display: none
}

.plan-col:hover {
    z-index: unset !important
}

.pln-26 {
    padding: 2px 0 30px;
    font-size: 12px
}

.pln-26hr {
    margin-bottom: 34px;
    width: 100%;
    border-color: #f3f3f33d
}

@media (max-width:1100px) {
    .plan-btn-box {
        margin: 20px 0 20px
    }
}

/* inc-footer-dotin style */

.mw-ftr-copyright {
    font-size: 12px
}

.mw-ftr-social-wrap {
    padding: 0 !important;
    opacity: .5
}

.mw-ftr-social-wrap:hover {
    opacity: 1;
    background: unset !important
}

.mw-ftr-copyright2 {
    color: #d7d7d7;
    font-size: 11px
}

.mw-ftr {
    background: #061a40;
    padding: 50px 30px
}

.mw-ftr-container {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 20px
}

.mw-ftr-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 26px
}

.mw-ftr-row .mw-ftr-col:not(:last-child) {
    margin-right: calc(80px / 3)
}

.mw-ftr-list li {
    margin: 15px 0;
    list-style: none
}

.mw-ftr-list li a {
    position: relative;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    display: inline-block;
    text-decoration: none
}

.mw-ftr-list li a:hover {
    color: #fff
}

.mw-ftr-list li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #fff;
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.mw-ftr-list li a:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

.mw-ftr-list li.mw-ftr-h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.mw-ftr-list:not(:last-child) {
    margin-bottom: 35px
}

.mw-ftr-social {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.mw-ftr-social a {
    color: #1c2430;
    background: #505c6c;
    margin: 7px 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    padding: 5px 6px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.mw-ftr-social a:hover {
    background: #fff
}

.mw-ftr-logo-box {
    margin-top: 35px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.mw-ftr-mncol-logo {
    max-width: 300px
}

.mw-ftr-logo {
    max-width: 200px;
    display: inline-block
}

.mw-ftr-logo img {
    display: block;
    width: 100%
}

.mw-ftr-info {
    font-size: 13px;
    color: #d7d7d7;
    margin-top: 20px
}

.mw-ftr-copy-wrap {
    position: relative;
    margin-top: 34px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between
}

.mw-ftr-copy-wrap:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .15)
}

.mw-ftr-copyright2 {
    color: #d7d7d7;
    font-size: 11px
}

.mw-ftr-sc-ico {
    display: block;
    position: relative;
    background: url('/img-assets/footer-social-media-icon.png') no-repeat;
    width: 26px;
    height: 26px
}

.mw-ftr-sc-fb {
    background-position: 0
}

.mw-ftr-sc-twit {
    background-position: 25%
}

.mw-ftr-sc-link {
    background-position: 50%
}

.mw-ftr-sc-insta {
    background-position: 75%
}

.mw-ftr-sc-yt {
    background-position: 100%
}

.mw-ftr-awrd {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 30px 0
}

.mw-ftr-awrd-img-box {
    padding: 0 10px
}

.mw-ftr-social {
    padding-left: 15px
}

.awrd-img-box1 {
    padding-left: 0
}

@media(max-width:1100px) {
    .mw-ftr-copyright2 {
        text-align: center
    }
}

@media (max-width:920px) {
    .mw-ftr-copyright2 {
        width: 50%
    }
    .mw-ftr-logo-box {
        justify-content: unset
    }
}

@media(max-width:854px) {
    .mw-ftr-col1 {
        width: 100%
    }
    .mw-ftr-awrd {
        padding: 25px 0 20px 0;
        justify-content: center
    }
    .mw-ftr-social {
        justify-content: center;
        padding-bottom: 15px;
        padding-left: unset
    }
    .awrd-img-box1 {
        padding-left: unset
    }
    .mw-ftr-logo-box {
        justify-content: center;
        text-align: center
    }
}

@media (max-width:725px) {
    .mw-ftr-copyright2 {
        width: 100%;
        padding: 5px 0
    }
}

@media(max-width:550px) {
    .mw-ftr-awrd-img-box {
        padding: 5px 10px
    }
}

@media(max-width:550px) {
    .mw-ftr-col {
        width: 100%;
        max-width: 320px
    }
    .mw-ftr-row {
        justify-content: center
    }
    .mw-ftr-row .mw-ftr-col:not(:last-child) {
        margin: 10px auto
    }
    .mw-ftr-row .mw-ftr-col:not(:last-child) {
        margin: 0
    }
    .mw-ftr-social a {
        font-size: 24px;
        margin: 5px 15px 5px 0;
        padding: 10px 10px
    }
}

@media(min-width:1490px) {
    .mw-ftr-container {
        max-width: 1240px;
        padding: 20px 10px 0 10px
    }
}

@media(min-width:855px) and (max-width:900px) {
    .mw-ftr-row {
        justify-content: unset
    }
}

@media(max-width:550px) {
    [data-f3t303r-head] {
        cursor: pointer;
        position: relative;
        padding-right: 20px
    }
    [data-f3t303r-head]:after,
    [data-f3t303r-head]:before {
        content: '';
        position: absolute;
        top: 8px;
        right: 0;
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s ease-in-out
    }
}

@media(max-width:550px) {
    ._f3t303r-head-lihide:after {
        transform: rotate(90deg);
    }
}

.mw-ftr-mncol-payments {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-top: 45px;
    justify-content: space-between
}

.mw-ftr-wrapr {
    max-width: 500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.mw-ftr-pm_logo {
    height: 30px;
    margin: 5px
}

.mw-ftr-pm_logo img {
    height: 100%
}

@media (max-width:950px) {
    .mw-ftr-mncol-payments {
        width: calc(100% - 20px);
        padding: 0;
        margin: 30px auto 0;
        display: block
    }
    .mw-ftr-wrapr {
        max-width: 100%;
        padding: 0;
        justify-content: center
    }
    .mw-ftr-pm_logo {
        height: 22px;
        margin: 10px
    }
}

@media (max-width:750px) {
    .mw-ftr-mncol-payments {
        max-width: 100%
    }
}

:root {
    --pt_45: 45px;
    --pb_45: 45px;
    --pl_30: 30px;
    --pr_30: 30px
}

.vp-rquest-br {
    border-right: 1px solid #dfd3fa;
    max-width: 320px;
    margin-left: auto
}

.vp-request-box {
    max-width: 220px;
    margin: auto
}

.vp-rquest-br-none {
    border: none
}

.vp-request-box2 {
    max-width: 165px;
    margin: auto
}

.vp-request-box .wv-h4-p {
    color: var(--ttl_clr)
}

.new-col-3 {
    padding-left: 18px
}

@media(max-width:1200px) {
    .vp-rquest-br {
        max-width: 254px;
        padding-right: 24px
    }
    .vp-request-box {
        max-width: 118px
    }
}

@media(max-width:991px) {
    .vp-rquest-br {
        margin: 0 auto 24px;
        border: none
    }
}

.mw-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: #bccbe7;
    font-size: 16px
}

.bg-lavender-light {
    background: var(--lavender_light) !important
}

.bg-azure-light {
    background: var(--azure_light) !important
}

.mw-border-r40 {
    border-radius: 40px
}

.pt-45 {
    padding-top: var(--pt_45)
}

.pb-45 {
    padding-bottom: var(--pb_45)
}

.pl-30 {
    padding-left: var(--pl_30)
}

.pr-30 {
    padding-left: var(--pr_30)
}

@media(max-width:768px) {
    .new-col-3 {
        padding-top: 30px
    }
}

/* g2 rating  */

.ho-rating-container {
    max-width: 1290px;
    margin: auto;
    padding: 0 14px
}

.ho-rating-h4 {
    color: var(--ttl_clr);
    padding: 0
}

.ho-rating-p {
    color: var(--ttl_clr);
    padding: 0;
    font-size: 20px
}

.ho-rating-h4 {
    color: #6f849a
}

.ho-rating-col {
    width: auto
}

.ho-rating-point {
    color: var(--ttl_clr);
    font-weight: var(--fw-normal);
}

.ho-rating-row {
    justify-content: space-between;
    align-items: end
}

.ho-rating-call {
    font-size: 20px;
    color: var(--ttl_clr);
    padding-left: 8px
}

.ho-rating-col-last {
    width: 34% !important;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    align-self: center;
}

.ho-rating-col-last:before {
    content: '';
    background: #abcbe1;
    left: -25px;
    top: 50%;
    width: 1px;
    transform: translate(0, -50%);
    height: 53px;
    position: absolute
}

.ho-rating-col-last .ho-rating {
    align-items: center;
    display: flex;
}

.ho-rating-last-hover:hover img {
    animation: shake .8s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(2px, 0, 0)
    }
}

@media(max-width:1281px) {
    .ho-rating-row {
        justify-content: space-around;
    }
    .ho-rating-slider {
        justify-content: space-between;
    }
}

@media (max-width:1281px) {
    .ho-rating-col {
        padding: 10px 11px;
    }
    .ho-rating-call {
        padding-right: 22px
    }
    .ho-rating-col-last .ho-rating {
        padding-bottom: 14px
    }
    .ho-rating-col-last {
        flex-wrap: wrap;
        width: 100% !important;
        max-width: 458px;
    }
}

@media(min-width:1400px) {
    .ho-rating-container {
        max-width: 1366px;
    }
}

.ho-rating-next,
.ho-rating-prev {
    position: absolute;
    z-index: 1;
    transform: translate(0%, -50%);
    font-size: 20px;
    color: var(--ttl_clr);
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    display: flex;
    justify-content: space-between;
    width: 24px;
    top: 50%;
    padding: 0;
}

.ho-rating-next {
    right: 0px;
}

.ho-rating-next:hover,
.ho-rating-prev:hover {
    color: #909090
}

@media (min-width:1600px) {
    .mw-rating2 {
        padding-top: 90px !important;
        padding-bottom: 45px !important;
    }
}

@media(max-width:580px) {
    .ho-rating-slider .slick-track {
        display: flex;
        align-items: center;
    }
    .ho-rating {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

/* Customer Reviews  */

.ho-g2-box {
    border: 1px solid var(--border-light);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 42px 32px 30px
}

.ho-g2-col2 {
    margin-top: -36px
}

.ho-g2-h4 {
    font-size: 16px;
    font-weight: var(--fw-bold);
    color: var(--ttl_clr);
    padding-bottom: 6px
}

.ho-g2-shadow {
    position: relative;
    z-index: 0
}

.ho-g2-shadow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 353px;
    z-index: 1;
    background: linear-gradient(0deg, #fff 39%, rgba(255, 255, 255, .4944698033707865) 100%)
}

@media(max-width:1400px) {
    .ho-g2-shadow:after {
        background: linear-gradient(0deg, #ffffff 39%, rgb(255 255 255 / 0%) 100%)
    }
}

@media(max-width:991px) {
    .ho-g2-col2 {
        margin: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ho-g2-col2 {
        order: 3;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        justify-content: center
    }
    .ho-g2-col2>* {
        width: 50%
    }
    .ho-g2-col2 .ho-g2-col2-md {
        padding: 0 10px
    }
    .ho-g2-col2 .ho-g2-col2-md:nth-child(2) {
        order: 3
    }
}

.ho-g2-btn {
    z-index: 55;
    position: absolute;
    bottom: 90px;
}