#star-rating-profile {
  background: #e8690e;
}
#star-rating-profile::before {
  background-color: black;
}
#star-rating-profile .star.empty::before {
  color: #c75504;
}
.featured-suppliers {
  /* padding: 0 2rem; */
}
.featured-banner {
  color: white;
  padding: 1rem;
}
.featured-banner-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  background-image: url("../../../storage/banner/cover.jpg");
  min-height: 28rem;
  max-height: 28rem;
}
.featured-wrapper {
  /* margin: 1rem 0; */
}
.featured-wrapper .row:first-child {
  justify-content: flex-end;
}
.featured-supplier-img {
  width: 4rem;
  height: 3rem;
  object-fit: cover;
}
.featured-supplier-header {
  gap: 1rem;
}
.featured-supplier-item {
  border: 2px solid #efefef;
  padding: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.333333%;
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
  /* margin-right: 0.5rem; */
  position: relative;
  /* margin-bottom: 15px; */
}
.toe {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
}

.categories-container.featured {
  justify-content: center;
}
.headline-bg {
  background: #3b3b3b;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bolder;
}
.headline-bg.green {
  background: var(--theme-color-1);
}
.headline-bg.light-gray {
  background: #636363;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.featured_menu {
  gap: 1rem;
  background: #e3e3e3;
  padding: 0.4rem 1rem;
}
.featured_sup_wrapper {
  gap: 1rem;
  margin: 0.5rem 0;
}
.featured_sup_img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}
.premium_sup_wrapper {
  gap: 1rem;
  margin: 1rem 0;
}
.premium_sup_img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
.text-warning {
  color: orange;
}
.b-r-2-g {
  border-right: 2px solid var(--theme-color-1);
}
.b-r-2 {
  border-right: 2px solid black;
}
.b-r-2-gray {
  border-right: 2px solid #d6d6d6;
}
.b-t-2-l-gray {
  border-top: 2px solid hsla(0, 0%, 73.3%, 0.32941176470588235);
}
.pr-2 {
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .featured_menu {
    align-items: center;
  }
}
.supplier-banner {
  background: url("../../../storage/banner/banner-rfq-wrappern.jpg");
  background-repeat: no-repeat;
  background-position: right;
  padding: 1.5rem;
  background-size: cover;
}
.features-list li {
  position: relative;
}
.features-list li::before {
  content: "";
  background: url("../../../storage/logo/bullet.png");
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
}
.events-banner {
  background: url("../../../storage/banner/tradeshow-item-banner.jpg.webp");
  background-repeat: no-repeat;
  background-position: right;
  padding: 0.3rem 1.5rem;
  background-size: cover;
}
.events-left-banner {
  height: 28rem;
}
.event-item {
  padding: 2rem;
  background: white;
  border-top: 4px solid gray;
  max-height: 28rem;
  min-height: 28rem;
}
.event-item img {
  width: 14rem;
  margin: auto;
}
.event-date {
  display: flex;
  justify-content: space-around;
}
/* .floating-register {
  position: fixed;
  right: 0;
  left: 0;
  width: 23rem;
  margin: auto !important;
  top: 3%;
  z-index: 100;
  display: none;
} */
.floating-register {
  position: fixed;
  z-index: 1002;
  background: white;
  width: 33%;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  margin-top: -20rem;
  display: none;
}
#floating-register-2 {
  margin-top: -17rem;
  left: -1rem;
  padding: 3rem 1rem;
}
.event-banner-col {
  padding-right: 0;
}

.reg-overlay {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.input-h-40px {
  height: 40px !important;
}
.input-h-30px {
  height: 30px !important;
}
.input-h-25px {
  height: 25px !important;
}
.floating-input {
  margin-bottom: 6px !important;
}
#close-floating-register {
  text-align: end;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.floating-reg-btn {
  background: var(--theme-color-1);
  color: white;
  font-weight: bold;
  position: fixed;
  top: 6rem;
  right: -5.5rem;
  padding: 0.2rem 1rem;
  transform: rotate(90deg);
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
.freelancer-header {
  padding: 5px 0;
}
.projects-left-sidebar {
  padding-right: 0;
  /* background: #f8f8f8; */
}
.projects-right-sidebar {
  padding-left: 0;
}
.buyers-span {
  line-height: 2rem;
}
.show-buyer-text {
  display: none;
}
.hidden-header-text {
  display: none;
}
.filters-row-item {
  min-height: 1.5rem;
  max-height: 1.5rem;
}
.filters-row-item.by-region,
.filters-row-item.buyer-leads {
  min-height: 2.7rem;
  max-height: 2.7rem;
}
.filters-rfq-cat {
  min-height: 5.5rem;
  max-height: 5.5rem;
}
.mobile-only {
  display: none !important;
}
.tablet-only {
  display: none !important;
}
.desktop-only {
  display: block !important;
}
.desktop-only-flex {
  display: flex !important;
}
.filters-two-row-item {
  min-height: 3rem;
  max-height: 3rem;
}
.fs-view-all {
  display: none;
}
.featured_menu_nav {
  display: flex;
  gap: 1rem;
  margin-top: -0.5rem;
}
.row-item-span {
  margin-left: 0.5rem;
}
.separator {
  background: #f2f3f7;
  width: 100%;
  height: 1.5rem;
  margin: auto;
  /* margin-bottom: 0.5rem; */
  display: flex;
}
.separate {
  background: #8f8f8f;
  width: 100%;
  height: 1px;
  margin: auto;
}
.z-1 {
  z-index: 1;
}
.z-100 {
  z-index: 100;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hero-search {
  width: 70%;
}
.hero-left {
  gap: 1rem;
  align-items: flex-start;
}
.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.px-2 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hero-left-btn {
  width: 22%;
  text-align: center;
  padding: 8px 20px !important;
  font-size: 17px !important;
  font-weight: bolder !important;
}
.hero-banner {
  width: 100%;
  height: 26rem;
  object-fit: cover;
}
/* .hero-slider {
  margin-top: 1.2rem !important;
} */
.hero-buttons.desktop-only {
  display: flex !important;
  width: 36%;
  gap: 1rem;
}
.hero-buttons .hero-left-btn {
  width: 100%;
}
.hero-search-icon {
  display: none;
}
.hero-left-col {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.b-cat-col {
  padding: 0px 0;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.view-all-cat {
  padding: 0.5rem 0;
}
.global-manufactures {
  margin: 1.3rem;
  padding: 1rem;
}
.b-cat-col,
.view-all-cat,
.bg-gray-md,
.global-manufactures {
  background: #ebebeb;
}
.bg-gray-lg {
  background: #5f5f5f;
}
.bg-yellow-400 {
  background: #facc15 !important;
}
.bg-body {
  background: #f2f3f7;
}
.b-cat-home {
  font-weight: 900;
}
.view-all-cat-mobile {
  margin-top: 0.2rem;
}
/* .account-type-div {
    gap: 1rem;
  } */
.type-item {
  gap: 0.5rem;
}
.type-item label {
  margin-top: -0.4rem;
}
.social-logins {
  gap: 1rem;
}
.register-banner-col {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.333333%;
  flex: 0 0 55.333333%;
  max-width: 55.333333%;
}
.register-form-col {
  padding: 0 1rem;
  padding-right: 0;
}
.register-form-col #logo {
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  margin-right: 0;
}
.register-banner-col img {
  width: 100%;
}
.register-form-col .login-register-page {
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.2);
  padding: 0rem 1.3rem;
  border-radius: 0.5rem;
  min-height: 45rem;
  max-height: 45rem;
  padding-top: 4rem;
}
.register-form-col .input-with-icon-left i {
  line-height: 40px;
  height: 40px;
}
.projects-banner.buyer-leads {
  text-align: center;
}
.projects-banner.buyer-leads img {
  width: 100%;
}
.projects-banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.projects-banner.freelancers {
  text-align: center;
}
.projects-banner.freelancers img {
  width: 100%;
}
.projects-titlebar {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
.total-rfq-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.total-rfq-count .total-count {
  background: white;
  padding: 0.5rem;
  box-shadow: 0px 0px 97px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 97px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 97px 30px rgba(0, 0, 0, 0.2);
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-size: 23px;
}
.button.fb {
  background: #4267b2;
}
.button.google {
  background: #db4437;
}
.button.dark-gray {
  background: #353740;
}
.button.warning {
  background: #f0ad4e;
}
.premium-membership-section {
  background: url("../../../storage/banner/premium-top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.premium-membership-section .pricing-plan-label {
  background: transparent;
}
.filter-box-bg {
  background: url("../../../storage/banner/premium-top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 66px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 66px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 66px 0px rgba(0, 0, 0, 0.1);
  margin: 1.3rem;
  padding: 1rem 0.5rem;
}
.story-item {
  background-color: #e1e6ec;
  border-radius: 10px !important;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.story-person-info {
  display: flex;
  flex-direction: column;
}
.story-person-info .name {
  font-size: 18px;
  color: black;
  font-weight: bold;
  border-top: 4px solid #c9c9ca;
  padding-top: 0.4rem;
}
.story-person-info .company {
  font-size: 15px;
}
.story-person-info .member {
  font-size: 13px;
  color: var(--theme-color-1);
}
.success-logo {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 15px;
}
.customized-services {
  background: url("../../../storage/banner/customized-services-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem;
  height: 100vh;
}
.customized-services h1,
.customized-services p {
  color: white;
}
.customized-services p {
  font-size: 13px;
}
.why-choose-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  padding: 1rem 3rem;
  border-radius: 15px;
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
}
.why-choose-item img {
  width: 10rem;
  margin: auto;
  height: 10rem;
  object-fit: cover;
}
.why-choose-row {
  margin-top: 40px;
  gap: 1rem;
  justify-content: space-around;
}
.need-help {
  background: url("../../../storage/banner/need-help.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.need-help p {
  font-size: 13px;
}
.intro-search-button .button.search {
  padding: 0 15px;
}
.filter-child h4 {
  font-size: 1.2rem;
  font-weight: 900;
}
.supplier-type-wrapper-home-two i {
  height: 40px;
  line-height: 40px;
}
.supplier-type-wrapper-home-two select {
  color: var(--theme-color-1);
  font-weight: 900;
}
.bordered-tr {
  border-bottom: 1px solid #bebebe;
  padding: 1rem 0;
}
.bordered-tr td,
.bordered-tr th {
  padding: 0.5rem 0;
}
.bordered-tr td.text-left,
.bordered-tr th.text-left {
  text-align: left;
}
.i-am-signup {
  margin-top: -1rem;
  margin-right: 1rem;
}
.table-mobile {
  display: none;
}
.premium-membership-section.mobile {
  display: none;
}
.premium-services-hero img {
  width: 100%;
}
.border-white {
  border: 1px solid white;
}
.border-gray {
  border: 1px solid #787878;
}
.border-2-white {
  border: 2px solid white;
}
.border-4-white {
  border: 4px solid white;
}
.border-2-gray {
  border: 2px solid #787878;
}
.border-2-l-gray {
  border: 2px solid #dddddd;
}
.border-l-gray {
  border: 1px solid #dddddd;
}
.border-2-b-l-gray {
  border-bottom: 2px solid #dddddd;
}
.border-2-r-l-gray {
  border-right: 2px solid #dddddd;
}
.border-2-l-l-gray {
  border-left: 2px solid #dddddd;
}
.border-2-t-l-gray {
  border-top: 2px solid #dddddd;
}

.signup-with .separator {
  width: 30%;
  height: 2px;
  background: #d1d1d1;
  margin-top: 0.6rem;
}
.bg-white {
  background: white !important;
}
.bg-inherit {
  background: inherit !important;
}
.country-item {
  padding: 0.2rem;
}
.country-item:hover {
  background: #efefef;
}
.gap-1 {
  gap: 0.2rem;
}
.gap-2 {
  gap: 0.4rem;
}
.gap-3 {
  gap: 0.6rem;
}
.gap-4 {
  gap: 0.8rem;
}
.gap-5 {
  gap: 1rem;
}

.supplier-product-item {
  align-items: center;
}

.supplier-product-item img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
}
.supplier-product-item span {
  font-size: 12px;
  max-width: 6.5rem;
}
.contact-supplier-mobile {
  display: none !important;
}
.fsbc-sidebars,
.relevant-categories {
  margin: 0 12px;
}
.prem-service-li {
  display: none;
}
.filtered-suppliers-col {
  padding-right: 1rem;
  padding-left: 0;
}
.filter-suppliers-left-col {
  padding-left: 10px !important;
}
.filter-by-industry i {
  font-size: 33px;
}
.text-underlined {
  text-decoration: underline !important;
}
.font-italic {
  font-style: italic !important;
}
.underlined-li {
  border-bottom: 2px solid #efefef;
}
.projects-home-row {
  margin: 0rem 0.8rem;
}
.border {
  border: 2px solid #efefef;
}
.border-r-2-gray {
  border-right: 2px solid #efefef;
}
.contact-supplier-desktop {
  font-weight: bolder !important;
}
.rfq-info-key {
  min-width: 22rem;
}
/* .bid-wrapper a {
  padding: 4px 20px;
  min-width: 12rem;
  max-width: 12rem;
} */
.fs-card .sidebar-widget {
  margin-bottom: 10px;
}
.interested-in {
  margin-bottom: 0;
}
.interested-in .job-overview .job-overview-inner {
  padding: 0 35px;
}
.interested-in-item {
  border: 2px solid #d3d3de;
  border-radius: 50px;
  padding: 0.1rem 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  color: #b9b9bd;
}
.img-5 {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
.featured_menu .button {
  font-weight: 900;
}
.supplier-bio {
  text-align: center;
}
.uncollapse-rfq .button,
.view-all-rfq .button {
  padding: 5px 20px;
}
.post-rfq-mob-only {
  display: none !important;
}
.ps-container .task-listing-details {
  padding: 10px 38px;
  flex: 1;
}
/* .floating-add-to-screen {
    display: none;
  } */
.row-profile .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 46%;
  max-width: 47%;
}
.row-profile {
  justify-content: space-between;
}
.row-profile .col-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
}
.row-profile .int-in-col,
.row-profile .contact-sup-profile,
.row-profile .cd-profile,
.row-profile .trading-info-col,
.row-profile .ci-profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-top: 1rem;
}
#load-more-flags-wrapper,
#show-less-flags-wrapper,
#show-less-cats-wrapper {
  margin-left: -9rem;
}
.task-listing-details {
  height: 100%;
}
.description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.task-listing.home .task-listing-description {
  min-height: 6rem;
}
.task-listing.task-listing-projects .task-listing-description {
  min-height: 6rem;
}
.trending-item {
  margin: 0.5rem 0;
}
#load-more-flags-wrapper-2,
#load-more-cats-wrapper,
#hide-more-flags-wrapper-2,
#show-less-cats-wrapper,
#hide-more-flags-wrapper-2,
#hide-more-flags-2 {
  margin-right: 5rem;
}
.bid-pic-wrapper {
  height: 100%;
}
.bid-pic-wrapper .task-listing-bid-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explore-now-wrapper {
  margin-top: 4rem;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.vertical-separator {
  width: 0.05rem;
  height: 100%;
  background: black;
  margin: 0 0.8rem;
}
.latest-prod {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 15%;
  max-width: 15%;
}
.latest-prod img {
  height: 13rem;
  width: 13rem;
  object-fit: cover;
}
.products-prod {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 23.5%;
  max-width: 26%;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  min-height: 11rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.products-prod img {
  height: 8rem;
  width: 100%;
  object-fit: cover;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.offer-bg-gray {
  background-color: #efefef;
}
.supplier-product-item.freelancers img {
  width: 8rem;
  height: 6rem;
  object-fit: cover;
}
.supplier-product-item.freelancers {
  align-items: center;
  flex: 0 0 23%;
}
.freelancer-products {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
}
.user-features-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}
.container-fluid.b2b {
  max-width: 1400px;
}
.top-imp-row a {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  border-right: 1px solid #656565;
}
.top-exp-row a {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  border-right: 1px solid #656565;
}
.list-company {
  position: relative;
}
.banner-text.list-company {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
}
.banner-text.list-company h2 {
  color: white;
}
.banner-text.list-company .button {
  border-radius: 50px;
  padding: 3px 20px;
}
.prod-trending {
  border: 2px solid #d6d6d6;
  border-radius: 50px;
  padding: 0.6rem 1rem;
}
.products-prod.featured {
  padding-top: 2rem;
}
.products-prod.featured img {
  height: 9rem;
  width: 65%;
  object-fit: cover;
}
.products-trendings {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.products-trendings.top-searches {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.feature-prod-title {
  min-height: 5.5rem;
  max-height: 5.5rem;
  font-size: 17px !important;
}

.reg-banner-wrapper img {
  width: 75%;
  margin-top: -2rem;
}
#reg-body {
  overflow: hidden;
}
.separator-doted {
  background-color: #787878;
  width: 34%;
  height: 0.01rem;
  margin-left: 65px;
  position: relative;
}
.separator-doted::after {
  content: "";
  background-color: #787878;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: -0.2rem;
  right: 0;
}
.separator-doted::before {
  content: "";
  background-color: #787878;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: -0.2rem;
}
.quotation-banner {
  padding: 1rem 0 !important;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.7) 88%,
    rgba(0, 189, 98, 0.15)
  );
  border-right: 2px solid var(--theme-color-1);
}
.quotation-banner-floating {
  position: fixed;
  z-index: 1002;
  background: white;
  width: 40%;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  margin-top: -20rem;
  display: none;
}
.mm-menu em.mm-counter {
  background: #7fc6c8 !important;
}
.supplier-product-item.search:hover {
  box-shadow: 0px 0px 31px 17px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 31px 17px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 31px 17px rgba(0, 0, 0, 0.15);
  scale: 1.1;
}
.product-search-img {
  width: 10rem;
  height: 7rem;
  object-fit: cover;
}
.hamburger-custom span {
  height: 3px;
  width: 1.5rem;
  background: #dddddd;
  display: block;
  margin-bottom: 0.3rem;
}
.prem-service-btn a {
  border-radius: 0 !important;
}
.latest-buy-offers h3 {
  font-size: 19px;
}
.latest-buy-offers a {
  font-size: 15px;
}
#top-searches-heading {
  display: inline-block !important;
}
.intro-search-field.freelancers input,
.intro-search-field.buyer-leads input {
  height: 41px !important;
  line-height: 41px !important;
  padding-left: 10px;
}
.intro-search-field.buyer-leads .search {
  padding: 8px 15px !important;
}
.intro-banner-search-form.listing-page {
  height: 41px !important;
  gap: 0rem !important;
  background: inherit !important;
  box-shadow: none !important;
}
.intro-banner-search-form.listing-page .intro-search-field:first-child {
  flex: 0.2;
  background: white;
}
.intro-banner-search-form.freelancers-page {
  height: 41px !important;
  gap: 0rem !important;
  background: inherit !important;
  box-shadow: none !important;
}
.intro-banner-search-form.freelancers-page .intro-search-field:first-child {
  flex: 0.7;
  justify-content: center;
  background: white;
  padding-right: 0;
}
#register-btn {
  height: 40px !important;
  line-height: 22px !important;
  font-size: 18px !important;
}
.post-rfq-mobile {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 14px 10px 14px 20px;
  margin: 0;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  text-align: left;
}
.sidebar {
  background: white;
  position: fixed;
  height: 101vh;
  width: 75%;
  z-index: 1001;
  top: 0;
  transition: 0.5s all;
}
.sidebar.sidebar-right {
  right: 0;
  transform: translateX(390px);
}
.sidebar.sidebar-right.active {
  transform: translateX(0);
}
.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
}
#header-custom-search-dropdown a {
  transition: 0.5s all;
  display: block;
  color: black;
  font-size: 13px;
}
#header-custom-search-dropdown a:hover {
  background: var(--theme-color-1);
  color: white;
}
#header-custom-search-dropdown-mobile a {
  transition: 0.5s all;
  display: block;
  color: black;
  font-size: 12px;
}
#header-custom-search-dropdown-mobile a:hover {
  background: var(--theme-color-1);
  color: white;
}
.sidebar-collapse.active,
.sidebar-collapse:hover {
  background-color: #ebebeb;
}
.relevant-category.active {
  background-color: #ebebeb;
  color: var(--theme-color-1) !important;
  padding: 0.2rem 0.5rem;
}
#contact-supplier-dialog {
  position: fixed;
  width: 30%;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -18rem;
}
#contact-supplier {
  padding: 25px 35px;
}
#contact-buyer-dialog,
#supplier_ratings-dialog,
#product_ratings-dialog {
  position: fixed;
  width: 30%;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -18.5rem;
}
#supplier_ratings-dialog .popup-tab-content,
#product_ratings-dialog .popup-tab-content {
  padding: 15px !important;
}
#contact-buyer {
  padding: 25px 35px;
}
.sub-cat-box {
  flex: 0 0 24%;
  max-width: 24%;
  background-color: white;
  text-align: center;
}
.sub-cat-box:hover {
  background-color: var(--theme-color-1);
}
.ymal-item {
  border-left: 2px solid #efefef;
  border-top: 2px solid #efefef;
}
.ymal-item:nth-child(4),
.ymal-item:nth-child(8) {
  border-right: 2px solid #efefef;
}
.ymal-item:nth-child(5),
.ymal-item:nth-child(6),
.ymal-item:nth-child(7),
.ymal-item:nth-child(8) {
  border-bottom: 2px solid #efefef;
}
#header-categories::after {
  font-family: material-icons;
  content: "\e914";
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: 0.3s;
  line-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: relative;
  font-size: 16px;
}
.categories-dropdown {
  position: absolute !important;
  background: white;
  top: 3rem;
  bottom: 0;
  height: 29rem;
  width: 58vw;
  margin: 0;
  border-top: 4px solid var(--theme-color-1);
  border-radius: 0 !important;
  transition: 0.5s all;
  visibility: hidden;
  opacity: 0;
}
.categories-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.categories-dropdown .btns-col {
  overflow-y: scroll;
  height: 28rem;
}
.categories-dropdown .btns-col button {
  background: #fafafa;
  border-bottom: 1px solid hsla(0, 0%, 73.3%, 0.32941176470588235);
  padding: 0.2rem 1rem;
  width: 100%;
  text-align: left;
  min-height: 2.87rem;
  max-height: 2.87rem;
  line-height: 1;
}
.categories-dropdown .btns-col button.active {
  background: white;
}
.categories-dropdown .btns-col button:hover {
  background: white;
}
.header-subcats-row {
  display: none;
}
.header-subcats-row.active {
  display: flex;
}
.header-subcats-row-col a:hover {
  text-decoration: underline !important;
}
.ts-buyer-lead .ts-product-title {
  min-height: 2.5rem;
  max-height: 2.5rem;
}
.ts-buyer-lead .ts-product-title a {
  color: black;
  line-height: 1.2;
}
.ts-buyer-lead .ts-product-desc {
  min-height: 4rem;
  max-height: 4rem;
}
.hero-slider {
  margin-top: 0.5rem !important;
}
span.status-available,
span.status-not-available {
  animation: fadeOut 1s ease-in-out 1s forwards;
}
.related-offer-bid-now {
  width: 9.5rem !important;
}
.table-responsive {
  overflow: scroll;
}
.testimonial-carousel .slick-cloned {
  /* display: none; */
}

#keywords-container {
  margin-top: 1rem;
}
#keywords-container .keyword {
  color: white;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 0.5rem;
  background: var(--theme-color-1);
  padding: 0.1rem 1rem;
  border-radius: 5px;
}
#keywords-container .keyword .delete-btn {
  margin-left: 0.5rem;
  cursor: pointer;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#header-custom-search-dropdown {
  top: 2.5rem;
  left: 7rem;
  width: 96.5%;
}
.invt-table {
  width: 100.5%;
}
.freelancers .job-listing {
  margin-bottom: 10px;
}
/* Dropdown container */
.dropdown-tab {
  position: relative;
  display: inline-block;
}

.dropdown-tab:hover {
  background: #059100;
  cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-tab .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Show the dropdown menu on hover */
.dropdown-tab:hover .dropdown-content {
  display: block;
}

/* Style the dropdown links */
.dropdown-tab .dropdown-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  font-weight: 500;
}

/* Change color of dropdown links on hover */
.dropdown-tab .dropdown-content a:hover {
  background-color: #ddd;
}
.floating-container {
  position: fixed;
  bottom: 50%;
  right: 1%;
  transform: translateY(50%);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 4%;
}
.floating-container .floating-icon {
  transition: 0.3s all;
  color: black;
  padding: 0.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.floating-container .floating-icon:hover {
  color: var(--theme-color-1) !important;
  background-color: #ddfcdc;
}

.cs-row .cs-instructions {
  background: #f2f3f7;
  line-height: 1.5;
}
.cs-row form div:first-child {
  flex: 0 0 10%;
}
.cs-row form .center-col {
  flex: 0 0 65%;
  margin-top: 1.4rem;
}
.cs-row form div:nth-child(3) {
  flex: 0 0 25%;
}
#cs-submit {
  width: 6rem !important;
}
.tab-container {
  display: flex;
}

.tab {
  flex: 0.2;
  padding: 10px;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
  font-weight: bolder;
  border: 1px solid #f2efef;
  color: black;
}
.tab.active {
  background-color: white;
  color: var(--theme-color-1);
  border: none;
}
.tab:hover {
  color: var(--theme-color-1);
}

.tab-content {
  display: none;
  padding: 20px;
}

.tab-content.active {
  display: block;
}
.rounded-bar {
  width: 100%; /* Adjust the width as needed */
  height: 10px; /* Adjust the height as needed */
  background-color: #f5f5f5; /* Light gray color */
  border-radius: 10px; /* Half of the height to create a rounded shape */
}
.rounded-bar .rounded-bar-inner.star-5.active {
  background-color: var(--theme-color-1);
  width: 100%;
  height: 10px;
  border-radius: 10px;
}
.rounded-bar .rounded-bar-inner.star-4.active {
  background-color: var(--theme-color-1);
  height: 10px;
  width: 80%;

  border-radius: 10px;
}
.rounded-bar .rounded-bar-inner.star-3.active {
  background-color: var(--theme-color-1);
  height: 10px;
  width: 60%;
  border-radius: 10px;
}
.rounded-bar .rounded-bar-inner.star-2.active {
  background-color: var(--theme-color-1);
  height: 10px;
  width: 40%;

  border-radius: 10px;
}
.rounded-bar .rounded-bar-inner.star-1.active {
  background-color: var(--theme-color-1);
  height: 10px;
  width: 20%;

  border-radius: 10px;
}
.write-review-container {
  margin-top: 1rem;
}
.section.flash_deal {
  /* background: linear-gradient(
      273deg,
      rgb(255 255 255 / 0%),
      rgb(255 255 255 / 0%)
    ),
    url(../../../storage/banner/flash_deal.jpeg); */
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  border-radius: 15px;
}
.section.flash_deal .card-body {
  padding: 15px;
}
.flash-deal-items-row {
  justify-content: end;
}
.flash-deal-item {
  flex: 0 0 18%;
  padding: 0 3px;
}
/* Add this style to make the modal minimized */
.bid-now.minimized {
  display: none;
  /* Additional styling for the minimized state */
}

/* Style for the floating maximize icon */
#maximize-icon {
  position: fixed;
  bottom: 0;
  left: 20px;
  background-color: var(--theme-color-1);
  color: #fff;
  /* border-radius: 50%; */
  cursor: pointer;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 11;
}
.comp_box {
  background: url("../../../storage/banner/comp_box.webp");
}
.sp-filter-item {
  flex: 0 0 7%;
}
.sp-filter-row {
  gap: 1rem;
}
.variable-product-col {
  display: none;
}
#contact_supplier_message {
  height: 15rem;
}
.flash_deal_sub_title {
  max-width: 26rem;
}
.fsr-ajax-filter {
  margin-right: 1rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
}
.heading-with-right-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.heading-with-right-divider .heading-inner {
  width: 25%;
}
.heading-with-right-divider .heading-inner h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.heading-with-right-divider .divider {
  background-color: #d6d6d6;
  height: 7px;
  border-radius: 50px;
  width: 75%;
}
.featured-supplier-wrapper {
  justify-content: flex-end;
  padding: 0 1rem;
}
.fs-heading {
  /* margin-left: 1.2rem; */
  /* background: #ebebeb; */
  /* background: white; */
  /* background-color: var(--theme-color-1); */
  /* background-color: #d6d6d6; */
  color: black;
  /* padding: 0.5rem; */
  font-weight: 700;
  /* width: 100%; */
}

.featured-suppliers-wrapper {
  padding-right: 10px;
  padding-left: 0;
}
.row.login {
  justify-content: flex-end;
}
.featured-cat-headings {
  margin: 1rem 0;
  padding: 0 0.5rem;
}
.featured-img {
  margin: 0.075rem 0;
}
.container-login {
  background: url("../../../storage/banner/login.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.flash_deal_input {
  height: auto !important;
  line-height: 27px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #e3eaf1 !important;
  padding: 0 5px !important;
}
.flash_deal_input.price {
  flex: 0 0 41%;
}
.slider-container {
  width: 80%;
  margin: auto;
}

#slider {
  width: 100%;
}

#slider-number {
  text-align: center;
  font-size: 18px;
}
.product-img-slider .slick-prev,
.product-img-slider .slick-next {
  top: 50%;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.product-img-slider .slick-next {
  right: -15px;
}
.product-img-slider .slick-prev {
  left: -15px;
}
.product-img-slider img {
  width: 100% !important;
  object-fit: contain;
}
.tf-sec2-cards {
  height: 100%;
  background-attachment: fixed;
}
.tf-sec2-cards.one {
  background-image: url("../../../storage/banner/hp-2-service-bg-1.jpg");
  background-size: cover;
}
.tf-sec2-cards.two {
  background-image: url("../../../storage/banner/hp-2-service-bg-2.jpg");
  background-size: cover;
}
.tf-sec2-cards.three {
  background-image: url("../../../storage/banner/hp-2-service-bg-3.jpg");
  background-size: cover;
}
.tf-sec2-cards-subtitle {
  color: #a5b3df;
}
.tf-light-purple {
  color: #a5b3df;
}
.tf-purple-dark {
  color: #254099;
}
.tf-purple-dark-bg {
  background-color: #254099;
}
#little-story {
  background-image: url("../../../storage/banner/hp2-about-bg.jpg");
  background-attachment: fixed;
  /* margin-top: 10rem; */
}
.little-story-head-img {
  margin-top: -6rem;
}
.tf-bg-black {
  background: #232323;
}
#trusted-by {
  margin-top: -4rem;
}
.in-the-media-slider .slick-track {
  display: flex;
  align-items: center;
}
.tf-sec-testi {
  background-image: url("../../../storage/banner/hp2-testimonial-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.tf-input {
  background-color: #f5f5f5 !important;
  padding: 1.5rem;
  box-shadow: none !important;
}
.tf-select {
  background-color: #f5f5f5 !important;
  padding: 0.7rem;
  box-shadow: none !important;
}
.tf-hero-slide {
  display: flex !important;
  height: 75vh;
}
.tf-slide-1 {
  background-image: url("../../../storage/banner/slider-2-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.success-stories-carousel .slick-slide {
  height: auto !important;
}
.tf-services-card {
  max-height: 8.5rem;
  min-height: 8.5rem;
}
.tf-services-card h3 {
  min-height: 3.5rem;
  max-height: 3.5rem;
}
.topbar-input {
  background-color: transparent !important;
  color: white !important;
}
.topbar-input::placeholder {
  color: white !important;
}
.signup-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 1331px) {
  .hero-buttons.desktop-only {
    width: 55%;
  }
  #multi-search {
    width: 45% !important;
  }
}
@media (max-width: 1199px) {
  .quotation-field {
    padding: 0 15px !important;
  }
}
@media (max-width: 1024px) {
  .desktop-only-flex {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .tablet-only {
    display: block !important;
  }

  .featured-supplier-item,
  .featured-banner-wrapper {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .featured-supplier-wrapper {
    justify-content: center;
  }
  .featured-supplier-item {
    margin: 0.1rem 0;
  }

  .featured-banner-wrapper {
    display: none;
  }
  .related-offer-bid-now {
    width: 8rem !important;
  }
  .flash-deal-items-row {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .events-banner {
    padding: 0.5rem;
  }
  .event-item img {
    width: 7rem;
  }
  .events-left-banner {
    height: 17.3rem;
  }
  .event-item {
    padding: 0.5rem;
    min-height: 17.3rem;
    max-height: 17.3rem;
    font-size: 13px;
  }
  .event-item p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 12px;
  }
  .event-items-col {
    padding-left: 0;
  }
  .buyers-span {
    line-height: 1rem;
  }
  .event-date {
    flex-direction: column;
    margin-top: 0.5rem;
  }
  .event-date strong {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0.1rem 0;
    font-size: 11px;
    color: black;
  }
  .event-date strong:nth-child(2) {
    border-top: 0;
  }
  .features-list {
    display: none;
  }
  .right-supplier-heading {
    background: white;
    text-align: center;
    margin: 1rem 0;
  }
  .supplier-banner {
    padding: 0 !important;
  }
  .profile-tab {
    padding: 0.2rem;
  }
  .profile-tabs {
    padding: 6px 0;
  }
  .projects-register-card {
    display: none;
  }
  .hidden-buyer-text {
    display: none;
  }
  .show-buyer-text {
    display: block;
  }
  .trending-searches {
    background: #e1e6ec;
    padding: 0.5rem 0.5rem;
  }
  .trending-searches-row {
    padding: 0 !important;
  }
  .trending-item {
    min-height: 3rem;
    max-height: 3rem;
  }
  .circle-icon-wrapper:nth-child(4),
  .circle-icon-wrapper:nth-child(5),
  .circle-icon-wrapper:nth-child(6) {
    display: none;
  }
  .contact-card {
    order: -2;
    text-align: center;
    width: 100%;
  }
  .header-details ul {
    text-align: right;
  }
  .circle-icon-wrapper {
    margin: 0.5rem 0;
  }
  .trending-searches-row {
    display: block;
  }
  .trending-item {
    margin: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-right: 1.5rem;
  }
  .trending-searches h3 {
    font-size: 17px;
  }
  .floating-reg-btn {
    top: 50%;
    right: -5.5rem;
    display: block;
  }
  .event-banner-col {
    padding-right: 5px;
  }
  .job-listing .job-listing-footer {
    padding: 20px 20px;
  }
  .row-item-span {
    line-height: 1rem;
    margin-left: 0.5rem;
  }
  .heading-mobile {
    font-size: 18px;
    font-weight: bold;
  }
  .filter-child {
    margin: 0;
  }
  .filter-child h4 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .show-header-text-desktop {
    display: none;
  }
  /* .fs-heading {
    margin-bottom: 0 !important;
  } */
  .fs-view-all {
    display: block;
  }
  .sub-cat-box.fs {
    padding: 40px 0 !important;
  }
  .view-all-cat {
    text-align: right;
  }

  .transparent-header-spacer.mobile-only {
    display: block;
  }

  .hero-search {
    width: 100%;
  }
  .hero-left {
    flex-direction: column;
    gap: 0;
    margin-top: -0.7rem;
  }
  .hero-slider {
    order: 0;
    margin-top: 0px !important;
    margin-bottom: 4px !important;
  }
  .hero-buttons {
    order: 1;
    width: 100%;
  }
  .intro-search-button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }
  .intro-banner-search-form {
    height: 3.2rem;

    align-items: center;
  }
  .intro-search-button .button {
    line-height: 37px;
    padding: 0rem 0.6rem !important;
    height: 37px;
  }
  .intro-search-button .button .hero-search-text {
    display: none;
  }
  .intro-stats li {
    border: none;
    border-bottom: 1px solid #919191;
    text-align: center;
  }
  .hero-search-icon {
    display: block;
    font-size: 1rem;
  }
  .hero-banner {
    height: 13rem;
  }
  .hero-left-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .counters-parent {
    padding: 0;
  }
  .b-cat-home,
  #top-searches-heading-mobile {
    font-size: 17px;
  }
  .view-all-cat {
    display: none;
  }
  .b-cat-col {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .register-banner-col {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .register-form-col .login-register-page {
    margin-top: 3rem;
    min-height: 100%;
    max-height: 100%;
  }
  .register-form-col {
    padding: 0 1rem;
  }
  .intro-banner-search-form.listing-page {
    display: none;
  }
  .total-rfq-count {
    justify-content: flex-start;
  }
  .listing-hero-heading {
    font-size: 17px;
  }
  .filter-button-container {
    padding: 0;
    width: 100%;
  }
  .projects-banner img {
    height: 4rem;
  }
  .customized-services {
    padding: 2rem;
    height: 29vh;
  }
  .customized-services h1 {
    font-size: 24px;
  }
  .why-choose-heading {
    font-size: 1rem;
    text-align: center;
  }
  .why-choose-row {
    margin-top: 10px;
  }
  .why-choose-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .need-help {
    background-size: cover;
    padding: 1rem 0 !important;
  }
  .i-am-signup {
    margin-top: -1rem;
    margin-right: 0.5rem;
    margin-left: -1rem;
  }
  .premium-membership-section.first {
    display: none;
  }
  .premium-membership-section .table-desktop {
    display: none;
  }
  .premium-membership-section.mobile {
    display: block;
    padding: 2rem;
  }
  .table-mobile {
    display: table;
  }
  .table-mobile th {
    display: block;
  }
  .table-mobile tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .table-mobile th h1 {
    font-size: 1.5rem;
  }
  .table-mobile .bordered-tr {
    padding: 0;
    color: black;
  }
  .table-mobile .bordered-tr h3 {
    font-size: 17px;
  }

  .register-home-two {
    padding: 1.5rem 1.5rem;
    min-height: 49rem;
    max-height: 49rem;
  }
  .contact-supplier-desktop {
    display: none !important;
  }
  .contact-supplier-mobile {
    display: inline !important;
    padding: 7px 22px !important;
    font-size: 15px !important;
    font-weight: bolder !important;
  }
  .fsbc-sidebars,
  .inquire-form {
    margin: 1rem 15px;
  }
  .prem-service-btn {
    display: none;
  }
  .prem-service-li {
    display: block;
  }
  .suppliers-li {
    border-right: 2px solid var(--theme-color-1);
    padding-right: 0.5rem;
  }
  .featured_menu_nav {
    gap: 0.2rem;
  }
  .global-manufactures,
  .filter-boxes {
    margin: 0;
  }
  .filters-row-item {
    padding-left: 0;
    padding-right: 0;
    min-height: 2rem;
    max-height: 2rem;
  }
  .filters-two-row-item {
    padding-left: 0;
    padding-right: 0;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }
  .footer-links h3 {
    font-size: 14px !important;
  }
  .mobile-only {
    display: block !important;
  }

  .filtered-suppliers-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .filter_featured_menu {
    display: none !important;
  }
  .filter-suppliers-left-col {
    display: none;
    padding-left: 0 !important;
  }
  .fs-card {
    margin-top: 0 !important;
  }
  .project_search_filter {
    margin: 0 !important;
  }
  .task-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .projects-home-row {
    margin: 0;
  }
  .browse-rfq {
    margin-top: 0 !important;
  }
  .user-info-wrapper {
    display: block;
  }
  .bid-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .bid-wrapper a {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
  }
  .bid-wrapper a:first-child {
    margin-bottom: 10px;
  }
  .tasks-list-container.compact-list .task-listing.home {
    height: auto;
  }
  .rfq-info-key {
    min-width: 12rem;
  }
  .project-details-box {
    margin-top: 0;
    margin-bottom: 5px !important;
  }

  .interested-in {
    margin-bottom: 0;
  }
  .project-skills {
    margin-bottom: 10px;
  }
  .interested-in .job-overview-inner {
    padding-bottom: 10px;
  }
  .featured_menu_nav li:first-child {
    display: none;
  }
  .featured_menu .button.small {
    height: 30px;
    line-height: 8px;
    padding: 12px 15px;
  }
  .showcase-col {
    order: -2;
  }
  .profile-header.second {
    order: -1;
  }
  .contact-card-profile,
  .contact-card-mobile-two {
    display: none;
  }
  .company-info-key {
    width: 55% !important;
  }
  .button.large {
    height: 46px;
    line-height: 21px;
    padding: 12px 22px;
    font-size: 18px !important;
    width: 10rem;
    text-align: center;
  }
  .post-rfq-mob-only {
    display: inline-block !important;
  }
  .company-info-item.address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #show-less-flags-wrapper {
    margin-top: 0;
  }
  .showcase-col .product-card img {
    height: 10rem !important;
  }
  .profile-box-h4 {
    font-size: 20px;
  }
  .floating-add-to-screen {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 63%;
  }
  .row-profile .col-md-9,
  .row-profile .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .row-profile .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-profile {
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #load-more-flags-wrapper,
  #show-less-flags-wrapper,
  #show-less-cats-wrapper {
    margin-left: 0;
  }
  .footer-social-links {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
  }
  .sidebar-widget {
    margin-bottom: 20px;
  }
  .category-box.fs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #load-more-cats-wrapper,
  #load-more-flags-wrapper-2 {
    padding-bottom: 2rem;
  }
  .products-page-row .product-card img {
    height: 10rem !important;
  }

  .explore-now-wrapper {
    margin-top: 0;
  }
  .b2b-header-row .header-heading {
    text-align: center;
  }
  .b2b-header-row .b2b-counter {
    justify-content: center;
    gap: 1rem;
  }
  .b2b-total-companies span,
  .b2b-total-products span {
    font-size: 14.5px;
  }
  .b2b-total-companies h2,
  .b2b-total-products h2 {
    font-size: 19px !important;
  }
  .latest-prod-row {
    gap: 0;
    justify-content: center;
    margin-right: 0;
  }
  .products-prod {
    gap: 0;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0.9rem;
  }
  .products-cat-row {
    gap: 0;
    justify-content: center;
    margin-right: 0;
  }
  .latest-prod {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products-prod {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .supplier-product-item.freelancers {
    align-items: center;
    flex: 0 0 48%;
  }
  .freelancer-products {
    padding-left: 0;

    padding-right: 0.8rem;
  }
  .user-features-icons {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-buy-offers h3 {
    font-size: 16px;
  }
  .b2b-first-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .b2b-first-row .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.b2b {
    padding-left: 0;
    padding-right: 0;
  }
  .premium_sup_img {
    width: 4.5rem;
    height: 4.5rem;
  }
  .supplier-product-item.freelancers img {
    width: 11rem;
  }
  .b2b-header-row {
    margin-right: 0;
    margin-left: 0;
  }
  .banner-text.list-company {
    flex-direction: column;
  }

  .list-company img {
    height: 8rem;
  }
  .products-prod img {
    height: 6rem;
  }

  .products-trendings {
    display: block;
    width: 46%;
    float: left;
    padding: 0.2rem 1rem;
    line-height: 1rem;
  }
  .more-to-explore {
    text-align: center;
  }
  .feature-prod-title {
    font-size: 13px !important;
    line-height: 1rem;
  }
  .products-prod.featured img {
    width: 89%;
  }
  .products-prod {
    min-height: 10rem;
  }
  .products-prod.featured {
    padding-top: 0.5rem;
  }
  .products-page {
    padding-left: 5px;
    padding-left: 5px;
  }
  .project-search,
  .total-rfq-count,
  .projects-left-sidebar,
  .projects-right-sidebar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .projects-banner.buyer-leads img {
    width: 96%;
  }
  .related-offers {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .freelancer-header {
    padding: 0;
  }
  .container-fluid.freelancers,
  .container-fluid.project-detail {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .project-detail-banner img {
    height: 81px;
  }
  .b2b-leads-for-business {
    margin: 0 !important;
  }
  .register-right-area {
    text-align: center;
  }
  .register-right-area button {
    margin-bottom: 15px;
  }

  .account-type-wrapper {
    justify-content: center;
  }
  .reg-label-img {
    text-align: center;
    margin-top: 1rem;
  }
  .reg-label-img img {
    width: 50%;
  }
  .signup-header {
    margin-right: 0 !important;
  }
  .signup-header .col-md-9 {
    padding-right: 0 !important;
  }
  .signup-wrapper {
    padding-top: 0 !important;
    height: 100%;
  }
  .reg-banner-wrapper img {
    width: 100%;
    margin-top: 0;
  }
  #reg-body {
    overflow: scroll;
  }
  .signup-label {
    padding-left: 10px !important;
    font-size: 1.6rem;
  }
  .supplier-banner .col-md-4 {
    background: white;
    padding: 1rem;
    margin-top: 0 !important;
  }
  .quotation-banner {
    background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.7) 88%,
      rgba(0, 189, 98, 0.15)
    ) !important;
  }
  .supplier-banner h1 {
    font-size: 26px;
  }
  .supplier-banner h2 {
    font-size: 22px;
  }
  .supplier-banner h3 {
    font-size: 16px;
  }
  .separator-doted.mobile-only {
    margin: auto;
  }

  .supplier-banner-footer-text-wrapper {
    line-height: 1rem;
    margin-top: 1.5rem !important;
  }
  .supplier-banner-footer-text {
    font-size: 14px;
  }
  .supplier-banner {
    position: relative;
  }
  .supplier-banner .overlay-white {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .reg-form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .access-b2b {
    order: -1;
  }
  .signup-text {
    display: none;
  }
  .social-signup {
    border-radius: 10px;
    width: 4rem;
    height: 4rem;
    margin: 0 0.5rem;
  }
  .social-signup i {
    margin-right: 0 !important;
  }
  .receive-quotes {
    font-size: 0.8rem !important;
  }
  .access-b2b h3 {
    font-size: 19px !important;
    line-height: 1.5 !important;
  }
  .account-type-div {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .reg-or {
    padding-top: 13px !important;
  }
  .social-signup .fa-google-plus {
    color: red !important;
  }
  .social-signup .fa-facebook {
    color: blue !important;
  }
  #search_type {
    margin-right: 0 !important;
    border-radius: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  #intro-keywords {
    border-radius: 0 !important;
  }
  .intro-search-button-mobile .button {
    padding: 11px 10px !important;
  }
  .intro-search-field {
    align-items: flex-end;
  }
  .hero-left-btn {
    padding: 7px 20px !important;
  }
  .search-supplier-wrapper div:first-child {
    margin-bottom: 10px !important;
  }
  .supplier-search-countries-list {
    height: 100%;
    max-height: 0rem;
    overflow: hidden;
    transition: 0.5s all;
  }
  .supplier-search-countries-list.active {
    height: 100%;
    max-height: 47rem;
    overflow: hidden;
  }
  .projects-titlebar {
    padding: 5px 0 !important;
  }
  .total-rfq-count .total-count {
    padding: 0 !important;
  }
  .hero-buttons.mobile-only {
    display: flex !important;
    gap: 0.5rem;
    margin-top: -7px !important;
    margin-bottom: 11px !important;
    width: 96.5%;
    margin: auto;
  }
  .hero-buttons.desktop-only {
    display: none !important;
  }
  .popup-headings {
    padding-left: 0 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fsr-ajax-filter {
    width: 100%;
    margin-right: 0;
  }

  #top-searches-heading {
    display: none !important;
  }
  .products-trendings.home {
    float: inherit !important;
    width: auto;
    display: inline-block !important;
  }
  .account-type-div.top-searches {
    padding-left: 18px !important;
  }
  .top-searches-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0rem !important;
  }
  .row.b2b-marketplace {
    padding-right: 0 !important;
  }
  #register-btn {
    padding: 4px 20px;
    font-size: 1.3rem !important;
  }
  .featured_menu.header-search {
    padding: 0.4rem 0.2rem;
  }
  .filter-suppliers {
    padding-left: 0.5rem;
  }
  .filters-row-item.buyer-leads {
    min-height: 3.5rem;
    max-height: 3.5rem;
  }
  .filters-row-item.buyer-leads .flag-img {
    width: 1.25rem;
  }
  #header .right-side {
    right: 13px !important;
  }
  .button.plan {
    height: 35px;
    line-height: 11px;
    padding: 12px 0px;
    width: 8rem;
  }
  .project-details-row {
    padding: 0.2rem;
  }
  .button.view-all-buyers-from {
    width: 65% !important;
    padding: 3px 0px !important;
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .related-offer-bid-now {
    margin: 0 !important;
    margin-top: 2rem !important;
    width: 100% !important;
  }
  .view-buyers-from a {
    font-size: 16px !important;
  }
  .rfq-summary-li {
    margin-right: 0.2rem;
    display: inline-block !important;
  }
  .rfq-summary-inner {
    padding: 10px 35px;
  }
  .rfq-summary {
    margin-bottom: 0px !important;
  }
  .sidebar-container.project-detail {
    margin-bottom: 10px;
  }
  .rfq-summary .job-overview-headline {
    padding: 6px 35px;
  }
  #multi-search-mobile {
    margin-bottom: 0;
  }
  .sub-cat-box {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0.25rem 0;
    margin-right: 6px;
    padding: 35px 0 !important;
  }
  .sub-cat-box .arrow-link {
    display: none;
  }
  .sub-cat-box .category-box-content h3 {
    padding-right: 0;
  }
  .row-sub-cat,
  .sub-cat-col {
    margin-left: 0;
    margin-right: 0;
  }
  .sub-cat-col {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #contact-supplier-dialog,
  #contact-buyer-dialog,
  #supplier_ratings-dialog,
  #product_ratings-dialog {
    width: 85%;
  }
  .ymal-item:nth-child(4),
  .ymal-item:nth-child(8),
  .ymal-item:nth-child(2),
  .ymal-item:nth-child(6) {
    border-right: 2px solid #efefef;
  }
  .ymal-item:nth-child(7),
  .ymal-item:nth-child(8) {
    border-bottom: 2px solid #efefef;
  }
  .pi-row {
    margin: 0 !important;
  }
  .pi-cols {
    border: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .pi-product-info {
    display: flex !important;
  }
  .psc-col-1,
  .psc-col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .psc-col-2 .psc-title {
    justify-content: center;
  }
  .mp-from-supplier {
    text-align: left !important;
  }
  .mp-from-supplier-row {
    justify-content: flex-start;
  }
  .psc-col-3 {
    display: flex !important;
    align-items: center;
  }
  .psc-col-3 a {
    font-size: 12px;
    width: 50%;
  }
  .floating-register {
    width: 90%;
  }
  #contact-buyer-dialog .popup-tabs-nav,
  #contact-supplier-dialog .popup-tabs-nav {
    padding-top: 7px;
  }
  .task-tags span,
  .task-tags .share-buttons {
    width: 100%;
  }
  .intro-banner-search-form.freelancers-page .intro-search-field:first-child {
    flex: 1;
  }
  #submit_quotation_banner {
    width: 100% !important;
  }
  #hero {
    padding-bottom: 0 !important;
  }
  .success-stories,
  .why-choose-quotationc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .success-stories-carousel {
    height: 31%;
  }
  .footer-bottom-section .container-fluid {
    padding: 0 10px !important;
  }
  .featured-supplier-item,
  .featured-banner-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .invt-table {
    width: 101.5%;
  }
  .dropdown-tab .dropdown-content {
    min-width: 130px;
  }
  .dropdown-tab.products .dropdown-content {
    min-width: 200px;
  }
  .contactForm-col {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
  }
  .cs-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cs-instructions-parent {
    display: none;
  }
  .cs-row form .center-col {
    flex: 0 0 75%;
  }
  .tab {
    flex: 0.5;
  }
  .star-review-item {
    padding: 7px 0 !important;
    gap: 0.2rem !important;
  }
  .no-border-under-768 {
    border: none !important;
  }

  .flash-deal-item {
    flex: 0 0 50%;
    margin-bottom: 0.5rem;
  }
  .flash-deal-item:last-child {
    flex: 0 0 100%;
  }
  .flash_deal_title {
    font-size: 1.3rem !important;
  }
  .flash_deal_sub_title {
    margin: 1.5rem 0 !important;
  }
  .sp-title {
    font-size: 1rem;
    line-height: 1;
  }
  .sp-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .sp-filter-item {
    flex: 0 0 10%;
  }
  .sp-filter-row {
    gap: 0.5rem;
    justify-content: inherit;
  }
  .heading-with-right-divider .heading-inner {
    width: 45%;
  }
  .heading-with-right-divider .divider {
    width: 55%;
  }
  .heading-with-right-divider .heading-inner h1 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .fs-heading {
    margin-left: 0rem;
    /* width: 100%; */
  }
  .event-item h4 {
    font-size: 13px;
  }
  .login-register-page {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section.recent-blogs {
    padding-top: 0 !important;
  }
  /* .featured-supplier-wrapper {
    padding: 1rem;
  } */
  .fs-heading-parent {
    padding-left: 0 !important;
  }
  .featured-suppliers {
    margin: 0 0 !important;
  }
  .featured-suppliers .heading-with-right-divider {
    margin: 0 0 !important;
  }
  /* .na-product-first div:last-child,
  .na-product-second div:last-child {
    display: none;
  } */
  .section.flash_deal .card-body {
    padding-bottom: 1px;
  }
  .ts-card {
    min-height: 14.5rem;
    max-height: 14.5rem;
  }
  .in-the-media-slider .slick-track .slick-slide img {
    width: 50%;
    margin: auto;
  }
  .trusted-by-card,
  .tf-testi-item {
    padding: 30px !important;
    padding-bottom: 60px !important;
    margin: -1rem 1rem;
  }
  .tf-slide-heading {
    font-size: 1.5rem;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .tf-hero-slide {
    height: 50vh;
  }
  .tf-services-we-provide {
    font-size: 2.5rem;
  }
  .our-little-story {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .product-breadcrumb,
  .product-currency {
    flex: 0 0 100%;
  }
  .login-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  #footer p {
    max-width: 21rem !important;
    font-size: 15px !important;
  }
  .sp-details,
  .sp-meta {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .quotation-banner-floating {
    width: 88% !important;
  }
  .get-in-touch {
    font-size: 1.5rem !important;
  }
  .have-any-quest {
    margin-bottom: 0 !important;
  }
  .contact-info-margin {
    margin-top: 0 !important;
  }
  .supplier-banner-footer-text-wrapper {
    text-align: center;
    padding-left: 15px !important;
  }
}
