

#navbar {
    position: sticky;
}
.support {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  height: 100%; 
  min-height: 250px; 
}
.support-img {
    width: 60px;
    margin-bottom: 20px;
    height: auto;
}
/*** 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;
}

hr:not([size]) {
    height: 35px;
}

hr {
    margin: 0rem 0.5rem;
    color: inherit;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    opacity: 1;
}

.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: 30px;
}

.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;
}


/* offer */

.nphies-supports {
    position: relative;
    height: 350px;
}

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

.offer-wrapper {
    text-align: center;
    transform: translateY(0px);
    transition: transform 0.3s ease;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

.first-offer,
.third-offer {
    position: absolute;
    top: 0px;
    background: aliceblue;
    height: 240px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first-offer:hover,
.third-offer:hover {
    top: 0px;
    background: aliceblue;
    height: 240px;
    border-radius: 10px;
    padding: 10px;
}

.second-offer,
.four-offer {
    position: absolute;
    top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-icon {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 50px;
}

.offer-content h3 {
    font-size: 23px;
    line-height: normal;
}

.offer-wrapper .offer-content:hover>h3 {
    color: #e16408;
}

.offer-wrapper:hover {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-15px);
}

.first-offer .offer-content,
.third-offer .offer-content {
    width: 270px;
}

.second-offer .offer-content,
.four-offer .offer-content {
    width: 270px;
}

.imag-wrapper {
    width: 300px;
}


/*  */

.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;
}

.promot-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.promot {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
}

.we-provide .container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
    text-align: center;
    position: relative;
}

.we-provide h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.we-provide .subtitle {
    font-size: 14px;
    color: #777;
    max-width: 600px;
    margin: auto;
}

.we-provide .center-image {
    width: 250px;
    margin: 40px auto;
    position: relative;
}

.we-provide .center-image img {
    width: 100%;
    z-index: 2;
}

.we-provide .service-box {
    max-width: 300px;
    text-align: center;
    margin: 30px 0;
    height: 150px;
    cursor: pointer;
}

.we-provide .second-box {
    margin-top: 100px;
}

.we-provide .service-box:hover>h4 {
    color: #e16408;
}

.we-provide .fourth-box {
    margin-top: 100px;
}

.we-provide .service-box img {
    width: 80px;
    margin-bottom: 15px;
}

.we-provide .service-box h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
}

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

.center-img img {
    width: 500px;
    height: auto;
}

.we-provide .service-box p {
    font-size: 18px;
    color: #676565;
    line-height: 28px;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


/*  */


/*  */

.swiper-container {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.button-wrap {
    margin: 10px 0;
}


/* Style for slides */

.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f6f9fc;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    /* padding: 20px; */
    height: 500px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
}

.parent-of-swiper {
    width: 100%;
    max-width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    color: #e16408 !important;
    /* Change arrow color */
    /* Optional: semi-transparent background */
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    font-weight: 700;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev {
    left: 50px;
    /* Adjust based on your layout */
}

.swiper-button-next {
    right: 50px;
    /* Adjust based on your layout */
}


/* Optional: Hide arrows on small screens */

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.single-product-features {
    background: #E4EAF2;
    padding: 6px;
    /* margin: 5px 5px 5px 0px; */
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #004E8D;
    /* margin: 50px; */
    margin-bottom: 10px;
}

.slider-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.slider-content img {
    display: flex;
    width: 100%;
}
.product-content {
    color: #e16408;
}

.product-demo-button {
    padding: 4px 10px;
    background: #e16408;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}

.product-button-wrapper {
    text-align: right;
    margin: 15px 15px;
    float: right;
}

.last .product-button-wrapper {
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.slider-content p {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.slide-button.active>.tab-curve {
    display: block;
}

.why-icon {
    width: 40px;
    height: auto;
    margin-right: 5px;
}

.swiper-control {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.swiper-slide .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/*  */

.Benefits-all-wrapper {
    margin-top: 10px;
}

.last-benefits {
    padding: 45px 0px !important;
}

.last-one-benefits {
    margin-bottom: 30px;
}

.process-section-area .process-images img {
    height: auto;
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    z-index: 2;
    position: relative;
}

.process-section-area .process-images-content {
    padding: 0 30px 0 50px;
}

.process-section-area .process-images-content span {
    display: inline-block;
    padding: 8px 12px;
    color: #e16408;
    background-color: #fef4ea;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-radius: 32px;
    margin-bottom: 10px;
}

.benefits-second {
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
}

.process-images {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.heading4 h3 {
    color: #e16408;
    /*font-size: 27px;*/
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.process-section-area .process-images-content p {
    color: #676565;
    font-size: 18px;
    line-height: 28px;
}

.process-section-area .process-section2 {
    padding: 50px 0;
    position: relative;
}

.process-section-area .process-section2 .process-elements1 {
    position: absolute;
    right: 47%;
    left: 48%;
    z-index: 1;
    top: -30px;
    rotate: -11deg;
    width: 80px;
}

.process-section-area .process-section2 .process-elements2 {
    bottom: -25px;
    position: absolute;
    right: 45%;
    left: 45%;
    z-index: 1;
    rotate: 0deg;
    width: 100px;
}

.process-images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}


/*  */

.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: 90px;
    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;
}


/*  */

.input-box input[type="button"]:hover {
    opacity: 1;
}


/* ===== 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: 200px;
}

.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;
    }
    .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;
    }
    .slider-content p {
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .swiper-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 0;
        height: 100%;
    }
    .swiper-container {
        margin-bottom: 6px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .we-provide .sub-heading {
        margin-bottom: 15px;
    }
    .Business_counter .sub-heading {
        margin-bottom: 30px;
    }
    .center-img img {
        width: auto;
        height: auto;
        margin: 0px;
    }
    .mobi-resp {
        margin: 0px 0px 30px 0px;
    }
    .we-provide .fourth-box {
        margin-top: 70px;
    }
    .swiper-button-next {
        right: -12px;
    }
    .swiper-button-prev {
        left: -6px;
    }
    .sub-content {
        text-align: center;
        width: 100%;
        font-size: 16px;
    }
    .home-banner {
        padding:1rem 1rem !important;
    }
    .slider-content img {
        display: flex;
        width: 100%;
    }
    .we-provide .service-box {
        max-width: 300px;
        text-align: center;
        margin: 30px 0;
        height: auto;
        cursor: pointer;
    }
    .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;
    }
    .product-button-wrapper {
        text-align: right;
        margin: 15px;
        float: right;
    }
    .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;
    }
    .collab-row {
        margin-top: 0px;
    }
    .platform-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 9px;
        margin-top: 0px;
    }
    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: 60px;
        height: auto;
    }
    .car-div {
        padding: 20px !important;
    }
    .client-logo {
       width: 45px !important;
       height: 45px !important;
       border-radius: 50px !important;
    }
    .carousel-inner {
       position: relative;
       width: 100%;
       overflow: hidden;
       height: 480px;
    }
    .need_section {
       width: 100%;
       top: -100px;
       margin-top: -7%;
       position: relative;
    }
    .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: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      align-items: center;
      margin-top: 10px;
    }
    .rated-cust-img3 {
      width: 54%;
    }
    .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: -78px;
    }
    .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;
        margin-top: 0px;
    }
    .secondary-heading {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }
    .faq .accordion-header {
        font-size: 18px;
    }
    .nphies-supports {
        position: relative;
        height: auto;
    }
    .first-offer,
    .third-offer {
        position: static;
        top: 0px;
        background: aliceblue;
        height: 240px;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .second-offer,
    .four-offer {
        position: static;
        top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 240px;
        justify-content: center;
    }
    .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;
    }
    .process-section-area .process-images-content {
        padding: 0 0px 0 0px;
    }
    .heading4 h4 {
        color: #e16408;
        font-size: 20px;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: 700;
        transition: all 0.4s ease-in-out;
        text-transform: capitalize;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .process-images {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 0px;
    }
    .process-section-area .process-images img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
        z-index: 2;
        position: relative;
    }
    .benefits-second {
        margin-bottom: 30px;
    }
    .process-images-content {
        margin-bottom: 15px;
    }
    .last-one-benefits {
        margin-bottom: 0;
    }
    .heading4 h3 {
        color: #e16408;
        /*font-size: 20px;*/
        margin-bottom: 10px;
        font-style: normal;
        font-weight: 700;
        transition: all 0.4s ease-in-out;
        text-transform: capitalize;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .support-img {
        width: 60px;
        margin-bottom: 0px;
        height: auto;
    }
    .support {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3px;
        flex: 1 1 100px;
        height: auto;
        min-height: 185px;
    }
    .faq-section {
        padding-top: 5px !important;
    }
}

@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;
    }
    .Business_counter, .why-gcc, .home-banner, .we-provide, .testimonial, .faq-section {
        margin-top: 0px !important;
    }
    .slider-content img {
       display: flex;
       width: 100%;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 30px;
    }
    .Business_counter .container {
        padding: 0;
        max-width: 100%;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .process-section-area .process-images img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
        z-index: 2;
        position: relative;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 0;
        height: fit-content;
    }
    .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: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .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;
    }
    .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;
    }
    .single-location-button {
        background: #FBE389;
        border: 1px solid transparent;
        padding: 6px 14px;
        font-size: 16px;
        border-radius: 10px;
    }
    .sub-locaton-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .location-service-wrapper h4 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .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;
    }
    .nphies-supports {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    .third-offer {
        top: 0px;
        background: #fff;
        height: 240px;
        position: static;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .third-offer:hover {
        position: relative;
        top: 0px;
        background: #fff;
        height: 240px;
        border-radius: 10px;
        padding: 10px;
    }
    .four-offer {
        /* position: absolute; */
        top: 100px;
        display: flex;
        background-color: aliceblue;
        flex-direction: column;
        position: static;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 0px;
    }
    .offer-wrapper:hover {
        border: 1px solid transparent;
        padding: 10px;
        border-radius: 10px;
        transform: translateY(0px) !important;
        transition: none !important;
    }
    .first-offer:hover {
        position: relative;
    }
    .first-offer {
        position: static;
        top: 0px;
        background: aliceblue;
        height: 240px;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .second-offer {
        position: static;
    }
    .process-section-area .process-images-content {
        padding: 0px 0px 5px !important;
    }
    .we-provide .service-box {
        max-width: 300px;
        text-align: center;
        margin: 30px 0;
        height: auto;
        cursor: pointer;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev {
        left: 30px;
    }
    .center-img img {
        width: 100%;
        height: 80% !important;
    }
    .we-provide h3 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .we-provide .service-box img {
        width: 60px;
        margin-bottom: 10px;
    }
    .we-provide .service-box h4 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .we-provide .service-box p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .we-provide-wrapper {
        margin-bottom: 20px;
    }
    .swiper-container {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
}

@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;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .faq-section .container {
        max-width: 800px;
        overflow: hidden;
    }
    .slide-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        border: 1px solid transparent;
        cursor: pointer;
        border-radius: 10px;
        margin: 5px;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: 100%;
        position: relative;
    }
    .swiper-slide .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 40px 25px;
        height: fit-content;
    }
    .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;
    }
    .d-lg-block {
        display: none !important;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .process-section-area .process-images-content {
        padding: 0 0px 50px 0px;
    }
    .service-card-2 {
        margin-top: 30px;
        overflow: hidden;
        padding: 15px;
        text-align: center;
        position: relative;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 315px;
        background: #fff;
    }
    .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: 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: -18% !important;
        margin-left: 15%;
        list-style: none;
    }
    .Business_counter, .why-gcc, .home-banner, .we-provide, .testimonial, .faq-section {
        margin-top: 0px !important;
    }
    .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;
    }
    .second-offer .offer-content,
    .four-offer .offer-content {
        width: 200px;
    }
    .first-offer .offer-content,
    .third-offer .offer-content {
        width: 200px;
    }
    .imag-wrapper {
        width: auto;
    }
    .offer-content h3 {
        font-size: 20px;
        line-height: normal;
    }
    p {
        font-size: 16px;
        color: #676565;
        line-height: 25px;
    }
    .offer-icon {
        width: 60px;
        height: auto;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 50px;
    }
    .process-section-area .process-images-content p {
        color: #676565;
        font-size: 16px;
        line-height: 25px;
    }
    .we-provide-wrapper {
        margin-bottom: 50px;
    }
    .swiper-container {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 0;
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
    .swiper-button-next {
        right: 5px;
    }
    .swiper-button-prev {
        left: 5px;
    }
}

@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: 100%;
        margin-bottom: 30px;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 0;
        height: 100%;
    }
    .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: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .last-benefits {
        padding: 25px 0px !important;
    }
    .service-card-2 {
        margin-top: 30px;
        overflow: hidden;
        padding: 15px;
        text-align: center;
        position: relative;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 315px;
        background: #fff;
    }
    .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: 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: -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: 18px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .tab-res {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .imag-wrapper {
        width: auto;
    }
    .first-offer .offer-content,
    .third-offer .offer-content {
        width: 180px;
    }
    .second-offer .offer-content,
    .four-offer .offer-content {
        width: 160px;
    }
    .first-offer,
    .third-offer {
        position: absolute;
        top: 0px;
        background: aliceblue;
        height: auto;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .process-section-area .process-images-content {
        padding: 0 0px 0 0px;
    }
    .we-provide .service-box {
        max-width: 300px;
        text-align: center;
        margin: 30px 0;
        height: auto;
        cursor: pointer;
    }
    .we-provide .service-box img {
        width: 70px;
        margin-bottom: 10px;
    }
    .process-section-area .process-section2 .process-elements1 {
        position: absolute;
        right: 47%;
        left: 48%;
        z-index: 1;
        top: -48px;
        rotate: -11deg;
        width: 60px;
        display: none;
    }
    .process-section-area .process-section2 .process-elements2 {
        bottom: -2px;
        position: absolute;
        right: 45%;
        left: 45%;
        z-index: 1;
        rotate: 0deg;
        width: 80px;
        display: none;
    }
    .process-section-area .process-section2 {
        padding: 20px 0;
        position: relative;
    }
    .swiper-button-next {
        right: 35px;
    }
    .swiper-button-prev {
        left: 35px;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        /* padding: 20px; */
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
}

@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;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        padding: 0;
        height: 100%;
    }
    .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: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .service-card-2 {
        margin-top: 30px;
        overflow: hidden;
        padding: 15px;
        text-align: center;
        position: relative;
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 315px;
        background: #fff;
    }
    .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 {
        width: 100%;
        top: -100px;
        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;
    }
    .last .product-button-wrapper {
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .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;
    }
    .imag-wrapper {
        width: auto;
    }
    .first-offer .offer-content,
    .third-offer .offer-content {
        width: 220px;
    }
    .second-offer .offer-content,
    .four-offer .offer-content {
        width: 220px;
    }
    .first-offer,
    .third-offer {
        position: absolute;
        top: 0px;
        background: aliceblue;
        height: 260px;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        /* padding: 20px; */
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
}
@media (min-width: 700.98px) and (max-width: 991px) {
  .breadcrumb-div {
    padding: 4px 1.6rem !important;
    margin-top: 0;
  }
  #first-section {
    margin-top: 0;
  }
  .carousel-indicators {
    margin-bottom: -80px !important;
  }
  .contentn p {
    font-size: 18px;
  }
}
@media (min-width:1100px) and (max-width:1199.98px) {
    .process-section-area .process-images-content {
        padding: 0 0px 0 0px;
    }
    .process-section-area .process-section2 .process-elements1 {
        position: absolute;
        right: 47%;
        left: 46%;
        z-index: 1;
        top: -54px;
        rotate: -11deg;
        width: 74px;
        /* display: none; */
    }
    .process-section-area .process-section2 .process-elements2 {
        bottom: -40px;
        position: absolute;
        right: 45%;
        left: 43%;
        z-index: 1;
        rotate: 0deg;
        width: 90px;
        /* display: none; */
    }
    .process-section-area .process-section2 {
        padding: 20px 0;
        position: relative;
    }
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .last-benefits {
        padding: 20px 0px !important;
    }
}

@media (min-width:1200px) and (max-width:1299.98px) {
    .process-section-area .process-images-content {
        padding: 0 0px 0 0px;
    }
    .process-section-area .process-section2 .process-elements1 {
        position: absolute;
        right: 47%;
        left: 46%;
        z-index: 1;
        top: -35px;
        rotate: -11deg;
        width: 74px;
        /* display: none; */
    }
    .imag-wrapper {
        width: auto;
    }
    .process-section-area .process-section2 .process-elements2 {
        bottom: -40px;
        position: absolute;
        right: 45%;
        left: 43%;
        z-index: 1;
        rotate: 0deg;
        width: 90px;
        /* display: none; */
    }
    .process-section-area .process-section2 {
        padding: 40px 0;
        position: relative;
    }
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .last-benefits {
        padding: 40px 0px !important;
    }
}

@media (min-width: 1301px) and (max-width:1399.98px) {
    .process-section-area .process-images-content {
        padding: 0 0px 0 0px;
    }
    .process-section-area .process-section2 .process-elements1 {
        position: absolute;
        right: 47%;
        left: 48%;
        z-index: 1;
        top: -27px;
        rotate: -11deg;
        width: 70px;
    }
    .first-offer .offer-content,
    .third-offer .offer-content {
        width: 250px;
    }
    .second-offer .offer-content,
    .four-offer .offer-content {
        width: 250px;
    }
    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        /* padding: 20px; */
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #d3d3d3;
    }
}
