h5 {
    font-size: 28px;
  }
  h6 {
    font-size: 20px;
  }
  .inner-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: url("../images/right-arrow.svg");
    display: inline-block;
    transform: scale(.9);
  }
  /* Contact Page */
  .contact-banner {
    background-image: url("../images/contact_banner.png");
    background-size: cover;
  }
  .innerpage-title-banner {
    padding: 100px 0px;
  }
  .innerpage-title-banner .breadcrumb-item,
  .innerpage-title-banner .breadcrumb-item a {
    color: #25662c;
    font-weight: 700;
  }
  .innerpage-title-banner h1 {
    font-weight: 800;
  }
  /*@media (min-width: 1200px) {
    .innerpage-title-banner h1 {
      font-size: 78px;
    }
  }*/
  /* .innerpage-title-banner p {
      font-size: 22px;
  } */
  .contact-info-section .center-content-box {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .contact-info-section .contact-box img {
    width: 56px;
    margin-right: 15px;
  }
  .contact-info-section .contact-box h6 {
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .contact-info-section .contact-box p,
  .contact-info-section .contact-box a {
    color: #121212;
    text-decoration: none;
  }
  .contact-info-section .form-control {
    height: unset;
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 0.75rem 0.75rem;
  }
  /* End Contact page */
  
  /* Testimonial page */
  .testimonial-banner {
    background-image: url("../images/testimonial-banner.png");
    background-size: cover;
  }
  .testimonial-box-left-img {
    background-color: #f2fcf5;
    padding: 50px;
  }
  .testimonial-box-right-img {
    background-color: #f8f9f8;
    padding: 50px;
  }
  .testimonial-box {
    display: flex;
    align-items: flex-start;
  }
  .testimonial-box-left-img .testimonial-user-img {
    width: 90px;
    margin-right: 40px;
  }
  .testimonial-box-right-img .testimonial-user-img {
    width: 90px;
    margin-left: 40px;
  }
  .testimonial-box .testimonial-content {
    font-style: italic;
  }
  .testimonial-box .testimonial-content::before {
    content: "";
    display: inline-block;
    margin-left: 60px;
  }
  .testimonial-box .testimonial-content::after {
    content: "";
    display: inline-block;
    margin-right: 60px;
  }
  .testimonial-box.testimonial-box-right-img .testimonial-box-content {
    text-align: right;
  }
  .testimonial-box .quote-up {
    position: relative;
  }
  .testimonial-box .quote-dowan {
    position: relative;
  }
  .testimonial-box .quote-up::after {
    content: url("../images/quote-up.svg");
    position: absolute;
    left: -60px;
    top: -30px;
  }
  .testimonial-box .quote-dowan::after {
    content: url("../images/quote-dowan.svg");
    position: absolute;
    left: 0px;
    top: -10px;
  }
  .testimonial-pagination .pagination .page-item {
    min-width: 50px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .testimonial-pagination .pagination .page-item .page-link {
    min-width: 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0px 5px;
    background-color: #f0f0f0;
    border: none;
    color: #535353;
    font-weight: 500;
    line-height: 20px;
  }
  .testimonial-pagination .pagination .page-item .page-link img {
    max-width: 10px;
  }
  .testimonial-pagination .pagination .page-item .page-link.active {
    background: rgb(113, 167, 3);
    background: linear-gradient(
      315deg,
      rgba(113, 167, 3, 1) 0%,
      rgba(255, 201, 9, 1) 100%
    );
    color: #fff;
  }
  /* End Testimonial page */
  
  /* Event List page */
  .event-list-section .event-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
  }
  .event-list-section .event-box img {
    border-radius: 10px;
    overflow: hidden;
  }
  .event-list-section .event-box .event-box-body {
    flex-grow: 1;
  }
  /* .event-list-section .event-box .event-box-body h5 {
      font-size: 24px;
  } */
  /* .event-list-section .event-box .event-box-footer p {
    font-size: 15px;
    color: #a09494;
  }
  .event-list-section .event-box .event-box-footer p span {
    color: #555555;
  } */
  .event-list-section .event-box .event-box-header .event-cat span {
    background: rgb(113, 167, 3);
    background: linear-gradient(
      315deg,
      rgba(113, 167, 3, 1) 0%,
      rgba(255, 201, 9, 1) 100%
    );
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -14px;
    left: 20px;
    border-radius: 5px;
  }
  /* End Event List page */
  
  /* Blog List page */
  .blog-list-section .blog-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .blog-list-section .blog-box img {
    border-radius: 10px;
    overflow: hidden;
  }
  .blog-list-section .blog-box .blog-box-body {
    flex-grow: 1;
  }
  /* .blog-list-section .blog-box .blog-box-body h5 {
      font-size: 26px;
  } */
  .blog-list-section .blog-box .blog-box-header .blog-date p {
    background: #82c05b;
    background: linear-gradient(
      315deg,
      rgba(90, 163, 74, 1) 0%,
      rgba(130, 192, 91, 1) 100%
    );
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -45px;
    left: 20px;
    border-radius: 5px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* .blog-list-section .blog-box .blog-box-footer p {
      font-size: 22px;
      color: #555555;
  } */
  /* End Blog List page */
  /* Blog Details page */
  .blog-details-content {
    color: #555555;
  }
  .blog-details-content ol,
  .blog-details-content ul {
    padding-left: 50px;
    font-weight: 600;
    line-height: 2;
  }
  .blog-details-content p {
    margin-bottom: 20px;
  }
  .blog-details-content blockquote {
    background-color: #f9f9f9;
    padding: 30px;
    border-left: 3px solid #367114;
    color: #747373;
    margin-bottom: 20px;
  }
  .blog-details-content img {
    margin-bottom: 20px;
  }
  .blog-sidebar .blog-sidebar-box {
    background-color: #f9f9f9;
    padding: 20px 0px;
  }
  .blog-sidebar .blog-sidebar-box h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-blog-list .sidebar-blog-box-details {
    display: flex;
    padding: 20px;
  }
  .sidebar-blog-list .sidebar-blog-box-details:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
  }
  .sidebar-blog-list .sidebar-blog-box-details h5 {
    color: #366d41;
  }
  .sidebar-blog-list .sidebar-blog-box-details p {
    color: #555555;
  }
  .sidebar-blog-list .sidebar-blog-box-details:hover h5,
  .sidebar-blog-list .sidebar-blog-box-details:hover p {
    color: #000;
  }
  .sidebar-blog-list .sidebar-blog-box-details img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 10px;
  }
  .sidebar-blog-archives-list .sidebar-archive-box a {
    padding: 10px 20px;
    text-decoration: none;
    color: #366d41;
  }
  .sidebar-blog-archives-list .sidebar-archive-box a:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
    color: #000000;
  }
  .sidebar-blog-archives-list .sidebar-archive-box img {
    margin-right: 15px;
    width: 20px;
  }
  /* End Blog Details page */
  
  /* Product Page */
  .product-info-section .product-toggle {
    background-color: #25662c;
    border-radius: 50px;
  }
  .product-info-section .product-toggle .btn {
    border-radius: 30px !important;
  }
  .product-info-section .product-toggle .btn img {
    max-height: 35px;
  }
  .product-info-section .product-toggle .btn:not(.btn-primary) {
    color: #fff;
  }
  .product-info-section .product-toggle .btn:not(.btn-primary) img {
    filter: invert(1);
  }
  .product-icon-info-row {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0px;
  }
  .product-icon-info-row .product-icon-info-box h4 {
    color: #444444;
  }
  .product-icon-info-row .product-icon-info-box h4 {
    color: #444444;
  }
  .product-icon-info-row .product-icon-info-box h3 {
    color: #f6a242;
  }
  .product-specifications-section {
    background-color: #fbf3eb;
  }
  .product-slider .button {
    background: #25662c;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  .product-slider .button .carousel-control-next-icon, 
  .product-slider .button .carousel-control-prev-icon {
    width: 1.6rem;
    height: 1.6rem;
}

  .product-slider .button:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
    color: #000 !important;
  }
  .product-slider .carousel-control-prev {
    left: -25px;
  }
  .product-slider .carousel-control-next {
    right: -25px;
  }
  .product-specifications-box h3 {
    color: #3d3d3d;
  }
  .product-specifications-section .table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
  }
  .product-specifications-section .table tr td:first-child {
    font-weight: 600;
  }
  /*.product-features-section {
    background-color: #f5f5f5;
    padding: 30px;
  }*/
  .product-features-section .product-features-box {
    background: #F8F8F8;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-features-section .product-features-box:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
  }
  .product-features-section .product-features-box .product-features-content {
    flex-grow: 1;
  }
  .product-features-section .product-features-box .features-icon {
    margin-bottom: 10px;
    height: 70px;
    width: auto;
  }
  
  .product-solutions-section {
    background-image: url("../images/color-bg.svg");
    background-size: cover;
  }
  .product-solutions-section .product-solution-box {
    aspect-ratio: 1;
    background: #fff;
    padding: 40px 20px;
    transition: 0.5s all;
  }
  .product-solutions-section .product-solution-box img {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
  }
  .product-solutions-section .product-solution-box p {
    color: #003c1b;
  }
  .product-solutions-section .product-solution-box:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
    transition: 0.5s all;
  }
  .product-solutions-section .product-solution-box:hover p {
    color: #000;
  }
  
  .segmentation-section .segmentation-box {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 20px;
    height: 100%;
    min-height: 130px;
  }
  .segmentation-section .segmentation-box:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
  }
  .segmentation-section .segmentation-box img {
    width: 60px;
    margin-right: 20px;
    height: auto;
  }
  .segmentation-section .segmentation-box p {
    color: #25662c;
  }
  .segmentation-section .segmentation-box:hover p {
    color: #000;
  }
  .customers-box-section {
    background-color: #002a07;
  }
  .customers-box-section .customers-box {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
  }
  /*.customers-box-section .customers-box img {
    margin-bottom: 20px;
    height: 65px;
    width: auto;
  }*/
  .customers-box-section .customers-box .customers-box-title {
    color: #25662c;
  }
  .padding-top-col {
    padding-top: 80px;
  }
  .customers-box-section .customers-box:hover {
    background: rgb(246, 156, 66);
    background: linear-gradient(
      86deg,
      rgb(246, 156, 66) 10%,
      rgb(246, 217, 66) 100%
    );
  }
  .customers-box-section .customers-box:hover .customers-box-title {
    color: #000;
  }
  .product-competition-section .table tr th {
    background-color: #e4e2e0;
  }
  .product-competition-section .table tr th:first-child {
    text-align: center;
  }
  .product-competition-section .table tr th:nth-child(3),
  .product-competition-section .table tr th:nth-child(4),
  .product-competition-section .table tr th:nth-child(5) {
    text-align: center;
  }
  .product-competition-section .table tr th img {
    max-height: 40px;
    width: auto;
  }
  .product-competition-section .table tr td:first-child {
    font-weight: 700;
    text-align: center;
  }
  .product-competition-section .table tr td:nth-child(3),
  .product-competition-section .table tr td:nth-child(4),
  .product-competition-section .table tr td:nth-child(5) {
    text-align: center;
  }
  
  .product-image-gallery {
    overflow: hidden;
  }
  .product-image-gallery .product-gallery-slider .splide__track {
    overflow: visible;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow {
    width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    transition: 0.5s;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow:hover {
    background-color: #25662c;
    opacity: 1;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow svg {
    fill: #25662c;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow:hover svg {
    fill: #fff;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow--prev {
    left: -30px;
  }
  .product-image-gallery .product-gallery-slider .splide__arrow--next {
    right: -30px;
  }
  .testimonials-section .testimonials-slider .testimonials-box {
    background-color: #f2fcf5;
    height: 100%;
    text-align: center;
  }
  .testimonials-section .testimonials-slider .testimonials-box img {
    height: 100px;
    width: 100px;
    object-fit: cover;
  }
  .testimonials-section .testimonials-slider .splide__pagination__page {
    width: 18px;
    height: 18px;
    border: 2px solid #366d41;
    transform: scale(1);
    opacity: 1;
    background-color: transparent;
  }
  .testimonials-section .testimonials-slider .splide__pagination {
    bottom: -37px;
  }
  .testimonials-section .testimonials-slider .splide__pagination__page::after {
    content: "";
    background-color: transparent;
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .testimonials-section
    .testimonials-slider
    .splide__pagination__page.is-active::after {
    background-color: #366d41;
  }
  /* End Product Page */
  
  /* FAQ Page */
  
  .faq-banner {
    background-image: url("../images/faq-banner.png");
    background-size: cover;
  }
  
  .faq-info-section p {
    color: #1e1e1e;
  }
  
  /* End FAQ Page */
  
  /* Career Page */
  .career-banner {
    background-image: url("../images/career-banner.png");
    background-size: cover;
  }
  
  .career-info-section .career-join p {
    color: #1e1e1e;
  }
  
  .career-info-section .Job-description h3 {
    color: #366d41;
  }
  
  .career-info-section .Job-description ul {
    line-height: 2rem;
    color: #1e1e1e;
  }
  .career-info-section .Job-description p {
    color: #1e1e1e;
  }
  /* End Career Page */
  
  /* Become Dealer Page */
  .dealer-banner {
    background-image: url("../images/become-dealer-banner.png");
    background-size: cover;
  }
  .dealer-form-banner {
    background-image: url("../images/dealer-form-banner.png");
    background-size: cover;
    padding: 100px 0 200px 0;
  }
  .dealer-form-section {
    margin-top: -150px;
    margin-bottom: 100px;
  }
  .dealer-form-section .dealer-form {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  .dealer-form-section .dealer-form textarea {
    height: 184px;
  }
  /* End Become Dealer Page */
  /* Responsive */
  @media (max-width: 1199.98px) {
    .innerpage-title-banner {
      padding: 70px 0px;
    }
    .contact-info-section .contact-box {
      text-align: center;
    }
    .contact-info-section .contact-box img {
      margin-right: 0px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 991.98px) {
    .testimonial-box-left-img {
      padding: 30px;
    }
    .testimonial-box-right-img {
      padding: 30px;
    }
    .testimonial-box-left-img .testimonial-user-img {
      width: 70px;
      margin-right: 20px;
    }
    .testimonial-box-right-img .testimonial-user-img {
      width: 70px;
      margin-left: 20px;
    }
  }
  @media (max-width: 767.98px) {
    .contact-info-section .center-content-box {
      border-left: unset;
      border-right: unset;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      padding-top: 22px;
      padding-bottom: 22px;
    }
    .product-slider .button .carousel-control-next-icon, 
    .product-slider .button .carousel-control-prev-icon {
      width: 1.2rem;
      height: 1.2rem;
  }
  }
  @media (max-width: 575.98px) {
    .testimonial-box.testimonial-box-left-img {
      flex-direction: column;
      align-items: center;
    }
    .testimonial-box.testimonial-box-right-img {
      flex-direction: column-reverse;
      align-items: center;
    }
    .testimonial-box-left-img {
      padding: 40px;
    }
    .testimonial-box-right-img {
      padding: 40px;
    }
    .testimonial-box-left-img .testimonial-user-img {
      margin-right: 0px;
      margin-bottom: 40px;
    }
    .testimonial-box-right-img .testimonial-user-img {
      margin-left: 0px;
      margin-bottom: 40px;
    }
    .testimonial-box.testimonial-box-right-img .testimonial-box-content {
      text-align: left;
    }
    .testimonial-pagination .pagination .page-item {
      min-width: 30px;
      min-height: 30px;
    }
    .testimonial-pagination .pagination .page-item .page-link {
      min-width: 30px;
      min-height: 30px;
    }
  }
  /* End Responsive */
  .product-specifications-extra tr td:first-child {
    font-weight: normal !important;
}
  