
:root {
    --primary-color: #12ac8e;
    --primary-color-dark: #0d846c;
    --primary-color-light: #e9f7f7;
    --secondary-color: #fb923c;
    --text-dark: #333333;
    --text-light: #767268;
    --white: #ffffff;
    --max-width: 1200px;
  }
@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; */
}
.navbar {
    background: #fff;
   
   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 300ms ease;
    z-index: 999999;
}
.fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.brand-logo-image{
    width: 125px;
}
.secondary_button-1{
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background: #E16408 !important;
        padding: 12px !important;
        width: 200px !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
    }
#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: 19px;
    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;
}
/*First section start*/
.mobile-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}

.col-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff; 
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px;
}

.mobile-product-grid > .col-item {
    height: auto;
}

.mobile-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
    column-gap: 20px;
    align-items: stretch;
}

.img_pod-first,
.img_pod-second,
.img_pod-third,
.img_pod-fourth {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_pod-first img,
.img_pod-second img,
.img_pod-third img,
.img_pod-fourth img {
    display: block;
    width: 50%;
    height: auto;
    position: relative;
    z-index: 2;
}
.img_pod-first::before,
.img_pod-second::before,
.img_pod-third::before,
.img_pod-fourth::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px dashed #E16408;
    border-radius: 50px;
    z-index: 1;
    pointer-events: none;
}
@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blog_post-first.ll:hover .img_pod-first::before,
.blog_post-second.ll:hover .img_pod-second::before,
.blog_post-third.ll:hover .img_pod-third::before,
.blog_post-fourth.ll:hover .img_pod-fourth::before {
    animation: rotate-border 8s linear infinite;
}
/*second section end*/
.carousel-country {
    font-size: 14px; 
    color:black;
    text-align:center;
    padding-top:2px;
}
.scroll-arrow {
    width: 24px;
    height: 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;
}
.brand-shop-button{
    display: flex;
    flex-direction: row;
    gap: 25px;
}

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: 470px;
    position: relative;
    transition: all 0.2s ease-in-out;
    right: 28px !important;
    top: 0px !important;
}

a:hover {
    color: #E16408 !important;
}




.main-title-1 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    
    font-style: normal;
    font-weight: 600 ;
    line-height: 1.3;
   font-size: 2.5rem;

}

.nav-link:focus,
.nav-link:hover {
    color: #E16408 !important;
}

.navbar {

    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
    padding-top: .6rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #E16408;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    display: none !important;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.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 #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;
   
    transition: box-shadow .15s ease-in-out;
}

.brand-hero {
    margin-top: 89px;
}

.secondary_button {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #E16408 !important;
    padding: 12px !important;
    width: 140px !important;
    border-radius: 10px !important;
}
.secondary_button-top {
    color: #000;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #E16408 !important;
    padding: 12px !important;
    width: 140px !important;
    border-radius: 10px !important;
}
.secondary_button-top:hover {
  background-color: #ae3910 !important;
  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;
}

.secondary_button-top {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: #E16408 !important;
    padding: 12px !important;
    width: 155px !important;
}
.primary_button-top {
    color: #000;
    border-color: #d3d3d3 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 12px !important;
    width: 155px !important;
    border-radius: 10px !important;
}

.hero_schedule_button {
    width: 200px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 14px ;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.hero_contact_button {
    color: #000;
    border-radius: 10px !important;
    border-color: #d3d3d3;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 14px !important;
    width: 200px !important;
    border: 1.5px solid grey;
    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;
}
.trigger {
  position: relative;
  background: #E16408;
  display: inline-block;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  color: #000;
}
.download {
  overflow: hidden;
}
.down-menu .download, .down-menu em, .down-menu i {
  position: absolute;
  width: 100%;
  height: 100%;
  font-style: normal;
  text-align: center;
  left: 0;
}
.down-menu em {
  line-height: 50px;
  top: 0;
  font-size: 18px;
}
.down-menu em, .down-menu i {
  transition: top 0.3s;
}
.down-menu i {
  top: 100%;
  padding-top: 5px;
  color: #fff;
}
.down-menu em, .down-menu i {
  transition: top 0.3s;
}
.down-menu i::before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 2rem;
}
.trigger:hover i {
  top: 0;
}
.trigger:hover em {
    top: -100%;
    /* move the Download text to the top*/
}
@media (max-width: 575.98px) {
    .productfour-box {
        display: flex;
        flex-direction: row-reverse!important;
        justify-content: flex-end!important;
        align-items: center;
        margin-bottom: 15px;
    }
    .h1-tag{
       font-size: 25px;
       margin-top: 0;
       margin-bottom: .5rem;
       font-weight: 500;
       line-height: 1.2;
    }
    .h2-tag{
       font-size: 23px;
       margin-top: 0;
       margin-bottom: .5rem;
       font-weight: 500;
       line-height: 1.2;
    }
    .h3-tag{
       font-size: 20px;
       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;
    }
    #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;
        margin-top: 44px;
    }
    .brand-section-2 {
        padding: 50px 10px !important;
       
    }

    .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;
    }

    

    .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: 64px !important;
    }

    #brand .owl-carousel .owl-nav .owl-next i {
        position: relative;

        left: 64px !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: 3rem 5rem;
}

.brand-detail {
    display: flex;
    flex-direction: column;
    row-gap: 25px;

}

.sub-heading{
    color: #4B5563;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.45; 
    width: 70%;
  margin-bottom: 80px; 
}
@media (max-width: 768px) {
    .main-title {
        font-size: 3rem;
        font-weight: bold;
        line-height: 48px;
    }
    .mobile-product-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }
}

/* .car-warp{
    padding-left: 100px;
} */
.brand-para {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px !important;
    /* 171.429% */
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display:none !important;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.right {
 
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.back-in{
    width: 550px;
}
.intro-back{
    position: relative;
    margin-top: 30px;
    top: 0;
    left: 50px;
}
@media (max-width:1280px){
    .intro-back{
        position: relative;
        margin-top: 30px;
        top: 0;
        left: 0px;
    }
}
.parent , .parents , .parents2 , .parents3{
    position: relative;
    top: 0;
    left: 0;
}
.back{
    position: relative;
    top: 15px;
    left: 50px;
}
.first-doc-pic-2{
   position: absolute;
   top: 30px;
}
.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;
}


.color-change{
    color: #e16408;
}

.trust_content_title {
    color: #E16408;
    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: 25px;
}

.our-products_title{
   
    text-align: center;
}

.btn_primary:hover {
    box-shadow: 0px 5px 1rem rgba(255, 94, 98, 0.5);
}


  /* section-2 */

  
.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}


.blog_post-first {
    background: #Fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;
    /* border-radius: 8px; */
    border: 0.5px transparent solid;
    height: auto;
}

.img_pod-first {
    height: 80px;
    width: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: relative;
    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 #d3d3d3 solid;
}

.img_pod-second {
    height: 80px;
    width: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: relative;
    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 #d3d3d3 solid;
}

.blog_post-second {
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    border: 0.5px transparent solid;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;
    height: auto;
}

.blog_post-third {
    background: #fff;
    border-radius: 20px;
    border: 0.5px transparent solid;
    /* background: #fff; */
    padding: 10px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;
    height: 250px;
  
}

.img_pod-third {
    height: 80px;
    width: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: relative;
    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 #d3d3d3 solid;

}

.img_pod-fourth {
    height: 80px;
    width: 80px;
    background: #fff;
    z-index: 10;
    box-shadow: 1px 1px 1rem rgba(190, 186, 186, 0.3);
    border-radius: 100%;
    position: relative;
    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 #d3d3d3 solid;
}

.blog_post-fourth {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;
    background: #fff;
    border: 0.5px transparent solid;
    height: auto;
}

.blog_post {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
    position: relative;

}
.our_product , .unlock{
    position: relative;
}
.our_product .shape , .unlock .shape{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
}
.our_product .shape2 , .unlock .shape2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}
.date img {
    width: 50px;
}

.dates img {
    width: 80px;
}

.img-fluids{
    width: 50px;
}

    .blog-tilte {
        padding-top: 50px;
        font-weight: 500;
        font-size: 20px !important;
        line-height: 26px !important;
    }

.our-products {
    margin-top: 20px !important;
}
.brand-detail {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 25px !important;
}
.our-productes{
    margin-top: 20px;
}

.tag-title{
    color: #B04F08;
    font-weight: 700;
     background: #FCF0E6;
      border-radius: 10px ; 
      padding: 5px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-size: 12px;
}

.tabs-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  
  .tab , .tabes , .tabesn {
 
    font-size: 20px;
    
    font-weight: 500;
   
    
        padding: 4px;
        margin-bottom: 10px;
     background-color: #fafafa;
        max-height: fit-content !important;
        overflow: hidden;
        border-radius: 10px;
        cursor:pointer;
      
        max-height: 5em;
  overflow:auto;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
  }
  
  .tab:hover {
    background-color: #FCF0E6;
    cursor: pointer;
    max-height: 5em;
    overflow:auto;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
  }
  
  .content-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
  }
  
.content-container3 {
    overflow: hidden;
    position: absolute;
    top: 0px;
  }
  .sm , .sm2 , .sm3{
    
    padding: 1rem 5rem 0rem;
  }
  .title-wrap{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  .back-img{
    max-width: 650px;
  }
  .content-img{
    max-width: 100%;
    
    transform: translateY(5px);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    will-change: opacity, transform;
  }
  .sm h2 , .sm3 h2 {
    line-height: 1.2;
  }
  .sm .h6 , .sm2 .h6 , .sm3 .h6 , .unlock .h6{
    font-size: 1.125rem;
    line-height: 1.45;
    width: 70%;
  }
  .tab svg{
    margin-bottom: 5px;
  }
  .showme p {
    font-size: 18px;
    padding: 0px 29px;
    margin-bottom: 10px;
   
   
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
  
    /*and eventually delay an overflow:auto; */
    
    transition: max-height 0.5s, overflow 0s;
}
.left1x3n .grid178A {
    grid-template-columns: 450px 1fr;
}
.tab.active , .tabes.active , .tabesn.active {
    border-radius: 10px;

    color: #e16408;
    background: #FCF0E6;
    max-height: fit-content;
  
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.tab.active svg , .tabes.active svg , .tabesn.active svg{
    border-radius: 10px;
fill: #E16408;

    color: #e16408;
    background: #FCF0E6;
}
.grid178A {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 3.125rem 1.875rem;
    
}

.showhim:hover .showhim svg:hover{
    color: #e16408;
    fill:#e16408;
}
.content-imgs{
    width: 75%;
    height: auto;
    overflow: hidden;
}
  .showme p{
    color: #676565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition:  0.3s ease-in-out;
    
  }
 
  .layer-icon{
    padding-right: 10px;
    width: 80px;
    margin-bottom: 15px;
    
  }

 .experience {
    font-size: 18px;
    color: var(--foundation-secoundary-secoundary-400, #505766);
    padding: 15px 0px;
    margin: 20px auto;
    letter-spacing: 0.2px;
 }
 .exp-list{
    font-size: 18px;
    color: var(--foundation-secoundary-secoundary-400, #505766);
    padding:  0px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
 }
 .exp-list li{
    padding: 10px;
 }
 /*  */

 .sc-4 .container {
    background: #FCF0E6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
}

.demo-btn {
    padding: 14px 50px;
    font-size: 18px;
    border: 1px solid transparent;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    background: #e16408;
    color: #000;
    border-radius: 10px;
}



.left1x3n2 .grid178A2 {
    grid-template-columns: 1fr 450px ;
}

.grid178A2 {
    display: grid;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 3.125rem 1.875rem;
    
}
 .back-img2 {
    max-width: 650px;
    height: 518px;
  
} 

 .content-container2 {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 44px;
} 
.unlock{
    background: #fafafa;
    padding: 100px;
}
/*  */


footer {

    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
}

footer .content {
    background: #fff;
    margin: auto;
    padding: 30px 20px 20px 20px;
}

footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.last-one .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;
}

/*footer .content .link-boxes .box {
    width: calc(100% / 5 - 10px);
}*/

footer .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;
}

footer .content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

footer .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
}

footer .content .link-boxes .box li a:hover {
    opacity: 1;
    text-decoration: underline;
}

footer .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;
}
.unlock h2{
    width: 50%;
}
.input-box input[type="button"]:hover {
    opacity: 1;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #e16408 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 14px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #e16408;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
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;
}
/*  */




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;
}

/*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: 15px 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: 18px;
    font-weight: 400;
    text-decoration: none !important;
    opacity: 0.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;
    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;
       
        
    }
}



@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;
    height: 50px;
}


.img-fluids{
    width: 70%;
}

.img-fluides{
    width: 50%;
}
.car-image{
    width: 100%;
    height: auto;
}
.contents , .contentse , .contentsen{
    display: none;
    padding: 20px;
   
  }
  
  .contents.active , .contentse.active , .contentsen.active {
    display: block;
    
  }
  .brand-section-2{
    padding: 100px;
    background: #fafafa;
  }
@media (max-width: 575.98px) {
    .sm h6 , .sm2 h6 , .sm3 h6 , .unlock h6 {
        
        width: 100%;
      }
       .unlock .shape {
     display: none;
    }
      .demo-btn {
        padding: 10px 85px;
        font-size: 16px;
        border: 1px solid transparent;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        background: #e16408;
        color: #000;
        border-radius: 10px;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 16px;
        font-weight: 500;
        line-height: 28px !important;
    }
    .main-title-1 {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        font-size: 25px;
    }
    .car-warp{
        padding-left: 0px;
    }
    
    .car-image{
        width: 100%;
        height: auto;
    }
    .first-doc-pic-2 {
        position: absolute;
        
    }
    .intro-back {
        position: relative;
        margin-top: 50px;
    }
    .secondary_button {
        color: rgb(255, 255, 255);
        font-size: 15px !important;
        font-weight: 500 !important;
        width: 100% !important;
        background: rgb(225, 100, 8);
        padding: 10px !important;
    }
    .primary_button {
    color: rgb(0, 0, 0);
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    border-color: transparent;
    padding: 10px !important;
}
.brand-shop-button {
    display: flex;
    flex-direction: column;
    color: rgb(107, 114, 128);
    margin-top: 40px !important;
    gap: 20px;
}
.sub-heading{
    color: #4B5563;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px; 
    margin-bottom: 20px; 
    width: 100%;
    text-align: center;
}
p{
    color: #676565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.sm, .sm2 , .sm3 {
    position: relative;
    padding: 30px 10px;
}
.sm .h6, .sm2 .h6 , .sm3 .h6 , .unlock .h6 {
    font-size: 1rem;
    line-height: 28px;
    width: 100%;

}
.showhim:hover {
    color: rgb(225, 100, 8);
}
#second , #third , #four {
    display: none;
}
#six , #seven , #eight {
    display: none;
}
#ten , #oneone , #onetwo {
    display: none;
}
.contents , .contentse , .contentsen{
    display: none;
    padding: 0px;
   
  }
  
  .contents.active , .contentse.active , .contentsen.active {
    display: block;
    
  }
  .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: flex;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 0px;
    flex-direction: column;
}
.back-img {
    max-width: 100%;
}
.content-img {
    max-width: 100%;
     height: auto; 
    transform: translateY(5px);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    will-change: opacity, transform;
}
.parent , .parents , .parents2 , .parents3{
    position: relative;
    top: 0;
    left: 0;
}
.back{
    position: relative;
    top: 0;
    left: 0;
}
.content-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.content-container3 {
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.img-fluids {
    width: 100%;
}
.tab, .tabes, .tabesn {
    font-size: 18px;
    font-weight: 500;
    padding: 4px;
    margin-bottom: 10px;
    background-color: transparent;
    max-height: fit-content !important;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    max-height: 5em;
    overflow: auto;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.tag-title{
    color: #B04F08;
    font-weight: 700;
     background: #FCF0E6;
      border-radius: 10px ; 
      padding: 6px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-size: 12px;
}

.showme p {
    color: #676565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0px 0px 29px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: max-height 0.5s, overflow 0s;
}
.back-img2 {
    max-width: 100%;
     height: auto; 
}
.content-container2 {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    
}
.grid178A2 {
    display: flex;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
     padding: 0px; 
    flex-direction: column-reverse;
}
.unlock{
    background: #fafafa;
    padding: 50px 0px;
    margin: 0px 0px 0px 0px;
}
.back{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sc-4 .container {
    background: #FCF0E6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
section {
    /* margin-top: 50px; */
    padding: 1.5rem 1rem !important;
}.secondary_button-1{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #E16408 !important;
    padding: 10px !important;
    width: 100% !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
}
.sc-4 {
    margin: 0 auto !important;
}
.intro-back{
    position: relative;
    margin-top: 30px;
    top: 0;
    left: 0px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
    .intro-back{
        position: relative;
        margin-top: 30px;
        top: 0;
        left: 0px;
    }
    footer .content .link-boxes {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 25px;
    }
    .sm h6 , .sm2 h6 , .sm3 h6 , .unlock h6 {
        
        width: 100%;
      }
       .unlock .shape {
     display: none;
    }
      .demo-btn {
        padding: 10px 85px;
        font-size: 16px;
        border: 1px solid transparent;
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
        background: #e16408;
        color: #000;
        border-radius: 10px;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 16px;
        font-weight: 500;
        line-height: 28px !important;
    }
    .main-title-1 {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
        font-style: normal;
        font-weight: 600;
        line-height: 33px;
        font-size: 22px;
    }
    .car-warp{
        padding-left: 0px;
    }
    
    .car-image{
        width: 100%;
        height: auto;
    }
    .first-doc-pic-2 {
        position: absolute;
        
    }
    .intro-back {
        position: relative;
        margin-top: 50px;
    }
    .secondary_button-1{
        color: #000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        background: #E16408 !important;
        padding: 10px !important;
        width: 100% !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
    }
    .secondary_button {
        color: rgb(255, 255, 255);
        font-size: 15px !important;
        font-weight: 500 !important;
        width: 100% !important;
        background: rgb(225, 100, 8);
        padding: 10px !important;
    }
    .primary_button {
    color: rgb(0, 0, 0);
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    border-color: transparent;
    padding: 10px !important;
}
.brand-shop-button {
    display: flex;
    flex-direction: row;
    color: rgb(107, 114, 128);
    margin-top: 40px !important;
    gap: 20px;
}
.sub-heading{
    color: #4B5563;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px; 
  margin-bottom: 20px; 
  width: 100%;

}
p{
    color: #676565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.sm, .sm2 , .sm3 {
    position: relative;
    padding: 30px 10px;
}
.sm .h6, .sm2 .h6 , .sm3 .h6 , .unlock .h6 {
    font-size: 1rem;
    line-height: 28px;

}
.showhim:hover {
    color: rgb(225, 100, 8);
}
#second , #third , #four {
    display: none;
}
#six , #seven , #eight {
    display: none;
}
#ten , #oneone , #onetwo {
    display: none;
}
.contents , .contentse , .contentsen{
    display: none;
    padding: 0px;
   
  }
  
  .contents.active , .contentse.active , .contentsen.active {
    display: block;
    
  }
  .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: flex;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding: 0px;
    flex-direction: column;
}
.back-img {
    max-width: 100%;
}
.content-img {
    max-width: 100%;
     height: auto; 
    transform: translateY(5px);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    will-change: opacity, transform;
}
.parent , .parents , .parents2 , .parents3{
    position: relative;
    top: 0;
    left: 0;
}
.back{
    position: relative;
    top: 0;
    left: 0;
}
.content-container {
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.content-container3 {
    overflow: hidden;
    position: absolute;
    top: 0px;
}
.img-fluids {
    width: 100%;
}
.tab, .tabes, .tabesn {
    font-size: 18px;
    font-weight: 500;
    padding: 4px;
    margin-bottom: 10px;
    background-color: transparent;
    max-height: fit-content !important;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    max-height: 5em;
    overflow: auto;
    transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.tag-title{
    color: #B04F08;
    font-weight: 700;
     background: #FCF0E6;
      border-radius: 10px ; 
      padding: 5px;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-size: 9px;
}

.showme p {
    color: #505766;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 0px 0px 0px 29px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: max-height 0.5s, overflow 0s;
}
.back-img2 {
    max-width: 100%;
     height: auto; 
}
.content-container2 {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    
}
.grid178A2 {
    display: flex;
    grid-template-rows: auto;
    grid-column-gap: 75px;
    grid-row-gap: 20px;
    max-width: 100%;
     padding: 0px; 
    flex-direction: column-reverse;
}
.unlock{
    background: #fafafa;
    padding: 50px 0px;
    margin: 30px 0px 0px 0px;
}
.back{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sc-4 .container {
    background: #FCF0E6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
section {
    /* margin-top: 50px; */
    padding: 1.5rem 1rem !important;
}

.sc-4 {
    margin: 0 auto !important;
}
.unlock h2{
    width: 100%;
}
}
@media (max-width: 575.98px) {
   
    .unlock h2{
        width: 100%;
    }
    .footer-image {
        margin-top: 25px;
        height: 40px !important;
    }

    
    .content {
        font-size: 14px !important;
        color: #4B5563;
        padding: 15px;
        font-weight: 500;

        line-height: 26.39px !important;
        word-wrap: break-word;
    }

}


@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 */
    }
  

   
  
   

}

@media (min-width: 280px) and (max-width: 576px) {
  
    .mobile-res .content {
         margin-top: 0px !important; 
    }

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 1px) !important;
    }

    footer ul {
        padding-left: 10px !important;
    }
    .blog_post-first{
        height: auto;
    }
    .blog_post-second{
        height: auto;
    }
    .blog_post-fourth{
        height: auto;
    }
    .blog_post-third{
        height: auto;
    }


}



/* media query for tab */
@media (min-width: 768px) and (max-width: 991.98px) {
    .blog_post-first{
        height: auto;
    }
    .blog_post-second{
        height: auto;
    }
    .blog_post-fourth{
        height: auto;
    }
    .blog_post-third{
        height: auto;
    }
    .intro-back {
        position: relative;
        margin-top: 30px;
        top: 0;
        left: 0px;
    }
    .secondary_button-1{
        color: #000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        background: #E16408 !important;
        padding: 10px !important;
        width: 30% !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
    }
    .sub-heading {
        color: #4B5563;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.45;
        width: 95%;
        margin-bottom: 20px;
    }
    .sm h6 , .sm2 h6 , .sm3 h6 , .unlock h6 {
        
        width: 80%;
        
      
       
      }
    .img-fluids {
        width: 100%;
    }
    .unlock h2{
        width: 90%;
    }
    footer .content .link-boxes .box {
        width: calc(100% / 5 - -104px) !important;
    }


    .footer-image {
        margin-top: 25px;
        height: 40px !important;
    }

    .sm, .sm2 , .sm3 {
        position: relative;
        padding: 10px 10px;
    }
    .sm .h6, .sm2 .h6 , .sm3 .h6  {
        font-size: 1rem;
        line-height: 28px;
    }
    .showhim:hover {
        color: rgb(225, 100, 8);
    }
    #second , #third , #four {
        display: none;
    }
    #six , #seven , #eight {
        display: none;
    }
    #ten , #oneone , #onetwo {
        display: none;
    }
    .contents , .contentse , .contentsen{
        display: none;
        padding: 0px;
       
      }
      
      .contents.active , .contentse.active , .contentsen.active {
        display: block;
        
      }
      .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: flex;
        grid-template-rows: auto;
        gap: 30px;
        max-width: 100%;
        padding: 0px;
        flex-direction: row;
        align-items: center;
    }
    .grid178A2 {
        display: flex;
        grid-template-rows: auto;
       gap: 30px;
        max-width: 95%;
        padding: 0px;
        flex-direction: row;
        align-items: center;
    }
    .back-img {
        max-width: 100%;
    }
    .content-img {
        max-width: 100%;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
        will-change: opacity, transform;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 45px;
    }
    .content-container3 {
        overflow: hidden;
        position: absolute;
        top: 35px;
    }
    .parent , .parents , .parents2 , .parents3{
        position: relative;
        top: 0;
        left: 0;
    }
    .back{
        position: relative;
        top: 0;
        left: 0;
    }
    .back-img2 {
        max-width: 300px;
        height: auto;
    }
    .content-container2 {
        overflow: hidden;
        position: absolute;
        top: 20px;
        left: 0;
      
    }
    .tab, .tabes, .tabesn {
        font-size: 18px;
        font-weight: 500;
        padding: 4px;
        margin-bottom: 10px;
        background-color: transparent;
        max-height: fit-content !important;
        overflow: hidden;
        border-radius: 10px;
        cursor: pointer;
        max-height: 5em;
        overflow: auto;
        transition: max-height 0.5s, overflow 0.5s 0.5s;
    }
    .brand-section-2 .col-md-6 {
        flex: 0 0 100% !important;
        width: 50%;
    }
    .brand-detail {
        margin-top: 25px !important;
        display: flex !important;
        flex-direction: row !important;
        row-gap: 25px !important;
        column-gap: 25px !important;
    }
    .our-products {
        margin-top: 45px !important;
        margin-bottom: 50px !important;
    }
    
    .showme p {
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
      
        padding: 0px 0px 0px 29px;
        margin-bottom: 10px;
        overflow: hidden;
        border-radius: 4px;
        cursor: pointer;
        transition: max-height 0.5s, overflow 0s;
    }
.back{
    margin-top: 20px;
}
.sub-main-title-1 {
    font-size: 32px;
    line-height: 23px;
    font-weight: 500;
}
.back-in {
    width: 100%;
}
section {
    padding: 2rem 1.5rem ;
}
.main-title-1 {
    color: var(--foundation-secoundary-secoundary-500, #1D2026);
    font-style: normal;
    font-weight: 600;
    /* line-height: 1.3; */
    font-size: 32px;
}
.brand-shop-button{
    display: flex;
    gap: 25px;
}
.brand-para {
    color: var(--foundation-secoundary-secoundary-400, #505766);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px !important;
}
.mobile-product{
    width: 100%;
}
.brand-section-2{
    padding: 50px 10px;
    background: #fafafa;
  }
  .unlock {
    background: #fafafa;
    padding: 50px 100px;
}
}


@media (min-width: 1024px) and (max-width: 1280px){
    .sm, .sm2, .sm3 {
       padding: 1rem 5rem 0rem;
    }
    .intro-back {
        position: relative;
         margin-top: 0px; 
        top: 0;
        left: 0px; 
    }
    .unlock h2 {
        width: 75%;
    }
    .sm .h6, .sm2 .h6, .sm3 .h6, .unlock .h6 {
        font-size: 1.125rem;
        line-height: 1.45;
        width: 70%;
    }
    .secondary_button-1{
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background: #E16408 !important;
        padding: 12px !important;
        width: 200px !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
    }
    .img-fluids {
        width: 80%;
    }
    .sub-main-title-1 {
        font-size: 40px !important;
        line-height: normal;
        font-weight: 500 !important;
    } 
    .back-in {
        width: 500px;
    }
        .first-product-detail {
      
            padding: 3rem 4rem 0rem 4rem;
        }
        section {
            padding: 3rem 5rem;
        }
        .main-title-1 {
            color: var(--foundation-secoundary-secoundary-500, #1D2026);
            font-style: normal;
            font-weight: 600;
             line-height: normal; 
            font-size: 35px;
        }
        .brand-para {
            color: var(--foundation-secoundary-secoundary-400, #505766);
            font-size: 18px;
            font-weight: 500;
            line-height: 28px !important;
        }
        .brand-shop-button{
            display: flex;
            gap: 25px;
            margin-bottom: 30px;
        }
        /* .brand-section-2 .col-md-6 {
            flex: 0 0 100% !important;
            width: 50%;
        }
        .brand-detail {
            margin-top: 25px !important;
            display: flex !important;
            flex-direction: row !important;
            row-gap: 25px !important;
            column-gap: 25px !important;
        }
        .our-products {
            margin-top: 45px !important;
            margin-bottom: 50px !important;
        }
        .mobile-product{
            width: 100%;
        } */
        .blog_post-third {
            background: #fff;
            border-radius: 20px;
            border: 0.5px transparent solid;
            /* background: #fff; */
            padding: 10px;
            box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
            position: relative;
            height: auto;
            
        }
        .lap-start{
            display: block !important;
        }
        .grid178A {
            display: grid;
            grid-template-rows: auto;
            grid-column-gap: 75px;
            grid-row-gap: 20px;
            max-width: 100%;
            padding: 0px;
            flex-direction: row;
            align-items: center;
        }
        .grid178A2 {
            display: grid;
            grid-template-rows: auto;
            grid-column-gap: 75px;
            grid-row-gap: 20px;
            max-width: 100%;
            padding: 0px;
       
            align-items: center;
        }
        .back-img {
            max-width: 500px;
        }
        .content-img {
            max-width: 400px;
             height: auto; 
            transform: translateY(5px);
            transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
            will-change: opacity, transform;
        }
        .content-container {
            overflow: hidden;
            position: absolute;
            top: 0px;
        }
        .content-container3 {
            overflow: hidden;
            position: absolute;
            top: 0px;
        }
        .back-img2 {
            max-width: 300px;
            height: auto;
        }
        .parent , .parents , .parents2 , .parents3{
            position: relative;
            top: 0;
            left: 0;
        }
        .back{
            position: relative;
            top: 0;
            left: 0;
        }
        .content-container2 {
            overflow: hidden;
            position: absolute;
            top: 0px;
          
        }
        .showme p {
            color: #505766;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
          
            padding: 0px 0px 0px 29px;
            margin-bottom: 10px;
            overflow: hidden;
            border-radius: 4px;
            cursor: pointer;
            transition: max-height 0.5s, overflow 0s;
        }
        .left1x3n2 .grid178A2 {
            grid-template-columns: 1fr 450px;
        }
        .left1x3n .grid178A {
            grid-template-columns: 450px 1fr;
        }
        
        
    }
@media (device-width: 1024px){
.sub-main-title-1 {
    font-size: 31px !important;
    line-height: normal;
    font-weight: 500 !important;
} 
    .back-in {
        width: 100%;
    }
    .first-product-detail {
  
        padding: 3rem 4rem 0rem 4rem;
    }
    section {
        padding: 3rem 5rem;
    }
    .main-title-1 {
        color: var(--foundation-secoundary-secoundary-500, #1D2026);
        font-style: normal;
        font-weight: 600;
         line-height: normal; 
        font-size: 35px;
    }
    .brand-para {
        color: var(--foundation-secoundary-secoundary-400, #505766);
        font-size: 20px;
        font-weight: 500;
        line-height: 32px !important;
    }
    .brand-shop-button{
        display: flex;
        gap: 25px;
        margin-bottom: 30px;
    }
    .brand-section-2 .col-md-6 {
        flex: 0 0 100% !important;
        width: 50%;
    }
    .brand-detail {
        margin-top: 25px !important;
        display: flex !important;
        flex-direction: row !important;
        row-gap: 25px !important;
        column-gap: 25px !important;
    }
    .our-products {
        margin-top: 45px !important;
        margin-bottom: 50px !important;
    }
    .mobile-product{
        width: 100%;
    }
    .blog_post-third {
        background: #fff;
        border-radius: 20px;
        border: 0.5px transparent solid;
        /* background: #fff; */
        padding: 10px;
        box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
        position: relative;
        height: 200px;
        
    }
    .blog_post-first{
        height: 200px;
    }
    .blog_post-second{
        height: 200px;
    }
    .blog_post-fourth{
        height: 200px;
    }
    .lap-start{
        display: none !important;
    }
    .grid178A {
        display: grid;
        grid-template-rows: auto;
        gap: 30px;
        max-width: 100%;
        padding: 0px;
        flex-direction: row;
        align-items: center;
    }
    .grid178A2 {
        display: grid;
        grid-template-rows: auto;
       gap: 30px;
        max-width: 100%;
        padding: 0px;
   
        align-items: center;
    }
    .back-img {
        max-width: 325px;
    }
    .content-img {
        max-width: 100%;
         height: auto; 
        transform: translateY(5px);
        transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
        will-change: opacity, transform;
    }
    .content-container {
        overflow: hidden;
        position: absolute;
        top: 0px;
    }
    .content-container3 {
        overflow: hidden;
        position: absolute;
        top: 0px;
    }
    .back-img2 {
        max-width: 300px;
        height: auto;
    }
    .content-container2 {
        overflow: hidden;
        position: absolute;
        top: 0px;
      
    }
    .parent , .parents , .parents2 , .parents3{
        position: relative;
        top: 0;
        left: 0;
    }
    .back{
        position: relative;
        top: 0;
        left: 0;
    }
    .showme p {
        color: #505766;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
      
        padding: 0px 0px 0px 29px;
        margin-bottom: 10px;
        overflow: hidden;
        border-radius: 4px;
        cursor: pointer;
        transition: max-height 0.5s, overflow 0s;
    }
    .left1x3n2 .grid178A2 {
        grid-template-columns: 1fr 400px;
    }
    .left1x3n .grid178A {
        grid-template-columns: 400px 1fr;
    }
    
    
}


@media (min-width: 1280px) and (max-width: 1400px){
    .secondary_button-1{
        color: #000 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        background: #E16408 !important;
        padding: 12px !important;
        width: 200px !important;
        border-radius: 10px !important;
        border: 1px solid transparent !important;
    }
   
    .sub-main-title-1 {
        font-size: 40px !important;
        line-height: normal;
        font-weight: 500 !important;
    } 
    .back-in {
        width: 500px;
    }
        .first-product-detail {
      
            padding: 3rem 4rem 0rem 4rem;
        }
        section {
            padding: 3rem 5rem;
        }
        .main-title-1 {
            color: var(--foundation-secoundary-secoundary-500, #1D2026);
            font-style: normal;
            font-weight: 600;
             line-height: normal; 
            font-size: 35px;
        }
        .brand-para {
            color: var(--foundation-secoundary-secoundary-400, #505766);
            font-size: 20px;
            font-weight: 500;
            line-height: 32px !important;
        }
        .brand-shop-button{
            display: flex;
            gap: 25px;
            margin-bottom: 30px;
        }
        /* .brand-section-2 .col-md-6 {
            flex: 0 0 100% !important;
            width: 50%;
        }
        .brand-detail {
            margin-top: 25px !important;
            display: flex !important;
            flex-direction: row !important;
            row-gap: 25px !important;
            column-gap: 25px !important;
        }
        .our-products {
            margin-top: 45px !important;
            margin-bottom: 50px !important;
        }
        .mobile-product{
            width: 100%;
        } */
        .blog_post-third {
            background: #fff;
            border-radius: 20px;
            border: 0.5px transparent solid;
            /* background: #fff; */
            padding: 10px;
            box-shadow: 1px 1px 2rem rgba(192, 185, 185, 0.3);
            position: relative;
           
        }
        .lap-start{
            display: block !important;
        }
        .grid178A {
            display: grid;
            grid-template-rows: auto;
            grid-column-gap: 75px;
            grid-row-gap: 20px;
            max-width: 90%;
            padding: 0px;
            flex-direction: row;
            align-items: center;
        }
        .grid178A2 {
            display: grid;
            grid-template-rows: auto;
            grid-column-gap: 75px;
            grid-row-gap: 20px;
            max-width: 90%;
            padding: 0px;
       
            align-items: center;
        }
        .back-img {
            max-width: 550px;
        }
        .content-img {
            max-width: 100%;
             height: auto; 
            transform: translateY(5px);
            transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
            will-change: opacity, transform;
        }
        .content-container {
            overflow: hidden;
            position: absolute;
            top: 0px;
        }
        .content-container3 {
            overflow: hidden;
            position: absolute;
            top: 0px;
        }
        .back-img2 {
            max-width: 100%;
            height: auto;
        }
        .content-container2 {
            overflow: hidden;
            position: absolute;
            top: 35px;
            left: 0;
        }
        .parent , .parents , .parents2 , .parents3{
            position: relative;
            top: 0;
            left: 0;
        }
        .back{
            position: relative;
            top: 0px;
            left: 25px;
        }
        .showme p {
            color: #505766;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
          
            padding: 0px 0px 0px 29px;
            margin-bottom: 10px;
            overflow: hidden;
            border-radius: 4px;
            cursor: pointer;
            transition: max-height 0.5s, overflow 0s;
        }
        .left1x3n2 .grid178A2 {
            grid-template-columns: 1fr 450px;
        }
        .left1x3n .grid178A {
            grid-template-columns: 450px 1fr;
        }
        
        .unlock h2{
        width: 80%;
    }
    }
@media (min-width: 992px) and (max-width: 1080px) {
.brand-section-2 {
    padding: 50px 10px;
    background: #fafafa;
  }
 .sm, .sm2, .sm3 {
    position: relative;
    padding: 15px 10px;
  }
.unlock {
  background: #fafafa;
  padding: 40px 20px;

}
  .faq-section {
    padding: 16px 20px;
  }
  .sub-heading {
    color: #4B5563;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.45;
    width: 95%;
    margin-bottom: 35px;
  }
}