@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: 235px;
  }
  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:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  footer .footer-wrapper .form-wrapper {
    padding: 15px;
  }
}

@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;
  }
  .top-box .top-links .link span {
    display: none;
  }
  .top-box .top-links .link.wishlist::before {
    width: 22px;
    height: 18px;
  }
  .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::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;
  }
  .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: contents;
  }
  /* .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: 275px;
  }
  .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: 148px;
  }
  .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%;
  }
  .free-image,
  .startup-image,
  .sme-image,
  .corporate-image {
    width: 40px !important;
    height: 40px !important;
  }

}

@media only screen and (max-width: 767.5px) {
  nav .right-section {
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
  .btn {
    font-size: 12px;
    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: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .sm-heading {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px;
  }
  .sm-heading .title {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
  }
  .sm-heading p {
    font-size: 11px;
    font-weight: 300;
    line-height: 19.5px;
  }
  .sm-heading .title-wrapper .icon {
    top: 7px;
    margin-right: 5px;
  }
  .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);
  }
  .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.sticky {
    top: 65px !important;
  }
  .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 {
    display: block;
  }
  .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: 75%;
    width: 75% !important;
  }
  .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%;
  }
  .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;
  }
  .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 15px 0;
  }
  .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;
  }
  .chat-with-us {
    display: none;
  }
  .hide-on-mobile {
    display: none !important;
  }
}

@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%;
  }
  .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 !important;
    font-size: 13px !important;
  }
}
/*# sourceMappingURL=responsive.css.map */