/* signin signup page */

/************ Start Main Rules **************/
.signin-area {
    padding-top: 130px;
    padding-bottom: 60px;
}
.main-box {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    margin: 50px auto;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(to right, #2e2e2e, #000000);
}

.lined-link {
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}

.lined-link:hover {
    opacity: 0.5;
}

.lined-link:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -2px;
    border: none;
    border-bottom: 1px solid #6a4ad5;
}

/************ Start Slider Container **************/
.slider-cont,
.form-cont {
    width: 50%;
    height: 100%;
    float: left;
}

.slick-slide,
.slick-slider {
    width: 100%;
    height: 100%;
}

.clear-fix {
    clear: both;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: linear-gradient(77.91deg, #6a4ad5 23.21%, #bc4e83 85.96%);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #f97f06;
    transform: scale(1.6);
    box-shadow: 0 0 10px #1b1b1b;
}

.img-txt {
    position: relative;
}

.img-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 63, 85, 0.53);
}

.img-txt h1 {
    position: absolute;
    display: block;
    top: 50%;
    color: #fff;
    width: 100%;
    padding: 50px 20px;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    transform: translateY(-50%);
    background-color: transparent;
}

/************ Start Form Container **************/

.top-buttons {
    position: relative;
    display: block;
    width: 100%;
    height: 15%;
    padding: 25px;
    text-align: right;
}

.top-buttons button {
    color: #cacaca;
    border: none;
    width: 90px;
    margin: -2px;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    background: #2c2c2c;
    cursor: pointer;
}

.top-buttons button:nth-child(1) {
    border-radius: 50px 0 0 50px;
}

.top-buttons button:nth-child(2) {
    border-radius: 0 50px 50px 0;
}

.top-active-button {
    color: #fff !important;
    box-shadow: 0 0 20px #2a2a2a;
    background: linear-gradient(
        77.91deg,
        #6a4ad5 23.21%,
        #bc4e83 85.96%
    ) !important;
    transition: all 0.3s ease;
}

.form {
    width: 100%;
    height: 85%;
    padding: 10px 40px;
    overflow-y: scroll;
}

.form form {
    width: 100%;
    height: 100%;
}

.form form lable,
input[type="text"],
input[type="email"],
input[type="password"] {
    display: block;
}

.form form lable {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 6px 0;
}

p.terms {
    color: #9e9e9e;
    margin-bottom: 60px;
}
.form input[type="text"]:focus-visible,
.form input[type="email"]:focus-visible,
.form input[type="password"]:focus-visible {
    outline: none;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
    color: #fff;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 15px;
    padding: 5px 0 10px 0;
    background: transparent;
    border-bottom: 1px solid #4c5c72;
}

.form input::placeholder {
    color: #cecece;
}

.form a {
    color: #fff;
}

.form-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 55px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 35px;
    transition: all 0.3s linear;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    background: linear-gradient(77.91deg, #6a4ad5 23.21%, #bc4e83 85.96%);
}

input.form-btn:hover {
    box-shadow: none;
}

.form-signin {
    display: none;
    padding-top: 30px;
}

/* signin signup page end */
/* ****************************************************************************** */
/* payment_links page  */
/* ****************************************************************************** */

.process-row {
    background-color: #100f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.traineeship .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    margin: 30px 8px 50px;
    background-color: #242835;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}
.animate-from-bottom__0 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.animate-from-bottom__1 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
.animate-from-bottom__2 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animate-from-bottom__3 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.animate-from-bottom__4 {
    -webkit-animation-name: from-left;
    animation-name: from-left;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.traineeship .activity .relative-block {
    width: 100%;
    min-height: 350px;
}
@-webkit-keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes from-left {
    from {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.relative-block {
    position: relative;
}
.activity-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.activity-icon img {
    width: 30%;
    float: right;
}
.traineeship .inactive {
    padding: 30px;
}
.traineeship .inactive .title {
    border-bottom: 3px solid #6a4ad5;
    padding-bottom: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.traineeship .activity .active {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    min-height: 100%;
    padding: 25px 30px 50px;
}
.traineeship .activity .active .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.traineeship .activity .active .sub-title {
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.traineeship .activity .active .ul {
    margin-bottom: 45px;
    margin-top: 10px;
}
.traineeship .activity .active .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    color: #616161;
    font-size: 16px;
    line-height: 26px;
}
.traineeship .activity .active .li:before {
    position: absolute;
    content: "\f00c";
    color: #e2b921;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.6em;
    width: 22px;
}
.traineeship .activity:hover {
    width: 558px;
    background-color: #000000;
}
.traineeship .activity:hover .inactive {
    display: none;
}
.traineeship .activity:hover .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
}

/* payment_links page end */
/* ****************************************************************************** */
/* payment_pages page  */
/* ****************************************************************************** */
.card_flex {
    /* padding: 50px; */
    display: flex;
    flex-flow: wrap;
}

.card-container {
    flex: 300px;
    margin: 30px;
}
.card-container .card {
    font-weight: bold;
    position: relative;
    width: 100%;
    background: black !important;
}
.card-container .card a {
    padding: 30px;
    width: 100%;
    height: 400px;
    border: 2px solid rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    transition: 0.25s ease;
}
.card-container .card a:hover {
    transform: translate(-30px, -30px);
    border-image: linear-gradient(#6a4ad5, #f65045) 30;
}
.card-container .card a:hover .card--display {
    display: none;
}
.card-container .card a:hover .card--hover {
    display: block;
}
.card-container .card a .card--display i {
    font-size: 60px;
    margin-top: 200px;
}
.card-container .card a .card--display h2 {
    margin: 20px 0 0;
    color: rgb(255, 255, 255);
}
.card-container .card a .card--hover {
    display: none;
}
.card-container .card a .card--hover h2 {
    margin: 20px 0;
    color: rgb(255, 255, 255);
}
.card-container .card a .card--hover p {
    font-weight: normal;
    line-height: 1.5;
    color: white;
}
.card-container .card a .card--hover p.link {
    margin: 20px 0 0;
    font-weight: bold;
    color: #5bc0eb;
}
.card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed black;
    z-index: -1;
}
.card-container .card.card--dark a {
    color: white;
    background-color: black;
    border-color: black;
}
.card-container .card.card--dark a .card--hover .link {
    color: #fde74c;
}

/* payment_pages page end */
/* ****************************************************************************** */
/* qrcode page  */
/* ****************************************************************************** */

/* .box_flex{
    min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.box_flex {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box_flex .box {
    position: relative;
    width: 280px;
    height: 470px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
        rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
    background: black;
}
.box_flex .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#6a4ad5, #f65045);
    clip-path: circle(400px at center 100px);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.box_flex .box:hover .imgBx {
    clip-path: circle(80px at center 100px);
    transition-delay: 0s;
}
.box_flex .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_flex .box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.box_flex .box .content h2 {
    margin: 0;
    padding: 0;
}
.box_flex .box .content a {
    text-decoration: none;
    background: #002417;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.box_flex .box .content h2,
.box_flex .box .content p,
.box_flex .box .content a {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}
.box_flex .box:hover .content h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
    color: white;
}
.box_flex .box:hover .content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
    color: white;
}
.box_flex .box:hover .content a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

/* qrcode page end */
/* ****************************************************************************** */
/* payroll page end */
/* ****************************************************************************** */

.roll_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.roll_card .card_1 {
    margin: 1em;
}
.roll_card .card_1 .card-img-top {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 250px;
    transform: translateY(52%);
    transition: 0.5s;
}
.roll_card .card_1 .card-body_1 {
    z-index: 1;
    box-sizing: border-box;
    padding: 1.25em;
    height: 220px;
    background: black;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.056),
        0 6.7px 5.3px rgba(0, 0, 0, 0.081), 0 12.5px 10px rgba(0, 0, 0, 0.1),
        0 22.3px 17.9px rgba(0, 0, 0, 0.119),
        0 41.8px 33.4px rgba(0, 0, 0, 0.144), 0 100px 80px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    transition: 0.5s;
}
.roll_card .card_1 .card-body_1 .card-title {
    margin: 0 0 0.75em 0;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}
.roll_card .card_1 .card-body_1 .card-text {
    margin: 0 0 1em 0;
    color: white;
}
.roll_card .card_1 .card-body_1 .btn {
    padding: 0.375em 0.75em;
    color: black;
    text-decoration: none;
    line-height: 1.5;
    border: 1px solid black;
    border-radius: 0.25em;
    transition: 0.5s;
}
.roll_card .card_1 .card-body_1 .btn:hover {
    color: white;
    background: black;
}
.roll_card .card_1:hover .card-img-top {
    transform: translateY(2%);
}
.roll_card .card_1:hover .card-body_1 {
    transform: translateY(0);
}
/* payroll page end */
/* ****************************************************************************** */
/* home page */
/* ****************************************************************************** */
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: #100f0f;
}
#controls-container .nav-tabs .nav-link.active .report {
    border: 2px solid #6a4ad5;
    box-shadow: 0px 0px 30px rgb(85 85 85 / 28%);
}
#controls-container .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}
#controls-container .why-choose-us-content .report:hover {
    box-shadow: 0px 0px 30px rgb(85 85 85 / 32%);
}
#controls-container .report:hover {
    border-image: 2px solid(#6a4ad5, #f65045);
}

/* home page end */
/* ****************************************************************************** */

/* .service-details-card ul li {
  position: relative;
  margin-bottom: 15px;
  background-color: #ffffff ;
  padding: 16px 16px 16px 13px;
  transition: all ease 0.5s;
  border-radius: 5px;
} */
.service-details-card .nav-tabs .nav-link.active {
    background-color: #ffffff !important;
    width: 100%;
    padding: 1px 15px;
    text-align: left;
}
.service-details-card ul li:hover {
    border-color: 2px solid #6a4ad5;
    background: #ffffff;
}
.service-details-card ul li:hover a {
    color: #6a4ad5 !important;
}
.service-details-card ul li:hover i {
    color: #6a4ad5;
}
.service-details-card ul li .nav-link.active a,
.service-details-card ul li .nav-link.active i {
    color: #6a4ad5 !important;
}
.blog-card .single .blog-content p {
    color: #bebebe;
}
.service-details-card ul li a {
    color: black !important;
}
.works-categories._1 .single-works .works .check-card .works-info {
    text-align: left;
    padding-left: 90px;
}
.pricing-content .pricing-card .clr_btm {
    padding: 30px;
    border-bottom: 1px solid #6a4ad5;
}
.pricing-content .pricing-card .clr_btm_1 {
    padding: 10px;
}
.pricing-content .pricing-card .clr_btm p {
    color: white;
}
.pricing-content .pricing-card .clr_btm_1 p {
    color: white;
}
.single-features .info p {
    color: #ffffff;
    padding-top: 15px;
}
label.error {
    color: red;
    padding-bottom: 15px;
    font-weight: 600;
}
.services-card h4 {
    padding-left: 60px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.features-card .features p {
    color: white;
}
.business-experience .experience-card p {
    color: white;
}
.main-logo {
    width: 100%;
    max-width: 170px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child {
    padding-right: 20px;
}
.service-card .common-btn {
    margin-top: 15px;
}
.services-card .icons img {
    width: 55px;
    padding-bottom: 15px;
}
.services-card.five .icons img {
    width: 35px;
}
.icon-grid-1 .service-card .icon img {
    width: 50px;
    padding-bottom: 20px;
}
.features-card .icons img {
    width: 55px;
}
.services-card.five.--1 .icons img {
    width: 55px;
}
.fide-slides .hero-area.bg-1._out {
    background-image: url("../update-img/PAYOUTS/Payouts.jpg");
}
.fide-slides .hero-area.bg-1._tax {
    background-image: url("../update-img/TAX-PAYMENTS/Tax-Payment.jpg");
}
.fide-slides .hero-area.bg-1._curr {
    background-image: url("../update-img/CURRENT-ACCOUNT/Current-Account.jpg");
}
/* ****************************************************************************************** */
@media (max-width: 991px) {
    .process-row {
        flex-direction: column;
    }
    .icon-grid-1 .service-card .icon img {
        width: 30px;
        padding-bottom: 15px;
    }
    .services-card .icons img {
        width: 30px;
    }
    .services-card.five.--1 .icons img {
        width: 35px;
    }
    .services-card.five .icons img {
        width: 25px;
    }
    .traineeship .activity:hover .active {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .traineeship .activity:hover {
        width: 100%;
    }
    .traineeship .activity {
        width: 100%;
        margin: 30px 0px 50px;
    }
    .roll_card .card_1 .card-img-top {
        height: 335px;
    }
    .slider-cont {
        display: none;
    }
    .form-cont {
        width: 100%;
        height: 100%;
    }
    .service-area.icon-grid-1 .service-card .icon::before {
        width: 70px;
        height: 70px;
    }
    .services-area.home .services-card {
        min-height: 320px;
    }
    .top-buttons {
        text-align: center;
    }
    .portfolio-slider.owl-carousel.owl-theme .owl-nav [class*="owl-"].owl-next {
        right: 0;
    }
    .count-info::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .roll_card .card_1:hover .card-body_1 {
        height: 260px;
    }
    .service-area.icon-grid-1 .service-card .icon::before {
        width: 60px;
        height: 60px;
    }
    .roll_card {
        flex-direction: column;
    }
    .counter-area {
        padding: 25px;
    }
    .main-box {
        height: 600px;
    }
    .form-signin {
        padding-top: 40px;
    }
    .form-btn {
        font-size: 12px;
        font-weight: 800;
    }
}

.qrcode-center {
    text-align: center;
}

@media only screen and (max-width: 1619.98px) {
    .home-area {
        padding-top: 185px;
        padding-bottom: 20px;
    }
}

@media (max-width: 280px) {
    .pricing-content .pricing-card .clr_btm {
        padding: 8px;
        margin-top: 80px;
    }
    .why-choose-us-content .report .info {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-box {
        height: 615px;
    }
    .form-signin {
        padding-top: 50px;
    }
    /* .mobile-responsive-nav
        .mobile-responsive-menu.mean-container
        a.meanmenu-reveal
        span {
        background: #6a4ad5;
        height: 4px;
        margin-top: -11px;
        border-radius: 0;
        position: relative;
        top: 18px;
    } */
}

@media (max-width: 390px) {
    .pricing-content .nav-item .nav-link {
        /* padding: 15px 70px; */
        border: 2px solid #8100d9;
    }
    .pricing-content.pricing-plan .nav-item .nav-link.active {
        border: 2px solid #ffffff;
    }
    .box_flex .box .imgBx img {
        object-fit: contain;
    }
    .box_flex .box:hover .imgBx img {
        object-fit: cover;
    }
}

.navigation li.active a {
    color: #6a4ad5;
}
.banner-offer .service-img-1 {
    filter: brightness(0.5);
}
.hero-area._1 {
    padding-bottom: 0px !important ;
}

.others-options:first-child {
    color: #6a4ad5;
    font-weight: 600;
}
.others-options .pbmit-btn {
    color: #fff;
}

/* for contact us page contact icon */

.contact_form_section .pel-address {
    margin-bottom: 16px;
}
.contact_form_section .pel-address ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 10px;
    text-align: center;
}
.contact_form_section .pel-address ul li .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: initial;
}
.contact_form_section .pel-address ul li .icon img {
    width: 30px;
}
.contact_form_section .pel-address ul li p {
    margin-bottom: 0px;
}
.contact_form_section .contact-form .form-control {
    margin-bottom: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .contact_form_section .pel-address {
        padding: 16px 8px;
    }
}
@media (width >= 1400px) {
    .section_cash_retreat .features-card .features h4 {
        max-width: 196px;
    }
}
@media (width <= 1499px) {
    .address .location li span {
        word-break: break-all;
    }
}
@media (width >= 992px) {
    .section_cash_retreat .features-card .features h4 {
        max-width: 150px;
    }
}
@media (width <= 991.98px) {
    .contact_form_section .pel-address {
        padding-right: 22px !important;
    }
    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
        inset: 0;
        margin: auto;
    }
    .mobile-responsive-nav
        .mobile-responsive-menu.mean-container
        a.meanmenu-reveal,
    .others-option-for-responsive .dot-menu {
        padding: 6px 0px;
    }
    .others-option-for-responsive .dot-menu {
        right: 80px;
    }
    .contact_form_section .container > .row > .col-lg-4 {
        order: 2;
        margin-top: 60px;
    }
    .contact_form_section .section-title {
        text-align: center !important;
    }
    .faq-area .container > .row > .col-lg-5 {
        margin-bottom: 50px;
    }
}
@media (width <= 767.98px) {
    .section_designing_convenience .section-title {
        margin-bottom: 20px;
        padding-top: 40px;
    }
}
@media (width <= 575.98px) {
    .card-container .card a {
        text-align: center;
    }
    .services-card .info h4 {
        padding: 15px 30px;
    }
    .services-card .info {
        padding-top: 20px;
    }
}

/*PRELOADING------------ */
#fp_preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}
#fp_preloader img {
    position: absolute;
    height: fit-content;
    width: 100px;
    inset: 0;
    margin: auto;
}
/* ****************************************************************************************************** */
/* SIGNUP PAGE VALIDATION */
:root {
    --primary: #333;
    --secondary: #333;
    --errorColor: red;
    --stepNumber: 6;
    --containerWidth: 100%;
    --bgColor: #333;
    --inputBorderColor: lightgray;
}

.signup_container {
    width: var(--containerWidth);
    background: transparent;
    text-align: center;
    border-radius: 5px;
    padding: 50px 35px 10px 35px;
}
.signup_container header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.signup_container .form-outer {
    width: 100%;
    overflow: hidden;
}
.signup_container .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
    /* margin: 0 auto; */
}
.form-outer form .page .title {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    text-transform:uppercase;
    /* text-decoration: underline; */
    padding-bottom: 20px;
}
.form-outer form .page .field {
    width: var(--containerWidth);
    height: 45px;
    margin: 45px 0;
    display: flex;
    justify-content: center;
    position: relative;
}
form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
    text-align: center !important;
}
form .page .field input {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 5px;
    padding-left: 15px;
    margin: 0 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
}
form .page .field input.invalid-input {
    border-color: var(--errorColor);
}
form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
form .page .field button {
    width: 50%;
    height: calc(100% + 5px);
    /* border: none;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease; */
    /*  */
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: rgb(255, 255, 255);
    border: 1px solid #BC4E83;
    border-radius: 40px;
    margin-top: 34px;
    padding: 12px 40px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: transparent;
    
}
form .page .field button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(95.32deg, #BC4E83 -0.67%, #179AF4 73.27%);
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}
form .page .field button:hover {
    background: linear-gradient(95.32deg, #BC4E83 -0.67%, #179AF4 73.27%);
    color: #fff;
    
    /* background: linear-gradient(95.32deg, #BC4E83 -0.67%, #179AF4 73.27%);
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s; */
}
form .page .field a {
    width: 50%;
    height: calc(100% + 5px);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: rgb(255, 255, 255);
    border: 1px solid #BC4E83;
    border-radius: 40px;
    margin-top: 34px;
    padding: 12px 40px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: transparent;   
}
form .page .field a:hover {
    background: linear-gradient(95.32deg, #BC4E83 -0.67%, #179AF4 73.27%);
    color: #fff;}
form .page .btns button {
    margin-top: -20px !important;
}
form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}
form .page .btns button.next {
    margin-left: 3px;
}
.signup_container .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
    flex-direction: row;
    border: 1px solid #BC4E83;
    border-radius: 40px;
    padding: 12px;
}
.signup_container .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}
.signup_container .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}
.progress-bar .step .bullet {
    height: 25px;
    width: 25px;
    border: 2px solid #BC4E83;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.progress-bar .step .bullet.active {
    border-color: #BC4E83;
    background: #BC4E83;
}
.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.progress-bar .step .bullet.active span {
    display: none;
}
.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    left: 23px;
    height: 3px;
    width: 120px;
    /* background: #262626; */
    /* border: 1px solid #BC4E83; */
}
.progress-bar .step .bullet.active:after {
    background: #BC4E83;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
    width: 217px;
}
@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}
.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}
.progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}
.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}
.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

@media screen and (max-width: 660px) {
    :root {
        --containerWidth: 400px;
    }
    .progress-bar .step p {
        display: none;
    }
    .progress-bar .step .bullet::after,
    .progress-bar .step .bullet::before {
        display: none;
    }
    .progress-bar .step .bullet {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .progress-bar .step .check {
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        display: none;
    }
    .step {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }
    .signup_container {
        box-sizing: border-box;
        border-radius: 0;
    }
}
.form-outer form .page .title,form .page .field .label,.signup_container header{
    color: #fff;
    /* text-align: center; */
}
.signup-area{
    padding: 150px 0 0;
}
.label-ctr{
    display: flex;
    flex-direction: column;
}
form .page .field input[type="radio"]{
    width: auto;
    height: auto;
    margin-right: 12px;
}
label.radio{
    padding: 5px 0;
    display: flex;
}
.radio_ctrl.field{
    margin: 0 auto !important;
    height: fit-content !important;
    justify-content: center;
}
.form-outer form .page .note {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #323030;
    flex-direction: column;
    padding: 85px;
}
.form-outer form .page .note .title {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    text-align: center;
    padding-bottom: 15px;
}
.step p{
    display: none;
}
/* Add your other CSS styles here */

.fide-slides .hero-area.bg-1._ven {
    background-image: url(../images/vendor/ven_1.jpg);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ..............................billing css starts.................. */

.billing_frm {
    padding: 50px;
}

.billing_frm .sign_form {
    margin-top: 30px;
    max-width: 100% !important;
}

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

.flex_row .user_nm {
    padding-right: 50px;
}

.flex_row span {
    color: white;
    font-size: 20px;
}

.billing_row {
    align-items: center;
    justify-content: center;
}

.billing_table {
    width: 100%;
    padding: 20px;
}

.billing_table tr,
.billing_table td {
    border: 1px solid #7c7c7c;
    padding: 5px;
    color: white;
}

.field input {
    color: white;
}



.field select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.field input:focus,
.field select:focus,
.field input:focus-visible,
.field select:focus-visible,
.field input:active,
.field select:active {
    outline: none;
}

.field input,
.field select {
    width: 100%;
    padding: 17px 7px 10px;
    line-height: 24px;
    background: transparent;
    border: 1px solid #7c7c7c;
    color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



.field {
    margin-bottom: 20px !important;
    position: relative;
}

.field span.field__label {
    position: absolute;
    font-size: 12px;
    padding: 0 11px;
    top: 1px;
    color: white;
}

.billing_information_form .b1 {
    padding-left: 5px;
}

.m_row div[class^="w-col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.number_filed_validation {
    /* background: #5f6749; */
    color: #ffffff;
    background: rgba(48, 48, 48, 0.38);
    border-radius: 5px;
    padding: 10px;
    margin: 16px 0px;
}

.billing_frm_fild {
    margin-top: 15px;
}

.number_filed {
    position: relative;
    margin-bottom: 0 !important;
}

.row_gap {
    row-gap: 15px;
}

.number_filed select {
    width: 70px;
    border: none;
    position: absolute;
    top: 2px;
    left: 1px;
}

.number_checkbox input {
    outline: none;
}

.billing_page_section {
    padding: 40px 0 70px !important;
}

.number_filed select:focus,
.number_filed select:focus-visible,
.number_filed select:active {
    outline: none;
}

.number_filed input {
    padding-left: 85px;
}

.billing_information_form {
    padding: 15px;
    border: 1px solid #7c7c7c;
    border: 1px solid rgba(48, 48, 48, 0.38);
    color: #ffffff;
    background: rgba(48, 48, 48, 0.38);
    border-radius: 5px;
}

.order_summary {
    background: #e4e3e3;
    padding: 15px;
}

.order_summary {
    /* background: #5f6749; */
    color: #ffffff;
    background: rgba(48, 48, 48, 0.38);
    border-radius: 5px;
    padding: 15px;
}



.edit_your_order {
    display: flex;
    justify-content: space-between;
}

.edit_your_order._1 {
    padding: 20px 0;
    border-bottom: 1px solid #7c7c7c;
    color: white;
}

.offer_disclaimer {
    border-bottom: 1px solid #7c7c7c;
    margin-top: 7px;
}

.offer_disclaimer a {
    font-size: 12px;
    padding: 0px 0;
}

.font-size-12 {
    font-size: 12px;
}

.edit_your_order._2 {
    margin-bottom: 5px;
}

.text-underline {
    text-decoration: underline;
}

.country_name {
    position: relative;
    border: 1px solid #7c7c7c;
    padding: 16px 7px 0px;
    color: white;
    line-height: 27px;
    margin: 10px 0;
    background: transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}

.btn_submit_ {
    width: 100%;
    padding: 5px;
    background: transparent;
    border: 1px solid #7c7c7c;
    color: white;
}

.btn_submit_.bg-dark {
    background: #ffffff;
    color: black;
    border: 1px solid #7c7c7c;
}

.btn_submit_.bg-dark:hover {
    border: 1px solid white;
    transform: translateY(-3px);
    transition: 0.4s;
}
.purchase_button button:hover{
    border: 1px solid white;
    transform: translateY(-3px);
    transition: 0.4s;
    box-shadow: 3px 3px 4px 2px #7c7c7c40;
}

.btn_submit_:hover {
    border: 1px solid white;
    transform: translateY(-3px);
    transition: 0.4s;
    box-shadow: 3px 3px 4px 2px #7c7c7c40;
}

.country_name span {
    position: absolute;
    font-size: 10px;
    top: 0;
}



.nice_saved {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
}



.edit_your_order._3 {
    font-size: 12px;
    margin-top: 5px;
    color: white;
}

.purchase_button.pd-10 button {
    width: 100%;
    background: #7c7c7c;
    color: black;
    padding: 5px 0;
    font-size: 12px;
}

.edit_your_order.total_inr {
    padding: 10px 0;
    color: white;
    font-size: 18px;
}

.pd-10 {
    padding: 10px 0;
}

.order_summary p {
    font-size: 10px;
    color: #fff;
}

.order_summary p a {
    font-size: 10px;
    text-decoration: underline;
}
.order_summary a,.billing_information_form p,.number_checkbox span { color: #fff;}
.button-group._1 .banner-btn-2{
    margin-left: 0px;
}
.billing-area{
    padding: 200px 0 0;
}
/* ******************************************************************************************* */

/* profile menu */
.dropdown-menu {
    padding: 0.7rem 0rem;
    font-size: 0.875rem;
    line-height: 22px;
    color: #5c5776;
    border: none;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    border-radius: 0.5rem;
  }
  
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  
  .dropdown:hover > .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown-submenu:hover > .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  
  @media (min-width: 990px) {
    .dropright-lg {
      position: relative;
    }
    .dropright-lg .dropdown-menu {
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;
      margin-right: 0.125rem;
    }
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ">";
    border-top: 0rem;
    border-right: 0rem;
    border-bottom: 0;
    border-left: 0rem;
    float: right;
  }
  
  .avatar-md {
    width: 56px;
    height: 56px;
  }
  
  .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  
  .avatar-online:before {
    background-color: green;
  }
  
  .avatar-indicators:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 5%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: table;
  }
  .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  }
  
  .dropdown-menu .dropdown-header,
  .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
  }
  
  .dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
  }
  
  .dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
  }
  
  .dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
  }
  
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }
  
  .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
    }
  }
  
  @keyframes dropdown-animate {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  
    0% {
      opacity: 0;
    }
  }
  .others-options{
    margin-left: 25px;
  }
  .dashboard-section{
    padding-top: 150px;
    padding-bottom: 100px;
  }
.dash.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); */
    background: linear-gradient(75.94deg, #6A4AD5 4.26%, #F65045 93.22%);
    border-radius: 5px;
    color: #ffffff;
}
.dash .nav-link{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.pricing-btn {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: white;
    border: 1px solid #BC4E83;
    border-radius: 40px;
    margin-top: 34px;
    padding: 12px 40px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
}
.name__price__shrtd li {
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.menu__list._1 .name__price__shrtd .name__price {
    display: flex;
    justify-content: space-between;
    /*gap: 20px; */
    padding-right: 30px;
}
ul{
    padding-left: 0;
}
.dash_table tr td{
    vertical-align: middle;
}