﻿@charset "UTF-8";
@font-face {
  font-family: 'pcb-directory';
  src: url("fonts/Mulish-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }

html {
  overflow-x: hidden;
  overflow-y: auto; }

body {
  background-color: #ffffff;
  color: #444444;
  font-size: 14px;
  font-family: "pcb-directory", sans-serif;
  padding: 0 !important; }

header .mega-menu-dropdown .mega-menu {
  position: absolute;
  background-color: #fff;
  left: 0;
  width: 100%;
  right: 0;
  min-height: 218px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0 10px 10px #888;
  z-index: 1000;
  border: none; }
  header .mega-menu-dropdown .mega-menu.equipment .search-filter {
    background-color: #f5f7f8; }
    header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet {
      display: flex;
      gap: 15px;
      padding: 6px; }
      header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet .search-list {
        width: 40%;
        margin: auto;
        position: relative; }
        header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet .search-list i {
          position: absolute;
          z-index: 5;
          left: 10px;
          top: calc(50% - 8px);
          color: #999; }
        header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet .search-list input {
          padding-left: 35px; }
      header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet .close {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        padding: 8px !important;
        position: absolute;
        right: 0;
        top: 0; }
        header .mega-menu-dropdown .mega-menu.equipment .search-filter .search-filter-by-alphabet .close span {
          border: 1px solid #dc3545;
          padding: 0 6px;
          border-radius: 4px;
          color: #dc3545;
          font-size: 24px;
          height: 28px;
          width: 28px;
          display: block; }
  header .mega-menu-dropdown .mega-menu.equipment .nav-tabs {
    width: 280px;
    float: left;
    border-right: 1px solid #ddd;
    margin-right: -1px;
    border-bottom: none; }
    header .mega-menu-dropdown .mega-menu.equipment .nav-tabs > li {
      float: none;
      width: 100%; }
      header .mega-menu-dropdown .mega-menu.equipment .nav-tabs > li > a {
        padding: 12.2px 15px !important;
        background-color: transparent;
        color: #333 !important;
        margin-right: 0;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        font-size: 14px;
        text-decoration: none;
        display: block;
        margin-bottom: 0;
        font-weight: 500;
        position: relative; }
        header .mega-menu-dropdown .mega-menu.equipment .nav-tabs > li > a:after {
          content: '\f105';
          font-family: 'PCB Icon';
          font-weight: 600;
          position: absolute;
          right: 15px;
          transition: .3s ease-in-out; }
      header .mega-menu-dropdown .mega-menu.equipment .nav-tabs > li.active a, header .mega-menu-dropdown .mega-menu.equipment .nav-tabs > li:hover a {
        background-color: #12683F !important;
        color: #ffffff !important;
        border-radius: 0;
        border-bottom: 1px solid #12683F; }
  header .mega-menu-dropdown .mega-menu.equipment .tab-content {
    width: calc(100% - 280px);
    float: left;
    border-left: 1px solid #ddd; }
  header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul {
    padding: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 418px;
    overflow-y: auto;
    padding-bottom: 10px !important; }
    header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul .alphaheading {
      font-weight: 600;
      padding: 2px 10px 0;
      color: #1fae66; }
    header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul li {
      padding: 2px 10px;
      line-height: 1.4; }
      header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul li a {
        color: #4f5d62;
        font-size: 14px;
        line-height: 18px; }
        header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul li a:hover {
          color: #1fae66; }
      header .mega-menu-dropdown .mega-menu.equipment .mega-menu-listing .alphabetically-list ul li.last-link {
        margin-bottom: 10px; }
  header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list ul {
    padding: 10px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 418px;
    overflow-y: auto;
    padding-bottom: 10px !important; }
    header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list ul li {
      margin: 5px 0 20px 0; }
  header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list {
    gap: 8px;
    display: flex; }
    header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list .image-box {
      height: 60px;
      width: 60px;
      min-width: 60px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #dddddd; }
      header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list .image-box img {
        max-width: 95%;
        max-height: 95%; }
    header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list .caption {
      width: calc(100% - 60px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list .caption h5 {
        font-size: 13px;
        margin-bottom: 5px;
        font-weight: 600;
        line-height: 18px; }
      header .mega-menu-dropdown .mega-menu.equipment .mega-menu-image-listing .alphabetically-list .single-list .caption span {
        font-size: 11px; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-header {
    background-color: #f5f7f8;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding: 10px; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-header h4 {
      font-size: 18px;
      font-weight: 700;
      margin: 0;
      color: #444444; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image {
    padding: 15px; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image ul {
      gap: 15px 0;
      margin-bottom: 0; }
      header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image ul li a {
        color: #4f5d62;
        text-decoration: none; }
        header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image ul li a:hover {
          color: #1fae66; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box {
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 15px;
      height: 100%;
      background-color: #fff;
      transition: .3s ease-in-out;
      text-align: center; }
      header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .image-box {
        height: 60px;
        width: 60px;
        min-width: 60px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #dddddd;
        margin: auto; }
        header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .image-box img {
          max-width: 95%;
          max-height: 95%; }
      header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .caption {
        width: 100%;
        text-align: center; }
        header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .caption h4 {
          font-size: 13px;
          margin-top: 10px;
          margin-bottom: 0;
          font-weight: 700;
          line-height: 18px; }
      header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box:hover {
        border-color: #1fae66; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list .other-quote {
    background-color: transparent;
    text-align: center;
    padding: 0 10px;
    position: relative; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-list .other-quote h4 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      color: #555555;
      display: inline-block;
      padding: 5px 10px;
      background-color: #fff;
      z-index: 1;
      position: relative; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-list .other-quote:after {
      height: 1px;
      content: '';
      width: calc(100% - 30px);
      top: 50%;
      position: absolute;
      left: 0;
      right: 0;
      background-color: #dddddd;
      margin: auto; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list ul {
    padding: 10px 15px 15px; }
    header .mega-menu-dropdown .mega-menu.quotes .quote-list ul li {
      line-height: 26px; }
      header .mega-menu-dropdown .mega-menu.quotes .quote-list ul li a {
        color: #4f5d62;
        font-size: 14px;
        font-weight: 500; }
        header .mega-menu-dropdown .mega-menu.quotes .quote-list ul li a:hover {
          color: #1fae66; }

header .get-pcb-quote-btn .btn {
  transition: all .3s ease-in-out; }

header .topbar-download {
  align-items: center;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 440px);
  justify-content: center; }
  header .topbar-download .title {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  header .topbar-download .download-btn {
    padding: 1px 10px;
    margin-bottom: 1px;
    font-weight: 600;
    min-width: 105px; }

header.sticky .get-pcb-quote-btn .btn {
  display: inline-block;
  float: right;
  margin: 0 0 0 auto;
  position: relative; }

header.sticky .mega-menu-dropdown .mega-menu .nav-tabs {
  width: 280px;
  float: left;
  border-right: 1px solid #ddd;
  margin-right: -1px;
  border-bottom: none; }
  header.sticky .mega-menu-dropdown .mega-menu .nav-tabs > li {
    float: none;
    width: 100%; }
    header.sticky .mega-menu-dropdown .mega-menu .nav-tabs > li > a {
      padding: 12.2px 15px !important;
      background-color: transparent;
      color: #333 !important;
      margin-right: 0;
      border: none;
      border-bottom: 1px solid #ddd;
      border-radius: 0;
      font-size: 14px;
      text-decoration: none;
      display: block;
      margin-bottom: 0;
      font-weight: 500;
      position: relative; }
      header.sticky .mega-menu-dropdown .mega-menu .nav-tabs > li > a:after {
        content: '\f105';
        font-family: 'PCB Icon';
        font-weight: 600;
        position: absolute;
        right: 15px;
        transition: .3s ease-in-out; }
    header.sticky .mega-menu-dropdown .mega-menu .nav-tabs > li.active a, header.sticky .mega-menu-dropdown .mega-menu .nav-tabs > li:hover a {
      background-color: #12683F !important;
      color: #ffffff !important;
      border-radius: 0;
      border-bottom: 1px solid #12683F; }

/*----------------------General CSS Start-------------------------------*/
/*@font-face { font-family: 'Ubuntu-Regular'; font-display: swap; src: url('../scss/fonts/font-style/Ubuntu-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu-Bold'; font-display: swap; src: url('../scss/fonts/font-style/Ubuntu-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu-Light'; font-display: swap; src: url('../scss/fonts/font-style/Ubuntu-Light.ttf') format('truetype'); }
@font-face { font-family: 'Ubuntu-Medium'; font-display: swap; src: url('../scss/fonts/font-style/Ubuntu-Medium.ttf') format('truetype'); }*/
.main-container {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.37);
  background-color: #fff;
  z-index: 2;
  position: relative; }

a, a:hover, .page-link {
  color: #1C9C5E;
  transition: all .1s ease-in-out; }

a.text-primary:focus, a.text-primary:hover {
  color: #1fae66 !important; }

.header-container {
  z-index: 3; }

a:focus, .btn:focus, button:focus {
  outline: none;
  transition: all .3s ease-in-out; }

h1 {
  font-size: 28px;
  margin-bottom: 1rem;
  font-weight: 700; }

h2 {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700; }

h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700; }

h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700; }

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700; }

h6 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600; }

h1 a, h2 a, h3 a, h5 a, h4 a, h6 a {
  color: #444444; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #1fae66; }

.text-underline {
  text-decoration: underline; }

.gap-5 {
  gap: 10px; }

.gap-10 {
  gap: 10px; }

.gap-15 {
  gap: 15px; }

.gap-20 {
  gap: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.page-title, .topic-heading {
  border-bottom: 1px dotted #666;
  margin-bottom: 14px;
  line-height: 0; }

.page-title .sub-heading, .topic-heading .sub-heading {
  line-height: 1.5; }

.topic-heading {
  font-family: "pcb-directory", sans-serif; }

.page-title h1 {
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
  margin-top: 0;
  overflow: hidden;
  border-bottom: 2px solid #1fae66;
  padding-bottom: 5px;
  font-weight: 700; }

.topic-heading h2, .topic-heading h3, .topic-heading h4 {
  line-height: 25px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
  margin-top: 0;
  overflow: hidden;
  border-bottom: 2px solid #1fae66;
  padding-bottom: 5px; }

.topic-heading h2 {
  font-size: 23px; }

.topic-heading h3 {
  font-size: 20px; }

.topic-heading h4 {
  font-size: 18px;
  line-height: 30px; }

.title-on-details h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: 700; }

.leaderboard-ad-manu {
  /*background-color: #f9f9f9; border: 1px solid #eee; border-radius: 2px;*/
  margin-top: -1px !important; }

.leaderboard-ad {
  margin: 15px auto;
  text-align: center;
  height: 90px; }

.baseboard-ad {
  margin-bottom: 25px;
  text-align: center; }

.baseboard-ad label, .square-ad label, .skyscrapper-ad label, .m-adbox label, .m-mobile label, .leaderboard-ad label {
  font-size: 12px;
  color: #949494;
  font-weight: 400;
  margin-bottom: 6px;
  display: block; }

.skyscrapper-ad {
  margin-bottom: 25px;
  text-align: center; }

.square-ad {
  margin-bottom: 25px;
  text-align: center;
  height: 273px; }

.scroll-to-fixed {
  z-index: 999;
  position: fixed;
  top: 48px;
  margin-left: 0px; }

.skyscrapper-ad.scroll-to-fixed {
  z-index: 999;
  position: fixed;
  top: 48px;
  margin-left: 0px; }

.square-ad.sticky-top, .skyscrapper-ad.sticky-top {
  top: 50px;
  z-index: 9 !important; }

.table td, .table th {
  vertical-align: middle; }

.text-primary, .text-success {
  color: #1C9C5E !important; }

.text-gray {
  color: #777 !important; }

.text-warning {
  color: #ee7f2e !important; }

.text-sm {
  font-size: 12px; }

.text-transparent {
  color: transparent; }

.bg-info {
  background-color: #dcf9e7 !important; }

.bg-yellow-light {
  background-color: #fffde6 !important; }

.red {
  color: #d01e1e; }

.text-xs {
  font-size: 9px; }

.text-10 {
  font-size: 10px !important; }

.text-12 {
  font-size: 12px !important; }

.text-13 {
  font-size: 13px !important; }

.text-14 {
  font-size: 14px !important; }

.text-16 {
  font-size: 16px !important; }

.text-18 {
  font-size: 18px !important; }

.mt3 {
  margin-top: 3px !important; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

a.disabled, .disabled {
  pointer-events: none; }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ee7f2e;
  border-color: #ee7f2e; }

.mw-115 {
  min-width: 115px;
  max-width: 115px;
  width: 115px; }

.mw-150 {
  min-width: 150px;
  max-width: 150px;
  width: 150px; }

.mw-180 {
  min-width: 180px;
  max-width: 180px;
  width: 180px; }

.mw-200 {
  min-width: 200px;
  max-width: 200px;
  width: 200px; }

.mw-300 {
  min-width: 300px;
  max-width: 300px;
  width: 300px; }

.content-section {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 600px;
  position: relative; }

.content-section .card .card-header {
  background-color: transparent;
  padding: 10px 15px !important;
  line-height: 1.2;
  align-items: center; }

.content-section .card .card-title, #rhsManu .card .card-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 0; }

.content-section .card .card-body {
  padding: 15px; }

.content-section .description, .whitepaper-description, .community-details .answer-description {
  font-size: 16px;
  line-height: 1.68rem;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: visible;
  display: block;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }

.content-section .description > .table {
  font-size: 14px;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.content-section .description p:last-child {
  margin-bottom: 0; }

.description img {
  background-color: #fff;
  border: #ddd solid 1px;
  padding: 5px;
  max-width: 100%;
  max-height: 100%; }

.description iframe {
  width: 100%; }

.sort-description {
  font-size: 16px;
  line-height: 1.6; }

.breadcrumb {
  padding: 3px 15px;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  background-color: #ececec;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.breadcrumb-item.active {
  color: #6c757d; }

.breadcrumb li {
  line-height: 19px; }

.breadcrumb li a {
  color: #1C9C5E !important; }

.border, .border-left, .border-bottom, .border-right, .img-thumbnail {
  border-color: rgba(0, 0, 0, 0.125) !important; }

.failure, .loading {
  display: none; }

.mobile-adbox {
  margin: 15px auto 15px !important;
  background-color: #f2f2f2;
  padding: 0px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
  width: 320px;
  height: 287px;
  text-align: center; }

.mobile-adbox::before {
  content: 'Advertisement';
  top: 0px;
  font-size: 11px;
  color: #969696;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 0px;
  display: block; }

.alert {
  text-align: center; }

.loading, .hidden, .hide {
  display: none !important; }

.pointer {
  cursor: pointer; }

.form-control {
  border-radius: 4px;
  border-color: #bdbdbd; }

.input-group-text {
  border-color: #bdbdbd; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #bdbdbd; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 15px 0 15px 0;
  flex-wrap: wrap; }

.bottomText, .spec-bottom-text, .bottom-text {
  margin-bottom: 1.5rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px; }

.bottomText p {
  font-size: 16px !important;
  line-height: 26px; }

.skyscrapper-ad-directory > .btn-primary {
  padding: 5px 5px;
  width: 100%;
  margin: 4px auto 9px;
  font-size: 12px; }

/*.modal ul li a:not(.btn){color:#444444;}
.modal ul li a:hover:not(.btn){color:#1fae66;}*/
.nav-tabs .nav-item {
  margin-bottom: 0; }

.box-shadow-none {
  box-shadow: none !important; }

img {
  max-width: 100%;
  max-height: 100%; }

.news-details .post-info, .blog-details .post-info {
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  border: solid 1px rgba(0, 0, 0, 0.125); }

#inquireForm .form-control {
  font-size: 14px;
  font-weight: normal; }

#btnFilterScroller {
  margin: 12px auto;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 6px;
  width: 100%; }

/*----------------------General CSS End-------------------------------*/
/*header .top-header { background-color: #333; display: flex; justify-content: space-between; height: 34px; } 
header .top-header .newsletter-signup-btn { padding: .36rem .85rem; font-size: 15px; border-radius: 0; background-color: #620f87; color: #fff; display: inline-block; text-decoration: none; } 
header .top-header .newsletter-signup-btn:focus, header .top-header .newsletter-signup-btn:hover { box-shadow: none; background-color: #4b0b67; text-decoration: none; } 
header .top-header .signin-out { margin: 8px 2px; } 
header .top-header .signin-out ul li a { color: #ffffff; padding: 0 10px; border-left: 1px solid #ddd; font-size: 12px; font-weight: 600; } 
header .top-header .signin-out ul li:first-child a, header .top-header .signin-out ul li a#hlnkUserProfile { border: none; }*/
.whiteinput {
  background-image: linear-gradient(white 25%, #e9ecef 75%); }

/*----------------d3 CSS Start-----------------*/
.table-responsive {
  overflow-y: hidden; }

.signup-modal .modal-heading-title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2; }

/*----------------Checkbox CSS Start-----------------*/
.custom-control {
  padding-left: 1.2rem; }

.custom-control .custom-control-label {
  cursor: pointer;
  line-height: 21px; }

.custom-control .custom-control-label span {
  margin-left: 5px; }

.modal-dialog .custom-control-label::after, .modal-dialog .custom-control-label::before {
  top: .2rem;
  left: -1.3rem; }

.custom-control-label::before {
  cursor: pointer;
  top: .22rem !important;
  height: .875rem !important;
  width: .875rem !important;
  left: -1.20rem !important; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem !important; }

.custom-control-label::after {
  cursor: pointer;
  top: .15rem !important;
  left: -1.20rem !important; }

.custom-checkbox .custom-control-label::after {
  cursor: pointer;
  top: .15rem !important;
  left: -1.25rem !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1fae66;
  background-color: #1fae66; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(31, 174, 102, 0.39); }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b5fbd7;
  border-color: #b5fbd7; }

.custom-checkbox.supplies-to-checkbox {
  min-height: auto; }

.custom-checkbox.supplies-to-checkbox .custom-control-label::after {
  top: .19rem !important; }

.custom-checkbox.supplies-to-checkbox .custom-control-label::before {
  top: .25rem !important; }

/*----------------Checkbox CSS End-----------------*/
/*-------------------------Buttons CSS Start-----------------------*/
.btn-primary {
  background-color: #1fae66;
  color: #ffffff;
  border-color: #1fae66;
  /*box-shadow: 0 3px #1b844f;*/ }

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #198b52;
  border-color: #198b52;
  color: #ffffff; }

.btn-primary:focus, .btn-primary.focus, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  background-color: #198b52;
  border-color: #1fae66;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(35, 150, 80, 0.33) !important; }

.btn-blue {
  color: #fff;
  background-color: #023047;
  border-color: #023047;
  /*box-shadow: 0 3px #0e5d90;*/ }

.btn-blue:hover, .btn-blue.focus, .btn-blue:focus, .btn-blue:active {
  color: #fff;
  background-color: #04202e;
  border-color: #023047; }

.btn-outline-blue {
  color: #023047;
  border-color: #023047; }

.btn-outline-blue:hover {
  border-color: #023047;
  background: #023047;
  color: #fff; }

.btn-outline-primary {
  border-color: #1fae66;
  color: #1fae66 !important;
  /*box-shadow: 0 3px #1b844f;*/ }

.btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #198b52;
  border-color: #1fae66;
  color: #ffffff !important; }

.btn-warning {
  color: #ffffff !important;
  background-color: #ee7f2e;
  border-color: #ee7f2e;
  /*box-shadow: 0 3px #bf5e17;*/ }

.btn-warning:hover, .btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e47a2a; }

.btn-warning.focus, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  border-color: #e47a2a;
  box-shadow: 0 0 0 0.2rem rgba(228, 122, 42, 0.37) !important; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 122, 42, 0.39) !important; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger:focus, .btn-danger:hover {
  background-color: #c12e2a !important;
  border-color: #b92c28 !important; }

/*.modal .btn-danger { color: #fff; background-color: #d9534f; border-color: #d9534f; box-shadow: 0 3px #d5413d;}*/
/*.modal .btn{box-shadow:none!important;}*/
/*.btn-danger-shadow{box-shadow: 0 3px #d5413d;}*/
/*-------------------------Buttons CSS End-----------------------*/
/*-------------------------Header CSS End-----------------------*/
header.home-header .main-container {
  border-left: none;
  border-right: none; }

header {
  background-color: #fff; }

header .top-header {
  background-color: #333;
  display: flex;
  justify-content: space-between;
  height: 34px; }

header .top-header .newsletter-signup-btn {
  padding: .36rem .85rem;
  font-size: 15px;
  border-radius: 0;
  background-color: #127cc0;
  color: #fff;
  display: inline-block;
  text-decoration: none; }

header .top-header .newsletter-signup-btn:focus, header .top-header .newsletter-signup-btn:hover {
  box-shadow: none;
  background-color: #0386bd;
  text-decoration: none; }

header .top-header .signin-out {
  margin: 7px 2px; }

header .top-header .signin-out ul li a {
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #ddd;
  font-size: 13px;
  font-weight: 500; }

header .top-header .signin-out ul li:last-child a {
  border-right: none; }

header .top-header .signin-out ul li a#hlnkUserProfile, header .top-header .signin-out ul li:last-child a {
  border: none; }

header .signin-signup {
  float: right; }

header .signin-signup ul li {
  float: left; }

header .signin-signup ul li a {
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  margin-left: 1px;
  font-weight: 500; }

header .logo-signin {
  padding: 10px; }

header .logo-signin .logo {
  margin: 7px 0;
  float: left;
  width: 300px; }

header .logo-signin .logo img {
  height: 70px;
  width: 210px; }

header .logo-signin .logo a {
  display: block;
  height: 70px;
  background-image: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png);
  background-position: -3px 0px;
  background-repeat: no-repeat;
  text-align: center !important;
  display: block !important;
  width: 210px !important; }

/*header .header-right{width:calc(100% - 240px);float:left;}*/
/*.advertiseWithUs, .newsletter{float: right;}
.newsletter a{color: #fff; background-color: #0e5d90; padding: 10px 15px; text-decoration: none; display: block; margin-left: 15px;font-weight: 500;}
.newsletter a:hover{background-color: #0f69a3;}*/
.advertiseWithUs a {
  color: #fff;
  background-color: #1fae66;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  margin-left: 15px;
  font-weight: 500; }

.advertiseWithUs a:hover {
  background-color: #109552; }

/*Searchbar*/
.searchbar {
  width: calc(100% - 500px);
  width: -webkit-calc(100% - 500px);
  margin: 1.65em 15px;
  position: relative;
  display: inline-block;
  float: left; }

/*.search-icon { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #848d95; pointer-events: none; }*/
.searchbar input {
  margin: 0;
  border-radius: 4px;
  color: #6a737c;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }

/*.searchbar input:focus { width: 400px!important; }*/
.searchbar .keywords-dropdown {
  background: #E5EAED;
  padding: 10px;
  width: 82%;
  position: absolute;
  top: 36px; }

.searchbar.focus input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.searchbar .keywords-dropdown {
  z-index: 9;
  width: 100%; }

.searchbar .keywords-dropdown li {
  margin-bottom: 5px; }

.searchbar .keywords-dropdown .label {
  color: #afafaf;
  display: inline-block;
  margin: 5px 0px;
  padding: .2em 0.0em .3em;
  font-weight: normal;
  font-size: 82%; }

.searchbar .keywords-dropdown ul .btn-light {
  box-shadow: none !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0.3em;
  white-space: nowrap;
  background-color: #fff;
  border-color: #d0d0d0;
  color: #464646; }

.searchbar .keywords-dropdown ul .btn-light:hover {
  background-color: #f5f5f5;
  color: #197e3f; }

/*.searchbar .keywords-dropdown ul .btn-light .fa{padding: 3px;margin-right: 0px;}*/
header .headerad-div {
  width: 170px;
  float: left; }

header .headerad-div .add-space {
  height: 84px;
  width: 168px;
  position: absolute;
  background: #fafafa;
  color: #fff;
  right: 10px;
  z-index: 30;
  transition: height .2s ease-in,width .2s ease-out;
  cursor: pointer; }

header .headerad-div .add-space img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

header .headerad-div .add-space .large-img {
  display: none;
  transition: all .7s ease-in .7s; }

header .headerad-div .add-space:hover {
  height: 168px;
  width: 300px; }

header .headerad-div .add-space:hover .small-img {
  display: none; }

header .headerad-div .add-space:hover .large-img {
  display: block; }

header .main-nav {
  border: none;
  margin-bottom: 0 !important;
  border-radius: 0;
  min-height: 40px;
  /*border-bottom: 2px solid #12683F;*/
  background-color: #023047 !important;
  padding: 0;
  border-top: 1px solid #ddd; }

header .main-nav .navbar-nav {
  float: none; }

header.sticky .main-nav {
  position: fixed;
  top: 0;
  z-index: 1050; }

/*header.sticky .add-company-nav{display:none!important;}*/
header.sticky .main-nav .nav > li > a {
  padding: 11px 12px !important;
  font-size: 13px; }

header.sticky .searchbar {
  margin: 1px 5px 2px 0;
  display: block;
  width: 225px; }

/*header.sticky .searchbar input{height:calc(1.5em + 0.65rem + 2px);}
header.sticky .searchbar input:focus{width:250px !important;}*/
header .main-nav .nav > li > a {
  border-left: 1px solid #d4cece;
  padding: 10px 19px !important;
  color: #ffffff !important;
  font-weight: 500; }

header .main-nav .nav > li:first-child a {
  border-left: none !important; }

header .main-nav .nav > li:hover > a, header .main-nav .nav > li.active > a, header .main-nav .nav > li > a:focus, header .main-nav .nav > li:focus > a {
  background-color: #1FAE66 !important;
  color: #ffffff !important; }

header .dropdown-toggle::after {
  margin-left: .355em;
  vertical-align: .115em; }

header .dropdown {
  position: relative; }

header .dropdown-item {
  font-size: 14px;
  padding: 8px 15px;
  font-weight: 500; }

header .dropdown-menu {
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  background-color: #ffffff !important;
  border-bottom: none; }

#TopMoreLinks .dropdown-menu {
  right: 0;
  left: auto; }

/*.dropdown:hover > .dropdown-menu { display: block !important;}*/
header .dropdown-menu .dropdown-toggle::after {
  margin-left: .355em;
  top: calc(50% - 4px);
  right: 15px;
  position: absolute;
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

header .main-nav .dropdown-menu > li > a:hover, header .main-nav .dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus {
  background-color: transparent !important;
  color: #1C9C5E !important; }

header .main-nav .dropdown-menu > li > a {
  color: #444444 !important;
  position: relative;
  border-bottom: solid 1px #ccc; }

header .navbar-right .dropdown-menu {
  right: auto; }

.add-company-nav {
  float: right !important; }

/*.add-company-nav a{background-color:#127cc0!important;color:#ffffff!important;border-left: none!important;border-bottom: 2px solid #0e5d90 !important;margin-bottom: -1px;display: block; padding: 10px; text-decoration: none;}*/
.add-company-nav a {
  background-color: #127cc0 !important;
  color: #ffffff !important;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 12px; }

.add-company-nav a:hover {
  background-color: #0f69a3 !important; }

.top-node li .sub-menu {
  position: absolute;
  left: 99.8%;
  top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

header .main-nav .nav > li.add-company-nav > a {
  background-color: #127cc0 !important;
  color: #ffffff !important;
  /*border-left: none!important;border-bottom: 2px solid #0e5d90 !important;margin-bottom: -2px;*/ }

header .main-nav .nav > li.add-company-nav > a:hover {
  background-color: #0f69a3 !important; }

header .cart-section .cart-main-container {
  display: flex;
  margin-right: 10px; }

header .cart-section .cart-main-container .cart-count-container {
  position: relative; }

header .cart-section .cart-main-container .cart-count-container .cart-count {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #fff;
  background-color: red;
  display: block;
  position: absolute;
  bottom: 42%;
  text-align: center;
  left: 80%;
  font-size: 10px; }

.cart-on-sticky {
  display: none !important; }

header.sticky .cart-on-sticky.hidden {
  display: none !important; }

header.sticky .cart-on-sticky {
  display: inline-block !important;
  margin: 0 10px 0 5px; }

header.sticky .cart-section.cart-on-sticky .cart-main-container .cart-count-container .cart-count {
  bottom: 55%;
  left: 90%; }

/*-------------------------Header CSS End-----------------------*/
.text-small {
  font-size: 12px !important;
  font-weight: 400;
  display: block; }

.image-wrapper {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  position: relative; }

.image-wrapper img {
  position: absolute;
  left: 0.5px;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 95%;
  max-width: 95%;
  margin: auto; }

.top-filter {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 10px;
  margin-bottom: 15px; }

.input-group-append .btn {
  box-shadow: none; }

/*-------------------------Blogs CSS Start-----------------------*/
.blogs .blog-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.blogs .blog-list li:last-child {
  border: none; }

.blogs .blog-list li .image-wrapper {
  height: 245px;
  width: 245px;
  margin-right: 15px;
  float: left; }

.blogs .blog-list li .caption {
  width: calc(100% - 260px);
  float: left; }

.blogs .blog-list li .caption h2 {
  font-size: 22px;
  line-height: 28px; }

.blogs .blog-list li .caption .description {
  font-size: 16px !important;
  line-height: 26px; }

.blogs .post-info {
  margin-bottom: 5px; }

.blogs .post-info li {
  margin-right: 10px;
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  border: none; }

.latest-blog {
  padding: 15px;
  padding-bottom: 20px;
  background: #fff; }

.latest-blog ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5; }

.latest-blog ul li:first-child {
  padding-top: 0; }

.latest-blog ul li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.latest-blog ul li h4 {
  margin: 0;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px; }

/*-------------------------Blogs CSS End-----------------------*/
/*-------------------------Events CSS Start-----------------------*/
.events .event-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.events .event-list li:last-child {
  border: none; }

.events .event-list li .image-wrapper {
  height: auto;
  width: 230px;
  margin-right: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px; }

.events .event-list li .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.events .event-list li .caption {
  width: calc(100% - 245px);
  float: left; }

.events .event-list li .caption h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700; }

.events .event-list li .caption .basic-details li {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: none; }

.events .event-list li .caption .basic-details li:last-child {
  margin-bottom: 0; }

.past-events .event-list li .caption .basic-details li i, .events .event-list li .caption .basic-details li i {
  border: 1px solid #808080;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  text-align: center;
  color: #808080;
  display: inline-block;
  float: left;
  margin-right: 5px !important;
  font-size: 12px;
  line-height: 17px; }

.event-details .event-profile .event-profile-detail .basic-details ul {
  /*  float: left;
    width: calc(100% - 150px);
    margin-bottom: 0;*/ }

.event-details .event-profile .event-profile-detail .basic-details .btn-box {
  width: 150px;
  float: left; }

.event-details .event-profile {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }

.event-details .event-profile .image-wrapper {
  height: auto;
  width: 230px;
  margin-right: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px; }

.event-details .event-profile .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.event-details .event-profile .event-profile-detail {
  width: calc(100% - 245px);
  float: left; }

.event-details .event-profile .event-profile-detail .basic-details li {
  margin-bottom: 10px; }

/*.event-details .upcoming-events {
    padding: 15px 10px 0px 10px;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
}*/
.event-details .products-showcased {
  padding: 15px 10px 10px 10px;
  background-color: #f9f9f9;
  margin-bottom: 0rem; }

.event-details .products-showcased ul li {
  margin-bottom: 12px; }

.event-details .products-showcased ul li .media {
  background: #ffffff;
  padding: 5px;
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%; }

.event-details .products-showcased h4 {
  font-size: 16px; }

.event-details .upcoming-events > ul > li {
  margin-bottom: 12px; }

.event-details .upcoming-events .event-block {
  background: #fff;
  border: 1px solid #eeeeee;
  height: 100%;
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

.event-details .upcoming-events .event-block .image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 4px 4px 0 0;
  border: none;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px; }

.event-details .upcoming-events .event-block .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.event-details .upcoming-events .event-block .caption {
  padding: 10px; }

.event-details .upcoming-events .event-block .caption h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.event-details .upcoming-events .event-block .caption ul li {
  margin-bottom: 5px; }

.event-details .upcoming-events .event-block .caption ul li:last-child {
  margin-bottom: 0; }

.event-details .upcoming-events .event-block .image-wrapper .more-events-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 34px;
  width: 32px; }

.event-news {
  /*  margin-bottom: 0rem;
    padding: 15px 10px 10px 10px;
    background-color: #f9f9f9*/ }

.event-news ul li {
  margin-bottom: 10px; }

.event-news .single-news {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border: 1px solid #ddd;
  padding: 5px;
  /*background: #ffffff;
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.1);*/
  border-radius: 5px;
  height: 100%; }

.event-news li:last-child .single-news {
  margin-bottom: 0; }

.event-news .single-news .image-wrapper {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  float: left; }

.event-news .single-news .caption {
  width: calc(100% - 100px);
  float: left; }

.event-news .single-news .caption h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px; }

/*-------------------------Events CSS End-----------------------*/
/*-------------------------Past CSS Start-----------------------*/
.past-events .event-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.past-events .event-list li:last-child {
  border: none; }

.past-events .event-list li .image-wrapper {
  height: 154px;
  width: 230px;
  margin-right: 15px;
  float: left; }

.past-events .event-list li .caption {
  width: calc(100% - 245px);
  float: left; }

.past-events .event-list li .caption h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600; }

.past-events .event-list li .caption .basic-details li {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: none; }

.past-events .event-list li .caption .basic-details li:last-child {
  margin-bottom: 0; }

/*-------------------------Past CSS End-----------------------*/
/*-------------------------News CSS Start-----------------------*/
.news .news-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.news .news-list li:last-child {
  border: none; }

.news .news-list li .image-wrapper {
  height: 245px;
  width: 245px;
  margin-right: 15px;
  float: left; }

.news .news-list li .caption {
  width: calc(100% - 260px);
  float: left; }

.news .news-list li .caption h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700; }

.news .news-list li .caption .post-info {
  margin-bottom: 4px; }

.news .post-info li {
  margin-right: 10px;
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  border: none; }

.news-details .post-info li {
  margin-right: 10px;
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 13px;
  display: inline-block;
  border: none; }

.news .news-list .caption .sort-description p {
  margin-bottom: 5px; }

.news .news-list .caption .sort-description .tags {
  display: flex;
  align-items: center; }

.news .news-list .news-type {
  position: absolute;
  bottom: 15px;
  left: 2.2px;
  text-align: center; }
  .news .news-list .news-type .news-type-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    text-transform: capitalize; }
  .news .news-list .news-type.news {
    color: #fff; }
  .news .news-list .news-type.product {
    color: #fff; }
  .news .news-list .news-type.spotlight {
    color: #fff; }

.news .news-list .tags .tags-text {
  color: #555555;
  font-size: 14px;
  font-weight: 600; }

.news .news-list .tags li {
  padding: 0;
  margin: 0 2px;
  display: inline-block;
  border: none; }

.news .news-list .tags li a {
  position: relative;
  color: #777777;
  font-size: 14px; }

.news .news-list .tags li a:hover {
  color: #1C9C5E; }

.news .news-list .tags li a:after {
  content: ",";
  color: #777777; }

.news .news-list .tags li:last-child a:after {
  content: ""; }

.news-details .tags .tags-text {
  color: #555555;
  font-size: 14px;
  font-weight: 600; }

.news-details .tags li {
  padding: 0;
  margin: 0 2px 0 0;
  display: inline-block;
  border: none; }

.news-details .tags li a {
  position: relative;
  color: #777777;
  font-size: 14px; }

.news-details .tags li a:hover {
  color: #1C9C5E; }

.news-details .tags li a:after {
  content: ",";
  color: #777777; }

.news-details .tags li:last-child a:after {
  content: ""; }

.news-company {
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 3px 10px #dfdfdf;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 1px solid #eee; }

.news-company .company-info {
  width: calc(100% - 170px);
  float: left;
  margin-right: 10px; }

.news-company .company-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700; }

.news-company .company-info h3 a {
  text-decoration: underline; }

.news-company .company-info h3 a:hover {
  text-decoration: none; }

.news-company .company-info ul {
  font-size: 13px;
  margin-bottom: 10px; }

.news-company .company-logo {
  width: 160px;
  float: left;
  height: 105px;
  text-align: center; }

.latest_news .image-wrapper {
  height: 172px;
  margin-bottom: 8px;
  width: 100%;
  display: block; }

.latest_news .caption {
  padding: 0 4px; }

.latest_news .caption h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px; }

.latest_news ul li {
  margin-bottom: 15px; }

/*-------------------------News CSS End-----------------------*/
/*-------------------------Global-widget CSS Start-----------------------*/
.global-widget {
  padding: 15px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 25px; }

.global-widget ul li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.global-widget ul li:last-child {
  border: none;
  margin-bottom: 0; }

.global-widget ul li .image-wrapper {
  float: left;
  height: auto;
  width: 100px;
  border: 1px solid #ebebeb;
  position: relative;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px; }

.global-widget ul li .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.global-widget ul li .caption {
  width: calc(100% - 110px);
  float: left; }

.global-widget ul li .caption h4 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px; }

.global-widget ul li .caption span {
  line-height: 20px; }

.widget-read-more {
  margin: 0 auto;
  text-align: center;
  border-top: solid 1px #ddd;
  width: 100%;
  padding-top: 14px; }

.widget-read-more a {
  position: relative;
  display: inline-block;
  text-align: left !important; }

.widget-read-more a:after {
  font-family: "PCB Icon";
  position: absolute;
  right: -11px;
  content: "\f054";
  font-size: 12px;
  font-weight: 900;
  bottom: 1px; }

.tab-listing .nav-tabs {
  border: none;
  border-bottom: 2px solid #12683F; }

.tab-listing .nav-tabs .nav-link {
  border-radius: 0;
  background-color: #ddd !important;
  border: none;
  color: #333;
  border-bottom: 0;
  border-radius: 0;
  margin-right: 0;
  font-weight: 400; }

.tab-listing .nav-tabs .nav-link.active {
  color: #ffffff !important;
  font-weight: 600;
  background: #12683F !important; }

#ContentPlaceHolder1_NewsWithImages_Panel1 .image-wrapper {
  float: left;
  height: 95px;
  width: 95px;
  border: 1px solid #ebebeb;
  position: relative;
  border-radius: 4px;
  margin-right: 10px; }

/*------------------------- Global-widget CSS End-----------------------*/
/*-------------------------Community-widget CSS Start-----------------------*/
.community-widget {
  padding: 15px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 25px; }

.community-widget .topic-heading {
  margin-bottom: 10px !important; }

.community-widget ul li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.community-widget ul li:last-child {
  border: none;
  margin-bottom: 4px; }

.community-widget ul li a {
  text-decoration: none;
  color: #666;
  display: block;
  font-size: 15px; }

.community-widget ul li a:hover {
  color: #1fae66; }

/*------------------------- Community CSS End-----------------------*/
/*-------------------------Home CSS End-----------------------*/
.update-pcb-directory {
  margin-bottom: 40px; }

.update-pcb-directory ul {
  display: flex;
  flex-wrap: wrap; }

.update-pcb-directory ul li {
  padding: 10px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  float: left;
  width: 50%; }

.update-pcb-directory ul li:nth-child(odd) {
  border-right: 1px solid #ddd; }

.update-pcb-directory ul li:nth-child(1), .update-pcb-directory ul li:nth-child(2) {
  border-top: none; }

.update-pcb-directory ul li a {
  color: #666666;
  font-size: 14px; }

.update-pcb-directory ul li a:hover {
  color: #1fae66; }

/*-------------------------Home CSS Start-----------------------*/
.browse-categories .content-list > li:hover {
  background-color: #dffbed; }

.browse-categories .content-list > li a {
  color: #333;
  font-size: 16px; }

.browse-categories .content-list > li a:hover {
  color: #1fae66; }

.browse-categories .content-list > li .badge {
  color: #1fae66;
  font-weight: 400;
  font-size: 13px;
  padding: .25em .5em !important;
  text-align: left;
  min-width: 118px; }

.browse-categories .content-list > li .badge:hover {
  text-decoration: underline; }

.sticky-skyscrapper {
  position: sticky;
  top: 0; }

/*-------------------------Category-Directory CSS Start-----------------------*/
.equipments .manufacturers-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }

.equipments .manufacturers-list > li:last-child {
  border: none; }

.equipments .manufacturers-list > li .image-wrapper {
  width: 105px;
  height: 105px;
  margin-right: 15px;
  float: left; }

.equipments .manufacturers-list > li .caption {
  width: calc(100% - 120px);
  float: left; }

.equipments .manufacturers-list > li .manu-name {
  width: calc(100% - 155px);
  float: left; }

.equipments .manufacturers-list > li .manu-name h4 {
  font-size: 18px;
  margin-bottom: 4px; }

.equipments .manufacturers-list > li .visit-website {
  width: 145px;
  margin-left: 10px;
  float: left;
  text-align: center;
  min-height: 107px; }

/*font-size: 18px;*/
.equipments .manufacturers-list > li .visit-website > div {
  width: 100%; }

.equipments .manufacturers-list > li .visit-website .btn {
  font-size: 14px; }

.equipments .manufacturers-list > li .details li {
  margin-bottom: 5px; }

.equipments .manufacturers-list > li .details li:last-child {
  margin-bottom: 0; }

.equipments .manufacturers-list.featured > li:last-child {
  border-bottom: 1px solid #ddd; }

.equipments-details .specs {
  margin-bottom: 1rem; }

.equipments-details .spec-heading {
  background: #cecece;
  padding: 7px 14px; }

.equipments-details .spec-heading h4 {
  font-size: 18px; }

.equipments-details .spec-values .field, .equipments-details .spec-values .value {
  float: left;
  padding: 10px;
  width: 60%; }

.equipments-details .spec-values li {
  border-bottom: 1px solid #ddd;
  display: flex; }

.equipments-details .spec-values ul li .field {
  font-weight: 700;
  background: #f7f7f7;
  width: 40%; }

.equipments-details .spec-values ul li .field .custom-popover {
  display: none; }

.equipments-details .spec-values ul li .field:hover .custom-popover {
  display: inline-block; }

.equipments-details .related-product ul > li, .equipments-details .other-companies ul > li {
  padding: 7px 0; }

.equipments-details .related-product ul > li:first-child, .equipments-details .other-companies ul > li {
  border-top: none; }

.equipments-details .related-product ul.list-group, .equipments-details .other-companies ul.list-group {
  border-top: none; }

.equipments-details .related-product ul > li a, .equipments-details .other-companies ul > li a {
  color: #444444; }

.equipments-details .related-product ul > li a:hover, .equipments-details .other-companies ul > li a:hover {
  color: #1FAE66; }

.equipments-details .spec-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }

.latest-products .single-list .image-wrapper {
  min-height: 228px; }

.latest-products .single-list .caption {
  padding: 10px 5px; }

.latest-products .single-list .caption h5 {
  font-size: 15px;
  margin-bottom: 5px; }

.latest-products .single-list .caption p {
  margin-bottom: 0; }

.equipments .product-list .product-box .btn-more {
  color: gray;
  font-size: 13px; }

.equipments .product-list .product-box:hover .btn-more {
  color: #1fae66;
  text-decoration: underline; }

.equipments-tabs .nav-tabs li {
  width: 50%; }

.manu-top-details h1 {
  margin-bottom: 10px; }

.manu-about-text {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.6; }

.search-page .manu-about-text {
  font-size: 13px; }

.search-page .filters .form-inline.no-freq-units .form-control {
  width: 42.7% !important; }

.search-page .filters .form-inline.no-freq-units .btn {
  margin-left: 0 !important;
  margin-top: 8px;
  display: block;
  width: 100%; }

.filter-reset {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600; }

.feature-list {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px; }

.feature-list li {
  padding: 2px 6px;
  margin: 5px 0;
  color: #444444;
  font-weight: 500;
  font-size: 14px; }

.feature-list.on-search {
  margin-bottom: 8px; }

.feature-list.on-search li {
  border: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 3px; }

.topBar .nav-tabs {
  border-bottom: 2px solid #12683F;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #e6e6e6; }

.topBar .nav-tabs li .nav-link {
  border-right: none !important;
  border-radius: 0;
  border: 1px solid #ddd;
  border-bottom: #fff;
  color: #444;
  padding: 10px;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px; }

.topBar .nav-tabs li.nav-item:last-child .nav-link {
  border-right: 1px solid #ddd !important; }

.topBar .nav-tabs li.nav-item:last-child .nav-link.active {
  border-right: none !important; }

.topBar .nav-tabs li .nav-link.active, .topBar .nav-tabs li .nav-link.active:hover {
  color: #ffffff;
  font-weight: 500;
  border: none;
  background-color: #12683F; }

.topBar .nav-tabs li .nav-link:hover {
  color: #1fae66; }

.left-filter .single-filter li.checkbox_filters::after {
  content: '' !important;
  left: -4px; }

#lblSelectedState, #lblSelectedCountry, #ContentPlaceHolder1_lblSelectedSupplierType, #ContentPlaceHolder1_lblSelectedEmployee, #ContentPlaceHolder1_lblSelectedRevenue {
  padding-left: 10px; }

.claim-badge i {
  color: #1C9C5E !important; }

.claim-badge.small {
  font-size: 11px; }

.claim-badge.small i {
  color: #1C9C5E !important; }

/*-------------------------Category-Directory CSS End-----------------------*/
/*.similar-product-scroll {*/
/* box-shadow: 0 0 4px 0px #fcb886;*/
/*position: fixed; z-index: 1034; background-color: #ffffff; width: 712px; border-width: 2px 1px 1px 1px; border-color: #ee7f2e #ee7f2e #ddd #ee7f2e; border-style: solid; bottom: -999px; margin-left: -10px; border-radius: 6px 6px 0 0; left: 0; border: none; right: 0; margin: auto; box-shadow: 0 -10px 34px 0 #525252; }  .similar-product-scroll .topic-heading { margin-bottom: 0px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #cccccc; padding: 6px 12px; }  .similar-product-scroll .topic-heading h2 { border: none; color: #444; font-size: 16px; padding: 2px 0 !important; margin-bottom: 0; }  .similar-product-scroll .topic-heading .more-products-link { padding: 2px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }  .similar-product-scroll .similar-p-img { margin: auto 0; height: 70px; width: 70px; position: relative; display: block; background-color: #fff; padding: 4px; float: left; border-radius: 4px 0 0 4px; }  .similar-product-scroll .similar-p-img img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; max-width: 100% !important; max-height: 100%; margin: auto; padding: inherit; width: auto !important; }  .similar-product-scroll ul { margin-bottom: 0; padding: 10px; display: flex; flex-wrap: wrap; }  .similar-product-scroll ul li { width: 32.15%; float: left; margin: 2px 4px; border: 1px solid #ddd; border-radius: 4px; display: flex; flex-wrap: wrap; background-color: #ffffff; transition: all .3s ease-in-out; }  .similar-product-scroll ul li:hover { border-color: #ee7f2e; }  .similar-product-scroll ul li a { text-decoration: none; display: flex; flex-wrap: wrap; width: 100%; }  .similar-product-scroll .similar-text { padding: 0; text-align: left; display: block; min-height: 70px; padding: 5px; float: left; width: 65%; word-wrap: break-word; word-wrap: anywhere; border-left: solid 1px #f0eded; padding-left: 7px; }  .similar-product-scroll .similar-text .part-nub { font-size: 13px; font-weight: 600; overflow-wrap: break-word; display: block; color: #444444; transition: all .3s ease-in-out; }  .similar-product-scroll ul li:hover .similar-text .part-nub { color: #1fae66; }  .similar-product-scroll .similar-text .c-name { font-size: 12px; display: block; color: #777777; }  .similar-product-scroll .topic-heading span.cross-icon { transition: all 0.3s ease 0.3s; padding: 2px 6px; font-size: 12px; line-height: 1.5; border-radius: 3px; }  .similar-product-scroll .topic-heading span .fa-times { transform: rotate(0deg); transition: all 0.3s ease 0.3s; }  .similar-product-scroll .topic-heading strong a { float: right; margin: -2px 20px 0 0; }.similar-product-scroll {*/
/* box-shadow: 0 0 4px 0px #fcb886;*/
/*position: fixed; z-index: 1034; background-color: #ffffff; width: 712px; border-width: 2px 1px 1px 1px; border-color: #ee7f2e #ee7f2e #ddd #ee7f2e; border-style: solid; bottom: -999px; margin-left: -10px; border-radius: 6px 6px 0 0; left: 0; border: none; right: 0; margin: auto; box-shadow: 0 -10px 34px 0 #525252; }  .similar-product-scroll .topic-heading { margin-bottom: 0px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #cccccc; padding: 6px 12px; }  .similar-product-scroll .topic-heading h2 { border: none; color: #444; font-size: 16px; padding: 2px 0 !important; margin-bottom: 0; }  .similar-product-scroll .topic-heading .more-products-link { padding: 2px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }  .similar-product-scroll .similar-p-img { margin: auto 0; height: 70px; width: 70px; position: relative; display: block; background-color: #fff; padding: 4px; float: left; border-radius: 4px 0 0 4px; }  .similar-product-scroll .similar-p-img img { position: absolute; top: 0; right: 0; left: 0; bottom: 0; max-width: 100% !important; max-height: 100%; margin: auto; padding: inherit; width: auto !important; }  .similar-product-scroll ul { margin-bottom: 0; padding: 10px; display: flex; flex-wrap: wrap; }  .similar-product-scroll ul li { width: 32.15%; float: left; margin: 2px 4px; border: 1px solid #ddd; border-radius: 4px; display: flex; flex-wrap: wrap; background-color: #ffffff; transition: all .3s ease-in-out; }  .similar-product-scroll ul li:hover { border-color: #ee7f2e; }  .similar-product-scroll ul li a { text-decoration: none; display: flex; flex-wrap: wrap; width: 100%; }  .similar-product-scroll .similar-text { padding: 0; text-align: left; display: block; min-height: 70px; padding: 5px; float: left; width: 65%; word-wrap: break-word; word-wrap: anywhere; border-left: solid 1px #f0eded; padding-left: 7px; }  .similar-product-scroll .similar-text .part-nub { font-size: 13px; font-weight: 600; overflow-wrap: break-word; display: block; color: #444444; transition: all .3s ease-in-out; }  .similar-product-scroll ul li:hover .similar-text .part-nub { color: #1fae66; }  .similar-product-scroll .similar-text .c-name { font-size: 12px; display: block; color: #777777; }  .similar-product-scroll .topic-heading span.cross-icon { transition: all 0.3s ease 0.3s; padding: 2px 6px; font-size: 12px; line-height: 1.5; border-radius: 3px; }  .similar-product-scroll .topic-heading span .fa-times { transform: rotate(0deg); transition: all 0.3s ease 0.3s; }  .similar-product-scroll .topic-heading strong a { float: right; margin: -2px 20px 0 0; }*/
.add-date {
  color: #777777; }

/*-------------------------search-page CSS Start-----------------------*/
.search-page .product-list .product-box {
  border-bottom: 1px solid #ddd;
  padding: 10px 0; }

.search-page .product-list .product-box .image-wrapper {
  width: 100%;
  height: 140px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px; }

.search-page .product-list .product-box .imagelink {
  margin-bottom: 10px;
  display: block;
  height: 150px; }

.search-page .product-list .product-box:hover {
  background-color: #f8f8f8; }

.search-page .product-list .product-box .actions {
  opacity: .5;
  flex-direction: column;
  justify-content: space-between; }

.search-page .product-list .product-box:hover .actions {
  opacity: 1; }

.search-page .product-list .product-box .centerleft {
  border-left: 1px solid #ddd;
  padding: 0 10px 0 10px; }

.search-page .product-list .product-box li {
  margin-bottom: 5px; }

.search-page .product-list .product-box li span {
  color: gray;
  font-weight: 500; }

.search-page .product-list .product-box .actions a {
  color: #333;
  display: inline-block !important;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 8px;
  position: relative;
  cursor: pointer; }

.search-page .product-list .product-box .centerLeft {
  border-left: 1px solid #ddd;
  padding: 0 10px 0 10px; }

.search-page .product-list .product-box .centerLeft .manu-name h4 {
  display: flex;
  align-items: center; }

.search-page .product-list .product-box .centerLeft .manu-name h4 a + span {
  font-size: 60% !important;
  margin-left: 10px; }

.search-page .product-list .product-box .actions .compare {
  display: inline-block;
  padding: 2px 10px;
  position: absolute;
  bottom: 0; }

.search-page .product-list .product-box hr {
  margin-bottom: .5rem;
  margin-top: .5rem; }

.search-page .product-list .product-box:hover .actions a.btn-outline-primary {
  background-color: #239650;
  border-color: #197e3f;
  color: #fff !important; }

.img-sprite {
  background-image: url(https://cdn.pcbdirectory.com/img/sprite_img_PCB.png); }

.ds-big-icon {
  height: 22px;
  width: 26px;
  background-position: -151px -100px;
  display: inline-block;
  margin-bottom: -3px; }

.rfq-big-icon {
  height: 22px;
  width: 26px;
  background-position: -153px -121px;
  display: inline-block;
  margin-bottom: -3px; }

.img-sprite.dataicon {
  display: inline-block;
  height: 18px;
  width: 22px;
  background-position: -86px -113px;
  margin-bottom: -3px; }

.img-sprite.rfqicon {
  display: inline-block;
  height: 18px;
  width: 22px;
  background-position: -129px -97px;
  margin-bottom: -4px; }

#myTabContent.product-list {
  border: none !important;
  padding: 0 !important; }

.compare .custom-control-label {
  padding-left: 6px; }

.addtocart .selected {
  color: #1fae66; }

/*-------------------------search-page CSS End-----------------------*/
/*-----------------------------Checkout css---------------------*/
.checkout-main {
  background-color: #f5f5f5; }

.checkout {
  margin-bottom: 20px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 0; }

.checkout .heading {
  border-bottom: 1px solid #ddd;
  padding: 15px; }

.checkout .heading h1 {
  margin: 0; }

.checkout .cart-added-items > li {
  border-bottom: 1px solid #ddd; }

.checkout .cart-added-items .single-item {
  padding: 15px; }

.checkout .cart-added-items .product-image {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 4px; }

.checkout .cart-added-items .right-caption {
  width: calc(100% - 200px);
  float: left; }

.checkout .cart-added-items .right-caption .manu span {
  font-weight: 500; }

.checkout .cart-added-items .right-caption .specs li {
  margin-bottom: 2px; }

.checkout .cart-added-items .right-caption .specs span {
  font-weight: 500; }

.checkout .cart-added-items .right-caption .cart-action-btn {
  display: flex;
  gap: 15px;
  margin-top: 10px; }

.checkout .cart-added-items .product-details {
  width: calc(100% - 300px);
  float: left;
  padding: 0 15px; }

.checkout .cart-added-items .message {
  width: 300px;
  padding-left: 15px;
  float: left; }

/*-----------------------------Filter's Design--------------------------*/
.equipments .filters {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  padding: 0; }

.equipments .filters .filter-heading {
  border-bottom: none;
  margin-bottom: 0;
  background: #12683F; }

.equipments .filters .filter-heading h4 {
  margin: 0px;
  color: #fff;
  padding: 10px 10px; }

.equipments .filters .single-filter h4 {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  background-color: #dedede;
  display: flex;
  justify-content: space-between;
  font-weight: 700; }

.equipments .filters .single-filter ul li a {
  color: #1fae66; }

/*-------------------------Filter's CSS END-----------------*/
.manu-filter-by {
  background-color: #E7EDF4;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  border-top: #ddd; }

.manu-filter-by ul li {
  float: left;
  margin-right: 10px; }

.manu-filter-by ul li:last-child {
  margin-right: 0; }

.manu-filter-by ul li strong {
  margin-right: 5px; }

/*-----------------------------Compare Design--------------------------*/
.compare .card .card-header {
  background-color: #def9eb !important; }

.compare .card .btn-sm {
  padding: 2px 5px;
  box-shadow: none; }

.compare .img-link {
  min-height: 150px;
  margin-bottom: 10px;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  position: relative; }

.compare .img-link a {
  display: block;
  height: 150px; }

.compare .img-link a img {
  max-height: 150px;
  max-width: 100%; }

.compare .product-link a.product {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 25px; }

.compare .product-link a.manufac {
  color: #333;
  text-decoration: underline; }

.compare .product-link a.manufac:hover {
  text-decoration: none; }

.compare .cell.actions {
  opacity: 1; }

.compare .cell.actions a {
  display: block; }

.compare .cell.actions a span.icon {
  vertical-align: middle;
  margin-top: -5px; }

.compare .group, .compare .group.above, .compare .group.below, .compare .group.action-group {
  margin-bottom: 0px; }

.compare .group-header {
  cursor: pointer;
  border-bottom: 1px solid #ddd; }

.compare .group-header .text {
  font-size: 22px;
  font-weight: 300;
  padding: 12px 0px 12px 10px;
  position: relative;
  color: #239650;
  border-left: 3px solid #239650;
  margin-bottom: 0; }

.compare .group .group-header .text .arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #333333;
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  top: 0;
  width: 0;
  transition: margin-top 0.2s ease 0s; }

.compare .group.closed .group-header .text .arrow {
  border-bottom: 9px solid #333;
  border-top: none;
  top: -3px; }

.compare .compare-row {
  clear: left;
  padding: 0;
  border-bottom: 1px solid #ddd; }

.compare .compare-row .title {
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  padding: 9px 10px;
  position: relative;
  width: 190px; }

.compare .compare-row .data-wrap {
  margin-left: 165px;
  overflow: hidden; }

.compare .compare-row .data-wrap .data {
  left: 0;
  position: relative;
  transform: translateZ(0px);
  white-space: nowrap; }

/*display: inline-block;*/
.compare .compare-row .cell {
  display: table-cell;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  padding: 10px;
  vertical-align: top;
  white-space: normal;
  border-left: 1px solid #ddd; }

.compare .compare-row .cell.no-info {
  color: #ccc; }

.compare .group.closed {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0; }

.compare .group.closed .compare-row {
  display: none; }

.compare .group.closed .group-header {
  border-bottom: none; }

.compare .data {
  transition: left 0.3s ease 0s; }

.compare .in-view .cell a:after {
  display: none; }

.compare .float-compare-row {
  background: none repeat scroll 0 0 #d9ffec;
  border-bottom: 1px solid #DDDDDD;
  border-top: 0 none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: -250px;
  transform: translateZ(0px);
  transition: top 0.5s ease 0s;
  z-index: 20; }

.compare .float-compare-row.fixnew {
  top: 45px; }

.compare .float-compare-row .cell {
  display: table-cell;
  font-size: 14px;
  height: 68px;
  line-height: 18px;
  padding: 5px 30px 5px 5px;
  position: relative;
  vertical-align: middle; }

.compare .float-compare-row .cell a {
  display: table;
  position: relative;
  width: 100%; }

.compare .float-compare-row .img-link {
  border: medium none;
  margin-bottom: 0;
  min-height: 60px;
  max-height: 60px;
  padding: 5px 10px 0 0;
  text-align: left;
  vertical-align: middle;
  display: none; }

.compare .float-compare-row .img-link img {
  width: 50px;
  max-height: 50px;
  max-height: 50px; }

.compare .float-compare-row .product-link {
  overflow: hidden; }

.compare .group.float-compare-row .data-wrap {
  margin-left: 171px; }

.compare .title-compare-row.fix {
  position: fixed; }

.compare .title-compare-row.fix .img-link {
  display: none; }

#compare-nav {
  display: none;
  float: right;
  font-size: 15px;
  margin: 0px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
  width: 0;
  padding: 4px 0; }

.compare .compare-nav-next.off, .compare-nav-prev.off {
  opacity: 0.5; }

#compare-nav.fix {
  top: 70px;
  right: 24%;
  overflow: visible;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff; }

#compare-nav.live {
  width: 182px; }

.compare .compare-remove .x {
  float: right;
  border-right: 1px solid #ddd;
  padding: 4px 7px;
  background-color: #eee;
  border-left: 1px solid #ddd;
  color: #bbb;
  line-height: 23px;
  text-align: center;
  width: 30px;
  font-size: 26px; }

.compare .compare-remove .x:hover {
  text-decoration: none;
  color: #c00; }

.compare .group .actions a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px; }

.compare .group .actions a:hover {
  text-decoration: underline;
  border-color: #999; }

.compare .compare-numbering {
  float: left;
  color: #444;
  background: none repeat scroll 0 0 #eee;
  border-right: 1px solid #ddd;
  padding: 5px 10px; }

.compare .box-header {
  border: 1px solid #e6daa4;
  border-bottom: none; }

.compare .float-compare-row .title {
  font-size: 14px; }

.compare .img-sprite.details-icon {
  display: inline-block;
  height: 18px;
  width: 26px;
  background-position: -129px -81px;
  margin-bottom: -4px; }

.compare .rfq-big-icon {
  margin-bottom: -8px; }

.compare .ds-big-icon {
  margin-bottom: -6px; }

.compare-bottom {
  background-color: #322F2F;
  border-top: 2px solid #363636;
  color: #333;
  height: 40px;
  left: 0;
  position: fixed;
  transition: bottom 0.15s ease 0s;
  width: 100%;
  z-index: 4000;
  cursor: pointer; }

.compare-showhide {
  display: block; }

.compare-q {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: auto; }

.comparing {
  display: table-cell;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff; }

.compare-listings {
  background-color: #434141;
  display: table-cell;
  list-style: none outside none;
  padding: 0 10px;
  vertical-align: middle; }

.compare-item {
  float: left;
  height: 15px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  transition: all 0.1s ease 0s;
  width: 15px;
  border-radius: 10px;
  z-index: 4001;
  border: 2px solid #fff; }

.compare-item:hover {
  background-color: #D74D4D; }

.compare-bg, .compare-bg-hover:hover {
  background-color: #D3D3D3; }

.compare-item .componentbox {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -80px;
  border: 2px solid #999;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  width: 200px !important;
  z-index: 4001;
  box-shadow: 0 0 5px #000000; }

.compare-item .componentbox .actions a {
  display: block; }

.compare-item .componentbox .specs .dataRow {
  width: 49%; }

.compare-item .componentbox .hovered-detail {
  text-align: center; }

.compare-item .componentbox .hovered-detail .image-wrapper {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: auto; }

.compare-item:hover .componentbox {
  display: block; }

.compare-item .arrow-down {
  border-top: 6px solid #999;
  bottom: -8px;
  left: 48%;
  position: absolute; }

.compare-item:last-child {
  margin-right: 0; }

.compare-item .componentbox .hovered-detail .removeProduct {
  position: absolute;
  top: 0;
  right: 7px;
  color: red; }

.compare-item .componentbox .hovered-detail h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0; }

.compare-btn-wrap {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle; }

.compare-btn-wrap a {
  color: #fff; }

.compare-more-msg {
  display: none;
  font-size: 14px;
  padding: 0 5px;
  color: #fff; }

.compare-clear {
  color: #999;
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  height: 100%;
  padding-left: 5px;
  padding-right: 10px;
  vertical-align: middle; }

.compare-clear:hover {
  text-decoration: underline; }

/*-----------------------------Compare Design--------------------------*/
/* ---  Get Multiple Quotes  ---- */
.gmq-bottom {
  background-color: #023047;
  border-top: 2px solid #1fae66;
  color: #333;
  height: 40px;
  position: fixed;
  margin: auto;
  transform: translate(-50%, 0px);
  left: 50%;
  transition: bottom 0.15s ease 0s;
  width: 100%;
  z-index: 4000;
  cursor: pointer;
  bottom: -100%; }

.gmq-q {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: auto; }

.gmqing {
  display: table-cell;
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff; }

.gmq-listings {
  background-color: #04496b;
  display: table-cell;
  list-style: none outside none;
  padding: 0 15px;
  vertical-align: middle;
  margin: 0; }

.gmq-item {
  float: left;
  height: 15px;
  margin-right: 8px;
  padding: 0;
  position: relative;
  transition: all 0.1s ease 0s;
  width: 15px;
  border-radius: 10px;
  z-index: 4001;
  border: 2px solid #fff; }

.gmq-item:hover {
  background-color: #D74D4D; }

.gmq-bg, .gmq-bg-hover:hover {
  background-color: #D3D3D3; }

.gmq-item .componentbox {
  display: none;
  position: absolute;
  bottom: 28px;
  left: -80px;
  border: 2px solid #999;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  width: 200px !important;
  z-index: 4001;
  box-shadow: 0 0 5px #000000; }

.gmq-item .componentbox .actions a {
  display: block; }

.gmq-item .componentbox .specs .dataRow {
  width: 49%; }

.gmq-item .componentbox .hovered-detail {
  text-align: center; }

.gmq-item .componentbox .hovered-detail .image-wrapper {
  width: 150px;
  height: 90px;
  padding: 10px;
  margin: auto; }

.gmq-item:hover .componentbox {
  display: block; }

.gmq-item .arrow-down {
  border-top: 6px solid #999;
  bottom: -24px;
  border: 12px solid;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  z-index: 999999999;
  left: 43%;
  transform: translate(-50%, 0%); }

.gmq-item:last-child {
  margin-right: 0; }

.gmq-item .componentbox .hovered-detail .removeGMQ {
  position: absolute;
  top: 0;
  right: 7px;
  color: red; }

.gmq-item .componentbox .hovered-detail h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0; }

.gmq-btn-wrap {
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle; }

.gmq-btn-wrap a {
  color: #fff; }

.gmq-more-msg {
  display: none;
  font-size: 14px;
  padding: 0 5px;
  color: #fff; }

.gmq-clear {
  color: #999;
  cursor: pointer;
  display: table-cell;
  font-size: 12px;
  height: 100%;
  padding-left: 5px;
  padding-right: 10px;
  vertical-align: middle; }

.gmq-clear:hover {
  text-decoration: underline; }

.gmq-list {
  list-style: none outside none;
  padding: 0;
  vertical-align: middle; }

.gmq-item-new {
  transition: all 0.1s ease 0s;
  border-radius: 10px;
  border: 2px solid #fff;
  margin-top: 10px; }

.gmq-item-new .componentbox-parent {
  border: 1px solid #999;
  position: relative;
  height: 100%;
  border-radius: 4px;
  background-color: #fff; }

.gmq-item-new .componentbox {
  display: block;
  position: relative;
  height: 100%;
  padding: 10px 10px 10px 10px; }

.gmq-item-new .componentbox .hovered-detail {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 100%; }

.gmq-item-new .componentbox .hovered-detail .image-wrapper {
  width: 90px;
  height: 60px;
  padding: 5px; }

.gmq-item-new .componentbox .hovered-detail-con {
  width: calc(100% - 90px); }

.gmq-item-new:last-child {
  margin-right: 0; }

.gmq-item-new .componentbox .hovered-detail .removeGMQ, .componentbox-parent .removeGMQ {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1; }

.gmq-item-new .componentbox .hovered-detail h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 5px 0; }

.componentbox-parent {
  position: relative; }

.componentbox-parent.gmq-item-overlay .componentbox {
  filter: blur(0.5px); }

.componentbox-parent.gmq-item-overlay .gmq-item-overlay-btn {
  background: rgba(225, 225, 225, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; }

.gmq-item.animation-getquote .componentbox {
  display: block;
  animation-name: example;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  transform: scale(0, 0); }

@keyframes example {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }

/*@media screen and (max-width:767px) {
    .manufacturers .directory-listing .single-list .bottom-field .action-btn, .manufacturers .directory-listing .single-list .bottom-field .action-btn .btn {
        width: 100%;
    }
}*/
@media screen and (max-width: 576px) {
  .gmq-bottom {
    height: auto; }
  .gmq-q {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px;
    flex-direction: column; }
  .gmq-listings {
    background: transparent;
    padding: 5px 15px; }
  .gmq-clear {
    padding-left: 5px;
    padding-right: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
    height: auto;
    color: #f00;
    font-size: 16px; }
  .mobile-search {
    margin-right: 10px !important; }
  /* .manufacturers .directory-listing .single-list .bottom-field .action-btn {
        width: 60% !important;
        margin: auto;
    }*/ }

@media screen and (max-width: 321px) {
  .gmq-q {
    gap: 3px; }
  /*.manufacturers .directory-listing .single-list .bottom-field .action-btn {
        width: 65% !important;
    }*/ }

/* ---  Get Multiple Quotes  ---- */
.collapsible {
  cursor: pointer; }

.collapsible td {
  background-color: #ddd !important;
  border: 1px solid #ddd !important; }

.collapsible h2 {
  position: relative;
  font-size: 18px !important; }

.collapsible h2::after {
  content: '\f067';
  font-family: 'PCB Icon';
  font-weight: 600;
  position: absolute;
  right: 0px; }

.collapsible.active h2::after {
  content: '\f068'; }

.related-certificate .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.related-certificate h5, .related-documents h5 {
  font-size: 16px; }

.related-documents h5 .img-sprite.dataicon {
  height: 20px;
  width: 18px;
  background-position: -90px -112px; }

.rating-listing-box {
  background-color: #eef8f3;
  color: #4b685a;
  border: 1px solid #cbdbd3;
  padding: 15px;
  overflow-y: auto; }

.rating-listing-box .overall-rating-container {
  text-align: center; }

.rating-listing-box .overall-rating {
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.5em; }

.rating-listing-box .rating-overall {
  margin-bottom: 5px; }

.rating-listing-box .rating-overall i {
  color: #FFD119;
  font-size: 28px;
  padding: 0 2px; }

.rating-listing-box .show-all-rating label {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

.rating-decimal {
  color: #919191 !important;
  margin-left: 4px; }

.rating-listing-box .show-all-rating .rating-box {
  display: inline-block;
  margin-bottom: 2px;
  margin-bottom: 10px; }

.rating-listing-box .show-all-rating .rating-box i {
  font-size: 18px; }

.gauge-wrapper {
  position: relative;
  margin-top: -6px;
  text-align: center; }

.gauge-label {
  font-weight: 600;
  display: block;
  line-height: 1.3em;
  margin: 5px 0px; }

.gauge-svg-image {
  position: relative;
  width: 60%;
  height: auto; }

.gauge-label-text {
  position: absolute;
  bottom: -15px;
  font-size: 12px;
  color: #5b7f6d;
  line-height: 1.3;
  text-align: center; }

.gauge-label-text:nth-of-type(1) {
  right: 205px; }

.gauge-label-text:nth-of-type(2) {
  right: 20px; }

.checklist-filter .single-list {
  margin-bottom: 25px; }

.checklist-filter .single-list h4 {
  margin-bottom: 8px;
  margin-top: 0px;
  font-size: 18px; }

.checklist-filter .single-list ul {
  flex-direction: inherit;
  margin-top: 10px; }

.checklist-filter .single-list ul li {
  padding-top: 10px;
  font-size: 16px; }

.checklist-filter .single-list ul li a {
  color: #444444; }

.checklist-filter .single-list ul li.active a > i:first-child {
  color: #1fae66; }

.checklist-filter .single-list ul li.active a:hover > i:first-child {
  color: #086235; }

.checklist-filter .single-list ul li.active > i:first-child {
  color: #1fae66; }

.checklist-filter .single-list ul li.active > span > i:first-child {
  color: #1fae66; }

.checklist-filter .single-list ul li span a > i:first-child {
  color: #c7c7c7; }

.checklist-filter .single-list ul.material-brand li ul li span a i {
  color: #c7c7c7 !important; }

.checklist-filter .single-list i {
  font-size: 18px; }

.checklist-filter .single-list .list-group-item.active, .checklist-filter .single-list .list-group-item.active:focus, .checklist-filter .single-list .list-group-item.active:hover {
  color: #444;
  background-color: #f5f5f5;
  border-color: #ddd; }

.checklist-filter .single-list .list-group-item {
  border-radius: 0;
  padding: 10px 15px;
  margin-top: -1px;
  margin-right: -1px;
  border-top-width: 1px; }

.quote-form-vertical .quote-summery {
  width: 100%;
  background-color: #12683F !important;
  color: #fff;
  text-align: center;
  padding: 6px 10px !important; }

.quote-form-vertical .quote-summery h4 {
  margin: 4px 0 0 0;
  font-size: 18px; }

.quote-form-vertical .quote-form-structure {
  padding: 15px 9px !important;
  /*background-color: #d6f5e6;*/
  border: 1px solid #86c6a7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/*#allStaticCheckboxes .single-checkbox{background-color: #fff; border: 1px solid #ddd; padding: 5px 5px 4px 8px; margin-bottom: 5px;border-radius:2px;}
#allStaticCheckboxes .custom-control .custom-control-label{line-height:23px;}
.stencil-type-radio fieldset{border: 1px solid #63a684; padding: 3px 10px 5px; border-radius: 4px;}
.stencil-type-radio fieldset legend{font-size: 13px; font-weight: 600; margin-bottom: 0; width: auto; padding: 0 5px; color: #646464;}
.stencil-type-radio .custom-control .custom-control-label{line-height:25px;}*/
/*.manufacturers-profile .tab-content {}
.manufacturers-profile .nav-tabs {border-top-right-radius: 4px; border-top-left-radius: 4px;border-radius: 0px;background-color:#e6e6e6;}
.manufacturers-profile .nav-tabs li a { background-color: transparent; color: #333; font-size: 16px; padding: 12px 15px !important; margin-right: 0; border-radius: 0; border: none; border-right: 1px solid #ccc; position:relative;height: 100%;align-items: center;justify-content: center;display:flex;}
.manufacturers-profile .nav-tabs li:last-child a { border-right: 1px solid transparent; }
.manufacturers-profile .nav-tabs > li > a.active, .manufacturers-profile .nav-tabs > li > a.active:focus, .manufacturers-profile .nav-tabs > li > a.active:hover { font-weight: 500;background-color:#12683F; color: #ffffff; border-radius: 0; margin: 0; border: none; margin-bottom:-1px;}*/
/*.manufacturers-profile .nav-tabs > li a.active:after, .manufacturers-profile .nav-tabs > li:hover > a::after { content: ""; border-bottom: 3px solid #1fae66; position: absolute; bottom: 0; height: 3px; width: 100%; left: 0; right: 0; }*/
/*.manufacturers-profile .related-news .single-box{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;}
.manufacturers-profile .related-news li:first-child .single-box {border-top:none;padding-top:0;margin-top:0;}
.manufacturers-profile .related-news .image-wrapper{width:90px;height:90px;float:left;margin-right:15px;}
.manufacturers-profile .related-news .caption{width:calc(100% - 115px);float:left;}
.manufacturers-profile .related-news .caption h4{font-size:16px; font-weight:600;margin-bottom:5px;}

.manufacturers-profile .related-whitepapers .single-whitepaper{margin-top:10px;padding-top:10px;border-top:1px solid #ddd;}
.manufacturers-profile .related-whitepapers li:first-child .single-whitepaper {border-top:none;padding-top:0;margin-top:0;}
.manufacturers-profile .related-whitepapers .image-wrapper{width:120px;height:80px;float:left;margin-right:15px;}
.manufacturers-profile .related-whitepapers .caption{width:calc(100% - 155px);float:left;}
.manufacturers-profile .related-whitepapers .caption h4{font-size:16px; font-weight:600;margin-bottom:5px;}
.manufacturers-profile .related-jobs li:nth-child(1) .single-job,.manufacturers-profile .related-jobs li:nth-child(2) .single-job{margin-top:0;padding-top:0;border-top:0;}
.manufacturers-profile .related-jobs .single-job {padding-top:10px;border-top:1px solid #ddd;height:100%;margin-top:10px;}*/
/*.manufacturers-profile .related-jobs li:nth-child(1), .manufacturers-profile .related-jobs li:nth-child(2){margin-top:0;}*/
.more-link-div {
  text-align: right;
  margin-top: 15px; }

.more-link-div a {
  font-size: 16px;
  text-decoration: underline; }

.more-link-div a:hover {
  text-decoration: none; }

/*#manufacturer-modal .modal-body ul li .btn-danger{font-size: 10px;padding: 3px 7px;}
.manufacturers-profile .categories-blocks ul li { margin-bottom: 5px;}
.manufacturers-profile .categories-blocks ul li .single-block{display: flex; align-items: center;}
.manufacturers-profile .categories-blocks ul li .single-block a{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}*/
/*.reviews-listing .card{margin:10px 7px;padding: 0 10px;}
.reviews-listing .card .card-body, .reviews-listing .card .card-footer{padding:10px 5px;background-color: #fff;}
.reviews-listing .card-body:hover{background-color:#f9f9f961;}
.reviews-listing .card-body:hover + .card-footer{background-color:rgb(219, 219, 219);}*/
.card-grey {
  background: rgba(0, 0, 0, 0.03) !important; }

.no-review {
  color: #7d7b7b;
  text-align: center; }

.popular-searches-profile {
  margin-bottom: 25px; }

.popular-searches-profile ul li {
  display: inline-block;
  width: 33.33%; }

.popular-searches-profile ul li a {
  border: 1px solid #1fae66;
  padding: 6px 10px;
  margin: 2.5px 5px;
  display: block;
  color: #1fae66;
  border-radius: 4px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.popular-searches-profile ul li a:hover {
  background-color: #1fae66;
  color: #ffffff;
  text-decoration: none; }

.manu-city-list ul {
  row-gap: 4px; }

.manu-city-list ul li {
  margin-bottom: 0;
  display: inline-block; }

.manu-city-list ul li a {
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: underline; }

.manu-city-list ul li a:hover {
  color: #1fae66;
  text-decoration: none; }

.manu-city-list ul li a span {
  font-weight: 600; }

.country-state-city {
  background-color: #fbfbfb !important; }

.seo-quotes-btn {
  margin-bottom: 25px; }

.seo-quotes-btn ul {
  gap: 8px 0; }

.seo-quotes-btn ul li a {
  border: 1px solid #1fae66;
  padding: 6px 10px;
  display: block;
  color: #1fae66;
  border-radius: 4px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff; }

.col-lg-2-n-half, .col-md-2-n-half, .col-sm-2-n-half {
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
  float: left;
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }

ul.material-brand .card {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: -1px;
  z-index: 4; }

ul.material-brand > li.more-less > span, ul.material-brand > li.more-less > a {
  position: relative; }

ul.material-brand > li.more-less > span.accordion-toggle {
  float: right;
  cursor: pointer; }

ul.material-brand > li.more-less > span.accordion-toggle:after {
  line-height: 1;
  font-family: 'PCB Icon';
  position: absolute;
  right: 0px;
  top: 50%;
  content: "\f146";
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px; }

ul.material-brand > li > span.accordion-toggle.collapsed:after {
  content: "\f0fe"; }

ul.material-brand > li.more-less .collapse {
  padding: 10px 15px;
  border-top: 1px solid #e8e8e8;
  margin-top: 12px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #ddd;
  width: 100%;
  left: 0;
  padding: 10px;
  box-shadow: 1px 1px 11px 1px #ddd;
  border-top: 2px solid #1fae66;
  border-radius: 2px; }

/*-----------------------------Manufacturer profile End--------------------------*/
/*-----------------------------Manufacturer Equipment profile Start--------------------------*/
/*.equip-comp-profile .comp-profile{margin-bottom:25px;}
.equip-comp-profile .comp-profile .image-wrapper{width: 200px; height: auto; margin-right: 15px; float: left; padding: 4px; display: flex; align-items: center; justify-content: center;}
.equip-comp-profile .comp-profile .image-wrapper img{position:static;max-width: 100%; max-height: 100%;}
.equip-comp-profile .comp-profile .caption{width:100%;}
.equip-comp-profile .comp-profile .manu-basic-details-small{width:calc(100% - 215px);float:left;}
.equip-comp-profile .comp-profile .m-profile-details{width:calc(100% - 190px);float:left;margin-top:5px;}
.equip-comp-profile .comp-profile .profile-action-btn{width: 180px;margin-left:10px;float:left;text-align: center;min-height: 107px;font-size: 16px;}
.equip-comp-profile .comp-profile .profile-action-btn li{margin-bottom:15px;}
.equip-comp-profile .comp-profile .profile-action-btn li #hlnkClaimThisManu{font-size:14px;color:#444444;text-decoration:underline;}
.equip-comp-profile .comp-profile .profile-action-btn li #hlnkClaimThisManu:hover{color: #1fae66;text-decoration:none;}
.equip-comp-profile .comp-profile .visit-website .btn{font-size:14px;}
.equip-comp-profile .comp-profile .m-profile-details i{border: 1px solid #808080;padding: 3px 2px;border-radius: 3px;width: 21px;text-align: center;color: #808080;display: inline-block;float: left;}
.equip-comp-profile .comp-profile .m-profile-details li {margin-bottom: 10px;}
.equip-comp-profile .comp-profile .m-profile-details span {width: calc(100% - 30px);display: inline-block;}
.equip-comp-profile .categories-blocks ul li, .company-feed #pnlCategoriesTab li, .company-feed #tabProductListed li{
    margin-bottom: 10px;font-size: 14px;display: inline-block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}*/
/*.company-feed .topic-heading{display:none;}*/
/*.equip-comp-profile .nav-tabs.productCategories li{width:33.33%;float:left;}
.company-feed .nav-tabs {border: 1px solid #ddd;background-color: #e6e6e6;}
.company-feed .tab-content {padding: 15px;border-top: none!important;border: 1px solid #ddd;}
.company-feed .nav-tabs li{width:33.333%;float:left;}
.company-feed .nav-tabs li a {background-color: transparent;color: #333;font-size: 16px;
    padding: 12px 15px!important;margin-right: 0;border-radius: 0;border: none;}
.equip-comp-profile .categories-blocks ul li .product-count{font-size: 13px;font-weight:600;color:#1fae66;}*/
.categories-blocks ul li .single-link {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-radius: 4px;
  margin: 0px 0px 8px 0px; }

/*.tab-pane ul li .single-block,*/
.manu-city-list ul li .single-block {
  /*border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;*/ }

/*.manu-city-list ul li .single-block:hover{border-color:#1fae66;}
.manu-city-list ul li .single-block:hover a{text-decoration:none;color:#1fae66;}*/
/*.community-profile-page .categories-blocks ul li .community-box{padding: 10px;border: solid 1px #ddd;border-radius: 4px;}
.company-feed ul li a, .listedComp ul li a{color:#444444;font-size: 14px;padding: 0;line-height:1.3;font-weight: 600;}*/
.question .tags-block {
  margin-top: 10px; }

.community-details .tags-block .tagspill, .question .tags-block .tagspill {
  background: #f1f1f1;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
  padding: 4px 8px;
  position: relative;
  margin-bottom: 10px; }

.community-details .tags-block .tags, .question .tags-block .tags {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(8, 74, 107, 0.9);
  border-color: #084766;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 0;
  color: #fff;
  display: inline-block;
  line-height: 21px;
  margin: 3px 14px 10px 0;
  padding: 0 5px;
  position: relative;
  white-space: nowrap; }

/*.company-feed ul li a p {margin-bottom: 0.5rem;}
.company-feed ul li a:hover, .listedComp ul li a:hover{color:#1fae66;}*/
/*.company-feed .image-wrapper{width: 80px;height: 80px;margin-right:10px;float:left;}
.company-feed .caption{width:calc(100% - 90px);float:left;}
.company-feed.caption h4{line-height:1;margin-bottom: 0.3rem;}*/
.company-feed.whitepaper-listing {
  margin-bottom: 15px; }

.equip-comp-profile .company-feed .product-listing .single-box .caption h4 {
  line-height: 22px;
  margin-bottom: 6px; }

.equip-comp-profile .company-feed .product-listing .single-box .caption h4 a {
  font-size: 16px; }

/*-----------------------------Manufacturer Equipment profile End--------------------------*/
.top-filters {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px; }

.top-filters .reset-btn .btn {
  padding-top: 7px;
  padding-bottom: 7px; }

/*-----------------------------latest-product Start--------------------------*/
.latest-products .latest-product-list li .product {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.latest-products .latest-product-list li .product .image-wrapper {
  height: 120px;
  width: 120px;
  margin-right: 10px;
  float: left; }

.latest-products .latest-product-list li .caption {
  width: calc(100% - 130px);
  float: left; }

.latest-products .latest-product-list li .caption h4 {
  font-size: 18px; }

.latest-products .latest-product-list li:last-child .product {
  border-bottom: none; }

.latest-product-news {
  padding: 10px; }

.latest-products .latest-product-news .image-wrapper {
  width: 100%;
  height: 120px;
  margin-bottom: 5px;
  display: block;
  background-color: transparent;
  border: none; }

.latest-products .latest-product-news li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  padding-bottom: 10px; }

.latest-products .latest-product-news li .caption {
  text-align: center; }

.latest-products .latest-product-news li .caption h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px; }

.latest-products .latest-product-news li:last-child {
  border-bottom: none; }

/*-----------------------------latest-producte End--------------------------*/
/*-----------------------------Get PCB Quote css Start--------------------------*/
.get-q-form {
  z-index: 9999;
  width: 340px !important;
  background: #fff;
  position: fixed;
  border: none;
  box-shadow: 1px 1px 20px 3px #444444;
  right: 50px; }

.get-q-form.hide-form {
  bottom: -130%;
  transition: all 0.3s ease 0.3s;
  -web-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s; }

.get-q-form.show-form {
  bottom: 0%;
  transition: all 0.3s ease 0.3s;
  -web-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s; }

.get-q-form button.close {
  z-index: 99;
  right: 8px;
  top: 1px;
  font-size: 16px;
  cursor: pointer;
  width: 25px;
  color: #fff !important;
  opacity: 0.8;
  outline: none;
  text-shadow: -1px 1px 0 #000;
  transition: all 0.6s ease 0.6s;
  position: absolute; }

.get-q-form button.close:hover {
  opacity: 1; }

.get-q-form .quote-summery {
  width: 100%;
  background: #676767;
  color: #fff;
  text-align: center;
  padding: 10px; }

.get-q-form .quote-summery h4 {
  margin: 4px 0 0 0; }

.get-q-form .nav.nav-tabs {
  display: flex;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: flex-end;
  border: none; }

.get-q-form .nav.nav-tabs li {
  flex: 1;
  border-right: 1px solid #19663f;
  text-align: center;
  -ms-flex: 1 auto; }

.get-q-form .tab-content {
  padding: 10px;
  background: #fff; }

.get-q-form .nav-tabs > li > a {
  border-width: 0px 0px 3px 0px !important;
  border-style: solid !important;
  border-color: #109552 !important;
  border-radius: 0px 0px 0px 0px !important;
  background: #109552 !important;
  padding: 10px 6px !important;
  color: #ffffff;
  margin-right: 0px !important;
  -ms-word-wrap: normal !important;
  word-wrap: normal !important; }

.get-q-form .nav-tabs li.active a, .get-q-form .nav-tabs li.active a:hover, .get-q-form .nav-tabs li a:focus, .quote-form-vertical .nav-tabs > li.active > a:focus, .get-q-form .nav-tabs li a:hover {
  background: #ffffff !important;
  color: #109552 !important;
  border-color: #109552 !important; }

.get-q-form .dimensions-row .dimension-w, .get-q-form .dimensions-row .dimension-h {
  float: left !important;
  width: 41% !important; }

.get-q-form .nav-tabs li a:hover, .get-q-form .nav-tabs li a.active, .get-q-form .nav-tabs li a.active a:hover, .get-q-form .nav-tabs li.focus a, .get-q-form .nav-tabs > li.active > a:focus {
  background: #fff !important;
  color: #797979 !important;
  border-width: 0 0 3px 0 !important;
  border-style: solid !important;
  border-color: #109552 !important;
  border-radius: 0 !important; }

.get-q-form fieldset {
  display: block !important;
  margin-inline-start: 2px !important;
  margin-inline-end: 2px !important;
  padding-block-start: 0.35em !important;
  padding-inline-start: 0.75em !important;
  padding-inline-end: 0.75em !important;
  padding-block-end: 0.625em !important;
  min-inline-size: min-content !important;
  border-width: 1px !important;
  border-style: groove !important;
  border-image: initial !important;
  border-color: #ced4da !important;
  border-radius: 4px !important; }

#quoteFormVerticle legend {
  display: block !important;
  padding-inline-start: 2px !important;
  width: auto !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important; }

#allStaticCheckboxes li {
  background: #fff;
  font-weight: normal !important;
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
  border-radius: 6px; }

#allStaticCheckboxes li:last-child {
  margin-bottom: 0; }

/*-----------------------------Get PCB Quote css End--------------------------*/
/*-----------------------------Equipment-directory Start--------------------------*/
.equipment-directory .pcb-services .single-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  transition: all .3s ease-in-out; }

.equipment-directory .pcb-services .single-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #dddddd;
  transform: scale(1.02); }

.equipment-directory .pcb-services .single-box .image-wrapper {
  height: 255px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }

.equipment-directory .pcb-services .single-box .caption {
  padding: 10px 5px; }

.equipment-directory .pcb-services .single-box .caption h4 {
  margin-bottom: 2px; }

.equipment-directory .pcb-services .single-box .caption .count-color {
  font-weight: 600;
  font-size: 15px;
  color: #777; }

/*Edited by Atul, he created that page*/
.equipment-directory .company-filter {
  margin-bottom: 0px;
  padding: 0px 0 25px 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*.equipment-directory .company-filter li:first-child {
    padding-left: 0;
}*/
.equipment-directory .company-filter li {
  width: 25%;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  float: left;
  margin-bottom: 10px;
  text-align: center; }

.equipment-directory .company-filter li:last-child {
  padding-right: 0; }

.equipment-directory .gotoBtn {
  display: block;
  height: 171px;
  position: relative; }

.equipment-directory .company-filter li h4 {
  font-size: 15px; }

.equipment-directory h2 {
  position: relative;
  font-size: 21px;
  margin: 20px 0;
  display: inline-block;
  border-bottom: 2px solid #197e3f;
  padding: 10px 0 15px;
  text-align: center; }

.equipment-directory h2 i {
  position: absolute;
  top: 76%;
  background-color: #fff;
  padding: 0 10px;
  color: #197e3f;
  font-size: 16px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 5px;
  height: 25px;
  width: 25px; }

.equipment-directory .single-cat-list ul li {
  padding: 5px 10px;
  display: flex; }

.equipment-directory .single-cat-list ul li a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-right: 5px; }

.equipment-directory .single-cat-list ul li a:hover, .count-color {
  color: #197e3f; }

/*-----------------------------Equipment-directory End--------------------------*/
.equipments .table-col-heading {
  border-bottom: 2px solid #ccc;
  font-weight: 700; }

.table-sm td, .table-sm th {
  padding: .4rem .6rem; }

.modal .image-wrapper {
  width: 70px;
  height: 70px;
  float: left;
  min-width: 60px; }

.modal .form-title {
  width: calc(100% - 80px);
  padding: 0 10px;
  float: left; }

.modal .form-title .modal-title {
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 20px; }

.modal .submit-info {
  background-color: #222222;
  border-bottom: 1px solid #222222;
  font-size: 13px;
  line-height: 20px;
  padding: 3px 15px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-align: center; }

.modal .modal-footer {
  padding: 5px 10px; }

.has-error .col-form-label {
  color: #a94442; }

.other-details {
  display: block;
  margin-bottom: 20px;
  padding: 10px; }

.other-details h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 4px 0;
  text-align: center; }

.other-details h3 span {
  display: block;
  font-size: 12px;
  margin-top: 5px; }

.modal .col-form-label {
  text-align: right; }

/*.btn-outline-secondary {box-shadow: 0 2px #b3b3b3;}*/
.tab-container .nav-tabs {
  background-color: #dddddd; }

.tab-container .nav-tabs .nav-link {
  border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  font-weight: 400;
  border-bottom: 0;
  color: #333333; }

.tab-container .nav-tabs .nav-link:hover {
  color: #1fae66; }

.tab-container .nav-tabs .nav-link.active {
  color: #ffffff !important;
  font-weight: 600;
  background: #12683F !important;
  border-color: #12683F !important; }

.tab-container .nav-tabs {
  border-bottom: 2px solid #1e8450; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent; }

.modal-dialog {
  margin: 0 auto !important; }

.py5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pt5 {
  padding-top: 5px; }

.text-decoration-underline {
  text-decoration: underline; }

.dropdown-toggle:after {
  vertical-align: .115em !important; }

/*------------Quotation Page Css Start---------------*/
.success {
  border: 1px solid green !important; }

.error, .has-error .form-control {
  border: 1px solid red !important; }

.error-field {
  border: 1px solid #ffc0c0 !important;
  background: #f8d7da; }

.col-form-label {
  font-weight: 600; }

.services-section {
  border: 1px solid #12683F;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #ffffff; }

.services-section .quotes-heading {
  background: #12683F;
  color: #fff;
  padding: 4px 10px;
  height: 73px;
  vertical-align: middle;
  line-height: 65px;
  font-size: 16px;
  width: 110px;
  float: left;
  position: relative;
  text-align: center; }

.services-section .dropdown-menu li {
  padding: 0px 5px; }

.quotes-heading:before {
  display: none;
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 36px solid #33b574;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent; }

.services-section .service-right {
  width: calc(100% - 110px);
  float: left; }

.services-section .service-right ul {
  display: flex; }

.services-section ul li {
  padding: 0px;
  float: left;
  flex: 1; }

.services-section ul li:nth-child(1) {
  order: 1; }

.services-section ul li:nth-child(2) {
  order: 2; }

.services-section ul li:nth-child(3) {
  order: 3; }

.services-section ul li:nth-child(4) {
  order: 4; }

.services-section ul li:nth-child(5) {
  order: 5; }

.services-section ul li:nth-child(6) {
  order: 6; }

.services-section ul li:nth-child(7) {
  order: 7; }

.services-section ul li:nth-child(8) {
  order: 8; }

.services-section ul li:nth-child(9) {
  order: 9; }

.services-section ul li:nth-child(10) {
  order: 10; }

.services-section ul li:nth-child(11) {
  order: 11; }

.services-section ul li:nth-child(12) {
  order: 12; }

.services-section ul li:nth-child(13) {
  order: 13; }

.services-section ul li:nth-child(14) {
  order: 14; }

.services-section ul li.active {
  order: 0; }

.services-section ul li:nth-child(1).active {
  order: 1; }

.services-section ul li:nth-child(2).active {
  order: 2; }

.services-section ul li:nth-child(3).active {
  order: 3; }

.services-section ul li:nth-child(4).active {
  order: 4; }

.services-section ul li:nth-child(5).active {
  order: 5; }

.services-section ul li:nth-child(6).active {
  order: 6; }

.services-section ul li .single-box {
  margin-bottom: 0px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease 0.2s;
  text-decoration: none;
  cursor: pointer;
  color: #444;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  justify-content: center;
  flex-flow: column; }

.services-section ul li .single-box p {
  line-height: 20px;
  display: block;
  text-align: center; }

.services-section ul li.active .single-box, .services-section ul li:hover .single-box {
  box-shadow: inset 0px 0px 8px 2px #b3e8cd;
  border-color: #98debb;
  color: #1fae66;
  background-color: transparent !important; }

.services-section ul li.active .single-box {
  font-weight: 700; }

.services-section ul li h4 {
  display: inline-block;
  margin: 0px;
  font-size: 14px; }

.services-section .img-box_rigflex, .services-section .img-box_rig, .services-section .img-box_fab, .services-section .img-box_asmbl, .services-section .img-box_dsgn, .services-section .img-box_stncl, .services-section .img-box_rep, .services-section .img-box_turnkey, .services-section .img-box_boxbuild, .services-section .img-box_reverse, .services-section .img-box_cutting, .services-section .img-box_engraving, .services-section .img-box_testing, .services-section .img-box_conformal_coating, .services-section .img-box_drilling {
  height: 40px;
  width: 60px;
  position: relative;
  padding: 3px;
  display: inline-block;
  float: left;
  margin-bottom: 3px;
  filter: grayscale(100%); }

.services-section ul li.active .single-box .img-box_rigflex, .services-section ul li.active .single-box .img-box_rig, .services-section ul li.active .single-box .img-box_fab, .services-section ul li.active .single-box .img-box_asmbl, .services-section ul li.active .single-box .img-box_dsgn, .services-section ul li.active .single-box .img-box_stncl, .services-section ul li.active .single-box .img-box_rep, .services-section ul li.active .single-box .img-box_turnkey, .services-section ul li.active .single-box .img-box_boxbuild, .services-section ul li.active .single-box .img-box_reverse, .services-section ul li.active .single-box .img-box_cutting, .services-section ul li.active .single-box .img-box_engraving, .services-section ul li.active .single-box .img-box_testing, .services-section ul li.active .single-box .img-box_conformal_coating, .services-section ul li.active .single-box .img-box_drilling, .services-section ul li:hover .single-box .img-box_rigflex, .services-section ul li:hover .single-box .img-box_rig, .services-section ul li:hover .single-box .img-box_fab, .services-section ul li:hover .single-box .img-box_asmbl, .services-section ul li:hover .single-box .img-box_dsgn, .services-section ul li:hover .single-box .img-box_stncl, .services-section ul li:hover .single-box .img-box_rep, .services-section ul li:hover .single-box .img-box_turnkey, .services-section ul li:hover .single-box .img-box_boxbuild, .services-section ul li:hover .single-box .img-box_reverse, .services-section ul li:hover .single-box .img-box_cutting, .services-section ul li:hover .single-box .img-box_engraving, .services-section ul li:hover .single-box .img-box_testing, .services-section ul li:hover .single-box .img-box_conformal_coating, .services-section ul li:hover .single-box .img-box_drilling {
  filter: grayscale(0); }

/*border: 1px solid #aba8a8;*/
.services-section .img-box_rig {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -188px -115px; }

.services-section .img-box_rigflex {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat 0px -115px; }

.services-section .img-box_fab {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -188px -157px; }

.services-section .img-box_asmbl {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -60px -113px; }

.services-section .img-box_dsgn {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -121px -116px; }

.services-section .img-box_stncl {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -10px -157px; }

.services-section .img-box_rep {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -75px -158px; }

.services-section .img-box_turnkey {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -258px -158px; }

.services-section .img-box_boxbuild {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -256px -100px; }

.services-section .img-box_reverse {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -252px -45px; }

.services-section .img-box_cutting {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -310px -45px; }

.services-section .img-box_engraving {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -370px -90px; }

.services-section .img-box_testing {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -315px -155px; }

.services-section .img-box_conformal_coating {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -315px -95px; }

.services-section .img-box_drilling {
  background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -370px -155px; }

/*.services-section .img-box_rep {background:url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -67px -158px;}*/
.new-quote-section h5 {
  font-size: 18px; }

.new-quote-section .border-top {
  border-top: 1px solid #979797 !important; }

.new-quote-section .card {
  border-top: 2px solid #1fae66; }

.new-quote-section .card-body {
  background-color: #f9f9f9; }

.new-quote-section .card-header {
  background-color: #f9f9f9 !important;
  border-bottom: 1px solid #dddddd; }

.new-quote-section .advance-option {
  background-color: #e4eefd !important; }

.new-quote-section .advance-option a[aria-expanded=true] {
  color: #717171; }

.new-quote-section .form-area .field-sec-1, .new-quote-section .form-area .field-sec-2 {
  background-color: #F5F7FA;
  padding-top: 0px; }

.new-quote-section .form-area .field-sec-1 .form-group, .advance-option .collapse .form-group, .advance-option .collapsing .form-group {
  padding: 10px 0px;
  margin: 0px !important; }

.new-quote-section .form-area .field-sec-2 {
  margin-top: 0px;
  padding-top: 15px; }

.new-quote-section .form-area .col-form-label {
  font-weight: 500;
  width: 163px;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  position: relative; }

.new-quote-section .form-area .value-field {
  width: calc(100% - 163px);
  float: left;
  padding: 0 10px; }

.new-quote-section .form-area .field-optn, .new-quote-section .form-area .field-optn-select {
  border: 1px solid #979797;
  background: #fff;
  padding: 7.5px 15px;
  float: left;
  position: relative;
  margin: 4px 5px 4px 0px;
  border-radius: 4px; }

.more-block {
  border: 1px solid #a7e7c7;
  background: #e1fbee;
  padding: 7.5px 15px !important;
  float: left;
  position: relative;
  margin: 4px 5px 4px 0px;
  border-radius: 4px; }

.new-quote-section .form-area .field-optn-select {
  padding: 6px 8px; }

.new-quote-section .form-area .form-control {
  box-shadow: none; }

.new-quote-section .field-sec-1 .form-group .input-group, .new-quote-section .form-area .form-control, .new-quote-section .form-group .input-group {
  float: left;
  margin: 4px 5px 4px 0px;
  font-size: 14px; }

.new-quote-section .form-group .input-group, .new-quote-section input.form-control, .new-quote-section select {
  font-size: 14px;
  height: 38px; }

.new-quote-section .form-group .input-group, .new-quote-section input.form-control, .new-quote-section select {
  font-size: 14px;
  height: 38px; }

.new-quote-section input.form-control.form-control-sm {
  height: 31px; }

.new-quote-section .input-group-text {
  font-size: 14px; }

.new-quote-section .form-area .table-head {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  padding: 8px 10px;
  background-color: #ced4da !important; }

.new-quote-section .form-area .table {
  border-left: 0px;
  border-right: 0px;
  background: #fff; }

.new-quote-section .form-area .table thead {
  background: #ededee; }

.new-quote-section .form-area .field-optn.active, .new-quote-section .form-area .field-optn-select.active {
  border-width: 1px;
  border-color: #109552;
  border-style: solid;
  background: #e3fff1; }

.new-quote-section .form-area .field-optn:after {
  content: '\f14a';
  font-family: 'PCB Icon';
  height: 18px;
  width: 16px;
  position: absolute;
  right: -2.4px;
  top: -3.4px;
  color: #eee;
  z-index: 10;
  padding-left: 2px;
  display: block;
  font-size: 13px;
  font-weight: 600; }

.new-quote-section .form-area .field-optn:hover, .new-quote-section .form-area .field-optn-select:hover {
  border-color: #109552;
  cursor: pointer; }

.new-quote-section .form-area .field-optn.active:after, .new-quote-section .form-area .field-optn:hover:after {
  display: block; }

.new-quote-section .form-area .field-optn.active:after {
  color: #109552; }

.new-quote-section .form-area .dimensions-row {
  margin-right: -15px;
  margin-left: -15px; }

.new-quote-section .form-area .field-optn-select .checkmark {
  position: relative;
  height: 16px;
  width: 16px;
  top: 2px;
  left: 0px;
  margin-right: 5px;
  float: left;
  display: block;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.new-quote-section .form-area .field-optn-select.active .checkmark:after {
  display: block; }

.new-quote-section .form-area .field-optn-select.active .checkmark {
  border: 1px solid #1fae66;
  background-color: #1fae66; }

.new-quote-section .form-area .field-optn-select .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.new-quote-section .field-optn .clr-block {
  height: 10px;
  width: 10px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 1px 1px 0; }

.new-quote-section .field-optn .clr-block.blue {
  background: #3c3cd2; }

.new-quote-section .field-optn .clr-block.black {
  background: #000; }

.new-quote-section .field-optn .clr-block.black-mate {
  background: #999; }

.new-quote-section .field-optn .clr-block.green {
  background: #1fae66; }

.new-quote-section .field-optn .clr-block.green-mate {
  background: #91d8b5; }

.new-quote-section .field-optn .clr-block.red {
  background: #f44336; }

.new-quote-section .field-optn .clr-block.white {
  background: #fff;
  border-width: 0px 1px 1px 0px;
  border-color: #ddd;
  border-style: solid; }

.new-quote-section .field-optn .clr-block.white-mate {
  background: #f3f1f1; }

.new-quote-section .field-optn .clr-block.yellow {
  background: #ffeb3b; }

.new-quote-section .bg-gray {
  background-color: #eeeeee; }

/*.new-quote-section #passwordDiv{background-color:#f8f9fa !important}*/
/*.instent-quote .page-title-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.page-title-new h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0;
    overflow: hidden;
    border-bottom: 0px solid #d0d0d0;
    padding-bottom: 0;
}

.instent-quote .page-title-new .sub-heading {
    font-size: 16px;
    margin-left: 10px;
    float: right;
    font-weight: bold;
    min-width: 275px
}*/
/*.quote-sent-to{background-color: #d4edda;padding: .75rem 1rem;border-radius: 4px;border: solid 1px #c3e6cb;margin-bottom: 0;text-align: left;color: #155724;}
.quote-sent-to p{font-size:16px;}.quote-sent-to p:last-child{margin-bottom:0;}
.quote-sent-to span{font-weight:600;}*/
.input-checked {
  position: relative;
  float: left; }

.input-checked.active:after {
  color: #109552; }

.pnlUploading td:last-child {
  width: 150px; }

.upload-table-btns .btn-warning {
  box-shadow: none !important; }

.filter-info-section {
  background-color: #E7EDF4;
  padding: 8px 2px;
  border-bottom: 1px solid #ddd;
  border-top: #ddd; }

#allManufacturerList {
  max-height: 620px;
  overflow-y: auto;
  min-height: 620px;
  border: 1px solid #eeeeee; }

.step-2-modal #allManufacturerList {
  max-height: 372px !important;
  overflow-y: auto;
  min-height: 372px !important; }

#allManufacturerList .manu-profile {
  display: none;
  margin-top: 2px; }

#allManufacturerList ul li.list-group-item:hover .manu-profile {
  display: block; }

#allManufacturerList ul li.list-group-item:hover {
  background-color: #f6f6f6; }

.btnMoreCollapse {
  padding: 12px 0; }

#resetSpecsFiltersManu, #btnResetSpecs {
  padding: 1.5px 8px; }

.quote-final-details #selectedManuList .card-body ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.quote-final-details .inner-heading {
  border-bottom: 1px solid #cccccc;
  background: #ebf5e8;
  border-top: 1px solid #dff0d8; }

#rfqManuList ul li, #selectedManuList ul li {
  display: inline-block;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  cursor: default;
  padding: 8px 15px; }

#rfqManuList ul li span, #selectedManuList ul li span {
  max-height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px; }

#selectedManuList ul li.profile-selected {
  background: antiquewhite !important;
  /*border-color:#f5dcbb;*/ }

#selectedSpecsList li, #pnlUploadedFileSummary li, #rfqUserDetail ul li, #pnlrfqUploadedFile li, #rfqSpecs ul li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }

/*#selectedSpecsList li:nth-child(odd), #pnlUploadedFileSummary li:nth-child(odd), #rfqUserDetail ul li:nth-child(odd), #pnlrfqUploadedFile li:nth-child(odd), #rfqSpecs ul li:nth-child(odd){border-right:1px solid #ddd;}*/
#pnlUploadedFileSummary li .btn-warning, #pnlrfqUploadedFile li .btn-warning {
  box-shadow: none !important; }

.quote-user-details .col-form-label {
  text-align: right; }

#specsHorizontalForm .form-group .fa-info-circle, .quote-form-vertical .form-group .fa-info-circle {
  display: none; }

#specsHorizontalForm .form-group:hover .fa-info-circle, .quote-form-vertical .form-group:hover .fa-info-circle {
  display: inline-block; }

.loaderBox {
  position: relative; }

.loaderBox .loaderIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 4;
  left: 0;
  right: 0;
  height: 100%; }

.loaderBox .loaderIcon img {
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 4px;
  border-radius: 100%; }

.loaderBox-new {
  position: relative; }

.loaderBox-new .loaderIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 4;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.loaderBox-new .loaderIcon img {
  background-color: #fff;
  border-radius: 100%;
  padding: 3px; }

.final-file-up {
  position: relative; }

.final-file-up i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 17px; }

.final-file-up .form-control {
  font-size: 15px !important;
  padding-left: 30px; }

.final-file-up:hover input {
  border: 1px solid transparent !important; }

.final-file-up:hover input {
  border: 1px solid #bbb !important;
  font-size: 15px;
  transition: .5s ease-in-out; }

.final-file-up:hover .form-control {
  font-size: 15px !important;
  transition: .5s ease-in-out; }

.final-file-up:hover i {
  font-size: 17px;
  left: 20px;
  top: 20px;
  transition: .5s ease-in-out; }

.final-file-up-get {
  position: relative; }

.final-file-up-get i {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 17px; }

.final-file-up-get .form-control {
  font-size: 15px !important;
  padding-left: 30px; }

.final-file-up-get:hover input {
  border: 1px solid transparent !important; }

.final-file-up-get:hover input {
  border: 1px solid #bbb !important;
  font-size: 15px;
  transition: .5s ease-in-out; }

.final-file-up-get:hover .form-control {
  font-size: 15px !important;
  transition: .5s ease-in-out; }

.final-file-up-get:hover i {
  font-size: 17px;
  left: 20px;
  top: 15px;
  transition: .5s ease-in-out; }

.mobile-bottom-ad {
  background-color: #f1f1f1 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
  height: 64px !important;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1005; }

.mobile-bottom-ad > div {
  bottom: 0;
  left: 0 !important;
  position: fixed;
  right: 0; }

.mobile-ad-img {
  position: relative;
  width: 64px;
  height: 56px;
  border: solid 1px #ccc;
  float: left;
  background-color: #fff;
  margin-left: 5px; }

.mobile-ad-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.mobile-bottom-ad .ad-box .ad-content {
  width: 77%;
  display: inline-flex;
  margin-left: 10px; }

.mobile-bottom-ad .ad-box .ad-content h4 {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
  line-height: 20px; }

.mobile-bottom-ad .ad-box .ad-content .btn {
  font-size: 13px;
  position: absolute;
  right: 5px; }

.mobile-bottom-ad .ad-box .ad-content h4 span {
  margin-left: 3px;
  font-size: 12px;
  color: #666; }

/*.close-ad{background-color: #ffffff;color: #565656;padding: 4px 9px 2px 9px;position: fixed;right: -1px;font-size: 17px;border-radius: 14px 14px 0px 0px;border: 1px solid #ddd;border-bottom: none;bottom:63px}*/
.mobile-bottom-ad .close-ad {
  background-color: #f1f1f1 !important;
  color: #000;
  padding: 0 5px;
  position: fixed;
  width: 28px;
  height: 28px;
  right: 0 !important;
  bottom: 64px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 12px 0 0 0;
  font-size: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234F4F4F' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 13px 13px;
  background-position: 9px;
  background-repeat: no-repeat;
  z-index: 1005; }

.dropdown-menu.dropdown-caret {
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important; }

.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  right: 18px;
  position: absolute;
  top: -6px; }

.cloud-upload-icon {
  width: 40px;
  height: 40px; }

.cloud-upload-icon path {
  fill: red; }

.downloading-loader {
  padding: 25% 0; }

.downloading img {
  display: block;
  text-align: center;
  margin: 10px auto; }

/*------------SignIn SignUp Modal CSS Start-----------------*/
.signin-signup {
  color: #444; }

.signin-signup .modal-content {
  border-radius: 8px; }

.signin-signup .modal-header {
  padding: 15px 15px 0px 15px;
  background: #fff !important; }

.signin-signup .modal-header .login-logo .modal-title img {
  height: 70px;
  width: 70px; }

.signin-signup .modal-header h4 {
  font-size: 18px;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 400; }

.signin-signup .modal-header h5 {
  font-size: 16px;
  color: #333333; }

.signin-signup .modal-header .close {
  top: 10px;
  font-size: 40px;
  position: absolute;
  right: 10px;
  font-weight: 400; }

.signin-signup .social-login {
  margin: 0px auto 0px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0); }

.signin-signup .social-login a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  font-size: 106%;
  letter-spacing: .4px;
  text-transform: none;
  display: inline-block;
  margin: 10px 2px;
  text-decoration: none; }

.signin-signup .social-login i {
  font-size: 20px;
  margin-right: 5px; }

.signin-signup .social-login .google-login {
  background-color: #dd5347;
  color: #fff; }

.sign-in-up {
  float: right; }

.signin-signup .google-signin {
  padding: 2px;
  background-color: #4285f4;
  border: none;
  color: #fff;
  border: 1px solid transparent;
  width: 80%;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 4px;
  margin-top: 6px; }

.signin-signup .gicon {
  padding: 8px;
  float: left;
  background-color: #fff;
  border-radius: 2px;
  height: 34px;
  width: 34px; }

.signin-signup .gtext {
  font-size: 16px;
  line-height: 34px; }

.signin-signup ul {
  margin-bottom: 5px; }

.loginwithemail {
  margin: 10px auto 10px;
  position: relative;
  bottom: 0;
  width: 100%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  left: 0;
  max-width: 320px !important;
  text-align: center; }

.loginwithemail .email-login {
  margin-top: 6px; }

.loginwithemail .email-box {
  margin-top: 10px;
  position: relative;
  text-align: center; }

.email-box .login-signup-label label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  float: left; }

.loginwithemail .email-box .form-group {
  margin-bottom: 10px; }

.loginwithemail .email-box input, .loginwithemail .email-box textarea, .loginwithemail .email-box select {
  padding-right: 20px;
  border-radius: 2px;
  background-color: #fff; }

.loginwithemail .email-box .submit-arrow {
  position: absolute;
  top: 11px;
  right: 7px; }

.loginwithemail .email-box .email-back {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px; }

.loginwithemailqotes {
  margin: 10px auto 20px;
  position: relative;
  bottom: 0;
  width: 100%;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  left: 0;
  max-width: 320px !important;
  text-align: center; }

.registration-msg {
  color: #1fae66;
  padding: 15px 0;
  text-align: center; }

/*------------SignIn SignUp Modal CSS End-----------------*/
.ui-widget-content {
  background: #ffffff none repeat scroll 0 0;
  color: #1e1b1d; }

.ui-autocomplete {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd !important;
  border-radius: 0;
  cursor: default;
  padding: 0;
  position: absolute;
  z-index: 1002 !important; }

.ui-menu {
  display: block;
  float: left;
  font-size: 13px;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.ui-autocomplete-category {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  color: #1fae66;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 7px 0;
  text-indent: 10px; }

.ui-autocomplete-category:first-child {
  border-bottom: 1px solid #dddddd !important; }

.ui-menu .ui-menu-item {
  clear: both;
  margin: 0;
  padding: 3px 0;
  width: 100%;
  border: none; }

.ui-menu .ui-menu-item.ui-state-focus {
  background-color: #dddddd; }

.ui-menu .ui-menu-item.ui-autocomplete-category.ui-state-focus {
  background-color: #f7f7f7; }

.ui-menu .ui-menu-item a {
  color: #333 !important;
  display: flex;
  align-items: center;
  line-height: 17px;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
  justify-content: space-between;
  gap: 15px; }

.ui-menu .ui-menu-item a .type, .ui-menu .ui-menu-item a i {
  color: #999; }

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-hover {
  background-color: #f2f2f2 !important; }

.ui-helper-hidden-accessible {
  display: none; }

#lnkBtnAddUpdateReq {
  color: #555;
  text-decoration: none; }

/*------------Quotation Page Css End---------------*/
/*FollowUp Pages*/
.user-resp-yes {
  border-bottom: solid 2px #28a745;
  padding: 20px;
  margin: 20px 100px;
  display: flex;
  justify-content: center; }

.user-resp-yes h3 {
  color: #008026;
  line-height: 50px;
  margin-bottom: 0; }

.success-circle {
  padding: 5px;
  color: #008026;
  width: 50px;
  height: 50px;
  border: solid 5px #008026;
  border-radius: 15rem;
  text-align: center;
  color: #008026;
  margin-right: 15px; }

.success-circle i {
  line-height: 30px !important; }

.success-circle span {
  display: block;
  font-size: 22px;
  margin-top: 10px; }

.user-resp-no {
  border-bottom: solid 2px #28a745;
  padding: 20px;
  margin: 20px 100px;
  color: #008026; }

.user-resp-no-inner {
  display: flex;
  justify-content: center; }

.user-resp-no h3 {
  line-height: 50px; }

.user-resp-no p {
  margin-bottom: 0;
  text-align: center; }

.no-circle {
  width: 50px;
  height: 50px;
  border: solid 5px #008026;
  border-radius: 15rem;
  text-align: center;
  color: #008026;
  margin-right: 15px;
  padding: 5px; }

.no-circle i {
  line-height: 30px !important; }

.no-circle span {
  display: block;
  font-size: 22px;
  margin-top: 10px; }

.user-resp-not-usefull {
  border-bottom: solid 2px #28a745;
  padding: 20px;
  margin: 20px 100px;
  display: flex;
  justify-content: center;
  color: #008026; }

.user-resp-not-usefull h3 {
  line-height: 50px;
  margin-bottom: 0; }

.not-usefull-circle {
  width: 50px;
  height: 50px;
  border: solid 5px #856404;
  border-radius: 15rem;
  margin-right: 15px;
  padding: 5px;
  text-align: center; }

.not-usefull-circle i {
  line-height: 30px !important; }

.not-usefull-circle span {
  display: block;
  font-size: 22px;
  margin-top: 10px; }

.user-response .btn {
  border-radius: 3px; }

.user-resp-smlr-product {
  text-align: center;
  margin-top: 30px; }

.user-resp-smlr-product .user-similar-product {
  border: solid 1px #ddd;
  margin-bottom: 30px; }

.user-resp-smlr-product .user-similar-product .custom-control {
  padding-left: 1.3rem;
  min-height: 1rem;
  line-height: 18px !important; }

.user-resp-smlr-product .user-similar-product .custom-control label {
  font-size: 18px;
  line-height: 21px; }

.user-resp-smlr-product .user-similar-product .custom-control-label::before {
  width: 1rem !important;
  height: 1rem !important;
  left: -1.2rem !important; }

.user-resp-smlr-product .user-similar-product .custom-control-label::after {
  width: 1.25rem;
  height: 1.15rem;
  left: -1.32rem !important;
  top: 0.02rem !important; }

.user-resp-smlr-product .user-similar-product .custom-control-input {
  width: 1.25rem;
  height: 1.4rem; }

.user-resp-smlr-product .user-similar-product-img {
  position: relative;
  height: 150px;
  border-top: solid 1px #ddd; }

.user-resp-smlr-product .user-similar-product-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%; }

.user-resp-smlr-product table {
  text-align: left;
  margin-bottom: 0; }

.user-resp-smlr-product table tr td:first-child {
  padding-right: 0;
  width: 155px;
  font-weight: 600; }

.user-resp-smlr-product table tr td:last-child {
  padding-left: 0; }

.user-resp-smlr-product table tr td {
  padding: 10px; }

.user-resp-smlr-product table strong {
  float: right; }

.check-box-div {
  background-color: #f8f9fa !important;
  padding: 10px;
  text-align: left; }

.check-box-div.uncheck {
  background-color: #ffffff !important; }

.check-box-div .checkbox {
  margin: 0; }

.user-resp-smlr-product .page-title {
  margin: 0 50px 40px 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500; }

.user-resp-smlr-product .page-title span {
  display: block;
  color: #777; }

.similar-product-name li:first-child {
  width: 100%;
  font-size: 18px;
  border-bottom: solid 1px #fff; }

.similar-product-name li {
  padding: 10px;
  width: 50%;
  display: inline-block;
  background-color: #f9f9f9; }

.manufacturer-response {
  /*.all-btn{margin: 0 auto;margin-bottom: 10px;}
 .all-btn a{display: block;width: 250px;text-align: center;margin: 0 auto;margin-bottom: 15px;}*/ }

.manufacturer-response .user-resp-yes {
  display: block;
  margin-bottom: 25px; }

.manufacturer-response .user-resp-yes .user-resp-yes-inner {
  display: flex;
  justify-content: center; }

.manufacturer-response .user-resp-yes p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0; }

.manufacturer-response .user-resp-not-usefull {
  display: block;
  margin-bottom: 25px; }

.manufacturer-response .user-resp-not-usefull .user-resp-not-usefull-inner {
  display: flex;
  justify-content: center; }

.manufacturer-response .user-resp-not-usefull p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0; }

.manufacturer-response .heading {
  text-align: center; }

.manufacturer-response .lead-details {
  padding: 20px; }

.manufacturer-response .lead-details h2 {
  text-align: center;
  font-size: 20px; }

.manufacturer-response .lead-details .table-heading {
  color: #007eb0;
  font-weight: bold;
  background: #f8f9fa; }

.manufacturer-response .user-resp-no {
  text-align: center;
  margin-bottom: 25px; }

.manufacturer-response .user-resp-no h3 {
  margin: 0; }

.generate-multiple-rfqs h1 {
  margin-top: 25px;
  margin-bottom: 20px; }

.generate-multiple-rfqs .product-list-rfq {
  margin-bottom: 15px; }

.generate-multiple-rfqs .product-list-rfq ul li {
  margin-bottom: 10px; }

.generate-multiple-rfqs .product-list-rfq .single-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  position: relative; }

.generate-multiple-rfqs .product-list-rfq .single-box .product-image {
  border-bottom: 1px solid #ddd;
  height: 150px;
  position: relative; }

.generate-multiple-rfqs .product-list-rfq .single-box .product-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: auto;
  max-height: 95%;
  max-width: 95%; }

.generate-multiple-rfqs .product-list-rfq .single-box .product-text {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  min-height: 87px; }

.generate-multiple-rfqs .product-list-rfq .single-box .product-text h4 {
  font-size: 16px;
  margin-bottom: 5px; }

.generate-multiple-rfqs .product-list-rfq .single-box .textarea {
  padding: 10px 5px 5px;
  background-color: #f9f9f9; }

.generate-multiple-rfqs .product-list-rfq .single-box .box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(234, 234, 234, 0.55); }

.generate-multiple-rfqs .product-list-rfq .single-box .box-action a {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #fff;
  top: -5px;
  right: -5px;
  box-shadow: 0 0px 2px 0px #646464;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  line-height: 16px; }

.generate-multiple-rfqs .form-section {
  padding: 15px;
  background-color: #f8f9fa !important;
  border: solid 1px #ddd;
  margin-bottom: 20px;
  border-radius: 4px; }

.confirmation-rfq .rfq-success-message {
  text-align: center; }

.confirmation-rfq .rfq-success-message .alert-success {
  margin-bottom: 0; }

.confirmation-rfq .rfq-success-message .alert-success i {
  font-size: 60px;
  margin-bottom: 10px;
  color: #155724; }

.confirmation-rfq .rfq-success-message .alert-success h4 {
  font-size: 20px; }

.confirmation-rfq .rfq-success-message .alert-success p {
  font-size: 16px;
  margin: 0; }

.confirmation-rfq .more-similar-rfq {
  padding: 10px 15px;
  background-color: #1fae66;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative; }

.confirmation-rfq .more-similar-rfq h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500; }

.confirmation-rfq .more-similar-rfq .more-products-link {
  text-decoration: underline; }

.confirmation-rfq .more-similar-rfq .more-products-link:hover {
  text-decoration: none; }

.confirmation-rfq #inquireForm {
  background-color: #eeeeee;
  padding: 15px;
  border: rgba(0, 0, 0, 0.125);
  margin-bottom: 35px;
  border-radius: 4px; }

.confirmation-rfq .generate-multiple-rfqs .product-list-rfq .single-box {
  background-color: #ffffff; }

.confirmation-rfq .generate-multiple-rfqs .product-list-rfq .single-box .product-text {
  min-height: auto;
  border-bottom: none !important; }

.confirmation-rfq .generate-multiple-rfqs .product-list-rfq .single-box .product-text h4 {
  word-wrap: anywhere; }

.confirmation-rfq .generate-multiple-rfqs h1 {
  margin-top: 5px; }

.confirmation-rfq .form-floating .form-group > label {
  z-index: 0; }

.product-details .product-specs {
  margin-bottom: 25px;
  padding-bottom: 5px; }

.product-details .product-specs .spec-container {
  border: 1px solid #eee; }

.product-details .product-specs .spec-container .spec-heading {
  padding: 11px 12px;
  border-bottom: 1px solid #eee;
  background-color: #ddd; }

.product-details .product-specs .spec-container .spec-heading h3 {
  margin: 0;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 16px; }

.product-details .product-specs .spec-container .spec-values ul li {
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 14px; }

.product-details .product-specs .spec-container .spec-values ul li .custom-popover.fa-info-circle {
  display: none; }

.product-details .product-specs .spec-container .spec-values ul li:last-child {
  border-bottom: none; }

.product-details .product-specs .spec-container .spec-values ul li:nth-of-type(2n) {
  background-color: #f6f6f6; }

.product-details .product-specs .spec-container .spec-values ul li:hover .custom-popover.fa-info-circle {
  display: inline-block; }

.product-details .product-specs .spec-container .spec-values .field {
  width: 35% !important;
  padding: 8px 12px;
  border-right: 1px solid #eee;
  color: #666; }

.product-details .product-specs .spec-container .spec-values .value {
  width: 65% !important;
  padding: 8px 12px;
  display: block; }

.response-done {
  padding: 60px 20px; }

.response-done h3, .response-done h4 {
  font-weight: 500; }

/* Follow Up Pages*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(https://cdn.pcbdirectory.com/img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(https://cdn.pcbdirectory.com/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px; }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.manu-top-details .page-heading {
  text-align: center;
  margin-top: 10px;
  border: none; }

.manu-top-details .page-heading h1 {
  border: none;
  font-size: 30px; }

.supply-to {
  margin: 0px !important;
  display: inline-block;
  font-weight: normal;
  word-spacing: 3px;
  position: relative;
  padding-top: 2px;
  padding-bottom: 3px;
  border: 1px solid #6c757d;
  color: #6c757d;
  font-weight: 700; }

.fr-view p, .fr-view span, .fr-view p span {
  font-size: 16px; }

.reviews-character-count {
  font-size: 13px;
  color: #777777;
  position: absolute;
  right: 6px; }

.product-multiple-image-main {
  width: 200px;
  float: left;
  margin-right: 15px; }

.product-multiple-image-main ~ .caption {
  width: calc(100% - 215px) !important; }

.product-multiple-image {
  border: 1px solid #ddd;
  text-align: center; }

.product-multiple-image .carousel-item {
  position: relative; }

/*.product-multiple-image .carousel-item img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;}*/
.product-multiple-image .carousel-control-next, .product-multiple-image .carousel-control-prev {
  color: #444;
  font-size: 30px; }

.carousel-indicators {
  margin: 0; }

.carousel-indicators li {
  width: 25px;
  background-color: #1fae66; }

.related-certificate .img-sprite.dataicon {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-position: -90px -114px;
  margin-top: 2px; }

/*Atul css*/
.wrapper-inner {
  background-color: #fff;
  padding: 0px 0 30px 0;
  min-height: 600px; }

.home-add-manu-box .add-manubox-inner {
  padding: 40px;
  text-align: center; }

.page-heading {
  border-bottom: 1px dotted #666;
  margin-bottom: 14px; }

.page-heading h1 {
  border-bottom: 2px solid #1fae66;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: -1px;
  font-size: 24px;
  margin-top: 0;
  font-weight: 700; }

.advertise-with-us .page-content, .about-us .page-content, .job-details .job-discription, .community .ans-text-box, .review .review-content, .spec-bottom-text p {
  font-size: 16px;
  line-height: 1.6 !important; }

.adevertise {
  background-color: #f2f2f2;
  border: 1px solid #ddd; }

.adevertise .btn-box {
  padding: 30px; }

.adevertise h3 {
  margin: 0;
  display: block;
  background-color: #f1f1f1;
  color: #333;
  padding: 8px 10px;
  border-bottom: 1px solid #1fae66;
  font-size: 20px;
  text-align: center; }

.spec-bottom-text ul li {
  font-size: 16px; }

.add-manufacturer #divAddManufacturer .input-group .input-group-addon {
  background-color: #1fae66;
  border-color: #1fae66; }

.border-leaderboard {
  padding: 10px; }

.leaderboard {
  margin: 0 auto;
  width: 728px;
  height: 90px; }

#toast-container {
  position: fixed;
  z-index: 999999; }

.toast-top-right {
  top: 12px;
  right: 12px; }

/*.card-header {padding: 0.75rem 0.55rem!important;}*/
.card-header.bg-secondary h4 {
  color: #fff; }

/*img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-height: 100%;max-width: 100%;padding: inherit;}*/
/*Edit by Ashwini mann*/
.bg-gray {
  background-color: #eee !important; }

.rating-box i {
  font-size: 18px;
  padding: 0 1px;
  color: #ffd119;
  text-decoration: none; }

.right-panel {
  background-color: #f9f9f9;
  padding: 10px; }

.right-panel .adbox > div {
  margin-left: auto;
  margin-right: auto; }

.right-panel .adbox label {
  font-size: 12px;
  color: #949494;
  font-weight: 400;
  margin-bottom: 5px; }

#loader, #smallLoader, #loader1, #loaderOffer {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  display: block;
  justify-content: center;
  align-items: center;
  display: flex; }

#loader1, #loaderOffer {
  position: absolute; }

#loaderOffer center {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#loaderOffer center p {
  color: #fff; }

/*-----------------Pagination CSS Start-----------------------*/
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #1fae66; }

.pagination > span {
  white-space: nowrap; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > .active-alphabet > a {
  background-color: #198b52 !important;
  border-color: #198b52 !important;
  color: #fff !important; }

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 139, 82, 0.24); }

/*----------------------Buttons-----------------------------*/
.btn-xs {
  padding: .05rem .5rem;
  font-size: .740rem; }

.btn-lg {
  font-size: 1.125rem !important; }

/*.modal-header, #Answerdiv .card-header, .ask-question .card-header, #AddArticlePopup .card-header, #AddQuestionPopup .card-header, .step-2-modal .card-header{background: #e7f9ed!important;padding: 10px 15px !important;}*/
.modal-header, #Answerdiv .card-header, .ask-question .card-header, #AddArticlePopup .card-header, #AddQuestionPopup .card-header, .step-2-modal .card-header {
  background: #ffffff !important;
  padding: 10px 15px !important;
  border-bottom: none; }

/*#AddQuestionPopup .btn-danger, .btn.btnArticleClose{box-shadow: 0 3px #d72f29;}*/
.card-dark > .card-header, .card-dark > .card-footer {
  background: #565656 !important; }

.card-dark h4, .card-dark h5 {
  color: #fff;
  margin-bottom: 0px; }

/*-----------------Companies Page----------------*/
.companies .abfilters > .pagination-sm > li > a, .abfilters > .pagination-sm > li > span {
  font-size: 12px;
  padding: 4px 6.5px;
  font-weight: 400; }

.companies .abfilters .page-link {
  padding: 0.3rem .39rem; }

.companies .left-panel ul li:hover {
  background-color: #dcf9e7; }

.companies .abfilters .pagination {
  margin: 0rem 0rem .8rem 0rem !important;
  flex-wrap: wrap;
  justify-content: normal; }

.companies .list-group-item a {
  font-size: 16px; }

/*----------------Equipment Directory--------------*/
.equipment-directory .pcb-services h4 a {
  color: #1fae66; }

/*----------------Job Details----------------------*/
.job-details .details-logo {
  height: 150px;
  width: 150px;
  margin-top: 0;
  border: 1px solid #ebebeb;
  background-color: #fff;
  position: relative;
  padding: 5px; }

.job-details .d-t li {
  padding: 5px;
  border: 1px solid #ebebeb;
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 7px; }

.job-details .global-widget .image-wrapper {
  padding: 5px !important; }

.jobs .filters .single-filter .seacrh-filter {
  margin-bottom: 10px; }

.filters .country-search {
  position: relative; }

#MoreDataPopups .modal-body ul li {
  padding: 2px 10px; }

#MoreDataPopups .modal-body ul li a {
  /*border: 1px solid #e7e7e7;*/
  display: block;
  padding: 4px 0px 4px 10px;
  /*background: #f9f9f9;*/ }

#MoreDataPopups .modal-header {
  border-bottom: 1px solid #e7e7e7; }

/*-------------------------Jobs Page(Listing)-----------------*/
.jobs .job-listing .job-content {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
  transition: all .2s ease-in-out;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-bottom: 2px solid #ddd; }

.jobs .job-listing .clint-logo {
  float: left;
  height: 120px;
  width: 120px;
  border: 1px solid #ebebeb;
  position: relative; }

.jobs .job-listing .job-content h5 a {
  color: #333 !important; }

.jobs .job-listing .job-content:hover {
  border-bottom-color: #33ae65; }

.jobs .job-listing .job-content h4 a {
  color: #1fae66; }

.jobs .job-about-text {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.btn-link {
  font-weight: 400;
  color: #1C9C5E;
  text-decoration: none; }
  .btn-link:hover {
    color: #1a9359; }
  .btn-link:focus, .btn-link.focus {
    outline: 0;
    box-shadow: none; }

/*----------Manufacturer Directory Pages--------[Use for all directory pages listing]------------*/
.directory-listing li .single-list {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px; }

.directory-listing .single-list .image {
  width: 130px;
  height: 130px;
  border: 1px solid #ddd;
  padding: 5px !important; }

.directory-listing li .single-list h4 {
  margin-bottom: 3px; }

.directory-listing .single-list .image a {
  display: block;
  height: 100%;
  position: relative; }

/*.directory-listing li:first-child .single-list {
    padding-top: 0;
}*/
.directory-listing li:last-child .single-list {
  border: 0; }

.directory-listing .review-count {
  color: #aaa;
  font-size: 12px;
  margin: 0 5px; }

.directory-listing .single-list .profile-btn {
  margin-bottom: 10px; }

.directory-listing .single-list .manu-desc {
  margin: 2px 0px 4px 0px;
  display: block; }

.supply-filter {
  margin-bottom: 2px;
  padding: 7px 10px;
  background: #f7f5f5;
  border: 1px solid #d6d3d3; }

.supply-filter .divSupplyTo {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  align-items: center; }

.supply-filter .divSupplyTo > label {
  flex: 3;
  margin-bottom: 0px; }

.supply-filter .divSupplyTo .checkbox {
  align-content: flex-start;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-top: 5px;
  margin-bottom: 5px; }

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 16px !important;
  min-height: 16px !important;
  margin-bottom: 0px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -7px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 8px; }

.slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 100%; }

input:checked + .slider {
  background-color: #2196f3; }

input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.single-box-fileuploader {
  background-color: #f6f6f6;
  margin-bottom: 8px;
  position: relative; }

.equipments-tabs .directory-listing .single-list .manu-details .manu-country li {
  display: inline-block;
  position: relative;
  margin: 0px 4px 0px 0px; }

.equipments-tabs .directory-listing .single-list .manu-details .manu-country li:before {
  content: '|';
  position: relative;
  color: #808080; }

.stretched-link::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
  cursor: pointer; }

.city-down {
  position: relative;
  text-decoration: none;
  font-size: 13px; }

.city-down:hover {
  position: relative;
  text-decoration: none; }

.city-down.collapsed:after {
  content: "\f107"; }

.city-down:after {
  content: "\f106";
  top: 0;
  right: 0;
  font-family: "PCB Icon";
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 4px; }

/*Get Quote CTA Bottom Fixed*/
/*Industry Filter*/
.industry-filter {
  margin-bottom: 15px;
  background-color: #e9f2f1;
  border: 1px solid #a5ccba;
  border-radius: 4px; }

.industry-filter .industry-heading {
  min-width: 135px;
  margin: 6px; }

.industry-filter .industry-heading h6 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  line-height: 1.5;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #12683F;
  margin-bottom: 0px;
  margin-right: 0px;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #12683F; }

.industry-filter .tab-bar {
  /*background: #fff;*/
  overflow: hidden;
  padding-right: 0px;
  position: relative; }

.industry-filter .left-arrow, .industry-filter .right-arrow {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 5px;
  pointer-events: none; }

.industry-filter .right-arrow {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(to left, #e9f2f1 20%, transparent); }

.industry-filter .left-arrow {
  background: linear-gradient(to right, #e9f2f1 20%, transparent); }

.industry-filter .right-arrow.active, .industry-filter .left-arrow.active {
  display: flex; }

.industry-filter i {
  width: 24px;
  height: 24px;
  padding: 0px 5px 0px 0px;
  cursor: pointer;
  pointer-events: auto;
  text-align: right;
  line-height: 24px; }

.industry-filter ul.tabs {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 6px;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  /*background-color: #f8f8f8; border: 1px solid #eee; border-radius: 4px;*/ }

.industry-filter ul.dragging {
  scroll-behavior: auto;
  cursor: pointer; }

.industry-filter ul::-webkit-scrollbar {
  display: none; }

.industry-filter a.tab {
  /*box-shadow: 1px 1px 8px gainsboro;*/
  display: flex;
  align-items: center;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 18px 6px 12px;
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-right: 0px;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #52bf85;
  cursor: pointer; }

.industry-filter span.tab {
  display: flex;
  align-items: center;
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 18px 6px 12px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-right: 0px;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #52bf85;
  cursor: default; }

.industry-filter span.tab i {
  width: 24px;
  height: 24px;
  padding: 0px 5px 0px 0px;
  cursor: default;
  pointer-events: auto;
  text-align: right;
  line-height: 24px; }

.industry-filter a.tab.active, .industry-filter a.tab.active:hover {
  border: 1px solid #1fae66;
  color: #fff;
  background: #1fae66; }

.industry-filter a.tab:hover {
  color: #197e3f;
  background: #e8fff6; }

/*----------------------Directories Page--------------*/
/*.directories .single-box {margin-bottom: 30px;width: 100%;transition:all .3s ease-in-out;padding:0;}
.directories .single-box:hover{box-shadow: 0 2px 15px rgba(0,0,0,.15) !important;transform:scale(1.05)}
.directories .col-centered {display: inline-block;float: none;}
.directories .single-box {margin-bottom: 30px;width: 100%;}
.directories .single-box .type-image {height: 258px;display: block;border-bottom: 1px solid #ddd;position: relative;}
.directories .single-box .type-image img{transition:all .3s ease-in-out;max-width:96%!important;max-height:96%!important;}
.directories .single-box:hover .type-image img{max-width:98%!important;max-height:98%!important;left:0.8px}
.directories .single-box h4 {text-align: center;font-size: 18px;padding: 10px;width: 100%;margin: 0;}
.directories .single-box h4 a {color: #1fae66!important;}
.directories .col-lg-3 {-ms-flex: 0 0 26%!important;flex: 0 0 26%!important;max-width: 26%!important;}*/
#MoreDataPopups .modal-body ul {
  max-height: 460px;
  overflow: auto;
  margin-bottom: 0px; }

/*---------------------Sign Up---------------------*/
.user-signup .input-group-text, .user-signin .input-group-text, .user-forgotpass .input-group-text, .vendor-login .input-group-text, #divAddManufacturer .input-group-text, #divCreateAnAccount .input-group-text, #signin .input-group-text, #updateForm .input-group-text, #changePasswordForm .input-group-text {
  background: transparent;
  border-radius: 0 !important; }

.user-signup .input-group-text .fa, .user-signup .input-group-text .far, .user-signup .input-group-text .fas, .user-signin .input-group-text .fa, .user-signin .input-group-text .far, .user-signin .input-group-text .fas, .user-forgotpass .input-group-text .fa, .vendor-login .input-group-text .fa, #divAddManufacturer .input-group-text .fa, #divAddManufacturer .input-group-text .fas, #divCreateAnAccount .input-group-text .fa, #divCreateAnAccount .input-group-text .fas, #signin .input-group-text .fa, #updateForm .input-group-text .fa, #changePasswordForm .input-group-text .fa {
  color: #ddd; }

#myTabs > a {
  border-radius: 0px;
  background: #cfdaeb;
  color: #666;
  text-align: center !important;
  flex: 1 1 auto; }

#myTabs > a.active {
  color: #fff !important;
  background-color: #337ab7 !important; }

/*#myTabContent {border: 1px solid #ddd;border-top: none;padding: 15px;border-radius: 0;}*/
#lblRfqDetail .single-box ul li {
  border-bottom: 1px solid #ddd;
  padding: 7px 10px; }

/*#lblRfqDetail .single-box ul li:nth-child(2n+1) {border-right: 1px solid #ddd;}*/
#lblRfqDetail .single-box ul li:last-child {
  border-bottom: none; }

#lblRfqDetail .card-body ul li a:not(.btn) {
  color: #1fae66 !important; }

.dropdown {
  -moz-appearance: none;
  -webkit-appearance: none; }

.dropdown + i {
  position: absolute;
  top: 14px;
  width: 8px;
  height: 9px;
  background: #fcfcfc;
  box-shadow: 0 0 0 12px #fcfcfc;
  pointer-events: none;
  right: 16px; }

.dropdown + i:after, .dropdown + i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown + i:before {
  top: 0;
  border-bottom: 4px solid #ccc; }

.dropdown + i:after {
  bottom: 0;
  border-top: 4px solid #ccc; }

/*-----------------------------------Resource Page-----------------------------*/
.resources .filters .left-filter {
  background: #fff; }

.resources .filters .left-filter .single-filter {
  min-height: 400px; }

.resources .filters .left-filter .single-filter ul li {
  padding: 5px 10px; }

.resources .filters .left-filter .single-filter ul li a {
  color: #1fae66;
  padding: 0px; }

.resources .filters .left-filter .single-filter ul li:after {
  content: ''; }

.resources .filters .filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.resources .table h4 {
  font-size: 18px; }

/*-----------------------------------Search Page---------------------------------*/
.search-page .google-results .gsc-control-cse {
  padding: 0px !important; }

/*----------------------------------Review Page-------------------------------*/
.review .manu-img {
  border: 1px solid #ddd;
  height: 100px;
  width: 100px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #fff; }

.review .rating-manu-detail {
  background: #fafafa;
  padding: 20px; }

.review .rating-manu-detail .review-heading {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
  position: relative;
  margin-bottom: 5px; }

.review .rating-manu-detail h1 {
  font-size: 32px; }

.review .rating-box a {
  font-size: 22.3958px;
  padding: 0 1px;
  cursor: pointer;
  color: #ffd119;
  text-decoration: none; }

.review .rating-part label, .review .review-form label {
  font-weight: 500; }

.review .frequently-use ul li a {
  display: block;
  line-height: 24px;
  white-space: nowrap;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.57) 85%, rgba(233, 232, 226, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(85%, rgba(255, 255, 255, 0.57)), color-stop(100%, rgba(233, 232, 226, 0.5)));
  background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.57) 85%, rgba(233, 232, 226, 0.5) 100%);
  background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.57) 85%, rgba(233, 232, 226, 0.5) 100%);
  background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.57) 85%, rgba(233, 232, 226, 0.5) 100%);
  border-radius: 3px;
  border: 1px solid #e9e8e2;
  font-size: 1.167em;
  color: #2c2c2c;
  padding: 10px 20px;
  text-decoration: none;
  margin-bottom: 15px;
  text-align: center;
  transition: all .3s ease-in-out; }

.review .frequently-use ul li a:hover {
  color: #00a680;
  border: 1px solid #00a680;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.review .frequently-use ul li a.selected {
  color: #fff;
  border: 1px solid #00a680;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: #00a680 !important; }

/*-------------------------------Whitepaper Home------------------------*/
.whitepapers-home .featured-whitepapers .max-logo, .whitepaper-detail .featured-whitepapers .max-logo {
  height: auto;
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 4px !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }

.whitepapers-home .featured-whitepapers .max-logo img, .whitepaper-detail .featured-whitepapers .max-logo img {
  position: static !important;
  padding: unset !important; }

.whitepapers-home .featured-whitepapers .caption h4, .whitepaper-detail .featured-whitepapers .caption h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px; }

.whitepapers-home .featured-whitepapers .org-text {
  display: block;
  color: #777;
  font-size: 12px; }

.whitepapers-home .wp-widget-section .card {
  border-top-color: transparent !important;
  border-radius: 0 !important;
  border-top: 2px solid #1fae66 !important; }

.whitepapers-home .widget-latest-wp .img-holder {
  display: block;
  height: 59px;
  border: 1px solid #ddd;
  position: relative; }

.whitepapers-home .widget-latest-wp h4 {
  display: block;
  line-height: 1.3;
  margin-bottom: 3px;
  font-size: 14px !important;
  font-weight: 500 !important; }

.whitepapers-home .widget-tag-cloud ul li {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 5px 3px;
  float: left;
  padding-bottom: 0px !important; }

.whitepapers-home .widget-tag-cloud ul li a {
  padding: 5px 10px;
  line-height: 25px;
  font-size: 14px; }

.whitepapers-home .max-logo img, .whitepaper-detail .featured-whitepapers .max-logo img, .whitepaper-detail .whitepaper-description .img-holder img, .whitepapers-search .wp-search-results .img-holder img, .photo-wrapper img, .add-manufacturer .profile-image img, .directory-listing .single-list .image a img, .job-details .details-logo img, .job-details .global-widget .image-wrapper img, .directories .single-box .type-image img, .review .manu-img img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  padding: inherit !important; }

.photo-wrapper img {
  border: none !important; }

.more-whitepaper-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 34px;
  width: 32px; }

.whitepapers-home .featured-whitepapers .max-logo img, .whitepaper-detail .featured-whitepapers .max-logo img {
  position: static !important;
  padding: unset !important; }

/*---------------------------Whitepaper Search--------------------------*/
.whitepapers-search .wp-search-results li {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
  padding-bottom: 10px; }

.whitepapers-search .wp-search-results .image-wrapper {
  height: auto;
  width: 120px;
  margin-right: 10px;
  float: left;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }

.whitepapers-search .wp-search-results .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100px; }

.whitepapers-search .wp-search-results .caption {
  width: calc(100% - 130px);
  float: left; }

.whitepapers-search .wp-search-results li:last-child {
  border-bottom: none; }

.whitepapers-search .wp-search-results li h4 {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.3; }

.whitepapers-search .records-found {
  display: block;
  background: #f3f9f5;
  padding: 5px 10px;
  color: #1fae66;
  margin-bottom: 10px; }

/*----------------------------Whitepaper Details-----------------------*/
.whitepaper-detail .whitepaper-description .img-holder {
  width: 100%;
  height: 100px;
  position: relative; }

.whitepaper-detail .topic-heading h2 {
  font-size: 20px !important; }

.whitepaper-detail .media-list.new-whitepapers li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.whitepaper-detail .media-list.new-whitepapers li .pdf-icon {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px; }

.whitepaper-detail .media-list.new-whitepapers li .title {
  width: calc(100% - 60px);
  float: left; }

.whitepaper-detail .media-list.new-whitepapers li {
  border-bottom: 1px solid #ddd;
  height: 100%;
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

/*---------------------------Videos--------------------------*/
/*.videos-home{}
.videos-home .top-filter{padding:10px 5px!important;}
.videos-home .video-list .single-list{}
.videos-home .video-list .single-list .image-wrapper{height: 141px; width: 100%; border: 1px solid #ddd; margin: 0 0 10px; overflow: hidden; position: relative; display: block; padding: 2px; border-radius: 4px; }
.videos-home .video-list .single-list .image-wrapper img{ position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 100%; max-width: 100%; padding: inherit !important; }
.videos-home .video-list .single-list .image-wrapper .play-icon { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 98%; max-height: 29%; color: red; cursor: pointer; text-align: center; }
.videos-home .video-list .single-list .caption h4 {font-weight: 500; font-size: 14px; line-height: 20px; margin-bottom: 3px; }
.videos-home .video-widget-section .card { border-top-color: transparent !important; border-radius: 0 !important; border-top: 2px solid #1fae66 !important;margin-bottom: 20px; }
.videos-home .latest-video .image-box { display: block; height: 56px; border: 1px solid #ddd; position: relative; }
.videos-home .latest-video .image-box img { position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 95%; max-width: 95%; padding: inherit !important; }
.videos-home .latest-video h4 { display: block; line-height: 1.3; margin-bottom: 3px; font-size: 14px !important; font-weight: 500 !important; }
.videos-home .latest-video li{ width: 100%; border-bottom: 1px solid rgba(0,0,0,.125); margin-bottom: 10px; padding-bottom: 10px; display: inline-flex; }
.videos-home .latest-video .image-wrapper{ height: 60px; float: left; margin-right: 10px; width: 90px; text-align: center; }
.videos-home .latest-video .image-wrapper .play-icon{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 54%; color: red; cursor: pointer; }
.videos-home .latest-video .caption { width: calc(100% - 100px); float: left; }
.videos-home .latest-video .caption h4{ font-size: 13px; line-height: 18px; font-weight: 600; margin-bottom: 2px; }
.videos-home .tag-cloud .filtersContent ul li { width: auto; border: 1px solid rgba(0,0,0,.125); border-radius: 4px; margin: 5px 3px; display: inline-block; }
.videos-home .tag-cloud .filtersContent ul li a{ padding: 5px 10px; line-height: 25px; font-size: 14px; }
.videos-home .latest-video li:last-child{border:none;margin-bottom:0;}

 
.video-details .featured-videos .image-wrapper,.video-details .related-videos .image-wrapper{height: 152px; width: 100%; border: 1px solid #ddd; margin: 0 0 10px; overflow: hidden; position: relative; display: block; padding: 2px; border-radius: 4px; }
.video-details .featured-videos .image-wrapper img,.video-details .related-videos .image-wrapper img{ position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 100%; max-width: 100%; padding: inherit !important; }
.video-details .featured-videos .image-wrapper .play-icon,.video-details .related-videos .image-wrapper .play-icon { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 98%; max-height: 29%; color: red; cursor: pointer; text-align: center; }
.video-details .featured-videos .caption h4,.video-details .related-videos .caption h4 {font-weight: 500; font-size: 14px; line-height: 20px; margin-bottom: 3px; }
.social-share { border: 1px solid rgba(0,0,0,.125); padding: 5px; margin-bottom: 15px; background-color: #eee; }
.social-share .addthis_inline_share_toolbox { display: inline-block; margin-bottom: -5px; float: right; }
.social-share-box { background-color: #f6f6f6; border: 1px solid #eee; padding: 5px 8px; clear: both; display: flex; margin-bottom: 25px; }
.social-share-box h4 { display: table-cell; margin: 0 10px 0 0; float: left; font-size: 17px; font-weight: 600; line-height: 25px; }
.social-share-box .addthis_inline_share_toolbox { margin-bottom: -5px; }

    */
/*.manufacturers-profile .related-videos li{ width: 100%; border-bottom: 1px solid rgba(0,0,0,.125); margin-bottom: 10px; padding-bottom: 10px; display: inline-flex; }
.manufacturers-profile .related-videos li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}
.manufacturers-profile .related-videos .image-wrapper{ height: 60px; float: left; margin-right: 10px; width: 90px; text-align: center; }
.manufacturers-profile .related-videos .image-wrapper .play-icon{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 42%; color: red; cursor: pointer; }
.manufacturers-profile .related-videos .image-wrapper .play-icon i{font-size:1.5rem;}
.manufacturers-profile .related-videos .caption { width: calc(100% - 100px); float: left; }
.manufacturers-profile .related-videos .caption h4{ font-size: 13px; line-height: 18px; font-weight: 600; margin-bottom: 2px; }

.manufacturers-profile .tag-cloud .filtersContent ul li a{ padding: 5px 10px; line-height: 25px; font-size: 14px; }
.manufacturers-profile .latest-video li:last-child{border:none;margin-bottom:0;}*/
/*--------------------------------FAQS---------------------*/
.faqs .accordion > .card {
  border-radius: 0px !important; }

.faqs .accordion > .card > .card-header {
  background: #fff; }

.faqs .card .card-header h5 a {
  color: #999;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  padding: 0px 13px;
  align-items: center;
  margin-left: 5px; }

.faqs .card .card-header h5 a:before {
  line-height: 1;
  font-family: 'PCB Icon';
  position: absolute;
  left: 15px;
  content: "\f059";
  font-size: 14px;
  font-weight: 900; }

.faqs .card .card-header h5 a.collapsed:after {
  content: "\f0fe"; }

.faqs .card .card-header h5 a:after {
  line-height: 1;
  font-family: 'PCB Icon';
  position: absolute;
  right: 15px;
  content: "\f146";
  font-size: 14px;
  font-weight: 900; }

.faqs .nav-tabs {
  background-color: #1fae66;
  border-bottom: none; }

.faqs .nav-tabs .nav-link {
  color: #fff;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #198b52;
  border-radius: 0px !important; }

.faqs .nav-tabs .nav-link.active, .faqs .nav-tabs .nav-link:hover {
  background: #198b52; }

/*.community-details .fr-placeholder, .community .fr-placeholder {margin-top:-400px!important;}*/
/*----------------Calculator CSS Start------------------------*/
.calc-home .listedComp {
  border-top: 2px solid #197e3f !important;
  margin-bottom: 20px; }

.calc-home .listedComp .card-header {
  background-color: #ebebeb !important;
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 18px;
  padding: 6px 10px; }

.calc-home .searchbar {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ddd; }

.calc-home .searchbar .input-group-box .fa-search {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 15px;
  color: #717171; }

.calc-home .searchbar .input-group-box .form-control {
  padding-left: 36px !important;
  width: 100% !important; }

.calc-home .searchbar .input-group-box {
  position: relative; }

.calc-home .calc-blocks {
  margin-bottom: 0; }

.calc-home .calc-blocks .single-link {
  margin-bottom: 10px; }

.calc-home .calc-blocks .single-link a {
  font-weight: normal; }

.calc-home .listedComp .card-body {
  padding-bottom: 10px; }

.calc-details .calc-big-box .btn {
  box-shadow: none; }

.modal-body img {
  max-height: 100%;
  max-width: 100%; }

.calc-details .text-small {
  display: inline; }

/*.calc-details .page-title h1{border-bottom:1px solid #d0d0d0;font-weight: normal;font-size: 25px;}*/
.calc-details .green {
  color: #197e3f; }

.calc-details .in-to {
  min-width: 80px;
  padding: 5px;
  height: 34px;
  width: 35%;
  text-align: right;
  font-weight: 700;
  font-size: 15px;
  line-height: 37px; }

.calc-details .adbox {
  margin-bottom: 25px; }

.calc-details .input-group .input-group-text {
  min-width: 75px;
  text-align: center;
  display: inline-block;
  font-size: 14px; }

.img-close {
  padding: .4rem .8rem 0 !important;
  margin: 0 0 0 auto !important; }

.calc-details .form-control {
  border-radius: 2px;
  font-size: .9rem; }

.calc-details .calc-desc {
  margin-bottom: 15px; }

.calc-details .calc-big-box {
  background-color: #f6f6f6 !important;
  padding: 20px 15px 0 15px !important;
  border: 1px solid #ccc !important;
  margin-bottom: 20px !important;
  margin-top: 10px; }

.calc-details .calc-big-box .calcbox {
  padding: 0 1em 1em 1em;
  border: none;
  border-right: 1px solid #ddd; }

.calc-details .calc-big-box .topimage, .rit_formula {
  background-color: #fff !important; }

.calc-details .calc-big-box .topimage img {
  max-width: 100%;
  max-height: 100%; }

.calc-details .calc-big-box .calcbox h3 {
  margin-top: 0 !important; }

.calc-details .calc-big-box .calcbox h3 {
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500; }

.calc-details .calcbox {
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 1em 2em;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.calc-details .result-box {
  width: 100%;
  background-color: #fcf2e2;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ffe8c1; }

.calc-details .result-box .heading {
  margin-bottom: 5px !important;
  font-weight: 700;
  color: #09733d; }

.calc-details .result-box .inner-result {
  width: 80%;
  margin: 0 auto; }

.calc-details .result-box ul.result-row {
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #cd7e09;
  text-align: center;
  list-style: none; }

.calc-details .result-box ul.result-row li {
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px; }

.calc-details .result-box ul.result-row li .attribute, .result-box ul.result-row li .value {
  display: block; }

.calc-details .result-box ul.result-row li .value .label {
  height: 34px;
  width: 75%;
  background: #f1f1f1;
  border: 1px solid #ddd;
  padding: 5px;
  color: #333;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  float: left;
  margin-top: 3px;
  border-radius: 0; }

.calc-details .result-box .full {
  width: 100% !important; }

.calc-details .inner-result .one-unit {
  float: left;
  margin-top: 3px;
  width: 25%;
  line-height: 16px; }

.calc-details .one-unit {
  width: 20%;
  background-color: #f4f4f4;
  color: #333;
  padding: 8px;
  height: 34px;
  float: left;
  border: 1px solid #ccc;
  border-left: 0 solid #fff;
  text-align: center; }

.calc-details .result-box .result-row dt {
  width: auto;
  float: left;
  vertical-align: middle; }

.calc-details .result-box .result-row dd {
  float: left; }

.calc-details .btm_formula {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: .8em;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center; }

.calc-details .rit_formula {
  text-align: center;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px; }

.calc-details .btm_formula img {
  width: auto;
  max-width: 100%; }

.calc-details .btm_formula img.big {
  max-width: 100% !important; }

.calc-details .description {
  font-size: 16px;
  color: #333;
  line-height: 21px;
  margin-bottom: 15px; }

.calc-details .description h1 {
  font-size: 28px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #262626; }

.calc-details .topimage {
  text-align: center;
  border: 1px dashed #ddd;
  padding: 20px;
  margin: 0 0 10px;
  position: relative;
  box-sizing: border-box; }

.calc-details .topimage:hover {
  cursor: pointer; }

.calc-details .click-img {
  background-color: #f8f8f8;
  color: #333;
  font-size: 11px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  position: absolute; }

.calc-details .topimage:hover .click-img {
  color: #239650;
  background-color: #d5f9e3; }

.calc-details .single-box-calc {
  margin-bottom: 30px; }

.calc-details .tbl {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  float: right;
  margin-bottom: 10px; }

.calc-details .tbl h3 {
  padding: 8px 0;
  text-align: center;
  background-color: #eae8e8;
  margin: 0;
  font-size: 16px;
  font-weight: 600; }

.calc-details .tbl table.tbldata {
  border-top: 1px solid #ddd; }

.calc-details .tbldata tr td {
  padding: 8px 0;
  width: 50%;
  border-bottom: 1px solid #ddd;
  text-align: center; }

.calc-details .tbldata tr:nth-child(2n) td {
  background: none repeat scroll 0 0 #f8f8f8; }

.calc-details .loadingTee {
  text-align: center; }

.calc-details .calclink {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  z-index: 0;
  border-radius: 0; }

.calc-details .calclink ul {
  margin-bottom: 0; }

.calc-details .calclink ul li a {
  display: inline-block;
  padding: 3px; }

.calc-details .calclink h3 {
  padding-bottom: 2.2%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2%;
  margin-top: 0;
  font-size: 18px; }

.calc-details .calc-big-box .caclfld .form-group a {
  padding-top: 10px;
  display: block; }

.calculator-widget #btnOpenCalculatorWidget {
  border-radius: 4px !important; }

.calculator-widget #btnOpenCalculatorWidget.open {
  border-radius: 4px 4px 0 0 !important; }

.calculator-widget #calculatorInRHS {
  border: solid 1px #bd2130;
  border-radius: 0 0 4px 4px; }

.calculator-widget #calculatorInRHS li {
  width: 100%;
  padding: .45rem .15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.calculator-widget #calculatorInRHS li a {
  color: #666; }

.calculator-widget #calculatorInRHS li a:hover {
  color: #1fae66; }

.no-result {
  text-align: center;
  padding: 1rem;
  clear: both; }

.comming-msg {
  text-align: center;
  text-align: center;
  padding: 3rem 0; }

.form-control::placeholder {
  color: #cacaca !important;
  opacity: 1;
  font-weight: normal;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  color: #cacaca !important;
  opacity: 1;
  font-weight: normal;
  /* Internet Explorer 10-11 */ }

.form-control::-ms-input-placeholder {
  color: #cacaca !important;
  opacity: 1;
  font-weight: normal;
  /* Microsoft Edge */ }

.quote-small {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap; }

.back-submit-block {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap-reverse; }

.back-submit-block a {
  margin: 5px; }

/*New Company Profile Page*/
.show-rating {
  margin-top: 6px; }

/*Ends New Company Profile Page*/
.profile.sticky {
  position: sticky;
  top: 0px;
  background: #e8e8e8;
  z-index: 2;
  border-bottom: 1px solid #ddd; }

.profile.sticky .image-wrapper {
  height: 170px; }

.profile.sticky .caption .caption-left .profile-details ul li:nth-child(odd), .profile.sticky .caption .manu-social {
  display: none; }

.profile.sticky + fr-view {
  display: none; }

/*.manufacturers-profile .profile.sticky {padding: 5px;margin-right: -15px;margin-left: -15px;}*/
.new-design .tab-content-new h2 {
  background: none !important;
  font-size: 18px !important;
  padding: 0px 6px 9px 6px; }

.new-design .quote-form-vertical > .card-header {
  background-color: transparent;
  padding: 10px 2px 5px !important;
  line-height: 1.2; }

.services-layout {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 44px;
  background: #f9f9f9;
  /*overflow-y: auto;*/
  z-index: 1;
  margin-bottom: 15px; }

.services-layout:after {
  content: " ";
  position: absolute;
  top: 30px;
  bottom: 0;
  border-right: 1px solid #bfeed7;
  /*left: 175px;*/
  right: 0; }

.services-layout .services {
  height: 100%; }

/*max-height: calc(100vh - 100px);*/
.services-layout .services:after {
  content: "";
  display: block;
  float: right;
  width: 140px;
  margin-right: 15px;
  margin-top: 16px; }

.services-layout .services .services-heading {
  width: 100%;
  background: #444;
  padding: 4px 10px 6px 10px;
  text-align: center; }

.services-layout .services h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px; }

.services-layout .services-links-holder .services-links, .services-modal .modal-body ul li .services-name .services-links a {
  text-align: center;
  border-bottom: 1px solid #1fae66; }

.services-layout .services-links-holder .services-links a {
  border-right: 1px solid #bdecd5; }

.services-layout .services-links-holder .services-links a:last-child {
  border-right: none; }

.services-layout .services-links-holder .services-links a, .services-modal .modal-body ul li a {
  text-decoration: none !important;
  display: block;
  width: 20%;
  float: left;
  background-color: #d6f5e6; }

.services-layout .services .services-links-holder .services-links .services-name, .services-modal .modal-body ul li .services-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  font-size: 15px;
  color: #282c3f;
  padding: 10px 15px;
  font-weight: 400;
  margin-right: 0px;
  text-align: center;
  text-decoration: none; }

/*.services-layout .services .services-links-holder .services-links .services-name.active, .services-layout .services .services-links-holder .services-links .services-name:hover {color: #1fae66;border-bottom: 5px solid #1fae66;-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}*/
.services-layout .services .services-links-holder .services-links .services-name.active, .services-layout .services .services-links-holder .services-links .services-name:hover {
  position: relative; }

.services-layout .services .services-links-holder .services-links .services-name.active::after, .services-layout .services .services-links-holder .services-links .services-name:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1fae66;
  height: 3px; }

.services-layout .services .services-links-holder .services-links .services-name.active::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #1fae66;
  top: 83%;
  transform: rotate(45deg);
  text-align: center;
  left: 0;
  right: 0;
  margin: auto; }

.services-modal .modal-body ul li .services-name:hover {
  color: #1fae66; }

.services-layout .services .services-links-holder .services-links .services-name.disabled, .services-modal .modal-body ul li .services-name.disabled {
  color: #a0c1b0;
  background: #e6f7ef; }

.services-layout .services .services-links-holder .services-links .services-name.disabled:hover, .services-modal .modal-body ul li .services-name.disabled:hover {
  cursor: not-allowed;
  border-right: none; }

.services-modal .modal-body {
  background: #d6f5e6 !important; }

.services-modal .modal-body ul {
  background: #d6f5e6; }

.checklist-filter .single-list .list-group-item {
  background: #fff !important; }

.tab-content-new {
  flex-grow: 1;
  min-width: 534px; }

.tab-content-new .single-list h4 {
  background: #f5f5f5;
  margin: 0px;
  padding: 7px;
  border-radius: 3px;
  font-size: 16px; }

.new-design .quote-form-vertical {
  position: sticky;
  top: 45px;
  border: none; }

/*.review-btn, .show-review-btn {margin-top: 13px;}*/
.review-btn a {
  font-size: 0.80rem !important; }

.show-review-btn a {
  font-size: 14px; }

.review-block, .overall-rating-container {
  display: flex;
  justify-content: space-between; }

.reviews-listing .attribute h4 {
  font-size: 18px; }

.attribute {
  flex: 1; }

.rating-box {
  display: inline-block;
  margin-top: 0px !important; }

.review-block {
  border-bottom: 1px solid #94e3bd; }

.review-block label {
  margin-right: .2rem;
  margin-bottom: 0; }

.review-block i {
  font-size: 13px;
  padding: 0px 1px; }

.rating-heading {
  padding: 6px;
  border-bottom: 1px solid #1fae66;
  margin-bottom: 0; }

/*.rating-overall {margin-top: 3px;}*/
@media (max-width: 575px) {
  .tab-content-new {
    width: 100%;
    padding: 0px; }
  .fill-quote-form {
    width: 65% !important; }
  .actions.in-mobile {
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto !important; }
  .actions.in-mobile a {
    width: 75% !important; }
  .search-page .product-list .product-box .actions {
    opacity: 1; }
  .search-page .product-list .product-box .products-list-box .allproduct .actions {
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: auto; }
  .search-page .product-list .product-box .products-list-box .allproduct .card-body .manu-name h4 {
    font-size: 18px; }
  .search-page .product-list .product-box .actions a.btn-outline-primary {
    background-color: #239650;
    border-color: #197e3f;
    color: #fff !important; }
  /*  .manufacturers .directory-listing .single-list .action-btn{margin:0;}*/
  .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.selectedManus {
    background-color: #023047;
    border-color: #023047;
    color: #fff !important; }
  /*  .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.checkboxView{
        background-color: transparent;
        border-color: transparent;
        color: #444 !important;
        padding:0;
        
    }
   .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.checkboxView.selectedManus{
        background-color: transparent;
        border-color: transparent;
        color: #444 !important;
        padding:0;
      
    }
   .manufacturers .directory-listing .single-list .action-btn{margin:0;}*/
  .manufacturers .directory-listing .single-list .bottom-field {
    background: none; }
  .manufacturers .directory-listing .single-list .manu-details h2.visit-website-heading {
    width: 100%; }
  .manufacturers .directory-listing .single-list .bottom-field .action-btn .btn {
    width: 100% !important; }
  .manufacturers .directory-listing .single-list .bottom-field .action-btn .btn span {
    justify-content: center; } }

.service-btn-mobile {
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none; }

.service-btn-mobile .btn-blue {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 125px;
  height: 40px;
  pointer-events: auto;
  opacity: 0.9;
  box-shadow: none !important;
  border-radius: 22px; }

.service-btn-mobile .btn-blue:hover, .service-btn-mobile .btn-blue:focus {
  opacity: 1; }

.services-modal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.services-modal.modal {
  padding: 20px;
  z-index: 999999999999; }

.manufacturers-profile .modal-dialog-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: end;
  min-height: calc(100% - 1rem); }

.zoom-in {
  transform: scale(0) !important;
  opacity: 0;
  -webkit-transition: 0.5s all 0s;
  -moz-transition: 0.5s all 0s;
  -ms-transition: 0.5s all 0s;
  -o-transition: 0.5s all 0s;
  transition: 0.5s all 0s;
  display: block !important; }

.zoom-in.show {
  opacity: 1;
  transform: scale(1) !important;
  transform: none; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-top-width: 0.25em;
  border-right-color: currentcolor;
  border-right-width: 0.25em;
  border-bottom-width: 0.25em;
  border-left-width: 0.25em;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  margin-right: 5px; }

.spinner-border-sm {
  width: 1.2rem;
  height: 1.2rem;
  border-width: .1em; }

/* Interview CSS*/
/*.interviews .featured-interview {position: relative;width: 100%;background-color: #eee;margin-bottom: 0;border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0px;transition: all 0.3s ease;overflow: hidden;}
.interviews .interviews-big-thumb {width: 100%;height: 350px;border-bottom: 1px solid rgba(0,0,0,.125);position: relative;background: #fff;}
.interviews .interviews-big-thumb img {position: absolute;max-width: 100%;max-height: 100%;margin: auto;top: 0;bottom: 0;left: 0;right: 0;}
.interviews .interview-list .image-wrapper{width: 100%;height: 241px;border:none; border-bottom:1px solid #dee2e6;border-radius: 0;}
.interviews .featured-interview .interviews-details {max-height: 100%;min-height: 100%;margin-bottom: 0;padding: 10px;overflow: hidden;}
.interviews .featured-interview .interviews-details h4 {font-size: 18px;margin-bottom: 0;line-height: normal;}
.interviews .interview-list .single{height:100%;border: 1px solid #dee2e6;}
.interviews .interview-list li{margin-bottom: 20px;}
.interviews .interview-list .caption .short_data{margin: 5px 0;}
.interviews .interview-list .caption .short_data > li{color:#6c757d;display: inline-block;padding: 0 10px 0 0;border-right: 1px solid #ddd;margin-right: 10px;font-size: 12px;margin-bottom: 0;}
.interviews .interview-list .caption .short_data > li:last-child{border-right:none;}
.interview-details .description img {background-color: #fff;border: #ddd solid 1px;padding: 5px;}
.interviews .more {bottom: 0;left: 0;right: 0;margin: 0 -1px;position: absolute;}
.interviews .featured-interview .more {position: static;}
.interviews .more a {background-color: #1fae66;border-color: #1fae66;color: #ffffff;padding: 10px;display: block;text-align: center;font-weight: 500;font-size: 15px;text-decoration: none;}
.interviews .more a:hover {background-color:#198b52;}
.interviews .interviewee-small .interviews-small-thumb .image-wrapper img {max-width: 100%;max-height: 100%;}
.interviews .interviews-title-box {width: 100%;padding: 10px;overflow: hidden;margin-bottom: 42px;}
.interviews .interviews-title-box h4 {font-size: 19px;margin-bottom: 0;line-height: normal;}
.interviews .interviewee-small .interviews-small-thumb {position: relative;width: 100%;background-color: #eee;height: 100%;border: solid 1px rgba(0, 0, 0, 0.125);}
*/
/* Interview CSS END*/
.interview-detail .social-share {
  border: solid 1px rgba(0, 0, 0, 0.125);
  padding: 5px;
  margin-bottom: 15px;
  background-color: #eee; }

.latest-interviews .single-list .image-wrapper {
  height: 155px;
  margin-bottom: 8px;
  width: 100%; }

.latest-interviews .single-list .caption h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px; }

.latest-interviews .single-list {
  margin-bottom: 10px; }

/*Inactivity Modal CSS Start here*/
.modal-after-inactivity {
  max-width: 900px; }

.modal-after-inactivity.modal-dialog {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 12%, 0); }

.modal-after-inactivity .subscribe-form-box {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.modal-after-inactivity .modal-content {
  border-radius: 0; }

.modal-after-inactivity .modal-header {
  background-color: transparent !important;
  padding: 0 !important;
  min-height: 0;
  border: none !important; }

.modal-after-inactivity .modal-header .close {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1;
  opacity: 1;
  border-radius: 100%;
  padding: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 35px;
  color: #666; }

.modal-after-inactivity .subscribe-form-box .left-box {
  padding: 20px 15px;
  width: 55%;
  float: left; }

.modal-after-inactivity .subscribe-form-box .left-box h3 {
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 5px;
  font-weight: 600; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list {
  margin-top: 15px; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list ul {
  display: flex;
  flex-wrap: wrap; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list ul li {
  margin-bottom: 10px; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .single-box {
  height: 100%; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list ul li:nth-child(4) .single-box, .modal-after-inactivity .subscribe-form-box .left-box .news-product-list ul li:nth-child(5) .single-box {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 10px; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .news-product-img {
  height: 141.3px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: none; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .news-product-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 95%;
  max-width: 95%; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .news-product-info h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  overflow-wrap: break-word; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .news-product-info h4 a {
  color: #333;
  text-transform: none; }

.modal-after-inactivity .subscribe-form-box .left-box .news-product-list .news-product-info h4 a:hover {
  color: #1fae66; }

.modal-after-inactivity .subscribe-form-box .right-box {
  padding: 50px 30px 40px 30px;
  width: 45%;
  float: right;
  text-align: center;
  background-color: #f2f3f3; }

.modal-after-inactivity .subscribe-form-box .right-box h4 {
  font-weight: 500;
  color: #1fae66;
  font-size: 18px;
  margin-bottom: 8px; }

.modal-after-inactivity .subscribe-form-box .right-box h2 {
  font-weight: 600;
  color: #1fae66;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 25px; }

.modal-after-inactivity .subscribe-form-box .logo {
  margin-bottom: 0;
  margin-top: 25px; }

.modal-after-inactivity .subscribe-form-box .logo img {
  max-height: 50%;
  max-width: 50%; }

.modal-after-inactivity .subscribe-form-box p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #5e5e5e; }

.modal-after-inactivity .subscribe-form-box a {
  border-radius: 2px; }

.modal-after-inactivity .subscribe-form-box .form-control {
  border-radius: 0; }

.modal-after-inactivity .subscribe-form-box .input-group-text {
  border-radius: 0;
  min-width: 48px;
  background-color: #f9f9f9 !important;
  border-color: #979797; }

.modal-after-inactivity .subscribe-form-box .input-group-text i {
  font-size: 22px; }

.modal-after-inactivity .featured-native-ad {
  background-color: #fffee1;
  border: 1px solid #fbf8c2;
  border-radius: 3px; }

.modal-after-inactivity .featured-native-ad a {
  padding: 8px;
  display: block; }

.modal-after-inactivity .featured-native-ad a:hover h4 {
  text-decoration: underline; }

.modal-after-inactivity .featured-native-ad .featured-img {
  margin-right: 15px;
  height: 100%;
  width: 175px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px; }

.modal-after-inactivity .featured-native-ad .featured-img img {
  border-radius: 2px; }

.modal-after-inactivity .featured-native-ad h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  float: left;
  width: calc(100% - 205px);
  line-height: 25px; }

.modal-after-inactivity .top-logo {
  border-bottom: 1px solid #ddd;
  background-color: #e7e6e6;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  height: 50px; }

.modal-after-inactivity.registered .subscribe-form-box .right-box {
  padding: 20px 30px 40px 30px;
  text-align: left; }

.modal-after-inactivity.registered .subscribe-form-box .right-box h3 {
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 5px;
  font-weight: 600; }

.modal-after-inactivity.registered .featured-ad-right {
  background-color: transparent;
  border: none;
  margin-top: 15px; }

.modal-after-inactivity.registered .featured-ad-right a {
  display: block; }

.modal-after-inactivity.registered .featured-ad-right a:hover h4 {
  text-decoration: underline; }

.modal-after-inactivity.registered .featured-ad-right .featured-img {
  margin-right: 0;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 2px;
  text-align: center;
  padding: 5px; }

/* background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125);*/
.modal-after-inactivity.registered .featured-ad-right h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 5px 0 5px;
  line-height: 25px;
  text-align: center; }

.modal-after-inactivity .close-modal-bottom {
  background-color: #d9d9d9;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #333333;
  font-weight: 600; }

.modal-after-inactivity .close-modal-bottom:hover {
  background-color: #cecece; }

/*Inactivity Modal CSS End here*/
/*Native Ads*/
.sidebar .card.featured-story {
  margin-bottom: 25px !important; }

.sidebar .card.featured-story .card-header {
  padding: .55rem !important; }

.sidebar .card.featured-story .card-header .card-title {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: 600; }

.sidebar .card.featured-story .card-body {
  padding: .55rem !important; }

.sidebar .featured-story h4 {
  line-height: 22px;
  font-size: 16px;
  margin: 8px 0 0 0 !important;
  border-bottom: none;
  padding-bottom: 0; }

.sidebar .featured-story .card-header.bg-light {
  background-color: #ebebeb !important; }

.sidebar .rf-updates {
  text-align: center; }

.sidebar .rf-updates img {
  max-height: 100%;
  max-width: 100%; }

.featured-native-bottom {
  background-color: #fffee1;
  border: 1px solid #fbf8c2;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 25px; }

.featured-native-bottom .featured-img {
  height: 100%;
  width: 210px;
  float: left;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 2px;
  margin-right: 15px;
  text-align: center;
  margin-bottom: 5px; }

.featured-native-bottom .featured-img img {
  border-radius: 2px;
  max-height: 100%;
  max-width: 100%; }

.featured-native-bottom .featured-text h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 5px 0;
  display: flex; }

.featured-native-bottom .featured-text h4 a {
  color: #197e3f; }

.featured-native-bottom .featured-text p {
  margin-bottom: 0;
  font-size: 13px;
  color: #444; }

.sidebar .card.featured-story .rf-updates {
  border-bottom: solid 1px #ddd; }

/*Native Ads*/
.community .dropdown-menu, .question-details .dropdown-menu {
  min-width: 6rem !important;
  top: 11px !important;
  right: 0px;
  left: auto; }

.services-supported h2 {
  font-size: 25px !important;
  border-bottom: 2px solid #1fae66 !important;
  padding: 0 0 8px 0 !important;
  margin-bottom: 10px;
  line-height: 25px; }

.btn-continue {
  position: sticky;
  bottom: 0;
  z-index: 25;
  padding: 15px;
  width: 100%;
  background: #ededee;
  border: 1px solid #ddd;
  margin-top: 10px; }

.need-help-on-pageload {
  position: fixed;
  z-index: 1004;
  width: 839px;
  background-color: #113366;
  box-shadow: 1px 0px 10px 0px #847f7f;
  border-radius: 5px 5px 0px 0px;
  left: 0;
  right: 0px;
  margin: auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 15px; }

.need-help-on-pageload .tell-us-icon {
  color: #3abfd4;
  font-size: 45px;
  display: inline-block;
  float: right; }

.need-help-on-pageload h4 {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 0px;
  padding: 0px 5px;
  text-align: center; }

.need-help-on-pageload .subtext {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 5px; }

.need-help-on-pageload .click-here-btn {
  display: block;
  border-radius: 4px;
  z-index: 1004;
  background: #3abfd4;
  color: #fff; }

.need-help-popup {
  position: fixed;
  z-index: 1004;
  width: 839px;
  background-color: #efefef;
  box-shadow: 1px 0px 10px 0px #847f7f;
  border-radius: 5px 5px 0px 0px;
  left: 0;
  right: 0px;
  margin: auto; }

/*max-width: 310px;box-shadow:rgb(68 68 68) 1px 1px 7px 0px;*/
.need-help-popup a.close {
  background-color: #e02626;
  border-radius: 0px 4px 0px 0px;
  color: #ffffff;
  display: block;
  font-size: 0;
  font-weight: bold;
  line-height: 10px;
  width: 24px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 8px 13px;
  background-position: 7px;
  background-repeat: no-repeat;
  z-index: 1005;
  opacity: 1; }

.need-help-popup .first-slide {
  text-align: center;
  margin: auto;
  padding: 0px 25px;
  background: #143465;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  display: flex;
  align-items: center; }

.need-help-popup .first-slide:hover {
  cursor: pointer; }

.need-help-popup .first-slide .tell-us-icon {
  color: #3abfd4;
  font-size: 20px;
  display: inline-block;
  float: right; }

.need-help-popup .first-slide h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
  padding: 0px 5px; }

/*flex:1;*/
.need-help-popup .first-slide h4 {
  float: left; }

.need-help-popup .first-slide h4 span.subtext {
  display: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px; }

.btn-black {
  background: #000;
  color: #fff; }

.btn-black:hover {
  background: #111;
  color: #fff; }

.need-help-popup .click-here-btn {
  display: block;
  border-radius: 4px;
  z-index: 1004;
  background: #143465;
  color: #fff;
  position: absolute;
  top: -14px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  padding: 5px;
  width: 51px;
  border-radius: 5px 5px;
  height: 30px; }

/*.need-help-popup .click-here-btn{animation: ripple 1s infinite alternate;-webkit-animation: ripple 1s infinite alternate;}*/
.need-help-popup .click-here-btn .fa {
  bottom: 3px;
  position: relative;
  /*animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;*/ }

@keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-2px); } }

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-8px); } }

.need-help-popup .click-here-btn:focus {
  box-shadow: none; }

.need-help-popup .click-here-btn:hover .fa {
  color: #fff;
  animation: bounce 0.5s ease-in-out infinite alternate;
  -webkit-animation: bounce 0.5s ease-in-out infinite alternate; }

/*background:#2a4c81;*/
.need-help-popup .click-here-popup a.close {
  background-color: #e02626;
  border-radius: 0px 4px 0px 0px;
  color: #ffffff;
  display: block;
  font-size: 0;
  font-weight: bold;
  line-height: 21px;
  width: 21px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 8px 13px;
  background-position: 7px;
  background-repeat: no-repeat;
  z-index: 1005;
  opacity: 1; }

.need-help-popup .loader-box {
  position: absolute;
  top: -12px;
  bottom: -15px;
  left: -13px;
  right: -13px;
  background-color: rgba(51, 51, 51, 0.34);
  margin: auto; }

.need-help-popup .loader-box .loader-inner {
  position: absolute;
  margin: auto;
  width: 80%;
  height: 115px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px; }

.need-help-popup .loader-box .loader-inner img {
  display: block;
  margin: 12px auto; }

.need-help-popup .need-help-success {
  padding: 45px 10px;
  text-align: center; }

.need-help-popup .need-help-success h4 {
  font-size: 22px;
  margin-top: 15px; }

.need-help-popup .need-help-success p {
  font-size: 16px; }

.need-help-popup input[type='file'] {
  padding: 0px;
  line-height: 28px;
  margin-bottom: 10px;
  line-height: 32px; }

/*.file-uploader img{height: 80px;width: 80px;position: absolute;top: 64px;left: 343px;right: 10px;float: right;}
.file-uploader::before{content: 'Add file';position: relative;width: 80px;height: 34px;background: #1fae66;text-align: center;color: #fff;padding: 9px 15px;top: 27px;left: 1px;border-radius: 4px 0px 0px 4px;}
.need-help-popup input[type='file']:before {content: '';background: #109552;position: absolute;height: 33px;width: 89px;}
.need-help-popup input[type='file']:after {content: 'Choose File';position: absolute;color: #fff;left: 15px;line-height: 33px;}
.need-help-popup input, .need-help-popup input::-webkit-input-placeholder {font-size: 14px;border-radius:.25rem!important;}*/
.docUploader {
  margin-bottom: 15px; }

.need-help-popup input:focus {
  border: 1px solid #1fae66;
  box-shadow: 0 0 0 0.25rem rgba(96, 214, 143, 0.25); }

.need-help-popup .form-control::-webkit-input-placeholder, .need-help-popup .form-control:-moz-placeholder {
  font-size: 12px; }

.need-help-popup .card-body {
  padding: 12px;
  background: #e3e8f1; }

.need-help-popup .form-group {
  margin-bottom: 8px; }

.need-help-popup .custom-control-label:after {
  left: -1.21rem !important; }

.need-help-popup .alert-danger, .need-help-popup .alert-success, .need-help-popup .alert-info {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px;
  border-radius: 0px !important;
  border: 0px !important;
  width: 100%;
  margin-bottom: 0px; }

.need-help-popup .form-group .select2-container--default .select2-selection--single {
  display: block;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  width: 100%; }

.need-help-popup textarea {
  font-size: 14px;
  margin-bottom: 6px !important; }

.need-help-popup textarea + span {
  margin-bottom: 5px; }

.product-listing .single-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.product-listing li:last-child .single-box {
  border-bottom: none;
  padding-bottom: 0px !important;
  margin-bottom: 0px; }

.product-listing .single-box .image-wrapper {
  width: 90px !important;
  height: 90px !important;
  float: left; }

.product-listing .single-box .caption {
  width: calc(100% - 100px);
  margin-left: 10px;
  float: left; }

.whitepaper-listing .single-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.whitepaper-listing .single-box .image-wrapper {
  height: 70px;
  width: 100px;
  position: relative;
  margin-right: 10px;
  display: block;
  float: left; }

.whitepaper-listing .single-box .caption {
  width: calc(100% - 110px);
  float: left; }

.whitepaper-listing .single-box .caption h4 {
  line-height: 22px;
  margin-bottom: 6px; }

.whitepaper-listing .single-box .caption h4 a {
  font-size: 16px; }

.popular-orderby {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px; }

.popular-orderby .manu-popular-searches {
  width: calc(100% - 195px);
  float: left;
  margin-right: 15px;
  padding-top: 5px; }

.popular-orderby .manu-popular-searches ul li {
  margin-right: 15px !important; }

.popular-orderby .manu-popular-searches ul li:first-child {
  margin-right: 7px !important; }

.popular-orderby .manu-popular-searches ul li a {
  text-decoration: underline; }

.popular-orderby .manu-popular-searches ul li a:hover {
  text-decoration: none; }

.popular-orderby .sortby-count {
  width: 195px;
  float: left; }

.popular-orderby .manu-counter {
  width: 195px;
  margin-top: 5px;
  text-align: right; }

.popular-orderby .sortby {
  float: right;
  width: 150px; }

.webinars .webinars-list .single-blog {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }

.webinars .webinars-list .single-blog .image-wrapper {
  height: auto;
  width: 250px;
  margin-right: 15px;
  float: left;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }

.webinars .webinars-list .single-blog .image-wrapper:after, .webinar-details .related-webinar .image-box:after {
  content: '\f144';
  font-family: "PCB Icon";
  font-size: 30px;
  position: absolute;
  color: #1fae66;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: center;
  display: inline-block;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  line-height: 25px; }

.webinars .webinars-list .single-blog .img-thumbnail {
  border-color: rgba(0, 0, 0, 0.125) !important; }

.webinars .webinars-list .single-blog .image-box img {
  position: static !important;
  max-height: 100%;
  max-width: 100%;
  margin: auto; }

.webinars .webinars-list .single-blog .caption {
  width: calc(100% - 265px);
  float: left; }

.webinars .webinars-list .single-blog .caption h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 24px; }

.webinars .webinars-list .single-blog .caption .webinar-meta-details {
  width: calc(100% - 164px);
  margin-right: 10px;
  float: left; }

.webinars .webinars-list .single-blog .caption .view-webinar-btn {
  width: 154px;
  float: left; }

.webinars .webinars-list .single-blog .caption .view-webinar-btn a {
  font-size: 15px; }

.webinars .webinars-list .single-blog .caption .basic-details li {
  border-bottom: none;
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0; }

.webinars .webinars-list .single-blog .caption .basic-details li {
  border-bottom: none;
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0; }

.webinars .webinars-list li:last-child .single-blog {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.upcoming-webinars, .previous-webinars {
  padding: 15px;
  background: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 25px; }

.webinars .upcoming-webinars ul li, .webinars .previous-webinars ul li, .webinar-home ul li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.webinars .upcoming-webinars ul li:last-child, .webinars .previous-webinars ul li:last-child, .webinar-home ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px; }

.webinars .upcoming-webinars .image-box, .webinars .previous-webinars .image-box, .webinar-home .image-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: left;
  width: 93px;
  height: 57px;
  margin-right: 10px;
  border-radius: 4px;
  position: relative; }

.webinars .upcoming-webinars .image-box img, .webinars .previous-webinars .image-box img, .webinar-home .image-wrapper img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 95%;
  max-width: 95%;
  margin: auto; }

.webinars .upcoming-webinars .caption, .webinar-home .caption {
  float: left;
  width: calc(100% - 103px); }

.webinars .previous-webinars .caption {
  width: 100%; }

.webinars .upcoming-webinars .caption h5, .webinars .previous-webinars .caption h5, .webinar-home .caption h5 {
  margin-bottom: 2px;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px; }

.noresults h2 {
  padding: 30px 10px;
  text-align: center;
  background: #f7f7f7; }

.webinar-home .image-wrapper {
  height: auto;
  width: 113px;
  position: relative;
  margin-right: 10px;
  display: flex;
  float: left;
  padding: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }

.webinar-home .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.webinar-home .caption {
  width: calc(100% - 123px); }

.webinar-home .image-wrapper:after {
  content: '\f04b';
  font-family: "PCB Icon";
  font-size: 13px;
  position: absolute;
  color: #fff;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid #1fae66;
  padding: 3px 10px 3px 14px;
  border-radius: 5px;
  background: #1fae66;
  font-weight: 600; }

/*.webinar-details h1 {font-size: 25px;font-weight: 600;margin-bottom: 15px;line-height: 30px;}*/
.webinar-details .webinar-profile .profile {
  margin-bottom: 30px; }

.webinar-details .webinar-profile .profile .image-wrapper {
  float: left;
  margin-right: 15px;
  width: 250px;
  height: 147px; }

.webinar-details .webinar-profile .profile .caption {
  width: calc(100% - 265px);
  float: left; }

.webinar-details .webinar-profile .profile .caption .webinarUlList {
  float: left;
  width: calc(100% - 160px);
  margin-right: 10px; }

.webinar-details .webinar-profile .profile .caption ul li {
  margin-bottom: 15px;
  line-height: 20px;
  display: flex; }

.webinar-details .webinar-profile .profile .caption .register-btn {
  float: right;
  width: 150px; }

.webinar-details .social-share {
  font-size: 13px;
  background-color: #eee;
  border: solid 1px rgba(0, 0, 0, 0.125);
  padding: 5px 10px;
  margin-bottom: 15px; }

.webinar-details .webinar-video {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 4px; }

.webinar-details .webinar-video img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: static !important; }

.webinar-details .video-button {
  border-radius: 15px;
  width: 80px;
  height: 70px;
  position: absolute;
  margin: auto;
  top: calc(50% - 35px);
  left: calc(50% - 40px); }

.webinar-details .video-button i {
  color: #dc3545; }

.webinar-details .related-webinar {
  margin-bottom: 25px; }

.webinar-details .related-webinar li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.webinar-details .related-webinar li:last-child {
  border: none; }

.webinar-details .related-webinar .caption {
  float: left;
  width: calc(100% - 220px); }

.webinar-details .related-webinar .caption h5 {
  margin-bottom: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600; }

.webinar-details .related-webinar .caption ul li {
  padding: 0;
  border: none;
  margin-bottom: 5px; }

.webinar-details .related-webinar .caption ul li h5 a {
  color: #444444; }

.webinar-details .related-webinar .caption ul li h5 a:hover {
  color: #1fae66; }

.webinar-details .related-webinar .image-box {
  float: left;
  width: 205px;
  height: 120px;
  border: 1px solid #ddd;
  position: relative;
  margin-right: 15px;
  border-radius: 4px; }

.webinar-details .description {
  margin-bottom: 25px; }

.webinar-widget ul li:first-child {
  padding-top: 0px; }

.webinar-widget ul li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0px; }

.webinar-widget ul li:last-child, .webinar-widget ul li:only-child {
  margin-bottom: 0px; }

.webinar-widget ul li h4 {
  font-size: 16px; }

.featured-story {
  margin-bottom: 20px; }

/*404 & 500 Error Css*/
.error-404 .icon-bug {
  font-size: 12rem;
  width: 200px;
  height: 140px;
  display: block;
  margin: 0 auto;
  color: #007e45; }

.error-404 .icon-bug small {
  font-size: 40%; }

.error-404 .logo {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0; }

.error-404 .logo img {
  width: 200px; }

.error-404 {
  text-align: center;
  position: relative;
  z-index: 2; }

.error-404 .big {
  width: 50%;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1; }

.error-404 .big .sub-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
  color: #545454; }

.error-404 h1 {
  color: #212d3d;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 5rem; }

.error-404 .small span {
  display: block;
  color: #787878;
  font-size: 14px; }

.error-500 .icon-bug {
  font-size: 12rem;
  width: 200px;
  height: 140px;
  display: block;
  margin: 0 auto;
  color: #007e45; }

.error-500 .icon-bug small {
  font-size: 40%; }

.error-500 .logo {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0; }

.error-500 .logo img {
  width: 200px; }

.error-500 {
  text-align: center;
  position: relative;
  z-index: 2; }

.error-500 .big {
  width: 50%;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1; }

.error-500 big.sub-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
  color: #545454; }

.error-500 h1 {
  color: #212d3d;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 5rem; }

.error-500 .small span {
  display: block;
  color: #787878;
  font-size: 14px; }

.error-tabs {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff; }

.error-tabs ul {
  margin-bottom: 0;
  box-shadow: 0px 0 10px rgba(177, 177, 177, 0.8); }

.error-tabs ul li {
  display: inline-block;
  padding: 15px 10px; }

.error-tabs ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #545454; }

#mountains, #stars {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  overflow: hidden; }

#mountains {
  z-index: 2; }

#mountains > svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }

#stars {
  z-index: 1; }

#stars > svg {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

#stars.animating .star.fast {
  animation: b 3s ease infinite; }

#stars.animating .star.medium {
  animation: b 5s ease infinite; }

#stars.animating .star.slow {
  animation: b 7s ease infinite; }

.error-tabs ul li a:hover {
  color: #1fae66; }

/*Newsletter, Signin SignUp Modal CSS*/
.signup-modal-main {
  margin: 1.75rem auto !important; }

.signup-modal .modal-header {
  padding: 0 !important;
  background-color: transparent !important;
  border: none; }

.signup-modal .modal-header .close {
  padding: .25rem .65rem;
  margin: 0 0 0 auto; }

.signup-modal .left-side {
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #eee; }

.signup-modal .left-side h1 {
  font-size: 28px;
  margin-bottom: 15px; }

.signup-modal .left-side p {
  font-size: 16px; }

.signup-modal .left-side .user-benefits {
  margin-top: 25px;
  margin-bottom: 20px; }

.signup-modal .left-side .user-benefits h5 {
  font-size: 20px; }

.signup-modal .left-side .user-benefits ul {
  font-size: 13px; }

.signup-modal .left-side .user-benefits ul li {
  padding: 3px 0;
  list-style: disc;
  list-style-position: inside; }

.signup-modal .left-side .register-image {
  text-align: center;
  margin-top: auto; }

.signup-modal .left-side .register-image img {
  max-height: 100%;
  max-width: 100%; }

.signup-modal .left-side .register-image.login img, .signup-modal .left-side .register-image.newsletter img {
  max-height: 100%;
  max-width: 100%; }

.signup-modal .right-side .logo {
  text-align: center;
  margin-bottom: 25px; }

.signup-modal .right-side .btn-primary, .signup-modal .right-side .btn-outline-secondary {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  padding: 0.8rem 1.2rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.signup-modal .right-side .form-group label {
  color: #6c757d; }

.signup-modal .right-side .form-group label i {
  display: none; }

/*.signup-modal .right-side .form-group select, .signup-modal .right-side .form-group textarea, .signup-modal .right-side .form-group select:focus, .signup-modal .right-side .form-group .form-control { border: none; border-bottom: 2px solid #ddd; border-radius: 0; padding-left: 0; padding-bottom: 0px; }  
.signup-modal .right-side .form-group input:focus, .signup-modal .right-side .form-group textarea:focus, .signup-modal .right-side .form-group select:focus { box-shadow: none; border-color: #1fae66; }  
.signup-modal .right-side .form-group input.error, .signup-modal .right-side .form-group select.error {border:none!important; border-bottom:2px solid red!important; }*/
.signup-modal .right-side .form-group select > option {
  padding-left: 10px; }

/*.signup-modal .right-side .form-group label { color: #dc3545; }*/
.signup-modal .right-side .form-floating {
  position: relative; }

.signup-modal .right-side .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: .5rem 0;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  margin: 0; }

.signup-modal .right-side .form-floating > .form-control:focus ~ label, .signup-modal .right-side .form-floating > .form-control:not(:placeholder-shown) ~ label, .signup-modal .right-side .form-floating > .custom-select ~ label {
  /*opacity: .65;*/
  transform: scale(0.85) translateY(-1rem) translateX(-0.1rem); }

.signup-modal .right-side .form-floating > .form-control:focus ~ label span, .signup-modal .right-side .form-floating > .form-control:not(:placeholder-shown) ~ label span, .signup-modal .right-side .form-floating > .custom-select ~ label span {
  display: none; }

.signup-modal .right-side .form-floating > .form-control:focus ~ label span.red, .signup-modal .right-side .form-floating > .form-control:not(:placeholder-shown) ~ label span.red, .signup-modal .right-side .form-floating > .form-control:focus ~ label span.red {
  display: inline-block; }

.signup-modal .right-side .form-floating > .form-control::placeholder {
  color: transparent;
  opacity: 0; }

.signup-success .success-icon {
  margin-bottom: 30px; }

.signup-success .success-icon i {
  font-size: 100px; }

.signup-success .success-icon span {
  display: block;
  margin-top: 15px;
  font-size: 30px; }

.signup-success h4 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #626262; }

.signup-success .user-benefits {
  background-color: #f2f2f2;
  color: #333;
  border-top: 1px solid #ddd; }

.signup-success .user-benefits h5 {
  font-size: 20px; }

.signup-success .user-benefits ul {
  font-size: 14px; }

.signup-success .user-benefits ul li {
  padding: 3px 0;
  list-style: disc;
  list-style-position: inside; }

.btn:disabled, .btn[disabled] {
  opacity: 0.5;
  pointer-events: none; }

.gsc-adBlock {
  display: none !important; }

.rating-sec {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0; }

.baseboard-ad {
  margin-bottom: 25px;
  text-align: center;
  margin-top: 20px; }

.baseboard-ad label {
  font-size: 12px;
  color: #949494;
  font-weight: 400;
  margin-bottom: 5px;
  display: block; }

/*.form-row-directory, .form-row-custom {margin-right: 0px!important;margin-left: 0px!important;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.form-row-custom > .col, .form-row-custom > [class*=col-]:not(.sidebar-bg.p-0) {padding-right: 8px!important;padding-left: 8px!important;}*/
/*.skyscrapper{padding:0px!important;}*/
/*.form-row-custom .form-row-custom{margin-right: -8px!important;margin-left: -8px!important;}*/
#pnlManuList {
  position: sticky;
  top: 46px; }

/*.form-row-custom .form-row-custom > [class*=col-]:first-child {padding-left: 0px!important;}*/
/*.form-row > .col, .form-row > [class*="col-"]{padding-right: 8px;padding-left: 8px;}*/
#cookie-law {
  background-color: #222222;
  padding: 20px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  box-shadow: 0 0px 10px 2px #ababab;
  font-size: 15px; }

#cookie-law p {
  margin: 0;
  color: #ffffff;
  line-height: 22px;
  display: inline-block; }

#cookie-law .cookie-action-btn {
  display: inline-block; }

#cookie-law .btn-warning {
  margin: 0 10px;
  padding: 8px 15px;
  font-size: 14px !important; }

#cookie-law .close-btn {
  color: #fff;
  border: 1px solid #bf0f0f;
  border-radius: 4px;
  padding: 8px 15px !important;
  margin-left: 10px;
  background-color: #bf0f0f;
  text-decoration: none;
  font-size: 14px !important;
  float: none; }

#cookie-law .close-btn:hover {
  background-color: #ad0d0d; }

#cookie-law .cookie-accept-btn {
  color: #fff;
  border: 1px solid #eb9316;
  border-radius: 4px;
  padding: 8px 15px;
  margin-left: 15px;
  background-color: #eb9316;
  text-decoration: none;
  font-size: 14px !important; }

#cookie-law .cookie-accept-btn:hover {
  background-color: #d1800e; }

/*.directory-section .directory-holder {display: flex;flex-direction: row;align-items: center;z-index: 2;bottom: 0;width: 100%;flex-wrap: wrap;justify-content: center;}*/
/*position: absolute;*/
/*.directory-section .directory-holder > li {background-color:#ffffff; box-shadow: 0 1px 7px rgb(0 0 0 / 5%);  display: flex;flex-flow: column;width: 225px;position: relative;margin: 5px;border-radius:6px;}*/
/*height: 80px;padding: 7px;*/
/*.directory-section .directory-holder > li .directory-text a{color:#fff;}*/
/*.directory-section .directory-holder > li .li-overlay {background: #000;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.85;border-radius:6px;}*/
/*.directory-section .directory-holder > li:hover {cursor: pointer;}
.directory-section .directory-holder li:hover .li-overlay {background: #1fae66;opacity:1;}*/
/*.directory-section .directory-holder li:hover .comp-count{color:#fff;}
.directory-section .directory-holder li .directory-text a, .directory-section .directory-holder li:hover .directory-text a{text-decoration:none;}
.directory-section .directory-holder li:hover .dir-links > ul > li a{text-decoration:none;}

.directory-section .directory-holder li:hover .directory-text > a:hover{text-decoration:underline;}
.directory-section .directory-holder li:hover .dir-links > ul > li a:hover{text-decoration:underline;}

.directory-section .directory-holder li .icon-n-service{display:flex;flex-flow:row;align-items:center;padding: 5px 10px}
.directory-section .directory-holder li .icon-n-service > span {height: 50px;width: 20%;position: relative;padding: 3px;display: inline-block;margin-bottom: 0px;text-align: center;z-index: 2;margin-right:8px;}
.directory-section .directory-holder li .icon-n-service > span img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.directory-section .directory-holder li span + p{width:calc(100% - 20%);text-align:left;}
.directory-section .directory-holder li .comp-count{display:block;font-size: 13px;color: #838383;}
.d-icon-fab img, .d-icon-asm, .d-icon-dsg, .d-icon-rep, .d-icon-stn {max-height: 100%;max-width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.directory-section .directory-holder li p {color: #fff;margin-bottom: 0px;z-index: 2;font-size:20px;}
.directory-section .directory-holder .dir-links {position:relative;z-index:3;background: #228252;padding: 4px 8px;border-radius:0px 0px 4px 4px;}
.directory-section .directory-holder .dir-links > ul > li{float:left;}
.directory-section .directory-holder .dir-links > ul > li:last-child{margin-left:10px;}
.directory-section .directory-holder .dir-links > ul > li a{color:#fff;font-size:13px;text-decoration: underline;}*/
.directory-section-mobile {
  z-index: 2;
  width: 100%;
  margin: auto; }

.directory-section-mobile .accordion .card-header {
  padding: 0px;
  position: relative; }

.directory-section-mobile .accordion .card-header .btn.focus, .directory-section-mobile .accordion .card-header .btn:focus {
  box-shadow: none; }

.directory-section-mobile .accordion .card-header button {
  padding: 10px;
  color: #fff;
  opacity: 0.8;
  background: #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.directory-section-mobile .accordion .card-header button[aria-expanded='true'] {
  background: #1fae66;
  opacity: 1; }

.directory-section-mobile .accordion .card-body {
  padding: 10px 10px;
  text-align: left; }

.directory-section-mobile .accordion .card-body ul li {
  padding: 6px 8px;
  margin-left: 15px; }

.banner-section .banner-inner .banner-content h2 {
  margin-bottom: 0px !important; }

.directory-section-mobile .accordion .card {
  background: transparent;
  margin-bottom: -1px;
  border: 1px solid #555; }

.directory-section-mobile .accordion .card-body {
  background: #fff; }

.directory-section-mobile .accordion .card-header .card-header-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.directory-section-mobile .accordion .card-header button span {
  display: inline-block;
  height: 25px; }

.directory-section-mobile .accordion .card-header button span img {
  margin-right: 5px; }

.directory-section-mobile .accordion .btn-link:hover {
  text-decoration: none !important; }

/*.directory-quote-popup {border: 1px dashed #999;cursor: move;position: relative;width:100%;}*/
/*.directory-quote-popup:before {content: "drag & drop your files here";display: block;position: absolute;text-align: center;top: 50%;left: 50%;width: 200px;height: 40px;margin: -25px 0 0 -100px;font-size: 18px;font-weight: bold;color: #999;}*/
#cjcwrap {
  margin: auto !important; }

.file-uploader {
  margin-top: 0px;
  padding-top: 20px; }

.file-upload-block {
  text-align: center;
  width: 100%;
  padding: 0;
  background-color: #f9fffc;
  background-blend-mode: overlay;
  transition: all 1s ease 1s;
  /*background: radial-gradient(#e7f9ed, #97d6bc);*/
  border-radius: 4px; }

.file-upload-block h5 {
  color: #129151; }

.directory-quote-popup {
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 0; }

.custom-file-upload {
  border: 1px solid #1fae66;
  display: block;
  padding: 6px 12px;
  cursor: pointer;
  background: #1fae66;
  color: #fff;
  border-radius: 50px;
  width: 30%;
  margin: 0px auto;
  position: absolute;
  bottom: 15px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto; }

.directory-quote-popup {
  cursor: pointer; }

.dont-have-file {
  text-align: center; }

.rhs-side {
  position: relative;
  height: 100%;
  padding: 25px 25px;
  text-align: center;
  border: none;
  border-radius: 4px;
  /*background-image: url(https://cdn.3d.directory/website/images/pattern_1.png);*/ }

.rhs-side h5 {
  text-align: center;
  font-size: 14px;
  color: #6c757d;
  padding: 0px 15px;
  margin-bottom: 20px;
  font-weight: normal; }

#pnlFileList {
  /*background: #f5f5f5; padding: 15px 15px 0 15px;*/
  margin-bottom: 25px;
  /*border: 1px solid #eeeeee; border-bottom: 1px solid #cbcbcb;*/ }

.view-link-action a {
  text-decoration: underline; }

.view-link-action a:hover {
  text-decoration: none; }

.fill-quote-form {
  width: 55%;
  border-radius: 4px; }

#dirQuoteManuList {
  border: 1px solid #dddddd; }

#dirQuoteManuList li.list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

#dirQuoteManuList li.list-group-item:last-child {
  border-bottom: none !important; }

#dirQuoteManuList li.quote-note {
  background-color: #f8f9fa !important; }

#dirQuoteManuList li.list-group-item .custom-control {
  min-height: 1.2rem !important; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(30, 174, 102, 0.41);
  border-color: rgba(31, 174, 102, 0.46); }

.cursor-pointer {
  cursor: pointer; }

#rhsManu .right-manu-overlay {
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1052;
  background: #818181;
  background: linear-gradient(0deg, #959595 0%, rgba(253, 253, 253, 0.34) 100%); }

#rhsManu .right-manu-overlay:after {
  content: 'Upload a file or fill the form to see the list of PCB companies.';
  background-color: #fff;
  padding: 10px;
  position: absolute;
  top: calc(50% - 34px);
  margin: auto 25px;
  font-size: 16px;
  text-align: center;
  color: #1fae66;
  border-radius: 4px; }

#rhsManu .right-manu-overlay ~ .card {
  pointer-events: none;
  user-select: none; }

.quote-modal .modal-header {
  background-color: #ffffff !important; }

.quote-modal .file-upload-block {
  box-shadow: 0 1px 12px rgba(119, 119, 119, 0.26);
  border: none; }

.quote-modal .form-control {
  border: 1px solid #979797; }

.quote-modal h4.sub-heading {
  margin-bottom: 15px;
  font-size: 18px; }

.quote-modal .table-bordered thead th {
  font-weight: 400; }

.quote-modal .quote-user-details .col-form-label {
  text-align: left;
  padding-top: 0; }

.quote-modal .modal-footer .btn-primary, .quote-modal .modal-footer .btn-secondary, .quote-modal .modal-footer .btn-outline-secondary {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: .8rem 1.2rem;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.quote-modal .selected-manu {
  padding-left: 0; }

.quote-modal .selected-manu label {
  cursor: default; }

.quote-modal .selected-manu-img {
  width: 50px;
  height: 50px;
  margin-right: 10px; }

.quote-modal .selected-manu .manu-text {
  display: grid; }

.quote-modal .selected-manu .custom-control-label::before {
  display: none; }

.quote-modal .selected-manu .custom-control-label::after {
  display: none; }

.quote-on-page h4.sub-heading {
  margin-bottom: 15px;
  font-size: 18px; }

.quote-on-page .table-bordered thead th {
  font-weight: 400; }

#btnDirQuoteContinue {
  position: relative;
  padding-right: 38px !important; }

#btnDirQuoteContinue i {
  margin-left: 8px !important; }

#btnDirQuoteContinue i::before {
  position: absolute;
  top: calc(50% - 7px); }

.modal.updated-design .modal-header {
  background-color: #ffffff !important; }

.modal.updated-design .form-floating.loginwithemail {
  max-width: 100% !important;
  margin: 0; }

.modal.updated-design .form-floating.loginwithemail .email-box .form-group, .form-floating.loginwithemail .email-box .form-group {
  margin-bottom: 1.5rem !important; }

.modal-title {
  font-weight: 400; }

.form-floating {
  position: relative; }

.form-floating .form-group {
  position: relative;
  margin-bottom: 1.5rem; }

.form-floating .form-group > label {
  position: absolute;
  top: -10px;
  left: 14px;
  background-color: #fff;
  z-index: 2;
  padding: 0 4px;
  font-weight: 600; }

.form-floating.with-gray-bg .form-group > label {
  background: white;
  background: linear-gradient(0deg, white 50%, #f8f9fa 50%); }

.form-floating .form-group > label.gray-bg {
  background: #e9ecef;
  background: linear-gradient(0deg, #e9ecef 50%, white 50%); }

.form-floating .form-group > .form-control {
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid #979797; }

.form-floating .form-group.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.form-floating .form-group > .form-control:not(textarea) {
  height: 48px; }

.form-floating .form-group > .form-control.check {
  height: 100%;
  min-height: 48px; }

.form-floating .form-group > .custom-select {
  padding-right: 30px; }

.form-floating .btn-primary, .form-floating .btn-secondary, .form-floating .btn-warning, .form-floating .btn-outline-secondary, .form-floating .btn-danger, .form-floating .btn-info, .form-floating .btn-blue {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: .6rem 1.2rem;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.form-floating.quote-form-vertical .quote-form-structure .form-group label {
  background: white;
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 48%, rgba(214,245,230,1) 52%);*/ }

/*.form-floating.quote-form-vertical .quote-form-structure .stencil-type-radio.form-group label{background:none;}*/
.form-floating.quote-form-vertical .quote-form-structure .stencil-type-radio.form-group label.custom-control-label::before {
  top: 0.40rem !important; }

.form-floating.quote-form-vertical .quote-form-structure .stencil-type-radio.form-group label.custom-control-label::after {
  top: 0.35rem !important; }

.form-floating .input-group.dimensions .form-control-sm, .form-floating .input-group.dimensions .input-group-text, .form-floating .input-group.dimensions .custom-select-sm {
  height: 28px;
  line-height: 1; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 1px solid #dc3545 !important;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: none !important; }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: none; }

.form-floating .custom-file {
  height: 48px; }

.form-floating .custom-file .custom-file-input {
  height: 48px; }

.form-floating .custom-file .custom-file-label {
  height: 48px;
  line-height: 2.5; }

.form-floating .custom-file .custom-file-label::after {
  height: 100%;
  line-height: 2.5; }

#notifyForClaim {
  position: absolute;
  top: 93%;
  background-color: #fff;
  z-index: 4;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  left: 5px;
  right: 5px;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.36); }

.close {
  float: right;
  font-size: 40px;
  font-weight: 400;
  line-height: 7px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  margin: 0px 0px 0px auto !important;
  padding: 10px !important;
  position: absolute;
  right: 0;
  top: 10px; }

#modalAfterInactivity {
  z-index: 1052; }

.review-form.form-floating .form-group {
  margin-bottom: 1.8rem; }

#pnlNote textarea.form-control {
  transition: height 1s ease-in-out; }

#pnlNote textarea.form-control:focus {
  height: 70px; }

#tblComponent .custom-control-label {
  vertical-align: inherit; }

.radios .form-check {
  position: relative;
  height: 50px;
  padding: 0; }

.radios .form-check input[type="radio"] + .form-check-label {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 48px;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #979797;
  cursor: pointer;
  font-size: 16px;
  padding-left: 35px; }

.radios .form-check input[type="radio"] + .form-check-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  /*top: -9px;*/ }

.radios .form-check input[type="radio"] + .form-check-label::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18.4px;
  top: 18px;
  cursor: pointer; }

.radios .form-check input[type="radio"]:checked + .form-check-label {
  border: 1px solid #1fae66;
  color: #1fae66; }

.radios .form-check input[type="radio"]:checked + .form-check-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #1fae66;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  /*top: -9px;*/ }

.radios .form-check input[type="radio"]:checked + .form-check-label::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 18.4px;
  top: 18px;
  cursor: pointer; }

.radios .form-check input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1; }

.box {
  position: relative;
  background: #ffffff;
  width: 100%; }

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 0px; }

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px; }

.dropzone-wrapper {
  border: 1px dashed #91b0b3;
  color: #1c9c5e;
  position: relative;
  height: 120px;
  border-radius: 6px; }

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 60%;
  top: 10px;
  font-size: 16px; }

.dropzone, .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 120px;
  cursor: pointer;
  opacity: 0;
  left: 0; }

.dropzone-wrapper:hover, .dropzone-wrapper.dragover {
  border: 1px dashed #639b82;
  color: #5b9377;
  /*background: #c3f4db;*/
  background-color: #f1fbf6; }

.preview-zone {
  text-align: center; }

.DirectoryQuoteModalFormClose {
  position: static; }

#ContentPlaceHolder1_divSearchBytitle #btnSearchByNews {
  z-index: 0 !important; }

.loader-div {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px); }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.resistor-color-tool .brown {
  background-color: #7D4302;
  color: #FFF; }

.resistor-color-tool .red {
  background-color: #E60514;
  color: #FFF; }

.resistor-color-tool .yellow {
  background-color: #F2EA7C;
  color: #000; }

.resistor-color-tool .blue {
  background-color: #0483DE;
  color: #FFF; }

.resistor-color-tool .black {
  background-color: #000000;
  color: #FFF; }

.resistor-color-tool .orange {
  background-color: #f26b31;
  color: #FFF; }

.resistor-color-tool .green {
  background-color: #3CB057;
  color: #FFF; }

.resistor-color-tool .dark-green {
  background-color: #008000; }

.resistor-color-tool .purple {
  background-color: #9D2CA3;
  color: #FFF; }

.resistor-color-tool .grey {
  background-color: #595759;
  color: #FFF; }

.resistor-color-tool .silver {
  background-color: #c0c0c0;
  color: #000; }

.resistor-color-tool .gold {
  background-color: #D4AF37;
  color: #000; }

.resistor-color-tool .white {
  background-color: #ffffff;
  color: #000; }

.resistor-color-tool .tool-tab-section {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  padding: 0;
  background-color: #f5f7f8;
  border-radius: 4px;
  margin-bottom: 25px; }

.resistor-color-tool .tool-tab-section .nav-tabs {
  border-bottom: 1px solid #12683F;
  padding: 10px; }

.resistor-color-tool .tool-tab-section .nav-tabs .nav-link {
  background-color: transparent !important;
  font-weight: 600;
  border-radius: 20px;
  transition: all .3s ease-in-out; }

.resistor-color-tool .tool-tab-section .nav-tabs .nav-link.active {
  color: #ffffff !important;
  font-weight: 600;
  background: #12683F !important; }

.resistor-color-tool .tool-tab-section .tab-content {
  padding: 15px; }

.resistor-color-tool .tool-tab-section .tab-content h4 {
  text-align: center; }

.resistor-color-box {
  position: relative;
  margin: 60px auto; }

.resistor-color-box .resistor-color-layout {
  background-color: #d6d6d6;
  width: 320px;
  height: 70px;
  position: relative;
  margin: 0 auto; }

.resistor-color-box .resistor-color-layout .left-side {
  background-color: #d6d6d6;
  width: 70px;
  height: 84px;
  position: absolute;
  top: -7px;
  left: 0;
  border-radius: 6px; }

.resistor-color-box .resistor-color-layout .right-side {
  background-color: #d6d6d6;
  width: 70px;
  height: 84px;
  position: absolute;
  top: -7px;
  right: 0;
  border-radius: 6px; }

.resistor-color-box .resistor-color-layout:before {
  content: '';
  background-color: #e8e8e8;
  height: 20px;
  width: 50px;
  display: block;
  position: absolute;
  left: -50px;
  top: calc(50% - 10px); }

.resistor-color-box .resistor-color-layout:after {
  content: '';
  background-color: #e8e8e8;
  height: 20px;
  width: 50px;
  display: block;
  position: absolute;
  right: -50px;
  top: calc(50% - 10px); }

.resistor-color-box .color-strip-box {
  position: absolute;
  top: 0;
  left: 0; }

.color-strip-box .resistor_strip4, .color-strip-box .resistor_strip5, .color-strip-box .resistor_strip6 {
  width: 20px;
  border: 1px solid black;
  height: 70px;
  float: left;
  position: absolute; }

#strip41, #strip52, #strip62 {
  left: 80px; }

#strip42 {
  left: 130px; }

#strip43 {
  left: 180px; }

#strip44 {
  height: 84px;
  top: -7px; }

#strip44, #strip55, #strip66 {
  left: 268px; }

#strip51, #strip61 {
  left: 30px;
  height: 84px;
  top: -7px; }

#strip52 {
  left: 80px; }

#strip53 {
  left: 130px; }

#strip54 {
  left: 180px; }

#strip55 {
  left: 268px;
  height: 84px;
  top: -7px; }

#strip62 {
  left: 80px; }

#strip63 {
  left: 110px; }

#strip64 {
  left: 140px; }

#strip65 {
  left: 220px; }

#strip66 {
  left: 268px;
  height: 84px;
  top: -7px; }

.resistor-color-tool .tool-tab-section label {
  font-weight: 600; }

.resistor-color-tool .tool-tab-section .output-form {
  margin-top: 30px; }

.resistor-color-tool .tool-tab-section .output-form .input-group-text {
  min-width: 80px;
  text-align: center;
  justify-content: center; }

.country-state-filter {
  row-gap: 10px;
  gap: 10px 0; }

/*-------------------------Media Query CSS Start-----------------------*/
@media screen and (max-width: 1366px) and (min-width: 768px) {
  .services-section ul {
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 1340px) and (min-width: 1200px) {
  .filters .single-filter .form-inline .form-control {
    width: 28% !important; }
  .directories .single-box .type-image {
    height: 242px; }
  .latest-products .single-list .image-wrapper {
    min-height: 212px; }
  .latest-products .single-list .image-wrapper {
    min-height: 212px; } }

@media screen and (max-width: 1340px) and (min-width: 1271px) {
  header .main-nav .nav > li > a {
    padding: 10px 16px !important; }
  header.sticky .main-nav .nav > li > a {
    padding: 11px 6.5px !important;
    font-size: 13px; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .company-feed .nav-tabs li a {
    padding: 12px 8px !important; }
  .homepage-content .home-equipment .equipment-list {
    max-height: 314px; }
  .featured-videos .single-list .image-wrapper, .related-videos .single-list .image-wrapper {
    height: 124px; }
  .latest-products .single-list .image-wrapper {
    min-height: 196px; } }

@media screen and (max-width: 1199px) {
  .directories .single-box .type-image {
    height: 222px; }
  .home-pcb-type .single-box .image-wrapper {
    height: 206px; }
  .home-featured-manu .single-manu .image-wrapper {
    height: 208px; }
  header .main-nav .nav > li > a {
    padding: 10px 12px !important; }
  header.sticky .main-nav .nav > li > a {
    padding: 11px 6.8px !important;
    font-size: 13px; }
  .ripple {
    right: 75px !important; }
  /*.manufacturers-profile .manu-tabs.nav-tabs li a{font-size:15px;}*/
  .services-section .img-box_fab, .services-section .img-box_asmbl, .services-section .img-box_dsgn, .services-section .img-box_stncl, .services-section .img-box_rep, .services-section .img-box_turnkey, .services-section .img-box_boxbuild, .services-section .img-box_reverse, .services-section .img-box_cutting, .services-section .img-box_engraving, .services-section .img-box_testing, .services-section .img-box_conformal_coating, .services-section .img-box_drilling {
    width: 60px; }
  .jobs .job-listing .clint-logo {
    height: 100px !important;
    width: 100px !important; }
  .filters .single-filter .form-inline .form-control {
    width: 24.5%; }
  .interview .interview-list .image-wrapper {
    height: 210px; }
  .latest-interviews .single-list .image-wrapper {
    height: 140px; }
  .latest_news .image-wrapper {
    height: 148px; }
  .equipment-directory .pcb-services .single-box .image-wrapper {
    height: 228px; }
  .equipments-details .custm-btn {
    min-width: 196px; }
  .homepage-content .home-featured-manu .single-manu .image-wrapper {
    height: 172px; }
  .tab-content-new {
    flex-grow: 1;
    min-width: auto !important; }
  .home-featured .carousel-item .image-wrapper {
    width: 310px;
    height: 180px; }
  .home-featured .carousel-item .carousel-caption {
    width: calc(100% - 320px); }
  .sidebar-bg.sticky-skyscrapper {
    padding: 0px !important; }
  .banner-section .banner-inner {
    top: 9%; }
  header.sticky .searchbar {
    width: 200px; }
  .homepage-content .home-product .single-box .image-wrapper {
    height: 210px; }
  footer .footer-bottom-info .footer-bottom-info-inner {
    width: 75%; }
  .videos-home .home-page .latest-video .image-wrapper {
    height: 122px; } }

@media screen and (max-width: 991px) {
  .navbar-light .navbar-toggler svg .icon-fill {
    fill: #ffffff; }
  header .main-nav .nav > li > a {
    color: #444444 !important; }
  header.sticky .main-nav .nav > li > a {
    padding: 11px 12px !important;
    font-size: 14px; }
  .compare .float-compare-row.fixnew {
    top: 0px !important; }
  .directories .single-box .type-image {
    height: 230px; }
  #cookie-law p {
    display: block;
    margin-bottom: 20px !important; }
  #cookie-law .cookie-action-btn {
    display: block; }
  #cookie-law .cookie-accept-btn, #cookie-law .close-btn {
    padding: 8px 18px !important;
    font-size: 15px !important; }
  #cookie-law .close-btn {
    margin-left: 10px; }
  /*.manufacturers-profile .services-status{margin-top:10px;}
.manufacturers-profile .services-status li{margin-bottom:5px;}*/
  .container {
    max-width: 100% !important; }
  header .logo-signin .logo {
    width: 240px; }
  .banner-section .banner-inner {
    width: 98%; }
  type .single-box .image-wrapper {
    height: 220px; }
  .searchbar {
    width: calc(100% - 440px); }
  /*.searchbar input { width:276px !important; }*/
  header .main-nav .navbar-nav {
    border-top: 1px solid #ddd; }
  footer .copyright {
    text-align: center;
    float: none;
    margin-bottom: 8px; }
  footer .privacy-link {
    float: none;
    text-align: center; }
  header .main-nav .nav > li > a {
    border-bottom: 1px solid #d4cece;
    border-left: none; }
  .dropdown > .dropdown-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    top: 10px !important; }
  /*.manufacturers-profile .profile .manu-social { margin-bottom: 23px; }*/
  .dropdown:hover > .dropdown-menu {
    display: none !important; }
  .dropdown:hover > .dropdown-menu.show {
    display: block !important; }
  header .main-nav .dropdown-menu > li > a {
    border-bottom: 1px solid #ddd !important;
    padding: 8px 20px; }
  header .main-nav .dropdown-menu.sub-menu > li > a {
    padding-left: 22px !important;
    background: #f4f4f4; }
  header .main-nav .dropdown-menu > li:last-child > a {
    border-bottom: none !important; }
  .navbar-nav .show .dropdown-menu:not(.sub-menu) {
    position: relative !important;
    background: #fff !important;
    margin-bottom: 0px;
    z-index: 10 !important;
    left: 0% !important;
    display: block !important;
    top: 0 !important;
    border: none;
    border-bottom: 1px solid #ddd; }
  .top-node li .sub-menu {
    position: static;
    left: 0;
    padding: 0px !important; }
  header .dropdown-menu .dropdown-toggle::after {
    margin-left: .355em;
    top: calc(50% - 4px);
    right: 15px;
    position: absolute;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }
  .navbar-collapse {
    background-color: #ffffff;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.22); }
  /*.manufacturers-profile .profile .caption-left{width: 100%;float:none;margin-right:0;}*/
  /*margin-bottom:25px;*/
  /*.manufacturers-profile .profile .caption-right { float: none; width: 100%; }*/
  /*#divOverallRatingBox .show-all-rating{text-align:center;}*/
  .equipment-directory .company-filter li {
    width: 33%; }
  #compare-nav.fix {
    right: 2%; }
  /*.manufacturers-profile .profile .title-on-details h1{font-size: 25px;}*/
  /*  .services-section ul li {
        width: 25%;
        float: left;
        display: inline-block;
        flex: none;
        border-bottom: none;
    }

    .services-section ul li a {
        border-bottom: 1px solid #ddd;
    }

    .services-section ul li:last-child a {
        border-bottom: none;
    }

    .services-section ul {
        flex-flow: wrap;
        align-items: center;
        justify-content: flex-start;
        width: 100% !important;
        padding: 0px;
    }*/
  .services-section .img-box_fab, .services-section .img-box_asmbl, .services-section .img-box_dsgn, .services-section .img-box_stncl, .services-section .img-box_rep, .services-section .img-box_turnkey, .services-section .img-box_boxbuild, .services-section .img-box_reverse, .services-section .img-box_cutting, .services-section .img-box_engraving, .services-section .img-box_testing, .services-section .img-box_conformal_coating, .services-section .img-box_drilling {
    width: 60px; }
  /* .services-section .quotes-heading {
        height: 100%;
        line-height: 139px;
    }*/
  .jobs .job-listing .clint-logo {
    height: 110px !important;
    width: 110px !important; }
  .filters .single-filter .form-inline .form-control {
    width: 30%; }
  /*.manufacturers-profile .additional-location .additional-filter .form-group:first-child{flex: 1 auto!important;}
.manufacturers-profile .additional-location .additional-filter .form-group:first-child{flex: 2 auto!important;}*/
  .interview .interview-list .image-wrapper {
    height: 140px; }
  .interview .interview-list .featured-interview .image-wrapper {
    height: 180px; }
  .latest-interviews .single-list .image-wrapper {
    height: 84px; }
  .latest_news .image-wrapper {
    height: 211px; }
  .homepage-content .home-product .single-box .image-wrapper {
    height: 270px; }
  .directory-listing .single-list .profile-btn > .btn {
    font-size: 14px !important; }
  .equipments-details .custm-btn {
    min-width: 205px; }
  .modal-after-inactivity .subscribe-form-box {
    padding: 0 !important; }
  .modal-after-inactivity .subscribe-form-box .left-box {
    display: none !important; }
  .modal-after-inactivity .subscribe-form-box .right-box {
    width: 100% !important;
    background-color: transparent !important; }
  .modal-after-inactivity.modal-dialog {
    width: 60% !important; }
  .need-help-popup {
    display: none; }
  .custom-modal .modal-dialog {
    max-width: 95% !important; }
  .banner-section .banner-inner {
    top: 18%; }
  .checkout .cart-added-items .product-details {
    width: 100%; }
  .checkout .cart-added-items .message {
    width: 100%;
    margin-top: 15px; }
  .directories .col-lg-3 {
    -ms-flex: 0 0 32% !important;
    flex: 0 0 32% !important;
    max-width: 32% !important; }
  .directory-section .single-box .directory-icon-text {
    flex-direction: column;
    align-items: center; }
  .directory-section .single-box .directory-icon {
    width: 50px;
    height: 50px; }
  .directory-section .single-box .directory-icon img {
    max-height: 90%;
    max-width: 90%; }
  .directory-section .single-box .directory-text {
    text-align: center; }
  .directory-action-btn a.btn {
    font-size: 13px; }
  .directory-action-btn a.btn i {
    display: none !important; }
  .banner-section .banner-inner .banner-content h2 {
    margin-bottom: 3px !important;
    font-size: 24px !important; }
  .homepage-content .home-equipment .equipment-list {
    max-height: 399px;
    overflow-y: auto; }
  .banner-section {
    height: 30%; }
  .modal-dialog.signup-modal-main.modal-lg {
    max-width: 700px; }
  .homepage-content .home-f-article .single-box .image-wrapper {
    height: 142px; }
  .videos-home .home-page .latest-video .image-wrapper {
    height: 152px; }
  .latest-products .single-list .image-wrapper {
    min-height: 254px; } }

@media screen and (max-width: 809px) {
  .directories .single-box .type-image {
    height: 218px; }
  .homepage-content .home-product .single-box .image-wrapper {
    height: 252px; }
  .latest-products .single-list .image-wrapper {
    min-height: 238px; } }

@media screen and (max-width: 767px) {
  .navbar-light .navbar-toggler svg .icon-fill {
    fill: #222222; }
  .popular-orderby .manu-popular-searches {
    width: 100%;
    margin: 0 0 10px; }
  /* .popular-orderby .sortby-count {
        width: 100%;
    }*/
  /* .popular-orderby .manu-counter {
        text-align: left;
    }*/
  .modal-dialog.signup-modal-main.modal-lg {
    max-width: 500px; }
  #cookie-law {
    padding: 10px 15px 20px; }
  .searchbar {
    width: calc(100% - 255px);
    margin-right: 0; }
  .popular-searches-profile ul li {
    width: 50%; }
  /*.manufacturers-profile .content-tabs-div .tab-content, .equip-comp-profile .company-feed .tab-content{border:none!important;padding:0!important;}
.manufacturers-profile .tab-content > .tab-pane.fade, .equip-comp-profile .company-feed .tab-content > .tab-pane { display: block; opacity: 1; margin-top: 30px; }*/
  /*.manufacturers-profile .content-tabs-div .topic-heading, .equip-comp-profile .company-feed .topic-heading{display:block;}*/
  .latest-products .latest-product-list li .caption h4 {
    font-size: 16px; }
  .user-resp-not-usefull, .user-resp-yes, .user-resp-no {
    margin: 0; }
  .breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .breadcrumb li {
    display: inline; }
  .news .news-list > li, .blogs .blog-list > li {
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .news .news-list li .caption h2, .blogs .blog-list li .caption h2 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 5px; }
  .news .news-list li .caption .sort-description p, .blogs .blog-list li .caption .sort-description p {
    display: none; }
  .news .news-list li .image-wrapper, .blogs .blog-list li .image-wrapper {
    width: 100px;
    height: 100px;
    margin-right: 10px; }
  .news .news-list li .caption, .blogs .blog-list li .caption {
    width: calc(100% - 110px);
    float: left; }
  .browse-categories .counters {
    float: none !important;
    display: block;
    padding-top: 3px; }
  .browse-categories .content-list > li .badge {
    padding: 3px 10px 0 0px; }
  .featured-videos .single-list .image-wrapper, .related-videos .single-list .image-wrapper {
    height: 125px; }
  header {
    position: relative; }
  header .logo-signin .logo {
    margin: 7px auto !important;
    float: left !important; }
  .mobile-search {
    float: left;
    padding: 13px;
    border-right: none;
    cursor: pointer;
    line-height: 10px;
    width: 42px;
    text-align: center;
    font-size: 16px;
    background-color: #044225;
    height: 42px;
    color: #fff;
    margin-right: 15px;
    border-radius: 4px; }
  .signin-signup ul {
    margin-bottom: 0 !important; }
  .advertiseWithUs {
    display: none !important; }
  /*.mobile-search{border-left:1px solid #ddd;}*/
  .ripple {
    right: 22px !important; }
  .add-company-nav {
    float: none !important;
    text-align: center; }
  .skyscrapper-ad {
    display: none; }
  .homepage-top-content .main-heading h1 {
    font-size: 28px; }
  .homepage-content .home-equipment .heading h2 {
    font-size: 23px; }
  /*.homepage-top-content{padding-bottom:20px;}*/
  .homepage-content .home-equipment {
    margin-top: 20px; }
  .banner-section {
    min-height: 250px !important;
    max-height: 520px;
    margin-bottom: 320px !important;
    background-size: auto; }
  .banner-section .banner-inner .banner-content h2 {
    font-size: 23px !important;
    margin-bottom: 10px !important;
    line-height: 26px; }
  .banner-section .banner-inner .banner-content .btn-lg {
    font-size: 18px !important;
    padding: 10px 15px;
    margin: 10px; }
  .home-pcb-type .single-box .image-wrapper {
    height: 256px !important; }
  .update-pcb-directory ul li {
    float: none;
    width: 100%; }
  .update-pcb-directory ul li:nth-child(2) {
    border-top: 1px solid #ddd; }
  .update-pcb-directory ul li:nth-child(odd) {
    border-right: none; }
  /*.manufacturers-profile .profile .image-wrapper{width: 100%;float:none;margin-right:0;margin-bottom:20px;}
.manufacturers-profile .profile .caption{float: none; width: 100%;}
.col-lg-2-n-half, .col-md-2-n-half, .col-sm-2-n-half {width: 33.333%;flex: 0 0 33.333%;max-width: 33.333%;}
.manufacturers-profile .related-news li:nth-child(2) .single-box, .manufacturers-profile .related-whitepapers li:nth-child(2) .single-whitepaper { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; }
.manufacturers-profile .nav-tabs li{width:33.333%;text-align:center;}
.manufacturers-profile .nav-tabs li a{border-bottom:1px solid #ddd;}*/
  .equip-comp-profile .comp-profile .manu-basic-details-small {
    width: 100%; }
  .equip-comp-profile .comp-profile .image-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 1rem; }
  .content-section {
    min-height: 100%; }
  .home-add-manu-box .add-manubox-inner .btn {
    font-size: 16px !important;
    padding: 20px 25px !important; }
  .equipment-directory .company-filter li {
    width: 50%; }
  .equipment-directory .company-filter li:nth-child(2n+1) {
    padding-left: 0; }
  .equipment-directory .company-filter li:nth-child(2n) {
    padding-right: 0; }
  .equipment-directory .company-filter li:last-child {
    padding-right: 6px; }
  .new-quote-section .form-area .value-field #orderTypePnl, .new-quote-section .form-area .value-field #orderTypePanel {
    border-right: none !important; }
  .pnlUploading td {
    width: 200px;
    min-width: 200px; }
  .pnlUploading td:last-child {
    width: 55px;
    min-width: 55px; }
  .services-section ul li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important; }
  .services-section ul li .single-box {
    justify-content: flex-start;
    border-right: none;
    flex-flow: row; }
  .services-section .img-box_rigflex, .services-section .img-box_rig, .services-section .img-box_fab, .services-section .img-box_asmbl, .services-section .img-box_dsgn, .services-section .img-box_stncl, .services-section .img-box_rep, .services-section .img-box_turnkey, .services-section .img-box_boxbuild, .services-section .img-box_reverse, .services-section .img-box_cutting, .services-section .img-box_engraving, .services-section .img-box_testing, .services-section .img-box_conformal_coating, .services-section .img-box_drilling {
    margin-right: 5px; }
  .services-section .img-box_fab, .services-section .img-box_asmbl, .services-section .img-box_dsgn, .services-section .img-box_stncl, .services-section .img-box_rep, .services-section .img-box_turnkey, .services-section .img-box_boxbuild, .services-section .img-box_reverse, .services-section .img-box_cutting, .services-section .img-box_engraving, .services-section .img-box_testing, .services-section .img-box_conformal_coating, .services-section .img-box_drilling {
    width: 60px; }
  #allManufacturerList {
    min-height: 400px !important;
    max-height: 400px !important; }
  .banner-section .banner-inner .banner-content .banner-btn {
    font-size: 12px !important;
    padding: 11px !important;
    word-wrap: break-word;
    white-space: normal; }
  .home-add-manu-box .add-manubox-inner {
    padding: 20px 0 !important; }
  .adevertise .btn-box {
    padding: 20px 10px 25px 10px !important; }
  .details-logo {
    margin-bottom: 10px !important; }
  .leaderboard-ad, .border-leaderboard {
    display: none; }
  .directories .col-lg-3 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important; }
  .equipments-details .profile .image-wrapper {
    height: 300px;
    width: 300px;
    margin: 0 auto 15px auto;
    float: none;
    margin-bottom: 15px; }
  .equipments-details .profile .caption {
    width: 100%;
    float: none;
    text-align: center; }
  .community .dropdown-menu, .question-details .dropdown-menu {
    right: 0; }
  #ContentPlaceHolder1_lblCount {
    display: inline-block;
    margin-top: 15px; }
  .calc-details .calc-big-box .calcbox {
    border: none !important;
    padding: 0 !important; }
  .services-layout {
    display: none; }
  .tab-content-new {
    padding: 0;
    min-width: 100%; }
  .manu-city-list ul li {
    display: inline-block;
    border: none !important; }
  .country-state-filter {
    margin: 0 !important; }
  .country-state-filter .manu-city-list .row {
    margin: 0 !important; }
  .spec-table .manu-specification .nav-tabs > li > a {
    border-bottom: none; }
  .interview .interview-list .image-wrapper {
    height: 182px; }
  .interview .interview-list .featured-interview .image-wrapper {
    height: 230px; }
  .latest-interviews .single-list .image-wrapper {
    height: 110px; }
  .latest_news .image-wrapper {
    height: 274px; }
  .homepage-content .home-product .single-box .image-wrapper {
    height: 185px; }
  .manufacturers .col-12, .assembly .col-12, .design .col-12, .stencil .col-12, .repair .col-12 {
    float: none !important; }
  .search-page .product-list .product-box .image-wrapper {
    width: 140px;
    margin: 0 auto 8px auto; }
  .modal-after-inactivity.modal-dialog {
    width: 100% !important; }
  .reviews-listing .single-reviews .rating-sec .overall .attribute {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .reviews-listing .single-reviews .rating-sec li:first-child .rating-box {
    display: block;
    text-align: center; }
  .reviews-listing .reviewed-user {
    text-align: center;
    margin-bottom: 10px; }
  .manu-popular-searches {
    width: 100%;
    margin: 5px 0 25px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ffffff; }
  .manu-popular-searches ul li {
    width: 100%;
    margin: 0 0 5px !important; }
  .manu-popular-searches ul li:first-child {
    width: 100%;
    margin: 0 0 5px;
    font-size: 16px; }
  .manu-popular-searches ul > span > li:first-child {
    font-size: 14px; }
  .webinars .webinars-list .single-blog .caption .webinar-meta-details {
    width: 100%; }
  .webinars .webinars-list .single-blog .caption .view-webinar-btn {
    width: 100%;
    margin-top: 5px; }
  .webinar-details .webinar-profile .profile .caption .register-btn {
    width: 100%; }
  .home-featured .carousel-item .image-wrapper {
    width: 280px;
    height: 163px; }
  .home-featured .carousel-item .carousel-caption {
    width: calc(100% - 290px); }
  .home-featured .carousel-item .carousel-caption p {
    -webkit-line-clamp: 5; }
  .homepage-content .home-interview ul, .homepage-content .upcomming-events ul, .homepage-content .webinar-home ul, .homepage-content .home-whitepaper ul {
    height: auto; }
  /*.form-row-custom .form-row-custom > [class*=col-]:first-child {padding-left: 10px!important;}*/
  .banner-section .banner-inner {
    top: 15%; }
  .dropzone-desc {
    width: 90%; }
  .custom-file-upload {
    width: 50%; }
  .directories .single-box .type-image {
    height: 263px; }
  header .logo-signin {
    padding: 0; }
  header .logo-signin .logo {
    display: none; }
  header .main-nav {
    background-color: #ffffff !important;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.07);
    border-bottom: none !important; }
  .searchbar {
    border-top: none !important;
    margin: 0;
    position: absolute;
    right: 2% !important;
    left: 2% !important;
    width: 96% !important;
    top: 95%;
    box-shadow: 0px 2px 5px 0px #c1c1c1;
    padding: 25px;
    background-color: #f2f2f2;
    border-radius: 4px;
    z-index: 3; }
  .searchbar:after {
    content: '';
    border-bottom: 10px solid #f2f2f2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: 100%;
    right: 15px; }
  header.sticky .searchbar {
    position: fixed;
    top: 8%;
    z-index: 1066; }
  .add-company-nav a {
    border-radius: 4px;
    border-bottom: none !important;
    padding: 10px 15px; }
  .navbar-light .navbar-brand img {
    max-width: 75%;
    max-height: 75%; }
  .navbar-light .navbar-brand {
    margin: 0 !important; }
  .searchbar .keywords-dropdown {
    top: 63px;
    width: 85% !important; }
  .navbar-collapse {
    top: 63px; }
  #pnlFileList .table-responsive {
    white-space: nowrap; }
  #pnlFileList .table-responsive .table .mw-300, #pnlFileList .table-responsive .table .mw-150 {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  #pnlFileList .table-responsive .table .input-group {
    flex-wrap: nowrap; }
  .event-details .upcoming-events .event-block .image-wrapper {
    height: 165px; }
  .event-details .event-profile .image-wrapper {
    width: 200px;
    height: 132px; }
  .event-details .event-profile .event-profile-detail {
    width: calc(100% - 215px); }
  footer {
    padding: 25px; }
  footer .footer-bottom-info::before {
    height: 2px;
    top: -8px; }
  footer .footer-bottom-info .footer-bottom-info-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 100%; }
  /*
    .manufacturers .directory-listing .single-list .manu-details {
        min-height: 100%;
        margin-bottom: 10px;
        width: 100%;
    }

    .manufacturers .directory-listing .single-list .manu-details h2 {
        font-size: 20px;
        flex-direction: column;
        gap: 5px;
        width: 100%;
    }

    .manu-country {
        float: none !important;
        display: block;
    }

    .manufacturers .directory-listing .single-list .bottom-field {
        flex-direction: column;
        gap: 10px;
    }

    .manufacturers .directory-listing .single-list .bottom-field .action-btn {
        position: static;
    }*/
  .product-multiple-image-main {
    width: 100%;
    float: none;
    margin-right: 0px; }
  .product-multiple-image-main ~ .caption {
    width: calc(100% - 0px) !important; }
  .product-multiple-image .carousel-item img {
    width: 100%; }
  .carousel-indicators {
    z-index: 3; }
  .videos-home .home-page .latest-video .image-wrapper {
    height: 110px; }
  .homepage-content .home-f-article .single-box .image-wrapper {
    height: 172px; }
  .latest-products .single-list .image-wrapper {
    min-height: 176px; }
  header .main-nav .navbar-nav {
    max-height: 512px;
    overflow: hidden;
    overflow-y: auto;
    display: block; } }

@media screen and (max-width: 575px) {
  .title-on-details h1 {
    font-size: 24px; }
  .latest-products .single-list .image-wrapper {
    min-height: 300px; }
  .page-title, .topic-heading {
    border: none; }
  .modal-dialog.signup-modal-main.modal-lg {
    max-width: 100%; }
  .directories .single-box .type-image {
    height: 330px; }
  header .logo-signin {
    padding: 0; }
  header .logo-signin .logo {
    margin: 7px auto !important;
    float: none !important;
    width: 210px;
    display: none; }
  /*.searchbar input, .searchbar input:focus{width:100%!important;}*/
  /*.manufacturers-profile .related-jobs li:nth-child(2) .single-job{padding-top:10px;border-top:1px solid #ddd;height:100%;margin-top:10px;}*/
  .past-events .event-list li .caption h2, .events .event-list li .caption h2 {
    font-size: 16px;
    line-height: 1.3; }
  .past-events .event-list li .image-wrapper, .events .event-list li .image-wrapper, .event-details .upcoming-events .event-block .image-wrapper {
    width: 200px;
    height: 132px;
    margin-right: 10px; }
  .past-events .event-list li .caption, .events .event-list li .caption, .event-details .upcoming-events .event-block .caption {
    width: calc(100% - 210px);
    float: left; }
  .event-details .upcoming-events .event-block {
    border: none;
    padding: 10px;
    display: inline-block;
    width: 100%; }
  .event-details .upcoming-events .event-block .image-wrapper {
    width: 100px;
    height: 67px !important;
    margin-right: 10px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .event-details .upcoming-events .event-block .caption {
    width: calc(100% - 110px);
    float: left;
    padding: 0;
    text-align: left !important; }
  .event-details .upcoming-events .event-block .caption h4, .event-news .single-news .caption h4, .event-details .products-showcased h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px; }
  .search-page .product-list .product-box .centerLeft {
    border: none; }
  #compare-nav {
    margin: 0 auto;
    margin-top: 0px;
    float: none;
    margin-top: 10px; }
  .rfq-note .btn {
    margin-bottom: 10px; }
  .custm-btn {
    width: 202px !important; }
  .modal .col-form-label {
    text-align: left; }
  .directory-listing .single-list .profile-btn {
    text-align: center; }
  .profile-btn .text-link {
    color: #007bff;
    font-size: 16px; }
  .directory-listing .review-count {
    margin: 4px 5px 0px 5px; }
  .show-rating {
    margin-bottom: 6px; }
  .home-pcb-type .single-box .image-wrapper {
    height: 210px !important; }
  .col-lg-2-n-half, .col-md-2-n-half, .col-sm-2-n-half {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  /*.manufacturers-profile .manu-tabs.nav-tabs li a{border-right:none;}
.manufacturers-profile .nav-tabs li a{font-size:14px;padding:11px!important;}*/
  .equip-comp-profile .comp-profile .m-profile-details {
    width: calc(100%); }
  .equip-comp-profile .comp-profile .profile-action-btn {
    width: 100%;
    margin: 0; }
  .new-quote-section .form-area .col-form-label {
    width: 100%;
    float: none; }
  .new-quote-section .form-area .value-field {
    width: 100%;
    float: none; }
  .quote-user-details .col-form-label {
    text-align: left !important;
    padding-top: 0; }
  .new-quote-section .form-area .col-form-label {
    padding-left: 10px !important;
    padding-bottom: 3px !important; }
  .signin-signup .modal-dialog {
    margin: .5rem !important; }
  .p-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .text-xs-center {
    text-align: center !important; }
  .directories .col-lg-3 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; }
  .border-bottom-xs {
    border-bottom: 1px solid #ddd !important; }
  .review .rating-manu-detail {
    padding: 0 !important; }
  .review .rating-manu-detail h1 {
    font-size: 22px !important; }
  .review .rating-manu-detail .review-heading {
    font-size: 18px !important; }
  .directory-listing li .single-list {
    padding-bottom: 4px; }
  .page-heading h1 {
    font-size: 20px; }
  .manu-top-details .page-heading h1 {
    font-size: 26px; }
  .reviews-listing .single-reviews .review-desc {
    padding-bottom: 10px;
    display: block;
    text-align: center;
    margin-bottom: 10px; }
  .reviews-listing .single-reviews .review-desc h4 {
    width: 100%;
    float: none; }
  .reviews-listing .single-reviews .review-desc .date {
    float: none; }
  .supply-to {
    display: inline-block !important;
    padding: 4px 8px 5px 8px;
    margin: 5px !important; }
  .equipments .product-list .product-box .btn-more {
    color: #1fae66; }
  .search-page .product-list .product-box .manu-name {
    text-align: center !important; }
  .search-page .product-list .new-layout .product-box .product-list-new .manu-name {
    text-align: center !important; }
  .search-page .product-list .new-layout .product-box .manu-name {
    text-align: left !important; }
  .search-page .product-list .product-box .centerLeft .manu-name h4 {
    justify-content: center !important; }
  .reviews-listing .single-reviews .rating-sec .overall .rating-decimal {
    font-size: 16px !important; }
  .reviews-listing .single-reviews .rating-sec .overall .rating-box i {
    font-size: 14px !important; }
  .reviews-listing .single-reviews .rating-sec .rating-box i {
    font-size: 8px !important; }
  .reviews-listing .single-reviews .attribute {
    font-size: 14px !important; }
  /*.manufacturers-profile .related-whitepapers .image-wrapper{width:100px;height:90px;}
.manufacturers-profile .related-whitepapers .caption{width:calc(100% - 115px);}*/
  .manu-city-list ul li {
    display: inline-block;
    border: none !important; }
  .country-state-filter {
    margin: 0 !important; }
  .country-state-filter .manu-city-list .row {
    margin: 0 !important; }
  .user-resp-no-inner, .user-resp-not-usefull, .user-resp-yes, .user-resp-no {
    display: block;
    text-align: center; }
  .no-circle, .not-usefull-circle, .success-circle {
    margin: 0 auto; }
  .user-resp-not-usefull h3, .user-resp-yes h3, .user-resp-no h3 {
    line-height: normal;
    margin-top: 5px; }
  .user-resp-smlr-product .page-title {
    margin: 0 10px 30px 10px; }
  .manufacturer-response .user-resp-yes .user-resp-yes-inner, .manufacturer-response .user-resp-not-usefull .user-resp-not-usefull-inner, .manufacturer-response .user-resp-no {
    display: block; }
  .manufacturer-response .user-resp-no h3 {
    margin-top: 5px !important; }
  .response-done {
    padding: 60px 0; }
  .interview .interview-list .image-wrapper {
    height: 240px; }
  .homepage-content .home-equipment .list ul li {
    width: 100%; }
  .directory-listing .single-list .profile-btn > .btn {
    font-size: 16px !important;
    width: 100%; }
  .event-details .event-profile .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 195px; }
  .event-details .event-profile .event-profile-detail {
    width: 100%; }
  .new-quote-section #specsForm .card-header {
    display: flex !important; }
  .search-page .product-list .product-box .actions a {
    display: inline-block !important;
    margin-right: 7px; }
  .selected-filter span.selected-fil {
    border: none !important; }
  .equipments-details .custm-btn {
    margin: 0 6px; }
  .banner-section .banner-inner .banner-content {
    padding: 0 15px; }
  .banner-section .banner-inner .banner-content .btn-lg {
    font-size: 16px !important;
    padding: 10px;
    margin: 0; }
  .banner-section .banner-inner {
    width: 100%;
    top: 15%;
    position: relative; }
  .homepage-content .home-equipment .equipment-list {
    max-height: 340px; }
  .featured-native-bottom .featured-img {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0; }
  .featured-native-bottom .featured-text {
    width: 100%; }
  .featured-native-bottom .featured-text h4 {
    display: block; }
  .new-design .tab-content-new .spec-table h2 {
    font-size: 14px !important; }
  .reviews-listing .card .card-header {
    display: block !important; }
  .rating-box {
    margin-top: 5px !important; }
  .single-reviews .rating-sec {
    padding-bottom: 5px !important; }
  .reviews-listing .single-reviews .rating-sec li {
    margin-bottom: 3px !important; }
  .popular-orderby .manu-counter, .popular-orderby .sortby {
    width: 100%;
    margin: 0 0 5px;
    text-align: center; }
  #compare-nav.fix {
    top: 60px; }
  #compare-nav.fix {
    right: 3%; }
  #Reviews .topic-heading h4 {
    margin-bottom: 10px;
    display: block; }
  #Reviews .topic-heading .review-btn-below-listing a {
    display: block; }
  .home-featured .carousel-item .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .home-featured .carousel-item .carousel-caption {
    width: 100%; }
  .home-featured .carousel-item .carousel-caption h4 {
    -webkit-line-clamp: 3;
    max-height: 100%;
    font-size: 17px; }
  .homepage-content .home-equipment .list {
    margin-right: 5px; }
  .checkout .cart-added-items .product-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .checkout .cart-added-items .right-caption {
    width: 100%; }
  .checkout .cart-added-items .right-caption .product-details {
    padding: 0; }
  .checkout .cart-added-items .message {
    padding: 0; }
  .calc-tab-section .nav-tabs > li {
    width: 50% !important;
    text-align: center; }
  .homepage-content .home-product li {
    margin-bottom: 15px; }
  .homepage-content .home-product .single-box {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin-bottom: 0; }
  .homepage-content .home-product .single-box .image-wrapper {
    height: 100px;
    width: 100px;
    margin: 0; }
  .homepage-content .home-product .single-box .caption {
    width: calc(100% - 100px);
    padding-left: 10px; }
  .homepage-content .home-product .single-box .caption h4 {
    font-size: 14px;
    font-weight: 600; }
  .homepage-content .home-read-more {
    border: none;
    padding-top: 0px; }
  .feature-list.on-search li:first-child {
    display: none; }
  .feature-list.on-search li {
    font-size: 13px; }
  .directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left {
    width: 100% !important; }
  .directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    line-height: 28px !important;
    min-width: 100% !important; }
  /*.featured-videos .single-list, .related-videos .single-list { border-bottom: 1px solid rgba(0,0,0,.125); margin-bottom: 10px; padding-bottom: 10px; }
.featured-videos ul li:last-child .single-list, .related-videos ul li:last-child .single-list{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
.featured-videos .single-list .image-wrapper, .related-videos .single-list .image-wrapper { height: 67px; width: 100px; float: left; margin-right: 10px; margin-bottom: 0; }
.featured-videos .single-list .caption { width: calc(100% - 110px); float: left; padding: 0; }
.featured-videos .image-wrapper .play-icon i, .related-videos .image-wrapper .play-icon i{font-size: 2em;}*/
  .videos-home .home-page .latest-video .video-thumb-new {
    display: flex;
    gap: 10px; }
  .videos-home .home-page .latest-video .image-wrapper {
    height: 67px;
    width: 100px;
    min-width: 100px; }
  .videos-home .home-page .latest-video .image-wrapper .play-icon i {
    font-size: 2rem; }
  .latest-products .single-list {
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px; }
  .latest-products ul li:last-child .single-list {
    border-bottom: none;
    margin-bottom: 0; }
  .latest-products .single-list {
    display: flex;
    gap: 10px; }
  .latest-products .single-list .image-wrapper {
    height: 90px;
    width: 90px;
    min-height: 90px;
    min-width: 90px; }
  .latest-products .single-list .caption {
    padding: 0; } }

@media screen and (max-width: 480px) {
  #cookie-law .cookie-accept-btn {
    margin-left: 0; }
  .popular-searches-profile ul li {
    width: 100%; }
  .mobile-w-100 {
    flex: 0 0 100%;
    max-width: 100%; }
  .equipments .manufacturers-list > li .image-wrapper {
    width: 105px;
    margin: 0px auto 10px;
    float: none; }
  .equipments .manufacturers-list > li .caption, .equipments .manufacturers-list > li .manu-name, .equipments .manufacturers-list > li .visit-website, .equipments .manufacturers-list > li .visit-website > div {
    width: 100%;
    margin: 0;
    text-align: center; }
  .equipments .manufacturers-list > li .visit-website {
    min-height: 40px;
    margin-top: 5px; }
  /*.equipments-details .profile .image-wrapper, .equipments-details .profile .caption{width:100%;margin-right:0;margin-bottom:15px;}*/
  .equipments-details .profile .caption {
    width: 100%; }
  .custm-btn {
    width: 220px !important; }
  .rfq-note .btn:last-child {
    margin: 0; }
  .home-pcb-type .single-box .image-wrapper {
    height: 328px !important; }
  /*.manufacturers-profile .nav-tabs li{width:50%;}*/
  .home-add-manu-box .add-manubox-inner .btn {
    font-size: 13px !important;
    padding: 10px 12px !important; }
  .equipment-directory .company-filter li {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 15px; }
  .equipment-directory .company-filter li:last-child {
    padding-right: 0; }
  .equipment-directory .pcb-services .single-box .image-wrapper {
    height: 325px; }
  .input-checked {
    width: 100% !important;
    float: none; }
  .input-checked input {
    width: 100% !important; }
  .rfq-note {
    text-align: center;
    border-radius: 4px; }
  .reviews-listing .single-reviews .rating-sec .overall .rating-box i {
    font: 18px; }
  .reviews-listing .single-reviews .rating-sec .rating-box i {
    font-size: 15px; }
  .get-q-form {
    right: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .modal .form-title {
    width: 72% !important; }
  .interview .interview-list .featured-interview .image-wrapper {
    height: 150px; }
  .news-company .company-info {
    width: 100%;
    margin-right: 0; }
  .news-company .company-logo {
    width: 100%;
    margin-top: 10px;
    text-align: center; }
  .latest_news .image-wrapper {
    height: 166px; }
  .news .news-list .caption .sort-description .tags {
    display: block !important; }
  .question-details .answer-section .action-bar ul {
    margin-bottom: 10px; }
  .community-details .action-bar ul li .primary-action {
    padding: 4px 5px 4px; }
  .community-details .action-bar ul li {
    margin-right: 0px;
    font-size: 12px; }
  .community-details .action-bar a {
    padding: 2px 4px 2px 4px !important;
    font-size: 12px !important; }
  .community-details .action-bar ul li span {
    font-size: 12px; }
  .equipments-details .custm-btn {
    margin: 0 0 10px 0px !important; }
  .singleSpecCls .input-checked {
    width: auto !important; }
  .homepage-content .home-interview .single-box .image-wrapper {
    width: 100% !important;
    float: none !important;
    margin-right: 0px !important; }
  .homepage-content .home-interview .single-box .caption {
    width: 100% !important;
    padding: 10px 5px 0px !important;
    float: none !important; }
  .homepage-content .home-interview .single-box:last-child, .homepage-content .home-interview .single-box:only-child {
    margin-bottom: 0px !important; }
  .quote-small {
    display: block; }
  .webinars .webinars-list .single-blog .image-wrapper {
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0; }
  .webinars .webinars-list .single-blog .image-wrapper {
    height: 190px;
    width: 100%;
    margin-right: 0;
    float: none;
    padding: 0;
    margin-bottom: 0px; }
  .webinars .webinars-list .single-blog .caption {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 0 0 4px 4px; }
  .webinars .webinars-list .single-blog .caption {
    width: 100%;
    border-top: none !important; }
  .webinars .webinars-list .single-blog .caption .view-webinar-btn {
    width: 100%;
    margin-top: 5px; }
  .webinar-details .webinar-profile .profile .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 198px; }
  .webinar-details .related-webinar .image-box, .company-webinar .image-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 198px;
    text-align: center; }
  .webinar-details .webinar-profile .profile .caption, .webinar-details .related-webinar .caption, .company-webinar .caption {
    width: 100%; }
  .webinar-details .webinar-video {
    height: 195px; }
  header .signin-signup ul li a {
    padding: 10px 12px; }
  .event-details .event-profile .event-profile-detail .basic-details ul {
    width: 100% !important; }
  .event-details .event-profile .event-profile-detail .basic-details .btn-box {
    width: 100% !important; }
  .event-details .event-profile .event-profile-detail .basic-details .btn-box a {
    width: 100% !important; }
  .calc-tab-section .nav-tabs > li {
    width: 100% !important;
    text-align: left !important; }
  .calc-tab-section .nav-tabs > li > a {
    display: block !important;
    font-weight: 600;
    text-align: left !important; }
  .past-events .event-list li .image-wrapper, .events .event-list li .image-wrapper {
    width: 100%;
    height: 195px;
    margin-right: 0;
    margin-bottom: 10px; }
  .past-events .event-list li .caption, .events .event-list li .caption {
    width: 100%;
    float: none; }
  .resistor-color-box {
    margin: 40px auto; }
  .resistor-color-box .resistor-color-layout {
    width: 250px;
    height: 60px; }
  .resistor-color-box .resistor-color-layout .left-side, .resistor-color-box .resistor-color-layout .right-side {
    width: 60px;
    height: 74px; }
  .color-strip-box .resistor_strip4, .color-strip-box .resistor_strip5, .color-strip-box .resistor_strip6 {
    width: 15px;
    border: 1px solid black;
    height: 60px;
    float: left;
    position: absolute; }
  .resistor-color-box .resistor-color-layout:before {
    height: 15px;
    width: 25px;
    display: block;
    position: absolute;
    left: -25px;
    top: calc(50% - 8px); }
  .resistor-color-box .resistor-color-layout:after {
    height: 15px;
    width: 25px;
    display: block;
    position: absolute;
    right: -25px;
    top: calc(50% - 8px); }
  #strip41, #strip52, #strip62 {
    left: 68px; }
  #strip42 {
    left: 103px; }
  #strip43 {
    left: 138px; }
  #strip44 {
    height: 74px; }
  #strip44, #strip55, #strip66 {
    left: 205px; }
  #strip51, #strip61 {
    left: 28px;
    height: 74px;
    top: -7px; }
  #strip52 {
    left: 68px; }
  #strip53 {
    left: 100px; }
  #strip54 {
    left: 140px; }
  #strip55 {
    left: 205px;
    height: 74px;
    top: -7px; }
  #strip62 {
    left: 68px; }
  #strip63 {
    left: 93px; }
  #strip64 {
    left: 118px; }
  #strip65 {
    left: 168px; }
  #strip66 {
    left: 205px;
    height: 74px;
    top: -7px; } }

/*-------------------------Media Query CSS End-----------------------*/
/* calc-detail page */
.content-section {
  padding-top: 15px;
  padding-bottom: 15px; }

.calc-tab-section {
  margin-top: 20px; }

.calc-tab-section .tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 0px;
  margin-bottom: 20px; }

.tab-content .calc-big-box {
  border-radius: 0 0 4px 4px; }

.calc-tab-section .nav-tabs > li {
  width: 33.33%;
  text-align: center; }

.calc-tab-section .nav-tabs.single-calc > li {
  width: 100%; }

.calc-tab-section .nav-tabs.single-calc > li a {
  cursor: default; }

.calc-tab-section .nav-tabs > li > a.active, .left-part .calc-tab-section .nav-tabs > li > a.active:hover, .left-part .calc-tab-section .nav-tabs > li > a.active:focus {
  background-color: #1fae66 !important;
  color: #fff !important;
  border: 1px solid transparent !important; }

.calc-tab-section .nav-tabs > li > a {
  background-color: #f9f9f9;
  border-radius: 0;
  color: #737373;
  margin-right: 0;
  /*border-right: 1px solid #ccc; border-top: 1px solid #ccc;*/
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ddd; }

.bg-light-custom {
  background-color: #ececec !important; }

/* Equipment manufacturer directory*/
.directory .page-title {
  border: none !important;
  margin: 0 !important;
  text-align: center; }

.directory .page-title h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 15px;
  overflow: hidden;
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 5px; }

.directory .page-title h1 {
  margin-bottom: 10px !important;
  text-align: center;
  margin-top: 0;
  border: none !important;
  padding-bottom: 0; }

.directory .top-details {
  margin-bottom: 15px;
  text-align: center; }

.directory .top-details .manufacturer-count {
  margin-bottom: 8px; }

.directory .top-details .top-text {
  margin-bottom: 10px;
  color: #777 !important;
  font-size: 13px; }

.directory .directory-listing .dir-search {
  margin-bottom: 0px; }

.directory .directory-filters .filterlist .search-filter-div {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

.directory .directory-filters .filterlist .search-filter-div i {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: calc(50% - 6px);
  color: #999; }

.directory .directory-filters .filterlist .search-filter-div input {
  padding-left: 30px; }

.nav-tabs {
  border-bottom: 2px solid #197e3f; }

.directory .directory-listing .nav-tabs {
  background-color: #e6e6e6; }

.directory .directory-listing .nav-tabs li {
  text-align: center;
  width: 50%;
  margin-bottom: -1px; }

.directory .directory-listing .nav-tabs li a.active, .directory .directory-listing .nav-tabs li a.active:focus, .directory .directory-listing .nav-tabs li a.active:hover {
  background-color: #12683f;
  color: #fff;
  font-weight: 500;
  border-bottom: none;
  border-top: none; }

.directory .directory-listing .nav-tabs .nav-link {
  padding: 10px !important;
  font-size: 16px !important;
  background-color: #eee;
  color: #333;
  margin-right: 2px;
  border-bottom: none;
  font-weight: 500; }

.directory .directory-listing .nav-tabs li a, .search-page .results .nav-tabs > li a {
  background-color: transparent;
  padding: 12px 10px !important;
  font-size: 16px !important; }

.directory .directory-listing .nav-tabs li a {
  border-radius: 0;
  color: #333;
  display: block;
  font-weight: 500;
  margin-right: 0;
  border-color: transparent; }

/* .directory .directory-listing .grid-view-list{ margin-bottom: 25px; }
    .directory .directory-listing .grid-view-list > li { margin-top: 20px; }
    .directory .directory-listing .grid-view-list .single-list, .directory .directory-listing .list-view .single-list { border: 1px solid #ddd; font-size: 14px; padding: 0; box-shadow: 0 1px 7px rgba(0,0,0,.05); background-color: #fff; border-radius: 4px; height: 100%; position: relative; }
        .directory .directory-listing .list-view .single-list .manu-logo { float: left; text-align: center; position: relative; width: 250px; height: 100%; border-bottom: none; border-right: 1px solid #eee; box-shadow: inset 1px 2px 15px #eee; min-height: 180px; border-radius: 4px 0 0 4px; }
            .directory .directory-listing .grid-view-list .manu-logo a, .directory .directory-listing .list-view .single-list .manu-logo a { display: block; width: 100%; height: 100%; }
            .directory .directory-listing .list-view .single-list .manu-logo img { max-width: 100%; max-height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 4px 0 0 4px; }
        .directory .directory-listing .list-view .single-list > .caption { width: calc(100% - 250px); float: left; padding: 15px; position: relative; }
    .directory .directory-listing .grid-view-list .caption h4 { margin: 0 0 8px; font-weight: 600; }
    .directory .directory-listing .grid-view-list .caption ul li:last-child { line-height: 18px; margin-bottom: 0; }


.directory .directory-listing .grid-view-list .caption ul.bottom-bar { margin-top: 10px; padding-bottom: 65px; }
.directory .directory-listing .list-view .single-list > .caption ul.bottom-bar { padding-bottom: 64px; }
 

.directory .directory-listing .grid-view-list .caption ul.bottom-bar li:last-child { border-right: none; margin-right: 0 !important; padding-right: 0; }

.directory .directory-listing .list-view .single-list > .caption ul.bottom-bar li, .directory .directory-listing .list-view .single-list > .caption ul.bottom-bar li:last-child { margin-bottom: 8px; }
.directory .directory-listing .grid-view-list .action-btn { text-align: right; padding: 15px; border-top: 1px solid #eee; position: absolute; bottom: 0; left: 0; right: 0; }
    .directory .directory-listing .grid-view-list .action-btn .custom-btn { min-width: 49%; }*/
.stickyRHSAds {
  position: sticky;
  top: 50px;
  margin-bottom: 15px;
  display: block; }

.directory .directory-filters {
  margin-bottom: 10px; }

.directory .directory-filters .filter-heading {
  background-color: #12683f;
  color: #fff; }

.directory .directory-filters .filter-heading h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 10px 10px; }

.directory .directory-filters .filterbox.card {
  border-top: none;
  border-radius: 0; }

.directory .directory-filters .custom-support {
  padding: 10px; }

.directory .directory-filters .custom-support .custom-control {
  padding-left: 1.4rem;
  padding-top: 0.15rem; }

.directory .directory-filters .custom-support .custom-control .custom-control-label {
  line-height: 20px; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem !important; }

.directory .directory-filters .custom-support .custom-control-label::before {
  width: 1rem !important;
  height: 1rem !important;
  left: -1.4rem !important; }

.directory .directory-filters .filterbox.card {
  border-top: none;
  border-radius: 0; }

.directory .directory-filters .filterbox.card .card-header.bg-light {
  background-color: #ebebeb !important;
  padding: 8px 10px !important;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 0 !important; }

.content-section .card .card-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 0; }

.directory .directory-filters .filterlist ul {
  margin: 0;
  max-height: 225px;
  overflow-y: auto;
  padding: 5px 0; }

.directory .directory-filters .filterlist ul li {
  padding: 3px 10px; }

.directory {
  background-color: #f9f9f9; }

.directory .directory-listing .dir-manu-list > li {
  margin-top: 20px; }

.directory .directory-listing .dir-manu-list > li.product-catalog-pdf {
  margin-top: 0 !important; }

.directory .directory-listing .dir-manu-list .single-list {
  font-size: 14px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  position: relative;
  padding: 0;
  border: none; }

.directory .directory-listing .dir-manu-list .single-list:hover {
  box-shadow: 0 1px 5px 0 rgba(35, 150, 80, 0.51); }

.directory .directory-listing .dir-manu-list .single-list:hover .bottom-details .action-btn .btn-outline-primary {
  background-color: #239650;
  border-color: #197e3f;
  color: #fff !important; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details {
  padding: 15px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .manu-logo {
  float: left;
  text-align: center;
  position: relative;
  width: 170px;
  height: auto;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 4px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .manu-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span
.directory .directory-listing .dir-manu-list .single-list .manu-top-details .manu-logo img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption {
  width: calc(100% - 170px);
  float: left;
  padding: 0 0 0 15px;
  position: relative; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption h4 a.website {
  position: relative; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption h4 a.website:after {
  content: "\f35d";
  font-weight: 600;
  font-family: 'PCB Icon';
  margin-left: 0px;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 8px); }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption h4 .claim-badge {
  font-size: 15px;
  margin-top: 5px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption h4 a.website ~ .claim-badge {
  padding-left: 20px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption ul li {
  line-height: 22px;
  margin-bottom: 5px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption ul.bottom-bar {
  padding-bottom: 64px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption ul.bottom-bar li {
  margin-bottom: 8px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption ul.bottom-bar li:last-child {
  margin-bottom: 8px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details > .caption ul.bottom-bar .product-catalog.selected a:before {
  top: 107px;
  left: 0;
  font-size: 55px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left {
  width: calc(100% - 200px); }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span {
  border-left: 1px solid #868686;
  padding-left: 10px;
  margin-left: 7px;
  line-height: 16px;
  min-width: 105px; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span a {
  text-decoration: underline; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span a:hover {
  text-decoration: none; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left p span:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  max-width: 69%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .bottom-list-left .show-product-catalog {
  cursor: pointer; }

.directory .directory-listing .dir-manu-list .single-list .manu-top-details .bottom-details .action-btn {
  min-width: 190px;
  display: flex;
  align-items: end;
  justify-content: end; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog {
  background-color: #FBFBFB;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 15px; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog a {
  padding: 10px 15px;
  display: block;
  position: relative;
  color: #555555; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog a:after {
  position: absolute;
  content: '\f078';
  font-weight: 600;
  font-family: 'PCB Icon';
  margin: 1px 0 0 5px;
  top: calc(50% - 10px);
  right: 15px;
  color: #555555;
  font-size: 16px;
  line-height: 18px; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog a:hover {
  text-decoration: none; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog.selected {
  background-color: #e3f1e9; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog.selected a {
  color: #197e3f; }

.directory .directory-listing .dir-manu-list .single-list .product-catalog.selected a:after {
  color: #197e3f;
  content: '\f077'; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner {
  background-color: #FBFBFB;
  padding: 15px;
  border-top: 1px solid #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
  position: relative;
  margin-top: -2px; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li {
  margin-top: 20px; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li .single-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 100%;
  position: relative;
  background-color: #fff; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li .single-box .image-box {
  width: 100%;
  height: 210px;
  border-bottom: 1px solid #ddd; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li .single-box .caption {
  padding: 10px;
  text-align: center; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li .single-box .caption h4 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 42px; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li .single-box .caption a {
  font-size: .875rem !important;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: block; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li:nth-child(1), .directory .directory-listing .dir-manu-list .product-catalog-pdf-inner ul li:nth-child(2), .directory .directory-listing .dir-manu-list.product-catalog-pdf-inner ul li:nth-child(3) {
  margin-top: 0; }

.directory .directory-listing .dir-manu-list .product-catalog-pdf-inner .caralog-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  background-color: #337AB7 !important;
  padding: 3px 6px 5px 7px;
  line-height: 15px;
  color: #fff;
  z-index: 1;
  display: none !important; }

.side-line {
  position: relative;
  padding-left: 15px; }

.side-line:before {
  content: '|';
  position: absolute;
  left: 5px;
  top: -1px; }

/*.additionalservices li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.additionalservices li label {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;

}
.additionalservices li label a{text-decoration:none!important;}
.additionalservices li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.additionalservices li input:checked + label:before {
    border: 1px solid #1fae66;
}

.additionalservices li input:checked + label:after {
   content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 10px;
    width: 6px;
    height: 20px;
    border: solid #1fae66;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.additionalservices li input:checked + label{
    color:#12683F;
}*/
@media (max-width: 767px) {
  .directory .directory-listing .grid-view-list .manu-logo {
    height: 180px; }
  .directory .directory-listing .grid-view-list .action-btn .custom-btn {
    font-size: 16px;
    padding: 8px 12px; }
  .similar-product-scroll {
    display: none; }
  .additionalservices li.liAsHeading {
    display: flex;
    justify-content: space-between;
    margin: 0 !important; }
  .additionalservices li.liAsHeading.open {
    margin-bottom: 8px !important; }
  /*.additionalservices li.liAsHeading:after{position:absolute;right:15px;content:'\2b';font-weight:600;font-family:'PCB Icon';}*/ }

@media (max-width: 575px) {
  .directory .directory-listing .list-view .manu-logo {
    width: 100% !important;
    height: 220px !important; }
  .directory .directory-listing .dir-manu-list .single-list .bottom-details .action-btn .btn-outline-primary {
    background-color: #239650;
    border-color: #197e3f;
    color: #fff !important; }
  .directory .directory-listing .list-view .single-list > .caption {
    width: 100%; }
  .directory .directory-listing .grid-view-list .action-btn .custom-btn {
    min-width: 100%; }
  .directory .directory-listing .list-view .single-list .manu-top-details > .caption {
    width: 100%;
    padding: 0;
    margin-top: 10px; }
  .directory .directory-listing .list-view .single-list .manu-top-details .bottom-details {
    flex-direction: column;
    gap: 10px;
    margin: 0; }
  .directory .directory-listing .list-view .single-list .manu-top-details .bottom-details .action-btn {
    min-width: 100%; }
  .sticky-top-selctedfilter {
    position: static;
    top: 70px; } }

.home-header .fixed-search .search {
  display: none !important; }

.home-header .fixed-search {
  width: auto;
  position: absolute;
  right: 0;
  top: 4px; }

.home-header .fixed-search.dir {
  right: 145px; }

.home-header.sticky .search {
  float: right;
  margin: 0 0 0 10px;
  position: relative;
  display: inline-block !important; }

.home-header.sticky .search input.search:first-child:focus {
  border-color: #ccc;
  width: 300px; }

.home-header.sticky .search input.search:first-child {
  font-size: 0.9em;
  margin: 0;
  padding: 6px 12px;
  transition: all 0.2s 0.2s ease-in;
  width: 140px; }

.home-header.sticky .input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap; }

.search .keywords-dropdown {
  background: #E5EAED;
  padding: 10px;
  width: 82%;
  position: absolute;
  top: 36px; }

.search.focus input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.search .keywords-dropdown {
  z-index: 9;
  width: 100%; }

.search .keywords-dropdown li {
  margin-bottom: 5px; }

.search .keywords-dropdown .label {
  color: #afafaf;
  display: inline-block;
  margin: 5px 0px;
  padding: .2em 0.0em .3em;
  font-weight: normal;
  font-size: 82%; }

.search .keywords-dropdown ul .btn-light {
  box-shadow: none !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0.3em;
  white-space: nowrap;
  background-color: #fff;
  border-color: #d0d0d0;
  color: #464646; }

.search .keywords-dropdown ul .btn-light:hover {
  background-color: #f5f5f5;
  color: #197e3f; }

/* Quote page Addition */
.field-set fieldset {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px; }

.field-set fieldset legend {
  background: none !important;
  border: none;
  width: auto;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0px;
  padding: 6px 6px; }

.field-set fieldset legend label {
  margin: 0; }

.new-alert-primary {
  color: #155724;
  background-color: #e5ece7;
  border-color: #c3e6cb;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.progressbar {
  counter-reset: step;
  margin: 0;
  padding: 0;
  display: flex; }

.progressbar li {
  position: relative;
  list-style: none;
  float: left;
  width: 33.33%;
  text-align: center; }

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  border: 1px solid #12683f;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #12683f;
  line-height: 39px;
  z-index: 2;
  position: relative;
  color: #fff; }

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1fae66;
  top: 20px;
  left: -50%;
  z-index: 1; }

.progressbar li:first-child:after {
  content: none; }

.paging-in-popover .popover {
  max-width: 100%;
  text-align: center;
  z-index: 9; }

.paging-in-popover .popover-body ul {
  margin: 0 !important;
  padding: 0; }

#myTabContent2 .form-floating .form-group .form-control {
  height: auto;
  padding: 11px 12px; }

.top-text {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5; }

.bottom-text {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.5; }

.filter-reset {
  color: #dc3545 !important; }

@keyframes icon {
  0%, 100% {
    transform: translate(0px); }
  50% {
    transform: translate(3px); } }

.stack-tab-container {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px; }

.stack-tab-container .ra-heading {
  min-width: 135px;
  margin: 6px; }

.stack-tab-container .ra-heading h6 {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #f2f2f2;
  margin-bottom: 0px;
  margin-right: 0px;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #ccc; }

.stack-tab-container .tab-bar {
  overflow: hidden;
  padding-right: 0px;
  position: relative; }

.stack-tab-container .left-arrow, .stack-tab-container .right-arrow {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 5px;
  pointer-events: none; }

.stack-tab-container .right-arrow {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(to left, #f8f8f8 20%, transparent); }

.stack-tab-container .left-arrow {
  background: linear-gradient(to right, #f8f8f8 20%, transparent); }

.stack-tab-container .right-arrow.active, .stack-tab-container .left-arrow.active {
  display: flex; }

.stack-tab-container i {
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  pointer-events: auto;
  text-align: right; }

.stack-tab-container ul.tabs {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 6px;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth; }

.stack-tab-container ul.dragging {
  scroll-behavior: auto;
  cursor: pointer; }

.stack-tab-container ul::-webkit-scrollbar {
  display: none; }

.stack-tab-container a.tab {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 0px;
  margin-right: 0px;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #ccc; }

.stack-tab-container a.tab.active {
  border: 1px solid #007bff;
  color: #007bff;
  background: #fff; }

.stack-tab-container a.tab:hover {
  color: #197e3f; }

.trending-companies {
  margin-bottom: 20px; }

.trending-companies .suggestive_qna {
  position: relative;
  overflow: hidden;
  padding-right: 0px; }

.trending-companies .trending-heading {
  min-width: 140px;
  width: 140px;
  max-width: 140px;
  height: 84px;
  background: white;
  border: 2px solid gainsboro;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  display: flex;
  margin-right: 10px; }

.trending-companies .trending-heading h6 {
  font-size: 12px;
  font-weight: 600;
  margin: auto; }

.suggestive_qna .suggestive_company_list {
  display: flex;
  align-items: center;
  justify-content: start;
  list-style: none;
  padding: 0;
  gap: 10px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  margin: 0; }

.suggestive_qna .suggestive_company_list li {
  min-width: 140px;
  width: 140px;
  max-width: 140px;
  height: 84px;
  background: #fff;
  border: 2px solid gainsboro;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 5px; }

.suggestive_qna .suggestive_company_list li h6 {
  margin: 0;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  margin: auto; }

.suggestive_qna .suggestive_company_list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 96%;
  max-height: 96%;
  margin: auto; }

.trending-companies .suggestive_qna .left-arrow, .trending-companies .suggestive_qna .right-arrow {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  display: none;
  align-items: center;
  padding: 0 5px;
  pointer-events: none;
  z-index: 1; }

.trending-companies .suggestive_qna .right-arrow {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(to left, #f8f8f8 20%, transparent); }

.trending-companies .suggestive_qna .left-arrow {
  background: linear-gradient(to right, #f8f8f8 20%, transparent); }

.trending-companies .suggestive_qna .right-arrow.active, .trending-companies .suggestive_qna .left-arrow.active {
  display: flex; }

.trending-companies .suggestive_qna i {
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  pointer-events: auto;
  text-align: right; }

.mw-30 {
  min-width: 30px !important;
  width: 30px !important; }

.mw-50 {
  min-width: 50px !important; }

.mw-52 {
  min-width: 52px !important; }

.mw-70 {
  width: 70px !important;
  min-width: 70px; }

.mw-80 {
  min-width: 80px !important; }

.mw-100 {
  min-width: 100px !important; }

.mw-110 {
  min-width: 110px !important; }

.mw-120 {
  min-width: 120px !important; }

.mw-130 {
  min-width: 130px !important;
  width: 130px !important;
  max-width: 130px !important; }

.mw-140 {
  min-width: 140px !important;
  width: 140px !important;
  max-width: 140px !important; }

.mw-150 {
  min-width: 150px !important; }

.mw-180 {
  min-width: 180px !important;
  width: 180px !important;
  max-width: 180px !important; }

.mw-200 {
  min-width: 200px !important; }

.mw-220 {
  min-width: 220px !important; }

.mw-250 {
  min-width: 250px !important; }

.mw-300 {
  min-width: 300px !important; }

/* Serching loader css*/
.searching-loader {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  left: 0;
  opacity: 1;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2300;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .searching-loader .loading-text {
    width: 190px;
    font-size: 30px;
    color: #1FAE66;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px; }
    .searching-loader .loading-text span[class^="dot-"] {
      opacity: 0; }
    .searching-loader .loading-text .dot-one {
      animation: dot-one 2s infinite linear; }
    .searching-loader .loading-text .dot-two {
      animation: dot-two 2s infinite linear; }
    .searching-loader .loading-text .dot-three {
      animation: dot-three 2s infinite linear; }

@keyframes dot-one {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot-two {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes dot-three {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/* ==== Switch Toggle New Css */
.yesno-toggle {
  position: relative;
  width: 100px; }

.yesno-toggle *, .yesno-toggle *:before, .yesno-toggle *:after {
  box-sizing: border-box; }

.yesno-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.yesno-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none; }

.yesno-toggle input[type="checkbox"][disabled] ~ label .yesno-toggle__switch {
  opacity: 0.4; }

.yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0; }

.yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
  content: attr(data-checked); }

.yesno-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center; }

.yesno-toggle label .yesno-toggle__label-text {
  flex: 1;
  padding-left: 32px; }

.yesno-toggle label .yesno-toggle__switch {
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.125);
  cursor: pointer;
  font-weight: 700; }

.yesno-toggle label .yesno-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center; }

.yesno-toggle label .yesno-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #1fae66;
  transform: translate3d(0, 0, 0); }

.yesno-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(234, 0, 48, 0.5); }

.yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch {
  background-color: #fff; }

.yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch:after {
  color: #fff; }

.yesno-toggle input[type="checkbox"]:hover ~ label {
  color: #d1002b; }

.yesno-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49; }

.yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch {
  background-color: #f9f9f9; }

.yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
  color: #fff;
  background: #1fae66; }

.yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch {
  background-color: #f9f9f9; }

.yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch:after {
  color: #fff; }

.yesno-toggle label .yesno-toggle__label-text {
  flex: 1; }

.yesno-toggle label .yesno-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #f9f9f9; }

.yesno-toggle label .yesno-toggle__switch:before {
  color: rgba(0, 0, 0, 0.5); }

.yesno-toggle label .yesno-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff;
  background: #1fae66; }

.yesno-toggle input[type="checkbox"]:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:hover ~ label .yesno-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125); }

.yesno-toggle input[type="checkbox"]:checked ~ label .yesno-toggle__switch:after {
  transform: translate3d(48px, 0, 0); }

.yesno-toggle input[type="checkbox"]:checked:focus ~ label .yesno-toggle__switch:after, .yesno-toggle input[type="checkbox"]:checked:hover ~ label .yesno-toggle__switch:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125); }

.yesno-toggle label {
  font-size: 14px;
  margin: 0; }

.yesno-toggle label .yesno-toggle__switch {
  height: 30px;
  flex: 0 0 100px;
  border-radius: 4px; }

.yesno-toggle label .yesno-toggle__switch:before {
  left: 50px;
  font-size: 12px;
  line-height: 30px;
  width: 50px;
  padding: 0 12px; }

.yesno-toggle label .yesno-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 48px;
  line-height: 26px;
  font-size: 12px; }

.yesno-toggle label .yesno-toggle__switch:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125); }

/* ==== Switch Toggle New Css */
/* ==== New Css Filters ==== */
.close-fill, .close-fill1, .btnFilterScroller1, .btnFilterScroller2, .r-set, .r-set1, #gotonewfilter .sticky-top-selctedfilter, #gotonewfilter1 .apldfilters {
  display: none; }

@media (max-width: 991px) {
  #gotonewfilter {
    position: fixed;
    left: -100%;
    width: 300px;
    top: 0;
    z-index: 99999;
    height: 100%;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border: 0px solid #a4ccbb; }
  .filtersContent {
    overflow: hidden;
    overflow-y: auto !important;
    height: calc(100% - 60px);
    padding: 4px 4px; }
  .close-fill {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-weight: 600;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #1fae66; }
  .overl {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s ease-in-out; }
  .r-set1 {
    display: none; }
  .btnFilterScroller1 {
    margin: 0 0 10px;
    display: block; }
  .btnFilterScroller1 {
    position: fixed;
    right: -38px;
    top: 260px;
    background-color: #a71d2a;
    border-color: #a71d2a;
    color: #fff;
    padding: 3px 5px;
    border-radius: 0;
    width: 110px;
    height: 34px;
    margin: 0;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 99999; }
  /*.filter-count{    width: 25px;
    height: 25px;
    display: inline-block;
    background: #f00;
    border-radius: 100%;
    margin-left: 5px;}
.btnFilterScroller1 .filter-count{
    background: #fff;
    color: #f00;
}*/
  .manufacturers .page-heading h1, .manufacturers .manu-about-text {
    padding: 0 25px; }
  .equipments .manu-top-details h1, .equipments .manu-about-text {
    padding: 0 25px; }
  .directory .page-title h1, .directory .top-details {
    padding: 0 25px; }
  #gotonewfilter .sticky-top-selctedfilter {
    position: static;
    background: #c4e6d8;
    margin: 0;
    box-shadow: none;
    padding: 0;
    display: block; }
  #gotonewfilter .sticky-top-selctedfilter .apldfilters, #gotonewfilter .sticky-top-selctedfilter .apldfilters .selected-filter {
    background-color: #c4e6d8; }
  #gotonewfilter .supply-filter {
    display: none; } }

@media (max-width: 767px) {
  .btnFilterScroller1 {
    top: 179px; }
  #gotonewfilter1 {
    position: fixed;
    left: -100%;
    width: 300px;
    top: 0;
    z-index: 99999;
    height: 100%;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
    border: 0px solid #dddddd;
    padding: 0; }
  .filtersContent1 {
    overflow: hidden;
    overflow-y: auto !important;
    height: calc(100% - 60px);
    padding: 4px 4px; }
  .close-fill1 {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-weight: 600;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #1fae66; }
  .r-set {
    display: none; }
  .btnFilterScroller2 {
    margin: 0 0 10px;
    display: block; }
  .btnFilterScroller2 {
    position: fixed;
    right: -38px;
    top: 179px;
    background-color: #a71d2a;
    border-color: #a71d2a;
    color: #fff;
    padding: 3px 5px;
    border-radius: 0;
    width: 110px;
    height: 34px;
    margin: 0;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 99999; }
  .equipments .filters .filter-heading h4 {
    padding: 6px 10px; }
  .directory .directory-filters .filter-heading h3 {
    padding: 6px 10px; }
  .btnFilterScroller2 .filter-count {
    background: #fff;
    color: #f00; }
  #gotonewfilter1 .apldfilters {
    display: block; } }

/* ==== New Css Filters ==== */
/* ==== New Css Product Page ==== */
.new-layout .company-profile .comp-profile-top .manu-basic-details {
  margin-right: 0; }

.new-layout .company-profile .comp-profile-top .image-wrapper {
  max-width: 76px;
  height: 50px;
  margin-bottom: 0 !important;
  margin-right: 8px; }

.new-layout .company-profile .comp-profile-top .claim-badge i {
  font-size: 16px; }

.search-page .product-list .new-layout .product-box {
  border: none; }

.search-page .product-list .new-layout .product-box .company-profile {
  background-color: #ededed;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #a6aeb2; }

.search-page .product-list .new-layout .product-box {
  border: 1px solid #cccccc; }

.new-layout .company-profile .comp-profile-top .manu-basic-details ul li {
  margin-bottom: 7px !important; }

.new-layout .company-profile .comp-profile-top .manu-basic-details #hlnkContact {
  white-space: nowrap; }

.search-page .product-list .new-layout .product-box li {
  margin-bottom: 3px; }

.search-page .product-list .new-layout .product-box li:last-child {
  margin-bottom: 0; }

.search-page .product-list .new-layout .product-box:hover {
  background-color: #fff; }

.search-page .product-list .new-layout .product-box .imagelink {
  border-bottom: 1px solid #ddd;
  background-color: #ffffff; }

.search-page .product-list .new-layout .product-box .imagelink img {
  height: 100%;
  filter: grayscale(100%);
  border: 0;
  border-radius: 0;
  padding: 0;
  width: auto; }

.search-page .product-list .new-layout .product-box .imagelink {
  margin: 0; }

.search-page .product-list .new-layout .product-box .single-product-list li {
  margin-bottom: 3px !important; }

.search-page .product-list .new-layout .product-box .single-product-list .imagelink {
  width: 108px;
  min-width: 108px;
  height: 108px; }

.search-page .product-list .new-layout .product-box:hover .imagelink img {
  filter: grayscale(0); }

.search-page .product-list .new-layout .product-box .manu-name h4 {
  font-size: 16px; }

.search-page .product-list .new-layout .product-box .manu-name h4 a {
  color: #1C9C5E; }

.product-list-new .owl-item .item {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  position: relative;
  transition: all .1s ease-in-out;
  margin: 0;
  transform: scale(0.92);
  overflow: hidden; }

/*.product-list-new .owl-item .item a, .product-list-new .owl-item .item img{cursor:not-allowed;pointer-events: none;}*/
.product-list-new .item.border-clip {
  border: 1px solid #1fae66;
  border-bottom-color: #f5f7f8;
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  margin: 0;
  background-color: #f5f7f8 !important; }

.product-list-new .border-clip .item {
  border: 1px solid #1fae66;
  border-bottom-color: #f5f7f8;
  border-radius: 4px 4px 0 0;
  transform: scale(1);
  margin: 0;
  background-color: #f5f7f8 !important; }

/*.equipments .product-list .new-layout .product-box .border-clip .item .manu-name{background-color: #f5f7f8!important;}*/
.search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-next, .search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-prev {
  background-color: #1fae66 !important;
  color: #ffffff !important;
  border-color: #1fae66 !important;
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 15px); }

.search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-prev {
  left: -5px;
  transition: all .3s linear; }

.search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-next {
  right: -5px;
  transition: all .3s linear; }

.search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-prev.disabled, .search-page .product-list .new-layout .product-box .owl-carousel .owl-nav .owl-next.disabled {
  display: none; }

.new-layout .owl-theme .owl-nav [class*=owl-] {
  margin: 0; }

.new-layout .owl-theme .owl-nav {
  position: static;
  top: auto;
  right: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease-in;
  margin: 0; }

.new-layout .owl-theme .owl-dots {
  position: absolute;
  top: -8px;
  left: 0; }

.product-list-new .item.border-clip:after {
  content: '';
  position: absolute;
  border: 8px solid;
  border-color: transparent transparent #1fae66 transparent;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%); }

.new-layout .product-box .collapse {
  width: 100% !important; }

.equipments .product-list .new-layout .product-box .manu-name {
  padding: 10px;
  padding-bottom: 30px; }

.equipments .product-list .new-layout .product-box .more-info-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0; }

.search-page .product-list .new-layout .product-box .actions .compare {
  padding: 2px 0; }

.search-page .product-list .new-layout .product-box .actions .compare .custom-control-label {
  padding-left: 0; }

.search-page .product-list .new-layout .viewMorePro {
  text-decoration: underline; }

.search-page .product-list .new-layout .viewMorePro:hover {
  text-decoration: none; }

.equipments .product-list .new-layout .product-box .more-info-btn .btn-more-product {
  color: #1C9C5E;
  font-size: 13px;
  position: absolute;
  bottom: 8px;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: center; }

.equipments .product-list .new-layout .product-box .more-info-btn .btn-more-product .viewhide {
  position: relative; }

.equipments .product-list .new-layout .product-box .more-info-btn .btn-more-product .viewhide i {
  position: absolute;
  top: 5px;
  margin-left: 3px; }

.equipments .product-list .new-layout .product-box:hover .more-info-btn .btn-more-product {
  color: #1fae66;
  text-decoration: underline; }

.head-texta {
  padding: 15px 1px;
  width: calc(100% - 60px); }

.head-texta h3 {
  color: #888;
  font-size: 17px; }

.search-page .product-list .product-box .actions a:hover {
  color: white !important; }

.modal .equip-comp-profile .image-wrapper {
  width: 76px;
  height: 50px;
  float: left;
  min-width: 76px; }

.modal .equip-comp-profile .submit-info {
  padding: 1px; }

/* ==== New Css Product Page ==== */
/* ==== Froala Editer Css ==== */
img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

img.fr-bordered, .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fr-view {
  word-wrap: break-word; }

.fr-view span[style~="color:"] a {
  color: inherit; }

.fr-view strong {
  font-weight: 700; }

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  margin-bottom: 20px; }

.fr-view table td {
  min-width: 5px; }

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke; }

.fr-view table td, .fr-view table th {
  border: 1px solid #DDD; }

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #ececec; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible; }

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0; }

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4; }

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047; }

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1; }

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047; }

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view .fr-class-highlighted {
  background-color: #ffff00; }

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace; }

.fr-view .fr-class-transparency {
  opacity: 0.5; }

.fr-view img {
  position: relative;
  max-width: 100%; }

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 10px 5px 0 !important;
  max-width: calc(100% - 5px); }

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 10px !important;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%; }

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 10px 5px 0;
  max-width: calc(100% - 5px); }

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 10px;
  max-width: calc(100% - 5px); }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-green {
  color: green; }

.fr-view .fr-img-caption {
  text-align: center; }

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%; }

/*.fr-view .fr-img-caption .fr-img-wrap img { display: block; margin: auto; }*/
.fr-view .fr-img-caption .fr-img-wrap .fr-inner {
  display: block; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px; }

a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-green {
  color: green; }

img.fr-view {
  position: relative;
  max-width: 100%; }

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px)); }

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px); }

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px); }

.fr-view h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 6px 0; }

.fr-view p, .fr-view ol, .fr-view ul {
  font-size: 16px;
  margin-bottom: 1.4em; }

.fr-view ol li, .fr-view ul li {
  margin-bottom: 5px !important;
  font-size: 16px;
  line-height: 25px; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  padding: 5px 5px 0 !important; }

.fr-view table td, .fr-view table th {
  padding: 5px 8px; }

/* ==== Froala Editer Css ==== */
.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.text-primary-2 {
  color: #023047; }

.loader-page {
  background: rgba(239, 239, 239, 0.9);
  position: absolute;
  inset: 1px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px; }
  .loader-page .loader-main {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 100%; }
    .loader-page .loader-main .icon-loader {
      position: absolute;
      font-size: 15px;
      font-weight: 700;
      color: #1fae66; }
    .loader-page .loader-main .loader {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      border: 0 solid;
      border-color: #064c67 transparent #064c67 transparent;
      -webkit-animation: rotation 1s linear infinite;
      animation: rotation 1s linear infinite; }
      .loader-page .loader-main .loader:after, .loader-page .loader-main .loader:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 2px solid;
        border-color: transparent #1FAE66 transparent #1FAE66;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-animation: rotationBack .5s linear infinite;
        animation: rotationBack .5s linear infinite;
        transform-origin: center center; }
      .loader-page .loader-main .loader:before {
        width: 40px;
        height: 40px;
        border-color: #023047 transparent #023047 transparent;
        -webkit-animation: rotation 1.5s linear infinite;
        animation: rotation 1.5s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.filters-left {
  background-color: #E6F2F0;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (max-width: 991px) {
    .filters-left {
      border-radius: 0; } }
  @media (max-width: 991px) {
    .filters-left.overl {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9999;
      background: rgba(0, 0, 0, 0.6);
      transition: 0.3s ease-in-out; } }
  .filters-left .filter-heading h4 {
    color: #444444;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600; }
  @media (max-width: 991px) {
    .filters-left .filter-heading .close-fill {
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 20px;
      font-weight: 600;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: #1fae66;
      border-radius: 100%; } }
  .filters-left .filtersContent {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 991px) {
      .filters-left .filtersContent {
        overflow: hidden;
        overflow-y: auto !important;
        /*height: calc(100% - 60px);*/
        height: 100%;
        padding: 0; } }
  .filters-left .single-filter {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 10px; }
    .filters-left .single-filter h4 {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 0;
      cursor: pointer;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #444444; }
      .filters-left .single-filter h4 i.fa-info-circle {
        margin-top: 3px; }
      .filters-left .single-filter h4:after {
        font-family: "PCB Icon";
        content: "\f077";
        font-weight: 900;
        font-size: 0.75em;
        transition: transform 0.5s ease-in-out;
        line-height: 18px;
        color: #777777; }
      .filters-left .single-filter h4.collapsed:after {
        content: "\f078";
        transform: none; }
    .filters-left .single-filter .seacrh-filter {
      position: relative;
      margin: 10px 0; }
      .filters-left .single-filter .seacrh-filter .search-icon {
        position: absolute;
        top: calc(50% - 7px);
        left: 12px;
        color: #848d95;
        pointer-events: none; }
      .filters-left .single-filter .seacrh-filter input {
        padding-left: 35px;
        border-radius: .375rem; }
    .filters-left .single-filter .country-state-filters .no-search-result {
      display: flex;
      flex-direction: column;
      gap: 5px;
      justify-content: center;
      align-items: center; }
      .filters-left .single-filter .country-state-filters .no-search-result i {
        color: #e0e0e0 !important; }
      .filters-left .single-filter .country-state-filters .no-search-result p {
        color: #929292 !important; }
    .filters-left .single-filter .filterdata .btn-more {
      padding-top: 5px;
      display: inline-block; }
    .filters-left .single-filter ul {
      max-height: 216px;
      overflow-y: auto;
      margin: 0px;
      padding: 10px 0 0px;
      display: flex;
      flex-direction: column;
      gap: 5px;
      overflow-x: hidden; }
      .filters-left .single-filter ul.mt-2 {
        margin-top: .25rem !important; }
      .filters-left .single-filter ul li {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 10px;
        position: relative;
        font-size: 14px; }
        .filters-left .single-filter ul li a {
          color: #444444; }
          .filters-left .single-filter ul li a:hover {
            color: #1C9C5E; }
        .filters-left .single-filter ul li .custom-control {
          min-height: 20px; }
    .filters-left .single-filter.value-selected > h4 {
      position: relative; }
      .filters-left .single-filter.value-selected > h4:before {
        font-family: "PCB Icon";
        content: "\f058";
        font-weight: 500;
        font-size: 0.95rem;
        transition: transform 0.5s ease-in-out;
        line-height: 17px;
        color: #1C9C5E;
        position: absolute;
        right: 20px; }

.new-mob-filter-div {
  background-color: #fff;
  padding: 5px 15px;
  position: sticky;
  z-index: 1; }
  @media (max-width: 991px) {
    .new-mob-filter-div {
      padding: 5px;
      margin: 0 0 10px;
      border-radius: 6px;
      top: 40px; } }
  @media (max-width: 767px) {
    .new-mob-filter-div {
      padding: 5px 15px;
      margin: 0 -15px;
      border-radius: 0;
      top: 63px; } }
  @media (max-width: 991px) {
    .new-mob-filter-div .new-mob-filter-btn {
      border: 1px solid #044225;
      border-radius: 3px;
      color: #044225;
      display: flex;
      align-items: center;
      justify-content: start;
      background-color: #fafbfa;
      text-decoration: none; }
      .new-mob-filter-div .new-mob-filter-btn:hover {
        color: #044225;
        text-decoration: none; }
      .new-mob-filter-div .new-mob-filter-btn .filter-sliders {
        padding: 12px 15px;
        display: block;
        border-right: 1px solid #220240; }
      .new-mob-filter-div .new-mob-filter-btn .filter-text {
        padding: 9px 12px;
        font-size: 20px;
        font-weight: 500;
        display: block; } }

.sticky-top-selctedfilter {
  position: sticky;
  top: 42px;
  z-index: 11;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  /*overflow: hidden;*/ }
  @media (max-width: 991px) {
    .sticky-top-selctedfilter {
      position: static;
      margin-bottom: 10px; } }
  .sticky-top-selctedfilter .apldfilters {
    margin: 0; }

.apldfilters {
  background-color: #ffffff !important;
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  border-radius: 6px; }
  .apldfilters .selected-filter {
    background-color: #ffffff !important; }
    .apldfilters .selected-filter li {
      margin: 3px 6px 5px 0;
      display: inline-flex;
      border: 1px solid #dddddd;
      padding: 3px 12px;
      border-radius: 25px;
      font-size: 13px; }
      .apldfilters .selected-filter li a > i {
        margin-left: -3px !important;
        position: relative;
        top: 0px;
        color: #dc3545;
        font-size: 0.775rem; }
    .apldfilters .selected-filter span.selected-fil {
      padding: 2px 10px 2px 1px;
      border-radius: 7px;
      margin-left: 0px;
      font-weight: 600;
      color: #023047; }
  .apldfilters .undoSection {
    background: 0 0;
    border: none;
    color: #555;
    margin-bottom: 0;
    padding: 0;
    line-height: 20px; }

.filters .single-filter {
  margin-bottom: 0;
  border-top: 1px solid #cdcdcd; }
  .filters .single-filter ul {
    max-height: 216px;
    overflow-y: auto;
    margin: 0px;
    padding: 5px 0 0px; }
    .filters .single-filter ul li {
      padding: 0 10px 5px 7px;
      position: relative;
      font-size: 14px; }
      .filters .single-filter ul li a {
        padding-left: 0px;
        color: #444444; }
        .filters .single-filter ul li a:hover {
          color: #1fae66; }
      .filters .single-filter ul li > span {
        font-size: 13px; }
  .filters .single-filter.checkbox-filter ul li:after {
    content: none; }
  .filters .single-filter.checkbox-filter ul li a {
    padding-left: 0; }
  .filters .single-filter .custom-control-label > span {
    font-size: 13px; }
  .filters .single-filter .form-inline {
    margin: 7px;
    gap: 5px; }
    .filters .single-filter .form-inline .form-control {
      width: 28%;
      display: inline-block; }

.filters .btn-more {
  padding: 0px 10px 10px;
  display: inline-block;
  color: #878787;
  text-decoration: underline;
  float: left;
  font-size: 13px; }
  .filters .btn-more:hover {
    text-decoration: none; }

/*



.filters .single-filter .form-inline 

.filters .single-filter .to-text {
    margin: 5px 4px;
    text-align: center;
}

.filters .single-filter .form-inline .form-control.freq-units-select {
    width: 29.5%;
    margin-left: 6px;
}

.filters .single-filter .form-inline .form-control.freq-units-select ~ .btn {
    margin-left: 0;
    margin-top: 8px;
    display: block;
    width: 100%;
}

.filters .single-filter .form-inline .btn {
    font-size: 14px !important;
    margin-left: 8px;
}

.filters .single-filter .reset-filter {
    position: relative;
    width: 100%;
    margin-top: 8px;
    text-align: right;
    line-height: 12px;
}

.filters .single-filter .reset-filter a {
    color: red;
    font-size: 13px;
    background-color: #f8f8f8;
    z-index: 1;
    position: relative;
    padding: 0 7px;
}

.filters .single-filter .reset-filter::after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #7d7d7d;
    top: 50%;
    position: absolute;
}

.filters.table-filters {
    border: none;
}

.filters.table-filters .single-filter .form-inline .form-control {
    width: 34%;
}
*/
/*----------------d3 CSS Start-----------------*/
.homepage-content {
  background-color: #f5f7f8;
  padding-top: 20px;
  padding-bottom: 20px; }

.homepage-content .home-read-more {
  margin: 0 auto;
  text-align: center;
  border-top: solid 1px #ddd;
  width: 100%;
  padding-top: 14px; }

.homepage-content .home-read-more a {
  position: relative;
  width: 80px;
  display: inline-block;
  text-align: left !important; }

.homepage-content .home-read-more a:after {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: -1px;
  content: "\f054";
  font-size: 12px;
  font-weight: 900;
  bottom: 1px; }

.homepage-content .home-card {
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 0; }

.homepage-content .homepage-content {
  background-color: #f5f5f5;
  padding-top: 2rem !important; }

.homepage-content .topic-heading {
  text-align: left; }

/*border-bottom: none;*/
.homepage-top-content {
  padding: 0; }

.homepage-top-content .main-heading {
  text-align: center; }

.homepage-top-content .main-heading h1 {
  font-size: 32px;
  margin-bottom: 8px; }

.homepage-top-content .main-heading p {
  font-size: 16px;
  margin-bottom: 0;
  color: #555; }

.homepage-content .home-equipment {
  margin-bottom: 0 !important; }

.homepage-content .home-equipment .heading {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 10px;
  background-color: #e8fff2;
  padding: 10px;
  border-bottom: 1px solid #c9f9de; }

.homepage-content .home-equipment .heading h2 {
  font-size: 23px;
  margin-bottom: 3px; }

.homepage-content .home-equipment .heading p {
  font-size: 15px;
  margin-bottom: 0;
  color: #555; }

.homepage-content .home-equipment .collapse-equipment {
  background-color: #fed640;
  bottom: 0;
  padding: 3px 5px;
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #333; }

.homepage-content .home-equipment .equipment-list {
  max-height: 329px;
  overflow-y: auto; }

.homepage-content .home-equipment .list {
  margin-bottom: 0px;
  border-radius: 0;
  background-color: transparent; }

.homepage-content .home-equipment .list {
  border: none !important;
  margin-right: 8px; }

.homepage-content .home-equipment .list ul {
  margin: 0;
  padding: 0px; }

.homepage-content .home-equipment .list ul li {
  border: 1px solid #ddd;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 4px; }

.homepage-content .home-equipment .list ul li a {
  color: #444;
  width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.homepage-content .home-equipment .list ul li a:hover {
  color: #1fae66; }

.homepage-content .home-equipment .list ul li a + span {
  color: #1fae66;
  margin-left: 5px;
  font-size: 13px;
  float: right;
  min-width: 40px;
  text-align: right; }

.homepage-content .home-equipment .list ul li span.icon {
  margin-right: 5px;
  margin-left: 0;
  font-size: 12px;
  float: left;
  min-width: 0px; }

.homepage-content .home-equipment .list .sub-head {
  font-weight: bold;
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #ddd;
  margin-bottom: 8px; }

.homepage-content .home-equipment .list .sub-head a {
  color: #444;
  padding: 5px 8px;
  width: 100%;
  border-radius: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500; }

/*A*/
.homepage-content .home-equipment .list .sub-head a:hover {
  color: #1fae66; }

.homepage-content .home-equipment .list .sub-head a span {
  float: right;
  margin-left: 5px; }

.all-equipment a {
  position: relative; }

.all-equipment .fa-caret-right::before {
  content: "\f0da";
  top: calc(50% - 6px);
  position: absolute; }

.banner-section {
  width: 100%;
  padding: 0 !important;
  background: #1fae66;
  background: url(https://cdn.pcbdirectory.com/images/header-banner.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 50%;
  margin-bottom: 0 !important;
  border-radius: 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.12); }

.banner-section:after {
  position: absolute;
  bottom: 0;
  background-color: rgba(1, 30, 0, 0.66);
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px; }

.banner-section .banner-inner {
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  flex-flow: column;
  margin-bottom: 20px; }

.banner-section .banner-inner .banner-content {
  width: 100%; }

.banner-section .banner-inner .banner-content h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600; }

.banner-section .banner-inner .banner-content p {
  margin-bottom: 10px;
  font-size: 16px; }

.banner-section .banner-inner .banner-content .btn-lg {
  font-size: 18px !important;
  padding: 10px 30px; }

.banner-section .banner-inner .banner-content .select-filter {
  background-color: rgba(1, 30, 0, 0.66);
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner {
  position: relative; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner > .select-label {
  position: relative;
  z-index: 2;
  display: block;
  height: 38px;
  padding: 9px 14px;
  color: #444; }

/*.banner-section .banner-inner .banner-content .select-filter .select-filter-inner:after{content:'Location - ';position:absolute;left:14px;top:calc(50% - 7px);line-height:14px;color:#444;cursor: pointer;}*/
/*.banner-section .banner-inner .banner-content .select-filter .select-filter-inner.service:after{content:'Type of Service - ';}*/
/*.banner-section .banner-inner .banner-content .select-filter .select-filter-inner .select2-selection--single{padding-left:68px;}*/
/*.banner-section .banner-inner .banner-content .select-filter .select-filter-inner.service .select2-selection--single{padding-left:108px;}*/
.banner-section .banner-inner .banner-content .select-filter .form-control {
  border-radius: 4px !important;
  cursor: pointer;
  position: relative; }

/*.banner-section .banner-inner .banner-content .select-filter .form-control:before{content:'Location - ';}*/
.banner-section .banner-inner .banner-content .select-filter .select2 {
  text-align: left; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner .select2-selection--single:after {
  content: 'Location - ';
  position: absolute;
  left: 14px;
  top: calc(50% - 7px);
  line-height: 14px;
  color: #444;
  cursor: pointer; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner.service .select2-selection--single:after {
  content: 'Type of Service - '; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner .select2-selection--single {
  padding-left: 68px; }

.banner-section .banner-inner .banner-content .select-filter .select-filter-inner.service .select2-selection--single {
  padding-left: 108px; }

.home-featured .carousel {
  position: static; }

.home-featured .carousel-inner {
  margin-bottom: 15px; }

.home-featured .carousel-item .image-wrapper {
  width: 340px;
  height: 196px;
  float: left;
  margin-right: 10px; }

.home-featured .carousel-item .image-wrapper img {
  max-width: 100%;
  max-height: 100%; }

.home-featured .carousel-item .carousel-caption {
  float: left;
  width: calc(100% - 350px);
  position: static;
  color: #444;
  text-align: left;
  padding: 0; }

.home-featured .carousel-item .carousel-caption h4 {
  color: #1fae66;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px; }

.home-featured .carousel-item .carousel-caption h4 a {
  color: #1fae66; }

.home-featured .carousel-item .carousel-caption p {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0; }

.home-featured .carousel-control {
  position: absolute;
  top: 14px;
  right: 16px;
  display: flex; }

.home-featured .carousel-control-next, .home-featured .carousel-control-prev {
  position: static;
  opacity: 1;
  width: 25px;
  height: 25px;
  display: block;
  background-color: #1fae66;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  line-height: 25px;
  text-align: center; }

.home-featured .carousel-indicators {
  position: static;
  margin-bottom: 0; }

.home-featured .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #1fae66;
  border-radius: 100%;
  border-top: none;
  border-bottom: none; }

.homepage-content .home-product li {
  margin-bottom: 20px; }

.homepage-content .home-product .single-box {
  height: 100%; }

.homepage-content .home-product .single-box .image-wrapper {
  height: 222px;
  display: block;
  margin-bottom: 10px; }

.homepage-content .home-product .single-box .caption {
  padding: 0 5px; }

.homepage-content .home-product .single-box .caption h4 {
  font-size: 16px;
  margin-bottom: 4px; }

.homepage-content .home-interview .single-box .image-wrapper {
  height: 150px;
  text-align: center;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd; }

.homepage-content .home-interview .single-box .image-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.homepage-content .home-interview .single-box .caption {
  padding: 12px 5px 0px; }

.homepage-content .home-interview .single-box .caption h4 {
  font-size: 16px;
  margin: 0 0 0px;
  line-height: 22px; }

.homepage-content .home-interview .single-box .caption p {
  margin-top: 10px;
  margin-top: 6px;
  font-size: 15px; }

.homepage-content .home-f-article .single-box {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .3s ease-in-out; }

.homepage-content .home-f-article .single-box:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  border-color: #eeeeee; }

.homepage-content .home-f-article .single-box .image-wrapper {
  height: 123px;
  text-align: center;
  width: 100%;
  position: relative;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }

.homepage-content .home-f-article .single-box .image-wrapper img {
  max-width: 95% !important;
  max-height: 95% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.homepage-content .home-f-article .single-box .caption {
  padding: 12px 5px 5px; }

.homepage-content .home-f-article .single-box .caption h4 {
  font-size: 16px;
  margin: 0 0 0px;
  line-height: 22px; }

.homepage-content .home-f-article .single-box .caption p {
  margin-top: 10px;
  margin-top: 6px;
  font-size: 15px; }

.homepage-content .calculators {
  text-align: center; }

.homepage-content .calculators ul li {
  border-bottom: solid 1px #ddd;
  padding: 10px 0px;
  text-align: left; }

/*A*/
.homepage-content .calculators ul li:last-child {
  border-bottom: none;
  margin: 0; }

.homepage-content .calculators ul li:first-child {
  padding-top: 0; }

.homepage-content .calculators ul li a {
  display: inline-block;
  font-size: 14px;
  color: #666666; }

.homepage-content .calculators ul li a:hover {
  color: #1fae66; }

.homepage-content .sidebar .topic-heading {
  margin-bottom: 10px; }

.homepage-content .upcomming-events .single-box, .homepage-content .home-interview .single-box, .homepage-content .home-whitepaper .single-box {
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.homepage-content .upcomming-events .single-box .image-wrapper {
  height: auto;
  width: 100px;
  position: relative;
  margin-right: 10px;
  display: flex;
  float: left;
  padding: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }

.homepage-content .home-whitepaper .single-box .image-wrapper {
  height: auto;
  width: 100px;
  position: relative;
  margin-right: 10px;
  display: flex;
  float: left;
  padding: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }

.homepage-content .home-whitepaper .single-box .image-wrapper img, .homepage-content .upcomming-events .single-box .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.homepage-content .upcomming-events .single-box .caption {
  width: calc(100% - 110px);
  float: left; }

.homepage-content .home-whitepaper .single-box .caption {
  width: calc(100% - 110px);
  float: left; }

.homepage-content .upcomming-events .single-box .caption h4, .homepage-content .home-whitepaper .single-box .caption h4 {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px; }

.homepage-content .upcomming-events .single-box .caption span {
  margin-bottom: 5px; }

.homepage-content .upcomming-events li:last-child .single-box {
  border-bottom: none;
  margin: 0; }

.homepage-content .update-pcb-directory ul li {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 10px;
  padding: 0 0 10px 0; }

.homepage-content .update-pcb-directory ul li:last-child, .homepage-content .update-pcb-directory ul li:only-child {
  margin-bottom: 0px;
  padding-bottom: 0px !important; }

.homepage-content .update-pcb-directory ul li:last-child, .homepage-content .update-pcb-directory ul li:only-child, .homepage-content .home-interview .single-box:last-child, .homepage-content .home-interview .single-box:only-child, .homepage-content .home-whitepaper li:last-child .single-box, .homepage-content .home-whitepaper li:only-child .single-box {
  border-bottom: none !important; }

.homepage-content .update-pcb-directory ul li:first-child {
  padding-top: 0; }

.homepage-content .home-featured-manu .single-manu .image-wrapper {
  height: auto;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1fae66;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px 4px 0 0; }

.homepage-content .home-featured-manu .single-manu .image-wrapper img {
  position: static !important;
  max-width: 100%;
  max-height: 100%; }

.home-pcb-type .single-box {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }

.home-pcb-type .single-box .image-wrapper {
  border: none;
  height: 244px;
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
  border-radius: 4px 4px 0 0;
  padding: 0; }

.home-pcb-type .single-box .image-wrapper img {
  max-height: 97%;
  max-width: 97%;
  left: 1px; }

.home-pcb-type li {
  margin-bottom: 30px; }

.home-pcb-type .single-box h4 {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  margin: 0;
  line-height: 22px; }

.card .bg-dark {
  background-color: #565656 !important; }

.home-news .news-list li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.home-news .news-list li:last-child {
  border: none;
  margin: 0; }

.home-news .news-list li .image-wrapper {
  float: left;
  height: 90px;
  width: 90px;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 4px;
  margin-right: 10px;
  overflow: hidden;
  padding: 4px; }

.home-news .news-list li .image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  position: static !important; }

.home-news .news-list li .caption {
  width: calc(100% - 100px);
  float: left; }

.home-news .news-list li .caption h4 {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 700; }

.home-news .news-list li .caption .post-info {
  font-size: 12px; }

.home-news .news-list li .caption p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0; }

.mb-20 {
  margin-bottom: 20px !important; }

.homepage-content .home-interview ul, .homepage-content .upcomming-events ul, .homepage-content .webinar-home ul, .homepage-content .home-whitepaper ul {
  height: calc(100% - 99px); }

.homepage-content .home-interview .single-box:last-child, .homepage-content .home-whitepaper li:last-child .single-box, .homepage-content .webinar-home ul li:last-child, .homepage-content .upcomming-events li:last-child .single-box {
  margin-bottom: 0; }

.home-community .card-body {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  margin-bottom: -1px;
  padding: 5px 12px 5px 12px; }

.home-community .community-list li {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 12px 15px; }

.home-community .community-list li h4 {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-weight: normal;
  margin: 0; }

.home-community .community-list li:last-child {
  border: none;
  margin: 0; }

.home-community .nav-tabs {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #ddd; }

.home-community .nav-tabs li .nav-link {
  border: 1px solid #dee2e6;
  border-radius: 0;
  border: none;
  border-right: 1px solid #dee2e6;
  color: #999;
  font-size: 16px; }

.home-community .nav-tabs li:last-child .nav-link {
  border-right: none; }

.home-community .nav-tabs li .nav-link.active {
  color: #1fae66;
  border-bottom: solid 2px; }

.videos-home .home-page .latest-video .image-box {
  display: block;
  height: 56px;
  border: 1px solid #ddd;
  position: relative; }

.videos-home .home-page .latest-video .image-box img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 95%;
  max-width: 95%;
  padding: inherit !important; }

.videos-home .home-page .latest-video h4 {
  display: block;
  line-height: 22px;
  margin-bottom: 3px;
  font-size: 15px !important;
  font-weight: 700 !important; }

.videos-home .home-page .latest-video li {
  width: 100%;
  border-bottom: none;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block; }

.videos-home .home-page .latest-video .image-wrapper {
  height: 141px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center; }

.videos-home .home-page .latest-video .image-wrapper .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 54%;
  color: red;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.videos-home .home-page .latest-video .caption {
  width: calc(100% - 0px); }

.videos-home .home-page .latest-video .caption h4 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 2px; }

.videos-home .home-page .latest-video li:last-child {
  border: none; }

.home-v2 {
  background-color: #f5f7f8;
  /* .company-equipment {
        h3 {
            font-size: 30px;
            font-weight: 700;
        }

        .img-icon {
            height: 100px;
        }

        .company-equipment-section {
            display: flex;
            gap: 20px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            position: relative;

            .single-section-box {
                flex: 1;
                min-width: 280px;
                text-align: center;
                padding: 15px;
                transition: transform 0.3s ease, box-shadow 0.3s ease;
            }



            h4 {
                font-size: 22px;
                font-weight: 700;
            }

            p {
                font-size: 16px;
                margin-bottom: 10px;
                color: #777777;
            }

            .count-color {
                color: #00b16a;
                
            }
           
            .separator {
                font-size: 16px;
                font-weight: bold;
                color: #777;
                position: absolute;
                left: 50%;
                top: 10%;
                bottom: 10%;
                transform: translate(-50%, 0);
               
                padding: 5px 15px;
                border-radius: 20px;

                &::before {
                    content: '';
                    height: 100%;
                    width: 1px;
                    background-color: #dddddd;
                    display: block;
                }

                &::after {
                    content: 'OR';
                    top: calc(50% - 22px);
                    position: absolute;
                    left: calc(50% - 17px);
                    background-color: #fff;
                    padding: 10px 5px;
                }
            }

         
        }
    }*/
  /*.home-featured-manu {
        ul {
            gap: 10px 0;

            li {
            }
        }


        .owl-nav {
            position: absolute;
            top: -53px;
            right: 0;
            width: 55px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all .4s ease-in;

            button {
                border-radius: 3px;
            }
        }

        .single-manu {
            width: 100%;
            height: 100%;
            line-height: 1.4;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            transition: all .3s ease-in-out;
            display: flex;
            gap: 10px;
            padding: 10px;

            &:hover {
                background-color: #f5f5f5;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                border: 1px solid #eeeeee;
            }

            .image-wrapper {
                border: none;
                height: auto;
                display: block;
                border: 4px solid #f8f8f8;
                position: relative;
                border-radius: 4px;
                @include content-center();
                padding: 3px;
                width: 200px;
                height: 132px;

                img {
                    max-height: 100%;
                    max-width: 100%;
                    position: relative;
                }
            }


            h4 {
                //margin-top: 10px;
                font-size: 20px;
                line-height: 24px;
            }

            h5 {
                font-size: 14px;
            }

            .content-details {
                text-align: left;
                width: calc(100% - 200px;
                );
            }

            .visitWebsite {
                padding-top: 0;
                margin-top: 10px;
            }
        }
    }*/ }
  .home-v2 .image-wrapper img {
    position: static; }
  .home-v2 .home-top-info {
    margin: auto;
    text-align: center;
    padding: 30px 15px 90px 15px;
    border-radius: 0;
    background-image: url(https://cdn.pcbdirectory.com/images/hp-banner-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 4px solid #12683F; }
    .home-v2 .home-top-info .banner-inner {
      position: relative;
      z-index: 1; }
    .home-v2 .home-top-info h1 {
      font-size: 30px;
      margin-top: 0;
      font-weight: 600;
      margin-bottom: 10px;
      color: #ffffff;
      line-height: 48px;
      display: inline-block;
      padding: 5px 25px;
      border-radius: 10px;
      text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6); }
      .home-v2 .home-top-info h1:after {
        width: 100%; }
      .home-v2 .home-top-info h1 span {
        font-size: 56px;
        margin-top: 15px; }
    .home-v2 .home-top-info h5 {
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 20px; }
    .home-v2 .home-top-info:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .home-v2 .home-top-info .search-bar {
      box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
      border: none;
      background-color: rgba(0, 0, 0, 0.15);
      padding: 12px;
      border-radius: 15px;
      margin-bottom: 25px;
      margin-top: 15px; }
    .home-v2 .home-top-info .divider-bottom {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
      transform: rotate(180deg);
      z-index: 1; }
      .home-v2 .home-top-info .divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
        transform: rotateY(180deg); }
        .home-v2 .home-top-info .divider-bottom svg .shape-fill {
          fill: #F5F7F8; }
  .home-v2 .home-top-info-box h1 {
    font-size: 35px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px; }
  .home-v2 .home-top-info-box h5 {
    font-weight: 500; }
  .home-v2 .home-company-equipment .company-equipment-info {
    display: flex;
    justify-content: start;
    flex-direction: column; }
    .home-v2 .home-company-equipment .company-equipment-info h4 {
      color: #023047;
      font-weight: 700;
      font-size: 20px; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .company-equipment-info h4 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .company-equipment-info h4 {
          font-size: 14px;
          font-weight: 800; } }
    .home-v2 .home-company-equipment .company-equipment-info p {
      font-size: 16px;
      color: #777777;
      min-height: 72px; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .company-equipment-info p {
          font-size: 14px; } }
    .home-v2 .home-company-equipment .company-equipment-info .count-color {
      color: #00b16a; }
    .home-v2 .home-company-equipment .company-equipment-info .btn {
      font-weight: 500; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .company-equipment-info .btn {
          font-size: 14px; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .company-equipment-info .btn {
          font-size: 12px;
          padding: 5px 6px; } }
    .home-v2 .home-company-equipment .company-equipment-info.company-info {
      padding: 25px 10px 25px 0;
      align-items: end; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .company-equipment-info.company-info {
          padding: 20px 10px 20px 0; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .company-equipment-info.company-info {
          padding: 15px 10px 15px 0; } }
    .home-v2 .home-company-equipment .company-equipment-info.equipment-info {
      padding: 25px 0 25px 10px;
      align-items: start; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .company-equipment-info.equipment-info {
          padding: 20px 0 20px 10px; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .company-equipment-info.equipment-info {
          padding: 15px 0 15px 10px; } }
  @media (max-width: 767px) {
    .home-v2 .home-company-equipment .pcb-company {
      border: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px; } }
  .home-v2 .home-company-equipment .pcb-company:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 767px) {
      .home-v2 .home-company-equipment .pcb-company:after {
        display: none; } }
  .home-v2 .home-company-equipment .pcb-company .company-image {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      .home-v2 .home-company-equipment .pcb-company .company-image {
        flex: 0 0 35%; } }
    @media (max-width: 767px) {
      .home-v2 .home-company-equipment .pcb-company .company-image {
        border-radius: 5px 0 0 5px; } }
    @media (max-width: 480px) {
      .home-v2 .home-company-equipment .pcb-company .company-image {
        flex: 0 0 40%;
        min-height: 180px; } }
    .home-v2 .home-company-equipment .pcb-company .company-image:after {
      content: '';
      position: absolute;
      right: -360px;
      top: -95px;
      width: 400px;
      height: 400px;
      background: white;
      border-radius: 50%; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .pcb-company .company-image:after {
          top: -105px; } }
      @media (max-width: 767px) {
        .home-v2 .home-company-equipment .pcb-company .company-image:after {
          top: -110px;
          width: 390px;
          height: 420px; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .pcb-company .company-image:after {
          top: -120px;
          width: 380px;
          height: 420px; } }
    .home-v2 .home-company-equipment .pcb-company .company-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .home-v2 .home-company-equipment .pcb-equipment {
    background-color: transparent !important; }
    @media (max-width: 767px) {
      .home-v2 .home-company-equipment .pcb-equipment {
        border: 1px solid #ddd;
        border-radius: 5px; } }
    .home-v2 .home-company-equipment .pcb-equipment .equipment-image {
      flex: 0 0 40%;
      overflow: hidden;
      position: relative; }
      @media (max-width: 991px) {
        .home-v2 .home-company-equipment .pcb-equipment .equipment-image {
          flex: 0 0 35%; } }
      @media (max-width: 767px) {
        .home-v2 .home-company-equipment .pcb-equipment .equipment-image {
          border-radius: 0 5px 5px 0; } }
      @media (max-width: 480px) {
        .home-v2 .home-company-equipment .pcb-equipment .equipment-image {
          flex: 0 0 40%;
          min-height: 180px; } }
      .home-v2 .home-company-equipment .pcb-equipment .equipment-image:before {
        content: '';
        position: absolute;
        left: -360px;
        top: -95px;
        width: 400px;
        height: 400px;
        background: white;
        border-radius: 50%; }
        @media (max-width: 991px) {
          .home-v2 .home-company-equipment .pcb-equipment .equipment-image:before {
            top: -105px; } }
        @media (max-width: 767px) {
          .home-v2 .home-company-equipment .pcb-equipment .equipment-image:before {
            top: -110px;
            width: 390px;
            height: 420px; } }
        @media (max-width: 480px) {
          .home-v2 .home-company-equipment .pcb-equipment .equipment-image:before {
            top: -120px;
            width: 380px;
            height: 420px; } }
      .home-v2 .home-company-equipment .pcb-equipment .equipment-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
  .home-v2 .get-pcb-quotes .quote-heading-with-image {
    background-image: url("https://cdn.pcbdirectory.com/images/get-pcb-quotes-img.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    height: 100%;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 6px; }
    @media (max-width: 767px) {
      .home-v2 .get-pcb-quotes .quote-heading-with-image {
        background-position: bottom center;
        min-height: 200px; } }
    .home-v2 .get-pcb-quotes .quote-heading-with-image:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.65);
      position: absolute;
      inset: 0;
      border-radius: 6px;
      z-index: 0; }
    .home-v2 .get-pcb-quotes .quote-heading-with-image h2, .home-v2 .get-pcb-quotes .quote-heading-with-image p {
      position: relative;
      z-index: 2;
      color: #fff; }
  .home-v2 .get-pcb-quotes .service-right ul {
    gap: 10px 0; }
  .home-v2 .get-pcb-quotes .service-right .single-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    padding: 10px;
    position: relative; }
    .home-v2 .get-pcb-quotes .service-right .single-box:hover {
      text-decoration: none;
      border: 1px solid #1fae66;
      background-color: #f0fff7; }
  .home-v2 .get-pcb-quotes .service-right .image-box {
    border-radius: 4px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden; }
  .home-v2 .get-pcb-quotes .service-right .caption h4 {
    margin: 0;
    font-size: 16px;
    color: #444444;
    font-weight: 600; }
  .home-v2 .home-other-categories h3 {
    font-size: 30px;
    font-weight: 700; }
  .home-v2 .home-other-categories .form-row {
    gap: 10px 0; }
  .home-v2 .home-other-categories .single-section-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px;
    background-color: #f9f9f9;
    height: 100%; }
    .home-v2 .home-other-categories .single-section-box .img-icon {
      width: 60px;
      min-width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #eee;
      background-color: #fff;
      border-radius: 4px;
      overflow: hidden; }
      .home-v2 .home-other-categories .single-section-box .img-icon img {
        max-width: 96%;
        max-height: 96%; }
    .home-v2 .home-other-categories .single-section-box .caption {
      padding-left: 8px; }
      .home-v2 .home-other-categories .single-section-box .caption h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 3px;
        line-height: 1.2; }
  .home-v2 .category {
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    margin-top: 0 !important; }
    .home-v2 .category .tabbed {
      width: 100%;
      min-width: 400px;
      margin: 0 auto;
      margin-bottom: 0;
      border-bottom: 4px solid #12683F;
      overflow: hidden;
      transition: border 250ms ease; }
      .home-v2 .category .tabbed .nav-tabs {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        float: left;
        padding-left: 0;
        list-style-type: none;
        border: 0px !important;
        width: 100%; }
        .home-v2 .category .tabbed .nav-tabs > li {
          text-align: center;
          width: 33.333%;
          margin-bottom: -2px; }
          .home-v2 .category .tabbed .nav-tabs > li > a {
            display: block;
            float: right;
            padding: 15px;
            background-color: #FFF;
            margin-right: 0;
            z-index: 2;
            position: relative;
            cursor: pointer;
            color: #555555;
            font-weight: 600;
            transition: all 250ms ease;
            width: 100%;
            font-size: 20px !important;
            border: none; }
            .home-v2 .category .tabbed .nav-tabs > li > a.active, .home-v2 .category .tabbed .nav-tabs > li > a.active:hover, .home-v2 .category .tabbed .nav-tabs > li > a.active:focus, .home-v2 .category .tabbed .nav-tabs > li > a.active:after, .home-v2 .category .tabbed .nav-tabs > li > a.active:before {
              background-color: #12683F !important;
              color: #fff;
              border: 0px !important;
              z-index: 9; }
            .home-v2 .category .tabbed .nav-tabs > li > a:hover, .home-v2 .category .tabbed .nav-tabs > li > a:hover:after, .home-v2 .category .tabbed .nav-tabs > li > a:hover:before {
              color: #1C9C5E; }
            .home-v2 .category .tabbed .nav-tabs > li > a:after, .home-v2 .category .tabbed .nav-tabs > li > a:before {
              display: block;
              content: " ";
              position: absolute;
              top: 0;
              height: 100%;
              width: 44px;
              background-color: #FFF;
              transition: all 250ms ease;
              display: none !important; }
            .home-v2 .category .tabbed .nav-tabs > li > a:before {
              right: -15px;
              transform: skew(30deg, 0deg);
              box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0;
              display: none !important; }
            .home-v2 .category .tabbed .nav-tabs > li > a:after {
              left: -15px;
              transform: skew(-30deg, 0deg);
              box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
              display: none !important; }
          .home-v2 .category .tabbed .nav-tabs > li:last-child a {
            border-right: 0; }
      .home-v2 .category .tabbed.round ul li a {
        border-radius: 0;
        /* &:after {
                                border-radius: 8px 0 0 0;
                            }

                            &:before {
                                border-radius: 0 8px 0 0;
                            }*/ }
    .home-v2 .category .top-content {
      text-align: center;
      /*background-color: #f0fff8;*/
      background-color: transparent;
      border: none;
      padding: 10px;
      border-radius: 0;
      color: #092f46; }
      .home-v2 .category .top-content p {
        margin: 0;
        font-size: 16px; }
      .home-v2 .category .top-content .count-color {
        color: #00b16a;
        font-weight: 900; }
    .home-v2 .category .tab-content .equipment-dir .category-list {
      /*border:1px solid $border-color;*/
      margin-bottom: 25px;
      /*ul{padding: 10px 0px 5px 0px;}*/ }
      .home-v2 .category .tab-content .equipment-dir .category-list:first-child {
        border-radius: 4px 4px 0 0; }
      .home-v2 .category .tab-content .equipment-dir .category-list:last-child {
        border-radius: 0 0 4px 4px; }
      .home-v2 .category .tab-content .equipment-dir .category-list .category-heading {
        background-color: #fbfbfb;
        border-radius: 4px 4px 0 0; }
        .home-v2 .category .tab-content .equipment-dir .category-list .category-heading h4 {
          width: 100%;
          padding: 10px;
          margin: 0;
          background-color: #d8cefb;
          padding-right: 36px;
          cursor: pointer; }
          .home-v2 .category .tab-content .equipment-dir .category-list .category-heading h4:after {
            content: '\f106';
            font-family: 'PCB Icon';
            position: absolute;
            right: 15px;
            right: 0;
            padding: 10px 15px;
            top: 0;
            cursor: pointer;
            font-weight: 600; }
          .home-v2 .category .tab-content .equipment-dir .category-list .category-heading h4.collapsed {
            background-color: #fbfbfb; }
            .home-v2 .category .tab-content .equipment-dir .category-list .category-heading h4.collapsed:after {
              content: '\f107'; }
      .home-v2 .category .tab-content .equipment-dir .category-list .collapse.show {
        border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .home-v2 .category .tab-content .equipment-dir .cate-list {
      border-color: transparent;
      border-bottom: 0px solid #1C9C5E !important;
      background-color: transparent;
      overflow: inherit;
      border-radius: 5px;
      display: flex;
      gap: 10px;
      align-items: center;
      margin-bottom: 25px; }
      .home-v2 .category .tab-content .equipment-dir .cate-list li {
        text-align: center;
        width: 100%;
        /*&:last-child a{border-right:0;}*/ }
        .home-v2 .category .tab-content .equipment-dir .cate-list li a {
          background-color: #f9f9f9;
          color: #0d0330;
          font-size: 16px !important;
          padding: 12px 18px !important;
          margin-right: 0;
          border-radius: 0;
          border: none;
          position: relative;
          display: block;
          height: 100%;
          border: 1px solid #e7e7e7;
          border-radius: 15px;
          font-weight: 500;
          overflow: hidden;
          opacity: .6; }
          .home-v2 .category .tab-content .equipment-dir .cate-list li a.active, .home-v2 .category .tab-content .equipment-dir .cate-list li a.active:hover, .home-v2 .category .tab-content .equipment-dir .cate-list li a.active:focus {
            font-weight: 500;
            color: #0d0330;
            border-radius: 0;
            margin: 0;
            position: relative;
            background-color: #dddddd;
            border: 1px solid #e7e7e7;
            border-radius: 15px;
            opacity: 1; }
          .home-v2 .category .tab-content .equipment-dir .cate-list li a:hover {
            color: #ffffff;
            background-color: #1C9C5E;
            opacity: 1; }
            .home-v2 .category .tab-content .equipment-dir .cate-list li a:hover span {
              border-top: 1px solid #ffffff; }
          .home-v2 .category .tab-content .equipment-dir .cate-list li a.active:after {
            content: '';
            position: absolute;
            width: 80%;
            height: 5px;
            background: #0d0330;
            bottom: -4px;
            left: 50%;
            transform: translate(-50%, -50%); }
          .home-v2 .category .tab-content .equipment-dir .cate-list li a span {
            border-top: 1px solid #525FE1;
            margin-top: 10px;
            padding: 10px 0;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .home-v2 .category .tab-content .equipment-dir .cate-list li a i {
            font-size: 50px; }
    .home-v2 .category .tab-content .category-list {
      position: relative;
      /* .tab-content{
              padding:0;
          }*/ }
      .home-v2 .category .tab-content .category-list .tab-list {
        border: 1px solid #dddddd;
        background-color: #ffffff;
        border-radius: 4px; }
        .home-v2 .category .tab-content .category-list .tab-list .nav-tabs {
          border: 0; }
          .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #dddddd; }
            .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 12px 10px !important;
              font-weight: 600;
              border: none;
              border-radius: 0;
              transition: all .3s ease-in-out;
              font-size: 15px; }
              .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link span.text {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link.active, .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link.active:focus {
                background-color: #12683F;
                color: #eeeeee; }
                .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link.active:hover, .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link.active:focus:hover {
                  background-color: #12683F;
                  padding-right: 10px !important; }
              .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item .nav-link:hover {
                background-color: #12683F;
                color: #fff;
                padding-right: 7px !important; }
            .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item:first-child .nav-link {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item:last-child {
              border-bottom: none; }
              .home-v2 .category .tab-content .category-list .tab-list .nav-tabs .nav-item:last-child .nav-link {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px; }
      .home-v2 .category .tab-content .category-list .category-heading {
        display: flex;
        justify-content: space-between; }
        .home-v2 .category .tab-content .category-list .category-heading h4 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 12px;
          font-weight: 500; }
          .home-v2 .category .tab-content .category-list .category-heading h4 a {
            color: #222222;
            text-decoration: none; }
            .home-v2 .category .tab-content .category-list .category-heading h4 a:hover {
              color: #1C9C5E; }
      .home-v2 .category .tab-content .category-list .tab-content .tab-pane ul {
        gap: 10px 0; }
      .home-v2 .category .tab-content .category-list ul li {
        margin: 0;
        width: 100%; }
        .home-v2 .category .tab-content .category-list ul li .single-box {
          background-color: #ffffff;
          border: 1px solid #dddddd;
          border-radius: 4px;
          position: relative;
          height: 100%;
          overflow: hidden;
          transition: all .5s ease-in-out; }
          .home-v2 .category .tab-content .category-list ul li .single-box:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
          .home-v2 .category .tab-content .category-list ul li .single-box .image-box {
            border-bottom: 1px solid #dddddd;
            width: 100%;
            height: 180px;
            transition: all .5s ease-in-out;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 3px; }
            .home-v2 .category .tab-content .category-list ul li .single-box .image-box img {
              transition: all .5s ease-in-out;
              max-width: 100%;
              max-height: 100%; }
          .home-v2 .category .tab-content .category-list ul li .single-box h4 {
            border: none;
            padding: 10px;
            text-align: center;
            display: block;
            transition: all .5s ease-in-out;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0;
            padding-bottom: 92px; }
            .home-v2 .category .tab-content .category-list ul li .single-box h4 a {
              color: #222222;
              text-decoration: none;
              transition: all .3s ease-in-out;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
              .home-v2 .category .tab-content .category-list ul li .single-box h4 a:hover {
                color: #1C9C5E; }
          .home-v2 .category .tab-content .category-list ul li .single-box .counters {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 0 10px 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
            .home-v2 .category .tab-content .category-list ul li .single-box .counters a {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
          .home-v2 .category .tab-content .category-list ul li .single-box:hover img {
            filter: brightness(100%); }
        .home-v2 .category .tab-content .category-list ul li > a {
          color: #444444;
          padding: 12px 10px !important; }
          .home-v2 .category .tab-content .category-list ul li > a:hover {
            color: #fff; }
      .home-v2 .category .tab-content .category-list .btn-xs {
        padding: 1px 6px;
        font-size: 13px;
        line-height: 21px;
        border-radius: 3px; }
      .home-v2 .category .tab-content .category-list:last-child {
        margin-bottom: 0px; }
      .home-v2 .category .tab-content .category-list .view-all {
        position: absolute;
        top: 99%;
        right: 0; }
    .home-v2 .category .tab-content #groundStation .category-list ul, .home-v2 .category .tab-content #launch .category-list ul {
      gap: 10px 0; }
    .home-v2 .category .tab-content .directory-section .single-box {
      background-color: #fcfcfc;
      border-radius: 4px;
      padding: 10px;
      transition: all .5s ease-in-out;
      height: 100%;
      border: 1px solid #dddddd;
      position: relative;
      /*&.view-all {
                        position: relative;

                        .directory-action-btn {
                            bottom: 10px;
                            position: absolute;
                            left: 10px;
                            right: 10px;
                            text-align: center;

                             a {
                                   transition:all .5s ease-in-out;
                                }
                        }

                        .directory-icon-text {
                            position: absolute;
                            top: calc(50% - 60px);
                            margin: auto;
                            text-align: center;
                            left: 10px;
                            right: 10px;
                        }
                    }*/ }
      .home-v2 .category .tab-content .directory-section .single-box:hover {
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.18);
        border: 1px solid #044225;
        background-color: #f9f9f9; }
        .home-v2 .category .tab-content .directory-section .single-box:hover .directory-action-btn a {
          background-color: #198b52;
          border-color: #198b52;
          color: #ffffff !important; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-action-btn {
        position: static;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: 0; }
        .home-v2 .category .tab-content .directory-section .single-box .directory-action-btn a {
          transition: all .3s ease-in-out; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-icon-text {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        padding-bottom: 0; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        background-color: #044225;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-text {
        text-align: left; }
        .home-v2 .category .tab-content .directory-section .single-box .directory-text h4 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 5px; }
        .home-v2 .category .tab-content .directory-section .single-box .directory-text .comp-count {
          color: #777777;
          font-size: 14px;
          margin-bottom: 0 !important; }
    .home-v2 .category .tab-content .pcb-quotes .quote-form-structure {
      margin-top: 20px; }
      .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .quote-form-inner {
        border: 1px solid #ddd;
        box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1); }
      .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs {
        gap: 10px 0;
        width: 320px;
        float: left;
        border: 1px solid #eeeeee;
        background-color: #f9f9f9;
        padding: 10px;
        border-radius: 4px; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li {
          width: 100%; }
          .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box {
            display: flex;
            align-items: center;
            transition: all 0.2s ease 0.2s;
            text-decoration: none;
            color: #444;
            border: 1px solid #dddddd;
            border-radius: 4px;
            justify-content: start;
            gap: 10px;
            padding: 0;
            border-bottom: 2px solid #dddddd;
            background-color: #ffffff;
            position: relative; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active:after {
              position: absolute;
              content: '';
              border: 28px solid;
              border-color: transparent transparent transparent #12683f;
              left: 99.9%;
              border-width: 28px 20px;
              top: 0; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box h4 {
              margin: 0px;
              font-size: 15px; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image {
              height: 55px;
              width: 70px;
              border-right: 1px solid #dddddd;
              display: flex;
              justify-content: center;
              align-items: center; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rigflex, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rig, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_fab, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_asmbl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_dsgn, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_stncl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rep, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_turnkey, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_boxbuild, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_reverse {
                height: 40px;
                width: 60px;
                position: relative;
                padding: 5px;
                display: inline-block;
                filter: grayscale(1); }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rig {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -188px -115px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rigflex {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat 0px -115px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_fab {
                background: url("https://cdn.pcbdirectory.com/2023/images/new-img-sprite-pcb.png") no-repeat -188px -157px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_asmbl {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -60px -113px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_dsgn {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -123px -116px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_stncl {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -10px -157px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_rep {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -75px -158px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_turnkey {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -256px -152px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_boxbuild {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -256px -100px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box .image .img-box_reverse {
                background: url("https://cdn.pcbdirectory.com/images/new-img-sprite-pcb.png") no-repeat -256px -43px; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active {
              box-shadow: inset 0px 0px 8px 2px #b3e8cd;
              border-color: #98debb;
              color: #1fae66;
              border-bottom: 2px solid #12683F; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_rigflex, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_rig, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_fab, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_asmbl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_dsgn, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_stncl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_rep, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_turnkey, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_boxbuild, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box:hover .img-box_reverse, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_rigflex, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_rig, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_fab, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_asmbl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_dsgn, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_stncl, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_rep, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_turnkey, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_boxbuild, .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active .img-box_reverse {
                filter: grayscale(0); }
      .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content {
        width: calc(100% - 340px);
        float: left;
        padding: 47px 50px;
        margin-left: 20px;
        margin-bottom: 0; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content .quote-summery {
          text-align: center; }
    .home-v2 .category .tab-content tr td a {
      color: #333;
      font-size: 13px; }
      .home-v2 .category .tab-content tr td a:hover {
        color: #1C9C5E; }
    .home-v2 .category .catlist table tr td {
      padding: 3px 5px;
      width: 25%; }
    .home-v2 .category .table > tbody > tr > td, .home-v2 .category .table > tbody > tr > th, .home-v2 .category .table > tfoot > tr > td, .home-v2 .category .table > tfoot > tr > th, .home-v2 .category .table > thead > tr > td, .home-v2 .category .table > thead > tr > th {
      border: 0 !important; }
    .home-v2 .category #btnCollapse {
      background-color: #fed640;
      bottom: 0;
      padding: 3px 5px;
      right: 0;
      font-size: 11px;
      color: #333;
      float: right; }
  .home-v2 .home-featured-news .heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .home-v2 .home-featured-news .heading h2 {
      font-size: 22px;
      margin-bottom: -1px;
      border-bottom: 2px solid #1fae66; }
  .home-v2 .home-featured-news .section-body {
    display: flex;
    gap: 20px; }
  .home-v2 .home-featured-news .home-featured {
    width: 437px;
    min-width: 437px;
    overflow: hidden;
    position: relative; }
    .home-v2 .home-featured-news .home-featured ul.featured {
      margin-bottom: 0;
      gap: 20px 0;
      border-radius: 6px;
      overflow: hidden;
      min-height: 320px;
      max-height: 320px;
      border: 1px solid #ddd; }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
        margin-top: 0;
        position: absolute;
        width: 100%;
        top: calc(50% - 70px);
        z-index: 99;
        height: auto;
        bottom: unset;
        transform: translate(0%, -50%);
        display: none;
        transition: all .5s ease-in-out; }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-nav button {
          background: #cccccc;
          width: 20px;
          height: 50px;
          margin: 0 5px;
          position: absolute;
          top: 10px; }
          .home-v2 .home-featured-news .home-featured ul.featured .owl-nav button:hover i {
            color: #000000; }
          .home-v2 .home-featured-news .home-featured ul.featured .owl-nav button.owl-prev {
            left: 0; }
          .home-v2 .home-featured-news .home-featured ul.featured .owl-nav button.owl-next {
            right: 0; }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
        position: absolute;
        bottom: 70px;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0 15px; }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-dots .owl-dot span {
          width: 5px;
          height: 5px;
          margin: 2px 3px;
          transition: all .5s ease-in-out; }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-dots .owl-dot.active span, .home-v2 .home-featured-news .home-featured ul.featured .owl-dots .owl-dot:hover span {
          background: #1C9C5E; }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-dots .owl-dot.active span {
          width: 15px; }
      .home-v2 .home-featured-news .home-featured ul.featured li {
        position: relative;
        width: 50%;
        padding: .3125rem;
        float: left;
        margin-bottom: 0;
        /*&:after {
                        content: "";
                        position: absolute;
                        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0, 0, 0, 0) 100%);
                        inset: 0;
                        transition: all .5s ease-in-out;
                    }*/ }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child {
          width: 100%;
          margin-bottom: 0;
          margin-right: 0;
          padding: 0; }
          .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
            width: 100%;
            min-height: 250px; }
          .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
            padding: 12px 15px;
            position: static;
            bottom: 5px;
            z-index: 9;
            background-color: #f2f2f2; }
            .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
              font-size: 17px;
              margin: 0;
              line-height: 1.3;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
        .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          border-radius: 6px 6px 0 0;
          margin-bottom: 0;
          border: none;
          position: relative; }
          .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            transition: all .3s ease-in-out; }
        .home-v2 .home-featured-news .home-featured ul.featured li .caption {
          padding: 0px; }
          .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
            font-size: 17px;
            font-weight: 600;
            margin: 0;
            overflow: hidden;
            line-height: 1.3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
            .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 a {
              text-decoration: none; }
      .home-v2 .home-featured-news .home-featured ul.featured:hover .owl-nav {
        display: block; }
      .home-v2 .home-featured-news .home-featured ul.featured:hover .caption h4 a {
        text-decoration: underline; }
    .home-v2 .home-featured-news .home-featured ul.featured-other {
      display: flex;
      align-items: start;
      gap: 7px;
      margin-top: 15px; }
      .home-v2 .home-featured-news .home-featured ul.featured-other li {
        position: relative;
        width: 100%;
        margin-bottom: 0; }
        .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          border-radius: 4px;
          margin-bottom: .625rem;
          border: 1px solid #ddd;
          padding: 4px;
          min-height: 128px;
          position: relative; }
          .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper img {
            max-width: 100%;
            max-height: 100%; }
          .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper .type {
            position: absolute;
            right: 4px;
            top: 4px;
            background: #023047;
            padding: 2px 5px;
            color: #fff;
            font-size: 10px; }
        .home-v2 .home-featured-news .home-featured ul.featured-other li .caption {
          padding: 0px; }
          .home-v2 .home-featured-news .home-featured ul.featured-other li .caption h4 {
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            line-height: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
            .home-v2 .home-featured-news .home-featured ul.featured-other li .caption h4 a {
              text-decoration: none; }
        .home-v2 .home-featured-news .home-featured ul.featured-other li:only-child .caption h4 {
          font-size: 16px;
          font-weight: 700; }
  .home-v2 .home-featured-news .home-news {
    width: 100%; }
    .home-v2 .home-featured-news .home-news ul li {
      display: flex;
      gap: 10px;
      background-color: #ffffff;
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .home-v2 .home-featured-news .home-news ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .home-v2 .home-featured-news .home-news ul li:hover .image-wrapper {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .home-v2 .home-featured-news .home-news .image-wrapper {
      width: 92px;
      min-width: 92px;
      height: 92px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .5s ease-in-out; }
      .home-v2 .home-featured-news .home-news .image-wrapper img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
    .home-v2 .home-featured-news .home-news .caption h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 3px;
      line-height: 22px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .home-v2 .home-featured-news .home-news.home-news-v2 {
      width: calc(100% - 0%); }
      .home-v2 .home-featured-news .home-news.home-news-v2 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .home-v2 .home-featured-news .home-news.home-news-v2 ul li {
          width: 49%; }
  .home-v2 .home-featured-news .single-featured .home-featured {
    width: 33%; }
  .home-v2 .home-featured-news .single-featured .home-news-v2 {
    width: calc(100% - 35%); }
    .home-v2 .home-featured-news .single-featured .home-news-v2 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .home-v2 .home-featured-news .single-featured .home-news-v2 ul li {
        width: 100%;
        border-bottom: 1px solid #eeeeee !important;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important; }
        .home-v2 .home-featured-news .single-featured .home-news-v2 ul li:last-child {
          border-bottom: none !important; }
  .home-v2 .core-competencies ul li {
    display: flex;
    gap: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
    padding-bottom: 8px; }
    .home-v2 .core-competencies ul li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .home-v2 .core-competencies .image-wrapper {
    width: 120px;
    min-width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out; }
    .home-v2 .core-competencies .image-wrapper img {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .home-v2 .core-competencies .caption h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .home-v2 .latest-product {
    margin-bottom: 30px; }
    .home-v2 .latest-product .section-heading {
      gap: 10px; }
    .home-v2 .latest-product ul {
      gap: 10px 0; }
    .home-v2 .latest-product .single-box {
      padding: 10px;
      background: #fff;
      border: 1px solid #dddddd;
      border-radius: 4px;
      display: flex;
      transition: all .5s ease-in-out;
      height: 100%; }
      .home-v2 .latest-product .single-box:hover {
        background-color: #f5f5f5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #eeeeee; }
    .home-v2 .latest-product .image-wrapper {
      width: 105px;
      height: 105px;
      margin-right: 10px;
      border: 4px solid #f8f8f8 !important;
      display: flex;
      justify-content: center;
      align-items: center; }
    .home-v2 .latest-product .caption {
      width: calc(100% - 130px); }
      .home-v2 .latest-product .caption h4 {
        font-weight: 700;
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 5px; }
        .home-v2 .latest-product .caption h4 p {
          margin-bottom: 5px; }
    .home-v2 .latest-product .filter-by-tag .select2-container .select2-selection--single {
      height: 38px !important; }
    .home-v2 .latest-product .filter-by-tag .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 38px; }
    .home-v2 .latest-product .filter-by-tag .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 38px; }
  .home-v2 .square-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .home-v2 .square-ads .square-ad {
      margin-bottom: 30px; }
  .home-v2 .technical-articles {
    margin-bottom: 30px; }
    .home-v2 .technical-articles .community-list {
      padding: 0 15px 15px;
      margin-bottom: 0;
      gap: 20px 0; }
      .home-v2 .technical-articles .community-list .single-list {
        border: 1px solid #dddddd;
        border-radius: 4px;
        height: 100%;
        transition: all .5s ease-in-out;
        background-color: #ffffff;
        border-radius: 4px; }
        .home-v2 .technical-articles .community-list .single-list:hover {
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
          border: 1px solid #eeeeee; }
        .home-v2 .technical-articles .community-list .single-list .image-wrapper {
          width: 100%;
          border-bottom: 1px solid #dddddd;
          border-radius: 4px 4px 0 0;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .home-v2 .technical-articles .community-list .single-list .image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            border-radius: 4px 4px 0 0; }
        .home-v2 .technical-articles .community-list .single-list .caption {
          padding: 10px; }
          .home-v2 .technical-articles .community-list .single-list .caption h4 {
            font-weight: 700;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 5px; }
          .home-v2 .technical-articles .community-list .single-list .caption p {
            color: #757575;
            margin-bottom: 5px;
            font-size: 14px;
            margin: 0; }
    .home-v2 .technical-articles .nav-tabs {
      border: none !important;
      justify-content: left;
      padding: 15px; }
      .home-v2 .technical-articles .nav-tabs .nav-item .nav-link {
        margin-right: 15px;
        border: none;
        border-bottom: 3px solid #9bdfbf;
        padding: 10px 15px 10px 15px;
        border-radius: 0;
        color: #666666;
        font-weight: 700;
        text-align: center;
        background-color: transparent;
        font-size: 14px !important; }
        .home-v2 .technical-articles .nav-tabs .nav-item .nav-link.active {
          border: none;
          border-bottom: 3px solid #023047;
          color: #023047; }
  .home-v2 .borwse-directory ul {
    gap: 10px 0; }
  .home-v2 .borwse-directory .single-box {
    border: solid 1px #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease-in-out; }
    .home-v2 .borwse-directory .single-box:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      border-color: #eeeeee; }
      .home-v2 .borwse-directory .single-box:hover a {
        text-decoration: none; }
    .home-v2 .borwse-directory .single-box .image-wrapper {
      height: 80px;
      width: 80px;
      position: relative;
      border-radius: 0;
      border: none;
      border-right: 1px solid #dee2e6; }
      .home-v2 .borwse-directory .single-box .image-wrapper img {
        max-height: 100%;
        max-width: 100%;
        border: none; }
    .home-v2 .borwse-directory .single-box .caption {
      width: calc(100% - 80px);
      padding: 10px; }
      .home-v2 .borwse-directory .single-box .caption h4 {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  .home-v2 .whitepaper-list {
    margin-bottom: 30px; }
    .home-v2 .whitepaper-list ul {
      gap: 10px 0; }
    .home-v2 .whitepaper-list .single-box {
      height: 100%;
      transition: all .5s ease-in-out;
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
      padding: 15px;
      display: flex;
      gap: 10px; }
      .home-v2 .whitepaper-list .single-box:hover {
        box-shadow: 0 0px 14px rgba(0, 0, 0, 0.15);
        border: 1px solid #eee;
        background-color: #f6f6f6; }
        .home-v2 .whitepaper-list .single-box:hover .pdf-icon {
          transform: scale(1.1); }
      .home-v2 .whitepaper-list .single-box .image-wrapper {
        display: block;
        height: 175px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        border-radius: 4px 4px 0 0; }
        .home-v2 .whitepaper-list .single-box .image-wrapper img {
          max-height: 98%;
          max-width: 98%; }
      .home-v2 .whitepaper-list .single-box .pdf-icon {
        background-color: #fbf2f2;
        min-width: 45px;
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px;
        color: #e42323;
        border: 1px solid #ffd5d5;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease-in-out; }
        .home-v2 .whitepaper-list .single-box .pdf-icon i {
          font-size: 24px; }
      .home-v2 .whitepaper-list .single-box .caption {
        border-radius: 0 0 4px 4px; }
        .home-v2 .whitepaper-list .single-box .caption h4 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 20px;
          margin-bottom: 5px; }
  .home-v2 .home-videos {
    margin-bottom: 30px; }
    .home-v2 .home-videos ul {
      gap: 15px 0; }
    .home-v2 .home-videos .single-box {
      height: 100%;
      border: 1px solid #ddd;
      border-radius: 4px;
      transition: all .5s ease-in-out;
      background-color: #ffffff; }
      .home-v2 .home-videos .single-box:hover {
        box-shadow: 0 0px 14px rgba(0, 0, 0, 0.15);
        border: 1px solid #eeeeee; }
      .home-v2 .home-videos .single-box .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        margin-bottom: 0;
        padding: 0;
        border-radius: 4px 4px 0 0;
        border: none; }
        .home-v2 .home-videos .single-box .image-wrapper a {
          display: block; }
          .home-v2 .home-videos .single-box .image-wrapper a:after {
            content: '\f144';
            font-family: "PCB Icon";
            font-size: 30px;
            position: absolute;
            color: #1C9C5E;
            right: 8px;
            bottom: 8px;
            display: inline-block;
            /*border: 1px solid $link-color;*/
            background: #ffffff;
            font-weight: 600;
            border-radius: 5px;
            /*height: 26px;
                        width: 32px;*/
            line-height: 25px;
            text-align: center;
            border-radius: 50%; }
          .home-v2 .home-videos .single-box .image-wrapper a:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            display: inline-block;
            background: rgba(0, 0, 0, 0.15);
            font-weight: 600;
            border-radius: 4px 4px 0 0; }
          .home-v2 .home-videos .single-box .image-wrapper a img {
            border-radius: 4px 4px 0 0;
            max-height: 97%;
            max-width: 97%;
            position: static; }
      .home-v2 .home-videos .single-box .caption {
        padding: 10px;
        border-radius: 0 0 4px 4px; }
        .home-v2 .home-videos .single-box .caption h4 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 20px;
          margin-bottom: 5px; }
  .home-v2 .home-webinar ul {
    gap: 15px 0; }
  .home-v2 .home-webinar .single-box {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    background-color: #ffffff; }
    .home-v2 .home-webinar .single-box:hover {
      box-shadow: 0 0px 14px rgba(0, 0, 0, 0.15);
      border: 1px solid #eeeeee; }
  .home-v2 .home-webinar .image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 4px 4px 0 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-v2 .home-webinar .image-wrapper a {
      display: block; }
      .home-v2 .home-webinar .image-wrapper a:after {
        content: '\f144';
        font-family: "PCB Icon";
        font-size: 30px;
        position: absolute;
        color: #1C9C5E;
        right: 8px;
        bottom: 8px;
        display: inline-block;
        /* border: 1px solid $link-color;*/
        background: #ffffff;
        font-weight: 600;
        border-radius: 5px;
        /*height: 26px;
                    width: 32px;*/
        line-height: 25px;
        text-align: center;
        border-radius: 50%; }
      .home-v2 .home-webinar .image-wrapper a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block;
        background: rgba(0, 0, 0, 0.15);
        font-weight: 600;
        border-radius: 4px 4px 0 0; }
      .home-v2 .home-webinar .image-wrapper a img {
        border-radius: 4px 4px 0 0;
        max-height: 100%;
        max-width: 100%; }
  .home-v2 .home-webinar .caption {
    padding: 10px; }
    .home-v2 .home-webinar .caption h4 {
      margin-bottom: 5px;
      line-height: 20px;
      font-size: 16px;
      font-weight: 700; }
      .home-v2 .home-webinar .caption h4 a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  .home-v2 .interview {
    margin-bottom: 0;
    height: 100%; }
    .home-v2 .interview .single-box {
      /* border: 1px solid #ddd;
            border-radius: 6px;
            background-color: #ffffff;*/ }
      .home-v2 .interview .single-box .image-wrapper {
        height: 100%;
        text-align: center;
        width: 100%;
        position: relative;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 10px; }
        .home-v2 .interview .single-box .image-wrapper img {
          position: static;
          bottom: 0;
          right: 0;
          top: 0;
          left: 0;
          max-height: 100%;
          max-width: 100%;
          margin: auto;
          border-radius: 4px; }
      .home-v2 .interview .single-box .caption h4 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }
      .home-v2 .interview .single-box .caption p {
        margin-bottom: 0; }
  .home-v2 #interviewSection, .home-v2 #upcomingPanel {
    margin-bottom: 30px; }
  .home-v2 .home-events {
    margin-bottom: 0;
    height: 100%; }
    .home-v2 .home-events ul li {
      /* margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid $border-color;*/ }
      .home-v2 .home-events ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .home-v2 .home-events .single-box {
      display: flex;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .home-v2 .home-events .single-box .image-wrapper {
        width: 159px;
        min-width: 159px;
        height: 103px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #dddddd;
        padding: 0;
        border-radius: 4px; }
      .home-v2 .home-events .single-box .caption {
        padding-left: 10px; }
        .home-v2 .home-events .single-box .caption h4 {
          font-weight: 700;
          font-size: 1rem;
          margin-bottom: 5px; }
          .home-v2 .home-events .single-box .caption h4 p {
            margin: 0; }
    .home-v2 .home-events ul li:last-child .single-box {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .home-v2 .home-blog .single-box .image-wrapper {
    width: 100px;
    height: auto;
    border: 1px solid #dddddd;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-v2 .home-blog .single-box .image-wrapper img {
      max-height: 100%;
      max-width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .home-v2 .home-blog .single-box .caption {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px; }
    .home-v2 .home-blog .single-box .caption h4 {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 8px; }
    .home-v2 .home-blog .single-box .caption p {
      font-size: 14px;
      margin-bottom: 5px; }
  .home-v2 .home-calculators .section-body {
    /*background-color: #ffffff;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);*/ }
  .home-v2 .home-calculators ul li {
    width: 100%;
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .home-v2 .home-calculators ul li:last-child {
      border-bottom: none; }
    .home-v2 .home-calculators ul li a {
      color: #666666; }
      .home-v2 .home-calculators ul li a:hover {
        color: #1a9359; }
  .home-v2 .updates .section-body {
    padding: 0; }
  .home-v2 .updates ul li {
    padding: 10px 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .home-v2 .updates ul li:last-child {
      padding-bottom: 10px !important;
      border: none; }
    .home-v2 .updates ul li a {
      padding: 0 !important;
      color: #666;
      display: block; }
      .home-v2 .updates ul li a:hover {
        color: #1C9C5E; }
  .home-v2 .home-quote .get-q-form {
    position: static;
    width: 100% !important;
    box-shadow: none;
    background-color: #d6f5e6; }
    .home-v2 .home-quote .get-q-form .nav-tabs li a {
      font-size: 14px;
      padding: 7px 5px !important;
      border-color: #109552 !important;
      border-radius: 0px 0px 0px 0px !important;
      background: #109552 !important; }
      .home-v2 .home-quote .get-q-form .nav-tabs li a.active, .home-v2 .home-quote .get-q-form .nav-tabs li a.active:hover, .home-v2 .home-quote .get-q-form .nav-tabs li a:hover, .home-v2 .home-quote .get-q-form .nav-tabs li a:focus {
        background: #fff !important;
        color: #109552 !important;
        border-width: 0 0 3px 0 !important;
        border-style: solid !important;
        border-color: #109552 !important;
        border-radius: 0 !important; }
    .home-v2 .home-quote .get-q-form .nav-tabs li:last-child {
      border-right: none; }
    .home-v2 .home-quote .get-q-form legend {
      font-size: 0.875rem;
      display: inline-block;
      width: auto;
      padding: 0 5px 0 5px;
      margin-bottom: 0; }
    .home-v2 .home-quote .get-q-form .tab-content {
      padding: 10px 10px 15px !important;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .home-v2 .home-quote .get-q-form .quote-summery {
      background-color: #ffffff !important;
      color: #333333; }
      .home-v2 .home-quote .get-q-form .quote-summery #popUpCloseBtn {
        display: none !important; }
  .home-v2 .home-quote .quote-textbox-cross-button {
    position: absolute;
    top: 1px;
    right: 10px;
    border-left: 1px solid #979797;
    padding: 12.5px 8px;
    border-radius: 0 5px 5px 0;
    color: #f00;
    background: white; }
  .home-v2 .home-quote .quote-textbox-cross-button:hover {
    color: #e21c1c;
    text-decoration: none; }
  .home-v2 .home-quote .quote-textbox-cross-button:before {
    content: "\f057";
    font-family: "PCB Icon"; }
  @media (min-width: 768px) {
    .home-v2 .home-featured-news .home-news.home-news-v2 ul li:nth-last-child(-n + 2) {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media (max-width: 1340px) {
    .home-v2 .category {
      margin-top: 0 !important; }
      .home-v2 .category .tabbed {
        width: 100%; }
        .home-v2 .category .tabbed .nav-tabs > li > a {
          font-size: 17px !important; } }
  @media (max-width: 1199px) {
    .home-v2 .category .tab-content .directory-section .single-box .directory-action-btn a {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .home-v2 .home-top-info-box h1 {
      font-size: 30px; }
    .home-v2 .home-top-info h1, .home-v2 .home-top-info h2 {
      font-size: 35px;
      line-height: 45px; }
    .home-v2 .home-top-info h5 {
      font-size: 16px; }
    .home-v2 .latest-product .image-wrapper {
      width: 100px;
      height: 100px; }
    .home-v2 .latest-product .caption {
      width: calc(100% - 110px); }
      .home-v2 .latest-product .caption h4 {
        line-height: 22px;
        font-size: 16px; }
    .home-v2 .home-featured-news .home-featured {
      width: 380px;
      min-width: 380px; }
      .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
        min-height: 310px;
        max-height: 310px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
        min-height: 217px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
        min-height: 95px; }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
        min-height: 217px; }
      .home-v2 .home-featured-news .home-featured ul.featured li .caption {
        min-height: 95px; }
        .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
        top: calc(50% - 83px); }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
        bottom: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper {
        min-height: 108px; }
    .home-v2 .category {
      margin-top: 0 !important; }
      .home-v2 .category .tabbed {
        width: 100%; }
        .home-v2 .category .tabbed .nav-tabs > li > a {
          font-size: 13px !important;
          padding: 15px 5px 12px;
          width: 83%; }
          .home-v2 .category .tabbed .nav-tabs > li > a:before {
            right: -23px; }
      .home-v2 .category .tab-content .category-list ul li .single-box .image-box {
        height: 222px; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-icon-text {
        flex-direction: column;
        margin-bottom: 10px; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-text {
        text-align: center; }
      .home-v2 .category .tab-content .directory-section .single-box .directory-action-btn a {
        font-size: 14px; }
      .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content {
        padding: 35px 20px; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content .quote-summery {
          text-align: center; } }
  @media (max-width: 767px) {
    .home-v2 {
      /* .company-equipment {
            .company-equipment-section {
                .separator {
                    font-size: 16px;
                    font-weight: bold;
                    color: #777;
                    position: relative;
                    left: 0;
                    transform: translate(0, 0);
                    padding: 5px 15px;
                    border-radius: 20px;
                    width: 100%;
                    height: 2px;

                    &:before {
                        height: 1px;
                        width: 100%;
                    }
                }

                h4 {
                    font-size: 24px;
                }
            }

            h3 {
                font-size: 28px;
            }
        }*/ }
      .home-v2 .home-featured-news .section-body {
        display: flex;
        gap: 20px;
        flex-direction: column; }
      .home-v2 .home-featured-news .home-featured {
        width: 100%;
        min-width: 100%; }
        .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
          min-height: 322px;
          max-height: 322px; }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
          min-height: 250px; }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
          min-height: 70px; }
          .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
        .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
          min-height: 250px; }
        .home-v2 .home-featured-news .home-featured ul.featured li .caption {
          min-height: 70px; }
          .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
          top: calc(50% - 70px); }
        .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
          bottom: 70px; }
      .home-v2 .home-featured-news .home-news {
        width: 100%; }
      .home-v2 .home-top-info-box h1 {
        font-size: 25px; }
      .home-v2 .single-section .section-heading h2 {
        font-size: 22px;
        line-height: 26px; }
      .home-v2 .category {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0 !important; }
        .home-v2 .category .tabbed .nav-tabs {
          padding-left: 0; }
          .home-v2 .category .tabbed .nav-tabs > li > a {
            font-size: 13px !important;
            padding: 13px 5px 10px;
            width: 98%;
            height: 100%;
            align-items: center;
            display: grid;
            align-content: center;
            margin-right: 0; }
            .home-v2 .category .tabbed .nav-tabs > li > a:before, .home-v2 .category .tabbed .nav-tabs > li > a:after {
              width: 32px;
              display: none; }
        .home-v2 .category .tab-content > .tab-pane {
          /*display: block !important;
                        opacity: 1 !important;
                        background-color: #fff;
                        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                        border-radius: 4px;
                        margin-bottom: 20px;*/ }
          .home-v2 .category .tab-content > .tab-pane .category-list ul li .single-box h4 {
            font-size: 15px !important; }
          .home-v2 .category .tab-content > .tab-pane .equipment-dir .tab-content > .tab-pane {
            background-color: transparent !important;
            box-shadow: none !important;
            display: block !important;
            opacity: 1 !important;
            margin-bottom: 25px !important; }
            .home-v2 .category .tab-content > .tab-pane .equipment-dir .tab-content > .tab-pane h4 {
              font-size: 18px; }
        .home-v2 .category .tab-content .category-list ul li .single-box .image-box {
          height: 160px; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs {
          width: 220px; }
          .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li {
            width: 100%; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box {
              padding: 15px 10px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active:after {
                border-width: 24px 20px; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box h4 {
                font-size: 14px; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content {
          width: calc(100% - 235px);
          float: left;
          padding: 15px;
          margin-left: 15px; }
          .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content .quote-summery {
            text-align: center; }
      .home-v2 .home-videos ul {
        gap: 15px; }
      .home-v2 .home-videos .single-box {
        display: flex; }
        .home-v2 .home-videos .single-box .image-wrapper {
          min-width: 120px;
          width: 120px;
          border-radius: 4px 0 0 4px; }
          .home-v2 .home-videos .single-box .image-wrapper a:before {
            border-radius: 4px 0 0 4px; }
          .home-v2 .home-videos .single-box .image-wrapper a img {
            border-radius: 4px 0 0 4px; }
      .home-v2 .home-top-info {
        padding: 30px 15px 70px 15px; }
        .home-v2 .home-top-info h1 {
          font-size: 32px;
          line-height: 40px;
          padding: 5px 15px; }
          .home-v2 .home-top-info h1 span {
            font-size: 45px; }
        .home-v2 .home-top-info h5 {
          font-size: 16px; } }
  @media (max-width: 767px) and (min-width: 480px) {
    .home-v2 .home-webinar .single-box {
      display: flex; }
      .home-v2 .home-webinar .single-box .image-wrapper {
        min-width: 180px;
        width: 180px;
        border-radius: 4px 0 0 4px; }
        .home-v2 .home-webinar .single-box .image-wrapper img {
          border-radius: 4px 0 0 4px; }
    .home-v2 .home-featured ul.featured {
      min-height: 250px;
      max-height: 250px; }
      .home-v2 .home-featured ul.featured li:first-child .image-wrapper {
        min-height: 219px; } }
  @media (max-width: 575px) {
    .home-v2 {
      /* .company-equipment {
            .company-equipment-section {
                .separator {
                    font-size: 16px;
                    font-weight: bold;
                    color: #777;
                    position: relative;
                    left: 0;
                    transform: translate(0, 0);
                    padding: 5px 15px;
                    border-radius: 20px;
                    width: 100%;
                    height: 2px;

                    &:before {
                        height: 1px;
                        width: 100%;
                    }
                }

                h4 {
                    font-size: 20px;
                }
            }

            h3 {
                font-size: 24px;
            }
        }*/ }
      .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
        min-height: 319px;
        max-height: 319px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
        min-height: 247px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
        min-height: 70px; }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
      .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
        min-height: 247px; }
      .home-v2 .home-featured-news .home-featured ul.featured li .caption {
        min-height: 70px; }
        .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
        top: calc(50% - 70px); }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
        bottom: 70px; }
      .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper {
        min-height: 108px; }
      .home-v2 .category {
        background-color: transparent;
        box-shadow: none;
        margin-top: 0 !important; }
        .home-v2 .category .tabbed {
          min-width: auto; }
          .home-v2 .category .tabbed .nav-tabs {
            padding-left: 0; }
            .home-v2 .category .tabbed .nav-tabs > li > a {
              font-size: 15px !important;
              padding: 13px 10px 10px;
              width: 98%;
              margin-right: 0; }
              .home-v2 .category .tabbed .nav-tabs > li > a:before, .home-v2 .category .tabbed .nav-tabs > li > a:after {
                display: none; }
        .home-v2 .category .tab-content .category-list ul li .single-box .image-box {
          height: 205px; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs {
          width: 100%;
          gap: 10px; }
          .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li {
            width: 48%; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box {
              padding: 10px;
              text-align: center;
              justify-content: center;
              height: 100%; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box.active:after {
                display: none; }
              .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li .single-box h4 {
                font-size: 14px; }
            .home-v2 .category .tab-content .pcb-quotes .quote-form-structure ul.nav-tabs li:last-child {
              width: 100%; }
        .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content {
          width: 100%;
          float: left;
          padding: 15px;
          margin: 15px 0 0; }
          .home-v2 .category .tab-content .pcb-quotes .quote-form-structure .tab-content .quote-summery {
            text-align: center; } }
  @media (max-width: 480px) {
    .home-v2 {
      /* .home-featured-manu {
            .single-manu {
                .visitWebsite {
                    a.btn {
                        padding: 3px 5px;
                        font-size: 15px;
                    }
                }
            }
        }*/ }
      .home-v2 .home-top-info {
        padding: 50px 15px 60px 15px; }
        .home-v2 .home-top-info h1, .home-v2 .home-top-info h2 {
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 10px; }
        .home-v2 .home-top-info h5 {
          font-size: 16px; }
      .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
        min-height: 300px;
        max-height: 300px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
        min-height: 203px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
        min-height: 95px; }
        .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
        min-height: 203px; }
      .home-v2 .home-featured-news .home-featured ul.featured li .caption {
        min-height: 95px; }
        .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
        top: calc(50% - 83px); }
      .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
        bottom: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured-other {
        flex-direction: column;
        gap: 15px; }
        .home-v2 .home-featured-news .home-featured ul.featured-other li .image-wrapper {
          margin-bottom: 0.375rem; }
        .home-v2 .home-featured-news .home-featured ul.featured-other li .caption h4 {
          font-size: 16px; }
      .home-v2 .category {
        margin-top: 0 !important; }
        .home-v2 .category .tabbed .nav-tabs {
          padding-left: 0; }
          .home-v2 .category .tabbed .nav-tabs > li > a {
            font-size: 15px !important;
            padding: 10px 10px 10px;
            width: 98%;
            margin-right: 0;
            font-size: 13px !important; }
            .home-v2 .category .tabbed .nav-tabs > li > a:before, .home-v2 .category .tabbed .nav-tabs > li > a:after {
              display: none; }
        .home-v2 .category .tab-content .category-list ul li .single-box .image-box {
          height: 144px; }
      .home-v2 .home-videos .single-box .caption h4 {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .home-v2 .home-events .single-box .image-wrapper {
        width: 100px;
        min-width: 100px;
        height: 67px; }
      .home-v2 .home-events .single-box .caption h4 {
        font-size: 15px; } }
  @media (max-width: 375px) {
    .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
      min-height: 268px;
      max-height: 268px; }
    .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
      min-height: 170px; }
    .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
      min-height: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
    .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
      min-height: 170px; }
    .home-v2 .home-featured-news .home-featured ul.featured li .caption {
      min-height: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
    .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
      top: calc(50% - 83px); }
    .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
      bottom: 95px; } }
  @media (max-width: 359px) {
    .home-v2 .home-featured-news .home-featured ul.featured.owl-carousel {
      min-height: 246px;
      max-height: 246px; }
    .home-v2 .home-featured-news .home-featured ul.featured li:first-child .image-wrapper {
      min-height: 148px; }
    .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption {
      min-height: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured li:first-child .caption h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
    .home-v2 .home-featured-news .home-featured ul.featured li .image-wrapper {
      min-height: 148px; }
    .home-v2 .home-featured-news .home-featured ul.featured li .caption {
      min-height: 95px; }
      .home-v2 .home-featured-news .home-featured ul.featured li .caption h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
    .home-v2 .home-featured-news .home-featured ul.featured .owl-nav {
      top: calc(50% - 83px); }
    .home-v2 .home-featured-news .home-featured ul.featured .owl-dots {
      bottom: 95px; } }

.capabilities .capabilities-list .caption h2 {
  margin-bottom: 5px; }

.capabilities .capabilities-list .caption p {
  margin-bottom: 5px; }

.capabilities .capabilities-list .caption .sort-description {
  margin-top: 10px; }

.capabilities-details {
  /*.capabilities-action-btn {
        //background-color: #e4f9ee !important;
    }

    .get-quote-cta {
        padding: 35px 25px;
        background-color: #023047 !important;
        //box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
        border-radius: 4px;
        transition: box-shadow .3s ease-in-out;
        border: 1px solid #023047 !important;
        text-align: center;
        color: #ffffff;

        h2 {
            font-size: 25px;
            font-weight: 700;
            color: #ffffff;

            span {
                font-size: 25px;
            }
        }
    }

    .learn-more-cta {
        background-color: #023047;
        color: #fff;

        h4 {
            margin-bottom: 15px;
            color: #fff;
        }
    }*/ }
  .capabilities-details .spotlight-cta {
    padding: 30px 25px;
    border-radius: 6px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    height: 100%;
    color: #ffffff;
    text-align: center;
    font-family: "pcb-directory", sans-serif; }
    @media (max-width: 480px) {
      .capabilities-details .spotlight-cta {
        padding: 25px 22px; } }
    .capabilities-details .spotlight-cta:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.65);
      position: absolute;
      inset: 0;
      border-radius: 6px;
      z-index: 0; }
    .capabilities-details .spotlight-cta h3 {
      font-size: 25px;
      font-weight: 700;
      color: #ffffff;
      position: relative;
      z-index: 2; }
    .capabilities-details .spotlight-cta p {
      color: #ffffff;
      position: relative;
      z-index: 2;
      font-size: 15px;
      line-height: 20px; }
    .capabilities-details .spotlight-cta .action-btn {
      position: relative;
      z-index: 2; }
      .capabilities-details .spotlight-cta .action-btn .websiteClicked {
        background-color: #ffffff; }
        .capabilities-details .spotlight-cta .action-btn .websiteClicked:hover, .capabilities-details .spotlight-cta .action-btn .websiteClicked:focus, .capabilities-details .spotlight-cta .action-btn .websiteClicked:not(:disabled):not(.disabled):active {
          background-color: #1fae66;
          color: #ffffff;
          border-color: #1fae66; }
    .capabilities-details .spotlight-cta.small-cta {
      background-image: url("https://cdn.pcbdirectory.com/images/spotlight-small-image.jpg");
      max-width: 50%;
      float: right;
      margin-left: 15px; }
      @media (max-width: 1199px) {
        .capabilities-details .spotlight-cta.small-cta {
          max-width: 60%; } }
      @media (max-width: 991px) {
        .capabilities-details .spotlight-cta.small-cta {
          max-width: 100%;
          margin-left: 0; } }
      .capabilities-details .spotlight-cta.small-cta h3 {
        font-size: 20px;
        line-height: 26px; }
    .capabilities-details .spotlight-cta.big-cta {
      background-image: url("https://cdn.pcbdirectory.com/images/spotlight-big-image.jpg"); }
      .capabilities-details .spotlight-cta.big-cta h3 {
        font-size: 22px;
        line-height: 28px; }
        @media (max-width: 991px) {
          .capabilities-details .spotlight-cta.big-cta h3 {
            font-size: 20px;
            line-height: 26px; } }

.search-result-page .search-bar {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 10px;
  margin-bottom: 15px; }

.search-result-page .accordion > .card:not(:last-of-type), .search-result-page .accordion > .card:not(:first-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px; }

.search-result-page .accordion > .card > .card-header {
  border-radius: 4px;
  padding: 0 !important;
  border: none; }

.search-result-page .table-responsive {
  max-height: 600px;
  overflow-y: auto; }

.search-result-page .card {
  margin-bottom: 15px;
  border-radius: 4px; }
  .search-result-page .card .card-title a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #1fae66;
    color: #ffffff; }
    .search-result-page .card .card-title a.collapsed {
      border-radius: 4px;
      background-color: #f6f6f6;
      color: #333333; }
    .search-result-page .card .card-title a:after {
      content: "\f077";
      line-height: 1;
      font-family: "PCB Icon";
      position: absolute;
      right: 12px;
      top: 50%;
      font-size: 14px;
      font-weight: 900;
      margin-top: -7px; }
  .search-result-page .card a.collapsed:after {
    content: "\f078"; }

.search-result-page .search-bar #DDLSearchType {
  max-width: 160px; }

.search-result-page .search-bar .form-control {
  height: 38px; }

.search-result-page .gsc-above-wrapper-area {
  padding: 0 !important;
  margin-bottom: 10px; }

.search-result-page .gsc-webResult.gsc-result {
  margin-bottom: 10px !important;
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 10px !important; }

.search-result-page .gs-web-image-box {
  width: 80px !important;
  min-width: 80px !important; }

.search-result-page .gsc-control-cse .gsc-table-result {
  display: flex;
  align-items: start;
  gap: 10px; }

.search-result-page .gs-promotion-image-box, .search-result-page .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .search-result-page .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  margin: unset !important; }

.search-result-page .gs-web-image-box img.gs-image {
  max-width: 80px !important;
  min-width: 80px !important; }

.search-result-page .gs-web-image-box .gs-image, .search-result-page .gs-promotion-image-box .gs-promotion-image {
  max-width: 80px !important;
  min-width: 80px !important; }

.search-result-page .gs-result .gs-image, .search-result-page .gs-result .gs-promotion-image {
  display: block; }

.search-result-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #000000 !important;
  text-decoration: none !important;
  padding: 5px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 4px !important;
  background-color: #eee !important;
  margin-bottom: 4px;
  display: inline-block; }

.search-result-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .search-result-page .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: #1fae66 !important;
  color: #ffffff !important;
  border: 1px solid #1fae66 !important; }

.search-result-page .gsc-results .gsc-cursor-box {
  text-align: center !important;
  margin-top: 15px !important; }

.search-result-page .gs-webResult.gs-result a.gs-title:hover, .search-result-page .gs-webResult.gs-result a.gs-title:hover b {
  color: #1A0DAB !important; }

.search-result-page .gsc-selected-option-container {
  min-width: 95px !important; }

.fr-view blockquote {
  margin-bottom: 1.4rem !important;
  border-left: solid 4px #1FAE66 !important;
  margin-left: 0;
  padding: 10px !important;
  color: #333 !important;
  background-color: #EFFFF7;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.37);
  font-size: 17px; }
  .fr-view blockquote h4, .fr-view blockquote p {
    font-size: 17px;
    margin: 0;
    line-height: 1.4; }
    .fr-view blockquote h4 a, .fr-view blockquote p a {
      color: #333333;
      text-decoration: underline; }
      .fr-view blockquote h4 a:hover, .fr-view blockquote p a:hover {
        color: #1FAE66 !important;
        text-decoration: none; }

.whitepaper-detail .whitepaper-image-on-details {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 15px; }
  .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner {
    background: #f9f9f9;
    width: 100%;
    min-width: 100%;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    gap: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
    overflow: hidden; }
    .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .whitepaper-content-heading h3 {
      font-size: 27px;
      line-height: 1.3;
      color: #064025;
      font-weight: 600; }
    .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .whitepaper-content-heading h4 {
      font-size: 18px;
      line-height: 1.3;
      color: #c12e2a;
      font-weight: 500; }
    .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .whitepaper-content-heading p {
      font-size: 18px;
      color: #444;
      font-weight: 500; }
    .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .btn-primary {
      background: #c12e2a;
      color: #fff;
      border-color: #c12e2a;
      padding: 8px 30px;
      font-size: 18px; }
      .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .btn-primary:focus {
        outline: none;
        box-shadow: none; }
      .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .btn-primary:hover {
        background: #8c201d;
        border-color: #8c201d; }
    .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .whitepaper-image {
      max-width: 200px;
      height: 100%;
      padding: 5px;
      border: 1px solid #eee;
      min-width: 200px;
      width: 200px;
      background: #fff; }
      .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner .whitepaper-image img {
        max-height: 100%;
        max-width: 100%;
        margin-top: 0 !important;
        background-color: transparent;
        border: none;
        padding: 0; }

.whitepaper-detail .whitepaper-bottom-on-details {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 15px; }
  .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner {
    background: #f9f9f9;
    width: 100%;
    min-width: 100%;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    gap: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
    overflow: hidden; }
    .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .whitepaper-content-heading h3 {
      font-size: 28px;
      line-height: 1.3;
      color: #064025;
      font-weight: 600;
      margin-bottom: 0; }
    .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .btn-primary {
      background: #c12e2a;
      color: #fff;
      border-color: #c12e2a;
      padding: 8px 20px;
      font-size: 18px;
      white-space: nowrap; }
      .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .btn-primary:focus {
        outline: none;
        box-shadow: none; }
      .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .btn-primary:hover {
        background: #8c201d;
        border-color: #8c201d; }

@media screen and (max-width: 480px) {
  .whitepaper-detail .whitepaper-image-on-details .whitepaper-inner {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center; }
  .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 25px 20px;
    gap: 15px; }
    .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .whitepaper-content-heading h3 {
      font-size: 26px; } }

.pcb-directories {
  background-color: #f5f7f8; }
  .pcb-directories .top-content {
    text-align: center;
    background-color: #edfff6;
    border: 1px solid #d3eee1;
    padding: 15px 10px;
    border-radius: 4px;
    color: #092f46; }
    .pcb-directories .top-content h2 {
      font-size: 30px;
      font-weight: 700; }
    .pcb-directories .top-content p {
      margin: 0;
      font-size: 16px; }
    .pcb-directories .top-content .count-color {
      color: #00b16a;
      font-weight: 900; }
  .pcb-directories .directory-section {
    height: 100% !important; }
    .pcb-directories .directory-section .single-box {
      background-color: #f9f9f9;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 10px;
      transition: all .5s ease-in-out;
      height: 100%;
      border: 1px solid #cccccc;
      position: relative;
      /*&.view-all {
                        position: relative;

                        .directory-action-btn {
                            bottom: 10px;
                            position: absolute;
                            left: 10px;
                            right: 10px;
                            text-align: center;

                             a {
                                   transition:all .5s ease-in-out;
                                }
                        }

                        .directory-icon-text {
                            position: absolute;
                            top: calc(50% - 60px);
                            margin: auto;
                            text-align: center;
                            left: 10px;
                            right: 10px;
                        }
                    }*/ }
      .pcb-directories .directory-section .single-box:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #198b52;
        background-color: #ffffff; }
        .pcb-directories .directory-section .single-box:hover .directory-action-btn a {
          background-color: #198b52;
          border-color: #198b52;
          color: #ffffff !important; }
      .pcb-directories .directory-section .single-box .directory-action-btn {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: auto;
        display: none; }
        .pcb-directories .directory-section .single-box .directory-action-btn a {
          transition: all .3s ease-in-out;
          background-color: #ffffff;
          border-color: #198b52;
          color: #198b52 !important; }
      .pcb-directories .directory-section .single-box .directory-icon-text {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        padding-bottom: 0px; }
      .pcb-directories .directory-section .single-box .directory-icon {
        width: 60px;
        height: 60px;
        background-color: #044225;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff; }
        .pcb-directories .directory-section .single-box .directory-icon img {
          width: 40px; }
      .pcb-directories .directory-section .single-box .directory-text {
        text-align: left;
        width: calc(100% - 70px); }
        .pcb-directories .directory-section .single-box .directory-text h4 {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 5px; }
        .pcb-directories .directory-section .single-box .directory-text .comp-count {
          color: #777777;
          font-size: 14px;
          margin-bottom: 0 !important; }

.home-featured-manu ul {
  gap: 10px 0; }

.home-featured-manu .owl-nav {
  position: absolute;
  top: -53px;
  right: 0;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease-in; }
  .home-featured-manu .owl-nav button {
    border-radius: 3px; }

.home-featured-manu .single-manu {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  transition: all .3s ease-in-out;
  display: flex;
  gap: 10px;
  padding: 10px; }
  .home-featured-manu .single-manu:hover {
    background-color: #f5f5f5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee; }
  .home-featured-manu .single-manu .image-wrapper {
    border: none;
    height: auto;
    display: block;
    border: 2px solid #f8f8f8;
    position: relative;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    width: 200px;
    height: 132px; }
    .home-featured-manu .single-manu .image-wrapper img {
      max-height: 100%;
      max-width: 100%;
      position: relative;
      width: auto; }
  .home-featured-manu .single-manu h4 {
    font-size: 20px;
    line-height: 24px; }
  .home-featured-manu .single-manu h5 {
    font-size: 14px; }
  .home-featured-manu .single-manu .content-details {
    text-align: left;
    width: calc(100% - 200px); }
  .home-featured-manu .single-manu .visitWebsite {
    padding-top: 0;
    margin-top: 10px; }

.home-featured-manu .featured-manu-carousel .owl-nav .owl-next, .home-featured-manu .featured-manu-carousel .owl-nav .owl-prev {
  background-color: #1fae66 !important;
  color: #ffffff !important;
  border-color: #1fae66 !important;
  width: 25px;
  height: 25px; }
  .home-featured-manu .featured-manu-carousel .owl-nav .owl-next.disabled, .home-featured-manu .featured-manu-carousel .owl-nav .owl-prev.disabled {
    opacity: .5;
    cursor: default; }

.get-pcb-quotes .services-section {
  border: none; }
  .get-pcb-quotes .services-section ul {
    gap: 10px; }
    .get-pcb-quotes .services-section ul li .single-box {
      box-shadow: inset 0px 0px 8px 2px #e9e9e9;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 4px;
      transition: all .3s ease-in-out; }
      .get-pcb-quotes .services-section ul li .single-box span {
        filter: grayscale(0); }
      .get-pcb-quotes .services-section ul li .single-box:hover {
        border-color: #95cdb1;
        box-shadow: inset 0px 0px 8px 2px #b3e8cd; }
  .get-pcb-quotes .services-section .service-right {
    width: 100%; }
    .get-pcb-quotes .services-section .service-right .nav-scroller1 .nav-scroller-btn1 {
      width: 38px !important; }
    .get-pcb-quotes .services-section .service-right .nav-scroller1 .nav-scroller-btn--left1 {
      background: linear-gradient(to right, #e9f2f1 20%, transparent); }
    .get-pcb-quotes .services-section .service-right .nav-scroller1 .nav-scroller-btn--right1 {
      background: linear-gradient(to left, #e9f2f1 20%, transparent); }
    .get-pcb-quotes .services-section .service-right .nav-scroller1 svg {
      font-size: 28px; }

.browse-categories .home-featured-news {
  /*.home-featured {
        width: 65%;
        overflow: hidden;
        position: relative;

        ul.featured {
            margin-bottom: 0;
            gap: 20px 0;

            li {
            }


            .single-box {
                background-color: #ffffff;
                transition: all .5s ease-in-out;
                border-radius: 4px;
                position: relative;
                height: 100%;
                border: 1px solid #eee;

                &:hover {

                    @include box-shadow(0, 3px, 6px, rgba(0, 0, 0, 0.1));
                }

                .image-wrapper {
                    width: 100%;
                    //height: 185px;
                    @include content-center;
                    border: none;
                    border-bottom: 1px solid #eeeeee;
                    border-radius: 4px 4px 0 0;

                    img {
                        max-width: 100%;
                        max-height: 100%;
                        border-radius: 4px 4px 0 0;
                        position: static;
                    }
                }

                .caption {
                    padding: 10px;

                    h4 {
                        font-size: 16px;
                        font-weight: 700;
                        margin: 0 0 5px 0;
                        line-height: 22px;

                        a {
                            text-decoration: none;
                        }
                    }
                }
            }
        }
    }*/ }
  .browse-categories .home-featured-news .section-body {
    display: flex;
    gap: 10px; }
  .browse-categories .home-featured-news .home-news {
    width: calc(100% - 65%); }
    .browse-categories .home-featured-news .home-news ul li {
      display: flex;
      gap: 10px;
      background-color: #ffffff;
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .browse-categories .home-featured-news .home-news ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .browse-categories .home-featured-news .home-news ul li:hover .image-wrapper {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .browse-categories .home-featured-news .home-news .image-wrapper {
      width: 88px;
      min-width: 88px;
      height: 88px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .5s ease-in-out; }
      .browse-categories .home-featured-news .home-news .image-wrapper img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
    .browse-categories .home-featured-news .home-news .caption h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 3px;
      line-height: 22px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .browse-categories .home-featured-news .home-news.home-news-v2 {
      width: calc(100% - 0%); }
      .browse-categories .home-featured-news .home-news.home-news-v2 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .browse-categories .home-featured-news .home-news.home-news-v2 ul li {
          width: 49%; }
  .browse-categories .home-featured-news .single-featured .home-featured {
    width: 33%; }
  .browse-categories .home-featured-news .single-featured .home-news-v2 {
    width: calc(100% - 35%); }
    .browse-categories .home-featured-news .single-featured .home-news-v2 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .browse-categories .home-featured-news .single-featured .home-news-v2 ul li {
        width: 100%;
        border-bottom: 1px solid #eeeeee !important;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important; }
        .browse-categories .home-featured-news .single-featured .home-news-v2 ul li:last-child {
          border-bottom: none !important; }

.core-competencies ul li {
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 8px;
  padding-bottom: 8px; }
  .core-competencies ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.core-competencies .single-box {
  padding: 10px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: flex;
  transition: all .5s ease-in-out;
  height: 100%; }

.core-competencies .image-wrapper {
  width: 120px;
  min-width: 120px;
  height: 120px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-in-out; }
  .core-competencies .image-wrapper img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.core-competencies .caption h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.latest-product {
  margin-bottom: 30px; }
  .latest-product .section-heading {
    gap: 10px; }
  .latest-product ul {
    gap: 10px 0; }
  .latest-product .single-box {
    padding: 10px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: flex;
    transition: all .5s ease-in-out;
    height: 100%; }
    .latest-product .single-box:hover {
      background-color: #f5f5f5;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      border: 1px solid #eeeeee; }
  .latest-product .image-wrapper {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    border: 4px solid #f8f8f8 !important;
    display: flex;
    justify-content: center;
    align-items: center; }
  .latest-product .caption {
    width: calc(100% - 130px); }
    .latest-product .caption h4 {
      font-weight: 700;
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 5px; }
      .latest-product .caption h4 p {
        margin-bottom: 5px; }
  .latest-product .filter-by-tag .select2-container .select2-selection--single {
    height: 38px !important; }
  .latest-product .filter-by-tag .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
  .latest-product .filter-by-tag .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px; }

.square-ads {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  .square-ads .square-ad {
    margin-bottom: 30px; }

.borwse-directory ul {
  gap: 10px 0; }

.borwse-directory .single-box {
  border: solid 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s ease-in-out; }
  .borwse-directory .single-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #eeeeee; }
    .borwse-directory .single-box:hover a {
      text-decoration: none; }
  .borwse-directory .single-box .image-wrapper {
    height: 80px;
    width: 80px;
    position: relative;
    border-radius: 0;
    border: none;
    border-right: 1px solid #dee2e6; }
    .borwse-directory .single-box .image-wrapper img {
      max-height: 100%;
      max-width: 100%;
      border: none; }
  .borwse-directory .single-box .caption {
    width: calc(100% - 80px);
    padding: 10px; }
    .borwse-directory .single-box .caption h4 {
      font-size: 16px;
      margin-bottom: 0;
      line-height: 20px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }

.pcb-equipment {
  background-color: #f5f7f8; }
  .pcb-equipment .top-content {
    text-align: center;
    background-color: #edfff6;
    border: 1px solid #d3eee1;
    padding: 15px 10px;
    border-radius: 4px;
    color: #092f46; }
    .pcb-equipment .top-content h2 {
      font-size: 30px;
      font-weight: 700; }
    .pcb-equipment .top-content p {
      margin: 0;
      font-size: 16px; }
    .pcb-equipment .top-content .count-color {
      color: #00b16a;
      font-weight: 900; }
  .pcb-equipment .category-list {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* .tab-content{
              padding:0;
          }*/ }
    .pcb-equipment .category-list .tab-list {
      border: 1px solid #dddddd;
      background-color: #ffffff;
      border-radius: 4px;
      width: 300px; }
      .pcb-equipment .category-list .tab-list .nav-tabs {
        border: 0; }
        .pcb-equipment .category-list .tab-list .nav-tabs .nav-item {
          width: 100%;
          margin: 0;
          border-bottom: 1px solid #dddddd; }
          .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 12px !important;
            font-weight: 600;
            border: none;
            border-radius: 0;
            transition: all .3s ease-in-out;
            font-size: 15px; }
            .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link span.text {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link.active, .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link.active:focus {
              background-color: #12683F;
              color: #eeeeee; }
              .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link.active:hover, .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link.active:focus:hover {
                background-color: #12683F;
                padding-right: 10px !important; }
            .pcb-equipment .category-list .tab-list .nav-tabs .nav-item .nav-link:hover {
              background-color: #12683F;
              color: #fff;
              padding-right: 7px !important; }
          .pcb-equipment .category-list .tab-list .nav-tabs .nav-item:first-child .nav-link {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .pcb-equipment .category-list .tab-list .nav-tabs .nav-item:last-child {
            border-bottom: none; }
            .pcb-equipment .category-list .tab-list .nav-tabs .nav-item:last-child .nav-link {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
    .pcb-equipment .category-list .category-heading {
      display: flex;
      justify-content: space-between; }
      .pcb-equipment .category-list .category-heading h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        font-weight: 500; }
        .pcb-equipment .category-list .category-heading h4 a {
          color: #222222;
          text-decoration: none; }
          .pcb-equipment .category-list .category-heading h4 a:hover {
            color: #1C9C5E; }
    .pcb-equipment .category-list .tab-content {
      width: calc(100% - 300px);
      padding-left: 15px; }
      .pcb-equipment .category-list .tab-content .tab-pane ul {
        gap: 20px 0; }
    .pcb-equipment .category-list ul li {
      margin: 0;
      width: 100%; }
      .pcb-equipment .category-list ul li .single-box {
        background-color: #ffffff;
        /*border: 1px solid #dddddd;
                    border-radius: 4px;*/
        position: relative;
        height: 100%;
        overflow: hidden;
        transition: all .5s ease-in-out;
        display: flex;
        /* &:hover {
                        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                    }*/ }
        .pcb-equipment .category-list ul li .single-box .image-box {
          border: 1px solid #dddddd;
          width: 80px;
          min-width: 80px;
          height: 80px;
          border-radius: 4px;
          transition: all .5s ease-in-out;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 3px;
          overflow: hidden; }
          .pcb-equipment .category-list ul li .single-box .image-box img {
            transition: all .5s ease-in-out;
            max-width: 100%;
            max-height: 100%;
            transform: scale(1); }
        .pcb-equipment .category-list ul li .single-box .caption {
          width: calc(100% - 80px);
          padding-left: 10px; }
          .pcb-equipment .category-list ul li .single-box .caption h4 {
            display: block;
            transition: all .5s ease-in-out;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 7px; }
            .pcb-equipment .category-list ul li .single-box .caption h4 a {
              color: #222222;
              text-decoration: none;
              transition: all .3s ease-in-out;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
              .pcb-equipment .category-list ul li .single-box .caption h4 a:hover {
                color: #1fae66; }
          .pcb-equipment .category-list ul li .single-box .caption .counters {
            display: flex;
            flex-direction: row;
            gap: 10px; }
            .pcb-equipment .category-list ul li .single-box .caption .counters a {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #777777;
              text-decoration: underline; }
              .pcb-equipment .category-list ul li .single-box .caption .counters a:hover {
                color: #1C9C5E;
                text-decoration: none; }
        .pcb-equipment .category-list ul li .single-box:hover img {
          transform: scale(1.05); }
      .pcb-equipment .category-list ul li > a {
        color: #444444;
        padding: 12px 10px !important; }
        .pcb-equipment .category-list ul li > a:hover {
          color: #fff; }
    .pcb-equipment .category-list .btn-xs {
      padding: 1px 6px;
      font-size: 13px;
      line-height: 21px;
      border-radius: 3px; }
    .pcb-equipment .category-list:last-child {
      margin-bottom: 0px; }
    .pcb-equipment .category-list .view-all {
      position: absolute;
      top: 99%;
      right: 0; }

.browse-categories {
  background-color: #f5f7f8; }
  .browse-categories ul.browse-main {
    /*> li {
            margin-bottom: 10px;

            &:last-child {
                margin-bottom: 0;
            }
        }
*/ }
    .browse-categories ul.browse-main .single-box {
      border-bottom: 1px solid #ddd;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-radius: 0;
      height: 100%;
      display: flex; }
    .browse-categories ul.browse-main .image-wrapper {
      height: 90px;
      min-height: 100%;
      width: 90px;
      min-width: 90px;
      border-radius: 4px;
      border: 1px solid #ddd;
      overflow: hidden; }
    .browse-categories ul.browse-main .caption {
      width: calc(100% - 90px);
      padding-left: 8px; }
      .browse-categories ul.browse-main .caption h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px; }
      .browse-categories ul.browse-main .caption .counts {
        display: flex;
        justify-content: flex-start;
        gap: 10px; }
        .browse-categories ul.browse-main .caption .counts a {
          color: #898989;
          border-color: #ddd;
          padding: 3px 8px;
          font-size: 13px; }
          .browse-categories ul.browse-main .caption .counts a:hover {
            color: #fff;
            border: 1px solid transparent; }
    .browse-categories ul.browse-main li:last-child .single-box {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .browse-categories .latest-product .image-wrapper {
    width: 90px;
    height: 90px; }
  .browse-categories .latest-product .caption {
    width: calc(100% - 100px); }

#pnlEventArtical .fixedOnScroll.sticky-top {
  top: 50px;
  z-index: 9 !important; }

.filter-news-tag {
  margin-bottom: 20px;
  margin-top: -5px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
  border-bottom: 2px solid #1fae66;
  position: sticky;
  top: 42px;
  background: #fff;
  z-index: 4; }
  .filter-news-tag span {
    display: inline-block;
    margin: 5px;
    /*&:last-child {
            a {
                background-color: #023047;
                color: #fff;
            }
        }*/ }
    .filter-news-tag span a {
      padding: 6px 12px;
      color: #1fae66;
      border-radius: 4px;
      border: 1px solid #1fae66;
      text-decoration: none;
      display: inline-block; }
      .filter-news-tag span a:hover, .filter-news-tag span a.active {
        background-color: #1fae66;
        color: #fff; }
  .filter-news-tag a#dropdownMenuLink {
    padding: 6px 12px;
    color: #1fae66;
    border-radius: 4px;
    border: 1px solid #1fae66;
    text-decoration: none;
    display: inline-block;
    margin: 5px; }
    .filter-news-tag a#dropdownMenuLink:hover, .filter-news-tag a#dropdownMenuLink.active {
      background-color: #1fae66;
      color: #fff; }
  .filter-news-tag .dropdown .dropdown-menu {
    max-width: 175px;
    min-width: 275px;
    margin: 8px 0;
    padding: 0; }
    .filter-news-tag .dropdown .dropdown-menu ul {
      display: flex;
      flex-direction: column;
      max-height: 350px;
      overflow: hidden;
      overflow-y: auto;
      padding: 5px 10px; }
      .filter-news-tag .dropdown .dropdown-menu ul li {
        padding: 5px 0px;
        border-bottom: 1px solid #ddd; }
        .filter-news-tag .dropdown .dropdown-menu ul li a {
          color: #777;
          font-size: 14px; }
          .filter-news-tag .dropdown .dropdown-menu ul li a:hover {
            color: #1fae66;
            text-decoration: none; }
        .filter-news-tag .dropdown .dropdown-menu ul li:nth-last-child(-n+2) {
          border: none; }
    .filter-news-tag .dropdown .dropdown-menu .modal-header {
      padding: 10px !important; }
      .filter-news-tag .dropdown .dropdown-menu .modal-header .close {
        font-size: 21px;
        padding: 0 !important;
        margin: 0 !important;
        position: static;
        line-height: 1; }
      .filter-news-tag .dropdown .dropdown-menu .modal-header h4 {
        font-size: 17px;
        margin: 0; }

/*Widget Design CSS Start Here*/
.widget-layout {
  margin-bottom: 1.4em !important; }

.widget-layout a:focus, .widget-layout button:focus {
  outline: none; }

.widget-layout h3, .widget-layout h4, .widget-layout h5 {
  font-weight: 600; }

.widget-layout h3 a, .widget-layout h4 a, .widget-layout h5 a {
  color: #474747 !important; }

.widget-layout a:hover, .widget-layout a:focus {
  color: #1C9C5E !important; }

.widget-layout .owl-prev span, .widget-layout .owl-next span {
  height: 20px;
  width: 20px;
  background: #1fae66;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  line-height: 18px; }

.widget-layout .text-primary {
  color: #1fae66 !important; }

.directory-widget-one {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1); }

.directory-widget-one .heading {
  margin-bottom: 10px;
  font-weight: 600 !important; }

.directory-widget-one .heading small {
  font-size: 12px; }

.directory-widget-one .heading .view-all-manu {
  color: #dc3545 !important; }

.directory-widget-one ul.designOneSlider li {
  margin-bottom: 0 !important; }

.directory-widget-one ul.designOneSlider li h5 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0 !important;
  font-weight: 500 !important; }

.directory-widget-one ul.designOneSlider .owl-nav {
  position: absolute;
  display: flex;
  bottom: 100%;
  height: 46px;
  right: 0;
  width: 60px; }

.directory-widget-one ul.designOneSlider .owl-nav button.owl-next, .directory-widget-one ul.designOneSlider .owl-nav button.owl-prev {
  background-color: transparent !important; }

.directory-widget-one ul.designOneSlider .owl-dots .owl-dot.active span, .directory-widget-one ul.designOneSlider .owl-dots .owl-dot:hover span {
  background: #1fae66; }

.directory-widget-one .dirctory-image {
  min-height: 97px;
  border-radius: 4px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.directory-widget-one .dirctory-image img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  padding: 0;
  margin: 0 !important; }

.directory-widget-two {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px; }

.directory-widget-two .dt-inner-box {
  display: flex;
  gap: 15px;
  position: relative; }

.directory-widget-two .dir-image {
  width: 138px;
  min-width: 138px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #dddddd; }

.directory-widget-two .dir-image img {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  border-radius: 4px;
  border: none; }

.directory-widget-two .content-box .heading-sm {
  color: #dc3545;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 18px; }

.directory-widget-two .content-box h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 600; }

.directory-widget-two-without-image {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px; }

.directory-widget-two-without-image h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
  color: #000; }

.category-widget-one.browse .category-listing .prod-single .prod-image, .category-widget-companies.browse .category-listing .prod-single .prod-image {
  height: 120px; }

.category-widget-one.browse .category-listing .prod-single h5 {
  padding-bottom: 50px; }

.category-widget-two .content-box h4 {
  font-size: 17px;
  line-height: 1.3; }

.new-product-widget {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.4em !important; }

.new-product-widget h4.heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #444444; }

.new-product-widget ul {
  gap: 10px 0; }

.new-product-widget ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 0 !important; }

.new-product-widget .image-wrapper {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px !important;
  overflow: hidden;
  padding: 0; }

.new-product-widget .image-wrapper img {
  max-width: 100% !important;
  max-height: 100% !important;
  border: none;
  padding: 0; }

.new-product-widget .product-list-content h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }

.new-product-widget .product-list-content span {
  line-height: 16px; }

.new-product-widget .product-list-content h4 a {
  color: #474747; }

.new-product-widget .product-list-content h4 a:hover {
  color: #1C9C5E; }

.new-product-widget .product-list-content h4 a p {
  margin: 0; }

.text-14 {
  font-size: 14px !important; }

.related-content-also-read h4 {
  font-size: 17px; }

.related-content-news.directory-widget-one ul.designOneSlider li h5 {
  font-size: 14px;
  line-height: 20px;
  text-align: left; }

.directory-widget-one ul.designOneSlider .owl-dots {
  display: none; }

.related-content-also-read-box {
  margin-bottom: 1.4rem !important;
  border-left: 3px solid #1fae66;
  margin-left: 0;
  padding: 10px;
  color: #333;
  background-color: #e9fcf2;
  box-shadow: 0 0 1px rgba(31, 174, 102, 0.7); }

.related-content-also-read-box h4 {
  font-size: 17px;
  font-weight: 600; }

.related-content-also-read-box h4 a {
  font-weight: 500; }

.customDataWidget {
  margin-bottom: 1.4rem; }

.related-content-list ul {
  display: flex;
  flex-direction: column;
  gap: 7px; }

.related-content-list ul li {
  margin-bottom: 0px !important;
  gap: 0; }

.related-content-list ul li:last-child {
  margin-bottom: 0 !important; }

.related-content-list ul li i {
  padding: 3px 5px 0 0;
  line-height: 1.1; }

.related-content-list ul li a {
  color: #444444;
  line-height: 1.4; }

.related-content-list ul li a:hover {
  color: #1fae66; }

.placeholder-wave {
  position: relative;
  background-color: #CCC;
  height: 100%;
  animation-name: animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e2e2e1), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #e2e2e1 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #e2e2e1 18%, #eeeeee 33%);
  background-size: auto;
  -webkit-background-size: 600px 104px; }

@keyframes animate {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@media (max-width: 480px) {
  .directory-widget-two .dt-inner-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .category-widget-one.browse .category-listing li {
    margin-bottom: 10px; }
  .category-widget-one.browse .category-listing li.col-6, .category-widget-companies.browse .category-listing li.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .category-widget-one.browse .category-listing .prod-single h5 {
    padding-bottom: 55px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px; }
  .category-widget-one.browse .category-listing .prod-single .prod-image {
    height: 160px; }
  .directory-widget-one ul.designOneSlider .owl-nav {
    display: none; }
  .directory-widget-one ul.designOneSlider .owl-dots {
    display: block;
    margin-top: 10px;
    height: 20px; } }

/*Widget Design CSS End Here*/
.event-details {
  background-color: #f5f7f8; }
  .event-details .topic-heading h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px; }
  .event-details .single-section {
    border: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px; }
  .event-details .event-profile .page-title h1 {
    margin: 0 0 15px 0; }
  .event-details .event-profile .profile {
    display: flex;
    gap: 15px; }
    .event-details .event-profile .profile .image-wrapper {
      width: 315px;
      min-width: 315px;
      height: 210px; }
    .event-details .event-profile .profile .event-profile-detail {
      width: 100%; }
      .event-details .event-profile .profile .event-profile-detail ul {
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin-bottom: 12px; }
        .event-details .event-profile .profile .event-profile-detail ul li {
          display: flex;
          gap: 15px; }
      .event-details .event-profile .profile .event-profile-detail .event-icon {
        padding: 10px;
        background-color: #f5f5f5;
        color: #064025;
        border-radius: 6px;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px; }
      .event-details .event-profile .profile .event-profile-detail .event-caption .attribute {
        display: block;
        color: #64748b;
        margin-bottom: 0; }
      .event-details .event-profile .profile .event-profile-detail .event-caption .value {
        font-size: 16px;
        color: #333333; }
  .event-details ~ .footer .divider-top svg .shape-fill {
    fill: #2058BF; }
  @media (max-width: 767px) {
    .event-details .event-profile .profile {
      display: flex;
      gap: 15px;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .event-details .event-profile .profile .image-wrapper {
        width: 100%;
        margin-right: 0; }
      .event-details .event-profile .profile .event-profile-detail {
        width: 100%; } }

.latest-related.other-event ul {
  gap: 10px 0; }
  .latest-related.other-event ul li {
    margin: 0; }

.latest-related.other-event .single-list {
  display: flex;
  gap: 10px; }
  .latest-related.other-event .single-list .image-wrapper {
    height: 50px;
    margin-bottom: 0;
    width: 70px;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .latest-related.other-event .single-list .image-wrapper img {
      position: static; }
  .latest-related.other-event .single-list .caption h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px; }

@media (min-width: 768px) {
  .home-featured-news .home-news.home-news-v2 ul li:nth-last-child(-n + 2) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; } }

@media (max-width: 1199px) {
  .browse-categories .browse-main .caption h4 {
    font-size: 16px; }
  .pcb-equipment .category-list .tab-list {
    width: 280px; }
  .pcb-equipment .category-list .tab-content {
    width: calc(100% - 280px);
    padding-left: 10px; } }

@media (max-width: 767px) {
  .pcb-equipment .category-list .tab-list {
    width: 280px; }
  .pcb-equipment .category-list .tab-content {
    width: 100%;
    padding-left: 0; }
    .pcb-equipment .category-list .tab-content > .tab-pane {
      background-color: transparent !important;
      box-shadow: none !important;
      display: block !important;
      opacity: 1 !important;
      margin-bottom: 25px !important; }
      .pcb-equipment .category-list .tab-content > .tab-pane > h4 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 5px;
        overflow: hidden;
        border-bottom: 1px solid #1fae66;
        margin-bottom: 15px;
        font-weight: 700; }
      .pcb-equipment .category-list .tab-content > .tab-pane:last-child {
        margin-bottom: 0 !important; }
  .pcb-equipment .category-list ul li .single-box .image-box {
    width: 60px;
    min-width: 60px;
    height: 60px; }
  .pcb-equipment .category-list ul li .single-box .caption {
    width: calc(100% - 60px);
    padding-left: 10px; } }

@media (max-width: 575px) {
  .home-featured-news .home-news.home-news-v2 ul li {
    width: 100%; }
  .home-featured-manu .single-manu {
    flex-direction: column; }
  .home-featured-manu .single-manu .image-wrapper {
    width: 100%;
    height: 185px; }
  .home-featured-manu .single-manu .content-details {
    text-align: left;
    width: 100%; }
  .home-featured-manu .owl-nav {
    position: static;
    top: -50px;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: all .4s ease-in;
    margin-top: 10px;
    text-align: right;
    gap: 10px; } }

@media (max-width: 480px) {
  .browse-categories ul.browse-main .image-wrapper {
    height: 70px;
    width: 70px;
    min-width: 70px; }
  .browse-categories ul.browse-main .caption {
    width: calc(100% - 70px); }
    .browse-categories ul.browse-main .caption h4 {
      font-size: 16px;
      margin-bottom: 6px; }
    .browse-categories ul.browse-main .caption .counts {
      gap: 5px; }
      .browse-categories ul.browse-main .caption .counts a {
        padding: 3px 6px;
        font-size: 12px; } }

.interviews .interviews-big-thumb {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important; }
  .interviews .interviews-big-thumb .image-wrapper {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    border-bottom: #dddddd;
    text-align: center; }
    .interviews .interviews-big-thumb .image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 4px 4px 0 0;
      position: static; }
  .interviews .interviews-big-thumb .caption {
    padding: 10px;
    background-color: #f2f2f2; }
    .interviews .interviews-big-thumb .caption h4 {
      font-size: 22px;
      margin-bottom: 5px; }
    .interviews .interviews-big-thumb .caption p {
      margin-bottom: 5px; }

.interviews .interviewee-small .single-list {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .interviews .interviewee-small .single-list .image-wrapper {
    float: left;
    width: 250px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
    text-align: center; }
    .interviews .interviewee-small .single-list .image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      border-radius: 4px;
      position: static; }
  .interviews .interviewee-small .single-list .caption {
    float: left;
    width: calc(100% - 265px);
    margin-left: 15px; }
    .interviews .interviewee-small .single-list .caption h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: normal; }
    .interviews .interviewee-small .single-list .caption .description {
      font-size: 15px;
      line-height: 1.5; }
    .interviews .interviewee-small .single-list .caption p {
      margin-bottom: 5px; }

@media (max-width: 991px) {
  .interviews .interviewee-small .single-list .image-wrapper {
    width: 200px; }
  .interviews .interviewee-small .single-list .caption {
    width: calc(100% - 215px);
    /*.description {
                        display: none;
                    }*/ } }

@media (max-width: 767px) {
  .interviews ~ .footer .divider-top svg .shape-fill {
    fill: #f9f9f9 !important; } }

@media (max-width: 480px) {
  .interviews .interviewee-small .single-list .image-wrapper {
    width: 100%; }
  .interviews .interviewee-small .single-list .caption {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    /*.description {
                        display: none;
                    }*/ } }

.video-page {
  background-color: #f5f7f8; }
  .video-page .videos-list ul {
    gap: 15px 0; }
    .video-page .videos-list ul li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .video-page .videos-list ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
  .video-page .videos-list .single-box {
    height: 100%;
    transition: all .5s ease-in-out;
    background-color: #ffffff;
    display: flex; }
    .video-page .videos-list .single-box .image-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 140px;
      min-width: 140px;
      justify-content: center;
      align-items: center;
      position: relative;
      text-align: center;
      margin-bottom: 0;
      padding: 0;
      border-radius: 4px; }
      .video-page .videos-list .single-box .image-wrapper a {
        display: block; }
        .video-page .videos-list .single-box .image-wrapper a:after {
          content: '\f04b';
          font-family: "PCB Icon";
          font-size: 13px;
          position: absolute;
          color: #fff;
          right: 8px;
          bottom: 8px;
          display: inline-block;
          border: 1px solid #1C9C5E;
          background: #1C9C5E;
          font-weight: 600;
          border-radius: 4px;
          height: 26px;
          width: 32px;
          line-height: 25px;
          text-align: center;
          padding-left: 2px; }
        .video-page .videos-list .single-box .image-wrapper a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center;
          display: inline-block;
          background: rgba(0, 0, 0, 0.15);
          font-weight: 600;
          border-radius: 4px; }
        .video-page .videos-list .single-box .image-wrapper a img {
          border-radius: 4px;
          max-height: 96%;
          max-width: 96%;
          position: static; }
    .video-page .videos-list .single-box .caption {
      padding: 0 10px; }
      .video-page .videos-list .single-box .caption h4 {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 5px; }
  .video-page .latest-wp-video.videos-list .image-wrapper {
    height: auto;
    float: left;
    width: 120px;
    min-width: 120px;
    border-radius: 4px; }
    .video-page .latest-wp-video.videos-list .image-wrapper img {
      position: static !important;
      max-width: 100%;
      max-height: 100%; }
  .video-page .latest-wp-video.videos-list .caption h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 2px; }
  .video-page .tag-cloud ul li {
    width: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    margin: 4px;
    display: inline-block; }
    .video-page .tag-cloud ul li a {
      padding: 5px 10px;
      line-height: 25px;
      font-size: 14px; }
  .video-page .videos-details .video-info {
    margin-bottom: 20px;
    width: 100%; }
  @media (max-width: 480px) {
    .video-page .videos-list .single-box {
      flex-direction: column; }
      .video-page .videos-list .single-box .image-wrapper {
        width: 100%;
        min-width: 100%; }
      .video-page .videos-list .single-box .caption {
        padding: 0;
        margin-top: 10px; }
    .video-page .videos-list.latest-wp-video .single-box {
      flex-direction: row; }
      .video-page .videos-list.latest-wp-video .single-box .image-wrapper {
        width: 120px;
        min-width: 120px; }
      .video-page .videos-list.latest-wp-video .single-box .caption {
        padding: 0 10px;
        margin-top: 0; } }

.featured-videos.related-videos {
  margin-bottom: 25px; }
  .featured-videos.related-videos .single-list .image-wrapper {
    height: 152px;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    display: block; }
    .featured-videos.related-videos .single-list .image-wrapper a {
      display: block; }
      .featured-videos.related-videos .single-list .image-wrapper a:after {
        content: '\f04b';
        font-family: "PCB Icon";
        font-size: 13px;
        position: absolute;
        color: #fff;
        right: 8px;
        bottom: 8px;
        display: inline-block;
        border: 1px solid #1C9C5E;
        background: #1C9C5E;
        font-weight: 600;
        border-radius: 4px;
        height: 26px;
        width: 32px;
        line-height: 25px;
        text-align: center;
        padding-left: 2px; }
      .featured-videos.related-videos .single-list .image-wrapper a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: inline-block;
        background: rgba(0, 0, 0, 0.15);
        font-weight: 600;
        border-radius: 4px; }
      .featured-videos.related-videos .single-list .image-wrapper a img {
        border-radius: 4px;
        max-height: 96%;
        max-width: 96%;
        position: static; }
  .featured-videos.related-videos .single-list .caption h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px; }

.community {
  background-color: #f5f7f8; }
  .community.bg-white {
    background-color: #ffffff !important; }
  .community .about-community {
    margin: 25px 0 25px 0;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 600; }
    .community .about-community h1 {
      font-size: 30px;
      margin: 0;
      text-align: center; }
  .community .community-search-box {
    margin-bottom: 0; }
  .community .community-listing .nav-tabs {
    border-color: transparent;
    border-bottom: 2px solid #12683F !important;
    background-color: #e6e6e6; }
    .community .community-listing .nav-tabs .nav-link {
      width: 33.33333%;
      font-size: 16px !important;
      padding: 12px 18px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      color: #444444; }
      .community .community-listing .nav-tabs .nav-link:first-child, .community .community-listing .nav-tabs .nav-link:last-child {
        border: none; }
      .community .community-listing .nav-tabs .nav-link:nth-child(n+1) {
        border-width: 0px 1px 0px 1px;
        border-color: #bdbdbd;
        border-radius: 0px; }
      .community .community-listing .nav-tabs .nav-link:hover {
        color: #12683F !important; }
      .community .community-listing .nav-tabs .nav-link.active {
        color: #ffffff !important;
        background-color: #12683F; }
  .community .question {
    padding: 20px;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff; }

.topic-filters .selected-topic {
  background-color: #fffde6;
  border-bottom: 1px solid #fbd459;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .topic-filters .selected-topic h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 5px 10px 5px 0; }
  .topic-filters .selected-topic .selected {
    margin-right: 10px;
    font-size: 15px; }

.topic-filters .topic-list {
  background-color: #f9fffc;
  border: 1px solid #12683F;
  border-radius: 4px; }
  .topic-filters .topic-list ul {
    padding: 8px 5px;
    margin: 0; }
    .topic-filters .topic-list ul li {
      display: inline-block; }
      .topic-filters .topic-list ul li h4 {
        font-size: 14px;
        color: #ffffff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background-color: #12683F;
        margin: 4px 5px;
        padding: 9px 20px 9px;
        text-decoration: none;
        border-radius: 30px; }
      .topic-filters .topic-list ul li a {
        font-size: 14px;
        color: #222222;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background-color: #ffffff;
        display: block;
        padding: 5px 15px 5px;
        margin: 4px 5px;
        text-decoration: none;
        border-radius: 30px;
        border: 1px solid #1C9C5E; }
        .topic-filters .topic-list ul li a:hover {
          color: #fff;
          background: #1C9C5E; }
  .topic-filters .topic-list .more-topic {
    margin: 0 -1px;
    display: inline-block; }
    .topic-filters .topic-list .more-topic.hidden {
      display: inline-block !important; }
    .topic-filters .topic-list .more-topic a {
      padding: 5px 15px 5px;
      color: #fff;
      text-align: center;
      font-size: 15px;
      background-color: #1C9C5E; }

/*------------------------Community Page----------------------*/
.community .question-text, .community-details .question-text {
  margin-bottom: 0;
  float: left;
  position: relative;
  font-weight: 700; }

.community .dropdown, .question-details .dropdown {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px 2px;
  height: 30px;
  width: 30px;
  line-height: 15px;
  text-align: center; }

.community .dropdown-menu li a, .question-details .dropdown-menu li a {
  padding: 7px 10px;
  display: block; }

.community .question-text a {
  font-size: 20px;
  color: #333;
  line-height: 1.4; }

.community .question .list-unstyled.tags {
  margin-bottom: 0;
  margin-top: 7px; }

.community .tags li {
  display: inline-block;
  margin-bottom: 0; }

.question-topic {
  display: inline-block; }
  .question-topic a {
    border: 1px solid #1fae66;
    border-radius: 3px;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 13px;
    color: #1fae66; }
    .question-topic a:hover {
      background-color: #1fae66;
      color: #ffffff;
      text-decoration: none; }

.question-topic .lhsvalues {
  padding: 2px 8px;
  display: block; }

.question-desc {
  font-size: 15px !important;
  line-height: 24px; }

.question-desc p {
  margin-bottom: 13px; }

.community .question .AnswerHeader {
  margin-top: 10px;
  position: relative;
  min-height: 40px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.4; }

.community .question .AnswerHeader .meta-num, .community-details .user-details .meta-num p {
  margin-bottom: 4px;
  color: #999;
  font-size: 13px;
  display: inline-block;
  margin-top: 2px; }

.community .question:last-child {
  border-bottom: none; }

.community-listing .write-answer {
  background-color: #e4fff4;
  border: 1px solid #a4ccbb;
  border-radius: 3px;
  color: #33ae65;
  padding: 3px 7px;
  text-decoration: none;
  display: inline-block; }

.community .AnswerHeader .comp-name, .community .user-details .comp-name {
  color: #666;
  font-size: 14px; }

.community .topicreadmore li a {
  padding: 5px 10px;
  display: block; }

.community .topicreadmore li a:hover {
  text-decoration: none;
  background-color: #eee; }

.input-group.green .input-group-text {
  color: #fff;
  background-color: #1fae66;
  border-color: #28a745;
  border-radius: 0px !important;
  font-size: 15px; }

.input-group.green .input-group-text:hover {
  background-color: #198b52 !important;
  border-color: #198b52 !important; }

.photo-wrapper {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 1px;
  overflow: hidden;
  flex: 0 0 40px; }

.community-details .comment-sec {
  margin-top: 10px; }

.community-details .comment-sec .user-details {
  display: inline-block;
  float: inherit;
  width: calc(100% - 50px); }

.newsletters .widgt {
  background-color: #d9fbe6;
  padding: 10px;
  border: #65bb87 solid 1px; }

.newsletters .widgt:hover {
  background-color: #d0f4de;
  padding: 10px; }

.newsletters .widgt.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #d0f4de; }

.newsletters .widgt h3 {
  font-size: 16px !important;
  font-weight: bold;
  margin: 0;
  color: gray;
  color: #555; }

.newsletters .widgt h5 {
  font-size: 11px !important;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 0;
  color: gray; }

.newsletters > li > a {
  color: #1fae66 !important;
  font-size: 13px;
  text-decoration: none !important; }

/*--------------------------Community Details Page---------------------*/
.community-details .community-search-box {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px; }

.community-details .question-details h2 {
  margin-top: 0;
  color: #333;
  line-height: 1.25;
  font-size: 25px;
  margin-bottom: 10px; }

.community-details .answer-count span, .community-details .question-details .prompt-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px; }

.community-details .question-details .write-answer, .primary-action {
  background-color: #e4fff4;
  border: 1px solid #a4ccbb;
  border-radius: 3px;
  color: #33ae65 !important;
  padding: 4px 7px 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block; }

.community-details .user-details {
  float: left; }

.community-details .user-details p, .community-details .user-details span {
  margin-bottom: 0px;
  line-height: 20px; }

.community .user-details .user {
  font-size: 15px !important; }

.community-details .action-bar ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.community-details .action-bar ul li .primary-action {
  font-size: 14px;
  padding: 2px 7px; }

.community-details .action-bar a {
  color: #999;
  display: inline-block;
  padding: 2px 7px 2px 7px;
  font-size: 14px; }

.community-details .action-bar span {
  font-size: 14px;
  font-weight: 600; }

.community-details .profile-image, .add-manufacturer .profile-image {
  border: 1px solid #ddd;
  position: relative;
  height: 180px;
  width: 180px;
  padding: 5px; }

.community-details .answer-description table {
  display: block;
  width: 100%;
  overflow-x: auto; }

.community-details .answer-section .answer {
  margin-top: 25px;
  border-top: solid 1px #ddd;
  padding-top: 25px; }

.community-details .answer-section .answer .community {
  background-color: transparent; }

.community-details .answer-section .answer:first-child {
  margin: 0; }

.community-details .question-can-you-answer-icon {
  font-size: 50px;
  color: #999;
  margin: 0 20px 0 0; }

.community-details .user-details .user {
  font-size: 15px;
  line-height: 1.4; }

.community-details .user-details p.text-muted {
  margin-bottom: 4px;
  color: #999;
  font-size: 13px;
  display: inline-block;
  margin-top: 2px; }

.community-details .manufacturer-sec {
  border: 1px solid #DAE39C;
  margin: 15px 0 20px;
  background-color: #fcffe4;
  word-wrap: break-word;
  padding: 5px;
  border-radius: 4px; }

.community-details .manufacturer-sec .photo-wrapper {
  height: 88px !important;
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
  width: 132px;
  border-radius: 4px;
  border: 1px solid #eee !important; }

.community-details .manufacturer-sec .photo-wrapper img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1px;
  margin: auto; }

.community-details .manufacturer-sec .user-details {
  padding: 5px 0; }

.community-details .manufacturer-sec .user-details .user a {
  font-size: 16px !important;
  display: inline-block;
  text-decoration: underline; }

.community-details .manufacturer-sec .user-details .user a:hover {
  text-decoration: none; }

.community-details .manufacturer-sec .answered-by h4 {
  margin: 5px 10px;
  font-size: 12px;
  color: #a5a5a5; }

.sidebar-bg .nav-tabs {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

.sidebar-bg .nav-tabs li {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  text-align: center; }

.action-bar .pull-right > li:first-child::after {
  content: " /";
  position: relative;
  top: -1px;
  font-size: 10px;
  left: 4px; }

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /*zoom: 1;*/
  vertical-align: middle; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-container.form-control {
  padding: 6px; }

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  border-radius: 4px; }

.select2-container-multi .select2-choices {
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  padding: 0 5px; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

#AddQuestionPopup .form-group .select2-choices, #AddArticlePopup .form-group .select2-choices {
  border: 0; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important; }

.community .modal-post label {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 5px; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0 !important; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top-color: #5897fb;
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none; }

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-drop {
  color: #000; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li {
  list-style: none;
  display: list-item; }

.select2-display-none {
  display: none; }

.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 48px;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 6px; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 8px; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 6px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 5px 5px 5px 0 !important; }

.select2-container {
  box-sizing: border-box;
  width: 150px;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 4px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 13px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 45%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-results__option {
  padding: 6px; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.125); }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1fae66;
  color: #fff; }

.select2-container--open .select2-selection--single {
  background-color: #e1ffe1; }

.select2-container--open input:focus-visible {
  outline: 2px solid #1fae66; }

.calculator-v2 {
  background-color: #f5f7f8; }

.calculator-v2 .top-filter {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.calculator-v2 .top-filter .input-group-box {
  position: relative; }

.calculator-v2 .top-filter .input-group-box .fa-search {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 15px;
  color: #717171; }

.calculator-v2 .top-filter .input-group-box .form-control {
  padding-left: 36px !important; }

.calculator-v2 .single-section {
  border: none;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.calculator-v2 .single-section .section-heading {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px; }

.calculator-v2 .single-section .section-heading h2 {
  padding: 0 !important;
  text-transform: capitalize;
  border-radius: 4px 4px 0 0;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  display: block !important;
  line-height: 30px; }

.single-section .section-body {
  padding: 15px; }

.calculator-v2 .calc-blocks {
  gap: 10px 0; }

.calculator-v2 .calc-blocks .single-link {
  position: relative;
  display: flex;
  gap: 10px;
  border-radius: 4px;
  padding: 5px 10px !important;
  border: 1px solid #ddd;
  align-items: center;
  transition: .3s ease-in-out;
  height: 100%; }

.calculator-v2 .calc-blocks .single-link i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #12683F;
  border-radius: 50%;
  text-align: center;
  line-height: 38px !important;
  min-width: 40px;
  color: #fff;
  background-color: #12683F;
  transition: .3s ease-in-out; }

.calculator-v2 .calc-blocks .single-link a {
  font-size: 16px;
  color: #333;
  transition: .3s ease-in-out; }

.calculator-v2 .calc-blocks .single-link:hover {
  background-color: #1C9C5E;
  color: #fff;
  border: 1px solid #1C9C5E; }

.calculator-v2 .calc-blocks .single-link:hover a {
  color: #fff;
  text-decoration: none; }

.calculator-v2 .calc-blocks .single-link:hover i {
  color: #1C9C5E;
  border-color: #fff;
  background-color: #fff; }

.calculator-v2 .calc-fliter-main {
  margin-bottom: 20px; }

.calculator-v2 .calc-fliter-main .calc-fliter {
  margin-bottom: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  background-color: #ffffff; }

.calculator-v2 .calc-fliter-main .calc-fliter h4 {
  margin: 0;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #04374b;
  color: #fff;
  border-radius: 4px 4px 0 0; }

.calculator-v2 .calc-fliter-main .calc-fliter ul {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column; }

.calculator-v2 .calc-fliter-main .calc-fliter ul li {
  padding-left: 15px;
  cursor: pointer;
  padding: 10px 15px;
  margin-bottom: -1px;
  border-left: 4px solid transparent;
  font-weight: 600; }

.calculator-v2 .calc-fliter-main .calc-fliter ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.calculator-v2 .calc-fliter-main .calc-fliter ul li.active, .calc-fliter-main .calc-fliter ul li:hover {
  border-left-color: #1C9C5E;
  color: #1C9C5E; }

.calculator-v2 .calc-fliter-main .calc-fliter ul li.disabled {
  cursor: default;
  opacity: .5; }

.calculator-v2 .calc-fliter-main .calc-fliter ul li.disabled.active, .calc-fliter-main .calc-fliter ul li.disabled:hover {
  border-color: transparent;
  color: #444444; }

.calculator-v2 .calc-fliter-main.sticky-top {
  top: 45px;
  z-index: 999; }

.quotation-home {
  background-color: #f5f7f8; }
  .quotation-home .quote-single-section {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.23);
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px; }
    .quotation-home .quote-single-section .quote-section-heading {
      border-bottom: 1px solid #dddddd;
      margin-bottom: 15px;
      padding-bottom: 10px;
      font-size: 20px;
      font-weight: 700;
      color: #023047; }
  .quotation-home ul.quote-list li {
    margin-bottom: 30px; }
  .quotation-home .single-box {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    padding: 0;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    position: relative; }
    .quotation-home .single-box:hover {
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15) !important;
      transform: scale(1.05); }
    .quotation-home .single-box .image-box {
      height: 244px;
      display: flex;
      border-bottom: 1px solid #eeeeee;
      position: relative;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .quotation-home .single-box .image-box img {
        transition: all .3s ease-in-out;
        max-width: 96% !important;
        max-height: 96% !important; }
    .quotation-home .single-box .caption {
      padding: 10px; }
      .quotation-home .single-box .caption h4 {
        text-align: center;
        font-size: 18px;
        width: 100%;
        margin: 0; }
        .quotation-home .single-box .caption h4 a {
          color: #444444; }
          .quotation-home .single-box .caption h4 a:hover {
            color: #1fae66 !important; }
    .quotation-home .single-box:hover .image-box img {
      transform: scale(1.025); }
  .quotation-home.directories .single-box .image-box {
    height: 335px; }
    .quotation-home.directories .single-box .image-box img {
      transform: scale(1.05); }
  .quotation-home.directories .single-box:hover .image-box img {
    transform: scale(1.1); }

/*.slide-log {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 4px;
}*/
.bg-grad {
  /*background: linear-gradient(to top, #f67a1c, #02304775);*/
  border-radius: 0 0 4px 4px;
  overflow: hidden; }

/*.side-f {
    //padding: 5px 15px;
    background: #ffffff;
    color: #023047;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    gap: 3px;
    font-weight: 700;
}

.side-f a {
    font-weight: 900;
    color: #ffffff;
}

.side-f a:hover {
    opacity: .8;
    color: #00df70;
}

.nav-scroller {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slide-log .trending-heading {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
    height: 72px;
    background: #fff;
    border: 1px solid #dcdcdc;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    display: flex;
    margin-left: 5px;
    align-items: center;
}

.slide-log .trending-heading h6 {
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 2px;
}

.nav-scroller .nav-scroller-nav {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    align-self: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-scroller .nav-scroller-nav::-webkit-scrollbar {
    display: none;
}

.nav-scroller .nav-scroller-content {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 0 .5rem;
    list-style: none;
    will-change: transform;
}

.nav-scroller .nav-scroller-content:not(.no-transition) {
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nav-scroller .nav-scroller-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: .5rem .5rem .5rem 0;
    padding: 0.5rem;
    color: #000;
    text-decoration: none;
    line-height: 1.5;
    min-width: 113px;
    height: 72px;
    border: 1px solid #ddd;
    justify-content: center;
    border-radius: 4px;
}

.nav-scroller .nav-scroller-item img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
}

.nav-scroller .nav-scroller-item:hover img {
    filter: grayscale(0);
}

.nav-scroller .nav-scroller-item .nav__link__title {
    font-size: 14px;
}

.nav-scroller .nav-scroller-item .nav__link__subtitle {
    font-size: 6px;
}

.nav-scroller .nav-scroller-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    min-height: 44px;
    height: 100%;
    padding: 0.5rem;
    font-size: 1.25rem;
    color: #000;
    background: #dadbdc;
    border: 0;
    transition: color 0.3s, opacity 0.3s;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.nav-scroller .nav-scroller-btn:hover {
    color: #666;
}

.nav-scroller .nav-scroller-btn:focus {
    outline: 0;
}

.nav-scroller .nav-scroller-btn:not(.active) {
    opacity: 0;
    pointer-events: none;
}

.nav-scroller .nav-scroller-btn .nav-scroller-icon {
    width: 30px;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 1em;
    height: 1em;
    fill: #12683F;
    vertical-align: middle;
}

.nav-scroller .nav-scroller-btn.nav-scroller-btn--left {
    left: 0;
}

.nav-scroller .nav-scroller-btn.nav-scroller-btn--right {
    right: 0;
}*/
.slide-start-log .side-f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px; }
  .slide-start-log .side-f h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #023047; }

.slide-start-log-single {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px; }
  .slide-start-log-single .side-f {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .slide-start-log-single .side-f h4 {
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      color: #023047; }
      @media (max-width: 575px) {
        .slide-start-log-single .side-f h4 {
          font-size: 16px; } }
      @media (max-width: 360px) {
        .slide-start-log-single .side-f h4 {
          font-size: 14px; } }
  .slide-start-log-single .nav-scroller {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .slide-start-log-single .nav-scroller .nav-scroller-nav {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      z-index: 1;
      align-self: center;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .slide-start-log-single .nav-scroller .nav-scroller-nav::-webkit-scrollbar {
        display: none; }
    .slide-start-log-single .nav-scroller .nav-scroller-content {
      display: flex;
      align-items: center;
      white-space: nowrap;
      margin: 0;
      padding: 0 0 0 0;
      list-style: none;
      gap: 6px; }
      .slide-start-log-single .nav-scroller .nav-scroller-content:not(.no-transition) {
        transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .slide-start-log-single .nav-scroller .nav-scroller-item {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      padding: 0 0.3rem;
      color: #000;
      text-decoration: none;
      line-height: 1.5;
      width: 105.556px;
      min-width: 105.556px;
      height: 65px;
      border: 1px solid #ddd;
      justify-content: center;
      border-radius: 4px;
      /* &:last-child {
                    border-right: none;
                }*/ }
      .slide-start-log-single .nav-scroller .nav-scroller-item img {
        max-width: 100%;
        max-height: 100%; }
      .slide-start-log-single .nav-scroller .nav-scroller-item .nav__link__title {
        font-size: 14px; }
      .slide-start-log-single .nav-scroller .nav-scroller-item .nav__link__subtitle {
        font-size: 6px; }
      .slide-start-log-single .nav-scroller .nav-scroller-item:hover img {
        filter: grayscale(0); }
    .slide-start-log-single .nav-scroller .nav-scroller-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 30px;
      min-height: 44px;
      height: 100%;
      padding: 0.3rem;
      font-size: 1rem;
      color: #1c9c5e;
      background: #ebebeb;
      border: 0;
      transition: color 0.3s, opacity 0.3s;
      cursor: pointer;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
      .slide-start-log-single .nav-scroller .nav-scroller-btn:hover {
        color: #666; }
      .slide-start-log-single .nav-scroller .nav-scroller-btn:focus {
        outline: 0; }
      .slide-start-log-single .nav-scroller .nav-scroller-btn:not(.active) {
        opacity: 0;
        pointer-events: none; }
      .slide-start-log-single .nav-scroller .nav-scroller-btn .nav-scroller-icon {
        width: 30px;
        display: inline-block;
        position: relative;
        top: -0.1em;
        width: 1em;
        height: 1em;
        fill: currentColor;
        vertical-align: middle; }
      .slide-start-log-single .nav-scroller .nav-scroller-btn.nav-scroller-btn--left {
        left: 0; }
      .slide-start-log-single .nav-scroller .nav-scroller-btn.nav-scroller-btn--right {
        right: 0; }
  .slide-start-log-single .slide-log .trending-heading {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
    height: 72px;
    background: #fff;
    border: 1px solid #dcdcdc;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    display: flex;
    margin-left: 5px;
    align-items: center; }
    .slide-start-log-single .slide-log .trending-heading h6 {
      font-size: 15px;
      font-weight: 600;
      margin: auto;
      display: flex;
      align-items: center;
      padding: 2px; }
  .slide-start-log-single .companyFeaturedSlider {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
    /*&.logo-track {
                display: flex;
                align-items: center;
                transition: all .8s ease;
                animation: scrollLogos 10s linear infinite;
            }
           

            @keyframes scrollLogos {
                from {
                    transform: translateX(0);
                }

                to {
                    transform: translateX(-50%);
                }
            }*/ }
    .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      padding: 0 0.3rem;
      color: #000;
      text-decoration: none;
      line-height: 1.5;
      width: 105.556px;
      min-width: 105.556px;
      height: 65px;
      border: 1px solid #ddd;
      justify-content: center;
      border-radius: 4px; }
      .slide-start-log-single .companyFeaturedSlider .nav-scroller-item img {
        width: auto;
        max-width: 100%; }
      @media (max-width: 1199px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 124.286px;
          width: 124.286px; } }
      @media (max-width: 991px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 142px;
          width: 142px; } }
      @media (max-width: 768px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 131.6px;
          width: 131.6px; } }
      @media (max-width: 767px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 167.333px;
          width: 167.333px; } }
      @media (max-width: 575px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 110px;
          width: 110px; } }
      @media (max-width: 360px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 142px;
          width: 142px; } }
      @media (max-width: 320px) {
        .slide-start-log-single .companyFeaturedSlider .nav-scroller-item {
          min-width: 122px;
          width: 122px; } }

.nav-scroller1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center; }

.nav-scroller1 .nav-scroller-nav1 {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  align-self: center;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.nav-scroller1 .nav-scroller-nav1::-webkit-scrollbar {
  display: none; }

.nav-scroller1 .nav-scroller-content1 {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 0 .5rem;
  list-style: none;
  will-change: transform; }

.nav-scroller1 .nav-scroller-content1:not(.no-transition) {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }

.nav-scroller1 .nav-scroller-item1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: .5rem .5rem .5rem 0;
  padding: 0.5rem;
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  min-width: 113px;
  height: 72px;
  border: 1px solid #ddd;
  justify-content: center;
  border-radius: 4px; }

.nav-scroller1 .nav-scroller-item1 img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%); }

.nav-scroller1 .nav-scroller-item1:hover img {
  filter: grayscale(0); }

.nav-scroller1 .nav-scroller-item1 .nav__link__title {
  font-size: 14px; }

.nav-scroller1 .nav-scroller-item1 .nav__link__subtitle {
  font-size: 6px; }

.nav-scroller1 .nav-scroller-btn1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  min-height: 44px;
  height: 100%;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #000;
  background: #dadbdc;
  border: 0;
  transition: color 0.3s, opacity 0.3s;
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }

.nav-scroller1 .nav-scroller-btn1:hover {
  color: #666; }

.nav-scroller1 .nav-scroller-btn1:focus {
  outline: 0; }

.nav-scroller1 .nav-scroller-btn1:not(.active) {
  opacity: 0;
  pointer-events: none; }

.nav-scroller1 .nav-scroller-btn1 .nav-scroller-icon {
  width: 30px;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 1em;
  height: 1em;
  fill: #12683F;
  vertical-align: middle; }

.nav-scroller1 .nav-scroller-btn1.nav-scroller-btn--left1 {
  left: 0; }

.nav-scroller1 .nav-scroller-btn1.nav-scroller-btn--right1 {
  right: 0; }

.quote-section .instent-quote .dropdown-menu.dropdown-caret > li > a {
  padding: 3px 0px !important;
  font-weight: normal !important; }

.quatiton-back-step-two {
  margin-bottom: 20px;
  display: block;
  color: #6c757d !important;
  font-size: 18px;
  text-decoration: underline; }

/*Updated design css start here*/
.quote-section {
  background-color: #f5f7f8; }
  .quote-section .new-quote-section .quote-from-company {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    /*border-bottom: 1px solid #dddddd;
            padding-bottom: 25px;*/ }
    .quote-section .new-quote-section .quote-from-company.quote-specs {
      justify-content: center;
      margin-top: 15px; }
      .quote-section .new-quote-section .quote-from-company.quote-specs .company-info p {
        font-weight: 600;
        color: #023047; }
    .quote-section .new-quote-section .quote-from-company .quote-specs-image {
      border: 1px solid #dddddd;
      border-radius: 4px;
      overflow: hidden;
      width: 160px;
      min-width: 160px;
      padding: 3px;
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .quote-section .new-quote-section .quote-from-company .quote-specs-image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
        width: 100%;
        height: 100%;
        min-height: 100%; }
    .quote-section .new-quote-section .quote-from-company .company-image {
      border: 1px solid #dddddd;
      border-radius: 6px;
      overflow: hidden;
      width: 160px;
      min-width: 160px;
      padding: 3px;
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .quote-section .new-quote-section .quote-from-company .company-image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
        width: 100%;
        height: 100%;
        min-height: 100%; }
    .quote-section .new-quote-section .quote-from-company .company-info h1, .quote-section .new-quote-section .quote-from-company .company-info h2 {
      font-size: 26px;
      font-weight: 800;
      color: #023047;
      margin-bottom: 15px;
      border-bottom: 2px solid #1fae66;
      padding-bottom: 5px;
      display: inline-block; }
      .quote-section .new-quote-section .quote-from-company .company-info h1 .quote-highlight, .quote-section .new-quote-section .quote-from-company .company-info h2 .quote-highlight {
        color: #1fae66; }
      .quote-section .new-quote-section .quote-from-company .company-info h1 .claim-badge i, .quote-section .new-quote-section .quote-from-company .company-info h2 .claim-badge i {
        font-size: 20px; }
    .quote-section .new-quote-section .quote-from-company .company-info p {
      font-size: 17px; }
    .quote-section .new-quote-section .quote-from-company .company-info ul {
      display: flex;
      flex-direction: column;
      gap: 12px;
      font-size: 16px; }
      .quote-section .new-quote-section .quote-from-company .company-info ul li i {
        border: none;
        border-radius: 0;
        font-size: 18px; }
    .quote-section .new-quote-section .quote-from-company.single-company .company-info h1 {
      border-bottom: none;
      padding-bottom: 0; }
  .quote-section .new-quote-section .manu-about-text {
    margin-bottom: 0;
    font-size: 14px !important; }
    .quote-section .new-quote-section .manu-about-text p:last-child {
      margin-bottom: 0; }
  .quote-section .new-quote-section .quote-single-section {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
    /*box-shadow:0px 2px 6px 0px rgb(0,0,0,0.23);*/
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px; }
    .quote-section .new-quote-section .quote-single-section .quote-section-heading {
      border-bottom: 1px solid #dddddd;
      margin-bottom: 15px;
      padding-bottom: 10px;
      font-size: 20px;
      font-weight: 700;
      color: #023047; }
    .quote-section .new-quote-section .quote-single-section #pnlRegionForSingleManu {
      transition: all .3s ease-in-out; }
    .quote-section .new-quote-section .quote-single-section .disabled-when-single-company {
      position: relative;
      padding: 5px 10px; }
      .quote-section .new-quote-section .quote-single-section .disabled-when-single-company:after {
        background: #e9ecef;
        cursor: not-allowed;
        opacity: 0.5;
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        inset: 0;
        z-index: 1;
        border-radius: 4px; }
    .quote-section .new-quote-section .quote-single-section h4 {
      font-size: 14px;
      font-weight: 500; }
    .quote-section .new-quote-section .quote-single-section .note-editor {
      border: 1px solid #ddd; }
      .quote-section .new-quote-section .quote-single-section .note-editor .note-toolbar {
        background-color: #f9f9f9;
        border-bottom: 1px solid #ddd; }
    .quote-section .new-quote-section .quote-single-section.select-region-country .form-label {
      position: absolute;
      top: -10px;
      left: 12px;
      background: white;
      padding: 0 8px;
      font-size: 14px;
      font-weight: 500;
      z-index: 1; }
    .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown {
      position: relative;
      width: 100%; }
      .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 10px 15px;
        border: 1px solid #979797;
        border-radius: 6px;
        background: #fff;
        cursor: pointer;
        min-height: 48px;
        transition: all 0.3s ease; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn:hover {
          border-color: #979797; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn:focus {
          outline: none; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn:after {
          content: "";
          width: 10px;
          height: 10px;
          border-right: 2px solid #7f8c8d;
          border-bottom: 2px solid #7f8c8d;
          transform: rotate(45deg);
          transition: transform 0.3s ease;
          margin-left: 8px;
          margin-top: -5px; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn .ms-placeholder {
          flex: 1;
          display: flex;
          flex-wrap: wrap;
          gap: 6px; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn .ms-placeholder .ms-chip {
            background: #f2f2f2;
            border-radius: 16px;
            padding: 1px 8px;
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 6px; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn .ms-placeholder .ms-chip-remove {
            cursor: pointer;
            font-weight: bold;
            padding: 0 2px; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn .ms-count {
          font-size: 14px;
          color: #7f8c8d;
          white-space: nowrap; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn.disabled {
          background: #e9ecef;
          cursor: not-allowed;
          opacity: 0.7; }
      .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-btn[aria-expanded="true"]::after {
        transform: rotate(-135deg);
        margin-top: 5px; }
      .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #dcdfe6;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: none;
        overflow: hidden;
        flex-direction: column;
        padding: 10px; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-options {
          overflow-y: auto;
          padding: 0;
          max-height: 294px;
          margin-top: 10px; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-options .ms-option {
            display: flex;
            align-items: center;
            padding: 5px;
            margin: 0;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s; }
            .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-options .ms-option:hover {
              background: #f5f7fa; }
            .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-options .ms-option input {
              margin-right: 10px;
              cursor: pointer;
              width: 16px;
              height: 16px; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer {
          display: flex;
          justify-content: space-between;
          padding: 5px;
          border-top: 1px solid #f1f2f6;
          margin: auto -10px -10px; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer .ms-apply {
            background: none;
            border: none;
            color: #1fae66;
            cursor: pointer;
            font-size: 13px;
            padding: 5px 10px;
            border-radius: 4px; }
            .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer .ms-apply:hover {
              background: #e9fff4; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer .ms-clear {
            background: none;
            border: none;
            color: #e74c3c;
            cursor: pointer;
            font-size: 13px;
            padding: 5px 10px;
            border-radius: 4px; }
            .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer .ms-clear:hover {
              background: #fef2f2; }
          .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .ms-footer .ms-selected-count {
            color: #7f8c8d; }
        .quote-section .new-quote-section .quote-single-section.select-region-country .ms-dropdown .ms-dropdown-panel .no-options {
          padding: 20px;
          text-align: center;
          color: #7f8c8d; }
    .quote-section .new-quote-section .quote-single-section.select-region-country #pnlRegion.custom-control .custom-control-label::before {
      cursor: pointer;
      top: .22rem !important;
      height: 1rem !important;
      width: 1rem !important;
      left: -1.20rem !important; }
    .quote-section .new-quote-section .quote-single-section.select-region-country #pnlRegion.custom-control .custom-control-label::after {
      cursor: pointer;
      top: 0.20rem !important;
      left: -1.15rem !important; }
    .quote-section .new-quote-section .quote-single-section.select-region-country .tooltip-inner {
      background-color: #f9f9f9 !important;
      color: #2F2F2F !important;
      border: 1px solid #f9f9f9 !important;
      border-radius: 6px;
      box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.15);
      max-width: 400px;
      white-space: normal;
      opacity: 1 !important;
      padding: 10px; }
    .quote-section .new-quote-section .quote-single-section.select-region-country .tooltip {
      opacity: 1 !important; }
    .quote-section .new-quote-section .quote-single-section.select-region-country .tooltip.bs-tooltip-top .arrow::before {
      border-top-color: #f9f9f9 !important;
      border-width: .4rem .4rem 0; }
    .quote-section .new-quote-section .quote-single-section .file-upload-section .file-upload-block .dropzone-wrapper .dropzone-desc {
      display: flex;
      gap: 20px;
      align-items: center;
      height: auto;
      justify-content: center;
      margin: auto;
      bottom: 0;
      right: 0;
      top: 0; }
    .quote-section .new-quote-section .quote-single-section .file-upload-section .uploaded-files .uploaded-single {
      background-color: #dbf1e6; }
      .quote-section .new-quote-section .quote-single-section .file-upload-section .uploaded-files .uploaded-single .file-type-info {
        min-width: 300px; }
  .quote-section .new-quote-section .form-area .col-form-label, .quote-section .new-quote-section .form-area .value-field {
    width: 100%;
    padding: 0px; }
  .quote-section .new-quote-section .services-section-new ul {
    gap: 10px 0; }
    .quote-section .new-quote-section .services-section-new ul li.active .single-box {
      text-decoration: none;
      background-color: #f0fff7; }
      .quote-section .new-quote-section .services-section-new ul li.active .single-box:after {
        content: '\f058';
        position: absolute;
        top: 2px;
        right: 5px;
        color: #1fae66;
        font-weight: 900;
        font-family: 'PCB Icon'; }
  .quote-section .new-quote-section .services-section-new .single-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border: 1px solid #1fae66;
    border-radius: 6px;
    padding: 10px;
    position: relative; }
    .quote-section .new-quote-section .services-section-new .single-box .image-box {
      border-radius: 4px;
      width: 40px;
      min-width: 40px;
      height: 40px;
      overflow: hidden; }
    .quote-section .new-quote-section .services-section-new .single-box .caption h4 {
      margin: 0;
      font-size: 16px;
      color: #444444; }
    .quote-section .new-quote-section .services-section-new .single-box:hover {
      text-decoration: none;
      background-color: #f0fff7; }
  .quote-section .new-quote-section .quote-textbox-cross-button {
    position: absolute;
    top: 1px;
    right: 10px;
    border-left: 1px solid #979797;
    padding: 12.5px 8px;
    border-radius: 0 5px 5px 0;
    color: #f00;
    background: white; }
    .quote-section .new-quote-section .quote-textbox-cross-button:hover {
      color: #e21c1c;
      text-decoration: none; }
    .quote-section .new-quote-section .quote-textbox-cross-button:before {
      content: "\f057";
      font-family: "PCB Icon"; }

#ModelQuoteManufactuerr .close {
  font-size: 32px;
  line-height: 0; }

div#pnlRegions {
  background-color: #f3f7f5;
  border-radius: 6px;
  padding: 15px; }

.verified-manufacturer-list {
  max-height: 530px;
  overflow-y: auto; }
  .verified-manufacturer-list li span {
    font-weight: 600;
    color: #333333; }
  .verified-manufacturer-list li .view-profile-link {
    display: none;
    transition: all .5s ease-in-out; }
  .verified-manufacturer-list li:hover .view-profile-link {
    display: inline-block; }

@media screen and (max-width: 575px) {
  .quote-section .new-quote-section .quote-from-company {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .quote-section .new-quote-section .quote-from-company .quote-specs-image {
      border: 1px solid #dddddd;
      border-radius: 4px;
      overflow: hidden;
      width: 300px;
      min-width: 300px;
      padding: 3px;
      height: 195px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .quote-section .new-quote-section .quote-from-company .quote-specs-image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
        width: 100%;
        height: 100%;
        min-height: 100%; }
    .quote-section .new-quote-section .quote-from-company .company-image {
      border: 1px solid #dddddd;
      border-radius: 10px;
      overflow: hidden;
      width: 300px;
      min-width: 300px;
      padding: 3px;
      height: 195px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .quote-section .new-quote-section .quote-from-company .company-image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
        -webkit-object-fit: cover;
        object-position: center;
        -webkit-object-position: center;
        width: 100%;
        height: 100%;
        min-height: 100%; }
  .quote-section .new-quote-section .select-region-country .tooltip .tooltip-inner {
    max-width: 300px; }
  .quote-section .new-quote-section .file-upload-section .file-upload-block .dropzone-wrapper .dropzone-desc {
    text-align: left;
    /* p {
                                gap: 0 !important;
                            }*/ }
    .quote-section .new-quote-section .file-upload-section .file-upload-block .dropzone-wrapper .dropzone-desc .text-18 {
      font-size: 16px;
      line-height: 1.2; }
  .quote-section .new-quote-section .file-upload-section .uploaded-files .uploaded-single {
    background-color: #dbf1e6; }
    .quote-section .new-quote-section .file-upload-section .uploaded-files .uploaded-single .file-type-info {
      min-width: 100% !important; } }

.sidebar-bg {
  background-color: #f5f5f5; }
  .sidebar-bg.p-0 {
    padding: 0 !important; }

.sidebar {
  padding: 10px 0;
  height: 100%; }

.stickyRHSAds {
  position: sticky;
  top: 55px;
  margin-bottom: 15px;
  display: block; }

.content-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.single-section {
  border: none;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 25px; }
  .single-section.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
  .single-section .section-heading {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px; }
    .single-section .section-heading h2 {
      color: #0D5532;
      padding: 0 !important;
      text-transform: capitalize;
      border-radius: 4px 4px 0 0;
      font-size: 22px;
      font-weight: 700;
      margin: 0;
      display: block !important;
      line-height: 30px; }
  .single-section .card-body, .single-section .section-body {
    padding: 15px;
    height: calc(100% - 100px); }
  .single-section .section-more.card-footer, .single-section .section-more {
    text-align: right;
    font-size: 1rem;
    margin-top: 0;
    background-color: transparent;
    padding: 10px;
    border-top: 1px solid #ddd; }
    .single-section .section-more.card-footer a, .single-section .section-more a {
      padding-right: 15px;
      position: relative; }
      .single-section .section-more.card-footer a:hover, .single-section .section-more a:hover {
        text-decoration: underline; }
      .single-section .section-more.card-footer a i, .single-section .section-more a i {
        position: absolute;
        top: calc(50% - 6px); }

.profile-fliter-main {
  margin-bottom: 20px; }
  .profile-fliter-main .profile-fliter {
    margin-bottom: 20px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
    background-color: #ffffff; }
    .profile-fliter-main .profile-fliter h4 {
      margin: 0;
      padding: 12px 15px;
      font-size: 1rem;
      font-weight: 700;
      background-color: #12683F;
      color: #fff;
      border-radius: 4px 4px 0 0; }
    .profile-fliter-main .profile-fliter ul {
      font-size: 0.9rem;
      display: flex;
      flex-direction: column; }
      .profile-fliter-main .profile-fliter ul li {
        padding-left: 10px;
        cursor: pointer;
        padding: 8px 0 8px 10px;
        margin-bottom: -1px;
        border-left: 4px solid transparent;
        font-weight: 700; }
        .profile-fliter-main .profile-fliter ul li:last-child {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }
        .profile-fliter-main .profile-fliter ul li.active, .profile-fliter-main .profile-fliter ul li:hover {
          border-left-color: #1C9C5E;
          color: #1C9C5E; }
        .profile-fliter-main .profile-fliter ul li.services-heading {
          margin-left: 0;
          padding-bottom: 0 !important;
          cursor: default; }
          .profile-fliter-main .profile-fliter ul li.services-heading .heading-text {
            margin-bottom: 5px; }
          .profile-fliter-main .profile-fliter ul li.services-heading.active, .profile-fliter-main .profile-fliter ul li.services-heading:hover {
            border-left-color: transparent;
            color: #1C9C5E; }
          .profile-fliter-main .profile-fliter ul li.services-heading > ul {
            margin-left: -14px; }
            .profile-fliter-main .profile-fliter ul li.services-heading > ul li {
              position: relative;
              padding: 5px 0 5px 30px;
              font-weight: 600; }
              .profile-fliter-main .profile-fliter ul li.services-heading > ul li:before {
                content: '';
                height: 1px;
                width: 7px;
                background-color: #656565;
                top: calc(50% - .5px);
                left: 13px;
                position: absolute; }
              .profile-fliter-main .profile-fliter ul li.services-heading > ul li:hover:before {
                background-color: #1C9C5E; }
        .profile-fliter-main .profile-fliter ul li.disabled {
          cursor: default;
          opacity: .5; }
          .profile-fliter-main .profile-fliter ul li.disabled.active, .profile-fliter-main .profile-fliter ul li.disabled:hover {
            border-color: transparent;
            color: #444444; }
  .profile-fliter-main.sticky-top {
    top: 55px;
    z-index: 999; }

.company-profile {
  background-color: #f5f7f8; }
  .company-profile h1 {
    margin: 0 0 10px 0;
    line-height: 30px;
    font-size: 26px;
    font-weight: 800; }
    .company-profile h1 .claim-badge {
      font-size: 20px;
      margin-left: 5px;
      position: relative;
      top: -1px; }
  .company-profile .square-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
  .company-profile .comp-profile-top {
    margin-bottom: 0;
    /*  .btn-primary {
            color: #fff;
            background-color: $nav-bg-color;
            border-color: #225bbb;

            &:hover {
                background-color: $nav-bg-color;
                border-color: #2b679b;
                color: #fff;
            }
        }*/ }
    .company-profile .comp-profile-top .profile-left-details {
      width: calc(100% - 195px);
      margin-right: 15px;
      float: left; }
    .company-profile .comp-profile-top .image-wrapper {
      width: 240px;
      max-width: 240px;
      height: 158px;
      border-radius: 4px;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.125);
      float: left;
      overflow: hidden;
      margin-right: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .company-profile .comp-profile-top .image-wrapper img {
        max-height: 96%;
        max-width: 96%; }
    .company-profile .comp-profile-top .manu-basic-details {
      width: calc(100% - 255px);
      float: left; }
      .company-profile .comp-profile-top .manu-basic-details ul {
        margin-bottom: 0; }
        .company-profile .comp-profile-top .manu-basic-details ul li {
          margin-bottom: 7px; }
          .company-profile .comp-profile-top .manu-basic-details ul li i {
            border: 1px solid;
            padding: 4px;
            border-radius: 4px;
            width: 21px;
            height: 21px;
            text-align: center;
            font-size: 12px; }
            .company-profile .comp-profile-top .manu-basic-details ul li i:before {
              line-height: 11px; }
      .company-profile .comp-profile-top .manu-basic-details #pnlManuCertifications ul li {
        margin-right: 1px; }
    .company-profile .comp-profile-top .profile-action-btn {
      width: 180px;
      float: left; }
    .company-profile .comp-profile-top .custom-btn {
      min-width: 180px;
      border-radius: 4px;
      font-size: 15px; }
    .company-profile .comp-profile-top .claim-profile {
      text-align: center;
      margin: 15px 0; }
      .company-profile .comp-profile-top .claim-profile .btn-orange.btn-sm {
        font-size: 13px;
        width: 100%; }
    .company-profile .comp-profile-top .claim-badge {
      width: 20px;
      height: 20px;
      display: inline-block;
      top: 0px;
      position: relative; }
      .company-profile .comp-profile-top .claim-badge i {
        font-size: 18px;
        color: #1C9C5E; }
  .company-profile .filter-main.sticky-top {
    top: 55px;
    z-index: 1 !important; }
  .company-profile .manu-social-links {
    margin-top: 15px;
    display: block; }
    .company-profile .manu-social-links strong {
      font-size: 16px;
      margin-right: 5px; }
    .company-profile .manu-social-links a {
      padding: 5px 10px 5px 10px;
      border-radius: 5px;
      margin: 4px 10px 4px 0;
      font-size: 16px;
      color: #444;
      border: 1px solid;
      text-decoration: none;
      height: 35px;
      width: auto;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .company-profile .manu-social-links a.twitter {
        color: #000000; }
        .company-profile .manu-social-links a.twitter svg {
          font-size: .9rem;
          margin-right: .25rem; }
        .company-profile .manu-social-links a.twitter:hover {
          background-color: #000000;
          color: #fff; }
          .company-profile .manu-social-links a.twitter:hover svg path {
            fill: #fff; }
      .company-profile .manu-social-links a.facebook {
        color: #3d5998; }
        .company-profile .manu-social-links a.facebook:hover {
          background-color: #3d5998;
          color: #fff;
          border-color: #3d5998; }
      .company-profile .manu-social-links a.linkedin {
        color: #0085b2; }
        .company-profile .manu-social-links a.linkedin:hover {
          background-color: #0085b2;
          color: #fff;
          border-color: #0085b2; }
      .company-profile .manu-social-links a.youtube {
        color: #ce1312; }
        .company-profile .manu-social-links a.youtube:hover {
          background-color: #ce1312;
          color: #fff;
          border-color: #ce1312; }
      .company-profile .manu-social-links a.blog {
        color: #f90; }
        .company-profile .manu-social-links a.blog:hover {
          background-color: #f90;
          color: #fff;
          border-color: #f90; }
        .company-profile .manu-social-links a.blog i {
          line-height: 16px !important; }
  .company-profile .company-overview {
    margin-top: 15px; }
    .company-profile .company-overview .topic-heading {
      border-bottom: none;
      margin-bottom: 0;
      line-height: 0; }
    .company-profile .company-overview .description {
      margin-bottom: 0; }
    .company-profile .company-overview .topic-heading h2 {
      padding: 0 0 8px 0 !important;
      font-size: 22px;
      margin-bottom: 12px; }
    .company-profile .company-overview .description p:last-child {
      margin-bottom: 0 !important; }
  .company-profile .comp-detail .product-catalog {
    margin-top: 0 !important;
    margin-bottom: 28px !important; }
    .company-profile .comp-detail .product-catalog ul {
      margin-bottom: 0 !important; }
      .company-profile .comp-detail .product-catalog ul li {
        margin: 5px 0;
        font-size: 14px;
        display: inline-block;
        padding: 0; }
        .company-profile .comp-detail .product-catalog ul li div {
          margin: 5px 0;
          box-shadow: 0px 1px 2px #BDBDBD; }
        .company-profile .comp-detail .product-catalog ul li a {
          color: #343a40;
          font-weight: 700; }
          .company-profile .comp-detail .product-catalog ul li a:hover {
            color: #1C9C5E; }
  .company-profile .categories-supported {
    /* .count-color {
            font-weight: 700;
            margin-left: 2px;


            a {
                color: $link-color !important;
                font-size: 13px !important;
            }
        }*/ }
    .company-profile .categories-supported #btnShowSupportedCats, .company-profile .categories-supported #btnShowListedProducts {
      margin: 0;
      line-height: 30px;
      color: #777777; }
    .company-profile .categories-supported ul li {
      display: flex;
      align-items: baseline; }
    .company-profile .categories-supported a {
      margin-bottom: 6px;
      font-size: 14px !important;
      display: inline-block;
      padding: 0;
      color: #333;
      font-weight: 700;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
      .company-profile .categories-supported a:hover {
        color: #1C9C5E; }
    .company-profile .categories-supported .product-count {
      color: #1C9C5E !important;
      font-size: 13px !important;
      font-weight: 700; }
    .company-profile .categories-supported .sub-cat-list {
      position: absolute;
      z-index: 1000;
      box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
      border-radius: 4px;
      margin-left: 0 !important;
      min-width: 250px;
      background-color: #f2f2f2 !important;
      max-height: 310px;
      overflow-y: auto; }
      .company-profile .categories-supported .sub-cat-list li {
        display: flex;
        align-items: baseline; }
  .company-profile .latest-product {
    margin-bottom: 30px; }
    .company-profile .latest-product .section-heading {
      gap: 10px;
      padding: 10px 15px; }
    .company-profile .latest-product ul {
      gap: 15px 0; }
    .company-profile .latest-product .single-box {
      padding: 10px;
      background: #fff;
      border: 1px solid #dddddd;
      border-radius: 4px;
      display: flex;
      transition: all .5s ease-in-out;
      height: 100%; }
      .company-profile .latest-product .single-box:hover {
        background-color: #f5f5f5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #eeeeee; }
    .company-profile .latest-product .image-wrapper {
      width: 100px;
      height: 100px;
      margin-right: 10px;
      border: 4px solid #f8f8f8 !important;
      display: flex;
      justify-content: center;
      align-items: center; }
    .company-profile .latest-product .caption {
      width: calc(100% - 110px); }
      .company-profile .latest-product .caption h4 {
        font-weight: 700;
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 5px; }
        .company-profile .latest-product .caption h4 p {
          margin-bottom: 5px; }
  .company-profile .tooltip-inner {
    padding: 8px; }
  .company-profile .company-news {
    margin-bottom: 25px; }
    .company-profile .company-news ul li:nth-child(1) .single-list {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
    .company-profile .company-news .single-list {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.125);
      position: relative; }
      .company-profile .company-news .single-list .image-wrapper {
        width: 100px;
        height: 100px;
        float: left;
        margin-right: 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .company-profile .company-news .single-list .image-wrapper img {
          max-height: 96%;
          max-width: 96%; }
      .company-profile .company-news .single-list .caption {
        width: calc(100% - 110px);
        float: left; }
        .company-profile .company-news .single-list .caption h4 {
          margin: 0 0 5px 0;
          font-size: 16px;
          font-weight: 700;
          line-height: 20px; }
      .company-profile .company-news .single-list .competencies-bottom-field {
        display: flex;
        align-items: end;
        justify-content: end;
        width: 100%; }
        .company-profile .company-news .single-list .competencies-bottom-field .action-btn {
          position: absolute;
          right: 0px; }
      .company-profile .company-news .single-list:hover {
        cursor: pointer; }
        .company-profile .company-news .single-list:hover .competencies-bottom-field .action-btn .btn-outline-blue {
          background-color: #023047;
          border-color: #023047;
          color: #fff !important; }
  .company-profile .featured-whitepapers {
    margin-bottom: 25px; }
    .company-profile .featured-whitepapers ul {
      gap: 15px 0; }
    .company-profile .featured-whitepapers .one-list ul li {
      flex: 0 0 100%;
      max-width: 100%; }
    .company-profile .featured-whitepapers .single-box {
      height: 100%;
      transition: all .5s ease-in-out;
      border: 1px solid #ddd;
      border-radius: 4px;
      background-color: #ffffff;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
      padding: 15px;
      display: flex;
      gap: 10px; }
      .company-profile .featured-whitepapers .single-box:hover {
        box-shadow: 0 0px 14px rgba(0, 0, 0, 0.15);
        border: 1px solid #eee;
        background-color: #f6f6f6; }
        .company-profile .featured-whitepapers .single-box:hover .pdf-icon {
          transform: scale(1.1); }
      .company-profile .featured-whitepapers .single-box .image-wrapper {
        display: block;
        height: 175px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 10px;
        border-radius: 4px 4px 0 0; }
        .company-profile .featured-whitepapers .single-box .image-wrapper img {
          max-height: 98%;
          max-width: 98%; }
      .company-profile .featured-whitepapers .single-box .pdf-icon {
        background-color: #fbf2f2;
        min-width: 45px;
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        border-radius: 50%;
        padding: 7px;
        color: #e42323;
        border: 1px solid #ffd5d5;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease-in-out; }
        .company-profile .featured-whitepapers .single-box .pdf-icon i {
          font-size: 24px; }
      .company-profile .featured-whitepapers .single-box .caption {
        border-radius: 0 0 4px 4px; }
        .company-profile .featured-whitepapers .single-box .caption h4 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 22px;
          margin-bottom: 5px; }
  .company-profile .company-videos {
    margin-bottom: 25px; }
    .company-profile .company-videos ul li {
      border-bottom: 1px solid #ddd;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .company-profile .company-videos ul li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .company-profile .company-videos .single-box {
      /*display: flex;
            height: 100%;
            gap: 15px;*/ }
      .company-profile .company-videos .single-box .image-wrapper {
        float: left;
        display: block;
        width: 205px;
        min-width: 205px;
        height: 136px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        margin-bottom: 0;
        margin-right: 15px;
        padding: 0;
        border: 1px solid #dddddd;
        overflow: hidden; }
        .company-profile .company-videos .single-box .image-wrapper a {
          width: 100%;
          height: 100%;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          /* &:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    text-align: center;
                    display: inline-block;
                    //padding: 2px 6px 2px 8px;
                    background: rgba(0, 0, 0, 0.25);
                    font-weight: 600;
                    border-radius: 4px 4px 0 0;
                }*/ }
          .company-profile .company-videos .single-box .image-wrapper a:after {
            content: '\f144';
            font-family: "PCB Icon";
            font-size: 30px;
            position: absolute;
            color: #1C9C5E;
            right: 8px;
            bottom: 8px;
            display: inline-block;
            /* border: 1px solid $link-color;*/
            background: #ffffff;
            font-weight: 600;
            border-radius: 5px;
            /*height: 26px;
                    width: 32px;*/
            line-height: 25px;
            text-align: center;
            border-radius: 50%; }
          .company-profile .company-videos .single-box .image-wrapper a img {
            border-radius: 4px 4px 0 0;
            max-height: 97%;
            max-width: 97%;
            position: static; }
        .company-profile .company-videos .single-box .image-wrapper .image-inner {
          position: relative;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .company-profile .company-videos .single-box .image-wrapper .image-inner img {
            max-height: 98%;
            max-width: 98%;
            position: relative; }
          .company-profile .company-videos .single-box .image-wrapper .image-inner .play-icon {
            content: '\f04b';
            font-family: "PCB Icon";
            font-size: 13px;
            position: absolute;
            color: #fff;
            right: 8px;
            bottom: 8px;
            display: inline-block;
            border: 1px solid #1C9C5E;
            background: #1C9C5E;
            font-weight: 600;
            border-radius: 4px;
            height: 26px;
            width: 32px;
            line-height: 25px;
            text-align: center;
            z-index: 2; }
            .company-profile .company-videos .single-box .image-wrapper .image-inner .play-icon i {
              position: absolute;
              transform: translate(-50%, -50%);
              top: 50%;
              left: 52%; }
          .company-profile .company-videos .single-box .image-wrapper .image-inner:after {
            /* background-color: rgba(0, 0, 0, 0.25);*/
            box-shadow: inset 0 2px 25px 2px rgba(0, 0, 0, 0.125);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            content: '';
            border-radius: 4px; }
      .company-profile .company-videos .single-box .caption {
        float: left;
        width: calc(100% - 220px); }
        .company-profile .company-videos .single-box .caption h4 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 22px;
          margin-bottom: 5px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
  .company-profile .company-webinar {
    margin-bottom: 25px; }
    .company-profile .company-webinar li {
      border-bottom: 1px solid #ddd;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .company-profile .company-webinar li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .company-profile .company-webinar .caption {
      float: left;
      width: calc(100% - 220px); }
      .company-profile .company-webinar .caption h5 {
        margin-bottom: 5px;
        line-height: 22px; }
      .company-profile .company-webinar .caption ul li {
        padding: 0;
        border: none;
        margin-bottom: 5px; }
    .company-profile .company-webinar .image-box {
      float: left;
      width: 205px;
      height: 120px;
      border: 1px solid #ddd;
      position: relative;
      margin-right: 15px;
      border-radius: 4px; }
      .company-profile .company-webinar .image-box img {
        max-width: 97%;
        max-height: 97%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .company-profile .company-webinar .image-box:after {
        content: '\f04b';
        font-family: "PCB Icon";
        font-size: 12px;
        position: absolute;
        color: #fff;
        right: 8px;
        bottom: 8px;
        display: inline-block;
        border: 1px solid #1C9C5E;
        background: #1C9C5E;
        font-weight: 600;
        border-radius: 4px;
        height: 26px;
        width: 32px;
        line-height: 25px;
        text-align: center;
        padding-left: 2px; }
  .company-profile .company-reasearch-reports .research-report-list {
    margin-bottom: 25px; }
    .company-profile .company-reasearch-reports .research-report-list > li {
      margin-top: 10px;
      border-top: 1px solid #ddd;
      padding-top: 10px; }
    .company-profile .company-reasearch-reports .research-report-list > li:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
    .company-profile .company-reasearch-reports .research-report-list .image-wrapper {
      width: 120px;
      height: 150px;
      float: left;
      margin-right: 10px;
      position: relative; }
      .company-profile .company-reasearch-reports .research-report-list .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 95%;
        max-width: 95%; }
    .company-profile .company-reasearch-reports .research-report-list .caption {
      width: calc(100% - 130px);
      float: left; }
      .company-profile .company-reasearch-reports .research-report-list .caption h4 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 20px; }
        .company-profile .company-reasearch-reports .research-report-list .caption h4 a {
          color: #333; }
          .company-profile .company-reasearch-reports .research-report-list .caption h4 a:hover {
            color: #1C9C5E !important; }
      .company-profile .company-reasearch-reports .research-report-list .caption ul li {
        margin-bottom: 4px;
        color: #777777;
        font-size: 12px; }
  .company-profile .profile-community li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
    .company-profile .profile-community li a {
      color: #333333;
      font-size: 16px;
      font-weight: 500; }
      .company-profile .profile-community li a:hover {
        color: #1C9C5E !important; }
  .company-profile .product-catelog-pdf ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd; }
    .company-profile .product-catelog-pdf ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .company-profile .product-catelog-pdf ul li .single-box {
      position: relative;
      display: flex;
      gap: 10px; }
      .company-profile .product-catelog-pdf ul li .single-box .catalog-icon {
        background-color: #fbf2f2;
        min-width: 45px;
        width: 60px;
        height: 70px;
        display: block;
        text-align: center;
        border-radius: 5px;
        padding: 7px;
        color: #e42323;
        border: 1px solid #ffd5d5;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease-in-out; }
        .company-profile .product-catelog-pdf ul li .single-box .catalog-icon i {
          font-size: 2.5rem; }
      .company-profile .product-catelog-pdf ul li .single-box .caption h4 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 10px; }
  .company-profile .interviews-on-profile {
    margin-bottom: 25px; }
    .company-profile .interviews-on-profile li {
      margin-top: 10px;
      border-top: 1px solid #ddd;
      padding-top: 10px; }
      .company-profile .interviews-on-profile li:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0; }
    .company-profile .interviews-on-profile .image-thumb {
      width: 140px;
      float: left;
      margin-right: 10px;
      text-align: center; }
    .company-profile .interviews-on-profile .interviews-info {
      width: calc(100% - 150px);
      float: left; }
      .company-profile .interviews-on-profile .interviews-info h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        font-weight: 700 !important;
        line-height: 20px; }
        .company-profile .interviews-on-profile .interviews-info h4 a {
          color: #333; }
          .company-profile .interviews-on-profile .interviews-info h4 a:hover {
            color: #1C9C5E !important; }
  .company-profile .certificates-on-profile ul {
    gap: 12px 0; }
    .company-profile .certificates-on-profile ul li .single-box {
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 8px;
      transition: all .5s ease-in-out;
      /*&:hover {
                        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
                        border: 1px solid #eeeeee;
                    }*/ }
      .company-profile .certificates-on-profile ul li .single-box h6 {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 15px; }
        .company-profile .certificates-on-profile ul li .single-box h6 a {
          color: #1C9C5E; }
  .company-profile.manufacturers-profile .profile .profile-left-details {
    float: left;
    margin-right: 15px;
    width: calc(100% - 275px); }
    .company-profile.manufacturers-profile .profile .profile-left-details .image-wrapper {
      height: 195px;
      width: 300px;
      margin-right: 15px;
      display: flex;
      float: left;
      align-items: center;
      justify-content: center;
      padding: 4px; }
      .company-profile.manufacturers-profile .profile .profile-left-details .image-wrapper img {
        max-width: 95%;
        max-height: 95%; }
  .company-profile.manufacturers-profile .profile .caption {
    width: calc(100% - 315px);
    float: left; }
    .company-profile.manufacturers-profile .profile .caption .review-count {
      color: #aaa;
      font-size: 12px;
      margin-right: 10px; }
    .company-profile.manufacturers-profile .profile .caption .profile-details ul li {
      margin-bottom: 10px;
      display: flex; }
      .company-profile.manufacturers-profile .profile .caption .profile-details ul li i {
        border: 1px solid #808080;
        padding: 3px;
        border-radius: 3px;
        height: 21px;
        width: 21px;
        min-width: 21px;
        text-align: center;
        color: #808080;
        float: left;
        margin-right: 8px;
        font-size: 13px;
        display: table; }
  .company-profile.manufacturers-profile .profile .profile-action-btn {
    float: left;
    width: 260px; }
    .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv {
      position: relative; }
      .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover {
        font-size: 16px;
        left: 0 !important;
        width: 100%;
        right: 0;
        transform: translate3d(0px, -250px, 0px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        background-color: #f9f9f9; }
        .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body {
          display: flex;
          flex-direction: column;
          gap: 8px;
          padding: .5rem; }
          .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body .single-quote-div {
            display: flex;
            align-items: center;
            gap: 5px;
            transition: all .5s ease-in-out; }
            .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body .single-quote-div:hover {
              transition: all .5s ease-in-out; }
              .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body .single-quote-div:hover a {
                letter-spacing: .1px;
                transition: all .5s ease-in-out; }
            .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body .single-quote-div i {
              margin-top: 1px; }
          .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .popover-body .btn-outline-primary:not(:hover, :focus) {
            background-color: #ffffff; }
        .company-profile.manufacturers-profile .profile .profile-action-btn .quoteBtnDiv .popover .arrow:after {
          border-top-color: #f5f7f8 !important; }
  .company-profile.manufacturers-profile .top-fixed-on-scroll {
    top: 43px;
    z-index: 1 !important;
    border-bottom: 2px solid #00b16a;
    /*background: #fffde7;*/ }
    .company-profile.manufacturers-profile .top-fixed-on-scroll .profile {
      display: flex; }
      .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .image-wrapper {
        height: auto;
        width: 90px;
        margin-right: 10px;
        display: flex;
        float: none;
        align-items: center;
        justify-content: center;
        padding: 4px; }
        .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .image-wrapper img {
          position: static;
          max-width: 100%;
          max-height: 100%; }
      .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption {
        width: calc(100% - 100px);
        float: none;
        display: flex;
        justify-content: space-between; }
        .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left {
          float: none;
          margin-right: 15px;
          width: calc(100% - 215px); }
          .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .title-on-details h2 {
            font-size: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; }
          .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 {
            position: relative;
            width: 260px; }
            .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover {
              font-size: 16px;
              left: 0 !important;
              width: 100%;
              right: 0;
              transform: translate3d(0px, -250px, 0px);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
              background-color: #f9f9f9; }
              .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .popover-body {
                display: flex;
                flex-direction: column;
                gap: 8px;
                padding: .5rem; }
                .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .popover-body .single-quote-div {
                  display: flex;
                  align-items: center;
                  gap: 5px;
                  transition: all .5s ease-in-out; }
                  .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .popover-body .single-quote-div:hover {
                    transition: all .5s ease-in-out; }
                    .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .popover-body .single-quote-div:hover a {
                      letter-spacing: .1px;
                      transition: all .5s ease-in-out; }
                  .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .popover-body .single-quote-div i {
                    margin-top: 1px; }
              .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-left .quoteBtnDiv2 .popover .arrow:after {
                border-top-color: #f5f7f8 !important; }
        .company-profile.manufacturers-profile .top-fixed-on-scroll .profile .caption .caption-right {
          float: none;
          width: 200px;
          display: flex;
          justify-content: center;
          align-items: center;
          justify-content: end; }
  .company-profile.manufacturers-profile .services-status {
    margin: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
    .company-profile.manufacturers-profile .services-status li {
      font-size: 14px;
      font-weight: 400;
      margin-right: 0px;
      float: left;
      cursor: default;
      padding: 5px 15px;
      background: #1fae66;
      border: 1px solid #1fae66;
      border-radius: 25px;
      position: relative;
      color: #ffffff;
      /*.fa-ban {
                    color: #ff1805;
                }*/ }
      .company-profile.manufacturers-profile .services-status li:last-child {
        margin-right: 0; }
      .company-profile.manufacturers-profile .services-status li .fa-check-square {
        color: #ffffff; }
      .company-profile.manufacturers-profile .services-status li.not-sup {
        background: #eee;
        opacity: .4;
        border: 1px solid #ddd; }
        .company-profile.manufacturers-profile .services-status li.not-sup a {
          display: block;
          width: 100%;
          height: 100%;
          color: #444; }
  .company-profile.manufacturers-profile .supported-pcb-services .section-heading {
    border-left: 5px solid #1e824c;
    border-radius: 5px;
    gap: 15px; }
    .company-profile.manufacturers-profile .supported-pcb-services .section-heading h2 {
      font-size: 22px; }
  .company-profile.manufacturers-profile .pcb-board-type {
    margin-bottom: 10px;
    border-left: 2px solid #1e824c;
    border-radius: 3px;
    background-color: #e8f5e9;
    padding: 10px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .company-profile.manufacturers-profile .pcb-board-type h4 {
      font-size: 16px;
      margin: 0;
      min-width: 130px; }
    .company-profile.manufacturers-profile .pcb-board-type ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px; }
      .company-profile.manufacturers-profile .pcb-board-type ul li {
        padding: 4px 10px;
        border: 1px solid #1fae66 !important;
        border-radius: 5px;
        position: relative;
        background-color: #ffffff; }
        .company-profile.manufacturers-profile .pcb-board-type ul li i {
          color: #1fae66; }
        .company-profile.manufacturers-profile .pcb-board-type ul li a {
          color: #1fae66; }
  .company-profile.manufacturers-profile .fr-view .description {
    margin-top: 20px;
    margin-bottom: 4px; }
    .company-profile.manufacturers-profile .fr-view .description p:last-child {
      margin-bottom: 0; }
  .company-profile.manufacturers-profile .additional-location .section-heading h2 a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 15px;
    color: #0D5532; }
    .company-profile.manufacturers-profile .additional-location .section-heading h2 a:after {
      font-size: 14px;
      position: absolute;
      top: calc(50% - 7px);
      right: 15px;
      left: auto;
      margin: auto;
      line-height: 16px;
      content: '\f068';
      font-family: "PCB Icon";
      font-weight: 600; }
    .company-profile.manufacturers-profile .additional-location .section-heading h2 a.collapsed:after {
      content: '\f067'; }
  .company-profile.manufacturers-profile .additional-location .additional-filter {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0px 5px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-end; }
    .company-profile.manufacturers-profile .additional-location .additional-filter .form-group {
      margin: 10px 5px;
      width: 100%;
      flex: 1 !important; }
    .company-profile.manufacturers-profile .additional-location .additional-filter .reset {
      margin: 10px 5px; }
  .company-profile.manufacturers-profile .additional-location .section-body {
    position: relative; }
    .company-profile.manufacturers-profile .additional-location .section-body .loader {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.12); }
      .company-profile.manufacturers-profile .additional-location .section-body .loader .fa-spin {
        position: absolute;
        top: 50%;
        font-size: 40px; }
  .company-profile.manufacturers-profile .additional-location .country-state-filter {
    margin-bottom: 0.0rem !important; }
  .company-profile.manufacturers-profile .additional-location #divCountry {
    margin-bottom: 0.5rem !important; }
  .company-profile.manufacturers-profile .spec-table ul.spec-ul li {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    margin: 5px 3px;
    float: left;
    padding: 3px 5px;
    line-height: 20px; }
    .company-profile.manufacturers-profile .spec-table ul.spec-ul li a {
      color: #444; }
      .company-profile.manufacturers-profile .spec-table ul.spec-ul li a i {
        margin-left: 10px !important; }
    .company-profile.manufacturers-profile .spec-table ul.spec-ul li > i:first-child, .company-profile.manufacturers-profile .spec-table ul.spec-ul li .spec-table ul.spec-ul li .btn > i:first-child, .company-profile.manufacturers-profile .spec-table ul.spec-ul li .spec-table ul.spec-ul li .dropdown-item i {
      color: #1fae66; }
  .company-profile.manufacturers-profile .spec-table .table tr td {
    font-weight: normal;
    background: #fff;
    word-break: break-word;
    padding: .25rem; }
    .company-profile.manufacturers-profile .spec-table .table tr td:first-child {
      width: 30%;
      background: #f3f3f3;
      font-size: 15px;
      font-weight: 500;
      padding: 0.25rem 0.5rem !important;
      min-width: 100px; }
  .company-profile.manufacturers-profile .spec-table .manu-city-list ul {
    max-height: 370px;
    overflow-y: auto; }
  .company-profile.manufacturers-profile .spec-table .manu-city-list h4 {
    font-size: 18px; }
  .company-profile.manufacturers-profile .spec-table .manu-specification h4 {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    font-size: 18px; }
  .company-profile.manufacturers-profile .spec-table .manu-specification .nav-tabs {
    background: transparent !important;
    border-bottom: none !important; }
    .company-profile.manufacturers-profile .spec-table .manu-specification .nav-tabs li {
      background-color: transparent;
      color: #333;
      margin: 0 10px 0 0 !important;
      border-radius: 0px !important;
      border: none !important;
      padding: 0px !important; }
      .company-profile.manufacturers-profile .spec-table .manu-specification .nav-tabs li > a {
        padding: 8px 15px !important;
        border-bottom: 2px solid #C5EAD8;
        border-right: none;
        font-weight: 700; }
        .company-profile.manufacturers-profile .spec-table .manu-specification .nav-tabs li > a.active {
          background-color: transparent;
          color: #12683F;
          border-color: transparent;
          border-bottom: 2px solid #12683F; }
  .company-profile.manufacturers-profile .spec-table .manu-specification #divManufacturerSpecsGroupContent table tr th:first-child {
    background-color: #f3f3f3 !important;
    font-size: 16px;
    border-top: none; }
  .company-profile.manufacturers-profile .spec-table .content {
    margin-top: 15px; }
    .company-profile.manufacturers-profile .spec-table .content p:last-child {
      margin-bottom: 0 !important; }
  .company-profile.manufacturers-profile .get-quote-section {
    border: 1px solid #12683f;
    border-radius: 4px;
    margin-top: 20px; }
    .company-profile.manufacturers-profile .get-quote-section .section-heading {
      background-color: #12683f;
      border-radius: 4px 4px 0 0; }
      .company-profile.manufacturers-profile .get-quote-section .section-heading h4 {
        color: #ffffff; }
    .company-profile.manufacturers-profile .get-quote-section .quote-form-structure {
      padding: 15px 10px; }
  .company-profile.manufacturers-profile .images ul {
    gap: 12px 0; }
  .company-profile.manufacturers-profile .images .image-wrapper {
    height: 140px;
    display: block; }
  .company-profile.manufacturers-profile .manu-social {
    margin-bottom: 10px; }
    .company-profile.manufacturers-profile .manu-social li {
      float: left;
      line-height: 25px;
      text-align: center;
      border-radius: 2px; }
      .company-profile.manufacturers-profile .manu-social li a i {
        line-height: 25px; }
  .company-profile.manufacturers-profile .reviews-section .reviews-listing .card.mb-3 {
    margin-bottom: 15px !important; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .card.mb-3:last-child {
      margin-bottom: 0 !important; }
  .company-profile.manufacturers-profile .reviews-section .reviews-listing h2 {
    margin-bottom: 20px; }
  .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews {
    margin-bottom: 0px;
    border-radius: 4px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .cons-pros .overall {
      margin-bottom: 0px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .rating-sec li {
      margin-bottom: 10px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .rating-sec .rating-box {
      float: right;
      margin-bottom: 0;
      margin-left: 10px; }
      .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .rating-sec .rating-box i {
        font-size: 14px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .rating-sec .overall .rating-box i {
      font-size: 18px;
      padding: 5px 0; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .rating-sec .overall .rating-decimal {
      font-size: 20px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .attribute {
      font-size: 16px;
      display: inline-block;
      margin-right: 0px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .cons-pros {
      margin-top: 10px; }
      .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .cons-pros .pros, .company-profile.manufacturers-profile .reviews-section .reviews-listing .single-reviews .cons-pros .cons {
        margin-bottom: 5px; }
  .company-profile.manufacturers-profile .reviews-section .reviews-listing .reviewed-user .date {
    font-size: 14px;
    color: Gray;
    margin-left: 15px; }
  .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid #959595;
    padding: 3px 15px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended .recom-value {
      display: inline-block;
      color: #1fae66; }
      .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended .recom-value i {
        font-size: 20px; }
      .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended .recom-value .fa-thumbs-up {
        color: #1fae66;
        padding: 5px 10px; }
      .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended .recom-value .fa-thumbs-down {
        color: #f23939;
        padding: 5px 10px; }
    .company-profile.manufacturers-profile .reviews-section .reviews-listing .recommended .attribute {
      padding: 5px 10px;
      flex: inherit; }
  .company-profile.manufacturers-profile .no-data-div {
    background-color: #f6f6f6;
    padding: 20px 35px;
    margin: 15px;
    display: inline-block;
    border-radius: 4px;
    color: #777;
    font-size: 18px;
    border: 1px solid #eee; }
  @media (max-width: 1199px) {
    .company-profile .profile-fliter-main .profile-fliter ul {
      padding: 6px 0; }
      .company-profile .profile-fliter-main .profile-fliter ul li {
        padding: 8px 12px; }
    .company-profile .square-ads {
      gap: 5px; }
    .company-profile.manufacturers-profile .profile .profile-left-details {
      width: calc(100% - 215px); }
      .company-profile.manufacturers-profile .profile .profile-left-details .image-wrapper {
        width: 250px; }
      .company-profile.manufacturers-profile .profile .profile-left-details .caption {
        width: calc(100% - 265px); }
    .company-profile.manufacturers-profile .profile .profile-action-btn {
      width: 200px; } }
  @media (max-width: 991px) {
    .company-profile.manufacturers-profile .top-fixed-on-scroll {
      top: 40px; }
    .company-profile .filter-main.sticky-top {
      top: 50px; }
    .company-profile .latest-product .single-box .image-wrapper {
      width: 100px;
      height: 100px; }
    .company-profile .latest-product .single-box .caption {
      width: calc(100% - 110px); }
    .company-profile .featured-whitepapers ul li:last-child .single-list {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .company-profile .featured-whitepapers .single-list {
      display: flex;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px; }
      .company-profile .featured-whitepapers .single-list .image-wrapper {
        height: auto !important;
        width: 140px;
        min-width: 140px;
        margin-bottom: 0;
        margin-right: 10px; } }
  @media (max-width: 767px) {
    .company-profile.manufacturers-profile .profile .profile-left-details {
      width: 100%;
      margin: 0 0 15px 0; }
      .company-profile.manufacturers-profile .profile .profile-left-details .image-wrapper {
        width: 230px; }
      .company-profile.manufacturers-profile .profile .profile-left-details .caption {
        width: calc(100% - 245px); }
    .company-profile.manufacturers-profile .profile .profile-action-btn {
      width: 100%;
      padding: 0 35px; }
    .company-profile .top-fixed-on-scroll {
      display: none; }
    .company-profile .comp-profile-top .profile-left-details {
      margin-right: 0;
      margin-bottom: 15px; }
    .company-profile .comp-profile-top .profile-action-btn {
      padding: 0 35px; }
    .company-profile .comp-profile-top .profile-action-btn, .company-profile .comp-profile-top .profile-left-details {
      width: 100% !important; }
    .company-profile .profile-mobile-filter ul {
      width: 100%;
      box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.25);
      background-color: #f6f6f6; }
      .company-profile .profile-mobile-filter ul li {
        cursor: pointer;
        padding: 6px 15px;
        margin-bottom: -1px;
        border-left: 4px solid transparent;
        font-weight: 500; }
        .company-profile .profile-mobile-filter ul li:hover, .company-profile .profile-mobile-filter ul li:focus {
          border-left-color: #1C9C5E;
          color: #1C9C5E;
          background-color: transparent; } }
  @media (max-width: 575px) {
    .company-profile.manufacturers-profile {
      /*.services-status li {
                margin-bottom: 5px;
            }*/ }
      .company-profile.manufacturers-profile .profile .profile-left-details {
        width: 100%;
        margin: 0 0 15px 0; }
        .company-profile.manufacturers-profile .profile .profile-left-details .image-wrapper {
          width: 100%;
          margin-bottom: 15px; }
        .company-profile.manufacturers-profile .profile .profile-left-details .caption {
          width: 100%; }
      .company-profile.manufacturers-profile .profile .profile-action-btn {
        width: 100%;
        padding: 0 35px; }
    .company-profile .comp-profile-top .manu-basic-details {
      width: 100% !important;
      margin: 15px 0 0 0 !important; }
    .company-profile .comp-profile-top .image-wrapper {
      width: 100% !important;
      max-width: 100% !important;
      height: 195px;
      border-radius: 4px;
      margin-right: 0; }
    .company-profile .product-catelog-pdf ul li .single-box .catalog-icon {
      min-width: 80px;
      width: 80px;
      height: 90px; }
      .company-profile .product-catelog-pdf ul li .single-box .catalog-icon i {
        font-size: 3rem; }
    .company-profile .company-news .single-list .competencies-bottom-field .action-btn {
      position: static;
      width: 100%;
      margin-top: 10px; }
      .company-profile .company-news .single-list .competencies-bottom-field .action-btn .btn-outline-blue {
        width: 100%;
        background-color: #023047;
        border-color: #023047;
        color: #fff !important; } }
  @media (max-width: 480px) {
    .company-profile .company-videos .single-box .image-wrapper {
      width: 120px;
      min-width: 120px;
      height: auto; }
    .company-profile .company-videos .single-box .caption {
      width: calc(100% - 135px); }
      .company-profile .company-videos .single-box .caption h4 {
        font-size: 14px;
        line-height: 20px; }
    .company-profile .company-webinar li {
      border-bottom: none;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .company-profile .company-webinar li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .company-profile .company-webinar .caption {
      float: none;
      width: 100%; }
    .company-profile .company-webinar .image-box {
      width: 100%;
      height: 181px;
      border: 1px solid #ddd;
      position: relative;
      margin-right: 0;
      margin-bottom: 10px;
      border-radius: 4px; }
    .company-profile .interviews-on-profile .image-thumb {
      width: 100%;
      float: none;
      margin-bottom: 10px;
      margin-right: 0; }
    .company-profile .interviews-on-profile .interviews-info {
      width: 100%;
      float: left; } }

.company-profile ~ .footer .custom-shape-divider-top-1686823379 .shape-fill {
  fill: #f5f7f8; }

/*-----------------------------Manufacturer profile Start--------------------------*/
.manufacturers-profile .manu-tabs.nav-tabs > li.design::after {
  position: absolute;
  content: '\f058';
  right: 15px;
  top: 25%;
  font-family: FontAwesome;
  color: #1fae66; }

.manufacturers-profile .manu-tabs.nav-tabs > li.design {
  position: relative;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
  position: relative;
  font-size: 18px; }

.manufacturers-profile .manu-tabs.nav-tabs {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.manufacturers-profile .manu-tabs.nav-tabs > li {
  margin-bottom: 0px !important; }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-fab, .manufacturers-profile .manu-tabs.nav-tabs li a .icon-asmb, .manufacturers-profile .manu-tabs.nav-tabs li a .icon-dsgn, .manufacturers-profile .manu-tabs.nav-tabs li a .icon-stncl, .manufacturers-profile .manu-tabs.nav-tabs li a .icon-rep {
  height: 40px;
  width: 40px;
  min-width: 40px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 8px;
  filter: grayscale(1); }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-fab {
  background: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png) no-repeat -2px -72px; }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-asmb {
  background: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png) no-repeat -43px -72px; }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-dsgn {
  background: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png) no-repeat -84px -72px; }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-stncl {
  background: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png) no-repeat -168px -72px; }

.manufacturers-profile .manu-tabs.nav-tabs li a .icon-rep {
  background: url(https://cdn.pcbdirectory.com/images/img-sprite-pcb.png) no-repeat -126px -72px; }

.manufacturers-profile .manu-tabs.nav-tabs li:hover a .icon-fab, .manufacturers-profile .manu-tabs.nav-tabs li:hover a .icon-asmb, .manufacturers-profile .manu-tabs.nav-tabs li:hover a .icon-dsgn, .manufacturers-profile .manu-tabs.nav-tabs li:hover a .icon-stncl, .manufacturers-profile .manu-tabs.nav-tabs li:hover a .icon-rep, .manufacturers-profile .manu-tabs.nav-tabs li a.active .icon-fab, .manufacturers-profile .manu-tabs.nav-tabs li a.active .icon-asmb, .manufacturers-profile .manu-tabs.nav-tabs li a.active .icon-dsgn, .manufacturers-profile .manu-tabs.nav-tabs li a.active .icon-stncl, .manufacturers-profile .manu-tabs.nav-tabs li a.active .icon-rep, .manufacturers-profile .manu-tabs.nav-tabs li a.active:hover .icon-fab, .manufacturers-profile .manu-tabs.nav-tabs li a.active:hover .icon-asmb, .manufacturers-profile .manu-tabs.nav-tabs li a.active:hover .icon-dsgn, .manufacturers-profile .manu-tabs.nav-tabs li a.active:hover .icon-stncl, .manufacturers-profile .manu-tabs.nav-tabs li a.active:hover .icon-rep {
  filter: grayscale(0); }

.manufacturers-profile .manu-tabs.nav-tabs li a {
  background-color: #eee;
  font-size: 17px;
  padding: 8px 8px 10px 8px !important;
  margin-right: 0;
  border-radius: 0;
  border: none;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  align-items: center;
  display: flex;
  color: #333;
  line-height: 20px; }

.manufacturers-profile .manu-tabs.nav-tabs li a:hover {
  background-color: #fff; }

.manufacturers-profile .manu-tabs.nav-tabs li:last-child > a {
  border-right: none !important; }

.manufacturers-profile .manu-tabs.nav-tabs > li > a.active, .manufacturers-profile .manu-tabs.nav-tabs > li > a.active:focus, .manufacturers-profile .manu-tabs.nav-tabs > li > a.active:hover {
  background-color: #1d8852 !important;
  font-weight: 500;
  color: #ffffff; }

/*.manufacturers-profile .manu-tabs.nav-tabs > li > a::after {content: ""; border-bottom: 1px solid #ddd; position: absolute; bottom: 0px; height: 3px; width: 100%; left: 0; right: 0;}
.manufacturers-profile .manu-tabs.nav-tabs > li a.active:after, .manufacturers-profile .manu-tabs.nav-tabs > li:hover > a::after { content: ""; border-bottom: 3px solid #1fae66; position: absolute; bottom: 0px; height: 3px; width: 100%; left: 0; right: 0; }*/
.manufacturers-profile .manu-tabs.nav-tabs > li a:hover .icon img, .manufacturers-profile .manu-tabs.nav-tabs > li a.active .icon img, .manufacturers-profile .manu-tabs.nav-tabs > li > a.active:focus .icon img, .manufacturers-profile .manu-tabs.nav-tabs > li > a.active:hover .icon img {
  filter: grayscale(0); }

/*.manufacturers-profile .tab-content h2 { background: #d6f5e6; margin-bottom: 15px; font-size: 18px; margin-top: 0; padding: 8px 15px;}*/
.manufacturers-profile .manu-sidebar {
  top: 60px;
  position: sticky;
  margin-bottom: 25px; }

.manufacturers-profile .overall-rating-box {
  background: #d6f5e6;
  border: 1px solid #86c6a7;
  border-radius: 4px; }

.overall-rating-box .overall-rating-container, .overall-rating-box .review-block, .overall-rating-box .rating-heading {
  padding: 10px; }

.manufacturers-profile .content-tabs-div {
  margin-bottom: 30px; }

.manufacturers-profile .content-tabs-div .nav-tabs li {
  width: 33.33%;
  float: left; }

.manufacturers-profile .content-tabs-div .tab-content {
  border: 1px solid #ddd;
  border-top: none !important;
  padding: 15px; }

/*.manufacturers-profile .content-tabs-div .topic-heading, .equip-comp-profile .company-feed .topic-heading{display:none;}*/
.manufacturers-profile .homepage-content .home-product li:last-child {
  margin-bottom: 0 !important; }

.manufacturers-profile .homepage-content .home-product .single-box .image-wrapper {
  margin-bottom: 0; }

.manufacturers-profile .product-count {
  color: #1fae66; }

.city-down h4 {
  font-size: 17px; }

.manufacturers {
  background-color: #F6FBF9;
  /*Get Quote CTA Bottom Fixed*/ }
  @media (max-width: 767px) {
    .manufacturers .col-12 + .col-12 {
      background-color: #ffffff;
      padding-top: 10px; } }
  @media (max-width: 991px) {
    .manufacturers .page-heading h1 {
      padding: 0; } }
  @media (max-width: 575px) {
    .manufacturers .page-heading h1 {
      font-size: 24px; } }
  .manufacturers .manu-about-text {
    font-size: 15px;
    line-height: 1.4;
    color: #5a5a5a; }
    @media (max-width: 991px) {
      .manufacturers .manu-about-text {
        padding: 0; } }
  .manufacturers .filter-reset {
    margin-top: 0 !important; }
  @media (max-width: 575px) {
    .manufacturers .popular-orderby {
      background-color: transparent;
      box-shadow: none;
      margin-bottom: 5px !important;
      padding-left: 2px !important; } }
  .manufacturers .directory-listing .manu-logo {
    width: 149px;
    height: 100px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px !important; }
    @media (max-width: 767px) {
      .manufacturers .directory-listing .manu-logo {
        margin-bottom: 12px; } }
    @media (max-width: 480px) {
      .manufacturers .directory-listing .manu-logo {
        width: 100%;
        height: 195px;
        margin-right: auto;
        margin-left: auto;
        float: none; } }
    .manufacturers .directory-listing .manu-logo img {
      max-height: 100%;
      max-width: 100%; }
  .manufacturers .directory-listing .single-list {
    padding: 12px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    border: 1px solid #ddd; }
    @media (max-width: 767px) {
      .manufacturers .directory-listing .single-list {
        background-color: #fcfcfc; } }
    .manufacturers .directory-listing .single-list .supply-to-new {
      background-color: #ebf9f3;
      padding: 10px;
      color: #12683f;
      font-size: 12px;
      margin: -12px -12px 12px;
      border-radius: 6px 6px 0 0; }
    .manufacturers .directory-listing .single-list .manu-content-info {
      width: calc(100% - 190px);
      float: left; }
      @media (max-width: 480px) {
        .manufacturers .directory-listing .single-list .manu-content-info {
          width: 100%;
          float: none; } }
    .manufacturers .directory-listing .single-list .manu-details {
      color: #555555;
      /*min-height: 105px;*/ }
      .manufacturers .directory-listing .single-list .manu-details h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 7px;
        display: flex;
        justify-content: space-between;
        width: calc(100% - 200px); }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .manu-details h2 {
            flex-direction: column;
            gap: 5px;
            width: 100%; } }
        .manufacturers .directory-listing .single-list .manu-details h2 a {
          color: #444;
          position: relative; }
          .manufacturers .directory-listing .single-list .manu-details h2 a:hover {
            color: #1fae66; }
          .manufacturers .directory-listing .single-list .manu-details h2 a.website[target='_blank']:after {
            content: "\f35d";
            font-weight: 500;
            font-family: 'PCB Icon';
            margin-left: 5px;
            font-size: 14px;
            position: absolute;
            bottom: 2px; }
          .manufacturers .directory-listing .single-list .manu-details h2 a.website ~ .claim-badge {
            margin-left: 25px !important; }
        .manufacturers .directory-listing .single-list .manu-details h2.visit-website-heading {
          width: calc(100% - 185px); }
          @media (max-width: 767px) {
            .manufacturers .directory-listing .single-list .manu-details h2.visit-website-heading {
              width: 100%; } }
        .manufacturers .directory-listing .single-list .manu-details h2 .claim-badge {
          font-size: 15px;
          margin-top: 5px;
          margin-left: 5px; }
        .manufacturers .directory-listing .single-list .manu-details h2 p {
          font-size: 13px;
          margin: 0 !important;
          min-width: 70px; }
      .manufacturers .directory-listing .single-list .manu-details p {
        line-height: 20px;
        margin-bottom: .25rem !important; }
      .manufacturers .directory-listing .single-list .manu-details .profile-text {
        margin-bottom: 0;
        margin-bottom: 5px;
        display: block;
        color: #444; }
      .manufacturers .directory-listing .single-list .manu-details .custom-control {
        min-height: 16px; }
      .manufacturers .directory-listing .single-list .manu-details .manu-country {
        font-size: 13px; }
        .manufacturers .directory-listing .single-list .manu-details .manu-country li {
          display: block;
          margin-bottom: 8px;
          color: #808080;
          line-height: 15px; }
          .manufacturers .directory-listing .single-list .manu-details .manu-country li:first-child {
            margin-left: 0; }
            .manufacturers .directory-listing .single-list .manu-details .manu-country li:first-child:before {
              content: '';
              display: none; }
          .manufacturers .directory-listing .single-list .manu-details .manu-country li a {
            color: #808080;
            line-height: 15px; }
          .manufacturers .directory-listing .single-list .manu-details .manu-country li .multi {
            color: #f67a1c;
            cursor: default; }
    .manufacturers .directory-listing .single-list .lft {
      width: 100%;
      margin-top: 12px !important;
      padding: 0; }
      .manufacturers .directory-listing .single-list .lft.spec-section {
        position: relative;
        width: auto; }
        .manufacturers .directory-listing .single-list .lft.spec-section:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          bottom: 0;
          width: 1px;
          transform: translateX(-50%);
          background: linear-gradient(to bottom, #dc354900, #dfdfdf 30%, #dfdfdf 70%, #dc354900); }
          @media (max-width: 767px) {
            .manufacturers .directory-listing .single-list .lft.spec-section:before {
              display: none; } }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .lft.spec-section .spec-col > ul > li {
            border-bottom: 1px solid #eeeeee;
            padding: 2px 12px;
            /*&:last-child {
                                    border-bottom: 0;
                                }*/ } }
      .manufacturers .directory-listing .single-list .lft .other-specs {
        position: relative;
        width: auto; }
        .manufacturers .directory-listing .single-list .lft .other-specs:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          bottom: 0;
          width: 1px;
          transform: translateX(-50%);
          background: linear-gradient(to bottom, #dc354900, #dfdfdf 30%, #dfdfdf 70%, #dc354900); }
          @media (max-width: 767px) {
            .manufacturers .directory-listing .single-list .lft .other-specs:before {
              display: none; } }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .lft .other-specs {
            margin: 0; } }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .lft {
          margin: 12px -12px -12px -12px !important;
          width: auto; } }
      .manufacturers .directory-listing .single-list .lft .popover {
        max-width: 330px; }
        .manufacturers .directory-listing .single-list .lft .popover.fade:not(.show) {
          opacity: 0;
          display: none; }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .lft > ul > li {
          border-bottom: 1px solid #eeeeee;
          padding: 2px 12px; } }
      .manufacturers .directory-listing .single-list .lft .manu-industry, .manufacturers .directory-listing .single-list .lft .manu-services {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: flex;
                    align-items: center;*/ }
        .manufacturers .directory-listing .single-list .lft .manu-industry.expanded, .manufacturers .directory-listing .single-list .lft .manu-services.expanded {
          white-space: normal;
          overflow: visible;
          text-overflow: unset; }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .lft .manu-industry, .manufacturers .directory-listing .single-list .lft .manu-services {
            white-space: normal;
            overflow: visible;
            text-overflow: unset;
            flex-wrap: wrap;
            display: inline-block; } }
        .manufacturers .directory-listing .single-list .lft .manu-industry li, .manufacturers .directory-listing .single-list .lft .manu-services li {
          position: relative;
          float: left;
          padding: 0 7px 0px 0;
          font-size: 13px;
          line-height: 20px; }
          @media (max-width: 767px) {
            .manufacturers .directory-listing .single-list .lft .manu-industry li, .manufacturers .directory-listing .single-list .lft .manu-services li {
              float: none !important;
              display: inline; } }
          .manufacturers .directory-listing .single-list .lft .manu-industry li.specs-value, .manufacturers .directory-listing .single-list .lft .manu-services li.specs-value {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 0 !important;
            padding-left: 10px; }
            @media (max-width: 767px) {
              .manufacturers .directory-listing .single-list .lft .manu-industry li.specs-value, .manufacturers .directory-listing .single-list .lft .manu-services li.specs-value {
                white-space: normal;
                overflow: visible;
                text-overflow: unset; } }
          .manufacturers .directory-listing .single-list .lft .manu-industry li:first-child, .manufacturers .directory-listing .single-list .lft .manu-services li:first-child {
            padding-left: 0;
            padding-right: 5px; }
            .manufacturers .directory-listing .single-list .lft .manu-industry li:first-child:before, .manufacturers .directory-listing .single-list .lft .manu-services li:first-child:before {
              display: none; }
            .manufacturers .directory-listing .single-list .lft .manu-industry li:first-child img, .manufacturers .directory-listing .single-list .lft .manu-services li:first-child img {
              filter: grayscale(100); }
      .manufacturers .directory-listing .single-list .lft .manu-industry-nd li, .manufacturers .directory-listing .single-list .lft .manu-services-nd li {
        position: relative;
        float: left;
        padding: 0 7px 0px 0;
        font-size: 13px; }
      .manufacturers .directory-listing .single-list .lft .new-sec {
        width: 100%;
        padding: 0.275rem 0; }
        .manufacturers .directory-listing .single-list .lft .new-sec:last-child {
          border-radius: 0 0 4px 4px; }
        .manufacturers .directory-listing .single-list .lft .new-sec .col-aps {
          font-size: 13px; }
          @media (max-width: 767px) {
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul {
              position: relative;
              display: inline-block; }
              .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul:before {
                content: "•";
                position: absolute;
                left: 0;
                top: 0;
                font-weight: bold;
                font-size: 12px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul:before {
        display: none; } }
          .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li {
            cursor: pointer;
            padding-left: 15px; }
            @media (max-width: 767px) {
              .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li {
                padding-left: 0;
                cursor: initial; } }
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li:first-child strong {
              position: relative;
              padding-left: 0;
              display: inline-block; }
              @media (max-width: 767px) {
                .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li:first-child strong {
                  padding: 0; } }
              .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li:first-child strong:before {
                content: "•";
                position: absolute;
                left: -12px;
                top: 0;
                font-weight: bold;
                font-size: 12px; }
                @media (max-width: 767px) {
                  .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li:first-child strong:before {
                    display: none; } }
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li span.specs-value {
              padding-left: 5px; }
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul li.na {
              color: #b2b1b1; }
          .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul.truncate-specs {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            overflow: hidden;
            min-width: 83%;
            /* &:after {
                                    content: '...';
                                    z-index: 1;
                                    position: absolute;
                                    left: 80%;
                                }*/ }
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps ul.truncate-specs li {
              cursor: initial; }
          .manufacturers .directory-listing .single-list .lft .new-sec .col-aps .more-with-count {
            display: inline;
            white-space: nowrap;
            text-decoration: none;
            /*padding-left: 2px;*/ }
            .manufacturers .directory-listing .single-list .lft .new-sec .col-aps .more-with-count.stretched-link:after {
              cursor: pointer; }
    .manufacturers .directory-listing .single-list .bottom-field {
      display: flex;
      align-items: end;
      justify-content: space-between;
      width: 100%; }
      .manufacturers .directory-listing .single-list .bottom-field .action-btn {
        width: 190px;
        position: absolute;
        right: 0;
        top: 0; }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .bottom-field .action-btn {
            width: 100%;
            position: static; } }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .bottom-field .action-btn .btn {
            width: 100%; } }
        .manufacturers .directory-listing .single-list .bottom-field .action-btn.visit-website {
          top: 0px; }
        .manufacturers .directory-listing .single-list .bottom-field .action-btn a {
          min-width: 145px;
          border-radius: 6px; }
    .manufacturers .directory-listing .single-list .action-btn {
      display: flex;
      gap: 10px;
      margin-bottom: 4px;
      justify-content: end;
      align-items: end; }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .action-btn {
          margin-bottom: 0; } }
      .manufacturers .directory-listing .single-list .action-btn .directoryQuoteClicked {
        position: relative; }
      .manufacturers .directory-listing .single-list .action-btn .btn-success {
        background-color: #218838; }
        .manufacturers .directory-listing .single-list .action-btn .btn-success:hover {
          background-color: #207132; }
      .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary {
        border-color: #023047;
        color: #023047 !important; }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary {
            background-color: #023047;
            border-color: #023047;
            color: #fff !important; } }
        .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.selectedManus {
          background-color: #023047;
          border-color: #023047;
          color: #fff !important; }
        .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.focus, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary:focus, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
          background-color: #092f46;
          border-color: #0f2e45;
          color: #ffffff !important;
          box-shadow: 0 0 0 0.2rem rgba(15, 46, 69, 0.2) !important; }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .action-btn .btn-outline-success {
          background-color: #218838;
          border-color: #218838;
          color: #fff !important; } }
      .manufacturers .directory-listing .single-list .action-btn .show > .btn-outline-primary.dropdown-toggle:focus {
        background-color: #092f46;
        border-color: #0f2e45;
        color: #ffffff !important;
        box-shadow: 0 0 0 0.2rem rgba(15, 46, 69, 0.2) !important; }
    .manufacturers .directory-listing .single-list:hover {
      background-color: #fcfcfc !important;
      border-color: #1C9C5E;
      box-shadow: 0 1px 7px 1px rgba(16, 43, 29, 0.35);
      /* @include respond-to(767) {
                    background-color: #fcfcfc !important;
                }*/
      /* .spotlight {
                    background-color: #ffffff !important;

                    @include respond-to(767) {
                        background-color: #fcfcfc !important;
                    }
                }*/ }
      .manufacturers .directory-listing .single-list:hover .lft {
        /* background-color: #ffffff !important;*/
        /* @include respond-to(767) {
                        background-color: #fcfcfc !important;
                    }*/ }
        .manufacturers .directory-listing .single-list:hover .lft .manu-industry li:first-child img, .manufacturers .directory-listing .single-list:hover .lft .manu-services li:first-child img {
          filter: grayscale(0); }
      .manufacturers .directory-listing .single-list:hover .action-btn .btn-outline-primary {
        background-color: #023047;
        border-color: #023047;
        color: #fff !important; }
      .manufacturers .directory-listing .single-list:hover .action-btn .btn-outline-success {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745; }
    .manufacturers .directory-listing .single-list .spotlight {
      margin: 12px -12px -12px;
      padding: 12px 15px;
      border-radius: 0 0 6px 6px;
      font-size: 13px;
      border-top: 1px solid #DEE2E6; }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .spotlight {
          padding: 12px; } }
      .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability {
        color: #666666;
        position: absolute;
        right: -15px;
        padding: 12px 12px;
        top: -12px;
        bottom: -12px; }
        .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability i {
          transition: all .3s ease-in-out;
          transform: rotate(180deg); }
        .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability.collapsed i {
          transform: rotate(0deg); }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability.mobile-more-link {
            position: static;
            padding: 5px 0 0 0;
            color: #1C9C5E;
            text-decoration: underline;
            margin-left: 16px;
            display: inline-block; }
            .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability.mobile-more-link:after {
              content: 'View less'; }
            .manufacturers .directory-listing .single-list .spotlight .removeMoreCapability.mobile-more-link.collapsed:after {
              content: 'View more'; } }
      @media (max-width: 767px) {
        .manufacturers .directory-listing .single-list .spotlight .single-spotlight .capability-items .capability-items-content {
          position: relative;
          color: #444444; }
          .manufacturers .directory-listing .single-list .spotlight .single-spotlight .capability-items .capability-items-content:before {
            content: "•";
            position: absolute;
            left: -12px;
            top: 0;
            color: #191919;
            font-size: 12px; } }
      .manufacturers .directory-listing .single-list .spotlight .single-spotlight .capability-items .capability-items-content a {
        padding: 0; }
        .manufacturers .directory-listing .single-list .spotlight .single-spotlight .capability-items .capability-items-content a i {
          top: 2px; }
      .manufacturers .directory-listing .single-list .spotlight .capability-items {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        margin: auto; }
        .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content {
          color: #1fae66;
          border-radius: 0 !important; }
          .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content a {
            padding: 2px 0px;
            display: inline-block;
            font-size: 13px;
            cursor: pointer;
            transition: all .5s ease;
            color: #444;
            position: relative; }
            .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content a:hover {
              letter-spacing: .1px;
              transition: all .5s ease;
              color: #1C9C5E;
              text-decoration: none; }
              .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content a:hover span {
                text-decoration: none; }
              .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content a:hover i {
                text-decoration: none;
                color: #1C9C5E; }
            .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content a i {
              align-self: center;
              font-size: 15px;
              color: #444;
              font-weight: bold;
              text-decoration: none;
              position: absolute;
              top: 6px;
              left: 0; }
          .manufacturers .directory-listing .single-list .spotlight .capability-items .capability-items-content:last-child a {
            padding-bottom: 0 !important; }
      .manufacturers .directory-listing .single-list .spotlight .scroll-capability {
        max-height: 130px;
        overflow: hidden;
        overflow-y: auto; }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .spotlight .scroll-capability {
            max-height: 100%; } }
        @media (max-width: 767px) {
          .manufacturers .directory-listing .single-list .spotlight .scroll-capability .capability-items {
            border-top: none !important; } }
        .manufacturers .directory-listing .single-list .spotlight .scroll-capability .capability-items .capability-items-content {
          color: #444444;
          position: relative; }
          .manufacturers .directory-listing .single-list .spotlight .scroll-capability .capability-items .capability-items-content:before {
            content: "•";
            position: absolute;
            left: -12px;
            top: 2px;
            color: #191919;
            font-size: 12px; }
      .manufacturers .directory-listing .single-list .spotlight:hover .removeMoreCapability {
        color: #1C9C5E; }
  .manufacturers .dir-paging .page-item .page-link, .manufacturers .dir-paging-bottom .page-item .page-link {
    font-size: 13px;
    font-weight: 600;
    color: #555555; }
    .manufacturers .dir-paging .page-item .page-link:hover, .manufacturers .dir-paging-bottom .page-item .page-link:hover {
      color: #1C9C5E; }
  .manufacturers .dir-paging .page-item:first-child .page-link, .manufacturers .dir-paging-bottom .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem; }
  .manufacturers .dir-paging .page-item:last-child .page-link, .manufacturers .dir-paging-bottom .page-item:last-child .page-link {
    mborder-top-right-radius: 0.475rem;
    border-bottom-right-radius: .375rem; }
  .manufacturers .dir-paging .page-item.disabled .page-link, .manufacturers .dir-paging-bottom .page-item.disabled .page-link {
    color: #b7b4b4; }
  @media (max-width: 575px) {
    .manufacturers .dir-paging {
      display: none !important; } }
  .manufacturers .dir-paging-bottom .paging {
    margin-bottom: 1.5rem; }
  .manufacturers .dir-paging-bottom .page-item .page-link {
    font-size: 14px;
    font-weight: 600;
    color: #555555; }
    .manufacturers .dir-paging-bottom .page-item .page-link:hover {
      color: #1C9C5E; }
  .manufacturers .leaderboard-ad {
    margin: auto;
    text-align: center;
    padding: 5px 0px 10px 0px;
    margin-bottom: 15px;
    width: 100%;
    height: auto; }
  .manufacturers .get-quote-cta {
    padding: 35px 25px;
    background-color: #E6F2F0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 4px;
    transition: box-shadow .3s ease-in-out;
    border-bottom: none !important;
    text-align: center; }
    .manufacturers .get-quote-cta h2 {
      font-size: 25px;
      font-weight: 800;
      color: #333333; }
    .manufacturers .get-quote-cta.left {
      padding: 20px 15px 25px 15px; }
      .manufacturers .get-quote-cta.left h2 {
        font-size: 20px;
        font-weight: 700; }
      .manufacturers .get-quote-cta.left.sticky-top {
        top: 60px;
        margin-bottom: 150px;
        z-index: 10; }

.additionalservices li {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  float: left;
  cursor: default;
  border-radius: 25px;
  position: relative; }
  .additionalservices li.liAsHeading {
    font-weight: 700; }
  .additionalservices li label a {
    text-decoration: none !important; }

.additionalservices > .dropdown > .dropdown-menu {
  min-width: 15rem; }
  .additionalservices > .dropdown > .dropdown-menu > li {
    display: block;
    width: 100%;
    font-weight: 500 !important; }

.additionalservices span > li {
  font-weight: 500 !important; }

.get-quote-cta-bottom-fixed {
  width: 340px;
  padding: 22px 25px 25px;
  background-color: #023047;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all .5s ease-in-out;
  border-bottom: none !important;
  text-align: center;
  position: fixed;
  right: -380px;
  bottom: 20px;
  color: #ffffff;
  border-top: 10px solid #1fae66;
  z-index: 1000; }
  .get-quote-cta-bottom-fixed h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .get-quote-cta-bottom-fixed p {
    font-size: 16px; }
  .get-quote-cta-bottom-fixed a {
    background-color: #ffffff;
    color: #023047; }
    .get-quote-cta-bottom-fixed a:hover, .get-quote-cta-bottom-fixed a:focus {
      background-color: #1fae66;
      color: #ffffff;
      border-color: #1fae66; }
  .get-quote-cta-bottom-fixed .quote-cta-close {
    position: absolute;
    top: -20px;
    right: -15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 500;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.18);
    display: flex;
    justify-content: center;
    align-items: center; }

/*.manufacturers .directory-listing .single-list .action-btn .btn-outline-primary.focus, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary:focus, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary, .manufacturers .directory-listing .single-list .action-btn .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .manufacturers .directory-listing .single-list .action-btn .show > .btn-outline-primary.dropdown-toggle:focus {
    background-color: #092f46;
    border-color: #0f2e45;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(15, 46, 69, .2) !important;
}*/
/*.manufacturers .directory-listing .single-list:hover .bottom-field .lft .manu-industry li:first-child img, .manufacturers .directory-listing .single-list:hover .bottom-field .lft .manu-services li:first-child img {
    filter: grayscale(0)
}

.manufacturers .directory-listing .single-list .bottom-field .lft .manu-industry li:nth-child(2), .manufacturers .directory-listing .single-list .bottom-field .lft .manu-services li:nth-child(2) {
    padding-left: 0;
}

.manufacturers .directory-listing .single-list .bottom-field .lft .manu-industry li:nth-child(2):before, .manufacturers .directory-listing .single-list .bottom-field .lft .manu-services li:nth-child(2):before {
    display: none;
}

.manufacturers .directory-listing .single-list .manu-details p a.calling {
    color: #808080 !important;
}

.manufacturers .directory-listing .single-list .manu-details p a.calling i {
    color: #555555 !important;
}

.manufacturers .directory-listing .single-list .bottom-field .lft .col-aps {
    border: 0 !important;
}*/
/*.directory-listing .single-list .bottom-field .lft .col-aps a{border-radius:0;font-size:13px;border-top: 0.4px solid #dee2e6 !important;}*/
/*.manufacturers .directory-listing .single-list .bottom-field .lft .col-aps a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.manufacturers .directory-listing .single-list .bottom-field .lft .col-aps a:hover {
    cursor: pointer;
}

.border-primary {
    border-color: #f67a1c !important;
}

.manufacturers .directory-listing .single-list .bottom-field .lft .col-aps a.collapsed:after {
    content: '\f078';
}

.manufacturers .directory-listing .single-list .bottom-field .lft .col-aps a:after {
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 0;
    left: auto;
    margin: auto;
    line-height: 16px;
    content: '\f077';
    font-family: "PCB Icon";
    font-weight: 600;
}


.manufacturers .directory-listing .single-list input[type=checkbox], .manufacturers .directory-listing .single-list input[type=radio] {
    accent-color: #059d50;
}*/
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.equipment-layout2 {
  background-color: #f5f7f8; }

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.header .menu-mobile-trigger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.header .menu-mobile-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: .25rem;
  background: #121212;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.header .menu-mobile-trigger span:nth-child(1) {
  top: 0; }

.header .menu-mobile-trigger span:nth-child(2),
.header .menu-mobile-trigger span:nth-child(3) {
  top: .5rem; }

.header .menu-mobile-trigger span:nth-child(4) {
  top: 1rem; }

.header .menu1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 1099;
  overflow: hidden;
  background: #fafafa;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.header .menu1.active {
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%); }

.header .menu1 > ul > li {
  display: block;
  line-height: 1;
  margin: 0; }

.header button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  outline: none;
  background: 0 0;
  text-decoration: none; }

.header .menu1 > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  display: block;
  /* line-height: 3.125rem;
    height: 3.125rem;*/
  padding: .8rem 3.125rem .8rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none !important; }

.header .menu1 > ul > li > a i.fa {
  position: absolute;
  font-size: 1rem;
  line-height: 1.125rem;
  top: 0;
  right: 12px;
  padding: .75rem .125rem .75rem .125rem;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.header .menu1 > ul > li .menu-subs {
  border: none;
  outline: none;
  z-index: 500;
  border-radius: .25rem;
  background: #fafafa;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.header .menu1 > ul > li .menu-subs > ul > li {
  line-height: 1; }

.header .menu1 > ul > li .menu-subs > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.header .menu1 > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: .75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header .menu1 > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem; }

.header .menu1 > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.header .menu1 > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1; }

.header .menu1 > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: .5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item .alphaheading {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: .75rem 0;
  border: none;
  outline: none;
  color: #444;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center; }

.header .menu1 > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu1 > ul > li .menu-subs > ul > li > a:hover {
  color: #1fae66; }

.header-item-right a:hover,
.header .menu1 > ul > li:hover > a {
  color: #1fae66; }

.header .menu1 > ul > li .menu-subs.menu-column-1 .popuplist ul li {
  padding: 10px 0 5px;
  position: relative;
  font-size: 14px;
  display: flex; }

.header .menu1 > ul > li .menu-subs.menu-column-1 .popuplist ul li span {
  margin-left: 5px; }

.header .menu1 .menu-mobile-header {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  z-index: 501;
  background-color: #12683F; }

.header .menu1 .menu-mobile-header .menu-mobile-arrow {
  display: none;
  font-size: 1.25rem;
  width: 3.125rem;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  text-align: center; }

.header .menu1 .menu-mobile-header.active .menu-mobile-arrow {
  display: block; }

.header .menu1 .menu-mobile-header .menu-mobile-title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  color: #ffffff;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  padding: 8px 8px; }

.header .menu1 .menu-mobile-header .menu-mobile-close {
  font-size: 1.25rem;
  cursor: pointer;
  width: 3.125rem;
  color: #ffffff;
  text-align: center; }

.header .menu1 .menu-section {
  height: calc(100% - 42px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0; }

.header .menu1 > ul > li .menu-subs {
  /* position: absolute;
    display: none;*/
  top: 0;
  left: 0;
  max-width: none;
  min-width: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  padding-top: 4rem;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: none;
  box-shadow: none; }

.header .menu1 > ul > li .menu-subs.menu-mega {
  /*position: absolute;
    display: none;*/
  top: 0;
  left: 0;
  max-width: none;
  min-width: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  padding-top: 4rem;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: none;
  box-shadow: none; }

.header .menu1 > ul > li .menu-subs.active {
  display: block; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  margin-top: 0; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  margin-bottom: 1.25rem; }

.header .menu1 > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
  margin-bottom: 0; }

.header .menu1 > ul > li .menu-subs > ul > li > a {
  display: block; }

.header .menu1 > ul > li .menu-subs.menu-mega > .list-item > ul {
  margin-bottom: 1rem;
  padding: 0; }

.header .menu1 > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: block; }

.lhsvalues.single {
  position: relative;
  padding-left: 15px;
  width: 100%; }

/*.lhsvalues.single i{position:absolute;left:0;}*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1098;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.title-gallery {
  display: flex;
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px; }

.desc {
  display: flex;
  text-align: center;
  font-size: 18px;
  color: #555555;
  padding-bottom: 20px; }

.desc-2 {
  position: absolute;
  display: flex;
  text-align: center;
  bottom: 20px;
  font-size: 15px;
  color: #555555; }

.slider-wrapper {
  position: relative; }

.slider-wrapper .slide-button {
  position: static;
  top: 50%;
  outline: none;
  border: none;
  height: 25px;
  width: 25px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 1.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none; }

.slider-wrapper .slide-button:hover {
  background: #404040; }

.slider-wrapper .slide-button#prev-slide {
  left: -25px; }

.slider-wrapper .slide-button#next-slide {
  right: -25px; }

.slider-wrapper .image-list {
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none; }

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none; }

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
  max-width: inherit !important;
  max-height: inherit !important; }

.container .slider-scrollbar {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center; }

.slider-scrollbar .scrollbar-track {
  background: #ccc;
  width: 100%;
  height: 6px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

.slider-scrollbar:hover .scrollbar-track {
  height: 10px; }

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 10%;
  height: 100%;
  cursor: grab;
  border-radius: inherit; }

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 14px;
  top: -2px; }

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px; }

@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important; }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory; }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px; }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%; } }

#tblPCBProducts.fixed-table th:first-child {
  position: sticky;
  left: -1px;
  z-index: 95;
  background-color: #6c757d !important; }

#tblPCBProducts.fixed-table td:first-child {
  position: sticky;
  left: -1px;
  z-index: 95;
  background-color: #ffffff !important; }

#scrollTable.table-responsive.dragscroll {
  overflow: auto !important;
  /*max-height: 700px;*/
  cursor: ew-resize; }

#tblPCBProducts.fixed-table tr:nth-of-type(odd) td:first-child {
  background-color: #f2f2f2 !important; }

.fixed-table-top thead {
  position: sticky;
  top: -1px;
  z-index: 96; }

#scrollTable::-webkit-scrollbar {
  margin-left: 2px;
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }

#scrollTable::-webkit-scrollbar-thumb {
  background-color: #aaaaaa; }

#scrollTable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.custom-range-new {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range-new:focus {
  outline: 0; }

.custom-range-new:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range-new:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range-new:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range-new::-moz-focus-outer {
  border: 0; }

.custom-range-new::-webkit-slider-thumb {
  width: 15rem;
  height: .7rem;
  margin-top: .3rem;
  background-color: #1fae66;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range-new::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.custom-range-new::-webkit-slider-thumb:active {
  background-color: #daf5e7; }

.custom-range-new::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.3rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range-new::-moz-range-thumb {
  width: 15rem;
  height: .7rem;
  background-color: #1fae66;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range-new::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.custom-range-new::-moz-range-thumb:active {
  background-color: #daf5e7; }

.custom-range-new::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range-new::-ms-thumb {
  width: 15rem;
  height: .7rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #1fae66;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range-new::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.custom-range-new::-ms-thumb:active {
  background-color: #daf5e7; }

.custom-range-new::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range-new::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range-new::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range-new:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range-new:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range-new:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range-new:disabled::-moz-range-track {
  cursor: default; }

.custom-range-new:disabled::-ms-thumb {
  background-color: #adb5bd; }

.img-w {
  width: 50px;
  min-width: 50px;
  max-width: 50px; }

.pro-field {
  display: flex;
  align-items: center;
  gap: 10px; }

.pro-field .title {
  color: #444;
  font-weight: 600;
  font-size: 13px; }

.pro-field .title:hover {
  color: #1fae66; }

/*.action .btn-new {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #e2e6ea;
    color: #212529;
    background-color: #f8f9fa;
    padding: 0 7px;
    white-space: nowrap;
    cursor: pointer;
}

.action .btn-new:hover {
    text-decoration: none;
}*/
.btn-actions {
  opacity: .5; }

.table-hover tbody tr:hover .btn-actions {
  opacity: 1; }

.table-hover tbody tr:hover .btn-actions .btn-outline-primary {
  background-color: #198b52;
  border-color: #1fae66;
  color: #ffffff !important; }

.table-hover tbody tr:hover .btn-actions .btn-outline-blue {
  border-color: #023047;
  background: #023047;
  color: #fff; }

.top-bar-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 41px;
  z-index: 999; }

.top-bar-filter .filter-btn-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.table-hover tbody tr:hover .btn-new {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.table-hover tbody tr:hover .btn-new + .btn-new {
  color: #1fae66;
  background-color: #d2fde8;
  border-color: #b0e8cd; }

.fixed-NewTable table tr th, .fixed-NewTable table tr td {
  padding: .5rem; }

/*#tblPCBProducts table tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 99;
    background: rgb(230, 230, 230)
}

#tblPCBProducts table tr th:last-child {
    position: sticky;
    right: 0;
    z-index: 99;
    background: rgb(230, 230, 230)
}

#tblPCBProducts table tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 99;
    background: #f9f9f9
}

#tblPCBProducts table tr td:last-child {
    position: sticky;
    right: 0;
    z-index: 99;
    background: #f9f9f9
}*/
.product-table-sortable th {
  cursor: pointer !important; }

.product-table-sortable > .sorter > .icon {
  position: relative; }

.product-table-sortable .sorter .icon:after {
  content: "\e099";
  font-family: 'PCB Icon';
  font-weight: 300;
  opacity: 0.5; }

.product-table-sortable .sorter.th-sort-asc .icon:after {
  content: "\f161";
  opacity: 1; }

.product-table-sortable .sorter.th-sort-desc .icon:after {
  content: "\f160";
  opacity: 1; }

input[type=checkbox], input[type=radio] {
  accent-color: #059d50;
  cursor: pointer; }

@media (max-width: 576px) {
  .menu-mobile-trigger {
    position: fixed;
    right: -38px;
    top: 179px;
    background-color: #a71d2a !important;
    border-color: #a71d2a !important;
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 0;
    width: 110px;
    height: 34px;
    margin: 0;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 99999;
    box-shadow: none !important; }
  #tblPCBProducts.fixed-table th:first-child {
    position: static; }
  #tblPCBProducts.fixed-table td:first-child {
    position: static; }
  .top-bar-filter {
    top: 64px; }
  .product-table-sortable th:last-child, .product-table-sortable td:last-child {
    display: none; } }

.data-loading {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5; }

/*---------------------User Profile---------------*/
.user-account {
  background-color: #f5f7f8; }
  .user-account .single-section {
    border-radius: 8px; }
  .user-account .profile-block {
    /* padding: 15px;*/
    background-color: #fff;
    /* webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        margin-bottom: 20px;*/
    border-radius: 8px; }
    .user-account .profile-block ul li {
      padding-top: 8px; }
    .user-account .profile-block .user-profile-image {
      position: relative;
      width: 130px;
      height: 130px;
      margin: 0 auto; }
      .user-account .profile-block .user-profile-image .profile-image-inner {
        border: solid 4px #b6edd1;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .user-account .profile-block .user-profile-image .profile-image-inner .loader-page {
          z-index: 1 !important; }
    .user-account .profile-block .user-image-uploder {
      cursor: pointer;
      position: absolute;
      bottom: 5px;
      right: 5px;
      background-color: #1fae66;
      border-radius: 100%;
      padding: 8px;
      color: #fff;
      margin: 0;
      z-index: 2; }
  .user-account .nav-tabs {
    border: none !important; }
    .user-account .nav-tabs li .nav-link {
      padding: .75rem 1rem;
      color: #333333;
      font-size: 16px;
      border-color: transparent;
      border-left: 3px solid transparent !important;
      border-top: 1px solid #eeeeee;
      margin: 0;
      border-radius: 0;
      transition: all .5s ease-in-out;
      /*&.change-password {
                    color: #dc3545;

                    &.active, &:hover {
                        border-left: 3px solid #dc3545 !important;
                        background-color: #ffe8ea !important;
                        color: #dc3545;
                    }
                }*/ }
      .user-account .nav-tabs li .nav-link i {
        margin-right: 5px;
        transition: all .5s ease-in-out; }
      .user-account .nav-tabs li .nav-link.active, .user-account .nav-tabs li .nav-link:hover {
        border-left: 3px solid #1fae66 !important;
        background-color: #e2f6ec !important;
        color: #023047;
        border-radius: 0;
        font-weight: 600; }
        .user-account .nav-tabs li .nav-link.active i, .user-account .nav-tabs li .nav-link:hover i {
          margin-right: 10px; }
  .user-account .user-content-section .records-block .nav-tabs .nav-link {
    padding: .5rem 2rem;
    border-radius: 0; }
    .user-account .user-content-section .records-block .nav-tabs .nav-link.active, .user-account .user-content-section .records-block .nav-tabs .nav-link:hover {
      color: #ffffff;
      background-color: #1fae66;
      border-color: transparent transparent #1fae66 transparent;
      border-bottom-width: 2px; }
    .user-account .user-content-section .records-block .nav-tabs .nav-link.active {
      font-weight: bold; }
  .user-account .user-content-section .records-block .nav-tabs > a.active {
    border-bottom: 2px solid #1fae66;
    color: #1fae66; }

.equipments-details .profile {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start; }
  .equipments-details .profile .image-wrapper {
    height: 180px;
    width: 180px;
    margin-right: 15px;
    float: left; }
  .equipments-details .profile .caption .title-on-details h1 {
    margin-bottom: 6px; }
  .equipments-details .profile .caption .cat-meta {
    margin-bottom: 15px; }
  .equipments-details .profile .caption p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 26px; }
  .equipments-details .profile .caption .top-description {
    font-size: 13px;
    color: #666666;
    margin-bottom: 7px;
    display: inline-block; }
  .equipments-details .profile .caption .more-product {
    font-size: 14px; }
  .equipments-details .profile .caption .custom-btn {
    min-width: 205px;
    border-radius: 4px; }
  .equipments-details .profile .caption .website {
    padding: 0;
    margin-top: 0; }
  .equipments-details .profile.fixed {
    position: fixed;
    top: 42px;
    background-color: #ffffff;
    width: 1098px;
    margin-left: -15px;
    padding: 8px 10px;
    z-index: 1001;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #1fae66; }
    .equipments-details .profile.fixed .image-wrapper {
      width: 50px;
      height: 50px;
      margin-right: 10px; }
    .equipments-details .profile.fixed .caption {
      width: calc(100% - 60px);
      display: flex;
      float: right;
      justify-content: space-between; }
      .equipments-details .profile.fixed .caption .detail {
        width: calc(100% - 445px); }
      .equipments-details .profile.fixed .caption .title-on-details h1 {
        margin: 0 0 2px 0;
        line-height: 1.2; }
      .equipments-details .profile.fixed .caption .cat-meta {
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .equipments-details .profile.fixed .caption .custom-btn {
        margin: 0 0 0 8px !important; }

/*Product scroll pop start*/
.similar-product-scroll {
  z-index: 1034;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  bottom: 0;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 25px;
  transition: .3s all ease-in-out; }
  .similar-product-scroll.position-sticky {
    box-shadow: 0 -10px 34px 0 #525252;
    border-radius: 6px 6px 0 0; }
    .similar-product-scroll.position-sticky .topic-heading {
      background-color: #ffffff !important; }
      .similar-product-scroll.position-sticky .topic-heading span.cross-icon {
        display: inline-block; }
  .similar-product-scroll .topic-heading {
    margin-bottom: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #cccccc;
    padding: 6px 12px;
    background-color: #f8f9fa !important;
    border-radius: 4px 4px 0 0; }
    .similar-product-scroll .topic-heading h2 {
      border: none;
      color: #444;
      font-size: 18px;
      padding: 2px 0 !important;
      margin-bottom: 0; }
    .similar-product-scroll .topic-heading .more-products-link {
      padding: 2px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
    .similar-product-scroll .topic-heading span.cross-icon {
      transition: all 0.3s ease 0.3s;
      padding: 2px 7px 2px 7px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
      display: none; }
    .similar-product-scroll .topic-heading span .fa-times {
      transform: rotate(0deg);
      transition: all 0.3s ease 0.3s; }
    .similar-product-scroll .topic-heading strong a {
      float: right;
      margin: -2px 20px 0 0; }
  .similar-product-scroll .right-section {
    margin-bottom: 2px; }
  .similar-product-scroll .similar-p-img {
    margin: auto 0;
    height: 70px;
    width: 70px;
    position: relative;
    display: block;
    background-color: #fff;
    padding: 4px;
    float: left;
    border-radius: 4px 0 0 4px; }
    .similar-product-scroll .similar-p-img img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      max-width: 100% !important;
      max-height: 100%;
      margin: auto;
      padding: inherit;
      width: auto !important; }
  .similar-product-scroll .similar-text {
    padding: 0;
    text-align: left;
    display: block;
    min-height: 70px;
    padding: 5px;
    float: left;
    width: 65%;
    word-wrap: break-word;
    word-wrap: anywhere;
    border-left: solid 1px #f0eded;
    padding-left: 7px; }
    .similar-product-scroll .similar-text .part-nub {
      font-size: 13px;
      font-weight: 600;
      overflow-wrap: break-word;
      display: block;
      line-height: 18px;
      color: #444444; }
    .similar-product-scroll .similar-text .c-name {
      font-size: 12px;
      display: block;
      color: #777777 !important;
      margin-bottom: 2px; }
  .similar-product-scroll ul {
    margin-bottom: 0;
    padding: 10px;
    display: flex;
    flex-wrap: wrap; }
    .similar-product-scroll ul li {
      width: 32.15%;
      float: left;
      margin: 2px 4px;
      border: 1px solid #ddd;
      border-radius: 4px;
      display: flex;
      flex-wrap: wrap;
      background-color: #ffffff; }
      .similar-product-scroll ul li:hover {
        border-color: #023047; }
        .similar-product-scroll ul li:hover .similar-text .part-nub {
          color: #197e3f !important; }
      .similar-product-scroll ul li a {
        text-decoration: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%; }

@media screen and (max-width: 1280px) {
  .similar-product-scroll ul li {
    width: 32% !important; } }

@media (max-width: 1199px) {
  .similar-product-scroll ul li {
    width: 31.99% !important; }
  .similar-text {
    width: 60% !important; } }

@media (max-width: 991px) {
  .equipments-details .profile.fixed .action-btn .custom-btn {
    padding: 5px 10px !important;
    font-size: 14px !important;
    height: 33.5px !important;
    min-width: auto !important; }
  .equipments-details .profile.fixed {
    top: 40px; }
  .similar-product-scroll {
    display: none; } }

@media screen and (max-width: 767px) {
  .equipments-details .profile {
    flex-direction: column; }
  .equipments-details .profile .caption {
    text-align: center !important;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 18px; }
  .equipments-details .profile .caption .rfq-note {
    padding: 10px;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 3px; }
  .equipments-details .profile .image-wrapper {
    height: 250px;
    width: 250px;
    float: none;
    margin: 0 auto; }
  #ContentPlaceHolder1_pnlPartDescription {
    margin-top: 0 !important; } }

@media (max-width: 575px) {
  .equipments-details .action-btn .custom-btn {
    width: 100% !important; } }

/*-------------------------Footer CSS Start-----------------------*/
.home-add-manu-box {
  background-color: #f0f0f0;
  border-top: 1px solid #ddd;
  width: 100%;
  position: relative;
  z-index: 2; }

.home-add-manu-box .add-manubox-inner {
  padding: 40px;
  text-align: center; }

.home-add-manu-box .add-manubox-inner .btn {
  padding: 30px 40px;
  font-size: 25px;
  text-transform: uppercase; }

footer {
  background: linear-gradient(180deg, #023047 0, #011e2d 100%);
  z-index: 2;
  position: relative;
  padding: 90px 25px 25px; }
  footer .footer-widget {
    margin-bottom: 10px;
    padding: 20px 10px 10px; }
    footer .footer-widget .footer-heading {
      margin-bottom: 10px; }
      footer .footer-widget .footer-heading h4 {
        color: #fff;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: -1px;
        font-size: 20px;
        letter-spacing: 1px; }
    footer .footer-widget ul.quick-link {
      line-height: 25px; }
      footer .footer-widget ul.quick-link li {
        line-height: 32px; }
        footer .footer-widget ul.quick-link li a {
          color: #f6fbf9;
          font-size: 14px; }
          footer .footer-widget ul.quick-link li a:hover {
            color: #1fae66; }
    footer .footer-widget .footer-social li {
      margin-bottom: 10px; }
      footer .footer-widget .footer-social li i {
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        margin-right: 10px; }
    footer .footer-widget .footer-social .facebook {
      background-color: #3b5998; }
    footer .footer-widget .footer-social .twitter {
      background-color: #55acee; }
    footer .footer-widget .footer-social .linkedin {
      background-color: #007bb6; }
    footer .footer-widget .footer-newsl-text {
      margin: 10px 0;
      font-size: 12px; }
  footer .copyright {
    text-align: left;
    float: left; }
  footer .privacy-link {
    float: right;
    margin-bottom: 5px; }
    footer .privacy-link li {
      display: inline-block; }
      footer .privacy-link li a {
        color: #eee;
        margin-left: 10px;
        border-left: 1px solid #ddd;
        padding-left: 10px; }
      footer .privacy-link li:first-child a {
        margin-left: 0;
        border-left: none;
        padding-left: 0; }
  footer .footer-bottom-info {
    border-top: 1px solid #12683F;
    position: relative;
    padding: 30px 10px 10px;
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 15px;
    align-items: center; }
    footer .footer-bottom-info .footer-copyright {
      z-index: 1;
      color: #f6fbf9; }
      footer .footer-bottom-info .footer-copyright a {
        color: #f6fbf9; }
    footer .footer-bottom-info .footer-social {
      z-index: 1;
      font-size: 18px; }
      footer .footer-bottom-info .footer-social ul {
        margin: 0;
        display: flex;
        gap: 15px; }
        footer .footer-bottom-info .footer-social ul li a {
          color: #f6fbf9 !important;
          display: inline-block;
          text-align: center;
          line-height: 22px;
          border-radius: 4px;
          font-size: 13px;
          height: 24px;
          width: 24px;
          border: 1px solid; }
          footer .footer-bottom-info .footer-social ul li a:hover {
            background-color: #1C9C5E;
            border-color: #1C9C5E; }
            footer .footer-bottom-info .footer-social ul li a:hover i {
              color: #ffffff !important; }
            footer .footer-bottom-info .footer-social ul li a:hover svg path {
              fill: #ffffff; }
          footer .footer-bottom-info .footer-social ul li a i {
            color: #f6fbf9 !important; }
          footer .footer-bottom-info .footer-social ul li a svg {
            margin-bottom: 2px; }
            footer .footer-bottom-info .footer-social ul li a svg path {
              fill: #f6fbf9; }
  footer .footer-shape-divider-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0; }
    footer .footer-shape-divider-top svg {
      position: relative;
      display: block;
      width: calc(100% + 1px);
      height: 50px;
      transform: rotateY(180deg); }
      footer .footer-shape-divider-top svg .shape-fill {
        fill: #f0f0f0; }

.ripple {
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  position: fixed;
  right: 50px;
  z-index: 1005;
  bottom: 0;
  padding: 7px 15px;
  cursor: pointer;
  font-size: 18px; }

.scroll-to-top {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #1fae66;
  border-radius: 10%;
  bottom: 50px;
  color: #FFF !important;
  display: block;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99; }

.scroll-to-top:hover {
  background-color: #1b844f; }

/*-------------------------Footer CSS End-----------------------*/
#btnShowNeedHelpForProducts {
  position: fixed;
  bottom: 0px;
  display: block;
  border-radius: 4px 4px 0 0;
  z-index: 1004;
  right: 25px; }

.need-help-products {
  background-color: #fff;
  border: 1px solid #dddddd;
  position: fixed;
  right: 19px;
  bottom: -591px;
  height: 550px;
  z-index: 1004;
  border-radius: 4px 4px 4px 4px;
  max-width: 310px;
  min-width: 310px;
  box-shadow: 0 8px 35px 0 #343434; }
  .need-help-products a.close {
    background-color: red;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 0;
    font-weight: bold;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' viewBox='341 8 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M354 9.31L352.69 8l-5.19 5.19L342.31 8 341 9.31l5.19 5.19-5.19 5.19 1.31 1.31 5.19-5.19 5.19 5.19 1.31-1.31-5.19-5.19z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 10px 13px;
    background-position: 8px;
    background-repeat: no-repeat;
    z-index: 1005;
    opacity: 1; }
  .need-help-products .logo-box {
    width: 100%;
    height: 45px;
    padding: 8px;
    text-align: center; }
  .need-help-products .title-box {
    background-color: #333333;
    padding: 8px 12px;
    border-radius: 0;
    margin: 0 -1px;
    text-align: center; }
    .need-help-products .title-box h4 {
      color: #fff;
      font-size: 14px;
      display: inline-block;
      margin: 0;
      line-height: 18px; }
  .need-help-products .h5-text {
    font-size: 13px;
    color: #555555;
    font-weight: 500;
    margin-bottom: 12px; }
  .need-help-products .loader-box {
    position: absolute;
    top: -12px;
    bottom: -15px;
    left: -13px;
    right: -13px;
    background-color: rgba(51, 51, 51, 0.34);
    margin: auto; }
    .need-help-products .loader-box .loader-inner {
      position: absolute;
      margin: auto;
      width: 80%;
      height: 115px;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 15px; }
      .need-help-products .loader-box .loader-inner img {
        display: block;
        margin: 12px auto; }
  .need-help-products .need-help-success {
    padding: 45px 10px;
    text-align: center; }
    .need-help-products .need-help-success h4 {
      font-size: 22px;
      margin-top: 15px; }
    .need-help-products .need-help-success p {
      font-size: 16px; }
  .need-help-products input, .need-help-products input::-webkit-input-placeholder {
    font-size: 14px; }
  .need-help-products #txtNeedhelpEnquiry_OLD {
    min-height: 80px; }
  .need-help-products #txtAddress_OLD {
    min-height: 55px; }
  .need-help-products .form-control::-webkit-input-placeholder, .need-help-products .form-control:-moz-placeholder {
    font-size: 12px; }
  .need-help-products .card-body {
    padding: 12px; }
  .need-help-products .form-group {
    margin-bottom: 8px; }
    .need-help-products .form-group .select2-container--default .select2-selection--single {
      display: block;
      background-color: #fff;
      background-image: none;
      border-radius: 4px;
      width: 100%; }
  .need-help-products .alert-danger, .need-help-products .alert-success, .need-help-products .alert-info {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px;
    border-radius: 0px !important;
    border: 0px !important;
    width: 100%;
    margin-bottom: 0px; }
  .need-help-products .need-h5 {
    padding: 8px 12px 2px 12px;
    font-size: 14px;
    margin: 0; }
  .need-help-products .custom-control-label:after {
    left: -1.21rem !important; }

@media (max-width: 767px) {
  footer .footer-bottom-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    max-width: 992px !important; } }

@media (min-width: 1400px) {
  .quote-box-text {
    display: block !important; }
  .quote-icon {
    display: none !important; } }

@media screen and (max-width: 1399px) {
  .get-quote-cta-bottom-fixed {
    padding: 5px;
    border: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    bottom: 100px; }
    .get-quote-cta-bottom-fixed .quote-cta-close {
      display: none; }
    .get-quote-cta-bottom-fixed h2 {
      display: none; }
    .get-quote-cta-bottom-fixed p {
      display: none; }
    .get-quote-cta-bottom-fixed .quote-box-text {
      display: none !important; }
    .get-quote-cta-bottom-fixed .quote-icon {
      display: flex !important;
      border-radius: 50%;
      height: 100%;
      font-size: xx-large;
      text-align: center;
      justify-content: center;
      align-items: center;
      text-decoration: none; } }

@media screen and (max-width: 1340px) and (min-width: 1200px) {
  .quotation-home .single-box .image-box {
    height: 228px; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mega-menu-dropdown.nav-item {
    position: relative; } }

@media screen and (max-width: 1199px) {
  .quotation-home .single-box .image-box {
    height: 218px; }
  .whitepaper-detail .whitepaper-bottom-on-details .whitepaper-inner .whitepaper-content-heading h3 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .leaderboard-970 iframe {
    width: 98% !important;
    text-align: center; }
  .quotation-home .single-box .image-box {
    height: 238px; }
  .manufacturers .get-quote-cta.left.sticky-top {
    position: static; }
  header .mega-menu-dropdown .mega-menu {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box {
    display: flex;
    gap: 10px;
    border: none;
    /*border-bottom: 1px solid #ddd;*/
    border-radius: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    transition: .3s ease-in-out;
    text-align: center;
    margin-bottom: 0;
    align-items: center; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .image-box {
    height: 40px;
    width: 40px;
    min-width: 40px; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .caption {
    text-align: left; }
  header .mega-menu-dropdown .mega-menu.quotes .quote-list-with-image .single-box .caption h4 {
    margin: 0; }
  header.sticky .get-pcb-quote-btn .btn {
    float: none !important; } }

@media screen and (max-width: 809px) {
  .quotation-home .single-box .image-box {
    height: 225px; } }

@media screen and (max-width: 767px) {
  .quotation-home .single-box .image-box {
    height: 258px; }
  .scroll-to-top {
    bottom: 100px; }
  .new-layout .company-profile .comp-profile-top .image-wrapper {
    margin-right: 10px;
    min-width: 76px; }
  .home-featured-news .home-news.home-news-v2 ul li {
    width: 100%; }
  .new-layout .company-profile .comp-profile-top .manu-basic-details h4 {
    font-size: 16px; }
  #gotonewfilter1 .apldfilters .selected-filter li {
    border-radius: 4px;
    padding: 3px 10px; }
  .latest-products .latest-product-news .image-wrapper {
    height: 100px !important;
    width: 100px !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 0; }
  .latest-products .latest-product-news li .caption {
    width: calc(100% - 110px);
    float: left;
    padding: 0;
    text-align: left; } }

@media screen and (max-width: 575px) {
  .quotation-home .single-box .image-box {
    height: 328px; }
  header .get-pcb-quote-btn {
    padding-top: 0 !important; }
  .new-layout .company-profile .comp-profile-top .image-wrapper {
    margin-right: 10px !important;
    height: 50px !important;
    width: 76px !important;
    display: none; }
  .new-layout .company-profile .comp-profile-top .manu-basic-details {
    margin-top: 0 !important; }
  .new-layout .company-profile .comp-profile-top .manu-basic-details h4 {
    font-size: 18px;
    margin: 0 !important; } }

@media (max-width: 480px) {
  .pcb-directories .top-content h2 {
    font-size: 25px; }
  .capabilities-details .capabilities-action-btn {
    flex-direction: column !important; }
  .capabilities-details .learn-more-cta .capabilities-action-btn {
    flex-direction: column !important; }
  .quote-cta-close {
    right: -10px; }
  .whitepaper-detail .featured-whitepapers {
    margin: 0; }
  .whitepaper-detail .featured-whitepapers .max-logo {
    width: 100px;
    min-width: 100px;
    margin-bottom: 0; }
  .whitepaper-detail .featured-whitepapers li.mobile-w-100 {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    padding-bottom: 10px; }
  .whitepaper-detail .featured-whitepapers li.mobile-w-100:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .feature-list.on-search li {
    font-size: 12px; }
  .community .question-text, .community-details .question-text {
    font-size: 24px; } }
