@media only screen and (min-width: 768px) {
  nav .menu-item:hover .link.dropdown::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  nav .menu-item:hover .link.dropdown ~ .dropdown-items {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  nav .dropdown-items .dropdown-item:hover .link {
    opacity: 0.9;
  }
}

@media only screen and (max-width: 1199px) {
  .overview-section .tabs {
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .overview-section .tabs .link {
    padding: 10px 15px;
    font-size: 14px;
  }
  .overview-section .content-wrapper .left-section {
    width: 69%;
    padding: 20px;
  }
  .overview-section .content-wrapper .right-section {
    width: 29%;
  }
  .pricing-section .pricing-cards .header {
    min-height: 288px;
  }
  footer .footer-wrapper .sm-title {
    font-size: 16px;
    line-height: 26px;
  }
  footer .footer-wrapper .footer-column ul {
    margin-bottom: 25px;
  }
  footer .footer-wrapper .footer-column ul li a {
    font-size: 13px;
    line-height: 19.5px;
  }
  footer .footer-wrapper .footer-column .chat-with-us {
    margin-top: 25px;
  }
  footer .footer-wrapper .footer-column:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  footer .footer-wrapper .form-wrapper {
    padding: 15px;
  }
  .top-box .left-section.had-city {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .top-box .left-section.had-city .heading-title {
    width: 100%;
    margin-bottom: 0;
  }
  .top-box .left-section.had-city .city {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
  }
  .top-box .left-section.had-city .tag {
    display: none;
  }
  .top-box .left-section.had-city ~ .right-section {
    margin-bottom: 10px;
  }
  .buyers-overview.company-overview .company-overview-left {
    width: 69%;
  }
  .buyers-overview.company-overview .company-overview-right {
    width: 29%;
  }
}

@media only screen and (max-width: 1024.5px) {
  body {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 21.5px;
  }
  body.has-filter {
    padding-bottom: 47px;
  }
  .heading-wrapper .title {
    margin-bottom: 5px;
  }
  .breadcrumb {
    -webkit-column-gap: 4px;
            column-gap: 4px;
  }
  .top-box .right-section {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top-box .top-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hide-on-mobile{
    display: none;
  }
  .top-box .top-links .link span {
    display: none;
  }
  .top-box .top-links .link.bookmark {
    display: none;
  }
  .top-box .top-links .link.bookmark::before {
    width: 12px;
    height: 18px;
  }
  .top-box .top-links .link.share::before {
    width: 22px;
    height: 18px;
  }
  .top-box .top-links .link.wishlist {
    display: block;
  }
  .top-box .top-links .link.wishlist::before {
    width: 22px;
    height: 18px;
  }
  .bottom-menu .list-items {
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .bottom-menu .list-items li a {
    padding: 2px 10px;
  }
  .hide-on-mobile{
    display: none;
  }
  .overview-section .tabs {
    width: 100%;
    overflow-x: scroll;
  }
  .overview-section .tabs .link {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .overview-section.content-wrapper .left-section {
    width: 64%;
    padding: 15px;
  }
  .overview-section.content-wrapper .left-section .content {
    width: 100%;
  }
  .overview-section.content-wrapper .left-section .video-wrapper {
    display: none;
  }
  .overview-section.content-wrapper .right-section {
    width: 34%;
  }
  .bottom-menu li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .mobile-filters {
    display: block;
  }
  .two-column-left .left-section {
    display: none;
  }
  .two-column-left .right-section {
    width: 100%;
  }
  .home-buyers .buyers-list .items {
    -webkit-column-gap: 5%;
            column-gap: 5%;
  }
  .home-buyers .data-table td,
  .home-buyers .data-table th {
    border: 1px solid var(--border-color);
  }
  .home-buyers .data-table .link {
    padding: 10px;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .home-buyers .data-table tr:last-child .link {
    border-bottom: 1px solid var(--border-color);
  }
  .home-buyers .all-links.top-border {
    border-top: 0px;
  }
  .video-section .right-content .title {
    margin-bottom: 26px;
  }
  .video-section .right-content ul {
    row-gap: 20px;
  }
  .countries-covered-section .countries-grid {
    width: 100%;
    overflow-x: scroll;
  }
  .countries-covered-section td {
    min-width: 220px;
  }
  .reviews-section .review-items {
    margin-top: 10px;
  }
  .reviews-section .review-items > div {
    padding: 20px 15px;
  }
  .reviews-section .review-items > div p {
    font-size: 12px;
    line-height: 19.5px;
  }
  .reviews-section .review-items > div .name-wrapper .name {
    font-size: 14px;
  }
  .reviews-section .review-items > div .name-wrapper .name span {
    font-size: 12px;
  }
  .pricing-section .pricing-cards {
    margin-top: 10px;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pricing-section .pricing-cards > div {
    min-width: 240px;
  }
  .references-section .references-cards {
    margin-top: 10px;
  }
  .explore-links ul {
    margin-top: 10px;
  }
  .grow-business-section .bottom-section {
    margin-top: 15px;
  }
  .key-indicators .items {
    overflow-x: scroll;
  }
  .key-indicators .item {
    min-width: 125px;
  }
  .key-indicators .brass-hsn {
    min-width: 115px;
  }
  .info-items .info-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-items .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-items .rating-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  .info-items .money-back {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
  footer .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
  footer .footer-wrapper .footer-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  footer .footer-bottom {
    padding: 15px;
  }
  .explore-links ul {
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .explore-links ul li {
    width: 32%;
  }
  .find-buyers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .find-buyers .content-box {
    width: 100%;
  }
  .find-buyers .img-wrapper {
    width: 49%;
  }
  .find-buyers .find-buyer-table {
    width: 49%;
  }
  .find-buyers .video-wrapper {
    width: 49%;
  }
  .successled-grid-wrapper {
    padding: 15px 10px;
  }
  .successled-grid .content {
    width: 32.33%;
  }
  .successled-grid .card {
    padding: 30px 15px;
  }
  .review-ques-section .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-ques-section .item {
    width: 100%;
  }
  .company-contact-address.full-width .items .address {
    width: 100%;
  }
  .company-supplier-table table .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 11px;
    font-weight: 400;
    line-height: 18.04px;
  }
  .company-supplier-table table tr td {
    font-size: 11px;
    font-weight: 400;
    line-height: 18.04px;
  }
  .company-tabs-wrapper .feature-grid table th,
  .company-tabs-wrapper .feature-grid table td {
    padding: 10px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .sources .destination span {
    display: none;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .countries {
    row-gap: 15px;
  }
  .buyers-overview.company-overview .sm-heading {
    font-size: 16px;
  }
  .buyers-overview.company-overview .company-overview-left {
    width: 64%;
  }
  .buyers-overview.company-overview .company-overview-right {
    width: 34%;
  }
  .buyers-overview.company-overview .buyers-overview-content .content {
    display: block;
  }
  .buyers-overview.company-overview .buyers-overview-content .img-wrapper {
    width: 92px;
    height: 92px;
    min-width: 92px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  .buyers-overview.company-overview .buyers-overview-content .img-wrapper img {
    width: 52px;
  }
  .buyers-overview.company-overview .company-key-contacts .contact-links .icon {
    padding-left: 20px;
    font-size: 12px;
  }
  .buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-email::before, .buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-linkedin::before, .buyers-overview.company-overview .company-key-contacts .contact-links .icon.icon-call::before {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767.5px) {
  .section-padding {
    padding: 15px 0;
  }
  nav .right-section {
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  .btn {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 4px 8px;
  }
  h1.heading-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .md-heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .sm-heading {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px;
  }
  .sm-heading .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .sm-heading p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.5px;
  }
  .sm-heading .title-wrapper .icon {
    top: 7px;
  }
  .sm-heading.has-accordion {
    padding-right: 25px;
    position: relative;
  }
  .sm-heading.has-accordion::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);
  }
  .breadcrumb .link,
  .breadcrumb li {
    font-size: 10px;
    line-height: 14px;
  }
  .breadcrumb .link::after {
    font-size: 12px;
  }
  .heading-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
  nav .icon-toggle.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .icon-close.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .icon-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .menu-wrapper {
    display: none;
  }
  nav .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    max-width: 90%;
    padding-bottom: 50px;
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--light-bg);
    z-index: 9;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;
  }
  nav .mobile-menu-wrapper li {
    width: 100%;
  }
  nav .mobile-menu-wrapper.show {
    right: 0;
  }
  nav .mobile-menu-wrapper .menu-close {
    position: absolute;
    right: 15px;
    top: 22px;
  }
  nav .mobile-menu-wrapper .top-links {
    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;
    width: 100%;
    padding: 15px 50px 15px 15px;
    background: var(--white-color);
  }
  nav .mobile-menu-wrapper .top-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .mobile-menu-wrapper .home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
            column-gap: 6px;
    line-height: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: var(--light-blue);
  }
  nav .mobile-menu-wrapper .btn-wrapper {
    padding: 15px;
    width: 100%;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  nav .mobile-menu-wrapper .btn-wrapper .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 8px;
  }
  nav .mobile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 5px 15px 15px;
  }
  nav .mobile-menu .link {
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  nav .link {
    color: var(--black-color);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
  }
  nav .link.dropdown::after {
    -webkit-filter: brightness(0);
            filter: brightness(0);
    right: 10px;
    opacity: 0.8;
  }
  nav .link.dropdown.active {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
  }
  nav .link.active {
    background: var(--white-color);
    color: var(--light-grey);
  }
  nav .whatsapplink {
    position: relative;
    top: 2px;
  }
  nav .dropdown-items {
    width: 100%;
    background: var(--white-color);
    height: 0;
    overflow: hidden;
    top: 0;
  }
  nav .dropdown-items.show {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border: 1px solid var(--border-color);
    border-top: 0px;
  }
  nav .dropdown-items .dropdown-item {
    padding: 0 15px;
    border-bottom: 0;
  }
  nav .dropdown-items .dropdown-item:last-child .link {
    border-bottom: 0px;
  }
  nav .dropdown-items .dropdown-item .link {
    color: var(--light-grey);
  }
  .share-popup .form .input-wrapper {
    width: calc(100% - 107px);
  }
  .top-box .search-wrapper {
    display: none;
  }
  .mobile-search.show {
    left: 0;
  }
  .heading-wrapper h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .top-heading-section .sm-heading {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .logo-wrapper {
    max-width: 100px;
  }
  .bottom-menu {
    top: 51px;
  }
  .bottom-menu .link {
    font-size: 12px;
    line-height: 20px;
  }
  .bottom-menu .link.active {
    background: transparent;
  }
  .bottom-menu .list-items {
    padding: 4px 0;
  }
  .overview-section .tabs .link {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 7px 12px;
  }
  .overview-section.content-wrapper {
    display: none;
  }
  .overview-section.content-wrapper .inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .overview-section.content-wrapper .left-section {
    width: 100%;
  }
  .overview-section.content-wrapper .right-section {
    width: 100%;
  }
  .home-buyers .buyers-name .name {
    font-size: 14px;
    line-height: 21px;
  }
  .home-buyers .buyers-list .items {
    -webkit-column-gap: 2%;
            column-gap: 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-buyers .buyers-list .item {
    width: 49%;
  }
  .home-buyers .social-list .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3%;
            column-gap: 3%;
  }
  .home-buyers .social-list .item,
  .home-buyers .social-list a {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .home-buyers .social-list .item:last-child {
    width: 100%;
  }
  .home-buyers .export-list .table-responsive {
    margin-top: 10px;
  }
  .home-buyers .export-list .items {
    overflow-x: scroll;
    row-gap: 0;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .home-buyers .export-list .item {
    -webkit-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    padding-bottom: 0px;
    border-bottom: 0 solid var(--border-color);
  }
  .home-buyers .export-list .item:last-child {
    border-bottom: 0;
  }
  .home-buyers .export-list .date,
  .home-buyers .export-list .flag,
  .home-buyers .export-list .weight {
    background: var(--white-color);
    min-width: 80px;
    padding: 10px;
  }
  .home-buyers .export-list .date,
  .home-buyers .export-list .flag,
  .home-buyers .export-list .description {
    border-right: 1px solid var(--border-color);
  }
  .home-buyers .export-list .date,
  .home-buyers .export-list .flag,
  .home-buyers .export-list .description,
  .home-buyers .export-list .weight {
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
  }
  .home-buyers .export-list .date {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
  }
  .home-buyers .export-list .description {
    background: var(--white-color);
    padding: 10px;
    min-width: 200px;
  }
  .home-buyers .export-list .link {
    background: var(--white-color);
    padding: 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .reviews-section .review-items {
    overflow-x: scroll;
  }
  .reviews-section .review-items > div {
    min-width: 250px;
  }
  .video-section .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .video-section .inner-wrapper .video-container {
    width: 100%;
  }
  .video-section .inner-wrapper .right-content {
    width: 100%;
  }
  .video-section .inner-wrapper .right-content .title {
    font-size: 24px;
    line-height: 39.36px;
  }
  .video-section .inner-wrapper .right-content ul .name {
    font-size: 16px;
    line-height: 24px;
  }
  .references-section .references-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .references-section .references-cards > details {
    width: 100%;
  }
  .references-section .references-cards > details .card-header h3 {
    font-size: 13px;
    line-height: 21.5px;
  }
  .references-section .heading-wrapper p {
    font-weight: 400;
  }
  .feature-grid {
    padding: 15px 10px;
  }
  .feature-grid > div {
    width: 49%;
  }
  .explore-links {
    padding: 15px 10px;
  }
  .explore-links ul {
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .explore-links ul li {
    width: 49%;
    text-align: center;
  }
  .pricing-section .pricing-cards .header .price,
  .pricing-section .pricing-cards .header .badge {
    font-size: 16px;
    line-height: 24px;
  }
  .key-indicators .sm-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .key-indicators .sm-heading.with-copy {
    padding-right: 110px;
  }
  .key-indicators .sm-heading .copy {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .key-indicators .sm-heading .num {
    font-size: 16px;
    line-height: 21px;
  }
  .key-indicators .item {
    font-size: 12px;
    line-height: 19.5px;
    padding: 10px 15px;
  }
  .key-indicators .item span {
    font-size: 16px;
    line-height: 24px;
  }
  .key-indicators .brass-hsn .items {
    overflow-x: unset;
  }
  .key-indicators .brass-hsn .item {
    padding: 10px;
  }
  .key-indicators .brass-hsn .item dt,
  .key-indicators .brass-hsn .item a {
    font-size: 11px;
    line-height: 17.5px;
    color: var(--light-grey);
  }
  .brass-navs ul {
    row-gap: 8px;
  }
  .brass-navs ul.two-column li {
    width: 100%;
  }
  .brass-navs ul.five-column li {
    width: 49%;
  }
  .brass-navs li a {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 36px 8px 15px;
  }
  .brass-navs li a::after {
    width: 10px;
    height: 10px;
    top: 12px;
  }
  .brass-navs li .right {
    font-size: 10px;
    line-height: 16px;
  }
  .brass-hierarchy p {
    font-size: 13px;
    line-height: 21.5px;
  }
  .brass-hierarchy .item {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .brass-hierarchy .item .num {
    font-size: 13px;
    line-height: 19.5px;
    padding: 8px 10px;
    min-width: 80px;
  }
  .brass-hierarchy .item .text {
    line-height: 1.25;
  }
  .brass-hierarchy .item .text b {
    font-size: 13px;
    line-height: 21.5px;
  }
  .brass-hierarchy .item .text p {
    font-size: 13px;
    line-height: 21.5px;
    margin-top: 3px;
  }
  .brass-import-export details summary {
    font-size: 13px;
    font-weight: 400;
    line-height: 21.5px;
  }
  .buyers-overview .inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .buyers-overview .inner-content figure,
  .buyers-overview .inner-content img {
    width: 100%;
  }
  .find-buyers {
    padding: 15px 10px;
  }
  .find-buyers .img-wrapper,
  .find-buyers .video-wrapper,
  .find-buyers .find-buyer-table {
    width: 100%;
  }
  .find-buyers figure,
  .find-buyers img {
    width: 100%;
  }
  .references-cards > details .card-header {
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
  }
  .references-cards.country-wise nav li {
    width: 50%;
  }
  .references-cards.country-wise nav li:nth-child(-n+4) {
    border-top: 0;
  }
  .references-cards.country-wise nav li:nth-child(-n+2) {
    border-top: 1px solid var(--border-color);
  }
  .references-cards.country-wise nav li:nth-child(4n+1) {
    border-left: 0;
  }
  .references-cards.country-wise nav li:nth-child(2n+1) {
    border-left: 1px solid var(--border-color);
  }
  .grow-business-section .bottom-section .sm-heading {
    row-gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .successled-grid {
    row-gap: 8px;
  }
  .successled-grid .content {
    width: 49%;
  }
  .successled-grid .content:last-child .card {
    width: 100%;
  }
  .successled-grid .card {
    padding: 15px 8px;
  }
  .successled-grid .card p {
    font-size: 12px;
  }
  .successled-grid .card span {
    left: 10px;
    width: 14px;
    height: 26px;
    padding: 5px 2px 10px;
    font-size: 10px;
    line-height: 1;
  }
  .successled-grid .card span::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--white-color);
  }
  .faq-items {
    display: none;
    row-gap: 8px;
  }
  .faq-items.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq-items.with-bg {
    padding: 15px 10px;
  }
  .faq-items .faq-item {
    width: 100%;
  }
  .faq-items .faq-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
  }
  .faq-items .faq-title::after {
    right: 10px;
  }
  .review-ques-section .inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .review-ques-section .item {
    width: 100%;
  }
  .review-ques-section .review-filters {
    padding: 10px;
    -webkit-column-gap: 1%;
            column-gap: 1%;
  }
  .review-ques-section .review-filters li {
    font-size: 10px;
    padding: 6px 1px;
  }
  .review-ques-section .review-items {
    padding: 15px 10px;
  }
  .review-ques-section .review-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .review-ques-section .review-item .name-wrapper {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
  .review-ques-section .review-item .name-wrapper .icon-box {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .review-ques-section .review-item .name-wrapper .right-text .icon-star {
    width: 11px;
    height: 11px;
  }
  .review-ques-section .review-item p {
    font-size: 12px;
    line-height: 21.5px;
  }
  .review-ques-section .review-item .helpfull {
    -webkit-column-gap: 6px;
            column-gap: 6px;
  }
  .review-ques-section .review-item .helpfull .text {
    font-size: 12px;
  }
  .review-ques-section .review-item .helpfull .yes,
  .review-ques-section .review-item .helpfull .no {
    padding: 6px;
    font-size: 11px;
  }
  .review-ques-section .review-item .with-bg {
    padding: 10px;
  }
  .review-ques-section .review-item .with-bg .name-box {
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .review-ques-section .review-item .name-wrapper .right-text .name {
    font-size: 11px;
  }
  .review-ques-section .review-item .date {
    font-size: 11px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .review-ques-section .write-review {
    padding: 10px;
  }
  .review-ques-section .write-review span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  .review-ques-section .write-review .btn {
    font-size: 12px;
    padding: 4px 4px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .review-ques-section form {
    padding: 15px 10px 0;
  }
  .review-ques-section form input {
    padding: 10px 8px;
    font-size: 11px;
  }
  .rating-section {
    padding: 15px 10px;
  }
  .rating-section .overall-rating {
    padding: 10px 0;
  }
  .rating-section .overall-rating .stars {
    margin-top: 0;
  }
  .rating-section .overall-rating .stars .icon-star {
    width: 14px;
    height: 14px;
  }
  .rating-section .overall-rating .rating-value {
    font-size: 21px;
    font-weight: 600;
    line-height: 31.5px;
  }
  .rating-section .overall-rating .rating-info {
    padding: 10px 6px 0;
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  .rating-section .overall-rating .rating-info span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px;
  }
  .rating-section .progress {
    height: 4px;
  }
  .rating-section .rating-breakdown {
    row-gap: 12px;
  }
  .rating-section .rating-row .num {
    font-size: 12px;
    line-height: 15px;
  }
  .info-section.section-padding {
    padding: 0;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .company-contact-address .items {
    padding: 15px 10px;
    gap: 10px;
  }
  .company-contact-address .items .item {
    -webkit-column-gap: 6px;
            column-gap: 6px;
  }
  .company-branch-locations dl dt {
    font-size: 11px;
    font-weight: 500;
    line-height: 18.04px;
  }
  .company-branch-locations dl dd {
    font-size: 12px;
    font-weight: 600;
    line-height: 19.68px;
  }
  .company-branch-locations dl dd::before {
    top: 0;
  }
  .company-supplier-table .top-wrapper dl {
    font-size: 11px;
  }
  .company-supplier-table table tr td,
  .company-supplier-table table tr th {
    min-width: 180px;
  }
  .company-supplier-table table tr td:first-child,
  .company-supplier-table table tr th:first-child {
    min-width: 153px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    border-right: 1px solid var(--border-color);
  }
  .company-supplier-table table tr td:last-child,
  .company-supplier-table table tr th:last-child {
    min-width: 100px;
  }
  .company-supplier-table table tr td {
    background: var(--white-color);
  }
  .company-tabs-wrapper .feature-grid table td {
    font-size: 11px;
    font-weight: 400;
    line-height: 18.04px;
    background: var(--white-color);
  }
  .company-tabs-wrapper .feature-grid table th {
    font-size: 12px;
    line-height: 18.04px;
  }
  .company-tabs-wrapper .feature-grid table td,
  .company-tabs-wrapper .feature-grid table th {
    width: 10%;
    min-width: 80px;
  }
  .company-tabs-wrapper .feature-grid table td:nth-child(1),
  .company-tabs-wrapper .feature-grid table th:nth-child(1) {
    min-width: 155px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border-right: 1px solid var(--border-color);
  }
  .company-tabs-wrapper .feature-grid table td:nth-child(2),
  .company-tabs-wrapper .feature-grid table th:nth-child(2) {
    min-width: 200px;
  }
  .company-tabs-wrapper .feature-grid .read-more-container {
    margin-top: 0;
  }
  .company-tabs-wrapper .feature-grid .read-more-container .toggle-button {
    color: var(--light-blue);
    font-size: 12px;
    font-weight: 500;
    line-height: 18.04px;
  }
  .company-tabs-wrapper .feature-grid > div p {
    font-size: 11px;
    font-weight: 400;
    line-height: 18.04px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .top-wrapper {
    padding: 8px 12px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .title {
    font-size: 11px;
    font-weight: 500;
    line-height: 18.76px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .links {
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .top-wrapper .link {
    font-size: 10px;
    font-weight: 400;
    line-height: 16.76px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .sm-title {
    font-size: 10px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .sources {
    text-align: left;
    padding: 8px 12px;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .sources .sm-title {
    font-size: 10px;
    font-weight: 400;
    line-height: 16.4px;
    width: 60%;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .sources .destination {
    max-width: 40%;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .countries {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    padding: 20px 12px;
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .countries .item {
    width: 48%;
  }
  .company-tabs-wrapper .feature-grid.company-map-box .bottom-wrapper .map-wrapper {
    width: 100%;
    padding: 12px;
  }
  .company-tabs-wrapper .featured-tabs {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .company-tabs-wrapper .featured-tabs h3 {
    font-size: 11px;
    font-weight: 600;
    line-height: 18.04px;
  }
  .buyers-overview.company-overview .sm-heading {
    font-size: 16px;
  }
  .buyers-overview.company-overview .company-overview-left {
    width: 100%;
  }
  .buyers-overview.company-overview .company-overview-right {
    width: 100%;
  }
  .buyers-overview.company-overview .buyers-overview-content .img-wrapper {
    width: 86px;
    height: 86px;
    min-width: 80px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .buyers-overview.company-overview .inner-content .company-contact-address img {
    max-width: 15px;
  }
  .buyers-overview.company-overview .company-fact-sheets h3,
  .buyers-overview.company-overview .company-fact-sheets .item {
    padding: 8px 8px;
  }
  .buyers-overview.company-overview .company-fact-sheets h3,
  .buyers-overview.company-overview .company-fact-sheets dt,
  .buyers-overview.company-overview .company-fact-sheets dd {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
  }
  .buyers-overview.company-overview .company-fact-sheets dt {
    padding-left: 18px;
  }
  .buyers-overview.company-overview .company-fact-sheets dt::before {
    width: 14px;
    height: 14px;
    top: 1px;
  }
  .buyers-overview.company-overview .company-fact-sheets dd {
    text-align: right;
  }
  .buyers-overview.company-overview .company-key-contacts .contact-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 20px;
            column-gap: 60px;
  }
  .company-competitors .inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
  }
  .company-competitors .inner-wrapper .item {
    width: 100%;
  }
  .company-competitors .inner-wrapper dl {
    padding: 6px 12px;
  }
  .company-competitors .inner-wrapper dt {
    font-size: 12px;
    line-height: 19.04px;
  }
  .company-competitors .inner-wrapper dd {
    font-size: 13px;
    line-height: 21.4px;
  }
  .company-competitors .inner-wrapper .bottom-links ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.04px;
    padding: 6px 12px;
  }
  div.see-more-links {
    padding: 10px !important;
    font-size: 11px;
  }
  div.see-more-links a {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
  }
  div.see-more-links .btn-wrapper {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .company-related-link .top-heading-section {
    row-gap: 0;
  }
  .company-related-link .inner-wrapper {
    row-gap: 16px;
  }
  .company-related-link ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-related-link li {
    padding: 6px 12px;
  }
  .company-related-link li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.04px;
  }
  .bill-landing-table table td {
    padding: 6px 0;
    font-size: 12px;
  }
  .company-overview-chart .top-wrapper .title {
    font-size: 13px;
    font-weight: 500;
    line-height: 21.32px;
    color: var(--black-color);
  }
  .trading-company .title {
    font-size: 10px;
    font-weight: 600;
    line-height: 16.4px;
  }
  .company-contact-import .paid-subs {
    padding: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
    bottom: 50px;
  }
  .company-contact-import .paid-subs .text {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .company-contact-import .see-more-links {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .feature-grid > div {
    width: 100%;
  }
  footer .footer-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-wrapper .footer-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
    max-width: 100%;
  }
  footer .footer-wrapper .form-wrapper .phone .mpin {
    max-width: 50px;
  }
  footer .footer-wrapper .form-wrapper input,
  footer .footer-wrapper .form-wrapper select,
  footer .footer-wrapper .form-wrapper textarea {
    font-size: 12px;
  }
  .info-items {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .info-items.small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .info-items.small .info-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 6px;
  }
  .info-items.small .promo-message {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 20px 0px;
  }
  .info-items.small .promo-message::before, .info-items.small .promo-message::after {
    width: 12px;
    height: 12px;
  }
  .info-items.small .money-back {
    padding: 10px 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .info-items.small .money-back img {
    max-width: 55px;
  }
  .info-items.small .rating {
    margin-bottom: 10px;
  }
  .info-items.small .rating .rating-value {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .info-items.small .rating-info {
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
  }
  .info-items.small .stars {
    font-size: 18px;
  }
  .countries-covered-section .buttons {
    padding: 10px 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .countries-covered-section .buttons .btn {
    padding: 8px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=responsive.css.map */