/* Start of footer pages  */

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 700;
}

.entry-content .blog-post>.inner-post p:not(:last-child) {
    margin-bottom: 10px;
}

.entry-content .entry-summary p {
    text-align: left;
    font-weight: 300;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.entry-content .unstyle {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.s-design.text-black .ot-icon-list-item span {
    color: #000;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px; */
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.fa-circle:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    border: 2px solid #A03942;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================================ */

.step-item-sticky-wrap {
    position: relative;
}

.payment-solution .grid-step {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    /* position: -webkit-sticky;
    position: sticky;
    top: 25px; */
}

.payment-solution .step-image-wrap {
    text-align: center;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.step-item-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: -25px;
    display: grid;
}

.step-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: var(--border-radius--border-radius);
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
    display: flex;
}

.step-rounded {
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    display: flex;
}

.step-title {
    color: #000;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
}

.step-description {
    margin-bottom: auto;
}

/* =============================================== */

.content-01 {
    padding: 80px 0 110px;
}

.content-01-container {
    position: relative;
}

.content-01-wrap {
    z-index: 3;
    padding-top: 60px;
    position: relative;
}

.c-1-top-wrap {
    max-width: 1090px;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: space-between;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.c-1-image {
    width: 445px;
    border-radius: 24px;
}

.c-1-text-wrap {
    width: 534px;
}

.c-1-mid-wrap {
    max-width: 1090px;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: space-between;
    margin-top: 180px;
    display: flex;
    align-items: center;
}

.c-1-bottom-wrap {
    max-width: 1090px;
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    justify-content: space-between;
    margin-top: 145px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.content-01-direction {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/* ============================================== */

.process-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    display: flex;
    position: relative;
}

.sliding-mockups-wrapper {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
}

.sliding-mockups-frame {
    z-index: 1;
    width: 45%;
    position: relative;
    /* overflow: hidden; */
}

.mockup-screen {
    z-index: 0;
    object-fit: cover;
    border-radius: 3%;
    width: 90.2%;
    height: 95.8%;
    position: relative;
    top: 2.2%;
    left: 5.1%;
    overflow: hidden;
}

.sliding-mockup-1,
.sliding-mockup-2,
.sliding-mockup-3,
.sliding-mockup-4,
.sliding-mockup-5 {
    width: 100%;
    position: sticky;
}

.sliding-mockup-1 {
    position: absolute;
    right: auto;
    top: 0px;
    width: 90.2%;
    left: 5.1%;
}

.mockup-frame {
    z-index: 1;
    width: 100%;
    position: sticky;
    top: 130px;
}

.steps-wrapper {
    width: 50%;
    position: relative;
}

.process-path {
    z-index: -2;
    background-color: #F0E1BA;
    width: 3px;
    height: 100%;
    position: absolute;
}

.progress-bar {
    z-index: -1;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #F0E1BA, #7c4b2b 80%, #F0E1BA);
    width: 3px;
    height: 50vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 50vh;
    left: auto;
    right: auto;
}

.process-item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 120px 1fr;
    grid-auto-columns: 1fr;
    /* padding-top: 64px; */
    display: grid;
    position: relative;
}

.process-center {
    justify-content: flex-start;
    margin-left: -10px;
    display: flex;
}

.progression-circle {
    background-color: #A03942;
    /* box-shadow: 0 0 0 8px #000; */
    border-radius: 100%;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}

.process-right {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.process-step-wrapper {
    max-width: 80%;
}

.large-number {
    color: #A03942;
    font-size: 80px;
    font-weight: 700;
    line-height: 110%;
}

.paragraph-small {
    font-size: .9rem;
}

.process-detail-wrapper {
    margin-bottom: 20px;
}

/* ================================================= */

.billing-item {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.5fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.billing_information_form {
    padding: 15px;
    border: 2px solid #A03942;
}

.billing_information_form h6 {
    color: #000;
}

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

.order_summary {
    border: 2px solid #A03942;
    padding: 15px;
}

.inner-input-div {
    display: flex;
    gap: 15px;
}

.inner-input {
    width: 100%;
}

.order_summary {
    border: 2px solid #A03942;
    padding: 15px;
    height: max-content;
}

.edit_your_order._1 {
    padding: 20px 0;
    border-bottom: 2px solid #A03942;
    color: black;
}

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

.edit_your_order._1 {
    color: black;
}

.offer_disclaimer {
    border-bottom: 2px solid #A03942;
    margin-top: 7px;
}

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

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

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

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

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

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

.order_summary p {
    font-size: 10px;
    margin-top: 10px;
    color: black;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}

.edit_your_order._1 a {
    color: black;
}

.offer_disclaimer a {
    color: black;
}

.edit_your_order.total_inr {
    color: black;
    font-size: 18px;
}

.order_summary p a {
    color: black;
}

.order_summary h6 {
    color: #000;
}

.number_filed_validation .font-size-12 {
    color: black;
}

/* ================================================= */

.vc_tta.vc_general .vc_tta-tabs-container {
    display: block;
    position: relative;
    z-index: 3;
    text-align: center;
}

.vc_tta.vc_general .vc_tta-tabs-list {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.vc_tta.vc_general .vc_tta-tab {
    display: inline-block;
    padding: 0;
    margin: 0
}

.vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px 20px;
    display: block;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    box-shadow: none
}

.vc_tta.vc_general .vc_tta-tab>a:focus,
.vc_tta.vc_general .vc_tta-tab>a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a {
    cursor: default;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    box-shadow: none
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a:hover {
    cursor: default;
    box-shadow: none
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a::after,
.vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    display: none;
    content: '';
    position: absolute;
    border-width: inherit;
    border-color: inherit;
    border-style: inherit;
    width: 100vw;
    height: 200vw
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    position: relative;
    z-index: 0;
    margin: 0;
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: unset;
    border-radius: 4px;
    background-color: #F0E1BA;
    cursor: pointer;
    transition: 0.4s;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    transition: inherit;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a {
    color: #ffffff;
    background-color: transparent;
    box-shadow: 4px 3px 25px rgba(72, 73, 121, 0.3);
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:before {
    opacity: 1;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before {
    background: #A03942;
}

.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
    background: #A03942;
    color: #fff;
}

.vc_tta.vc_general .vc_tta-panels,
.vc_tta.vc_general .vc_tta-panels-container {
    box-sizing: border-box;
    position: relative
}

.vc_custom_1559285183246 {
    margin-top: 37px !important;
    background-color: #FCF7F4 !important;
    border-radius: 5px !important;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 50px;
    gap: 30px;
}

.vc_row.vc_row-flex>.vc_column_container {
    display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}

.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
    display: none
}

.vc_tta.vc_general .vc_tta-panel.vc_active {
    display: block
}

.navbar-right.nav-show {
    margin: 15px 25px;
}

/* ========================================== */

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

.userDetails ul {
    list-style: none;
    margin: 0px;
}

.userDetails ul li {
    margin-bottom: 10px;
    line-height: 180%;
}

.userDetails p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.integration-list .integration-item {
    display: none;
}

.integration-list .integration-item.active {
    display: block;
}

.integration-link.active {
    /* background-color: var(--cyan); */
    /* color: var(--black); */
    color: #A03942;

}

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

#togglePassword1 {
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: 25px;
    cursor: pointer;
}

#togglePassword2 {
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: 25px;
    cursor: pointer;
}

#togglePassword3 {
    position: absolute;
    top: 24px;
    right: 0;
    margin-right: 25px;
    cursor: pointer;
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-eye:before {
    content: "\f06e";
}

.accordion-content {
    height: 0px;
}

.accordion-content.open {
    animation: heightAuto 10s infinite linear;
}

.accordion-heading .accordion-icon {
    transform: rotate(0deg);
}

.accordion-heading.active .accordion-icon {
    transform: rotate(180deg);
}

.userInfo .dropdown-toggle {
    max-width: 40px;
    margin-top: 5px;
}

@keyframes heightAuto {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@media screen and (min-width: 1920px) {
    .grid-step {
        grid-column-gap: 170px;
        grid-row-gap: 170px;
    }
}

@media screen and (min-width: 1600px) {
    .process-item {
        height: 61vh !important;
    }
}

@media screen and (max-width: 1600px) {
    .process-item {
        height: 77vh !important;
    }
}

@media screen and (min-width: 1440px) {

    .step-title {
        font-size: 24px;
    }

    .grid-step {
        grid-column-gap: 140px;
        grid-row-gap: 140px;
    }
}

@media screen and (min-width: 1280px) {

    .step-title {
        font-size: 24px;
    }

    .grid-step {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
    }

    .payment-solution .step-image-wrap img {
        height: 600px;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-right.nav-show {
        display: none;
    }
}

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

    .userInfo .grid-dropdown {
        grid-template-columns: 1fr;
    }

    .userInfo .dropdown-toggle img {
        max-width: 35px !important;
    }

    .dropdown-list {
        transform: translate3d(-50%, -15px, 0px) !important;
    }

    .process-item {
        grid-template-columns: 50px 1fr;
        height: 31vh !important;
    }

    .process-step-wrapper {
        max-width: 100%;
    }

    .mockup-frame {
        top: 170px;
    }

    .ethics {
        overflow-x: clip;
    }

    .c-1-top-wrap {
        margin-left: 50px;
    }

    .c-1-mid-wrap {
        margin-top: 100px;
        margin-right: 50px;
    }

    .c-1-bottom-wrap {
        margin-top: 100px;
        margin-left: 50px;
    }

    .nav-link {
        margin: 10px 8px;
        max-width: max-content;
    }

    .nav-link img {
        max-width: 50px;
    }

    #bc193209-d336-e055-92ae-65015d482073 .dropdown-toggle.nav-link {
        margin-top: 0px;
    }

    .footer-content-wrap {
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
    }

    .footer-simple-link-wrap {
        text-align: left;
    }

    .element-image-09 {
        max-width: 200px;
    }

    .element-image-07 {
        max-width: 150px;
    }

    .mobile-element-image-07 {
        min-height: 100%;
    }

    .grid-hero {
        margin-top: 100px;
    }

    .testimonial-slide {
        width: 30%;
    }

    .testimonial-item {
        justify-content: space-between;
    }

    .grid-navbar {
        grid-template-columns: 0.20fr 1fr auto;
    }
}

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

    .userInfo .grid-dropdown {
        display: flex;
        flex-direction: column;
        width: max-content;
    }

    .dropdown-list {
        transform: translate3d(10%, -13px, 0px) !important
    }

    .userInfo .dropdown-link {
        width: max-content;
        margin-left: 0px;
    }

    .userInfo #w-node-bc193209-d336-e055-92ae-65015d48207a-11b29853>div {
        width: max-content;
    }

    .userInfo .w-dropdown-list {
        min-width: max-content;
        max-width: max-content;
    }

    .nav-link {
        margin: 10px 15px;
    }

    .grid-navbar {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-slide {
        width: 34%;
    }

    #w-node-_1cfc2467-e249-0bb7-79ae-587079d44aa6-00ed275e {
        grid-column: span 2 / span 2;
    }

    .content-01 {
        padding: 60px 0;
    }

    .gridColOrder-1 {
        order: -1;
    }

    .mobile-element-image-11 {
        margin-right: auto;
    }

    .element-image-09 {
        left: 120px;
    }

    .pricing-item-split .hero-button-inline {
        justify-content: left;
    }

    .user-page-title-wrap {
        align-items: center;
        text-align: center;
    }

    .process-item {
        height: 43vh !important;
    }

    .mockup-frame {
        top: 115px;
    }

    .c-1-top-wrap {
        margin-left: 0px;
    }

    .c-1-bottom-wrap {
        margin-left: 0px;
    }

    .payment-solution .step-image-wrap {
        position: relative;
        top: 0px;
        margin: 0 auto;
    }

    .pricing-item {
        align-items: center;
        text-align: center;
    }

    .about-split-content {
        text-align: center;
        align-items: center;
    }

    .benefit .grid-counter-inner {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .benefit .counter-item {
        align-items: center;
    }

    .hero-button-inline {
        justify-content: center;
    }

    #w-node-_18ead263-d303-80e9-b619-27d325cbbfd4-92b4bbb1,
    #w-node-_8336b943-5b10-6861-9250-7e3545561314-92b4bbb1,
    #w-node-_18ead263-d303-80e9-b619-27d325cbbfd4-00ed275e,
    #w-node-_984e54f7-d27b-e910-2199-ee97026f3391-bd7ea867 {
        text-align: center;
    }

    #w-node-faa9d249-08fa-e8ef-c65d-0aa98972143f-92b4bbb1,
    #w-node-_2b99f8c6-aed4-6713-1d53-b87b766d4cfd-92b4bbb1,
    #w-node-_0c21510f-13c9-8567-206a-24731fbe8483-92b4bbb1,
    #w-node-_5eebb164-ca2d-a95b-4336-311af255e13b-92b4bbb1,
    #w-node-_4e2a47c2-6df3-9281-20ae-5d874885fed0-92b4bbb1,
    #w-node-fadc5317-d3bb-3f35-697b-7233d18a3881-92b4bbb1 {
        align-items: center;
        text-align: center;
    }

    .vc_row.vc_row-flex .c-1-image-box {
        order: -1;
    }

    .vc_row.vc_row-flex {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .process-step-wrapper {
        max-width: none;
    }

    .process-item {
        grid-template-columns: 50px 1fr;
    }

    .sliding-mockups-frame {
        width: 63%;
    }

    .content-01-wrap {
        padding-top: 0;
    }

    .c-1-top-wrap {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex-direction: column;
    }

    .c-1-image {
        width: 100%;
    }

    .c-1-text-wrap {
        width: 100%;
    }

    .c-1-mid-wrap {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex-direction: column-reverse;
        margin-top: 50px;
        margin-right: 0px;
    }

    .c-1-bottom-wrap {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex-direction: column;
        margin-top: 50px;
    }

    .content-01-direction {
        display: none;
    }

    /* .step-description {
        margin-top: 10px;
        margin-bottom: 10px;
    } */

    .step-title {
        font-size: 24px;
    }

    .step-rounded {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .step-item-wrap {
        background-color: var(--color--transparent);
        width: 100%;
        margin-right: 0;
        padding: 0;
        align-items: center;
        text-align: center;
        grid-row-gap: 10px;
    }

    .feature-list {
        margin-top: 10px;
    }

    .step-item-sticky-wrap {
        height: auto;
    }

    .payment-solution .grid-step {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .step-item-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        max-width: 100%;
        margin-left: 0;
        display: grid;
        position: static;
    }
}

@media screen and (min-width: 767px) {
    .vc_tta.vc_general .vc_tta-panel {
        display: none
    }
}

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

    .grid-navbar {
        grid-template-columns: 1fr auto;
    }

    .testimonial-slider-wrap {
        margin-top: 30px;
    }

    .testimonial-slide {
        width: 100%;
    }

    .footer-content-wrap {
        gap: 15px;
    }

    .process-item {
        height: 100% !important;
        text-align: center;
    }

    .sliding-mockups-wrapper,
    .process-center,
    .process-path {
        display: none;
    }

    .grid-client.client_imageDiv {
        display: none;
    }

    .feature-list {
        margin-top: 20px;
    }

    .feature-split-item {
        text-align: center;
    }

    #w-node-_15b67228-b653-9eb9-661f-6a80658df08f-9f95e6bc {
        text-align: center;
    }

    .pricing-item-split .hero-button-inline {
        justify-content: center;
    }

    .pricing-pre-title {
        margin: 0 auto;
    }

    .pricing-item-div {
        text-align: center;
    }

    .pricing-list-wrap {
        width: 100%;
    }

    .feature-list-item {
        text-align: left;
    }

    .c-1-text-wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .about-split-content {
        grid-row-gap: 10px;
    }

    .benefit .grid-counter-inner {
        grid-template-columns: 1fr;
    }

    .vc_tta.vc_general .vc_tta-tabs-container {
        display: none;
    }

    .large-number {
        font-size: 60px;
    }

    .progression-circle {
        width: 15px;
        min-width: 15px;
        max-width: 15px;
        height: 15px;
        min-height: 15px;
        left: -26px;
    }

    .process-center {
        margin-left: -5px;
    }

    .process-item {
        grid-template-columns: 40px 1fr;
        width: 100%;
        padding-right: 5px;
        height: 100%;
    }

    .process-path {
        height: 100%;
    }

    .sliding-mockups-frame {
        width: 75%;
    }

    .sliding-mockups-wrapper {
        top: 20%;
    }

    .step-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {

    .btn-div,
    .linkToOther {
        text-align: center;
    }

    .footer-links-items {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-simple-links {
        align-items: center;
    }

    .large-number {
        font-size: 45px;
    }

    .steps-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .process-item {
        grid-template-columns: 1fr;
    }

    .sliding-mockups-wrapper {
        top: 30%;
    }

    .step-description {
        margin-top: 0;
    }

    .step-title {
        font-size: 26px;
    }

    .step-rounded {
        width: 50px;
        height: 50px;
    }

    .step-item-wrap.one {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .step-item-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .entry-content .headerText,
    .entry-content .subHeaderText {
        text-align: center;
    }

    .entry-content .subHeaderText {
        font-size: 26px;
    }

}

@media (max-width: 300px) {

    .w-dyn-list .infoDiv {
        flex-direction: column;
    }

    .userDetails {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .userDetails p,
    .userDetails ul li {
        font-size: 13px;
    }

    .pricing-text {
        font-size: 12px;
        line-height: 1.2em;
    }

    .pricing-info-title {
        font-size: 14px;
    }

    table th,
    table td {
        padding: 5px !important;
    }

    h5,
    .heading-h5 {
        font-size: 15px;
    }

    .process-item {
        padding-top: 30px;
    }



}