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

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

li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

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

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/*----------------- My navbar------------ */
.dropdown-toggle::after {
  margin-left: 1.255em !important;
  margin-top: 12px !important;
}

.nav-item {
  color: #fff;
  padding: 7px 15px 5px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.cta-btn{
  color: rgb(0, 0, 0);
  border: 0px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
}
.cta-btn:hover{
  color:white;
  border: 0px;
  
  background-color: #b92115;
}

.cta-btns{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

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


.su_Register_btn {
  background: #3e8680;
  border-radius: 4px;
  padding: 8px 18px;
  border: none;
}

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

.su_nav_ul {
  color: #ffffff;
  padding: 10px 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.su_nav_ul li {
  padding: 7px 15px 5px 15px;
  list-style: none;
}

header {
  background:#d22719;
}

.su_navbar_color {
  border-bottom: solid 1px white;
  padding: 12px 35px;
}

.su_BOM_Tool {
  padding: 8px 15px;
  background: #1f1215;
  border: 1px solid #863e4a;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.su_BOM_Tool img {
  margin-right: 5px;
}

.su_search_icon_set {
  float: left;
  margin-top: 13px;
  margin-left: 15px;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.su_Search_navbar,
.su_Login_btn,
.su_Register_btn:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

button:focus {
  outline: transparent !important;
  outline: none !important;
}

#myInputautocomplete-list {
  position: absolute;
  z-index: 9;
  background: white;
  width: 380px;
  margin-top: 10px;
  border-radius: 4px;
}

#myInputautocomplete-list div {
  padding: 6px 15px 6px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

#myInputautocomplete-list div strong {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121f1e;
}

/* -----------------------------end navbar ------------------------*/

/* ------------------------------main_section start------------------- */
.su_width_100 {
  width: 300px;
}

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


.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: #1f121b;
}

.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(0, 0, 0) 0%,
    rgb(249, 77, 77) 100%,
  );
  border-radius: 12px 0px 0px 12px;
}

.su_light_bg_shadow {
  background-color: #f3f3f3;
}

.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;
}

.su_white_card {
  background: #fafafa;
  margin: 20px 0px;
}

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

.su_light_green_clr {
  width: 100px;
  height: 100px;
  background: #e5f4db;
  display: flex;
  align-items: center;


  
  justify-content: center;
}

.su_para_shadow {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}

.su_center_align {
  align-items: center;
}

.light_green_color {
  background: #e5f4db;
}

.su_bg_dark {
  width: 40px;
  height: 40px;
  background: #1f1b12;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.su_col_padding {
  padding: 0px;
}

.su_font_16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

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

.su_sub_heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

.su_padding_35 {
  padding: 0px 35px;
}

.su_gradient_bg {
  height: 600px;
  background-color: #000000;
}

.su_main_heading {
  font-weight: 700;
  font-size: 60px;
  line-height: 65px;
  color: #ffffff;
  text-shadow: 4px 4px 0px #740000;
}

.su_align_center {
  display: flex;
  align-items: center;
}

.su_input_quantity,
.su_table_selector,
.su_Advanced_Search,
.su_Advanced_Search2,
.su_Advanced_Search3,
.su_light_green_btn,
.su_Add_to_Cart,
.su_Not_Available,
.su_Data_Sheet_table,
.su_Available,
.su_input_quantity:focus {
  outline: none !important;
}

.su_align {
  align-items: end;
}


.su_search_input {
  height: auto !important;
  width: 100% !important;
  opacity: 1 !important;
  position: relative !important;
  border: none;
  padding: 0px;
}

.su_search_input:focus-visible {
  outline: none !important;
}

.su_h4_color {
  color: #7f8a89;
  margin: 0px;
}

.su_black_border_card {
  border: 1px solid #c5c5c5;
  padding: 20px 15px 20px 15px;
}

.su_search_border {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  padding: 10px 16px 10px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7f8a89;
  background: #fafafa;
}

/* ----------------detail page checkbox end-------------- */
@media (min-width: 1800px) {
  .su_main_heading {
    font-size: 65px;
  }
}
/* ---30-03-2023---- */
.our_stong_line h2 {
  display: flex;
  align-items: center;
}
.span_see_all {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  right: 20px;
}
.hb_img {
  background: transparent;
}
.hb_img img {
  width: 100%;
}
.parent_items figure {
  height: 56px;
}
/* .service-data-carousel .owl-dots{
    display: none
} */
.univa-ctas {
  display: flex;
  align-items: center;
  width: 450px;
  height: 165px;
  border-radius: 0.5rem;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 11px;
  /* border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; */
}
.univa-ctas a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 18px 20px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  color: #fff;
  text-decoration: none;
  border: 0;
  border-left: 6px solid #d22719;
  box-sizing: border-box;
  overflow: hidden;
}
.univa-ctas--header {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.univa-ctas--copy {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.univa-ctas__container {
  position: absolute;
  right: 38px;
  z-index: 3;
}
.icon_ct {
  height: 40px;
  width: 40px;
}
.icon_ct img {
  width: 100%;
}
.cat_card {
  box-shadow: 8px 8px 24px rgba(0, 80, 48, 0.16);
}
.home_header {
  height: 600px;
  background-size: cover;
}

.univa-ctas a:hover {
  background: linear-gradient(
    104.97deg,
    rgba(18, 31, 30, 0.6) 0%,
    rgba(18, 31, 30, 0) 100%
  );
}
.category_sidebar .nav-item {
  width: 100%;
}
.video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.video_container {
  width: 100%;
  height: 600px;
}

.contact-details {
  background: #000000;
  color: #fff;
}
section.space-sm {
  padding: 2rem 0;
}
.contact-details img {
  float: left;
  margin-right: 24px;
  width: 54px;
  height: 54px;
}
.lead {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.lead span {
  font-size: 22px;
}
ul.link-list {
  list-style-type: none;
  padding-left: 0;
}
ul.link-list li {
  margin-bottom: 10px;
}
.address_section p {
  font-size: 16px;
}

ul.social-icons {
  list-style-type: none;
  padding-left: 0;
}
ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5rem;
}
.padding_mf {
  padding-left: 20px;
  padding-left: 20px;
}
.modal-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.su_model_rfq  .modal-content{
  width: 60%;
}
.pl_model_rfq  .modal-content{
  width: 90%;
}
@media (min-width: 768px) {
  footer h6:after {
    right: auto;
  }
}
@media (min-width: 992px) {
  .contact-details img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .container_mf {
    width: 90%;
  }
  .modal-content {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .container_mf {
    width: 80%;
  }
}
@media screen and (min-width: 1950px) {
  .univa-ctas--header {
    font-size: 24px;
  }
  .univa-ctas--copy {
    font-size: 18px;
  }
  .univa-ctas {
    width: 510px;
    height: 175px;
  }
  .univa-ctas--copy {
    line-height: 25px;
  }
}
.navbar .dropdown-toggle,
.navbar .dropdown-menu a {
  cursor: pointer;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e4f3ee;
}

.dropdown-item.dropdown a {
  padding-left: 0px !important;
}
@media (min-width: 767px) {
  .navbar .dropdown-toggle:not(.nav-link)::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0;
    border-bottom: 0.3em solid transparent;
    border-top: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .nav-item.dropdown > .dropdown-toggle::after,
  .nav-item > .dropdown > .dropdown-toggle:not(.nav-link)::after {
    content: none;
  }
}

@media screen and (max-width: 1100px) {
  .pl_model_rfq {
    max-width: 80% ;}
  .univa-ctas__container {
    right: 16px;
  }

  .su_padding_35 {
    padding: 0px 16px;
  }
  .su_main_heading {
    font-size: 42px;
    line-height: 50px;
  }
  .su_sub_heading {
    font-size: 25px;
    line-height: 30px;
  }
  .cat_link,
  .pl_service_card .card-body p,
  .su_para_shadow,
  .su_font_16 {
    font-size: 14px;
  }
  .univa-ctas--copy {
    font-size: 13px;
  }
  .su_light_bg_shadow_heading {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .category_list_render .category_list li {
    margin-right: 10px;
  }
  .category_list ul {
    padding-left: 22px;
  }
  .heading-text {
    font-size: 30px;
  }
  .bg_data_text .card-title {
    font-size: 20px !important;
  }
  .bg_data_text .card-title a {
    margin-right: 12px;
  }
  .txt_card_t {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
  .address_section p {
    font-size: 14px;
  }
  .bg_data_text .card-title ul {
    padding-left: 0px !important;
    list-style: none;
  }
  .bg_data_text1 .text-muted,
  .bg_data_text .text-muted {
    font-size: 14px;
  }

 
}
@media screen and (max-width: 767px){
  .su_mt {
    margin-top: 20px;
}
}
@media screen and (max-width: 480px){
  .su_model_rfq .modal-content.pl_login_model{
  width: 85%;
}
}
.modal-backdrop {
  z-index: 0;
}
.mw-100px {
  min-width: 100px;
}
.mw-150px {
  min-width: 150px;
}
.mw-200px {
  min-width: 200px;
}
.pl_rfq_table tbody tr td {
  vertical-align: middle;
}
.pl_rfq_table tbody tr td:last-child {
  vertical-align: bottom;
}
@media screen and (min-width: 1100px) {
  .xl-width-75 {
    width: 75%;
  }
}
.category_sidebar ul li.active > a ,
.category_sidebar ul li:hover > a {
  background: #e4f3ee;
  border-radius: 4px;
}

.su_login_logout_button::after {
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
  margin-left: 10px !important;
  margin-top: 9px !important;
}
.pl_db_padding {
  padding: 0 50px;
}
.pl_service_card .card-body p {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pl_pagination_table > nav .page-item.active .page-link {
  background-color: #002c28;
  border-color: #002c28;

}
.pl_pagination_table > nav .page-item.active .page-link:focus{
  box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;

}
.pl_pagination_table > nav .page-link {
  color: #d22719;
  height: 40px;
  padding-top: 11px;
}
.pl_pagination_table > nav .page-item:first-child .page-link,
.pl_pagination_table > nav .page-item:last-child .page-link {
  font-size: 2rem;
  padding: 0rem 0.75rem;
}
.mt_filter_flex{
  display: flex;
}

/* Key Market Segments start */
.key_sagment {
  margin: 0;
}
.key_sagment>div {
  padding: 0;
  border: 1px solid #fff;
}
.bloc {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.bloc>div {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .15s linear;
  cursor: pointer;
}
.bloc>div>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
}
.bloc .title {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.bloc>div>div>div {
  overflow: hidden;
  height: 0;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 1em 0 1em;
  opacity: .2;
  transform: translateY(50px);
  transition: .3s linear;
  transition-property: height,opacity,transform;
  transition-delay: .1s,.4s,.2s;
}
.bloc>div>div>div p {
  margin-bottom: 15px;
  color: #fff;
}
.btn-home{
  font-size: 16px;
  line-height: 29px;
}
.bloc img {
  width: 100%;
}
.bloc:hover>div {
  background-color: rgba(31,30,30,.6);
}
.bloc:hover>div>div>div {
  height: 230px;
  opacity: 1;
  transform: none;
}
.bloc:hover .btn-home {
  background: #3e8680;
  border-color: #3e8680;
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
}
/* Key Market Segments end */
.modal{
  z-index: 1300 !important;
}
owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #002c28;
}

.img-carousel .item {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  padding: 10px;
}

.img-carousel .item img {
  height: 100%;
}

.modal-backdrop {
  z-index: 0;
}
.ct_card {
  margin: 1rem !important;
}
.category_list ul {
  margin-bottom: 0;
  margin-top: 15px;
  column-count: 3;
}
.category_list {
  padding: 1rem;
}

.category_list h6 {
  font-size: 24px;
  font-weight: 600;
}

.category_list ul {
  margin-bottom: 0;
  margin-top: 15px;
  column-count: 3;
}

.category_list li {
  margin-bottom: 1rem;
}

.category_list_render.active {
  background: #e5f4db;
}

.home_img_item {
  background-image: url("{{ asset('images/header-bg.jpg') }}");
}

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

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

  .right_search {
    width: 100%;
  }

  .left_child {
    flex-direction: column;
  }

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

  .category_list ul {
    column-count: 1;
  }
}

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

  .category_list ul {
    column-count: 2;
  }
}