@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;
  }
  
  main {
   
    position: absolute;
    /* top: 300px; */
}
li{
    list-style: none;
}
.navbar {
    background: #fff;
   
   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 300ms ease;
    z-index: 999999;
}
.brand-logo-image{
    width: 125px;
}
.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;
}
#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;
  }
  .scroll-arrow{
    width: 60% !important;
    height: auto;
}
 .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;
}


a:hover {
    color: black !important;
}

p{
    color: #4B5563 ;
    font-weight: 500 ;
    font-size: 18px ;
     letter-spacing: 0.5px ;
}


.main-title-1 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  

}

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

.navbar {

    border-bottom: 1px solid #d3d3d3;
}


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

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

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

.nav-item.active {
    border-bottom: 2px solid #E16408 !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: 12px !important;
    width: 140px !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #E16408;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.brand-hero {
    margin-top: 89px;
}

.secondary_button {
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #BF5708;
    padding: 12px !important;
    width: 140px !important;
}
.secondary_button-top {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #BF5708;
    padding: 12px !important;
    width: 140px !important;
}

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

.hero_schedule_button {
    width: 180px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 14px !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.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 transparent !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.index-doc-pic {
    width: 573px !important;
    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;
}
/*carousel start*/
.owl-nav {
    display: none !important;
}
#brand, #testimonial {
    position: relative;
}
.carousel-nav {
    position: absolute;
    top: 50%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    /*transform: translateY(-50%);*/
    pointer-events: none;
}
.carousel-test-nav {
    position: absolute;
    top: 50%;
    width: 86%;
    display: flex;
    justify-content: space-between;
    /*transform: translateY(-50%);*/
    pointer-events: none;
}
.carousel-prev,
.carousel-next {
    pointer-events: auto;
    background: #ffffff;
    border: none;
    width: 42px;
    height: 42px;
    /*border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-prev:hover,
.carousel-next:hover {
    pointer-events: auto;
    background: #ffffff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-prev {
    margin-left: 10px;
}
.carousel-next {
    margin-right: 10px;
}
.carousel-prev i,
.carousel-next i {
    font-size: 22px;
    color: #BF5708;
    top: 0px !important;
}
#brand .owl-carousel {
    max-width: 1100px;  
    margin: 0 auto;
}
/*carousel end*/

@media (max-width: 575.98px) {
    .img-mover {
        margin-top: 18px;
    }
    .title-top1 {
        top: 0px;
    }
    .title-top2 {
        top: 0px;
    }
    .navbar .navbar__right {
    display: flex;
    flex: 1 0 17%;
    align-items: center;
    justify-content: flex-end;
    column-gap: 0 !important;
    }
    .productfour-box {
        display: flex;
        flex-direction: row-reverse!important;
        justify-content: flex-end!important;
        align-items: center;
        margin-bottom: 15px;
    }
    .scroll-arrow{
        width: 25px;
    }
    #progress {
        position: fixed;
        bottom: 110px;
        right: 20px;
        height: 50px !important;
        width: 50px !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 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 40px;

    }

    .brand-section {
        padding: 10px !important;
    }


    

    .brand-detail {
        margin-top: 25px;
        display: flex;
        flex-direction: column !important;

    }

    .box-section {

        padding: 12px !important;
    }

    .footer-image {
        margin-top: 25px;
        width: 168px !important;
        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: 97px !important;
    }

    #brand .owl-carousel .owl-nav .owl-next i {
        position: relative;
        left: 97px !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;
    }


    .content {
        font-size: 14px !important;
        color: #4B5563;
        padding: 15px;
        font-weight: 500;

        line-height: 26.39px !important;
        word-wrap: break-word;
    }

}

section {

    padding: 2rem 5rem;
}

.brand-detail {
    display: flex;
    flex-direction: column;
    row-gap: 25px;

}

@media (max-width: 768px) {
    .main-title {
        font-size: 3rem;
        font-weight: bold;
        line-height: 48px;

    }


    
}

.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;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first-doc-pic-2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.section_two_title {
    text-align: center;

    font-weight: 500;
}



.color-change{
    color: #e16408;
}





.our-product-content {
    color: #676565;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 991.98px) {

    .slide-box {
        width: 150px !important;
        height: 150px !important;
        margin: 20px;

    }

    
}
.my-carousel img {
    width: 100px;
    height: 50px;
}

.btn_primary:hover {
    box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
}

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

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

.item {
    text-align: center;
}

@media (max-width: 575.98px) {
 

    

    .single-item .mobile-res {
        display: flex;
        flex-direction: column;
    }

    .content p {
        color: var(--hero-paragh, #4B5563);
        font-size: 17px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 157%;
        /* 26.69px */
    }
    .hero-content {
        font-size: 16px !important;
        color: #E16408;
        font-weight: bold;
    }

    .first-doc-pic {
        margin-top: 50px;
        display: flex;
    flex-direction: row;
    justify-content: center !important;
    }

    section {
        padding: 1rem;
    }

    .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: 280px) and (max-width: 576px) {
    .pf_2{
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-res .content {
         margin-top: 0px !important; 
    }

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 1px) !important;
    }

    footer ul {
        padding-left: 10px !important;
    }
    .main-title-1 {
        font-size: 35px!important;
        line-height: 49px!important;
        font-weight: 700;
    }

    section {
        /* margin-top: 50px; */
        padding: 2rem 1rem !important;
    }
    .main-title-1 {
        font-size: 24px!important;
        line-height: 39px!important;
        font-weight: 600 !important;
        width: auto !important;
    }
    .sub-main-title-1 {
        font-size: 27px !important;
        line-height: normal;
        font-weight: 600 !important;
    }
   

}

/*  */




.profile {
    text-align: right;
}



.client-name {
    color: #000 !important;
}



.socials {
    color: #E16408;
    font-size: 21px;

    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: 1px !important;
    font-size: 23px;
}

.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% !important;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

#second-hms, #third-hms {
  display: none;
}

.owl-item {
    border-radius: 4px;
}

.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% */

}

@media (max-width:567px) {
    

  
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 18px;
        font-weight: 500;
        line-height: 28px !important;
    }
    .first-product-detail {
        margin-top: 160px !important;
    }
}

.first-product-detail {
     margin-top: 120px; 
     padding: 2rem 5rem;
     background: #F5FAFF;
}


.owl-dot {
    width: 10px;
    height: 10px;
    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: 44%;
    width: 30px !important;
    height: 30px !important;
    TOP: 89.5%;

}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 89.5%;
    left: 43.5%;
    width: 30px !important;
    height: 30px !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 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-img{
    width: 60px;
}

.productfour-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
}


.secondary-footer_button {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #E16408;
    padding: 14px !important;
}

@media (max-width:567px) {




    .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: 16px;
        line-height: 25px;
    }

    

    .primary_button {
        color: #000;
        border-color: transparent;
        font-size: 15px !important;
        font-weight: 600 !important;
        padding: 10px !important;
        width: 100% !important;
    }
.primary_button-top{
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px !important;
    width: 100% !important;
}
  

    .brand-shop-button {
        display: flex;
        flex-direction: column !important;

    }

    .secondary-footer_button {
        color: #fff;
        font-size: 12px !important;
        font-weight: 500 !important;
        background: #E16408;
        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: #000;
        font-size: 15px !important;
        font-weight: 500 !important;
        background: #E16408;
        padding: 10px !important;
        width: 100% !important;
    }
    .secondary_button-top {
        color: #000;
        font-size: 14px !important;
        font-weight: 500 !important;
        background: #E16408;
        padding: 10px !important;
        width: 100% !important;
    }


    

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

    
}


.box-section-title {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.5px;
    
    /* 152.381% */

}


.carousel-indicators .active {
    opacity: 1;
    background: #E16408 !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;
}


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

.video-sections {
  padding: 2rem 5rem;
}

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

footer .content .link-boxes .box {
/*    width: calc(100% / 5 - 10px);*/
}

.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;
}
.record-range .counter {
    color: rgb(225, 100, 8);
    font-weight: bold;
}
.content .link-boxes .box li a {
    color: #505766;
    font-size: 16px;
    font-weight: 500;
    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;
}

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

@media (max-width: 900px) {
    footer .content .link-boxes {
        flex-wrap: wrap;
    }

    footer .content .link-boxes .input-box {
        width: 40%;
        margin-top: 10px;
    }
}

.footer-image {
    margin-top: 25px;
    width: auto;
    height: 50px;
}

@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;
    }
    .content .link-boxes .box li {
        margin: 10px 0;
        list-style: none;
    }
    .sc-4 {
        margin: 0 auto !important;
       
        
    }
}

.tech-img {
    max-width: 800px;
}


/* media query for tab */
@media (min-width: 768px) and (max-width: 991.98px) {
  .title-top1 {
        top: 60px;
    }
    .title-top2 {
        top: 30px;
    }
  .tablet-view{
    width: 450px !important;
  }
    .first-product-detail {
        margin-top: 142px !important;
    }
    .client-slider i {
        position: relative;
        top: -3px !important;
        font-size: 25px;
    }
   
  
    #brand .owl-carousel .owl-nav .owl-next i {
        position: relative;
        top: -11px;
        left: 25px;
    }
    #brand .owl-carousel .owl-nav .owl-prev i {
        position: relative;
        top: -11px;
        right: 24px;
    }
    section {
       
        padding: 2rem 1.5rem !important;
    }

    .hero_schedule_button {
        width: 225px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 11px !important;
        /* width: 100%; */
    }


    footer .content .link-boxes .box {
        width: calc(100% / 5 - -104px) !important;
    }


    .footer-image {
        margin-top: 25px;
        width: 168px !important;
        height: 40px !important;
    }

    .first-doc-pic {
        text-align: center !important;
        margin-top: 50px !important;
    }

  

    .productfour-record-range {
        margin-top: 50px;
    }


    .pf-4 {
        margin-top: 300px;
    }

    .blog-img {
        height: 200px !important;
    }
    
   

}






@media (device-width: 1024px) {
 
    .content .link-boxes .box li a {
        font-size: 17px !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;
    }

    

  
}




@media (device-width: 280px) {
   

    .content .link-boxes .box li a {
        font-size: 10px !important;
    }
}



.productone .owl-carousel button.owl-dot.active {
    width: 14px;
    height: 14px;
    background: #BF5708!important;
}

.productone .owl-carousel .owl-nav button.owl-next {
    background: transparent !important;
    color: #e16408 !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
}

.productone .owl-carousel .owl-nav button.owl-prev {
    background: transparent !important;
    color: #e16408 !important;
    border: none !important;
    padding: 0 !important;
    font: inherit;
} 

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 5px !important; 
    /* font-size: 1.25rem; */
    text-decoration: none;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
   
    .tab-view {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

}

@media (max-width:567px) {
  
    .tab-view {
        display: flex;
        flex-direction: row;
        justify-content: center !important;
    }
  
    .client-slider i {
        position: relative;
        top: -5px !important;
        font-size: 23px;
    }
}

@media (device-width: 1024px) {
    .nav-item {
        padding-left: 10px;
    }
    .brand-logo-image {
        width: 100px !important;
    }
}

.sub-main-title-1{
    font-size: 45px;
    line-height: normal;
    font-weight: 500;
}
@media(min-width:1024px) and (max-width:1280px) {
    .sub-main-title-1{
        font-size: 37px;
        line-height: normal;
        font-weight: 500;
    }
    .main-title-1 {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
        font-size: 36px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
     
    }

}

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


.click-arrow {
    font-size: 40px;
    margin-left: 10px;
}

.demo-pic {
    border: 1px solid transparent;
    border-radius: 25px;
}
.align-code{
    margin-right: 281px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #e16408 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 14px;
  }

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

  *::-webkit-scrollbar-thumb {
    background-color: #e16408;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
@media (device-width:280px) {
    .click-arrow {
        font-size: 25px !important;
        margin-left: 10px;
    }
    
    
}

/* 3 */

@media (max-width:567px) {
 
       
        .tab-view {
            display: flex;
            flex-direction: row;
            justify-content: center !important;
        }

 
  
    
       
     
    }





.tab-view {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


@media (min-width: 768px) and (max-width: 991.98px) {
  
    .tab-view {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


}
 .tab_user{
    margin-top: 135px;
    height: fit-content;
    display: inline-block;
 }
  a{
    text-decoration: none;
    color: #777;
  }

.nav-border{
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.first-doc-pic-2 img{
    width: auto;
    height: auto;
}
.sc-3 .row-wrap{
    padding: 80px 0px;
}

.tabs-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  
  .tab {
    padding: 12px 0px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
    padding-right: 0px !important;
}
  
  .tab:hover {
    background-color: #FCF0E6;
  }
  
  .content-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
  }
  
  .contents {
    display: none;
    padding: 20px;
   
  }
  
  .contents.active {
    display: block;
  }
  .sm{
   
    padding: 1rem 5rem 0rem;
  }
  .parent{
    position: relative;
  }
  .back-img{
    position: relative;
    max-width: 550px;
    height: 460px;
  }
  .content-img{
    max-width: 600px;
    height: auto;
    transform: translateY(5px);
    transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
    will-change: opacity, transform;
  }
  .sm h2{
    font-size: 2.25rem;
    line-height: 1.4;
    
  
    margin-bottom: 10px;
  }
  .sm h4{
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .showme p {
    font-size: 18px;
    padding: 12px 25px;
    margin-bottom: 10px;
   
    max-height: fit-content;
    overflow: hidden;
    border-radius: 4px;
    cursor: default;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.left1x3n .grid178A {
    grid-template-columns: 450px 1fr;
}
.tab svg{
    margin-bottom: 5px;
}
.tab.active , .tab.active svg{
    border-radius: 10px;
 fill: #e16408;
    color: #e16408;
    background: #FCF0E6;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.grid178A {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 1003.75px;
    padding: 3.125rem 1.875rem;
    
}
#second , #third , #fourth , #fifth{
    display: none;
}
.showhim:hover{
    color: #e16408;
}
.sm-1 h5{
    color: #4B5563;
font-weight: 500;

}
  .showme p{
    
   color:  var(--foundation-secoundary-secoundary-400, #505766);font-weight: 500;
    transition:  0.3s ease-in-out;
    letter-spacing: 0.5px;
  }
 
  .layer-icon{
    padding-right: 10px;
    width: 80px;
    margin-bottom: 15px;
    
  }
  .sc-4{
    margin-top: 40px;
    padding: 0rem 5rem 0rem;
    margin-bottom: 40px;
  }
  .sc-4 .container{
    background: #FCF0E6;
  max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
  }


.title-wrap{
    
    display: flex;
    flex-direction: column;
    align-items: center;

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

  .itemn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(131.83deg, #Fff 0%,     #fff 99.21%);
    width: 300px;
    text-align: center;
    padding: 15px;
    height: 300px;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  }
  
  .itemn:not(:last-child) {
    margin-right: 100px;
  }
  .itemn::before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background-image: linear-gradient(312.25deg, #e16408 0%,     rgba(255, 255, 255, 0) 66.19%);
    z-index: -1;
    border-radius: 18px;
  }



.carousel-indicators {
    position: absolute;
    left: -30%;
    right: 25%;
    bottom: -126px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 6rem;
    margin-left: 15%;
    list-style: none;
}
  #carouselExampleIndicators .carousel-indicators [data-bs-target] {
    position: relative;
    width: 64px !important;
    height: 64px !important;
    border: none;
    border-radius: 50px;
    margin-left: 10px;
   
  }
  .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: 450px;
}
 #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 0;
    height: 100%;
   
    border-radius: inherit;
  }
  .contentn p{
    text-align: left;
    color: #505766;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
  }
  .name{ 
    width: 284px;
    border-right: 2px solid grey;
  }
.whaybest .h4{
    padding: 30px 0px 0px 0px;
    font-size: 2.5rem;
}
 .whaybest .shape2 , .last-test .shape2 , .sm1 .shape2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
 .whaybest .shape , .expre .shape , .last-test .shape , .sm1 .shape{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
}
.whaybest , .expre , .last-test , .sm1 {
    position: relative;
}
.title-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whaybest .cont-p{
    color: #4B5563;font-weight: 500; letter-spacing: 0.5px;    
               
                font-size: 18px;
                line-height: 1.45;
                width: 55%;
}
.img-fluidn{
    max-width: 700px;
}
.rating-field{
    padding: 0rem 5rem 3rem;
}
.safety-image{
    width: 100%;
    height: 100%;
}
.cert-logo{
    width: 100px;
}
.image-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 2px dashed #e16408;
    border-right: 2px dashed #e16408;
    border-left: 2px dashed #e16408;
    border-bottom: 2px dashed #e16408;
    padding: 10px;
    animation: spin 10s infinite linear;
}
.image-circle img {
    animation: spin 10s infinite reverse linear;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.logo-wrap{
    padding-left: 10px;
}

.logo-wrap1{
    padding-left: 10px;
}
@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

.logo-circle{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.client-logo{
    width: 54px !important;
    height: 54px !important;
    border-radius: 50px !important;
}
.last-test{
    padding-top: 40px;
    padding-bottom: 120px;
    background: #f6f6f6;
}
.player {
    max-width: 650px;
    height: 400px;
    border: 3px solid #fafafa;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 50px auto;
  }
  
  /* This css is only applied when fullscreen is active. */
  .player:fullscreen {
    max-width: none;
    width: 100%;
  }
  
  .player:-webkit-full-screen {
    max-width: none;
    width: 100%;
  }
  
  .player__video {
    width: 100%;
  }
  
  .player__button {
    background:none;
    border:0;
    line-height:1;
    color:white;
    text-align: center;
    outline:0;
    padding: 0;
    cursor:pointer;
    max-width:40px;
  }
  
  .player__button:focus {
    border-color: #ffc600;
  }
  
  .player__slider {
    width:10px;
    height:30px;
  }
  
  .player__controls {
    display:flex;
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    transform: translateY(100%) translateY(-5px);
    transition:all .3s;
    flex-wrap:wrap;
    background:rgba(0,0,0,0.4);
    color: #fff;
    /* z-index: 2147483648;  */
    /* This is ridiculous so that it overrides the shadow 
    dom and shows the custom player in full screen mode instead */
  }
  
  .player:hover .player__controls {
    transform: translateY(0);
  }
  
  .player:hover .progress {
    height:15px;
  }
  
  .player__controls > * {
    flex:1;
  }
  
  .progress {
    flex:10;
    position: relative;
    display:flex;
    flex-basis:100%;
    height:5px;
    transition:height 0.3s;
    background:rgba(0,0,0,0.5);
    cursor:ew-resize;
  }
  
  .current,
  .duration,
  .fullscreen-btn {
    max-width: 60px;
    color: #fff;
    font-size: 12px;
    margin: auto 0px;
    padding: 0 7px;
  }
  
  .fullscreen-btn {
    color: #000;
    margin: auto 6px;
    background-color: #f9f9f9;
    border-radius: 2px;
    border: 0;
  }
  
  .progress__filled {
    width:50%;
    background:#e16408;
    flex:0;
    flex-basis:0%;
  }
  
  .progress__filled .current {
    position: absolute;
    right: 0;
    top: -10px;
  }
  
  /* unholy css to style input type="range" */
  
  video::-webkit-media-controls {
    display:none !important;
  }
  
  input[type=range] {
    -webkit-appearance: none;
    background:transparent;
    width: 100%;
    margin: 0 5px;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: rgba(255,255,255,0.8);
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
  }
  input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffc600;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.5px;
    box-shadow:0 0 2px rgba(0,0,0,0.2);
  }
  input[type=range]:focus::-wefbkit-slider-runnable-track {
    background: #bada55;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #e16408;
    cursor: pointer;
  }
  .sm1{
    background: #FAFAFA;
    padding: 100px 0px;
  }
 .slide-wraps{
    display: flex;
    flex-direction: row;
    justify-content: center;
 }
 .s_t_t{
    width: 80%;
 }
  /* media query */

  @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;
    }
    .name {
        width: 250px;
        border-right: 2px solid grey;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 500px;
    }
    .navbar__center{
        padding: 0px !important;
    }
    .s_t_t{
        width: 100%;
     }
    .whaybest .h4 {
         padding:0px;
         font-size: calc(1.375rem + 1.5vw); 
    }
    .hero_schedule_button {
       
        box-shadow: 0 15px 12px rgba(0,0,0,0.2);
    }
    .first-doc-pic-2 img {
        width: auto;
        height: auto;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .player {
        max-width: 100%;
        height: 205px;
        border: 3px solid #fafafa;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        position: relative;
        font-size: 0;
        overflow: hidden;
        margin: 20px auto;
    }
    .video-sections {
       padding: 0px 2px px 2px;
    }
    .feature-card-wrapper {
       margin: 0px 0px;
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .slide-box {
        margin: 10px !important;
        width: 150px !important;
        height: 150px !important;
        padding: 17px;
    }
    .sc-3 .row-wrap{
        padding: 25px 0px;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
         width: 100%; 
        text-align: center;
        padding: 15px;
        height: 100%;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .back{
        margin-top: 0px;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 0px;
    }
    .content-img {
        max-width: 100%;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    p{
        color:  #4B5563 ;
        font-weight: 500 ;
        font-size: 16px ;
         letter-spacing: 0.5px ;
    }
    .grid178A {
        display: flex;
        grid-template-rows: auto;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        max-width: 100%;
        padding: 0px; 
        flex-direction: column;
    }
    .sm h4 {
        font-size: 1rem;
        line-height: 1.45;
        text-align: center;
    }
    .sm h2 {
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 40px;
        text-align: center;
    }
    .tab {
        padding: 12px 0px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
        padding-right: 0px !important;
    }
    .showme p {
        font-size: 15px;
        padding: 0px 15px;
        margin-bottom: 10px;
        max-height: fit-content;
        overflow: hidden;
        border-radius: 4px;
        cursor: default;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
    }
    .logo-wrap1{
        padding-left: 0px;
    }
    .back-img {
        position: relative;
        max-width: 84%;
        height: auto;
    }
    .contents {
      
         padding: 0px; 
    }
    .safety-wrap{
        text-align: justify;
        margin: 0 auto;
    }
    .box-section-title {
        font-size: 16px !important;
        line-height: 28px !important;
        padding-top: 10px !important;
        text-align: center;
    }
    .image-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border-top: 2px dashed #e16408;
        border-right: 2px dashed #e16408;
        border-left: 2px dashed #e16408;
        border-bottom: 2px dashed #e16408;
        padding: 5px;
        animation: spin 10s infinite linear;
    }
    .logo-circle {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .safety-image{
        max-width: 100%;
        height: 100%;
        margin-top: 20px
    }
    .sc-4 .container {
        background: #FCF0E6;
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
    }
    .quote{
        width: 55px;
        height: 55px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 46px !important;
        height: 44px !important;
        border: none;
        border-radius: 50px;
        margin-left: -2px !important;
    }
    .carousel-indicators {
        position: absolute;
        left: -3px;
        right: 0px;
        bottom: 8%;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -14%;
        margin-left: 15%;
        list-style: none;
        margin-top: -18%;
    }
    .client-logo{
        width: 36px !important;
        height: 36px !important;
        border-radius: 50px  !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 5px;
        left: 4.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .whaybest .cont-p{
        color: #4B5563;
        font-weight: 500;
         letter-spacing: 0.5px;    
               
                font-size: 1rem;
                line-height: 1.45;
                width: 100%;
    }
    
    .sm h3{
        text-align: center;
    }
  }
  @media (min-width: 576.98px) and (max-width: 767px) {
    .name {
        width: 250px;
        border-right: 2px solid grey;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 500px;
    }
    .navbar__center{
        padding: 0px !important;
    }
    .medium-resp-btn{
      text-align: center;
      margin-bottom: 30px;

    }
    section {
        padding: 2rem 2rem;
    }
    .s_t_t{
        width: 100%;
     }
    .whaybest .h4 {
         padding:0px;
         font-size: calc(1.375rem + 1.5vw);
    }
    .hero_schedule_button {
       
        box-shadow: 0 15px 12px rgba(0,0,0,0.2);
    }
    .first-doc-pic-2 img {
        width: 100%;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .player {
        max-width: 100%;
        height: 205px;
        border: 3px solid #fafafa;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        position: relative;
        font-size: 0;
        overflow: hidden;
        margin: 50px auto;
    } 
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .slide-box {
        margin: 10px !important;
        width: 150px !important;
        height: 150px !important;
        padding: 17px;
    }
    .sc-3 .row-wrap{
        padding: 25px 0px;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
         width: 100%; 
        text-align: center;
        padding: 15px;
        height: 100%;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .back{
        margin-top: 0px;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 0px;
    }
    .content-img {
        max-width: 100%;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    p{
        color:  #4B5563 ;
        font-weight: 500 ;
        font-size: 16px ;
         letter-spacing: 0.5px ;
    }
    .grid178A {
        display: flex;
        grid-template-rows: auto;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        max-width: 100%;
        padding: 0px; 
        flex-direction: column;
    }
    .sm h4 {
        font-size: 1rem;
        line-height: 1.45;
        text-align: center;
    }
    .sm h2 {
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 40px;
        text-align: center;
    }
    .sm h3{
        text-align: center;
    }
    .tab {
        padding: 12px 0px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
        padding-right: 0px !important;
    }
    .showme p {
        font-size: 15px;
        padding: 0px 15px;
        margin-bottom: 10px;
        max-height: fit-content;
        overflow: hidden;
        border-radius: 4px;
        cursor: default;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
    }
    .logo-wrap1{
        padding-left: 0px;
    }
    .back-img {
        position: relative;
        max-width: 84%;
        height: auto;
    }
    .contents {
      
         padding: 0px; 
    }
    .safety-wrap{
        text-align: justify;
        margin: 0 auto;
    }
    .box-section-title {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .image-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border-top: 2px dashed #e16408;
        border-right: 2px dashed #e16408;
        border-left: 2px dashed #e16408;
        border-bottom: 2px dashed #e16408;
        padding: 5px;
        animation: spin 10s infinite linear;
    }
    .logo-circle {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .safety-image{
        max-width: 80%;
        height: 80%;
        margin-top: 20px
    }
    .sc-4 .container {
        background: #FCF0E6;
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
    }
    .quote{
        width: 55px;
        height: 55px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 63px !important;
        height: 65px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: -3px;
        right: 0px;
        bottom: -66px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .client-logo{
        width: 55px !important;
        height: 55px !important;
        border-radius: 50px  !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 5px;
        left: 3.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .whaybest .cont-p{
        color: #4B5563;
        font-weight: 500;
         letter-spacing: 0.5px;    
               
                font-size: 1rem;
                line-height: 1.45;
                width: 100%;
    }
    footer .content .link-boxes {
        width: 100%;
        display: flex;
         justify-content: flex-start; 
        gap: 25px;
    }
    .content .link-boxes .box li a {
        color: #505766;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none !important;
        opacity: 0.8;
        transition: all 0.4s ease;
    }
    .medium-resp{
        display: flex;
    flex-direction: row;
    justify-content: center;
    }
    .first-product-detail {
        margin-top: 120px;
        padding: 2rem;
    }
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 87.5%;
        left: 38.5%;
        width: 30px !important;
        height: 30px !important;
    }
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: 39%;
        width: 30px !important;
        height: 30px !important;
        TOP: 88.5%;
    }
  }

  @media (min-width: 768px) and (max-width: 991px){
    .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;
    }
    .whaybest .cont-p{
        color: #4B5563;
        font-weight: 500;
         letter-spacing: 0.5px;    
               
                font-size: 1rem;
                line-height: 1.45;
                width: 85%;
    }
    .navbar__center{
        padding: 0px !important;
    }
    .first-doc-pic-2 img{
        width: 320px;
        height: 280px;
    }
    .sub-main-title-1 {
        font-size: 39px;
        line-height: 42px;
        font-weight: 600;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 35px;
    }
    .whaybest .tab-resp{
display: flex;
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 50px;
    }
    .back-img {
        position: relative;
        max-width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .sc-3 .row-wrap {
        padding: 30px 0px;
    }
    .medium-resp{
        text-align: center;
    }
    .logo-circle {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .player {
        max-width: 500px;
        height: 300px;
        border: 3px solid #fafafa;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        position: relative;
        font-size: 0;
        overflow: hidden;
        margin: 20px auto;
    }
    .video-sections {
        padding: 2px 2px;
     }
    .feature-card-wrapper {
        margin: 0px 0px;
    }
    .grid178A {
        display: flex;
    grid-template-rows: auto;
    gap: 30px;
    max-width: 100%;
    padding: 0px;
    flex-direction: row;
    align-items: center;
    }
    
    .content-img {
        max-width: 100%;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    .safety-wrap h5{
        text-align: center;
    }
    .safety-image {
        width: 70%;
        height: 70%;
        margin-top: 30px;
    }
    .sm-1{
        background: #FAFAFA;
        padding: 50px 0px;
      }
    .sc-4{
        margin: 0 auto;
    }
    .sc-3{
        padding: 0rem;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 44px !important;
        height: 46px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
        position: absolute;
/*        left: -266px;*/
        right: 0px;
        bottom: -11px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .test h1{
        font-size: 26px;
    }
    .client-logo{
        width: 40px !important;
        height: 40px !important;
        border-radius: 50px  !important;
/*        margin-left: 85%;*/
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .quote{
        width: 75px;
        height: 75px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    .whaybest  .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .tab {
        padding: 12px 0px;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
        padding-right: 0px !important;
    }
    .showme p {
        font-size: 16px;
        padding: 0px 0px 0px 25px;
        margin-bottom: 10px;
        max-height: fit-content;
        overflow: hidden;
        border-radius: 4px;
        cursor: default;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
        width: 100%; 
        text-align: center;
        padding: 15px;
        height: 300px;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .sm h2 {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
    }
    
    .sm h4 {
        font-size: 1rem;
        line-height: 20px;
    }
  }
  @media (device-width: 280px){
    .logo-circle {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .image-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border-top: 2px dashed #e16408;
        border-right: 2px dashed #e16408;
        border-left: 2px dashed #e16408;
        border-bottom: 2px dashed #e16408;
        padding: 5px;
        animation: spin 10s infinite linear;
    }
    .logo-wrap1{
        padding-left: 0px;
    }
  }
  @media (min-width: 1000px) and (max-width: 1199px) {
    .whaybest .cont-p{
        color: #4B5563;
        font-weight: 500;
         letter-spacing: 0.5px;    
               
                font-size: 1rem;
                line-height: 1.45;
                width: 90%;
    }
    .menu .menu__inner .menu__item .menu__link {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        transition: all 0.25s ease;
    }
    .menu .menu__inner .menu__item {
        position: static;
        display: inline-block;
      
        padding: 29px 6px 10px 10px !important;
    }
    .first-doc-pic-2 img{
        width: 100%;
    }
    .first-product-detail {
        margin-top: 120px;
        padding: 3rem 4rem 0rem 4rem;
    }
    .sub-main-title-1 {
        font-size: 31px !important;
        line-height: normal;
        font-weight: 600 !important;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 18px;
        font-weight: 500;
        line-height: 29px !important;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 35px;
    }
    .whaybest .tab-resp{
display: flex;
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 80px;
    }
    .back-img {
        position: relative;
        max-width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .left1x3n .grid178A {
        grid-template-columns: 370px 1fr;
    }
    .grid178A {
        display: grid;
        grid-template-rows: auto;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        max-width: 100%;
        padding: 0px; 
       
    }
    .content-img {
        max-width: 440px;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    .safety-wrap h5{
        text-align: left;
    }
    .safety-image {
        width: 100%;
        height: 100%;
    }
    .sc-4{
        margin: 50px auto;
    }
    .sc-3{
        padding: 0rem;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 65px !important;
        height: 65px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
            position: absolute;
            left: -211px;
            right: 203px;
            bottom: -96px !important;
            z-index: 2;
            display: flex;
            justify-content: center;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%;
            list-style: none;
    }
    .client-logo{
        width: 60px !important;
        height: 60px !important;
        border-radius: 50px  !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .quote{
        width: 75px;
        height: 75px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    .whaybest  .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
        width: 100%; 
        text-align: center;
        padding: 15px;
        height: 300px;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .sm h2 {
        font-size: 2em;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
    }
    
.sm h4 {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
}
.last-test{
    padding: 65px 0;
    background: #fafafa;
}.showme p {
    font-size: 18px;
    padding: 0px 25px;
    margin-bottom: 10px;
   
    max-height: fit-content;
    overflow: hidden;
    border-radius: 4px;
    cursor: default;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.sc-3 .row-wrap {
    padding: 30px 0px;
}
.sc-3 h1{
    padding: 30px;
}
.player {
    max-width: 450px;
    height: 300px;
    border: 3px solid #fafafa;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 50px auto;
}
  }
  @media (min-width: 1200px) and (max-width: 1279px) {
    .whaybest .cont-p{
        color: #4B5563;
        font-weight: 500;
         letter-spacing: 0.5px;    
               
                font-size: 1rem;
                line-height: 1.45;
                width: 90%;
    }
    .menu .menu__inner .menu__item .menu__link {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        transition: all 0.25s ease;
    }
    .menu .menu__inner .menu__item {
        position: static;
        display: inline-block;
      
        padding: 29px 6px 10px 10px !important;
    }
    .first-doc-pic-2 img{
        width: 100%;
    }
    .first-product-detail {
        margin-top: 70px;
        padding: 3rem 4rem 0rem 4rem;
    }
    .sub-main-title-1 {
        font-size: 31px !important;
        line-height: normal;
        font-weight: 600 !important;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 18px;
        font-weight: 500;
        line-height: 29px !important;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 35px;
    }
    .whaybest .tab-resp{
display: flex;
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 80px;
    }
    .back-img {
        position: relative;
        max-width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .left1x3n .grid178A {
        grid-template-columns: 370px 1fr;
    }
    .grid178A {
        display: grid;
        grid-template-rows: auto;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        max-width: 100%;
        padding: 0px; 
       
    }
    .content-img {
        max-width: 440px;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    .safety-wrap h5{
        text-align: left;
    }
    .safety-image {
        width: 100%;
        height: 100%;
    }
    .sc-4{
        margin: 50px auto;
    }
    .sc-3{
        padding: 0rem;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 65px !important;
        height: 65px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
       
            position: absolute;
            left: -211px;
            right: 203px;
            bottom: 16px;
            z-index: 2;
            display: flex;
            justify-content: center;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%;
            list-style: none;
       
    }
    .client-logo{
        width: 60px !important;
        height: 60px !important;
        border-radius: 50px  !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .quote{
        width: 75px;
        height: 75px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    .whaybest  .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
        width: 100%; 
        text-align: center;
        padding: 15px;
        height: 300px;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .sm h2 {
        font-size: 2em;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
    }
    
.sm h4 {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
}
.last-test{
    padding: 65px 0;
    background: #fafafa;
}.showme p {
    font-size: 18px;
    padding: 0px 25px;
    margin-bottom: 10px;
   
    max-height: fit-content;
    overflow: hidden;
    border-radius: 4px;
    cursor: default;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.sc-3 .row-wrap {
    padding: 30px 0px;
}
.sc-3 h1{
    padding: 30px;
}
.player {
    max-width: 450px;
    height: 300px;
    border: 3px solid #fafafa;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 50px auto;
}
  }
  @media (device-width: 1024px) {
    .menu .menu__inner .menu__item .menu__link {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        transition: all 0.25s ease;
    }
    .menu .menu__inner .menu__item {
        position: static;
        display: inline-block;
      
        padding: 29px 6px 10px 10px !important;
    }
    .first-doc-pic-2 img{
        width: 100%;
    }
    .first-product-detail {
        margin-top: 120px;
        padding: 3rem 4rem 0rem 4rem;
    }
    .sub-main-title-1 {
        font-size: 31px !important;
        line-height: normal;
        font-weight: 600 !important;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 18px;
        font-weight: 500;
        line-height: 29px !important;
    }
    .first-doc-pic-2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 35px;
    }
    .whaybest .tab-resp{
display: flex;
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 80px;
    }
    .back-img {
        position: relative;
        max-width: 100%;
        height: auto;
        margin-top: 100px;
    }
    .left1x3n .grid178A {
        grid-template-columns: 370px 1fr;
    }
    .grid178A {
        display: grid;
        grid-template-rows: auto;
        grid-column-gap: 75px;
        grid-row-gap: 20px;
        max-width: 100%;
        padding: 0px; 
       
    }
    .content-img {
        max-width: 440px;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
    .safety-wrap h5{
        text-align: left;
    }
    .safety-image {
        width: 100%;
        height: 100%;
    }
    .sc-4{
        margin: 50px auto;
    }
    .sc-3{
        padding: 0rem;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] {
        position: relative;
        width: 65px !important;
        height: 65px !important;
        border: none;
        border-radius: 50px;
        margin-left: 10px;
    }
    .carousel-indicators {
       
            position: absolute;
            left: -211px;
            right: 203px;
            bottom: 16px;
            z-index: 2;
            display: flex;
            justify-content: center;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%;
            list-style: none;
       
    }
    .client-logo{
        width: 60px !important;
        height: 60px !important;
        border-radius: 50px  !important;
    }
    #carouselExampleIndicators .carousel-indicators [data-bs-target] span img {
        content: "";
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        width: 0;
        height: 100%;
        border-radius: inherit;
    }
    .sm-1 h5{
        color: #4B5563;
    font-weight: 500;
    font-size: 18px;
    }
    .quote{
        width: 75px;
        height: 75px;
    }
    .contentn p {
        text-align: left;
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 149%;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
    }
    .client-name {
        color: #000 !important;
        font-size: 16px;
    }
    .name h6{
        color: #4B5563;
    }
    .whaybest  .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
        width: 100%; 
        text-align: center;
        padding: 15px;
        height: 300px;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .sm h2 {
        font-size: 2em;
        line-height: 1.4;
        margin-bottom: 10px;
        text-align: left;
    }
    
.sm h4 {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
}
.last-test{
    padding: 65px 0;
    background: #fafafa;
}.showme p {
    font-size: 18px;
    padding: 0px 25px;
    margin-bottom: 10px;
   
    max-height: fit-content;
    overflow: hidden;
    border-radius: 4px;
    cursor: default;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.sc-3 .row-wrap {
    padding: 30px 0px;
}
.sc-3 h1{
    padding: 30px;
}
.player {
    max-width: 450px;
    height: 300px;
    border: 3px solid #fafafa;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin: 50px auto;
}
  }
 @media (min-width: 1280px) and (max-width: 1400px){
    .carousel-indicators {
        position: absolute;
        left: -25%;
        right: 25%;
        bottom: -100px;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .itemn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(131.83deg, #Fff 0%, #fff 99.21%);
        width: 100%; 
        text-align: center;
        padding: 15px;
        height: 300px;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
    .img-fluidn {
        max-width: 100%;
        height: auto;
    }
    .back-img {
        position: relative;
        max-width: 450px;
        height: 360px;
    }
    .content-img {
        max-width: 560px;
        height: auto;
        transform: translateY(5px);
        transition: opacity 0.10s ease-in-out, transform 0.10s ease-in-out;
        will-change: opacity, transform;
    }
 }



body {
   
    transition: 0.35s;
}

a, button {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
   }
    100% {
        opacity: 1;
        transform: translateX(0%);
   }
}
@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
   }
    100% {
        opacity: 0;
        transform: translateX(100%);
   }
}


.centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: var(--shadow-medium);
}

.navbar {
    align-content: center;
    width: 100%;
    height: 76px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 991px) {
    .navbar .navbar__left {
        flex: 0 0 auto;
   }
}
.navbar .navbar__center {
    display: flex;
}
@media (max-width: 991px) {
    .navbar .navbar__center {
        flex: 0 0 100%;
        order: 3;
        align-items: center;
   }
}
.navbar .navbar__right {
    display: flex;
    flex: 1 0 17%;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1.5rem;
}
@media (max-width: 991px) {
    .navbar .navbar__right {
        flex: 0 0 auto;
        align-items: center;
   }
}
.brand {
    display: flex;
    align-items: center;
    order: 1;
}
.brand svg {
    width: 60px;
    height: 60px;
}
 .navbar__left{
    padding: 0px !important;
} 
@media (max-width: 991px) {
    .navbar-button {
        display: flex ;
        flex-direction: column;
       
        padding-left: 15px;
    }
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        max-width: 85%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        background-color: #fff;
        transform: translate(-100%);
        transition: all 0.4s ease-in-out;
   }
   .primary_button-top {
    color: #000;
    border-color: #d3d3d3;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px !important;
    width: 88% !important;
    padding-left: 10px;
    margin-bottom: 15px !important;
}
.secondary_button-top {
    color: #000;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #E16408;
    padding: 10px !important;
    width: 88% !important;
}
    .menu.is-active {
        transform: translate(0%);
   }
    .darkmode .menu {
        background-color: var(--color2);
   }
}
.menu .menu__header {
    display: none;
    box-shadow: var(--shadow-medium);
}
@media (max-width: 991px) {
    .menu .menu__header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 4rem;
        z-index: 110;
        visibility: hidden;
        background: transparent;
   }
    .menu .menu__header.is-active {
        visibility: visible;
        background-color: #ddd;
   }
    .menu .menu__header.is-active > .menu__arrow {
        display: flex;
   }
    .darkmode .menu .menu__header.is-active {
        background-color: var(--color2);
   }
}
@media (max-width: 991px) {
    .menu .menu__header .menu__arrow {
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 3rem;
   }
    .menu .menu__header .menu__arrow:hover i {
        color: var(--color);
   }
    .menu .menu__header .menu__arrow > i {
        font-size: 1.5rem;
        color: #000;
        transition: all 0.25s ease;
   }
    .darkmode .menu .menu__header .menu__arrow > i {
        color: #fff;
   }
}
@media (max-width: 991px) {
    .menu .menu__header .menu__title {
        cursor: pointer;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        transition: all 0.25s ease;
   }
    .menu .menu__header .menu__title:hover {
        color: var(--color);
   }
    .darkmode .menu .menu__header .menu__title {
        color: #fff;
   }
}
@media (max-width: 991px) {
    .menu .menu__inner {
        height: 100%;
        margin-top: -3rem;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0px !important;
   }
}
.menu .menu__inner .menu__item {
    position: static;
    display: inline-block;
    padding-right: 20px;
    padding: 30px 8px 10px 10px;
}
.menu .menu__inner .menu__item:last-child {
    padding-right: 0;
}
.menu .menu__inner .menu__item:hover > .menu__link {
    color: var(--color);
}
.darkmode .menu .menu__inner .menu__item:hover > .menu__link {
    color: var(--color);
}
@media (max-width: 991px) {
    .menu .menu__inner .menu__item {
        display: block;
        padding: 0;
   }
}
@media (min-width: 991px) {
    .menu .menu__inner .menu__item:hover > .menu__link i {
        transform: rotate(-90deg);
   }
    .mb-fifty {
        margin-bottom: 50px;
    }
    .box-section-title {
        text-align: left;
    }
    .title-top1 {
        top: 60px;
    }
    .title-top2 {
        top: 30px;
    }
}
@media (min-width: 991px) {
    .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
        opacity: 1;
        visibility: visible;
        top: 95%;
        box-shadow: 0px 2px 4px rgba(0, 0.4, 0, 0.4) !important;
   }
}
.menu .menu__inner .menu__item .menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 0.5rem;
    transition: all 0.25s ease;
}
@media (max-width: 991px) {
    .menu .menu__inner .menu__item .menu__link {
        justify-content: space-between;
        padding: 15px;
   }
}
.menu .menu__inner .menu__item .menu__link > i {
    margin-left: 7px;
    font-size: 1rem;
    transform: rotate(90deg);
    transition: 0.35s;
}
@media (max-width: 991px) {
    .menu .menu__inner .menu__item .menu__link > i {
        margin-left: 10px;
        transform: rotate(0deg);
   }
}
.darkmode .menu .menu__inner .menu__item .menu__link {
    color: #fff;
}
.submenu {
    position: absolute;
    z-index: 100;
    top: 110%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 0.25rem;
    border-top: 2px solid var(--color);
    background-color: #fff;
    box-shadow: var(--shadow-medium);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(-50%);
}
.darkmode .submenu {
    border-top: 2px solid var(--color);
    background-color: var(--color2);
}
@media (max-width: 991px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 65px 15px 0 15px;
        border-radius: 0;
        border-top: 0;
        box-shadow: none;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
   }
    .submenu.is-active {
        display: block;
   }
}
@media (min-width: 991px) {
    .submenu {
        animation: none !important;
   }
}
@media (min-width: 991px) {
    .submenu.megamenu__normal {
        left: 65%;
        max-width: 250px;
        width: 100%;
        height: auto;
        margin: 0 auto;
   }
}
@media (min-width: 991px) {
    .submenu.megamenu__text, .submenu.megamenu__image {
        display: flex;
        flex-wrap: wrap;
        max-width: 95%;
        height: auto;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-evenly;
   }
}
@media (min-width: 975px) {
    .submenu.megamenu__text, .submenu.megamenu__image {
        max-width: 86%;
   }
}
.submenu.megamenu__image .submenu__inner a {
    display: flex;
    flex-flow: column;
    align-items: center;
}
@media (max-width: 991px) {
    .submenu.megamenu__image .submenu__inner a {
        flex-flow: row;
        align-items: center;
        padding-bottom: 20px;
   }
}
.submenu.megamenu__image .submenu__inner a img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .submenu.megamenu__image .submenu__inner a img {
        width: 30%;
        height: 80px;
        margin-bottom: 0;
        margin-right: 15px;
   }
}
.submenu .submenu__inner {
    width: 30%;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .submenu .submenu__inner {
        width: 100%;
        padding: 0;
   }
}
.submenu .submenu__inner .submenu__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--color);
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.darkmode .submenu .submenu__inner .submenu__title {
    color: var(--color);
}
@media (max-width: 991px) {
    .submenu .submenu__list {
        margin-bottom: 0px;
   }
   .submenu .submenu__list li a {
    font-size: 14px !important;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease-in-out;
}
.submenu .submenu__list li {
    display: block;
    line-height: 2;
    margin: 17px auto !important;
}
}
.submenu .submenu__list li {
    display: block;
    line-height: 1;
    margin: 0 auto;
}
.submenu .submenu__list li a {
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease-in-out;
}
.submenu .submenu__list li a:hover {
    color: var(--color);
}
@media (max-width: 991px) {
    .submenu .submenu__list li a {
        display: contents;
   }
}
.darkmode .submenu .submenu__list li a {
    color: #fff;
}
.darkmode .submenu .submenu__list li a:hover {
    color: var(--color);
}
.switch {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    margin-right: 10px;
}
.switch .switch__light, .switch .switch__dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
}
.switch .switch__light {
    font-size: 20px;
    visibility: visible;
    color: #000;
}
.darkmode .switch .switch__light {
    font-size: 0;
    visibility: hidden;
}
.switch .switch__dark {
    font-size: 0;
    visibility: hidden;
    color: #fff;
}
.darkmode .switch .switch__dark {
    font-size: 20px;
    visibility: visible;
}
.overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
    pointer-events: none;
}
@media (max-width: 991px) {
    .overlay {
        cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
        pointer-events: visible;
   }
    .overlay.is-active {
        opacity: 1;
        visibility: visible;
   }
}
.burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 15px;
    margin-right: 15px;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}
@media (max-width: 991px) {
    .burger {
        opacity: 1;
        visibility: visible;
   }
}
.burger .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 15px;
    background: #e16408;
}
.darkmode .burger .burger-line {
    background: #fff;
}
.burger .burger-line:nth-child(1) {
    top: 0px;
}
.burger .burger-line:nth-child(2) {
    top: 8px;
    width: 70%;
}
.burger .burger-line:nth-child(3) {
    top: 16px;
}
@media (min-width: 992px) and (max-width: 1080px) {
    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  margin-left: -18px;
  margin-right: 18px;
  border-radius: 25px;
}
}