* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "kumbhsans";
  overflow-x: hidden;
}


.about_section .inner_shape_img::after {
  content: "";
  height: 150px;
  width: 150px;
  border-radius: 12px;
  background-color: #1D6042;
  position: absolute;
  right: 0;
  top: -20px;
}

.about_section {
  background-image: url('../images/about_bg.svg');
  background-size: contain;
  background-repeat: repeat;
}

.product_section .product-pagination {
  text-align: center;
}

.product_section .product-pagination .swiper-pagination-bullet {
  background-color: #007CB8;
  height: 10px;
  width: 10px;
  ;
}


.faq_section .accordion_box.open {
  background-color: #FAFAFA;
}

.nav-item .active {
  color: #007CB8;
  font-weight: 600;
}



.faq_section .accordion_box.open .fa-angle-down {
  display: none;
}

.faq_section .accordion_box.open .fa-angle-up {
  display: block;
}

.faq_section .accordion_box .fa-angle-up {
  display: none;
}

.faq_section .accordion_box .fa-angle-down {
  display: block;
}

.main_product_box .main_content_second {

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}


.swiper-about-pagination {
  text-align: center;
}