.d_grid {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.al-faq_card {
  display: flex;
  padding: 1rem;
  margin-bottom: 1.5rem;
  min-height: 160px;
}
.al-faq_card {
  background: #ffffff;
  border: 1px solid #c5c5c5;
}
.faq_txt {
  width: 100%;
}
.al-faq_card h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #121f1e;
}
.al-faq_card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121f1e;
}
.al-faq_card:hover {
  border: 1px solid #5b0000;
  background: #f4dbdb;
}
.al-add-to-card{
  width: 100% !important;
}

.su_width_100 {
  width: 300px;
}

.card_heading {
  text-align: center;
  color: #7f8a89;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.rfq_register {
  background: black;
  border-radius: 4px;
  padding: 10px 38px;
  border: none;
  color: #fff;
}

.submit_enquiry {
  background: #863e3e;
  border-radius: 4px;
  padding: 10px 38px;
  border: none;
  color: #fff;
}

.read_more {
  background: #863e3e;
  border-radius: 4px;
  padding: 8px 18px;
  border: none;
  color: #fff;
}

.read_more:hover {
  background-color: #000;
  color: #fff;
}

.product_btn {
  background: #863e3e;
  border-radius: 4px;
  padding: 8px 18px;
  border: none;
  color: #fff;
  margin-top: 10px;
  width: 250px;
}

.card_last_part {
  text-align: center;
  margin-top: 20px;
}

.card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-family: "Poppins";
  text-align: center;
}

.card {
  position: relative;
  transition: transform 0.2s ease;
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  border-radius: 0;
  border: 0;
  margin-bottom: 1.5em;
}

.read_more_section {
  text-align: center;
  height: 35px;
}

.si_padding_30 {
  padding: 50px 0px;
}

.last_list {
  list-style: none;
  color: #fff;
  display: flex;
}

.list_item {
  color: #7f8a89;
  padding: 9px 117px 5px 26px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.our_services_card {
  width: 100%;
  margin-right: 20px;
  border-radius: 8px;
  height: 240px;
}

.our_services_card:hover {
  background-image: linear-gradient(to bottom right, #d5d6a6, #8e4b4b);
}

.our_services_card:hover p,
.our_services_card:hover h3 {
  display: none;
}

.our_services_card:hover .card-body {
  justify-content: center;
  align-items: center;
}

.su_font_side_search_active {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 10px 18px 10px 20px !important;
  color: #005b54 !important;
  background: #dfe7df !important;
  border-radius: 4px !important;
  display: flex;
}

.su_wrap_div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}

.su_word_break {
  word-break: break-all;
}

.su_align_center_only {
  align-items: center;
}

.su_font_side_search_active .su_show_svg {
  display: block !important;
}

.su_font_side_search {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

.su_white_card {
  background-color: white;
}

.su_side_search_bg {
  background-color: #f3f3f3;
}

.su_flex_column {
  flex-direction: column;
}

.su_main_card_bg {
  background: linear-gradient(104.97deg, rgb(249, 77, 77) 0%, rgb(0, 0, 0) 100%);

  border-radius: 12px 0px 0px 12px;
}

.our_services_card:hover .send_rfq_more {
  display: block;
  border: 2px solid #121f1e;
  border-radius: 5px;
  padding: 8px 24px;
  width: fit-content;
  font-weight: 600;
  background: transparent;
  color: #000;
}

.ct_drop {
  width: 250px;
}

.ct_drop li a {
  padding: 0 !important;
}

.ct_drop .dropdown-menu {
  width: 250px;
}

.su_light_bg_shadow_heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #121f1e;
}

.su_light_bg_shadow_para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
}

.su_padding_40 {
  padding: 40px 0px;
}

.su_width_600 {
  /* width: 600px; */
  margin: auto;
  text-align: center;
}

footer {
  color: #fff;
}

.sidebar_list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  /* width: 214px; */
  height: 48px;
}

.sidebar_list li:hover {
  background: #dfe7df;
  color: #005b54;
}

footer h3 {
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 20px;
}

footer {
  padding: 0px 100px;
  background-image: linear-gradient(to bottom right, #000000, #F94D4D);
}

.su_card_price {
  text-align: center;
}

.page-item.active .page-link {
  background-color: #d22719 !important;
  border-color: #d22719 !important;
}

.page-link {
  color: #002c28;
}

ul ul a {
  background-color: transparent !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: ">";
  float: right;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-toggle {
  background: transparent !important;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 0px 16px;
  }

  footer h3 {
    font-size: 16px;
  }

  .footer_list {
    padding-left: 10px;
  }

  .footer_list li {
    font-size: 14px;
  }

  .icons_size {
    width: 35px;
    height: 35px;
  }

  .our_services_card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .our_services_card {
    width: 88%;
  }
}

@media screen and (max-width: 320px) {
  .our_services_card {
    width: 100%;
  }
}

.pl_service_card:hover {
  transform: inherit;
  opacity: 1;
}

.pl_service_card {
  /* background: #4B8E57; */
  background-image: linear-gradient(to bottom right, #000000, #F94D4D);
  cursor: pointer;
  
  color: #ffffff;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1px;
  transition: background 0.5s ease;
  width: 100%;
}

.pl_service_card .card-body {
  width: 27.5rem;
  text-align: left;
}

.servicecats__icon-pic--1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='73.617' height='73.617' viewBox='0 0 73.617 73.617'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_501' data-name='Rectangle 501' width='58.141' height='58.141' rx='2.184' transform='translate(169.747 408.015)' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_877' data-name='Group 877' transform='translate(-162.009 -400.277)'%3E%3Crect id='Rectangle_499' data-name='Rectangle 499' width='72.617' height='72.617' transform='translate(162.509 400.777)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cg id='Group_876' data-name='Group 876'%3E%3Cg id='Group_875' data-name='Group 875' clip-path='url(%23clip-path)'%3E%3Cg id='Group_874' data-name='Group 874'%3E%3Ccircle id='Ellipse_75' data-name='Ellipse 75' cx='32.712' cy='32.712' r='32.712' transform='translate(166.105 404.373)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_268' data-name='Path 268' d='M181.627,464.916c-8.258-5.1-7.255-21.695,2.24-37.066a53.892,53.892,0,0,1,9.863-12.007' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_269' data-name='Path 269' d='M203.919,458.335a54.6,54.6,0,0,0,9.85-12.014c9.423-15.414,10.5-31.966,2.24-37.066' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_270' data-name='Path 270' d='M170.987,419.894c5.1-8.257,21.7-7.254,37.066,2.24s23.7,23.885,18.6,32.143' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_271' data-name='Path 271' d='M170.987,419.894c-5.1,8.258,3.225,22.648,18.6,32.143s31.966,10.5,37.066,2.24' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Line_258' data-name='Line 258' y2='9.939' transform='translate(199.177 446.876)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_259' data-name='Line 259' y2='8.821' transform='translate(196.461 446.876)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_260' data-name='Line 260' y2='11.217' transform='translate(201.892 446.876)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_261' data-name='Line 261' x2='9.643' transform='translate(208.866 437.085)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_262' data-name='Line 262' x2='8.525' transform='translate(208.866 439.801)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_263' data-name='Line 263' x2='10.515' transform='translate(208.866 434.37)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cg id='Group_871' data-name='Group 871'%3E%3Cline id='Line_264' data-name='Line 264' y2='11.079' transform='translate(196.461 416.606)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_265' data-name='Line 265' y2='8.883' transform='translate(201.892 418.802)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_266' data-name='Line 266' y2='9.92' transform='translate(199.128 417.765)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3Cg id='Group_872' data-name='Group 872'%3E%3Cline id='Line_267' data-name='Line 267' x2='11.744' transform='translate(178.035 440.15)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_268' data-name='Line 268' x2='9.548' transform='translate(180.231 434.719)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_269' data-name='Line 269' x2='10.586' transform='translate(179.193 437.483)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3Cg id='Group_873' data-name='Group 873'%3E%3Cpath id='Path_272' data-name='Path 272' d='M206.054,446.876h1.416a1.008,1.008,0,0,0,1.008-1.008v-1.53' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_273' data-name='Path 273' d='M208.478,430.6v-1.417a1.007,1.007,0,0,0-1.007-1.007h-1.532' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_274' data-name='Path 274' d='M189.779,444.395v1.481a.943.943,0,0,0,.943.943h1.6' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_275' data-name='Path 275' d='M192.2,428.177h-1.294a1.13,1.13,0,0,0-1.13,1.13v1.408' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_270' data-name='Line 270' y1='12.072' transform='translate(208.478 431.282)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_271' data-name='Line 271' x2='12.072' transform='translate(193.017 428.177)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_272' data-name='Line 272' x2='12.072' transform='translate(193.017 446.876)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_273' data-name='Line 273' y1='12.072' transform='translate(189.779 431.282)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Crect id='Rectangle_500' data-name='Rectangle 500' width='13.795' height='13.795' rx='0.202' transform='translate(205.978 430.673) rotate(90)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_274' data-name='Line 274' y1='6.903' x2='6.903' transform='translate(192.177 430.615)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_275' data-name='Line 275' y1='6.903' x2='6.903' transform='translate(199.058 437.541)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='Line_276' data-name='Line 276' x1='13.672' y2='13.672' transform='translate(192.245 430.683)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Crect id='Rectangle_502' data-name='Rectangle 502' width='58.141' height='58.141' rx='2.184' transform='translate(169.747 408.015)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.servicecats__icon-pic {
  width: 8.9rem;
  height: 8.9rem;
  background-size: cover;
}

.servicecats-hidesmall--home {
  height: 8.9rem;
  opacity: 1;
  visibility: visible;
}

.servicecats__link {
  font-size: 16px;
}

.servicecats__link:hover {
  text-decoration: none;
}

.ia-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 2px;
  bottom: -0.3rem;
  background-color: #002c28;
}

.pl_service_card:hover .servicecats__link {
  padding-right: 5rem;
  max-width: 100%;
}

.ia-link--border-arrow-white::before {
  background-color: rgba(255, 255, 255, 0.75);
}

.ia-link--s::before {
  bottom: 0;
}

.ia-link--white-bg-hover::before {
  transition: all 0.35s;
}

.ia-link--white-bg-hover {
  padding: 1rem 3.9rem 0.75rem 0;
  border-radius: 30px;
  transition:  0.35s, padding 0.35s, color 0.35s;
}

.ia-link--border-arrow-white {
  color: #ffffff;
}

.servicecats__heading:hover,
.servicecats__heading {
  color: #ffffff;
  font: 600 23px/30px Poppins !important;
}

.ia-link {
  display: inline-block;
  min-width: 14rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.085rem;
  text-align: left;
  line-height: 1.5rem;
}

.ia-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.4rem;
  height: 1.2rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.51' height='12.021' viewBox='0 0 23.51 12.021'%3E%3Cpath id='Arrow-right' d='M16.491,10.606l3.594-3.595H0v-2H20.089l-3.6-3.6L17.9,0l5.011,5.012H23V5.1l.51.51-.4.4.4.4-.51.51v.088h-.088L17.9,12.021Z' fill='%23002C28'/%3E%3C/svg%3E%0A");
}

.ia-link--border-arrow-white::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.51' height='12.021' viewBox='0 0 23.51 12.021'%3E%3Cpath id='Arrow-right' d='M16.491,10.606l3.594-3.595H0v-2H20.089l-3.6-3.6L17.9,0l5.011,5.012H23V5.1l.51.51-.4.4.4.4-.51.51v.088h-.088L17.9,12.021Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.ia-link--white-bg-hover::after {
  top: 50%;
  transform: translate(0, -50%);
}

.ia-link--white-bg-hover:hover {
  padding: 1rem 3rem 0.75rem 1.5rem;
  background: #ffffff;
  color: #030305;
}

.ia-link--white-bg-hover:hover::after {
  right: 1.1rem;
  top: 49.1%;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.51' height='12.021' viewBox='0 0 23.51 12.021'%3E%3Cpath id='Arrow-right' d='M16.491,10.606l3.594-3.595H0v-2H20.089l-3.6-3.6L17.9,0l5.011,5.012H23V5.1l.51.51-.4.4.4.4-.51.51v.088h-.088L17.9,12.021Z' fill='%23002C28'/%3E%3C/svg%3E%0A");
}

.ia-link--white-bg-hover:hover::before {
  width: 0;
  opacity: 0;
}

.pl_send {
  padding: 8px 15px;
  background: #1f1219;
  border: 1px solid #863e3e;
  border-radius: 4px;
  line-height: 24px;
  margin-bottom: 0px;
}

.pl_send::after {
  margin-top: 10px;
}

.pl_send::before {
  content: none;
}

.px-0-5 {
  padding-left: 0.05rem !important;
  padding-right: 0.05rem !important;
}

.pl-col:first-child {
  padding-left: 0rem !important;
}

.pl-col:last-child {
  padding-right: 0rem !important;
}

.pl-col {
  width: calc(100% / 3);
}

.pl_over_flow {
  position: relative;
  /* overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translate(0, 0rem) !important; */
  width: calc(100% - 0px);
}

/* .pl_over_flow::-webkit-scrollbar {
  height: 7px;
}

/* Track */
/* .pl_over_flow::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #ccc;
}

.pl_over_flow::-webkit-scrollbar-thumb {
  background: #002c28;
}  */

.certificate-carousel .swiper-slide {
  padding: 0.5rem;
}

@media screen and (max-width: 1380px) {
  footer {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1280px) {
  .pl_over_flow {
    position: relative;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translate(0, 0rem) !important;
    width: calc(100% - 0px);
  }

  .pl-col {
    width: 140rem;
  }

  .pl_over_flow::-webkit-scrollbar {
    height: 5px;
  }
}
@media screen and (max-width: 600px) {
  .ia-link {
    min-width: 8rem;
    margin-bottom: 0rem;
  }
  .pl_send {
    min-width: 9rem;
  }
  .pl_service_card {
    padding: 1rem 1rem;
}
.pl_service_card .card-body{
  padding-top:5px;
}
.servicecats__heading:hover, .servicecats__heading {
  font: 600 21px/30px Poppins !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -5px !important;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
  .pl-col,
  .pl_service_card .card-body {
    width: 400px;
  }

  .servicecats-hidesmall--home {
    height: 6rem;
  }

  .servicecats__icon-pic {
    width: 6rem;
    height: 6rem;
  }
}

@media screen and (max-width: 390px) {
  .servicecats-hidesmall--home {
    height: 4.9rem;
  }

  .servicecats__icon-pic {
    width: 4.9rem;
    height: 4.9rem;
  }

  .pl-col,
  .pl_service_card .card-body {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .container_mf {
    width: 100%;
  }

  .slide-item {
    height: 60px !important;
  }

  .slide-item.item img {
    height: 50px;
  }

  .su_padding_40 {
    padding: 20px 0px;
  }

  .padding_mf {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pl_service_card .card-body {
    width: 22.5rem;
  }

  .ct_padding-px {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .height_800px {
    height: 280px !important;
  }

  .su_card_carousal {
    border-radius: 0px !important;
  }
}
.
/* blog   */

.txt_card_p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: black !important;
}

.month-text {
  color: black;
  font-size: 18px;
  line-height: 0px;
  margin-bottom: 16px;
  font-weight: 400;
}
.cla-text {
  color: black;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}
.location_link {
  font-size: 14px;
  font-weight: 400;
  color: #002c28;
}
.location_link:hover {
  color: #002c28;
  text-decoration: underline;
}

.card-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

.icon-text {
  padding: 0px 0px 0px 28px;
}
.card-title-text {
  font-weight: 700;
  font-size: 40px;
  color: #121f1e;
  font-family: "Poppins";
}

.card-title-h {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #121f1e;
}

.card-text-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121f1e;
  font-family: "Poppins", sans-serif;
}

.card-txt {
  display: flex;
  align-items: center;
  margin: 10px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  width: 100%;
  height: 110px;
}

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

.bg-b-form {
  background: #e5f4db;
  padding: 70px 0px;
}
.card_enquiry_form {
  background: #ffffff;
  width: 70% !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.label-f {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}
.submit_enquiry-btn {
  background: #3e8680;
  border-radius: 4px;
  padding: 10px 38px;
  border: none;
  color: #fff;
}

.bg-footer {
  padding: 0px 100px;
  background: #002c28;
}
.heading-s {
  font-weight: 700;
  font-size: 27px;
  line-height: 48px;
  color: #023a35;
}

.bg-article {
  background: #f3fff3;
}
.pl_service_card_txt {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: white;
  background-color: #448a53;
  padding: 15px;
}
.servicecats__heading_txt {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 48px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  color: #023a35;
}
.img-section {
  width: 100%;
  padding: 44px 49px 39px 44px;
}

.footer-f {
  padding: 50px 0px;
}
textarea.form-f {
  height: 20% !important;
}
textarea.form-control-text {
  height: 50%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e !important;
}
.custom-select {
  width: 100%;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url(./images/error.svg) no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.list-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.h-text {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #121f1e;
}
.bg-img-text {
  color: #006057;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.img-bg {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.su_login_logout_dropdown_red {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: red !important;
  padding: 8px 12px;
}

.su_login_logout_dropdown_red:active {
  background: #e3f3f2 !important;
}

.su_login_logout_dropdown_red:hover {
  background: #e3f3f2 !important;
}
.su_login_logout_dropdown {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000 !important;
  padding: 8px 12px;
}

.su_login_logout_dropdown:active {
  background: #e3f3f2 !important;
}

.su_login_logout_dropdown:hover {
  background: #e3f3f2 !important;
}

.su_login_logout_button {
  padding: 8px 10px;
  background: #00403a;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: none;
}
.su_person_img {
  margin: 0px 5px;
  width: 25px;
  height: 25px;
}

.su_person_img_width {
  width: 100%;
  height: 100%;
}

.su_top_navbar {
  width: 100%;
}
.su_logo_img {
  width:160px;
 ;
 
  display: block;
}

.su_logo_img2 {
  width: 150px;
 
  display: none;
  background-color: white;
}
.su_Search_navbar {
  height: 42px;
  margin-right: 0px !important;
  width: auto;
  border-left: none;
}

.su_Search_navbar_icon i {
  margin-left: 5px;
}
.su_search_set {
  background-color: #fff !important;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 24%);
  border-radius: 4px;
}
.data_line_bot {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}

.navbar-toggler {
  background-color: #fff;
}
.su_bar_color {
  color: #002c28;
}
.su_navbar_dropdown::after {
  display: none;
}
.su_search_form {
  justify-content: center;
  border-radius: 4px;
}
.su_Login_btn {
  background: #121f1e;
  border-radius: 4px;
  padding: 8px 18px;
  border: none;
  margin-left: 40px;
}

.su_Login_btn a {
  text-decoration: none;
  color: white;
}

.su_navbar_dropdown {
  background-color: transparent;
  border-color: transparent;
  padding: 0px;
  color: #fff;
}

.su_navbar_dropdown:hover {
  background-color: transparent;
  border-color: transparent;
}

.su_navbar_dropdown:active {
  background-color: transparent !important;
  border-color: transparent !important;
}

.su_navbar_dropdown:focus {
  box-shadow: none;
}

.su_navbar_dropdown i {
  margin-left: 8px;
}
.su_badge {
  border-radius: 20px;
  position: absolute;
  font-size: 10px;
}

.su_wrap_div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}

.su_word_break {
  word-break: break-all;
}
.su_align_center_only {
  align-items: center;
}
.su_table_heading_green {
  color: #005b54;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
}

.su_heading_color {
  color: #006057;
  align-items: center;
  display: flex;
  height: 430px;
  padding: 0px 40px;
}

.su_main_img {
  background-image: url(../images/main_img.png);
  background-repeat: no-repeat;
  height: 500px;
  background-size: cover;
  border-radius: 25px;
}

.su_container {
  max-width: 1460px;
  padding: 20px;
}
.su_card_heading_name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

.su_card_heading_para {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #121f1e;
}

.su_Upload_BOM {
  background: #e8f2f1;
  border-radius: 4px;
  padding: 10px 16px 10px 10px;
}
.su_margin_10 {
  margin: 10px 0px;
}

.su_cards {
  border: none;
  background: none;
}

.su_cards .card-title {
  color: #121f1e;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin: 6px 0px;
}

.su_cards .card-body {
  padding: 0px;
}

.su_cards .card-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
  margin-top: 6px;
  margin-bottom: 0px;
}
/* ------------------------------main_section_end------------------- */

/* ------------------------------table list start---------------------*/
.my_select_cls {
  padding: 2px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-right: 20px;
}

.su_manufacturers_badge {
  color: #fff;
  background-color: #dc3545;
  border-radius: 15px;
}

.su_redirect_to_product_detail a {
  text-decoration: none;
  color: #121f1e;
}

.su_Data_Sheet2 {
  border: none;
  background: transparent;
}

.su_Data_Sheet2 a {
  text-decoration: none;
  color: #121f1e;
}

.su_Advanced_Search a {
  text-decoration: none;
  color: #121f1e;
}

.su_light_green_btn a {
  text-decoration: none;
  color: #121f1e;
}

.su_Advanced_Search2 a {
  text-decoration: none;
  color: #121f1e;
}

.su_Advanced_Search3 a {
  text-decoration: none;
  color: #3e8680;
}

.su_Data_Sheet a {
  text-decoration: none;
  color: #121f1e;
}

.detail-table-width-320 {
  width: 320px;
}

.detail-table-width-160 {
  width: 160px;
}

.width-table-150 {
  width: 150px;
}

.width-table-200 {
  width: 200px;
}

.width-table-300 {
  width: 300px;
}

.width-table-190 {
  width: 190px;
}

.su_input_quantity {
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.su_set_table thead tr {
  border: 1px solid #c5c5c5 !important;
}

.su_set_table tbody tr {
  border: 1px solid #c5c5c5 !important;
}
.su_table_heading {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0px;
}

.su_table_heading_main {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.su_table_selector {
  padding: 8px 16px 8px 14px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  margin-right: 20px;
}

.su_Advanced_Search {
  padding: 9px 16px;
  background: #f94d4d;
  border-radius: 4px;
  border: 1px solid #e3f3f2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.su_Advanced_Search2 {
  padding: 9px 16px;
  background: #e3f3f2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005b54;
  border: 1px solid #e3f3f2;
}
.su_set_table thead tr th {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_set_table tbody tr td h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
  margin-bottom: 0px;
}

.su_set_table tbody tr td h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
}

.su_set_table tbody tr td p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
  /* float: left; */
}

.su_set_table tbody tr td p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
}
.su_Data_Sheet {
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.su_product_ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
}

.su_Not_Available {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  padding: 4px 8px;
  background: #f4f4f4;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.su_para_color {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  margin: 8px 0px;
}

.su_Send_RFQ {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #3e8680;
}

.su_Add_to_Cart {
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.su_Add_to_Cart a {
  text-decoration: none;
  color: #121f1e;
}
.su_Available {
  padding: 4px 8px;
  background: #f94d4d;
  border: 1px solid #121f1e;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  width: 100%;
}
.su_table_set_para p {
  margin: 8px 0px;
}
.su_green {
  color: #3e8680 !important;
}
.su_product_detail p {
  margin: 0px 0px 0px 15px;
  font-size: 16px;
}
.su_product_green_section {
  padding: 20px 50px;
}
.su_bg_green {

  border-radius: 12px;
  padding: 40px 30px;
}

.su_project_lg_img {
  width: 150px;
  height: 100px;
}

.name_product {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin: -4px 0px 0px 0px;
}
.su_Data_Sheet_table {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
  border-radius: 4px;
  background: transparent;
  margin-bottom: 10px;
  border: 1px solid#3e8680;
  padding: 8px;
  width: 204.69px;
}
.su_Advanced_Search_table {
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3e8680;
  border: none;
}

.su_Advanced_Search_table:hover {
  background: #ffffff;
  color: #3e8680;
}

/* ------------------------------table list end---------------------*/
.hello {
  display: block;
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
}

.hello input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid #c1c1c1 1px;
}

.hello:hover input ~ .checkmark {
  background-color: #ccc;
}

.hello input:checked ~ .checkmark {
  background-color: #3e8680;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.hello input:checked ~ .checkmark:after {
  display: block;
}

.hello .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------- model------------------------ */
.su_model_margin {
  margin-top: 8%;
}

.su_model_head {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #121f1e;
}

.su_model_para {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
}

.su_model_label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
  margin: 19px 10px 5px 10px;
}

.su_model_selector {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 10px 10px 10px 15px;
}

.su_model_selector:focus {
  outline: none !important;
  outline: none !important;
}

.su_Apply_Filters {
  padding: 10px 18px;
  background: #3e8680;
  border-radius: 4px;
  border: none;
  color: white;
  margin-top: 25px;
  float: right;
}

.su_model_padding {
  padding: 30px 38px 30px 38px;
}

.su_model_btn_padding {
}

/*-----------------------------end model------------------------ */

/* --------------------------------detail about product--------------------------- */
.su_detail_heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  margin-top: 15px;
}

#su_View_More_Details {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 20px 30px;
  margin-top: -10px;
}

.su_product_detail_flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c5;
  margin: 10px 0px;
  padding: 7px 0px;
}

.su_product_detail_flex_left {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_product_detail_flex_right {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #121f1e;
}

.su_Advanced_Search3 {
  padding: 8px 16px;
  background: #e3f3f2;
  border-radius: 4px;
  border: 1px solid #e3f3f2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005b54;
}
.su_Advanced_Search3 a {
  display: flex;
  align-items: center;
}
.su_Advanced_Search3 a i {
  margin-left: 10px;
  margin-top: 5px;
}
#view_more_detail.dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.su_table_rfq_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #121f1e;
}

.su_rfq_input {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 8px 16px;
}

.su_rfq_input_date {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 7px 16px;
}

.su_Request_RFQ_form {
  display: flex;
}

.su_label_rfq {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}

.su_Submit_RFQ {
  padding: 8px 16px;
  background: #3e8680;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: none;
}

.su_Reset_Criteria {
  padding: 8px 16px;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005b54;
  border: none;
}

.su_RFQ_form_para {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

.su_model_rfq {
  max-width: 60%;
  display: flex;
  align-items: center;
  height: 100%;
}
.pl_model_rfq {
  max-width: 80%;
  display: flex;
  align-items: center;
  height: 100%;
}
.su_model_rfq_padding {
  padding: 30px;
}

.su_rfq_svg_bg {
  background: #f3f3f3;
  border-radius: 4px;
  width: 48px;
  height: 48px;
}

.su_rfq_svg_bg_active {
  background-color: #e3f2f2;
  border: 1px solid #3e8680;
  border-radius: 4px;
  width: 48px;
  height: 48px;
}

.su_rfq_svg_bg_active img {
  margin-left: 10px;
  margin-top: 10px;
}

.su_rfq_svg_bg img {
  margin-left: 10px;
  margin-top: 10px;
}

.su_rfq_form_heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  margin-bottom: 0px;
}

.su_rfq_form_para {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
  margin-bottom: 0px;
}

.su_rfq_form_heading1 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
}

#progressbar li {
  list-style: none;
}
/* --------------------------------end detail about product--------------------------- */
/* ---------------------------------multi step form------------------------------- */
.su_multi_step_input {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  width: 100%;
  padding: 8px 20px;
}

.su_multi_step_select {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  width: 100%;
  padding: 8px 20px;
  color: inherit;
  height: 42px;
  -webkit-appearance: none;
}

.su_multi_step_input,
.su_rfq_input,
.su_rfq_input_date,
.su_multi_step_select:focus {
  outline: none !important;
  outline: none !important;
}

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

.su_mt {
  margin-top: 50px;
}

.su_congrats_img {
  text-align: center;
}

.su_row_one2 {
  background-color: #f3f3f3;
}

.su_vertical_align {
  vertical-align: bottom !important;
}

.content {
  width: 960px;
  margin: 20px auto;
}

.main {
  float: left;
  width: 650px;
  margin-top: 80px;
}

#progressbar {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

#first {
  display: block;
}

textarea {
  width: 100%;
  margin: 10px 0;
  height: 70px;
  padding: 5px;
  border: 3px solid rgb(236, 176, 220);
  border-radius: 4px;
}

.su_rfq_next {
  padding: 10px 18px;
  background: #3e8680;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #ffffff;
  border: none;
  float: right;
  margin-right: 28px;
}

.su_rfq_next1 {
  padding: 10px 18px;
  background: #3e8680;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: none;
}

.su_rfq_previous {
  padding: 10px 18px;
  background: #e3f3f2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005b54;
  border: none;
  margin-left: 28px;
}

.su_checkbox_width {
  width: 5%;
}

/* ---------------------------------end multi step form------------------------------- */

/* -------------------------tablelist_detail start------------------------------------ */
#su_hidden_row {
  background: #e3f2f2;
}

.su_Advanced_tablelist_detail {
  padding: 8px 16px;
  background: #f94d4d;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
 color: #fff;
}

.width-table-220 {
  width: 220px;
}

/* -------------------------tablelist_detail ------end----------------------------- */
/* -------------------------RFQ_Number_list start----------------------------- */

.su_tab_ol {
  list-style: none;
  display: flex;
  padding: 20px 50px;
}

.su_tab_ul::after {
  content: " / ";
  margin: 12px;
}

.su_tab_ol img {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #d8f4f2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  border: none;
}

.nav-tabs .nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.nav-tabs {
  border-bottom: none !important;
  justify-content: end;
}

.su_RFQ_Number_nb {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  background: #e4f1f0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_border_top {
  border-top: 1px solid #c5c5c5;
}

.su_My_Dashboard {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #121f1e;
  margin-right: auto;
  margin-bottom: 0px;
  /* padding: 4px 50px 0px 50px; */
}

.su_Resend_RFQ_span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3e8680;
  text-decoration-line: underline;
}

.su_heading_RFQ_Number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  margin-bottom: 0px;
}

.su_Requested {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.su_rfq_number_day {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_rfq_number_day::after {
  content: "|";
  margin: 2px;
}

.su_rfq_number_sec {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_rfq_number_date {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  margin-right: 15px;
  margin-left: 5px;
}

.su_BOM_detail_table_img {
  width: 50px;
  height: 40px;
}

.su_BOM_detail_table_img img {
  width: 100%;
  height: 100%;
}

.width-table-130 {
  width: 130px;
}

.width-table-160 {
  width: 160px;
}

.width-table-100 {
  width: 100px;
}

.width-table-310 {
  width: 310px;
}

.su_part_number_img {
  width: 60px;
  height: 60px;
}

.su_part_number_img img {
  width: 100%;
  height: 100%;
}

.su_Lead_Time {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_Vendor_Code {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}

.su_light_green_btn {
  padding: 8px 16px;
  background: #e3f3f2;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005b54;
}

.su_Expired {
  color: #7f8a89 !important;
}

/* -------------------------RFQ_Number_list end----------------------------- */
/* -----------------------------side bar 2 ----------------------------- */
.su_Continue_with_this_Sheet {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 15px;
  background: #3e8680;
  border: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

.su_background_light_form {
  background: #f3f3f3;
  border-radius: 12px;
  width: 500px;
  margin: auto;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.su_background_light_form div span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
}

.su_background_light_form div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
  margin-bottom: 5px;
}



/* .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  } */

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background: #3e8680;
  border-radius: 20px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.su_background_light_form_active {
  background: #eafffd;
  border: 1px solid #3e8680;
}

/* -----------------------side bar 2 end--------------------------------------*/
/* ---------------------------side bar table ----------------------------------*/
.su_sidebar_table_padding {
  padding: 20px 25px 0px 25px;
}

.su_table_height {
  overflow-y: scroll;
  height: 56vh;
}

.su_table_height::-webkit-scrollbar {
  display: none;
}

.su_paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

.su_set_table thead th {
  vertical-align: top;
  border: none;
}

.su_set_radio {
  width: auto;
  padding: auto;
  margin: 1px;
}

.su_set_table thead tr th p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
  float: left;
  margin-bottom: 0px;
}

/* .su_set_table thead tr th::after{
      height: 20px;
      float: right;
      content: "";
      background-color: #7F8A89;
      width: 1px;
  }
  .su_set_table tbody tr td::after{
      height: 20px;
      float: right;
      content: "";
      background-color: #7F8A89;
      width: 1px;
  } */
.width-table-215 {
  width: 215px;
}

.width-table-110 {
  width: 110px;
}

.width-table-80 {
  width: 80px;
}

.width-table-140 {
  width: 140px;
}

.su_row_light_green {
  background-color: #eafffd;
}

.su_shadow {
  box-shadow: -4px -4px 12px rgba(0, 0, 0, 0.08);
}

.su_map_page label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}
/* ---------------------------side bar table end ----------------------------------*/
/* ------------------------------------final page start-----------------------------*/
.su_light_section_color {
  background: #f1f1f1;
  border-radius: 12px;
  padding: 20px 10px;
}

.su_search_set2 {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.su_Match_found {
  background: #e0ffdf;
  border: 1px solid #008937;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #008937;
}

.su_View_Similar {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #3e8680;
}

.su_Recieved_btn {
  background: #d8f4f2;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  border: none;
}

.su_Recieved_btn span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #005b54;
}

.su_Not_found {
  background: #ffffff;
  border: 1px solid #ffa800;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffa800;
}

.su_final_page_checkbox::after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.su_nav_tab {
  justify-content: left;
  padding: 5px 50px;
}

.su_badge_dark {
  color: #ffffff;
  background-color: #121f1e;
  border-radius: 20px;
}

.su_badge_light {
  color: #ffffff;
  background-color: #7f8a89;
  border-radius: 20px;
}

.su_div_border {
  border-right: 1px solid #c5c5c5;
}

.su_final_page_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121f1e;
}

.su_final_page_label_heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7f8a89;
  margin-bottom: 5px;
}

.su_final_input_date {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 5px 10px;
}

.su_last_input {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.su_last_input:focus-visible {
  outline: none;
}

.su_green_blue_color {
  color: #3e8680;
}

.su_50_Quotes {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #121f1e;
}

.su_colors_section {
  display: flex;
}

.su_colors_section_green {
  background: #008937;
  border-radius: 6px 0px 0px 6px;
  width: 60%;
  padding: 20px;
  text-align: center;
}

.su_colors_section_pink {
  background: #ff4343;
  margin-left: 2px;
  width: 25%;
  padding: 20px;
  text-align: center;
}

.su_colors_section_yellow {
  background: #ffa800;
  border-radius: 0px 6px 6px 0px;
  margin-left: 2px;
  width: 15%;
  padding: 20px;
  text-align: center;
}

.su_colors_section_white {
  background: #ffffff;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.su_green {
  color: #008937;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.su_red {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ff4343;
}

.su_yellow {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffa800;
}

.su_light_section_color .row {
  padding: 0px 15px 0px 15px;
}

.su_search_botstrap {
  background: white;
}

.su_search_botstrap_border {
  border: 1px solid #ced4da;
}

.su_height {
  height: 42px;
}

.su_search_botstrap_border:focus-visible {
  outline: none;
}

.su_white_bg td {
  border-top: none !important;
}

.su_design_padding_margin {
  margin: 10px 20px 10px 20px;
}

.su_sidebar_after .su_sidebar_after1::after {
  content: " / ";
  margin-left: 10px;
}

/* ------------------------------------final page end-----------------------------*/
.su_last_badge {
  background-color: #ff0018;
  color: white;
  border-radius: 20px;
  position: absolute;
  margin-top: 12px;
  margin-left: 5px;
}

/*------------------------------------ footer  ------------------------------*/
.su_footer_bg_clr {
  background: #f3f3f3;
}

.su_footer {
  padding: 10px 0px;
}

.su_footer ul li {
  list-style: none;
  padding: 0px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
}

/*------------------------------------ footer end ------------------------------ */
#searchdata {
  position: absolute;
  background: #fff;
  width: 381px;
  margin-top: 10px;
  z-index: 9;
  border-radius: 4px;
  overflow: auto;
}

#searchdata::-webkit-scrollbar {
  width: 5px;
}

#searchdata::-webkit-scrollbar-thumb {
  background: rgb(165, 165, 165);
  border-radius: 10px;
}

#search_list {
  list-style: none;
  padding-left: 0px;
}
#search_list li {
  margin-bottom: 1rem;
}
#search_list li.su_Best_Match {
  padding: 1rem;
  margin-bottom: 0rem;
}
#search_list li.su_Best_li {
  padding: 0 1rem 0 1rem;
  margin-bottom: 0rem;
}
#search_list li.part_item_price {
  padding: 0 1rem 0 1rem;
}
#search_list li:hover {
  background: #e4f3ee;
  border-radius: 4px;
}

.part_item_price a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
}
/*
  .part_item_price {
    margin: 0px !important;
  } */

.searchdata_height {
  height: 353px;
}

.su_Best_Match {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
}

/* -------------detail page checkbox start--------- */
.su_checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.su_checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.su_checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.su_checkbox_container input:checked ~ .checkmark {
  background-color: #3e8680;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.su_checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.su_checkbox_container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.su_card_price {
  color: #000000;
  margin: 4px 0px;
}

.su_max_price {
  opacity: 0.5;
}
.su_price_off {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #3e8680;
}

.su_select_the_attributes h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #121f1e;
}

.su_select_the_attributes p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
}

.su_select_the_attributes label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7f8a89;
  margin-bottom: 5px;
  margin-top: 15px;
}

.su_select_the_attributes select {
  width: 100%;
  padding: 5px 15px 5px 10px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.su_select_the_attributes {
  padding: 3rem;
}
.su_table_img {
  width: 60px;
  height: 60px;
}

.su_table_last_text div {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.su_product_ul {
  margin-top: 8px;
}

.su_table_padding_left {
  padding-left: 50px !important;
}

.su_table_padding_right {
  padding-right: 50px !important;
}

.home_img_item {
  background-image: url("../images/header-bg.jpg");
  height: 100%;
  width: 105%;
}
.cat_link {
  padding: 5px;
}
.cat_link:hover {
  color: #005b54;
  background: #dfe7df;
}
footer h6 {
  font-size: 18px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
  width: fit-content;
}
footer h6:after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: #fff;
  margin: 0 auto;
}
.form-control-attached {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-attached {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-sub {
  font-size: 14px;
  height: 38px;
  background: #863e3e;
  border-color: #863e3e;
  box-shadow: 0 0 0 0;
}
.btn-sub:hover {
  background: #3e8680;
  border-color: #3e8680;
  height: 38px;
}
.dropdown-toggle {
  background: transparent !important;
}
#view_more_detail {
  background: #3e8680 !important;
  color: #fff;
}
#body_blackdrop {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100%;
  z-index: 10;
}
/*side bar */
.slick-dots {
  list-style: none;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.slick-active button {
  background: #002c28;
  border: 1px solid transparent !important;
}
.slick-dots button {
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0px;
  border: 0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* ------------------------section------------------------------- */
.su_sidebar_section {
    width: calc(100% - 300px);
    margin-left: auto;
    transition: all 0.5s;
    z-index: -1;
  }

  .su_sidebar_section_active {
    transition: all 0.5s;
    width: 100%;
  }

  .su_sidebar_section_center {
    text-align: center;
    margin-top: 50px;
  }

  .su_sidebar_section_center h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #121f1e;
  }

  .su_upload_img {
    width: 260px;
    height: 260px;
    margin: auto;
  }

  .su_upload_img img {
    width: 100%;
    height: 100%;
  }

  .su_sidebar_section_center p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121f1e;
  }

  .su_sidebar_section_center p span {
    color: #005b54;
    text-decoration: underline;
  }.su_light_color {
    color: #7f8a89 !important;
  }
  .su_badge_sidebar {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    border-radius: 20px;
    background: #008937;
    position: absolute;
  }
  .su_badge_sidebar i {
    color: #fff;
    font-size: 10px;
  }

.sidebar-header h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #121f1e;
    margin-left: 30px;
  }
  .su_list_in_sidebar {
    display: flex;
    list-style: none;
    padding: 0px 0px 0px 30px;
  }

  .su_list_in_sidebar li {
    margin: 5px !important;
  }
  .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
  }.su_silebar_btn {
    background-color: #00443e;
  }

  /*  Blog  */
  @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.li_hr {
    margin: 1rem 0px;
    color: #525555;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    width: 100%;
    margin-top: 5px;
}

.txt_card_t {
    font-size: 16px;
    font-weight: 400;
    color: black !important;
    line-height: 22px !important;
}

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

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

.card-top-text {
    margin-top: -17px;
}

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

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

.process_card {
    display: flex;
    align-items: start;
    margin: 10px;
    background: #e5f4db;
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 80px;
}

.heading-text {
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    color: #121f1e;
}

.bg-live {
    margin-top: 20px;
}

.v-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    margin-left: auto;
    border: 1px solid#d22719;
    width: fit-content;
    padding: 9px 20px;
}
.v-text:hover{
    background-color:#d22719;
    color: #fff;
}
.v-text:hover i{
    color: #fff !important;
}
.date {
    width: 186px;
    text-align: center;
    height: 129px;
}

.bg_data_text .card-title {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    flex-wrap: wrap;
    line-height: inherit;
}
.bg_data_text1 h6{
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    flex-wrap: wrap;
}

.text-muted a {
    color: #6c757d;
    text-decoration: none;
}

.fa-chevron-right {
    color: #006057 !important;
}

.blog_card {
    background-color: #fff;
    border-width: 0px 0px 1px 0px !important;
    align-items: flex-start;
}
.blog_card:hover{
    background-color: #fff;
    box-shadow: 0 0 0 0;
}
.bg_data_text{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.bg_data_text1{
    display: flex;
    flex-direction: column;
    justify-content:space-between;

}
.bg_data_text .card-title em{
    font-size: 14px;
    font-weight: 600;
    color: #002c28;
}
@media screen  and(min-width: 1900px) {

    .bg_data_text{
        min-height: 128px;
    }
    .bg_data_text1{
        min-height: 128px;
    }
}

.section {
 
    border-radius: 12px;
    height: 100%;
}

.left_child {
    padding-left: 80px;
}

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

.form-group {
    margin-bottom: 1rem;
}

textarea.form-control {
    height: 50%;
}

.f-3 {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 20px;
}

.list-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .bg-img-text {
        font-size: 36px;
    }

    .card_enquiry_form {
        width: 100% !important;
    }

    .heading-s {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .img-section {
        width: 100%;
        padding: 23px 0px 27px 12px;
    }


    .bg-img-text {
        margin-top: -30px !important;
        font-size: 30px;
    }

    .h-text {
        font-size: 26px;
        margin-top: -45px !important;
    }

    .list-item a {
        font-size: 14px;
        line-height: 24px;
    }

    .heading-s {
        font-size: 26px;
    }

    .card_enquiry_form {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .date {
        width: 130px;
        height: 100px;
    }
    .second_data_news{
        margin-top:20px;
    }
    .heading-text {
        font-size: 30px;
    }
    .bg_data_text1 h6 {
        font-size: 16px;
    }
}
@media screen and (max-width: 650px) {
    .img-section {
        width: 100%;
        padding: 24px 18px 0px 16px;
        height: 267px;
    }

    .bg-img-text {
        margin-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .img-section {
        width: 100%;
        padding: 17px 16px 51px 16px;
        height: 322px;
    }

    .bg-img-text {
        font-size: 35px;
        line-height: 0px;
    }

    .h-text {
        font-size: 26px;
        margin-top: -45px;
    }

    .bg-img-text {
        margin-top: -30px !important;
        margin-left: 20px;
    }

    .heading-s {
        font-size: 20px !important;
    }

    .servicecats__heading_txt {
        font-size: 16px !important;
        line-height: 24px;
    }

    .card_enquiry_form {
        width: 100% !important;
    }

    .bg-footer {
        padding: 0px 30px;
    }
    .date {
        width: 113px;
        height: 100px;
    }
    .v-text {
        font-size: 14px;
    }
    .bg_data_text .card-title a {
        font-size: 16px;
    }
    .txt_card_t {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .img-section {
        padding: 17px 34px 12px 32px;
        height: 191px;
    }

    .bg-img-text {
        font-size: 28px;
        line-height: 0px;
        margin-left: 30px;
        margin-top: -12px !important;
    }

    .heading-s {
        font-size: 17px !important;
    }

    .servicecats__heading_txt {
        font-size: 14px !important;
        line-height: 13px;
    }

    .bg-b-form {
        padding: 23px 0px;
    }

    .h-text {
        font-size: 24px;
        margin-top: -11px !important;
    }

    .card_enquiry_form {
        width: 100% !important;
    }

    .bg-footer {
        padding: 0px 16px;
        background: #002c28;
    }

    .f-3 {
        font-size: 18px;
    }

    .list-item a {
        font-size: 15px;
        line-height: 24px;
    }
    .pl_service_card_txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .left_child {
        padding-left: 0px;
    }

    .bg-img-text {
        font-size: 21px;
        line-height: 27px;
        margin-top: 16px !important;
    }

    .img-section {
        width: 100%;
        padding: 12px 11px 0px 10px;
        height: 151px;
    }

    .para {
        margin-top: -51px;
        margin-left: 11px;
    }

    .section {
        height: 20% !important;
    }

    .heading-s {
        font-size: 16px !important;
        line-height: 34px;
    }

    .servicecats__heading_txt {
        font-size: 12px !important;
        line-height: 19px;
    }

    .pl_service_card_txt {
        font-size: 12px;

    }

    .h-text {
        font-size: 26px;
        margin-top: -7px !important;
    }

    .card_enquiry_form {
        width: 100% !important;
    }

    .submit_enquiry-btn {
        margin-top: 6px;
    }

    .footer-f {
        padding: 50px 0px;
    }

    .bg-footer {
        padding: 0px 16px;
    }

    .f-3 {
        font-size: 16px;
    }

    .list-item {
        font-size: 16px;
        line-height: 18px;
    }
}

/* AL FAQ UI */
