/* faq-sec */


.faq-head {
    max-width: 644px;
    margin: 0 auto;
    display: block;
}


.accordion-item {
    margin-bottom: 20px;
    background: transparent;
    border: none;
    padding-top: 20px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E7E9EF;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    background: transparent;
    box-shadow: none;
    outline: 0;
    padding-block: 0px;
    padding-left: 0;
    padding-right: 60px;
    transition: padding .2s .1s;

}

.accordion-button:not(.collapsed) {
    padding-bottom: 0px;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #000D12;
}

.accordion-body .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
    color: rgba(51, 51, 51, 0.7);

    &:last-child {
        margin-bottom: 0;
    }
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-con .accordion-body {
    padding: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    background-image: url(../img/svg/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/svg/minus.svg);
    opacity: 1;
}

.faq-sec .faq-con {
    max-width: 640px;
    margin: 0 auto;
}

.faq-note p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(0 0 0 / 80%);
    margin-top: 24px;
    display: block;
}

.faq-note p a {
    color: #0183FF;
}

.faq-note p a:hover {
    color: #000;
}

/* footer */

.submit-icon {
    mask-image: url(../img/svg/submit.svg);
}

.footer-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

.footer {
    background: linear-gradient(180deg, #F5D6E2 0%, #FFFFFF 100%);
}

.footer-wrapper {
    padding: 70px 0;
}

.submit-btn .icon {
    background-color: #fff;
}

.newsletter-form .form-group .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    padding: 15px 16px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    min-height: 61px;
    padding-right: 60px;
}

.newsletter-form .form-group .form-control:focus {
    border: none;
    box-shadow: none;
    background-color: #fff;
}

.newsletter-form .form-group {
    position: relative;
}

.newsletter-form .submit-btn {
    background: linear-gradient(205.84deg, #CF3272 9.51%, #6F2E76 130.65%);
    position: absolute;
    top: 50%;
    right: 5px;
    height: 52px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: translateY(-50%);
    overflow: clip;
}

.newsletter-form .submit-btn::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 100%;
    left: 0;
    top: 0;
    background: 100px;
    transition: all 0.5s;
    z-index: -1;
    border-radius: unset;
    transform: unset;
    bottom: inherit;
    background: linear-gradient(90deg, #CF3272 0%, #6F2E76 85%, #CF3272 100%);
}


.newsletter-form {
    margin-bottom: 17px;
}

.footer-col .newsletter-form+p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: rgb(51 51 51 / 70%);
}

.footer-menu-col {
    flex: 0 0 auto;
}

.footer-menu-row {
    max-width: 668px;
    margin-left: auto;
}

.footer-menu-col .menu-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    display: block;
    margin-bottom: 45px;
}

.footer-menu-col ul li {
    display: block;
    margin-bottom: 20px;

    &:last-child {
        margin-bottom: 0;
    }
}

.footer-menu-col ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: rgb(51 51 51 / 70%);
}

.footer-copy-right p,
.footer-copy-right p a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(51 51 51 / 70%);

}

@media screen and (hover: hover) {

    .footer-copy-right p a:hover,
    .footer-menu-col ul li a:hover {
        color: rgb(51 51 51 / 1);
    }

    .newsletter-form .submit-btn:hover::before {
        left: 0;
        background-position: -100px 260px;
        width: 160%;
    }
}


.footer .container {
    position: relative;
}

.footer-copy-right {
    padding-bottom: 72px;
}

.footer-logo {
    width: 231px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.key-benefits-card {
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 30px 30px 60px;
    height: 100%;
}

.key-benefits-card .benefits-card-icon,
.com-card .card-icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(205.84deg, #CF3272 9.51%, #6F2E76 130.65%) border-box;
}

.key-benefits-card .benefits-card-icon img,
.card-icon img {
    max-width: 43px;
    object-fit: cover;
}

.key-benefits-card .benefits-card-con,
.com-card .card-con {
    margin-top: 35px;
}

.key-benefits-card .card-title,
.card-con .card-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    color: #000000;
    display: block;
    margin-bottom: 22px;
}

.key-benefits-card .benefits-card-con p,
.card-con p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--grey);
}

.key-benefits-card.bg-card {
    height: 100%;
    position: relative;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 49px;
}

.key-benefits-card.bg-card::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(100.45deg, #CF3272 7.59%, #6F2E76 96.69%);
    opacity: 0.2;
}

.key-benefits-card-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    bottom: 0;
    width: fit-content;
}

.key-benefits-card-img img {
    object-fit: cover;
}

.key-benefits-card.bg-card .benefits-card-con {
    position: relative;
    z-index: 5;
    max-width: 382px;
    margin-top: 0;
}

.key-benefits-card.bg-card .benefits-card-con .card-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 35px;
}

.mx-505 {
    max-width: 505px;
}

.mx-520 {
    max-width: 520px;
}

.our-platform-sec .container {
    max-width: 1246px;
}

.our-platform-col {
    flex: 0 0 27%;
    max-width: 27%;
}

.mx-310 {
    max-width: 310px;
}

.title-lg {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

.steps-con-col .count {
    background: linear-gradient(90deg, rgba(207, 50, 114, 0.2) 0%, rgba(136, 48, 117, 0.2) 100%);
    border-radius: 100px;
    padding: 1px 10px;
    display: inline-block;
    margin-bottom: 10px;
    width: fit-content;
}

.steps-con-col .count span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    background: linear-gradient(269.68deg, #6F2E76 3%, #CF3272 65.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.steps-con-col .cms-con p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 1.3;

    &:last-child {
        margin-bottom: 0;
    }
}

.steps-row .steps-con-col {
    max-width: 372px;
}

.getting-started-sec .container {
    max-width: 1221px;
}

.steps-img-col {
    flex: 0 0 51%;
    max-width: 51%;
    position: sticky;
    top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-row {
    display: flex;
    justify-content: space-between;
}

.steps-img-col .steps-img {
    background-color: #5F2775;
    border-radius: 10px;
    padding: 60px 60px 0;
    width: 100%;
}

.steps-img img {
    max-width: 375px;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;

}

.step-box,
.steps-img-col {
    height: 58vh;
    min-height: 520px;
    align-content: center;
}

.step-box {
    will-change: transform;
    transform: scale(0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-box.active {
    transform: scale(1);
}

.our-asset-tabing .nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 0px;
    gap: 65px;
}

.nav-tabs .tab-indicator {
    position: absolute;
    top: inherit;
    height: 4px;
    background-color: #5F2775;
    transition: all 0.4s ease-in-out;
    z-index: 0;
    pointer-events: none;
    bottom: 0;
}

.nav-tabs .nav-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
    padding: 16px 17px;
    transition: all 0.4s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: #5F2775;
    background-color: transparent;
}

.our-asset-tabs .tab-content {
    background: linear-gradient(180deg, #FFE8F5 0%, #FFFFFF 100%);
    padding: 78px 0 50px;
}

.our-asset-tabs .tab-pane {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 30px;
}

.our-asset-tabs-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.our-asset-tabs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-asset-tabs-con {
    padding-left: 20px;
}

.our-asset-tabs-con .logo {
    max-width: 75px;
    margin-bottom: 20px;
}

.our-asset-tabs-con .logo img {
    width: 100%;
    object-fit: cover;
}

.our-asset-tabs-con .cms-con h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.1;
    color: #5F2775;
}

.our-asset-tabs-con .cms-con p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #333333;

    &:last-child {
        margin-bottom: 0;
    }
}

.our-asset-tabs-con .cms-con p b {
    font-weight: 500;
}

.our-asset-tabs-con .cms-con h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
}

.other-page {
    position: unset;
}

.contact-us-sec .container {
    max-width: 1920px;
    padding: 0;
}

.contact-us-img img {
    max-width: 895px;
    width: 100%;
    object-fit: cover;
}

.contact-us-form {
    max-width: 550px;
    padding: 30px 0;
}

.contact-us-img {
    height: 100%;
    display: block;
}

.contact-us-img img {
    height: 100%;
}

.contact-us-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    width: 100%;
    height: 1px;
    z-index: -1;
}

.contact-us-form .sec-title-xl {
    margin-bottom: 8px;
}

.form-group .form-control {
    background-color: transparent;
    border: 1px solid #D5D8E2;
    padding: 18px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 15px;
    border-radius: 10px;
}

.form-group textarea.form-control {
    resize: none;
    min-height: 160px;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #5F2775;
}

.form-group .form-control::placeholder {
    color: rgba(51, 51, 51, 0.4);
}

select:has(option:checked:first-child) {
    color: rgba(51, 51, 51, 0.4) !important;
}

option {
    color: #000 !important;
}

.contact-us-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-inner {
    margin-top: 22px;
}

.form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #282A37;
    display: block;
    margin-bottom: 8px;
}

.contact-us-form p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.7);
}

.com-con-sec {
    padding: 60px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}




:root {
    --w-small: 306px;
    --w-active: 514px;
}

.why-sec {
    padding: 85px 0 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(265.48deg, #CF3272 -3.97%, #010000 72.52%);
}

.why-bg-img {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
}

.why-bg-img img {
    height: 100%;
    background-size: contain;
}

.why-sec .container {
    position: relative;
    z-index: 5;
}

.focus-slider-wrap {
    position: relative;
}

.focus-slider .slick-list {
    overflow: visible;
}

.focus-slider .fs-item {
    width: var(--w-small);
    will-change: width;
    cursor: pointer;
    padding: 0 7px;
}

.focus-slider .fs-item.slick-current,
.focus-slider .fs-item.pre-active {
    width: var(--w-active);
    cursor: default;
}

.fs-card {
    min-height: 154px;
    border-radius: 10px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(153, 153, 153, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.focus-slider .slick-track {
    display: flex;
    align-items: flex-end;
    min-height: 350px;
}

.focus-slider .slick-slide .fs-card {
    width: var(--w-small);
}

.focus-slider .slick-slide.pre-active .fs-card,
.focus-slider .slick-slide.slick-current .fs-card {
    width: var(--w-active);
}

.fs-title {
    font-weight: 500;
    font-size: 28px;
    color: var(--white);
    line-height: 1.1;
}

.fs-body {
    opacity: 0;
    transform: translateY(10px);
    max-height: 0;
    overflow: hidden;
    transition:
        opacity .45s ease,
        transform .45s ease,
        max-height .60s cubic-bezier(.2, .9, .2, 1);
    will-change: opacity, transform, max-height;
}

.fs-body p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.focus-slider .slick-slide.content-on .fs-body {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    padding-top: 22px;
}

.focus-slider .fs-item:not(.slick-current) .fs-card {
    display: grid;
    /* align-items: center; */
}

.focus-slider-wrap .slick-dots li button {
    border-radius: 500px;
    background-color: rgba(217, 217, 217, 0.2);
    width: 80px;
    height: 6px;
}

.focus-slider-wrap .slick-dots li.slick-active button {
    background-color: #D9D9D9;
}

.custom-arrows {
    position: relative;
    max-width: 85px;
    margin-left: auto;
}

.custom-arrows .slick-arrow {
    background: transparent;
    border-color: var(--white);
}

.custom-arrows .slick-arrow:hover {
    background-color: var(--white);
}

.custom-arrows .slick-arrow:hover:before {
    background-color: var(--black);
}

.focus-slider-wrap .slick-dots {
    margin-top: 10px;
}

.focus-slider {
    margin: 0 -7px;
    padding-bottom: 44px;
}

.why-sec .sec-head {
    margin-bottom: 15px;
}

.hidden {
    width: 0;
    height: 0;
    display: none
}

.back-to-top {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 2.75rem;
    height: 2.75rem;
    background: #c93273;
    border-radius: 4.375rem;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0;
    overflow: hidden;
    color: #fff
}

.back-to-top.active {
    bottom: 85px;
    opacity: 1;
    z-index: 9
}

.back-to-top>div {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out
}

.back-to-top>.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

.back-to-top>.arrow svg {
    fill: #fff;
    height: 20px;
    width: 100%
}

.back-to-top>.text {
    font-size: .5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px
}

@media screen and (hover: hover) {

    .back-to-top:hover {
        transform: scale(1.1);
        bottom: 85px;
        cursor: pointer
    }

    .back-to-top:hover>.arrow {
        transform: translateY(-150%) translateX(-50%);
        opacity: 0
    }

    .back-to-top:hover>.text {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1
    }

}
.coming-soon{position: relative;z-index: 2;}


@media screen and (max-width: 1600px) {

    .contact-us-form .sec-title-xl {
        font-size: 40px;
    }
}

@media screen and (max-width: 1460px) {
    .footer-wrapper {
        padding: 60px 0;
    }

    .footer-menu-col .menu-title {
        margin-bottom: 35px;
    }

    .footer-copy-right {
        padding-bottom: 60px;
    }

    .footer-logo {
        width: 200px;
    }

    .key-benefits-card {
        padding: 30px 30px 50px;
    }

    .key-benefits-card .benefits-card-con,
    .com-card .card-con {
        margin-top: 25px;
    }

    .key-benefits-card.bg-card {
        padding-top: 35px;
    }

    .our-asset-tabs .tab-content {
        padding: 60px 0 50px;
    }

    .our-asset-tabs-con {
        padding-left: 0;
    }
    :root {
        --w-small: 240px;
        --w-active: 440px;
    }

    .focus-slider .slick-track {
        min-height: 300px;
    }

    .focus-slider-wrap .slick-dots li button {
        width: 70px;
    }
    .fs-title{font-size: 22px;}
    .fs-card{padding: 20px;}
    .fs-body p{font-size: 16px;}
    .focus-slider .slick-slide.content-on .fs-body{padding-top: 18px;}
    .fs-card{min-height: 120px;}
}

@media screen and (max-width: 1348px) {}

@media screen and (max-width: 1299px) {
    .footer-copy-right {
        padding-bottom: 50px;
    }

    .footer-wrapper {
        padding: 50px 0;
    }

    .footer-logo {
        width: 180px;
    }

    .newsletter-form .form-group .form-control {
        min-height: 55px;
    }

    .key-benefits-card {
        padding: 25px 25px 40px;
    }

    .key-benefits-card.bg-card .benefits-card-con .card-title {
        font-size: 30px;
    }

    .key-benefits-card.bg-card {
        padding-top: 25px;
    }

    .our-asset-tabs-con .cms-con h3 {
        font-size: 28px;
    }

    .our-asset-tabing .nav-tabs {
        gap: 50px;
    }

    .contact-us-form .sec-title-xl {
        font-size: 35px;
    }

    .form-group textarea.form-control {
        min-height: 150px;
    }

    .com-con-sec {
        padding: 50px 0;
    }

    .focus-slider .slick-slide.content-on .fs-body {
        padding-top: 15px;
    }

    .focus-slider-wrap .slick-dots li button {
        width: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-title {
        font-size: 24px;
    }

    .footer-menu-col .menu-title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .newsletter-form {
        max-width: 95%;
    }

    .footer-menu-col ul li a {
        font-size: 16px;
    }

    .footer-menu-col ul li {
        margin-bottom: 15px;
    }

    .accordion-button {
        font-size: 20px;
    }

    .key-benefits-card {
        padding: 20px 20px 25px;
    }

    .key-benefits-card .benefits-card-icon,
    .com-card .card-icon {
        width: 60px;
        height: 60px;
    }

    .key-benefits-card .benefits-card-icon img,
    .com-card .card-icon img {
        max-width: 33px;
    }

    .key-benefits-card .benefits-card-con,
    .com-card .card-con {
        margin-top: 20px;
    }

    .key-benefits-card .card-title,
    .card-con .card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .key-benefits-card .benefits-card-con p,
    .com-card .card-con p {
        font-size: 16px;
    }

    .key-benefits-card.bg-card .benefits-card-con .card-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .step-box,
    .steps-img-col {
        height: 80vh;
    }

    .title-lg {
        font-size: 30px;
    }

    .our-asset-tabs-con .cms-con p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .our-asset-tabs-con .cms-con h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .our-asset-tabs-con .cms-con h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .our-asset-tabs-con .logo {
        margin-bottom: 15px;
    }

    .our-asset-tabs .tab-content {
        padding: 50px 0 30px;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .nav-tabs .tab-indicator {
        height: 2px;
    }

    .our-asset-tabing .nav-tabs {
        gap: 40px;
    }

    .contact-us-form {
        padding-right: 15px;
    }

    .contact-us-form .sec-title-xl {
        font-size: 30px;
    }

    .form-group textarea.form-control {
        min-height: 130px;
    }

    .com-con-sec {
        padding: 40px 0;
    }

    .focus-slider {
        padding-bottom: 30px;
    }

    .focus-slider-wrap .slick-dots li button {
        width: 50px;
    }
    .custom-arrows{max-width: 65px;}
}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 992px) {
    .footer-menu-row {
        max-width: 100%;
        margin-top: 30px;
    }

    .footer-col {
        max-width: 50%;
    }

    .footer-copy-right {
        padding-bottom: 20px;
    }

    .footer-wrapper {
        padding: 40px 0;
    }

    .footer-menu-col .menu-title {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .footer-menu-col ul li {
        margin-bottom: 12px;
    }

    .accordion-button {
        font-size: 18px;
        padding-right: 40px;
    }

    .accordion-button::after {
        width: 20px;
        height: 20px;
        background-size: 14px;
    }

    .key-benefits-card .benefits-card-con,
    .com-card .card-con {
        margin-top: 15px;
    }

    .our-platform-row {
        gap: 10px;
    }

    .our-platform-col {
        flex: 0 0 calc((100% - 20px) / 3);
        max-width: calc((100% - 20px) / 3);
    }

    .steps-con-col .step-box {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .steps-row .steps-con-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .step-box,
    .steps-img-col {
        height: fit-content;
        min-height: max-content;
    }

    .step-box {
        transform: scale(1);
    }

    .inner-step-img {
        background-color: #5F2775;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 20px 20px 0;
        border-radius: 10px;
    }

    .steps-con-inner {
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 30px;
    }

    .steps-con-col .step-box {
        margin-bottom: 40px;
        opacity: 1 !important;
    }

    .title-lg {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .steps-con-col .cms-con p {
        font-size: 16px;
    }

    .steps-con-col .step-box:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .steps-con-col .step-box:nth-child(odd) .steps-con-inner {
        padding-left: 30px;
        padding-right: 0;
    }

    .our-asset-tabs .tab-pane {
        padding: 0 15px;
    }

    .our-asset-tabs-con .logo {
        max-width: 60px;
        margin-bottom: 10px;
    }

    .our-asset-tabs-con .cms-con h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .our-asset-tabs-con .cms-con p {
        font-size: 14px;
    }

    .our-asset-tabs-con .cms-con h5 {
        margin-bottom: 10px;
    }

    .our-asset-tabs .tab-content {
        padding: 40px 0 30px;
    }

    .our-asset-tabing .nav-tabs {
        gap: 25px;
    }

    .contact-us-form {
        padding-right: 0;
        max-width: 100%;
    }

    .contact-us-sec .container {
        padding: 0 15px;
    }

    .contact-us-form .sec-title-xl {
        font-size: 26px;
    }

    :root {
        --w-small: 155px;
        --w-active: 375px;
    }

    .fs-card {
        padding: 15px;
        min-height: 95px;
    }

    .fs-title {
        font-size: 18px;
    }

    .focus-slider .slick-track {
        min-height: 275px;
    }
    .why-sec{padding: 50px 0;}
    .fs-body p {
        font-size: 14px;
    }
    .focus-slider .slick-slide.content-on .fs-body{padding-top: 12px;}
    .focus-slider{padding-bottom: 20px;}
}

@media screen and (max-width: 767px) {
    .footer-wrapper {
        padding: 30px 0;
    }

    .footer-menu-col ul li a {
        font-size: 14px;
    }

    .footer-menu-col ul li {
        margin-bottom: 8px;
    }

    .footer-menu-col .menu-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .newsletter-form .form-group .form-control {
        min-height: 45px;
    }

    .newsletter-form .submit-btn {
        height: 42px;
        width: 42px;
    }

    .footer-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .newsletter-form {
        margin-bottom: 10px;
    }

    .footer-copy-right p,
    .footer-copy-right p a {
        font-size: 14px;
    }

    .accordion-item {
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .accordion-body .cms-con p {
        font-size: 14px;
        padding-top: 7px;
    }

    .accordion-button {
        font-size: 16px;
        padding-right: 36px;
    }

    .accordion-button::after {
        right: 5px;
    }

    .key-benefits-card {
        padding: 18px 15px 18px;
    }

    .key-benefits-card .benefits-card-con p,
    .com-card .card-con p {
        font-size: 14px;
    }

    .steps-con-col .cms-con p {
        font-size: 14px;
    }

    .our-asset-tabing .nav-tabs {
        gap: 15px;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 12px 13px;
    }

    .form-label {
        font-size: 14px;
    }

    .form-group .form-control {
        padding: 13px 12px;
    }

    .contact-us-form p {
        font-size: 14px;
    }

    .form-group textarea.form-control {
        min-height: 120px;
    }

    .focus-slider {
        padding-bottom: 20px;
    }
    .focus-slider-wrap .slick-dots li button{width: 35px;}
}

@media screen and (max-width: 568px) {

    .footer-col,
    .newsletter-form {
        max-width: 100%;
    }

    .footer-menu-row {
        flex-wrap: wrap;
    }

    .footer-copy-right {
        padding-bottom: 15px;
    }

    .footer-wrapper {
        padding: 25px 0;
    }

    .newsletter-form .form-control {
        border-radius: 6px;
    }

    .accordion-item {
        margin-bottom: 12px;
        padding-top: 12px;
    }

    .key-benefits-card-img {
        opacity: .4;
    }

    .key-benefits-card .card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .key-benefits-card .benefits-card-icon,
    .com-card .card-icon {
        width: 50px;
        height: 50px;
    }

    .key-benefits-card .benefits-card-icon img,
    .com-card .card-icon img {
        max-width: 26px;
    }

    .key-benefits-card .benefits-card-con,
    .com-card .card-con {
        margin-top: 12px;
    }

    .key-benefits-card.bg-card .benefits-card-con .card-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our-platform-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-platform-row {
        gap: 25px;
    }

    .title-lg {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .steps-con-col .step-box,
    .steps-con-col .step-box:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .steps-con-inner {
        padding-right: 0;
    }

    .steps-con-inner,
    .inner-step-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .steps-con-inner {
        margin-top: 18px;
    }

    .steps-con-col .step-box:nth-child(odd) .steps-con-inner {
        padding-left: 0;
    }

    .our-asset-tabing .nav-tabs {
        overflow-x: auto;
        white-space: nowrap;
        align-items: start;
        justify-content: left;
        overflow-y: hidden;
        padding-left: 10px;
    }

    .our-asset-tabs .tab-content {
        padding: 30px 0 0;
    }

    .our-asset-tabs-con {
        margin-top: 20px;
    }

    .our-asset-tabs-con .cms-con h3 {
        font-size: 20px;
    }

    .our-asset-tabing .nav-tabs {
        gap: 7px;
    }

    .form-group .form-control {
        border-radius: 6px;
    }

    .form-group .form-control {
        padding: 11px 10px;
    }

    .form-group textarea.form-control {
        min-height: 100px;
    }
    :root {
        --w-active: 290px;
    }
    .focus-slider{padding-bottom: 10px;}
    .focus-slider .slick-track{min-height: 280px;}

}

@media screen and (max-width: 390px) {}