.section-heading {
  font-size: 36px;
  font-weight: 600;
  color: #75ae3e;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}

/* .banner-section {
  background: url(../images/10.jpg);
  background-size: cover;
  background-position: center right;
  min-height: 650px;
} */

.internal-link {
  color: #75ae3e;
  text-decoration: none;
}

.internal-link:hover {
  color: #75ae3e;
}

.banner-content .product-heading {
  color: #75ae3e;
  font-size: 50px;
  font-weight: 700;
}

.banner-content .product-sub-heading {
  font-size: 20px;
}

.product-about-title {
  display: flex;
  display: inline-block;
}

/*
.product-about-title::before {
  position: absolute;
  content: "";
  background: #f1f1f1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -2;
} */

.product-about-title-section h4 {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 20px 50px 20px 0;
  background: #75ae3e;
  /* display: block; */
  margin-bottom: 0;
}

.product-about-title-section h4::before {
  position: absolute;
  content: "";
  background: #75ae3e;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.product-about-title-section h4::after {
  position: absolute;
  content: "";
  background: #f1f1f1;
  top: 0;
  right: -50px;
  width: 100vw;
  height: 100%;
  z-index: -2;
  padding: 60px;
}

.about-product-section {
  padding-bottom: 70px;
  position: relative;
}

.product-section-title-box h4 {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
}

.product-section-title-box h4::after {
  position: absolute;
  content: "";
}

.product-about {
  margin-top: 135px;
}

.product-about p:not(:last-child) {
  margin-bottom: 20px;
}

.product-feature-section {
  background: #f1f1f1;
  padding: 70px 0;
}

.product-feature-box .card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
}

.product-feature-box .card-body {
  padding: 40px 30px;
}

.product-feature-box img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.product-feature-box h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.4;
}

.product-feature-box p {
  text-align: center;
}

.product-type-section {
  padding: 70px 0;
}

.product-type-section .section-heading {
  margin-bottom: 30px;
}

.product-benefit-section {
  background: #f1f1f1;
  padding: 70px 0;
}

.product-benifits {
  background: #fff;
  padding: 55px 85px;
  border-radius: 10px;
}

.product-benifits ul {
  padding: 0;
}

.product-benifits ul li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  line-height: 1.7;
  display: flex;
  align-items: start;
}

.product-benifits ul li .svg-inline--fa {
  margin-right: 15px;
  margin-top: 6px;
  color: #75ae3e;
}

.product-benifits ul li:not(:last-child) {
  margin-bottom: 20px;
}

/* 
.product-benifits ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1ea";
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
} */

/* Different Profile Section CSS */

.how-it-works-section {
  padding: 70px 0;
}

.how-it-works-section .nav-pills {
  background-color: #f1f1f1;
}

.how-it-works-section .nav-pills .nav-link {
  padding: 15px;
  background: #f1f1f1;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  border-radius: 0;
}

.how-it-works-section .nav-pills .nav-link.active {
  background: #75ae3e;
  color: #ffff;
  border-radius: 10px;
}

.how-it-works-section .tab-content {
  border-left: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  border-right: 1px solid #ebe9e9;
}

.how-it-works-section .tab-content-area {
  padding: 50px 40px;
}

.how-it-works-section .tab-content-area h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.how-it-works-section .tab-content-area p {
  margin-bottom: 0;
}

.how-it-works-section .tab-content-area p:not(:last-child) {
  margin-bottom: 30px;
}

.how-to-use-accordion {}

.how-to-use-accordion .accordion-item {
  border: none;
}

.how-to-use-accordion .accordion-header {}

.how-to-use-accordion .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}

.how-to-use-accordion .accordion-button {
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  display: block;
  box-shadow: 0px 2px 5px 3px rgb(33 33 33 / 5%);
}

.how-to-use-accordion .accordion-button:not(.collapsed) {
  background: #75ae3e;
  color: #ffff;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: none;
}

.how-to-use-accordion .accordion-button::after {
  content: "";
  background-image: none;
}

.how-to-use-accordion .accordion-body {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.how-to-use-accordion .accordion-body p {
  margin-bottom: 20px;
}

.how-to-use-accordion .accordion-body h4 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.how-to-use-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: 0px 2px 5px 3px rgb(33 33 33 / 5%);
}

.video-section {
  background: #f1f1f1;
  padding: 70px 0;
}

.product-type-section .section-heading {
  margin-bottom: 20px;
}

.product-type-section .section-sub-heading {
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

.product-type-section .card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  height: 250px;
  border: none;
  position: relative;
}

.product-type-section .card__side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(43 86 2 / 15%);
  transition: all 0.4s ease-in-out;
  backface-visibility: hidden;
}

.product-type-section .card__side--front {
  background-color: #fdfdfd;
}

.product-type-section .card__side--back {
  transform: rotateX(-180deg);
}

.product-type-section .card__side--back {
  background: #75ae3e;
}

.product-type-section .card:hover .card__side--front {
  transform: rotateX(180deg);
}

.product-type-section .card:hover .card__side--back {
  transform: rotateX(0);
}

.product-type-section .card__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.product-type-section .card__title h4 {
  font-size: 30px;
  text-align: center;
  color: #333;
  font-weight: 700;
}

.product-type-section .card__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
}

.product-type-section .card__content p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 30px;
  }

  .product-about p {
    text-align: center;
  }

  .product-benifits {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 576px) {
  .product-about-title-section h4::after {
    right: -15px;
    padding: 48px;
  }

  .product-about-title-section {
    margin-bottom: -100px !important;
  }

  .about-product-section img {
    width: 100% !important;
  }
}

.product-about-title-section {
  margin-bottom: -50px;
}