
h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.banner_bg {
  background: linear-gradient(104.69deg, #ffffff00 0%, #f94d4d 80%);
  border-radius: 12px;
  height: 100%;
}

.right_image img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 100%;
}

.right_image {
  height: 467px;
}

.main_banner {
  height: 500px;
}

.left_child {
  padding-left: 80px;
}

.dark-green-color {
  color:  #f94d4d ;
}

.left_child p {
  width: 60%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.process_section {
  background: #f3f3f3;
  padding: 70px 0px;
}

.process_text {
  width: 80%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.process_card {
  display: flex;
  align-items: center;
  background: #ffffff;
  margin: 1rem 0;
}

.process_card:hover {
  background: #ffffff;
  box-shadow: 8px 8px 24px rgba(0, 80, 48, 0.16);
}

.process_card .img_left {
  background: #e5f4db;
  height: 100%;
  padding: 1rem;
}

.process_card p {
  color: #000000;
}

.process_card:first-child {
  margin-top: 0px;
}

.process_card:first-child {
  margin-bottom: 0px;
}

.process_img figure {
  width: 500px;
  height: 450px;
}

.process_img figure img {
  width: 100%;
  height: 100%;
}

.faq_section {
  padding-top: 70px;
  padding-bottom: 50px;
}

.enquiry_form_section H2,
.faq_section h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #1f1212;
}

.faq_card {
  background: #ffffff;
  border: 1px solid #c5c5c5;
}

.faq_card h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1f1212;
}

.faq_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0 1rem 1rem 1rem;
  color: #121f1e;
}

.faq_card {
  display: flex;
 
  margin-bottom: 1.5rem;
  /* min-height: 204px; */

}
.faq_txt{
  width: 100%;
 
}
/* .faq_card:hover {
  border: 1px solid #5b0000;
  background: #f4dbdb;
} */

.faq_card:hover .faq-hover{
  color: white;
  background:#5b0000;
}

.faq-hover h6 {
  color: black; /* Default color */
  transition: color 0.3s; /* Optional: smooth transition */
  padding: 1rem 1rem 0 1rem;
}

.faq_card:hover .faq-hover h6 {
  color: white; /* Color on hover */
}


.enquiry_form_section {
  background: #e5f4db;
  padding: 70px 0px;
}

.enquiry_form {
  background: #ffffff;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.enquiry_form label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}

.enquiry_form input,
.enquiry_form textarea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e !important;
}

@media screen and (max-width: 1400px) {
  .process_img figure {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .main_banner {
    height: 400px;
  }

  .right_image {
    height: 367px;
  }

  .left_child {
    padding-left: 50px;
  }

  .left_child p {
    width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  .process_card p,
  .left_child p {
    font-size: 14px;
  }

  .enquiry_form_section,
  .process_section {
    padding: 50px 0px;
  }

  .faq_section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .process_text {
    width: 100%;
  }

  .enquiry_form {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .main_banner {
    height: 100%;
    padding: 0 !important;
  }

  .main_banner .banner_bg {
    border-radius: 0;
  }

  .right_image {
    height: 300px;
  }

  .main_banner .banner_bg > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* 
  .left_child {
    padding-left: 16px;
  } */

  .right_image img {
    border-radius: 0;
  }

  .enquiry_form_section H2,
  .faq_section h2 {
    font-weight: 700;
    font-size: 30px;
  }

  .process_img figure {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .enquiry_form_section H2,
  .faq_section h2 {
    font-size: 25px;
  }

  .faq_card p {
    font-size: 12px;
  }

  .right_image {
    height: 100%;
  }

  .process_card p,
  .left_child p {
    font-size: 12px;
  }

  .enquiry_form input,
  .enquiry_form textarea {
    font-size: 14px;
    line-height: 18px;
  }

  .submit_enquiry {
    font-size: 14px;
  }
}
/* 
.card-bg {
  height: 95% !important;
} */

.card-txt {
  text-align: center;
  font-size: 14px !important;
  /* margin-top: 12px; */
  /* min-height: 35px; */
}
.card-bg {
  height: 145px;
}

.mg_wrap {
  height: 35% !important;
  margin-top: 50px !important;
}

.card-image {
  object-fit: contain;
  height: 100% !important;
  padding: 10px 1rem;
  display: flex;
  align-items: center;
  height: 100px !important;
}

.sub_heading {
  padding-bottom: 0px;
}

@media screen and (max-width: 320px) {
  .card-txt {
    font-size: 12px !important;
    line-height: 15px !important;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .text-item {
    width: 100% !important;
    overflow-y: hidden;
    justify-content: start !important;
    padding-left: 0px;
    overflow-x: auto;
  }

  .card-txt {
    margin-bottom: 0px;
  }

  /* .card-b {
    margin-bottom: -25px !important;
  } */

  .card-image {
    height: 70px !important;
  }
}

/*              
.live-img {
  height: 100%;
  width: 100%;
}

.section-txt {
  margin-right: auto;
  margin-left: auto;
}

.img-bg {
  height: 300px;
}

h1 {
  font-size: 45px;
}

@media screen and (max-width: 768px) {
  h1 {
    line-height: 40px;
  }

  .banner_bg {
    border-radius: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section-direction {
    flex-direction: column-reverse;
    padding-left: 28px;
  }

  h1 {
    font-size: 24px;
  }

  .live-img {
    height: 280px;
    width: 100%;
  }

  .banner_bg {
    border-radius: 0px;
  }

  .img-bg {
    width: 444px;
    height: 298px;
  }
}

@media screen and (max-width: 425px) {
  .img-bg {
    width: 390px;
    height: 298px;
  }
}

@media screen and (max-width: 375px) {
  .img-bg {
    width: 333px;
    height: 270px;
  }

  .live-img {
    height: 251px;
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .img-bg {
    width: 295px;
    height: 220px;
  }

  .live-img {
    height: 200px;
    width: 100%;
  }
}
*/

.img-text {
  width: 100%;
  height: 100%;
}

.heading h1 {
  color:  rgb(249, 77, 77);
  font-size: 45px;
}

.bg-section {
  background-color: #fff !important;
}

.binner-section {
  background: linear-gradient(104.69deg, rgba(249, 77, 77, 0)  0%, rgb(249, 77, 77) 60.72%);
  border-radius: 12px;
  height: 100%;
}

.image-section figure {
  width: 100%;
  height: 100%;
  margin-left: revert;
}

.image-section figure img {
  width: 100%;
  height: 100%;
}
.des_padding_mf {
  width: 88%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-tabs .nav-link,
.nav-item{
  outline: 0 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #e4f3ee !important;
}
.nav-tabs .nav-link.active.process_card .img_left {
  background: #fff;
}
.nav-tabs .nav-link.active.process_card p {
  color: #005b54;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .process_card .img_left {
    padding: 8px 10px;
  }
  .manufactirer_about_us {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .image-section figure {
    width: auto;
    height: auto;
  }

  .heading h1 {
    font-size: 33px;
  }
}

@media screen and (max-width: 600px) {
  .binner-txt {
    flex-direction: column-reverse;
  }

  .image-section figure {
    width: 424px;
    height: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -62px;
  }

  .binner-section {
    border-radius: 0px;
    height: 375px;
  }

  .heading h1 {
    font-size: 21px;
    margin-left: 77px;
    margin-top: -29px;
  }
  .card-bg {
    height: 130px;
  }
}

@media screen and (max-width: 414px) {
  .binner-txt {
    flex-direction: column-reverse;
  }

  .binner-section {
    border-radius: 0px;
    height: 310px;
  }

  .image-section figure {
    width: 354px;
    height: 208px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -62px;
  }

  .heading h1 {
    font-size: 17px;
    margin-left: 16px;
    margin-top: -29px;
  }
}

@media screen and (max-width: 375px) {
  .binner-txt {
    flex-direction: column-reverse;
  }

  .heading h1 {
    font-size: 17px;
    margin-left: 23px;
    margin-top: -35px;
  }

  .image-section figure {
    width: 300px;
    height: 188px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -55px;
  }

  .binner-section {
    border-radius: 0px;
    height: 301px;
  }
}

@media screen and (max-width: 320px) {
  .binner-txt {
    flex-direction: column-reverse;
  }

  .heading h1 {
    font-size: 17px;
    margin-left: 16px;
    margin-top: -29px;
  }

  .image-section figure {
    width: 262px;
    height: 160px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -57px;
  }

  .binner-section {
    border-radius: 0px;
    height: 270px;
  }
}
