.banner_text,
.slick-slider-text_one {
    -webkit-text-fill-color: transparent;
}

.developer_section-text,
.key-s-card,
.key-s-card-img,
.slick-slider-card p,
.video,
header {
    text-align: center;
}

.key-s-card-img,
.landing-page-container,
.slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

.dropdown dd ul,
ul {
    list-style: none;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: none;
}

a,
input,
select,
textarea {
    outline: 0;
    margin: 0;
    padding: 0;
}

.btn,
.btn.focus,
.btn:focus,
.btn:hover,
a,
a:focus,
a:hover,
button:focus,
input:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: none;
}

body,
html {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.color-white,
.landing-page-container a.website_p:focus,
.landing-page-container a.website_p:hover,
.video:hover {
    color: #fff;
}

.color-primary,
.footer-top-logo:hover i,
.form-m-text a:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #383192;
}

.color-blue {
    color: #17213a;
}

.color-black {
    color: #000;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #383192;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #383192;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.common-l-section {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}

.landing-page-container {
    max-width: 95%;
    padding-right: 10px;
    padding-left: 10px;
}

.landing-page-container h2 {
    font-size: 32px;
    font-weight: 700;
    /* line-height: 12px; */
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

.landing-page-container h3,
.landing-page-container h5 {
    font-size: 20px;
    font-family: Nunito, sans-serif;
    line-height: 30px;
    font-weight: 600;
}

.landing-page-container h6 {
    font-size: 18px;
    font-family: Nunito, sans-serif;
    line-height: 22px;
    font-weight: 700;
}

.landing-page-container h6.small-text {
    font-size: 14px;
    font-family: Nunito, sans-serif;
    line-height: 22px;
    font-weight: 700;
}

.landing-page-container a.website_p,
.landing-page-container p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 20px 0;
}

.navbar-collapse {
    justify-content: end;
}

.key-s-card-img,
.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-toggler {
    display: none;
    z-index: 99;
}

.navbar-toggler:hover {
    cursor: pointer;
}

.navbar-toggler span.bars {
    font-size: 24px;
    color: #383192;
}

.navbar-toggler span.cross {
    font-size: 24px;
    color: #383192;
    display: none;
}

#navbar {
    background-color: #fff;
    z-index: 99;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.sticky {
    top: 0;
    width: 100%;
    animation: 1s forwards smoothScroll;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(0);
    }
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 15px;
    color: #383192;
    line-height: 28px;
    font-weight: 700;
    padding: 5px 8px;
    background: 0 0;
    border-radius: 100px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f3f4f6;
    background: #383192;
}

ul li.nav-item {
    padding-left: 8px;
}

li.nav-item.header-button a.common-button:after {
    background: #f3f4f6;
    content: "";
    width: 15px;
    height: 60px;
    transform: rotate(-30deg);
    position: absolute;
    top: -11px;
    left: -23px;
    animation: 1.5s ease-in-out infinite alternate scrollbutton;
    z-index: -1;
}

@keyframes scrollbutton {
    0% {
        left: -23px;
    }

    100% {
        left: 160px;
    }
}

li.nav-item.header-button a.common-button {
    border: 1px solid #383192;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 100px;
    padding: 6px 33px;
    position: relative;
    color: #383192;
    overflow: hidden;
    display: block;
    z-index: 2;
}

.banner-button_developer a:hover,
li.nav-item.header-button a.common-button:hover {
    border: 1px solid transparent;
    color: #fff;
    background: 0 0;
}

.banner-button_developer a:before,
.key-feature-section,
.slider_developer .slick-dots li.slick-active button:before,
li.nav-item.header-button a.common-button:before {
    background: linear-gradient(132.96deg, #3ac5ec 0, #c547e9 102.13%);
}

.banner-button_developer a:before,
li.nav-item.header-button a.common-button:before {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    content: "";
    position: absolute;
    z-index: -1;
}

.banner-button_developer a:hover::before,
li.nav-item.header-button a.common-button:hover::before {
    height: 100%;
    width: 135%;
}

.banner-button_developer a:hover::after,
li.nav-item.header-button a.common-button:hover::after {
    height: 0;
}

header {
    top: 0;
    width: 100%;
    color: #fff;
    z-index: 1000;
    position: sticky;
}

.key-feature-m-text h2:after {
    background-image: url("../../img/key-feature-3.svg");
    content: "";
    width: 162px;
    height: 68px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.key-f-section img {
    position: absolute;
    right: 0;
    top: -50px;
}

.key-s-card {
    background: #fff;
    border: 1px solid #e3ecf6;
    padding: 20px 15px;
    border-radius: 8px;
    height: 100%;
    z-index: 2;
    position: relative;
}

.key-s-card-img {
    background: #f5f4ff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.captcha,
.form-group label,
.form-right,
.form-section {
    background-color: #fff;
}

.key-s-card-img:hover {
    box-shadow: 2px 6px 16px 1px #3831924d;
}

.key-s-text {
    color: #491154;
    padding: 25px 0 12px;
}

ul.form-l-listing {
    padding-top: 25px;
}

.form-l-listing li {
    display: inline-block;
    width: 49%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.form-l-listing li::before {
    content: "";
    background-image: url("../../img/list-form.png");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.form-m-text {
    border-top: 1px solid #ddd;
}

.form-m-text a {
    font-weight: 600;
    padding-top: 12px;
}

.form-m-text a i {
    margin-right: 12px;
}

.form-right {
    box-shadow: 0 3px 40px 0 #0000001a;
    padding: 35px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.form-header-s-text {
    font-size: 24px;
    color: #383192;
    font-weight: 700;
    line-height: 28px;
}

.custom-select .crm-single-select,
.form-right input {
    width: 100%;
    border: 1px solid #17213a;
    border-radius: 8px;
    height: 50px;
    padding: 15px;
    cursor: context-menu;
}

.form-group label {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #17213a;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    padding: 0 10px;
    cursor: context-menu;
}

.form-control:focus {
    color: #383192;
    border-color: #383192;
    box-shadow: none;
}

.form-group label:has(+ input:focus),
.form-group label:has(+ input:not(:placeholder-shown)) {
    color: #383192;
    position: absolute;
    top: -10px;
    left: 15px;
}

.landing_number label {
    height: 30px;
    padding: 0 40px 0 10px;
}

.landing_number label:has(+ input:focus),
.landing_number label:has(+ input:not(:placeholder-shown)) {
    height: auto;
    padding: 0 10px;
}

.required {
    color: #e50000;
}

button#submit-button {
    width: 100%;
    height: 50px;
    background: linear-gradient(132.96deg, #26b1d8 0, #af31d3 102.13%);
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
}

button#submit-button:hover {
    background: 0 0;
    color: #383192;
    border: 1px solid #383192;
}

.checkbox_text {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 20px;
    position: relative;
}

.faq-img-five,
.faq-img-four,
.faq-img-one,
.faq-img-seven,
.faq-img-six,
.faq-img-three,
.faq-img-two,
.form-img_one img,
.form-img_two img {
    position: absolute;
}

.checkbox_text p {
    font-size: 14px;
}

.captcha {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 4px 1px #00000014;
    padding: 14px 12px;
    margin-top: 18px;
}

.captcha .text,
.flag-dropdown li span:nth-child(2) {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
}

.captcha .spinner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha .spinner label {
    width: 24px;
    height: 24px;
}

.captcha .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
}

.captcha input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.captcha input[type="checkbox"]+.checkmark {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-img_one img {
    right: 0;
    z-index: 0;
    top: 20px;
}

.form-img_two img {
    bottom: -50px;
    right: -72px;
    z-index: 2;
}

.landing-form-responsive {
    display: flex;
    align-items: center;
}

.banner-button,
.video,
.video-main,
.wrapper,
ul.policy-list li {
    display: inline-block;
}

.checkbox-small-text {
    width: calc(100% - 20px);
}

input[type="checkbox"] {
    display: none;
}

.contact-icon,
.footer-email_button,
.footer-top-logo,
.social-icon,
.social-icon a,
ul.policy-list li:after {
    display: flex;
    display: flex;
}

input[type="checkbox"]+.label-text:before {
    display: inline-block;
    transition: 0.2s ease-in-out;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #383192;
    border-radius: 5px;
    color: #ecf0f1;
    content: "";
}

input[type="checkbox"]:checked+.label-text:before {
    background: #383192;
    text-align: center;
    line-height: 1em;
    color: #fff;
    content: "\2714";
}

.faq_section,
.footer-top-logo:hover {
    background: #fff;
}

.accordian-header-text {
    padding-top: 50px;
}

.demo-section-text h2:after,
.faq-section-text h2:after {
    background-image: url(/img/faq-round.png);
}

.key-section-text h2::after {
    background-image: url(/img/key-d-feature-white.png);
}

.accordian-header-text .accordion-button::after {
    background-image: url("../../img/faq-2.svg");
    width: 13px;
    height: 13px;
    background-size: auto;
}

.accordian-header-text .accordion-button {
    font-size: 16px;
    line-height: 24px;
    color: #383192;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 12px;
}

.accordian-header-text .accordion-button:not(.collapsed)::after {
    background-image: url("../../img/faq-2.svg");
}

.accordian-header-text .accordion-body {
    padding: 12px;
    font-size: 14px;
    color: #55545b;
    line-height: 22px;
    font-weight: 400;
}

.accordian-header-text .accordion-item {
    margin-bottom: 15px;
    border: none;
}

.video,
.waves {
    border-radius: 100%;
}

.accordian-header-text .accordion-button:focus,
.accordian-header-text .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-img-one {
    bottom: 144px;
    right: 25px;
    animation: 0.8s ease-in-out infinite alternate moveUpDown;
}

@keyframes moveUpDown {
    0% {
        bottom: 144px;
    }

    100% {
        bottom: 170px;
    }
}

.faq-img-two {
    bottom: 152px;
    right: 366px;
    animation: 0.8s ease-in-out infinite alternate moveUpDownone;
}

@keyframes moveUpDownone {
    0% {
        bottom: 178px;
    }

    100% {
        bottom: 152px;
    }
}

.faq-img-three {
    top: 0;
    right: -2px;
}

.faq-img-four {
    top: 23px;
    right: 450px;
}

.faq-img-five {
    top: 63px;
    right: 410px;
}

.faq-img-six {
    top: 168px;
    right: 105px;
}

.faq-img-seven {
    bottom: 10px;
    right: 25px;
}

.banner-section {
    width: 100%;
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
}

.banner-header-text h1 {
    font-size: 32px;
    font-weight: 700;
}

.banner-header-text h2 {
    line-height: 42px;
    padding-bottom: 4px;
    font-size: 22px;
}

.banner-header-text h3 {
    padding: 10px 0;
    font-size: 23px;
    font-weight: 700;
}

.banner-header-text p {
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.banner-button a {
    background-color: #383192;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 45px;
    padding: 12px 31px;
}

.banner-button,
.video_open_dev {
    margin-top: 30px;
}

.banner-button:hover a {
    background-color: #fff;
    color: #383192;
}

.banner-section-img {
    z-index: 1;
    position: relative;
    text-align: center;
}

.banner-section-img_one {
    position: absolute;
    top: 0;
    right: 38px;
    z-index: 0;
}

.banner-section-img_two {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-section-img_three {
    position: absolute;
    top: 0;
    height: 50px;
    width: 185px;
    left: 6px;
}

.line_hover:after,
.wrapper {
    left: 50%;
}

.video-demo iframe {
    height: 568px;
    width: 1010px;
    border-radius: 20px;
}

.video-demo {
    padding-top: 40px;
    position: relative;
}

.wrapper {
    position: absolute;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.dropdown dd,
.dropdown dt a,
.dropdown dt a img,
.footer,
.footer-ellipse,
.line_hover,
.video-main,
ul.policy-list li {
    position: relative;
}

.video {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #383192;
    color: #fff;
    z-index: 999;
}

.video_img {
    width: 70%;
    border-radius: 40px;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.fa-play:before {
    content: "\f04b";
}

.demo-section {
    background: #f7f6ff;
}

.footer {
    overflow: hidden;
    background: #383192;
}

.footer-bottom {
    padding-bottom: 20px;
}

ul.policy-list li {
    margin-left: 20px;
}

ul.policy-list li:after {
    content: "";
    width: 10px;
    height: 1px;
    color: #fff;
    margin: 0 5px;
    background-color: #fff;
    position: absolute;
    right: -22px;
    top: 11px;
}

ul.policy-list li:last-child::after {
    width: 0;
}

ul.policy-list li a {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}

.footer-top {
    padding: 50px 0;
}

.footer-email p {
    color: #fff;
    font-weight: 700;
}

.footer-email_button {
    gap: 18px;
    padding-top: 15px;
    z-index: 1;
    position: relative;
}

.footer-email_button input {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 #0000001a;
    font-size: 16px;
    font-weight: 700;
    color: #6c757d;
    padding: 16px 20px;
    border-radius: 5px;
    width: 100%;
    border-color: transparent;
}

.footer-email_button button {
    background-color: #4c45a6;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    font-weight: 700;
    padding: 12px 31px;
    border-radius: 5px;
    height: 56px;
}

.contact-icon,
.dot,
.dot-loader,
.social-icon a {
    border-radius: 50%;
}

.footer-contact h5 {
    font-weight: 700;
    color: #fff;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #ffffff1a;
    justify-content: center;
    align-items: center;
}

.contact-icon i {
    color: #f3f4f6;
    font-size: 20px;
}

.social_text {
    padding-top: 30px;
    color: #fff;
}

.social-icon {
    gap: 15px;
    padding-top: 10px;
}

.social-icon a {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.2s;
}

.social-icon a i {
    font-size: 20px;
    color: #383192;
}

.social-icon a:hover {
    background: #383192;
    border: 1px solid #f3f4f6;
}

.social-icon a:hover i {
    color: #f3f4f6;
}

.contant-text p {
    font-size: 14px;
    font-weight: 700;
    color: #f3f4f6;
}

.contant-text a {
    font-size: 16px;
    color: rgba(243, 244, 246, 0.9);
    font-weight: 700;
    line-height: 28px;
}

.contant-s-info {
    gap: 20px;
    padding-top: 30px;
}

.footer-top-logo {
    position: fixed;
    bottom: 38px;
    right: 38px;
    background-color: #282574;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
    flex-direction: column;
}

.footer-top-logo img {
    height: 30px;
    width: auto;
}

.footer-top-logo .white_img {
    position: absolute;
    transition: 0.5s;
    top: 10px;
}

.footer-top-logo:hover .white_img {
    top: -40px;
    transition: 0.5s;
}

.footer-top-logo .color_img {
    position: absolute;
    bottom: -40px;
    transition: 0.5s;
}

.landing-page-container a.website_p .line_hover_one:after,
.line_hover:after {
    height: 2px;
    transition: width 0.3s, left 0.3s;
    width: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: #fff;
    content: "";
}

.footer-top-logo:hover .color_img {
    bottom: 10px;
    transition: 0.5s;
}

.footer-top-logo i {
    font-size: 27px;
    color: #fff;
}

.footer-ellipse img {
    position: absolute;
    right: -43px;
    top: -136px;
}

.line_hover {
    color: #fff;
    display: inline-block;
}

.line_hover:hover:after {
    width: 100%;
    left: 0;
}

.landing-page-container a.website_p .line_hover_one:after {
    right: 0;
}

.landing-page-container a.website_p:hover .line_hover_one:after {
    width: 55px;
    right: 0;
}

.work-section-text h2:after {
    background-image: url(../../img/faq-1.svg);
}

.work-left-s .round-logo {
    background: #fff;
    box-shadow: 0 0 25px -1px #0000001a;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 13%;
    left: 14%;
}

.work-left-s {
    height: 100%;
    display: flex;
    align-items: center;
}

.slick-slider-text {
    font-size: 20px;
    color: #17213a;
    font-weight: 400;
    line-height: 30px;
}

.text-carousel_one1 {
    margin: 0 0 0 16px;
}

.text-carousel {
    margin: 16px 0 30px 16px;
}

.extra_slider {
    padding-top: 40px;
}

.text-carousel_one {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    color: #383192;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.slider-animation .slick-vertical .slick-slide {
    display: flex;
    justify-content: center;
    width: 100%;
}

.slick-slider-text_one {
    font-size: 40px;
    background: -webkit-linear-gradient(132.96deg, #3ac5ec 0, #c547e9 102.13%);
    -webkit-background-clip: text;
    line-height: 54px;
    font-weight: 700;
}

.slick-slider-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 16px;
}

.key_feature-img {
    box-shadow: 0 4px 8px 0 #00000040;
    background: linear-gradient(132.96deg, #3ac5ec 0, #c547e9 102.13%);
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider-card p {
    color: #383192;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 20px;
}

.terms_text li,
.terms_text p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.text-carousel_one-img .key_feature-img img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.how-work-one {
    position: absolute;
    right: 10%;
    top: 15%;
    animation: 1s ease-in-out infinite alternate roundelement-1;
}

@keyframes roundelement-1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.how-work-two {
    position: absolute;
    left: 0;
    top: 39%;
    animation: 1s ease-in-out infinite alternate roundelement-2;
}

@keyframes roundelement-2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.how-work-three {
    position: absolute;
    left: 11%;
    bottom: 0;
    animation: 1s ease-in-out infinite alternate roundelement-3;
}

@keyframes roundelement-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.how-work-four {
    position: absolute;
    right: 45%;
    top: 26%;
    animation: 1s ease-in-out infinite alternate roundelement-4;
}

@keyframes roundelement-4 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.how-work-five {
    position: absolute;
    left: 9%;
    bottom: 24%;
    animation: 1s ease-in-out infinite alternate roundelement-5;
}

@keyframes roundelement-5 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.how-work-ten {
    position: absolute;
    left: 24%;
    top: -6%;
}

.slick_slider-padding {
    padding: 70px 0 30px;
}

.how-work-six {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: -1;
}

.how-work-seven {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.slick-slide img {
    display: block;
}

dl.dropdown {
    display: inline-block;
    width: 140px;
    margin: -3px 0 0 1px;
}

dl.dropdown dt span:nth-child(2) {
    color: #383192;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}

.dropdown dt a img {
    z-index: 1;
    border-radius: 8px;
}

.dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.dropdown dt a span span:first-child {
    padding: 0;
}

.flag-dropdown li {
    padding: 4px 0;
}

#country-select:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 8px;
    z-index: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #383192;
    border-left: 3px solid #383192;
    transform: rotate(225deg);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#country-select.active:after {
    transform: rotate(42deg);
    top: 15px;
}

.dropdown dt a {
    display: block;
    overflow: hidden;
    width: 140px;
    border-radius: 4px;
}

.dropdown dd ul {
    display: none;
    left: 0;
    position: absolute;
    width: 160px;
    top: 28px;
    z-index: 2;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 4px 1px #5b5b5b33;
}

.dropdown dd ul li a {
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 12px !important;
}

.flag-dropdown li span img {
    border-radius: 8px;
}

.active .dropdown dt a {
    transform: rotate(90deg);
}

.terms_text p {
    padding-top: 20px;
}

.terms_text p strong {
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.terms_text a {
    text-decoration: underline;
    color: #383192;
}

.terms_text h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.background_form h4,
.form-main-bg {
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.landing-page-container a.website_p {
    font-size: 12px;
    right: 0;
}

.common_terms {
    padding-top: 112px;
}

.background_form {
    background-image: url(../../img/form_bg.svg);
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    background-size: cover;
}

.background_form h4 {
    font-size: 20px;
    padding-top: 17px;
}

.form-main-bg {
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 18px;
}

@media only screen and (min-width: 1700px) {
    .banner-section {
        height: 746px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-section {
        padding: 30px 0 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .landing-page-container {
        max-width: 1140px;
    }

    .banner-section {
        padding: 30px 0 80px;
        height: 750px;
    }

    .faq-img-two {
        left: 41px;
    }

    .faq-img-five {
        left: 27px;
    }

    .how-work-ten {
        left: 13%;
        top: -20%;
    }

    br {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .video-demo iframe {
        height: 478px;
        width: 845px;
    }
}

@media only screen and (max-width: 992px) {
    .landing-page-container {
        max-width: 960px;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .navbar-nav {
        padding-bottom: 30px;
    }

    .header-button {
        padding-top: 17px;
    }

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 80px;
        padding: 24px;
        z-index: 9;
        transition: 0.3s;
        border-right: 1px solid #e9ecef;
        height: 100vh;
        right: -290px;
        width: 228px;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .dropdown dd ul {
        top: 8px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        height: 80px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .footer-ellipse,
    .form-img_two img {
        display: none;
    }

    .landing-page-container a.website_p {
        position: relative;
        right: auto;
    }

    ul.policy-list {
        padding-top: 0;
    }

    .banner-section {
        background: linear-gradient(132.96deg, #3ac5ec 0, #c547e9 102.13%);
        height: auto;
        padding: 150px 0 40px;
    }

    .banner-section-img {
        display: flex;
        height: 100%;
        align-items: center;
    }

    .responsive_oder-faq {
        order: 2;
    }

    .faq-img-one {
        right: 20%;
    }

    .faq-img-two {
        left: 18%;
    }

    .faq-img-three {
        right: 14%;
    }

    .faq-img-seven {
        right: 21%;
    }

    .faq-img-six {
        right: 29%;
    }

    .faq-img-five {
        left: 14%;
    }

    .faq-img-four {
        left: 30%;
    }

    .how-work-ten {
        left: 24%;
        top: -6%;
    }

    .how-work-three {
        bottom: -4%;
    }

    .how-work-one {
        right: -7%;
        top: 47%;
    }

    .how-work-two {
        left: -4%;
        top: 25%;
    }

    .how-work-four {
        right: 13%;
        top: 18%;
    }

    .main-slider {
        padding-top: 70px;
    }

    .how-work-five {
        bottom: 41%;
    }

    .slider-animation .slick-vertical .slick-slide {
        display: flex;
        justify-content: center;
    }

    .video-demo iframe {
        height: 416px;
        width: 742px;
    }
}

@media only screen and (max-width: 768px) {

    .footer-contact,
    .footer-email,
    .footer-logo-social {
        text-align: center;
    }

    .landing-page-container {
        max-width: 720px;
    }

    .footer-email {
        padding-top: 40px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-top {
        padding: 40px 0;
    }

    .social-icon {
        padding-top: 20px;
        justify-content: center;
    }

    .footer-contact {
        padding-top: 40px;
    }

    .banner-section-img,
    .contant-s-info {
        padding-top: 20px;
    }

    .contant-s-info {
        justify-content: center;
    }

    .form-img_one img,
    .key-f-section img {
        display: none;
    }

    .form-right {
        margin-top: 30px;
    }

    .faq-img-one {
        right: 12%;
    }

    .faq-img-two {
        left: 6%;
    }

    .faq-img-three {
        right: 1%;
    }

    .faq-img-four {
        left: 23%;
    }

    .faq-img-five {
        left: 3%;
    }

    .faq-img-six {
        right: 25%;
    }

    .faq-img-seven {
        right: 13%;
    }

    .video-demo iframe {
        height: 299px;
        width: 528px;
    }

    .video_img {
        width: auto;
    }

    .common-l-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 576px) {
    .landing-page-container {
        max-width: 540px;
    }

    .sticky {
        animation: none;
    }

    .footer-email,
    ul.policy-list li:first-child {
        padding-top: 0;
    }

    .footer-email_button {
        flex-direction: column;
        gap: 10px;
    }

    .footer-top .row div:first-child .contact-icon,
    .footer-top .row div:nth-child(3) {
        order: 1;
    }

    .footer-top .row .contant-s-info div:nth-child(2) {
        order: 2;
        width: calc(100% - 70px);
    }

    .footer-top .row div:first-child {
        order: 3;
    }

    .footer-top .row div:nth-child(2) {
        order: 2;
    }

    .footer-contact,
    .footer-logo-social {
        padding-top: 20px;
    }

    .footer-contact,
    .footer-email p,
    .footer-logo-social {
        text-align: left;
    }

    .contant-s-info,
    .social-icon {
        justify-content: left;
    }

    .footer-bottom {
        text-align: left !important;
        align-items: center !important;
        gap: 10px;
    }

    .footer-top-logo {
        bottom: 21px;
    }

    .form-l-listing li {
        display: block;
        width: 100%;
    }

    .form-right {
        padding: 20px;
    }

    .faq-img-one {
        right: 5%;
        bottom: 33%;
    }

    .faq-img-two {
        left: 0;
        bottom: 34%;
        animation: 0.8s ease-in-out 1s infinite alternate moveUpDownone;
    }

    @keyframes moveUpDownone {
        0% {
            bottom: 34%;
        }

        100% {
            bottom: 41%;
        }
    }

    .faq-img-three {
        right: -15%;
        top: -22px;
    }

    .faq-img-four {
        left: 17%;
    }

    .faq-img-five {
        left: -3%;
        top: 10px;
    }

    .faq-img-six {
        display: none;
    }

    .faq-img-seven {
        right: 4%;
    }

    @keyframes moveUpDown {
        0% {
            bottom: 33%;
        }

        100% {
            bottom: 40%;
        }
    }

    .how-work-ten {
        width: 300px;
    }

    .main-slider {
        display: flex;
        align-items: center;
        padding-top: 30px;
    }

    .slick-slider-text_one {
        font-size: 22px;
        line-height: 29px;
        text-align: left;
        height: 122px;
        display: flex;
        align-items: center;
    }

    .slick-slider-card {
        padding: 0 16px;
    }

    .slick-slider-text {
        font-size: 14px;
        line-height: 20px;
    }

    .how-work-one {
        right: -14%;
    }

    .how-work-two {
        left: -10%;
    }

    .how-work-four {
        right: 3%;
        top: 21%;
    }

    .how-work-five {
        bottom: 37%;
    }

    .slider-animation {
        display: flex;
        justify-content: center;
    }

    .key_feature-img {
        box-shadow: none;
    }

    .video-demo iframe {
        height: 258px;
        width: 458px;
    }

    .text-carousel_one-img {
        width: 100px;
    }

    .common-l-section {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 475px) {
    .how-work-ten {
        width: 250px;
        left: 21%;
    }

    .video-demo iframe {
        height: 213px;
        width: 376px;
    }

    .banner-button a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 392px) {
    .how-work-ten {
        width: 186px;
        left: 21%;
        top: 1%;
    }

    .video-demo iframe {
        height: 173px;
        width: 306px;
    }

    .banner-button a {
        padding: 12px 10px;
    }
}

#preloader {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    --init-wrap: 48%;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #fff;
    z-index: 9999999;
}

.dot-loader {
    position: relative;
    width: 60px;
    height: 60px;
    animation: 2.5s linear infinite rotate;
}

.dot {
    width: 18px;
    height: 18px;
    animation: 1s linear infinite rotate;
}

.dot8 {
    background-color: #b6b3e6;
}

.dot7 {
    background-color: #383192;
}

.dot6 {
    background-color: #d3d1f0;
}

.dot5 {
    background-color: #5047c2;
}

.dot4 {
    background-color: #f1f0fa;
}

.dot3 {
    background-color: #6d66cc;
}

.dot2 {
    background-color: #e2e0f5;
}

.dot1 {
    background-color: #8a85d6;
}

.pair1,
.pair2,
.pair3,
.pair4 {
    height: 90px;
    width: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pair2 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pair3 {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pair4 {
    transform: translate(-50%, -50%) rotate(135deg);
}

.fancy_box-img,
.waves-block {
    transform: translate(-50%, -50%);
}

@keyframes up-down {

    0%,
    100%,
    50% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    75% {
        transform: translateY(-17px);
    }
}

@keyframes down-up {

    0%,
    100%,
    50% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(10px);
    }

    75% {
        transform: translateY(17px);
    }
}

.dot2,
.dot4,
.dot6,
.dot8 {
    animation: 1.2s ease-in-out up-down;
}

.dot1,
.dot3,
.dot5,
.dot7 {
    animation: 1.2s ease-in-out down-up;
}

.pair1 .dot1,
.pair1 .dot2,
.pair2 .dot3,
.pair2 .dot4,
.pair3 .dot5,
.pair3 .dot6,
.pair4 .dot7,
.pair4 .dot8 {
    animation-delay: 0.1s;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slick-carousel_three.slick-initialized.slick-slider img {
    width: 620px;
    height: auto;
}

.key-d-feature h2::after {
    background-image: url(/img/key-d-feature-round.png);
}

.redius-shape-developer {
    height: 382px;
    width: 392px;
    background-color: #f0e6ff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -31px;
    left: 25px;
    z-index: -1;
    will-change: border-radius, transform, opacity;
    animation: 8s linear infinite sliderShape;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translateZ(0) rotate(0.01deg);
    }

    34% {
        border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
        transform: translate3d(1px, 5px, 2px) rotate(0.01deg);
    }

    50% {
        transform: translateZ(0) rotate(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(-1px, -3px, -2px) rotate(0.01deg);
    }
}

.developer_account {
    background: linear-gradient(132.96deg,
            rgba(58, 197, 236, 0.12) 0,
            rgba(197, 71, 233, 0.12) 102.13%);
}

.tab-w-accordian ul.nav-tabs {
    flex-direction: column;
    gap: 30px;
}

.tab-w-accordian ul.nav-tabs .nav-link_developer {
    background-color: #fff;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border: 2px solid #0000001f;
    border-radius: 40px;
}

.accordion-item .accordion-button span,
.tab-w-accordian ul.nav-tabs .nav-link_developer span {
    border-left: 1px solid #00000033;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #00000080;
}

.accordian_responsive .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active {
    border: 2px solid #fff;
}

.accordian_responsive #headingOne .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab1-tab {
    background-color: #6552a8;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive #headingTwo .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab2-tab {
    background-color: #669e9b;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive #headingThree .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab3-tab {
    background-color: #937d9b;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive #headingFour .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab4-tab {
    background-color: #708e69;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive #headingFive .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab5-tab {
    background-color: #597c8b;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive #headingSix .accordion-button:not(.collapsed),
.tab-w-accordian ul.nav-tabs .nav-link_developer.active#tab6-tab {
    background-color: #9e9673;
    box-shadow: 0 11px 32px 2px #71717133;
}

.accordian_responsive .accordion-button:not(.collapsed) span,
.tab-w-accordian ul.nav-tabs .nav-link_developer.active span {
    color: #fff;
    border-left: 1px solid #fff;
}

.tab-w-accordian ul.nav-tabs .nav-link_developer.active img {
    filter: brightness(100) invert(0) contrast(100%);
}

.tab_accordian_content .tab-pane h5 {
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.accordian_responsive #collapseOne h5,
.accordian_responsive #collapseTwo h5,
.tab_accordian_content .tab-pane#tab1 h5,
.tab_accordian_content .tab-pane#tab2 h5 {
    color: #6552a8;
}

.accordian_responsive #collapseThree h5,
.tab_accordian_content .tab-pane#tab3 h5 {
    color: #694b72;
}

.accordian_responsive #collapseFour h5,
.tab_accordian_content .tab-pane#tab4 h5 {
    color: #526a4d;
}

.accordian_responsive #collapseFive h5,
.tab_accordian_content .tab-pane#tab5 h5 {
    color: #556f7a;
}

.accordian_responsive #collapseSix h5,
.tab_accordian_content .tab-pane#tab6 h5 {
    color: #605835;
}

.accordian_responsive .accordion-item {
    background-color: transparent;
    border: none;
    margin-top: 20px;
}

.accordian_responsive .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.accordian_responsive .accordion-item:last-of-type,
.accordian_responsive .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.accordian_responsive .accordion-button {
    height: 62px;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    border: 2px solid #0000001f;
    border-radius: 40px;
}

.accordian_responsive .accordion-button:not(.collapsed) img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7497%) hue-rotate(260deg) brightness(100%) contrast(102%);
}

.accordian_responsive .accordion-button:focus,
.key-s-card.key_developer.key_developer_gradiant:hover {
    box-shadow: none;
}

.accordian_responsive .accordion-collapse h5 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.accordian_responsive .accordion-body {
    padding: 10px 10px 0;
}

.accordian_responsive .accordion-button::after {
    background-image: url(/img/development_plus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.accordian_responsive .accordion-button:not(.collapsed)::after {
    background-image: url(/img/development_minus.png);
    transform: none;
}

.background_form.background_form_developer {
    background-image: url(../../img/developer_vector.png);
    height: 140px;
    padding-top: 41px;
}

@media (max-width: 992px) {
    .tab-w-accordian ul.nav-tabs .nav-link_developer {
        width: 240px;
        padding: 10px 20px;
        height: 50px;
    }

    .tab-w-accordian ul.nav-tabs .nav-link_developer img {
        width: 25px;
        height: 25px;
    }

    .tab-w-accordian ul.nav-tabs .nav-link_developer span {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .background_form.background_form_developer {
        height: auto;
        padding-top: 56px;
    }
}

@media (max-width: 768px) {

    .nav-tabs,
    .tab-content {
        display: none;
    }
}

@media (min-width: 768px) {
    .accordian_responsive .accordion {
        display: none;
    }
}

.banner_section-developer {
    background-image: url(/img/banner_section-bg.svg);
    width: 100%;
    background-size: cover;
    height: 1160px;
    background-repeat: no-repeat;
    margin: 0;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}

.developer_section-text h2 {
    font-size: 40px;
    line-height: 60px;
    color: #383192;
}

.developer_section-text h4 {
    font-size: 24px;
    color: #17213a;
    line-height: 36px;
    padding-top: 12px;
}

.banner-button_developer {
    margin: 35px 0;
    display: flex;
    justify-content: center;
}

.banner-button_developer a {
    border: 1px solid #383192;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 100px;
    padding: 6px 33px;
    position: relative;
    color: #383192;
    overflow: hidden;
    display: block;
    z-index: 2;
    width: fit-content;
}

.slider_developer .slick-dots li,
.slider_developer .slick-dots li button {
    width: 8px;
    height: 8px;
}

.slider_developer .slick-dots li button::before {
    background: #0000001a;
    width: 8px;
    height: 8px;
    opacity: 1;
    font-size: 0;
    border-radius: 50%;
}

.developer_s_img-one img {
    position: absolute;
    top: -40px;
}

.developer_s_img-two img {
    position: absolute;
    bottom: 200px;
    right: 5%;
}

.key-s-card.key_developer {
    border: 1px solid #0000001a;
    padding: 32px;
    border-radius: 32px;
    transition: 0.1s ease-in-out;
}

.key-s-card.key_developer.key_developer_gradiant {
    background: linear-gradient(98.57deg, #e7f8fc 30.04%, #f8ecfb 77.64%);
    border: none;
}

.redius-shape-slider_one,
.redius-shape-slider_two {
    border-radius: 50%;
    will-change: border-radius, transform, opacity;
    position: absolute;
    display: inline-block;
}

.key-s-card.key_developer:hover {
    box-shadow: 0 6px 16px 0 #0000001f;
}

.video_section {
    background: linear-gradient(192.8deg,
            rgba(58, 197, 236, 0.1) 18.52%,
            rgba(197, 71, 233, 0.1) 123.89%);
    text-align: center;
}

.video_open {
    margin-top: -70px;
}

.fancy_box-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
}

.redius-shape-slider_one {
    height: 463px;
    width: 463px;
    background-color: #f9e7c0;
    top: 65px;
    left: 228px;
    animation: 4s linear infinite sliderShape_one;
}

@keyframes sliderShape_one {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translateZ(0) rotate(0.01deg);
    }

    34% {
        border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
        transform: translate3d(1px, 5px, 2px) rotate(0.01deg);
    }

    50% {
        transform: translateZ(0) rotate(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(-1px, -3px, -2px) rotate(0.01deg);
    }
}

.redius-shape-slider_two {
    height: 436px;
    width: 488px;
    background-color: #eaddff;
    top: 160px;
    right: 280px;
    animation: 4s linear infinite sliderShape_two;
}

@keyframes sliderShape_two {

    0%,
    100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translateZ(0) rotate(0.01deg);
    }

    34% {
        border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
        transform: translate3d(1px, 5px, 2px) rotate(0.01deg);
    }

    50% {
        transform: translateZ(0) rotate(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(-1px, -3px, -2px) rotate(0.01deg);
    }
}

.waves {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -59px;
    bottom: -59px;
    z-index: -1;
    -webkit-animation: 3s ease-in-out infinite waves;
    animation: 3s ease-in-out infinite waves;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.waves-block {
    position: absolute;
    top: 50%;
    left: 50%;
}

dl.dropdown.country_select_developer {
    width: 60px;
}

.country_select_developer.dropdown dt a {
    width: 40px;
}

.developer_form-right {
    margin-left: 100px;
}

@media only screen and (max-width: 1200px) {
    .banner_section-developer {
        height: 1071px;
    }

    .redius-shape-slider_one {
        left: 119px;
    }

    .redius-shape-slider_two {
        right: 159px;
    }

    .redius-shape-developer {
        height: 286px;
        width: 297px;
        top: -18px;
    }

    .developer_form-right {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_section-developer {
        height: 1026px;
    }

    .redius-shape-developer {
        height: 340px;
        width: 347px;
        top: -18px;
    }
}

@media only screen and (max-width: 992px) {
    .video_open {
        margin-top: 0;
    }

    .redius-shape-slider_one {
        left: 55px;
        top: 46px;
    }

    .redius-shape-slider_two {
        right: 84px;
        top: 73px;
    }

    .banner-bg-img,
    .developer_s_img-two {
        display: none;
    }

    .banner_section-developer {
        height: auto;
    }

    .redius-shape-developer {
        height: 258px;
        width: 277px;
        top: -18px;
    }
}

@media only screen and (max-width: 768px) {

    .redius-shape-developer,
    .redius-shape-slider_one {
        display: none;
    }

    .redius-shape-slider_two {
        right: 55px;
        top: 9px;
    }
}

@media only screen and (max-width: 576px) {
    .key-s-card.key_developer {
        padding: 20px;
    }

    .developer_section-text h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .banner_section-developer {
        height: auto;
    }

    .redius-shape-slider_two {
        display: none;
    }

    .fancy_box-img {
        width: 60px;
    }

    .waves {
        width: 80px;
        height: 80px;
        right: -40px;
        bottom: -40px;
    }
}

.custom-select .crm-single-select,
.custom-select select option,
label[for="developer_h_label"] {
    font-size: 14px;
    line-height: 18px;
    color: #17213a;
}

@media only screen and (max-width: 390px) {
    .banner_section-developer {
        height: auto;
    }
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png") right/15px 15px no-repeat content-box border-box;
}

.custom-select select option {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 4px 4px 1px rgba(91, 91, 91, 0.2);
    margin-top: 3px;
    border: none !important;
}

.custom-select .form-control.is-invalid.crm-single-select {
    background-position: right calc(-0.62em + 0.1875rem) center;
    background-size: calc(0.8em + 0.4rem) calc(0.8em + 0.4rem);
    border-color: #dc3545;
}

label[for="developer_h_label"] {
    font-weight: 400;
}

.developer_landing [type="radio"]:checked,
.developer_landing [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.developer_landing [type="radio"]:checked+label,
.developer_landing [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #17213a;
}

.developer_landing [type="radio"]:checked+label:before,
.developer_landing [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #383192;
    border-radius: 100%;
    background: #fff;
}

.developer_landing [type="radio"]:checked+label:after,
.developer_landing [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #383192;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.developer_landing [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.developer_landing [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header_top {
    background-color: #383192;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
}

.header_top_btn {
    background-color: transparent;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: 0.5s;
}

.header_top_btn:hover {
    background-color: #fff;
    color: #383192;
    transition: 0.5s;
}

.header_top:after {
    background: #f3f4f613;
    content: "";
    width: 100px;
    height: 60px;
    transform: rotate(300deg);
    position: absolute;
    animation: 4s ease-in-out infinite alternate scrollbutton2;
    right: 120px;
}

.banner_text {
    background: linear-gradient(160deg, #3ac5ec, #c547e9);
    -webkit-background-clip: text;
    position: relative;
}

.banner_text img {
    position: absolute;
    left: 0;
    width: 100%;
}

.es_text_s h2 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 0;
}

.banner-bg-img {
    position: absolute;
    top: -90px;
    height: 100%;
    width: 100vw;
}

@media only screen and (max-width: 1400px) {
    .banner-bg-img {
        top: -40px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner-bg-img {
        top: -20px;
    }

    .banner-header-text h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-bg-img {
        top: -40px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-bg-img {
        top: 0;
    }

    .banner-section {
        padding: 10px 0 80px;
    }
}

.key-feature-m-text h3 {
    font-size: 20px;
    font-weight: 600;
}

.background_form h3 {
    font-size: 28px;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.banner_dev {
    padding: 0 200px;
}

@media only screen and (max-width: 1380px) {
    .banner_dev {
        padding: 0 160px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner_dev {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1120px) {
    .banner_dev {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 1080px) {
    .banner_dev {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header_top:after {
        display: none;
    }

    .banner_dev {
        padding: 0 140px;
    }
}

@media only screen and (max-width: 900px) {
    .banner_dev {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 830px) {
    .banner_dev {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner_dev {
        padding: 0 10px;
    }
}

.email_subscribe {
    order: 0 !important;
}

.form-group label:has(+ textarea:focus),
.form-group label:has(+ textarea:not(:placeholder-shown)) {
    color: #383192;
    position: absolute;
    top: -10px;
    left: 15px;
}

.form-group textarea {
    width: 100%;
    border: 1px solid #17213a;
    border-radius: 8px;
    padding: 15px;
    cursor: context-menu;
}

.faq_link:focus,
.faq_link:hover {
    color: #383192;
}

.bg-key_feature_20 {
    width: 30px;
    height: 31px;
    background: url("../../img/how_it_work_deve_icon.png") -10px -10px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.bg-key_feature_23 {
    width: 31px;
    height: 30px;
    background: url("../../img/how_it_work_deve_icon.png") -60px -10px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.bg-key_feature_19 {
    width: 30px;
    height: 31px;
    background: url("../../img/how_it_work_deve_icon.png") -111px -10px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.bg-key_feature_21 {
    width: 30px;
    height: 30px;
    background: url("../../img/how_it_work_deve_icon.png") -10px -61px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.bg-key_feature_18 {
    width: 30px;
    height: 30px;
    background: url("../../img/how_it_work_deve_icon.png") -60px -61px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.bg-key_feature_22 {
    width: 30px;
    height: 30px;
    background: url("../../img/how_it_work_deve_icon.png") -110px -61px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(65%) saturate(1%) hue-rotate(242deg) brightness(104%) contrast(101%);
}

.subscription {
    background-image: url(../../img/sub_bg_main.png);
    background-position: center;
}

.sub_title {
    background: linear-gradient(170deg, #26b1d8 0%, #af31d3 102.13%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

.sub_titles {
    font-size: 50px;
    font-weight: bold;
    margin-top: 32px;
    text-align: center;

}

.sub_subtitle {
    text-align: center;
    font-size: 22px !important;
    padding: 15px 0px 15px 0px;
}

.sub_paln {
    background-color: #fff;
    padding: 15px;
    border-radius: 26px;
    border: 1px solid #e6e6e9;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub_card_subtitle {
    color: #5d6476;
    padding-bottom: 10px;
}

.sub_card_subtitle_two {
    padding: 10px 0px;
    color: #6e727b;
}

.sub_card_list li {
    font-size: 14px;
    color: #525252;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
}

.sub_card_list li .icon-done {
    background-color: #11bc19;
    border-radius: 50px;
    padding: 5px;
    font-size: 8px;
    height: 16px;
    width: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.sub_card_list li .icon-done::before {
    color: var(--white);
}

.sub_card_list li span {
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}

.resume_card {
    text-align: center;
    padding: 24px;
    border-radius: 20px;
    font-weight: 700 !important;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px !important;
    margin: 20px 0px;
}

.resume_card_1 {
    background-image: url(../../img/sub_card_1.png);
    border: 1px solid #e6a8fa;
}

.resume_card_2 {
    background-image: url(../../img/sub_card_2.png);
    border: 1px solid #bef0ff;
}

.resume_card_3 {
    background-image: url(../../img/sub_card_3.png);
    border: 1px solid #3ac5ec;
    color: #ffffff;
}

.resume_card_4 {
    background-image: url(../../img/sub_card_4.png);
    border: 1px solid #3ac5ec;
}

.sub_header_bg {
    background-image: url(../../img/sub_header_bg.png);
    border: 1px solid #e6a8fa;
}

.select_plan_btn {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    transition: 0.5s;
}

.select_plan_btns {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.5s;
    border: 1px solid #ced4da;
    color: #383192;
}

.select_plan_btns:hover {
    transition: 0.5s;
    background: linear-gradient(132.96deg, #3AC5EC 0%, #C547E9 102.13%);
    color: #383192;
    transition: 0.5s;
}

.select_plan_btn:hover {
    box-shadow: 2px 2px 7px #383192;
    transition: 0.5s;
    background-color: #fff;
    color: #383192;
    transition: 0.5s;
}

.select_plan_btn_8 {
    color: #ffffff;
    background-color: #28B446;

}

.select_plan_btn_9 {
    color: #383192;

}

.select_plan_btn_1,
.select_plan_btn_2 {
    background-color: #efefef;
    color: #727272;
}

.select_plan_btn_3 {
    background-color: #383192;
    color: #ffffff;
}

.select_plan_btn_4 {
    border: 1px solid #383192;
    color: #383192;
}

.popular_plan {
    background: linear-gradient(132.96deg, #3ac5ec 0, #c547e9 102.13%);
    border-radius: 0px 26px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.popular_plan img {
    width: 15px;
    margin-right: 10px;
}

.popular_plan p {
    padding-bottom: 0px;
}

.popular_sub_paln {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.premiumplan_text {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #fff;
    line-height: 36px !important;
}

/* General table styling */
.subscription_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
    margin-bottom: 20px;
}

.plan_btn_row td {
    padding: 25px 10px;
}

.plan-btn {
    background: #e9e9f5;
    color: #383192;
    border: none;
    padding: 12px 15px;
    border-radius: 16px;
    font-weight: 700;
    cursor: pointer;
}

.plan-btn:hover {
    transition: 0.5s;
    background: linear-gradient(132.96deg, #3AC5EC 0%, #C547E9 102.13%);
    color: #383192;
    transition: 0.5s;
}

.subscription_table table {
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #fff;
}

.subscription_table thead th {
    background: rgba(250, 250, 255, 1);
    padding: 18px;
    border-top: 1px solid #e6e6e9;
    border-bottom: 1px solid #e6e6e9;
}

.subscription_table thead th:first-child {
    border-left: 1px solid #e6e6e9;
    border-radius: 16px 0 0 16px;
}

.subscription_table thead th:last-child {
    border-right: 1px solid #e6e6e9;
    border-radius: 0 16px 16px 0;
}

.subscription_table tbody td .icon-cross {
    background-color: #E50000;
    border-radius: 50px;
    padding: 4px;
    font-size: 8px;
    height: 16px;
    width: 16px;
}

.subscription_table tbody td .icon-cross::before {
    color: #fff;
}

.subscription_table tbody td {
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 15px;
}

.subscription_table tbody td .icon-done {
    background-color: #11bc19;
    border-radius: 50px;
    padding: 4px;
    font-size: 8px;
    height: 16px;
    width: 16px;
}

.subscription_table tbody td .icon-done.gray_done {
    background-color: #d7d7d7;
    border-radius: 50px;
    padding: 4px;
    font-size: 8px;
    height: 16px;
    width: 16px;
}

.subscription_table tbody td .icon-done::before {
    color: #fff;
}

.subscription_table tbody td:first-child {
    text-align: start;
    width: 40%;
}

/* Responsive styles for smaller devices */
@media (max-width: 768px) {
    .subscription_table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .subscription_table table {
        min-width: 700px;
        /* Allow scrolling on smaller devices */
        width: max-content;
    }

    .subscription_table thead th,
    .subscription_table tbody td {
        font-size: 14px;
        padding: 12px;
    }

    .subscription_table tbody td {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .subscription_table {
        width: 100%;
        max-width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .subscription_table table {
        min-width: 700px;
        /* Keep table wide enough so columns stay readable and scroll horizontally */
        width: max-content;
    }

    .subscription_table thead th,
    .subscription_table tbody td {
        font-size: 12px;
        padding: 10px;
    }
}

.sub_form_control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 46px;
}

.sub_form_control_textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub_logos img {
    border: 1px solid #ced4da;
    border-radius: 20px;
}

.view_all_table {
    text-align: center;
}

.view_all_table button {
    color: #ffffff;
    background-color: #383192;
    border-radius: 20px;
    padding: 12px 35px;
}

.view_all_tables button {
    color: #ffffff;
    background-color: #383192;
    border-radius: 10px;
    padding: 12px 35px;
}


.view_all_preview {
    color: #ffffff;
    background-color: #383192;
    border-radius: 10px;
    padding: 12px 35px;
}

.view_all_preview:hover {
    background: var(--Gradient-one);
    color: #fff;
}

.open-eyes {
    width: 18px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
}

.subscription_table {
    max-height: 710px;
    /* Default visible height */
    overflow: hidden;
    overflow-x: auto;
    transition: max-height 0.5s ease;
}

.subscription_table.show {
    max-height: 100%;
    /* Large enough to show full table */
}

.primun_plan_card {
    background-image: url(../../img/primum_plan_card.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.sub_paln.active_plan {
    background: linear-gradient(170deg, #26b1d8 0%, #af31d3 102.13%);
}

.sub_paln.active_plan p,
.sub_paln.active_plan h2,
.sub_paln.active_plan h4,
.sub_paln.active_plan ul li,
.sub_paln.active_plan ul li span {
    color: #ffffff;
}

.sub_paln h4 {
    font-weight: 700 !important;
}

.sub_paln.active_plan .select_plan_btn_1,
.sub_paln.active_plan .select_plan_btn_2,
.sub_paln.active_plan .select_plan_btn_3,
.sub_paln.active_plan .select_plan_btn_4,
.sub_paln.active_plan .select_plan_btn_6,
.sub_paln.active_plan .select_plan_btn_7 {
    background-color: #383192;
    color: #ffffff;
}

.sub_paln.active_plan .popular_plan {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #383192;
}

.sub_paln.active_plan .popular_plan img {
    filter: invert(70%) sepia(50%) saturate(720%) hue-rotate(196deg) brightness(86%) contrast(192%);
}

.sub_paln.active_plan .select_plan_btn_5 {
    background-color: #ffffff;
    border: 1px solid #383192;
    color: #383192;
}

.sub_form_main {
    background-color: #ffffff;
}

.select_plan_btn_5 {
    background-color: #383192;
    color: #ffffff;
    border: 1px solid #383192;
    transition: 0.5s;
    border-radius: 20px;
    margin-top: 20px;
}

.select_plan_btn_6 {
    background-color: #ffffff;
    color: #383192;
    border: 1px solid #383192;
    transition: 0.5s;
    border-radius: 8px;
}

.select_plan_btn_7 {
    background-color: #ffffff;
    color: #383192;
    border: 1px solid #383192;
    border-radius: 8px;
    transition: 0.5s;
}

.primum_plan_btn {
    background-color: #ffffff;
    color: #383192;
    border: 1px solid #383192;
    border-radius: 8px;
    transition: 0.5s;
}

.pricing_footer {
    background-color: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 20px;
}

.sub_plan_footer_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 600;
}

.sub_plan_footer_btn:hover {
    background-color: #ffffff;
    color: #000;
}

.franchise {
    background-image: url(../../img/sub_bg_main.png);
    background-position: center;
}

.franchise_main_sub_head {
    border: 1px solid #d5d5d5;
}

@media (max-width: 567px) {
    .franchise_main_sub_head {
        border: none;
    }
}

.our_mission {
    padding: 30px 20px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #38319229;
    height: 100%;
}

.our_mission img {
    width: 56px;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid #3831921f;
}

.our_mission p {
    color: #383192;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
}

.table_franchise_country,
.table_franchise_country th,
.table_franchise_country td {
    border: 1px solid #38319233;
    border-collapse: collapse;
    padding: 20px;
    text-align: center;
}

.table_franchise_country .table_heading_main {
    background-color: #f3f3f7;
}

.table_franchise_country .table_sub_heading {
    background-color: #383192;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    border: 1px solid #ccc;
}

.table_franchise_country td {
    padding: 10px;
}

.table_franchise_country .flag_table {
    color: #383192;
    font-size: 16px;
    font-weight: 700;
    text-align: start;
    padding-left: 20px;
}

.table_franchise_country .flag_table img {
    width: 50px;
    height: 50px;
    padding-right: 10px;
}

.partner_franchise .partner {
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.partner_franchise .partner span {
    font-weight: 700;
}

.partner_franchise .partner_1 {
    background-color: #f5fbff;
    border: 1px solid #209ef5;
}

.partner_franchise .partner_1 span {
    color: #209ef5;
}

.partner_franchise .partner_2 {
    background-color: #fef8ff;
    border: 1px solid #d014e8;
}

.partner_franchise .partner_2 span {
    color: #d014e8;
}

.partner_franchise .partner_3 {
    background-color: #fef8ff;
    border: 1px solid #6e20f5;
}

.partner_franchise .partner_3 span {
    color: #6e20f5;
}

.partner_franchise .partner_4 {
    background-color: #fef8ff;
    border: 1px solid #22a900;
}

.partner_franchise .partner_4 span {
    color: #22a900;
}

.ready_to_grow {
    background-image: url(../../img/sub_bg_main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    padding: 30px;
}

.ready_to_grow h3 {
    border-bottom: 1px solid #383192;
}

.ready_to_grow p {
    font-size: 20px;
}

.ready_to_grow_button {
    background: transparent;
    padding: 10px 60px;
    border: 1px solid #383192;
    color: #383192;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.5;
}

.ready_to_grow_button:hover {
    background: linear-gradient(170deg, #26b1d8 0%, #af31d3 102.13%);
    color: #ffffff;
    transition: 0.5;
}

.franchise_landing {
    background-image: url(../../img/sub_bg_main.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    padding: 30px;
    background-size: 100% 100%;
    box-shadow: 0px 0px 5px #E1E1E1;
    margin-bottom: 5px !important;
}

.franchise_landing_button {
    padding: 10px 60px;
    border: 1px solid #383192;
    background: linear-gradient(170deg, #26b1d8 0%, #af31d3 102.13%);
    color: #ffffff;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.5;
    position: relative;
    overflow: hidden;
}

.franchise_landing_button:hover {
    background: transparent;
    color: #383192;
    transition: 0.5;
}

.franchise_landing_button:after {
    background: #f3f4f65a;
    content: "";
    width: 15px;
    height: 60px;
    transform: rotate(-30deg);
    position: absolute;
    top: -11px;
    left: -23px;
    animation: 1.5s ease-in-out infinite alternate scrollbutton;
    z-index: 1;
}

@keyframes scrollbutton {
    0% {
        left: -23px;
    }

    100% {
        left: 160px;
    }
}

.popular_plan {
    position: absolute;
    right: 0px;
}

.sub_paln .sub_card_list li .text_import {
    color: #383192 !important;
}

.sub_paln.active_plan .sub_card_list li .text_import {
    color: #ffffff !important;
}

.main_price {
    color: #ababab;
    position: relative;
    display: inline-block;
}

.main_price::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    height: 4px;
    background: red;
    rotate: 10deg;
    transform: translate(-50%, -50%);
}

.sub_paln.active_plan .main_price {
    color: #dbdbdb;
}

.sub_paln h3.text_import {
    color: #383192 !important;
    font-weight: 700;
}

.sub_paln.active_plan h3.text_import {
    color: #ffffff !important;
}

.sub_paln.active_plan .talk_to_us {
    filter: invert(100%) brightness(100%) contrast(150%);
}

.billed_check_box {
    padding: 15px 0px 45px 0px;
}

.billed_check_box p.active {
    color: #383192;
    font-weight: 700;
}

.sub_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0px 10px;
}

.sub_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sub_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 30px;
    transition: .3s;
}

.sub_slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: .3s;
}

input:checked+.sub_slider {
    background-color: #383192;
}

input:checked+.sub_slider:before {
    transform: translateX(30px);
}

@media only screen and (max-width: 1280px) {
    .popular_plan {
        font-size: 14px !important;
        padding: 10px 15px;
    }

    .popular_plan img {
        width: 10px;
        margin-right: 5px;
    }
}