/* variables */

:root {
    --ttl_clr: #15222E;
    --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;
    --border_r40: 40px;
    --border_r20: 20px;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 15px;
    --main_ttl_fz: 24px;
    --price_fz: 36px;
    --heading_fz: 24px;
    --sub_heading_fz: 16px;
    --ttl_fz: 18px;
    --sub_ttl_fz: 16px;
    --head_three: 25px;
    --head_three_lg: 30px;
    /* Spacings paddings*/
    --p_25: 25px;
    --pt_120: 120px;
    --pb_120: 120px;
    --pt_90: 90px;
    --pb_90: 90px;
    --pt_60: 60px;
    --pb_60: 60px;
    --pt_45: 45px;
    --pb_45: 45px;
    --pt_30: 30px;
    --pb_30: 30px;
    --pr_30: 30px;
    --pl_30: 30px;
    --pt_22: 22px;
    --pb_22: 22px;
    --pr_22: 22px;
    --pl_22: 22px;
    --pt_16: 16px;
    --pb_16: 16px;
    --pr_16: 16px;
    --pl_16: 16px;
    --pt_10: 10px;
    --pb_10: 10px;
    --pr_10: 10px;
    --pl_10: 10px;
    --pt_6: 6px;
    --pb_6: 6px;
    --pr_6: 6px;
    --pl_6: 6px;
    --mt_30: 30px;
    --mb_30: 30px;
    /* Spacings Margins*/
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fw-extra-bold: 800;
}

@media(max-width:1180px) {
    :root {
        --sub_ttl_fz: 14px;
        /* Spacings paddings*/
        --p_25: 18px;
        --pt_90: 60px;
        --pb_90: 60px;
        --pt_60: 40px;
        --pb_60: 40px;
        --pt_30: 25px;
        --pb_30: 25px;
        --pr_30: 25px;
        --pl_30: 25px;
        --mt_30: 25px;
        --mb_30: 25px
        /* Spacings Margins*/
    }
}

@media(max-width:950px) {
    :root {
        --sub_heading_fz: 15px;
        --ttl_fz: 16px;
        --head_three: 20px;
        --head_three_lg: 26px;
        /* Spacings paddings*/
        --pt_90: 45px;
        --pb_90: 45px;
        --pt_60: 30px;
        --pb_60: 30px;
        --pt_30: 20px;
        --pb_30: 20px;
        --pr_30: 20px;
        --pl_30: 20px;
        --pt_22: 18px;
        --pb_22: 18px;
        --pr_22: 18px;
        --pl_22: 18px;
        --pt_16: 10px;
        --pb_16: 10px;
        --pr_16: 10px;
        --pl_16: 10px;
        --pt_10: 6px;
        --pb_10: 6px;
        --pr_10: 6px;
        --pl_10: 6px;
        --mt_30: 20px;
        --mb_30: 20px
        /* Spacings Margins*/
    }
}

@media(max-width:768px) {
    :root {
        --head_three_lg: 18px;
        --border_r40: 24px;
        /* Spacings paddings*/
        --p_25: 13px;
        --pt_90: 35px;
        --pb_90: 35px;
        --pt_60: 25px;
        --pb_60: 25px;
        --pt_45: 25px;
        --pb_45: 25px;
        /* Spacings Margins*/
    }
}

/* =--=-=-=-=-Minmun Width-=-=-=-=-=-=-= */

@media (min-width: 768px) {
    :root {
        --main_ttl_fz: 26px;
        --heading_fz: 26px;
        --price_fz: 40px;
    }
}

@media (min-width: 1025px) {
    :root {
        --main_ttl_fz: 36px;
        --heading_fz: 36px;
        --price_fz: 48px;
    }
}

/*Main*/

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

body {
    font-size: 15px;
    font-weight: var(--fw-normal);
    color: var(--sub_ttl_clr);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.4
}

a {
    display: inline-block;
    text-decoration: none
}

li {
    list-style: none
}

/* 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-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .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%
    }
}

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

.bg-sky-light {
    background: var(--sky_light) !important
}

.bg-sky-light2 {
    background: var(--sky_light2) !important
}

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

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

.bg-greem-light {
    background: var(--green_light) !important
}

.bg-blue-light {
    background: var(--blue_light) !important
}

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

.bg-pale-azure2 {
    background: var(--pale_azure2) !important
}

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

.aclr {
    color: var(--azure_clr)
}

.aclr:hover {
    text-decoration: underline
}

.aclr2 {
    color: #fff;
    border-bottom: 1px solid #fff
}

.aclr2:hover {
    color: #b2b0e9;
    border-color: #b2b0e9
}

.mw-border-r40 {
    border-radius: var(--border_r40);
}

.mw-border-r20 {
    border-radius: var(--border_r20);
}

.p-0 {
    padding: 0 !important
}

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

.d-flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

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

.mw-inline {
    display: inline
}

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

.mw-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_heading_fz);
    margin: 0;
    padding-top: 15px
}

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

.mw-h4-p {
    color: var(--sub_ttl_clr);
    font-size: 14px;
    margin: 0
}

.mw-h3 {
    font-weight: var(--fw-bold);
    font-size: var(--head_three);
    color: var(--ttl_clr);
    margin: 0
}

.mw-h3-lg {
    font-weight: var(--fw-extra-bold);
    font-size: var(--head_three_lg);
    color: var(--ttl_clr);
    margin: 0
}

.mw-h3-p {
    color: var(--sub_ttl_clr);
    font-size: 16px;
    margin: 0
}

.p-25 {
    padding: var(--p_25)
}

.pt-120 {
    padding-top: var(--pt_120)
}

.pt-90 {
    padding-top: var(--pt_90)
}

.pt-60 {
    padding-top: var(--pt_60)
}

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

.pt-30 {
    padding-top: var(--pt_30)
}

.pt-22 {
    padding-top: var(--pt_22)
}

.pt-16 {
    padding-top: var(--pt_16)
}

.pt-10 {
    padding-top: var(--pt_10)
}

.pt-6 {
    padding-top: var(--pt_6)
}

.pb-120 {
    padding-bottom: var(--pb_120)
}

.pb-90 {
    padding-bottom: var(--pb_90)
}

.pb-60 {
    padding-bottom: var(--pb_60)
}

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

.pb-30 {
    padding-bottom: var(--pb_30)
}

.pb-22 {
    padding-bottom: var(--pb_22)
}

.pb-16 {
    padding-bottom: var(--pb_16)
}

.pb-10 {
    padding-bottom: var(--pb_10)
}

.pb-6 {
    padding-bottom: var(--pb_6)
}

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

.pr-22 {
    padding-right: var(--pr_22)
}

.pr-16 {
    padding-right: var(--pr_16)
}

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

.pr-6 {
    padding-right: var(--pr_6)
}

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

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

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

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

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

.ml0 {
    margin-left: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.m0 {
    margin: 0 !important
}

.mt-30 {
    margin-top: var(--mt_30)
}

.mb-30 {
    margin-bottom: var(--mb_30)
}

.jump-to-plans {
    cursor: pointer
}

.sections-space {
    padding: 45px 0
}

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

.title-right {
    text-align: right
}

.title-left {
    text-align: left
}

.fff {
    color: #fff !important
}

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

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

.mw-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 39px;
    background: var(--azure_clr);
    color: #fff;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .6px
}

.mw-btn:hover {
    background: #026AD3
}

.mw-btn-h:hover {
    background: #026AD3;
    color: #fff;
    border-color: transparent
}

.mw-btn2 {
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    display: inline-block;
    padding: 17px 32px;
    transition: all .3s ease-in-out;
    background: var(--sky_light);
    text-align: center;
    color: var(--azure_clr)
}

.mw-link-hover {
    color: var(--azure_clr);
    font-weight: var(--fw-bold);
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative
}

.mw-link-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: var(--azure_clr);
    bottom: -2px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.mw-link-hover:hover:before {
    transform-origin: left;
    transform: scaleX(1)
}

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

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

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

.mw-icon-btn {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    color: var(--azure_clr);
    font-size: 16px;
    padding: 17px 24px 15px 25px;
    cursor: pointer
}

.mw-icon-btn span {
    vertical-align: middle;
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: 1px
}

.mw-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: rgb(188, 203, 231);
    font-size: 16px
}

@media(max-width:768px) {
    .mw-order-2 {
        order: 2
    }
    .mw-order-1 {
        order: 1
    }
    .pt-md-24 {
        padding-top: 24px !important
    }
    .pb-md-24 {
        padding-bottom: 24px !important
    }
    .px-md-6 {
        padding-right: 6px !important;
        padding-left: 6px !important
    }
    .mw-btn-wrapr {
        margin: 20px 0 10px
    }
    .mw-btn,
    .mw-btn2 {
        padding: 17px 30px
    }
    .mw-p {
        padding-top: 5px
    }
    .sections-space {
        padding: 25px 0
    }
}

/* 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(max-width:800px) {
    .popupbtn_img {
        display: none;
    }
    .popupbtn_mobimg {
        display: block;
    }
}

.show_contact_popup {
    cursor: pointer;
}

/* 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,
    .mw-menu-tabs:hover {
        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)
}

/* 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
    }
}

/* Offer  */

.mw-offer3 {
    background: var(--offer_bg)
}

.mw-offer2 {
    font-size: 14px;
    color: var(--ttl_clr)
}

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

.mw-offer2 span {
    font-weight: 800;
    font-size: 16px
}

.mw-offer-timer-bg {
    background: #3ffbd9;
    padding: 4px 12px
}

.mw-offer-hrs {
    margin-top: -9px
}

#mw-offer-timer {
    margin-right: 0;
    font-weight: var(--fw-bold);
    color: var(--azure_clr);
    background: #E7F3FF;
    border: unset;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .6px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    max-width: 155px;
    width: 100%;
    justify-content: center;
    padding: 15px 16px
}

.mw-offer-hrs span {
    padding: 0 13px;
    color: var(--ttl_clr);
    font-size: 11px
}

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

@media(max-width:620px) {
    .mw-offer3 {
        flex-wrap: wrap
    }
    .mw-offer2 {
        padding: 4px 6px;
        font-size: 11px;
    }
    .mw-offer2 span {
        font-size: 13px
    }
    .uk-head-arrow svg {
        width: 10px;
        height: 10px
    }
}

/* FAQ */

.faq-list {
    padding-left: 20px;
    padding-top: 12px
}

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

.ho-faq-box {
    max-width: 548px
}

.ho-faq-ttl {
    border-bottom: 1px solid var(--border-light)
}

.ho-faq-box b,
.ho-faq-box strong {
    font-weight: var(--fw-bold)
}

@media (max-width:768px) {
    .ho-faq-box {
        border-radius: 5px;
        padding: 18px 15px 20px;
        box-shadow: rgba(149, 157, 165, .2) 1px 2px 6px 1px;
        margin-bottom: 20px
    }
}

@media(min-width:1600px) {
    .ho-faq-h4 {
        font-size: 20px
    }
}

/* Support */

.ho-support {
    background: #f4faff;
    overflow: hidden
}

.ho-support-img {
    background: url('/assets/images/home/support.png') center center no-repeat;
    padding: 225px 0;
    display: flex;
    justify-content: start;
    background-size: cover
}

@media(max-width:600px) {
    .ho-support-img {
        padding: 0;
        background: none
    }
}

/* 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: 320px;
    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;
}

/* Talk to an Expert */

.ho-talk-h3 {
    font-weight: var(--fw-normal);
    color: #ffffff94
}

.ho-talk-label {
    font-size: 20px;
    display: inline-block;
    border-radius: 10px;
    padding: 0 0 10px;
    margin-bottom: 4px;
    color: #a0ffd3;
    position: relative
}

.ho-talk-label:before {
    content: '';
    background: #a0ffd3;
    left: 28px;
    bottom: 0;
    right: 28px;
    height: 1px;
    position: absolute
}

.ho-talk-bg,
.ho-talk-box {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.ho-talk-box:after,
.ho-talk-box:before {
    background: url('/assets/images/home/square-box.png') center center no-repeat;
    z-index: -1;
    background-size: contain;
    width: 200px;
    height: 190px;
    left: 0;
    top: 0;
    position: absolute;
    content: ''
}

.ho-talk-box:after {
    right: 0;
    left: unset;
    top: unset;
    bottom: 0;
    transform: rotate(180deg)
}

.ho-talk-bg:after,
.ho-talk-bg:before {
    background: url('/assets/images/home/talk-bg.png') center center no-repeat;
    background-size: contain;
    width: 190px;
    height: 68px;
    left: 89px;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: 2
}

.ho-talk-bg:after {
    right: 0;
    left: unset;
    bottom: unset;
    bottom: 0;
    top: 0;
    right: 89px
}

.ho-talk-icon {
    vertical-align: middle;
    margin-right: 8px
}

.ho-talk-call {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 14px 24px 14px 25px;
    margin-left: 20px
}

@media(max-width:991px) {
    .ho-talk-bg:after,
    .ho-talk-bg:before,
    .ho-talk-box:after,
    .ho-talk-box:before {
        display: none
    }
}

@media(max-width:490px) {
    .ho-talk-btn-row {
        flex-wrap: wrap
    }
    .ho-talk-call {
        margin: 10px 20px 0 20px
    }
}

/* Customer Stories */

.ho-stories-box {
    border: 1px solid #d4d4d8;
    border-radius: 30px;
    max-width: 395px;
    margin: 0 auto;
    padding-bottom: 24px;
    overflow: hidden
}

.ho-stories-link {
    font-size: 14px
}

.ho-stories-box .mw-h4 {
    font-weight: var(--fw-medium)
}

/* 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%;
    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%;
        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(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;
    }
}

/* header banner start  */

#timer-button {
    border: none;
    color: var(--azure_clr);
    font-size: 20px;
    font-weight: var(--fw-extra-bold);
    cursor: unset;
    padding: 17px 51px
}

.mw-ban-ttl {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: var(--fw-normal);
}

.mw-h1 {
    max-width: 370px;
    margin: 0;
    font-size: var(--main_ttl_fz);
    color: var(--ttl_clr);
    line-height: 1.3;
    font-weight: var(--fw-bold)
}

.mw-ban-guarantee {
    color: var(--ttl_clr)
}

.mw-guarantee-icon {
    padding-right: 6px;
    display: inline-block;
    position: relative;
    top: 1px
}

.mw-ban-mr {
    margin-right: 16px
}

.mw-ban-img img {
    vertical-align: middle
}

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

.mw-ban-content {
    max-width: 765px;
    margin: 0;
    padding: 0;
}

.mw-ban-btn {
    margin-bottom: 16px
}

.mw-ban-container {
    max-width: 540px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.mw-ban-sprice {
    display: block;
    text-decoration: line-through;
    color: #63798f;
    font-size: 15px
}

.mw-ban-sprice .crncy_fas {
    text-decoration: line-through
}

.mw-ban-price {
    color: var(--ttl_clr);
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center
}

.mw-ban-price b {
    font-size: var(--price_fz);
    font-weight: var(--fw-bold);
    padding-left: 2px
}

.mw-ban-price span {
    font-size: 24px;
    position: relative;
    vertical-align: super;
    top: -7px;
    font-weight: var(--fw-semi-bold)
}

.mw-ban-price1 {
    font-size: 18px;
    font-weight: var(--fw-medium);
    padding-left: 6px;
    padding-top: 18px
}

.mw-ban-pric-p {
    color: var(--sub_ttl_clr);
    font-size: 14px;
    font-weight: var(--fw-normal);
    padding-top: 4px
}

.mw-ban-start {
    font-size: 16px;
    font-weight: var(--fw-normal)
}

.mw-ban-col-5 {
    width: 46%
}

.mw-ban-col-7 {
    display: flex;
    width: 54%
}

.re_month_free {
    font-size: 20px;
    color: var(--azure_clr);
    font-weight: var(--fw-bold);
    margin-top: -25px;
}

@media(max-width:1450px) {
    .re_month_free {
        margin-top: -15px;
    }
}

@media(max-width:1366px) {
    .mw-ban-mr {
        margin-right: 10px;
    }
    .mw-ban-col-5 {
        width: 46%
    }
    .mw-ban-col-7 {
        width: 54%
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .mw-ban-col-7 {
        width: 55%
    }
    .mw-ban-col-5 {
        width: 45%
    }
}

@media(max-width:1230px) {
    .mw-ban-p {
        padding: 14px 0 26px
    }
}

@media(max-width:1024px) {
    .mw-ban-col-5,
    .mw-ban-col-7 {
        width: 100%
    }
    .mw-ban-col-5 {
        display: none
    }
    .mw-ban-col-7 {
        margin: auto;
        padding: 24px 10px 24px
    }
    .mw-ban-content {
        padding: 24px 14px 30px
    }
}

@media(max-width:650px) {
    .mw-d-none {
        display: none
    }
    .mw-ban-container .mw-col-sm-6 {
        width: 100%
    }
}

@media(max-width:768px) {
    .re_month_free {
        font-size: 18px;
    }
}

@media(max-width:600px) {
    .mw-sales-btn {
        display: none;
    }
    .re_month_free {
        padding-bottom: 30px;
    }
    .mw-ban-content {
        padding: 15px 14px
    }
}

@media(min-width:1025px) {
    .mw-h1 {
        max-width: 450px
    }
}

@media(max-width:457px) {
    .mw-ban-mr {
        margin-right: 0;
    }
    .mw-ban-btn {
        max-width: 195px;
        width: 100%;
        order: 1;
    }
    #mw-offer-timer {
        order: 0;
        padding: 15px 20px;
        max-width: 195px
    }
}

.mw-ban-container .mw-row {
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .mw-h1 {
        max-width: 370px !important;
    }
    .mw-ban-content,
    .mw-h1 {
        text-align: center;
        margin: auto;
    }
    .mw-ban-price-row,
    .mw-ban-content .d-flex {
        justify-content: center;
    }
    .re-ban-list_1 {
        display: inline flow-root list-item;
    }
    .mw-ban-col-5 {
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .plan-tab-btn {
        width: 45% !important;
    }
    .plan-tab-btn span {
        display: none;
    }
}

@media (min-width: 768px) {
    .mw-ban-container {
        max-width: 768px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1025px) {
    .mw-ban-container {
        max-width: 1208px;
        padding-top: 30px;
    }
    .mw-ban-content {
        padding-top: unset;
    }
    .mw-ban-col-5 {
        max-width: 650px;
        width: 56.61%;
    }
    .mw-ban-col-7 {
        max-width: 463px;
        width: 40.43%;
    }
}

@media (min-width: 1367px) {
    .mw-ban-container {
        max-width: 1472px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .mw-ban-container .mw-row {
        padding: 0 10px;
    }
    .mw-ban-col-5 {
        max-width: 860px;
        width: 63.5%;
    }
    .mw-ban-col-7 {
        width: 33.76%;
    }
    .mw-h1 {
        max-width: unset !important;
    }
}

@media (max-width: 1366px) {
    .re-banner-list {
        padding-top: 20px;
    }
}

@media (min-width: 1551px) {
    .mw-ban-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.mw-ban-str-price {
    color: #515356 !important;
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: #515356 !important;
    padding-right: 8px
}

.mw-ban-price-row {
    padding: 20px 0 40px;
    flex-wrap: wrap
}

.mw-ban-str-price i.crncy_fas {
    display: inline
}

.mw-ban-price1 {
    padding-left: 2px
}

@media(min-width:1600px) {
    .mw-ban-price b {
        font-size: 46px;
        padding-left: 4px
    }
}

@media(max-width:330px) {
    .mw-ban-str-price {
        font-size: 14px
    }
}

/* header banner end  */

.re-ban-list_1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: var(--sub_ttl_clr);
}

.re-ban-list-img {
    vertical-align: middle
}

.re-ban-list_1 li {
    display: flex;
    width: 100%;
    position: relative;
    font-size: 15px;
    align-items: center;
    position: relative;
    padding: 0 6px 10px 4px;
    text-align: left;
}

.re-ban-list_1 li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    height: 9px;
    background: url('/assets/images/common-icons/check-mark.svg') no-repeat;
    background-size: auto;
    background-size: auto;
}

.re-ban-list_1 li span {
    display: inline;
    margin-left: 16px;
    font-size: 16px;
    color: var(--ttl_clr)
}

@media(max-width:1366px) {
    .mw-ban-price-row {
        padding: 6px 0 18px
    }
    .re-banner-list {
        padding-top: 14px
    }
}

@media(max-width:1150px) {
    .re-ban-list_1 {
        flex-wrap: wrap
    }
}

@media(max-width:1024px) {
    .re-banner-list {
        padding-top: 30px;
        padding-bottom: 18px
    }
}

@media(max-width:768px) {
    .re-ban-list_1 {
        flex-wrap: wrap
    }
}

@media(max-width:600px) {
    .mw-ban-price span {
        font-size: 18px;
    }
    .re-ban-list_1 li {
        width: 100%
    }
    .re-ban-list_1 {
        display: inline-block
    }
    .re-ban-list_1 li {
        font-size: 14px
    }
    .mw-ban-price-row {
        padding: 15px 0 18px
    }
    .re-banner-list {
        padding-top: 25px;
        padding-bottom: 0px
    }
    .re-ban-list_1 li span {
        font-size: 14px;
    }
}

.mw-ban-img {
    background: linear-gradient(128deg, #FFF 27%, rgba(212, 240, 255, .6110819327731092) 50%, #FFF 90%);
    display: flex;
    align-items: end;
    justify-content: center;
}

/* mw_tooltip */

.mw_tooltip-btn {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s ease;
    border-bottom: 1px dashed
}

.mw_tooltip {
    position: absolute;
    bottom: 100%;
    top: 22%;
    right: unset;
    left: -372px;
    transform: translate(48px, -49%);
    background-color: #fff;
    padding: 34px 33px;
    color: var(--ttl_clr);
    border-radius: 20px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    margin-bottom: 8px;
    z-index: 10;
    width: max-content;
    max-width: 308px;
    box-shadow: rgb(67 67 67 / 18%) 0 8px 24px;
    height: max-content;
    line-height: 1.6
}

.mw_tooltip::after {
    content: '';
    position: absolute;
    top: 45%;
    right: -62px;
    transform: translateX(-50%) rotate(273deg);
    border-width: 23px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    box-shadow: rgb(0 0 0 / 0%) 6px 9px 24px;
    border-radius: 12px
}

.mw_tooltip-btn:hover .mw_tooltip {
    opacity: 1
}

@media(max-width:1600px) {
    .mw_tooltip {
        top: -114px;
        left: unset;
        right: -92%;
        bottom: unset
    }
    .mw_tooltip::after {
        content: '';
        position: absolute;
        top: 96%;
        transform: translateX(-50%) rotate(3deg);
        right: unset;
        left: 42%
    }
}

.mw-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: rgb(188, 203, 231);
    font-size: 16px;
}

/* New Tooltip  */

.mw-tooltip-cont {
    font-weight: var(--fw-extra-bold)
}

.mw-tooltip-text {
    position: absolute;
    opacity: 0;
    background: #fff;
    color: #123455;
    font-weight: var(--fw-normal);
    font-size: 14px !important;
    padding: 34px 33px;
    border-radius: 20px;
    box-shadow: rgb(67 67 67/18%)0 8px 24px;
    z-index: 200;
    pointer-events: none;
    max-width: 308px;
    width: max-content;
    line-height: 1.5
}

.mw-tooltip-text.bottom,
.mw-tooltip-text.top {
    transform: translateX(0)
}

.mw-tooltip-text.left,
.mw-tooltip-text.right {
    transform: translateY(0)
}

.mw-tooltip-text:after {
    content: "";
    position: absolute;
    border: 20px solid transparent
}

.mw-tooltip-text.top:after {
    bottom: -10px;
    left: 50%;
    border-bottom-color: #fff;
    transform: translateX(-50%) rotate(-180deg) translateY(-50%)
}

.mw-tooltip-text.bottom:after {
    top: -10px;
    left: 50%;
    border-top-color: #fff;
    transform: translateX(-50%) rotate(-180deg) translateY(50%)
}

.mw-tooltip-text.right:after {
    right: -10px;
    top: 50%;
    border-right-color: #fff;
    transform: translateY(-50%) rotate(-180deg) translateX(-50%)
}

.mw-tooltip-text.left:after {
    left: -10px;
    top: 50%;
    border-left-color: #fff;
    transform: translateY(-50%) rotate(-180deg) translateX(50%)
}

.mw-tooltip-text {
    max-width: 308px
}

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

.mw-hov-tooltip-btn {
    position: relative;
    display: inline-block;
    transition: all .3s ease;
    border-bottom: 1px dashed;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.4;
}

@media (max-width:1024px) {
    .mw-tooltip-text {
        left: 50% !important;
        transform: translateX(-40%) !important;
        width: auto !important;
        max-width: 90vw !important;
        min-width: 280px;
        padding: 20px
    }
    .mw-tooltip-text .img-fluid {
        display: none
    }
}

@media (max-width:768px) {
    .mw-tooltip-text.bottom:after,
    .mw-tooltip-text.left:after,
    .mw-tooltip-text.right:after,
    .mw-tooltip-text.top:after {
        display: none
    }
}

/* box Flip */

.gd-flip-card {
    width: 100%;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.gd-flip-card-back,
.gd-flip-card-front,
.gd-flip-card-inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gd-flip-card-inner {
    position: relative;
    -webkit-transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.gd-flip-card:hover .gd-flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.gd-flip-card-back,
.gd-flip-card-front {
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gd-flip-card-back {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1
}

.gd-flip-card:hover .gd-flip-card-back {
    opacity: 1
}

.gd-flip-card-box-content {
    padding: 18px 6px 16px 20px !important
}

.ho-renowned-border {
    border-bottom: 1px dashed #000;
    display: inline
}

.ho-renowned-box4 {
    padding: 24px 18px 14px 20px
}

@media (max-width:500px) {
    .ho-renowned-box4 {
        padding: 18px 18px 22px 20px;
        height: 100%
    }
    .gd-flip-card {
        height: 228px
    }
    .gd-flip-card-box-content {
        height: 100%
    }
}

@media (max-width:1200px) {
    .ho-renowned-box4 {
        padding: 0
    }
}

/* 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: var(--fw-normal);
    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: var(--fw-semi-bold);
    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:980px) {
    .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%
    }
}

.vp-rquest-br {
    border-right: 1px solid #dfd3fa;
    max-width: 228px;
    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 .mw-h4-p {
    color: var(--ttl_clr)
}

@media(max-width:1200px) {
    .vp-rquest-br {
        max-width: 215px;
        padding-right: 8px
    }
    .vp-request-box {
        max-width: 148px;
        margin: 0
    }
}

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

@media(max-width:768px) {
    .vp-rquest-br {
        max-width: 190px
    }
}

@media(max-width:600px) {
    .vp-request-box {
        max-width: unset;
        text-align: center;
    }
    .vp-request-box2 {
        max-width: 180px;
        text-align: center
    }
    .vp-rquest-br {
        padding-right: 0
    }
    .vp-solution {
        padding-inline: 0;
    }
}

.mw-wt-bg {
    background: unset;
    border: 1px solid;
    border-color: rgb(188, 203, 231);
    font-size: 16px;
}