/********** Template CSS **********/


/*** Spinner ***/
#navbar {
    position: sticky;
}
.support {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  height: 100%; 
  min-height: 250px; 
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Heading ***/

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

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

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

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

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

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

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

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

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


/*** Button ***/

.btn {
    transition: .5s;
}

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

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

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

.btn-light {
    color: #BF5708;
}

.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: #BF5708;
}

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

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

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

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

.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 #BF5708 !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 #BF5708;
    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;
}

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

.form-image .desk-h3-view {
    display: block;
}
.form-image .mob-h5-view {
    display: none;
}
.rated-cust-img3 {
        width: 200px;
}
.dem-form-section {
    margin-bottom: 25px;
}
/*** Hero Header ***/

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

 :root {
    --brand-orange: #BF5708;
    --brand-blue: #1E40AF;
    --brand-green: #16A34A;
    --card-radius: 24px;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes tooltipFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.badge-pill {
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-blue));
  color: #fff;
}

.badge-pill {
  border-radius: 999px;
  padding: .28rem .6rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
}

.pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #22c55e;
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: pulse 1.5s infinite;
}

.header {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5FAFF !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: #BF5708;
    background-position: bottom;
    bottom: -4px;
    height: 620px;
}

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

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

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

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

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

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

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

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

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

.sub-content {
    text-align: center;
    width: 76%;
    font-size: 18px;
    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: #BF5708;
    background: #FBE389;
    padding: 2px 10px;
    border-radius: 25px;
}

@keyframes half-spin {
    0% {
        transform: rotate(0);
        transform-origin: center;
    }
    50% {
        transform: rotate(90deg);
        transform-origin: center;
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
}


/*  */

#why_chose .chose-container {
    display: grid;
    grid-template-columns: 40% 55%;
    justify-content: space-between;
    align-items: center;
}

section#why_chose {
    background-color: #f6f9fc;
}

.key-highlight {
    display: inline-block;
    position: relative;
    color: #BF5708;
    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%;
    }
}

#why_chose .chose-container {
    display: grid;
    grid-template-columns: 40% 55%;
    justify-content: space-between;
    align-items: center;
}

#why_chose .chose-container .chose-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#why_chose .chose-img {
    width: 70%;
    margin-bottom: 2%;
}

#why_chose .chose-text h2 {
    color: #000;
    font-size: 50px;
    letter-spacing: 0.9;
}

#why_chose .chose-text p {
    color: #676565;
    text-align: center;
    margin-top: 30px;
}

#why_chose .chose-point-container {
    /* display: flex; */
    /* display: grid; */
    /* column-gap: 30px; */
    /* grid-template-columns: 47% 47%;
    gap: 25px; */
    width: 70%;
}

#why_chose .chose-point-container .chose-two {
    margin-top: 22px;
}

#why_chose .chose-point-container .chose-one,
#why_chose .chose-point-container .chose-two {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

#why_chose .chose-right-point {
    margin-left: 40%;
    width: 100%;
    background-color: #EAFFE6 !important;
    color: #000;
}

#why_chose .chose-point-box {
    background-color: #F2E9FE;
    border-radius: 20px;
    padding: 3% 5% 0% 5%;
}

#why_chose .chose-point-last {
    background-color: #FDE3EA;
    border-radius: 20px;
    padding: 3% 5% 0% 5%;
}

#why_chose .chose-point-box h4 {
    display: flex;
    font-size: 25px;
    align-items: center;
}


/*  */


/*  */

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


/* Style for slides */

.home-banner .swiper-slide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f6f9fc;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    border-radius: 10px;
    padding: 40px 25px;
    cursor: grab;
    height: 550px;
}

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

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

.tab-curve {
    display: none;
    margin: 0 auto;
    width: 50px;
    position: absolute;
    top: 40px;
    left: 40%;
}

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

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


/* Style for buttons */
.slide-button:hover {
    border: none !important;
    outline: none !important; 
}
.slide-button:focus {
    border: none !important;
    outline: none !important;
}

.slide-button {
    border: none !important;
    outline: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    background-color: #F5FAFF !important;
    color: #000;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
    font-weight: 500;
    font-size: 20px;
    transition: 0.3s;
    line-height: normal;
    width: 100%;
    position: relative;
}

.button-span {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button-image {
    width: 130px;
    height: auto;
}

.slide-button:hover,
.slide-button:active,
.slider-button:focus {
    background-color: transparent;
    transition: 0.3s;
/*    border: 1px solid #f6f9fc;*/
    outline: none !important;
}

button:focus {
    outline: none !important;
    /* Remove focus outline */
}

.roli li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #676565;
    list-style: none;
}

.shapees .shape-2 {
    position: absolute;
    left: 12%;
    top: 3%;
    animation: top-bottom 3s infinite linear;
}

.shapees .shape1 {
    position: absolute;
    left: -27px;
    top: 0;
    z-index: 0;
}

.shapees .shape2 {
    position: absolute;
    right: -10px;
    bottom: -5px;
    z-index: 0;
}

.home-banner .shapes .shape1,
.testimonial .shapes .shape1 {
    border-radius: 50%;
    position: absolute;
    top: 10%;
    left: 40%;
    animation: top-bottom 2s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape2,
.testimonial .shapes .shape2 {
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 4%;
    animation: top-bottom 2s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape3,
.testimonial .shapes .shape3 {
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    left: 35%;
    animation: top-bottom 2s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape4,
.testimonial .shapes .shape4 {
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    left: 5%;
    animation: half-spin 3s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape5,
.testimonial .shapes .shape5 {
    border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 5%;
    animation: top-bottom 2s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape7,
.testimonial .shapes .shape7 {
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    right: 15%;
    animation: top-bottom 2s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape8,
.testimonial .shapes .shape8 {
    border-radius: 50%;
    position: absolute;
    top: 15%;
    right: 10%;
    animation: half-spin 3s infinite linear;
    width: 20px;
    height: auto;
}

.home-banner .shapes .shape9,
.testimonial .shapes .shape9 {
    border-radius: 50%;
    position: absolute;
    bottom: 45%;
    right: 5%;
    animation: half-spin 5s infinite linear;
    width: 20px;
    height: auto;
}


/* Style for active button */

.slide-button.active {
    color: #C14E00;
    border-radius: 0;
    transition: 0.3s;
    border-radius: 10px;
    background-color: #F5FAFF;
}

.separator {
    height: 50px !important;
    color: #d3d3d3 !important;
    background: transparent;
    border: 1px solid #d3d3d3;
    opacity: 1;
}

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


/* Basic styling for the accordions */

.home-banner .accordion-item .accordion-header .icon {
    transition: transform 0.3s ease-in-out;
}

.home-banner .accordion-item:hover .accordion-header .icon {
    transform: rotate(180deg);
    color: #000;
}

.home-banner .accordion-item .accordion-header .icon::before {
    content: "+";
}

.home-banner .accordion-item .accordion-header .icon::after {
    content: "-";
    opacity: 0;
}

.home-banner .accordion-item:hover .accordion-header .icon::before {
    opacity: 0;
}

.home-banner .accordion-item:hover .accordion-header .icon::after {
    opacity: 1;
}

.home-banner .accordion {
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-banner .accordion-item {
    background: transparent;
    border: 1px solid transparent;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.home-banner .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
    background-color: #EBEBFB;
    border-radius: 10px;
    flex-direction: row-reverse;
}

.home-banner .accordion-header .arrow {
    transition: transform 0.2s ease;
    display: inline-block;
}

.home-banner .accordion-header span {
    font-size: 20px;
    font-weight: 500;
}

.home-banner .accordion-content p {
    line-height: 25px;
    margin-bottom: 10px;
}

.home-banner .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s ease, padding 2s ease;
    padding: 0 10px !important;
}

.home-banner .home-banner .container {
    overflow: hidden;
    max-width: 1200px;
    padding: 0;
}

.home-banner .accordion-item:hover .accordion-content {
    max-height: 150px;
    /* adjust based on content */
    padding: 0px 10px;
    background-color: #EBEBFB;
    border-radius: 0px 0px 10px 10px;
}

.home-banner .accordion-item:hover .accordion-header {
    background-color: #EBEBFB;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid transparent;
    padding: 10px 10px;
}

.home-banner .accordion-item:hover .arrow {
    transform: rotate(180deg);
}


/*  */


/* ------Collaborate section Css Start------ */

.collaborate_section .collaborate_text {
    padding-left: 30px;
}

.collaborate_section .collaborate_text .section_title {
    text-align: left;
    margin: 15px 0 40px 0;
}

.collaborate_section .collaborate_text .section_title h2 {
    margin-bottom: 15px;
}

.collaborate_section .collaborate_text ul li {
    position: relative;
/*    padding-left: 115px;*/
    margin-bottom: 35px;
}

/*.collaborate_section .collaborate_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 90px;
    height: 90px;
    background-size: contain;
}*/

.collab-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.collaborate_section .collaborate_text ul li:last-child:before {
/*    background-image: url(/images/new-homepage/for-patient.webp);*/
}

.collaborate_section .collaborate_text ul li h3 {
    margin-bottom: 5px;
}

.collaborate_section .collaborate_image {
    background-image: url(/images/new-homepage/mobile-middle.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 575px;
}

.collaborate_section .collaborate_image .img_block {
    display: flex;
    align-items: flex-end;
}

.collaborate_section .collaborate_image .img_block:first-child {
    padding: 15px 0 0 15px;
}

.collaborate_section .collaborate_image .img_block:first-child img:last-child {
    margin-left: 20px;
}

.collaborate_section .collaborate_image .img_block:first-child .icon_img {
    margin-bottom: -30px;
}

.collaborate_section .collaborate_image .img_block:last-child {
    align-items: flex-start;
    margin-top: 35px;
    padding-left: 15px;
}

.collaborate_section .collaborate_image .img_block:last-child .icon_img {
    margin-left: -45px;
    animation-delay: 3s;
}

.doc-pat {
    padding-left: 0;
}

.range-block {
    margin: 30px 55px 0 0;
}

.range-block .h4-tag {
    font-size: 22px;
    background: #FBE389;
    padding: 8px 20px;
    text-align: center;
    border-radius: 25px;
    width: 81%;
}

.collaborate_section .collaborate_image .icon_img {
    box-shadow: 0px 1px 18px 0px #50505024;
    border-radius: 10px;
}

.moving_animation {
    animation: moving_object 6s infinite linear;
}

@keyframes moving_object {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moving_waves {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0);
    }
}

.collab-row {
    margin-top: 50px;
}

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

.floating-top {
    width: 169px;
    height: auto;
}

.floating-bottom {
    width: 300px;
    height: auto;
}

.mobile-bottom {
    width: 271px;
    height: auto;
}


/* integration-section Css Start */

.integration_section {
    position: relative;
}

.integration_section .section_title {
    max-width: 600px;
    margin: 0 auto;
}

.integration_section .section_title p {
    margin-bottom: 10px;
}

.integration_section .platforms_list .list_block {
    background: #f6f9fc 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #edebf6;
    border: 1px solid #f1eff7;
    border-radius: 6px;
    min-height: 160px;
    width: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-top: 30px; */
    border-bottom: 4px solid transparent;
    transition: .4s all;
    overflow: hidden;
}

.platform-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

#platform-content {
    background: #F2E9FE;
    width: 70%;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #A32CC4;
    color: #A32CC4;
    font-size: 20px;
}

.list_block .icon img {
    mix-blend-mode: darken;
}

.platform-block {
    text-align: center;
    margin: 40px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.integration_section .platforms_list .list_block:hover {
    border-bottom-color: #BF5708;
}

.integration_section .platforms_list .list_block .icon {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.integration_section .platforms_list .list_block .caption p {
    font-weight: 600;
}


/*================================================
Index 02 Service Area CSS
=================================================*/

.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: 300px;
    background: #fff;
}

.service-card-2 span {
    width: 97%;
    height: 40%;
    transform: rotate(-15deg);
    border-radius: 0px 0px 50px 50px;
    background-color: #ffeced;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: -60px;
    transition: 0.5s ease;
}

.service-card-2 span::before {
    content: "";
    width: 0%;
    height: 0%;
    transition: 0.5s ease-in;
    border-radius: 0px 0px 50px 50px;
    background-color: #BF5708;
    position: absolute;
    top: 0;
    right: 0;
}

.service-card-2 .service-card-content {
    position: relative;
}

.service-card-2 .service-card-content .service-card-2-img {
    width: 85px;
    height: 85px;
    padding: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-card-2 .service-card-content .h4-tag {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.service-card-2 .service-card-content .default-button-3 {
    margin-top: 10px;
}

.service-card-2:hover span::before {
    width: 100%;
    height: 100%;
    right: unset;
    left: 0;
    transition: 0.5s ease;
    border-radius: 0px 0px 50px 50px;
}

.service-slider-area-2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.service-slider-area-2 .owl-dots .owl-dot {
    width: 30px;
    height: 8px;
    margin: 0px 3px;
    border-radius: 15px;
    background-color: #b5d2fe;
}

.service-slider-area-2 .owl-dots .active {
    background-color: var(--mainColor);
}

.service .container {
    padding: 25px 0px;
}


/*  */

.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: 422px;
    margin-bottom: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

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

.carousel-indicators .active {
    opacity: 1;
    background: #BF5708 !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 .h6-tag {
    color: #676565;
}

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

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


/*  */

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

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

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

.need_text {
    width: 80%;
}

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


/*  */


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


/* Firefox */

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


/* Chrome, Edge, and Safari */

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

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

*::-webkit-scrollbar-thumb {
    background-color: #BF5708;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/*  */

.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: 20px;
    height: auto;
}

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

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

.support p {
    width: 80%;
}

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

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

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

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

.scroll-arrow {
    width: 30px;
}


/* contact us */

.form-wrapper {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    border-radius: 12px;
    animation: fadeIn 1s ease-out;
}

.title {
    font-size: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.form-label {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: border-color 0.3s, transform 0.3s;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #BF5708;
    outline: none;
    transform: scale(1.02);
}

.form-textarea {
    resize: none;
}

.submit-button {
    display: block;
    width: 30%;
    padding: 8px;
    background: #BF5708;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.submit-button:hover {
    background: #BF5708;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .form-wrapper {
        padding: 30px;
    }
    .title {
        font-size: 24px;
    }
    .subtitle {
        font-size: 14px;
    }
    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .form-wrapper {
        padding: 20px;
    }
    .title {
        font-size: 20px;
    }
    .subtitle {
        font-size: 12px;
    }
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    .form-column {
        min-width: 100%;
    }
    .form-label {
        font-size: 12px;
    }
    .form-input,
    .form-textarea {
        padding: 10px;
    }
    .submit-button {
        padding: 10px;
        font-size: 14px;
    }
}

.submit-button {
    padding: 10px;
    font-size: 18px;
}


/*  */

.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 .accordion-header:hover {
    background-color: #BF5708;
    color: #fff;
}

.faq .accordion-header.active {
    background-color: #BF5708;
    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;
}


/* button */

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 32px; */
    background-color: transparent;
    border: 2px solid transparent;
    color: #C14E00;
    gap: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.text {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.svg {
    height: 100%;
    width: fit-content;
}

.svg svg {
    width: 50px;
    height: 30px;
}

.button:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
}

@keyframes jello-vertical {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}


/* responsive  */
@media (min-width: 280px) and (max-width: 576px) {
    .hero-title {
        font-size:25px !important;
        font-weight: 500 !important;
        line-height: 38px;
    }
    .title-tag {
       font-size: 14px;
       color: #BF5708;
       background:#FBE389;
       padding:2px 10px;
       border-radius:25px;
       margin-bottom: 3px;
    }
    .button-wrap {
        display: flex;
        justify-content: left;
    }
    .chose-one h3 {
        font-size: 18px;
    }
    .home-banner .accordion-header span {
        font-size: 18px;
        font-weight: 500;
    }
    .home-banner .accordion-content p {
        font-size: 16px;
        margin-top: 4px;
    }
    .swiper-slide .row {
        margin-top: 4px;
    }
    .swiper-wrapper {
       display: flex;
       align-items: stretch !important; 
    }

    .swiper-slide {
      height: auto !important; 
      display: flex !important; 
      flex-direction: column !important;
    }
    .title-wrap .h2-tag {
       font-size: 22px;
        font-weight: 500 !important;
    }
    .title-wraps .h2-tag {
       font-size: 22px;
        font-weight: 500 !important;
       text-align: center;
    }
    .form-image .desk-h3-view {
        display: none;
    }
    .form-image .mob-h5-view {
        display: block;
    }
    .italic-text {
        width: 100%;
    }
    .rated-cust-img3 {
        width: 54%;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
       position: relative;
        width: 55px !important;
       height: 55px !important;
       border: none;
       border-radius: 50px;
       margin-left: 10px;
    }
    .client-logo {
       width: 45px !important;
       height: 45px !important;
       border-radius: 50px !important;
    }
    .form-image .mob-h5-view {
        text-align: center;
        font-size: 19px;
    }
    .dem-form-section {
        margin-bottom: 5px;
    }
    .form-image p {
        text-align: center;
    }
    .title-wrap h2 {
        font-size: 22px;
        font-weight: 500 !important;
    }
    .tit-track h3 {
        font-size: 19px;
        font-weight: 500 !important;
    }
    .row_am .h2-tag {
        margin-bottom: 15px !important;
    }
    .content h3 {
        color: black;
    }
    .doc-pat h3 {
        font-size: 20px;
        font-weight: 500 !important;
    }
    .doc-pat {
        padding: 5px !important;
    }
    .doc-pat li {
        padding: 5px !important;
    }
    .service-card-content h3 {
        font-size: 19px;
        font-weight: 500 !important;
    }
    .quote {
        width: 60px !important;
    }
    .car-div {
        padding:20px !important;
    }
    .car-div p {
        font-size: 17px !important;
    }
    .name h3 {
        font-size: 18px !important;
    }
    .section_title h3 {
        font-size: 20px !important;
    }
    .section_title p {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .col-div {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .counter-wrap h4 {
        font-size: 19px;
        font-weight: 520 !important;
    }
    .faq-sec h3 {
        font-size: 22px;
        font-weight: 560 !important;
    }
    .secondary-heading {
        font-size: 22px;
        font-weight: 560 !important;
    }
    .client-info h3 {
        font-size: 20px;
    }
    .client-info p {
        font-size: 17px;
    }
}
@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;
    }
    #why_chose .chose-text p {
        padding: 0px !important;
    }
}

@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: 30px;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #BF5708;
        font-size: 25px;
        line-height: 40px;
    }
    #why_chose .chose-point-container {
        /* display: flex
    ; */
        /* display: grid
    ; */
        /* column-gap: 30px; */
        width: 100%;
    }
    #why_chose .chose-right-point {
        margin-left: 0%;
        width: 100%;
        background-color: #EAFFE6 !important;
        color: #000;
    }
    #why_chose .chose-container {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
    }
    #why_chose .chose-point-box h4 {
        font-size: 18px;
    }
    #why_chose .chose-point-box {
        background-color: #F2E9FE;
        border-radius: 20px;
        padding: 3% 5% 5% 5%;
    }
    #why_chose .chose-point-last {
        background-color: #FDE3EA;
        border-radius: 20px;
        padding: 3% 5% 5% 5%;
    }
    #why_chose .chose-point-container .chose-one,
    #why_chose .chose-point-container .chose-two {
        display: flex;
        flex-direction: column;
        row-gap: 22px;
        margin-top: 20px;
    }
    .slider-content p {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .slide-button.active>.tab-curve {
        display: none;
    }
    .slide-button {
        border: none !important;
        outline: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 0;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: auto;
        position: relative;
    }
    .swiper-control {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }
    .swiper-slide {
        display: flex;
        align-items: center;
        background-color: #f6f9fc;
        flex-direction: column;
        font-size: 18px;
        color: #333;
        border-radius: 10px;
        /*padding: 40px 25px;*/
        cursor: grab;
        height: auto;
    }
    .slide-button {
        border: none !important;
        outline: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        transition: 0.3s;
        line-height: normal;
        width: min-content;
        position: relative;
        flex-wrap: wrap;
    }
    .home-banner .accordion {
        width: 100%;
        max-width: 600px;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .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;
    }
    .collaborate_section .collaborate_text {
        padding-left: 0px;
    }
    .collab-row {
        margin-top: 0px;
    }
    .collaborate_section .collaborate_text ul li {
        position: relative;
/*        padding-left: 60px;*/
        margin-bottom: 15px;
    }
    #doctor-item .content p {
        position: relative;
        padding-left: 18px;
    }
    #doctor-item .content p::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 18px;
        line-height: 1;
    }
    #patient-item .content p {
        position: relative;
        padding-left: 18px;
    }
    #patient-item .content p::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 18px;
        line-height: 1;
    }
    /*.collaborate_section .collaborate_text ul li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 45px;
        height: 45px;
        background-size: cover;
    }*/
    .app-wraping {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .range-block {
        margin: 20px auto;
    }
    .range-block .h4-tag {
        font-size: 18px;
        background: #FBE389;
        padding: 8px 14px;
        text-align: center;
        border-radius: 25px;
        width: 100%;
    }
    .mobile-top {
        width: 127px;
        height: auto;
    }
    .floating-top {
        width: 100px;
        height: auto;
    }
    .floating-bottom {
        width: 166px;
        height: auto;
    }
    .mobile-bottom {
        width: 150px;
        height: auto;
    }
    .collaborate_section .collaborate_image .img_block:first-child img:last-child {
        margin-left: 0px;
    }
    .collaborate_section .collaborate_image {
        background-image: url(/images/new-homepage/mobile-middle.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        min-height: 100%;
    }
    .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;
    }
    .integration_section .platforms_list .list_block {
        background: #f6f9fc 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 15px #edebf6;
        border: 1px solid #f1eff7;
        border-radius: 6px;
        min-height: 130px;
        width: 145px;
        height: 145px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        /* margin-top: 30px; */
        border-bottom: 4px solid transparent;
        transition: .4s all;
        overflow: hidden;
    }
    #platform-content {
        background: #F2E9FE;
        width: 100%;
        padding: 10px;
        border-radius: 25px;
        border: 1px solid #A32CC4;
        color: #A32CC4;
        font-size: 18px;
    }
    .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;
    }
    .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 3rem;
        margin-top: -88px;
    }
    .support-section .row {
        padding: 0px;
        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;
    }
    img {
        display: flex;
        width: 100%;
        height: auto;
    }
    .collab-col {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .faq .accordion-header {
        height: auto !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) { 
    .hero-title {
        font-size:2.2rem !important;
        font-weight: 600 !important;
        line-height: 38px;
        color: #000;
    }
    .title-tag {
       font-size: 17px;
       color: #BF5708;
       background:#FBE389;
       padding:5px 12px;
       border-radius:25px;
       margin-bottom: 3px;
    }
    .chose-one h3 {
        font-size: 20px;
    }
    .chose-one p {
        font-size: 18px;
    }
    .home-banner .accordion-header span {
        font-size: 18px;
        font-weight: 500;
    }
    .home-banner .accordion-content p {
        font-size: 16px;
        margin-top: 4px;
    }
    .swiper-slide .row {
        margin-top: 4px;
    }
    .swiper-wrapper {
       display: flex;
       align-items: stretch !important; 
    }

    .swiper-slide {
      height: auto !important; 
      display: flex !important; 
      flex-direction: column !important;
    }
    .title-wrap .h2-tag {
       font-size: 28px;
        font-weight: 600 !important;
    }
    .title-wrap h2 {
        font-size: 28px;
        font-weight: 500 !important;
    }
    .tit-track h3 {
        font-size: 28px;
        font-weight: 600 !important;
    }
    .doc-pat h3 {
        font-size: 22px;
        font-weight: 500 !important;
    }
    .service-card-content h3 {
        font-size: 20px;
        font-weight: 500 !important;
    }
    .quote {
        width: 60px !important;
    }
    .car-div {
        padding:22px !important;
    }
    .car-div p {
        font-size: 19px !important;
    }
    .name h3 {
        font-size: 19px !important;
    }
    .section_title h3 {
        font-size: 22px !important;
    }
    .section_title p {
        font-size: 19px !important;
        font-weight: 500 !important;
    }
    .col-div {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .counter-wrap h4 {
        font-size: 24px;
        font-weight: 520 !important;
    }
    .faq-sec h3 {
        font-size: 28px;
        font-weight: 600 !important;
    }
    .secondary-heading {
        font-size: 24px;
        font-weight: 560 !important;
    }
    .client-info h3 {
        font-size: 22px;
    }
    .client-info p {
        font-size: 20px;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 400px !important;
        margin-bottom: 50px;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
}
@media (min-width: 768px) and (max-width:999.98px) {
    section {
        margin-top: 5px !important;
    }
    .hero-title {
        font-size:28px !important;
        font-weight: 500 !important;
        line-height: 38px;
        color: #000;
    }
    #first-section {
        margin-top: 0 !important;
    }
    .breadcrumb-div {
        margin-top: 0 !important;
    }
    .title-tag {
       font-size: 16px;
       color: #BF5708;
       background:#FBE389;
       padding:4px 12px;
       border-radius:25px;
       margin-bottom: 3px;
    }
        .button-wrap {
        display: flex;
        justify-content: left;
    }
    .chose-one h3 {
        font-size: 20px;
    }
    .chose-one p {
        font-size: 18px;
    }
    .home-banner .accordion-header span {
        font-size: 18px;
        font-weight: 500;
    }
    .home-banner .accordion-content p {
        font-size: 16px;
        margin-top: 4px;
    }
    .swiper-slide .row {
        margin-top: 4px;
    }
    .swiper-wrapper {
       display: flex;
       align-items: stretch !important; 
    }

    .swiper-slide {
      height: auto !important; 
      display: flex !important; 
      flex-direction: column !important;
    }
    .title-wrap .h2-tag {
       font-size: 26px;
        font-weight: 500 !important;
    }
    .title-wraps .h2-tag {
        font-size: 26px;
        font-weight: 500 !important;
       text-align: center;
    }
    .form-image .desk-h3-view {
        text-align: center;
    }
    .form-image p {
        text-align: center;
    }
    .dem-sec-img-div {
        display: flex;
        justify-content: center;
    }
    .dem-form-section {
        margin-bottom: 5px;
    }
    .state-link-div {
        margin-top: 0px;
    }
    #why_chose {
        margin-top: 0px;
    }
    .feature-card-wrapper {
        margin-top: 0px;
    }
    .testimonial {
        margin-top: 0px;
    }
    .title-wrap h2 {
        font-size: 22px;
        font-weight: 500 !important;
    }
    .tit-track h3 {
        font-size: 24px;
        font-weight: 500 !important;
    }
    .doc-pat h3 {
        font-size: 20px;
        font-weight: 500 !important;
    }
    .service-card-content h3 {
        font-size: 19px;
        font-weight: 500 !important;
    }
    .quote {
        width: 60px !important;
    }
    .car-div {
        padding:20px !important;
    }
    .car-div p {
        font-size: 17px !important;
    }
    .name h3 {
        font-size: 18px !important;
    }
    .section_title h3 {
        font-size: 20px !important;
    }
    .section_title p {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .col-div {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .support-section {
        margin-top: 2px !important;
    }
    .faq-sec {
        margin-top: 0px;
    }
    .counter-wrap h4 {
        font-size: 19px;
        font-weight: 520 !important;
    }
    .faq-sec h3 {
        font-size: 22px;
        font-weight: 560 !important;
    }
    .secondary-heading {
        font-size: 22px;
        font-weight: 560 !important;
    }
    .client-info h3 {
        font-size: 20px;
    }
    .client-info p {
        font-size: 17px;
    }
    section {
        padding: 1.5rem 1rem;
        overflow: hidden !important;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #BF5708;
        font-size: 1.8rem;
        line-height: normal;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-container {
        /* display: flex
    ; */
        /* display: grid
    ; */
        /* column-gap: 30px; */
        width: 100%;
    }
    #why_chose .chose-point-container .chose-one,
    #why_chose .chose-point-container .chose-two {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #why_chose .chose-right-point {
        margin-left: 0%;
        width: 100%;
        background-color: #EAFFE6 !important;
        color: #000;
    }
    #why_chose .chose-container {
        display: grid;
        grid-template-columns: 50% 48%;
        justify-content: space-between;
        align-items: center;
    }
    .sub-heading {
        font-size: 1.8rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-box h4 {
        display: flex;
        font-size: 22px;
        align-items: center;
    }
    .slide-button {
        border: none !important;
        outline: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 5px;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: 100%;
        position: relative;
    }
    .tab-curve {
        display: none;
        margin: 0 auto;
        width: 35px;
        position: absolute;
        top: 49px;
        left: 38%;
    }
    .swiper-slide .row {
        display: flex;
        flex-direction: column;
        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;*/
        cursor: grab;
        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: center;
        margin-bottom: 0;
    }
    .collaborate_section .collaborate_text {
        padding-left: 0px;
    }
    .collaborate_section .collaborate_text ul li {
        position: relative;
/*        padding-left: 60px;*/
        margin-bottom: 15px;
    }
    /*.collaborate_section .collaborate_text ul li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background-size: contain;
    }*/
    .floating-bottom {
        width: 180px;
        height: auto;
    }
    .mobile-bottom {
        width: 160px;
        height: auto;
    }
    .mobile-top {
        width: 165px;
        height: auto;
    }
    .floating-top {
        width: 115px;
        height: auto;
    }
    .collab-col {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        visibility: visible;
        align-items: center;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .collab-row {
        margin-top: 0px;
    }
    .range-block .h4-tag {
        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: 400px;
        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;
    }
    .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: #BF5708;
        color: #000;
        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;
    }
    .request-btn:hover {
        background: #ae3910;
        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: 19px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -88px;
    }
    .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;
    }
}

@media (min-width: 1000px) and (max-width:1013.98px) {
    section {
        padding: 2rem 2rem;
        overflow: hidden !important;
    }
    .hero-title {
        font-size: 2.5rem;
        line-height: normal;
        color: #000;
    }
    .button-wrap {
        margin: 5px 0;
        width: 100%;
    }
    .key-highlight {
        display: inline-block;
        position: relative;
        color: #BF5708;
        font-size: 1.8rem;
        line-height: normal;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 100%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-container {
        /* display: flex
    ; */
        /* display: grid
    ; */
        /* column-gap: 30px; */
        width: 90%;
    }
    #why_chose .chose-point-container .chose-one,
    #why_chose .chose-point-container .chose-two {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #why_chose .chose-right-point {
        margin-left: 17%;
        width: 100%;
        background-color: #EAFFE6 !important;
        color: #000;
    }
    #why_chose .chose-container {
        display: grid;
        grid-template-columns: 45% 50%;
        justify-content: space-between;
        align-items: center;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-box h4 {
        display: flex;
        font-size: 22px;
        align-items: center;
    }
    .slide-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 5px;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: 100%;
        position: relative;
    }
    .tab-curve {
        display: none;
        margin: 0 auto;
        width: 35px;
        position: absolute;
        top: 40px;
        left: 40%;
    }
    .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;*/
        cursor: grab;
        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: center;
        margin-bottom: 0;
    }
    .collaborate_section .collaborate_text {
        padding-left: 0px;
    }
    .collaborate_section .collaborate_text ul li {
        position: relative;
/*        padding-left: 60px;*/
        margin-bottom: 20px;
    }
    /*.collaborate_section .collaborate_text ul li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background-size: contain;
    }*/
    .floating-bottom {
        width: 200px;
        height: auto;
    }
    .mobile-bottom {
        width: 200px;
        height: auto;
    }
    .mobile-top {
        width: 200px;
        height: auto;
    }
    .floating-top {
        width: 150px;
        height: auto;
    }
    .collab-col {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        visibility: visible;
        align-items: center;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
    .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-tag {
        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: 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: #BF5708;
        color: #000;
        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;
    }
    .request-btn:hover {
        background: #ae3910;
        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: 19px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -88px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 22px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
    .contentn p {
        color: #676565;
        font-size: 18px;
    }
}

@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: #BF5708;
        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;
    }
    #why_chose .chose-point-container {
        /* display: flex
    ; */
        /* display: grid
    ; */
        /* column-gap: 30px; */
        width: 85%;
    }
    #why_chose .chose-point-container .chose-one,
    #why_chose .chose-point-container .chose-two {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #why_chose .chose-right-point {
        margin-left: 25%;
        width: 100%;
        background-color: #EAFFE6 !important;
        color: #000;
    }
    .slide-button.active>.tab-curve {
        display: none;
    }
    #why_chose .chose-container {
        display: grid;
        grid-template-columns: 45% 50%;
        justify-content: space-between;
        align-items: center;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-box h4 {
        display: flex;
        font-size: 22px;
        align-items: center;
    }
    .slide-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 5px;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: 100%;
        position: relative;
    }
    .tab-curve {
        display: none;
        margin: 0 auto;
        width: 35px;
        position: absolute;
        top: 40px;
        left: 40%;
    }
    .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;*/
        cursor: grab;
        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: center;
        margin-bottom: 0;
    }
    .collaborate_section .collaborate_text {
        padding-left: 0px;
    }
    .collaborate_section .collaborate_text ul li {
        position: relative;
/*        padding-left: 60px;*/
        margin-bottom: 20px;
    }
    /*.collaborate_section .collaborate_text ul li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background-size: contain;
    }*/
    .floating-bottom {
        width: 200px;
        height: auto;
    }
    .mobile-bottom {
        width: 200px;
        height: auto;
    }
    .mobile-top {
        width: 200px;
        height: auto;
    }
    .floating-top {
        width: 150px;
        height: auto;
    }
    .collab-col {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        visibility: visible;
        align-items: center;
    }
    .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-tag {
        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: -60px;
        position: relative;
    }
    .need_section .need_block {
        background: #FBE389;
        padding: 40px 40px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 20px;
        color: var(--text-white);
        display: flex;
    }
    .request-btn {
        /* padding: 12px 67px; */
        background: #BF5708;
        color: #000;
        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;
    }
    .request-btn:hover {
        background: #ae3910;
        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: 19px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -88px;
    }
    .support-section .row {
        padding: 60px 0;
        border-radius: 10px;
        background: #f6f9fc;
    }
    .counter-wrap h4 {
        font-size: 22px;
    }
    .customer-support-img-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 25px;
    }
}

@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: #BF5708;
        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;
    }
    #why_chose .chose-point-container {
        /* display: flex
    ; */
        /* display: grid
    ; */
        /* column-gap: 30px; */
        width: 80%;
    }
    #why_chose .chose-point-container .chose-one,
    #why_chose .chose-point-container .chose-two {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    #why_chose .chose-right-point {
        margin-left: 40%;
        width: 90%;
        background-color: #EAFFE6 !important;
        color: #000;
    }
    #why_chose .chose-container {
        display: grid;
        grid-template-columns: 40% 55%;
        justify-content: space-between;
        align-items: center;
    }
    .sub-heading {
        font-size: 2rem;
        line-height: normal;
        color: #000;
        width: 85%;
        margin-bottom: 30px;
    }
    #why_chose .chose-point-box h4 {
        display: flex;
        font-size: 22px;
        align-items: center;
    }
    .slide-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px 10px;
        background-color: #f6f9fc !important;
        color: #000;
        cursor: pointer;
        border-radius: 10px;
        margin: 5px;
        font-weight: 500;
        font-size: 18px;
        transition: 0.3s;
        line-height: normal;
        width: 100%;
        position: relative;
    }
    .home-banner .container {
        overflow: hidden;
        max-width: 1100px;
        padding: 0;
    }
    .tab-curve {
        display: none;
        margin: 0 auto;
        width: 35px;
        position: absolute;
        top: 40px;
        left: 40%;
    }
    .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;*/
        cursor: grab;
        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: center;
        margin-bottom: 0;
    }
    .collaborate_section .collaborate_text {
        padding-left: 0px;
    }
    .collaborate_section .collaborate_text ul li {
        position: relative;
/*        padding-left: 115px;*/
        margin-bottom: 35px;
    }
    /*.collaborate_section .collaborate_text ul li::before {
        content: "";
        position: absolute;
        left: 0;
        width: 90px;
        height: 90px;
        background-size: contain;
    }*/
    .mobile-top {
        width: 271px;
        height: auto;
    }
    .floating-top {
        width: 169px;
        height: auto;
    }
    .floating-bottom {
        width: 300px;
        height: auto;
    }
    .mobile-bottom {
        width: 271px;
        height: auto;
    }
    .service .container {
        padding: 0px;
    }
    .collab-col {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        visibility: visible;
        align-items: center;
    }
    .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-tag {
        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: #BF5708;
        color: #000;
        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;
    }
    .request-btn:hover {
        background: #ae3910;
        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: 19px;
        color: #000;
    }
    .support-section {
        padding: 1.5rem 1rem 1.5rem;
        margin-top: -88px;
    }
    .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;
    }
}