@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
    --primary-font: "Neue Montreal", sans-serif;
    --secondary-font: "Inter", sans-serif;
    --primary-color: #00a4d9;
    --blue-dark: #0095c6;
    --secondary-color: #42444f;
    --blue-100: #29add8;
    --black: #000000;
    --black-100: #261723;
    --black-200: #494f59;
    --white: #ffffff;
    --light-grey: #e1e4e5;
    --grey-100: #dfe6e8;
    --grey-200: #f4f8f9;
    --grey-300: #73757a;
    --grey-400: #f3f3f3;
    --grey-500: #ededed;
    --grey-600: #f5f5f5;
    --grey-700: #f1f1f1;
    --grey-800: #fdf0e0;
    --grey-900: #f0fcf0;
    --grey-1000: #e6f5f8;
    --red: #f32046;
    --red-dark: #bb2d3b;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Bold.eot");
    src: url("../fonts/NeueMontreal-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-Bold.woff2") format("woff2"),
        url("../fonts/NeueMontreal-Bold.woff") format("woff"),
        url("../fonts/NeueMontreal-Bold.ttf") format("truetype"),
        url("../fonts/NeueMontreal-Bold.svg#NeueMontreal-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-LightItalic.eot");
    src: url("../fonts/NeueMontreal-LightItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-LightItalic.woff2") format("woff2"),
        url("../fonts/NeueMontreal-LightItalic.woff") format("woff"),
        url("../fonts/NeueMontreal-LightItalic.ttf") format("truetype"),
        url("../fonts/NeueMontreal-LightItalic.svg#NeueMontreal-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Light.eot");
    src: url("../fonts/NeueMontreal-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-Light.woff2") format("woff2"),
        url("../fonts/NeueMontreal-Light.woff") format("woff"),
        url("../fonts/NeueMontreal-Light.ttf") format("truetype"),
        url("../fonts/NeueMontreal-Light.svg#NeueMontreal-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-MediumItalic.eot");
    src: url("../fonts/NeueMontreal-MediumItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-MediumItalic.woff2") format("woff2"),
        url("../fonts/NeueMontreal-MediumItalic.woff") format("woff"),
        url("../fonts/NeueMontreal-MediumItalic.ttf") format("truetype"),
        url("../fonts/NeueMontreal-MediumItalic.svg#NeueMontreal-MediumItalic") format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Italic.eot");
    src: url("../fonts/NeueMontreal-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-Italic.woff2") format("woff2"),
        url("../fonts/NeueMontreal-Italic.woff") format("woff"),
        url("../fonts/NeueMontreal-Italic.ttf") format("truetype"),
        url("../fonts/NeueMontreal-Italic.svg#NeueMontreal-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-BoldItalic.eot");
    src: url("../fonts/NeueMontreal-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-BoldItalic.woff2") format("woff2"),
        url("../fonts/NeueMontreal-BoldItalic.woff") format("woff"),
        url("../fonts/NeueMontreal-BoldItalic.ttf") format("truetype"),
        url("../fonts/NeueMontreal-BoldItalic.svg#NeueMontreal-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Regular.eot");
    src: url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-Regular.woff2") format("woff2"),
        url("../fonts/NeueMontreal-Regular.woff") format("woff"),
        url("../fonts/NeueMontreal-Regular.ttf") format("truetype"),
        url("../fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Montreal";
    src: url("../fonts/NeueMontreal-Medium.eot");
    src: url("../fonts/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeueMontreal-Medium.woff2") format("woff2"),
        url("../fonts/NeueMontreal-Medium.woff") format("woff"),
        url("../fonts/NeueMontreal-Medium.ttf") format("truetype"),
        url("../fonts/NeueMontreal-Medium.svg#NeueMontreal-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.error {
    color: var(--red);
    font-size: 12px;
    font-weight: 500;
}

.alert {
    font-size: 14px;
    padding: 8px;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}

.ff-s {
    font-family: var(--secondary-font);
}

.h-40 {
    min-height: 40px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    background-image: none !important;
    background-color: var(--white) !important;
    color: fieldtext !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--secondary-color);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 0px 30px var(--white) !important;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none;
}

.fw-500 {
    font-weight: 500;
}

.btn-danger {
    background-color: var(--red) !important;
}

.btn-danger:hover {
    background-color: var(--red-dark) !important;
    border-color: var(--red-dark) !important;
}

.btn {
    grid-gap: 6px;
}

.btn i {
    line-height: 0;
}

.btn.btn-xs {
    font-size: 14px;
    min-height: 35px;
    letter-spacing: 0.05em;
    padding: 2px 23px;
    font-weight: 500;
    border-radius: 6px;
}

::-moz-placeholder {
    color: rgba(66, 68, 79, 0.3);
    letter-spacing: 0.02;
    font-weight: 500;
    opacity: 1;
}

::placeholder {
    color: rgba(66, 68, 79, 0.3);
    letter-spacing: 0.02;
    font-weight: 500;
    opacity: 1;
}

::-ms-input-placeholder {
    color: rgba(66, 68, 79, 0.3);
    letter-spacing: 0.02;
    font-weight: 500;
    opacity: 1;
}

hr.custom-spacer {
    border-color: #e7e8ed;
    opacity: 1;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}

img {
    max-width: 100%;
}

.btn {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 30px;
    letter-spacing: 0.05em;
    font-weight: 500;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.btn[class*="btn-outline"] {
    border-width: 1px !important;
    border-style: solid !important;
}

.btn-outline-secondary {
    border-color: #dbdce3 !important;
    color: var(--secondary-color);
}

.btn-outline-secondary:hover {
    border-color: #dbdce3 !important;
    background-color: #dbdce3;
    color: var(--secondary-color);
}

.btn-secondary {
    background: rgba(6, 19, 44, 0.06) !important;
    color: var(--secondary-color);
}

.btn-secondary:hover {
    background: rgba(6, 19, 44, 0.2) !important;
    color: var(--secondary-color);
}

.s-large {
    min-height: 50px;
}

.btn-small {
    font-size: 16px;
    min-height: 45px;
}

.btn-large {
    min-height: 50px;
    border-radius: 8px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:disabled {
    background-color: #c8cfd1;
    border-color: #c8cfd1;
}

.btn-primary:hover {
    background-color: var(--blue-100);
    border-color: var(--blue-100);
}

.btn-primary:active,
.btn-primary.active {
    background-color: #03a6db !important;
}

.btn-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--secondary-color);
}

.btn-white:hover {
    background-color: var(--grey-400);
    border-color: var(--grey-400);
}

.container {
    max-width: 1224px;
}

.container-narrow {
    max-width: 804px;
}

.container-small {
    max-width: 970px;
}

.blue-linear-gradient,
.top-progress-bar .progress-bar {
    background: rgb(0, 164, 217);
    background: linear-gradient(90deg,
            rgb(0, 164, 217) 0%,
            rgb(0, 231, 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4d9", endColorstr="#00e7f5", GradientType=1);
}

.blue-gradient,
.pricing-wrapper .price-card-wrapper.popular-plan,
.stats-inner {
    background: rgb(60, 202, 248);
    background: radial-gradient(circle,
            rgb(60, 202, 248) 0%,
            rgb(0, 164, 217) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ccaf8", endColorstr="#00a4d9", GradientType=1);
}

button.navbar-toggler[aria-expanded="true"]:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5098039216);
    z-index: -1;
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../images/close.svg);
    background-size: 16px;
    width: 30px;
    height: 30px;
    background-position: right center;
}

button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(../images/menu.svg);
    background-size: 22px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: right center;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
}

header a.navbar-brand {
    padding: 0;
}

header .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: var(--black-100);
    position: relative;
}

header .navbar-expand-sm .navbar-nav .nav-link:not(.active):hover {
    color: var(--black-200);
}

header .navbar-expand-sm .navbar-nav .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 25px;
    height: 2px;
    background-color: var(--black-100);
}

header li.nav-item {
    margin-left: 40px;
}

header li.nav-item:last-child {
    margin-left: 10px;
}

.navbar.active {
    background-color: var(--white);
    border-bottom: 1px solid var(--grey-100);
}

.gradient-banner {
    overflow: hidden;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fdff", endColorstr="#d8f5ff", GradientType=1);
    background: rgb(248, 253, 255);
    background: radial-gradient(circle,
            rgb(248, 253, 255) 0%,
            rgb(216, 245, 255) 100%);
}

.gradient-banner .graphics {
    position: absolute;
}

.gradient-banner .graphics.big-ring {
    top: 0;
    left: 0;
    right: 0;
    max-height: 80%;
    animation: fadeIn 10s ease-in-out infinite;
    margin: auto;
    bottom: 0;
}

.gradient-banner .graphics.ring-left {
    top: -65px;
    left: 230px;
    animation: myrotatevertical 100s infinite;
}

.gradient-banner .graphics.ring-right {
    bottom: 90px;
    right: 70px;
    animation: myrotate360 100s infinite;
}

.gradient-banner .graphics.double-ring {
    right: -40px;
    top: 137px;
    animation: myrotate360 70s infinite;
}

.gradient-banner .graphics.ball-shape {
    bottom: 75px;
    left: -15px;
    animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20px);
    }
}

@keyframes myrotate360 {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes myrotatevertical {
    from {
        transform: rotate3d(1, 1, 1, 0deg);
    }

    to {
        transform: rotate3d(1, 1, 1, 360deg);
    }
}

@keyframes ScaleIn {
    0% {
        transform: scaleY(0.95);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0.95);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.8;
        transform: scale(0.95);
        transform-origin: center;
    }

    50% {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }

    100% {
        opacity: 0.8;
        transform: scale(0.95);
        transform-origin: center;
    }
}

.gradient-banner .banner-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: max(75vh, 680px);
    gap: 40px;
    padding: 140px 0px 100px 0px;
}

.gradient-banner .banner-content-inner .banner-right-image-banner {
    flex: 0 0 44%;
    text-align: right;
}

.gradient-banner .banner-content-inner .banner-left-text {
    flex: 1;
    max-width: 100%;
}

.gradient-banner .banner-content-inner .banner-heading {
    font-size: 50px;
    font-weight: 700;
    font-family: var(--secondary-font);
    max-width: 900px;
    margin: 0 auto 10px auto;
}

.gradient-banner .banner-content-inner .banner-description {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.45em;
    color: var(--black-200);
    margin: 0 0 20px 0;
    max-width: 500px;
}

.gradient-banner .compare_banner .banner-content-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: unset;
    flex-direction: column;
}

.steps-main-wrapepr {
    position: relative;
}

.steps-main-wrapepr .steps-outer {
    display: flex;
}

.steps-main-wrapepr .right-steps-container {
    padding: 100px 0 50px 0;
    flex: 1;
    max-width: 100%;
    flex-direction: column;
    grid-gap: 100px;
    display: flex;
    padding-left: 106px;
}

.steps-main-wrapepr .left-steps-progress {
    flex-basis: auto;
    position: relative;
    margin-top: 112px;
    margin-left: 10px;
}

.steps-main-wrapepr .left-steps-progress:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, #d8dcdd, rgba(216, 220, 221, 0.1));
}

.steps-main-wrapepr .step-outer {
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

.steps-main-wrapepr .step-outer.direction-reverse {
    flex-direction: row-reverse;
}

.steps-main-wrapepr .step-outer.direction-reverse .step-des {
    margin-right: auto;
}

.steps-main-wrapepr .step-des {
    display: flex;
    flex: 0 0 60%;
    max-width: 550px;
    align-items: flex-start;
    margin-left: auto;
}

.steps-main-wrapepr .step-count {
    aspect-ratio: 1/1;
    width: 80px;
    border-radius: 50%;
    background: rgba(0, 164, 217, 0.05);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 500;
    margin-right: 20px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-family: var(--secondary-font);
}

.steps-main-wrapepr .step-text {
    flex: 1;
    max-width: 100%;
}

.steps-main-wrapepr .step-text h3 {
    font-size: 32px;
    letter-spacing: 0em;
    margin-bottom: 15px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

.steps-main-wrapepr .step-text p {
    letter-spacing: 0.03em;
    line-height: 145%;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-200);
}

.steps-main-wrapepr .step-img {
    flex: 1 1 40%;
    max-width: 40%;
}

.steps-main-wrapepr .steps-progress-headign {
    writing-mode: tb;
    transform: scale(-1);
    font-size: 24px;
    font-weight: 600;
    color: var(--black-100);
    letter-spacing: 0.4em;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: var(--secondary-font);
}

.steps-main-wrapepr .steps-progress-headign.show-in-center {
    transform: none;
    position: unset;
    text-align: center;
    writing-mode: unset;
    padding-bottom: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 42px;
    color: var(--secondary-font);
}

.steps-main-wrapepr .steps-dot {
    width: 30px;
    height: 30px;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--light-grey);
    position: absolute;
    right: -14px;
    top: 0px;
    z-index: 1;
}

.steps-main-wrapepr .steps-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
    animation: simple-pulse 1.5s linear infinite;
}

.steps-main-wrapepr .right-ring-steps {
    position: absolute;
    right: 20px;
    animation: ScaleIn 2s infinite;
    bottom: 40%;
}

.steps-main-wrapepr .left-ring-steps {
    position: absolute;
    left: 0;
    top: 188px;
}

@keyframes simple-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 164, 217, 0.8);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 164, 217, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 164, 217, 0);
    }
}

.access-main-wrapper {
    padding-top: 60px;
}

.access-wrapper-inner {
    background: var(--grey-200);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding: 70px 60px;
    max-width: 1050px;
    margin: 0 auto;
    z-index: 1;
}

.access-wrapper-inner h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: var(--secondary-font);
    letter-spacing: 0em;
}

.access-wrapper-inner p {
    font-family: var(--secondary-font);
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 145%;
    font-size: 16px;
}

img.access-top-left-icon {
    position: absolute;
    top: -45px;
    left: -42px;
    z-index: -1;
}

h3.form-heading {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
}

.form-heading-wrapper {
    margin-bottom: 30px;
}

.form-heading-wrapper ul {
    margin-top: 20px;
}

.form-modal-wrapper label.form-label {
    letter-spacing: 0.02em;
}

label.form-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    grid-gap: 8px;
}

label.form-label.required {
    display: inline-block;
}

label.form-label.required>span {
    color: #bf2430;
}

label.form-label.with-help-text {
    position: relative;
    width: 100%;
    padding-right: 60px;
}

label.form-label.with-help-text .help-text {
    width: auto;
    display: inline-block;
    margin-left: auto;
    color: #94959c;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 160px;
    text-align: right;
}

.input-wrapper {
    margin-bottom: 15px;
}

.input-wrapper.form-label {
    border-bottom: 1px solid #e7e8ed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.input-wrapper.form-label label {
    margin-bottom: 0;
}

.s-small {
    min-height: 35px;
    font-size: 14px;
}

.form-control {
    min-height: 45px;
    border: 1px solid var(--grey-100);
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
    color: var(--secondary-color);
}

form button[type="submit"] {
    margin-top: 15px;
}

.access-main-wrapper {
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
}

.access-main-wrapper .spiral-ball {
    position: absolute;
    right: -50px;
    bottom: -50px;
    max-width: 250px;
    height: auto;
}

.stats-inner {
    border: 1px solid var(--blue-100);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 40px 0px 0px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 100px 60px;
    width: 90%;
    margin-left: auto;
}

.stats-inner img.wave-img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.stats-inner img.left-ringg {
    position: absolute;
    top: 0px;
    left: 60%;
    z-index: -1;
}

.stats-inner img.right-ringg {
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: -1;
}

.stats-inner .stats-right {
    display: flex;
    justify-content: space-between;
}

.stats-inner .stats-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    max-width: 100%;
}

.stats-inner .stats-card img {
    height: 50px;
    max-width: 50px;
    margin-bottom: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.stats-inner .stats-card h5 {
    font-size: 36px;
    color: var(--white);
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 7px;
}

.stats-inner .stats-card p {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    font-family: "Inter";
}

.stats-inner h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    font-family: "Inter";
    margin-bottom: 10px;
}

.stats-inner p {
    font-size: 14px;
    color: var(--white);
    letter-spacing: 0.03em;
    line-height: 1.45em;
    margin-bottom: 10px;
}

.stats-inner p:last-child {
    margin-bottom: 0;
}

.stats-inner h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    font-family: "Inter";
    margin-bottom: 10px;
    margin-top: 30px;
}

section.stats-wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
}

.pricing-wrapper {
    padding: 100px 0 16px 0;
}

.pricing-wrapper .container {
    max-width: 1600px;
}

.pricing-wrapper .pricing-table-wrapper {
    align-items: flex-end;
}

.pricing-wrapper .price-card-wrapper {
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e3e3e3;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.pricing-wrapper .price-card-wrapper .bg-graphic {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: -1;
    max-width: 120px;
}

.pricing-wrapper .price-card-wrapper.popular-plan {
    border: 1px solid var(--blue-100);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.pricing-wrapper .price-card-wrapper.popular-plan .card-heading {
    color: var(--white);
}

.pricing-wrapper .price-card-wrapper.popular-plan .card-price ul li,
.pricing-wrapper .price-card-wrapper.popular-plan .card-price p,
.pricing-wrapper .price-card-wrapper.popular-plan .card-price h4,
.pricing-wrapper .price-card-wrapper.popular-plan .card-price h4 span {
    color: var(--white);
}

.pricing-wrapper .price-card-wrapper.popular-plan .card-price ul li img {
    background: rgba(255, 255, 255, 0.2);
}

.pricing-wrapper .price-card-wrapper.popular-plan .card-price ul li.cancel-list img {
    background: rgba(255, 255, 255, 0.1);
}

.pricing-wrapper .price-card-wrapper .popuplar-tag {
    color: var(--secondary-color);
    font-size: 12px;
    background: var(--white);
    position: absolute;
    top: 20px;
    transform: rotate(-45deg);
    left: -50px;
    letter-spacing: 0.05em;
    line-height: 140%;
    padding: 0 50px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pricing-wrapper .price-card-wrapper .price-card-wrapper.popular-plan {
    color: var(--white);
}

.pricing-wrapper .price-card-wrapper .price-card-wrapper.popular-plan .card-price ul li img {
    background: #42c2ea;
}

.pricing-wrapper .card-heading {
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e6e1e1;
    margin-bottom: 25px;
    font-size: 20px;
    padding-bottom: 25px;
    letter-spacing: 0.05em;
}

.pricing-wrapper .pricing-inner h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.pricing-wrapper .card-price {
    text-align: center;
}

.pricing-wrapper .card-price h4 {
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 15px;
}

.pricing-wrapper .card-price h4 span {
    font-size: 13px;
    font-weight: 500;
    color: var(--black-200);
}

.pricing-wrapper .card-price p {
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: var(--black-200);
}

.pricing-wrapper .card-price ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0px 0;
}

.pricing-wrapper .card-price ul li {
    letter-spacing: 0.05em;
    color: var(--black-200);
    line-height: 140%;
    margin-bottom: 10px;
    display: flex;
    grid-gap: 8px;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    font-size: 14px;
}

.pricing-wrapper .card-price ul li:last-child {
    margin-bottom: 0;
}

.pricing-wrapper .card-price ul li.cancel-list img {
    background: rgba(66, 68, 79, 0.08);
    padding: 5px;
}

.pricing-wrapper .card-price ul li img {
    flex: 0 0 20px;
    min-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px;
    background: rgba(0, 164, 217, 0.2);
}

.pricing-wrapper button {
    margin: 0 auto;
}

section.faq-wrapper {
    padding: 100px 0;
    background-image: url(../images/faq1.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

section.faq-wrapper h2.section.-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    font-family: var(--secondary-font);
}

section.faq-wrapper .accordion-item {
    border-radius: 0;
    border-width: 0 0 1px 0;
    margin-bottom: 10px;
}

section.faq-wrapper button.accordion-button {
    padding: 12px 20px 24px 0;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    display: flex;
    align-items: flex-start;
    grid-gap: 8px;
}

section.faq-wrapper button.accordion-button::after {
    content: "";
    width: 14px;
    height: 14px;
    background-size: contain;
    background-image: url(../images/plus.svg);
    right: 0;
    position: absolute;
    top: 15px;
    transform: none;
    background-position: center;
}

section.faq-wrapper button.accordion-button:not(.collapsed):after {
    background-image: url(../images/minus.svg);
}

section.faq-wrapper button.accordion-button span {
    flex: 1 1 20px;
    max-width: 20px;
}

section.faq-wrapper .accordion-body {
    padding: 0px 20px 25px 28px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 140%;
}

footer {
    padding: 20px 28px;
    background: #f1f5f6;
}

footer .footer-desc {
    background-color: var(--white);
    padding: 60px 30px;
    border-radius: 30px;
    max-width: max(440px, 90%);
}

footer .footer-desc a {
    margin-bottom: 35px;
    display: inline-block;
}

footer .footer-desc p {
    letter-spacing: 0.02em;
    line-height: 140%;
    margin-bottom: 0;
    color: var(--black-200);
    font-size: 16px;
}

footer .footer-list-wrapper h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}

footer ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.footer-list li {
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}

footer ul.footer-list a {
    color: var(--grey-300);
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 140%;
}

footer ul.footer-list a:hover {
    color: var(--secondary-color);
}

footer ul.social-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    grid-gap: 10px;
    margin: 0;
}

footer ul.social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

footer ul.social-list li a:hover {
    background: rgba(0, 164, 217, 0.14);
}

footer ul.social-list li a img {
    max-width: 15px;
    max-height: 15px;
}

.website-logo {
    margin-bottom: 30px;
    display: inline-block;
}

body.grdient-pages,
body.gradient-pages {
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/top-gradient.png),
        url(../images/bottom-gradient.png);
    flex-direction: column;
    min-height: 100vh;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: center top, center bottom;
}

body.grdient-pages section,
body.gradient-pages section {
    width: 100%;
}

.form-modal-wrapper {
    background: var(--white);
    box-shadow: 0px 13px 60px -12px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 40px;
    max-width: 680px;
    margin: 0 auto;
}

.form-modal-wrapper.with-bdr {
    border: 1px solid var(--grey-500);
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.05);
}

.form-modal-wrapper.md-small {
    max-width: 520px;
}

.form-check-input[type="checkbox"]:not(:checked) {
    border-color: #dfe2e8;
}

label.form-check-label {
    font-size: 14px;
    color: var(--black-200);
    line-height: 1.25em;
}

.form-check-input[type="checkbox"] {
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81411 0.180776C7.56659 -0.0603348 7.16466 -0.0601828 6.9168 0.180776L2.8783 4.10962L1.08335 2.3635C0.835501 2.12239 0.433739 2.12239 0.185888 2.3635C-0.0619628 2.60461 -0.0619628 2.99545 0.185888 3.23656L2.42947 5.41913C2.55332 5.53961 2.71571 5.6 2.87812 5.6C3.04053 5.6 3.20309 5.53976 3.32693 5.41913L7.81411 1.05382C8.06196 0.812876 8.06196 0.421872 7.81411 0.180776Z" fill="white"/></svg>');
    background-position: center;
    background-size: 8px;
    background-color: var(--primary-color);
    border-color: var(--blue-dark);
}

.form-check {
    padding-left: 22px;
}

.form-modal-wrapper h3.form-heading {
    font-size: 24px;
    max-width: 550px;
    min-height: unset;
}

.form-control:focus {
    border-color: var(--primary-color);
}

input[type="password"]::-moz-placeholder {
    position: relative;
    top: 5px;
    font-size: 20px;
}

input[type="password"]::placeholder {
    position: relative;
    top: 5px;
    font-size: 20px;
}

.p.step-count {
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.25;
}

p {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    font-size: 14px;
}

.form-heading-wrapper p.step-count {
    letter-spacing: 0.02em;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.25;
}

.form-heading-wrapper ul li {
    letter-spacing: 0.02em;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.25;
}

.form-heading-wrapper p {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 5px;
}

.welcome-popup h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    line-height: 1.22;
}

.welcome-popup h1.small {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: flex-start;
    flex-flow: wrap;
    grid-gap: 5px;
}

.welcome-popup h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.welcome-popup h5 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 140%;
    margin-bottom: 15px;
}

.welcome-popup h5:last-child {
    margin-bottom: 0;
}

.welcome-popup a.btn {
    margin-top: 10px;
    min-width: 155px;
}

.welcome-popup p.hand-icon {
    font-size: 52px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}

.btn-wrapper-form {
    display: flex;
    grid-gap: 8px;
    align-items: center;
    margin-top: 30px;
}

.btn-wrapper-form button[type="submit"] {
    margin-top: 0;
}

.check-box-type-radio {
    display: flex;
    flex-flow: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 20px;
    grid-gap: 16px 0;
}

.check-box-type-radio.desktop-3-column label.form-check-label {
    min-width: 140px;
}

.check-box-type-radio .form-check-outer {
    padding-left: 8px;
    padding-right: 8px;
}

.check-box-type-radio .form-check {
    border: 1px solid var(--grey-500);
    position: relative;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1;
}

.check-box-type-radio .form-check-input[type="radio"],
.check-box-type-radio .form-check-input[type="checkbox"] {
    border: 1px solid var(--grey-500);
    border-radius: 4px;
    top: 2px;
    position: absolute;
    outline: none;
    box-shadow: none;
    left: 10px;
    margin-left: 0;
}

.check-box-type-radio label.form-check-label {
    position: relative;
    color: var(--secondary-color);
    font-size: 14px;
    letter-spacing: 0;
    min-width: 90px;
    padding: 5px 10px 5px 32px;
    line-height: 1.286em;
    width: 100%;
    cursor: pointer;
    white-space: unset;
    word-break: break-all;
}

.check-box-type-radio .form-check-input:checked[type="radio"],
.check-box-type-radio .form-check-input:checked[type="checkbox"] {
    background-image: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81411 0.180776C7.56659 -0.0603348 7.16466 -0.0601828 6.9168 0.180776L2.8783 4.10962L1.08335 2.3635C0.835501 2.12239 0.433739 2.12239 0.185888 2.3635C-0.0619628 2.60461 -0.0619628 2.99545 0.185888 3.23656L2.42947 5.41913C2.55332 5.53961 2.71571 5.6 2.87812 5.6C3.04053 5.6 3.20309 5.53976 3.32693 5.41913L7.81411 1.05382C8.06196 0.812876 8.06196 0.421872 7.81411 0.180776Z" fill="white"/></svg>');
    background-position: center;
    background-size: 8px;
    background-color: var(--primary-color);
    border-color: var(--blue-dark);
}

.list-with-arrow-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}

.list-with-arrow-icon li {
    color: var(--black-200);
    font-size: 14px;
    letter-spacing: 0.02em;
    width: 100%;
    padding-left: 25px;
    background-image: url('data:image/svg+xml,<svg width="18" height="11" viewBox="0 0 18 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1806 0.212051L17.788 4.81944C18.0707 5.10218 18.0707 5.56058 17.788 5.84331L13.1806 10.4507C12.8978 10.7334 12.4394 10.7334 12.1567 10.4507C11.874 10.168 11.874 9.70957 12.1567 9.42684L15.5282 6.05536L-5.29376e-07 6.05536L-4.02791e-07 4.60739L15.5282 4.60739L12.1567 1.23592C11.874 0.953183 11.874 0.494783 12.1567 0.212051C12.4394 -0.0706821 12.8978 -0.070682 13.1806 0.212051Z" fill="%23BEC4CC"/></svg>');
    background-position: top left;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-y: 4px;
}

.list-with-arrow-icon li a {
    color: inherit;
    text-decoration: underline;
}

.diamond-shape-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.diamond-shape-list li {
    color: var(--black-200);
    font-size: 14px;
    letter-spacing: 0.02em;
    width: 100%;
    padding-left: 15px;
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3.53564" width="5" height="5" transform="rotate(45 3.53564 0)" fill="%23BEC4CC"/></svg>');
    background-position: top left;
    background-size: 5;
    background-repeat: no-repeat;
    background-position-y: 4px;
}

.top-progress-bar {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    border-radius: 0;
    height: 8px;
}

.list-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.list-box p {
    color: var(--black-200);
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.add-domain-btn a {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    grid-gap: 3px;
    margin-top: 5px;
}

.add-domain-btn a:hover {
    color: var(--blue-100);
}

.multiple-input .input-wrapper:last-child {
    margin-bottom: 0;
}

.desktop-3-column .form-check-outer {
    flex: 1 1 33.3%;
    max-width: 33.3%;
}

.with-delete-btn {
    display: flex;
    align-items: flex-start;
    grid-gap: 0 10px;
    flex-flow: wrap;
}

.with-delete-btn input {
    flex: 1;
    max-width: 100%;
}

.with-delete-btn input.checked {
    background-image: url(../images/green-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    padding-right: 25px;
    background-size: 14px;
}

.with-delete-btn input.crossed {
    background-image: url(../images/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    padding-right: 25px;
    background-size: 12px;
    background-position-y: center;
}

.with-delete-btn input.loading {
    background-image: url(../images/Rolling.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    padding-right: 25px;
    background-size: 20px;
}

.with-delete-btn .delete-btn {
    border: 1px solid #f0f0f0;
    box-shadow: none;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    top: 7.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-form {
    max-width: 55%;
    flex: 1 1 55%;
}

.payment-form .form-modal-wrapper.with-bdr {
    padding: 25px 20px 30px;
    border-radius: 15px;
}

.payment-form .card-accept-wrapper {
    display: flex;
    justify-content: space-between;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    margin-top: 5px;
}

.payment-form .card-accept-wrapper p {
    font-weight: 500;
}

.payment-form hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment-form ul.card-list {
    display: flex;
    list-style: none;
    padding: 0;
    flex-flow: wrap;
    margin: 0;
    justify-content: center;
}

.payment-form ul.card-list li {
    flex: 1 1 42px;
    max-width: 42px;
}

.payment-form h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}

.payment-detail {
    flex: 1 1 45%;
    max-width: 45%;
}

.payment-detail .form-modal-wrapper.with-bdr {
    padding: 25px 20px 30px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-payment.section {
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--secondary-font);
}

.top-payment.section h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.25;
}

.top-payment.section h2 {
    color: var(--primary-color);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
}

.secure-payment-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    grid-gap: 5px;
    background: #eef2f4;
    border-radius: 17px;
    padding: 5px 12px;
    min-height: 31px;
}

.secure-payment-wrapper svg {
    width: 12px;
    height: auto;
}

.secure-payment-wrapper p {
    font-weight: 500;
    font-size: 13px;
}

.order-summary-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}

.order-summary-wrapper .order-summary-tb-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    margin-bottom: 18px;
}

.order-summary-wrapper .tb-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -6px;
}

.order-summary-wrapper .tb-col {
    flex: 1;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 500;
}

.order-summary-wrapper .tb-col:last-child {
    text-align: right;
    font-weight: 400;
}


.coupan-apply-wraper {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.coupan-apply-wraper input {
    padding-right: 70px;
    font-size: 14px;
    min-height: 35px;
}

.coupan-apply-wraper .btn-text {
    position: absolute;
    top: 48px;
    right: 30px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
    line-height: 1.25;
    min-height: unset;
}

.delete-btn .modal-dialog {
    max-width: 330px !important;
}

.success-modal .btn-wrapper,
.delete-btn .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.success-modal .modal-body,
.delete-btn .modal-body {
    padding: 50px;
    text-align: center;
}

.success-modal h2,
.delete-btn h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}

.success-modal img.status-icon,
.delete-btn img.status-icon {
    margin-bottom: 20px;
}

.success-modal h3,
.delete-btn h3 {
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}

.success-modal p,
.delete-btn p {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: rgba(73, 79, 89, 0.7);
    line-height: 1.4;
}

.success-modal ul,
.delete-btn ul {
    padding-left: 0;
}

.success-modal ul li,
.delete-btn ul li {
    text-align: left;
}

.success-modal .btn,
.delete-btn .btn {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    min-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.tb-outer .tb-row {
    display: flex;
    margin: 0 -7px;
}

.tb-outer .tb-col {
    flex: 1 1 80%;
    max-width: 80%;
    padding: 7px;
    font-size: 14px;
    color: var(--black-200);
    letter-spacing: 0.02em;
}

.tb-outer .tb-col:last-child {
    flex: 1 1 20%;
    max-width: 20%;
    text-align: right;
}

.tb-outer .input-wrapper {
    margin-bottom: 0;
}

.tb-outer .t-foot {
    border-top: 1px solid #f2f2f2;
    padding-top: 8px;
    margin-top: 13px;
    border-top: 1px solid #f2f2f2;
}

.tb-outer .modal-body {
    padding: 15px 25px;
}

.tb-outer .tb-head .tb-col {
    font-weight: 600;
    font-size: 13px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
}

.tb-outer .t-foot .tb-row:last-child .tb-col {
    padding-bottom: 0;
}

.common-modal .popup-inputs {
    row-gap: 10px;
}

.common-modal .modal-dialog {
    max-width: 680px;
    width: 95%;
}

.common-modal .modal-header {
    padding: 20px 0;
    margin: 0 30px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.1);
}

.common-modal .modal-title {
    font-size: 18px;
    line-height: 1;
    color: var(--secondary-color);
    letter-spacing: 0.05em;
}

.common-modal button.btn-close {
    width: 14px;
    height: 14px;
    padding: 0;
    background-size: 14px;
    margin: 0 0 0 auto;
    opacity: 1;
    outline: none;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239D9FA8'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.common-modal button.btn-close:hover {
    opacity: 0.8;
}

.common-modal .modal-footer {
    margin: 0 30px;
    padding: 20px 0 40px 0px;
    justify-content: flex-start;
    grid-gap: 10px;
}

.common-modal .modal-footer.wtht-border {
    border: 0;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 30px;
}

.common-modal .modal-footer .btn {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    min-height: 35px;
    padding: 5px 15px;
    min-width: 106px;
    font-weight: 500;
    line-height: 0.9;
    border-radius: 6px;
}

.common-modal .modal-body {
    padding: 20px 30px;
}

.common-modal .modal-body .form-control {
    min-height: 40px;
}

.cta-banner-wraper .imagbx {
    text-align: center;
}

.steps-main-wrapepr .right-ring-steps {
    z-index: -1;
}

header li.nav-item .btn.active:after {
    display: none;
}

div#card-element {
    min-height: 45px;
    border: 1px solid var(--grey-100) !important;
    border-radius: 6px;
    padding: 12px 12px 9px 12px;
}

#nameserver-list {
    margin-top: 30px !important;
}

#nameserver-list ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 0;
}

#nameserver-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    justify-content: space-between;
}

#nameserver-list ul li a {
    cursor: pointer;
}

#nameserver-list ul li a svg {
    width: 15px;
    height: auto;
    margin: 0;
}

#nameserver-list ul li a.copy-icon {
    position: relative;
}

#nameserver-list ul li a.copy-icon p.copy-toast {
    position: absolute;
    top: 100%;
    font-size: 12px;
    letter-spacing: 0;
    background: #fff;
    z-index: 9;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #dedede;
    right: 0;
    display: none;
}

#nameserver-list ul li span.copy-alert {
    position: absolute;
    white-space: nowrap;
    background: #fff;
    top: -2px;
    border: 1px solid #dedede;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
    right: 20px;
    letter-spacing: 0.03em;
    display: none;
}

#nameserver-list h5 {
    text-align: left;
    margin: 20px 0 5px 0;
    font-size: 18px;
}

#nameserver-list h5 strong {
    font-weight: 600 !important;
}

.top-payment h5 {
    display: inline-flex;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 4px 12px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
}

.top-payment .smltitle {
    font-size: 13px;
    font-weight: 400;
    color: #42444f;
    max-width: 280px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.top-payment .smltitle span {
    color: var(--primary-color);
    font-weight: 700;
}

.top-payment .price-paln {
    margin-bottom: 20px;
}

.top-payment .price-paln del {
    font-size: 16px;
    font-weight: 600;
    padding-right: 4px;
}

.top-payment .price-paln .total-pricevalue {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
}


.automation-domain-list ul li {
    font-size: 15px;
    margin-top: 7px;
}

.automation-btns button {
    padding: 7px;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

@media (min-width: 992px) {
    .desktop-3-column {
        max-width: 470px;
    }

    .footer-list-wrapper {
        padding: 30px 0;
    }
}

@media (max-width: 1300px) {
    .gradient-banner .graphics.ball-shape {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .steps-main-wrapepr .steps-progress-headign.show-in-center {
        font-size: 32px;
    }

    .pricing-wrapper .pricing-table-wrapper {
        align-items: flex-start;
        row-gap: 24px;
    }

    .gradient-banner .banner-content-inner .banner-heading {
        font-size: 40px;
        max-width: 510px;
        margin-left: 0;
    }

    .gradient-banner .banner-content-inner .banner-description {
        font-size: 18px;
    }

    .steps-main-wrapepr .step-text h3,
    .stats-inner .stats-card h5,
    .access-wrapper-inner h2 {
        font-size: 28px;
    }

    .stats-inner .stats-card {
        flex: 1 1 50%;
        max-width: 50%;
    }

    .stats-inner .stats-right {
        flex-flow: wrap;
    }

    .pricing-wrapper .card-price h4 {
        font-size: 32px;
    }

    section.faq-wrapper h2.section.-heading,
    .pricing-wrapper .pricing-inner h2 {
        font-size: 32px;
    }

    .stats-inner h3 {
        font-size: 24px;
    }

    .steps-main-wrapepr .step-count {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .gradient-banner .banner-content-inner .banner-heading {
        font-size: 28px;
        max-width: 350px;
    }

    .welcome-popup h1 {
        font-size: 32px;
    }

    .form-modal-wrapper h3.form-heading {
        font-size: 20px;
    }

    .form-modal-wrapper .form-heading-wrapper {
        margin-top: 0;
    }

    footer .footer-desc {
        max-width: 100%;
        margin-bottom: 30px;
        padding: 40px 20px;
    }

    footer {
        padding: 20px 0;
    }

    .stats-inner {
        padding: 80px 20px;
        width: 100%;
        border-radius: 0;
    }

    .access-wrapper-inner {
        padding: 50px 20px;
    }

    .gradient-banner .banner-content-inner {
        padding: 120px 0px 80px 0px;
    }

    .steps-main-wrapepr .right-steps-container {
        padding: 80px 0;
        padding-left: 40px;
    }

    .access-main-wrapper {
        padding-bottom: 80px;
    }

    .pricing-wrapper {
        padding-top: 80px;
    }

    section.faq-wrapper {
        padding: 80px 0;
    }

    .access-main-wrapper .spiral-ball {
        width: 90px;
        height: 90px;
        right: -10px;
        bottom: -10px;
    }

    .steps-main-wrapepr .right-ring-steps {
        width: 100px;
        bottom: 34%;
    }

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .steps-main-wrapepr .left-ring-steps {
        width: 80px;
        top: 45%;
    }

    .pricing-wrapper .price-card-wrapper {
        padding: 30px 20px;
    }

    .website-logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {

    /* width */
    ::-webkit-scrollbar {
        width: 6px;
        border-radius: 10px;
        height: 6px;
        scrollbar-width: thin;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #cfcfcf;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(161, 161, 161);
        border-radius: 10px;
    }

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

@media (max-width: 767px) {
    .steps-main-wrapepr .steps-progress-headign.show-in-center {
        font-size: 28px;
    }

    .top-payment.section {
        margin-bottom: 0px;
    }

    .payment-form .form-modal-wrapper.with-bdr,
    .payment-detail .form-modal-wrapper.with-bdr {
        padding: 20px 15px 20px;
    }

    .payment-form,
    .payment-detail {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .payment-form {
        margin-bottom: 30px;
    }

    .top-payment.section h2 {
        font-size: 24px;
    }

    .desktop-3-column .form-check-outer {
        flex: 1 1 50%;
        max-width: 50%;
    }

    #domain-suggestions .form-check-outer {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .check-box-type-radio {
        grid-gap: 8px 0;
        margin-left: -4px;
        margin-right: -4px;
    }

    .check-box-type-radio .form-check-outer {
        padding-left: 4px;
        padding-right: 4px;
    }

    .check-box-type-radio label.form-check-label {
        min-width: unset;
    }

    .form-modal-wrapper {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .steps-main-wrapepr .steps-progress-headign {
        padding-right: 0;
    }

    .gradient-banner .banner-content-inner .banner-description {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
        min-height: 40px;
        padding: 8px 20px;
    }

    .gradient-banner .graphics.big-ring {
        max-width: 70%;
    }

    .gradient-banner .graphics.double-ring {
        width: 80px;
        top: 90px;
    }

    .gradient-banner .graphics.ring-right {
        width: 70px;
        bottom: 20px;
        right: 20px;
    }

    .gradient-banner .graphics.ball-shape {
        bottom: 30px;
        width: 60px;
    }

    .steps-main-wrapepr .steps-progress-headign {
        padding-right: 0;
    }

    .steps-main-wrapepr .right-steps-container {
        padding-left: 15px;
        padding-top: 40px;
        padding-bottom: 20px;
        grid-gap: 40px 0;
    }

    .steps-main-wrapepr .step-count {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .steps-main-wrapepr .step-text h3,
    .stats-inner .stats-card h5,
    .access-wrapper-inner h2 {
        font-size: 24px;
    }

    .stats-inner img.wave-img {
        min-height: 190px;
    }

    .pricing-wrapper {
        padding-top: 40px;
    }

    .pricing-wrapper .card-heading {
        font-size: 20px;
    }

    .pricing-wrapper .card-price h4 span {
        font-size: 12px;
    }

    .pricing-wrapper .price-card-wrapper .bg-graphic {
        width: 60px;
        right: 15px;
        bottom: 15px;
    }

    section.faq-wrapper {
        padding: 40px 0;
    }

    section.faq-wrapper h2.section.-heading {
        margin-bottom: 20px;
    }

    .pricing-wrapper .pricing-inner h2 {
        margin-bottom: 20px;
    }

    footer .footer-desc a {
        margin-bottom: 15px;
    }

    footer .footer-list-wrapper h3 {
        margin-bottom: 15px;
    }

    header .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .steps-main-wrapepr .step-text h3 {
        margin-bottom: 15px;
    }

    .stats-inner .stats-right {
        margin-top: 30px;
        grid-gap: 20px 0;
    }

    .stats-inner {
        padding: 40px 20px;
    }

    .stats-inner img.left-ringg {
        width: 80px;
    }

    .access-main-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    header .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 16px;
    }

    .gradient-banner .banner-content-inner {
        min-height: 500px;
        gap: 14px;
    }

    .steps-main-wrapepr .right-ring-steps {
        width: 60px;
    }

    .steps-main-wrapepr .left-ring-steps {
        width: 60px;
        top: 60%;
    }

    body.grdient-pages,
    body.gradient-pages {
        padding: 40px 0;
        justify-content: flex-start;
    }

    button.navbar-toggler {
        border: 0;
        box-shadow: none !important;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .navbar-landing-page .navbar-nav {
        padding: 0 15px;
    }

    .navbar-landing-page .navbar-nav li.nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-landing-page .navbar-nav li.nav-item .nav-link {
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
    }

    .navbar-landing-page .navbar-nav li.nav-item .nav-link.btn {
        width: 100%;
        padding: 0;
    }

    .navbar-landing-page .navbar-nav li.nav-item .nav-link.active:after {
        left: 5px;
    }

    .gradient-banner .banner-content-inner .banner-heading {
        margin-left: auto;
        margin-right: auto;
    }

    .gradient-banner .banner-content-inner {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }

    .common-modal .modal-footer.wtht-border {
        padding-bottom: 15px;
    }

    .common-modal .modal-header {
        margin: 0 15px;
    }

    .common-modal .modal-body {
        padding: 15px;
    }

    .common-modal .modal-footer {
        margin: 0 15px;
        padding: 15px 0 15px 0;
    }

    .payment-form .card-accept-wrapper {
        flex-direction: column;
        grid-gap: 10px;
        align-items: center;
    }

    .welcome-popup h1 {
        font-size: 24px;
    }

    .welcome-popup h1.small {
        font-size: 24px;
    }

    .welcome-popup h1.small img {
        width: 24px;
        height: auto;
    }

    .welcome-popup h5 {
        font-size: 15px;
    }

    .welcome-popup h4 {
        font-size: 15px;
    }

    section.faq-wrapper button.accordion-button::after {
        top: 11px;
    }

    footer .footer-desc {
        padding: 40px 15px;
        border-radius: 15px;
    }

    .pricing-wrapper .card-price ul li {
        font-size: 14px;
    }

    .pricing-wrapper .price-card-wrapper {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .pricing-wrapper .card-price p {
        font-size: 15px;
    }

    section.faq-wrapper button.accordion-button {
        font-size: 15px;
        padding: 8px 20px 16px 0;
    }

    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .steps-main-wrapepr .step-outer {
        flex-direction: column-reverse;
    }

    .steps-main-wrapepr .step-img {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .steps-main-wrapepr .step-des {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .steps-main-wrapepr .step-outer.direction-reverse {
        flex-direction: column-reverse;
    }

    .btn {
        font-size: 15px;
    }

    .steps-main-wrapepr .steps-progress-headign {
        padding-left: 15px;
        letter-spacing: 0.1em;
        font-size: 20px;
    }

    .steps-main-wrapepr .left-ring-steps {
        width: 60px;
        top: 30%;
    }

    .steps-main-wrapepr .right-ring-steps {
        width: 60px;
        bottom: 39%;
    }

    img.access-top-left-icon {
        max-width: 70%;
    }

    .form-heading-wrapper {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .steps-main-wrapepr .step-text h3,
    .stats-inner .stats-card h5,
    .access-wrapper-inner h2 {
        font-size: 20px;
    }

    .stats-inner .stats-card img {
        height: 30px;
    }

    .gradient-banner .banner-content-inner .banner-description {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .steps-main-wrapepr .step-text p,
    .access-wrapper-inner p {
        font-size: 15px;
    }

    .steps-main-wrapepr .step-text h3 {
        margin-bottom: 10px;
    }

    header .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 15px;
    }

    footer .footer-desc p {
        font-size: 15px;
    }

    .footer-list-wrapper {
        margin-bottom: 25px;
    }

    .gradient-banner .graphics.ring-left {
        left: 0;
        right: -30px;
        margin: auto;
        width: 100px;
    }

    .navbar-nav {
        height: 100%;
    }

    header li.nav-item {
        margin-left: 0;
    }

    .navbar-landing-page {
        max-width: 280px;
    }

    .navbar-collapse {
        display: block !important;
        transform: translateX(-100%);
        position: fixed;
        left: 0;
        top: 71px;
        height: 100%;
        overflow: auto;
        background: var(--white);
        padding: 30px 0;
        width: 70%;
        transition: 0.1s all linear;
        border-right: 1px solid var(--grey-100);
        border-top: 1px solid var(--grey-100);
    }

    header .navbar-expand-sm .navbar-nav .nav-link {
        padding: 0px 20px;
        margin-bottom: 20px;
    }

    header .navbar-expand-sm .nav-item:last-child .nav-link {
        margin-bottom: 0;
    }

    header .navbar-expand-sm .navbar-nav .nav-link.active:after {
        left: 20px;
    }

    .navbar-collapse.show {
        transform: translateX(0) !important;
        transition: 0.1s all linear;
    }

    .social-list-footer {
        margin-bottom: 0;
    }

    section.faq-wrapper .accordion-item {
        margin-bottom: 8px;
    }

    section.faq-wrapper .accordion-body {
        padding: 0px 0 16px 28px;
    }

    .stats-inner {
        padding: 40px 15px;
    }

    .steps-main-wrapepr .step-count {
        margin-right: 15px;
    }

    .btn-small {
        font-size: 15px;
        min-height: 40px;
    }

    form button[type="submit"] {
        margin-top: 0px;
    }

    .access-wrapper-inner {
        border-radius: 20px;
    }
}

/* Starts new Page */
.compareContainer {
    padding: 80px 0 0;
}

.compareContainer .headign {
    text-align: center;
}

.compareContainer .headign h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--primary-color);
}

.compareContainer .clrbg {
    /* background: linear-gradient(163.76deg, #F8FDFF -45.97%, #D8F5FF 124.13%); */
    background: #e9f9ff;
}

.compareContainer .cstmRow {
    display: flex;
    flex-wrap: wrap;
}

.compareContainer .itmtd {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.compareContainer .cstmRow:first-child .clrbg {
    border-radius: 12px 12px 0 0;
}

.compareContainer .cstmRow:last-child .clrbg {
    border-radius: 0 0 12px 12px;
}

.compareContainer .cstmRow:last-child .itmtd {
    border-color: transparent;
}

.compareContainer .cstmCol {
    flex: 1;
    max-width: 33.3333337%;
}

.compareContainer .itmtd p {
    font-size: 16px;
    font-weight: 500;
}

.compareContainer .itmth {
    min-height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.videoContainer {
    text-align: center;
    padding: 80px 0;
}

.videoContainer .headign h3,
.compareContainer .headign h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-family: var(--secondary-font);
}

.videoContainer .headign p,
.compareContainer .headign p {
    font-family: var(--secondary-font);
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 145%;
    font-size: 18px;
    padding-bottom: 15px;
    max-width: 870px;
    margin: 0 auto 30px;
}

@media (max-width: 389px) {
    .gradient-banner .banner-content-inner .banner-heading {
        font-size: 24px;
        max-width: 350px;
    }
}

@media (max-width: 374px) {
    .desktop-3-column .form-check-outer {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media (max-width: 319px) {
    label.form-label.with-help-text .help-text {
        max-width: 120px;
        text-align: right;
        word-break: break-all;
    }

    .steps-main-wrapepr .step-des {
        flex-direction: column;
    }

    .steps-main-wrapepr .step-count {
        margin-bottom: 10px;
    }

    .common-modal .modal-footer.wtht-border .btn {
        width: 100%;
    }
}

/* start loader css */
.loader-wrap {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: none;
}

.loader-wrap p {
    font-size: 14px;
    padding: 15px;
    padding-bottom: 10px;
    max-width: 320px;
    text-align: center;
    color: #3a3a3a;
    line-height: 1.5;
}

.loader-wrap.loader-wrap-show {
    display: flex;
}

.loader-wrap img {
    max-width: 50px;
}

/*  end loader css*/
/* sign in button css */
header .navbar-nav {
    align-items: center;
}

header .navbar-expand-sm .navbar-nav li .nav-link.btn-primary {
    color: #fff;
    border-radius: 6px;
    padding: 8px 25px;
}

header .navbar-expand-sm .navbar-nav li .nav-link.btn-primary:hover {
    color: #fff;
}

header .navbar-expand-sm .navbar-nav li .nav-link.btn-outline-primary {
    color: var(--primary-color);
    border-radius: 6px;
    padding: 8px 25px;
    border: 1px solid var(--primary-color);
}

header .navbar-expand-sm .navbar-nav li .nav-link.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
}

/* new landing page update css*/
.cta-banner-wraper {
    padding: 100px 0;
}

.cta-banner-wraper p {
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: var(--black-200);
}

.cta-banner-wraper .cta-btn-bottom {
    padding-top: 30px;
}

.mailin-faster {
    padding: 100px 0 100px 0;
}

.mailin-faster h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.mailin-faster .price-card-wrapper {
    min-height: 100%;
    border: none;
    border-radius: 0px;
    padding: 0px;
    background-color: transparent;
}

.mailin-faster .price-card-wrapper h3 {
    text-align: left;
    min-height: 84px;
}

.mailin-faster .price-card-wrapper h3 img {
    max-width: 30px;
}

.mailin-faster .mailin-faster-outer .row {
    margin: 0px;
}

.mailin-faster .mailin-faster-outer .row>* {
    padding: 0px;
}

.mailin-faster h3 {
    padding: 25px 20px;
    border-color: #dfdfe4;
    margin-bottom: 0px !important;
}

.mailin-faster .traditional-app {
    background-color: #fcf4f1;
}

.mailin-faster .traditional-app h3 {
    color: #fd6802;
}

.mailin-faster .card-price ul {
    margin: 20px 0 0 0;
    padding-left: 20px;
    list-style: none;
}

.mailin-faster .card-price ul li {
    border-bottom: 1px solid #dfdfe4;
    padding: 15px;
    margin-bottom: 0px;
    min-height: 78px;
    padding-left: 20px;
    position: relative;
}

.mailin-faster .card-price ul li:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    background-image: url("../images/Icon-1.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
}

.mailin-faster .card-price ul li:last-child {
    border-bottom: none;
}

.mailin-faster .mailin-card .card-price ul {
    padding-left: 0px;
}

.mailin-faster .mailin-card .card-price ul li {
    position: relative;
    padding-left: 40px;
}

.mailin-faster .mailin-card .card-price ul li:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url("../images/Icon-2.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
}

.mailin-faster .mailin-card .card-heading {
    display: flex;
    align-items: center;
}

.mailin-faster .mailin-card .card-heading img {
    margin-right: 10px;
}

.volume-challenge {
    padding: 0 0 0px 0;
}

.volume-challenge .volume-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.volume-challenge h3 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 0em;
}

.volume-challenge p {
    font-family: var(--secondary-font);
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 145%;
    font-size: 16px;
    padding-bottom: 15px;
}

.volume-challenge p:last-child {
    padding-bottom: 0px;
}

.volume-challenge .volume-inner {
    background: var(--grey-200);
    border-radius: 40px;
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.volume-challenge .volume-inner .access-top-left-icon {
    position: absolute;
    top: -45px;
    left: -42px;
    z-index: -1;
}

.lets-scale {
    text-align: center;
}

.lets-scale .btn {
    min-width: 250px;
}

.why-choose {
    background-color: #fbfbfb;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.why-choose .spiral-ball {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 250px;
    height: auto;
    z-index: -1;
}

.why-choose-inner h3 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.why-choose-inner .row {
    gap: 24px 0;
}

.why-choose-inner .cardbx {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    min-height: 100%;
}

.why-choose-inner .cardbx .card-content p {
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-200);
}

.why-choose-inner .cardbx .card-header h4 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.why-choose-inner .cardbx .icon {
    display: inline-block;
    margin-bottom: 15px;
}

.pricing-wrapper.custom-pricing-wrapper .pricing-table-wrapper {
    align-items: initial;
}

.custom-pricing-wrapper .pricing-header {
    min-height: 102px;
    display: flex;
    flex-direction: column;
}

.custom-pricing-wrapper .pricing-header .btn {
    width: 100%;
    margin-top: auto;
}

.custom-pricing-wrapper .pricing-desc,
.custom-pricing-wrapper .pricing-feat {
    margin-top: 20px;
    border-top: 1px dashed #e6e1e1;
    padding-top: 20px;
    text-align: left;
}

.custom-pricing-wrapper .pricing-desc p,
.custom-pricing-wrapper .pricing-feat p {
    font-size: 14px;
}

.custom-pricing-wrapper .pricing-desc h5,
.custom-pricing-wrapper .pricing-feat h5 {
    font-size: 16px;
}

.custom-pricing-wrapper ul {
    margin-top: 15px;
}

.custom-pricing-wrapper .price-card-wrapper {
    min-height: 100%;
}

.btn.disabled {
    background-color: #b7b7b7;
}

.custom-pricing-wrapper .popular-plan .pricing-desc h5,
.custom-pricing-wrapper .popular-plan .pricing-feat h5 {
    color: #fff;
}

.custom-pricing-wrapper .popular-plan .pricing-header .btn-primary {
    background-color: #fff !important;
    color: #00a4d9;
}

.custom-pricing-wrapper .popular-plan .pricing-header .btn-primary:hover {
    background-color: #fbfbfb !important;
}

.volume-challenge.cac-wrapper .volume-content {
    text-align: center;
    max-width: 860px;
    margin: 0 auto;
}

.volume-challenge.cac-wrapper .cac-btn-cta {
    padding-top: 20px;
}

.volume-challenge.cac-wrapper p strong {
    letter-spacing: normal;
}

.custom-testimonail {
    padding: 100px 0 100px 0;
    background-image: url(../images/faq1.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.custom-testimonail .testimonail-inner h3 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 0em;
    text-align: center;
}

.testi-card {
    padding-top: 30px;
}

.testi-card .slider-card {
    border-radius: 20px;
    padding: 50px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
    margin-bottom: 50px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

.testi-card .slider-card p {
    font-size: 18px;
    line-height: 1.4;
    color: var(--grey-300);
    padding-bottom: 20px;
}

.testi-card .slider-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}

.testi-card .slider-card h4 span {
    font-weight: 400;
    font-style: italic;
}

.testi-card .slider-card .quote-icon {
    margin-bottom: 20px;
}

.testi-card .slider-card .quote-icon svg {
    width: 50px;
    height: auto;
}

.testi-card .slider-card .quote-icon svg path {
    fill: #00a4d9;
}

.testi-card .slider-card .slider-bottom {
    margin-top: auto;
}

.testi-card .swiper-pagination-bullet-active {
    background: #00a4d9;
}

.steps-main-wrapepr .lets-scale {
    padding-bottom: 100px;
}

.pricing-header .iconbx img {
    max-width: 36px;
}

div#domain-suggestions {
    max-width: 100%;
}

div#domain-suggestions label.form-check-label {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 62px;
}

/* start setting css */
.settings-profile-inner {
    max-width: 490px;
}

/* end setting css */
/* loader updation */
.loader-wrap {
    height: auto;
    min-height: unset;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    padding: 20px 0px;
    border: 1px solid #a7a7a7;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.loader-wrap:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

/* free trial button  */
.free-trial {
    text-align: center;
    padding-top: 40px;
}

/* terms condition css */
.content-pagemain {
    padding: 140px 0 100px 0;
}

.inner-sectionbx .title-name h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 40px;
}

.innercontent-detail h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 4px;
}

.innercontent-detail h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.innercontent-detail p {
    font-size: 16px;
    color: var(--black-200);
    line-height: 1.4;
    margin-bottom: 20px;
}

.innercontent-detail ul li {
    font-size: 16px;
    color: var(--black-200);
    line-height: 1.4;
    padding-bottom: 5px;
}

.innercontent-detail ul li:last-child {
    padding-bottom: 0px;
}

.innercontent-detail ul {
    margin-bottom: 20px;
}

.innercontent-detail ul li strong {
    font-weight: 500;
}

.innercontent-detail h4+ul {
    margin-top: 20px;
}

.innercontent-detail h5+ul {
    margin-top: 20px;
}

/* terms condition css end*/
section.signup-page-outer .signup-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh;
}

section.signup-page-outer .website-logo {
    margin-bottom: 50px;
}

section.signup-page-outer .signup-right {
    background: #fff;
    display: flex;
    align-items: center;
    flex: 0 0 520px;
    max-width: 520px;
    padding: 30px 33px;
}

section.signup-page-outer .signup-right h3.form-heading {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
}

section.signup-page-outer .signup-right label.form-label {
    letter-spacing: 0.02em;
}

section.signup-page-outer .signup-right label.form-check-label {
    letter-spacing: 0.02em;
}

section.signup-page-outer .signup-right .form-check {
    margin-top: 20px;
}

section.signup-page-outer .signup-right form button[type="submit"] {
    margin-top: 5px;
}

section.signup-page-outer .have-account {
    margin-top: 30px;
}

section.signup-page-outer .have-account p {
    font-size: 14px;
    color: var(--black-200);
    line-height: 1.25em;
    letter-spacing: 0.02em;
}

section.signup-page-outer .have-account a {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}

section.signup-page-outer .signup-left {
    flex: 1;
    max-width: calc(100% - 520px);
    padding: 30px 35px;
    background: linear-gradient(107.79deg, #00a4d9 -0.42%, #f093ff 117.36%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

section.signup-page-outer .signup-left img.abs-imgs {
    position: absolute;
    z-index: 1;
}

section.signup-page-outer .signup-left img.abs-imgs.left-half {
    left: 0;
    top: 0;
}

section.signup-page-outer .signup-left img.abs-imgs.half-circle {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.signup-page-outer .signup-left img.abs-imgs.hexa-half {
    bottom: 0;
    right: 0;
}

section.signup-page-outer .signup-left img.abs-imgs.square-cen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.signup-page-outer .feture-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    width: 100%;
    margin: 20px 0 90px 0;
}

section.signup-page-outer .feture-item-inner {
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
    position: relative;
}

section.signup-page-outer .signup-left-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 845px;
    margin: auto;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 9;
}

section.signup-page-outer .right-iconn {
    flex: 0 0 30px;
    text-align: right;
    max-width: 30px;
}

section.signup-page-outer .text-boxx {
    flex: 1;
    padding-right: 6px;
    max-width: calc(100% - 30px);
}

section.signup-page-outer .text-boxx h3 {
    font-size: 18px;
    color: #1d2c3f;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
    line-height: 1;
}

section.signup-page-outer .text-boxx p {
    color: #707d8e;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

section.signup-page-outer .signup-left-inner h2 {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--secondary-font);
    letter-spacing: 0;
    margin: 0;
}

section.signup-page-outer .signup-right .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.password-input-wrapp input {
    padding-right: 40px;
}

.password-input-wrapp .pswrd-btn {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: 0 !important;
    right: 12px;
    outline: none;
    box-shadow: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-input-wrapp .pswrd-btn svg {
    width: 100%;
    height: auto;
    fill: #bbbbbb;
}

.password-input-wrapp .pswrd-btn svg.open-eye {
    display: none;
}

.password-input-wrapp.btn-toggle.open-eye {
    display: block;
}

.password-input-wrapp.btn-toggle.close-eye {
    display: none;
}

.modal-body {
    word-break: break-word;
}

/* modal css */
#resultModal .modal-body {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}

#resultModal .modal-body table thead tr th {
    font-size: 13px;
    font-family: var(--secondary-font);
    height: 35px;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 10px;
    min-width: 80px;
    color: var(--secondary-color);
    vertical-align: middle;
}

#resultModal .modal-body table thead tr th:first-child {
    min-width: 64px;
}

#resultModal .modal-body table tbody tr td {
    color: var(--secondary-color);
    font-size: 13px;
    font-family: var(--secondary-font);
    line-height: 1.25;
    padding: 7px 10px;
    vertical-align: middle;
}

#resultModal .modal-body table tbody tr td .errorIcon {
    max-width: 18px;
    height: auto;
    position: relative;
    top: -1px;
}

#resultModal .modal-footer .btn {
    margin-top: 4px;
}

/* new css update 01-16 start */
ul.transfer-nameserver {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.auto-height {
    height: auto !important;
}

ul.transfer-nameserver .transfer-anchor {
    color: #fff;
    text-decoration: none;
    background: #00a4d9;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 5px;
}

ul.transfer-nameserver li {
    list-style: none;
}

ul.transfer-nameserver .transfer-anchor:hover {
    background: #29add8;
}

.transfer-anchor {
    color: #42444f;
    text-decoration: none;
}

#nameserver-list h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nameserver-list h5 svg {
    fill: #42444f;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.save-details-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.save-details-holder .col {
    flex: 0 0 100%;
    max-width: 100%;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 8px;
}

.save-details-holder .col label {
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 2px;
    line-height: 140%;
    font-family: var(--secondary-font);
}

#new-card-form {
    margin-top: 8px;
}

.coupon-filed {
    position: relative;
}

.coupon-filed button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 18px;
}

.coupon-filed-inner {
    padding-right: 96px;
}

.save-details-holder {
    max-height: 300px;
    overflow-y: auto;
}

/* modal css */
#resultModal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#resultModal .modal-body table thead tr th {
    font-size: 13px;
    font-family: var(--secondary-font);
    height: 35px;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 10px;
    min-width: 80px;
    color: var(--secondary-color);
    vertical-align: middle;
}

#resultModal .modal-body table thead tr th:first-child {
    min-width: 64px;
}

#resultModal .modal-body table tbody tr td {
    color: var(--secondary-color);
    font-size: 13px;
    font-family: var(--secondary-font);
    line-height: 1.25;
    padding: 7px 10px;
    vertical-align: middle;
}

#resultModal .modal-body table tbody tr td .errorIcon {
    max-width: 18px;
    height: auto;
    position: relative;
    top: -1px;
}

#resultModal .modal-footer .btn {
    margin-top: 4px;
}

#importLoadDataLoading,
#noMoreDataMessage {
    text-align: center;
}

.bottomloader {
    min-height: 25px;
}

/* new css update 01-16 end */
/* start media query */
@media only screen and (max-width: 1140px) {
    section.signup-page-outer .signup-left img.abs-imgs.left-half {
        max-width: 50%;
    }

    section.signup-page-outer .signup-left img.abs-imgs.square-cen {
        top: 78%;
        max-width: 30%;
        left: 40%;
    }

    section.signup-page-outer .signup-left img.abs-imgs.half-circle {
        max-width: 10%;
        top: 60%;
    }

    section.signup-page-outer .signup-left img.abs-imgs.hexa-half {
        max-width: 30%;
    }

    .mailin-faster .card-price ul li {
        min-height: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    section.signup-page-outer .feture-list-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    section.signup-page-outer .signup-right h3.form-heading {
        font-size: 24px;
    }

    section.signup-page-outer .signup-left-inner h2 {
        font-size: 24px;
    }

    .steps-main-wrapepr .left-steps-progress {
        margin-top: 105px;
    }

    .mailin-faster h2,
    .volume-challenge h3,
    .why-choose-inner h3,
    .custom-testimonail .testimonail-inner h3 {
        font-size: 32px;
    }

    .custom-pricing-wrapper .pricing-header {
        min-height: 88px;
    }
}

@media only screen and (max-width: 991px) {
    section.signup-page-outer .signup-right {
        flex: 0 0 400px;
        max-width: 400px;
    }

    section.signup-page-outer .signup-left {
        max-width: calc(100% - 400px);
    }

    section.signup-page-outer .signup-right {
        padding: 40px 13px;
    }

    section.signup-page-outer .signup-left {
        padding: 40px 25px;
    }

    .mailin-faster .card-price ul li {
        min-height: auto;
    }

    .mailin-faster .mailin-card .card-price ul li {
        position: relative;
        padding-left: 15px;
    }

    .mailin-faster .card-price ul {
        margin: 10px 0 0 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mailin-faster .card-price ul li:after {
        top: 15px;
    }

    .mailin-faster .card-price ul li {
        padding: 10px 15px;
    }

    .mailin-faster .mailin-card .card-price ul li:after {
        top: 15px;
        left: 0px;
    }

    .mailin-faster .mailin-card .card-price ul {
        padding-left: 10px;
    }

    .mailin-faster .price-card-wrapper h3 {
        min-height: auto;
        padding: 20px 10px;
    }

    .price-card-wrapper.mailin-card {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section.signup-page-outer .signup-inner {
        flex-direction: column-reverse;
        min-height: unset;
    }

    section.signup-page-outer .signup-left {
        max-width: 100%;
        padding: 40px 20px;
    }

    section.signup-page-outer .signup-right {
        max-width: 100%;
        padding: 40px 8px;
    }

    section.signup-page-outer .feture-list-wrapper {
        margin-bottom: 30px;
    }

    section.signup-page-outer .signup-left-inner h2 {
        font-size: 20px;
        margin-top: 0px;
    }

    section.signup-page-outer .website-logo {
        margin-bottom: 10px;
    }

    section.signup-page-outer .signup-right h3.form-heading {
        font-size: 20px;
    }

    section.signup-page-outer .have-account {
        margin-top: 15px;
    }

    section.signup-page-outer .signup-right form button[type="submit"] {
        margin-top: 0;
    }

    section.signup-page-outer .feture-list-wrapper {
        gap: 10px;
    }

    .steps-main-wrapepr .left-steps-progress {
        margin-top: 40px;
    }

    header li.nav-item {
        margin-left: 15px;
    }

    header .navbar-expand-sm .navbar-nav li .nav-link.btn-outline-primary,
    header .navbar-expand-sm .navbar-nav li .nav-link.btn-primary {
        padding: 8px 15px;
    }

    header li.nav-item {
        margin-left: 15px;
    }

    header .navbar-expand-sm .navbar-nav li .nav-link.btn-outline-primary,
    header .navbar-expand-sm .navbar-nav li .nav-link.btn-primary {
        padding: 8px 15px;
    }

    .cta-banner-wraper {
        padding: 40px 0;
    }

    .cta-banner-wraper p {
        font-size: 16px;
    }

    .mailin-faster {
        padding: 40px 0;
    }

    .volume-challenge .volume-inner {
        border-radius: 20px;
        padding: 50px 15px;
    }

    .why-choose,
    .custom-testimonail {
        padding: 40px 0;
    }

    .mailin-faster h2,
    .volume-challenge h3,
    .why-choose-inner h3,
    .custom-testimonail .testimonail-inner h3,
    section.faq-wrapper h2.section.-heading,
    .pricing-wrapper .pricing-inner h2 {
        font-size: 28px;
    }

    .testi-card .slider-card {
        padding: 30px 20px;
        min-height: 280px;
    }

    .testi-card .slider-card p {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .testi-card .slider-card .quote-icon svg {
        width: 40px;
    }

    .testi-card .slider-card h4 {
        font-size: 14px;
    }

    .volume-challenge p {
        font-size: 15px;
    }

    .steps-main-wrapepr .lets-scale {
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .cta-banner-wraper .imagbx {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    header li.nav-item {
        margin-left: 0;
    }

    header li.nav-item:last-child {
        margin-left: 0;
    }

    .lets-scale .btn {
        min-width: 200px;
    }
}

@media (max-width: 350px) {
    section.signup-page-outer .feture-item-inner {
        padding: 15px 10px;
    }
}

/*# sourceMappingURL=custom-style.css.map */