* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --font-poppins: "Poppins", sans-serif;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-grey: #4D575D;
  --light-bg: #EEF4FB;
  --dark-bg: #E0EAEF;
  --light-blue: #0069F2;
  --dark-blue: #0F3F75;
  --border-color: #CAD6DC;
  --table-bg: #E3EDFF;
  --dullgrey: #BAC1CF;
  --grey-color:#828383;
  --blue-gradiant: linear-gradient(213.83deg, #081D59 18.7%, #00D5F6 101.98%);
}

body {
  font-family: var(--font-poppins);
  background-color: var(--white-color);
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h3 {
  font-weight: 500;
}

p {
  margin: 0 0 10px;
}

.container {
  width: 100%;
  max-width: 1302px;
  padding: 0 15px;
  margin: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.mt-40 {
  margin-top: 40px;
}

.btn {
  background: var(--light-blue);
  border: 1px solid var(--light-blue);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  padding: 7px 20px;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  /* background: var(--white-color) !important; */
  color: var(--dark-blue);
  border-color: var(--dark-blue);
}

.btn.light-btn {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background: var(--white-color);
}

/* .btn.light-btn:hover {
  color: var(--white-color);
  border-color: var(--light-blue);
  background: var(--light-blue) !important;
} */

.btn.dark-btn {
  border-color: var(--dark-blue);
  color: var(--white-color);
  background: var(--dark-blue);
}

/* .btn.dark-btn:hover {
  background: var(--white-blue);
  color: var(--dark-blue);
  border-color: var(--dark-blue);
} */

.section-padding {
  padding: 25px 0;
}

.light-bg {
  background: var(--light-bg);
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon::before {
  content: '';
  position: absolute;
  left: 0;
}

.icon-filter {
  width: 17px;
  height: 15px;
}

.icon-filter::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/filter.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-bluefilter {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.icon-bluefilter::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/bluefilter.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-supplier {
  width: 17px;
  height: 17px;
}

.icon-supplier::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/suplier.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-hsncode {
  width: 17px;
  height: 17px;
}

.icon-hsncode::before {
  width: 17px;
  height: 17px;
  background: url("https://www.volza.com/img/icons/hsncode.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-import {
  width: 17px;
  height: 17px;
}

.icon-import::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/import.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-export {
  width: 17px;
  height: 17px;
}

.icon-export::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/export.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-related-products {
  width: 17px;
  height: 17px;
}

.icon-related-products::before {
  width: 17px;
  height: 17px;
  background: url("https://www.volza.com/img/icons/relatedproducts.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-prod {
  width: 17px;
  height: 17px;
}

.icon-prod::before {
  width: 17px;
  height: 17px;
  background: url("https://www.volza.com/img/icons/prod.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-location {
  width: 14px;
  height: 18px;
}

.icon-location::before {
  width: 14px;
  height: 18px;
  background: url("https://www.volza.com/img/icons/location.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-link {
  width: 17px;
  height: 17px;
}

.icon-link::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/links.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-excel {
  width: 17px;
  height: 17px;
}

.icon-excel::before {
  width: 17px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/excel.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-tilt-arrow {
  width: 16px;
  height: 16px;
}

.icon-tilt-arrow::before {
  width: 16px;
  height: 16px;
  background: url("https://www.volza.com/img/icons/tilt-arrow.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-plus {
  width: 11px;
  height: 11px;
}

.icon-plus::before {
  width: 11px;
  height: 11px;
  background: url("https://www.volza.com/img/icons/plus.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-wishlist {
  width: 20px;
  height: 20px;
}

.icon-wishlist::before {
  width: 20px;
  height: 20px;
  background: url("https://www.volza.com/img/icons/wishlist.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-profit {
  width: 18px;
  height: 18px;
}

.icon-profit::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/profit.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-growth {
  width: 16px;
  height: 16px;
}

.icon-growth::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/growth.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-competitor {
  width: 16px;
  height: 16px;
}

.icon-competitor::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/competitor.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-globe {
  width: 18px;
  height: 18px;
}

.icon-globe::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/globe.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-chapter {
  width: 16px;
  height: 18px;
}

.icon-chapter::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/chapter.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-lock {
  width: 18px;
  height: 21px;
}

.icon-lock::before {
  width: 100%;
  height: 100%;
  background: url("https://www.volza.com/img/icons/lock.svg") center center no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon-copy {
  width: 14px;
  height: 16px;
  background: url("https://www.volza.com/img/icons/copy.svg") center center no-repeat;
  background-size: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon-star {
  width: 24px;
  height: 24px;
  background: url("https://www.volza.com/img/icons/star.svg") center center no-repeat;
  background-size: 100%;
}

.icon-thumb {
  width: 18px;
  height: 18px;
  background: url("https://www.volza.com/img/icons/thumb.svg") center center no-repeat;
  background-size: 100%;
}

.icon-instruction {
  width: 16px;
  height: 16px;
  background: url("https://www.volza.com/img/icons/instruction.svg") center center no-repeat;
  background-size: 100%;
}

nav {
  padding: 7px 0;
  border-bottom: 1px solid var(--border-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--white-color);
  z-index: 99;
}

nav .right-section {
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

nav .menu-wrapper {
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

nav .mobile-menu-wrapper {
  display: none;
}

nav .link {
  position: relative;
}

nav .link:hover {
  color: var(--dark-blue);
}

nav .link.dropdown {
  padding-right: 20px;
  position: relative;
}

nav .link.dropdown::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 7px;
  margin: auto;
  background: url(https://www.volza.com/img/icons/arrow.svg) right center no-repeat;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav .link.dropdown.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

nav .menu-item {
  position: relative;
}

nav .dropdown-items {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 200px;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--dark-blue);
  z-index: 9;
  right: 0;
}

nav .dropdown-items .dropdown-item {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav .dropdown-items .dropdown-item .link {
  color: var(--white-color);
  width: 100%;
  font-weight: 400;
}

nav .whatsapplink {
  line-height: 1;
}

nav .icon-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 20px;
  height: 20px;
}

nav .icon-toggle i {
  width: 100%;
  height: 2px;
  background: var(--light-grey);
}

nav .icon-close {
  width: 16px;
  height: 16px;
  display: none;
}

nav .icon-search {
  display: none;
  padding: 4px;
  background: var(--light-blue);
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
}

nav .icon-search img {
  max-width: 15px;
}

h1.heading-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

h1.heading-title .right-section {
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

h2.heading-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}

.breadcrumb {
  -webkit-column-gap: 8px;
          column-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb li:last-child .link::after {
  display: none;
}

.breadcrumb .link {
  color: var(--light-blue);
  position: relative;
  padding-right: 14px;
  font-size: 12px;
  line-height: 18px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.breadcrumb .link:hover {
  color: var(--dark-blue);
}

.breadcrumb .link::after {
  content: '>';
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  line-height: 1;
}

.top-box {
  position: relative;
}

.top-box .inner-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.top-box .top-links {
  -webkit-column-gap: 14px;
          column-gap: 14px;
}

.top-box .top-links .link {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.top-box .top-links .link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top-box .top-links .link.bookmark {
  padding-left: 18px;
}

.top-box .top-links .link.bookmark::before {
  width: 10px;
  height: 14px;
  background: url("https://www.volza.com/img/icons/bookmark.svg") left center no-repeat;
  background-size: contain;
}

.top-box .top-links .link.wishlist {
  padding-left: 17px;
  padding-left: 17px;
}

.top-box .top-links .link.wishlist::before {
  width: 15px;
  height: 15px;
  background: url("https://www.volza.com/img/icons/wishlist.svg") left center no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}


.top-box .top-links .link.share {
  padding-left: 22px;
}

.top-box .top-links .link.share::before {
  width: 14px;
  height: 14px;
  background: url("https://www.volza.com/img/icons/share.svg") left center no-repeat;
  background-size: contain;
}

.top-box .date {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: var(--light-grey);
  text-align: right;
}

.top-box .left-section {
  max-width: 80%;
}

.top-box .left-section.had-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.top-box .left-section.had-city .city {
  font-size: 15px;
  font-weight: 400;
  line-height: 24.6px;
  margin-top: 10px;
}

.top-box .left-section.had-city .tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  text-align: center;
  padding: 3px 8px;
  background: #FF4B551A;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 3px;
  margin-top: 7px;
}

.top-box .right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

input,
select {
  height: 41px;
  border: 1px solid var(--border-color);
  border-radius: 0px;
  padding: 10px 30px 10px 10px;
  font-weight: 500;
}

input:active, input:focus, input:focus-visible,
select:active,
select:focus,
select:focus-visible {
  outline: none;
}

button {
  outline: none;
  border: none;
  font-family: var(--font-poppins);
}

.search-wrapper {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
}

.search-wrapper .input-wrapper {
  width: 100%;
}

.search-wrapper select {
  background: var(--light-bg);
  border-radius: 4px 0 0 4px;
}

.search-wrapper input {
  width: 100%;
}

.search-wrapper .btn {
  height: 41px;
  border-radius: 0 4px 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 41px;
}

.search-wrapper .btn img {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.search-wrapper .btn:hover {
  background: var(--dark-blue);
}

.mobile-search {
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 999;
  background: var(--light-bg);
  /* width */
  /* Track */
  /* Handle */
}

.mobile-search::-webkit-scrollbar {
  width: 2px;
}

.mobile-search::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.mobile-search::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.mobile-search .search-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-search .top-list {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding: 12px 8px 0 8px;
  border-bottom: 1px solid var(--border-color);
  background: var(--white-color);
}

.mobile-search .top-list a {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--white-color);
  color: var(--light-grey);
}

.mobile-search .top-list a.active {
  font-weight: 600;
  border-color: var(--light-blue);
  color: var(--light-blue);
}

.mobile-search .search-tab-content {
  display: none;
}

.mobile-search .search-tab-content.active {
  display: block;
}

.mobile-search .search-wrapper {
  padding: 18px 8px 14px 8px;
  margin-top: 0;
  width: 100%;
  background: var(--white-color);
}

.mobile-search .search-wrapper input {
  border-radius: 6px 0 0 6px;
}

.mobile-search .search-wrapper .btn {
  border-radius: 0 6px 6px 0;
}

.mobile-search .heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  color: var(--light-grey);
  margin-bottom: 10px;
}

.mobile-search .recent-search {
  padding: 0 8px 18px 8px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  margin-bottom: 10px;
}

.mobile-search .recent-search .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 10px;
}

.mobile-search .recent-search .items a {
  -webkit-column-gap: 5px;
          column-gap: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 18px;
}

.mobile-search .recent-search .items a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://www.volza.com/img/icons/clock-dark.svg") left center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 20px;
}

.mobile-search .popular-products {
  padding: 18px 8px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  margin-bottom: 10px;
}

.mobile-search .popular-products .items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  row-gap: 10px;
}

.mobile-search .popular-products .items a {
  padding: 4px 5px;
  color: var(--light-blue);
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  border: 1px solid var(--light-bg);
  border-radius: 4px;
}

.mobile-search .popular-products .viewall-link {
  font-size: 11px;
  font-weight: 600;
  line-height: 18.04px;
  color: var(--light-blue);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  padding-right: 15px;
  position: relative;
}

.mobile-search .popular-products .viewall-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  margin: auto;
  background: url("https://www.volza.com/img/icons/right-arrow.svg") right center no-repeat;
  background-size: 100%;
  width: 7px;
  height: 11px;
}

.icon-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  background: url("https://www.volza.com/img/icons/close.png") center no-repeat;
  background-size: 100%;
}

.share-popup,
.personalised-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.share-popup.active,
.personalised-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share-popup .inner-wrapper,
.personalised-popup .inner-wrapper {
  background: var(--white-color);
  padding: 40px 15px 30px;
  width: 95vw;
  max-width: 700px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.share-popup .shorepopup-close,
.share-popup .personalisedpopup-close,
.personalised-popup .shorepopup-close,
.personalised-popup .personalisedpopup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  max-width: 14px;
  cursor: pointer;
}

.share-popup .top-content,
.personalised-popup .top-content {
  text-align: center;
  margin-bottom: 50px;
}

.share-popup .top-content p,
.personalised-popup .top-content p {
  font-size: 16px;
  color: var(--light-grey);
  font-weight: 500;
  margin-bottom: 20px;
}

.share-popup .top-content ul,
.personalised-popup .top-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}

.share-popup .top-content li a,
.personalised-popup .top-content li a {
  width: 34px;
  height: 34px;
  background: var(--dark-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.share-popup .top-content li a img,
.personalised-popup .top-content li a img {
  max-width: 18px;
  max-height: 18px;
}

.share-popup .copylink,
.personalised-popup .copylink {
  width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-popup .copylink span,
.personalised-popup .copylink span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--white-color);
  padding: 0 15px;
  position: relative;
}

.share-popup .copylink::before,
.personalised-popup .copylink::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55%;
  height: 1px;
  background: var(--border-color);
}

.share-popup .form,
.personalised-popup .form {
  margin-top: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.share-popup .form .input-wrapper,
.personalised-popup .form .input-wrapper {
  width: 100%;
}

.share-popup .form .input-wrapper input,
.personalised-popup .form .input-wrapper input {
  width: 100%;
  border-radius: 4px 0 0 4px;
}

.share-popup .form button,
.personalised-popup .form button {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0 4px 4px 0;
  height: 41px;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-popup .form button:hover,
.personalised-popup .form button:hover {
  background: var(--dark-blue);
  color: var(--white-color);
  cursor: pointer;
}

.share-popup .form button img,
.personalised-popup .form button img {
  max-height: 20px;
}

.personalised-popup .sm-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 42.48px;
  text-align: center;
}

.personalised-popup form {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

.personalised-popup form input,
.personalised-popup form select,
.personalised-popup form textarea {
  width: 100%;
  border-radius: 8px;
}

.personalised-popup form textarea {
  padding: 10px;
  border-color: var(--border-color);
}

.personalised-popup form .phone {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.personalised-popup form .mpin {
  max-width: 100px;
  text-align: center;
  background: var(--table-bg);
  border-color: var(--table-bg);
}

.personalised-popup form .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.overview-section {
  background: var(--light-bg);
}

.overview-section .tab-wrapper {
  background: var(--dark-blue);
}

.overview-section .tabs {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  /* width */
  /* Track */
  /* Handle */
}

.overview-section .tabs::-webkit-scrollbar {
  height: 0px;
}

.overview-section .tabs::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.overview-section .tabs::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.overview-section .tabs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.overview-section .tabs .link {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: var(--white-color);
  padding: 10px 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.overview-section .tabs .link.active {
  background: var(--light-blue);
  font-weight: 700;
}

.overview-section.content-wrapper .inner-content {
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.overview-section.content-wrapper .left-section {
  width: 79%;
  padding: 27px 35px;
  border: 1px solid #E0EAEF;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(186, 193, 207, 0.251);
          box-shadow: 0px 3px 8px 0px rgba(186, 193, 207, 0.251);
  border-radius: 20px;
  background: var(--white-color);
  -webkit-column-gap: 3%;
          column-gap: 3%;
}

.overview-section.content-wrapper .left-section .content {
  width: 57%;
}

.overview-section.content-wrapper .left-section .video-wrapper {
  width: 40%;
  height: 100%;
  position: relative;
}

.overview-section.content-wrapper .left-section .video-wrapper img,
.overview-section.content-wrapper .left-section .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.overview-section.content-wrapper .left-section .video-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  background: url("https://www.volza.com/img/icons/play.svg") center center no-repeat;
  background-size: 32%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.overview-section.content-wrapper .btn-wrapper {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-top: 20px;
}

.overview-section.content-wrapper .right-section {
  width: 19%;
  padding: 10px;
  border: 1px solid #E0EAEF;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(186, 193, 207, 0.251);
          box-shadow: 0px 3px 8px 0px rgba(186, 193, 207, 0.251);
  border-radius: 10px;
  background: var(--white-color);
}

.overview-section.content-wrapper .user {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.overview-section.content-wrapper .user img {
  max-width: 46px;
}

.overview-section.content-wrapper .user p {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  margin-bottom: 0px;
}

.overview-section.content-wrapper .user p span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6D757E;
}

.overview-section.content-wrapper .contact-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--border-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.overview-section.content-wrapper .contact-info .link {
  position: relative;
  padding-left: 25px;
}

.overview-section.content-wrapper .contact-info .link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.overview-section.content-wrapper .contact-info .link.mail {
  color: var(--light-blue);
}

.overview-section.content-wrapper .contact-info .link.mail::before {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("https://www.volza.com/img/icons/mail.svg") center left no-repeat;
  background-size: contain;
}

.overview-section.content-wrapper .contact-info .link.number::before {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("https://www.volza.com/img/icons/call.svg") center left no-repeat;
  background-size: contain;
}

.overview-section.content-wrapper .contact-info .link:hover {
  color: var(--light-blue);
}

.overview-section.content-wrapper .whatsapp-info {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--border-color);
}

.overview-section.content-wrapper .whatsapp-info .whatsapp {
  padding-left: 30px;
  position: relative;
}

.overview-section.content-wrapper .whatsapp-info .whatsapp::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url("https://www.volza.com/img/icons/whatsapp.svg") center center no-repeat;
  background-size: contain;
}

.overview-section.content-wrapper .whatsapp-info .scanner {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.overview-section.content-wrapper .whatsapp-info .scanner p {
  color: #6D757E;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.bottom-menu {
  background: var(--white-color);
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 9;
  border-bottom: 1px solid var(--border-color);
}

.bottom-menu nav {
  padding: 0;
}

.bottom-menu .list-items {
  padding: 10px 0;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.bottom-menu .list-items::-webkit-scrollbar {
  height: 0px;
}

.bottom-menu .list-items::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.bottom-menu .list-items::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.bottom-menu .list-items li a {
  padding: 2px 15px;
  border: 1px solid transparent;
  color: var(--light-grey);
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.bottom-menu .list-items li a.active {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.bottom-menu.sticky {
  background: var(--dark-blue);
}

.bottom-menu.sticky nav {
  background: var(--dark-blue);
}

.bottom-menu.sticky .list-items li a {
  color: var(--white-color);
}

.bottom-menu.sticky .list-items li a.active {
  border-color: var(--white-color);
  color: var(--white-color);
}

.two-column-left .outer-wrapper {
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
}

.two-column-left .left-section {
  width: 19%;
}

.two-column-left .right-section {
  width: 79%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.filter-wrapper {
  border: 1px solid #E0EAEF;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  margin-bottom: 20px;
  background: var(--white-color);
}

.filter-wrapper .heading {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  background: var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  padding: 10px;
}

.filter-wrapper .heading .strategic-filter {
  padding-left: 24px;
  background: url("https://www.volza.com/img/icons/filter.svg") left center no-repeat;
  background-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.filter-wrapper .heading .strategic-filter .icon-lock {
  position: relative;
}

.filter-wrapper .heading .strategic-filter .icon-lock:hover ~ .tooltip {
  display: block;
}

.filter-wrapper .heading .strategic-filter .tooltip {
  display: none;
  position: absolute;
  padding: 5px;
  background: var(--white-color);
  border-radius: 4px;
  top: -42px;
  width: 100%;
  text-align: center;
  right: -46%;
}

.filter-wrapper .heading .strategic-filter .tooltip::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--white-color);
}

.filter-wrapper .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  padding-right: 15px;
  cursor: pointer;
}

.filter-wrapper .accordion-title::after {
  content: '-';
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: none;
          transform: none;
  font-weight: 600;
}

.filter-wrapper .accordion-content {
  line-height: 1;
  margin-top: 15px;
}

.filter-wrapper .accordion-content .inner-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin: 15px 0;
}

.filter-wrapper .accordion-content .inner-filters a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  color: var(--light-grey);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  min-height: 15px;
}

.filter-wrapper .accordion-content .inner-filters a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}

.filter-wrapper .accordion-content .inner-filters a.byship::before {
  background: url("https://www.volza.com/img/icons/top-down-arrow.svg") center no-repeat;
  background-size: 100%;
}

.filter-wrapper .accordion-content .inner-filters a.byalpha::before {
  background: url("https://www.volza.com/img/icons/alphabetsort.svg") center no-repeat;
  background-size: 100%;
}

.filter-wrapper .accordion-content .search-wrapper {
  margin-top: 0px;
  width: 100%;
  position: relative;
}

.filter-wrapper .accordion-content .search-wrapper::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background: url(https://www.volza.com/img/icons/searchLight.svg) center center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: auto;
}

.filter-wrapper .accordion-content .search-wrapper input {
  height: 30px;
  padding: 5px 30px 5px 5px;
}

.filter-wrapper .accordion-content .search-wrapper input:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.filter-wrapper .accordion-content input {
  border-radius: 4px;
  border: 1px solid #E0EAEF;
  height: 26px;
}

.filter-wrapper .accordion-content .num-list {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  max-height: 172px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.filter-wrapper .accordion-content .num-list::-webkit-scrollbar {
  width: 2px;
}

.filter-wrapper .accordion-content .num-list::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.filter-wrapper .accordion-content .num-list::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.filter-wrapper .accordion-content .num-list::-webkit-scrollbar-thumb:hover {
  background: var(--white-color);
}

.filter-wrapper .accordion-content .num-list li a, .filter-wrapper .accordion-content .num-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: var(--light-blue);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.filter-wrapper .accordion-content .num-list li a span, .filter-wrapper .accordion-content .num-list h3 span {
  color: var(--light-grey);
  opacity: 0.5;
  font-size: 12px;
}

.filter-wrapper .accordion-content .viewmore-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  color: var(--light-blue);
  cursor: pointer;
}

.filter-wrapper .accordion-content .viewmore-link span {
  font-size: 12px;
}

.filter-wrapper .accordion-content .filter-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.filter-wrapper .accordion-content .filter-popup .inner-content {
  width: 700px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 80vw;
  max-height: 80vh;
  background: var(--white-color);
  padding: 15px;
  position: relative;
  border-radius: 4px;
}

.filter-wrapper .accordion-content .filter-popup .filter-close {
  position: absolute;
  top: 23px;
  right: 15px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.filter-wrapper .accordion-content .filter-popup .top-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  padding-right: 30px;
}

.filter-wrapper .accordion-content .filter-popup .inner-filters {
  margin: 0;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.filter-wrapper .accordion-content .filter-popup .inner-filters a {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.filter-wrapper .accordion-content .filter-popup .num-list {
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.filter-wrapper .accordion-content .filter-popup .num-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}

.filter-wrapper .accordion-content.show-popup .filter-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-wrapper .accordion-wrapper {
  padding: 15px 0px;
  margin: 0 15px;
  border-bottom: 1px solid var(--border-color);
}

.filter-wrapper .accordion-wrapper:last-child {
  border-bottom: 0;
}

.filter-wrapper .accordion-wrapper:last-child {
  padding-bottom: 15px;
}

.filter-wrapper .accordion-wrapper:last-child .accordion-content .viewmore-link {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.filter-wrapper .accordion-wrapper.hide .accordion-title::after {
  content: '+';
}

.filter-wrapper .accordion-wrapper.hide .accordion-content {
  display: none;
}

.filter-wrapper .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.filter-wrapper .filter-list::-webkit-scrollbar {
  height: 0px;
}

.filter-wrapper .filter-list::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.filter-wrapper .filter-list::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.filter-wrapper .filter-list li {
  font-size: 10px;
  font-weight: 500;
  line-height: 16.4px;
  text-transform: uppercase;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.filter-wrapper .filter-list li span {
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 500;
  padding: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  line-height: 1;
}

.filter-wrapper .filter-list li .filter-list-close {
  width: 8px;
  height: 8px;
  background: url("https://www.volza.com/img/icons/close.png") center no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

.filter-wrapper .filter-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding: 0;
  overflow: unset;
}

.filter-wrapper .filter-list li {
  font-size: 12px;
}

.md-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 39.36px;
  margin-bottom: 15px;
}

.sm-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 32.8px;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid var(--border-color);
}

.sm-heading .title {
  color: var(--light-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32.8px;
}

.sm-heading .title-wrapper {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.sm-heading .title-wrapper .icon {
  position: relative;
  top: 7px;
}

.sm-heading p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.sm-heading .inner-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sm-heading .inner-popup .inner-content {
  background: var(--white-color);
  width: 280px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 60vh;
  padding: 15px;
  border-radius: 4px;
  position: relative;
}

.sm-heading .inner-popup .num-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  max-height: calc(60vh - 40px);
  overflow-y: scroll;
  margin-top: 25px;
  /* width */
  /* Track */
  /* Handle */
}

.sm-heading .inner-popup .num-list::-webkit-scrollbar {
  width: 2px;
}

.sm-heading .inner-popup .num-list::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.sm-heading .inner-popup .num-list::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.sm-heading .inner-popup .num-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: var(--light-blue);
  font-size: 13px;
  line-height: 24px;
}

.sm-heading .inner-popup .num-list li a span {
  color: var(--light-grey);
  opacity: 0.5;
  font-size: 12px;
}

.sm-heading .inner-popup .bluefiler-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.sm-heading.show-popup .inner-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading-wrapper {
  font-size: 20px;
  font-weight: 600;
  line-height: 32.8px;
  text-align: center;
}

.heading-wrapper .title {
  color: var(--black-color);
  margin-bottom: 8px;
}

.heading-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32.8px;
}

.heading-wrapper p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0px;
}

.key-indicators {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
}

.key-indicators .sm-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.key-indicators .sm-heading span {
  color: var(--light-blue);
}

.key-indicators .sm-heading .num {
  font-size: 24px;
  font-weight: 600;
  line-height: 39.36px;
}

.key-indicators .sm-heading .copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  cursor: pointer;
}

.key-indicators .items {
  /* width */
  /* Track */
  /* Handle */
  margin-top: 0;
  margin-bottom: 0;
}

.key-indicators .items::-webkit-scrollbar {
  height: 0px;
}

.key-indicators .items::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.key-indicators .items::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.key-indicators .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid var(--border-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--black-color);
}

.key-indicators .item dt, .key-indicators .item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--light-blue);
}

.key-indicators .item:last-child {
  border-right: 0px;
}

.mobile-filters {
  display: none;
}

.mobile-filters .filter-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background: var(--white-color);
  border-top: 1px solid var(--border-color);
}

.mobile-filters .filter-strip .filter-icon {
  padding: 10px;
  background: var(--light-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  position: relative;
}

.mobile-filters .filter-strip .filter-icon .num {
  position: absolute;
  left: 5px;
  top: 10px;
  min-width: 14px;
  height: 14px;
  background: var(--dark-blue);
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: normal;
  z-index: 1;
  border-radius: 8px;
}

.mobile-filters .filter-strip .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.mobile-filters .filter-strip .filter-list::-webkit-scrollbar {
  height: 0px;
}

.mobile-filters .filter-strip .filter-list::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.mobile-filters .filter-strip .filter-list::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.mobile-filters .filter-strip .filter-list li {
  font-size: 10px;
  font-weight: 500;
  line-height: 16.4px;
  text-transform: uppercase;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.mobile-filters .filter-strip .filter-list li span {
  text-transform: capitalize;
  font-size: 11px;
  font-weight: 500;
  padding: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  background: var(--light-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  line-height: 1;
}

.mobile-filters .filter-strip .filter-list li .filter-list-close {
  width: 8px;
  height: 8px;
  background: url("https://www.volza.com/img/icons/close.png") center no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

.mobile-filters .mobile-filter-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100vh;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: calc(100vh - 47px);
  width: 100vw;
  background: var(--white-color);
  z-index: 999;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.mobile-filters .mobile-filter-popup::-webkit-scrollbar {
  width: 2px;
}

.mobile-filters .mobile-filter-popup::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.mobile-filters .mobile-filter-popup::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.mobile-filters .mobile-filter-popup.show {
  bottom: 47px;
}

.mobile-filters .mobile-filter-popup .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

.mobile-filters .mobile-filter-popup .heading-wrapper .mobile-filter-close {
  width: 12px;
}

.mobile-filters .mobile-filter-popup .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 50px);
}

.mobile-filters .mobile-filter-popup .left-section {
  width: 30%;
  background: var(--light-bg);
  min-height: 100%;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.mobile-filters .mobile-filter-popup .left-section::-webkit-scrollbar {
  width: 2px;
}

.mobile-filters .mobile-filter-popup .left-section::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.mobile-filters .mobile-filter-popup .left-section::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.mobile-filters .mobile-filter-popup .left-section .item,
.mobile-filters .mobile-filter-popup .left-section .filter-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  line-height: 18.04px;
}

.mobile-filters .mobile-filter-popup .left-section .item i,
.mobile-filters .mobile-filter-popup .left-section .filter-tab i {
  min-width: 17px;
}

.mobile-filters .mobile-filter-popup .left-section .item.text,
.mobile-filters .mobile-filter-popup .left-section .filter-tab.text {
  padding: 10px;
  background: #CAD6DC;
  font-size: 10px;
  font-weight: 500;
  line-height: 16.4px;
}

.mobile-filters .mobile-filter-popup .left-section .item.active,
.mobile-filters .mobile-filter-popup .left-section .filter-tab.active {
  background: var(--white-color);
}

.mobile-filters .mobile-filter-popup .right-section {
  width: 70%;
  padding: 15px;
  height: 100%;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.mobile-filters .mobile-filter-popup .right-section::-webkit-scrollbar {
  width: 2px;
}

.mobile-filters .mobile-filter-popup .right-section::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.mobile-filters .mobile-filter-popup .right-section::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.mobile-filters .mobile-filter-popup .right-section .filter-item-grid {
  display: none;
}

.mobile-filters .mobile-filter-popup .right-section .filter-item-grid.active {
  display: block;
}

.mobile-filters .mobile-filter-popup .right-section .mobile-search-wrapper {
  position: relative;
}

.mobile-filters .mobile-filter-popup .right-section .mobile-search-wrapper::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background: url("https://www.volza.com/img/icons/searchLight.svg") center center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin: auto;
}

.mobile-filters .mobile-filter-popup .right-section .mobile-search-wrapper input {
  width: 100%;
  padding: 5px;
  height: 32px;
  border-radius: 4px;
}

.mobile-filters .mobile-filter-popup .right-section .inner-filters {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-filters .mobile-filter-popup .right-section .inner-filters a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  position: relative;
  padding-left: 20px;
  min-height: 15px;
}

.mobile-filters .mobile-filter-popup .right-section .inner-filters a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}

.mobile-filters .mobile-filter-popup .right-section .inner-filters a.byship::before {
  background: url("https://www.volza.com/img/icons/top-down-arrow.svg") center no-repeat;
  background-size: 100%;
}

.mobile-filters .mobile-filter-popup .right-section .inner-filters a.byalpha::before {
  background: url("https://www.volza.com/img/icons/alphabetsort.svg") center no-repeat;
  background-size: 100%;
}

.mobile-filters .mobile-filter-popup .right-section .num-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 4px;
}

.mobile-filters .mobile-filter-popup .right-section .num-list li {
  width: 49%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  padding: 5px 0;
}

.mobile-filters .mobile-filter-popup .right-section .num-list li a {
  color: var(--light-blue);
}

.mobile-filters .mobile-filter-popup .right-section .num-list li span {
  color: var(--light-grey);
  opacity: 0.75;
  margin-left: 2px;
}

.table-responsive {
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.table-responsive::-webkit-scrollbar {
  height: 0px;
}

.table-responsive::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.table-responsive::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.buyers-bottom-btns {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buyers-bottom-btns p {
  margin-bottom: 20px;
}

.buyers-bottom-btns .btns {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.home-buyers {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
}

.home-buyers .buyers-name {
  padding: 15px 10px;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-buyers .buyers-name .img-wrapper {
  background: var(--light-bg);
  padding: 8px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-buyers .buyers-name .name,
.home-buyers .buyers-name .name a {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-buyers .buyers-name .country {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: var(--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.home-buyers .buyers-name-wrapper {
  padding: 15px 10px;
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.home-buyers .buyers-name-wrapper .buyers-name {
  padding: 0;
}

.home-buyers .tags-wrapper {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.home-buyers .tags-wrapper .add-tag {
  border: 1px solid var(--light-blue);
  border-radius: 4px;
  padding: 2px 8px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.home-buyers .tags-wrapper .new-tag {
  background: #D9FFFF;
  padding: 2px 8px;
  border-radius: 4px;
}

.home-buyers .tags-wrapper .new-buyer {
  background: rgba(255, 75, 85, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.home-buyers .heading {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.home-buyers .heading::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: var(--border-color);
  width: calc(100% - -webkit-max-content);
  width: calc(100% - -moz-max-content);
  width: calc(100% - max-content);
  height: 1px;
  border-bottom: 1px dashed var(--border-color);
}

.home-buyers .heading span,
.home-buyers .heading a {
  background: var(--white-color);
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.home-buyers .buyers-list {
  padding: 0 10px 20px;
}

.home-buyers .buyers-list .items {
  -webkit-column-gap: 10%;
          column-gap: 10%;
  row-gap: 16px;
  margin-top: 15px;
}

.home-buyers .buyers-list .item {
  -webkit-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-buyers .buyers-list .title {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--light-grey);
}

.home-buyers .buyers-list .num {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.home-buyers .buyers-list .num a {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--light-blue);
  display: inline-block;
  margin-left: 5px;
}

.home-buyers .buyers-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}

.home-buyers .social-list {
  padding: 0 10px 20px;
}

.home-buyers .social-list .items {
  -webkit-column-gap: 4%;
          column-gap: 4%;
  row-gap: 16px;
  margin-top: 15px;
}

.home-buyers .social-list .item,
.home-buyers .social-list a {
  -webkit-column-gap: 8px;
          column-gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--light-grey);
}

.home-buyers .social-list .view-link {
  color: var(--light-blue);
  font-weight: 500;
}

.home-buyers .export-list {
  padding: 0 10px 20px;
}

.home-buyers .export-list .items {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  /* width */
  /* Track */
  /* Handle */
}

.home-buyers .export-list .items::-webkit-scrollbar {
  height: 0px;
}

.home-buyers .export-list .items::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.home-buyers .export-list .items::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.home-buyers .export-list .item {
  border-bottom: 1px dashed var(--border-color);
  color: var(--light-grey);
  font-size: 13px;
  line-height: 19.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
  padding-bottom: 15px;
}

.home-buyers .export-list .date {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.home-buyers .export-list .column-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 83%;
          flex: 1 1 83%;
}

.home-buyers .export-list .description {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 40%;
          flex: 2 1 40%;
}

.home-buyers .export-list .flag {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-buyers .export-list .flag img {
  margin-right: 5px;
}

.home-buyers .export-list .weight {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.home-buyers .export-list .link {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  text-align: right;
}

.home-buyers .export-list .link a {
  text-decoration: none;
  color: var(--light-blue);
  font-size: 12px;
  font-weight: 500;
}

.home-buyers .export-list .data-table .date {
  width: 15%;
}

.home-buyers .export-list .data-table .desc {
  width: 35%;
}

.home-buyers .export-list .data-table .flag-cell {
  width: 10%;
}

.home-buyers .export-list .data-table .weight {
  width: 10%;
}

.home-buyers .all-links {
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--light-grey);
  font-weight: 500;
}

.home-buyers .all-links a {
  color: var(--light-blue);
}

.home-buyers .all-links.top-border {
  padding: 15px;
}

.home-buyers .all-links.top-border details {
  margin-bottom: 8px;
  text-align: center;
}

.home-buyers .all-links.top-border details:last-child {
  margin-bottom: 0;
}

.home-buyers .all-links.top-border details summary {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.96px;
  list-style: none;
  cursor: pointer;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 18px;
  color: var(--light-blue);
  margin: 0 auto 10px;
}

.home-buyers .all-links.top-border details summary::after {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/blueArrow.svg") center center no-repeat;
  background-size: 100%;
  width: 11px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-buyers .all-links.top-border details summary::-webkit-details-marker {
  display: none;
}

.home-buyers .all-links.top-border details[open] summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.home-buyers .data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.home-buyers .data-table thead {
  background-color: var(--table-bg);
}

.home-buyers .data-table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  background: var(--table-bg);
}

.home-buyers .data-table th:first-child,
.home-buyers .data-table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.home-buyers .data-table th.desc,
.home-buyers .data-table td.desc {
  min-width: 200px;
}

.home-buyers .data-table th.date,
.home-buyers .data-table td.date {
  min-width: 100px;
}

.home-buyers .data-table td {
  padding: 15px 10px;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--light-grey);
  background: var(--white-color);
}

.home-buyers .data-table .date {
  width: 15%;
}

.home-buyers .data-table .desc {
  width: 35%;
}

.home-buyers .data-table .code {
  width: 10%;
}

.home-buyers .data-table .weight {
  width: 10%;
}

.home-buyers .data-table .price {
  width: 10%;
}

.home-buyers .data-table .flag-cell {
  width: 10%;
}

.home-buyers .data-table .flag-cell span {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  row-gap: 5px;
}

.home-buyers .data-table .flag-cell img {
  max-width: 30px;
}

.home-buyers .data-table .link {
  text-align: right;
  font-size: 12px;
  padding: 0 10px 15px;
}

.home-buyers .data-table .link a {
  color: var(--light-blue);
  font-size: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-buyers .data-table tr:nth-child(2n) {
  border-bottom: 1px solid var(--border-color);
}

.home-buyers .data-table tr:last-child {
  border-bottom: 0px;
}

.top-heading-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-heading-section .sm-heading {
  border-bottom: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 39.36px;
}

.top-heading-section p {
  margin-bottom: 0px;
}

.top-heading-section .btn-wrapper {
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.grow-business-section .bottom-section {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.grow-business-section .bottom-section .sm-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white-color);
}

.grow-business-section .bottom-section .sm-heading .title {
  margin-bottom: 0px;
  color: var(--black-color);
}

.grow-business-section .bottom-section .sm-heading a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: var(--light-blue);
}

.explore-links {
  padding: 20px 15px;
  background: var(--white-color);
}

.explore-links ul {
  -webkit-column-gap: 5%;
          column-gap: 5%;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.explore-links ul li {
  width: 30%;
}

.explore-links ul a {
  width: 100%;
  height: 100%;
  background: var(--light-bg);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  color: var(--light-blue);
}

.featured-tabs {
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding: 0 10px;
  background: var(--white-color);
  width: 100%;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
}

.featured-tabs::-webkit-scrollbar {
  height: 0px;
}

.featured-tabs::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.featured-tabs::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.featured-tabs h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 0;
  color: var(--light-grey);
  border-bottom: 3px solid transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}

.featured-tabs h3.active {
  color: var(--light-blue);
  font-weight: 500;
  border-bottom: 3px solid var(--light-blue);
}

.featured-tabs h3:hover {
  cursor: pointer;
}

.feature-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: #E0EAEF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 16px;
  display: none;
}

.feature-grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-grid > div {
  width: 32%;
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-grid > div img {
  max-width: 36px;
  max-height: 36px;
  margin-bottom: 10px;
}

.feature-grid > div .name {
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}

.feature-grid > div p {
  color: var(--light-grey);
  font-size: 14px;
  margin-bottom: 15px;
}

.feature-grid > div a {
  color: var(--light-blue);
  text-decoration: none;
  font-weight: 600;
}

.gradiant-bg {
  background: var(--blue-gradiant);
}

.video-section {
  padding: 60px 0;
}

.video-section .inner-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 6%;
          column-gap: 6%;
}

.video-section .video-container {
  position: relative;
  width: 45%;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-section .video-container img,
.video-section .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: var(--white-color);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-section .video-container .play-button img {
  -webkit-filter: brightness(0) invert(100);
          filter: brightness(0) invert(100);
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-section .right-content {
  width: 49%;
}

.video-section .right-content .title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 40px;
}

.video-section .right-content ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.video-section .right-content ul li {
  position: relative;
  padding-left: 35px;
}

.video-section .right-content ul li .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.video-section .right-content ul .name {
  color: var(--white-color);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.video-section .right-content ul p {
  color: var(--white-color);
  margin-bottom: 0px;
}

.video-section .hero-content h3 {
  margin: 0;
  font-size: 18px;
}

.countries-covered-section .sm-heading {
  background: var(--white-color);
}

.countries-covered-section .sm-heading .title {
  color: var(--black-color);
  margin-bottom: 0px;
}

.countries-covered-section .countries-grid {
  /* width */
  /* Track */
  /* Handle */
}

.countries-covered-section .countries-grid::-webkit-scrollbar {
  height: 0px;
}

.countries-covered-section .countries-grid::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.countries-covered-section .countries-grid::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.countries-covered-section table {
  border-spacing: 0px;
}

.countries-covered-section td {
  background-color: var(--white-color);
  padding: 20px 0 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  width: 20%;
  vertical-align: top;
}

.countries-covered-section td .inner-content {
  border-right: 1px solid var(--border-color);
  padding-right: 20px;
}

.countries-covered-section td:last-child .inner-content {
  border-right: 0px;
}

.countries-covered-section td img {
  max-width: 30px;
  max-height: 30px;
  margin-bottom: 8px;
}

.countries-covered-section td .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  margin-bottom: 10px;
  color: var(--light-grey);
}

.countries-covered-section td .country {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: var(--black-color);
  margin-bottom: 10px;
}

.countries-covered-section td .country span {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
}

.countries-covered-section td p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: var(--light-grey);
}

.countries-covered-section .buttons {
  background: var(--white-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 15px;
  border-top: 1px solid var(--border-color);
}

.reviews-section .sm-heading {
  padding: 0px;
  border-bottom: 0px;
}

.reviews-section .sm-heading .title {
  margin-bottom: 0px;
  color: var(--black-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews-section .review-items {
  margin-top: 20px;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  /* width */
  /* Track */
  /* Handle */
}

.reviews-section .review-items::-webkit-scrollbar {
  height: 0px;
}

.reviews-section .review-items::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.reviews-section .review-items::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.reviews-section .review-items > div {
  width: 32%;
  background: var(--light-bg);
  padding: 40px 20px;
  border-radius: 8px;
}

.reviews-section .review-items > div p {
  margin-top: 0px;
  position: relative;
  padding-top: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}

.reviews-section .review-items > div p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.volza.com/img/icons/quote.svg") top left no-repeat;
  background-size: 100%;
  width: 38px;
  height: 28px;
}

.reviews-section .review-items > div .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.reviews-section .review-items > div .name-wrapper .user-img {
  width: 65px;
  min-width: 65px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--light-grey);
}

.reviews-section .review-items > div .name-wrapper .name-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.reviews-section .review-items > div .name-wrapper .name-desc .desc {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  color: var(--light-grey);
}

.reviews-section .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

footer {
  background-color: #1A2745;
}

footer .footer-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  -webkit-column-gap: 1%;
          column-gap: 1%;
  row-gap: 15px;
}

footer .footer-wrapper .sm-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #667496;
  margin-bottom: 10px;
}

footer .footer-wrapper .footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

footer .footer-wrapper .footer-column:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
}

footer .footer-wrapper .footer-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  margin-bottom: 40px;
}

footer .footer-wrapper .footer-column ul:last-child {
  margin-bottom: 0;
}

footer .footer-wrapper .footer-column ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: #BAC1CF;
}

footer .footer-wrapper .footer-column ul li a:hover {
  color: var(--white-color);
}

footer .footer-wrapper .footer-column .chat-with-us {
  margin-top: 40px;
}

footer .footer-wrapper .footer-column .chat-with-us img {
  max-width: 135px;
}

footer .footer-wrapper .form-wrapper {
  background: var(--light-blue);
  padding: 25px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-wrapper .form-wrapper .sm-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}

footer .footer-wrapper .form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-wrapper .form-wrapper input, footer .footer-wrapper .form-wrapper textarea, footer .footer-wrapper .form-wrapper select {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: var(--font-poppins);
}

footer .footer-wrapper .form-wrapper input::-webkit-input-placeholder, footer .footer-wrapper .form-wrapper textarea::-webkit-input-placeholder, footer .footer-wrapper .form-wrapper select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--grey-color);
  font-family: var(--font-poppins);
}

footer .footer-wrapper .form-wrapper input::-moz-placeholder, footer .footer-wrapper .form-wrapper textarea::-moz-placeholder, footer .footer-wrapper .form-wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--grey-color);
  font-family: var(--font-poppins);
}

footer .footer-wrapper .form-wrapper input:-ms-input-placeholder, footer .footer-wrapper .form-wrapper textarea:-ms-input-placeholder, footer .footer-wrapper .form-wrapper select:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--grey-color);
  font-family: var(--font-poppins);
}

footer .footer-wrapper .form-wrapper input:-moz-placeholder, footer .footer-wrapper .form-wrapper textarea:-moz-placeholder, footer .footer-wrapper .form-wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: var(--grey-color);
  font-family: var(--font-poppins);
}

footer .footer-wrapper .form-wrapper .select-wrapper {
  position: relative;
  margin-bottom: 10px;
}

footer .footer-wrapper .form-wrapper .select-wrapper::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(https://www.volza.com/img/icons/arrow.svg) center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
}

footer .footer-wrapper .form-wrapper .select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
  width: 100%;
  color: var(--grey-color);
  padding-right: 30px;
}

footer .footer-wrapper .form-wrapper .phone {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

footer .footer-wrapper .form-wrapper .phone input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .footer-wrapper .form-wrapper .phone .mpin {
  max-width: 60px;
}

footer .footer-wrapper .form-wrapper .dark-btn {
  background-color: #0F3F75;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .footer-wrapper .form-wrapper .dark-btn:hover {
  color: #0F3F75;
  background: var(--white-color);
}

footer .footer-wrapper .social-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

footer .footer-wrapper .social-links a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper .social-links a img {
  max-width: 22px;
  max-height: 22px;
}

footer .footer-bottom {
  background: #0C1323;
  text-align: center;
  padding: 20px 15px;
}

footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--white-color);
}

.pricing-section .sm-heading {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}

.pricing-section .sm-heading .title {
  color: var(--black-color);
}

.pricing-section .pricing-cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  /* width */
  /* Track */
  /* Handle */
}

.pricing-section .pricing-cards::-webkit-scrollbar {
  height: 0px;
}

.pricing-section .pricing-cards::-webkit-scrollbar-track {
  background: var(--light-bg);
}

.pricing-section .pricing-cards::-webkit-scrollbar-thumb {
  background: var(--white-color);
}

.pricing-section .pricing-cards > div {
  background: var(--white-color);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 25%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pricing-section .pricing-cards .header {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pricing-section .pricing-cards .header img {
  max-width: 40px;
  margin-bottom: 10px;
}

.pricing-section .pricing-cards .header .badge {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 5px;
}

.pricing-section .pricing-cards .header p {
  color: var(--light-grey);
  margin-bottom: 10px;
}

.pricing-section .pricing-cards .header .price {
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.pricing-section .pricing-cards .header .price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.pricing-section .pricing-cards .header .btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-section .pricing-cards ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  padding: 20px;
}

.pricing-section .pricing-cards ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.pricing-section .pricing-cards ul li::before {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/tick.svg") center left no-repeat;
  background-size: 100%;
  width: 15px;
  height: 12px;
  left: 0;
  top: 3px;
}

.pricing-section .pricing-cards .bestseller .header {
  background: var(--dark-blue);
}

.pricing-section .pricing-cards .bestseller .header img {
  -webkit-filter: brightness(0) invert(100);
          filter: brightness(0) invert(100);
}

.pricing-section .pricing-cards .bestseller .header .badge,
.pricing-section .pricing-cards .bestseller .header p,
.pricing-section .pricing-cards .bestseller .header .price {
  color: var(--white-color);
}

.pricing-section .pricing-cards .bestseller .btn {
  background: var(--light-blue);
  color: var(--white-color);
}

.pricing-section .pricing-cards .bestseller .btn:hover {
  background: var(--white-color);
  color: var(--light-blue);
}

.info-items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.info-items .info-box {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: var(--white-color);
}

.info-items .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.info-items .rating .rating-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 32.8px;
  text-align: left;
}

.info-items .stars {
  color: #F2D02B;
  font-size: 20px;
}

.info-items .rating-info {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.info-items .customer-img {
  width: 66px;
  height: 28px;
}

.info-items .money-back {
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.24px;
}

.info-items .money-back img {
  width: 80px;
}

.info-items.small .money-back {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.info-items .promo-message {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding: 0 24px;
}

.info-items .promo-message::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://www.volza.com/img/icons/double-quote.svg") top left no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.info-items .promo-message::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("https://www.volza.com/img/icons/double-quote.svg") top left no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.references-cards {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.references-cards > details {
  background: var(--white-color);
  border: solid var(--border-color);
  border-width: 1px 1px 1px 5px;
  border-left-color: var(--light-blue);
  border-radius: 8px;
  width: 49%;
  max-width: 100%;
}

.references-cards > details .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 32px 10px 15px;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
}

.references-cards > details .card-header::-webkit-details-marker {
  display: none;
}

.references-cards > details .card-header:hover {
  cursor: pointer;
}

.references-cards > details .card-header::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--black-color);
}

.references-cards > details:nth-child(4n+2) {
  border-left-color: #de7105;
}

.references-cards > details:nth-child(4n+3) {
  border-left-color: #1A2745;
}

.references-cards > details:nth-child(4n+4) {
  border-left-color: #056899;
}

.references-cards > details h4 {
  font-weight: 400;
}

.references-cards > details .reference-content {
  display: none;
  padding: 0 10px 10px;
}

.references-cards > details.show .reference-content {
  display: block;
}

.references-cards > details.show .card-header::after {
  content: '-';
}

.references-cards.full-width {
  row-gap: 10px;
}

.references-cards.full-width > details {
  width: 100%;
}

.references-cards.faq-section {
  padding: 20px;
  background: var(--dark-bg);
  margin-top: 0;
}

.references-cards.country-wise {
  margin-top: 0px;
}

.references-cards.country-wise details {
  border-left-color: var(--border-color);
  border-width: 1px 0 0 0;
  border-radius: 0 0 6px 6px;
}

.references-cards.country-wise nav {
  border: 0px solid var(--border-color);
  padding: 0;
}

.references-cards.country-wise nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px;
}

.references-cards.country-wise nav li {
  border: 1px solid var(--border-color);
  width: 25%;
  padding: 5px 10px;
  border-top: 0;
  border-left: 0;
}

.references-cards.country-wise nav li a {
  color: var(--light-blue);
}

.references-cards.country-wise nav li:nth-child(-n+4) {
  border-top: 1px solid var(--border-color);
}

.references-cards.country-wise nav li:nth-child(4n+1) {
  border-left: 1px solid var(--border-color);
}

.buyers-overview .inner-content {
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.buyers-overview .buyers-overview-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
  overflow: hidden;
}

.buyers-overview .buyers-overview-content .content {
  padding: 10px;
}

.buyers-overview .buyers-overview-content details {
  margin-bottom: 8px;
}

.buyers-overview .buyers-overview-content details:last-child {
  margin-bottom: 0;
}

.buyers-overview .buyers-overview-content details summary {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.96px;
  list-style: none;
  cursor: pointer;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 18px;
  color: var(--light-blue);
}

.buyers-overview .buyers-overview-content details summary::after {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/blueArrow.svg") center center no-repeat;
  background-size: 100%;
  width: 11px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.buyers-overview .buyers-overview-content details summary::-webkit-details-marker {
  display: none;
}

.buyers-overview .buyers-overview-content details[open] summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.buyers-overview .buyers-overview-content p.designby {
  margin-bottom: 0;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.buyers-overview .buyers-overview-content p.designby a {
  color: var(--light-blue);
  font-weight: 700;
}

.buyers-overview .buyers-overview-img {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.heading-right-icon {
  background: var(--white-color);
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.heading-right-icon .sm-heading {
  border-bottom: 0;
  padding: 0;
}

.heading-right-icon .right-icon {
  font-size: 13px;
  font-weight: 500;
  line-height: 21.32px;
  color: var(--light-blue);
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.find-buyers {
  background: var(--white-color);
  padding: 30px 15px;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.find-buyers .content-box {
  width: 49%;
}

.find-buyers .content-box a {
  color: var(--light-blue);
}

.find-buyers .img-wrapper {
  width: 24%;
}

.find-buyers .find-buyer-table {
  width: 24%;
  overflow: hidden;
}

.find-buyers .find-buyer-table .sm-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border: 1px solid var(--border-color);
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}

.find-buyers .find-buyer-table.two-col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.find-buyers .find-buyer-table.two-col th,
.find-buyers .find-buyer-table.two-col td {
  text-align: left;
}

.find-buyers .find-buyer-table.two-col td {
  color: var(--light-blue);
}

.find-buyers .find-buyer-table table {
  width: 100%;
  border-spacing: 0;
}

.find-buyers .find-buyer-table caption {
  border: 1px solid var(--border-color);
  border-bottom: 0px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
  padding: 8px 10px;
  text-align: left;
}

.find-buyers .find-buyer-table th,
.find-buyers .find-buyer-table td {
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.find-buyers .find-buyer-table th:nth-child(2),
.find-buyers .find-buyer-table td:nth-child(2) {
  text-align: left;
}

.find-buyers .find-buyer-table th {
  font-weight: 500;
  background: var(--table-bg);
  border: 1px solid var(--border-color);
}

.find-buyers .find-buyer-table td {
  text-align: center;
  border: 1px solid var(--border-color);
}

.find-buyers .find-buyer-table td:nth-child(2) {
  color: var(--light-blue);
}

.find-buyers .find-buyer-table .bottom-text {
  border: 1px solid var(--border-color);
  border-radius: 0 0 6px 6px;
  border-top: 0px;
  padding: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18.04px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.find-buyers .find-buyer-table .bottom-text img {
  max-width: 70px;
}

.find-buyers .find-buyer-table .bottom-text span.blue {
  font-weight: 700;
  color: var(--light-blue);
}

.find-buyers .video-wrapper {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.find-buyers .video-wrapper p {
  background: var(--table-bg);
  color: var(--light-blue);
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
  margin-bottom: 0;
}

.find-buyers .video-wrapper video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.successled-grid-wrapper {
  padding: 20px;
  background: var(--dark-bg);
}

.successled-grid {
  -webkit-column-gap: 1.33%;
          column-gap: 1.33%;
  row-gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.successled-grid .content {
  width: 24%;
}

.successled-grid .content:last-child {
  width: 100%;
}

.successled-grid .content:last-child .card {
  width: 60%;
  margin: auto;
  padding: 20px;
}

.successled-grid .card p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.successled-grid .card p.readblog {
  margin-top: 10px;
  font-weight: 500;
}

.successled-grid .card p.readblog a {
  color: var(--light-blue);
}

.successled-grid .card img {
  margin-bottom: 16px;
}

.successled-grid .card h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
  margin-bottom: 8px;
}

.successled-grid .card span {
  position: absolute;
  left: 25px;
  top: 0;
  background: #AFBFD1;
  width: 26px;
  height: 50px;
  padding: 10px 2px 30px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
}

.successled-grid .card span::before {
  content: '';
  position: absolute;
  background: transparent;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid var(--white-color);
}

.faq-items {
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-items.with-bg {
  background: var(--dark-bg);
  margin-top: 0;
  padding: 20px;
}

.faq-items .faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.faq-items .faq-title::-webkit-details-marker {
  display: none;
}

.faq-items .faq-title:hover {
  cursor: pointer;
}

.faq-items .faq-title::after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 11px;
  bottom: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: var(--black-color);
}

.faq-items h4 {
  font-weight: 400;
}

.faq-items .faq-content {
  display: none;
  padding: 0 10px 10px;
}

.faq-items a {
  color: var(--light-blue);
}

.faq-items .faq-item {
  background: var(--white-color);
  border: solid var(--border-color);
  border-width: 1px;
  border-radius: 8px;
  width: 49%;
  max-width: 100%;
}

.faq-items .faq-item.show .faq-content {
  display: block;
}

.faq-items .faq-item.show .faq-title::after {
  content: '-';
}

.faq-items.full-width {
  row-gap: 10px;
}

.faq-items.full-width > details {
  width: 100%;
}

.faq-items.faq-section {
  padding: 20px;
  background: var(--dark-bg);
  margin-top: 0;
}

.faq-items.country-wise {
  margin-top: 0px;
}

.faq-items.country-wise details {
  border-left-color: var(--border-color);
  border-width: 1px 0 0 0;
  border-radius: 0 0 6px 6px;
}

.faq-items.country-wise nav {
  border: 0px solid var(--border-color);
  padding: 0;
}

.faq-items.country-wise nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}

.faq-items.country-wise nav li {
  border: 1px solid var(--border-color);
  width: calc(25% - 2px);
  padding: 5px 10px;
}

.faq-items.country-wise nav li a {
  color: var(--light-blue);
}

.review-ques-section .inner-wrapper {
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.review-ques-section .item {
  width: 49%;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}

.review-ques-section .sm-heading .title {
  color: var(--black-color);
}

.review-ques-section .review-filters {
  background: var(--dark-bg);
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
          column-gap: 2%;
}

.review-ques-section .review-filters li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--white-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--border-color);
  cursor: pointer;
}

.review-ques-section .review-filters li.active {
  border-color: var(--light-blue);
  color: var(--light-blue);
}

.review-ques-section .review-items {
  padding: 40px 15px 20px;
}

.review-ques-section .review-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.review-ques-section .review-item .name-wrapper {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.review-ques-section .review-item .name-wrapper .icon-box {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background: var(--dullgrey);
  border-radius: 50%;
  color: var(--white-color);
}

.review-ques-section .review-item .name-wrapper .right-text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.review-ques-section .review-item .name-wrapper .right-text .stars {
  height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
          column-gap: 4px;
}

.review-ques-section .review-item .name-wrapper .right-text .icon-star {
  width: 14px;
  height: 14px;
}

.review-ques-section .review-item .name-wrapper .right-text .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  opacity: 0.8;
}

.review-ques-section .review-item .name-wrapper .right-text .name {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
}

.review-ques-section .review-item p {
  margin-top: 15px;
  color: var(--light-grey);
}

.review-ques-section .review-item h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
}

.review-ques-section .review-item .with-bg {
  background: var(--light-bg);
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}

.review-ques-section .review-item .with-bg .name-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-ques-section .review-item .with-bg .name-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-ques-section .review-item .with-bg .name-wrapper .icon-box {
  background: #B3D3FC;
}

.review-ques-section .review-item .with-bg p {
  margin: 0;
}

.review-ques-section .review-item .helpfull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: var(--dullgrey);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.review-ques-section .review-item .helpfull .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.review-ques-section .review-item .helpfull .yes,
.review-ques-section .review-item .helpfull .no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  padding: 6px 10px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
}

.review-ques-section .review-item .helpfull .no i {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.review-ques-section .all-review {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
}

.review-ques-section .all-review span {
  display: block;
  color: var(--light-blue);
  font-weight: 700;
}

.review-ques-section .write-review {
  background: var(--dark-bg);
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-ques-section .write-review span {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  opacity: 0.8;
}

.review-ques-section form {
  padding: 30px 15px 0;
}

.review-ques-section form .input-wrapper {
  width: 100%;
}

.review-ques-section form .input-wrapper input {
  width: 100%;
}

.review-ques-section form .btn {
  height: 100%;
  border-radius: 0 6px 6px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 10px;
  width: 50px;
}

.review-ques-section form .btn:hover {
  background: var(--dark-blue);
}

.read-more-container,
.brass-read-more-container {
  margin-top: 15px;
}

.read-more-container .text-container,
.read-more-container .brass-text-container,
.brass-read-more-container .text-container,
.brass-read-more-container .brass-text-container {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.read-more-container .text-container p,
.read-more-container .brass-text-container p,
.brass-read-more-container .text-container p,
.brass-read-more-container .brass-text-container p {
  margin-bottom: 8px;
}

.read-more-container .toggle-button,
.read-more-container .brass-toggle-button,
.brass-read-more-container .toggle-button,
.brass-read-more-container .brass-toggle-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  background: transparent;
  color: var(--light-grey);
  margin-top: 5px;
  cursor: pointer;
}

.read-more-container .brass-toggle-button,
.brass-read-more-container .brass-toggle-button {
  color: var(--light-blue);
}

.rating-section {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  -webkit-column-gap: 4%;
          column-gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-section .overall-rating {
  text-align: center;
  padding: 15px;
  background: var(--light-bg);
  border-radius: 10px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-section .overall-rating .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  margin-bottom: 5px;
}

.rating-section .overall-rating .stars {
  margin: 10px 0;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.rating-section .overall-rating .rating-value {
  font-size: 38px;
  font-weight: 700;
  line-height: 57px;
}

.rating-section .overall-rating .rating-info {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid var(--border-color);
}

.rating-section .overall-rating .rating-info span {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.rating-section .rating-breakdown {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.rating-section .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.rating-section .rating-row .num {
  line-height: 10px;
  min-width: 10px;
  text-align: left;
  font-weight: 500;
}

.rating-section .rating-row .icon-star {
  width: 14px;
  height: 14px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.25;
}

.rating-section .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 8px;
  background: #e0e0e0;
  border-radius: 5px;
  margin: 0;
  overflow: hidden;
}

.rating-section .progress-bar {
  height: 100%;
  background: #76c7c0;
  border-radius: 5px;
}

.bill-landing-table .table-responsive {
  padding: 15px;
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.bill-landing-table table {
  width: 100%;
  border-spacing: 0px;
}

.bill-landing-table table td {
  width: 50%;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
  color: var(--grey-color);
  border-bottom: 1px solid var(--border-color);
  padding-right: 10px;
}

.bill-landing-table table td:nth-child(even) {
  font-weight: 500;
  color: var(--black-color);
  padding-right: 0;
}

.bill-landing-table table tr:last-child td {
  border-bottom: 0px;
}

.brass-navs {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
}

.brass-navs .content {
  padding: 15px 10px;
}

.brass-navs p {
  margin-bottom: 20px;
  color: var(--light-grey);
}

.brass-navs p i {
  position: relative;
  top: 2px;
  margin-left: 4px;
}

.brass-navs nav {
  padding: 0;
  border-bottom: 0;
  position: static;
  background: var(--white-color);
}

.brass-navs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 15px;
}

.brass-navs ul.two-column li {
  width: 49%;
}

.brass-navs ul.five-column li {
  width: 18.33%;
}

.brass-navs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 40px 8px 15px;
  background: var(--table-bg);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
  color: var(--light-grey);
  position: relative;
}

.brass-navs li a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 13px;
  background: url("https://www.volza.com/img/icons/blueRightArrow.svg") right center no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
}

.brass-navs li a span {
  color: var(--light-blue);
  font-weight: 500;
}

.brass-hierarchy {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
}

.brass-hierarchy .content {
  padding: 15px 10px;
}

.brass-hierarchy p {
  color: var(--light-grey);
}

.brass-hierarchy .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.brass-hierarchy .item {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.brass-hierarchy .item .num {
  padding: 8px 20px;
  background: var(--table-bg);
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32.8px;
  min-width: 130px;
  text-align: center;
  color: var(--dullgrey);
  letter-spacing: 0.6px;
}

.brass-hierarchy .item .num b {
  color: var(--black-color);
}

.brass-hierarchy .item .text b {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
}

.brass-hierarchy .item .text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  color: var(--light-grey);
  margin-bottom: 0;
}

.brass-hierarchy .item .text p span {
  color: var(--light-blue);
}

.brass-import-export .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
}

.brass-import-export details {
  margin-bottom: 8px;
  padding: 10px;
  background: var(--white-color);
  border-radius: 6px;
  border: 1px solid var(--border-color);
}

.brass-import-export details:last-child {
  margin-bottom: 0;
}

.brass-import-export details summary {
  font-size: 14px;
  font-weight: 500;
  line-height: 24.6px;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 22px;
  color: var(--light-blue);
}

.brass-import-export details summary::after {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/plus.svg") center center no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  top: 6px;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.brass-import-export details summary::-webkit-details-marker {
  display: none;
}

.brass-import-export details p {
  margin-bottom: 0;
  margin-top: 15px;
}

.brass-import-export details[open] summary::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.brass-whychoose {
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  border-radius: 4px;
  background: var(--white-color);
}

.brass-whychoose .content {
  padding: 15px 10px;
}

.brass-whychoose p:last-child {
  margin-bottom: 0;
}

.buyers-overview.company-overview .inner-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.buyers-overview.company-overview .company-overview-left {
  width: 74%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.buyers-overview.company-overview .buyers-overview-content {
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.buyers-overview.company-overview .buyers-overview-content .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.buyers-overview.company-overview .buyers-overview-content .img-wrapper {
  min-width: 112px;
  height: 112px;
  background-color: var(--dark-bg);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buyers-overview.company-overview .buyers-overview-content .img-wrapper img {
  width: 72px;
}

.buyers-overview.company-overview .buyers-overview-content b {
  font-weight: 600;
}

.buyers-overview.company-overview .company-overview-right {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.buyers-overview.company-overview .company-key-contacts {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.buyers-overview.company-overview .company-key-contacts .inner-wrapper {
  padding: 15px;
}

.buyers-overview.company-overview .company-key-contacts .user {
  -webkit-column-gap: 8px;
          column-gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}

.buyers-overview.company-overview .company-key-contacts .user img {
  max-width: 48px;
}

.buyers-overview.company-overview .company-key-contacts .user p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
  margin-bottom: 0;
}

.buyers-overview.company-overview .company-key-contacts .user p span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 21.32px;
}

.buyers-overview.company-overview .company-key-contacts p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.buyers-overview.company-overview .company-key-contacts .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.buyers-overview.company-overview .company-key-contacts .contact-links .icon {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.32px;
}

.buyers-overview.company-overview .company-key-contacts .contact-links .icon::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-call::before {
  background: url("https://www.volza.com/img/icons/phone.svg") center center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-linkedin::before {
  background: url("https://www.volza.com/img/icons/linkedinBlue.svg") left center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-email::before {
  background: url("https://www.volza.com/img/icons/email.svg") left center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.buyers-overview.company-overview .company-key-contacts .decision-maker {
  background: var(--table-bg);
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  color: var(--light-blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 21.32px;
  position: relative;
}

.buyers-overview.company-overview .company-key-contacts .decision-maker::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://www.volza.com/img/icons/blueRightArrow.svg") center right no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.buyers-overview.company-overview .company-key-contacts .decision-maker span {
  position: relative;
  padding-left: 20px;
}

.buyers-overview.company-overview .company-key-contacts .decision-maker span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background: url("https://www.volza.com/img/icons/user.svg") left center no-repeat;
  background-size: contain;
  width: 12px;
  height: 15px;
}

.buyers-overview.company-overview .company-labels {
  padding: 15px;
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.buyers-overview.company-overview .company-labels summary {
  font-size: 15px;
  font-weight: 500;
  line-height: 24.6px;
  list-style: none;
  cursor: pointer;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 18px;
  padding-left: 26px;
  color: var(--black-color);
  width: 100%;
}

.buyers-overview.company-overview .company-labels summary::before {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/label.svg") center center no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.buyers-overview.company-overview .company-labels summary::after {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/arrow.svg") center center no-repeat;
  background-size: 100%;
  width: 11px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.buyers-overview.company-overview .company-labels summary span {
  color: var(--dullgrey);
}

.buyers-overview.company-overview .company-labels details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.buyers-overview.company-overview .company-labels .tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.buyers-overview.company-overview .company-labels .tags {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.buyers-overview.company-overview .company-labels .tags .add-tag {
  border: 1px solid var(--light-blue);
  border-radius: 4px;
  padding: 2px 8px 2px 24px;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  position: relative;
}

.buyers-overview.company-overview .company-labels .tags .add-tag::before {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/plus.svg") center center no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  left: 8px;
  top: 8px;
}

.buyers-overview.company-overview .company-labels .tags .new-tag {
  background: #D9FFFF;
  padding: 2px 8px;
  border-radius: 4px;
}

.buyers-overview.company-overview .company-labels .tags .buyer-tag {
  background: rgba(255, 75, 85, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

.buyers-overview.company-overview .company-fact-sheets {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.buyers-overview.company-overview .company-fact-sheets .article-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.buyers-overview.company-overview .company-fact-sheets .article-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.buyers-overview.company-overview .company-fact-sheets h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.24px;
  padding: 12px 15px;
  background: var(--table-bg);
  border: 1px solid #B3D3FC;
  color: var(--light-blue);
}

.buyers-overview.company-overview .company-fact-sheets .item {
  padding: 12px 15px;
  border: 0.5px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
}

.buyers-overview.company-overview .company-fact-sheets .item.supplier dt::before {
  background: url("https://www.volza.com/img/icons/factory.svg") center center no-repeat;
  background-size: 100%;
}

.buyers-overview.company-overview .company-fact-sheets .item.shipment dt::before {
  background: url("https://www.volza.com/img/icons/supplier.svg") center center no-repeat;
  background-size: 100%;
}

.buyers-overview.company-overview .company-fact-sheets .item.competetion dt::before {
  background: url("https://www.volza.com/img/icons/competition.svg") center center no-repeat;
  background-size: 100%;
}

.buyers-overview.company-overview .company-fact-sheets .item.buyer dt::before {
  background: url("https://www.volza.com/img/icons/cart.svg") center center no-repeat;
  background-size: 100%;
}

.buyers-overview.company-overview .company-fact-sheets dl {
  margin-top: 0px;
  margin-bottom: 0;
}

.buyers-overview.company-overview .company-fact-sheets dt,
.buyers-overview.company-overview .company-fact-sheets dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--light-blue);
}

.buyers-overview.company-overview .company-fact-sheets dt {
  padding-left: 30px;
  position: relative;
}

.buyers-overview.company-overview .company-fact-sheets dt::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}

.buyers-overview.company-overview .company-fact-sheets p {
  font-size: 11px;
  font-weight: 400;
  line-height: 18.04px;
  text-align: right;
  padding: 14px 10px;
  margin-bottom: 0px;
}

.buyers-overview.company-overview .company-fact-sheets p span {
  color: var(--light-blue);
  font-weight: 700;
}

.company-contact-address {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.company-contact-address .items {
  padding: 20px;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company-contact-address .items .address {
  width: 100%;
}

.company-contact-address .items .company-profile {
  width: 100%;
}

.company-contact-address .items .company-profile a {
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
}

.company-contact-address .items a {
  color: var(--light-blue);
  font-size: 13px;
  font-weight: 400;
}

.company-contact-address .items .item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 26px;
  position: relative;
}

.company-contact-address .items .item img {
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 2px;
}

.company-contact-address.full-width {
  background: var(--light-bg);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.company-contact-address.full-width .inner-wrapper {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.company-contact-address.full-width .items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-contact-address.full-width .items .address {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.company-tabs-wrapper .inner-wrapper {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-tabs-wrapper .featured-tabs {
  background: var(--table-bg);
}

.company-tabs-wrapper .featured-tabs h3 {
  color: var(--light-blue);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.company-tabs-wrapper .feature-grid {
  padding: 0;
  row-gap: 0;
  width: 100%;
}

.company-tabs-wrapper .feature-grid > div {
  padding: 0;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}

.company-tabs-wrapper .feature-grid > div img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 0;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper.border-bottom {
  position: relative;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper.border-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--border-color);
  width: calc(100% - 30px);
  margin: auto;
  height: 1px;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 29.52px;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .link {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  color: var(--grey-color);
}

.company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .link.active, .company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .link:hover {
  color: var(--light-blue);
}

.company-tabs-wrapper .feature-grid.company-map-box .sm-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
}

.company-tabs-wrapper .feature-grid.company-map-box .sm-title span {
  font-weight: 600;
}

.company-tabs-wrapper .feature-grid.company-map-box .sources {
  background: var(--table-bg);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-tabs-wrapper .feature-grid.company-map-box .sources .destination {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .countries {
  padding: 20px 15px;
  width: 40%;
  border-right: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
  max-height: 550px;
  overflow-y: scroll;
}

.feature-grid.company-map-box .bottom-wrapper .countries::-webkit-scrollbar-track {
	padding: 2px 0;
	background-color: var(--border-color);
}

.feature-grid.company-map-box .bottom-wrapper .countries::-webkit-scrollbar {
	width: 5px;
}

.feature-grid.company-map-box .bottom-wrapper .countries::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #0073f2;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .item {
  text-align: left;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .countryname {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .shipment {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  color: var(--light-grey);
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
  margin-top: 10px;
}

.company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .map-wrapper {
  width: 70%;
  padding: 15px;
}

.company-tabs-wrapper .feature-grid.company-map-box .chart-wrapper {
  padding: 20px 0 0;
}

.company-tabs-wrapper .feature-grid table {
  border-spacing: 0;
  width: 100%;
}

.company-tabs-wrapper .feature-grid table th,
.company-tabs-wrapper .feature-grid table td {
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  text-align: left;
  width: 15%;
}

.company-tabs-wrapper .feature-grid table th:nth-child(1),
.company-tabs-wrapper .feature-grid table td:nth-child(1) {
  width: 40%;
}

.company-tabs-wrapper .feature-grid table th:nth-child(1) > a,
.company-tabs-wrapper .feature-grid table td:nth-child(1) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-tabs-wrapper .feature-grid table th:nth-child(2),
.company-tabs-wrapper .feature-grid table td:nth-child(2) {
  width: 30%;
}

.company-tabs-wrapper .feature-grid table th:last-child,
.company-tabs-wrapper .feature-grid table td:last-child {
  text-align: right;
}

.company-tabs-wrapper .feature-grid table th .read-more-container,
.company-tabs-wrapper .feature-grid table td .read-more-container {
  margin-top: 0;
}

.company-tabs-wrapper .feature-grid table th .read-more-container p,
.company-tabs-wrapper .feature-grid table td .read-more-container p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  margin-top: 0;
  color: var(--light-grey);
}

.company-tabs-wrapper .feature-grid table th .read-more-container .toggle-button,
.company-tabs-wrapper .feature-grid table td .read-more-container .toggle-button {
  color: var(--light-blue);
  font-size: 12px;
}

.company-tabs-wrapper .feature-grid table th a,
.company-tabs-wrapper .feature-grid table td a {
  color: var(--light-blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 18.04px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 5px;
}

.company-tabs-wrapper .feature-grid table th a.name,
.company-tabs-wrapper .feature-grid table td a.name {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
}

.company-tabs-wrapper .feature-grid table td {
  background: var(--white-color);
  vertical-align: top;
  border-bottom: 1px solid var(--border-color);
  color: var(--light-grey);
}

.company-tabs-wrapper .feature-grid table th {
  font-weight: 500;
  background: var(--table-bg);
}

.company-tabs-wrapper .feature-grid table .img-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 4px 0px #0000001A;
          box-shadow: 0px 4px 4px 0px #0000001A;
}

.company-tabs-wrapper .feature-grid table p {
  color: var(--light-blue);
  margin-top: 10px;
}

.company-tabs-wrapper .feature-grid table .flag {
  font-weight: 600;
  color: var(--light-blue);
}

.company-tabs-wrapper .feature-grid table .location {
  position: relative;
  padding-left: 22px;
  color: var(--light-grey);
}

.company-tabs-wrapper .feature-grid table .location::before {
  content: '';
  position: absolute;
  background: url("https://www.volza.com/img/icons/location.svg") left center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 18px;
  left: 0;
  top: 2px;
}

div.see-more-links {
  padding: 15px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
  color: var(--light-grey);
}

div.see-more-links a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: var(--light-blue);
}

div.see-more-links .btn-wrapper {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

div.see-more-links .btn-wrapper a {
  color: var(--white-color);
}

div.see-more-links .btn-wrapper a:hover {
  color: var(--dark-blue);
}

div.see-more-links .btn-wrapper a.light-btn {
  color: var(--dark-blue);
}

div.see-more-links .btn-wrapper a.light-btn:hover {
  color: var(--white-color);
}

div.see-more-links.company-contact {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  margin-top: 30px;
}

.company-competitors .inner-wrapper {
  -webkit-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.company-competitors .inner-wrapper .item {
  width: 49%;
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-competitors .inner-wrapper .sm-heading {
  color: var(--light-blue);
}

.company-competitors .inner-wrapper dl {
  padding: 12px 15px;
  margin: 0;
  border-bottom: 1px solid var(--border-color);
}

.company-competitors .inner-wrapper dt {
  color: var(--light-grey);
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
}

.company-competitors .inner-wrapper dd {
  color: var(--light-grey);
  font-size: 15px;
  font-weight: 600;
  line-height: 24.6px;
  text-align: left;
}

.company-competitors .inner-wrapper .bottom-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company-competitors .inner-wrapper .bottom-links ul li {
  border-bottom: 1px solid var(--border-color);
}

.company-competitors .inner-wrapper .bottom-links ul li a {
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--light-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
}

.company-competitors .inner-wrapper .bottom-links ul li:last-child {
  border-bottom: 0px;
}

.company-competitors .inner-wrapper .see-more-links {
  border-top: 1px solid var(--border-color);
}

.trading-company .inner-wrapper {
  background: var(--white-color);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.trading-company .img-wrapper {
  padding: 15px;
}

.trading-company .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 32.8px;
  text-align: center;
  padding: 15px 10px 0;
}

.trading-company .bottom-wrapper {
  width: 100%;
}

.trading-company .bottom-wrapper .see-more-links {
  width: 50%;
  border-top: 1px solid var(--border-color);
}

.trading-company .bottom-wrapper .see-more-links:first-child {
  border-right: 1px solid var(--border-color);
}

.company-bill-landing.bill-landing-table dl {
  width: 100%;
  margin: 0;
  background: var(--white-color);
  padding: 15px 10px 0;
}

.company-bill-landing.bill-landing-table dt {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  text-align: left;
}

.company-bill-landing.bill-landing-table dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 24.6px;
}

.company-bill-landing.bill-landing-table .inner-wrapper {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-bill-landing.bill-landing-table .featured-tabs {
  background: var(--table-bg);
}

.company-bill-landing.bill-landing-table .feature-grid {
  padding: 0;
  row-gap: 0;
}

.company-bill-landing.bill-landing-table .feature-grid > div {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}

.company-bill-landing.bill-landing-table .table-responsive {
  padding-bottom: 0;
}

.company-bill-landing.bill-landing-table table tr:first-child td {
  border-top: 1px solid var(--border-color);
}

.company-bill-landing.bill-landing-table table tr:last-child td {
  border-bottom: 1px solid var(--border-color);
}

.company-related-link .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.company-related-link .related-items {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-related-link ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.company-related-link ul::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  width: 100%;
  height: 1px;
}

.company-related-link li {
  padding: 8px 12px;
  border-bottom: 1px solid var(--border-color);
}

.company-related-link li:nth-last-child(-n+4) {
  border-top: 0;
}

.company-related-link li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.96px;
  color: var(--light-blue);
}

.company-supplier-table .inner-wrapper {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-supplier-table .top-wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-supplier-table .top-wrapper dl {
  margin: 0;
  color: var(--light-grey);
}

.company-supplier-table .top-wrapper dd {
  font-weight: 600;
}

.company-supplier-table .years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

.company-supplier-table .years span {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
  color: var(--dullgrey);
  text-transform: uppercase;
}

.company-supplier-table .years span.active {
  color: var(--light-blue);
}

.company-supplier-table table {
  border-spacing: 0;
}

.company-supplier-table table tr td,
.company-supplier-table table tr th {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  text-align: left;
  width: 30%;
}

.company-supplier-table table tr td:nth-child(3),
.company-supplier-table table tr th:nth-child(3) {
  width: 30%;
}

.company-supplier-table table tr th {
  background: var(--table-bg);
  font-weight: 500;
  border-right: 1px solid var(--color-lightgray);
  font-family: var(--font-poppins);
}

.company-supplier-table table tr td {
  color: var(--light-blue);
  font-size: 13px;
  font-weight: 400;
  line-height: 21.32px;
  vertical-align: top;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--color-lightgray);
}

.company-supplier-table table tr td a {
  color: var(--light-blue);
}

.company-supplier-table table tr td.location a:first-child {
  color: var(--grey-color);
}

.company-supplier-table table .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: var(--light-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 24.6px;
}

.company-supplier-table table .name a {
  color: var(--light-blue);
}

.company-supplier-table table .name .icon-wrapper {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px 0px #0000001A;
          box-shadow: 0px 4px 4px 0px #0000001A;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px;
}

.company-import-products .inner-wrapper,
.company-branch-locations .inner-wrapper {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
}

.company-branch-locations dl {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.company-branch-locations dl:last-child {
  border-bottom: 0px;
}

.company-branch-locations dl dt {
  font-size: 15px;
  font-weight: 500;
  line-height: 24.6px;
}

.company-branch-locations dl dd {
  position: relative;
  padding-left: 23px;
  color: var(--light-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 22.96px;
}

.company-branch-locations dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 18px;
  background: url("https://www.volza.com/img/icons/locationBlue.svg") center center no-repeat;
  background-size: 100%;
}

.company-overview-chart {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
}

.company-overview-chart .top-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}

.company-overview-chart .top-wrapper .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.24px;
  color: black;
  max-width: 70%;
  word-wrap: break-word;
}

.company-overview-chart .top-wrapper .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

.company-overview-chart .top-wrapper .icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-overview-chart p {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.68px;
}

.company-overview-chart .bottom-text {
  font-size: 11px;
  font-weight: 400;
  line-height: 18.04px;
  margin-top: 10px;
}

.company-overview-chart .bottom-text .blue {
  color: var(--light-blue);
  font-weight: 700;
}

.company-contact-import .inner-wrapper {
  background: var(--white-color);
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
  overflow: hidden;
  position: relative;
}

.company-contact-import .paid-subs {
  position: absolute;
  bottom: 100px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--white-color);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-shadow: 0px 3px 8px 0px #BAC1CF40;
          box-shadow: 0px 3px 8px 0px #BAC1CF40;
}

.company-contact-import .paid-subs .text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: var(--dark-blue);
}

.company-contact-import .paid-subs .text a {
  color: var(--light-blue);
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}

.company-contact-import .paid-subs .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shipments-text-overview{
  width: 54% !important;
}
.overview-line-chart-inner-container{
  padding: 0px 15px 0px 15px;
}
/*# sourceMappingURL=style.css.map */