nav .nav-link.active{
    color: #1351d8 !important;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.icon-80 {
    width: 80px;
    height: 80px;
}
.bg-cover-layer {
    background-image: url(../images/BACKGROUNG-bottom.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.particle-bg {
    background-image: url(../images/Background_2.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-section {
    position: relative;
    padding-top: 100px;
}

.counter-card {
    width: 100%;
    height: 220px;
    border-radius: 30px;
    background-color: #eceff1;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}


.counter-card h2 {
    color: #1351d8;
    font-size: 2.5rem;
    font-weight: 700;
}
.counter-card p {
    color: #000000;
    font-weight: 500;
    font-size: 1.1rem;
}
/* animation */
@keyframes badgeAnimate {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


/* seamless-solutions-section */
.seamless-solutions-section {
    padding-top: 100px;
    padding-bottom: 20px;
}
.seamless-solutions-section .custom-container {
    position: relative;
}
.seamless-solutions-section .custom-container .seamless-shape {
    position: absolute;
    right: 0px;
    top: -30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.seamless-card-section {
    margin-top: 60px;
}

.seamless-card {
    padding: 60px 40px;
    background: #d9d9d9;
    border-radius: 30px;
    max-width: 660px;
    width: fit-content;
    height: auto;
    overflow: hidden;
    position: relative;
}

.seamless-card .card-bg {
    position: absolute;
    height: 150%;
    width: 100%;
    top: -15%;
    left: 0px;
    z-index: 0;
}

.seamless-card2 {
    margin-top: 100px;
}

.seamless-card span {
    position: relative;
    z-index: 1;
}

.seamless-card h3 {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 37px;
    position: relative;
    z-index: 1;
}

.seamless-card p {
    margin-bottom: 41px;
    color: #ffffff;
    max-width: 473px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.seamless-card a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 17px 34px;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.seamless-card a img {
    margin-left: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.seamless-card a:hover img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* end seamless-solutions-section */

/* Js footer */

.js-footer-area {
    /* position: fixed; */
    z-index: 0;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.js-footer-area {
    background-image: url(../images/Footer.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-section-js {
    padding-top: 99px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.footer-section-js .footer-section-grain-texture {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.footer-section-js .footer-section-grain-texture img {
    height: 100%;
    width: 100%;
}

.footer-section-mash-gard {
    position: absolute;
    z-index: 0;
    top: 0%;
    width: 827px;
    height: 566px;
}

.footer-js-content {
    position: relative;
    z-index: 4;
}

.footer-js-text {
    text-align: center;
    max-width: 535px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.footer-js-text h2 {
    margin-bottom: 45px;
    color: #ffffff;
}

.footer-js-text .leav-msg-btn {
    border-radius: 50px;
    width: 220px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: auto;
}

.jsfooter-contact-card {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 45px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.jsfooter-contact-card .jsfooter-card-text {
    color: #ffffff;
}

.jsfooter-contact-card .jsfooter-card-text p {
    text-transform: uppercase;
}

.jsfooter-contact-card .jsfooter-card-text h6 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 0;
    color: #fff;
}

.jsfooter-contact-card .jsfooter-card-text.text-right p {
    margin-bottom: 10px;
}

.js-main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0px;
}

.js-main-footer .back-to-top-btn {
    margin: auto;
}

.js-main-footer .back-to-top-btn .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 28px;
    color: #ffffff;
}

.js-main-footer .copyright-text {
    color: rgba(255, 255, 255, 0.7);
    width: 47%;
}

.js-main-footer .copyright-text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-main-footer .copyright-text a:hover {
    color: #ffffff;
}

.js-main-footer .privacy-menu {
    width: 47%;
}
.js-footer-area .start-free-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff;
    border-radius: 35px;
    padding: 10px;
    max-width: 470px;
    width: 100%;
    max-height: 70px;
    position: relative;
}

.js-footer-area .start-free-form .form-input {
    color: #111111;
    background: transparent;
    border: none;
    outline: none;
    padding: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 70%;
}

.js-footer-area .start-free-form .bg-blue-btn {
    padding: 12px 40px;
    border: none;
    outline: none;
}

.js-footer-area .start-free-form .bg-blue-btn:hover {
    opacity: 0.8;
}
.js-footer-area .bg-blue-btn {
    padding: 18px 46px;
    background-color: #1351d8;
    border-radius: 100px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    z-index: 0;
    font-weight: 700;
}

/*-- social-link style --*/
.js-footer-area .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.js-footer-area .social-link li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-footer-area .social-link li a img {
    width: 16px;
    height: 16px;
}

.js-footer-area .social-link li a:hover {
    opacity: 0.7;
}

.js-footer-area .social-link.social-link-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*-- privacy-menu style --*/
.js-footer-area .privacy-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.js-footer-area .privacy-menu li a {
    color: #ffffffb2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.js-footer-area .privacy-menu li a:hover {
    color: #ffffff;
}
.js-footer-area a {
    color: #fff;
}

/* breadcrumb */
.breadcrumb-section {
    padding: 120px 0;
    position: relative;
    z-index: 0;
}

.bread-bg-shape {
    background-image: url(../images/Common_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.breadcrumb-section.blog-details-breadcrumb-section {
    height: 436px;
}

.breadcrumb-section.pricing-plan-breadcrumb-section {
    min-height: 580px;
    padding-top: 95px;
}

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

.breadcrumb-list .breadcrumb-item {
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
}

.breadcrumb-list .breadcrumb-item.active {
    color: #ffffffb2;
}

.breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    font-size: 20px;
    margin: 0px -5px;
}

.breadcrumb-sec .breadcrumb-title {
    font-family: var(--font_syne);
    text-transform: capitalize;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 0;
}
.breadcrumb-list li a {
    color: #ffffff !important;
}
.breadcrumb-list li + li:before {
    background: #ffffffb2 !important;
}

.breadcrumb-img {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .breadcrumb-img {
        margin-top: 40px;
    }
}
/* breadcrumb end here */
/*-- about-feature-section start --*/
.about-feature-section {
    padding: 100px 0;
}

.about-feature-title {
    margin-bottom: 50px;
}

.about-feature-title h3 {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1351d8;
}
.about-feature-tab{
    margin-top: 40px;
}

.about-feature-tab .nav.nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-feature-tab .nav.nav-tabs .nav-link {
    padding: 10px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #0000001a;
    border-radius: 26px;
    font-weight: 700;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.about-feature-tab .nav.nav-tabs .nav-link.active {
    border: 1px solid #e7f1fc;
    background-color: #e7f1fc;
    color: #1351d8;
}

.about-feature-tab .tab-content {
    margin-top: 45px;
}

.about-feature-tab .about-feature-tab-content h4 {
    margin-bottom: 20px;
    color: #111111;
}

.about-feature-tab .about-feature-tab-content p {
    color: #444444;
    margin-bottom: 0px;
}

.about-feature-tab .about-feature-tab-content .list {
    padding: 0;
    list-style: none;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 75px;
}

.about-feature-tab .about-feature-tab-content .list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.about-feature-tab .about-feature-tab-content .list .list-item img {
    width: 50px;
    height: 50px;

    border-radius: 10px;
}

.about-feature-tab .about-feature-tab-content .list .list-item p {
    margin-bottom: 0;
    color: #000000;
}

.about-feature-img {
    position: relative;
    /* pie progress */
}

.about-feature-img .overlay-item {
    position: absolute;
}

.about-feature-img .overlay-item.reduction-time {
    top: 10px;
    left: 0;
}

.about-feature-img .overlay-item.success-rate {
    bottom: 30px;
    right: 30px;
}

.about-feature-img .overlay-item.wave-shape {
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-feature-img .reduction-time {
    width: 170px;
    height: 90px;
    border-radius: 0 45px 0 0;
    background-color: #ffffff;
    padding: 24px 24px 24px 0;
}

.about-feature-img .reduction-time-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-feature-img .reduction-time h3 {
    margin-bottom: 10px;
    line-height: 20px;
}

.about-feature-img .reduction-time p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.about-feature-img .success-rate {
    width: 170px;
    height: 170px;
}

.about-feature-img .success-rate-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-feature-img .pie_progress {
    width: 130px;
    height: 130px;
    margin: auto 0;
    background-color: transparent;
}

.about-feature-img .pie_progress__label {
    margin-top: 0px;
    text-align: center;
}

.about-feature-img .pie_progress__label h3 {
    margin-bottom: 0;
    line-height: 1.1;
    color: #000000;
}

.about-feature-img .pie_progress__label p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}
.pie_progress__svg {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    vertical-align: middle;
}
.pie_progress__svg svg {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.pie_progress__label {
    margin-top: 32px;
    font-size: 12px;
}
.pie_progress__content,
.pie_progress__icon,
.pie_progress__label,
.pie_progress__number {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*-- about-feature-section end --*/
/*-- main-feature-seciton start --*/
.main-feature-section {
    padding: 60px 0 35px 0;
    position: relative;
    z-index: 0;
}

.main-feature-section .shape-img {
    position: absolute;
    z-index: 11;
}

.main-feature-section .shape-img.img-1 {
    bottom: 80px;
    left: 37%;
}

.main-feature-section .shape-img.img-2 {
    bottom: 43%;
    right: 37%;
}

/*-- main-feature-card style --*/
.main-feature-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    padding: 40px 30px;
}

.main-feature-card.card-1 {
    background-color: #eceff1cc;
}

.main-feature-card.card-2 {
    background-color: #f8f0e6cc;
}

.main-feature-card.card-3 {
    background-color: #f8f0e6cc;
}

.main-feature-card .overlay {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 30px;
}

.main-feature-card-content img {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
}

.main-feature-card-content h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
}

/*-- main-feature-seciton end --*/
/*-- choose-us-section Start --*/
.choose-us-section {
    padding-top: 70px;
}
.contents-text h4 {
    /* font-family: "DM Sans", sans-serif; */
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 19px;
    color: #111111;
}
.choose-us-section {
    padding-bottom: 132px;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.choose-us-content .content-box-wrap {
    display: flex;
    gap: 20px;
}

.choose-us-content .content-box-wrap .icon {
    width: 60%;
}

.choose-us-section .choose-us-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.choose-us-section .choose-us-content .choose-us-text {
    max-width: 310px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 90px;
}

/*-- choose-us-section End --*/
/*-- home page 8 style start --*/
.v8banner-section {
    background: #0d333f;
    padding-top: 90px;
    position: relative;
}

.v8banner-text {
    max-width: 607px;
    padding-right: 49px;
    min-height: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.v8banner-text .title {
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 18px;
}

.v8banner-text p {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 48px;
}

.v8banner-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 90px;
}

.v8banner-video video {
    width: 100%;
    min-height: 760px;
    -o-object-fit: cover;
    object-fit: cover;
}

.design-system-sticky {
    z-index: 1;
    background: #f4f5f8;
    padding-top: 132px;
    padding-bottom: 60px;
    width: 100% !important;
}

.design-system-img {
    text-align: center;
    max-width: 870px;
    width: 100%;
    margin: auto;
    margin-top: 54px;
}

.v8-seroll-content {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.index8-accounting-section {
    padding-top: 120px;
    padding-bottom: 140px;
}

.index8-accounting-column-section .custom-row {
    padding-bottom: 140px;
}

.index8-accounting-column-section .custom-row .custom-column {
    padding-bottom: 40px !important;
}

.index8-accounting-column-section
    .custom-row
    .custom-column:nth-last-child(1)
    .index8-accounting-column-content {
    border: none;
}

.index8-accounting-column-content {
    width: 100%;
    padding-right: 18px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.index8-accounting-column-content .index8-accounting-colun-icon {
    margin-bottom: 23px;
}

.index8-accounting-column-content h4 {
    font-size: 15px;
    margin-bottom: 14px;
}

.index8-accounting-column-content p {
    width: 100%;
}

.index8-accounting-img {
    overflow: hidden;
    max-width: 520px;
    width: 100%;
    min-height: 100%;
    padding-right: 20px;
}

.index8-accounting-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.index8-accounting-content {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index8-accounting-text p {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.index8-accounting-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.index8-accounting-text ul li {
    width: 50%;
    color: #111111;
}

.index8-accounting-text ul li svg {
    color: rgba(13, 172, 129, 0.5);
    margin-right: 10px;
    font-size: 18px;
}

.index8-accounting-text .check-list li {
    margin-bottom: 12px;
}

.we-offering-section {
    padding-top: 112px;
    padding-bottom: 120px;
}

.we-offering-text {
    max-width: 500px;
    padding-right: 30px;
}

.we-offering-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.we-offering-slider-nav.slick-slider .slick-list {
    width: 100%;
    padding: 0px !important;
}

.we-offering-slider-nav.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.we-offering-slider-nav .slick-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    padding: 30px 0px;
    width: 100% !important;
    cursor: pointer;
}

.we-offering-slider-nav .slick-btn.slick-current {
    color: #ffffff;
    padding-left: 37px;
    position: relative;
}

.we-offering-slider-nav .slick-btn.slick-current::before {
    content: url(../images/icons/slider-arrow-right.svg);
    position: absolute;
    left: 0px;
}

.we-offering-slider-nav .slick-btn.slick-current::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: "";
    height: 2px;
    width: 30%;
    background: rgba(51, 103, 234, 0.791);
    animation: lineProgress 3.5s linear infinite;
    -webkit-animation: lineProgress 3.5s linear infinite;
}

.we-offering-slider-content {
    max-width: 570px;
}

.we-offering-slide-bg-img {
    position: relative;
    z-index: 1;
}

.we-offering-slider {
    position: relative;
    z-index: 2;
}

.we-offering-slide-img {
    /* height: 220px;
    width: 230px; */
    margin-left: 30px;
    margin-bottom: 90px;
}

.we-offering-slide-img img {
    height: 100%;
    width: 100%;
}

.we-offering-slide-item-text h4 {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}

.we-offering-slide-item-text p {
    color: #ffffff;
}

.we-offering-slide-item-text ul li {
    line-height: 30px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    margin-top: 0;
}

.we-offering-slide-item-text ul li::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #0dac81;
    position: absolute;
    left: 0px;
    top: 12px;
}

.we-offering-slide-btns {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 16px;
}

.we-offering-slide-btns button {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 8px 15px;
    color: #ffffff;
    border: none;
}

.we-offering-slide-btns button svg {
    color: #0dac81;
    margin-right: 9px;
}
@keyframes lineProgress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
/*-- home page 8 style end --*/

/* chatbot testimonials */

.chatbot-testmonial-section {
    padding-bottom: 80px;
    padding-top: 80px;
    background: var(--primary_light);
}

.chatbot-testmonial-content {
    max-width: 780px;
    margin: auto;
    text-align: center;
}

.chatbot-testmonial-content .testmonial-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #999999;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 52px;
}

.chatbot-testmonial-content .testmonial-quote-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    color: #111111;
    margin: 20px;
}

.chatbot-testmonial-content .clint-content .clint-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: auto;
    margin-bottom: 17px;
}

.chatbot-testmonial-content .clint-content .clint-img img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.chatbot-testmonial-content .clint-content .clint-info {
    margin-bottom: 29px;
}

.chatbot-testmonial-content .clint-content .clint-info span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #111111;
}

.chatbot-testmonial-content .slick-dots {
    position: relative;
    bottom: 0px;
    max-width: 107px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    gap: 6px;
}

.chatbot-testmonial-content .slick-dots li {
    height: 8px;
    width: 8px;
    padding: 0px;
}

.chatbot-testmonial-content .slick-dots li button {
    background: rgba(0, 0, 0, 0.2);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    opacity: 1;
    color: transparent;
}

.chatbot-testmonial-content .slick-dots li button:before {
    display: none;
}

.chatbot-testmonial-content .slick-dots li.slick-active {
    width: 15px;
}

.chatbot-testmonial-content .slick-dots li.slick-active button {
    width: 15px;
    border-radius: 20px;
    background: #111111;
}

.testmonial-quote-icon {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary_color);
    margin: auto;
    margin-bottom: 47px;
}

.testmonial-quote-icon .circle-progress {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
}

.testmonial-quote-icon .halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.testmonial-quote-icon .halfcircle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 3px transparent;
    border-radius: 50%;
}

.testmonial-quote-icon .clipped {
    width: 200%;
}

.testmonial-quote-icon .fixed {
    width: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.chatbot-testmonial-slider .slick-current .halfclip {
    animation: cliprotate 3.5s steps(2) infinite;
    -webkit-animation: cliprotate 3.5s steps(2) infinite;
}

.chatbot-testmonial-slider .slick-current .halfcircle {
    border-top-color: #000000;
    border-left-color: #000000;
}

.chatbot-testmonial-slider .slick-current .clipped {
    animation: rotate 1.75s linear infinite;
    -webkit-animation: rotate 1.75s linear infinite;
}

.chatbot-testmonial-slider .slick-current .fixed {
    animation: showfixed 3.5s steps(2) infinite;
    -webkit-animation: showfixed 3.5s steps(2) infinite;
}

.chatbot-testmonial-badge {
    max-width: 620px;
    width: 100%;
    margin: auto;
    padding-top: 80px;
}

.chatbot-testmonial-badge ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1%;
    padding: 0px;
    list-style: none;
}

.chatbot-testmonial-badge ul li {
    width: 19%;
}
@-webkit-keyframes showfixed {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes cliprotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cliprotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

/* shadow box index-2 */
.index2-features-section {
    padding-bottom: 100px;
}
.index2-features-section .index2-features-card {
    background: #eeeffb;
    border-radius: 30px;
    padding: 112px 100px;
}
.features2-contents .row-gap50 {
    row-gap: 50px;
}
.index2-features-left {
    margin-bottom: 30px;
}

.contents-text2 {
    padding-left: 20px;
}

.contents-text4 {
    padding-left: 20px;
}

.contents-text h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 19px;
}

.contents-text h4 span {
    margin-right: 13px;
}

/*-- marketing-section start --*/
.marketing-section {
    padding: 100px 0;
}

/*-- marketing-img style --*/
.marketing-img {
    width: 100%;
    height: 420px;
    background-color: #f8f0e6;
    border-radius: 240px 240px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    /* pie progress */
}

.marketing-img > img {
    width: 400px;
    height: 380px;
    border-radius: 250px 250px 0px 0px;
}

.marketing-img.v2 {
    background-color: #f6eafe;
    border-radius: 0px 0px 240px 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.marketing-img.v2 > img {
    border-radius: 0 0 250px 250px;
}

.marketing-img .overlay img {
    width: auto;
    height: auto;
}

.marketing-img .overlay-item {
    position: absolute;
}

.marketing-img .chart {
    bottom: 0;
    left: 0;
    width: 188px;
    height: 85px;
    border-radius: 0px 45px 0px 0px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.marketing-img .emoji-icons {
    bottom: 40px;
    right: 22px;
    width: 209px;
    height: 70px;
    -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.marketing-img .star-1 {
    top: 74px;
    right: 93px;
}

.marketing-img .star-2 {
    top: 110px;
    right: 57px;
}

.marketing-img .star-3 {
    top: 135px;
    right: 119px;
}

.marketing-img .wave-shape {
    bottom: 121px;
    left: 45px;
}

.marketing-img .reduction-time {
    top: 30px;
    left: 0;
    width: 170px;
    height: 90px;
    border-radius: 0 45px 0 0;
    background-color: #ffffff;
    padding: 24px 24px 24px 0;
}

.marketing-img .reduction-time-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.marketing-img .reduction-time h2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 20px;
}

.marketing-img .reduction-time p {
    font-size: 13px;
    line-height: 20px;
}

.marketing-img .success-rate {
    bottom: 71px;
    right: 60px;
    width: 170px;
    height: 170px;
}

.marketing-img .success-rate-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.marketing-img .pie_progress {
    width: 130px;
    height: 130px;
    margin: auto 0;
    background-color: transparent;
}

.marketing-img .pie_progress__label {
    margin-top: 0px;
}

.marketing-img .pie_progress__label h4 {
    font-size: 30px;
    color: #000000;
}

.marketing-img .pie_progress__label p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

/*-- marketing-content style --*/
.marketing-content-title {
    margin-bottom: 37px;
}

.marketing-content-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    color: #1351d8;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
}

.marketing-content .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.marketing-content .list li {
    margin-top: 15px;
}

.marketing-content .list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.marketing-content .list .list-item p {
    margin-bottom: 0;
}
.marketing-content .list .list-item svg {
    font-size: 18px;
    color: #999999;
    position: relative;
    top: -6px;
}

/*-- marketing-section end --*/
/* .app-benefits-section */

.app-benefits-section {
    padding: 100px 0px;
}
.wt-700 {
    font-weight: 700 !important;
}
.app-benefits-card {
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.app-benefits-card-img {
    margin-bottom: 43px;
    padding: 60px 20px 0px 20px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.app-benefits-card-img.account {
    background: #eeeffb;
}

.app-benefits-card-img.plan {
    background: #f8f0e6;
}

.app-benefits-card-img.team {
    background: #f6eafe;
}

.app-benefits-card-text {
    padding: 0px 30px;
}

.app-benefits-card-text h5 {
    margin-bottom: 16px;
}

/*-- contact-section start --*/
.contact-section {
    padding: 130px 0 65px 0;
}

.contact-img {
    margin-right: 50px;
    position: relative;
}

.contact-img > img {
    width: 100%;
}

.contact-img .overlay-item {
    position: absolute;
}

.contact-img .overlay-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact-img .overlay-item.shape-1 {
    bottom: 130px;
    right: 0;
}

.contact-img .overlay-item.shape-1 .icon img {
    width: 42px;
    height: 36px;
}

.contact-img .overlay-item.shape-2 {
    bottom: 0;
    left: 186px;
}

.contact-img .overlay-item.shape-2 .icon img {
    width: 20px;
    height: 20px;
}

.contact-content-title {
    margin-bottom: 35px;
}

.contact-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1351d8;
}

.map-section {
    padding: 65px 0 130px 0;
}

.map-content {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.contact-map {
    width: 100%;
    height: 450px;
}

.map-info-card {
    position: relative;
    z-index: 1;

    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
}

.map-info-card .list {
    padding: 0;
    list-style: none;
    margin: 0;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.map-info-card .list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.map-info-card .list li:not(:first-child) {
    margin-top: 10px;
}

.map-info-card .list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px;
}
.map-info-card .list  li{
  margin-bottom: 30px;
}
/* .map-info-card .list .list-item .list-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
} */

/* .map-info-card .list .list-item img {
    width: 20px;
    height: 20px;
} */

.map-info-card .list .list-item h4 {
    font-size: 15px;
    line-height: 45px;
    margin-bottom: 0;
}

.map-info-card .list .list-item p {
    margin-bottom: 0;
}

.map-info-card .list .list-icon {
    line-height: 45px;
}
.map-info-card .list .list-text{
width: 80%;
}
.form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.form-input label {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #111111;
}

.form-input input,
.form-input textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #111111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-input textarea {
    resize: none;
}

.form-input-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.contact-img {
    margin-bottom: 40px;
}
.map-sec  {
    max-width: 100%;
    
}
.map-sec iframe{
  width: 100%;
  height: 500px;
}
.form-input-between .form-input {
    width: 100%;
    margin-bottom: 20px;
}
.contact-section .theme-btn {
    border: none;
    margin-top: 20px;
}

.our-team-body-inner-title h3 {
    color: var(--primary_color);
}
.sweet-alert .placeholder {
    background-color: transparent !important;
}
label.error {
    text-transform: capitalize !important;
    color: #ce2222;
}

.start-free-form label{
    display: block;
    position: absolute;
    bottom: -45%;
    left: 7%;
}
.success-msg{
    opacity: 0;
    margin-top: 10px;
    font-size: medium;
    color: #eceff1;
}
.emailsuccess .alert {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
  }

  .emailsuccess .alert .lar {
    margin-right: 0.5em;
  }
  .emailsuccess .alert p{
    margin-bottom: 0;
  }

.exist-acc{
    margin-top: 40px ;
}
.exist-acc a:hover,
.exist-acc a:focus{
    text-decoration: underline !important;
}
/*-- contact-section end --*/

/*-- contact-us page style end --*/

/* pricing-review */
.pricing-review{
    position: relative;
    padding: 100px 0;
}
.pricing-review .radius-box{
    background: #eeeffb;
    box-shadow:  0px 4px 30px 5px rgba(0,0,0,0.03);
   /* border: 2px solid #1351d8; */
    border-radius: 30px;
   
    padding: 60px 40px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.left-box-wrap{
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-numbers{
   margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.content-numbers .number-txt{
    padding: 1rem 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.content-numbers .number-txt .counter{
    font-size: 60px;
    color: var(--primary_color);
    line-height: 100%;
    margin: 0px 0px 20px;
}
.content-numbers .number-txt h6{
    font-size: 18px;
    
}


.right-box-wrap .boxes{
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
    border: 2px solid var(--primary_color);
    padding: 2rem 3rem ;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.right-box-wrap .boxes h3{
    color: var(--primary_color);
    font-weight: 600;
}
.shadow-box{
    background: var(--primary_light);
    border-radius:10px;
    padding: 2rem 3rem;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}
.chack-tagline h4{
    color: var(--primary_color);
}
.chack-box-line ul{
    display: flex;
    column-gap: 18px;
    row-gap: 25px;
    margin:  20px 0;
}
.chack-box-line ul li{
    display: flex;
    align-items: center;
    gap: 30px;
}
.chack-box-line  .check{
    width: 25px;
    min-width: 25px;
    height: 25px;
    background: var(--primary_color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/* affordable-price */
.affordable-price{
    padding: 0px 0px 50px;
   
}
/* .pricing-cards .card-1{
    margin-top: 200px;
    margin-right: 30px;
    
}
.pricing-cards .card-2{
    margin-left: 30px;
} */
.pricing-cards .cards{
    padding: 0 2rem;
    background: url(../images/BG_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow:  0px 4px 30px 5px rgba(0,0,0,0.03);
    border: 2px solid var(--primary_light);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.pricing-cards .cards:hover
{
    transform: translateY(-15px);
    transition: all 0.4s ease;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}
.pricing-cards .cards .price-head {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.pricing-cards .cards .price-head h3{
    font-weight: 600;
    color: var(--primary_color);
}
.pricing-cards .cards .plans{
    margin: 20px 0;
    font-size: 20px;
}
.rates-doller .rate{
    font-size: 40px;
    font-weight: 400;
}
.lists-price  li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}
.lists-price .check{
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 20px;
    background: var(--primary_color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.button-margin{
    margin-bottom: 50px;
}

.pricing_subscriber{
    padding: 200px 0 100px;
    position: relative;
  
}
.pricing-padding-news .text h3,
.pricing-padding-news .text p,
.pricing-padding-news  .check-text{
    color: white;
}
.pricing-padding-news 
.pricing-padding-news .lists{
    display: flex;
    gap: 20px;
}
.pricing-padding-news .lists li{
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}
.pricing-padding-news .lists .check{
    width: 25px;
    margin-right: 20px;
    height: 25px;
    background-color: var(--primary_color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
} 
.bottom-news-box {
    padding: 2rem 3rem;
    background: url(../images/BG_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   box-shadow:  0px 4px 30px 5px rgba(0,0,0,0.03);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.bottom-news-box .bottom-img{
    max-width: 500px;
    margin-top: -200px;
    width: 100%;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.light-color .cards div,
.light-color h4{
    color: white !important;
} 
.light-color .check{
    background: white !important;
}
/* end pricing-review */
.list-item i{
    background-color:#1351d8;
    color: #ffffff;
    padding: 6px;   
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.splitting .char {
    animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(60ms * var(--char-index));
}
.zomm-image {
    animation: zoom 3s ease infinite;
    -webkit-animation: zoom 3s ease infinite;
}
.features-sms-icon{
  animation: jumpingUp 5s infinite;
  -webkit-animation: jumpingUp 5s infinite;
}
@keyframes jumpingUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes zoom {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes slide-in {
    from {
        transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



/* payment-step-pages */
.payment-step-pages{
    padding:  0px 100px;
    
}
body.light{
    background-color:#efefef ;
}
/* .billing-page::before{
    background-image: url(https://cdn.razorpay.com/static/assets/paymentpages/light_desktop.svg);
}
.billing-page::before{
    content: '';
    top: 0;
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: inherit;
} */
.payment-step-pages .c-logo{
    margin: 40px 0;
    padding: 30px 0;
}
.payment-step-pages .title{
    color: rgb(131, 107, 237);
}
.payment-step-pages .title-underline{
    display: block;
    width: 28px;
    border-bottom: 5px solid;
    margin-top: 20px;
    border-color: rgb(131, 107, 237);
}
.payment-step-pages  .title-description{
    margin-top: 30px;
}
.payment-step-pages  .title-description .bottom-img{
    padding-top: 40px;
}
.payment-step-pages  .title-description h4{
    color: rgb(131, 107, 237);
    margin-bottom: 30px;
}
.payment-step-pages  .title-description ul{
    list-style: disc;
    padding-left: 2.5rem;
}
.payment-step-pages  .title-description ul li{
    padding: 10px 0;
}
.payment-step-pages .payment-form {
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 6px 11px 24px 0 rgba(23,31,37,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.payment-step-pages .payment-form{
    padding: 30px 32px;
}
.billing-left-side{
    margin-bottom: 30px;
}
.payment-form .tilte{
    margin: 30px 0;
}
.bill-form-section{
    margin-top: 30px;
}
.b-form-wrapper{
    position: relative;
    margin-bottom: 20px;
}
.b-form-wrapper .field-set{
    display: flex;
    align-items: center;
}
.b-form-wrapper .field-set input,
.b-form-wrapper .field-set select
{
    line-height: 25px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 9px;
    outline: none;
    color: inherit;
    height: 30px;
}
.form-inputs{
    width: 50%;
}
.b-form-wrapper .field-set input:hover{
    border-color: #c1c1c1;
}
.bill-footer{
    margin: 48px -32px -30px -32px;
    position: relative;
}
.form-btn-wrap{
    min-height: 56px;
    padding-left: 32px;
    overflow: auto;
    position: relative;
    background: #f5f6f7;
    text-align: center;
}
.form-btn-wrap #fin-logo{
    margin-top: 20px;
    width: 180px;
    float: left;
}
.bill-btn   {
    border: 0;
    outline: 0;
    position: relative;
    width: 180px;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: right;
    border-radius: 0;
    text-align: center;
    background-color: rgb(131, 107, 237);
    color: #fff !important;
}
.b-form-wrapper .form-label{
    width: 50%;
}
.payment-step-pages .content{
    margin-bottom: 80px;
}
.order_summary h6{
    color: green;
    font-size: 1.5rem;
}
.order_summary div {
    padding: 10px 0;
}
.order_summary div span{
    color: #000000 !important;
    font-size: 20px;
}
.order_summary div span a{
    color: #000000 !important;
}
.edit_your_order.total_inr{
    font-weight: 600;
    background: rgb(131, 107, 237);
    padding: 10px;
}
.edit_your_order.total_inr span{

    color: white !important;
}
.number_checkbox span{
    margin-left: 10px;
}
.edit_your_order .total_inr span{
    font-size:  1.7rem !important;
}
.pricing-padding-news .button-margin{
    margin-bottom: 0 !important;
}
.dashboard_buttons .dashtab-btn{
    font-size: 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    background-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    transition: 1 all step-end;
    -webkit-transition: 1 all step-end;
    -moz-transition: 1 all step-end;
    -ms-transition: 1 all step-end;
    -o-transition: 1 all step-end;
}
.dashboard_buttons .dashtab-btn:hover,
.dashboard_buttons .dashtab-btn.active{
    background: transparent !important;
   
    color: var(--primary_color);
}
.__cf_email__{
    word-break: break-word;
}
.logo-pre {
    /*background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%);
    */border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px;
    -webkit-animation: pulse 2s infinite;
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: var(--primary_light);
}

/* page loader */
/* .preloaderBg {
    position: fixed;
  z-index: 99999    ; 
  top: 0;
    background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader-wrap{
    top: 60%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.preloader {
  margin: auto;
    background: url(../images/logo/Slozers_Favicon.svg) no-repeat center;
  background-size: 150px;
  width: 300px;
  height: 300px;
}


.preloader2 {
border: 5px solid #f3f3f3;
border-top: 5px solid #f00;
border-radius: 50%;
width: 250px;
height: 250px;
animation: spin 1s ease-in-out infinite ;
position: relative;
margin: auto;
top: -280px;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} */
