.counter-four {
    box-shadow: rgba(227, 227, 227, 1) 0px 0px 4px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
body {
    font-family: 'Inter';
}

.heading-cntr h2 {
    font-weight: 700;
}

.stats-box h3 {
    font-weight: 800;
    color: #000;
    font-size: 36px;
    position: relative;
}

.stats-box h3::before {
    content: "";
    position: absolute;
    height: 24px;
    width: 100px;
    background-color: #FFEA8C;
    bottom: 0px;
    z-index: -1;
}

.stats-box h3.bg-purpal::before {
    width: 80px;
    background-color: #FED7FB;
}

.stats-box h3.bg-blue::before {
    width: 50px;
    background-color: #5AD4FA;
}

.stats-box h3.bg-red::before {
    width: 24px;
    background-color: #EF3F48;
}

.stats-box h3 span {
    color: #000;
}

.stats-box p {
    font-weight: 600;
}

.counter-four {
    padding: 40px 20px;
    border-radius: 10px;
}

.stats-box {
    text-align: center;
}

.range-p-one {
    background-color: #F7F7F7;
    box-shadow: rgba(227, 227, 227, 1) 0px 0px 4px 0px;
    border-radius: 20px;
    padding: 12px;
    height: 100%;
    overflow: hidden;
}

.flip-card-front .out-image,
.range-p-one .out-image {
    display: grid;
    height: 200px;
    width: 180px;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
}

.range-p-one:hover .hover-show {
    bottom: -50%;
}

.achi-card:hover .hover-show {
    bottom: -50%;
}

.heading-bottom {
    border-top: 1px solid #B2B2B2;
    padding-top: 20px;
}

.heading-bottom h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.heading-bottom p {
    margin-bottom: 0px;
}

.hover-show {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #fff;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    bottom: -500px;
    transition: 0.6s;
}

.hover-logo {
    display: block;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.art-head {
    font-weight: 600;
}

.art-description {
    font-size: 14px;
}

.learn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: red;
}

.achi-card {
    border: 2px solid #EF3F48;
    height: 250px;
    width: 250px;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}

.achi-card .out-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.achi-card .hover-show {
    display: grid;
    align-content: center;
}

.achi-card .hover-show img {
    width: 100%;
}

.review-card {
    display: grid;
    grid-template-columns: 50px auto 90px;
    gap: 10px;
    background: #f4f4f4;
    border-radius: 15px;
    padding: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff4d94;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.user-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-name {
    font-weight: bold;
    margin: 0;
}

.user-role {
    color: gray;
    font-size: 14px;
}

.rating {
    display: flex;
    gap: 2px;
    margin-top: 5px;
}

.star {
    color: #04b804;
    font-size: 16px;
}

.review-text {
    grid-column: span 3;
    font-size: 14px;
    color: #333;
}

.review-gap {
    row-gap: 22px;
}

.footer-social a i {
    align-items: center;
}

.d-button {
    width: 140px;
}

.footer-consumer {
    background-color: #fff;
}

.footer-consumer p,
.footer-consumer ul li a {
    color: #616161;
}

.footer-consumer .footer-bottom-link a {
    color: #616161;
}

.consume-main {
    padding: 85px 0px 0px 0px;
    max-height: 850px;
    overflow: hidden;
}

.use-opacity {
    position: relative;
}

/* .use-opacity::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 90%);

} */
.delivered-image {
    height: 500px;
}

.recognition h2 {
    font-weight: 700;
}

.recognition p {
    font-weight: 500;
}

a.op-view {
    border: 1px solid #ef3f48;
    padding: 0px;
    color: #ef3f48;
    left: 50%;
    bottom: -30%;
    z-index: 11;
    transform: translate(-50%, 0%);
    padding: 4px 13px;
    font-weight: 500;
    border-radius: 25px;
    transition: 0.5s;
}

.i-one a.op-view {
    bottom: -6%;
}

.i-four a.op-view {
    bottom: -10%;
}

a.op-view::before {
    width: 100%;
    height: 1px;
    content: "";
    background-color: #efefef;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
}

a.op-view:hover {
    background-color: #EF3F48;
    color: #fff;
}

.fs-img {
    padding-bottom: 30px;
}

a.op-view i {
    font-size: 12px;
    margin-left: 6px;
}

.footer-consumer .footer-bottom-link {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
}

.footer-consumer h3 {
    color: #616161;
    font-size: 20px;
    font-weight: 600;
}

.app-btn:hover {
    color: #fff;
}

.view-carousel.owl-carousel .owl-item img {}

.color-text {
    color: #EF3F48;
}

.left-slider-text {}

.left-text-dv a.slide-demo {
    background-color: #031F31;
    color: #fff;
    border-radius: 10px;
}

.owl-stage {
    padding-bottom: 40px;
}


/*Xchange page css start*/
.trade h1 {
    font-weight: 700;
}

.trade p {
    font-weight: 500;
}

.corpo-p-main,
.xchange-p-main {
    padding: 100px 0px 60px 0px;
}

.xchange-ab-head {
    font-weight: 600;
}

.xchange-des {
    color: #7D7F86;
}

.about-xchange article h6,
.about-xchangetwo {
    font-weight: 600;
    position: relative;
}

.about-xchange article h6::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 60px;
    background-color: #5AD4FA;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.about-xchange article h6:nth-child(3)::before {
    width: 110px;
    background-color: #FED7FB;
}

.about-xchange article h6:nth-child(5)::before {
    width: 150px;
    background-color: #FFEA8C;
}

.about-xchange article {
    margin-top: 24px;
}

.about-xchange article p {
    color: #8D8F95;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.sell-gift-head span {
    color: #000;
    font-weight: 600;
}

.sell-gift-head p {
    color: #8D8F95;
}

.try-cash:hover {
    color: #fff;
}

.gift-number {
    height: 34px;
    width: 34px;
    background-color: #ffce3363;
    border-radius: 50%;
    color: #000;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 16px;
}

.gift-number.blue {
    background-color: #5AD4FA;
}

.gift-number.purpal {
    background-color: #FED7FB;
}

.sell-gift-cards p {
    color: #616161;
    line-height: 20px;
}

.sell-gift-cards {
    box-shadow: rgb(227 227 227) 0px 0px 7px 0px;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.gap-row {
    row-gap: 26px;
}

.ab-xchange .container-fluid {
    padding-right: 148px;
}

.stands .container-fluid {
    padding-left: 148px;
}

.stands-RightImg {
    width: 75%;
    margin: 0 auto;
    margin-right: 0px;
}

.stands .gap-row .col h6 {
    position: relative;
}

.stands .gap-row .col h6::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 160px;
    background-color: #5AD4FA;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.stands .gap-row .col:nth-child(2) h6::before {
    background-color: #ef3f4871;
    width: 115px;
}

.stands .gap-row .col:nth-child(3) h6::before {
    background-color: #ff39f27d;
    width: 110px;
}

.stands .gap-row .col:nth-child(4) h6::before {
    background-color: #ffcf337f;
    width: 90px;
}

.b-gift-cards {
    box-shadow: rgb(223 223 223) 0px 1px 4px 0px;
    border-radius: 16px;
    padding: 26px;
}

.b-gift-cards ul {
    list-style: none;
    margin-top: 20px;
}

.b-gift-cards ul li {
    color: #000;
    font-weight: 500;
    padding: 4px 0px;
}

.bg-gift-card.ble {
    background-color: #5AD4FA;
    color: #000;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block;
}

.bg-gift-card.pink {
    background-color: #FED7FB;
    color: #FF39F1;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block;
}

.corpo-p-main .slide-demo {
    display: inline-block;
    padding: 10px 18px;
    font-weight: 500;
}


/*Corporate page css*/
ul.why-desi li :not(p) {
    font-weight: 600;
    color: #000;
    line-height: 20px;
    display: block;
}

ul.why-desi li :not(span) {
    color: #616161;
}

.why-chooseCash .sell-gift-cards article h6 {
    font-size: 18px;
    margin-bottom: 18px;
}

.why-chooseCash .gift-number {
    margin-bottom: 22px;
}

.gift-number.rd {
    background-color: #EF3F48;
}

.why-chooseCash .gap-row {
    row-gap: 34px;
}

.stry-card span {
    width: 100px;
    min-width: 100px;
    margin-right: 24px;
}

.stry-card span img {
    object-fit: contain;
}

.story-text h6 {
    font-weight: 600;
}

.story-text p {
    line-height: 20px;
}

.client-c-short {
    box-shadow: rgb(227 227 227) 0px 0px 4px 0px;
    border-radius: 10px;
    padding: 24px 0px;
}

.client-c-short .stats-box h3 {
    font-size: 32px;
    font-weight: 700;
}

.client-c-short .stats-box h3::before {
    height: 16px;
    width: 70px;
    left: 40px;
    background-color: #ef3f4846;
}

.client-c-short .stats-box h3.bg-purpal::before {
    height: 16px;
    width: 74px;
    left: 30px;
}

.client-c-short .stats-box p {
    color: #000;
}

.started-art h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}

.started-art p {
    color: #8D8F95;
}

.bene-icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    margin-bottom: 18px;
}

.h-it-work .start-one h6 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.short-c-form {
    background-color: #f7f7f7;
}

.grid-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-form .form-group {
    display: flex;
    flex-direction: column;
}

.grid-form .full-width {
    grid-column: span 2;
}

.grid-form input {
    padding: 8px;
    border: none;
    width: 100%;
    background-color: #d9d9d9;
}

.sb-btn {
    border: none;
    background-color: #FF4747;
    color: #fff;
    padding: 10px 80px;
    border-radius: 24px;
}

.gift-number.rd {
    background-color: #f8c9c9;
}

.try-cash {
    background-color: #EF3F48;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 18px;
}

.try-cash i {
    font-size: 12px;
    margin-left: 6px;
}

.left-text-dv a.slide-demo.red-demo {
    background-color: #EF3F48;
    border-radius: 18px;
}

.about-learn {
    background-color: #EF3F48;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
}

.pain-icon {
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d9d9d9;
    padding: 20px;
}

.row-gap-30 {
    row-gap: 30px;
}

.offer-Xcard {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgb(227 227 227) 0px 0px 8px 0px;
    padding: 20px;
    height: 100%;
}

.offer-Xcard p {
    color: #616161;
}

.grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}

.serve-icon {
    height: 120px;
    width: 120px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgb(227 227 227) 0px 0px 6px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.serve-card h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.local-work .start-one h5 {
    font-weight: 600;
    color: #000;
    margin: 6px 0px 14px 0px;
}

.about-learn:hover {
    color: #fff;
}

.user-fst {
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.user-last {
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.user-sec {
    border-bottom: 1px solid #d1d1d1;
}

.user-thr {
    border-right: 1px solid #d1d1d1;
}

.l-feature-card {
    padding-bottom: 40px;
}


.flip-card {
    height: 315px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-back article {
    text-align: left;
}

.flip-card.achi-card {
    height: 250px;
}

.achi-card .flip-card-front .out-image {
    height: 100%;
    width: 100%;
    display: unset;
}

.achi-card .flip-card-back .hover-logo {
    display: flex;
    height: 100%;
    align-content: center;
    width: 100%;
    align-items: center;
    padding: 0px 20px;
}

.flex-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}



.custom-nav {
    text-align: center;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 22px;
    overflow: hidden;
}

.custom-dot {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    background: #f4f4f4;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.custom-dot.active {
    background: #EF3F48;
    color: #fff;
    border-radius: 20px;
}



/* Hamburger button */
.menu-btn {
    cursor: pointer;
    padding: 14px 0px;
}

.menu-btn i {
    font-size: 22px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    padding-top: 14px;
    transition: right 0.3s ease-in-out;
}

.sidebar a {
    display: block;
    padding: 12px 15px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.sidebar a:hover {
    background: #444;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.sidebar.active {
    right: 0;
    z-index: 1;
}

.overlay.active {
    display: block;
}

.thankyou,
.meet-tm {
    padding: 100px 0px 60px 0px;
}

.team-list .card {
    border-radius: 22px;
    padding: 20px;
}

.card-title {
    font-weight: 600;
}

.team-r-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.team-one-m {
    border: 1px solid #efefef;
    border-radius: 25px;
    padding-bottom: 18px;
    height: 100%;
}

.social-icons-team ul li a {
    width: 26px;
    display: inline-block;
}

.social-icons-team ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.owl-carousel .owl-item .hover-logo img {
    width: auto;
    margin: 0 auto;
}

.owl-carousel.achiv .owl-stage,
.range-products .owl-stage {
    padding-bottom: 0px;
}

.b2home {
    color: #fff;
    height: 60px;
    width: 220px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    background-color: #EF3F48;
}

.thank-txt p {
    font-size: 20px;
}

.b2home:hover {
    color: #fff;
}

.team-list .row {
    row-gap: 30px;
}










@media(max-width: 1199px) {
    .hover-show {
        bottom: -540px;
    }

    .achievements {
        margin-top: 30px !important;
    }

    .achi-card {
        height: 220px;
        width: 220px;
    }

    .about-review {
        padding-top: 0px !important;
    }

    .user-name {
        font-size: 14px;
    }

    .user-role {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .f-gap {
        row-gap: 40px;
    }

    .delivered-image img {
        width: 100%;
    }

    .stands .container-fluid {
        padding-left: 110px;
    }

    .ab-xchange .container-fluid {
        padding-right: 110px;
    }

    .sb-btn {
        min-width: max-content;
    }

    .local-abt {
        padding-top: 0px !important;
    }
}


@media(max-width: 991px) {
    .range-products .rows {
        row-gap: 30px;
    }

    .achievements {
        margin-top: 10px !important;
    }

    .achievements .rows {
        row-gap: 20px;
    }

    .review-card {
        height: 100%;
    }

    .about-review {
        padding-bottom: 20px !important;
    }

    .f-gap {
        row-gap: 26px;
    }

    .app-btn {
        display: none;
    }

    .delivered-image img {
        width: 100% !important;
    }

    .delivered-image {
        height: auto;
    }

    .consume-main {
        max-height: 600px;
    }

    .trade h1 {
        font-size: 36px;
    }

    .stands-headins {
        margin-bottom: 20px;
    }

    .s-story {
        padding: 0px !important;
    }

    .stry-card {
        padding-right: 0px !important;
    }

    .stry-card {
        padding-left: 0px !important;
    }

    .s-story .row {
        row-gap: 24px;
    }

    .sell-gift {
        padding: 0px 0px 30px 0px !important;
    }

    .gap-row {
        row-gap: 20px;
    }

    .connection-image {
        margin-top: 30px !important;
    }

    .sell-gift-head br {
        display: none;
    }

    .about-c-connect {
        padding-bottom: 0px !important;
    }

    .local-abt h2 {
        margin-bottom: 30px !important;
    }

    .about-artical {
        margin-top: 30px;
    }

    .about-learn {
        margin-top: 10px !important;
    }

    .pain-points {
        padding: 0px 0px !important;
    }

    .local-work h2,
    .serve h2,
    .why-chooseCash h2,
    .pain-points h2 {
        margin-bottom: 20px !important;
    }

    .we-offer .sell-gift-head {
        margin-bottom: 0px !important;
    }

    .serve {
        padding: 0px 0px !important;
    }

    .local-work .start-one h5 {
        font-size: 16px;
    }

    .sell-gift.local-feature .try-cash {
        margin-top: 10px !important;
        font-size: 12px;
        margin-bottom: 40px !important;
    }

    .row-gap-30 {
        row-gap: 12px;
    }

    .i-three a.op-view {
        bottom: -6%;
    }

    .fs-img {
        width: 41%;
        margin: 0 auto;
    }

    .last-img {
        width: 74%;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .top-team {
        padding: 0px !important;
    }

    .team-list .row {
        row-gap: 30px;
    }

    .thank-icon {
        width: 150px;
        margin: 0 auto;
    }

    .thank-icon img {
        width: 100%;
    }
}



@media(max-width: 767px) {
    .recognition h2 {
        font-size: 28px;
    }

    .delivered-image {
        height: auto;
    }

    .heading-cntr h2 {
        font-size: 24px;
    }

    .heading-cntr p br,
    .heading-cntr h2 br {
        display: none;
    }

    .counter-four {
        margin-top: 30px !important;
        row-gap: 30px;
    }

    .stats-box h3 {
        font-size: 28px;
    }

    .stats-box p {
        font-size: 14px;
    }

    .range-products .rows {
        margin-top: 30px !important;
    }

    .heading-bottom p {
        font-size: 14px;
    }

    .achi-card {
        width: 100%;
    }

    .review-gap {
        margin-top: 30px !important;
        row-gap: 12px;
    }

    .footer-social a i {
        margin-right: 10px;
    }

    .footer-consumer .footer-bottom-link {
        margin-top: 0px !important;
    }

    .consume-main {
        max-height: 500px;
    }

    .trade h1 {
        font-size: 32px;
    }

    .ab-xchange .container-fluid {
        padding-right: 108px;
    }

    .xchange-ab-head {
        font-weight: 600;
        font-size: 28px;
    }

    .stands .container-fluid {
        padding-left: 110px;
    }

    .stands-headins h2 {
        font-size: 30px;
    }

    .gap-row {
        row-gap: 20px;
    }

    .about-xchange {
        padding-left: 110px;
    }

    .ab-xchange {
        padding-top: 0px !important;
    }

    br {
        display: none;
    }

    .sell-gift-cards {
        margin-right: 108px;
    }

    .h-work-head {
        margin-bottom: 30px !important;
    }

    .h-work-head h2 {
        font-size: 30px;
    }

    .h-works .row {
        row-gap: 20px;
    }

    .h-works {
        padding-bottom: 0px !important;
    }

    .left-text-dv h1 {
        font-size: 32px;
    }

    .left-text-dv a.slide-demo {
        font-size: 14px;
        margin: 14px 0px !important;
    }

    .delivered-image {
        margin-top: 30px !important;
    }

    .s-story h2,
    .why-chooseCash h2 {
        margin-bottom: 30px !important;
        font-size: 30px;
    }

    .why-chooseCash .sell-gift-cards {
        margin-right: 0px;
    }

    .why-chooseCash .gap-row {
        row-gap: 20px;
    }

    .client-c-short {
        margin-top: 20px !important;
    }

    .sell-gift h2,
    .how-started h2 {
        font-size: 30px;
    }

    .gt-started {
        padding-right: 0px !important;
    }

    .sell-gift .sell-gift-cards {
        margin-right: 0px !important;
    }

    .h-it-work h2 {
        font-weight: 600 !important;
        font-size: 30px !important;
    }

    .g-voucher {
        padding: 0px 0px 0px 20px !important;
    }

    .rightConnecttext h2,
    .g-voucher h2 {
        font-size: 30px;
    }

    .short-c-form h2 {
        font-size: 24px;
    }

    .short-c-form .row {
        justify-content: center;
    }

    .rightConnecttext {
        margin-top: 20px;
    }

    .serve .grid {
        grid-template-columns: repeat(2, 3fr);
    }

    .last-img {
        width: 67%;
    }

    .i-three a.op-view {
        bottom: 20%;
    }

    .thank-icon {
        width: 90px;
        margin-bottom: 30px !important;
    }

    .thank-txt h1 {
        font-size: 32px;
    }

    .thank-txt p {
        font-size: 16px;
    }

    .b2home {
        margin-top: 30px !important;
        height: 50px;
        width: 200px;
        font-size: 18px;
        line-height: 50px;
    }
}




@media(max-width: 575px) {
    .heading-cntr h2 {
        font-size: 22px;
    }

    .heading-cntr p {
        font-size: 15px;
    }

    .counter-four {
        padding: 20px;
    }

    .stats-box h3 {
        font-size: 24px;
    }

    .stats-box h3::before {
        height: 12px;
        width: 70px;
    }

    .stats-box h3.bg-purpal::before {
        width: 60px;
    }

    .stats-box h3.bg-blue::before {
        width: 30px;
    }

    .achievements {
        margin-top: 0px !important;
    }

    .achievements .rows {
        margin-top: 20px !important;
    }

    .review-gap {
        margin-top: 20px !important;
    }

    .f-gap {
        row-gap: 0px;
    }

    .footer-consumer .footer-social {
        margin-bottom: 20px;
    }

    .consume-main {
        max-height: fit-content;
        margin-bottom: 0px;
    }

    .trade h1 {
        font-size: 24px;
    }

    .corpo-p-main,
    .xchange-p-main {
        padding: 86px 0px 40px 0px;
    }

    .ab-xchange .container-fluid {
        padding-right: 16px;
    }

    .about-xchange {
        padding-left: 16px;
    }

    .xchange-ab-head {
        font-size: 24px;
    }

    .sell-gift-head h2 {
        font-size: 24px;
    }

    .stands .sell-gift-cards {
        margin-right: 16px !important;
    }

    .sell-gift .sell-gift-cards {
        margin-right: 0px !important;
    }

    .stands {
        padding: 30px 0px !important;
    }

    .stands-headins h2 {
        font-size: 24px;
    }

    .stands .container-fluid {
        padding-left: 16px;
    }

    .stands-RightImg {
        width: 90%;
        padding-top: 20px;
    }

    .h-work-head h2 {
        font-size: 24px;
    }

    .h-work-head {
        margin-bottom: 15px !important;
    }

    .bg-gift-card {
        font-size: 13px;
    }

    .b-gift-cards {
        padding: 16px;
    }

    .b-gift-cards ul {
        margin-top: 12px !important;
    }

    .left-text-dv h1 {
        font-size: 24px;
    }

    .left-text-dv a.slide-demo {
        font-size: 12px;
        margin: 8px 0px !important;
    }

    .why-chooseCash h2 {
        margin-bottom: 20px !important;
    }

    .s-story h2 {
        margin-bottom: 10px !important;
    }

    .stry-card span {
        width: 80px;
        min-width: 80px;
        margin-right: 16px;
    }

    .gt-started {
        margin-bottom: 30px;
    }

    .how-started {
        padding-bottom: 30px !important;
    }

    .h-it-work h2 {
        font-size: 24px !important;
    }

    .h-it-work .start-one {
        padding: 14px 0px 0px 0px;
    }

    .short-c-form .sell-gift-head h2 {
        font-size: 20px;
    }

    .grid-form .form-group {
        grid-column: span 2;
    }

    .grid-form {
        gap: 8px;
    }

    .about-c-connect {
        padding-top: 16px !important;
    }

    .try-cash {
        font-size: 12px;
        padding: 5px 12px;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .pb-col-none {
        padding-bottom: 0px !important;
    }

    .sell-gift-head span {
        font-size: 14px;
    }

    .delivered-image {
        padding-left: 0px !important;
    }

    .local-abt .sell-gift-head h2 {
        margin-bottom: 20px !important;
    }

    .about-learn {
        font-size: 13px;
    }

    .local-abt {
        padding-bottom: 30px !important;
    }

    .pt-col-0 {
        padding-top: 20px !important;
    }

    .serve-icon {
        margin-bottom: 12px !important;
    }

    .serve-card h5 {
        font-size: 16px;
    }

    .local-work {
        padding-top: 30px !important;
    }

    .local-work .start-one {
        padding: 14px 0px 0px 0px;
    }

    .sell-gift.local-feature .try-cash {
        margin-top: 0px !important;
    }

    .sell-gift.local-feature {
        padding-bottom: 0px !important;
    }

    .l-feature-card {
        padding-bottom: 22px;
    }

    .user-fst,
    .user-sec,
    .user-thr {
        border: none;
    }

    .custom-dot {
        font-size: 11px;
        padding: 3px 8px;
        display: table-cell;
    }

    .recognition h2 {
        font-size: 22px;
    }

    .delivered-image {
        margin-top: 14px !important;
    }

    a.op-view {
        bottom: 25%;
    }

    .fs-img,
    .last-img {
        width: auto;
    }

    .cntr-main {
        padding-top: 30px !important;
    }

    .i-two a.op-view {
        bottom: -8%;
    }

    .i-one a.op-view {
        bottom: -12%;
    }

    .i-three a.op-view {
        bottom: -13%;
    }

    .meet-tm {
        padding: 75px 0px 35px 0px;
    }

    .card-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .card-text {
        font-size: 14px;
    }

    .top-team .row {
        row-gap: 20px;
    }

    .team-r-img {
        height: 120px;
        width: 120px;
    }

    .team-list {
        padding: 30px 0px !important;
    }

    .thank-icon {
        width: 60px;
        margin-bottom: 20px !important;
    }

    .thank-txt h1 {
        font-size: 24px;
    }

    .b2home {
        margin-top: 24px !important;
        height: 42px;
        width: 180px;
        font-size: 16px;
        line-height: 42px;
    }

    .thankyou {
        padding: 100px 0px 24px 0px;
    }

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