.bg-light-green {
    background: #EAF0ED;
    padding-bottom: 120px;
}

.left-step .h3 {
    font-family: 'Montserrat-SemiBold';
    color: #135740;
    margin-bottom: 22px;
    line-height: 1.2;
}

.step-contain .left-step p {
    line-height: 1.4;
    margin-bottom: 0;
}

.step-contain .img-step,
.step-contain .token-box {
    margin-top: 30px;
}

.step-contain .left-step strong {
    font-family: 'Montserrat-Bold';
}

.step-contain .right-step strong,
.step-contain .right-step p strong {
    font-family: 'Montserrat-SemiBold';
}

.step-contain .right-step {
    padding-left: 40px;
}

.step-contain .right-step p {
    margin-bottom: 28px;
}

.all-button {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    float: left;
    width: 100%;
    align-items: center;
}

.yellow-theme-btn .icon-sound,
.yellow-theme-btn .icon-pause {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    position: absolute;
    right: 10px;
    top: 50%;
    border-radius: 100%;
    font-size: 16px;
    transform: translateY(-50%);
    z-index: 2;
}

/*---- Step2 ----*/
.light-green-step2 {
    background: #EAF0ED;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    /*align-content: center;
    align-items: center;*/
}

.light-green-step2 .h5 {
    max-width: 355px;
    font-family: 'Montserrat-SemiBold';
    /* padding-top: 45px; */
    margin-bottom: 0;
    margin-right: 25px;
}

.all-box-step {
    margin-bottom: 15px;
}

.single-box-step {
    width: 25%;
    min-height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    margin-bottom: 25px;
}

.single-box-step .h6 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
}

/*---- Step3 ----*/
.token-box {
    border: 1px solid #135740;
    border-radius: 10px;
    background: rgba(19, 87, 64, .1);
    padding: 10px;
    max-width: 290px;
    display: flex;
    align-items: center;
}

.token-box img {
    width: 50px;
    margin-right: 10px;
}

.token-inner {
    display: flex;
    align-items: flex-end;
    color: #135740;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
}

.token-inner span {
    font-size: 18px;
    color: #4F514D;
    font-family: 'Montserrat-Medium';
    margin-left: 8px;
    margin-bottom: 4px;
}

.step-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #4F514D33 !important;
}

.step-accordion button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.step-accordion button img {
    height: 50px;
}

.step-accordion .accordion-header .h4 {
    margin-bottom: 0;
    color: #135740;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
}

.step-accordion .accordion-body {
    padding: 0 0 30px 0;
}

.step-accordion .accordion-header .icon-step-accordion {
    display: flex;
    align-items: center;
    width: 50px;
    margin-right: 20px;
}

.step-accordion .accordion-header .icon-step-accordion.expenses-icon img {
    height: 37px
}

.step-accordion .accordion-item:first-child .accordion-header .h4 {
    /* padding-top: 0; */
}

.step-accordion .accordion-item:last-child {
    border-bottom: 0 !important;
}

.step-accordion {
    margin-bottom: 10px;
    /* margin-top: 15px; */
    float: left;
    width: 100%;
}

#step3 .all-button {
    align-items: center;
}

#step3 .all-button p,
#step5 .all-button p,
#step12 .all-button p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 18px;
}

#step3 .all-button p strong,
#step12 .all-button p strong {
    font-family: 'Montserrat-Bold';
}

.single-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4F514D1A;
    border: 1px solid #4F514D1A;
    border-radius: 10px;
    padding: 8px 20px;
    margin-bottom: 10px;
    transition: all .5s ease;
}

.single-accordion p {
    color: #2B2F26;
    font-family: 'Montserrat-Regular';
    margin-bottom: 0 !important;
    max-width: 625px;
}

.icon-accordion {
    width: 115px;
    display: flex;
    justify-content: flex-end;
}

.icon-accordion img {
    width: 30px;
    margin-right: 6px;
    float: left;
}

.icon-accordion img:last-child {
    margin-right: 0;
}

.single-accordion:last-child {
    margin-bottom: 0;
}

.single-accordion:hover,
.active-accordion {
    background: #FFF3D8;
    border: 1px solid #4F514D;
}

.step-accordion .accordion-button::after {
    background: none;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    right: 20px;
    top: 45px;
    border-right: 3px solid #135740;
    border-bottom: 3px solid #135740;
    position: absolute;
    content: " ";
    display: inline-block;
    filter: brightness(0) !important;
}

.step-accordion .accordion-button[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    top: 53px;
}


/*---- Step4 ----*/
.step-4-contain.right-step .light-green-step2 {
    padding: 30px;
}

.step-4-contain .left-step4 {
    width: 505px;
    margin-right: 35px;
}

.step-4-contain .right-step4 img {
    width: 340px;
}

.step-4-contain .right-step4 {
    /* display: flex;
    justify-content: space-between; */
    width: 340px;
}

.step-4-contain .right-step4 .step4-img1 {
    max-width: 200px;
}

.step-4-contain .right-step4 .step4-img2 {
    max-width: 240px;
    margin-top: 25px;
    float: right;
}

.step-4-contain .light-green-step2 {
    align-items: flex-start;
}

.step7-img {
    max-width: 300px;
}


.right-step-10 .h5 {
    color: #135740;
    margin-bottom: 20px;
}

.come-mind-content .h6 {
    color: #2B2F26;
    margin-bottom: 30px;
}

.come-mind-content {
    margin-bottom: 40px;
}

.come-mind-content ul {
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.come-mind-content ul li {
    font-size: 20px;
    position: relative;
    list-style-type: none;
    padding-left: 32px !important;
    margin-bottom: 30px;
}

.come-mind-content ul li:before {
    position: absolute;
    top: 12px;
    left: 13px;
    content: "";
    background: #2b2f26;
    width: 4px;
    height: 4px;
    border-radius: 4px;
}

.come-mind-content ul li strong {
    font-family: 'Montserrat-SemiBold';
}

.come-mind-content ul li:last-child {
    margin-bottom: 0;
}


.step-contain .right-step form {
    padding-top: 20px;
    padding-bottom: 20px;
}

.step-contain .right-step form textarea {
    width: 100%;
    border: none;
    background: #EAF0ED;
    border-radius: 10px;
    color: #2B2F26;
    font-size: 16px;
    padding: 15px 20px;
    height: 120px;
    resize: none;
}

.step-contain .right-step textarea:-ms-input-placeholder {
    color: #2B2F26 !important;
    opacity: 1 !important;
}

.step-contain .right-step textarea::-moz-placeholder {
    color: #2B2F26 !important;
    opacity: 1 !important;
}

.step-contain .right-step textarea:-moz-placeholder {
    color: #2B2F26 !important;
    opacity: 1 !important;
}

.step-contain .right-step textarea::-webkit-input-placeholder {
    color: #2B2F26 !important;
    opacity: 1 !important;
}

.light-green-step11 {
    background: #EAF0ED;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.light-green-step11 p:last-child {
    margin-bottom: 0;
    ;
}

.light-green-step11 a {
    text-decoration: underline;
    font-family: 'Montserrat-SemiBold';
}

.light-green-step11 a.yellow-theme-btn {
    text-decoration: none;
}

.light-green-step11 .logo-step a {
    font-size: 20px;
}

.light-green-step11 .logo-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.step-contain .right-step p:last-child {
    margin-bottom: 0;
}

.mck-card .main-error-message-cls .alert,
.modal .alert {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    margin-top: 25px;
}

.mck-card .alert-dismissible .btn-close,
.modal .alert-dismissible .btn-close {
    top: 13px;
    right: 15px;
    padding: 0;
    width: 16px;
    height: 16px;
}

.right-step .all-box-step .single-box-step .category-icon {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .mail-form-box button:focus-visible {
    outline: var(--forest-green) auto 1px;
}

/* Focus css START */

.step-accordion button:focus-visible,
.single-accordion:focus-visible {
    outline: var(--forest-green) auto 1px;
}

/* Focus css END */

@media(min-width:992px) {
    .left-step {
        position: sticky;
        top: 120px;
    }
}

@media(min-width:1200px) {
    .left-step {
        top: 150px;
    }
}

@media(min-width:1651px) {

    .step-contain .right-step strong,
    .step-contain p,
    .step-contain .left-step strong {
        font-size: 20px;
    }
}


@media(max-width:1651px) {
    .step-contain .right-step {
        padding-left: 20px;
    }

    .step-contain .right-step p {
        margin-bottom: 20px;
    }

    .left-step .h3 {
        margin-bottom: 15px;
    }

    .step-contain .img-step,
    .step-contain .token-box {
        margin-top: 20px;
    }

    .step2-img {
        max-width: 175px;
    }

    .step-accordion .accordion-header .h4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .step-accordion button img {
        height: 42px;
    }

    .step-accordion .accordion-button::after {
        top: 30px;
    }

    .step-accordion .accordion-button[aria-expanded="true"]::after {
        top: 39px;
    }

    .token-box img {
        width: 40px;
    }

    .token-inner {
        font-size: 24px;
    }

    .token-inner span {
        font-size: 16px;
    }

    .step-4-contain .right-step4 .step4-img1 {
        max-width: 180px;
    }

    .step-4-contain .right-step4 .step4-img2 {
        max-width: 190px;
    }

    .step-4-contain .right-step4 {
        width: 300px;
    }

    .step-4-contain .right-step4 img {
        width: 260px;
    }

    .come-mind-content ul li {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .come-mind-content {
        margin-bottom: 30px;
    }

    .come-mind-content ul li::before {
        top: 10px;
    }

    .come-mind-content .h6 {
        margin-bottom: 20px;
    }

    .light-green-step11 .logo-step a {
        font-size: 18px;
    }
}

@media(max-width:1399px) {
    .all-box-step .single-box-step img {
        height: 65px;
    }

    .single-box-step {
        min-height: 165px;
        margin-bottom: 10px;
    }

    .light-green-step2 {
        padding: 30px;
        margin-bottom: 35px;
    }

    .single-accordion p {
        max-width: 595px;
    }

    .bg-light-green {
        padding-bottom: 100px;
    }

    .step-4-contain .right-step4 img {
        width: 230px;
    }

    .light-green-step11 {
        margin-bottom: 20px;
    }

    .right-step .all-box-step .single-box-step .category-icon {
        min-height: 65px;
    }
}

@media(max-width:1199px) {
    .step-contain .right-step p {
        margin-bottom: 15px;
    }

    .yellow-theme-btn .icon-sound,
    .yellow-theme-btn .icon-pause {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .step2-img {
        max-width: 145px;
    }

    .all-box-step .single-box-step img {
        height: 55px;
    }

    .single-accordion p {
        max-width: calc(100% - 115px);
    }

    .step-4-contain .light-green-step2 {
        flex-wrap: wrap;
    }

    .step-4-contain .left-step4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        order: 2;
    }

    .step-4-contain .right-step4 {
        width: 240px;
        left: calc(50% - 120px);
        position: relative;
        order: 1;
        margin-bottom: 25px;
    }

    .step-4-contain .right-step4 .step4-img1 {
        max-width: 160px;
    }

    .step-4-contain .right-step4 .step4-img2 {
        max-width: 160px;
    }

    .step-contain .right-step form {
        padding-top: 10px;
    }

    .logo-step img {
        max-width: 175px;
    }

    .light-green-step11 {
        padding: 20px;
    }

    .right-step .all-box-step .single-box-step .category-icon {
        min-height: 55px;
    }
}

@media(max-width:991px) {
    .step-contain .right-step {
        padding-left: 0;
        margin-top: 25px;
    }

    .light-green-step2 {
        padding: 25px;
    }

    .single-box-step {
        min-height: 145px;
    }

    .single-box-step .h6 {
        margin-top: 15px;
    }

    .step-accordion button img {
        height: 35px;
    }

    .step-accordion .accordion-header .icon-step-accordion {
        width: 40px;
    }

    .step-accordion .accordion-button::after {
        top: 26px;
    }

    .step-accordion .accordion-button[aria-expanded="true"]::after {
        top: 35px;
    }

    .all-button p {
        flex: 1;
    }

    #step3 .all-button p,
    #step5 .all-button p,
    #step12 .all-button p {
        font-size: 16px;
    }

    .step-contain .left-step p {
        font-size: 18px;
    }

    .come-mind-content ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .light-green-step11 .logo-step a {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .all-box-step .single-box-step img {
        height: 45px;
    }

    .single-box-step {
        min-height: 125px;
    }

    .right-step {
        flex-wrap: wrap;
    }

    .light-green-step2 .h5 {
        margin-right: 0;
        max-width: 100%;
    }

    .step2-img {
        margin-top: 25px;
    }

    .single-accordion {
        flex-wrap: wrap;
    }

    .single-accordion p {
        max-width: 100%;
        width: 100%;
    }

    .icon-accordion {
        justify-content: flex-start;
        margin-top: 5px;
    }

    /* #step3 .all-button p,
    #step5 .all-button p,
    #step12 .all-button p {
        width: calc(100% - 120px);
    } */

    .bg-light-green {
        padding-bottom: 70px;
    }

    .light-green-step2 {
        margin-bottom: 20px;
    }

    .step-4-contain.right-step .light-green-step2 {
        padding: 20px;
    }

    .light-green-step11 .logo-step {
        flex-wrap: wrap;
    }

    .logo-step img {
        margin-bottom: 20px;
    }

    .mck-card .main-error-message-cls .alert,
    .modal .alert {
        font-size: 13px;
    }

    .right-step .all-box-step .single-box-step .category-icon {
        min-height: 45px;
    }
}

@media(max-width:575px) {
    .right-step .light-green-step2 {
        flex-wrap: wrap;
    }

    .single-box-step {
        width: 33.3%;
    }

    .step-accordion .accordion-header .h4 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px !important;
    }

    .step-accordion button img {
        height: 30px;
    }

    .step-accordion .accordion-header .icon-step-accordion {
        margin-right: 15px;
    }

    .step-accordion .accordion-button::after {
        top: 19px;
        right: 15px;
    }

    .step-accordion .accordion-button[aria-expanded="true"]::after {
        top: 27px;
    }

    .step-4-contain .right-step4 .step4-img1 {
        max-width: 130px;
    }

    .step-4-contain .right-step4 .step4-img2 {
        max-width: 130px;
        margin-top: 15px;
    }

    .step-4-contain .right-step4 {
        width: 200px;
        left: calc(50% - 100px);
        margin-bottom: 20px;
    }

    .light-green-step11 .logo-step {
        margin-bottom: 20px;
    }
}

@media(max-width:479px) {
    .step-contain .yellow-theme-btn {
        font-size: 14px;
        padding: 10px 45px 10px 15px;
    }

    .single-box-step {
        width: 50%;
    }

    .single-box-step {
        min-height: 105px;
    }

    .step2-img {
        max-width: 130px;
    }

    #step3 .all-button p,
    #step5 .all-button p,
    #step12 .all-button p {
        font-size: 14px;
    }

    .step-4-contain .right-step4 img {
        width: 200px;
    }
    #step3 .all-button p, #step5 .all-button p, #step12 .all-button p {
        margin-right: 5px;
    }
}