body,
html {
    margin: 0;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    background-color: #F0F5FC;
}

.unordered-lists {
    list-style: circle;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-1 {
    padding-left: 1rem;
}

.btn_pink {
    background: linear-gradient(to right bottom, #C165DD, #EA2087);
    box-shadow: .25rem .25rem 1rem #e92289e8;
    border-radius: 4rem;
    display: inline-block;
    border: 0;
    padding: .5rem 1rem;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    text-decoration: none;
}

.btn_pink:hover {
    background: linear-gradient(to right bottom, #EA2087, #C165DD);
}

.btn_pink:hover,
.btn_pink:focus {
    color: white !important;
}

.btn_white {
    background: transparent;
    border-radius: 4rem;
    display: inline-block;
    border: 1px solid white;
    padding: .4rem 1rem;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.btn_white:hover,
.btn_white:focus {
    color: black !important;
    background-color: white !important;
}

.btn_purple {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    border-radius: 4rem;
    display: inline-block;
    border: 0;
    padding: .75rem 2rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.btn_purple:hover {
    background: linear-gradient(to right bottom, #1153FC, #C165DD);
}

.btn_purple:hover,
.btn_purple:focus {
    color: white !important;
}

.btn_blue {
    background: transparent;
    border-radius: 4rem;
    display: inline-block;
    border: 0;
    padding: .75rem 2rem;
    text-transform: uppercase;
    color: #504C99;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    border: 0.1rem solid #504C99;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.btn_blue:hover,
.btn_blue:focus {
    color: white !important;
    background: #504C99;
}

.text-right {
    text-align: right;
}

.nav_section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    padding: .5rem 0;
    z-index: 99;
}

.nav_section .bg-light {
    background-color: transparent !important;
    padding: 0;
}

.nav_section .navbar-brand {
    width: 13rem;
    margin-top: -1rem;
}

.navbar-light .navbar-nav {
    justify-content: flex-end;
    margin: .5rem 0;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    position: relative;
    padding: .6rem 1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

.navbar-light .navbar-nav .btn_white,
.navbar-light .navbar-nav .btn_pink {
    min-width: 9rem;
    margin-left: 1rem;
    height: 2.9rem;
    font-size: .95rem;
    padding-top: 0rem;
    padding-bottom: 0;
    line-height: 2.9rem;

}

.login-btn-col .nav-item .nav-link {
    border: 1px solid #fff !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: all .3s ease !important
}

.login-btn-col .nav-item .nav-link:hover {
    background: linear-gradient(to right bottom, #C165DD, #EA2087) !important;
    box-shadow: 0.25rem 0.25rem 1rem #e92289e8 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
    display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 43rem;
    right: -24.5rem !important;
    left: initial !important;
    transform: none !important;
    border: 0;
    top: 4rem !important;
    border-radius: 6px;
    padding: 1.5rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.navbar-expand-lg .navbar-nav .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent white transparent;
    top: -20px;
    position: absolute;
    left: calc(35.5% - 13px);
}

.navbar-light .navbar-nav .nav-item {
    margin-left: .2rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu h4 {
    color: #2E3091;
    font-size: 1.2rem;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link img {
    max-width: 2.1rem;
    margin-right: 1rem;
    max-height: 2rem;
    margin: auto;
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .col-md-4:nth-child(2) h4 {
    padding-left: .8rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link .span1 {
    width: 3.2rem;
    display: inline-block;
    padding-right: .5rem
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link .text {
    color: #ED52A2;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 1rem;
    transition: all .3s ease;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link .text:hover {
    color: #f089be;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .service_link .text span {
    color: #2E3091;
    font-weight: 400;
    font-size: .9rem;
}

.header {
    position: relative;
    background-image: url(../images/header_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15.5rem;
    z-index: 2;
    padding-bottom: 11vw;
    background-position: 50% 100%;
}

.header .container {
    position: relative;
    z-index: 99;
}

.header h1 {
    color: #3B368C;
    font-size: 3.25rem;
    font-weight: 700;
    padding-right: 4rem;
    margin-bottom: 0rem;
    min-height: 22rem;
}

.header h1 span {
    color: #EA2087;
}

.header .btn_purple,
.header .btn_blue {
    min-width: 12rem;
    font-size: 1rem;
    max-width: 100%;
    width: 14rem;
    padding: 1rem 0;
}

.screen_box {
    position: relative;
    margin-right: -5rem;
    width: 97.5%;
}

.screen_box .laptop {
    width: 113%;
    max-width: 113%;
    margin-top: -5%;
    height: 411px;
}

.screen_box .play_overlay {
    position: absolute;
    left: 0px;
    top: -50px;
    bottom: 8px;
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0% 0% 13%;
}

@media(max-width:1400px) {

    .screen_box .laptop {
        width: 108.5%;
        max-width: 113%;
        margin-top: -7%;
        height: 340px;
    }

    .screen_box .play_overlay {
        padding: 0% 4% 0% 13%;
    }

}

@media(max-width:1199px) {
    .screen_box .laptop {
        width: 108.5%;
        max-width: 113%;
        margin-top: -9%;
        height: 285px;
    }
}

@media(max-width:991px) {
    .screen_box .laptop {
        width: 104%;
        max-width: 104%;
        margin-top: -5%;
        height: 207px;
    }
}

.screen_box .money {
    width: 23%;
    position: absolute;
    right: -16%;
    top: -12%;
}

.screen_box .gear {
    width: 23%;
    position: absolute;
    left: -3.5%;
    top: 20%;
}


.wistia_responsive_padding {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link.btn_pink:hover,
.navbar-light .navbar-nav .nav-link.btn_white:hover {
    text-decoration: none;
}

.nav_section .navbar-brand {
    margin-top: 0;
}

.nav_section {
    padding: 1rem 0;
}

.screen_box .play_overlay a {
    display: inline-block;
    width: 7rem;
}

.feature_section {
    position: relative;
    padding: 5rem 0;
    background: transparent;
    z-index: 1;
    padding-top: 2rem;
}

.feature_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.feature_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.feature_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    padding: 0 2rem;
    margin-bottom: 2.5rem;
}

.feature_section .white_box {
    background-color: white;
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    cursor: pointer;
}

.feature_section .white_box .top_border {
    background-color: white;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.feature_section .white_box:hover,
.feature_section .white_box:focus,
.feature_section .white_box.active {
    box-shadow: 0 1rem 1rem #1a1b9854;
}

.feature_section .white_box:hover .top_border,
.feature_section .white_box:focus .top_border,
.feature_section .white_box.active .top_border {
    background-color: #EA2087;
}

.feature_section .white_box .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    min-height: 12.5rem;
}

.feature_section .white_box p {
    margin-bottom: 0;
    color: #EA2087;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.35rem;
    padding: 0;
}

.feature_section h2 {
    color: #EA2087;
    font-weight: 700;
    margin-top: 3rem;
    font-size: 2.75rem;
}

.feature_section p {
    padding: 0;
    margin-bottom: 2rem;
}

.feature_section .learn_more {
    color: #EA2087;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.15rem;
    display: inline-block;
}

.feature_section .rocket {
    position: absolute;
    left: 8rem;
    top: 0rem;
    width: 30rem;
}

.feature_section .object {
    position: absolute;
    right: 5rem;
    top: 5rem;
    width: 20rem;
}

.heading_section {
    position: relative;
}

.heading_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.heading_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.heading_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.heading_section p img.downarrow {
    position: absolute;
    right: -7rem;
    top: 0;
    width: 6rem;
}

.order {
    order: 2;
}

.how_section {
    background-image: url(../images/business_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 25rem;
    padding-bottom: 10rem;
    margin-top: -3.5rem;
    text-align: center;
    overflow: hidden;
}

.how_section .container {
    position: relative;
    z-index: 2;
}

.how_section .flexer {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.how_section .text_box {
    position: relative;
    padding: 5rem 0;
}

.how_section .text_box.bg1 {
    background-image: url(../images/number1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.how_section .text_box.bg2 {
    background-image: url(../images/number2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.how_section .text_box.bg3 {
    background-image: url(../images/number3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.how_section .text_box h4 {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
}

.how_section .text_box p {
    color: #ffffffe0;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
}

.how_section .text_box .btn_blue {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    color: white;
    font-weight: 400;
    padding: .85rem 3.5rem;
    border: 0;
    box-shadow: .25rem .25rem 1rem #1153fc85;
}

.how_section .img_box {
    width: 9rem;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    margin: auto;
}

.how_section .time_point {
    margin-top: 5rem;
    margin-bottom: 5rem;
    position: relative;
}

.how_section .timeline_box {
    position: absolute;
    left: 0;
    top: 15rem;
    bottom: .5rem;
    right: 0;
}

.how_section .timeline_box .time_top {
    display: inline-block;
    width: 7rem;
    position: absolute;
    z-index: 2;
    left: calc(50% - 3.5rem);
    top: 110%;
    transition: all 2s ease;
}

.how_section .timeline_box .time_top.active {
    top: 0;
}

.how_section .timeline_box .time_line {
    background: linear-gradient(to bottom, #9441D4, #FF51FF);
    width: .5rem;
    display: inline-block;
    position: absolute;
    left: calc(50% - .15rem);
    top: 100%;
    bottom: 1rem;
    transition: all 2s ease;
}

.how_section .timeline_box .time_line.active {
    top: 10rem;
}

.how_section .timeline_box .time_bot {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 40rem;
    left: calc(50% - 20rem);
}

.how_section .time_circle {
    background-image: url(../images/level.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: calc(50% - 2.69rem);
    top: calc(50% - 2.75rem);
}

.video_section {
    text-align: center;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(to bottom, transparent, #CFDCF6);
}

.video_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.video_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.video_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.video_section .video_box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.video_section .video_box .video_img {
    display: inline-block;
    width: 100%;
    position: relative;
}

.video_section .video_box .play_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_section .video_box .play_overlay .play_btn {
    display: inline-block;
    width: 20rem;
}

.video_section .flexer {
    display: flex;
    align-items: center;
    min-height: 100%;
    text-align: left;
}

.video_section .flexer h3 {
    font-size: 2.5rem;
    color: #EA2087;
    margin-bottom: .5rem;
}

.video_section .flexer p {
    margin-bottom: 0;
    font-size: .925rem;
}

.video_section img {
    width: 70%;
}

.video_section .order img {
    width: 70%;
}

.testimonial_section {
    position: relative;
    padding: 5rem 0;
    text-align: center;
}

.testimonial_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
}

.testimonial_section .carousel-inner {
    background: linear-gradient(to right, #E0A0ED, #7759F4);
    border-radius: 12px;
}

.testimonial_section .test_box {
    position: relative;
    padding: 4rem;
    display: inline-block;
    width: 100%;
}

.testimonial_section .test_box .demo {
    width: 7.5rem;
    margin-bottom: 1.5rem;
}

.testimonial_section .test_box .rating {
    margin-bottom: .75rem;
}

.testimonial_section .test_box .rating li {
    margin: 0;
}

.testimonial_section .test_box .rating li a {
    display: inline-block;
    color: #FFCC00;
    font-size: .9rem;
}

.testimonial_section .test_box p {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.35rem;
    width: 70%;
    margin: auto;
    margin-bottom: 2.25rem;
}

.testimonial_section .test_box .tester_name {
    background: linear-gradient(to right, #976ED8, #8965D9);
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 1.25rem;
    border-radius: 2rem;
    padding: .3rem 1rem;
}

.testimonial_section .test_box .quote_1 {
    width: 5rem;
    position: absolute;
    left: 7.5rem;
    top: 6rem;
}

.testimonial_section .test_box .quote_2 {
    width: 5rem;
    position: absolute;
    right: 5rem;
    bottom: 3.5rem;
}

.testimonial_section .carousel-control-prev {
    background: linear-gradient(to bottom right, #B35DE0, #662DFA);
    width: 2.5rem;
    height: 2.5rem;
    padding: .25rem;
    border-radius: .25rem;
    top: calc(50% - 1rem);
    opacity: 1;
    left: -1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    box-shadow: .25rem .25rem 1rem #1153fc85;
}

.testimonial_section .carousel-control-prev div {
    background: url(../images/arrow_l.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -.25rem;
}

.testimonial_section .carousel-control-next {
    background: linear-gradient(to bottom right, #B35DE0, #662DFA);
    width: 2.5rem;
    height: 2.5rem;
    padding: .25rem;
    border-radius: .25rem;
    top: calc(50% - 1rem);
    opacity: 1;
    right: -1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    box-shadow: .25rem .25rem 1rem #1153fc85;
}

.testimonial_section .carousel-control-next div {
    background: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -.25rem;
}

.testimonial_section .carousel-control-prev:hover,
.testimonial_section .carousel-control-prev:focus,
.testimonial_section .carousel-control-next:hover,
.testimonial_section .carousel-control-next:focus {
    background: #252F6D;
}

.help_section {
    padding-bottom: 5rem;
    position: relative;
}

.help_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.help_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.help_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
}

.help_section .main {
    width: 90%;
}

.help_section .white_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #00000024;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 3.5rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.help_section .white_box:hover,
.help_section .white_box:focus {
    background: url(../images/help_bg.png);
    background-size: 100% 100%;
    box-shadow: 0 10px 10px #511fb47d;
}

.help_section .white_box .img_box {
    min-width: 5rem;
    display: inline-block;
    margin-right: 1.25rem;
}

.help_section .white_box .img_box img {
    height: 5rem;
}

.help_section .white_box .link {
    color: #3B368C;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.help_section a {
    text-decoration: none;
}

.help_section .white_box p {
    margin-bottom: 0;
    font-size: .95rem;
    width: 100%;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.help_section .white_box p a {
    color: #3DCCB3;
    display: inline-block;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.help_section .white_box:hover .link,
.help_section .white_box:focus .link {
    color: white;
}

.help_section .white_box:hover p,
.help_section .white_box:hover p a,
.help_section .white_box:focus p,
.help_section .white_box:focus p a {
    color: white;
}

.help_section .white_box .img_box .active {
    display: block;
}

.help_section .white_box .img_box .inactive {
    display: none;
}

.help_section .white_box:hover .img_box .active,
.help_section .white_box:focus .img_box .active {
    display: none;
}

.help_section .white_box:hover .img_box .inactive,
.help_section .white_box:focus .img_box .inactive {
    display: block;
}

footer {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10rem;
}

footer .logo {
    display: inline-block;
    width: 14rem;
    margin-bottom: 1rem;
}

footer .social {
    text-align: center;
    width: 14rem;
}

footer h4 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .25rem;
}

footer ul {
    margin-bottom: 4rem;
}

footer ul li a {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    display: inline-block;
    text-decoration: none;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #EA2087;
}

footer .social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #EA2087;
    font-size: 1.25rem;
}

footer .social li a:hover,
footer .social li a:focus {
    background-color: #EA2087;
    color: white;
}

.text-slider-col {
    min-height: 80px;
    display: inline-block;
    line-height: 1;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    min-width: 100%;
}

#text-slider {
    white-space: nowrap;
    line-height: 1.2
}

.collapser {
    height: 0;
    overflow: hidden;
}

.collapser.active {
    height: auto;
}

.header .btn_blue {
    margin-left: 3rem;
}

.how_section .timeline_box .time_bot {
    position: absolute;
    left: 30.75%;
    width: 40%;
    bottom: .2%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 15%;
    overflow-y: hidden;
    height: 20vw;
}

.how_section .timeline_box .time_bot img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.how_section .timeline_box .time_bot .fire1 {
    width: 15%;
    bottom: 7vw;
    top: initial;
    left: 30%;
}

.how_section .timeline_box .time_bot .bot_stand {
    width: 13.5rem;
    left: calc(50% - 7.55rem);
}

.how_section .timeline_box .time_bot .fire_1 {
    z-index: 9;
    width: 60%;
    left: calc(50% - 30%);
}

.how_section .timeline_box .time_bot .fire_2 {
    z-index: 10;
    width: 90%;
    left: 0;
    bottom: -5rem;
}

.how_section .timeline_box .time_bot .fire_3 {
    bottom: 30%;
    z-index: 7;
    width: 70%;
    left: calc(50% - 35%);
}

.how_section .timeline_box .time_bot .fire_4 {
    z-index: 9;
    width: 80%;
    left: calc(50% - 40%);
    bottom: -8rem;
}

.how_section .timeline_box .time_bot .fire_5 {
    width: 15%;
    bottom: 7vw;
    top: initial;
    left: 30%;
    z-index: 5;
}

.how_section .timeline_box .time_bot .fire_6 {
    z-index: 4;
    width: 50%;
    left: calc(50% - 25%);
}

.how_section .timeline_box .time_bot .fire_7 {
    z-index: 3;
}

.login-btn-col {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 1;
}

.login-btn-col.active {
    visibility: visible;
    opacity: 1;
}

.ser-dropdown .dropdown-menu {
    display: inline-block !important;
}

.ser-dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.ser-dropdown.active .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    z-index: 99;
    width: 4rem;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.ser-dropdown {
    position: relative
}

.header_aff {
    background-image: url(../images/aff_header.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.header_aff h1 {
    min-height: auto;
    font-size: 3.75rem;
}

.header_aff p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    padding-right: 5rem;
    margin-bottom: 2.5rem;
}

.header_aff .screen_box .play_overlay {
    bottom: 10rem;
    padding-left: 30%;
}

.aff_feature {
    padding: 5rem 0;
    position: relative;
}

.aff_feature .flexer {
    display: flex;
    align-items: center;
    height: 100%;
}

.aff_feature h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.aff_feature h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.aff_feature p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.aff_feature ul li {
    color: #3B368C;
    font-size: .95rem;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: .3rem;
    padding-left: 1.5rem;
    position: relative;
}

.aff_feature ul li:nth-child(1) {
    margin-bottom: 1rem;
}

.aff_feature ul li i {
    font-size: .8rem;
    position: absolute;
    left: 0;
    top: 0.45rem;
}

.aff_feature .object {
    position: absolute;
    right: 5rem;
    top: 30%;
    width: 20rem;
}

.cycle_section {
    position: relative;
    background: linear-gradient(to bottom, #E8EFFA, #D1DEF8);
    padding: 5rem 0;
}

.cycle_section .flexer {
    display: flex;
    height: 100%;
    align-items: center;
}

.cycle_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.cycle_section h3 span {
    color: #EA2087
}

.cycle_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem
}

.feature_section2 .white_box {
    height: calc(100% - 1.5rem);
    margin-bottom: 1.5rem;
    background-color: transparent;
    ;
}

.feature_section2 .white_box .top_border {
    background-color: transparent;
}

.feature_section2 .white_box:hover,
.feature_section2 .white_box:focus,
.feature_section2 .white_box.active {
    background-color: white;
}

.feature_section2 .white_box .img_box {
    min-height: auto;
    margin-bottom: .5rem;
}

.feature_section2 .white_box h4 {
    color: #3B368C;
    font-weight: 700;
    min-height: 3rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.feature_section2 .white_box p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.feature_section2 .white_box .read_more {
    color: #EA2087;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.feature_section2 .object {
    left: 5rem;
    right: initial;
    top: 40%;
}

.add_section {
    padding-bottom: 5rem;
    position: relative;
}

.add_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.add_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.add_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.add_section .learn_more {
    color: #EA2087;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.add_section .illustration {
    position: relative;
    background-image: url(../images/add_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.add_section .illustration .img_box {
    display: block;
    margin: auto;
    max-width: 950px;
    position: relative;
}

.add_section .illustration .img_box .ill {
    width: 100%;
}

.add_section .illustration .img_box .play_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_section .illustration .img_box .play_overlay img {
    width: 17rem;
}

.contact_h {
    position: relative;
    padding-top: 12.5rem;
    padding-bottom: 22.5rem;
    background-image: url(../images/contact_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact_h h3 {
    color: white;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.contact_h h3 span {
    color: #EA2087;
}

.contact_h p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
}

.contact_h .container {
    position: relative;
}

.contact_h .man {
    position: absolute;
    right: 15rem;
    bottom: -28rem;
    width: 15rem;
}

.contact_section {
    position: relative;
    padding-bottom: 5rem;
}

.contact_section .white_box {
    background-color: white;
    padding: 3rem 2.25rem;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: .35rem;
    box-shadow: 0 0 1rem #3b368c29;
    margin-top: -20rem;
}

.contact_section .white_box h4 {
    color: #3B368C;
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.contact_section .white_box label {
    color: #3B368C;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .35rem;
}

.contact_section .white_box input.form-control {
    border: 0.1rem solid #F0F0F6;
    background-color: #F6F6FA;
    height: 2.85rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.75rem;
    font-size: .9rem;
    outline: 0;
    border-radius: .35rem;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    color: #6F6C9F;
}

.contact_section .white_box input.form-control::placeholder {
    color: #6F6C9F;
    font-family: 'Open Sans', sans-serif;
}

.contact_section .white_box textarea.form-control {
    border: 0.1rem solid #F0F0F6;
    background-color: #F6F6FA;
    height: 10rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.75rem;
    font-size: .9rem;
    resize: none;
    border-radius: .35rem;
    outline: 0;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    color: #6F6C9F;
}

.contact_section .white_box textarea.form-control::placeholder {
    color: #6F6C9F;
    font-family: 'Open Sans', sans-serif;
}

.contact_section .white_box .text-center {
    display: block;
    margin-bottom: -4.5rem;
    margin-top: 2rem;
}

.contact_section .white_box .btn_submit {
    background: linear-gradient(to right bottom, #C165DD 25%, #1153FC);
    border-radius: 4rem;
    display: inline-block;
    border: 0;
    padding: 1rem 3rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    box-shadow: 0 0 1rem #3b368c4a;
}

.contact_section .white_box .btn_submit:hover,
.contact_section .white_box .btn_submit:focus {
    color: white !important;
}

.contact_section .flexer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 4rem;
}

.contact_section .flexer h5 {
    color: #3B368C;
    font-weight: 600;
    font-size: 2rem;
}

.contact_section .flexer p {
    color: #5F5CA3;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.contact_section .flexer .item_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.5rem;
}

.contact_section .flexer .item_flex .img_box {
    flex: 0 0 5.5rem;
    margin-right: 1.5rem;
    text-align: center;
}

.contact_section .flexer .item_flex .text {
    color: #3B368C;
    font-weight: 700;
    font-size: 1.25rem;
}

.contact_section .flexer .item_flex .text a {
    display: inline-block;
    width: 100%;
    color: #59569F;
    font-weight: 400;
    text-decoration: none;
    font-size: .9rem;
    float: left;
    margin-bottom: .15rem;
    font-family: 'Open Sans', sans-serif;
}

.seller_h {
    background-image: url(../images/seller_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.seller_h h1 {
    color: white;
    min-height: auto;
    margin-bottom: .5rem;
}

.seller_h p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
}

.seller_h .btn_blue {
    border: 0.1rem solid white;
    color: white;
}

.seller_h .screen_box .play_overlay {
    padding-left: 36%;
}

.sellers-page .seller_h .screen_box .play_overlay {
    padding-left: 14%;
}

.temp_section {
    position: relative;
    background-image: url(../images/temp_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

.temp_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.temp_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.temp_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3.5rem;
}

.temp_section .temp_box {
    border: 0.1rem solid #C1CBF8;
    border-radius: 1.25rem;
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative;
    background: transparent;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    margin-bottom: 1.5rem;
    height: calc(100% - 1.5rem);
}

.temp_section .temp_box:hover,
.temp_section .temp_box:focus,
.temp_section .temp_box.active {
    background: url(../images/exp_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.temp_section .temp_box .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8.5rem;
}

.temp_section .temp_box h4 {
    color: #464293;
    font-weight: 700;
    font-size: 1.35rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.temp_section .temp_box:hover h4,
.temp_section .temp_box:focus h4,
.temp_section .temp_box.active h4 {
    color: white;
}

.temp_section .temp_box p {
    font-size: .9rem;
    min-height: 4.25rem;
    margin-bottom: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.temp_section .temp_box:hover p,
.temp_section .temp_box:focus p,
.temp_section .temp_box.active p {
    color: white;
}

.temp_section .ill {
    position: absolute;
    right: 0;
    width: 47.5rem;
}

.feature_section3 .white_box {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
}

.temp_section .object {
    left: 5rem;
    right: initial;
    top: 40%;
    position: absolute;
}

.fraud_section {
    background-image: url(../images/fraud_bg.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.fraud_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.fraud_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
}

.fraud_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 2.5rem;
}

.contact_section .white_box p {
    color: #5F5CA3;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.contact_section .white_box p.top_p {
    margin-bottom: 2rem;
    text-align: center;
}

.contact_section .order {
    margin-top: -9.5rem;
}

.contact_section .fexer h5 {
    color: #3B368C;
    font-weight: 600;
    font-size: 2rem;
}

.contact_section .fexer p {
    color: #5F5CA3;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.contact_section .fexer .item_flex {
    display: flex;
    justify-content: flex-start;
    margin-top: 2.5rem;
}

.contact_section .fexer .item_flex .img_box {
    width: 5.5rem;
    margin-right: 1.5rem;
    text-align: center;
}

.contact_section .fexer .item_flex .text {
    color: #3B368C;
    font-weight: 700;
    font-size: 1.25rem;
}

.contact_section .fexer .item_flex .text a {
    display: inline-block;
    width: 100%;
    color: #59569F;
    font-weight: 400;
    text-decoration: none;
    font-size: .9rem;
    float: left;
    margin-bottom: .15rem;
    font-family: 'Open Sans', sans-serif;
}

.contact_section .white_box_collapser {
    background-color: white;
    padding: 1rem 2.25rem;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: .35rem;
    margin: 3rem 0;
}

.contact_section .white_box_collapser .accordion-item {
    margin-bottom: 1rem;
}

.contact_section .white_box_collapser .accordion-button {
    border: 0.1rem solid #EBEBF3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6FA;
    padding: 1rem;
    padding-top: 1.25rem;
    border-radius: .5rem;
    outline: 0;
    box-shadow: none;
    flex-direction: column;
}

.contact_section .white_box_collapser .accordion-button span {
    flex: 0 0 25%;
    text-align: center;
    color: #EB2E8F;
    font-weight: 700;
    font-size: 1rem;
}

.contact_section .white_box_collapser .accordion-button span:nth-child(1) {
    text-align: left;
}

.contact_section .white_box_collapser .accordion-collapse {
    border: 0;
}

.contact_section .white_box_collapser .accordion-body {
    padding: 1rem;
    padding-top: 1.5rem;
    border-radius: .5rem;
    border: 0.1rem solid #EBEBF3;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -.5rem;
}

.contact_section .white_box_collapser .accordion-body p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_section .white_box_collapser .accordion-body p span {
    flex: 0 0 25%;
    text-align: center;
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.contact_section .white_box_collapser .accordion-body p span:nth-child(1) {
    text-align: left;
}

.contact_section .white_box_collapser .accordion-body p span a {
    color: #3B368C;
    text-decoration: underline;
    font-size: 1rem;
}

.contact_section .white_box_collapser .accordion-body h5 {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.contact_section .white_box_collapser .accordion-body a {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: .85rem;
    text-decoration: none;
}

.contact_section .white_box_collapser .accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url(../images/arrow_down.png);
    width: .75rem;
    height: .75rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}

.contact_section .white_box_collapser .accordion-button::after {
    transform: rotate(180deg) !important;
}

.contact_section .white_box_collapser .accordion-button.collapsed::after {
    content: '';
    background-image: url(../images/arrow_down.png);
    width: .75rem;
    height: .75rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
    transform: rotate(0deg) !important;
}

.contact_section.legal_box .white_box {
    min-height: 75vh;
    margin-top: -20rem;
    display: block;
}

.fraud_section .credit_box {
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}

.fraud_section .credit_box .credit_card {
    background-color: #0181D9;
    padding: 2.5em;
    position: absolute;
    top: 10.6em;
    left: 10.5em;
    width: 42.6em;
    bottom: 11.5em;
}

.fraud_section .credit_box .credit_card .flex_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
}

.fraud_section .credit_box .credit_card .flex_h span {
    color: white;
    font-weight: 700;
    font-size: 1em;
}

.fraud_section .credit_box .credit_card label {
    color: white;
    font-size: .9em;
    margin-top: .75em;
    margin-bottom: .15em;
}

.fraud_section .credit_box .credit_card .value {
    color: #FFFFFF;
    font-weight: 700;
    font-size: .95em;
    border-bottom: 0.1em solid white;
    padding-bottom: .25em;
}

.fraud_section .credit_box .credit_card .value img {
    width: 2.5em;
}

.fraud_section .credit_box .credit_card .value.value_lg {
    color: #00FFF6;
    font-size: 1.3em;
}

.fraud_section .credit_box .credit_card ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.fraud_section .credit_box .credit_card ul li img {
    width: 5.5em;
}

.fraud_section .credit_box .mobile {
    position: absolute;
    left: 8rem;
    bottom: 0;
    width: 6.25rem;
}

.fraud_section .btn_purple,
.fraud_section .btn_pink {
    padding: .85rem 3rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.modal-content {
    border: 0;
    border-radius: 1rem;
}

.modal-content .modal-body {
    background-color: white;
    display: inline-block;
    width: 100%;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    cursor: pointer;
    box-shadow: 0 1rem 1rem #1a1b9854;
}

.modal-content .modal-body .btn-close {
    position: absolute;
    right: 1rem;
    top: 2rem;
    opacity: 1;
}

.modal-content .modal-body .top_border {
    background-color: #EA2087;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.modal-content .modal-body .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    margin: auto;
    min-height: 5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.modal-content .modal-body .img_box img {
    width: 100%;
}

.modal-content .modal-body h4 {
    margin-bottom: 0;
    color: #444A92;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1rem;
}

.modal-content .modal-body p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.temp_section .temp_box .img_box img {
    max-height: 6rem;
}

.temp_section .temp_box .img_box img:nth-child(2) {
    display: none;
}

.temp_section .temp_box:hover .img_box img:nth-child(2) {
    display: block;
}

.temp_section .temp_box:hover .img_box img:nth-child(1) {
    display: none;
}

.fraud_section .credit_box .shield {
    position: absolute;
    top: 6%;
    left: 6%;
    width: 20%;
    z-index: 1;
}

.btn_pink-h {
    margin-left: 1rem;
    box-shadow: 0 0 0
}

.contact_section .white_box_collapser .accordion-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

.contact_section .white_box_collapser .accordion-button .accordion-col1 {
    border: 0.1rem solid #EBEBF3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6FA;
    padding: 1.25rem;
    padding-top: 1.25rem;
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
    width: calc(100% + 2px);
    margin-top: -1px;
    margin-left: -1px;
}

.contact_section .white_box_collapser .accordion-button .accordion-col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

.contact_section .white_box_collapser .accordion-button .accordion-col2 span {
    flex: 0 0 25%;
    text-align: center;
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 1.25rem;
    padding-top: 1.25rem;
    border-radius: 0;
}

.contact_section .white_box_collapser .accordion-button .accordion-col2 span:nth-child(1) {
    text-align: left;
}

.contact_section .white_box_collapser .accordion-body {
    border: 0;
}

.contact_section .white_box_collapser .accordion-item {
    border: 1px solid #EBEBF3;
    border-radius: 8px;
    overflow: hidden;
}

.contact_section .white_box_collapser .accordion-body h5 {
    margin-top: 1rem
}

.contact_section .white_box_collapser .accordion-button .accordion-col2 span a {
    color: #0d6efd;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Josefin Sans', sans-serif;
}

.contact_section .white_box_collapser .accordion-button .accordion-col2 span a:hover {
    text-decoration: underline;
}

.footer-p {
    color: #fff;
    text-align: center;
}

.contact_section .accordion-body .whitebox {
    border-top: 0.25rem solid #0E089C;
    padding: 1.5rem;
    background-color: white;
    box-shadow: 0 0 .5rem #00000040;
    margin-top: 2rem;
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.contact_section .accordion-body .whitebox h4 {
    color: #343C54;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.contact_section .accordion-body .whitebox .gut {
    padding: 1rem;
}

.contact_section .accordion-body .whitebox h3 {
    color: #423A53;
    margin-top: 0;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.contact_section .accordion-body .whitebox h5 {
    margin-top: .5rem;
    color: #434654;
    font-size: 1rem;
}

.contact_section .accordion-body .whitebox p {
    display: block;
    font-size: .9rem;
    color: #48414B;
}

.contact_section .accordion-body .whitebox p span {
    display: block;
    color: #48414B;
    font-size: .95rem;
    font-weight: 600;
    text-align: left;
}

.contact_section .accordion-body .whitebox .review_box {
    border: 0.1rem solid #D7D7D7;
    text-align: center;
    padding: .5rem;
    border-radius: .25rem;
    font-size: .75rem;
    font-weight: 500;
    color: #48414B;
}

.contact_section .accordion-body .whitebox .review_box span {
    font-size: 1.15rem;
    font-weight: 600;
}

.contact_section .accordion-body .whitebox .btn_white {
    display: inline-block;
    padding: .45rem 1rem;
    border: 0.1rem solid #D9D9D9;
    border-radius: 0;
    color: #4B4953;
    font-size: .8rem;
    font-weight: 600;
    width: 100%;
    margin-top: .5rem;
    border-radius: .15rem;
}

.contact_section .accordion-body .whitebox .btn_white:hover,
.contact_section .accordion-body .whitebox .btn_white:focus {
    background-color: #EA2087 !important;
    border: 0.1rem solid #EA2087 !important;
    color: white !important;
}

.contact_section .accordion-body .whitebox .btn_dark {
    display: inline-block;
    padding: .45rem 1rem;
    border: 0.1rem solid #2C21E0;
    border-radius: 0;
    color: white;
    font-size: .8rem;
    font-weight: 600;
    width: 100%;
    margin-top: .5rem;
    text-align: center;
    border-radius: .15rem;
    background-color: #2C21E0;
}

.contact_section .accordion-body .whitebox .cant_access {
    color: #2C21E0;
    text-align: right;
    font-size: .8rem;
}

.contact_section .accordion-body .whitebox .total_text {
    color: #515151;
    font-size: .95rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

.contact_section .accordion-body .whitebox .total_text span {
    float: right;
}

.contact_section .accordion-body .whitebox .total_text span.bold {
    font-weight: 700;
}

.contact_section .accordion-body .whitebox .seller_name {
    color: #2D3188;
    font-weight: 400;
    font-size: 1.75rem;
    margin-bottom: .75rem;
}

.contact_section .accordion-body .whitebox .total_text a {
    color: #3B368C;
    float: right;
    font-weight: 600;
}

.contact_section .accordion-body .whitebox .btn_white.edit {
    width: auto;
    padding: .45rem 2rem;
    margin-top: .15rem;
}

.contact_section .accordion-body .whitebox .product_box {
    padding-left: 5rem;
    position: relative;
}

.contact_section .accordion-body .whitebox .product_box img {
    position: absolute;
    left: 0;
    width: 4rem;
}

.contact_section .accordion-body .whitebox .btn_pink {
    width: 100%;
    margin-top: 1rem;
    padding: .75rem 1rem;
    color: white;
}

.modal_refund .modal-content {
    border-radius: 0;
    font-family: 'Open Sans', sans-serif !important;
}

.modal_refund .modal-header {
    background-color: #F6F6FA;
    border-top: 0.25rem solid #0E089C;
    border-radius: 0;
}

.modal_refund .modal-header h5 {
    color: #EB2E8F;
    font-weight: 600;
    font-size: 1.5rem;
}

.modal_refund .modal-body {
    text-align: left;
    padding: 1.5rem;
    box-shadow: none;
}

.modal_refund .modal-body p {
    color: #515254;
    font-size: .9rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #F2F2F2;
}

.modal_refund .modal-body h4 {
    color: #606063;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal_refund .modal-body ul {
    margin-bottom: 1.5rem;
}

.radio {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0;
    cursor: pointer;
    font-size: .95rem;
    color: #606063;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio .checkmark {
    position: absolute;
    top: 0rem;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    border: 0.15rem solid #D8D9DD;
}

.radio:hover input~.checkmark {
    background-color: transparent;
}

.radio input:checked~.checkmark {
    background-color: transparent;
    border: 0.15rem solid #2D1AE3;
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked~.checkmark:after {
    display: block;
}

.radio .checkmark:after {
    top: .2rem;
    left: .2rem;
    width: .85rem;
    height: .85rem;
    border-radius: 50%;
    background: #2D1AE3;
}

.modal_refund .modal-body select {
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
    color: #919699;
    font-size: .9rem;
}

.modal_refund .modal-body textarea {
    resize: none;
    height: 7.5rem;
    margin-top: 5px;
}

.modal_refund .modal-body .char_limit {
    color: #B4B9BD;
    font-size: .8rem;
    margin-top: .5rem;
}

.modal_refund .modal-footer .btn_white {
    display: inline-block;
    padding: .5rem 3rem;
    border: 0.1rem solid #D9D9D9;
    border-radius: 0;
    color: #4B4953;
    font-size: .8rem;
    font-weight: 600;
    margin-top: .5rem;
    border-radius: .15rem;
}

.modal_refund .modal-footer .btn_white:hover,
.modal_refund .modal-footer .btn_white:focus {
    background-color: #EA2087 !important;
    border: 0.1rem solid #EA2087 !important;
    color: white !important;
}

.modal_refund .modal-footer .btn_grey {
    display: inline-block;
    padding: .5rem 5rem;
    border: 0.1rem solid #EB2E8F;
    background-color: #EB2E8F;
    border-radius: 0;
    color: white;
    font-size: .8rem;
    font-weight: 600;
    margin-top: .5rem;
    border-radius: .15rem;
}

.modal_refund .modal-footer .btn_grey:hover,
.modal_refund .modal-footer .btn_grey:focus {
    background-color: #008001;
    color: #fff !important;
    border: 0.1rem solid #008001;
    background-color: #008001;
}

.modal_refund .modal-footer .btn_pink {
    font-size: 1rem !important;
    padding: .75rem 2rem;
}

.modal_refund .modal-footer .btn_purple {
    font-size: 1rem !important;
    padding: .75rem 2rem;
    font-weight: 400;
}

.contact_section .white_box_collapser .accordion-button a {
    width: 100%;
    text-decoration: none;
}

:root {
    scroll-behavior: initial;
}

.modal_refund .radio .checkmark {
    height: 24px;
    width: 24px;
    border-width: 1px !important;
}

.modal_refund .radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #EB2E8F;
}

.modal_refund .radio input:checked~.checkmark {
    border-color: #EB2E8F;
}

.header .header_parallex {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    overflow: hidden;
}

.header .header_parallex .head_1 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 12.5vw !important;
}

.header .header_parallex .head_2 {
    position: absolute !important;
    left: calc(50% - 12.5vw) !important;
    top: 15vw !important;
    width: 25vw !important;
}

.header .header_parallex .head_3 {
    position: absolute !important;
    right: 0 !important;
    left: initial !important;
    top: initial !important;
    bottom: 5vw !important;
    width: 10vw !important;
}

.header .header_parallex .head_4 {
    position: absolute !important;
    right: 5vw !important;
    left: initial !important;
    top: 0 !important;
    width: 7.5vw !important;
}

.flame {
    animation-name: flamefly;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
    transform-origin: 50% 50% 0;
}

.flame.one {
    animation-delay: 1s;
    animation-duration: 3s;
}

.flame3.two {
    animation-duration: 5s;
    animation-delay: 1s;
}

.flame-main {
    animation-name: flameWobble;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.flame-main.one {
    animation-duration: 4s;
    animation-delay: 1s;
}

.flame-main.two {
    animation-duration: 3s;
    animation-delay: 2s;
}

.flame-main.three {
    animation-duration: 2.1s;
    animation-delay: 3s;
}

.flame-main.four {
    animation-duration: 3.2s;
    animation-delay: 4s;
}

.flame-main.five {
    animation-duration: 2.5s;
    animation-delay: 5s;
}

@keyframes flameWobble {
    50% {
        transform: scale(1, 1.2) translate(0, -10px) rotate(-2deg);
    }
}

@keyframes flamefly {
    0% {
        transform: translate(0) rotate(180deg);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-20px, -100px) rotate(180deg);
        opacity: 0;
    }
}

.how_section .timeline_box .time_bot {
    overflow-x: hidden;
    border-radius: 0;
}

.how_section .timeline_box .time_bot .bot_stand {
    z-index: 10;
}



.head-main {
    animation-name: headWobble1;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.head-main.one {
    animation-duration: 9s;
    animation-delay: .5s;
}

.head-main.two {
    animation-duration: 10s;
    animation-delay: 1s;
}

.head-main.three {
    animation-duration: 8s;
    animation-delay: 1.5s;
}

.head-main.four {
    animation-duration: 4s;
    animation-delay: 4s;
}

.head-main.five {
    animation-duration: 2.5s;
    animation-delay: 5s;
}

@keyframes headWobble1 {
    50% {
        transform: translate(10px, -30px) rotate(-5deg);
    }
}

.how_section-shape {
    position: absolute;
    bottom: -9vw;
    width: 100%;
    left: 0;
    z-index: 11;
}

.aff_feature .card-body {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.management_header {
    min-height: 100vh;
    position: relative;
    background-image: url(../images/management_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10rem;
}

.management_header h2 {
    color: #FFFFFF;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.management_header h2 span {
    font-size: 4rem;
}

.management_header p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.management_header .btn_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.management_header .btn_flex .btn_purple {
    padding: .95rem 1.75rem;
}

.management_header .btn_flex .btn_white {
    text-decoration: none;
    padding: .95rem 1.75rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
}

.management_header .video_box {
    margin-top: 2.5rem;
    position: relative;
    width: 100%;
}

.management_header .video_box .play_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.management_header .video_box .play_overlay a {
    display: inline-block;
    width: 8.5rem;
    margin-top: 2.5rem;
}

.management_header .overlay {
    background: url(../images/overlay_manage.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 15rem;
}

.manage_feature {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
    padding-top: 3.5rem;
}

.manage_feature img {
    width: 11rem;
    margin-bottom: 1rem;
}

.manage_feature h4 {
    color: #3B368C;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.manage_feature p {
    font-family: 'Open Sans', sans-serif;
    color: #3B368C;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}

.manage_feature .object {
    position: absolute;
    left: 2.5%;
    top: 0;
    width: 17.5rem;
    z-index: 1;
}

.manage_feature .container {
    position: relative;
    z-index: 2;
}

.increase_section {
    padding: 2.5rem 0;
    position: relative;
    background: linear-gradient(to bottom, #E8EFFA, #D1DEF8);
}

.increase_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.increase_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.increase_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}

.increase_section form {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.increase_section form input.form-control {
    border: 1px solid #B9C2E4;
    height: 3.25rem;
    margin-right: 1rem;
    width: 82.5%;
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    padding: 0 1.5rem;
}

.increase_section form input.form-control::placeholder {
    color: #6F6C9F;
}

.increase_section form .btn_purple {
    padding: 1rem 2rem;
    min-width: 12rem;
}

.increase_section .sm_text {
    color: #6F6C9F;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.increase_section .sm_text a {
    text-decoration: none;
    color: #6F6C9F;
}

.increase_section .drop {
    position: absolute;
    right: 5%;
    top: 35%;
    width: 7.25rem;
}

.rev_section {
    padding: 3.5rem 0;
    position: relative;
}

.rev_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.rev_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 3.75rem;
    margin-bottom: 1rem;
}

.rev_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    padding: 0 .5rem;
    margin-bottom: 3.5rem;
}

.rev_section .rev_box {
    border: 1px solid #C7C9F7;
    border-radius: 14px;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.rev_section .rev_box .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin-right: 1rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.rev_section .rev_box .icon .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 .25rem .25rem #00000014;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.rev_section .rev_box .icon .img_box img {
    width: 2.25rem;
}

.rev_section .rev_box .icon img:nth-child(2),
.rev_section .rev_box:hover .icon img:nth-child(1) {
    display: none;
}

.rev_section .rev_box:hover .icon img:nth-child(2) {
    display: block;
}

.rev_section .rev_box:hover .icon {
    background-color: transparent !important;
}

.rev_section .rev_box .text {
    width: calc(100% - 6rem);
}

.rev_section .rev_box h5 {
    color: #3B368C;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: .75rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.rev_section .rev_box p {
    padding: 0;
    margin-bottom: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    padding-right: 1.5rem;
}

.rev_section .rev_box:hover,
.rev_section .rev_box:focus,
.rev_section .rev_box.active {
    background: url(../images/rev_box_active.png);
    background-size: cover;
    box-shadow: 0 1rem 1rem #13149933;
    border-color: transparent;
}

.rev_section .rev_box:hover .icon,
.rev_section .rev_box:focus .icon,
.rev_section .rev_box.active .icon {

    border: 1px solid #EA2087;
    padding: 0;
}

.rev_section .rev_box.active .icon img:nth-child(1) {
    display: none;
}

.rev_section .rev_box.active .icon img:nth-child(2) {
    display: block;
}

.rev_section .rev_box:hover .icon .img_box,
.rev_section .rev_box .icon .img_box:focus,
.rev_section .rev_box.active .icon .img_box {
    background: #EA2087;
    box-shadow: none;
    padding: 0;
}

.rev_section .rev_box:hover h5,
.rev_section .rev_box:focus h5,
.rev_section .rev_box.active h5 {
    color: white;
}

.rev_section .rev_box:hover p,
.rev_section .rev_box:focus p,
.rev_section .rev_box.active p {
    color: white;
}

.rev_section .container {
    position: relative;
    z-index: 2;
}

.rev_section .screen {
    width: 42.5%;
    top: calc(50% - 20rem);
    position: absolute;
    left: 0;
}

.rev_section .bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 35rem;
}

.aff_feature .read_more {
    color: #EB449A;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin-top: 1.5rem;
    display: inline-block;
}

.aff_feature .btn_purple {
    padding: .75rem 2rem;
}

.aff_feature .btn_purple i {
    margin-left: .5rem;
}

.aff_feature .btn_white {
    color: #3B368C;
    text-decoration: none;
    padding: .75rem 2rem;
    border: 1px solid #3B368C;
}

.aff_feature .btn_white:hover {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    color: #fff !important;
    border: 1px solid transparent;
}

.aff_feature .btn_white i {
    margin-left: .5rem;
}

.plan_section {
    position: relative;
    padding: 2.5rem 0;
    padding-top: 7.5rem;
}

.plan_section .container {
    position: relative;
    z-index: 2;
}

.plan_section .bg {
    background: url(../images/plan_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60rem;
    z-index: 1;
}

.plan_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.plan_section h3 {
    color: white;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.plan_section p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 0 .5rem;
    margin-bottom: 3.5rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 .5rem;
}

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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EA2087;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #EA2087;
}

input:focus+.slider {
    box-shadow: 0 0 1px #EA2087;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.plan_section .white_box {
    background-color: #FFFFFF;
    text-align: center;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 5rem;
}

.plan_section .white_box.collapse {
    display: none;
}

.plan_section .white_box.collapse.show {
    display: inline-block;
}

.plan_section .white_box img {
    width: 7.5rem;
    margin-bottom: .25rem;
}

.plan_section .white_box h3 {
    color: #3B368C;
    font-weight: 500;
    margin-bottom: 0rem;
}

.plan_section .white_box h3 sup {
    margin-right: .5rem;
    font-size: 1.5rem;
}

.plan_section .white_box p {
    color: #3B368C;
    margin-bottom: 1rem;
}

.plan_section .white_box ul li {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    padding: .5rem 0;
    border-bottom: 1px dotted #3B368C;
}

.plan_section .white_box ul li span {
    font-size: .85rem;
}

.plan_section .white_box ul li:last-child {
    padding: 1.15rem 0;
}

.plan_section .white_box .btn_white {
    color: #3B368C;
    border: 1px solid #3B368C;
    width: 90%;
    margin-top: 1rem;
    text-decoration: none;
    padding: .65rem 1rem;
    text-transform: capitalize;
}

.plan_section .white_box .btn_white:hover,
.plan_section .white_box .btn_white:focus {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    border: 1px solid transparent;
    color: white !important;
}

.plan_section .white_box .btn_white i {
    margin-left: .75rem;
}

.plan_section .white_box .name_tag {
    background-color: #E1E8FF;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    color: #3B368C;
    font-weight: 400;
    font-size: 1.25rem;
    width: 10rem;
    position: absolute;
    left: -1.75rem;
    top: 3.625rem;
    transform: rotate(90deg);
}

.plan_section .btn_expand {
    color: #3B368C;
    text-decoration: none;
    padding: .75rem 1.5rem;
    border: 1px solid #3B368C;
    border-radius: .5rem;
    display: inline-block;
    font-size: 1.25rem;
    background-color: #FFFFFF;
    margin-bottom: 3rem;
    font-weight: 600;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.plan_section .btn_expand:hover,
.plan_section .btn_expand:focus {
    background-color: #3B368C;
    color: white;
}

.plan_section .btn_expand i {
    margin-left: .5rem;
}

.plan_section .table_wrap {
    margin-bottom: 1.75rem;
    position: relative;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
}

.plan_section .table_wrap:last-child {
    margin-bottom: 0;
}

.plan_section .white_box .table_wrap p {
    margin-bottom: 0;
}

.plan_section .table_wrap .table_head {
    border: 1.5px solid #EBEBF3;
    text-align: left;
    padding: 1.25rem 2rem;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    color: #EA2087;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #F6F6FA;
    border-bottom: 0;
}

.plan_section .table_wrap .scroller {
    overflow: auto;
}

.plan_section .table_wrap .table {
    border: 1px solid #D9D9E8;
    border-bottom-left-radius: .6rem;
    border-bottom-right-radius: .6rem;
    min-width: 650px;
}

.plan_section .table_wrap .table td {
    width: 25%;
    align-items: center;
    vertical-align: middle;
    padding: 1rem 1.25rem;
}

.plan_section .table_wrap .table td:nth-child(1) {
    text-align: left;
    width: 32.5%;
}

.plan_section .table_wrap .table td:nth-child(2) {
    border-right: 1px solid #D9D9E8;
}

.plan_section .table_wrap .table td:nth-child(4) {
    background-color: #FFE5EF;
}

.plan_section .table_wrap .table tr:last-child td:nth-child(1) {
    border-bottom-left-radius: .6rem;
}

.plan_section .table_wrap .table tr:last-child td:nth-child(4) {
    border-bottom-right-radius: .6rem;
}

.plan_section .table_wrap .table td p,
.plan_section .table_wrap .table td a {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-decoration: none;
    text-align: left;
}

.plan_section .table_wrap .table td p img,
.plan_section .table_wrap .table td a img {
    width: 1rem;
    margin-left: .25rem;
}

.plan_section .table_wrap .table td .check_icon {
    background-color: #FD63A2;
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-size: .9rem;
}

.plan_section .table_wrap .table td p span {
    font-size: .7rem;
    display: none;
    padding: .4rem .5rem;
    position: absolute;
    top: -2rem;
    left: calc(-170%);
    word-wrap: break-word;
    max-width: 220px;
    text-align: center;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    border-radius: .25rem;
    opacity: .9;
}

.plan_section .table_wrap .table td p span:after {
    border: 5px solid transparent;
    border-top-color: #000;
    bottom: -10px;
    left: calc(50% - 5px);
    position: absolute;
    content: "";
}

.plan_section .table_wrap .table td p {
    position: relative;
    display: inline;
    padding: 0;
    cursor: pointer;
}

.plan_section .table_wrap .table td div {
    position: relative;
    display: inline;
    color: #3B368C;
    margin-bottom: 1rem;
    padding: 0 .8rem;
    font-family: 'Open Sans', sans-serif;
}

.plan_section .table_wrap .table td p:hover span {
    display: block;
}

.plan_section .table_wrap .table td .minus_icon {
    color: #EB2087;
    line-height: 1;
    display: block;
}

.plan_section .table_wrap .table th {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    background: #F6F6FA;
    border-bottom: 1px solid #D9D9E8;
    padding: 1rem 2rem;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

.plan_section .table_wrap .table th:nth-child(1) {
    text-align: left;
}

.plan_section .table_wrap .table th span {
    font-family: 'Josefin Sans', sans-serif;
    color: #EA2087;
    font-size: 1.2rem;
    font-weight: 700;
}

.risk_section {
    padding-bottom: 1rem;
    position: relative;
}

.risk_section img {
    width: 90%;
}

.risk_section .flexer {
    display: flex;
    height: 100%;
    align-items: center;
}

.risk_section h5 {
    color: #EB3C96;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.risk_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.risk_section p {
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    padding: 0 .5rem;
    margin-bottom: 1.75rem;
}

.risk_section .btn_purple {
    box-shadow: 0 .5rem .5rem #13149985;
}

.risk_section .btn_purple i {
    margin-left: .5rem;
}

.faq_section {
    padding-top: 5rem;
    position: relative;
}

.faq_section h3 {
    color: #3B368C;
    font-weight: 700;
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.faq_section .accordion-item {
    margin-bottom: 1rem;
}

.faq_section .accordion-button {
    border: 0.1rem solid #EBEBF3;
    text-align: left;
    background: #F6F6FA;
    padding: 1rem;
    padding-top: 1.25rem;
    border-radius: .5rem;
    outline: 0;
    box-shadow: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.faq_section .accordion-button span {
    flex: 0 0 25%;
    text-align: center;
    color: #EB2E8F;
    font-weight: 700;
    font-size: 1rem;
}

.faq_section .accordion-collapse {
    border: 0;
}

.faq_section .accordion-body {
    padding: 1rem;
    padding-top: 1.5rem;
    border-radius: .5rem;
    border: 0.1rem solid #EBEBF3;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -.5rem;
    background: white;
}

.faq_section .accordion-body p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.faq_section .accordion-body p span {
    flex: 0 0 25%;
    text-align: center;
    color: #3B368C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.faq_section .accordion-body p a {
    color: #3B368C;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.faq_section .accordion-button:not(.collapsed) {
    color: #EB2E8F;
}

.faq_section .accordion-button:after {
    background-image: url(../images/arrow_down.png);
    width: .75rem;
    height: .75rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}

.faq_section .accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url(../images/arrow_down.png);
    width: .75rem;
    height: .75rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
}

.faq_section .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}

.faq_section .accordion-button::after {
    transform: rotate(180deg) !important;
}

.header.charge_h {
    text-align: center;
    padding-top: 10rem;
    background-image: url(../images/cb_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 8.5rem;
}

.header.charge_h h5 {
    color: #EB3C96;
    font-size: 1.25rem;
}

.header.charge_h h1 {
    padding: 0;
    min-height: auto;
    color: white;
    font-size: 4rem;
    margin-bottom: 3rem;
}

.header.charge_h .credit_box {
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 11.75px;
}

.header.charge_h .credit_box .credit_card {
    background-color: #0181D9;
    padding: 2.5em;
    position: absolute;
    top: 12em;
    left: 12em;
    width: 49.25em;
    bottom: 13.2em;
    text-align: left;
}

.header.charge_h .credit_box .credit_card .flex_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
}

.header.charge_h .credit_box .credit_card .flex_h span {
    color: white;
    font-weight: 700;
    font-size: 1em;
}

.header.charge_h .credit_box .credit_card label {
    color: white;
    font-size: .9em;
    margin-top: .75em;
    margin-bottom: .15em;
}

.header.charge_h .credit_box .credit_card .value {
    color: #FFFFFF;
    font-weight: 700;
    font-size: .95em;
    border-bottom: 0.1em solid white;
    padding-bottom: .25em;
}

.header.charge_h .credit_box .credit_card .value img {
    width: 2.5em;
}

.header.charge_h .credit_box .credit_card .value.value_lg {
    color: #00FFF6;
    font-size: 1.3em;
}

.header.charge_h .credit_box .credit_card ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.header.charge_h .credit_box .credit_card ul li img {
    width: 5.5em;
}

.header.charge_h .credit_box .mobile {
    position: absolute;
    left: 14rem;
    bottom: 0;
    width: 9.25rem;
}

.header.charge_h .credit_box .shield {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 18%;
    z-index: 1;
}

.aff_feature h2 {
    color: #3B368C;
    font-weight: 700;
    font-size: 3.75rem;
    margin-bottom: 1rem;
}

.rev_section .screen2 {
    width: 31.5%;
    top: calc(57% - 12rem);
    position: absolute;
    left: 18%;
}

.add_section .case_study {
    display: block;
    margin: auto;
    max-width: 950px;
    position: relative;
}

.add_section .case_study .nav-tabs {
    margin: 0;
    border: 0;
    display: flex;
}

.add_section .case_study .nav-tabs li {
    margin: 0;
    border: 0;
    flex: 0 0 50%;
}

.add_section .case_study .nav-tabs li button {
    border-radius: 0;
    background: #FFC8E4;
    width: 100%;
    border: 0;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: .65rem 1rem;
    padding-top: .85rem;
    text-align: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}

.add_section .case_study .nav-tabs li button.active,
.add_section .case_study .nav-tabs li button:hover,
.add_section .case_study .nav-tabs li button:focus {
    background: #E51F84;
}

.add_section .case_study .nav-tabs li:first-child button {
    border-top-left-radius: 1rem;
}

.add_section .case_study .nav-tabs li:last-child button {
    border-top-right-radius: 1rem;
}

.add_section .case_study .tab-pane {
    background: #F0F5FC;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1.5rem 2rem;
    min-height: 12.5rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.add_section .illustration2 {
    min-height: 40rem;
    padding-top: 10rem;
}

.justify-text {
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}

.cb-add_section {
    margin-top: 4rem;
}

.cb-add_section .container {
    margin-bottom: -4rem;
    position: relative;
    z-index: 1;
}

.cb-aff_feature {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
}

.management_header.ch_header {
    background: url(../images/checkout_header.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15rem 0;
    padding-top: 10rem;
}

.management_header.ch_header .flexer {
    display: flex;
    align-items: center;
    height: 100%;
}

.management_header .cc {
    width: 20rem;
    margin-top: 2rem;
}

.management_header.ch_header .phone {
    max-width: 115%;
    width: 115%;
}

.management_header.ch_header .flexer {
    padding-bottom: 12rem;
}

.ch-feature {
    margin-top: -9rem;
}

.nav_section .navbar-brand {
    margin-top: -3rem;
}

.nav_section2 .navbar-light .navbar-nav .nav-link {
    color: #3B368C
}

.nav_section2 .navbar-light .navbar-nav .btn_white {
    border-color: #3B368C;
}

.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_white,
.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_pink {
    border-color: #3B368C !important;
}

.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_white:hover,
.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_white:focus,
.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_pink:hover,
.nav_section2 .navbar-light .navbar-nav.login-btn-col .btn_pink:focus {
    border-color: transparent !important;
}

.header.header_aff.header_pro {
    background-image: url(../images/process_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.header.header_aff.header_pro .flexer {
    height: 100%;
    display: flex;
    align-items: center;
}

.header.header_aff.header_pro h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    padding-right: 0;
}
.header.header_aff.header_pro .flexer span{
    width: 100%;
}

.header.header_aff.header_pro p {
    color: white;
    font-size: 1rem;
}

.header.header_aff.header_pro .screen_box {
    width: 125%;
}

.text-left {
    text-align: left !important;
}

.feature_section_pro p.text-left {
    margin-bottom: 5rem;
}

.feature_section_pro .white_box {
    box-shadow: 0 .25rem .5rem #1a1b981c;
}

.feature_section_pro .white_box .img_box {
    width: 100%;
    min-height: 7.5rem;
}

.coming_section {
    background: url(../images/cs_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

.coming_section .logo {
    display: inline-block;
    width: 22rem;
    max-width: 90%;
}

.coming_section h1 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 4.75rem;
    font-weight: 700;
    margin-top: .5rem;
}

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

.coming_section form input.form-control {
    background: #ffffff1a;
    border: 1px solid #ffffff1a;
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-align: center;
    margin-right: 1rem;
    max-width: 20rem;
    height: 3.5rem;
    border-radius: .5rem;
}

.coming_section form input.form-control::placeholder {
    color: white;
}

.coming_section form .btn_purple {
    padding: .9rem 4rem;
    background: linear-gradient(to right bottom, #C165DD 20%, #1153FC);
    font-weight: 700;
}


/*netpay page*/
.management_header.netpay-header {
    background-image: url(../images/netpay-bg.png);
    background-position: 50% 100%;
    padding-bottom: 22vw;
}

.management_header.netpay-header h2 {
    text-align: left;
}

.management_header.netpay-header p {
    text-align: left;
    padding: 0 !important;
}

.management_header.netpay-header img.netpay-pay-btn {
    width: 18rem;
    margin-left: auto;
    float: left;
    max-width: 100%;
}

.management_header.netpay-header .overlay {
    display: none;
}

.plan_section.netpay-plan_sec {
    position: relative;
    padding: 0;
    min-height: 47vw;
    padding-bottom: 8rem;
    padding-top: 2rem;
}

.plan_section.netpay-plan_sec .bg {
    background-size: 100% 100%;
    height: 47vw;
}

.plan_section.netpay-plan_sec .btn_purple {
    font-size: 1.4rem;
    border-radius: 1rem;
    width: 45%;
    height: 5rem;
    line-height: 3.5rem
}

.plan_section.netpay-plan_sec .btn_purple {
    margin-right: 9%;
    position: relative;
    background: none;
}

.plan_section.netpay-plan_sec .btn_purple span {
    position: relative;
    z-index: 3;
}

.plan_section.netpay-plan_sec .btn_purple.btn_red {
    margin-right: 0;
}

.plan_section.netpay-plan_sec .btn_purple:after {
    display: none;
    top: 0rem;
    bottom: -1.3rem;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    border-radius: 1rem;
    opacity: .6;
    filter: blur(.3rem);
    z-index: 1;
}

.plan_section.netpay-plan_sec .btn_purple:before {
    top: 0;
    bottom: 0rem;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    border-radius: 1rem;
    z-index: 2;
}

.plan_section.netpay-plan_sec .btn_purple:hover:before {
    background: linear-gradient(to right bottom, #1153FC, #C165DD);
}

.plan_section.netpay-plan_sec .btn_purple.btn_red {
    background: linear-gradient(to right bottom, #C165DD, #ea2087);
}

.plan_section.netpay-plan_sec .btn_purple.btn_red:before {
    background: linear-gradient(to right bottom, #C165DD, #ea2087);
}

.plan_section.netpay-plan_sec .btn_purple.btn_red:hover:before {
    background: linear-gradient(to right bottom, #ea2087, #C165DD);
}

.rocket-img1 {
    margin-top: 4rem;
}
































.label {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: .975rem !important;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Open Sans', sans-serif;
}

.label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: white;
    border: 0.1rem solid #F6F6FA;
    border-radius: .25rem;
}

.label:hover input~.checkmark {
    background-color: white;
}

.label input:checked~.checkmark {
    background-color: #3B368C;
}

.label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.label input:checked~.checkmark:after {
    display: block;
}

.label .checkmark:after {
    left: .5rem;
    top: .15rem;
    width: .4rem;
    height: .8rem;
    border: solid white;
    border-width: 0 .1rem .1rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topic1 {
    border: 0;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0;
}

.video_section .row:nth-child(4) img,
.video_section .row:nth-child(6) img {
    float: left;
}

.video_section .row:nth-child(5) img {
    float: right;
}

#fc_frame,
#fc_frame.fc-widget-small {
    bottom: 90px !important
}

@media(max-width: 767px) {
    .video_section .row:nth-child(5) img {
        float: left;
    }
}

.no-result-form {
    font-size: 20px;
    font-weight: bold;
    color: #EA2087;
}

.waiting-form {
    font-size: 1.3rem;
    font-weight: 500;
}

.modal-body .modal_refund .modal-body input {
    margin-bottom: 0.5rem;
}

.modal-body .btn_grey {
    display: inline-block;
    padding: 0.5rem 5rem;
    border: 0.1rem solid #ACABB9;
    background-color: #ACABB9;
    border-radius: 0;
    color: white;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 0.15rem;
}

.modal-body .btn_white {
    display: inline-block;
    padding: 0.5rem 3rem;
    border: 0.1rem solid #D9D9D9;
    border-radius: 0;
    color: #4B4953;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 0.15rem;
}

.modal-body .btn_grey {
    display: inline-block;
    padding: 0.5rem 5rem;
    border: 0.1rem solid #ACABB9;
    background-color: #ACABB9;
    border-radius: 0;
    color: white;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 0.15rem;
}

.modal-body .btn_white {
    display: inline-block;
    padding: 0.5rem 3rem;
    border: 0.1rem solid #D9D9D9;
    border-radius: 0;
    color: #4B4953;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.5rem;
    border-radius: 0.15rem;
    text-transform: capitalize;
    background-color: #fff;
    text-decoration: none;
}

.modal-body .btn_white:hover {
    background-color: #008001 !important;
    border-color: #008001 !important;
    color: #fff !important;
}

.modal-body .exampleModal-ticket.list-inline strong {
    display: inline-block;
}

.modal-body .exampleModal-ticket.list-inline strong a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #EA2087;
    margin-left: 10px;
}

.exampleModal-ticket li {
    margin-top: .7rem;
}

.download-report-btn .btn_purple.btn_red {
    background: linear-gradient(to right bottom, #C165DD, #ea2087);
}

.order-Search-page .modal-body {
    cursor: auto;
}

.download-report-btn .btn_purple.btn_red {
    background: linear-gradient(to right bottom, #C165DD, #ea2087);
}

.order-Search-page .modal-body {
    cursor: auto;
}

.modal-body .list-inline strong {
    display: inline-block;
}

.modal-body .list-inline strong a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    color: #EA2087;
}

.msg-Customer {
    padding: 5px 5px;
    background: #EB2E8F;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}


.msg-Vendor {
    padding: 5px 5px;
    color: #fff;
    background: #3B368C;
    border-radius: 3px;
    margin-top: 10px;
}


.close-modal-x {
    color: #EB2E8F;
    font-weight: 600;
    font-size: 1.5rem;
    cursor: pointer;
}


.footer-model-flex {
    display: flex;
    justify-content: end;
}

.footer-model-flex button {
    margin: .5rem;
}

.msg-success-block {
    padding: 10px 10px;
    background: #008001;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.modal-content .modal-body .msg-success-block p {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.home-page .laptop-mobile {
    display: none;
}

.btn_grey_block {
    text-align: right;
}

.btn_grey_block .btn_grey {
    text-decoration: none;
}

.modal-body .btn_grey {
    background-color: #EB2E8F;
    border-color: #EB2E8F;
}

.modal-body .btn_grey:hover {
    background-color: #008001;
    border-color: #008001;
}

.msg-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

.modal-body .list-inline-item {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}


.modal-body .list-inline-item span,
.modal-body .list-inline-item strong {
    display: inline-block;
    width: 49%;
}

.modal-body .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}

.left-msg {
    font-weight: 700;
}

.right-msg {
    font-weight: 400;
}

.how_section .img_box.quickpay-icon {
    width: 15rem;
}

.screen_box .play_overlay img {
    transition: transform 250ms;
}

.screen_box .play_overlay img:hover {
    transform: translateY(-10px);
}

.play_overlay img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(235, 26, 136, .1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgb(235, 26, 136, .3);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(235, 26, 136, .6);
    }
}


.screen_box .play_overlay.play_overlay-d {
    bottom: 4rem;
}

.signup-box-d.active {
    background-image: url(../images/signup-bg-n.png) !important;
}

.signup-modal .modal-content .modal-body.d-flex {
    flex-direction: column;
}

.signup-box-col {
    display: flex;
    justify-content: space-between;
}

.signup-modal .modal-content {
    background-color: #F0F5FB;
    box-shadow: 0 1rem 1rem #1a1b9854;
}

.signup-modal .modal-content .modal-body {
    background-color: transparent;
    box-shadow: 0 0 0;
    padding: 1rem;
}

.signup-modal .modal-dialog {
    max-width: 770px;
}

.signup-box-d {
    width: calc(50% - .5rem);
    border-radius: .9rem;
    overflow: hidden;
}

.signup-box-d {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.signup-box-d img {
    width: 6rem;
    margin-bottom: .5rem;
}

.signup-box-d.active {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.signup-box-d button.btn_white,
.signup-box-d button {
    background: linear-gradient(to right bottom, #C165DD, #1153FC);
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    border: 0;
    padding: .4rem 2rem;
    border-radius: 45px;
    margin-top: 0;
    margin-bottom: .4rem;
}

.signup-box-d.active button.btn_white,
.signup-box-d.active button {
    background: #fff;
    color: #EB1A88;
}

.signup-box-d button.btn_white:hover {
    background: #EB1A88 !important;
    color: #fff;
}

.signup-box-d h5 {
    font-weight: 400;
    color: #3B368C;
    background-color: #E1E6FE;
    width: calc(100% - 1.5rem);
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    margin-top: 0rem;
    font-size: 1.2rem;
    padding: .1rem;
    padding-top: .3rem;
    text-transform: capitalize;
}

.signup-box-d ul {
    width: calc(100% - 3rem);
    margin: auto;
    margin-bottom: 1rem;
}

.signup-modal .signup-box-d.active ul li p {
    color: #fff;
}

.signup-modal .signup-box-d ul li {
    border-bottom: 1px dashed #fff;
    padding: .4rem 0;
}

.signup-modal .signup-box-d ul li {
    border-color: #3B368C;
}

.signup-modal .signup-box-d {
    box-shadow: 0 6px 7px #cde0f8;
    margin-bottom: 1rem;
}

.signup-modal .signup-box-d.active {
    box-shadow: 0 0 0;
}

.signup-modal .signup-box-d.active ul li {
    border-color: #fff;
}

.signup-modal .signup-box-d ul li p {
    font-size: .8rem;
    margin: 0;
}

.signup-modal .signup-box-d ul li:last-child {
    border: 0;
}

.signup-modal .signup-box-d a {
    color: #EB1A88;
    text-decoration: none;
    font-size: .8rem;
}

.signup-modal .signup-box-d.active a {
    color: #fff;
}

.signup-modal .signup-box-d a:hover {
    text-decoration: underline;
}

.signup-modal .signup-box-col~p {
    color: #adaeaf !important;
    font-size: .8rem;
    margin: 0;
    font-weight: 600;
}

.signup-box-d button.btn_white img,
.signup-box-d button img {
    width: 1rem;
    position: relative;
    top: .2rem;
}

@media(max-width: 570px) {
    .signup-box-col {
        flex-direction: column;
    }

    .signup-box-d {
        width: calc(100% - 0rem);
    }
}

.screen_box .laptop.laptop1 {
    height: initial;
}

.signup-box-d button:hover {
    background: #EB1A88 !important;
    color: #fff;
    transition: all .3s ease;
}

.signup-modal .signup-box-col~p a {
    text-decoration: none;
    color: #adaeaf !important;
}

.signup-modal .signup-box-col~p a:hover {
    text-decoration: underline;
}

.signup-box-d2 button {
    background: #3B368C;
}

.signup-box-d.active button.btn_white {
    position: relative;
    padding-right: 3.1rem
}

.signup-box-d.active button.btn_white img {
    position: absolute;
    top: .8rem;
    right: 1.8rem;
    transition: all .3s ease;
}

.signup-box-d.active button.btn_white img:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.signup-box-d.active button.btn_white:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.signup-box-d.active button.btn_white:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}



.homepage-2 {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.homepage-2 .nav_section-1 {
    background-image: url(../images/bg-home2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    box-shadow: 0 8px 25px -5px gray;
    padding: 0.5rem 0;
    position: relative;
}

.homepage-2 .meet-btn {
    color: #fff;
    border: 0;
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
    padding: 0.125rem 1.3rem;
    border-radius: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    transition: .3s;
}

.homepage-2 .meet-btn:hover {
    background: linear-gradient(to right bottom, #01ECC8, #00A8FF);
}

.homepage-2 .nav_section .navbar-brand {
    width: 10rem;
}

.homepage-2 .perfect-head {
    margin: 0;
    font-size: 4.31rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 1rem;
    max-width: 89rem;
}

.homepage-2 .span-1 {
    position: relative;
    color: #01ECC8;
}

.homepage-2 .layer-1 {
    position: absolute;
    width: 98%;
    left: 0;
    bottom: 9px;
    height: 0.6rem;
    min-width: 9rem;
}

.homepage-2 .wonder-text {
    margin-top: 2rem;
    color: #fff;
    max-width: 62rem;
    font-size: 1.5rem;
    line-height: 1.4;
}

.homepage-2 .home2-under-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;
    padding-top: 10rem;
}

.homepage-2 .meet-inner {
    min-height: calc(100vh - 14rem);
    display: flex;
    align-items: center;
}

.homepage-2 .nav_section-1 .navbar-brand {
    margin-top: -3rem;
    width: 13rem;
}

.homepage-2 .welcome-sec {
    background-color: #F3F5F8;
    padding: 3rem 0;
}

.homepage-2 .transform-head {
    font-size: 4.25rem;
    color: #251685;
}

.homepage-2 .span-2 {
    color: #0DE1CA;
}

.homepage-2 .reach-text {
    max-width: 59rem;
    color: #000;
    margin: auto;
    margin-top: 2rem;
}

.homepage-2 .web-search-img {
    width: 80%;
    max-width: 100%;
    margin-top: 2rem;
}

.homepage-2 .working-sec {
    background-color: #fff;
    padding: 3rem 0;
    box-shadow: 0 19px 45px -7px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

.homepage-2 .work-content-1 {
    text-align: center;
}

.homepage-2 .span-3 {
    position: relative;
}

.homepage-2 .layer-2 {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 85%;
}

.homepage-2 .working-inner {
    margin-top: 2rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
}

.homepage-2 .working-inner-1-img {
    display: none;
}

.homepage-2 .working-inner-1x img {
    position: absolute;
}

.homepage-2 .traffic-head {
    font-weight: 700;
    color: #251685;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1.5rem;
}

.homepage-2 .lands-text {
    max-width: 24rem;
    color: #000;
    margin-top: 0;
}

.homepage-2 .working-inner-1 {
    width: 4.5rem;
}

.homepage-2 .working-inner-1x img {
    max-width: 2rem;
    max-height: 2rem;
}

.homepage-2 .working-inner-2 {
    width: calc(100% - 4.5rem);
    padding-left: 2rem;
}

.homepage-2 .working-inner-1x {
    position: relative;
    border: 1px solid #F2F2F2;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    margin: auto;
    z-index: 9;
    transition: .3s;
    background-color: #fff;
}

.homepage-2 .working-inner-1x::after {
    position: absolute;
    content: '';
    background-color: #F2F2F2;
    width: 2px;
    height: 6rem;
    top: 3.9rem;
    left: 2rem;
}

.homepage-2 .working-inner1x2x .working-inner-1x::after {
    display: none;
}

.homepage-2 .working-inner-1x.active {
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
}

.homepage-2 .secret-identity-img img {
    margin-top: 3rem;
    max-width: 100%;
    width: 88%;
}

.homepage-2 .benefit-sec {
    background-color: #F3F5F8;
    padding: 3.5rem 0;
}

.benefit-content-1 p {
    margin: 0;
    color: #000;
    font-size: 1.25rem;
}

.homepage-2 .layer-3 {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 98%;
}

.homepage-2 .building-content-1 {
    margin-top: 3rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
}

.homepage-2 .building-content-1-inner {
    width: 3.5rem;
}

.homepage-2 .building-content-1-inner img {
    width: 3.5rem;
}

.homepage-2 .building-content-1-inner-1 {
    width: calc(100% - 3.5rem);
    padding-left: 2rem;
}

.homepage-2 .building-content-1-inner-1 .lands-text {
    max-width: 29rem;
}

.homepage-2 .platform-sec {
    background-color: #fff;
    padding: 3.5rem 0;
}

.homepage-2 .nav-tabs .nav-link {
    padding: 1rem 0rem;
    color: #B8B8B8 !important;
    font-weight: 700;
    font-size: 1.125rem;
    width: 100%;
}

.homepage-2 .nav-tabs .nav-item {
    width: 33.3334%;
}

.homepage-2 .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: 5px solid #01ECC8;
    color: #251685 !important;
}

.homepage-2 .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 5px solid #01ECC8;
}

.homepage-2 .auto-setting .traffic-head {
    font-size: 1.7rem;
}

.homepage-2 .auto-setting .lands-text {
    max-width: 32rem;
    margin-top: 1rem;
}

.homepage-2 .home2-insights-img img {
    width: 80%;
}

.homepage-2 input[type="checkbox"] {
    position: relative;
    width: 60px;
    height: 23px;
    -webkit-appearance: none;
    appearance: none;
    background: #01ECC8;
    outline: none;
    border-radius: 2rem;
    cursor: pointer;
    margin-left: 10px;
}

.homepage-2 input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #251685;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: 0.5s;
}

.homepage-2 input[type="checkbox"]:checked::before {
    transform: translateX(200%);
    background: #fff;
}

.homepage-2 input[type="checkbox"]:checked {
    background: #00B4F5;
}

.homepage-2 .pricing-sec {
    background-image: url(../images/home2-bg-price.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 4rem 0;
}

.homepage-2 .early-content h6 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.homepage-2 .early-content h3 {
    color: #fff;
    font-size: 4rem;
}

.homepage-2 .monthly-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.homepage-2 .monthly-switch p {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
}

.homepage-2 .monthly-switch b {
    color: #01ECC8;
    font-size: 1.25rem;
    padding: 0 10px;
}

.homepage-2 .resolution-tab {
    background-color: #FFFFFF;
    border-radius: 1rem;
    text-align: center;
    padding: 1.75rem 2rem;
    position: relative;
    margin-top: 2.5rem;
    min-height: 39rem;
}

.homepage-2 .start-span {
    background-color: #251685;
    color: #fff;
    padding: 0.5rem 2.5rem;
    position: absolute;
    top: 3rem;
    left: -1.6rem;
    font-size: 1.25rem;
    font-weight: 300;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transform: rotate(90deg);
    width: 9rem;
    min-height: 2rem;
}

.homepage-2 .resolution-tab-inner img {
    width: 7rem;
}

.homepage-2 .resolution-tab-inner h1 {
    font-weight: 400;
    color: #251685;
    font-size: 3rem;
    margin: 0;
    margin-top: 1.5rem;
}

.homepage-2 .resolution-tab-inner h1 sup {
    font-size: 20px;
    top: -0.6em;
}

.homepage-2 .resolution-tab-inner p {
    color: #9997B9;
    font-size: 1rem;
    margin-top: 0.25rem
}

.homepage-2 .resolution-tab-inner-1 h6 {
    color: #6A66B3;
    font-size: 1.125rem;
    border-bottom: 1px dashed #C8C7E3;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    margin: 0;
}

.homepage-2 .resolution-select .s-btn {
    font-weight: 500;
    margin-top: 2rem;
    font-size: 1.125rem;
    border: 1px solid #DEE4F2;
    background-color: #fff;
    border-radius: 1rem;
    padding: 0.6rem 3.5rem;
    color: #6A66B3;
    transition: .5s;
}

.homepage-2 .resolution-select .s-btn:hover {
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
    color: #fff;
}

.homepage-2 .price-panel {
    width: 65rem;
    margin: auto;
    max-width: 100%;
}

.homepage-2 .optional-inner {
    text-align: center;
    margin-top: 3rem;
}

.homepage-2 .optional-inner h1 {
    font-size: 4rem;
    color: #fff;
}

.homepage-2 .layer-4 {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 95%;
}

.homepage-2 .resolution-col {
    background: linear-gradient(to bottom, #00A8FF, #01ECC8);
    text-align: center;
    padding: 1rem 1.75rem;
    border-radius: 1rem;
    margin-top: 3rem;
    min-height: 35rem;
    padding-top: 0.5rem;
}

.homepage-2 .resolution-inner {
    padding: 0.65rem 0;
    border-bottom: 1px dashed #fff;
}

.homepage-2 .resolution-inner h3 {
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.homepage-2 .resolution-inner p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.homepage-2 .meta-inner {
    border-bottom: 0;
}

.homepage-2 .skyrocket-sec {
    background-color: #fff;
    padding: 4.5rem 0;
    box-shadow: 0 -3px 25px -10px gray;
    position: relative;
    z-index: 1;
}

.homepage-2 .skyrocket-sec .layer-3 {
    position: absolute;
    left: 16px;
    bottom: 5px;
    width: 90%;
}

.homepage-2 .skyrocket-sec .reach-text {
    max-width: 62rem;
    margin-top: 1.5rem;
    font-size: 1rem !important;
}

.homepage-2 .skyrocket-sec .resolution-select .s-btn {
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
    color: #fff;
    border-radius: 2rem;
    padding: 1rem 7rem;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 3rem;
}

.homepage-2 .skyrocket-sec .resolution-select .s-btn:hover {
    border: 1px solid #01ECC8;
    color: #01ECC8;
    background: #fff;
}

.homepage-2 .interinner-1 {
    margin-top: 2rem;
}

.homepage-2 .interinner-1 p {
    margin: 0;
    font-weight: 600;
    color: #9B9B9B;
}

.homepage-2 .logos-home2 .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage-2 .logos-home2 .slick-track div a img {
    margin: auto;
}

.homepage-2 .logos-home2 img {
    max-width: 9rem;
    max-height: 3rem;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.homepage-2 .logos-home2 .zapie {
    width: 6rem;
}

.homepage-2 .faq-sec {
    background-color: #F0F5FC;
    padding: 3rem 0;
}

.homepage-2 .faq-accord {
    max-width: 43rem;
    margin: auto;
    margin-top: 2rem;
}

.homepage-2 .accordion-item {
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}

.homepage-2 .accordion-button {
    color: #251685;
    background-color: #fff;
    font-size: 1.225rem;
    font-weight: 500;
    border: 1px solid #D5D9DE;
    border-radius: 1rem;
    padding-left: 1.5rem;
}

.homepage-2 .accordion-button::after {
    background-image: url(../images/home2-down-arw-green.png);
    top: 4px;
    position: relative;
}

.homepage-2 .accordion-item:first-of-type .accordion-button {
    border-radius: 1rem;
}

.homepage-2 .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 1rem;
}

.homepage-2 .accordion-button:not(.collapsed) {
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.homepage-2 .accordion-body {
    padding: 1rem 1.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: 500;
    font-size: 1.125rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-right: 2.5rem;
}

.homepage-2 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/home2-arw-dwn-white.png);
}

.homepage-2 .footer-sec .social li a {
    color: #00ABFC;
}

.homepage-2 .footer-sec .social li a:hover,
.footer-sec .social li a:focus {
    background-color: #00ABFC;
    color: white !important;
}

.homepage-2 .footer-sec h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #01ecc8;
}

.homepage-2 .footer-sec ul li a {
    font-family: 'Poppins', sans-serif !important;
}

.homepage-2 .footer-sec ul li a:hover,
.footer-sec ul li a:focus {
    color: #00ABFC;
}

.homepage-2 .footer-sec {
    background-image: url(../images/home2-footer-bg.png);
}

.homepage-2 .word {
    position: absolute;
    display: flex;
    opacity: 0;
}

.homepage-2 .word .letter {
    transform-origin: center center 25px;
}

.homepage-2 .word .letter.out {
    transform: translateY(-90px);
    transition: 0.32s ease;
}

.homepage-2 .word .letter.in {
    transition: 0.38s ease;
}

.homepage-2 .word .letter.behind {
    transform: translateY(90px);
}

.homepage-2 .slidingVertical {
    display: inline-flex;
    margin: 0;
    vertical-align: top;
    overflow: hidden;
    min-width: 43rem;
    justify-content: center;
}

.homepage-2 .word {
    overflow: hidden;
}

.homepage-2 .auto-setting h6 {
    color: #DF4D9F;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 1rem;
}

.homepage-2 .auto-setting {
    margin-top: 4rem;
}

.homepage-2 .logos-home2 img {
    margin: auto;
}

.homepage-2 .down-arrow-d {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.homepage-2 .down-arrow-d svg path {
    fill: #fff;
}

.homepage-2 .down-arrow-d svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    top: 0;
    transition: all .3s ease;
    position: relative;
}

.homepage-2 .down-arrow-d svg:hover {
    top: 5px;
}

.homepage-2 .platform-sec .tab-content {
    min-height: 32rem;
}

.homepage-2 .lands-text-xs {
    display: none;
}

.homepage-2 .potential-sec {
    padding: 3rem 0;
    padding-bottom: 4rem;
}

.homepage-2 .potential-sec .potential-row {
    background-color: #fff;
    margin-top: 2rem;
    padding: 3rem;
    border-radius: 1rem;
    border: 1px solid #ccc;
    align-items: center;
}

.homepage-2 .potential-sec .potential-row .form-group label {
    color: #251685;
    font-weight: 700;
    font-size: 1.125rem;
}

.homepage-2 .potential-sec .potential-row .form-group label span {
    font-weight: 500;
}

.homepage-2 .potential-sec .potential-row .form-group .form-control {
    border-radius: 0.45rem;
    padding: 0.85rem 1.5rem;
    line-height: 1;
    padding-top: 1.1rem;
    margin-top: 0.125rem;
}

.homepage-2 .potential-sec .potential-row .form-group .form-control::placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #B8B8B8;
}

.homepage-2 .potential-sec .potential-row .select-type-in label {
    color: #251685;
    font-weight: 700;
    font-size: 1.125rem;
}

.homepage-2 .potential-sec .potential-row .select-type-in select {
    border-radius: 0.45rem;
    padding: 1.006rem 1.5rem;
    line-height: 1;
    margin-top: 0.125rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #B8B8B8;
    background-image: url(../images/home2-down-arw-green.png);
    background-position: right 1.5rem center;
    background-size: 25px 13px;
    cursor: pointer;
}

.homepage-2 .potential-sec .potential-row .resolution-select .s-btn {
    background: linear-gradient(to right bottom, #00A8FF, #01ECC8);
    color: #fff;
    border-radius: 2rem;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 1.75rem;
    width: 100%;
    max-width: 100%;
}

.homepage-2 .potential-sec .potential-row .resolution-select .s-btn:hover {
    border: 1px solid #01ECC8;
    color: #01ECC8;
    background: #fff;
}

.homepage-2 .potential-sec .potential-row .graph-potential-col {
    padding-left: 3rem;
}

.homepage-2 .potential-sec .potential-row .graph-potential {
    background: linear-gradient(to bottom, #01ECC8, #00A8FF);
    padding: 1.5rem;
    position: relative;
}

.homepage-2 .potential-sec .potential-row .lead-col {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.125rem 4rem;
}

.homepage-2 .potential-sec .potential-row .lead-col p {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
    font-weight: 300;
}

.homepage-2 .potential-sec .potential-row .lead-col h1 {
    margin: 0;
    font-size: 3.75rem;
    color: #251685;
    line-height: 1;
}

.homepage-2 .potential-sec .potential-row .graph-bg-inner {
    position: relative;
}

.homepage-2 .potential-sec .potential-row .graph-line::after {
    position: absolute;
    content: '';
    width: 4px;
    background-color: #FFD861;
    bottom: 0;
    left: 0;
    top: 0;
}

.homepage-2 .potential-sec .potential-row .graph-line::before {
    position: absolute;
    content: '';
    top: -0.75rem;
    width: 1.35rem;
    height: 1.35rem;
    background-color: #F8AE85;
    border-radius: 1rem;
    border: 4px solid #fff;
    left: -0.5rem;
    z-index: 1;
}

.homepage-2 .potential-sec .potential-row .graph-line {
    position: absolute;
    height: 9.5rem;
    bottom: 1.56rem;
    left: 65.25%;
    cursor: pointer;
}

.homepage-2 .potential-sec .potential-row .under-graph-inner span {
    background-color: #F0F5FC;
    color: #9D9D9D;
    font-weight: 600;
    padding: 0rem 0.95rem;
    border-radius: 0.5rem;
    margin-top: 1.125rem;
    font-size: 0.9rem;
    line-height: 2;
    cursor: pointer;
}

.homepage-2 .potential-sec .potential-row .calculator-text {
    margin: 0;
    color: #9D9D9D;
    margin-top: 1.125rem;
}





















.main-rescue .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.main-rescue .btn_white:hover {
    background: linear-gradient(to right bottom, #C165DD, #EA2087) !important;
    box-shadow: 0.25rem 0.25rem 1rem #e92289e8 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.main-rescue .btn_white {
    border: 1px solid #8b8b8b;
}

.main-rescue .login-btn-col .nav-item .nav-link {
    border: 1px solid #8b8b8b !important;
}

.main-rescue .login-btn-col .nav-item .nav-link:hover {
    border: 1px solid transparent !important;
}

.main-rescue .navbar-light .navbar-nav .nav-link:hover {
    color: #442EDB;
}

.main-rescue .rescue-hero {
    background-image: url(../images/bg-hero.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 1rem;
    min-height: 35vw;
    align-items: center;
    display: flex;
    padding-top: 6rem;
}

.main-rescue .rescue-hero-content {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.main-rescue .rescue-hero-content h1 {
    font-size: 3.5rem;
    font-weight: 400;
    color: #000;
}

.main-rescue .rescue-hero-content p {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: #000;
}

.main-rescue .rescue-hero-content h1 span {
    color: #442EDB;
}

.main-rescue .rescue-hero-content p b {
    color: #442EDB;
}

.main-rescue .rescue-hero-content .lm-btn {
    border: 1px solid transparent;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 0.5rem 3rem;
    border-radius: 1.25rem;
    font-size: 1.125rem;
    min-height: 3rem;
    line-height: 1;
    margin-top: 2rem;
    transition: .3s;
}

.main-rescue .rescue-hero-content .lm-btn:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.main-rescue .nav_section-1 {
    background-color: #FEFEFF;
    padding: 0;
    box-shadow: none !important;
}

.main-rescue .nav_section-1 .navbar {
    padding-top: 0.875rem;
}

.main-rescue .resuely-content {
    text-align: center;
    background-color: #fff;
    border-radius: 1.5rem;
    max-width: 65rem;
    margin: auto;
    padding: 3rem 6rem;
}

.main-rescue .resuely-content h2 {
    color: #000;
    font-size: 2.75rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
}

.main-rescue .resuely-content p {
    margin-bottom: 3rem;
}

.main-rescue .resuely-sec {
    margin-top: -5rem;
    position: relative;
    z-index: 9;
    margin-bottom: 1rem;
}

.main-rescue .abandonment-sec {
    background-image: url(../images/aband-bg.png);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    min-height: 30vw;
    padding-bottom: 5rem;
}

.main-rescue .abandonment-content {
    padding: 4rem 3rem;
    border-radius: 1.5rem;
    margin-right: 2rem;
    margin-top: 4rem;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 25%, #fff 70%);
}

.main-rescue .abandonment-content h2 {
    color: #442EDB;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.main-rescue .abandonment-content p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

.main-rescue .abandonment-img {
    margin-top: 4rem;
}

.main-rescue .abandonment-img img {
    width: 100%;
    max-width: 100%;
    margin-left: 15%;
}

.main-rescue .abandonment-row {
    align-items: center;
}

.main-rescue .decline-sec {
    background-image: none !important;
    padding-top: 2rem;
}

.main-rescue .decline-sec .abandonment-img img {
    width: 100%;
    max-width: 100%;
    margin-left: -15%;
}

.main-rescue .decline-sec .abandonment-content {
    margin-right: 0;
    margin-left: 2rem;
    background: linear-gradient(180deg, #fff 14%, #938BE9 96%)
}

.main-rescue .salvage-sec {
    background-image: url(../images/salvage-bg.png);
    background-size: cover;
    background-position: 50% 65%;
    background-repeat: no-repeat;
    min-height: 40vw;
    padding-bottom: 5rem;
}

.main-rescue .faq-sec {
    background-color: #E9EEFA;
    padding-top: 0;
    padding-bottom: 4rem;
}

.main-rescue .accordion-button:not(.collapsed) {
    color: #fff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: #4632DA;
}

.main-rescue .footer-sec {
    background-image: url(../images/footer-bg.png);
}

.main-rescue .footer-sec h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
}

.main-rescue .footer-sec .social li a {
    color: #4632DA;
}

.main-rescue .transform-head {
    font-size: 4.25rem;
    color: #4632DA;
}

.main-rescue .rescue-sec {
    padding-bottom: 3rem;
}
















.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

@media(max-width: 1500px) {
    .main-rescue .decline-sec .abandonment-img img {
        margin-left: -7%;
    }
}

@media(max-width: 1300px) {
    .main-rescue .abandonment-img img {
        margin-left: 7%;
    }
}

@media(max-width: 1050px) {
    .main-rescue .abandonment-img img {
        margin-left: 0;
    }

    .main-rescue .decline-sec .abandonment-img img {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .main-rescue .rescue-hero-content h1 {
        font-size: 2.5rem;
    }

    .main-rescue .rescue-hero-content p {
        margin-top: 1rem;
        font-size: 1.125rem;
    }

    .main-rescue .rescue-hero-content {
        margin-top: 2rem;
        margin-bottom: 8rem;
    }

    .main-rescue .resuely-content h2 {
        font-size: 2.5rem;
    }

    .main-rescue .resuely-content {
        padding: 3rem 3rem;
    }

    .main-rescue .abandonment-content {
        margin-right: 0;
    }

    .main-rescue .abandonment-content {
        padding: 2rem 2rem;
        margin-top: 2rem;
    }

    .main-rescue .abandonment-img {
        margin-top: 3rem;
    }

    .main-rescue .abandonment-content h2 {
        font-size: 2.125rem;
    }

    .main-rescue .abandonment-content p {
        font-size: 1rem;
    }

    .main-rescue .decline-sec .abandonment-content {
        margin-right: 0;
        margin-left: 0;
    }

    .main-rescue .decline-row {
        flex-direction: column-reverse;
    }

    .main-rescue .abandonment-sec {
        padding-bottom: 3rem;
        padding-top: 1rem;
    }

    .main-rescue .decline-sec {
        padding-top: 0rem;
    }
}

@media(max-width: 570px) {
    .main-rescue .resuely-content h2 {
        font-size: 2.25rem;
    }
}

.homepage-2.main-rescue .nav_section-1 {
    background-image: none !important;
}

.main-rescue .nav_section-1 .navbar {
    padding-top: 0.975rem !important;
}

.main-rescue .footer-sec {
    background-color: #e9eefa !important;
}






























































.retry-rescue-sale-main a {
    text-decoration: none;
}

.retry-rescue-sale-main {
    font-family: "Roboto Slab", serif;
    overflow-x: hidden;
    background: #F9F9F8;
    padding-top: 10rem;
}

.retry-rescue-sale-main .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.retry-rescue-sale-main .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.retry-rescue-sale-main .btn_white {
    border: 1px solid #8b8b8b;
}

.retry-rescue-sale-main .btn_white:hover {
    background: linear-gradient(to right bottom, #C165DD, #EA2087) !important;
    box-shadow: 0.25rem 0.25rem 1rem #e92289e8 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.retry-rescue-sale-main footer {
    background-image: url(../images/footer-retry-bg.png);
}

.retry-rescue-sale-main footer .social li a {
    color: #4632DA;
}

.retry-rescue-sale-main .nav_section {
    position: relative;
}

.retry-rescue-sale-main .retry-hero-sec {
    padding: 1rem 0;
    position: relative;
}

.retry-rescue-sale-main .retry-hero-sec .row {
    align-items: center;
}

.retry-rescue-sale-main .retry-hero-content h1 {
    font-size: 4rem;
    font-family: 'Roboto Slab';
    color: #000;
    margin-bottom: 1.25rem;
    font-weight: 800;
}

.retry-rescue-sale-main .retry-hero-content h1 span {
    color: #58D2B9;
}

.retry-rescue-sale-main .retry-hero-content p {
    color: #000;
    font-size: 1.5rem;
    padding-right: 2rem;
    font-family: 'Open Sans';
    margin-bottom: 1.5rem;
}

.retry-rescue-sale-main .retry-hero-content span {
    font-weight: 900;
    color: #6255DF;
}

.retry-rescue-sale-main .retry-learn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 0.75rem 3.5rem;
    background: #000;
    color: #fff;
    font-family: 'Open Sans';
    border: 1px solid transparent;
    border-radius: 1.35rem;
    font-size: 1.25rem;
    transition: .3s;
}

.retry-rescue-sale-main .retry-learn-btn img {
    width: 1.5rem;
}

.retry-rescue-sale-main .retry-learn-btn:hover {
    border: 1px solid #000;
    color: #000;
    background: transparent;
}

.retry-rescue-sale-main .retry-learn-btn:hover img {
    filter: invert(1);
}

.retry-rescue-sale-main .retry-hero-img img {
    width: 90%;
    right: -7rem;
    position: relative;
    z-index: 9;
}

.retry-rescue-sale-main .retry-row-into-row-col {
    display: flex;
    position: relative;
    margin-top: 10rem;
    margin-bottom: 10rem;
    min-height: 20rem;
    align-items: center;
}

.retry-rescue-sale-main .retry-row-into-row-col::after {
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 1rem;
    box-shadow: inset gray 0px 0px 0px -10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.retry-rescue-sale-main .retry-row-into-row-img {
    width: 50%;
    position: relative;
    z-index: 9;
    height: 100%;
}

.retry-rescue-sale-main .retry-row-into-row-img img {
    width: 95%;
    position: absolute;
    top: -15rem;
    left: -1rem;
}

.retry-rescue-sale-main .retry-row-into-row-content {
    width: 50%;
    position: relative;
    z-index: 9;
    height: 100%;
    padding: 1rem 3rem 1.5rem 3rem;
}

.retry-rescue-sale-main .retry-row-into-row-content h2 {
    color: #58D3BF;
    font-size: 3rem;
    font-family: 'Roboto Slab';
    margin-bottom: 0.75rem;
    font-weight: 800;
}

.retry-rescue-sale-main .retry-row-into-row-content p {
    color: #000;
    font-size: 1rem;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

.retry-rescue-sale-main .retry-row-into-row-sec {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.retry-rescue-sale-main .login-btn-col .nav-item .nav-link {
    border: 1px solid #000 !important;
}

.retry-rescue-sale-main .retry-row-into-row-col2x .retry-row-into-row-img img {
    left: initial;
    width: 95%;
    top: -12rem;
    right: 4rem;
}

.retry-rescue-sale-main .retry-row-into-row-col2x .retry-row-into-row-content h2 {
    color: #3D299B;
}

.retry-rescue-sale-main .retry-row-into-row-col2x .retry-row-into-row-content {
    padding: 1rem 3rem 1rem 3rem;
}

.retry-rescue-sale-main .retry-row-into-row-col2x {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.retry-rescue-sale-main .retry-row-into-row-col3x {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.retry-rescue-sale-main .retry-row-into-row-col4x {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.retry-rescue-sale-main .retry-row-into-row-col5x {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.retry-rescue-sale-main .retry-row-into-row-col3x .retry-row-into-row-img img {
    width: 90%;
    top: -13rem;
    left: 3rem;
}

.retry-rescue-sale-main .retry-row-into-row-col4x .retry-row-into-row-img img {
    left: initial;
    width: 89%;
    top: -12rem;
    right: 6rem;
}

.retry-rescue-sale-main .retry-row-into-row-col5x .retry-row-into-row-img img {
    width: 89%;
    top: -12rem;
    right: initial;
    left: 3rem;
}

.retry-rescue-sale-main .retry-work-sec {
    background: #ECECFF;
    padding: 5rem 0 12rem;
    text-align: center;
    margin-bottom: -10rem;
}

.retry-rescue-sale-main .retry-work-col {
    text-align: center;
}

.retry-rescue-sale-main .retry-work-col h3 {
    font-size: 3.125rem;
    font-family: 'Roboto Slab';
    color: #000;
    margin-bottom: 3rem;
    font-weight: 800;
}

.retry-rescue-sale-main .retry-work-col h3 span {
    color: #3D299B;
}

.retry-rescue-sale-main .retry-work-col img {
    width: 100%;
}

.retry-rescue-sale-main .retrylayer1 {
    position: absolute;
    top: -40%;
    right: 0;
    width: 100%;
}

.retry-rescue-sale-main .retry-hero-content {
    position: relative;
    z-index: 9;
}

.retry-rescue-sale-main .retrylayer2 {
    position: absolute;
    right: 0;
    top: 6%;
    width: 25%;
}

.retry-rescue-sale-main .retrylayer3 {
    position: absolute;
    top: -30%;
    width: 100%;
    height: 177%;
}

.retry-rescue-sale-main .retrylayer4 {
    position: absolute;
    left: 8%;
    top: 39.25%;
    width: 10%;
}

.retry-rescue-sale-main .retrylayer5 {
    position: absolute;
    left: 0;
    bottom: -25%;
    width: 30%;
}



.nav_section,
.nav_section-1 .navbar{
position: fixed !important;
left:0;
right:0;
top:0;
z-index: 99;
}
.nav_section .container,
.nav_section-1 .container{
align-items: start
}
.nav_section.active,
.nav_section-1.active .navbar{
    background-color: #fff !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.1) !important;
}

.nav_section.active .navbar-light .navbar-nav .nav-link,
.nav_section-1.active .navbar-light .navbar-nav .nav-link{
    color: #000 !important;
    border-color: #8b8b8b !important;
}
.nav_section.active .navbar-light .navbar-nav .nav-link.btn_white:hover,
.nav_section.active .navbar-light .navbar-nav .nav-link.btn_pink:hover,
.nav_section-1.active .navbar-light .navbar-nav .nav-link.btn_white:hover,
.nav_section-1.active .navbar-light .navbar-nav .nav-link.btn_pink:hover{
    color: #fff !important;
    border-color: transparent !important;
}
.nav_section.active .navbar-light .navbar-nav .nav-link.login-btn.btn_white:hover,
.nav_section-1.active .navbar-light .navbar-nav .nav-link.login-btn.btn_white:hover{
    color: #000 !important;
}
.retry-rescue-sale-main .login-btn-col .nav-item .nav-link:hover{
border-color: transparent !important;
}
.navbar-light .navbar-nav.login-btn-col{
    display: none;
    margin:0;
    padding: 1rem 0;
    margin-top: -.5rem;
}
.navbar-light .navbar-nav.login-btn-col.active{
    display: flex;
}
.navbar-collapse .ms-auto.text-right{
position: relative;
}
.nav_section .navbar-brand,
.nav_section-1 .navbar-brand{
margin-top: 0 !important;
}
.temp-col-a a{
    text-decoration: none;
}



.navbar .ser-dropdown a.nav-link[role="button"] svg{
width: .8rem;
height: .8rem;
margin-left: .3rem;
}
.navbar .ser-dropdown a.nav-link[role="button"] svg path{
fill: #fff;
}
.nav_section.active .navbar .ser-dropdown a.nav-link[role="button"] svg path{
fill: #000;
}
.nav_section-1.active .navbar .ser-dropdown a.nav-link[role="button"] svg path{
fill: #000;
}
.nav_section-1 .navbar .ser-dropdown a.nav-link[role="button"] svg path,
.retry-rescue-sale-main .navbar .ser-dropdown a.nav-link[role="button"] svg path{
fill: #000;
}