

#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;
    }
    .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;
}
    /*** 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;
    }

    .thumbShape1 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .thumbShape2 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .thumbShape3 img {
        display: flex;
        width: 100%;
        height: auto;
    }
    
    .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: 2.8rem;
        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;
    }
    /*  */
    
    .about-area .about-items .left-info {
        padding-right: 35px;
    }
    
    .about-area .about-info li i,
    .about-area .about-items .item i {
        color: #ff4949;
        display: inline-block;
        font-size: 55px;
        margin-bottom: 20px;
        transition: all 0.35s ease-in-out;
    }
    
    .about-area .features-items .single-item:nth-child(2n) .item i {
        color: #666666;
    }
    
    .about-area .about-info li h4,
    .about-area .about-info li h5,
    .about-area .about-items .item h4,
    .about-area .about-items .item h5 {
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    
    .about-area .about-content .info {
        padding-right: 35px;
    }
    
    .about-area .features-items {
        padding: 30px;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        background: #ffffff;
    }
    
    .fixed-features .features-items {
        position: relative;
        top: -120px;
        z-index: 1;
    }
    
    .about-area .about-content {
        display: block;
        float: left;
        width: 100%;
    }
    
    .about-area .info h2 {
        font-weight: 600 !important;
        margin-bottom: 15px;
        margin-top: -5px;
        font-size: 40px;
        display: inline-block;
    }
    
    span.skew-shake-y {
        animation: skew-y-shake 1.8s infinite;
    }
    
    .about-area span {
        color: #e16408;
        font-size: 40px;
        display: inline-block;
    }
    
    @keyframes skew-y-shake {
        0% {
            transform: skewY(-35deg);
        }
        5% {
            transform: skewY(35deg);
        }
        10% {
            transform: skewY(-35deg);
        }
        15% {
            transform: skewY(35deg);
        }
        20% {
            transform: skewY(0deg);
        }
        100% {
            transform: skewY(0deg);
        }
    }
    
    .about-area .info h4 {
        margin-bottom: 25px;
        color: #ff4949;
        font-weight: 700;
    }
    
    .about-area .about-items .thumb-box {
        position: relative;
        top: -170px;
        margin-bottom: -170px;
        padding-right: 35px;
    }
    
    .about-area .about-items .left-info h2 {
        font-weight: 700;
        line-height: 1.3;
    }
    
    .about-area.pad-bottom {
        padding-bottom: 50px;
    }
    
    .about-area .about-items.reverse .info {
        padding-right: 35px;
    }
    /* About version three */
    
    .about-area .about-items .about-info {
        padding-right: 35px;
    }
    
    .about-area .about-items .about-info h2 {
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 25px;
        margin-top: -5px;
    }
    
    .about-area .about-items .thumb-box .thumb {
        padding-right: 0;
        position: relative;
    }
    
    .about-area .about-items .thumb-box .thumb::after {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        -webkit-animation-name: infiUpDown;
        animation-name: infiUpDown;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }
    
    @keyframes infiUpDown {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        50% {
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    
    @-webkit-keyframes infiUpDown {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
        50% {
            -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }
    }
    
    .about-area .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .Business_counter {
        margin: 50px 0px 0px;
        padding: 3rem 5rem 0;
    }

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

    .about-area .about-items .thumb-box .thumb::after {
        position: absolute;
        left: -50px;
        top: -30px;
        content: "";
        height: 150px;
        width: 150px;
        /*background: url(../img/bg-dotted.png);*/
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .about-area.solids .about-items .thumb-box {
        top: 0;
        margin-bottom: 100px;
    }
    
    .about-area.solids .thumb-box .thumb img:first-child {
        max-width: 73%;
    }
    
    .about-area.solids .thumb-box .thumb img:last-child {
        position: absolute;
        right: 0;
        bottom: -70px;
        width: 240px;
        border: 10px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    }
    
    .about-area .info p strong {
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }
    
    .about-area.solids .info a {
        margin-top: 15px;
    }
    /* New Styles */
    
    .about-area .about-content .thumb {
        position: relative;
    }
    
    .about-area .about-content .thumb img {
        width: 50%;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        padding: 10px;
        background: #ffffff;
    }
    
    .about-area .about-content .thumb img:nth-child(2) {
        position: absolute;
        right: 15px;
        width: 45%;
    }
    
    .about-area .about-content .thumb img:first-child {
        margin-top: 80px;
    }
    
    .about-area .about-content .info a {
        margin-top: 30px;
    }
    /*  */
    
    .about-wrapper.style1 .about-thumb {
        position: relative;
        padding-bottom: 70px;
        height: 500px;
    }
    
    .about-wrapper.style1 .about-thumb .thumbShape2-1 {
        position: absolute;
        bottom: 0;
        right: -20px;
        z-index: 1;
    }
    
    .about-text-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .about-wrapper.style1 .about-thumb .bg {
        position: absolute;
        right: 20px;
        top: 135px;
        z-index: 1;
        width: 465px;
        height: 350px;
        border-radius: 0 0 50px 50px;
        background: #fef4ea;
    }
    
    @media (max-width: 767px) {
        .about-wrapper.style1 .about-thumb .bg {
            max-width: 100%
        }
    }
    
    .about-wrapper.style1 .about-thumb .thumbShape1 {
        position: absolute;
        /*margin-top: -47px;*/
        left: 140px;
        z-index: 1;
    }
    
    .about-wrapper.style1 .about-thumb .thumbShape2 {
        background: #fff;
        position: absolute;
        /* right: -20px; */
        z-index: 1;
        /* top: 0; */
        bottom: 0;
        padding: 10px;
        border-radius: 15px;
    }
    
    .about-wrapper.style1 .about-thumb .thumbShape3 {
        position: absolute;
        top: -10px;
        left: -20px;
        z-index: 1
    }
    
    .about-wrapper.style1 .about-thumb .thumbShape4 {
        position: absolute;
        top: 200px;
        left: 130px;
        z-index: 1
    }
    
    .about-wrapper.style1 .about-thumb .main-thumb {
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: end
    }
    
    @media (max-width: 767px) {
        .about-wrapper.style1 .about-thumb .main-thumb img {
            max-width: 100%
        }
    }
    
    .about-wrapper.style1 .about-thumb .absolute-thumb {
        padding: 15px;
        background: var(--white);
        position: absolute;
        bottom: -10px;
        left: -10px;
        z-index: 3;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }
    
    @media (max-width: 1199px) {
        .about-wrapper.style1 .about-thumb .absolute-thumb {
            bottom: 59px;
            left: 236px
        }
    }
    
    @media (max-width: 991px) {
        .about-wrapper.style1 .about-thumb .absolute-thumb {
            bottom: 0;
            left: 0
        }
    }
    
    .about-wrapper.style1 .about-content .checklist {
        margin-bottom: 30px
    }
    
    .checklist li img {
        width: 30px;
        height: 30px;
    }
    
    .checklist.style1 li {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -.36px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
    }
    
    .checklist.style1 li img {
        margin-right: 10px;
    }
    
    .float-bob-x {
        animation-name: float-bob-x;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    
    @keyframes rounded {
        50% {
            transform: rotate(20deg)
        }
    }
    
    .float-bob-y {
        animation-name: float-bob-y;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }
    
    @keyframes float-bob-y {
        0% {
            transform: translateY(-30px)
        }
        50% {
            transform: translateY(-10px)
        }
        to {
            transform: translateY(-30px)
        }
    }
    
    .cir36 {
        animation: cir36 20s linear infinite;
        -webkit-animation: cir36 20s linear infinite;
    }
    
    @keyframes cir36 {
        to {
            transform: rotate(1turn)
        }
    }
    
    .about-section {
        height: 600px;
        position: relative;
    }
    
    .float-bob-x {
        animation-name: float-bob-x;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }
    
    @keyframes float-bob-x {
        0% {
            transform: translateX(30px)
        }
        50% {
            transform: translateX(10px)
        }
        to {
            transform: translateX(30px)
        }
    }
    
    @keyframes bounce-x {
        0% {
            transform: translateX(0)
        }
        50% {
            transform: translateX(30px)
        }
        to {
            transform: translateX(0)
        }
    }
    /*  */
    
    .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;
    }
    /* ===================================
    # Services
====================================== */
    
    .item {
        -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }
    
    .service .sub-heading {
        margin-bottom: 0px;
    }
    
    .item {
        padding: 56px 30px;
        position: relative;
        z-index: 1;
        height: 90%;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform 0.3s ease;
    }
    
    .item .service-card-content:hover>h4 {
        color: #e16408;
    }
    
    .item:hover {
        transform: translateY(-15px);
    }
    
    .item::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        /*background: url(../img/shape-6.png);*/
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }
    
    .item .info {
        padding: 60px 37px;
    }
    
    .item span {
        position: absolute;
        right: 37px;
        bottom: 30px;
        color: #e7e7e7;
        font-size: 36px;
        font-weight: 700;
        opacity: 0.7;
    }
    /*  */
    /*  */
    
    .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;
    }
    
    .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: 220px;
        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: 35px 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 100px 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: 30px 0;
        position: relative;
    }
    
    .process-section-area .process-section2 .process-elements1 {
        position: absolute;
        right: 47%;
        left: 48%;
        z-index: 1;
        top: -35px;
        rotate: -11deg;
        width: 70px;
    }
    
    .process-section-area .process-section2 .process-elements2 {
        bottom: -15px;
        position: absolute;
        right: 45%;
        left: 44%;
        z-index: 1;
        rotate: 7deg;
        width: 90px;
    }
    
    .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: 130px;
        height: auto;
    }
    /*  */
    
    .service-card-2-img {
        margin-bottom: 15px;
    }
    
    .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;
    }
    
    .section-title .title {
        font-size: 2.2rem;
        line-height: normal;
        color: #000;
        width: 100%;
    }
    
    .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 (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 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: 333.98px) {
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 55px !important;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 270px !important;
            height: auto;
        }
    }
    
    @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;
        }
        .section-title .title {
            font-size: 25px;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .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: 20px;
            position: relative;
            width: 100%;
            max-width: 100%;
        }
        .Business_counter .sub-heading {
            margin-bottom: 10px;
            text-align: center;
        }
        .center-img img {
            width: auto;
            height: auto;
            margin: 20px 0 0;
        }
        .mobi-resp {
            margin: 0px 0px 30px 0px;
        }
        .swiper-button-next {
            right: -12px;
        }
        .swiper-button-prev {
            left: -6px;
        }
        .sub-content {
            text-align: center;
            width: 100%;
            font-size: 18px;
        }
        .car-div {
            padding: 20px !important;
        }
        .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: 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: 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: -86px;
        }
        .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;
        }
        .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;
        }
        .Business_counter {
            margin: 0px 0px 0px 0px;
            padding: 1rem 1rem 0;
        }
        .about-items .row {
            display: flex;
            flex-direction: column-reverse;
            gap: 60px;
        }
        .about-area .about-items .thumb-box .thumb::after {
            position: absolute;
            left: -39px;
            top: -30px;
            content: "";
            height: 100px;
            width: 100px;
            /*background: url(../img/bg-dotted.png);*/
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .about-area.solids .thumb-box .thumb img:last-child {
            position: absolute;
            right: -20px;
            bottom: -60px;
            width: 130px;
            border: 5px solid #ffffff;
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }
        .about-area.solids .thumb-box .thumb img:first-child {
            max-width: 90%;
        }
        .about-area .info h2 {
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: -5px;
            font-size: 25px;
            display: inline-block;
            text-align: center;
        }
        .about-area .info p {
            text-align: center;
            margin-bottom: 0px;
        }
        .about-area span {
            color: #e16408;
            font-size: 25px;
            display: inline-block;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 0px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 250px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 20px;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 300px;
            height: auto;
        }
        .thumbShape3 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb .thumbShape4 {
            position: absolute;
            top: 200px;
            left: 15px;
            z-index: 1;
        }
        .about-wrapper.style1 .about-thumb .thumbShape3 {
            position: absolute;
            top: 0px;
            left: -49px;
            z-index: 1;
        }
        .thumbShape2 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb {
            position: relative;
            padding-bottom: 0px;
            height: 450px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape2 {
            background: #fff;
            position: absolute;
            right: 19px;
            z-index: 1;
            /* top: 0; */
            bottom: 15px;
            padding: 10px;
            border-radius: 15px;
        }
        .heading4 h3 {
            color: #e16408;
            font-size: 20px !important;
            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;
        }
        .checklist.style1 li {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: -.36px;
            margin-bottom: 10px;
            display: flex;
            flex-direction: row;
        }
        .section-content .row {
            gap: 30px;
            margin-top: 30px;
        }
        .service .sub-heading {
            margin-bottom: 10px;
        }
        .about-area.solids .about-items .thumb-box {
            top: 0;
            margin-bottom: 35px;
            margin-top: -25px;
        }
        .checklist.style1 li img {
            width: 16px;
            height: 16px;
            margin-top: 8px;
        }
        .tab-resp {
            margin-top: 0px !important;
        }
        .faq .accordion-content p {
            margin: 15px 0;
            line-height: 1.5;
            font-size: 16px;
        }
        .support-title {
            margin-bottom: 0px !important;
        }
        .support-img {
            width: 60px;
            margin-bottom: 10px;
            height: auto;
        }
        .support {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: -28px;
        }
    }
    
    @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;
        }
        .sub-heading {
            font-size: 1.8rem;
            line-height: normal;
            color: #000;
            width: 100%;
            margin-bottom: 30px;
        }
        .Business_counter .container {
            padding: 0;
            max-width: 100%;
        }
        .section-title .title {
            font-size: 1.8rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .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 0px 0px;
            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;
        }
        .process-section-area .process-images-content {
            padding: 0px 0px !important;
        }
        .process-section-area .process-section2 {
            padding: 25px 0;
            position: relative;
        }
        .process-section-area .process-section2 .process-elements1 {
            position: absolute;
            right: 47%;
            left: 48%;
            z-index: 1;
            top: -28px;
            rotate: -11deg;
            width: 50px;
        }
        .process-section-area .process-section2 .process-elements2 {
            bottom: -25px;
            position: absolute;
            right: 45%;
            left: 43%;
            z-index: 1;
            rotate: 1deg;
            width: 65px;
        }
        .swiper-button-next {
            right: 30px;
        }
        .swiper-button-prev {
            left: 30px;
        }
        .swiper-container {
            margin-bottom: 0px;
            position: relative;
            width: 100%;
            max-width: 100%;
        }
        .about-area .info h2 {
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: -5px;
            font-size: 1.8rem;
            display: inline-block;
        }
        .about-area span {
            color: #e16408;
            font-size: 1.8rem;
            display: inline-block;
        }
        .Business_counter {
            margin: 20px 0px 0px;
            padding: 3rem 1rem 0;
        }
        .about-area.solids .thumb-box .thumb img:first-child {
            max-width: 85%;
        }
        .about-area.solids .thumb-box .thumb img:last-child {
            position: absolute;
            right: 0;
            bottom: -70px;
            width: 160px;
            border: 10px solid #ffffff;
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }
        .about-area .about-items .thumb-box {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
            padding-right: 10px;
        }
        .about-area .about-items .thumb-box .thumb::after {
            position: absolute;
            left: auto;
            right: 0;
            top: -30px;
            content: "";
            height: 150px;
            width: 150px;
            /*background: url(../img/bg-dotted.png);*/
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 20px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 300px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
            margin-top: 0px;
        }
        .key-section, .home-banner, .service, .faq-section {
            margin-top: 0px;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 0px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 250px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 20px;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 300px;
            height: auto;
        }
        .thumbShape3 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb .thumbShape4 {
            position: absolute;
            top: 200px;
            left: 15px;
            z-index: 1;
        }
        .about-wrapper.style1 .about-thumb .thumbShape3 {
            position: absolute;
            top: 0px;
            left: -49px;
            z-index: 1;
        }
        .thumbShape2 img {
            width: 150px;
            height: auto;
        }
        .last-benefits {
            padding: 25px 0px !important;
        }
        .last-one-benefits {
            margin-bottom: 0px;
        }
        .about-wrapper.style1 .about-thumb {
            position: relative;
            padding-bottom: 0px;
            height: 450px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape2 {
            background: #fff;
            position: absolute;
            right: 19px;
            z-index: 1;
            /* top: 0; */
            bottom: 15px;
            padding: 10px;
            border-radius: 15px;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .about-section .container {
            max-width: 100%;
        }
        .section-content .row {
            row-gap: 25px;
        }
        .service .title-wrap {
            margin-bottom: 30px;
        }
        .about-area.solids .about-items .thumb-box {
            top: 0;
            margin-bottom: 60px;
        }
    }
    
    @media (min-width: 992px) and (max-width:1013.98px) {
        section {
            padding: 2rem 2rem;
            overflow: hidden !important;
        }
        .service .title-wrap {
            margin-bottom: 30px;
        }
        .section-content .row {
            row-gap: 25px;
        }
        .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;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .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;
        }
        .process-section-area .process-section2 {
            padding: 30px 0;
            position: relative;
        }
        .process-section-area .process-section2 .process-elements1 {
            position: absolute;
            right: 47%;
            left: 48%;
            z-index: 1;
            top: -22px;
            rotate: -11deg;
            width: 55px;
        }
        .process-section-area .process-section2 .process-elements2 {
            bottom: -14px;
            position: absolute;
            right: 45%;
            left: 44%;
            z-index: 1;
            rotate: 7deg;
            width: 70px;
        }
        .contentn p {
            color: #676565;
            font-size: 18px;
        }
        .process-section-area .process-images-content {
            padding: 0 0px 0px 0px;
        }
        .process-section-area .row {
            margin-bottom: 0px;
        }
        .last-benefits {
            padding: 35px 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: 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: 20px 0px 10px 0px;
            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;
        }
        .imag-wrapper {
            width: auto;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
        }
        .process-section-area .process-images-content p {
            color: #676565;
            font-size: 16px;
            line-height: 25px;
        }
        .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;
        }
        .about-area .info h2 {
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: -5px;
            font-size: 1.8rem;
            display: inline-block;
        }
        .about-area span {
            color: #e16408;
            font-size: 1.8rem;
            display: inline-block;
        }
        .Business_counter {
            margin: 20px 0px 0px;
            padding: 3rem 1rem 0;
        }
        .about-area.solids .thumb-box .thumb img:first-child {
            max-width: 85%;
        }
        .about-area.solids .thumb-box .thumb img:last-child {
            position: absolute;
            right: 0;
            bottom: -70px;
            width: 160px;
            border: 10px solid #ffffff;
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }
        .about-area .about-items .thumb-box {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
            padding-right: 10px;
        }
        .about-area .about-items .thumb-box .thumb::after {
            position: absolute;
            left: auto;
            right: 0;
            top: -30px;
            content: "";
            height: 150px;
            width: 150px;
            /*background: url(../img/bg-dotted.png);*/
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 20px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 300px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 0px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 250px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 20px;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 300px;
            height: auto;
        }
        .thumbShape3 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb .thumbShape4 {
            position: absolute;
            top: 200px;
            left: 15px;
            z-index: 1;
        }
        .about-wrapper.style1 .about-thumb .thumbShape3 {
            position: absolute;
            top: 0px;
            left: -49px;
            z-index: 1;
        }
        .thumbShape2 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb {
            position: relative;
            padding-bottom: 0px;
            height: 450px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape2 {
            background: #fff;
            position: absolute;
            right: 19px;
            z-index: 1;
            /* top: 0; */
            bottom: 15px;
            padding: 10px;
            border-radius: 15px;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    
    @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;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            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%;
        }
        .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: 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;
        }
        .tab-res {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        .imag-wrapper {
            width: auto;
        }
        .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: -29px;
            rotate: -11deg;
            width: 60px;
        }
        .process-section-area .process-section2 .process-elements2 {
            bottom: -13px;
            position: absolute;
            right: 45%;
            left: 44%;
            z-index: 1;
            rotate: 0deg;
            width: 75px;
        }
        .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;
        }
        .about-area .info h2 {
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: -5px;
            font-size: 2rem;
            display: inline-block;
        }
        .about-area span {
            color: #e16408;
            font-size: 2rem;
            display: inline-block;
        }
        .Business_counter {
            margin: 20px 0px 0px;
            padding: 3rem 1rem 0;
        }
        .about-area.solids .thumb-box .thumb img:first-child {
            max-width: 85%;
        }
        .about-area.solids .thumb-box .thumb img:last-child {
            position: absolute;
            right: 0;
            bottom: -70px;
            width: 160px;
            border: 10px solid #ffffff;
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }
        .about-area .about-items .thumb-box {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
            padding-right: 10px;
        }
        .about-area .about-items .thumb-box .thumb::after {
            position: absolute;
            left: -50px;
            top: -30px;
            content: "";
            height: 150px;
            width: 150px;
            /*background: url(../img/bg-dotted.png);*/
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 20px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 300px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 0px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 250px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 20px;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 300px;
            height: auto;
        }
        .thumbShape3 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb .thumbShape4 {
            position: absolute;
            top: 200px;
            left: 15px;
            z-index: 1;
        }
        .about-wrapper.style1 .about-thumb .thumbShape3 {
            position: absolute;
            top: 0px;
            left: -49px;
            z-index: 1;
        }
        .thumbShape2 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb {
            position: relative;
            padding-bottom: 0px;
            height: 450px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape2 {
            background: #fff;
            position: absolute;
            right: 19px;
            z-index: 1;
            /* top: 0; */
            bottom: 15px;
            padding: 10px;
            border-radius: 15px;
        }
        .tab-resp {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }
    
    @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;
        }
        .section-title .title {
            font-size: 2rem;
            line-height: normal;
            color: #000;
            width: 100%;
        }
        .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;
        }
        .last-one-benefits {
            margin-bottom: 0px;
        }
        .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;
        }
        .about-area .info h2 {
            font-weight: 700;
            margin-bottom: 15px;
            margin-top: -5px;
            font-size: 32px;
            display: inline-block;
        }
        .about-area span {
            color: #e16408;
            font-size: 32px;
            display: inline-block;
        }
    }
    @media (min-width: 992px) and (max-width: 1200px) {
        .heading4 h3 {
            font-size: 22px;
        }
        .carousel-indicators {
            margin-bottom: -80px !important;
        }
        .swiper-container {
            margin-bottom: -10px;
        }
    }
    
    @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;
        }
        .about-area.solids .thumb-box .thumb img:first-child {
            max-width: 85%;
        }
        .about-area.solids .thumb-box .thumb img:last-child {
            position: absolute;
            right: 0;
            bottom: -70px;
            width: 160px;
            border: 10px solid #ffffff;
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }
        .about-area .about-items .thumb-box {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
            padding-right: 10px;
        }
        .about-area .about-items .thumb-box .thumb::after {
            position: absolute;
            left: -50px;
            top: -30px;
            content: "";
            height: 150px;
            width: 150px;
            /*background: url(../img/bg-dotted.png);*/
            z-index: -1;
            background-size: contain;
            background-repeat: no-repeat;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 20px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 300px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-content .checklist {
            margin-bottom: 15px;
            margin-top: 15px;
        }
        .checklist {
            padding-left: 1rem;
        }
        .about-section {
            height: auto;
            position: relative;
        }
        .about-wrapper.style1 .about-thumb .bg {
            position: absolute;
            right: 0px;
            top: 135px;
            z-index: 1;
            width: 100%;
            height: 250px;
            border-radius: 0 0 50px 50px;
            background: #fef4ea;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: 20px;
            left: 25px;
            z-index: 1;
        }
        .thumbShape1 img {
            width: 300px;
            height: auto;
        }
        .thumbShape3 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb .thumbShape4 {
            position: absolute;
            top: 200px;
            left: 15px;
            z-index: 1;
        }
        .about-wrapper.style1 .about-thumb .thumbShape3 {
            position: absolute;
            top: 0px;
            left: -49px;
            z-index: 1;
        }
        .thumbShape2 img {
            width: 150px;
            height: auto;
        }
        .about-wrapper.style1 .about-thumb {
            position: relative;
            padding-bottom: 0px;
            height: 450px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape2 {
            background: #fff;
            position: absolute;
            right: 19px;
            z-index: 1;
            /* top: 0; */
            bottom: 15px;
            padding: 10px;
            border-radius: 15px;
        }
    }
    
    @media (min-width:1200px) and (max-width:1299.98px) {
        .process-section-area .process-images-content {
            padding: 0 0px 0 0px;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: -47px;
            left: 90px;
            z-index: 1;
        }
        .process-section-area .process-section2 .process-elements1 {
            position: absolute;
            right: 47%;
            left: 46%;
            z-index: 1;
            top: -35px;
            rotate: -25deg;
            width: 74px;
            /* display: none; */
        }
        .imag-wrapper {
            width: auto;
        }
        .process-section-area .process-section2 .process-elements2 {
            bottom: -25px;
            position: absolute;
            right: 45%;
            left: 44%;
            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;
        }
        .about-wrapper.style1 .about-thumb .thumbShape1 {
            position: absolute;
            top: -47px;
            left: 107px;
            z-index: 1;
        }
        .process-section-area .process-section2 .process-elements1 {
            position: absolute;
            right: 47%;
            left: 48%;
            z-index: 1;
            top: -27px;
            rotate: -11deg;
            width: 70px;
        }
        .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;
        }
    }