/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  overflow: hidden;
  overflow-y: auto;
}

main#brx-content {
  overflow: clip;
}

@media screen and (max-width: 991.75px) {
  .header-top-nav nav ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767.75px) {
  .header-top-nav nav ul li {
    margin-left: 10px;
  }
  .header-top-nav nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.75px) and (max-width: 575.75px) {
  .header-top-nav nav ul li a {
    font-size: 19px;
  }
}

.header-top-nav a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  line-height: 1;
}
@media screen and (max-width: 991.75px) {
  .header-top-nav a {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767.75px) {
  .header-top-nav a {
    padding-right: 7px;
  }
}
.header-top-nav a:hover {
  color: #08b16a;
}
.header-top-nav li:last-child a {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 1199.75px) {
  .header-top-nav li a {
    border-right: 0;
  }
}

.header-fixed header .header-bottom {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.header-fixed.admin-bar header .header-bottom {
  top: 32px;
}

.header-fixed .header-bottom {
  -webkit-animation: slideDown 0.8s ease-out forwards;
          animation: slideDown 0.8s ease-out forwards;
}

.sub-item {
  line-height: 1.52;
}
.sub-item:hover {
  --hover-op: 1;
}
@media screen and (max-width: 767.75px) {
  .sub-item a {
    font-size: 16px !important;
  }
}
.sub-item:last-child a {
  border-bottom: none !important;
}

.header-content {
  background-color: transparent !important;
}
.header-content li.menu-item {
  background-color: transparent !important;
  height: 100%;
}

.header-menu {
  line-height: 5;
}
@media screen and (max-width: 1199.75px) {
  .header-menu {
    line-height: 3;
  }
}
@media screen and (max-width: 575.75px) {
  .header-menu {
    line-height: 1.2;
  }
}
.header-menu:hover {
  background-color: #082c33;
}
.header-menu .brx-submenu-toggle {
  padding: 0px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1199.75px) {
  .header-menu .brx-submenu-toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    background-image: url("./assets/images/angle-down-svgrepo-com.svg");
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 575.75px) {
  .header-menu .brx-submenu-toggle::after {
    right: -10px;
  }
}
@media screen and (max-width: 575.75px) {
  .header-menu .brx-submenu-toggle svg {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 1199.75px) {
  .header-menu.active .brx-submenu-toggle::after {
    background-image: url("./assets/images/angle-up-green-svgrepo-com.svg");
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699.8px) {
  .header-bottom-inner {
    gap: 25px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1699.8px) {
  .header-bottom-inner .header-nav {
    gap: 25px !important;
  }
}

.header-nav .mobile-menu {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 1199.75px) {
  .header-nav .mobile-menu {
    position: fixed;
    left: -100%;
    width: 100%;
    z-index: 9;
    overflow: hidden;
  }
}
@media screen and (max-width: 1199.75px) and (max-width: 1199.75px) {
  .header-nav .mobile-menu {
    top: 74px;
    height: calc(100vh - 74px);
  }
}
@media screen and (max-width: 1199.75px) and (max-width: 575.75px) {
  .header-nav .mobile-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 1199.75px) {
  .header-nav .mobile-menu .header-nav-items {
    width: 100%;
    height: 100%;
    background-color: #0b2028;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 991.75px) {
  .header-nav .mobile-menu .header-nav-items {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen and (max-width: 767.75px) {
  .header-nav .mobile-menu .header-nav-items {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199.75px) {
  .header-nav .mobile-menu .header-nav-items li {
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}
@media screen and (max-width: 991.75px) {
  .header-nav .mobile-menu .header-nav-items li {
    width: 100%;
  }
}
@media screen and (max-width: 1199.75px) {
  .header-nav .brx-open .mobile-menu {
    left: 0;
  }
}
.header-nav button.brxa--squeeze:focus-visible {
  outline: none;
}

.header-sub-menu-link a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.header-sub-menu-link a:hover {
  color: #08b16a !important;
}

.no-scroll {
  overflow: hidden;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.brxe-breadcrumbs a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.home-product-swiper .swiper-slide {
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.home-product-swiper .swiper-slide:hover .product-button {
  opacity: 1;
  visibility: visible;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-product-swiper .swiper-slide:hover .product-link-icon {
  opacity: 1;
  visibility: visible;
}
.home-product-swiper .swiper-pagination span {
  background-color: #08b16a !important;
}

.home-product-btn .product-swip-pre,
.home-product-btn .product-swip-next {
  position: unset;
  margin: 0;
}
.home-product-btn .product-swip-pre::after,
.home-product-btn .product-swip-next::after {
  font-size: 0;
}

body {
  counter-reset: my-counter;
}

.accordian-inner li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.accordian-inner li h3::before {
  counter-increment: my-counter;
  content: "0" counter(my-counter);
  color: #08b16a;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .accordian-inner li h3::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .accordian-inner li h3::before {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .accordian-inner li h3::before {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .accordian-inner li h3::before {
    font-size: 22px;
  }
}

/* ----------------------- About Us Page Starts ----------------------- */
.engagement-text-img-wrap svg path {
  fill: #ffffff;
}
.engagement-text-img-wrap:hover .engagement-title,
.engagement-text-img-wrap:hover .engagement-text {
  color: #08b16a !important;
}
.engagement-text-img-wrap:hover svg path {
  fill: #08b16a;
}

/* ----------------------- About Us Page Ends ----------------------- */
/* ------------------ Popup Video Starts ---------------------- */
.pswp.pswp--open.pswp--one-slide {
  overflow: hidden;
  background-color: #0b2028;
}
.pswp.pswp--open.pswp--one-slide .pswp__item .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  -webkit-transform: unset !important;
          transform: unset !important;
}
.pswp.pswp--open.pswp--one-slide .pswp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  height: 100% !important;
}
.pswp.pswp--open.pswp--one-slide .pswp__content iframe {
  width: 80%;
  height: 80%;
  border-radius: 20px;
}

/* ------------------ Popup Video Ends ---------------------- */
/* ------------------- Product Categorie Page Starts ---------------------- */
.product-card-section .product-card {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-card-section .product-card figure {
  height: 100%;
  max-width: unset !important;
}
@media screen and (min-width: 768px) {
  .product-card-section .product-card:hover .product-card-text {
    line-height: 1.2;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .product-card-section .product-card:hover .product-card-button {
    line-height: 1;
    padding: 10px 20px;
    opacity: 1;
    visibility: visible;
    margin-top: 27px;
  }
}
.product-card-section .product-card .product-card-button,
.product-card-section .product-card .product-card-text {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

/* ------------------- Product Categorie Page Ends ---------------------- */
/* ------------------ Realisation Section / About Us Section 3.1 Starts --------------------- */
.realisation-project-section .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  margin: auto;
}
.realisation-project-section .filter-wrapper .dropdown-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border: 1px solid #08b16a;
  border-radius: 39px;
  padding: 10px 10px 10px 36px;
  position: relative;
}
@media screen and (max-width: 575.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    border-radius: 12px;
    width: 100%;
  }
}
.realisation-project-section .filter-wrapper .dropdown-filter .dropdown-filter-item {
  position: relative;
  min-width: 340px;
}
@media screen and (max-width: 767.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter .dropdown-filter-item {
    min-width: 280px;
  }
}
@media screen and (max-width: 575.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter .dropdown-filter-item {
    min-width: 260px;
  }
}
.realisation-project-section .filter-wrapper .dropdown-filter label {
  color: #08b16a;
  font-size: 19px;
  line-height: 1.21;
  letter-spacing: 0.38px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter label {
    font-size: 15px;
  }
}
.realisation-project-section .filter-wrapper .dropdown-filter .category-select-value {
  background-color: #08b16a;
  color: #ffffff;
  border-radius: 0 39px 39px 0;
  list-style: none;
  border-radius: 0 39px 39px 0;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 11px 66px 15px 24px;
  background-image: url("./assets/images/angle-down-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 45px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter .category-select-value {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter .category-select-value {
    padding: 10px 50px 10px 24px;
    border-radius: 39px;
  }
}
.realisation-project-section .filter-wrapper .dropdown-filter .category-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #08b16a;
  list-style: none;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.realisation-project-section .filter-wrapper .dropdown-filter .category-list .category-item {
  color: #ffffff;
  font-size: 20px;
  padding: 10px 24px;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.75px) {
  .realisation-project-section .filter-wrapper .dropdown-filter .category-list .category-item {
    font-size: 16px;
  }
}
.realisation-project-section .filter-wrapper .dropdown-filter .category-list .category-item:hover {
  background-color: #ffffff;
  color: #08b16a;
}
.realisation-project-section .filter-wrapper .dropdown-filter .category-list .category-item.active {
  background-color: #ffffff;
  color: #08b16a;
}
.realisation-project-section .filter-wrapper.active .category-select-value {
  background-image: url("./assets/images/angle-up-svgrepo-com.svg");
}
.realisation-project-section .filter-wrapper.active .category-list {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.realisation-project-section .project-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
  margin-top: 15px;
}
@media screen and (max-width: 575.75px) {
  .realisation-project-section .project-items {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .realisation-project-section .project-items {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .realisation-project-section .project-items {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .realisation-project-section .project-items {
    margin-top: 47px;
  }
}
.realisation-project-section .project-items .glightbox {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 376px;
}
@media screen and (min-width: 576px) {
  .realisation-project-section .project-items .glightbox {
    border-radius: 28px;
  }
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items .glightbox {
    max-width: calc(50% - 25px);
  }
}
.realisation-project-section .project-items .project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  position: relative;
}
.realisation-project-section .project-items .project-item:hover .text p {
  line-height: 1.53 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.realisation-project-section .project-items .project-item:hover .add-icon {
  opacity: 1 !important;
  visibility: visible !important;
}
.realisation-project-section .project-items .project-item .img-wrap {
  width: 100%;
  margin-right: -100%;
  height: 100%;
}
.realisation-project-section .project-items .project-item .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(188deg, rgba(20, 21, 29, 0.4) 0%, rgba(20, 21, 29, 0.4) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.realisation-project-section .project-items .project-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.realisation-project-section .project-items .project-item .text-wrap {
  width: 100%;
  padding: 20px 25px;
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .realisation-project-section .project-items .project-item .text-wrap {
    padding: 33px 45px;
  }
}
.realisation-project-section .project-items .project-item .text-wrap .title h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #08b16a;
  background-color: #ffffff;
  padding: 5px 17px 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items .project-item .text-wrap .title h3 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .realisation-project-section .project-items .project-item .text-wrap .title h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .realisation-project-section .project-items .project-item .text-wrap .title h3 {
    font-size: 33px;
  }
}
.realisation-project-section .project-items .project-item .text-wrap .text p {
  color: #ffffff;
  margin-top: 16px;
  font-weight: 300;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  line-height: 1.53;
}
@media screen and (max-width: 991.75px) {
  .realisation-project-section .project-items .project-item .text-wrap .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.75px) {
  .realisation-project-section .project-items .project-item .text-wrap .text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items .project-item .text-wrap .text p {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
.realisation-project-section .project-items .project-item .text-wrap .add-icon {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon {
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon {
    width: 59px;
    height: 59px;
  }
}
.realisation-project-section .project-items .project-item .text-wrap .add-icon svg {
  width: 25px;
}
@media screen and (min-width: 992px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon svg {
    width: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon svg {
    width: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .realisation-project-section .project-items .project-item .text-wrap .add-icon svg {
    width: 50px;
  }
}
.realisation-project-section .project-items .project-item .text-wrap .add-icon:hover {
  background-color: #08b16a;
}
.realisation-project-section .project-items .project-item .text-wrap .add-icon:hover svg path {
  fill: #ffffff;
}

.product-logos .product-logo-gallery {
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .product-logos .product-logo-gallery {
    gap: 33px;
  }
}
.product-logos .product-logo-gallery li {
  border: 0.8px solid #ffffff;
  border-radius: 14px;
  padding: 10px;
}
.product-logos .product-logo-gallery li img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: unset;
  margin: auto;
}

/* ------------ Popup Starts --------------- */
.gslide-media.gslide-inline {
  border-radius: 28px;
}

.gslide.loaded.current {
  height: 100%;
}
.gslide.loaded.current .gslide-inner-content {
  height: 100%;
}
.gslide.loaded.current .gslide-inner-content .ginner-container {
  height: 100%;
}
.gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-image img {
  width: 80%;
  height: 80%;
  border-radius: 30px;
  max-height: unset !important;
}
@media screen and (max-width: 991.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-image img {
    width: 70%;
    height: 50%;
  }
}
@media screen and (max-width: 767.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-image img {
    width: 75%;
    height: 40%;
  }
}
@media screen and (max-width: 575.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-image img {
    width: 70%;
    height: auto;
  }
}
.gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
  height: 80% !important;
}
@media screen and (max-width: 1199.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
    width: 820px !important;
  }
}
@media screen and (max-width: 991.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
    width: 600px !important;
  }
}
@media screen and (max-width: 767.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
    width: 400px !important;
  }
}
@media screen and (max-width: 575.75px) {
  .gslide.loaded.current .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
    width: 220px !important;
    height: 90% !important;
  }
}

.desc-bottom {
  width: 80% !important;
  max-width: 1061px;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desc-bottom .gslide-media.gslide-image {
  width: 100% !important;
  height: 60% !important;
}
@media screen and (max-width: 991.75px) {
  .desc-bottom .gslide-media.gslide-image {
    height: 30% !important;
  }
}
.desc-bottom .gslide-media.gslide-image img {
  margin: unset;
  border-radius: 30px 30px 0 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.desc-bottom .gslide-description.description-bottom {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  border-radius: 0 0 30px 30px;
  background-color: #ffffff !important;
}
@media screen and (max-width: 767.75px) {
  .desc-bottom .gslide-description.description-bottom {
    position: unset !important;
    opacity: 100% !important;
    background: #ffffff !important;
    -webkit-transition: unset !important;
    transition: unset !important;
    padding: 0;
    overflow: visible !important;
  }
}
.desc-bottom .gslide-description.description-bottom h4.gslide-title {
  color: #ffffff;
  background-color: #08b16a;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .desc-bottom .gslide-description.description-bottom h4.gslide-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .desc-bottom .gslide-description.description-bottom h4.gslide-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .desc-bottom .gslide-description.description-bottom h4.gslide-title {
    font-size: 27px;
  }
}
.desc-bottom .gslide-description.description-bottom .gslide-desc {
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 991.75px) {
  .desc-bottom .gslide-description.description-bottom .gslide-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.75px) {
  .desc-bottom .gslide-description.description-bottom .gslide-desc {
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 575.75px) {
  .desc-bottom .gslide-description.description-bottom .gslide-desc {
    font-size: 14px;
  }
}

.project-item-lightbox-content.ginlined-content {
  padding: 0;
  height: 100% !important;
}
.project-item-lightbox-content.ginlined-content .img-wrap {
  height: 70%;
}
@media screen and (max-width: 1399.75px) {
  .project-item-lightbox-content.ginlined-content .img-wrap {
    height: 50%;
  }
}
@media screen and (max-width: 575.75px) {
  .project-item-lightbox-content.ginlined-content .img-wrap {
    height: 40%;
  }
}
.project-item-lightbox-content.ginlined-content .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-item-lightbox-content.ginlined-content .text-wrap {
  padding-left: 45px;
  padding-right: 87px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991.75px) {
  .project-item-lightbox-content.ginlined-content .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575.75px) {
  .project-item-lightbox-content.ginlined-content .text-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.project-item-lightbox-content.ginlined-content .text-wrap .title h3 {
  color: #ffffff;
  background-color: #08b16a;
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .title h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .title h3 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .title h3 {
    font-size: 27px;
  }
}
.project-item-lightbox-content.ginlined-content .text-wrap .text {
  margin-top: 10px;
}
.project-item-lightbox-content.ginlined-content .text-wrap .text p {
  line-height: 1.5;
}
@media screen and (max-width: 991.75px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.75px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .text p {
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 575.75px) {
  .project-item-lightbox-content.ginlined-content .text-wrap .text p {
    font-size: 14px;
  }
}

.gclose.gbtn svg {
  display: none;
}
.gclose.gbtn::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/images/cross-svgrepo-com.svg");
  background-size: 30px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 575.75px) {
  .gclose.gbtn::after {
    background-size: 22px;
  }
}

.gnext.gbtn,
.gprev.gbtn {
  border: 2px solid #ffffff;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 767.75px) {
  .gnext.gbtn,
  .gprev.gbtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .gnext.gbtn,
  .gprev.gbtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 575.75px) {
  .gnext.gbtn,
  .gprev.gbtn {
    width: 30px;
    height: 40px;
  }
}
.gnext.gbtn:hover,
.gprev.gbtn:hover {
  background-color: #08b16a;
  border-color: #08b16a;
}
.gnext.gbtn::after,
.gprev.gbtn::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 575.75px) {
  .gnext.gbtn::after,
  .gprev.gbtn::after {
    background-size: 22px;
  }
}
.gnext.gbtn svg,
.gprev.gbtn svg {
  display: none;
}

@media screen and (max-width: 767.75px) {
  .gprev.gbtn {
    left: 20px;
  }
}
@media screen and (max-width: 575.75px) {
  .gprev.gbtn {
    left: 10px;
  }
}
.gprev.gbtn::after {
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
}

@media screen and (max-width: 767.75px) {
  .gnext.gbtn {
    right: 20px;
  }
}
@media screen and (max-width: 575.75px) {
  .gnext.gbtn {
    right: 10px;
  }
}
.gnext.gbtn::after {
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ------------ Popup Ends  --------------- */
/* ------------------ Realisation Section / About Us Section 3.1 Ends --------------------- */
/* -------------------- Quote Request Form Section Starts -------------------------- */
.phone-wrapper a {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}

.glow-gradiant {
  position: relative;
}
.glow-gradiant main {
  position: unset;
}

.form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-section form {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-section form:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-section form .forminator-pagination-steps {
  display: none !important;
}
.form-section form .forminator-pagination:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-section form .forminator-pagination .forminator-pagination--content:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 575.75px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-name,
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-phone {
  width: 100%;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-name,
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-phone {
    width: calc(50% - 10px);
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col {
  padding: 0 !important;
}
@media screen and (max-width: 991.75px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-email,
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-select {
  width: 100%;
  padding: 0 !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 575.75px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags .forminator-label {
  display: none;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h3 {
  color: #08b16a;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  border: 1.4px solid #08b16a;
  border-radius: 6px;
  padding: 4px 13px 7px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h3 {
    font-size: 20px;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 600;
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (max-width: 575.75px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 {
    font-size: 48px;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 strong {
  font-size: 24px;
  line-height: 1.39;
  font-weight: 300;
  color: #08b16a !important;
}
@media screen and (min-width: 992px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field.forminator-merge-tags h2 strong {
    font-size: 41px;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection {
  background-color: #0b2028 !important;
  border: 1px solid #ffffff !important;
  border-radius: 12px;
  height: 55px !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection:hover .forminator-icon-chevron-down::before {
  color: #ffffff !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection .select2-selection__placeholder {
  color: #ffffff;
  opacity: 60%;
  font-size: 14px;
  line-height: 1.53;
}
@media screen and (min-width: 768px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection .select2-selection__placeholder {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection .select2-selection__placeholder {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-select .select2-selection .select2-selection__placeholder {
    font-size: 19px;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col label {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  background-color: #0b2028;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin-left: 20px;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575.75px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col label {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px 5px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col label {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col label {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col label {
    font-size: 20px !important;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px !important;
  line-height: 1.53 !important;
  font-weight: 300 !important;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input {
    font-size: 19px !important;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 60%;
  font-weight: 300;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input::-moz-placeholder {
  color: #ffffff;
  opacity: 60%;
  font-weight: 300;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 60%;
  font-weight: 300;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 60%;
  font-weight: 300;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col input::placeholder {
  color: #ffffff;
  opacity: 60%;
  font-weight: 300;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-col .forminator-required {
  color: #ffffff !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-radio .forminator-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-radio .forminator-field .forminator-label {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  background-color: #0b2028;
  width: 100%;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-radio .forminator-field .forminator-radio {
  margin: 0;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-radio .forminator-field .forminator-radio .forminator-radio-bullet {
  background-color: transparent !important;
  border: 1.2px solid #ffffff !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-radio .forminator-field .forminator-radio .forminator-radio-bullet::before {
  background-color: #ffffff !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload {
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-image: url("./assets/images/download-minimalistic-svgrepo-com.svg");
  background-position: center right 15px;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 9px;
  padding-right: 50px;
  position: relative;
  height: 55px;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload .forminator-button-upload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0 !important;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload span {
  color: #ffffff;
  opacity: 60%;
  font-size: 14px !important;
  line-height: 1.53 !important;
  font-weight: 300 !important;
}
@media screen and (min-width: 768px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload span {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload span {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 1400px) {
  .form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload span {
    font-size: 19px !important;
  }
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload .forminator-button-delete {
  position: relative;
  z-index: 1;
}
.form-section form .forminator-pagination .forminator-pagination--content .forminator-row .forminator-field-upload .forminator-file-upload .forminator-button-delete .forminator-icon-close {
  font-size: 20px;
}

.etape-fixed-header {
  margin: 0 0 12px;
}
.etape-fixed-header h3 {
  color: #08b16a;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  border: 1.4px solid #08b16a;
  border-radius: 6px;
  padding: 4px 13px 7px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 575.75px) {
  .etape-fixed-header h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .etape-fixed-header h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .etape-fixed-header h3 {
    font-size: 20px;
  }
}
.etape-fixed-header h2 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0 0;
}
@media screen and (max-width: 575.75px) {
  .etape-fixed-header h2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .etape-fixed-header h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .etape-fixed-header h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .etape-fixed-header h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .etape-fixed-header h2 {
    font-size: 48px;
  }
}
.etape-fixed-header h2 strong {
  font-size: 24px;
  line-height: 1.39;
  font-weight: 300;
  color: #08b16a !important;
  margin-right: 6px;
}
@media screen and (min-width: 992px) {
  .etape-fixed-header h2 strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .etape-fixed-header h2 strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .etape-fixed-header h2 strong {
    font-size: 41px;
  }
}

.forminator-chain-skipping .forminator-pagination {
  visibility: hidden;
}

.form-section form textarea {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px !important;
  line-height: 1.53 !important;
  font-weight: 300 !important;
  height: 55px;
}
.form-section form .forminator-multi-upload-message,
.form-section form .forminator-uploaded-file--text {
  color: #ffffff;
}

.forminator-select-dropdown-container--open {
  margin-top: 0 !important;
}

.forminator-ui#forminator-module-646.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--multiple[role=combobox] .select2-selection__arrow {
  color: #ffffff !important;
}

.select2-selection__rendered {
  color: #ffffff !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-size: 19px !important;
  line-height: 1.53 !important;
}

.forminator-select-dropdown {
  background-color: #0b2028 !important;
  border: 1px solid #ffffff !important;
  border-radius: 12px;
}
.forminator-select-dropdown .select2-results__option {
  font-size: 19px !important;
  line-height: 1.53 !important;
}
.forminator-select-dropdown .select2-results__option--selected {
  background-color: #ffffff !important;
  color: #0b2028 !important;
}

.forminator-ui#forminator-module-646.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox]:focus .select2-selection__arrow,
.forminator-ui#forminator-module-646.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role=combobox] .select2-selection__arrow {
  color: #ffffff !important;
}

.forminator-pagination-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 20px;
}
.forminator-pagination-footer .forminator-button {
  font-size: 23px !important;
  color: #0b2028;
  background-color: #08b16a;
  border-radius: 28px !important;
  padding: 5px 15px !important;
}
.forminator-pagination-footer .forminator-button:hover {
  color: #08b16a;
  background-color: #ffffff;
}

.forminator-edit-module {
  display: none;
}

.form-content-section {
  position: relative;
}
@media screen and (max-width: 991.75px) {
  .form-content-section::after {
    content: "";
    background-color: #082c33;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
  }
}

.loader {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #08b16a; /* Blue */
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 100px auto; /* Center horizontally with some top margin */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -------------------- Quote Request Form Section Ends -------------------------- */
/* --------------- Back to top Button Starts ------------ */
.back-to-top-btn {
  z-index: 1;
  -webkit-animation: floatPulse 2.5s infinite ease-in-out;
          animation: floatPulse 2.5s infinite ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.back-to-top-btn::before, .back-to-top-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid rgba(8, 177, 106, 0.5); /* wave color */
  -webkit-animation: ripple 2.5s infinite ease-out;
          animation: ripple 2.5s infinite ease-out;
  z-index: -1;
}
.back-to-top-btn::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; /* thoda late 2nd wave ke liye */
}

.play-btn {
  z-index: 1;
  -webkit-animation: floatPulse 2.5s infinite ease-in-out;
          animation: floatPulse 2.5s infinite ease-in-out;
}
.play-btn::before, .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 2.5s infinite ease-out;
          animation: ripple 2.5s infinite ease-out;
  z-index: -1;
}
.play-btn::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.header-fixed .back-to-top-btn {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

/* Button floating + pulse */
@-webkit-keyframes floatPulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-6px) scale(1.05);
            transform: translateY(-6px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  75% {
    -webkit-transform: translateY(-3px) scale(1.03);
            transform: translateY(-3px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes floatPulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-6px) scale(1.05);
            transform: translateY(-6px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  75% {
    -webkit-transform: translateY(-3px) scale(1.03);
            transform: translateY(-3px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* Ripple expanding waves */
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.5);
            transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
/* --------------- Back to top Button Ends ------------ */
/* -------------------------- Product Section Page Starts ---------------- */
.breadcrumb-wrapper {
  color: #08b16a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0;
  gap: 0 8px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4px;
  padding-bottom: 4px;
}
.breadcrumb-wrapper li:nth-child(1), .breadcrumb-wrapper li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.breadcrumb-wrapper li:nth-child(1)::after, .breadcrumb-wrapper li:nth-child(2)::after {
  content: ">";
  font-weight: 300;
  font-size: 14px;
  color: #08b16a;
}
.breadcrumb-wrapper a {
  color: #ffffff;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.breadcrumb-wrapper a:hover {
  color: #08b16a;
}

.product-section .product-section-swipper .gallery {
  width: 100%;
  margin: 0;
  gap: 20px;
}
.product-section .product-section-swipper .gallery .gallery-slider {
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 73.13%;
  width: 100%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.product-section .product-section-swipper .gallery .gallery-slider:hover .swiper-button-prev,
.product-section .product-section-swipper .gallery .gallery-slider:hover .swiper-button-next {
  opacity: 1 !important;
  visibility: visible !important;
}
.product-section .product-section-swipper .gallery .gallery-slider:hover .fullscreen {
  opacity: 1;
  visibility: visible;
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-wrapper .swiper-slide {
  position: relative;
}
.product-section .product-section-swipper .gallery .gallery-slider a {
  width: 100%;
  height: 100%;
  display: inline-grid;
}
.product-section .product-section-swipper .gallery .gallery-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-section-swipper .gallery .gallery-slider .fullscreen {
  position: absolute;
  right: 31px;
  bottom: 31px;
  width: 33px;
  height: 33px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .product-section .product-section-swipper .gallery .gallery-slider .fullscreen {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 575.75px) {
  .product-section .product-section-swipper .gallery .gallery-slider .fullscreen {
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 20px;
  }
}
.product-section .product-section-swipper .gallery .gallery-slider .fullscreen svg {
  width: 100%;
  height: 100%;
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-disabled {
  pointer-events: auto;
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev,
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
  border: 1.6px solid #ffffff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  bottom: 31px;
  top: unset;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev,
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 575.75px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev,
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
    width: 20px;
    height: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev,
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev,
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev:hover,
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next:hover {
  background-color: #08b16a;
  border-color: #08b16a;
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev::after,
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next::after {
  font-size: 0;
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575.75px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev::after,
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next::after {
    background-size: 16px;
  }
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
  left: 85px;
}
@media screen and (max-width: 575.75px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next {
    left: 45px;
  }
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-next:after {
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev {
  left: 31px;
}
@media screen and (max-width: 575.75px) {
  .product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev {
    left: 15px;
  }
}
.product-section .product-section-swipper .gallery .gallery-slider .swiper-controllers-wrap .swiper-button-prev::after {
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
}
.product-section .product-section-swipper .gallery .gallery-thumbs {
  width: 100%;
  margin: 0;
}
.product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper {
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper {
    gap: 20px;
  }
}
.product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: calc(20% - 8px) !important;
  border-radius: 8px;
  overflow: hidden;
  height: 70px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: calc(20% - 16px) !important;
  }
}
@media screen and (min-width: 1400px) {
  .product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 100px;
  }
}
.product-section .product-section-swipper .gallery .gallery-thumbs .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .list-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  .product-section .list-type-1 {
    gap: 24px 32px;
  }
}
.product-section .list-type-1 li {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575.75px) {
  .product-section .list-type-1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .product-section .list-type-1 li {
    width: calc(50% - 16px);
  }
}
.product-section .list-type-1 li .icon svg {
  height: 0.54em !important;
  width: 0.54em !important;
  font-size: inherit;
}

.product-content-section {
  border: 2px solid #08b16a;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .product-content-section {
    margin-top: 90px;
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section {
    margin-top: 95px;
    padding: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section {
    margin-top: 130px;
    padding: 80px;
    border-radius: 54px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section {
    margin-top: 140px;
    padding: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section {
    margin-top: 150px;
    padding: 110px;
  }
}
.product-content-section ul.tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  list-style: none;
  gap: 16px;
  background-color: #0b2028;
  padding: 10px 18px;
  position: sticky;
  top: 60px;
  z-index: 99;
  border-radius: 10px;
}
@media screen and (max-width: 767.75px) {
  .product-content-section ul.tab-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -55px;
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .product-content-section ul.tab-links {
    top: 74px;
  }
}
@media screen and (min-width: 768px) {
  .product-content-section ul.tab-links {
    padding: 10px 18px;
    margin-top: -65px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section ul.tab-links {
    margin-top: -76px;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section ul.tab-links {
    margin-top: -108px;
    gap: 30px;
    top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section ul.tab-links {
    margin-top: -120px;
    top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section ul.tab-links {
    margin-top: -144px;
  }
}
.product-content-section ul.tab-links li {
  color: #08b16a;
  border: 1.8px solid #08b16a;
  border-radius: 6px;
  padding: 9px 24px 14px 26px;
  font-size: 16px;
  line-height: 1.07;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 575.75px) {
  .product-content-section ul.tab-links li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.75px) {
  .product-content-section ul.tab-links li {
    padding: 7px 10px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section ul.tab-links li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section ul.tab-links li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section ul.tab-links li {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section ul.tab-links li {
    font-size: 27px;
  }
}
.product-content-section ul.tab-links li.active {
  font-weight: 600;
  color: #0b2028;
  background-color: #08b16a;
  outline: 1px solid #08b16a;
  border-radius: 8px;
  outline-offset: 5px;
}
.product-content-section .tab-content {
  margin-top: 70px;
}
.product-content-section .tab-content .img-text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.product-content-section .tab-content .img-text-items .link a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.46px;
  border: 1px solid #08b16a;
  border-radius: 40px;
  padding: 13px 17px;
  margin-top: 15px;
  background-color: #08b16a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .tab-content .img-text-items .link a {
    font-size: 12px;
    padding: 13px 18px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .img-text-items .link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-items .link a {
    padding: 13px 32px;
    font-size: 20px;
  }
}
.product-content-section .tab-content .img-text-items .link a:hover {
  background-color: #ffffff;
  color: #08b16a;
}
.product-content-section .tab-content .img-text-items .link.border-btn a {
  padding: 13px 47px 13px 15px;
  border-color: #ffffff;
  background-color: #082c33;
  background-image: url("./assets/images/download-minimalistic-svgrepo-com.svg");
  background-position: center right 15px;
  background-size: 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .tab-content .img-text-items .link.border-btn a {
    background-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .img-text-items .link.border-btn a {
    background-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-items .link.border-btn a {
    background-size: 20px;
    padding: 13px 70px 13px 26px;
    background-position: center right 26px;
  }
}
.product-content-section .tab-content .img-text-items .link.border-btn a:hover {
  background-color: #08b16a;
  border-color: #08b16a;
  color: #ffffff;
}
.product-content-section .tab-content .img-text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .tab-content .img-text-item {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .img-text-item {
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-item {
    gap: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .img-text-item {
    gap: 76px;
  }
}
.product-content-section .tab-content .img-text-item .img-wrap {
  width: 100%;
  height: 320px;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-content-section .tab-content .img-text-item .img-wrap {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-item .img-wrap {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .img-text-item .img-wrap {
    width: calc(50% - 38px);
  }
}
.product-content-section .tab-content .img-text-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content-section .tab-content .img-text-item .text-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-content-section .tab-content .img-text-item .text-wrap {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-item .text-wrap {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .img-text-item .text-wrap {
    width: calc(50% - 38px);
  }
}
.product-content-section .tab-content .img-text-item .text-wrap .title h2 {
  font-size: 18px;
  line-height: 1.26;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .img-text-item .text-wrap .title h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-item .text-wrap .title h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .img-text-item .text-wrap .title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .tab-content .img-text-item .text-wrap .title h2 {
    font-size: 38px;
  }
}
.product-content-section .tab-content .img-text-item .text-wrap .text p {
  font-size: 12px;
  line-height: 1.87;
  font-weight: 300;
  margin-top: 13px;
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .img-text-item .text-wrap .text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .img-text-item .text-wrap .text p {
    font-size: 16px;
  }
}
.product-content-section .tab-content .img-text-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product-content-section .tab-content .logos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
  gap: 10px;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .tab-content .logos-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .logos-wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 575.75px) {
  .product-content-section .tab-content .logos-wrap .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-content-section .tab-content .logos-wrap .text-wrap .subtitle h4 {
  color: #08b16a;
  border: 1.2px solid #08b16a;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .subtitle h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .subtitle h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .subtitle h4 {
    font-size: 20px;
  }
}
.product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
  font-size: 28px;
  line-height: 1.26;
  font-size: 600px;
}
@media screen and (min-width: 768px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .tab-content .logos-wrap .text-wrap .title h2 {
    font-size: 46px;
  }
}
.product-content-section .tab-content .logos-wrap .logo-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .logos-wrap .logo-items {
    gap: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .logos-wrap .logo-items {
    gap: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .tab-content .logos-wrap .logo-items {
    gap: 39px;
  }
}
.product-content-section .tab-content .logos-wrap .logo-items .logo-item {
  border: 1px solid #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item {
    padding: 14px 25px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item {
    padding: 14px 32px;
  }
}
.product-content-section .tab-content .logos-wrap .logo-items .logo-item .logo {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 45.45%;
}
@media screen and (min-width: 1200px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item .logo {
    width: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tab-content .logos-wrap .logo-items .logo-item .logo {
    width: 146px;
  }
}
.product-content-section .tab-content .logos-wrap .logo-items .logo-item .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-content-section .faq-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-links-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap {
    gap: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-links-wrap {
    gap: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-links-wrap {
    gap: 67px;
  }
}
.product-content-section .faq-links-wrap .faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 63%;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-links-wrap .faq-items {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap .faq-items {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .faq-items {
    gap: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-links-wrap .faq-items {
    width: 67%;
  }
}
.product-content-section .faq-links-wrap .faq-items .title {
  font-size: 15px;
  line-height: 1.54;
  font-weight: 400;
  padding: 4px 42px 18px 10px;
  border-bottom: 1px solid #ffffff;
  background-image: url("./assets/images/angle-down-svgrepo-com.svg");
  background-position: top right;
  background-size: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .faq-links-wrap .faq-items .title {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap .faq-items .title {
    font-size: 16px;
    padding-right: 42px;
    padding-bottom: 18px;
    background-position: top -7px right;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .faq-items .title {
    font-size: 18px;
    padding: 4px 126px 22px 10px;
    background-position: top right;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-links-wrap .faq-items .title {
    font-size: 20px;
  }
}
.product-content-section .faq-links-wrap .faq-items .text {
  margin-top: 10px;
}
.product-content-section .faq-links-wrap .faq-items .faq-item.active .title {
  background-image: url("./assets/images/angle-up-svgrepo-com.svg");
}
.product-content-section .faq-links-wrap .text-buttons-wrap {
  background-color: #082c33;
  border-radius: 30px;
  padding: 20px;
  margin-left: auto;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap {
    width: 100%;
    margin-left: unset;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap {
    padding: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap {
    padding: 32px;
  }
}
.product-content-section .faq-links-wrap .text-buttons-wrap .text p {
  font-size: 14px;
  line-height: 1.84;
  font-weight: 600;
  max-width: 15em;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .text p {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .text p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .text p {
    font-size: 19px;
  }
}
.product-content-section .faq-links-wrap .text-buttons-wrap .link a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.46px;
  border: 1px solid #08b16a;
  border-radius: 40px;
  padding: 13px 17px;
  margin-top: 15px;
  background-color: #08b16a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link a {
    font-size: 12px;
    padding: 13px 18px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link a {
    padding: 13px 32px;
    font-size: 20px;
  }
}
.product-content-section .faq-links-wrap .text-buttons-wrap .link a:hover {
  background-color: #ffffff;
  color: #08b16a;
}
.product-content-section .faq-links-wrap .text-buttons-wrap .link.border-btn a {
  padding: 13px 47px 13px 15px;
  border-color: #ffffff;
  background-color: #082c33;
  background-image: url("./assets/images/download-minimalistic-svgrepo-com.svg");
  background-position: center right 15px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link.border-btn a {
    background-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link.border-btn a {
    background-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-links-wrap .text-buttons-wrap .link.border-btn a {
    background-size: 20px;
    padding: 13px 70px 13px 26px;
    background-position: center right 26px;
  }
}
.product-content-section .faq-links-wrap .text-buttons-wrap .link.border-btn a:hover {
  background-color: #08b16a;
  border-color: #08b16a;
  color: #ffffff;
}
.product-content-section .tabproductSwiper {
  position: relative;
}
.product-content-section .tabproductSwiper .project-btn-prev,
.product-content-section .tabproductSwiper .project-btn-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 575.75px) {
  .product-content-section .tabproductSwiper .project-btn-prev,
  .product-content-section .tabproductSwiper .project-btn-next {
    top: 25%;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .project-btn-prev,
  .product-content-section .tabproductSwiper .project-btn-next {
    width: 50px;
    height: 50px;
  }
}
.product-content-section .tabproductSwiper .project-btn-prev:hover,
.product-content-section .tabproductSwiper .project-btn-next:hover {
  background-color: #08b16a;
}
.product-content-section .tabproductSwiper .project-btn-prev::after,
.product-content-section .tabproductSwiper .project-btn-next::after {
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .project-btn-prev::after,
  .product-content-section .tabproductSwiper .project-btn-next::after {
    background-size: 30px;
  }
}
.product-content-section .tabproductSwiper .project-btn-prev::after {
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
}
.product-content-section .tabproductSwiper .project-btn-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("./assets/images/arrow-left-svgrepo-com.svg");
}
.product-content-section .tabproductSwiper .swiper-slide {
  height: auto;
}
.product-content-section .tabproductSwiper .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767.75px) {
  .product-content-section .tabproductSwiper .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-content-section .tabproductSwiper .product-item .img-wrap {
  width: 50%;
}
@media screen and (max-width: 767.75px) {
  .product-content-section .tabproductSwiper .product-item .img-wrap {
    width: 100%;
  }
}
.product-content-section .tabproductSwiper .product-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content-section .tabproductSwiper .product-item .text-wrap {
  width: 50%;
  background-color: #082c33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
}
@media screen and (max-width: 767.75px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap {
    padding: 20px 35px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap {
    padding: 40px 55px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap {
    padding: 50px 66px;
  }
}
.product-content-section .tabproductSwiper .product-item .text-wrap .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  background-color: #ffffff;
  padding: 2px 16px 6px 13px;
  border-radius: 5px;
  color: #0b2028;
}
@media screen and (min-width: 992px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .title {
    font-size: 27px;
  }
}
.product-content-section .tabproductSwiper .product-item .text-wrap .text {
  font-size: 12px;
  line-height: 1.87;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .tabproductSwiper .product-item .text-wrap .text {
    margin-top: 29px;
    font-size: 16px;
  }
}
.product-content-section .tabproductSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .product-content-section .tabproductSwiper .swiper-pagination {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .tabproductSwiper .swiper-pagination {
    padding-top: 40px;
  }
}
.product-content-section .tabproductSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 100%;
  height: 13px;
  width: 13px;
}
.product-content-section .tabproductSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #08b16a;
  outline: 1px solid #08b16a;
  outline-offset: 3px;
}
.product-content-section .faq-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap {
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap {
    gap: 96px;
  }
}
.product-content-section .faq-text-wrap .text-wrap {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .text-wrap {
    width: calc(35% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .text-wrap {
    width: calc(35% - 30px);
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap .text-wrap {
    width: calc(40% - 48px);
  }
}
.product-content-section .faq-text-wrap .text-wrap .title h3 {
  font-size: 18px;
  line-height: 1.26;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .text-wrap .title h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .text-wrap .title h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .text-wrap .title h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap .text-wrap .title h3 {
    font-size: 38px;
  }
}
.product-content-section .faq-text-wrap .text-wrap .text p {
  font-size: 12px;
  line-height: 1.87;
  font-weight: 300;
  margin-top: 13px;
  max-width: 28em;
  margin-top: 15px;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-text-wrap .text-wrap .text p {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .text-wrap .text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .text-wrap .text p {
    font-size: 16px;
  }
}
.product-content-section .faq-text-wrap .text-wrap .link a {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.46px;
  border: 1px solid #08b16a;
  border-radius: 40px;
  padding: 9px 26px 13px;
  margin-top: 15px;
  background-color: #08b16a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .text-wrap .link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .text-wrap .link a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .text-wrap .link a {
    font-size: 23px;
  }
}
.product-content-section .faq-text-wrap .text-wrap .link a:hover {
  background-color: #ffffff;
  color: #08b16a;
}
.product-content-section .faq-text-wrap .faq-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .faq-items {
    width: calc(65% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .faq-items {
    width: calc(65% - 30px);
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap .faq-items {
    width: calc(60% - 48px);
  }
}
.product-content-section .faq-text-wrap .faq-items .faq-item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 20px;
}
@media screen and (max-width: 767.75px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item {
    padding: 25px 30px;
  }
}
.product-content-section .faq-text-wrap .faq-items .faq-item .title {
  font-size: 16px;
  line-height: 1.54;
  font-weight: 400;
  padding-right: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./assets/images/plus-1512-svgrepo-com.svg");
  background-position: center right;
  background-size: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 991.75px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    background-size: 20px;
  }
}
@media screen and (max-width: 575.75px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    background-size: 15px;
    padding-right: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    font-size: 22px;
    padding-right: 37px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title {
    padding-right: 70px;
  }
}
.product-content-section .faq-text-wrap .faq-items .faq-item .title span {
  color: #08b16a;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title span {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .product-content-section .faq-text-wrap .faq-items .faq-item .title span {
    font-size: 26px;
  }
}
.product-content-section .faq-text-wrap .faq-items .faq-item.active .title {
  background-image: url("./assets/images/minus-svgrepo-com.svg");
}

/* -------------------------- Product Section Page Ends ---------------- */
.footer-top .social-icon li {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
.footer-top .social-icon li:hover {
  background-color: #08b16a;
}
.footer-top .social-icon li:hover i {
  color: #ffffff !important;
}