@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body:has(.no-ftr-mrqu) footer,
body:has(.no-ftr-mrqu) .marquee {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.blue-btn {
  text-align: center;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--Blue, #5199E1);
  padding: 0.497rem 2rem;
  display: table;
  border: 1px solid #5199E1;
  transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
  background-color: #6DD8A4;
  border: 1px solid #6DD8A4;
  color: #ffffff;
}

.green-btn {
  text-align: center;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--Green, #6DD8A4);
  border: 1px solid #6DD8A4;
  padding: 0.497rem 2rem;
  display: table;
  transition: all 0.3s ease-in-out;
}
.green-btn:hover {
  color: #6DD8A4;
  background-color: #fff;
}

.white-btn {
  text-align: center;
  color: var(--Green, #6DD8A4);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--White, #FFF);
  border: 1px solid #ffffff;
  display: table;
  padding: 0.497rem 2rem;
}
.white-btn:hover {
  color: var(--Green, #6DD8A4);
}

.border-btn {
  text-align: center;
  color: var(--Green, #6DD8A4);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: transparent;
  border: 1px solid var(--Green, #6DD8A4);
  padding: 0.497rem 2rem;
  display: table;
  transition: all 0.3s ease-in-out;
}
.border-btn:hover {
  background-color: #6DD8A4;
  color: #ffffff;
}

.animation-btn {
  padding: 0.1rem;
  position: relative;
  color: #6DD8A4;
  font-size: 1rem;
  font-weight: 400;
  background-color: #10383a;
  display: inline-block;
  border-radius: 0.475rem;
  z-index: 1;
  overflow: hidden;
}
.animation-btn::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  background: linear-gradient(270deg, #6DD8A4, #1e3f30, #6DD8A4);
  background-size: 400%;
  border-radius: 0.5rem;
  z-index: -1;
  animation: animateGradient 4s linear infinite;
}
.animation-btn span {
  color: #6DD8A4;
  font-size: 1rem;
  font-weight: 400;
  background-color: #10383a;
  display: inline-block;
  border-radius: 0.375rem;
  padding: 0.625rem 1.875rem;
}

@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.single-product.woocommerce h1,
h2 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

p {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 0;
}

header {
  padding: 1.78rem 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
header button {
  display: none;
}
header .content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
header .content-wraper .logo-wraper a {
  display: table;
}
header .content-wraper .logo-wraper a img {
  max-width: 14.4375rem;
  max-height: 2.6875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
header .content-wraper .btn-wraper a.menu-open {
  display: table;
}
header .content-wraper .btn-wraper a.menu-open img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -200%;
  bottom: 0;
  width: 29.5%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(19.5px);
          backdrop-filter: blur(19.5px);
  padding: 4rem 3rem;
  z-index: 999999999;
  transition: all 0.3s ease-in-out;
}
.sidebar.menu-open {
  right: 0;
}
.sidebar a.menu-close {
  display: table;
  position: absolute;
  top: 1.2rem;
  right: 2.9rem;
}
.sidebar a.menu-close img {
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar ul li {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.5rem;
}
.sidebar ul li.for-mobile {
  display: none;
}
.sidebar ul li:last-child {
  margin: 0;
}
.sidebar ul li a {
  display: block;
  color: var(--White, #FFF);
}
.sidebar ul li.menu-item-has-children > a {
  padding-right: 2rem;
  position: relative;
}
.sidebar ul li.menu-item-has-children > a.rotate::after {
  transform: rotate(180deg);
}
.sidebar ul li.menu-item-has-children > a::after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/arow-down2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.sidebar ul li ul.feat-show,
.sidebar ul li ul.sub-menu {
  margin-top: 2rem;
  position: static;
  display: none;
}
.sidebar ul li ul.feat-show.show,
.sidebar ul li ul.sub-menu.show {
  display: block;
}
.sidebar ul li ul.feat-show li,
.sidebar ul li ul.sub-menu li {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.sidebar ul li ul.feat-show li:last-child,
.sidebar ul li ul.sub-menu li:last-child {
  margin: 0;
}
.sidebar ul li ul.feat-show li a,
.sidebar ul li ul.sub-menu li a {
  padding-left: 1.75rem;
  position: relative;
  color: var(--White, #FFF);
}
.sidebar ul li ul.feat-show li a::after,
.sidebar ul li ul.sub-menu li a::after {
  content: "";
  width: 1rem;
  height: 0.0625rem;
  background: #6DD8A4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

footer {
  padding-top: 3.75rem;
  background: #08223D;
}
footer a.logo img {
  max-width: 16rem;
  max-height: 2.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer p {
  max-width: 34.8rem;
  color: #CECECE;
  margin-top: 1.8rem;
}
footer p span {
  color: #FFF;
  font-weight: 600;
}
footer h5 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 138.889% */
  margin-bottom: 2.5rem;
}
footer ul li {
  color: #CECECE;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin-bottom: 1rem;
}
footer ul li:last-child {
  margin: 0;
}
footer ul li a {
  color: #CECECE;
}
footer ul li a:hover {
  color: #CECECE;
}
footer .wraper-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.88rem 0;
  margin-top: 1.88rem;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}
footer .wraper-box h6 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 0;
}
footer .wraper-box ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
footer .wraper-box ul li {
  margin: 0;
}
footer .wraper-box ul li a {
  display: table;
}
footer .wraper-box ul li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marquee {
  padding: 1.25rem 0;
  background: #EAF5FF;
  overflow: hidden;
}
.marquee .marquee-inner {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
.marquee .marquee-inner img {
  max-width: 12.125rem;
  max-height: 5.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.inner-banner {
  position: relative;
  overflow: hidden;
}
section.inner-banner.green-gradient::after {
  background: linear-gradient(90deg, #133F29 25.7%, rgba(19, 63, 41, 0) 100%);
}
section.inner-banner.blue-gradient::after {
  background: linear-gradient(90deg, #08223D 21.31%, rgba(8, 34, 61, 0) 100%);
}
section.inner-banner.gray-gradient::after {
  background: linear-gradient(90deg, #363839 5.89%, rgba(54, 56, 57, 0) 100%);
}
section.inner-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
section.inner-banner img.bg-img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.inner-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 6.25rem;
  display: flex;
  align-items: center;
  z-index: 99;
}
section.inner-banner .content-wraper h1 {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.75rem;
  /* 120% */
  text-transform: capitalize;
  margin: 0;
}
section.inner-banner .content-wraper h1 span {
  color: #5199E1;
}
section.inner-banner .content-wraper h1 span.green-text {
  color: #6DD8A4;
}

.product-cart {
  padding-bottom: 1rem;
}
.product-cart:hover .product-images img {
  transform: scale(1.1);
}
.product-cart:hover .product-images a {
  top: 0.75rem;
}
.product-cart .product-images {
  background: #EAF5FF;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
}
.product-cart .product-images img {
  width: 100%;
  height: 18.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.product-cart .product-images a {
  border-radius: 3.75rem;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -3rem;
  right: 0.75rem;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.product-cart .product-images a i {
  font-size: 1.25rem;
  color: #111111;
}
.product-cart .product-images a i.fa-solid {
  color: #ff0000;
}
.product-cart .product-details h4 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 140% */
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.product-cart .product-details p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
  /* 200% */
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #DDD;
}
.product-cart .product-details ul {
  margin-bottom: 1.88rem;
}
.product-cart .product-details ul li {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.6rem;
}
.product-cart .product-details ul li:last-child {
  margin: 0;
}
.product-cart .product-details ul li span {
  color: var(--Blue, #5199E1);
}
.product-cart .product-details .price-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 1.88rem;
}
.product-cart .product-details .price-wraper ul {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.product-cart .product-details .price-wraper ul li {
  display: table;
  margin: 0;
}
.product-cart .product-details .price-wraper ul li img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-cart .product-details .price-wraper h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.product-cart .product-details .price-wraper h5 s {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.product-cart .product-details .price-wraper h5 strong {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-cart .product-details .btn-wraper {
  display: flex;
  align-items: center;
  gap: 0.88rem;
  justify-content: space-between;
}
.product-cart .product-details .btn-wraper a {
  width: 100%;
  padding: 0.497rem 1.35rem;
}
.product-cart .product-details .btn-wraper .green-btn:hover {
  background-color: #fff;
  color: #6DD8A4;
}

section.home-banner {
  position: relative;
  overflow: hidden;
}
section.home-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 60, 53, 0) 12.59%, #092E29 74.23%);
  position: absolute;
  top: 0;
  left: 0;
}
section.home-banner video {
  width: 77%;
  height: 43.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-left: auto;
}
section.home-banner .content-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  padding-top: 6.25rem;
}
section.home-banner .content-wraper h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.75rem;
  /* 120% */
  text-transform: capitalize;
  margin-bottom: 1rem;
}
section.home-banner .content-wraper h1 span {
  color: var(--Blue, #5199E1);
}
section.home-banner .content-wraper p {
  max-width: 35.4375rem;
  color: #FFF;
  margin-bottom: 1.87rem;
}

section.home-sec2 {
  padding: 5rem 0;
}
section.home-sec2 .row {
  padding-bottom: 5rem;
}
section.home-sec2 .row:last-child {
  padding: 0;
}
section.home-sec2 .wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.88rem;
}

section.home-sec3 {
  padding: 3.75rem 0;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
}
section.home-sec3 img.left-img {
  width: 100%;
  height: 36.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 h5 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 1rem 0;
}
section.home-sec3 p {
  margin-bottom: 1.88rem;
}

section.home-sec4 {
  padding: 5rem 0;
}
section.home-sec4 h2 {
  margin-bottom: 1rem;
}
section.home-sec4 p {
  margin-bottom: 1.88rem;
}
section.home-sec4 .h4-slid .item {
  border-radius: 0.5rem;
  border: 1px solid rgba(81, 153, 225, 0.3);
  background: #FFF;
  padding: 1.87rem 1.25rem;
}
section.home-sec4 .h4-slid .item span {
  width: 5.8125rem;
  height: 5.8125rem;
  border-radius: 2.90625rem;
  border: 1px solid rgba(81, 153, 225, 0.29);
  background: rgba(217, 236, 255, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec4 .h4-slid .item span img {
  max-width: 2.78306rem;
  max-height: 2.92981rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .h4-slid .item h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 92.308% */
  margin: 1.5rem 0 1rem;
}
section.home-sec4 .h4-slid .item p {
  margin-bottom: 1.88rem;
}
section.home-sec4 .h4-slid .item a {
  color: var(--Green, #6DD8A4);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  /* 156.25% */
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .h4-slid .item a:hover {
  color: #5199E1;
}
section.home-sec4 .h4-slid .item a:hover img {
  opacity: 1;
  visibility: visible;
}
section.home-sec4 .h4-slid .item a img {
  width: 1.25rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.home-sec4 .h4-slid .owl-dots {
  margin-top: 1.88rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.home-sec4 .h4-slid .owl-dots button.active span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.home-sec4 .h4-slid .owl-dots button:hover span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.home-sec4 .h4-slid .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ECECEC;
}

section.home-sec5 {
  padding-bottom: 5rem;
}
section.home-sec5 .wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.88rem;
}
section.home-sec5 .product-cart {
  padding: 0;
}
section.home-sec5 .product-cart .product-details p {
  margin-bottom: 1.88rem;
}
section.home-sec5 .h5-slid .owl-dots {
  margin-top: 1.88rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.home-sec5 .h5-slid .owl-dots button.active span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.home-sec5 .h5-slid .owl-dots button:hover span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.home-sec5 .h5-slid .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ECECEC;
}

section.home-sec6 {
  padding-bottom: 5rem;
}
section.home-sec6 .box {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
section.home-sec6 .box img {
  width: 100%;
  height: 29.6875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec6 .box .green-box {
  width: 50%;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: var(--Green, #6DD8A4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
section.home-sec6 .box .green-box .white-btn {
  transition: all 0.5s ease;
}
section.home-sec6 .box .green-box .white-btn:hover {
  background-color: #5199E1;
  border: 1px solid #5199E1;
  color: #fff;
}
section.home-sec6 .box .green-box h2 {
  color: #fff;
  margin-bottom: 1rem;
}
section.home-sec6 .box .green-box p {
  color: #fff;
  margin-bottom: 1.88rem;
}

section.home-sec7 {
  padding-bottom: 5rem;
}
section.home-sec7 .row {
  gap: 1.88rem 0;
}
section.home-sec7 h2 {
  text-align: center;
}
section.home-sec7 .ai-cart {
  padding: 0.9375rem 0.9375rem 0.75rem 0.9375rem;
  border-radius: 0.25rem;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
section.home-sec7 .ai-cart:hover {
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
section.home-sec7 .ai-cart span {
  width: 3.9375rem;
  height: 3.9375rem;
  border-radius: 1.96875rem;
  border: 1px solid rgba(73, 136, 63, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
section.home-sec7 .ai-cart span img {
  max-width: 1.86rem;
  max-height: 1.86rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec7 .ai-cart h5 {
  color: var(--Black, #121212);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.25rem 0 1rem;
}
section.home-sec7 .ai-cart p {
  color: var(--Body-Text, #505050);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.home-sec8 {
  padding: 3.75rem 0;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
}
section.home-sec8 .white-cart {
  padding: 1.875rem 0.6rem;
  border-radius: 0.25rem;
  background: var(--White, #FFF);
  height: 100%;
}
section.home-sec8 .white-cart span {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(81, 153, 225, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
section.home-sec8 .white-cart span img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec8 .white-cart strong {
  color: var(--Black, #121212);
  text-align: center;
  font-family: "Open Sans";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 56% */
  display: block;
  margin: 1.88rem 0 1.12rem;
}
section.home-sec8 .white-cart h5 {
  color: var(--Body-Text, #505050);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 155.556% */
  margin: 0;
}

section.home-sec9 {
  padding: 5rem 0;
}
section.home-sec9 h2 {
  text-align: center;
  margin-bottom: 1.88rem;
}
section.home-sec9 ul.accordian li {
  padding: 1.25rem 1rem 0;
  margin-bottom: 2rem;
}
section.home-sec9 ul.accordian li:last-child {
  margin: 0;
}
section.home-sec9 ul.accordian li.active h5::after {
  transform: rotate(180deg);
}
section.home-sec9 ul.accordian li h5 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 120% */
  cursor: pointer;
  margin: 0;
  padding-right: 2rem;
  position: relative;
}
section.home-sec9 ul.accordian li h5::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/arow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
section.home-sec9 ul.accordian li .content {
  display: none;
  margin-top: 1.25rem;
}

section.details-form-sec {
  padding: 5rem 0;
}
section.details-form-sec.ptb-60 {
  padding: 3.75rem 0 !important;
}
section.details-form-sec h2 {
  margin-bottom: 2rem;
}
section.details-form-sec label {
  display: block;
  color: var(--Heading-Color, #2E2E2E);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
}
section.details-form-sec input:not([type=submit]),
section.details-form-sec textarea {
  width: 100%;
  outline: none;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  padding: 1rem 1.25rem;
}
section.details-form-sec input:not([type=submit])::-moz-placeholder, section.details-form-sec textarea::-moz-placeholder {
  color: #737373;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.02625rem;
}
section.details-form-sec input:not([type=submit])::placeholder,
section.details-form-sec textarea::placeholder {
  color: #737373;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.02625rem;
}
section.details-form-sec textarea {
  height: 7.875rem;
  padding: 1.25rem;
  resize: none;
}
section.details-form-sec input[type=submit] {
  width: 100%;
  margin-top: 0.5rem;
}
section.details-form-sec h6 {
  color: var(--Body-Text, #505050);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2rem 0 0;
}
section.details-form-sec h6 a {
  color: var(--Black, #121212);
  font-weight: 600;
}
section.details-form-sec img.sign-up-img {
  border-radius: 0.375rem;
  width: 100%;
  height: 40.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.details-form-sec img.login-img {
  border-radius: 0.375rem;
  width: 100%;
  height: 28.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.details-form-sec .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
section.details-form-sec .flex-box label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  cursor: pointer;
}
section.details-form-sec .flex-box label input[type=checkbox] {
  padding: 0;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.125rem;
  border: 1px solid #434343;
  background: #FFF;
}
section.details-form-sec .flex-box a {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
section.details-form-sec .wpcf7-response-output {
  margin: 12px 0 0;
  font-size: 14px;
}
section.details-form-sec .wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: block;
}
section.details-form-sec .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 12px;
}
section.details-form-sec label.error {
  font-size: 14px;
  margin-top: 12px;
  color: #dc3232;
  font-weight: normal;
  display: block;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  font-family: "Open Sans";
}
section.details-form-sec div#succ_msg,
section.details-form-sec div#error_msg {
  margin-top: 1.5rem;
  font-family: "Open Sans" !important;
}
section.details-form-sec div#succ_msg {
  color: green !important;
}

section.contact-sec1 {
  padding-top: 5rem;
}
section.contact-sec1 .contact-cart {
  border-radius: 0.1875rem;
  border: 1px solid rgba(81, 153, 225, 0.3);
  background: #FFF;
  padding: 1.25rem;
  height: 100%;
}
section.contact-sec1 .contact-cart img {
  max-width: 3rem;
  max-height: 3rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-sec1 .contact-cart h5 {
  color: var(--Black, #222);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.5rem 0 1rem;
}
section.contact-sec1 .contact-cart p {
  line-height: normal;
  margin-bottom: 1.5rem;
}
section.contact-sec1 .contact-cart a,
section.contact-sec1 .contact-cart span {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.contact-sec2 {
  padding-bottom: 5rem;
}
section.contact-sec2 .map-wraper {
  width: 100%;
  height: 32.875rem;
  border-radius: 0.375rem;
}
section.contact-sec2 .map-wraper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.partners-sec1 {
  padding: 5rem 0;
}
section.partners-sec1 .light-blue-box {
  background: rgba(81, 153, 225, 0.29);
  padding: 3.75rem 2.19rem 3.75rem 2.5rem;
}
section.partners-sec1 .light-blue-box .grid-box {
  display: grid;
  grid-template-columns: 24.23219rem auto;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
section.partners-sec1 .light-blue-box .grid-box img {
  max-width: 24.23219rem;
  max-height: 14.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.partners-sec1 .light-blue-box .grid-box .text-wraper h2 {
  margin-bottom: 0.8rem;
}
section.partners-sec1 .light-blue-box .grid-box .text-wraper p {
  margin-bottom: 1.6rem;
}
section.partners-sec1 .light-blue-box .grid-box .text-wraper p + p {
  margin: 0;
}

section.partners-sec2 {
  padding-bottom: 5rem;
}
section.partners-sec2 h2 {
  margin-bottom: 0.8rem;
}
section.partners-sec2 img.right-img {
  max-width: 26.125rem;
  max-height: 13.0625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid rgba(81, 153, 225, 0.3);
}

section.team {
  padding-bottom: 5rem;
}
section.team .color-ber {
  padding: 4rem 3.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background-image: url(../images/bg-img2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.team .color-ber .flex-box {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
section.team .color-ber .flex-box a.white-btn {
  white-space: nowrap;
  transition: all 0.5s ease;
}
section.team .color-ber .flex-box a.white-btn:hover {
  background-color: #5199E1;
  color: #fff;
  border: 1px solid #5199E1;
}
section.team .color-ber .flex-box .text-box {
  width: 100%;
}
section.team .color-ber .flex-box .text-box h2 {
  color: #fff;
}
section.team .color-ber .flex-box .text-box h5 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0.5rem 0 0;
}

section.about-sec1 {
  padding: 5rem 0;
}
section.about-sec1 h2 {
  margin-bottom: 0.8rem;
}
section.about-sec1 p {
  margin-bottom: 1.4rem;
}
section.about-sec1 h6 {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
}
section.about-sec1 h6 + p + p {
  margin: 0;
}
section.about-sec1 img.right-img {
  width: 100%;
  height: 38.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

section.about-sec2 {
  padding: 6.44rem 0;
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-img3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
section.about-sec2::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background: linear-gradient(90deg, #E4F2FF 33.1%, rgba(228, 242, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.about-sec2 h2 {
  margin-bottom: 0.08rem;
}
section.about-sec2 p {
  margin-bottom: 1.6rem;
}

section.about-sec3 {
  padding: 5rem 0;
}
section.about-sec3 h2 {
  max-width: 54.125rem;
  margin-bottom: 0.8rem;
}
section.about-sec3 p {
  max-width: 54.125rem;
  margin-bottom: 1.6rem;
}
section.about-sec3 .blockchain-cart {
  border-radius: 0.5rem;
  border: 1px solid rgba(81, 153, 225, 0.3);
  background: #FFF;
  padding: 1.88rem 1.25rem;
  height: 100%;
}
section.about-sec3 .blockchain-cart span {
  border-radius: 2.90625rem;
  border: 1px solid rgba(81, 153, 225, 0.29);
  background: rgba(217, 236, 255, 0.29);
  width: 5.8125rem;
  height: 5.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about-sec3 .blockchain-cart span img {
  max-width: 2.95781rem;
  max-height: 3.03919rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec3 .blockchain-cart h4 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 92.308% */
  margin: 1.65rem 0 1rem;
}
section.about-sec3 .blockchain-cart p {
  margin: 0;
  max-width: 1005;
}

section.about-sec4 {
  padding-bottom: 5rem;
}
section.about-sec4 img.left-img {
  width: 100%;
  height: 27.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
section.about-sec4 h2 {
  margin-bottom: 0.8rem;
}
section.about-sec4 p {
  margin-bottom: 1.4rem;
}
section.about-sec4 p + p {
  margin: 0;
}

section.about-sec5 .a5-slid {
  position: relative;
}
section.about-sec5 .a5-slid .item {
  padding: 1.1875rem 1.375rem 2.5625rem 1.375rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(109, 216, 164, 0.5);
  background: #FFF;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
section.about-sec5 .a5-slid .item:hover {
  background: var(--Green, #6DD8A4);
}
section.about-sec5 .a5-slid .item:hover span {
  color: #fff;
  border: 1px solid #fff;
}
section.about-sec5 .a5-slid .item span {
  color: var(--Green, #6DD8A4);
  text-align: center;
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 1.96875rem;
  border: 1px solid #6DD8A4;
  width: 3.9375rem;
  height: 3.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
section.about-sec5 .a5-slid .item h5 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.25rem 0 1rem;
}
section.about-sec5 .a5-slid .item p {
  min-height: 17.325rem;
  margin: 0;
}
section.about-sec5 .a5-slid .owl-dots {
  margin-top: 1.88rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
section.about-sec5 .a5-slid .owl-dots button.active span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.about-sec5 .a5-slid .owl-dots button:hover span {
  background-color: rgba(78, 78, 78, 0.2901960784) !important;
}
section.about-sec5 .a5-slid .owl-dots button span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ECECEC;
}
section.about-sec5 .a5-slid .owl-nav {
  margin: 0;
}
section.about-sec5 .a5-slid .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  background: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.about-sec5 .a5-slid .owl-nav button.owl-next {
  background-image: url(../images/as5-right.svg) !important;
  right: -4.375rem;
}
section.about-sec5 .a5-slid .owl-nav button.owl-prev {
  background-image: url(../images/as5-left.svg) !important;
  left: -4.375rem;
}
section.about-sec5 .a5-slid .owl-nav button span {
  display: none;
}

section.product-sec1 {
  padding: 5rem 0;
}
section.product-sec1 h2 {
  margin-bottom: 0.8rem;
  text-align: center;
}
section.product-sec1 h2 + p {
  max-width: 40.125rem;
  margin: 0 auto 1.65rem;
  text-align: center;
}

section.services-sec1 {
  padding: 5rem 0;
}
section.services-sec1 img.side-img {
  border-radius: 0.375rem;
  width: 100%;
  height: 26.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.services-sec1 h2 {
  margin-bottom: 0.8rem;
}
section.services-sec1 p {
  margin-bottom: 1.65rem;
  padding-right: 0.1875rem;
}
section.services-sec1 .row {
  padding-bottom: 1.88rem;
}
section.services-sec1 .row:last-child {
  padding-bottom: 0;
}
section.services-sec1 .row:nth-child(even) {
  flex-direction: row-reverse;
}

section.services-sec2 {
  padding: 7.6rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-image: url(../images/bg-img4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.services-sec2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #6DD8A4 35%, rgba(109, 216, 164, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.services-sec2 h2 {
  margin-bottom: 0.8rem;
}
section.services-sec2 p {
  margin-bottom: 1.65rem;
}

section.services-sec3 {
  padding: 5rem 0;
}
section.services-sec3 img.top-img {
  width: 100%;
  height: 26.9375rem;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.services-sec3 h2 {
  margin: 1.65rem 0 0.8rem;
}
section.services-sec3 p {
  margin-bottom: 1.65rem;
}

section.product-details-sec1 {
  padding: 5rem 0;
}
section.product-details-sec1 .sky-blue-box {
  background: #EAF5FF;
}
section.product-details-sec1 .sky-blue-box img {
  width: 100%;
  height: 32.775rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product-details-sec1 form.cart .single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: #6DD8A4;
}
section.product-details-sec1 .product_title {
  margin-bottom: 1.875rem;
}
section.product-details-sec1 .woocommerce-product-rating {
  margin-bottom: 10px !important;
}
section.product-details-sec1 .woocommerce-product-rating .star-rating {
  margin: 0;
  height: 1.1em;
  font-size: 1.8em;
  letter-spacing: 7px;
  width: 7.3em;
}
section.product-details-sec1 .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
section.product-details-sec1 h6,
section.product-details-sec1 p.product-sku {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 100%;
  /* 200% */
  margin-bottom: 0.7rem;
}
section.product-details-sec1 h2 {
  margin-bottom: 1.6rem;
}
section.product-details-sec1 .woocommerce-product-details__short-description ul {
  margin-bottom: 1.1rem;
}
section.product-details-sec1 .woocommerce-product-details__short-description ul li {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.25rem;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: top 0.5rem left;
  background-size: 0.75rem;
  gap: 0.81rem;
  margin-bottom: 1rem;
}
section.product-details-sec1 .woocommerce-product-details__short-description ul li span {
  color: var(--Blue, #5199E1);
  line-height: 1.625rem;
}
section.product-details-sec1 button[type=submit] {
  width: 100%;
  vertical-align: middle;
  display: inline;
  float: unset !important;
  position: relative;
  text-align: center;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--Green, #6DD8A4) !important;
  border: 1px solid #6DD8A4;
  padding: 0.497rem 2rem;
  display: table;
  transition: all 0.3s ease-in-out;
}
section.product-details-sec1 .qib-button-wrapper {
  margin: 0rem;
  float: unset !important;
  width: 100%;
}
section.product-details-sec1 .cart {
  display: flex;
  align-items: center;
  gap: 30.08px;
}
section.product-details-sec1 .cart::before {
  content: none !important;
}
section.product-details-sec1 .cart::after {
  content: none !important;
}
section.product-details-sec1 .cart .qib-button-wrapper {
  max-width: 200px;
}
section.product-details-sec1 .cart .qib-button-wrapper button.qib-button {
  border: 1px solid #6DD8A4;
  background: transparent;
  width: 25%;
}
section.product-details-sec1 .cart .wqpmb_quantity {
  width: 70%;
}
section.product-details-sec1 .cart .wqpmb_quantity input {
  width: 100%;
  border: 1px solid #6DD8A4 !important;
}
section.product-details-sec1 p.price {
  color: var(--Blue, #5199E1) !important;
  font-family: "Open Sans";
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  margin-bottom: 1.65rem;
  width: 50%;
  float: left;
}
section.product-details-sec1 p.price del {
  color: var(--Body-Text, #505050);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: line-through;
  opacity: 1 !important;
  order: 3;
}
section.product-details-sec1 p.price ins {
  text-decoration: none;
  font-weight: 600;
  order: 1;
}
section.product-details-sec1 p.price ins > * {
  font-weight: 600;
}
section.product-details-sec1 .psfw-social-wrap {
  width: 50%;
  justify-content: flex-end;
}
section.product-details-sec1 .psfw-social-wrap ul {
  margin: 0 !important;
}
section.product-details-sec1 .psfw-social-wrap ul li:not(:last-child) {
  margin-right: 15px;
}
section.product-details-sec1 .psfw-social-wrap ul li a {
  width: auto;
  height: auto;
  border: none;
  color: #6dd8a4;
}
section.product-details-sec1 .psfw-social-wrap ul li a i {
  font-size: 25px;
}
section.product-details-sec1 .short-description-heading {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  text-transform: uppercase;
}
section.product-details-sec1 .flex-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.65rem;
}
section.product-details-sec1 .flex-box .rating-box {
  display: table;
}
section.product-details-sec1 .flex-box .rating-box ul {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-bottom: 0.6rem;
}
section.product-details-sec1 .flex-box .rating-box ul li img {
  max-width: 1.875rem;
  max-height: 1.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product-details-sec1 .flex-box .rating-box h4 {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
section.product-details-sec1 .flex-box .rating-box h4 s {
  color: var(--Body-Text, #505050);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: line-through;
}
section.product-details-sec1 .flex-box ul.social-icon {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
section.product-details-sec1 .flex-box ul.social-icon li {
  display: table;
}
section.product-details-sec1 .flex-box ul.social-icon li a {
  display: table;
}
section.product-details-sec1 .flex-box ul.social-icon li a img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product-details-sec1 h3 {
  color: var(--Heading-Tet, #000);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  /* 108.333% */
  margin: 0 0 1.1rem;
}
section.product-details-sec1 ul.last-ul {
  margin-bottom: 1.1rem;
}
section.product-details-sec1 ul.last-ul li {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.25rem;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: top 0.5rem left;
  background-size: 0.75rem;
  display: grid;
  grid-template-columns: 6.75rem auto;
  gap: 0.81rem;
  margin-bottom: 1rem;
}
section.product-details-sec1 ul.last-ul li span {
  color: var(--Blue, #5199E1);
  line-height: 1.625rem;
  /* 144.444% */
}
section.product-details-sec1 .btn-wraper {
  display: flex;
  align-items: center;
  gap: 30.08px;
}
section.product-details-sec1 .btn-wraper a {
  width: 100%;
  white-space: nowrap;
}
section.product-details-sec1 .scroll-box {
  display: none;
}

section.product-details-sec2 {
  padding-bottom: 5rem;
}
section.product-details-sec2 ul.tab-menu {
  border-bottom: 1px solid #6DD8A4;
  margin-bottom: 0.94rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.product-details-sec2 ul.tab-menu li {
  display: table;
}
section.product-details-sec2 .tab-main-box .tab-box {
  display: none;
}
section.product-details-sec2 .tab-main-box .tab-box p {
  margin-bottom: 1.65rem;
}
section.product-details-sec2 .tab-main-box .tab-box img.right-img {
  width: 100%;
  height: 25.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
  margin-bottom: 0;
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li {
  padding: 1.25rem 0rem;
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li.active h5::after {
  transform: rotate(0deg);
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li h5 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 140% */
  margin: 0;
  padding-right: 1.5rem;
  position: relative;
  cursor: pointer;
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li h5::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/arow-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li .content {
  display: none;
  margin-top: 1rem;
}
section.product-details-sec2 .tab-main-box .tab-box ul.accordian li .content p {
  min-height: 6.4375rem;
  margin: 0;
}
section.product-details-sec2 .woocommerce-Tabs-panel .tab-main-box {
  margin-bottom: 30px;
}
section.product-details-sec2 .woocommerce-Reviews #comments {
  margin-bottom: 30px;
}
section.product-details-sec2 .woocommerce-Reviews #comments p {
  color: #000;
  font-weight: 500;
}
section.product-details-sec2 .woocommerce-Reviews #comments .commentlist::before, section.product-details-sec2 .woocommerce-Reviews #comments .commentlist::after {
  display: none !important;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper span {
  color: #000;
  font-weight: 500;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form {
  margin-top: 0.5rem;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .comment-form-rating label {
  color: #000;
  margin-bottom: 0.9375rem;
  font-weight: 500;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .comment-form-rating .stars a {
  font-size: 1.7rem;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form p {
  margin-bottom: 1.25rem !important;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form p:hover {
  margin-bottom: 0;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form input:not([type=submit]),
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form textarea {
  width: 100%;
  outline: none;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  padding: 1rem 1.25rem;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form textarea {
  min-height: 112px;
  resize: none;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .comment-form-cookies-consent {
  position: relative;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .comment-form-cookies-consent label {
  padding-left: 30px;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .form-submit input[type=submit] {
  text-align: center;
  color: var(--White, #FFF) !important;
  font-family: "Open Sans";
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: #6DD8A4 !important;
  padding: 0.497rem 2re !important;
  display: table;
  border: 1px solid #6DD8A4 !important;
  transition: all 0.3s ease-in-out;
}
section.product-details-sec2 .woocommerce-Reviews #review_form_wrapper form .form-submit input[type=submit]:hover {
  color: #6DD8A4 !important;
  background-color: #fff !important;
}
section.product-details-sec2 .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 20px;
  font-size: 30px;
}
section.product-details-sec2 .woocommerce-Reviews .comment-respond .comment-reply-title {
  font-size: 20px;
  font-weight: 600 !important;
}

section.customize-product-sec1 {
  padding-top: 5rem;
  padding-bottom: 7.875rem;
}
section.customize-product-sec1 .img-wraper {
  position: relative;
  overflow: hidden;
}
section.customize-product-sec1 .img-wraper img {
  width: 100%;
  height: 35.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.customize-product-sec1 .img-wraper .text-wraper {
  max-width: 23.6875rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 9;
}
section.customize-product-sec1 .img-wraper .text-wraper span {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 200% */
  padding: 0.25rem 0.1875rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.2);
}
section.customize-product-sec1 .img-wraper .text-wraper h3 {
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 133.333% */
  text-transform: uppercase;
  margin: 1rem 0 0;
}

.scroll-box {
  width: 100%;
  height: 35.0625rem;
  overflow: scroll;
  overflow-x: hidden;
}
.scroll-box::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.scroll-box .scroll-content span.green-text {
  color: var(--Green, #6DD8A4);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.625rem;
  border-radius: 0.125rem;
  background: rgba(109, 216, 164, 0.1);
  display: inline-block;
}
.scroll-box .scroll-content .heading-ber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.scroll-box .scroll-content .heading-ber h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.scroll-box .scroll-content .heading-ber a.border-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
}
.scroll-box .scroll-content .heading-ber a.border-btn img {
  max-width: 1.25rem;
  max-height: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.scroll-box .scroll-content .heading-ber a.border-btn:hover img {
  filter: brightness(100);
}
.scroll-box .scroll-content .essential-ber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #5199E1;
  background: rgba(81, 153, 225, 0.1);
  margin-bottom: 1.88rem;
}
.scroll-box .scroll-content .essential-ber h5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.scroll-box .scroll-content .essential-ber h5 s {
  text-decoration: none;
}
.scroll-box .scroll-content .essential-ber h5 s bdi {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.scroll-box .scroll-content .essential-ber h5 s bdi span {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.scroll-box .scroll-content .essential-ber h5 > span bdi {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.scroll-box .scroll-content .essential-ber span bdi {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.scroll-box .scroll-content .main-content-box {
  margin-bottom: 2.5rem;
}
.scroll-box .scroll-content .main-content-box .ul-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.88rem;
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid var(--Blue, #5199E1);
}
.scroll-box .scroll-content .main-content-box .ul-wraper ul li {
  color: #1D5389;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.25rem;
  background-image: url(../images/arow-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75rem;
  margin-bottom: 0.8rem;
}
.scroll-box .scroll-content .main-content-box .ul-wraper ul li:last-child {
  margin: 0;
}
.scroll-box .scroll-content .main-content-box .ul-wraper strong {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.scroll-box .scroll-content .main-content-box .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown {
  max-width: 2.625rem;
  width: 100%;
  height: 2rem;
  border-radius: 0.125rem;
  background: var(--White, #FFF);
  position: relative;
  cursor: pointer;
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown .dropdown-initial {
  color: #2F7051;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.3rem;
  background-repeat: no-repeat;
  background-position: right 0.21rem center;
  background-size: 0.7875rem;
  border: 1px solid var(--Green, #6DD8A4);
  text-align: center;
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown .dropdown-initial:has(+ .dropdown-panel) {
  padding-right: 1rem;
  background-image: url(../images/arow-down3.svg);
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown .dropdown-panel {
  display: none;
  background-color: #59d29a;
  border-radius: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  border: 1px solid var(--Green, #6DD8A4);
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown .dropdown-panel .dropdown-item {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0.25rem;
  background-color: #59d29a;
  background-image: url(../images/arow-down4.svg);
  background-repeat: no-repeat;
  background-position: right 0.21rem center;
  background-size: 0.7875rem;
}
.scroll-box .scroll-content .main-content-box .flex-box .custom-dropdown .dropdown-panel .dropdown-item:last-child {
  border-bottom: none;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box {
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
  border: 1px solid var(--Blue, #5199E1);
  padding: 0.32rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  z-index: 0;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=radio],
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=checkbox] {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=radio]:checked + p + .price-select span.price,
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=checkbox]:checked + p + .price-select span.price {
  display: none;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=radio]:checked + p + .price-select span.select,
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=checkbox]:checked + p + .price-select span.select {
  display: block;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=radio]:checked + p + .price-select + .check-bg,
.scroll-box .scroll-content .main-content-box .flex-box .select-box input[type=checkbox]:checked + p + .price-select + .check-bg {
  display: block;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box p {
  color: #1D5389;
  font-size: 0.875rem;
  line-height: normal;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box .price-select {
  display: table;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box .price-select span.price {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  white-space: nowrap;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box .price-select span.select {
  color: var(--Blue, #5199E1);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  display: none;
  white-space: nowrap;
}
.scroll-box .scroll-content .main-content-box .flex-box .select-box .check-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(81, 153, 225, 0.1);
  display: none;
}
.scroll-box .scroll-content .main-content-box span.brand-nm {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 1.2rem 0.2rem 1.2rem;
  display: block;
}

.price-ber {
  padding: 1.5rem 0;
  background: #E4F2FF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  display: none;
}
.price-ber .text {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.price-ber .text h6 {
  color: #1D5389;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.49rem;
}
.price-ber .text .price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.price-ber .text .price span {
  color: var(--Blue, #5199E1);
  text-align: center;
  font-family: "Open Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.price-ber .container {
  display: flex;
  align-items: center;
}

.customizeActivated section,
.customizeActivated header,
.customizeActivated footer,
.customizeActivated .gallery-navigation-carousel-wrapper {
  display: none;
}
.customizeActivated .marquee {
  display: none;
}
.customizeActivated section.product-details-sec1 {
  display: block;
}
.customizeActivated section.product-details-sec1 .product-detBox {
  display: none;
}
.customizeActivated section.product-details-sec1 .scroll-box {
  display: block;
}
.customizeActivated .price-ber {
  display: block;
}
.customizeActivated footer {
  padding-bottom: 8rem;
}

.single-product.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.single-product.woocommerce div.product div.summary {
  float: unset;
  width: 100%;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product div.product .woocommerce-tabs img {
  display: block;
  margin: 2rem 0;
}
.single-product div.product .woocommerce-tabs a:has(img) {
  display: block;
  width: 100%;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #6DD8A4;
  margin-bottom: 0.94rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs::after {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  display: table;
  padding: 0;
  margin: 0;
  border: 0px;
  color: unset;
  border-radius: 0px;
  background-color: unset;
}
.single-product div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  text-align: center;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem 0.1875rem 0 0;
  color: var(--Green, #6DD8A4);
  border: 1px solid #6DD8A4;
  border-bottom: 0px;
  padding: 0.497rem 2rem;
  display: table;
  transition: all 0.3s ease-in-out;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  background: #6DD8A4;
  color: #fff;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.accordian) {
  padding-left: 1.5rem;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.accordian) li {
  list-style: disc;
  margin: 1.1rem 0;
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel ul:not(.accordian) li::marker {
  color: #6DD8A4;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p strong {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  margin: 0;
  padding-right: 1.5rem;
  position: relative;
  cursor: pointer;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p strong:has(+ br) {
  display: block;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p a {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel hr {
  background-color: #6DD8A4;
  opacity: 1;
  margin: 1.2rem 0;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel img.right-img {
  margin-top: 0;
}

.woocommerce-checkout .contact-sec1 {
  padding-bottom: 5rem;
}
.woocommerce-checkout .contact-sec1 .woocommerce-info {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  border-top-color: #5199E1;
}
.woocommerce-checkout .contact-sec1 .woocommerce-info::before {
  color: #5199E1;
}
.woocommerce-checkout .contact-sec1 .woocommerce-info a {
  font-weight: 700;
  color: #5199E1;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .col2-set {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .col2-set::before, .woocommerce-checkout .contact-sec1 .woocommerce-checkout .col2-set::after {
  display: none;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  float: unset;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .col2-set .col-2 {
  float: unset;
  width: 100%;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP {
  width: 37%;
  background-color: #f6f5f8;
  padding: 20px;
  border-radius: 15px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .woocommerce-checkout-review-order {
  margin-top: 20px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .shop_table {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .shop_table .product-total {
  vertical-align: top;
  font-weight: 700;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .place-order {
  background: #fff;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .place-order .woocommerce-privacy-policy-text p {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 16px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .place-order button[type=submit] {
  text-align: center;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--Blue, #5199E1);
  padding: 0.497rem 1rem;
  display: table;
  border: 1px solid #5199E1;
  transition: all 0.3s ease-in-out;
  float: unset !important;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .place-order button[type=submit]:hover {
  border: 1px solid #6DD8A4;
  background-color: #6DD8A4;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .product-name {
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .product-name .remove {
  position: absolute;
  left: 2px;
  top: 9px;
  color: #fff !important;
  background: var(--wc-red);
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .order-revP .product-name ul li {
  font-weight: 500;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout h3 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px 0;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
  display: block;
  color: var(--Heading-Color, #2E2E2E);
  font-family: "Open Sans";
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input:not([type=submit]),
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select {
  width: 100%;
  outline: none;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  padding: 0.6rem 0.75rem;
  font-size: 15px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  float: unset;
  width: 49%;
  margin-bottom: 0;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.validate-email {
  width: 100%;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 30px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  margin-top: 20px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  font-family: "Open Sans";
  font-size: 15px;
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  outline: none;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  min-height: 7.875rem;
  padding: 0.65rem;
  resize: none;
  font-size: 15px;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-checkout .contact-sec1 .woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li {
  font-family: "Open Sans";
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon {
  display: flex;
  gap: 20px;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon .form-row::before, .woocommerce-checkout .contact-sec1 .checkout_coupon .form-row::after {
  display: none;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon input:not([type=submit]) {
  width: 100%;
  outline: none;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  padding: 0.6rem 0.75rem;
  font-size: 15px;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon button[type=submit] {
  text-align: center;
  height: 100%;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.1875rem;
  background-color: var(--Blue, #5199E1);
  padding: 0.497rem 1rem;
  display: table;
  border: 1px solid #5199E1;
  transition: all 0.3s ease-in-out;
  float: unset !important;
}
.woocommerce-checkout .contact-sec1 .checkout_coupon button[type=submit]:hover {
  background: #6DD8A4;
  border: 1px solid #6DD8A4;
}

.woocommerce-message {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  border-top-color: #354a60;
}
.woocommerce-message::after {
  display: none;
}

.woocommerce-order-received .contact-sec1 {
  font-family: "Open Sans";
}
.woocommerce-order-received .contact-sec1 .woocommerce-order p {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order .woocommerce-order-overview li {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 17px;
  font-weight: 600;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order-details h2 {
  margin-bottom: 20px;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order-details table tbody {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order-details table tbody .product-name {
  font-weight: 700;
}
.woocommerce-order-received .contact-sec1 .woocommerce-order-details table tbody .product-name ul li {
  font-weight: 500;
}

.archive .product-sec1 .woocommerce-result-count {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}
.archive .product-sec1 .woocommerce-ordering {
  float: right;
  width: 50%;
  text-align: right;
  margin-bottom: 30px;
}
.archive .product-sec1 .product-cart .product-images {
  border: 1px solid rgba(227, 227, 227, 0.6196078431);
}
.archive .product-sec1 .product-cart .product-images a {
  width: 100%;
  height: 100%;
  position: unset;
}
.archive .product-sec1 .product-cart .product-details ul li {
  display: flex;
}
.archive .product-sec1 .product-cart .product-details ul li span {
  margin-right: 10px;
}

.woocommerce-no-products-found {
  margin-top: 20px;
}
.woocommerce-no-products-found .woocommerce-info {
  font-family: "Open Sans";
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce-no-products-found .woocommerce-info::after {
  display: none;
}

.error-message {
  color: #d70909;
  border: 1px solid #d70909;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 30px;
  font-weight: 500;
  font-size: 20px;
}

.wpcf7-spinner {
  display: none;
}

.error404 header {
  position: static;
  background: #08223D;
}
.error404 .page-404 {
  padding: 3rem 0;
}
.error404 .page-404 h1,
.error404 .page-404 h2 {
  text-align: center;
}
.error404 .page-404 h2 {
  margin-bottom: 20px;
}
.error404 .page-404 p {
  text-align: center;
  margin-bottom: 20px;
}
.error404 .page-404 .green-btn {
  margin: 0 auto;
}

.page-template-template-contact section.details-form-sec input:not([type=submit]),
section.details-form-sec textarea {
  margin-bottom: 0 !important;
}

select.orderby {
  width: 100%;
  max-width: 300px;
  outline: none;
  border-radius: 0.25rem;
  border: 1px solid rgba(80, 80, 80, 0.2);
  background: #FFF;
  padding: 0.6rem 0.75rem;
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  background-image: url(../images/arow-down.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: cover;
  background-size: 15px;
  cursor: pointer;
}

.common_pg h2 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.common_pg h3 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.common_pg h4 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.common_pg h5 {
  color: var(--Black, #121212);
  font-family: "Open Sans";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.2rem;
}
.common_pg p strong,
.common_pg p a {
  color: #6DD8A4;
}
.common_pg ul,
.common_pg ol {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
.common_pg ul li,
.common_pg ol li {
  color: var(--Body-Text, #505050);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 0;
}
.common_pg ul li:last-child,
.common_pg ol li:last-child {
  margin-bottom: 0;
}
.common_pg ul {
  list-style-type: disc;
  padding: 1.75rem 1.4rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2.2rem;
}
.common_pg ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.common_pg ul li::marker {
  color: #6DD8A4;
}
.common_pg ol {
  list-style-type: decimal;
  padding: 1.75rem 1.2rem;
  background: linear-gradient(280deg, #E4F2FF 12.18%, #F8F8F8 99.44%);
  padding-left: 2rem;
}
.common_pg ol li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}
.common_pg ol li::marker {
  color: #6DD8A4;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--specification table td,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--specification table th {
  padding: 1.2rem;
}

section.related.products .product-cart .product-images a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  border-radius: 0px;
}

section.related.products {
  padding: 2rem 0;
}

section.related.products h2 {
  margin-bottom: 2rem;
}

section.related.products .product-cart .product-details ul li {
  display: block;
}

.archive .product-sec1 .product-cart .product-images a {
  border-radius: 0px;
}/*# sourceMappingURL=style.css.map */