@font-face {
     font-family: "SF Pro Display proxima";
     src: url("/fonts/SF-Pro-Display-Proxima-Nova.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
}
body {
    font-family: SF Pro Display proxima !important;
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
}
::selection {
    background: #BF5708;
    color: white;
  }
/* ===== 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;
  }

.navbar {
    background: #fff;
    transition: 1s;
}

.brand-logo-image {
    width: 126px;
    margin-top: 6px;
}

#progress {
    position: fixed;
    bottom: 110px;
    right: 20px;
    height: 50px;
    width: 50px;
    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-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}

.h1-tag {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    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.75rem;
    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;
}
.carousel-country {
    font-size: 14px; 
    color:black;
    text-align:center;
    padding-top:2px;
}
.scroll-arrow {
    width: 24px;
}

.scrolled {
    background-color: #fff !important;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.5);
}

.monitor {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

button:focus {
    box-shadow: none !important;
    outline: 1px solid #fff !important;
}

.intro-block .monitor {

    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    letter-spacing: 0.5px;
}

.dropdown-menu {
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    border: 1px solid transparent;
}

.intro_block svg {
    max-width: 150px;
    position: relative;
    transition: all 0.2s ease-in-out;
    right: -222px !important;
    top: -8px !important;
}

a:hover {
    color: #BF5708 !important;
}

.intro-block svg {
    /* max-width: 345px; */
    position: relative;
    transition: all 0.2s ease-in-out;
    left: -123px;
    top: -10px;
}

.intro_block svg .ekg {
    fill: none;
    stroke: #BF5708;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: miter;
    opacity: 0;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    animation: ekg 3.5s linear forwards infinite;
}


.intro-block svg .ekg {
    fill: none;
    stroke: #BF5708;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: miter;
    opacity: 0;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    animation: ekg 3.5s linear forwards infinite;
}


@keyframes ekg {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        stroke-dashoffset: 2000;
    }

    99% {
        opacity: 0;
        stroke-dashoffset: 3000;
    }

    100% {
        stroke-dashoffset: 1000;
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

.main-title {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
/*    letter-spacing: 1.2px;
    line-height: 140%;*/
    position: absolute;

}

.main-title-1 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;

}

.nav-link:focus,
.nav-link:hover {
    color: #BF5708 !important;
}

.navbar {

    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.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: 10px;
}

.nav-item.active {
    border-bottom: 2px solid #BF5708 !important;
}

.primary_button {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 140px !important;
}

.primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px !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;
}

.brand-hero {
    margin-top: 38px;
}

.secondary_button {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #BF5708;
    padding: 12px !important;
    width: 140px !important;
}

.secondary_button-top {
    color: #ffff;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #BF5708;
    padding: 8px !important;
    width: 142px !important;
}
.secondary_button-top:hover {
    background-color: #ae3910;
    border-color: #a5360f;
  }
.btn:hover {
   color: #ffff;
}
.secondary_button:hover {
    background-color: #ae3910;
    border-color: #a5360f;
}
.primary_button:hover {
    background-color: #808080;
    border-color: #808080;
}
.btn-important-sec:hover {
    color: white !important;
    background-color: #32c2b2 !important;
}
.primary-footer_button:hover{
    background-color: #808080;
    border-color: #808080;
}
.secondary-footer_button:hover{
    background-color: #ae3910;
    border-color: #a5360f;
}
.navbar-button {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
    font-size: 16px;
    color: #000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.hero_schedule_button {
    width: 180px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 14px !important;
}

.hero_contact_button {
    color: #000;
    border-color: #d3d3d3;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px !important;
    width: 180px !important;
    border: 1.5px solid grey;
}

.index-doc-pic {
    width: 90%;
    height: auto;
    overflow: hidden !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    padding: 0.375rem 0.75rem;
    font-size: 9px;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hero-icons {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    /* justify-content: space-between; */
    gap: 24px;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-icons-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achieve-record {
    font-size: 11px;
    font-weight: 500;
    color: #6B7280;
}

.hero-content {
    font-size: 18px;
    color: #BF5708;
    font-weight: bold;
}
.our-products_title{
    text-align: center;
    margin-bottom: 60px;
}
.mobile-res{
    border-radius:40px;
    border:1px solid #BF5708;
}
.mobile-res .content{
    margin-top: -177px;
}
.test_icon_img{
  width: 195px !important;
  height: 136px !important;
  margin-left: 117px;
  margin-top: 23px;
  filter: brightness(110%);
}
.svld{
    margin-left: 70px;
}
.dev-item{
    display: none;
}

@media (max-width: 575.98px) {
    .second-feature-score {
        margin-left: 16px;
    }
    .third-feature-score {
        margin-left: 42px;
    }
    .brand-hero {
        margin-top: 80px;
    }
    .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;
    }

    .scroll-arrow {
        width: 22px;
    }

    .test_icon_img{
        margin-top: 30px;
        margin-left: 100px;
        width: 110px !important;
        height: 76px !important;
    }

    .mobile-res .content{
        margin-top: -15px;
    }
    .date,.dates{
        margin-bottom: -40px !important;
    }
    .date img{
        margin-left: 280px;
    }

    .dates img{
        margin-left: 250px;
    }

    #progress {
        position: fixed;
        bottom: 110px;
        right: 20px;
        height: 46px !important;
        width: 46px !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;
    }

    .main-title {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    font-size: 25px;

    }

    .brand-section {
        padding: 14px !important;
    }

    .icon-wrap {

        padding-right: 8px !important;

    }

    .hero-icons {
        margin-top: 20px;
        margin-bottom: 25px;
        text-align: left;
    }

    .trust_content_title {
        font-size: 20px !important;

        padding: 0 !important;
    }

    .trust_content_title2 {
        padding: 0 !important;
        font-size: 10px !important;

    }

    .trust_content {

        padding-left: 5px !important;
        height: auto !important;
        padding-right: 5px !important;
    }

    .blog_post {
        margin-top: 25px !important;
    }

    .brand-detail {
        margin-top: 25px;
        display: flex;
        flex-direction: column !important;

    }

    .box-section {

        padding: 12px !important;
    }

    .footer-image {
        margin-top: 25px;
        height: 40px !important;
    }

    .slide-box {
        margin: 10px !important;
        width: 150px !important;
        height: 150px !important;
        padding: 17px;
    }

    #brand .owl-carousel .owl-nav .owl-prev i {
        position: relative;

        right: 110px !important;
    }

    #brand .owl-carousel .owl-nav .owl-next i {
        position: relative;

        left: 110px !important;
    }

    .slide-box:hover {
        border: 1px solid transparent;
        border-radius: 10px;
        padding: 15px !important;
        box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    }

    .blog_post-third {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }

    .blog_post-second {
        margin-bottom: 20px;
    }

    .blog_post-first {
        margin-bottom: 20px;
    }

    .tech-para {
        padding-right: 15px !important;
        padding-left: 15px !important;
        text-align: center;
        line-height: 31px;
        color: #505766;
        width: 100% !important;
        font-size: 16px !important;

    }

    .content {
        font-size: 14px !important;
        color: #4B5563;
        padding: 15px;
        font-weight: 500;

        line-height: 26.39px !important;
        word-wrap: break-word;
    }

    .img-area img {
        height: 300px !important;
        width: 378px;
        border: 15px solid #fff;
    }

    .productfour-box .h4 {
        font-size: 18px !important;
    }

    .mobile-product {
        gap: 40px;
        margin-top: 40px;
    }

    .our-products_title {
        color: #0F0F11;
        font-size: calc(1.325rem + .9vw);
        font-style: normal;
        margin-bottom: 0px !important;
        font-weight: 500 !important;
        line-height: 36px;
        text-align: center !important;
    }

    .design-section-span {
        color: #1F1531;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 167.49%;
        /* 28.473px */
        letter-spacing: 0.213px;
    }

    .mobile-head {

        color: var(--secoundary-text--color, #0B0E22);
        text-align: center;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 108.99%;
        letter-spacing: 0.4px;
        margin-bottom: 15px;
    }
}

section {

    padding: 1.5rem 5rem;
}

.brand-detail {
    display: flex;
    flex-direction: column;
    row-gap: 25px;

}

.our-products {
    margin-top: 20px;
}

/* @media (max-width: 991.98px) {
    .brand-detail{
        display: flex;
                    flex-direction: row;
                    row-gap: 25px;
    }
    .brand-detail .col-md-6 {
        flex: 0 0  100%;
        width: 50%;
    }
 } */
@media (max-width: 768px) {
    .main-title {
        font-size: 3rem;
        font-weight: bold;
        line-height: 48px;

    }

    .brand-detail {
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        row-gap: 25px;
        column-gap: 25px;
    }

    .brand-section .col-md-6 {
        flex: 0 0 100%;
        width: 50%;
    }

}

.brand-shop-button {
    display: flex;
    flex-direction: row;
    gap: 20px;
    color: #6B7280;
    margin-top: 40px !important;
}

.brand-para {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    font-size: 21px;
    font-weight: 500;
    line-height: 36px !important;
    /* 171.429% */
}

.right {
    text-align: left;
    margin-top: 100px;
}

.iconc-img {
    width: 35px;
}

.icon-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 25px;
    /* margin: 0 15px; */

    border-right: 1px solid #d3d3d3;
}

.section_two_title {
    text-align: center;

    font-weight: 500;
}

.trust_content {
    text-align: center;
    display: flex;
    height: 60px;
    border-left: 2px solid #d3d3d3;
    flex-direction: row;
    align-items: center;
}

.our-product-content a {
    text-decoration: none;
    color: #676565;
    font-weight: 600;
}

.color-change {
    color: #BF5708;
}

.trust_content_title {
    color: #BF5708;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Proxima Nova' !important;
    line-height: 32.81px;
    word-wrap: break-word;
    padding-left: 20px;
}

.trust_content_title2 {
    padding-right: 20px;
    padding-left: 5px;
    color: var(--foundation-secoundary-secoundary-300, #697079);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}

.trust_content_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.our-product-content {
    color: #676565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.8px;
}



.about-us-section .card {
    border: none;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

/* .carousel-inner {
    padding: 1em;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev span,
.carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
} */
.design-section-span {
    color: #1F1531;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 167.49%;
    /* 35.173px */
    letter-spacing: 0.263px
}

@media screen and (min-width: 577px) {
    .cards-wrapper {
        display: flex;
    }

    .about-us-section .card {
        margin: 0 0.5em;
        width: calc(100% / 2);
    }

    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

/* @media screen and (max-width: 576px) {
    .card:not(:first-child) {
        display: none;
    }
} */

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.blog_post-first, .blog_post-second, .blog_post-third, .blog_post-fourth {
    transform: rotateY(0deg);
    width: 265px;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 1.4s;
    transition-property: transform, opacity;
}

.blog_post-back {
    backface-visibility: hidden;
    width: 265px;
    transform: rotateY(180deg);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 1.4s;
    transition-property: transform, opacity;
}

.card1:hover .blog_post-first,.card1:hover .blog_post-second,.card1:hover .blog_post-third,.card1:hover .blog_post-fourth {
    transform: rotateY(-180deg);
}

.card1:hover .blog_post-back {
    transform: rotateY(0deg);
}

.card1.clicked .blog_post-first,
.card1.clicked .blog_post-second,
.card1.clicked .blog_post-third,
.card1.clicked .blog_post-fourth {
    transform: rotateY(-180deg);
}

.card1.clicked .blog_post-back {
    transform: rotateY(0deg);
}

.read_more {
    text-decoration: none;
    color: #333; 
    display: inline-block;
    position: relative;
}

.read_more::after {
    content: '\2192'; 
    margin-left: 5px;
}

.blog_post-first {
    background: #FCF0E6;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: absolute;
    /* border-radius: 8px; */
    border: 0.5px #BF5708 solid;
}

.img_pod-first {
    height: 90px;
    width: 90px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 5%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 0.2px solid rgb(219, 214, 214); */
    /* border-radius: 8px; */
    border: 0.5px #BF5708 solid;
}

.img_pod-second {
    height: 90px;
    width: 90px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 5%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2px solid rgb(219, 214, 214);
    background: #ECF2FE;
    box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    border: 0.5px #3F7EF7 solid;
}

.blog_post-second {
    padding: 10px;
    background: #ECF2FE;
    border-radius: 8px;
    border: 0.5px #3F7EF7 solid;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: absolute;
}

.blog_post-third {
    background: #F9ECF4;
    border-radius: 8px;
    border: 0.5px #BE3C8E solid;
    /* background: #fff; */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: absolute;
}

.img_pod-third {
    height: 90px;
    width: 90px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 5%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 0.2px solid rgb(219, 214, 214); */
    background: #F9ECF4;
    box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    border: 0.5px #BE3C8E solid;

}

.img_pod-fourth {
    height: 90px;
    width: 90px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 5%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2px solid rgb(219, 214, 214);
    background: #EFF5EE;
    box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    border: 0.5px #619F52 solid;
}

.blog_post-fourth {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: absolute;
    background: #EFF5EE;
    border-radius: 8px;
    border: 0.5px #619F52 solid;
}

.blog_post {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;

}

.date img {
    width: 50px;
}

.dates img {
    width: 80px;
}

@media (max-width: 991.98px) {
    .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
    }

    .brand-detail {
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        row-gap: 25px;
        column-gap: 25px;
    }

    .slide-box {
        width: 150px !important;
        height: 150px !important;
        margin: 20px;

    }

    .brand-section .col-md-6 {
        flex: 0 0 100% !important;
        width: 50%;
    }

    .doctor-pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .doctor-pic1 {
        text-align: center;
        margin-top: 50px;
    }



}

.img_pod {
    height: 90px;
    width: 90px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: absolute;
    left: 5%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.2px solid rgb(219, 214, 214);
}

.img-fluids {
    height: 49px;
    width: auto;
    position: relative;
    z-index: 1;
}

.my-carousel img {
    width: 100px;
    height: 50px;
}


.btn_primary:hover {
    box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
}

.design-section-mob{
    width: 40%;
}
.blog-tilte {
    padding-top: 65px;
    font-weight: bold;
    font-size: 17px !important;
    line-height: 24px !important;
}

.slide-box {
    width: 175px;
    height: 170px;
    padding: 20px;
    color: #fff;
    margin: 20px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ll {
    height: 344px;
}

.bln {
    border: 1px solid transparent;
    background: #fff;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.slide-box:hover {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
}

.client-img {
    display: inherit !important;
    max-width: 100% !important;
    object-fit: contain;
}

.item {
    text-align: center;
}

.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 5rem 10px !important;

}

.design-section-mobile{
    display: flex;
flex-direction: row;
justify-content: center !important;
align-items: flex-start;
}

.timeline-img {
    width: 100%;
    height: 100%;
}

.design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline {
    height: auto;
    max-width: 1200px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.list {
    color: #637381;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200.49%;
    letter-spacing: 0.2px;
}

.timeline-content {
    padding: 20px;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin-bottom: 20px;
    border-radius: 6px;
}



/* .timeline-component {
    margin: 0px 20px 20px 20px;
  } */

@media screen and (min-width: 768px) {
    .timeline {
        display: grid;
        grid-template-columns: 1fr 3px 1fr;
    }

    .timeline-middle {
        position: relative;
        border: 1px dotted #F27121;
        width: 1px;
        height: 100%;
    }

    .main-middle {
        opacity: 0;
    }

    .timeline-circle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 15px;
        height: 15px;
        border: 1px solid #f27121;
        border-radius: 50%;
        background: #fff;

        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


/* 
.owl-nav {
    margin-top: 10px;
    width: 100%;
    display: block !important;
    justify-content: center;
}

.owl-nav .owl-next {
    right: 10px;
    position: absolute;
    top: 40% !important;

}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    margin: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    transition: .5s;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    color: #9f52b0;
    display: inline-block;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    margin: 0;
    width: 25px;
    padding: 2px 5px;
    height: 25px;

    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    transition: .5s;
}

.owl-nav .owl-prev {
    left: 10px;
    position: absolute;
    top: 40% !important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    padding: 2px !important;
    border: none !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
    background: #E16408 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: lightgrey !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel button.owl-dot {
    color: grey !important;
    border: none;
    padding: 0 !important;
    font: inherit;
}
 */


/* technology of the future */
.technology-question{
    font-weight:600;
    font-size: 20px;
    text-align: center;
}
.tech-para {
    color: #637381;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2px;
    width: 77%;
    text-align: center;
    word-wrap: break-word;
}

.tech-tag span {
    color: #BF5708;
    font-size: 16px;
    font-weight: 700;
    line-height: 26.80px;
    letter-spacing: 0.20px;
    word-wrap: break-word;
}

.tech-tag {
    background: #FFF1E7;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 6px;
}

/*  */

/* .key-features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #E16408;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 50px;
    position: absolute;
    width: 89.5% !important;
} */

@media (max-width: 575.98px) {
    .blog_post-first, .blog_post-second, .blog_post-third, .blog_post-fourth {
       transform: rotateY(0deg);
       width: 300px;
       transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       transition-duration: 1.4s;
       transition-property: transform, opacity;
    }
    .blog_post-back {
       backface-visibility: hidden;
       width: 300px;
       transform: rotateY(180deg);
       transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
       transition-duration: 1.4s;
       transition-property: transform, opacity;
    }
    .design-section-mobile{
        display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: flex-start;
    }
.design-section-mob{
    width: 100% !important;
}
    .technology-question {
        font-weight: 600;
        font-size: 16px;
        text-align: center;
    }
.timeline-mobile-resp{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    .timeline-component {
        margin: auto !important;
    }

    .bln {
        border: 1px solid transparent;
        background: #fff;
        letter-spacing: 0.5px;
        color: #000;
        font-weight: bold;
        font-size: 10px;
    }

    .line-img {
        position: relative;
        width: 30px;
        top: -18px;
        margin-bottom: 10px;

    }

    .single-item .mobile-res {
        display: flex;
        flex-direction: column;
    }

    .final-proc {
        /* margin-bottom: 50px; */
        margin-top: 0px !important;
    }

    .content p {
        color: var(--hero-paragh, #4B5563);
        font-size: 17px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 157%;
        /* 26.69px */
    }

    .productfour-box {
        display: flex;
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
        align-items: center;
        margin-bottom: 15px;
    }

    .design-section .timeline-content {
        padding: 0px !important;

        transition: 0.4s ease;
        overflow-wrap: break-word !important;

        margin-bottom: 10px !important;
        border-radius: 6px;
    }

    .timeline-img {
        width: 300px !important;
        height: 300px !important;
    }

    .achieve-record {
        font-size: 10px !important;
        font-weight: 500;
        color: #6B7280;
    }

    .index-doc-pic {
        width: 100%;
        height: auto;
        overflow: hidden !important;
    }

    .hero-content {
        font-size: 16px !important;
        color: #BF5708;
        font-weight: bold;
    }

    .first-doc-pic {
        margin-top: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center !important;
    }

    section {
        padding: 1rem;
    }

    .about-us {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-card {
        display: block !important;
    }

    .about-us-wrap .card {
        margin: 0 0.5em;
        width: calc(100% / 1) !important;
        text-align: center;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px !important;

    }

    @media (min-width: 1280px) {
        .final-proc {

            margin-top: 20px !important;
        }
    }

    .key-features h5 {
        font-size: 14px !important;
    }


    .features-catagory {
        position: relative;

    }

    .testi .img-area img {
        height: 250px !important;
        width: 314px !important;
        border: 15px solid #fff;
    }

    .testi .content p {
        text-align: justify;
        font-size: 14px !important;
    }

    .testi .testimonials {
        max-width: 1000px;
        padding: 0 !important;
        margin: 0 !important;
    }

    .carousel-inner {
        padding: 0 !important;
    }


}

@media (min-width: 410px) and (max-width: 576px) {
    .date img{
        margin-left: 300px;
    }
    .dates img{
        margin-left: 270px;
    }
    .brand-section{
        padding: 65px !important;
    }
}

@media (min-width: 280px) and (max-width: 576px) {

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 1px) !important;
    }

    footer ul {
        padding-left: 10px !important;
    }

    .productthree-insight {
        padding: 0 1rem !important;
    }

    .productthree-insight {
        padding: 3rem 1rem !important;
    }
    .design-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
         padding: 2rem 1rem !important; 
    }
    section {
        /* margin-top: 50px; */
        padding: 2rem 1rem !important;
    }

    .about-us-section {
        margin-top: 300px !important;
    }

    .main-title {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    font-size: 25px;
    }

    .main-title-1 {
        font-size: 10.5vw !important;
        line-height: 8vh !important;
        font-weight: bold;
    }

    .intro_block svg {
        max-width: 150px;
        position: relative;
        transition: all 0.2s ease-in-out;
        right: -158px !important;
        top: -2px !important;
    }


    .pf-4 {
        margin-top: 260px;
    }

    .catagory-box {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center !important;
    }

    .catagory-title {
        font-weight: 600;
        padding-left: 4px !important;
        font-size: 11px !important;
    }

    .productfour-animate-img-2 {
        position: absolute;
        right: -34px !important;
        top: -53px !important;
        width: 110px !important;
        height: 80px !important;
    }

    .productfour-animate-img-1 {
        position: absolute;
        top: -52px !important;
        left: -35px !important;
        width: 110px !important;
    }

}

.catagory-product {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);


}

/* .features-catagory {
    position: relative;
    top: 196px;
} */
.tech-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.tech-left {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

/* .technology .tech-img{
    display: flex;
    position: absolute;
    left: 583px;
    top: 20px;
} */
.tech-box {
    position: relative !important;
}

/*  */

.about-us {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 16px;
    line-height: 30px;
}

.about-us-wrap {
    border: 1px solid #999;
    border-radius: 25px;
    padding: 50px;
}

.about-us-wrap .card {
    margin: 0 0.5em;
    width: calc(50% / 2);
    text-align: center;
    border-radius: 10px;
    padding: 15px;
}

.about-card {
    display: flex;
    flex-direction: row;
    justify-content: center;


}

.about-detail {
    color: #999;
}


/*  */


.testi {
    display: grid;
    place-items: center;
}

.testi .section-header {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 25px;
    color: #fff;
}

.card__btn-1 {
    display: flex;
    /* margin-bottom: 188px; */
    text-decoration: none;
    font-size: 20px;
    text-align: left;
    color: #BF5708;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.testi .section-header:after {
    content: '';
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    background: #fff;
}

.testi .section-header span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}

.testi-read {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 40px;
}

.single-item {

    color: #111;

    margin: 7px 7px;
}

.profile {
    text-align: right;
}

.img-area img {
    height: 404px;
    width: 378px;
    border: 15px solid #fff;
}

.single-item .content {
    font-size: 23px;
    color: #4B5563;
    padding: 50px;
    font-weight: 500;
    text-align: center;
    line-height: 34.39px;
    word-wrap: break-word
}

.client-name {
    color: #000 !important;
    font-size: 21px !important;
}

.single-item .content p {
    text-align: center;
    color: var(--hero-paragh, #4B5563);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 0px;
    letter-spacing: 0.5px;

}

.single-item .content p span {
    font-size: 48px;
    margin-right: 20px;
    color: #3B3A3A;
}

.socials {
    color: #BF5708;
    font-size: 1.5rem;

    font-weight: 700;
    line-height: 30.53px;
    word-wrap: break-word;
}

.owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    text-align: center;
}

.client-slider i {
    position: relative;
    top: 18px !important;
    font-size: 25px;
}

.owl-prev,
.owl-next {
    font-size: 30px;
    background: rgb(166, 166, 255);

    border: 0;
    margin: 7px;
}

.owl-carousel .owl-item .content img {
    display: block;
    width: 5% ;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.owl-item {
    border-radius: 4px;
}

.productfour-box .h4 {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.promotion h1 {
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 56.4px */
    letter-spacing: 0.588px;
}

.box-section h2 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    /* 147.222% */

}

/*  */
.testimonial-section {
    max-width: 1000px;
    margin: 0 auto;
}

#testimonial .owl-carousel .owl-nav .owl-prev i {
    position: relative;
    top: 22px;
    font-size: 23px;
    right: 31px;
}

.quote-img {
    float: right;
    transform: rotate(180deg);
}

#testimonial .owl-carousel .owl-nav .owl-next i {
    position: relative;
    top: 22px;
    font-size: 23px;
    left: 31px;
}

#testimonail .owl-dots {
    position: absolute;
    right: 512px;
}

#testimonial .owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    display: block;
    margin-top: 4px;
    text-align: center;
    background: #fff !important;
}

@media (max-width:567px) {
    .single-item .content {
        font-size: 23px;
        color: #4B5563;
        padding: 15px !important;
        font-weight: 500;

        text-align: center;
        line-height: 34.39px;
        word-wrap: break-word
    }
    #testimonial .owl-carousel .owl-nav .owl-next i {
        position: relative;
        /* top: 56px; */
/*        top: 34px;*/
        top:146%;
        left: 110px !important;
        /* right: -51px !important; */
    }

    .owl-carousel .owl-item .content img {
        display: block;
        width: 15% !important;
    }

    .single-item .content p {
        text-align: center;
        color: var(--hero-paragh, #4B5563);
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%;
        margin-bottom: 0px;
    }

    #testimonial .owl-carousel .owl-nav .owl-prev i {
        position: relative;
/*        top: 34px;*/
        top:146%;
        left: -110px;
    }

    .trust_content_title2 {
        padding-right: 20px;
        padding-left: 5px;
        font-weight: 700;
        color: #697079;
        font-weight: 400;
        line-height: 11.4px !important;
        word-wrap: break-word;
    }

    .item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-1 {
        padding-right: 0 !important;
        position: relative;
        top: 61px !important;
        left: 0;
        width: 350px !important;
    }

    .first-doc-pic-1 {
        margin-top: 20px;
    }

    #testimonial .owl-carousel .owl-dots,
    .owl-carousel .owl-nav {
        display: block;
        margin-top: 4px;
        text-align: center;
        background: #fff !important;
    }

    .insight,
    .unique-1 {
        margin-top: 50px !important;
    }

    .first-product-detail {
        margin-top: 110px !important;
    }


}

.first-doc-pic {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.first-doc-pic-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.first-product-detail {
    margin-top: 100px;
}

/*  */
.item:hover {
    text-decoration-line: none;
}

.owl-dot {
    width: 14px;
    height: 14px;
    padding: 2px !important;
    border: 1px solid #BF5708 !important;
    background: #fff !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 10px;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 42.5%;
    width: 30px !important;
    height: 30px !important;
    top: 88.5%;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 88.5%;
    left: 42.5%;
    width: 30px !important;
    height: 30px !important;
}

.owl-carousel button.owl-dot.active {
    width: 14px;
    height: 14px;
    background: #BF5708 !important;
}

.owl-carousel .owl-nav .owl-next i {
    position: relative;
    top: -11px;
}

.owl-carousel .owl-nav .owl-prev i {
    position: relative;
    top: -11px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: transparent !important;
    color: #BF5708;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel button.owl-dot {

    color: inherit;

    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    padding: 5px;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 25px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.productfour-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.productfour-box-img {
    width: 80px;
}

.productfour-box-img-1 {
    width: 80px;
    padding-right: 10px;

}

.image-1 {
    padding-right: 30px;
    position: relative;
    top: 100px;
    left: 0;
    width: 900px;
}

.parent {
    background: linear-gradient(95deg, #FFAB6D 3%, #41FCE7 100%);
    position: relative;
    height: 400px;
    z-index: -2;
    left: 0;
    top: -67px;

}

.parent-image {
    position: relative;
    top: -210px;

}

.promotion {
    padding: 0 !important;
}

.secondary-footer_button {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #BF5708;
    padding: 14px !important;
}

@media (max-width:567px) {
    .parent-image {
        position: relative;
        top: -70px !important;
        width: 100px !important;

    }
    .single-item {
        color: #111;
        margin: 14px 0px 0px 0px;
    }
    .parent {
        background: linear-gradient(95deg, #FFAB6D 3%, #41FCE7 100%);
        position: relative;
        height: 156px !important;
        z-index: -2;
        left: 0;
        top: 0 !important;
    }

    .image-1 {
        padding-right: 30px;
        position: relative;
        top: 61px !important;
        left: 0;
        width: 269px !important;
    }

    .promotion {
        padding: 0 !important;
    }

    .brand-shop-button-two {
        margin-top: 10px !important;
        display: flex;
        gap: 11px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .box-section h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 1.2;
    }

    .box-section-title {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .primary_button {
        color: #000;
        border-color: #d3d3d3;
        font-size: 15px !important;
        font-weight: 600 !important;
        padding: 10px !important;
        width: 100% !important;
    }

    .promotion h1 {
        font-size: 33px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.588px;
    }

    .brand-shop-button {
        display: flex;
        flex-direction: column !important;

    }

    .secondary-footer_button {
        color: #fff;
        font-size: 12px !important;
        font-weight: 500 !important;
        background: #BF5708;
        padding: 8px !important;

    }

    .primary-footer_button {
        color: #000;
        border-color: #d3d3d3;
        font-size: 12px !important;
        font-weight: 600 !important;
        padding: 8px !important;

    }

    .secondary_button {
        color: #fff;
        font-size: 15px !important;
        font-weight: 500 !important;
        background: #BF5708;
        padding: 10px !important;
        width: 100% !important;
    }

    .secondary_button-top {
        color: #fff;
        font-size: 14px !important;
        font-weight: 500 !important;
        background: #BF5708;
        padding: 10px !important;
        width: 100% !important;
    }


    .features-beneifts {
        margin-top: 425px;
    }

    .media-icons a {
        height: 40px;
        width: 40px;
        margin: 0 3px !important;
        text-align: left;
        line-height: 40px;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        transition: all 0.4s ease;
    }

    .about-mocdoc {
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
}



@media (min-width: 1280px) and (max-width:1400px) {
    .sub-main-title-1 {
       font-size: 40px !important;
       line-height: normal;
       font-weight: 500 !important;
    }
    .productfour-animate-img-2 {
        position: absolute;
        right: -130px;
        top: -145px !important;
        width: 300px !important;
        height: 240px !important;
    }

    .productfour-animate-img-1 {
        position: absolute;
        top: -100px !important;
        left: -130px;
        width: 300px !important;
    }
}





@media(max-width:991px) {
    .client-slider i {
        position: relative;
        top: 14px !important;
        font-size: 23px;
    }

    .brand-shop-button {
        display: flex;
        flex-direction: row !important;
        gap: 20px;
        color: #6B7280;
        margin-top: 0px !important;
        justify-content: center;
    }

    .image-1 {
        padding-right: 30px;
        position: relative;
        top: 98px;
        left: 0;
        width: 600px;
    }

    .parent-image {
        position: relative;
        top: -108px;
        width: 200px;
    }

    .promotion {
        padding: 0 !important;
    }

    .timeline-component {
        margin: 0px !important;
    }

    #brand .owl-carousel .owl-nav .owl-prev i {
        position: relative;
        top: -11px;
        right: 41px;
    }

    #brand .owl-carousel .owl-nav .owl-next i {
        position: relative;
        top: -11px;
        left: 41px;
    }

    .timeline-content {
        padding: 20px;
        padding: 1.75rem;
        transition: 0.4s ease;
        overflow-wrap: break-word !important;
        margin: 0px !important;
        margin-bottom: 20px;
        border-radius: 6px;
    }

    .insight-box {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        width: 100% !important;
    }
}

.box-section-title {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 152.381% */

}

/* .testi .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 2 auto;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    padding: 0;
    margin-right: 25px;
    margin-left: 25px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 25px;
    background-color: #999;
    background-clip: padding-box;
    border: 1px solid transparent;

    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background: #E16408 !important;

} */

.carousel-indicators .active {
    opacity: 1;
    background: #BF5708 !important;

}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    border-radius: 25px;
    padding: 0;
    /* margin-right: 3px; */
    /* margin-left: 3px; */
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent; */
    border-bottom: 10px solid transparent;
    opacity: 2;
    transition: opacity .6s ease;
}

.indicator {
    position: relative;
    top: 59px;
    width: 10px;
    height: 10px;
    border: 1px dotted #000 !important;
    padding: 0px;
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
}

.testi .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box-section {
    position: relative;
}



footer {

    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer .content {
    margin: auto;
    padding: 30px 20px 20px 20px;
}

footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.content .logo-details {
    color: #fff;
    font-size: 30px;
}

.media-icons {
    display: flex;
}

.media-icons a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}



.media-icons a:nth-child(1):hover {
    color: #4267B2;
    background: #fff;
}



.media-icons a:nth-child(2):hover {
    color: #1DA1F2;
    background: #fff;
}



.media-icons a:nth-child(3):hover {
    color: #E1306C;
    background: #fff;
}



.media-icons a:nth-child(4):hover {
    color: #0077B5;
    background: #fff;
}


.media-icons a:nth-child(5):hover {
    color: #FF0000;
    background: #fff;
}

footer .content .link-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.content .link-boxes .box .link_name {
    color: #1D2026;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.link-boxes .box .link_name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
}

.content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

.content .link-boxes .box li a {
    color: #505766;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    opacity: 5.8;
    transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.content .link-boxes .input-box {
    margin-right: 55px;
}


.link-boxes .input-box input[type="button"] {
    background: #fff;
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
    opacity: 1;
}

footer .bottom-details {
    width: 100%;
    background: #f6f6f6;
}

footer .bottom-details .bottom_text {
    margin: auto;
    padding: 20px 20px;
    flex-direction: row;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
    font-size: 16px;
    font-weight: 300;
    color: #505766;
    opacity: 5.8;
    text-decoration: none;
}

.bottom-details .bottom_text a:hover {
    opacity: 1;
    text-decoration: underline;
}

.bottom-details .bottom_text a {
    margin-right: 10px;
}

.footer-image {
    margin-top: 25px;
    height: 50px;
    width: auto;
}

@media (max-width: 700px) {
    footer {
        position: relative;
    }

    .content .top .logo-details {
        font-size: 26px;
    }

    .media-icons a {
        height: 35px;
        width: 35px;
        font-size: 14px;
        line-height: 35px;
    }

    /* footer .content .link-boxes .box{
      width: calc(100% / 3 - 10px);
    } */
    footer .content .link-boxes .input-box {
        width: 60%;
    }

    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a {
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    footer::before {
        top: 145px;
    }

    .mob-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    footer .content .top {
        flex-direction: column;
    }

    .media-icons {
        margin-top: 16px;
    }

    footer .content .link-boxes .input-box {
        width: 100%;
    }

    .content .link-boxes .box li a {
        font-size: 15px !important;
    }
}

.tech-img {
    max-width: 720px;
}

@media (min-width: 991.98px) and (max-width: 1024px) {
    .design-section-mob {
        width: 53% !important;
    }
    .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
    }

    .index-doc-pic {
        width: 100%;
        height: auto;
        overflow: hidden !important;
    }

    .single-blog-image {
        right: 137px !important;
        position: absolute;
        top: 594px !important;
        left: 137px !important;
    }

    .single-layout-wrap {
        background: #FEF5EE;
        height: 700px;
        padding: 65px 149px;
        margin-top: 8px;
        margin-bottom: 235px !important;
    }
}

/* media query for tab */
@media (min-width: 768px) and (max-width: 991.98px) {
    .brand-section {
        margin-top: 5px !important;
    }
    .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;
    }
    .sub-main-title-1 {
       font-size: 32px;
       line-height: 23px;
       font-weight: 500;
    }
    .design-section-mob {
        width: 53% !important;
    }
    .svld{
        margin-left: 160px;
    }
    .brand-section{
        padding-left: 80px !important;
    }
    .parent {
        background: linear-gradient(95deg, #FFAB6D 3%, #41FCE7 100%);
        position: relative;
        height: 250px;
        z-index: -2;
        left: 0;
        top: 10px;
    }
    .design-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0rem 1.5rem 0rem 1.5rem !important;
        margin-top: 0px;
    }
    .technology {
        margin-top: 0px;
    }
    .our-products_title {
        margin-bottom: 5%;
    }
    section {
        margin-top: 50px;
        padding: 2rem 1.5rem !important;
    }

    .hero_schedule_button {
        width: 180px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 14px !important;
        /* width: 100%; */
    }

    .hero_contact_button {
        color: #000;
        border-color: #d3d3d3;
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 14px !important;
        width: 180px !important;
        border: 1.5px solid grey;
    }

    .index-doc-pic {
        width: 92%;
        height: auto;
        overflow: hidden !important;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 5 - -104px) !important;
    }

    .intro-block svg {
        max-width: 200px;
        position: relative;
        transition: all 0.2s ease-in-out;
        left: -77px !important;
        top: 1px !important;
    }

    .intro_block svg {
        max-width: 170px !important;
        position: relative;
        transition: all 0.2s ease-in-out;
        right: -184px !important;
        top: -4px !important;
    }

    .test_icon_img{
        margin-left: 76px;
        width: 160px !important;
        height: 128px !important;
    }


    /* .main-title {
        font-size: 6vw !important;
        line-height: 5vh !important;
        font-weight: bold;
    } */

    .main-title-1 {
        font-size: 6vw !important;
        line-height: 5vh !important;
        font-weight: bold;
    }

    .footer-image {
        margin-top: 25px;
        height: 40px !important;
    }

    .first-doc-pic {
        text-align: center !important;
        margin-top: 50px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .our-products {
        margin-top: 45px !important;
        margin-bottom: 50px !important;
    }

    .single-blog-image {
        right: 137px !important;
        position: absolute;
        top: 594px !important;
        left: 137px !important;
    }

    .single-blog-heading {
        color: var(--card-heading, #1D2B36);
        /* font-family: SF Pro Display; */
        font-size: 47px;
        font-style: normal;
        font-weight: 700;
        line-height: 68px !important;
    }

    .tech-img {
        width: 650px !important;
    }

    .final-proc {
        margin-bottom: 0 !important;
    }

    .timeline-img {
        width: 300px !important;
        height: 300px !important;
    }

    #testimonial .owl-carousel .owl-nav .owl-prev i {
        position: relative;
        top: 22px;
        font-size: 18px !important;
        right: 45px;
    }

    #testimonial .owl-carousel .owl-nav .owl-next i {
        position: relative;
        top: 22px;
        font-size: 18px;
        left: 45px !important;
    }
    .productfour-record-range {
        margin-top: 10px;
    }

    .promotion {
        margin-top: 50px;
    }

    .tech-para {
        padding-right: 10px !important;
        padding-left: 10px !important;
        text-align: center;
        line-height: 31px;
        font-size: 16px;
        color: #505766;
        font-size: 18px;
        /* font-family: SF Pro Display; */
        font-weight: 400;
        line-height: 29.08px;
        word-wrap: break-word;
    }

    .pf-4 {
        margin-top: 300px;
    }

    .blog-img {
        height: 200px !important;
    }

}
@media (min-width: 980px) {
.sub-main-title-1 {
    font-size: 40px !important;
    line-height: normal;
    font-weight: 500 !important;
}
}
@media (max-width: 991.98px) {
    .testi .content {
        font-size: 16px !important;
    }

    .testi {
        display: grid;
        place-items: center;
        height: auto !important;
    }

    .testi .img-area img {
        height: 322px !important;
        width: 274px;
        border: 15px solid #fff;
    }

    .about-us-wrap .card {
        width: 100% !important;
    }

    .about-us {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 16px;
        line-height: 30px;
    }

    .about-us-section {
        margin-top: 300px !important;
    }

    .align-code {
        margin-right: 0px !important;
    }

    .productone-insight h1 {
        font-size: 25px;
    }
}

@media (device-width: 540px) {
    .design-section-mobile {
        display: flex;
        flex-direction: row;
        justify-content: center !important;
        align-items: flex-start;
    }
}

@media (device-width: 1024px) {
    .our-product-content {
        color: #676565;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.8px;
    }
    .content .link-boxes .box li a {
        font-size: 18px !important;
    }

    .testi .img-area img {
        height: 428px !important;
        width: 377px !important;
        border: 15px solid #fff;
    }

    .timeline-img {
        width: 300px !important;
        height: 300px !important;
    }

    .owl-carousel .owl-nav .owl-next i {
        position: relative;
        top: -11px;
        right: -34px !important;
    }

    .owl-carousel .owl-nav .owl-prev i {
        position: relative;
        top: -11px;
        left: -34px !important;
    }

    .ll {
        height: 310px !important;
        width: 300px;
    }
    .blog_post-first, .blog_post-second, .blog_post-third, .blog_post-fourth {
  transform: rotateY(0deg);
  width: 300px;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1.4s;
  transition-property: transform, opacity;
}

}

@media (max-width: 1080px) and (min-width: 841px) {
  .sub-main-title-1 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 140%;
  }
}




@media (device-width: 280px) {
    .testi .img-area img {
        height: 250px !important;
        width: 237px !important;
        border: 15px solid #fff;
    }

    .content .link-boxes .box li a {
        font-size: 14px !important;
    }
}



.box-section {
    text-align: center;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    margin-bottom: 50px;
    overflow: hidden;
}

.brand-shop-button-two {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}

.productfour .owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
    color: #BF5708 !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}

.productfour .owl-carousel .owl-nav button.owl-prev {
    background: transparent !important;
    color: #BF5708 !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}

.productfour-record-range h1 {
    color: #BF5708;
    font-weight: 800;
}

.productfour-animate-img-2 {
    position: absolute;
    right: -92px;
    top: -142px;
    width: 300px;
}

.productfour-animate-img-1 {
    position: absolute;
    top: -105px;
    left: -147px;
    width: 300px;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .main-title {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 135%; */
    }

    .productfour-animate-img-2 {
        position: absolute;
        right: -78px;
        top: -120px;
        width: 250px !important;
        height: 190px !important;
    }

    .productfour-animate-img-1 {
        position: absolute;
        top: -77px;
        left: -134px;
        width: 250px !important;
    }

}
@media (max-width: 1200px) {
    .dev-item{
        display: block !important;
    }
    footer .content .link-boxes {
        flex-wrap: wrap;
    }

    footer .content .link-boxes .input-box {
        width: 40%;
        margin-top: 10px;
    }
    .brand-section .brand-detail {
       flex: 0 0 100% !important;
       width: 90%;
    }
    .navbar-button{
        display: none;
    }
}
/* THE END */