
#navbar {
    position: sticky;
}


/*** Heading ***/

.h1-tag {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}

.h2-tag {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h3-tag {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h4-tag {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5-tag {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h6-tag {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/

.btn {
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-primary {
    background-color: #e16408;
    border-color: #e16408;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e16408;
    border-color: #e16408;
}

.btn-light {
    color: #e16408;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/

.navbar {
    background: #fff;
    transition: 1s;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

a:active {
    color: #E16408;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #E16408;
}

.navbar {
    border-bottom: 1px solid #d3d3d3;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #E16408;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.nav-item {
    padding-left: 20px;
}

.nav-item.active {
    border-bottom: 2px solid #E16408 !important;
}

.primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 140px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #E16408;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-button {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

a {
    text-decoration: none;
}

.brand-logo-image {
    max-width: 125px;
}


.bg-light {
    background-color: #f6f9fc !important;
}


/*** Hero Header ***/

.trustes-customers-img img {
    width: 100px;
    height: auto;
    padding: 0 5px;
}

.header {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fef4ea !important;
}

.trustes-customers-img {
    width: auto;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hero-header {
    margin-bottom: 0rem;
    padding: 5rem 5rem;
    background: url(../img/bg-bottom.png) no-repeat;
    background-size: contain;
    background-color: #e16408;
    background-position: bottom;
    bottom: -4px;
    height: 620px;
}

.main-img {
    width: 650px;
    height: auto;
}

.image-row {
    position: relative;
    top: -43px;
}

.hero-title {
    font-size: 3rem;
    line-height: normal;
    color: #000;
}

.request-btn {
    padding: 12px 50px;
    background: #e16408;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
}

.requests-btn {
    padding: 12px 59px;
    background: #fff;
    color: #000;
    font-size: 18px;
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid #d3d3d3;
}

.sub-heading {
    font-size: 2.2rem;
    line-height: normal;
    color: #000;
    width: 80%;
    margin-bottom: 15px;
}

.title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.sub-content {
    text-align: center;
    width: 76%;
    font-size: 20px;
    margin-bottom: 30px;
}

p {
    font-size: 18px;
    color: #676565;
    line-height: 28px;
}

.hero-tag {
    margin-top: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.hero-content {
    margin-bottom: 5px;
    color: #676565;
}

.hero-resp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bg-primary {
    background-color: #fef4ea !important;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}

section {
    padding: 3rem 5rem;
    overflow: hidden;
}


/* new */

.hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.title-tag {
    font-size: 16px;
    color: #e16408;
    background: #FBE389;
    padding: 2px 10px;
    border-radius: 25px;
}


/*  */

.key-highlight {
    display: inline-block;
    position: relative;
    color: #e16408;
    font-size: 2rem;
    line-height: 40px;
}

.key-highlight:after {
    content: "";
    height: 23px;
    width: 100%;
    background-image: url(../img/highlight.svg);
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -18px;
    left: 0;
    -webkit-animation: titleFill 3s linear infinite;
    animation: titleFill 3s linear infinite;
}

@keyframes titleFill {
    0% {
        width: 0;
    }
    80% {
        width: 100%;
    }
    100% {
        width: 100%;
    }
}

.second-heading {
    font-size: 22px;
}


/*  */


/*** Facts ***/

.fact-item .fact-icon {
    width: 110px;
    height: 110px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
    transition: all 0.4s ease;
}

.product-wrapper .row {
    margin: 50px 0 0;
}

.fact-item:hover h3 {
    color: #E16408;
}

.first-item:hover .fact-icon {
    background: #F2E9FE;
    transition: all 0.4s ease;
}

.second-item:hover .fact-icon {
    background: #E9FFE6;
    transition: all 0.4s ease;
}

.third-item:hover .fact-icon {
    background: #FDE3EA;
    transition: all 0.4s ease;
}

.fourth-item:hover .fact-icon {
    background: #FEF4EA;
    transition: all 0.4s ease;
}

.fact-item .fact-icon i {
    color: #e16408;
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

.fact-icon img {
    width: 70px;
    height: auto;
}

.fact-item {
    border-radius: 10px;
    border: 4px solid transparent;
}

.first-item:hover {
    background: #fff;
    transition: all 0.4s ease;
    border: 4px solid #F2E9FE;
}

.second-item:hover {
    background: #fff;
    transition: all 0.4s ease;
    border: 4px solid #E9FFE6;
}

.third-item:hover {
    background: #fff;
    transition: all 0.4s ease;
    border: 4px solid #FDE3EA;
}

.fourth-item:hover {
    background: #fff;
    transition: all 0.4s ease;
    border: 4px solid #FEF4EA;
}

.first-item {
    background: #F2E9FE;
}

.second-item {
    background: #E9FFE6;
}

.third-item {
    background: #FDE3EA;
}

.fourth-item {
    background: #FEF4EA;
}


/*  */

.usage-section {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.usage-heading {
    margin: 0px 0px 100px;
}

.usage-flow {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 100px;
}

.card-container {
    position: relative;
    width: 300px;
    z-index: 2;
}

.rated-cust-img3 {
  width: 200px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    border: 1px solid transparent;
    height: 200px;
}

.card img {
    width: 70px;
    margin-bottom: 10px;
}

.card p {
    font-size: 18px;
    color: #676565;
    line-height: 28px;
}

.step-number {
    position: absolute;
    top: -119px;
    left: 100%;
    transform: translateX(-50%);
    font-size: 140px;
    color: rgba(0, 0, 0, 0.05);
    z-index: -1;
    font-weight: 800;
}

.curve-line {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    pointer-events: none;
}


/*  */

.support-section .container {
    max-width: 1200px;
}

.genaration2-section-area {
    background: #F7F9FA;
}

.genaration2-section-area .tabs-area {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    justify-content: center;
    padding: 16px 24px;
    margin: 0 90px;
}

.genaration2-section-area .tabs-area ul {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.genaration2-section-area .tabs-area .nav-pills .nav-link.active,
.genaration2-section-area .tabs-area .nav-pills .show>.nav-link {
    background: #e16408;
}

.genaration2-section-area .tabs-area ul li {
    padding-left: 0;
}

.genaration2-section-area .tabs-area ul li button {
    color: #000 !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    background: #F6F5FE;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 16px 0 0;
    border: none !important;
}

.genaration2-section-area .tabs-area ul li button {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    background: #F6F5FE;
    padding: 12px 24px;
    border-radius: 20px;
    margin: 0 16px 0 0;
    border: none !important;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area .tabs-icon {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 84px;
    /* background: #E9DEFF; */
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area .tabs-text {
    padding-left: 55px;
}

.genaration2-section-area .tabs-icon2 img,
.genaration2-section-area .tabs-icon1 img,
.genaration2-section-area .tabs-icon img,
.genaration2-section-area .tabs-icon3 img {
    width: 30px;
    height: auto;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area .tabs-icon1 {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 84px;
    /* background: #FDE3EA; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.genaration2-section-area .second-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.genaration2-section-area .second-title-wrap {
    margin-bottom: 30px;
    text-align: center;
}

.genaration2-section-area .button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area .tabs-icon2 {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 84px;
    /* background: #E9FFE6; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area .tabs-icon3 {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 84px;
    /* background: #FEF4EA; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.genaration2-section-area .tab-content-wrap {
    margin: 0px 20px 0 0;
}

.genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
    border-radius: 4px;
    padding: 10px 45px 0px 16px;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin: 0 30px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.genaration2-section-area .tabs-text p {
    margin-bottom: 0;
}


/*  */

.carousel-indicators {
    position: absolute;
    left: -305px;
    right: 200px;
    bottom: -50px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.contentn p {
    color: #676565;
    font-size: 22px;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
    position: relative;
    width: 75px !important;
    height: 75px !important;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
}

.testimonial {
    background: #f6f9fc;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #000 !important;
    text-align: center;
    /* background: 0 0; */
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 390px;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.soft-rating-img {
    max-width: 100%;
    height: 100%;
}

.carousel-indicators .active {
    opacity: 1;
    background: #E16408 !important;
}

.client-logo {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50px !important;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 100%;
    border-radius: inherit;
}

.dub-resp {
    text-align: left;
}

.brand-app {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.grid-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.secondary-heading {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}

.client-name {
    color: #000;
}

.name h4 {
    color: #676565;
    font-size: 18px;
}

.testimonial .section-heading {
    margin-bottom: 0;
}

.quote {
    width: 130px;
    height: auto;
}


/*  */

.need_section .need_block {
    background: #FBE389;
    padding: 48px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    color: var(--text-white);
    display: flex;
}

.need_section {
    width: 100%;
    top: -100px;
    margin-top: -40px;
    position: relative;
}

.need_block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.need_text {
    width: 80%;
}

.section_title p {
    width: 80%;
    font-size: 20px;
    color: #000;
}


/*  */



/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #e16408 #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #e16408;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
.section-block {
    max-width: 95%;
}


/*  */
@media (min-width: 1300px) and (max-width: 1399.98px) {
    .flex .main-box-content-wrap,
    .flex .main-box-content-warpper2 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .form-box {
        margin: 20px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .brand-section h2,
    .why h2 {
        margin-bottom: 30px;
    }
}

/*  */

.support-section .row {
    padding: 80px;
    border-radius: 10px;
    background: #f6f9fc;
}

.sub-content .container {
    background: aliceblue;
    padding: 45px 0;
    border-radius: 15px;
}

.support-section .sub-content {
    width: 90%;
}

.customer-support-img-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
    margin-top: 25px;
}

.support-img {
    width: 60px;
    margin-bottom: 10px;
    height: auto;
}

.support {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.support-section {
    padding: 0rem 5rem 3rem;
    margin-top: -50px;
}

.support p {
    width: 80%;
}

.security .container-xxl {
    padding: 80px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #progress {
        position: fixed;
        bottom: 70px;
        right: 20px;
        height: 60px !important;
        width: 60px !important;
        display: none;
        place-items: center;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 9999;
    }
}

#progress {
    position: fixed;
    bottom: 70px;
    right: 20px;
    height: 70px;
    width: 70px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}

.scroll-arrow {
    width: 30px;
}


/*  */

.faq .accordion-container {
    width: 100%;
    max-width: 1000px;
}

.faq .accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.faq .accordion-header {
    background-color: #fff;
    color: #000;
    padding: 15px;
    font-size: 20px;
    border: none;
    height: 75px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.faq-section .container {
    max-width: 1000px;
    overflow: hidden;
}

.faq .accordion-header:hover {
    background-color: #e16408;
    color: #fff;
}

.faq .accordion-header.active {
    background-color: #e16408;
    color: #fff;
}

.faq .accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    border-radius: 10px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.faq .accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

.faq .icon {
    transition: transform 0.3s ease;
}

.faq .active .icon {
    transform: rotate(45deg);
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.benefit-p {
    margin: 0 !important;
}

.image-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* responsive  */

@media (max-width: 575.98px) {
    .h1-tag {
        font-size: calc(1.375rem + 1.5vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h2-tag {
        font-size: calc(1.325rem + .9vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h3-tag {
        font-size: calc(1.3rem + .6vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .h4-tag {
        font-size: calc(1.275rem + .3vw);
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 25px 10px;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 30px;
        line-height: normal;
        color: #000;
        margin-top: 25px;
    }
    .text {
        font-size: 18px;
        font-weight: 500;
        text-decoration: underline;
    }
    .sub-heading {
        font-size: 25px;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 15px;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #e16408;
        font-size: 25px;
        line-height: 40px;
    }
    .sub-content {
        text-align: center;
        width: 100%;
        font-size: 18px;
    }
    .faq .accordion-content p {
        margin: 15px 0;
        line-height: 1.5;
        font-size: 16px;
    }
    .faq .accordion-header {
        background-color: #fff;
        color: #000;
        padding: 15px;
        font-size: 18px;
        border: none;
        height: 100%;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        transition: background-color 0.3s ease;
    }
    .accordion-header span {
        font-size: 18px;
        font-weight: 500;
    }
    .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
        margin-bottom: 0;
    }
    .service .container {
        padding: 0;
    }
    .need_text {
        width: 100%;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 35px 25px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: #000;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .section_title p {
        width: 100%;
        font-size: 16px;
        color: #000;
    }
    .need_action {
        margin-top: 20px;
    }
    .carouselExampleIndicators {
        margin-top: 20px;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
        line-height: 28px;
    }
    .quote {
        width: 90px;
        height: auto;
    }
    .carousel-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        list-style: none;
    }
    .testimonial .container {
        height: 925px;
    }
    .grid-box {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 10px;
    }
    .rated-cust-img3 {
       width: 54%;
    }
    .client-logo {
       width: 45px !important;
       height: 45px !important;
       border-radius: 50px !important;
    }
     #carouselExampleIndicators .carousel-indicators [data-bs-target] {
       position: relative;
       width: 55px !important;
       height: 55px !important;
       border: none;
       border-radius: 50px;
    }
    .carousel-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1rem;
        margin-left: 0;
        list-style: none;
    }
    .support-section {
        padding: 0rem 1rem 0rem;
        margin-top: -80px;
    }
    .support-section .row {
        padding: 30px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .secondary-heading {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .faq .accordion-header {
        font-size: 18px;
    }
    .title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 0px;
    }
    .Mobile-res {
        display: flex;
        flex-direction: column-reverse;
    }
    .support-img {
        width: 60px;
        margin-bottom: 10px;
        height: auto;
    }
    .support {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .product-wrapper .row {
        margin: 25px 0 20px;
        gap: 35px;
    }
    .fact-icon img {
        width: 50px;
        height: auto;
    }
    .fact-item .fact-icon {
        width: 80px;
        height: 80px;
        margin-top: -60px;
        margin-bottom: 1rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 120px;
        transition: .5s;
        transition: all 0.4s ease;
    }
    .genaration2-section-area .second-title-wrap {
        margin-bottom: 25px;
        text-align: center;
        margin-top: 15px;
    }
    .genaration2-section-area .second-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 28px;
        /* margin-top: 10px; */
    }
    .genaration2-section-area .tabs-area {
        border-radius: 36px;
        background: #fff;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        justify-content: center;
        padding: 16px 15px;
        margin: 0px 0px;
    }
    .genaration2-section-area .tabs-area ul {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .genaration2-section-area .tabs-area ul li button {
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        display: inline-block;
        background: #F6F5FE;
        padding: 8px 15px;
        border-radius: 20px;
        margin: 0 0px 0 0;
        border: none !important;
    }
    .tabs-images {
        margin-bottom: 30px;
    }
    .genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
        border-radius: 4px;
        padding: 10px 0px;
        position: relative;
        transition: all 0.4s ease-in-out;
        margin: 0 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .genaration2-section-area .tab-content-wrap {
        margin: 0px 0px 0 0;
    }
    .usage-section svg {
        display: none;
    }
    .step-number {
        position: absolute;
        top: -40px;
        left: 85%;
        transform: translateX(-50%);
        font-size: 125px;
        color: rgba(0, 0, 0, 0.05);
        z-index: 1;
        font-weight: 800;
    }
    .tabs-contents .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
        gap: 30px;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 10px 0px;
        gap: 30px;
    }
    .usage-section {
        text-align: center;
        position: relative;
        margin-bottom: 0px;
    }
    .card-container {
        position: relative;
        width: 100%;
        z-index: 2;
    }
    .second-heading {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width:999.98px) {
    section {
        padding: 2rem 1rem;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 2rem;
        line-height: normal;
        color: #000;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #e16408;
        font-size: 1.8rem;
        line-height: normal;
    }
    .product-wrapper, .genaration2-section-area, .usage-section, .testimonial, .faq-section {
        margin-top: 0px !important;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 20px;
    }
    .Business_counter .container {
        padding: 0;
        max-width: 100%;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sub-content {
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .collab-row {
        margin-top: 0px;
        padding: 25px 0;
    }
    .faq-section .container {
        max-width: 800px;
        overflow: hidden;
    }
    .secondary-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .quote {
        width: 90px;
        height: auto;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: fit-content;
        margin-bottom: 50px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .genaration2-section-area .container {
        max-width: 90%;
    }
    .range-block {
        margin: 30px 0px 0 0;
    }
    .carousel-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -63px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial .secondary-heading {
        margin-bottom: 0;
    }
    .need_section {
        width: 100%;
        top: -20px;
        margin-top: -40px;
        position: relative;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 20px 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: var(--text-white);
        display: flex;
    }
    .request-btn {
        /* padding: 12px 67px; */
        background: #e16408;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 170px;
        padding: 10px;
    }
    .section_title p {
        width: 100%;
        font-size: 20px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -50px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 18px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 0px;
    }
    .product-wrapper .row {
        margin: 30px 0 0;
        gap: 30px 0;
    }
    .fact-icon img {
        width: 60px;
        height: auto;
    }
    .fact-item .fact-icon {
        width: 90px;
        height: 90px;
        margin-top: -60px;
        margin-bottom: 1rem 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 120px;
        transition: .5s;
        transition: all 0.4s ease;
    }
    .genaration2-section-area .tabs-area {
        border-radius: 36px;
        background: #fff;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        justify-content: center;
        padding: 16px 10px;
        margin: 0 50px;
    }
    .genaration2-section-area .second-title {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .genaration2-section-area .second-title-wrap {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 15px;
    }
    .genaration2-section-area .tabs-area ul {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .tabs-images {
        margin-bottom: 30px;
    }
    .genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
        border-radius: 4px;
        padding: 0px 0px;
        position: relative;
        transition: all 0.4s ease-in-out;
        margin: 0 0px 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 28px;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        gap: 20px;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .usage-flow svg {
        display: none;
    }
    .card img {
        width: 55px;
        margin-bottom: 5px;
    }
    .card p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .card-container {
        position: relative;
        width: 250px;
        z-index: 2;
    }
    .step-number {
        position: absolute;
        top: -30px;
        left: 85%;
        transform: translateX(-50%);
        font-size: 100px;
        color: rgba(0, 0, 0, 0.05);
        z-index: 2;
        font-weight: 800;
        /* height: 95px; */
    }
    .support-section .container {
        max-width: 800px;
    }
}

@media (min-width: 992px) and (max-width:1013.98px) {
    section {
        padding: 2rem 2rem;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 2.5rem;
        line-height: normal;
        color: #000;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #e16408;
        font-size: 1.8rem;
        line-height: normal;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 30px;
    }
    .faq-section .container {
        max-width: 800px;
        overflow: hidden;
    }
    .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slider-content p {
        width: 95%;
        text-align: left;
        margin-bottom: 0;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .secondary-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .quote {
        width: 90px;
        height: auto;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: fit-content;
        margin-bottom: 50px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -63px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -16% !important;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial .secondary-heading {
        margin-bottom: 0;
    }
    .need_section {
        width: 100%;
        top: -20px;
        margin-top: -40px;
        position: relative;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 20px 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: var(--text-white);
        display: flex;
    }
    .request-btn {
        /* padding: 12px 67px; */
        background: #e16408;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 170px;
        padding: 10px;
    }
    .section_title p {
        width: 100%;
        font-size: 20px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -50px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 22px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: auto;
        gap: 15px;
        flex-wrap: nowrap;
    }
    .card-container {
        position: relative;
        width: 300px;
        z-index: 2;
        margin-top: 30px;
    }
    .genaration2-section-area .tab-content-wrap {
        margin: 0px 0px 0 0;
    }
    .genaration2-section-area .tabs-area ul {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .tab-content-wrap h4 {
        font-size: 25px;
    }
    .genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
        border-radius: 4px;
        padding: 10px 16px;
        position: relative;
        transition: all 0.4s ease-in-out;
        margin: 0 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sub-content {
        text-align: center;
        width: 95%;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .genaration2-section-area .tabs-area {
        border-radius: 36px;
        background: #FFF;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        justify-content: center;
        padding: 16px 24px;
        margin: 0 110px;
    }
    .support-section .container {
        max-width: 800px;
    }
}

@media (min-width: 1014px) and (max-width:1100px) {
    section {
        padding: 2.5rem 3rem;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 2.5rem;
        line-height: normal;
        color: #000;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #e16408;
        font-size: 1.8rem;
        line-height: normal;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .faq-section .container {
        max-width: 800px;
        overflow: hidden;
    }
    .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .secondary-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .quote {
        width: 90px;
        height: auto;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: fit-content;
        margin-bottom: 50px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -150px;
        right: 200px;
        bottom: -120px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial .secondary-heading {
        margin-bottom: 0;
    }
    .need_section {
        width: 100%;
        top: -20px;
        margin-top: -40px;
        position: relative;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 20px 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: var(--text-white);
        display: flex;
    }
    .request-btn {
        /* padding: 12px 67px; */
        background: #e16408;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 170px;
        padding: 10px;
    }
    .section_title p {
        width: 100%;
        font-size: 20px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -50px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 18px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 1200px;
        margin: auto;
        gap: 15px;
        flex-wrap: nowrap;
    }
    .card-container {
        position: relative;
        width: 300px;
        z-index: 2;
        margin-top: 30px;
    }
    .genaration2-section-area .tab-content-wrap {
        margin: 0px 0px 0 0;
    }
    .genaration2-section-area .tabs-area ul {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .tab-content-wrap h4 {
        font-size: 25px;
    }
    .genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
        border-radius: 4px;
        padding: 10px 16px;
        position: relative;
        transition: all 0.4s ease-in-out;
        margin: 0 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sub-content {
        text-align: center;
        width: 95%;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .genaration2-section-area .tabs-area {
        border-radius: 36px;
        background: #FFF;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        justify-content: center;
        padding: 16px 24px;
        margin: 0 110px;
    }
    .support-section .container {
        max-width: 900px;
    }
}

@media (min-width: 1101px) and (max-width:1300px) {
    section {
        padding: 3rem 4rem;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 2.5rem;
        line-height: normal;
        color: #000;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #e16408;
        font-size: 1.8rem;
        line-height: normal;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 30px;
    }
    .faq-section .container {
        max-width: 800px;
        overflow: hidden;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .home-banner .container {
        overflow: hidden;
        max-width: 1100px;
        padding: 0;
    }
    .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .range-block h4 {
        font-size: 20px;
        background: #FBE389;
        padding: 8px 20px;
        text-align: center;
        border-radius: 25px;
        width: 100%;
    }
    .secondary-heading {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .quote {
        width: 90px;
        height: auto;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 390px;
        margin-bottom: 50px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -150px;
        right: 200px;
        bottom: -50px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .testimonial .secondary-heading {
        margin-bottom: 0;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 20px 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: var(--text-white);
        display: flex;
    }
    .request-btn {
        /* padding: 12px 67px; */
        background: #e16408;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid transparent;
        width: 170px;
        padding: 10px;
    }
    .section_title p {
        width: 100%;
        font-size: 20px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -50px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 22px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        margin-top: 25px;
    }
    .tab-res {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .sub-content {
        text-align: center;
        width: 80%;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .genaration2-section-area .tabs-area ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .genaration2-section-area .tabs-content-area .tab-pane .tabs-contents .tabs-text-area {
        border-radius: 4px;
        padding: 10px 16px;
        position: relative;
        transition: all 0.4s ease-in-out;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tab-content-wrap h4 {
        font-size: 25px;
    }
    .genaration2-section-area .tab-content-wrap {
        margin: 0px 0px 0 0;
    }
    .usage-flow {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
        gap: 15px;
    }
    .card-container {
        position: relative;
        width: 300px;
        z-index: 2;
        margin-top: 30px;
    }
    .support-section .container {
        max-width: 1000px;
    }
}

@media (min-width:1300px) and (max-width:1399.98px) {
    .genaration2-section-area .tabs-area {
        border-radius: 36px;
        background: #FFF;
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        justify-content: center;
        padding: 16px 24px;
        margin: 0 40px;
    }
}