﻿/* -- Font -- */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
  font-family: "Montserrat", sans-serif !important;
}

/* -- x -- */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}

.viewProfile {
  background: var(--primary) !important;
}

:root {
  --black: #000;
  --primary: #0068ad;
  --offwhite: #d9d9d9;
}

.iti {
  display: block !important;
}

#btnPopUpOk {
  background: var(--primary) !important;
  color: white;
  border-radius: 10px !important;
  border: 0px;
  padding: 5px;
}

.middle-prnt {
  position: relative;
  display: table;
  min-height: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.ps-item-cont-text h2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary);
  text-transform: uppercase;
}

.hero-form-action a:hover {
  color: white;
}

.ps-item-cont-text p {
  font-size: 14px;
  color: black;
}

.ps-item-cont-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

textarea::placeholder {
  font-size: 14px;
}

.acb-btn,
.acb-btn-outline {
  padding: 6px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid var(--primary);
  transition: all 0.5s ease;
}

.contact-form {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 15px #ccc;
}

.contact-address {
  padding: 20px;
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}

.contact-address h5 {
  color: #153755;
}

.contact-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-address ul li {
  position: relative;
  padding: 0 0 20px 25px;
}

.contact-address ul li:last-child {
  padding-bottom: 0;
}

.contact-address ul li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #000;
}

.contact-address ul li a {
  color: #7c7f82;
}

.contact-address ul li a:hover {
  color: #047eb9;
}

.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.contact-form textarea {
  height: 100px;
  resize: none;
}

.acb-btn {
  color: white;
  background: var(--primary);
}

.acb-btn:hover {
  color: var(--primary);
  background: transparent;
}

.acb-btn-outline {
  color: var(--primary);
}

.acb-btn-outline:hover {
  color: white;
  background: var(--primary);
}

.meet-the-team {
  text-align: center;
  padding-bottom: 30px;
}

.sitemap {
  background: #eaf2f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  padding: 0 15px 15px 0;
  width: 33%;
}

.sitemap ul li a {
  color: #7c7f82;
  font-weight: 500;
}

.content-banner {
  padding: 5px;
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}

.content-banner img {
  width: 100%;
}

.sitemap ul li a:hover {
  color: #047eb9;
}

.sitemap ul li a:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #047eb9;
}

.about-box {
  border: 1px solid #c2c2c2;
  margin-bottom: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
  padding: 20px;
}

.about-header {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.about-header .left,
.about-header .right {
  width: 50%;
}

.about-left-pic {
  width: 30%;
  float: left;
  padding-right: 30px;
}

.about-left-pic img {
  width: 100%;
}

.about-right-txt {
  width: 70%;
  float: left;
}

.about-header .right {
  text-align: right;
}

.about-header h3 {
  color: #153755;
  padding: 0 0 5px;
}

.about-header p {
  padding: 0;
}

.ps-item-prod-sec-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.ps-item-prod-sec-text {
  margin-top: 5px;
}

.ps-item-prod-sec-text p {
  font-size: 14px;
  margin: 0;
}

.ps-item-prod-sec-text a {
  color: black;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.ps-item {
  padding: 24px;
  background: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 24px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 2px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary);
}

/* -- x -- */

body {
  margin: 0;
  padding: 0;
}

.header {
  background: var(--primary);
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1010;
  padding-bottom: 10px;
  animation: slideDown 0.35s ease-out;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-logo {
  padding: 4px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  padding: 14px 0;
}

.main-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.main-menu ul li a img {
  height: 16px;
}

.main-menu ul li a.has-number {
  position: relative;
}

.main-menu ul li a.has-number .count-num {
  position: absolute;
  top: 10px;
  right: -8px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 100%;
  font-size: 0.5rem;
  background: red;
}

.main-menu ul li.language {
  position: relative;
}

.main-menu ul li.language a i {
  font-size: 10px;
}

.main-menu ul li.language ul.language-list {
  position: absolute;
  top: 45px;
  right: 0;
  background: var(--primary);
  display: none;
  transition: all 0.5s ease;
  z-index: 5;
}

.main-menu ul li.language ul.language-list.active {
  display: block;
}

.main-menu ul li.language ul.language-list li {
  margin: 0;
  display: block;
  border-bottom: 1px solid white;
}

.main-menu ul li.language ul.language-list li:last-child {
  border: none;
}

.main-menu ul li.language ul.language-list li a {
  color: white;
  font-size: 12px;
  padding: 6px 15px;
}

.sticky-sidebar {
  position: sticky;
  top: 180px;
  margin-bottom: 24px;
}

.side-bar-enq-form {
  padding: 12px;
  border: 1px solid var(--primary);
  border-radius: 12px;
}

.side-bar-enq-form h5 {
  font-size: 18px;
  color: var(--primary);
}

/* -- Mobile Menu -- */

a.menu-bar {
  font-size: 24px;
  color: #fff;
  margin: 6px 0;
  display: inline-block;
}

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100vh;
  z-index: 99;
  padding: 12px;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

.side-nav.active {
  transform: translateX(0);
}

.side-nav-close {
  margin-bottom: 12px;
}

.side-nav-close a {
  font-size: 15px;
  text-decoration: none;
  color: red;
}

.side-nav ul {
  padding: 0;
}

.side-nav ul li a {
  color: #000;
  text-decoration: none;
}

.side-nav ul li a:hover {
  color: var(--primary);
}
/* -- Sub Menu -- */
.has-sub {
  position: relative;
}

.main-menu ul li:hover .submenu {
  display: block;
  transition: all 0.5s ease;
}

.submenu {
  display: none;
  color: black;
  background: white;
  position: absolute;
  top: 49px;
  right: 0;
  width: 220px;
  z-index: 99;
  padding: 12px;
  border-radius: 6px;
  text-align: left;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.submenu::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  position: absolute;
  top: -8px;
  right: 30px;
}

ul.sj-action-btn li {
  display: block;
  margin: 0 0 5px;
}

ul.sj-action-btn li:last-child {
  margin: 0;
}

ul.sj-action-btn li a {
  display: block;
  padding: 4px 0;
  text-align: center;
  color: white;
  background: var(--primary);
  border-radius: 50px;
  border: 1px solid var(--primary);
}

ul.sj-action-btn li:last-child a {
  color: var(--primary);
  background: transparent;
}

ul.sj-action-btn li:first-child a {
  color: white;
}

.or-divider {
  margin: 20px 0 0;
  text-align: center;
  border-top: 1px solid #dae0e6;
}

.or-divider p {
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
  background: white;
  padding: 0 8px;
  transform: translateY(-55%);
}

ul.sj-media-login {
  text-align: center;
}

ul.sj-media-login li {
  display: inline-block;
  margin: 0 6px;
}

ul.sj-media-login li a {
  padding: 0;
}

ul.sj-media-login li a img {
  height: 24px;
}

.sj-pp-text {
  margin-top: 18px;
}

.sj-pp-text p {
  font-size: 11px;
  margin: 0;
}

.divider {
  border-bottom: 4px solid var(--primary);
  width: 60%;
}

.main-menu .submenu .sj-pp-text p a {
  color: var(--primary);
  padding: 0;
  font-size: 11px;
  display: inline;
}

.normal-divider {
  width: 100%;
  height: 1px;
  background: #dae0e6;
  margin: 12px 0;
}

.main-menu .submenu .sj-menu li {
  display: block;
  margin: 4px 0;
}

.main-menu .submenu .sj-menu li a {
  font-size: 14px;
  color: black;
  padding: 0;
}

.main-menu .submenu .sj-menu li a:hover {
  color: var(--primary);
}

/* -- x -- */
.sub-header {
  padding-top: 20px;
}

.primary-menu ul {
  margin: 0;
  padding: 0;
}

.primary-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.primary-menu ul li a {
  position: relative;
  display: block;
  padding: 2px 12px;
  color: var(--primary);
  font-size: 14px;
  border: 2px solid transparent;
  font-weight: bold;
  text-decoration: none;
}

.primary-menu ul li.active a,
.primary-menu ul li a:hover {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 2px solid var(--primary);
  border-bottom-color: #fff;
  background: #fff;
}

.search-option {
  display: flex;
  border: 2px solid var(--primary);
  border-radius: 100px;
  overflow: hidden;
  margin-top: 12px;
}

.search-option p {
  color: white;
  background: var(--primary);
  margin: 0;
  padding: 5px 20px;
}

.search-option input {
  width: 100%;
  border: 0;
  padding: 0 10px;
  background-color: transparent;
}

.search-option input:focus {
  outline: none;
}

.search-option i {
  color: var(--primary);
  font-size: 22px;
  padding: 6px 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.secondary-menu {
  margin: 24px 0;
}

.secondary-menu ul {
  margin: 0;
  padding: 0;
}

.secondary-menu ul li {
  list-style: none;
  margin: 0 10px;
  display: inline-block;
}

.secondary-menu ul li a {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 5px 10px;
  border-radius: 50px;
  min-width: 200px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

.secondary-menu ul li.active a,
.secondary-menu ul li a:hover {
  color: white;
  background: var(--primary);
}

/* -- x -- */
.category-menu {
  background: rgb(72, 73, 73);
  background: linear-gradient(
    0deg,
    rgba(72, 73, 73, 1) 0%,
    rgba(135, 135, 135, 1) 100%
  );
  position: relative;
}

.category-menu ul {
  margin: 0;
  padding: 0;
}

.category-menu ul li {
  list-style: none;
  border-bottom: 1px solid white;
}

.category-menu ul li h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 6px 20px;
}

.category-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  color: white;
  padding: 3px 20px;
  display: block;
  text-transform: uppercase;
}

.category-menu ul li a:hover {
  background: var(--primary);
}

.subcategory-box,
.sub-subcategory-box {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 250px;
  height: 100%;
  z-index: 99;
}
/*.subcategory-box {
    height: 100%;*/ /* Full height of the container */
/*overflow-y: auto;*/ /* Enable vertical scrolling */
/*padding-left: 15px;*/ /* Space for scrollbar */
/*box-sizing: border-box;*/ /* Include padding in width */
/*margin: 0;*/ /* Remove default margin */
/*list-style-type: none;*/ /* Remove bullet points */
/*}
    .subcategory-box::-webkit-scrollbar {
        width: 10px;*/ /* Width of the scrollbar */
/*}

    .subcategory-box::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);*/ /* Color of the scrollbar thumb */
/*border-radius: 5px;*/ /* Rounded corners for the scrollbar thumb */
/*}

    .subcategory-box::-webkit-scrollbar-track {
        background: transparent;*/ /* Background of the scrollbar track */
/*}*/

.subcategory-box h4 {
  margin-top: 10px !important;
  font-size: 14px;
  color: black;
  padding: 10px;
  text-transform: uppercase;
}

.sub-subcategory-box h4 {
  font-weight: bold;
  color: lightgrey;
  font-size: 11px;
}

.subcategory-box ul {
  list-style: none;
  padding: 0;
}

.subcategory-box .item a {
  color: var(--primary);
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 2px;
}

.sub-subcategory-box .item a {
  text-decoration: none;
  padding: 6px 12px;
  text-transform: none;
  margin-bottom: 6px;
}

.subcategory-box .item a:hover,
.subcategory-box .sub-item.active > a,
.subcategory-box .sub-sub-item.active a {
  background: black;
  color: #fff;
}

.category-menu li:hover .subcategory-box {
  display: block;
}

.subcategory-box .item.active .sub-subcategory-box {
  display: block !important;
}

.sub-subcategory-box {
  display: none;
  width: auto;
  background: black !important;
  transition: all 0.5s ease;
}

.sub-sub-info .item {
  width: 250px;
}

.sub-cat-image img {
  width: 200px;
  height: 370px;
  object-fit: cover;
}

.sub-cat-image .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: white;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  height: 100%;
}

.sub-cat-image .text-overlay p {
  height: 78px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.subcategory {
  background: #e1e1e1;
  padding: 8px 0 8px 18px;
}

.subsubcategory .item a {
  padding: 3px 30px;
}

/*mobile design of category for home*/
.subcategory-box-mobile {
  display: none;
  top: 0;
  left: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 100%;
  padding: 10px;
}

.subcategory-box-mobile .item a {
  color: var(--primary);
  font-weight: bold;
}

.sub-sub-info-box a {
  color: white !important;
}

.sub-subcategory-box .sub-sub-info .item a {
  color: white !important;
}

.sub-subcategory-box-mobile {
  display: none;
  top: 0;
  left: 100%;
  background-color: black;
  color: white;
  height: 100%;
  padding: 10px;
}

.mobile-category-info img {
  margin: 10px 0px;
  width: 100%;
  height: 150px;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.9) 18%,
    rgba(0, 0, 0, 0.6) 54%,
    rgba(255, 255, 255, 0.1) 70%
  );
  pointer-events: none; /* Allows clicks to pass through the overlay */
}

.mobile-category-info .text-overlay {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  font-size: 14px; /* adjust to desired font size */
  color: white;
  margin-left: 16px;
  width: 70%;
  height: auto;
  padding: 12px 6px;
}

.subcat-item {
  cursor: pointer;
}

.hero-banner .item img,
.surpluspagebanner .item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero-banner .owl-nav,
.surpluspagebanner .owl-nav {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.hero-banner .owl-nav .owl-prev,
.hero-banner .owl-nav .owl-next,
.surpluspagebanner .owl-nav .owl-prev,
.surpluspagebanner .owl-nav .owl-next {
  position: absolute;
}

.hero-banner .owl-nav .owl-prev,
.surpluspagebanner .owl-nav .owl-prev {
  left: 0;
}

.hero-banner .owl-nav .owl-next,
.surpluspagebanner .owl-nav .owl-next {
  right: 0;
}

.hero-banner .owl-nav [class*="owl-"],
.surpluspagebanner .owl-nav [class*="owl-"] {
  color: white !important;
  font-size: 24px !important;
}

.hero-banner .owl-nav [class*="owl-"]:hover,
.surpluspagebanner .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/* -- Hero Banner -- */
.hero-form {
  background: #f2f3f7;
  padding: 15px 24px;
  min-height: 100%;
}

.hero-form.enquiry-form,
.rfq-form.enquiry-form {
  min-height: 100%;
  padding: 24px;
}

.hero-form h2,
.rfq-form h2 {
  text-align: center;
  font-size: 11px;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-form-input label,
.rfq-form .hero-form-input label {
  font-size: 12px;
  width: 100%;
}

.hero-form-input,
.rfq-form .hero-form-input {
  margin-bottom: 5px;
}

.hero-form-input input,
.rfq-form .hero-form-input input,
.hero-form-input select {
  width: 100%;
  font-size: 13px;
  padding: 5px 10px;
  caret-color: var(--primary);
  border: 1px solid #e0e0e0;
}

.hero-form-input textarea,
.rfq-form .hero-form-input textarea {
  width: 100%;
  font-size: 13px;
  padding: 5px 10px;
  caret-color: var(--primary);
  border: 1px solid #e0e0e0;
}

.hero-form-input input:focus,
.rfq-form .hero-form-input input:focus {
  outline: 0;
}

.hero-form form,
.rfq-form form {
  margin-bottom: 12px;
}

.hero-form p,
.rfq-form p {
  text-align: center;
  font-size: 11px;
  margin: 0 0 5px;
}

.rfq-form {
  background: #f2f3f7;
  padding: 15px 24px;
}

.future-action-btn a {
  width: 40px;
  display: inline-block;
  color: #959595;
  font-size: 12px;
  padding: 1px 7px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #bebebe;
}

.future-action-btn a.active,
.future-action-btn a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.hero-form-action {
  margin-top: 10px;
}

.hero-form-action a,
.rfq-form a {
  padding: 4px 30px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 50px;
  margin: 8px;
}

.alprodHeader {
  border-radius: 20px;
  border: 1px solid #94a94c;
  padding: 20px 0px 20px 20px;
}

.alprodHeader .content {
  padding-left: 10%;
}

.alprodHeader h2 {
  font-size: 35px;
  font-weight: bold;
}

.alprodHeader .theme {
  font-size: 35px;
  font-weight: bold;
  color: #94a94c;
}

.alprodHeader .uline {
  border-bottom: 2px solid #94a94c;
}

.alprodHeader img {
  width: 300px;
}
/* -- x -- */
.sec {
  padding: 24px 0;
}

.sec-gt {
  padding: 24px 0 0 0;
}

.product-cat-item {
  position: relative;
  margin-bottom: 24px;
}

.product-cat-item img {
  width: 100%;
  object-fit: cover;
}

.product-cat-item-title {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-cat-item-title h2 {
  color: white;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
  min-width: 168px;
  border-radius: 50px;
  background: var(--primary);
}

/* -- x -- */
.for-buyers {
  background: var(--primary);
  padding: 40px 0;
}

.for-sellers {
  background: #2789d4;
  padding: 40px 0;
}

.how-it-work {
  color: white;
}

.how-it-work h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.how-it-work h4 {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  font-size: 12px;
  margin: 0 auto;
  color: var(--primary);
  background: white;
  text-align: center;
}

.page-not-found {
  padding: 30px 15px;
  background-color: #e9e9ea;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
}

.page-not-found h1 {
  padding: 0;
}

.how-it-work h3 {
  font-size: 16px;
  margin: 8px 0 4px;
}

.how-it-work p {
  font-size: 13px;
  margin: 0;
}

.how-it-btn a {
  font-size: 14px;
  background: white;
  text-decoration: none;
  padding: 6px 25px;
  border-radius: 50px;
  font-weight: bold;
  color: var(--primary);
}

/* -- x -- */
.sec-title {
  background: var(--primary);
  padding: 6px 12px 4px;
  margin-bottom: 20px;
}

.sec-title h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: white;
}

.sec-title i {
  font-size: 22px;
  color: white;
}

.product-item {
  margin-bottom: 24px;
}

.owl-carousel .product-item {
  margin-bottom: 0;
}

.product-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-item-txt {
  text-align: center;
}

.product-item-txt h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0 0;
  color: var(--primary);
}

.product-item-txt p {
  font-size: 12px;
  color: var(--primary);
  margin: 0;
}

.bns-leads {
  margin-bottom: 24px;
}

.owl-carousel.bns-leads .owl-nav,
.owl-carousel.surplus-carousel .owl-nav {
  margin: 0;
}

.owl-carousel.bns-leads .owl-nav [class*="owl-"],
.owl-carousel.surplus-carousel .owl-nav [class*="owl-"] {
  display: none;
  background: rgba(0, 104, 173, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 6px 4px !important;
  margin: 0;
  font-size: 18px;
  border-radius: 0;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.owl-carousel.bns-leads .owl-nav .owl-prev,
.owl-carousel.surplus-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel.bns-leads .owl-nav .owl-next,
.owl-carousel.surplus-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel.bns-leads:hover .owl-nav [class*="owl-"],
.owl-carousel.surplus-carousel:hover .owl-nav [class*="owl-"] {
  display: block;
}

/* -- x -- */

.looking-for {
  border: 1px solid #d6d6d6;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 24px;
}

.looking-for-bg img {
  width: 100%;
}

.looking-for-form {
    padding: 4px 5px 5px 5px;
}

.looking-for-form .form-group input,
.looking-for-form .form-row input,
.looking-for-form .form-group select {
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  padding: 4px 20px;
  width: 100%;
  font-size: 14px;
}

.looking-for-form .form-group,
.looking-for-form .form-row {
  margin-bottom: 10px;
}

.looking-for-submit-btn input,
.add-response input[type="submit"] {
  color: white;
  border: 0;
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 50px;
  background: var(--primary);
}

.ma-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.ma-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  display: initial;
}

.ma-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #838383;
  padding: 8px;
  display: inline-flex;
  position: relative;
  margin-top: -4px;
  margin-right: 5px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
}

.ma-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid var(--primary);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

/* -- x -- */

.testimonials {
  padding: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  margin-bottom: 24px;
}

.testimonial-title h2 {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 20px;
}

.testi-view-all a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
}

.owl-carousel .owl-item .testimolial-img img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
}

.testimonial-txt {
  padding: 10px 0;
}

.testimonial-txt p {
  font-size: 14px;
  color: #838383;
  margin: 0;
}

.testimonial-author h4 {
  font-size: 16px;
  color: #838383;
  font-weight: bold;
  margin: 0;
}

.testimonial-author p {
  font-size: 13px;
  color: #838383;
  margin: 0;
}

/* -- x -- */
.biz-app {
  background: var(--primary);
}

.biz-app h2 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 30px 0;
}

/* -- x -- */
.footer {
  padding: 30px 0;
  background: url("../img/footer-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  /* border-top: 1px solid black;*/
}

.foot-list h3 {
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 15px;
}

.foot-list ul {
  margin: 0;
  padding: 0;
}

.foot-list ul li {
  list-style: none;
  margin-bottom: 10px;
}

.foot-list ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #585a59;
}

.footer p {
  font-size: 13px;
}

.footer-logo img {
  height: 90px;
  width: auto;
}
/* -- x -- */
/* -- Product list -- */
.breadcrumb {
  margin-bottom: 20px;
  background: var(--offwhite);
}

.breadcrumb-nav ul,
.content-menu ul {
  margin: 0;
  padding: 0;
}

.breadcrumb-nav ul li,
.content-menu ul li {
  list-style: none;
  display: inline-block;
}

.breadcrumb-nav ul li,
.breadcrumb-nav ul li a {
  font-size: 14px;
  color: var(--primary);
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb-nav ul li {
  padding: 12px 0px 12px 0;
}

.breadcrumb-nav ul li:last-child {
  padding: 12px 0;
}

.content-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
  padding: 12px 20px;
  display: block;
}

.content-menu ul li.sort-by-menu {
  position: relative;
}

.content-menu ul li.sort-by-menu ul.sort-dropdown {
  position: absolute;
  width: 180px;
  display: none;
}

.content-menu ul li.sort-by-menu ul.sort-dropdown.active {
  display: block;
}

.content-menu ul li.sort-by-menu ul.sort-dropdown li {
  width: 100%;
}

.content-menu ul li.sort-by-menu ul.sort-dropdown li a {
  font-weight: normal;
  padding: 6px 20px;
  border-top: 1px solid var(--offwhite);
}

.content-menu ul li.sort-by-menu a {
  color: #fff;
  background: var(--primary);
}

.content-menu ul li.sort-by-menu a:hover {
  background: var(--primary);
}

.content-menu ul li a:hover,
.content-menu ul li a.active {
  background: #f0eeef;
}

.product-view-img img {
  width: 100%;
}

.product-view-dtail h4,
.product-view-more-txt table tbody tr td {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.product-view-more-txt {
  margin: 12px 0;
}

.product-view-more-txt::-webkit-scrollbar {
  width: 12px;
}

.product-view-more-txt::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 10px;
}

.product-view-more-txt {
  height: 140px;
  overflow-y: scroll;
  margin: 10px 0;
}

.product-view-more-txt table tbody tr td {
  padding-right: 24px;
}

.product-view-more-txt::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
}

.action-icon-btn {
  margin: 0;
  padding: 0;
}

.action-icon-btn li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.action-icon-btn li a {
  font-size: 20px;
  color: var(--primary);
}

.action-icon-btn img {
  width: auto; /* original width */
  height: 30px; /* original height */
  max-width: none;
  max-height: none;
  /*display: block;*/
}

.product-view-details-title h2 {
  color: var(--primary);
  margin: 0;
  font-size: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--primary);
}

.product-view-details-text h1 {
  font-size: 18px;
  font-weight: bold;
}

.product-view-details-text h4 {
  font-size: 16px;
}

.product-view-details-text p,
.product-view-details-text li {
  font-size: 13px;
  margin: 0 0 5px;
}

.add-response-text-input {
  padding: 0 10px;
  border: 1px solid #ababab;
  border-radius: 12px;
  display: flex;
  margin-bottom: 10px;
}

.add-response {
  margin-bottom: 24px;
}

.add-response textarea {
  width: 100%;
  height: 83px !important;
  line-height: 21px;
  border: none;
  resize: none;
  font-size: 14px;
  background-image:
    -webkit-linear-gradient(left, white 0, transparent 0),
    -webkit-linear-gradient(right, white 0, transparent 0),
    -webkit-linear-gradient(white 20px, #ccc 20px, #ccc 21px, white 21px);
  background-repeat: repeat-y;
  background-size:
    100% 100%,
    100% 100%,
    100% 21px;
  background-attachment: local;
}

.add-response textarea:focus-visible {
  border: 0;
  outline: none;
  box-shadow: none;
}

.add-response textarea::-webkit-scrollbar {
  display: none;
}

.add-response .ma-checkbox label {
  font-size: 12px;
}

.sidebar-news-feed {
  background: #9c9c9c;
  margin-bottom: 30px;
}

.sidebar-news-feed ul {
  margin: 0;
  padding: 0;
}

.sidebar-news-feed ul li {
  list-style: none;
  padding: 8px 15px;
  border-bottom: 1px solid var(--offwhite);
}

.sidebar-news-feed ul li:last-child {
  border-bottom: 0;
}

.sidebar-news-feed ul li h2 {
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 600;
  color: white;
}

.sidebar-news-feed ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* -- x -- */

.sidebar-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.sidebar-menu ul li a {
  font-size: 14px;
  text-decoration: none;
  background: #9c9c9c;
  display: flex;
  padding: 6px 15px;
  color: white;
  justify-content: space-between;
}

.category-dd ul {
  padding: 5px 0;
  background: #f2f2f2;
}

.category-dd ul li {
  margin: 0;
}

.category-dd ul li a {
  font-size: 13px;
  padding: 3px 16px;
  color: black;
  justify-content: inherit;
  align-items: center;
  background: transparent;
  cursor: pointer;
}

.category-dd ul li a:hover {
  color: var(--primary);
  font-weight: 700;
}

.category-dd ul li a i {
  color: var(--primary);
  margin-right: 5px;
  transition: all 0.5s ease;
}

.category-dd ul li.active .subcategory .item.active a i {
  transform: rotate(180deg) !important;
}

.category-dd ul li a i.active {
  transform: rotate(180deg);
}

.product-list-item {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #ccc;
}

.subsubcategory {
  border-left: 2px solid #0068ad;
  margin-left: 17px;
}

.share-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999 !important;
  align-items: center;
  justify-content: center;
}

.share-container.open {
  display: flex;
}

.share-content {
  background: var(--primary);
  width: 290px;
  padding: 30px;
  position: relative;
}

.share-content h3 {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
}

.share-content ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: flex;
  justify-content: center;
}

.share-content ul li {
  padding: 0 10px;
}

.share-content ul li a {
  color: #fff;
  font-size: 25px;
}

.share-content ul li a:hover {
  opacity: 0.5;
}

#share-close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

#shareit {
  cursor: pointer;
}

h1#h3ProductListTitle,
#h3BusinessLeadListTitle {
  font-size: 18px;
  margin: 0 0 24px;
  padding: 0 0 12px;
  color: #0068ad;
  border-bottom: 1px solid #0068ad;
}

.product-list-item-img img {
  width: 100%;
  object-fit: cover;
}

.product-box-item .product-list-item-txt {
  margin-top: 10px;
}

.product-list-item-txt h2 {
  margin: 0;
  padding: 0;
}

.blname {
  font-size: 20px !important;
  font-weight: bold;
  color: var(--primary);
  margin: 0;
  line-height: 20px !important;
}

.product-list-item-txt a h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.product-list-item-txt a h2.line-2,
.product-list-item-txt p.line-2 {
  height: 40px;
}

.product-list-item-txt a {
  color: var(--primary);
  text-decoration: none;
}

.leadType,
.leadType2 {
  position: absolute;
  top: 58px;
  right: -12px;
}

.leadType2 {
  left: 0px;
}

.product-list-item.gr-view .leadType {
  right: 0px;
  top: 34px !important;
}

.product-list-item .leadType .buying-lead,
.product-list-item .leadType .selling-lead {
  padding: 0px 18px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  border-right-width: 0;
}

.lead-type {
  display: block;
  margin-bottom: 12px;
}

.pos-right {
  right: 0px;
  top: 45px;
}

.lead-type p {
  margin: 0;
  padding: 0 12px;
  font-size: 12px;
  border: 1px solid;
  border-radius: 50px;
}

.lead-type p.buying-lead,
.product-list-item .leadType .buying-lead {
  color: red;
  border-color: red;
  background: #ffecec;
}

.lead-type p.selling-lead,
.product-list-item .leadType .selling-lead {
  color: green;
  border-color: green;
  background: #e4ffe4;
}

.product-list-item-txt p,
.product-list-item .leadType p {
  font-size: 13px;
  color: grey;
  font-weight: 600;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-list-item-txt a {
  text-decoration: none;
  color: var(--primary);
  margin-bottom: 12px;
  display: inline-block;
}

.product-list-item-txt p a {
  text-decoration: none;
  color: var(--primary);
  margin-bottom: 0;
}

.product-list-item-txt a.pdli-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 170px;
  margin: 0;
}

.pdli-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 190px;
  background: var(--primary);
}

.pdli-btn:hover {
  color: #fff;
}

.media-kit-btn {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: auto;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn-blue {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 160px;
  background: var(--primary);
  color: white;
}

.product-list-item-txt a.cs-btn {
  color: white;
  background: var(--primary);
}

.product-list-item-txt a.en-btn {
  color: var(--primary);
  background: var(--offwhite);
}

/* -- x -- */
.add-img {
  margin-bottom: 24px;
}

.add-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.add-img.add1st {
  height: 260px;
}

.add-img.add2nd {
  height: 537px;
}

.add-img.add3rd {
  height: 245px;
}

.add-img.add4th {
  height: 301px;
}

.add-img.add5th {
  height: 252px;
}
/* -- Company -- */
.seeMoreDetails {
  color: var(--primary);
  font-weight: bold;
  margin-top: 12px;
  cursor: pointer;
}

.company-header {
  background: #eeeeee;
  padding: 12px 24px 12px;
  margin: 18px 0 24px;
}

.company-logo {
  background: #fff;
  width: 160px;
  height: 160px;
  padding: 24px;
  margin-top: -30px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.com-verifi-img img {
  height: 30px;
}

.com-header-text h2 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: var(--primary);
}

.com-header-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.com-header-text ul li {
  list-style: none;
  margin-right: 12px;
}

.com-header-text ul li .flag-icon-text {
  font-size: 14px;
  font-weight: bold;
}

.com-header-text ul li a {
  font-size: 22px;
  color: var(--primary);
}

.com-header-text ul li:last-child {
  margin: 0;
}

.company-description h2 {
  margin-bottom: 24px;
  font-size: 18px;
}

.company-description h2:hover {
  color: #0d6efd;
}

.company-description h3 {
  font-size: 18px;
}

/*responsive section*/
@media (max-width: 1199px) {
  .category-menu ul li a {
    padding: 2px 20px;
  }

  .hero-form h2 {
    font-size: 10px;
    margin-bottom: 12px;
  }

  .hero-form p {
    font-size: 10px;
  }

  .product-cat-item-title h2,
  .product-item-txt h2 {
    font-size: 14px;
  }

  .how-it-btn a {
    padding: 6px 16px;
  }

  /* .product-item-img img {
        height: 150px;
    }*/
}

@media (max-width: 991px) {
  .hero-form {
    margin-top: 24px;
  }

  .hero-form h2 {
    font-size: 14px;
  }

  .hero-form p {
    font-size: 12px;
  }

  .how-it-work {
    text-align: center;
    margin-bottom: 24px;
  }

  .middle-prnt.know-More-btn {
    display: block;
  }

  .middle-prnt.know-More-btn .middle {
    display: block;
    text-align: center;
  }

  .owl-carousel .owl-item .testimolial-img img {
    margin: 0 auto;
  }

  .testimonials {
    margin-bottom: 24px;
  }

  .secondary-menu ul li a {
    font-size: 13px;
    font-weight: normal;
    min-width: 150px;
    border: 1px solid #0068ad;
  }

  .primary-menu ul li {
    margin: 0;
  }

  .primary-menu ul li a {
    margin: 8px 0;
    padding: 2px 10px;
    font-size: 12px;
  }
}

.min-max-txt {
  font-size: 16px;
  line-height: 18px;
  color: #0068ad;
  font-weight: 500;
  margin-bottom: 13px;
}

.custom-input-file {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sub-header {
    padding-top: 0px;
  }

  .secondary-menu {
    margin: 12px 0;
  }

  .secondary-menu ul li {
    margin: 0;
  }

  .secondary-menu ul li a {
    min-width: auto;
  }
}
/*bl form style*/
.post-buying-selling-lead-form h1 {
  color: var(--primary);
  font-size: 25px;
  font-weight: 600;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label span {
  padding: 5px 8px;
  text-align: left;
  float: left;
}

.inputfile + label span {
  width: calc(100% - 120px);
  min-height: 2em;
  color: #999;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile + label {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 3px;
  width: 100%;
  text-align: right;
  margin: 0;
}

.inputfile + label strong {
  height: 100%;
  color: #fff;
  font-weight: 600;
  background-color: #888b8c;
  display: inline-block;
  border-radius: 4px;
}

.inputfile + label strong {
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 500px) {
  .main-menu ul li {
    margin: 0 4px;
  }

  .main-menu ul li a {
    font-size: 10px;
  }
}

/*static pages*/
.how-it-works .toptxt {
  text-align: center;
  padding-bottom: 20px;
}

.how-it-works .txt {
  margin-bottom: 20px;
}

.how-it-works .video {
  box-shadow: 0 0 10px #666;
  position: relative;
  margin-bottom: 30px;
}

.how-it-works .video img {
  width: 100%;
}

.how-it-works .pic {
  margin-bottom: 20px;
  text-align: center;
}

.how-it-works .reverse-row .txt {
  margin-right: 30px;
}

.how-it-works .reverse-row .video {
  margin-left: 30px;
}

.video-link {
  color: #c42f2b;
  font-weight: 600;
}

.how-it-works .reverse-row .col-lg-6:nth-child(1) {
  border-left: 1px dashed #c2c2c2;
}

.how-it-works .no-reverse-row .col-lg-6:nth-child(1) {
  border-right: 1px dashed #c2c2c2;
}

.reverse-row {
  flex-direction: row-reverse;
}

.how-it-works .no-reverse-row .txt {
  margin-left: 30px;
}

.how-it-works .no-reverse-row .video {
  margin-right: 30px;
}

.how-it-works .step {
  width: 40px;
  height: 54px;
  padding-top: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #fff url(../images/step_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10px;
}

@media (max-width: 991px) {
  .how-it-works .reverse-row .step {
    left: 0px;
  }

  .how-it-works .step {
    position: relative;
    top: 0;
    margin: 0 auto 15px;
  }
}

.prodblFormHeader {
  font-size: 25px !important;
  color: var(--primary) !important;
  font-weight: bold;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.how-it-works .reverse-row .step {
  left: -20px;
}

.how-it-works .no-reverse-row .step {
  right: -20px;
}

.how-it-works .row.no-brd .col-lg-6:nth-child(1) {
  border: 0;
}

/*post bl page*/
.post-buying-selling-lead {
  background-color: #e9e9ea;
  background-image: url(../images/leads_form_bg1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  min-height: 620px;
}

.post-buying-selling-lead textarea {
  height: 120px;
  resize: none;
}

.post-buying-selling-lead textarea.summary {
  height: 80px;
}

.post-buying-selling-lead-form {
  width: 67%;
  padding: 0 0 145px 70px;
}

.post-buying-selling-lead2 {
  background-color: #e9e9ea;
  background-image: url(../images/leads_form_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  min-height: 880px;
}

.post-buying-selling-lead2 textarea {
  height: 120px;
  resize: none;
}

.post-buying-selling-lead2 textarea.summary {
  height: 80px;
}

/*https://alcircle.site/biz/images/product-image-alcirclebiz/buyer_benefit.jpg
*/
.supplier-container {
  background: url("https://alcircle.site/biz/images/product-image-alcirclebiz/seller_benefit.jpg")
    center no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 100%;
}

.buyer-container {
  background: url(../images/buyer_bg.jpg) top center no-repeat;
  background-size: cover;
  min-height: 450px;
  height: 100%;
}

.benefits {
  width: 70%;
  margin: 0 auto;
  padding-top: 100px;
  color: #fff;
}

.benefits ul {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}

.benefits ul li {
  padding: 0 0 10px 15px;
  position: relative;
}

.benefits ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/arrow_white.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 991px) {
  .post-buying-selling-lead {
    padding-left: 0;
  }

  .post-buying-selling-lead-form {
    width: 100%;
    padding: 10px;
  }
}

.seller-buyer .step {
  width: 40px;
  height: 54px;
  padding-top: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #fff url("~/assets/images/step_bg.png")
    no-repeat;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: -20px;
}

.seller-buyer .step.left {
  left: inherit;
  right: -20px;
}

.seller-buyer .has-left-border {
  border-left: 1px dashed #c2c2c2;
}

/*testimonials*/
.testimonials-container {
  padding: 10px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 8px #e6e6e6;
  margin: 10px;
}

.testimonials-container .pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ddd;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.testimonials-container .pic {
  padding: 10px 0 20px 0;
  text-align: center;
}

.testimonials-container .mCustomScrollbar {
  height: 100px;
  margin-bottom: 10px;
}

.testimonials-container p.name {
  font-weight: 600;
  color: #0068ad;
}

.testimonials-container p.name,
.testimonials-container p.post {
  padding-bottom: 0;
}

.product-view-dtail .post-by,
.product-view-dtail .post-by * {
  color: var(--primary);
  font-weight: bolder;
}
/*prod details images*/
.slider1 {
  margin: 20px;
  height: 90px;
  position: relative;
}

.thumbelina-but.horiz.left {
  left: -22px;
  border-radius: 50px;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 32px;
}

.thumbelina-but.horiz.right {
  right: -22px;
  border-radius: 50px;
  padding: 0;
  height: 30px;
  width: 30px;
  top: 32px;
}

.thumbelina-but.horiz {
  line-height: 30px;
}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
  background-color: #0068ad;
  color: #ccc;
  cursor: default;
  box-shadow: none;
}

.thumbelina-but {
  position: absolute;
  background-color: #0068ad;
  border: 0;
  box-shadow: none;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  font-family: monospace;
}

.thumbelina {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.product-view-img img {
  width: 100%;
}

.thumbelina li img {
  border: 1px solid #ccc;
}

#slider1 li,
.cloudzoom-zoom-inside {
  cursor: pointer !important;
}

.thumbelina li {
  padding: 5px;
  line-height: 0;
  margin: 0;
  width: 130px;
}

/*----- Bene Fit Box -----*/
.benefitbox {
  border: 2px solid #0068ad;
  border-radius: 12px;
  padding: 12px;
}

.benefitbox-header {
  padding: 12px 0 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--primary);
}

.benefitbox-header h1 {
  color: var(--primary);
  font-weight: bold;
}

.benefit-item {
  border: 1px solid var(--primary);
  border-radius: 50px;
  padding: 8px;
  margin-bottom: 24px;
}

.benefit-item:last-child {
  margin-bottom: 12px;
}

.benefit-item-icon {
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--primary);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  margin-right: 12px;
}

.benefit-item-icon i {
  font-size: 18px;
}

.benefit-item-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.benefit-item-text p {
  margin: 0;
  font-weight: bold;
  font-size: 13px;
}

#toggle {
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}

.fa-eye-slash#toggle:before {
  content: "\f06e";
}

.fa-eye#toggle:before {
  content: "\f070";
}

#toggle.fa-eye-slash:after {
  content: "Show Password";
  display: none;
  position: absolute;
  right: 0;
  top: -20px;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
  background: #153755;
  color: #fff;
}

#toggle.fa-eye-slash:hover:after {
  display: block;
}

.curved {
  border-radius: 20px !important;
}

#toggle.fa-eye:after {
  content: "Hide Password";
  display: none;
  position: absolute;
  right: 0;
  top: -20px;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  padding: 5px;
  background: #153755;
  color: #fff;
}

#toggle.fa-eye:hover:after {
  display: block;
}

.password-toggler {
  position: relative;
}

#password {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.fa-eye {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/*launch popup*/

.loginPopupBox {
  border-radius: 30px !important;
}

.social-login img {
  height: 24px;
}

.launchbox {
  background: url("../img/popup-bg.png") !important;
  color: white;
  padding: 30px;
}

.launchModal h2 {
  font-size: 23px;
}

.highlightpoints span {
  font-size: 15px;
}

.highlightpoints {
  padding: 0;
  text-align: left;
  font-size: 15px;
}

.registerBox {
  padding: 10px;
  background: white;
  border-radius: 20px;
}

.registerBox input[type="email"],
.registerBox input[type="text"],
.registerBox input[type="password"] {
  border: 0;
  border-bottom: 2px solid black;
  outline: 0;
}

.register-container-box {
  width: 80%;
  margin-left: 10%;
}

.box-logo {
  height: 58px;
  width: auto;
}

.sub-txt {
  margin-top: 10px;
  font-size: 16px;
}

.popupBtn {
  border: 0;
  border-radius: 30px;
  background: black;
  color: white;
  padding: 6px 14px 6px 14px;
}

.launchModal {
  max-width: 60% !important;
}

@media (max-width: 480px) {
  .launchModal {
    max-width: 100% !important;
    margin-top: 10%;
  }
}

.social-btn {
  border: 0;
  padding: 6px;
  border-radius: 20px;
  background: white;
}

.social-btn img {
  border: 0;
}

#errorLaunchText {
  background: white;
  padding: 10px;
  margin: 10px;
  color: red;
}

.advertise-slide {
  margin-bottom: 24px;
}

.advertise-slide img {
  width: 100%;
}

.r-180 {
  transform: rotate(180deg);
}

.loader {
  background: rgba(19, 54, 72, 0.9);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.loader .fa-close {
  color: #fff;
  font-size: 25px;
  margin: 20px;
  font-weight: 400;
  cursor: pointer;
  float: right;
}

.loader img {
  width: 80px;
}

.logo-dropdown.active {
  display: block;
}

.logo-dropdown {
  display: none;
  background: #fff;
  padding: 6px 12px;
  position: absolute;
  top: 50px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo-dropdown::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  right: 30px;
}

.logo-dropdown ul {
  margin: 0;
  padding: 0;
}

.logo-dropdown ul li {
  list-style: none;
}

.logo-dropdown ul li a {
  text-decoration: none;
  font-size: 14px;
  color: black;
}

.logo-dropdown ul li a:hover {
  color: var(--primary);
}

.btn-submit {
  background: #0068ad !important;
}

.social-links a {
  text-decoration: none;
}

.social-links img {
  height: 40px;
  width: 40px;
}
/* Mobile App CSS */
.m-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--primary);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}

.m-search-logo {
  padding: 6px 12px;
  background: var(--primary);
}

.m-search-logo img {
  height: 26px;
}

.m-search-input {
  width: 100%;
  padding: 0 12px;
}

.m-search-input input {
  border: none;
  width: 100%;
  height: 34px;
}

.m-search-input input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.m-sh-btn {
  text-decoration: none;
  text-align: center;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 50px;
  color: var(--primary);
  display: block;
  border: 1px solid var(--primary);
}

/* -- Mobile Product List Page -- */

.top-b-btn a {
  background: #efefef;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 0;
  color: var(--primary);
  font-weight: 600;
}

.top-b-btn a.bl_btn {
  background: #d9d9d9;
}

.top-b2-btn {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.top-b2-btn .col {
  border-right: 1px solid #999;
}

.top-b2-btn .col:last-child {
  border-right: 0;
}

.top-b2-btn a {
  padding: 6px 0;
  font-size: 13px;
  color: #838383;
  display: inline-block;
  text-decoration: none;
}

.top-bl-btn a {
  margin: 0 4px;
}

.top-bl-btn a.active {
  padding: 6px 10px;
  color: var(--primary);
  background: #d9d9d9;
}

a.ocb-accordient-title {
  text-decoration: none;
  padding: 6px 0;
  color: #333;
}

.ocb-accordient-body {
  padding: 6px;
  background: #f2f2f2;
  border-radius: 6px;
  margin-bottom: 4px;
}

.ocb-accordient-body ul {
  margin: 0;
  padding: 0;
}

.ocb-accordient-body ul li {
  list-style: none;
}

.ocb-accordient-body ul li a {
  color: #333;
  text-decoration: none;
}

.ocb-accordient-body ul li a i {
  margin-right: 6px;
}

select.goog-te-combo {
  padding: 4px 8px;
  border-radius: 50px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

select.goog-te-combo option {
  color: black;
}

.bl-details h2 {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.bl-details h4 {
  font-size: 18px;
  font-weight: bold;
}

.bl-details span {
  font-size: 16px;
}

.product-specification-details left {
}

.file-list {
  list-style: none;
}

.file-list li a {
  background: var(--primary);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
}

.file-list li {
  margin: 10px;
}

.file-list i {
  color: white;
}

/* --------------------lead modal start-------------- */
.leadModal .modal-body {
  background: blue;
  background: url("../assets/img/bgTheme.png");
  width: 600px;
}

.leadModal p {
  font-size: 22px;
  color: white;
}

.leadModal .head {
  font-size: 30px;
}

.leadModal input,
.leadModal select {
  border-radius: 20px;
  padding: 6px 15px;
}

.leadModal .btn-submit {
  border-radius: 20px;
  border: 0;
  outline: 0;
  padding: 8px 20px;
  width: 200px;
  margin-top: 20px;
  font-weight: bold;
}

.underline {
  color: white;
  border: 1px solid white;
}

.leadModal span {
  font-weight: bold;
  font-size: 28px;
}

.leadModal .poi {
  margin-bottom: 0;
}

/*tour styles*/
.driver-popover {
  background: #0068ad !important;
  color: white !important;
}

.driver-popover-close-btn {
}

.show {
  display: block;
}

.hide {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid white;
}

/*rfq modal start*/

.rfqModal .modal-body {
  background: #0068ad !important;
  width: 600px;
}

.rfqModal hr {
  color: white !important;
  height: 5px !important;
}

.blue-line {
  border-bottom: 3px solid #0068ad;
}

.hotLeads img {
  width: 100%;
}
/*hot lead strip*/
.hotLeadsStrip {
  background: var(--primary) !important;
  color: white !important;
  width: 180px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 5px 0px 5px 15px;
  position: fixed;
  right: 0;
  top: 187px;
  z-index: 99;
  transform: translateX(0);
  transition: all 0.5s ease;
  height: 35px;
}

.hotLeadsStrip.small {
  transform: translateX(148px);
}

.hotLeadsStrip a {
  text-decoration: none;
  color: white;
}

.hotLeadsStrip a:hover {
  color: white;
}
/*transition form strip for mobile*/
.introjs-tooltip {
  background: var(--primary) !important;
  color: white !important;
}

.translatorModal {
  width: 700px;
}

.translatorModal .modal-body {
  background: url("../img/popup-bg.png");
  position: fixed;
  top: 30%;
  left: 30%;
  visibility: hidden;
  width: 700px;
  color: white;
  border-radius: 10px;
  padding: 10px !important;
}

.translator-line {
  display: inline-block;
  border-bottom: 1px solid white;
  width: 200px;
}

.cn-text {
  margin-bottom: 0px;
}

.translatorModal .card {
  border-radius: 20px;
}

.translatorModal button {
  background: black;
  color: white;
  border: 0;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 25px;
}

.translatorModal .logo {
  margin-top: 25px;
  width: 170px;
  height: auto;
  margin-bottom: 15px;
}

/* -- MEGA CAT -- */
.mega-cat {
  position: absolute;
  top: 0;
  left: calc(100% - 12px);
  z-index: 999;
}

.mega-cat-opacity {
  position: relative;
}

.mega-cat-opacity::after {
  content: "";
  height: 80px;
  width: calc(100% - 6px);
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, #ffffff);
}

.mega-cat-sec {
  padding: 24px 0;
  height: 370px;
  width: 380px;
  overflow-y: auto;
}

.mega-cat-sec ul {
  margin: 0;
  padding: 0;
  /*direction: ltr;*/
}

.mega-cat-sec ul li {
  list-style: none;
}

.mega-cat-sec ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 24px;
  margin: 6px 0;
  font-weight: 500;
  transition: all 0.5s ease;
}

.mega-cat-sec.mega-st ul {
  margin-bottom: 60px;
}

.mega-cat-sec.mega-st ul li a {
  color: var(--primary);
}

.mega-cat-sec.mega-nd ul li a {
  color: white;
}

.mega-cat-sec.mega-nd ul li a:hover {
  background: white;
  color: black;
  cursor: pointer;
}

.mega-cat-sec.mega-st ul li a:hover,
.mega-cat-sec.mega-st ul li a.active {
  transition: all 0.5s ease;
  background: #202020;
  color: #fff;
}

.mega-cat-sec.mega-st ul li a:hover span i,
.mega-cat-sec.mega-st ul li a.active span i {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}

.mega-cat-sec.mega-st {
  background: #fff;
}

.mega-cat-sec ul li.mega-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: bold;
  padding: 4px 24px;
}

.mega-cat-sec.mega-nd ul li.mega-label {
  color: #979797;
}

/*This cause the division content
to be displayed from right to left */
.Flipped {
  /*direction: rtl;*/
}

/* Designing for scroll-bar */
.mega-cat-sec::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.mega-cat-sec::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
}

/* Handle */
.mega-cat-sec::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 5px;
}

/* Handle on hover */
.mega-cat-sec::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.mega-cat-sec.mega-nd {
  background: #202020;
}

.mega-cat-sec.mega-rd {
  width: auto;
  padding: 0;
}

.mega-st,
.mega-nd,
.mega-rd {
  display: none;
}

.img-main {
  height: 480px;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 13px;
}

/*seller form page*/
.info-box {
  border: 2px solid #0068ad;
  border-radius: 20px;
  padding: 20px;
}

.info-item-card {
  text-align: center;
  background: #0068ad;
  height: 150px;
  width: 150px;
  color: white;
}

.info-item-card2 {
  text-align: center;
  background: #1685d2;
  height: 150px;
  width: 150px;
  color: white;
}

.hovered {
  background: #1685d2;
}

.hovered2 {
  background: #0068ad;
}

.col {
  flex: 1;
}

.seller-page-form {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 20px;
}

.seller-page-form input,
.seller-page-form select,
.seller-page-form textarea {
  margin-bottom: 10px;
}

.seller-file-button {
  text-align: center;
  padding: 10px;
  border: 1px solid #0068ad;
  border-radius: 10px;
}

.theme-bg {
  background: #0068ad;
  padding: 10px;
  color: white;
  font-size: 23px;
}

.theme-bg a,
.theme-bg a:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 500px) {
  .info-box {
    padding: 10px !important;
  }
}

/*silver package company new*/
/*For New Company Page*/
/* Profile */
.profile-banners-wrap {
  background: #f9f9f9;
}

.pbw-top {
  padding: 24px;
}

.pb-thumb-img ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.pb-thumb-img ul li {
  list-style: none;
  width: 33.33%;
}

.pb-thumb-img ul li img {
  width: 100%;
}

.pb-thumb-img ul li.is-overlay {
  position: relative;
}

.pb-thumb-img ul li.is-overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.pb-thumb-img ul li.is-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
}

.pb-thumb-img ul li.is-overlay .overlay-content i {
  color: #fff;
  font-size: 24px;
}

.pb-thumb-img ul li.is-overlay .overlay-content span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.pb-main-content h3 {
  font-size: 20px;
  color: var(--primary);
  font-weight: bold;
}

.pb-main-content .search-area {
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 0px 12px;
  background: #fff;
  max-width: 260px;
  display: flex;
  align-items: center;
}

.pb-main-content .search-area input {
  border: none;
  font-size: 14px;
}

.pb-main-content .search-area input:focus-visible,
.pb-main-content .send-enquiry input:focus-visible {
  outline: none;
  box-shadow: none;
}

.pb-main-content .search-area span {
  color: var(--primary);
  font-size: 22px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pb-main-content .pbmc-review ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}

.pb-main-content .pbmc-review ul li {
  list-style: none;
  color: var(--primary);
}

.pb-main-content .pbmc-review p {
  font-size: 0.8rem;
  font-weight: 600;
}

.pb-main-content .pbmc-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.pb-main-content .pbmc-share ul li {
  list-style: none;
}

.pb-main-content .pbmc-share ul li a {
  color: var(--primary);
  font-size: 1.6rem;
}

.pb-main-content .verified-batch img {
  height: 32px;
}

.pb-main-content .btn-defualt {
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 0.9rem;
}

.pb-main-content .send-enquiry {
  background: #fff;
  padding: 12px;
}

.pb-main-content .send-enquiry input {
  font-size: 0.9rem;
}

/* Force tabs into a single line and allow horizontal scrolling */
.tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #ececec;
}

.tabs-wrapper .scroll-btn {
  background: #d9d9d9;
  /*border: none;*/
  padding: 8px 12px;
  cursor: pointer;
  z-index: 1;
}

.tabs-wrapper .scroll-btn:disabled {
  opacity: 0.3;
  display: none;
  cursor: default;
}

.tabs-wrapper .tabs-container {
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.tabs-wrapper .tabs-container::-webkit-scrollbar {
  display: none;
}

.tabs-wrapper .nav-tabs {
  border: none;
  flex-wrap: nowrap;
}

.tabs-wrapper .nav-tabs .nav-link {
  white-space: nowrap;
  font-size: 0.9rem;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  color: #202020;
  padding: 8px 24px;
}

.tabs-wrapper .nav-tabs .nav-link:focus-visible,
.tabs-wrapper .nav-tabs .nav-link:focus {
  outline: none;
  border: none;
}

.tabs-wrapper .nav-tabs .nav-link:hover {
  border: 0;
}

.tabs-wrapper .nav-tabs .nav-link.active {
  background: #f9f9f9;
  border-top: 3px solid var(--primary);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.tabs-content-wrap {
  background: transparent;
  border: none !important;
}

.tc-text h4 {
  font-size: 1rem;
}

.tc-text p {
  font-size: 0.8rem;
}

.featured-products {
  margin: 24px 0;
}

.fp-wrap {
  padding: 24px;
  background: linear-gradient(180deg, #7cbde4 0%, #076db0 100%);
}

.p-sec-title {
  margin-bottom: 24px;
}

.p-sec-title h2 {
  font-size: 0.9rem;
  font-weight: 500;
}

.fp-box {
  background: #fff;
}

.fp-box .fp-box-img {
  position: relative;
}

.fp-box .fp-box-img .overlay-fpb-batch {
  position: absolute;
  top: 12px;
  left: 12px;
}

.fp-box .fp-box-img .overlay-fpb-batch p {
  font-size: 0.7rem;
  margin: 0;
  text-transform: uppercase;
  padding: 4px 12px;
  background: #9b9a9a;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}

.fp-box .fp-box-content {
  padding: 24px 12px;
  text-align: center;
}

.fp-box .fp-box-content h4 {
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.fp-box .fp-box-content .btn-defualt {
  background: var(--primary);
  padding: 8px 24px;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.owl-theme.featured-products-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -54px;
  right: 0;
}

.owl-theme.featured-products-slider .owl-nav .owl-prev,
.owl-theme.featured-products-slider .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: #68b0db;
  /*background: #FFFFFF;*/
}

.pt-wrap {
  padding: 24px;
  background: #f9f9f9;
}

.pt-slider {
  padding: 0 60px;
}

.pt-box {
  display: flex;
  gap: 30px;
  align-items: center;
}

.pt-box-img {
  position: relative;
  width: 162px;
}

.pt-box-img .portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 20px;
}

.pt-box-img .ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pt-box-text h5 {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 4px;
}

.pt-box-text h6 {
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.pt-box-text p {
  font-size: 1.1rem;
}

.owl-theme.pt-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-theme.pt-slider .owl-nav .owl-prev,
.owl-theme.pt-slider .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: #ffffff;
  background: var(--primary);
}

.activities-releted-news {
  margin: 24px 0;
}

.activities-releted-news .activities,
.activities-releted-news .releted-news {
  padding: 24px;
  height: 430px;
}

.activities-releted-news .activities {
  background: #f0fadf;
}

.activities-releted-news .releted-news {
  background: linear-gradient(180deg, #249359 0%, #f3faf1 139.43%);
  overflow-y: auto;
  overflow-x: hidden;
}

.activities-releted-news .p-sec-title a,
.p-business-leads .p-sec-title a,
.alfluencer-jobs .p-sec-title a,
.p-surplus .p-sec-title a {
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.activities-releted-news .releted-news a {
  text-decoration: none;
  color: #333;
}

.activities-releted-news .releted-news .releted-news-item {
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 24px;
}

.activities-releted-news .releted-news .releted-news-item h4 {
  font-size: 0.9rem;
  font-weight: 600;
}

.activities-releted-news .releted-news .releted-news-item p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.pbl-wrap {
  padding: 24px;
  background: #f9f9f9;
  margin-bottom: 24px;
}

.pbl-wrap .pbl-box {
  background: #fff;
}

.pbl-wrap .pbl-box .pbl-img {
  position: relative;
}

.pbl-wrap .pbl-box .pbl-img img {
  width: 100%;
}

.pbl-wrap .pbl-box .pbl-img .pbl-batch {
  width: 54px;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 2px 12px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  left: 0;
}

.pbl-wrap .pbl-box .pbl-img .pbl-batch.buy {
  color: #000;
  background: #9ed6ff;
}

.pbl-wrap .pbl-box .pbl-img .pbl-batch.sell {
  color: #fff;
  background: #19b669;
}

.pbl-wrap .pbl-box .pbl-img .pbl-batch.scrap {
  width: auto;
  border-radius: 50px;
  color: #fff;
  left: 18px;
  background: #9b9a9a;
  font-weight: bold;
}

.pbl-wrap .pbl-box .pbl-text {
  padding: 24px 12px;
  text-align: center;
}

.pbl-wrap .pbl-box .pbl-text h3 {
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.pbl-box .pbl-text .btn-defualt {
  background: var(--primary);
  padding: 8px 24px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.alfluencer-jobs .alfluencer,
.alfluencer-jobs .jobs {
  padding: 24px;
  min-height: 432px;
}

.alfluencer-jobs .alfluencer {
  background: linear-gradient(213.45deg, #92e6be -5.88%, #3a3aa6 109.5%);
}

.alfluencer-jobs .activities-box {
  text-align: center;
}

.alfluencer-jobs .activities-box-img {
  position: relative;
  max-width: 250px;
  margin: 0 auto 24px;
}

.alfluencer-jobs .activities-box-img .portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  padding: 45px;
}

.alfluencer-jobs .activities-box-img .ring {
  position: absolute;
  top: 0;
  left: 8px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.alfluencer-jobs .activities-box-text h5 {
  color: #fff;
}

.alfluencer-jobs .activities-box-text h6 {
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.owl-theme.activities-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-theme.activities-slider .owl-nav .owl-prev,
.owl-theme.activities-slider .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: var(--primary);
  background: #fff;
}

.alfluencer-jobs .jobs {
  padding: 24px;
  background: linear-gradient(225.15deg, #67e0fd 2.75%, #0071e1 91.57%);
}

.alfluencer-jobs .jobs-item {
  padding: 16px;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}

.alfluencer-jobs .jobs-item .jobs-item-text h2 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.alfluencer-jobs .jobs-item .jobs-item-text p {
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.alfluencer-jobs .jobs-item .jobs-item-btn .btn-defualt {
  background: var(--primary);
  padding: 10px 24px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.ps-wrap {
  margin: 24px 0;
  padding: 24px;
  background: #f9f9f9;
}

.ps-wrap .fp-box .fp-box-img img {
  width: 100%;
}

.pr-wrap {
  padding: 24px;
  background: #f9f9f9;
  margin-bottom: 24px;
}

.p-review .pr-wrap .btn-defualt {
  width: 100%;
  background: var(--primary);
  padding: 10px 24px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.p-review .p-review-text ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 6px;
}

.p-review .p-review-text ul li {
  font-size: 1.2rem;
  list-style: none;
  color: var(--primary);
}

.p-review .p-review-text h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 0;
}

.p-review .p-review-text p {
  font-size: 0.7rem;
}

.p-review .p-review-result h5 {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.p-review .p-review-result .review-line {
  border-radius: 50px;
}

.p-review .p-review-result .review-line .progress-bar {
  border-radius: 50px;
  background: var(--primary);
}

.p-review .p-review-result .review-qty {
  width: 70px;
}

.p-review .review-filter {
  margin-bottom: 24px;
}

.p-review .review-filter a.review-filter-btn {
  background: #d9d9d9;
  color: var(--black);
  text-decoration: none;
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}

.p-review .review-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.p-review .review-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-review .review-box .review-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.p-review .review-box .review-box-title .rbt-user {
  display: flex;
  align-items: center;
  gap: 6px;
}

.p-review .review-box .review-box-title .rbt-user img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.p-review .review-box .review-box-title .rbt-user h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.p-review .review-box .review-box-title .rbt-date {
  font-size: 0.8rem;
}

.p-review .review-box .review-box-review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.p-review .review-box .review-box-review ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4px;
}

.p-review .review-box .review-box-review ul li {
  list-style: none;
  color: var(--primary);
}

.p-review .review-box .review-box-review p {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0;
}

.p-review .review-box .review-box-text p {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.p-faq .pf-wrap {
  background: #f9f9f9;
  padding: 24px;
  margin-bottom: 24px;
}

.p-faq .accordion .accordion-item {
  background: transparent;
}

.p-faq .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 0.9rem;
  font-weight: 500;
  background-color: transparent;
}

.p-faq .accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
}

.navigation-a-right {
  position: absolute;
  top: 6px;
  right: 6px;
}

.navigation-a-right img {
  width: 30px; /* original width */
  height: 30px; /* original height */
  max-width: none;
  max-height: none;
  display: block;
}

.navigation-a-right-bottom {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.navigation-a-right-bottom img {
  width: auto; /* original width */
  height: 30px; /* original height */
  max-width: none;
  max-height: none;
  display: block;
}

.owl-theme.featured-products-slider .owl-nav,
.owl-theme.featured-products-slider-tc .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -54px;
  right: 0;
}

.owl-theme.featured-products-slider .owl-nav .owl-prev,
.owl-theme.featured-products-slider-tc .owl-nav .owl-prev,
.owl-theme.featured-products-slider .owl-nav .owl-next,
.owl-theme.featured-products-slider-tc .owl-nav .owl-next {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #68b0db;
  background: #ffffff;
}

@media (max-width: 767px) {
  .profile-testimonials .pt-box {
    display: block;
  }
}

.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}

img.product-view-main {
  height: 240px;
  width: 100%;
  object-fit: contain;
}

.owl-carousel.owl-theme.featured-products-slider-tc .fp-card-small {
  width: 250px;
  margin: 0 auto;
}

.tab-company-description {
  max-height: 435px;
  overflow-y: auto;
}

.pbl-wrap .pbl-box .pbl-text a h2,
.fp-box .fp-box-content a h2 {
  margin: 0 0 12px;
}

/*verify tag*/

.batch-verified {
  width: 100px;
}

.batch-tag {
  width: 30px;
}

.batch-tag-pill {
  width: 100px;
}

.batch-verified img,
.batch-tag img,
.batch-tag-pill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.batch {
  position: absolute;
  right: 8px;
}

.batch.batch-tag {
  top: 8px;
}

.batch.batch-verified {
  bottom: 8px;
}

.product-item-img .batch img {
  height: auto !important;
}

.batch-b {
  position: absolute;
  bottom: 8px;
  left: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.gap-12 {
  gap: 23px;
}

/*-- Home Page PopUp --*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background-color: #007bce;
  background-image: url("/images/POPUP_650x450.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding: 50px 40px;
  border-radius: 20px;
  color: #fff;
  max-width: 750px; /* ⬅️ smaller than before (was 900px) */
  width: 90%; /* stays responsive on smaller screens */
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.popup-text {
  font-size: 20px;
  margin-bottom: 25px;
}

.popup-btn {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
}

.popup-skip {
  display: block;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: right;
}

@media (max-width: 768px) {
  .popup-content {
    background-position: center;
    background-size: cover;
    padding: 40px 25px;
    max-width: 95%;
  }
}

/*Search Compnay Page*/
#otherProductsAndServices {
  scroll-margin-top: 100px; /* smooth alignment after scroll */
}

/*RFQ section */

.RFQhead h2 {
  font-weight: 800;
  padding: 0;
  color: #fff;
}

.offerings {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin-top: 2rem;
}

.offerings p {
  padding: 0;
}

.offerings h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.3rem;
  padding: 0;
}

.lastqoute {
  font-size: 1.1rem;
  font-weight: 500;
  /*    padding-bottom: 40px;*/
}

.bgTheme-rfq {
  background: #0068ad;
  border-top-right-radius: 20%;
  border-bottom-right-radius: 20%;
  height: max-content;
}

.signupContent {
  margin-left: 7% !important;
  margin-top: 7% !important;
}

.heading_Quotation {
  padding-left: 80px;
}

.tooltip-custom {
  position: relative;
  display: inline-block;
}

.tooltip-custom .tooltip-text {
  visibility: hidden;
  background-color: #b1afaf;
  color: #000;
  text-align: left;
  padding: 6px 10px;
  border-radius: 4px;
  width: max-content;
  max-width: 200px;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  white-space: normal;
}

.tooltip-custom:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 576px) {
  .tooltip-custom .tooltip-text {
    max-width: 200px;
    right: 105%;
    font-size: 13px;
  }
}

/*RFQ section End */

/*Post Business lead */
@media only screen and (max-width: 768px) {
  .form_width {
    width: 100% !important;
    padding: 0 0 0px 0px !important;
  }

  .lead-info-card {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}

.lead-info-card {
  background: #005a9c;
  color: #fff;
  padding: 35px;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.lead-info-card h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 32px;
}

.lead-info-card p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

.lead-info-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 24px;
}

.lead-info-card #lead-info-ready {
  font-size: 18px;
  font-weight: 700;
  margin-top: 33px;
  margin-bottom: 0px;
}

.lead-info-card ul {
  padding-left: 18px;
}

.lead-info-card ul {
  list-style: none;
  padding-left: 20px;
}

.lead-info-card ul li {
  position: relative;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 4px;
}

.lead-info-card ul li::before {
  content: "•";
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 0;
  top: -4px;
}

.bg_Business_Lead_Form {
  background: #e9e9ea;
  padding-top: 40px;
}

.form_width {
  width: 95%;
  padding: 0 0 45px 70px;
}

.bottom-blue-line {
  width: 100%;
  height: 100px;
  background: #0068ad;
}

/*Post Business Lead End*/

.ddlSub {
  margin: 6px 0px;
}
/*Post Business Lead End*/

/*Seller List*/

@media (max-width: 991.98px) {
  .ps-item-cont-text {
    margin-bottom: 40px;
  }

  .batch-b {
    display: flex;
    position: static;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .mobile_row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .mobile_col-3 {
    padding: 0;
    position: relative;
    /*        width: 47% !important;*/
    margin-bottom: 10px;
  }

  .mobile_col-9 {
    padding: 0px 18px;
    text-align: center;
    width: 100% !important;
  }

  .batch-b {
    display: flex;
    justify-content: center;
  }

  .batch-verified {
    width: 100px !important;
  }

  .batch-tag-pill {
    width: 100px !important;
  }

  .mobile_starIcon {
    position: absolute;
    top: 0px;
    left: 90%;
  }

  .icon_contact {
    justify-content: center !important;
  }

  .ps-item-cont-text p {
    font-size: 16px !important;
  }

  #divSellerList {
    padding: 0;
  }
}

/*Seller List End*/

/* Sub-header Scrolling */

@media (max-width: 1006px) {
  #sub-header.scrolled-up .search-bar {
    float: right !important;
    width: fit-content;
  }
}

@media (max-width: 998px) {
  .main-menu ul li {
    margin: 0 3px !important;
  }
}

.scrolled-logo img {
  width: 56px;
  margin-top: 4px;
  float: right;
}

/* Sub-header Scrolling End */

/*SilverPackageSellerCompanyHome*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-main-content .send-enquiry {
    background: #fff;
    padding: 12px;
    margin-top: 10px;
  }
}

/*SilverPackageSellerCompanyHome   End*/

/*Company Header*/

.companytestimoninalcarousel .owl-item {
  padding: 0px 190px;
}

.carousel-control-prev {
  left: 8%;
}

.carousel-control-next {
  right: 8%;
}

@media (max-width: 998px) {
  .companytestimoninalcarousel .owl-item {
    padding: 0px;
  }

  main-menu ul li {
    margin: 0 3px !important;
  }

  .spaceactive {
    padding-top: 28px;
  }

  .carousel-control-prev {
    left: 0%;
  }

  .carousel-control-next {
    right: 0%;
  }
}

@media (max-width: 1006px) {
  #sub-header .search-bars {
    float: right !important;
    width: fit-content;
  }
}

/*Company header End*/

/*Business leads Grid pages */
.lead-badge-grid {
  position: absolute;
  top: 10px;
  left: 63%;
  padding: 6px 16px;
  border-radius: 20px 0 0 20px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.lead-badge-grid span {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.lead-badge-grid::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
}

@media (max-width: 768px) {
  .lead-badge-grid {
    top: 2px;
    left: 31%;
    right: -7%;
  }
}
/*@media (max-width: 540px) {
    .lead-badge-grid {
        top: 2px;
        left: 54%;
    }
}*/
/*Business leads Grid pages End */

/*Business Leads List pages*/

.lead-badge {
  position: absolute;
  top: 3px;
  left: 46%;
  right: -8%;
  padding: 6px 16px;
  border-radius: 20px 0 0 20px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.lead-badge span {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.lead-badge::after {
  content: "";
  position: absolute;
  right: -1.2px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
}

/*    Selling Lead Badge */
.selling-badge {
  background: linear-gradient(90deg, #e4ffe4, #e4ffe4);
  border: 2px solid #2e9e37;
}

.selling-badge span {
  color: #0c6b10;
}

.selling-badge::after {
  border-left: 16px solid #2e9e37;
}
/*Buying Lead Badge */
.buying-badge {
  background: linear-gradient(90deg, #ffe4e4, #ffe4e4);
  border: 2px solid #d32f2f;
}

.buying-badge span {
  color: #b71c1c;
}

.buying-badge::after {
  border-left: 16px solid #d32f2f;
}

@media (max-width: 480px) {
}

@media (max-width: 576px) {
  .lead-badge {
    top: 0px;
    left: 24%;
    right: -8%;
  }
}

@media (max-width: 768px) {
  .lead-badge {
    top: 0px;
    left: 35%;
    right: -10%;
  }
}

@media (min-width: 992px) {
  .lead-badge {
    top: 0px;
    left: 49%;
    right: -8%;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/*Business Leads List pages End*/
/*Landing Page business Lead */
.businessLead-badge {
  position: absolute;
  top: 0px;
  left: 55%;
  right: -3%;
  background: #f9f9f9;
  padding: 4px 16px;
  border-radius: 0 0 0 20px;
  border: 2px solid #838383;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 3px 6px #c2c2c2;
}

.businessLead-badge span {
  color: #0c6b10;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.businessLead-badge::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #838383;
}
/*Landing Page business Lead End*/

/*Landing Page Selling Lead Lead */
.SellingLead-badge {
  position: absolute;
  top: 0px;
  left: 55%;
  right: -3%;
  background: #f9f9f9;
  padding: 4px 16px;
  border-radius: 0 0 0 20px;
  border: 2px solid #838383;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 3px 6px #c2c2c2;
}

.SellingLead-badge span {
  color: #0c6b10;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.SellingLead-badge::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #838383;
}

/*Landing Page Selling Lead End*/

/*For Modile badge */
@media (max-width: 768px) {
  .Badges {
    right: -5.9% !important;
  }
}

/*Badges */

.Badges {
  position: absolute;
  top: 0;
  left: 55%;
  right: -4%;
  padding: 4px 16px;
  border-radius: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 3px 6px #c2c2c2;
}

.Badges span {
  color: #0c6b10;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.Badges::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -10px;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #838383;
}
/*Badges End */

/* Premium Badge*/
.Badge_Premium {
  background: linear-gradient(180deg, #956e48 0%, #e1a976 50%, #835f3d 100%);
  border: 2px solid #e2a46b;
}
/* Premium Badge End*/

/*Gold Badge*/
.Badge_Gold {
  background: linear-gradient(180deg, #cea53d 0%, #e8c641 50%, #eceb83 100%);
  border: 2px solid #c8cacb;
}
/*Gold Badge End*/

/*Silver Badge*/
.Badge_Silver {
  background: linear-gradient(180deg, #959697 0%, #f9f9f9 50%, #b1b1b2 100%);
  border: 2px solid #c8cacb;
}

/*Silver Badge*/
/*/Normal Badge/
*/
.Badge_normal {
  background: #f9f9f9;
  border: 2px solid #838383;
}

/*sellerList page */

@media (min-width: 992px) and (max-width: 1199px) {
  .mobile_col-3 {
    display: flex;
    background: #ccc;
  }
}

/*sellerList page End */

/* Pagination number  */
.page-item.active .page-link {
  background-color: #0068ad !important;
  border-color: #0068ad !important;
}
/* Pagination number End  */
