@charset "UTF-8";
#LearnMoreModal .modal-md {
  max-width: 375px;
}

#LearnMoreModal button.btn-close {
  position: absolute;
  right: 32px;
  top: 24px;
}

#LearnMoreModal .modal-body h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#LearnMoreModal .modal-body p {
  padding-bottom: 4px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}

#LearnMoreModal .modal-body p:last-child {
  padding: 0;
  margin: 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

.see-more,
.see-less,
.a-link {
  color: #416DA1;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.review-box .badge {
    border-radius: 30px;
    padding: 4px 12px;
    line-height: 18px;
}

.review-box .badge svg {
    margin-right: 5px;
}

.review-box .badge.fill {
    background: #D1E9FF;
    color: #1D2939;
}

.bg-gray-100 {
    background: #EAECF0;
    color: #1D2939;
}

.form-control {
  border: 2px solid #666666;
  padding: 12px;
  height: auto;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.form-control:hover, .form-control:focus {
  border: 2px solid #0076D6;
  background: #fff;
  box-shadow: 0px 0px 6px 0px #0076D6;
}
.form-control.search {
  background: url('data:image/svg+xml,<svg id="Search" xmlns="http://www.w3.org/2000/svg" width="21.235" height="21.235" viewBox="0 0 21.235 21.235"><path id="Path_2830" data-name="Path 2830" d="M19.677,17.855h-.959l-.34-.328a7.9,7.9,0,1,0-.85.85l.328.34v.959l6.071,6.058,1.809-1.809Zm-7.285,0a5.464,5.464,0,1,1,5.464-5.464A5.456,5.456,0,0,1,12.392,17.855Z" transform="translate(-4.5 -4.5)" fill="%23323232"/></svg>') no-repeat 96% 12px;
  padding-right: 60px;
}
.form-control.search.b-gray {
  border-radius: 5px;
  border: 1px solid #D0D5DD;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  color: #98A2B3;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.pagination .page-item a {
  display: flex;
  min-height: 40px;
  min-width: 40px;
  gap: 8px;
  align-items: center;
  color: #175cd3 !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-align: center;
  justify-content: center;
}
@supports selector(::-webkit-scrollbar) {
  .sa-custom-scroll {
    overflow: auto;
    max-height: 500px;
    padding-right: 24px;
  }
  .sa-custom-scroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background: #EAECF0;
    scroll-margin-left: 20px;
  }
  .sa-custom-scroll::-webkit-scrollbar-thumb {
    background: #98A2B3;
    border-radius: 10px;
  }
}
.custom-break {
  border-color: #1D2939;
  margin: 32px 0;
  opacity: 1;
}

.modal-body .splide__arrows {
  display: flex;
  gap: 25px;
}
.modal-body .splide__arrows .splide__arrow {
  position: static;
  background: none !important;
  color: #000 !important;
  opacity: 1;
  width: auto !important;
  height: auto !important;
  margin: -34px 0 0px;
}
.modal-body .splide__arrows .splide__arrow svg {
  fill: #475467 !important;
}

.sa-header-custom {
  max-width: 1124px;
}
.sa-header-custom .sa-visit-btn {
  margin-top: -12px;
}

.sa-visit-btn {
  padding: 18px 18px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: flex;
  gap: 8px;
  align-items: center;
}

.sa-mobile {
  display: none;
}

.splide__pagination {
  display: none;
}

/******************Responsiveness**********************/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: none;
  }
  .sa-mobile {
    display: block;
  }
  .sa-desktop {
    display: none;
  }
  .sa-header-custom .d-flex,
  .d-flex.sa-company-overall-rate {
    flex-direction: row !important;
  }
  .sa-logo-company .logo {
    gap: 9px !important;
  }
  .sa-logo-company .logo span {
    transform: rotate3d(1, 1, 1, 45deg);
  }
  .sa-header-custom .sa-mobile {
    max-width: 38px;
  }
  .sa-header-custom .sa-company-overall-rate {
    margin-top: 8px;
  }
  .sa-header-custom .overall-rating-stars .sa-cert-icon-sa-star {
    display: none;
  }
  .sa-header-custom .overall-rating-stars .sa-cert-icon-sa-star:first-child {
    display: block;
  }
  .sa-header-custom .sa-visit-btn {
    padding: 5px 14px;
    margin: 0;
  }
  .sa-header-custom .sa-visit-btn .sa-hide-text {
    display: none;
  }
}
/************** certificate 3.1 modals ************/
.cert31modal .modal-dialog {
    max-width: 748px;
}

.cert31modal.portrait .modal-dialog {
    max-width: 900px;
}

.cert31modal.portrait-with-rev .modal-dialog {
    max-width: 950px;
}

.cert31modal.portrait-no-rev .modal-dialog {
    max-width: 440px;
}
  
.cert31modal.landscape-no-rev .modal-dialog {
    max-width: 950px;
}

.cert31modal .landscape-with-rev .modal-dialog {
    max-width: 950px;
}

@media (max-width: 480px) {
    .cert31modal.landscape-no-rev .modal-dialog {
        max-width: 900px;
    }
    .cert31modal .landscape-with-rev .modal-dialog {
        max-width: 900px;
    }
}

.cert31modal .modal-dialog .modal-content .modal-header {
    padding: 24px 24px 0 24px !important;
    border-bottom: 0 !important;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.cert31modal .modal-dialog .modal-content .modal-header .sa-modal-arrows {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cert31modal .modal-dialog .modal-content .modal-header .sa-modal-arrows button {
    right: auto;
    width: 32px;
    height: 32px;
    background: none;
    top: 19px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    border: 0;
    transition: opacity .15s ease;
    opacity: .5;
}

.cert31modal .modal-dialog .modal-content .modal-header .sa-modal-arrows button.carousel-control-prev {
    left: 25px;
    filter: invert(-1);
}

.cert31modal .modal-dialog .modal-content .modal-header .sa-modal-arrows button.carousel-control-next {
    left: 85px;
    filter: invert(-1);
}

.cert31modal .modal-dialog .modal-content .modal-header .sa-modal-arrows button.active {
    cursor: pointer;
    opacity: 1;
}

.cert31modal .modal-dialog .SA__customer_header {
    padding: 0;
}

@media (min-width: 768px){
    .cert31modal.portrait .modal-dialog .SA__customer_header {
        padding: 0;
    }
}

.cert31modal .modal-dialog .modal-content .modal-body {
    padding: 24px;
    position: relative;
    flex: 1 1 auto;
}

.cert31modal .sa-mod-contct-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.cert31modal .sa-col-slider {
    overflow-y: auto;
    max-height: 880px;
    padding-right: 24px;
}

.cert31modal .sa-col-slider::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

.cert31modal .sa-col-slider::-webkit-scrollbar-track {
    background: #EAECF0;
    border-radius: 10px;
}

.cert31modal .sa-col-slider::-webkit-scrollbar-thumb {
    background: #98A2B3;
    border-radius: 10px;
}

.cert31modal .sa-col-slider::-webkit-scrollbar-thumb:hover {
    background: #98A2B3;
}

.cert31modal .sa-title-for-rev h4 {
    color: #1D2939;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}

.cert31modal .sa-mod-cont-date div.p {
    color: #1D2939;
    font-family: "roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.cert31modal .sa-title-for-rev div.p {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.cert31modal .sa-star-rate-question h4 {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.cert31modal .sa-star-rate-question .sa-black-progress-rate {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 300px;
}

.cert31modal .sa-star-rate-question .sa-black-progress-rate .sa-black-progress {
    background: #dedfe4 !important;
    position: relative;
    height: 4px;
    border-radius: 8px;
    width: 100%;
    margin: 0;
}

.cert31modal .sa-star-rate-question .sa-black-progress-rate .sa-black-progress .sa-rating-color {
    background: #1D2939 !important;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 8px;
    left: 0;
}

.cert31modal .sa-star-rate-question .sa-black-progress-rate div.p {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.cert31modal .sa-vid-rev-progress label {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.cert31modal .sap-form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cert31modal .sap-form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
  
.cert31modal   .sap-form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}
  
.cert31modal .sap-form-range::-moz-focus-outer {
    border: 0
}
  
.cert31modal .sap-form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .cert31modal .sap-form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}
  
.cert31modal .sap-form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.cert31modal .sap-form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.cert31modal .sa-vid-rev-progress .sa-vid-rev-prog-options {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.cert31modal .sa-vid-rev-progress .sa-vid-rev-prog-options div.p {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.cert31modal .sa-qa-modal-vid h4 {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}

.cert31modal .sa-qa-modal-vid div.p {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.cert31modal .sa-vid-reply-from {
    border-radius: 5px;
    border-left: 4px solid #D0D5DD;
    background: #F2F4F7;
    padding: 16px 16px 16px 8px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.cert31modal .sa-vid-reply-from svg {
    width: 24px;
    height: auto;
}

.cert31modal .sa-vid-reply-from .sa-vid-reply-from-content h4 {
    color: #1D2939;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}

.cert31modal .sa-vid-reply-from .sa-vid-reply-from-content .truncated-rep {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cert31modal .sa-vid-reply-from .sa-vid-reply-from-content h6 {
    color: #416DA1;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.cert31modal .sa-mod-contct-det h4 {
    color: #1D2939;
    font-family: "roboto";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.cert31modal .sa-mod-contct-det .sa-ver-buy {
    color: #1D2939;
    font-family: "roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cert31modal .sa-vid-reply-from .sa-vid-reply-from-content h6 {
    color: #416DA1;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

/**************Start 07-11-23***************/
.rounded-start-left-0 {
  border-top-left-radius: 0 !important;
}

.breadcrumb {
  color: #416DA1;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 18px;
}
.breadcrumb .breadcrumb-item::before {
  color: #98A2B3;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.breadcrumb .breadcrumb-item.active {
  color: #1d2939;
}

.custom-tabs .nav {
  border: 0;
  gap: 15px;
}
.custom-tabs .nav .nav-link {
  border-radius: 6px 6px 0px 0px;
  background: #EAECF0;
  border-color: #EAECF0;
  border-bottom-color: #CDCED2;
  color: #1d2939;
  /* Display xs/Bold */
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  padding: 14px 30px;
  text-align: left;
  min-width: 250px;
}
.custom-tabs .nav .nav-link:hover, .custom-tabs .nav .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.custom-tabs .nav .nav-link span {
  display: block;
  color: #416da2;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.custom-tabs .nav .nav-link.active {
  background: #fff;
  border-color: #CDCED2;
  border-bottom-color: #fff;
}

.sa-media-filter {
  display: flex;
  gap: 24px;
}
.sa-media-filter h5 {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0;
}
.sa-media-filter label {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sa-media-filter .form-check-input {
  width: 24px;
  height: 24px;
}
.sa-media-filter .dropdown-toggle {
  min-width: 170px;
}

.sa-media-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .sa-media-mobile .sa-media-grid .row-cols-2 img {
        max-width: 365px;
        max-height: 365px;
        min-width: 141px;
        object-fit: cover;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.sa-media-desktop .sa-media-grid .row-cols-2 img {
    max-width: 368px;
    max-height: 368px;
    min-width: 195px;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.sa-media-desktop .sa-media-grid .row-cols-3 img {
    max-width: 243px;
    max-height: 243px;
    min-width: 130px;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.sa-media-desktop .sa-media-grid .row-cols-2 .row-cols-2 img,
.sa-media-desktop .sa-media-grid .row-cols-4 img {
    max-width: 180px;
    max-height: 180px;
    min-width: 97px;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.sa-media-desktop .sa-media-grid .row-cols-2 .row-cols-2 .cert31modal img,
.sa-media-desktop .sa-media-grid .row-cols-4 .cert31modal img {
    max-width: 100% !important;
    max-height: initial !important;
    aspect-ratio: auto !important;
}

.product-page .sa-media-desktop .sa-media-grid .row-cols-2 img {
    max-width: 505px;
    max-height: 505px;
    min-width: 327px;
    cursor: pointer;
}

.product-page .sa-media-desktop .sa-media-grid .row-cols-3 img {
    max-width: 334px;
    max-height: 334px;
    min-width: 215px;
}

.product-page .sa-media-desktop .sa-media-grid .row-cols-2 .row-cols-2 img,
.product-page .sa-media-desktop .sa-media-grid .row-cols-4 img {
    max-width: 249px;
    max-height: 249px;
    min-width: 160px;
}

.sa-video-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.sa-video-media p {
  display: flex;
  width: 100%;
  padding: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  margin: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 41.67%);
}
.sa-video-media p label {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.sa-video-media img {
  width: 100%;
}
.sa-video-media .stars-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 24.5px;
  font-family: Times;
  line-height: 1;
}
.sa-video-media .stars-rating::before {
  content: "★★★★★";
  letter-spacing: 0px;
  background: linear-gradient(90deg, #fff var(--percent), #1D2939 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sa-video-media::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('data:image/svg+xml,<svg width="41" height="43" viewBox="0 0 41 43" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="10" y="8" width="20" height="20" fill="%231D2939"/><g filter="url(%23filter0_dd_4533_25685)"><path d="M30.6435 4H10.3565C7.94592 4 6 5.94592 6 8.35653V28.6435C6 31.0541 7.94592 33 10.3565 33H30.6435C33.0541 33 35 31.0541 35 28.6435V8.35653C35 5.94592 33.0541 4 30.6435 4ZM15.1342 25.7682V11.2464L28.2038 18.7106L15.1342 25.7682Z" fill="white"/></g><defs><filter id="filter0_dd_4533_25685" x="0" y="0" width="41" height="43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4533_25685"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feMorphology radius="2" operator="erode" in="SourceAlpha" result="effect2_dropShadow_4533_25685"/><feOffset dy="4"/><feGaussianBlur stdDeviation="4"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"/><feBlend mode="normal" in2="effect1_dropShadow_4533_25685" result="effect2_dropShadow_4533_25685"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_4533_25685" result="shape"/></filter></defs></svg>') no-repeat;
  width: 41px;
  height: 43px;
  display: block;
  z-index: 4;
}

.sa-photo-media {
  border-radius: 8px;
  overflow: hidden;
}
.sa-photo-media img {
  width: 100%;
}

/**************End 07-11-23***************/
.filter-sidebar {
  background: #fff;
  max-width: 300px;
  width: 100%;
  padding: 0;
  margin-right: 56px;
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
  z-index: 9;
}
.filter-sidebar .filter-header h4 {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.filter-sidebar .filter-header a {
  color: #0076D6;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.filter-sidebar .filter-row {
  border-bottom: 1px solid #C3C4C6;
  margin: 0;
  padding: 16px 0;
}
.filter-sidebar .filter-row > label {
  color: #323232;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
}
.filter-sidebar .filter-row .form-control.search {
  background: url('data:image/svg+xml,<svg id="Search" xmlns="http://www.w3.org/2000/svg" width="21.235" height="21.235" viewBox="0 0 21.235 21.235"><path id="Path_2830" data-name="Path 2830" d="M19.677,17.855h-.959l-.34-.328a7.9,7.9,0,1,0-.85.85l.328.34v.959l6.071,6.058,1.809-1.809Zm-7.285,0a5.464,5.464,0,1,1,5.464-5.464A5.456,5.456,0,0,1,12.392,17.855Z" transform="translate(-4.5 -4.5)" fill="%23323232"/></svg>') no-repeat 96% 12px;
}
.filter-sidebar .filter-row:last-child {
  border-bottom: 0;
}
.filter-sidebar .dropdown {
  padding: 0 0 0px;
  line-height: 14px;
}
.filter-sidebar .dropdown .dropdown-toggle {
  color: #323232;
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding: 20px 0 16px;
  transition: all 0.4s ease;
}
.filter-sidebar .dropdown .dropdown-toggle::after {
  top: 20px;
  right: 10px;
  color: #323232;
  width: 13px;
  height: 12px;
  transition: all 0.4s ease;
  border: 0;
}
.filter-sidebar .dropdown .dropdown-toggle.active:after {
  transform: rotateZ(180deg);
}
.filter-sidebar .switch-label {
  padding: 6px 0 6px 55px;
}

.sa-daterange-picker {
  color: #0076d6;
  padding: 16px 0 0;
  font-size: 14px;
}
.sa-daterange-picker img {
  vertical-align: bottom;
}

.dropdown.filter-custom-select .dropdown-toggle {
  padding: 12px 32px 12px 12px;
  text-align: left;
  font-weight: normal;
  border: 2px solid #707070;
  border-radius: 8px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.dropdown.filter-custom-select .dropdown-toggle::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg id="Dropdown" xmlns="http://www.w3.org/2000/svg" width="11.968" height="7.181" viewBox="0 0 11.968 7.181"><path id="Path_2807" data-name="Path 2807" d="M0,0,5.984,7.181,11.968,0Z" fill="%23323232" fill-rule="evenodd"/></svg>');
  border: 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: 21px;
  width: 12px;
  height: 7px;
  transition: all 0.4s ease;
}
.dropdown.filter-custom-select .dropdown-toggle.active:after {
  transform: rotateZ(0deg);
}
.dropdown.filter-custom-select .dropdown-toggle.show:after {
  transform: rotateZ(180deg);
}

.dropdown.filter-custom-select .dropdown-toggle:focus,
.dropdown.filter-custom-select .dropdown-toggle:hover {
  outline: none;
  border: 2px solid #0076D6;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px #0076D6;
}

.filter-custom-select .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}
.filter-custom-select .dropdown-menu li {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
}

.filter-custom-select .dropdown-menu li:hover,
.filter-custom-select .dropdown-menu li.active {
  background: #0076d6;
  color: #fff;
}

.pagination .page-item .filter-custom-select {
  min-width: 100px;
}

.check-dropdown-list {
  padding: 0px 0 0;
}
.check-dropdown-list .form-check {
  padding: 0 0 16px;
  margin-bottom: 0;
}
.check-dropdown-list .form-check:last-child {
  padding-bottom: 0;
}

.check-dropdown-list label.form-check-label, .custom-checkbox label.form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.check-dropdown-list input[type=checkbox], .custom-checkbox input[type=checkbox] {
  position: relative;
  border: 2px solid #000;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  opacity: 0.5;
}

.check-dropdown-list input[type=checkbox]:hover, .custom-checkbox input[type=checkbox]:hover {
  opacity: 1;
}

.check-dropdown-list input[type=checkbox]:checked, .custom-checkbox input[type=checkbox]:checked {
  background-color: #0076D6;
  border-color: #0076D6;
  opacity: 1;
}

.check-dropdown-list input[type=checkbox]:before, .custom-checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.filter-sidebar .switch-input:checked + .switch-label .toggle--on, .filter-sidebar .switch-label .toggle--off {
  color: #323232;
  font-weight: 400;
}

.tagify-search {
  padding: 0 0 0 0px;
}
.tagify-search .tagify--outside .tagify__input {
  background: url('data:image/svg+xml,<svg id="Search" xmlns="http://www.w3.org/2000/svg" width="21.235" height="21.235" viewBox="0 0 21.235 21.235"><path id="Path_2830" data-name="Path 2830" d="M19.677,17.855h-.959l-.34-.328a7.9,7.9,0,1,0-.85.85l.328.34v.959l6.071,6.058,1.809-1.809Zm-7.285,0a5.464,5.464,0,1,1,5.464-5.464A5.456,5.456,0,0,1,12.392,17.855Z" transform="translate(-4.5 -4.5)" fill="%23323232"/></svg>') no-repeat 96% 12px;
  border: 2px solid #707070;
  padding: 12px;
  height: auto;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1.5;
  color: #495057;
  width: 100%;
  margin: 0;
}
.tagify-search .tagify--outside .tagify__input:focus, .tagify-search .tagify--outside .tagify__input:hover {
  background: url('data:image/svg+xml,<svg id="Search" xmlns="http://www.w3.org/2000/svg" width="21.235" height="21.235" viewBox="0 0 21.235 21.235"><path id="Path_2830" data-name="Path 2830" d="M19.677,17.855h-.959l-.34-.328a7.9,7.9,0,1,0-.85.85l.328.34v.959l6.071,6.058,1.809-1.809Zm-7.285,0a5.464,5.464,0,1,1,5.464-5.464A5.456,5.456,0,0,1,12.392,17.855Z" transform="translate(-4.5 -4.5)" fill="%23323232"/></svg>') no-repeat 96% 12px;
}

.tagify__dropdown {
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1) !important;
}

.tagify__dropdown__wrapper {
  border-color: #707070;
  border-width: 2px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1) !important;
}

.tagify__input:empty::before {
  opacity: 1;
  color: #323232;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tagify-search .tagify--outside,
.tagify-find-tag .tagify--outside {
  border: 0;
  width: 100%;
  padding-bottom: 0px;
  display: block;
  gap: 8px;
}

.tagify-find-tag .tagify--outside .tagify__input {
  border: 2px solid #707070;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px;
  height: auto;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.tagify-find-tag .tagify--outside .tagify__input:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg id="Dropdown" xmlns="http://www.w3.org/2000/svg" width="11.968" height="7.181" viewBox="0 0 11.968 7.181"><path id="Path_2807" data-name="Path 2807" d="M0,0,5.984,7.181,11.968,0Z" fill="%23323232" fill-rule="evenodd"/></svg>');
  position: absolute;
  right: 14px;
  top: 18px;
  width: 12px;
  min-width: auto;
  height: 7px;
  transition: all 0.4s ease;
  opacity: 1;
}
.tagify-find-tag .tagify--outside.tagify--focus .tagify__input:after {
  transform: rotateZ(180deg);
}

.tagify-search .tagify--outside .tagify__input:focus,
.tagify-find-tag .tagify--outside .tagify__input:focus {
  border-color: #0076D6;
}

.tagify__tag {
  padding-right: 10px;
}
.tagify__tag > div {
  padding: 10px 10px 10px 15px;
}
.tagify__tag > div::before {
  box-shadow: none;
  border-radius: 60px;
  background: #EBF6FF;
}

.tagify__tag__removeBtn {
  color: #0076D6;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  width: auto;
  height: auto;
}
.tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}

.tagify__tag-text {
  color: #0076D6;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before,
.tagify__tag__removeBtn:hover + div::before,
.tagify__tag__removeBtn:hover {
  box-shadow: none !important;
  background: #EBF6FF;
  color: #0076D6;
  --tag-bg-inset: 0;
}

.tagify--outside .tagify__input {
  order: -1;
  flex: 100%;
  border: 1px solid #000;
  margin-bottom: 1em;
  transition: 0.1s;
}
.tagify--outside.tagify--focus .tagify__input {
  transition: 0s;
  border-color: #0076D6;
  box-shadow: 0px 0px 6px 0px #0076D6;
}

.tagify--outside .tagify__input:hover,
.tagify--outside .tagify__input:focus {
  border: 2px solid #0076D6;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px #0076D6;
}

.tagify__dropdown {
  padding: 8px 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
}
.tagify__dropdown .tagify__dropdown__item {
  border-radius: 0 !important;
  padding: 8px 15px !important;
  font-size: 14px;
  cursor: pointer;
  font-family: "Roboto";
}
.tagify__dropdown .tagify__dropdown__item:hover {
  background: #0076d6;
  color: #fff;
}

.tags-jquery--removeAllBtn {
  background: none;
  border: 0;
  color: #0076D6;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.tags-jquery--removeAllBtn:focus {
  box-shadow: none;
  outline: none;
}

.sa-media-mobile {
  display: none;
}

.sa-apply-filter {
  display: none;
}

/******************Responsiveness**********************/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .custom-tabs .nav {
    border: 0;
    gap: 24px;
    padding-bottom: 16px;
  }
  .custom-tabs .nav .nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px; /* 133.333% */
    padding: 0 0 7px;
    text-align: left;
    min-width: initial;
    border: 0;
    border-bottom: 3px solid transparent;
    background: none;
  }
  .custom-tabs .nav .nav-link:hover, .custom-tabs .nav .nav-link:focus {
    outline: none;
    border-bottom-color: #175cd3;
    box-shadow: none;
  }
  .custom-tabs .nav .nav-link span {
    font-size: 20px;
    line-height: 28px;
  }
  .custom-tabs .nav .nav-link.active {
    background: #fff;
    border-bottom-color: #175cd3;
  }
  .sa-media-filter {
    display: none;
  }
  .sa-media-desktop {
    display: none;
  }
  .sa-media-mobile {
    display: flex;
  }
  .filter-sidebar .modal-backdrop {
    z-index: 11;
  }
  #video-ugc-content {
    padding-left: 0 !important;
  }
  .filter-sidebar {
    display: none;
    margin-right: 0;
  }
  .filter-sidebar.active {
    display: block;
  }
  span.flagged-error {
    padding: 8px 10px;
    font-size: 14px;
    min-width: auto;
  }
  a#filter-btn {
    display: block !important;
    position: inherit !important;
    width: auto;
  }
  .filter-sidebar-inner a.btn {
    display: block;
  }
  .filter-sidebar .filter-row:first-child {
    padding-top: 0;
  }
  .filter-fields {
    overflow: auto;
    max-height: 90%;
    padding: 0 20px 0 0;
  }
  .filter-sidebar-inner {
    padding: 16px 24px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    position: fixed;
    width: 90%;
    top: 5%;
    left: 5%;
    height: 90%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .filter-fields::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background: #EAECF0;
    scroll-margin-left: 20px;
  }
  .filter-fields::-webkit-scrollbar-thumb {
    background: #98A2B3;
    border-radius: 10px;
  }
  .filter-sidebar-inner #close-filter {
    color: #666666;
    font-size: 30px;
    line-height: 18px;
  }
  .filter-heading {
    width: auto;
  }
  .filter-heading a.sa-reset-link {
    display: none;
  }
  .sa-apply-filter {
    display: block;
  }
  h5.sa-heading {
    padding-top: 30px !important;
  }
  .sa-media-page {
    margin-top: 0 !important;
  }
}
.video-product-section {
  padding: 30px 0 30px;
}
.video-product-section .video-box {
  background: none !important;
}

.sa-day-ago {
  color: #667085;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.video-product-details .overall-rating-stars {
  font-size: 34px;
  line-height: 21px;
}
.video-product-details .overall-rating-stars span {
  display: inline-block;
  margin: 0 0;
}
.video-product-details h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.sa-chapter-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  margin: 0;
  max-height: 170px;
  scroll-snap-type: y mandatory;
  scroll-padding-inline-end: 20px;
}
.sa-chapter-list ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  background: #F9FAFB;
}
.sa-chapter-list ul li a {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #416DA1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.sa-chapter-list ul li span {
  border: 1px solid #1d2939;
  background: #1D2939;
  flex-shrink: 0;
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 5px 16px;
}

.sa-reviews-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sa-reviews-accordion > .accordion-item {
  border-radius: 6px;
  border: 1px solid #D0D5DD !important;
  background: #fff;
  padding: 24px;
}
.sa-reviews-accordion .accordion-body {
  padding: 16px 0 0;
}
.sa-reviews-accordion .accordion-body p {
  color: #1d2939;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.sa-reviews-accordion .accordion-body .reviewer-rating {
  letter-spacing: -2px;
  line-height: 21px;
  font-size: 28px;
}
.sa-reviews-accordion .accordion-body .sa-video-media p {
  color: #fff;
}
.sa-reviews-accordion .accordion-button {
  color: #1d2939;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  padding: 0;
}
.sa-reviews-accordion .accordion-button::after {
  font-size: 13px;
}
.sa-reviews-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  border: 0;
  box-shadow: none;
}

.sa-video-media-grid .splide__list {
  align-items: center;
}
.sa-video-media-grid .sa-video-media {
  border-radius: 6px;
  border: 0.5px solid #EAECF0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  padding: 16px;
}
.sa-video-media-grid .sa-video-media::after {
  top: 20px;
  right: 20px;
  background: url('data:image/svg+xml,<svg width="41" height="43" viewBox="0 0 41 43" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="10" y="8" width="20" height="20" fill="%231D2939"/><g filter="url(%23filter0_dd_4533_25685)"><path d="M30.6435 4H10.3565C7.94592 4 6 5.94592 6 8.35653V28.6435C6 31.0541 7.94592 33 10.3565 33H30.6435C33.0541 33 35 31.0541 35 28.6435V8.35653C35 5.94592 33.0541 4 30.6435 4ZM15.1342 25.7682V11.2464L28.2038 18.7106L15.1342 25.7682Z" fill="white"/></g><defs><filter id="filter0_dd_4533_25685" x="0" y="0" width="41" height="43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_4533_25685"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feMorphology radius="2" operator="erode" in="SourceAlpha" result="effect2_dropShadow_4533_25685"/><feOffset dy="4"/><feGaussianBlur stdDeviation="4"/><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"/><feBlend mode="normal" in2="effect1_dropShadow_4533_25685" result="effect2_dropShadow_4533_25685"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_4533_25685" result="shape"/></filter></defs></svg>') no-repeat;
}
.sa-video-media-grid .sa-video-media img {
  border-radius: 8px;
  max-width: 172px;
  max-height: 172px;
  min-width: 95px;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.sa-video-media-grid .sa-video-media p {
  position: static;
  background: none;
  padding: 8px 0 0;
}
.sa-video-media-grid .sa-video-media p label {
  color: #1d2939;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-overflow: unset;
  overflow: hidden;
  display: block;
}
.sa-video-media-grid .sa-video-media p a {
  color: #416DA1;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.sa-video-media-grid .sa-video-media .stars-rating {
  --rating: 5;
}
.sa-video-media-grid .sa-video-media .stars-rating::before {
  background: linear-gradient(90deg, #eb7100 var(--percent), #EAECF0 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sa-video-media-grid.sa-qa-videos .sa-video-media p {
  gap: 8px;
}
.sa-video-media-grid.sa-qa-videos .sa-video-media p label {
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.sa-top-rated-badge {
  display: flex;
  height: 24px;
  padding: 2px 8px 2px 2px;
  align-items: center;
  gap: 4px;
  border-radius: 60px;
  background: #475467;
  color: #fff;
  /* Text sm/Normal */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.sa-top-rated-badge img {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
}

.detailed-ratings .total-reviews {
  padding: 0 0 0 10px;
}

.video-box a.fullscreen-icon {
  bottom: 8px;
  border: 0;
  width: auto;
  height: auto;
  line-height: normal;
  right: 8px;
  background: none;
}
.video-box a.fullscreen-icon:hover {
  background: none;
}
.video-box.sa-landscape-video {
  margin: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #FFF 0%, #F2F4F7 100%) !important;
}

.sa-logo-company .logo {
  color: #1d2939;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sa-company-overall-rate {
  gap: 7px;
  margin-top: 0px;
}
.sa-company-overall-rate .rating-score {
  color: #1d2939;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.sa-company-overall-rate .overall-rating-stars {
  font-size: 23px;
  letter-spacing: -2px;
  line-height: 20px;
  margin-top: -2px;
}
.sa-company-overall-rate .total-reviews {
  color: #416DA1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.sa-hide {
  overflow: hidden;
  max-height: 310px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.sa-show {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  max-height: none;
  overflow: hidden;
}

.reviewGalleryModal .modal-header {
  padding: 24px 24px 0 !important;
  border-bottom: 0;
}
.reviewGalleryModal .modal-body {
  padding: 24px !important;
}
.reviewGalleryModal .modal-body .image-box {
  margin: 0 !important;
  max-width: none !important;
}
.reviewGalleryModal .modal-body .video-box {
  margin: 0 !important;
  max-width: none !important;
}
.reviewGalleryModal .modal-body .video-box > img {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .video-product-section .video-box {
    padding-right: 0 !important;
  }
  .video-product-section .review-box {
    box-shadow: none;
  }
  .video-product-section .review-box .social-share-wrapper {
    padding: 16px 0 24px 0 !important;
  }
  .sa-reviews-accordion .review-body-wrapper {
    margin-left: 0;
  }
  .sa-reviews-accordion .accordion-button {
    font-size: 18px;
    line-height: 24px;
  }
  .sa-reviews-accordion .accordion-body p {
    font-size: 14px;
    line-height: 20px;
  }
  .sa-reviews-accordion > .accordion-item {
    padding: 16px;
  }
  .video-product-details h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .video-product-details .overall-rating-stars {
    padding-bottom: 8px !important;
  }
  .sa-reviews-slider .splide__slide {
    width: 128px !important;
    height: 128px;
  }
  .sa-reviews-more .splide__slide {
    width: 160px !important;
  }
  .sa-qa-videos .splide__slide {
    width: 160px !important;
  }
  .sa-video-media-grid .splide__list {
    align-items: flex-start;
  }
  .sa-video-media-grid .sa-video-media {
    min-height: 320px;
  }
  .sa-video-media-grid .sa-video-media p label {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
  }
  .more-reviews-wrapper h5 {
    font-size: 20px;
    line-height: 28px; /* 140% */
  }
  .sa-hide {
    max-height: 282px;
  }
  .sa-header-custom .sa-logo-company {
    display: flex;
    align-items: center;
  }
  .sa-header-custom .products-reviews-wrapper .review-box {
    padding: 8px !important;
    border: 1px solid #D0D5DD;
    box-shadow: none;
  }
  .sa-header-custom .products-reviews-wrapper .review-box .product-details {
    padding-bottom: 0 !important;
  }
  .sa-header-custom .products-reviews-wrapper .product-image > img {
    display: none;
  }
  .sa-header-custom .products-reviews-wrapper .sa-product-title {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .sa-header-custom .products-reviews-wrapper .sa-visit-btn {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .breadcrumb {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 410px) {
  .sa-header-custom .products-reviews-wrapper .product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    max-width: 200px;
  }
  .breadcrumb .breadcrumb-item.active {
    max-width: 100px;
  }
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  background-color: #EAECF0;
}

.custom-range::-webkit-range-track {
  width: 100%;
  height: 0.5rem;
  background-color: #EAECF0;
}

.custom-range::-ms-range-track {
  width: 100%;
  height: 0.5rem;
  background-color: #EAECF0;
}

.custom-range::-webkit-slider-runnable-track {
  background-color: #EAECF0;
}

.custom-range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border: 1.5px solid #175cd3;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.6);
  border-radius: 50%;
  background: #fff;
  margin-top: -10px;
}

.custom-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 1.5px solid #175cd3;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.6);
  border-radius: 50%;
  background: #fff;
  margin-top: -10px;
}

.custom-range::-ms-thumb {
  width: 24px;
  height: 24px;
  border: 1.5px solid #175cd3;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.6);
  border-radius: 50%;
  background: #fff;
  margin-top: -10px;
}

.fw-500 {
  font-weight: 500;
}

.video-box span {
  font-size: 22px;
  line-height: 58px;
  text-indent: 3px;
  display: block;
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #d0d5dd;
}

.splide__pagination__page.is-active {
  transform: none;
}

.text-d-blue {
  color: #1d2939;
}

.text-b-light {
  color: #175cd3;
}

.text-b-gray {
  color: #416da2;
}

.font-14 {
  font-size: 14px;
}

.video-js {
  width: 100%;
  height: 400px;
}

.btn-primary {
  background: #175cd3;
}

.btn-primary:hover {
  background: #1e6aed;
}

.btn-outline-primary {
  color: #175cd3;
  border-color: #175cd3;
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.vjs-theme-fantasy .vjs-big-play-button {
  color: #fff;
}

.accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "\e900";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-family: "sa-certificate-icons";
  font-size: 14px;
}

.modal .modal-lg {
  max-width: 768px;
}
.modal .modal-header,
.modal .modal-body {
  padding: 30px;
}

.accordion-button:focus {
  box-shadow: none;
}

.pagination {
  margin: 20px 0;
}
.pagination .page-item {
  font-weight: 500;
  font-size: 14px;
}
.pagination .page-item img {
  width: 16px;
}
.pagination .page-item.active a {
  background-color: #d1e9ff;
  border: 1px solid #D0D5DD;
  color: #416da2;
}
.pagination .page-item a {
  color: #416da2;
}
.pagination .page-item a:hover {
  background-color: #d1e9ff;
}

#allvideosModal .modal-lg,
.allreviewGalleryModal .modal-lg {
  max-width: 920px;
}
#allvideosModal .customer-videos,
.allreviewGalleryModal .customer-videos {
  flex-wrap: wrap;
}
#allvideosModal .customer-videos .video-box,
.allreviewGalleryModal .customer-videos .video-box {
  margin-bottom: 30px;
}

.allreviewGalleryModal .image-box {
  width: 192px !important;
  height: 192px;
  margin-bottom: 30px;
}

.videoGalleryModal .modal-lg,
.reviewGalleryModal .modal-lg {
  max-width: 920px;
}
.videoGalleryModal .modal-title,
.reviewGalleryModal .modal-title {
  color: #416da2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.videoGalleryModal .modal-title a,
.reviewGalleryModal .modal-title a {
  color: #416da1;
}
.videoGalleryModal .modal-title img,
.reviewGalleryModal .modal-title img {
  margin-left: 8px;
}
.videoGalleryModal .video-gallery .video-box,
.videoGalleryModal .review-gallery .video-box,
.reviewGalleryModal .video-gallery .video-box,
.reviewGalleryModal .review-gallery .video-box {
  width: 100%;
  margin: 20px auto;
  min-height: 600px;
  max-width: 650px;
}
.videoGalleryModal .video-gallery .video-box a,
.videoGalleryModal .review-gallery .video-box a,
.reviewGalleryModal .video-gallery .video-box a,
.reviewGalleryModal .review-gallery .video-box a {
  display: block;
  width: 88px;
  height: 88px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
}
.videoGalleryModal .video-gallery .video-box a span,
.videoGalleryModal .review-gallery .video-box a span,
.reviewGalleryModal .video-gallery .video-box a span,
.reviewGalleryModal .review-gallery .video-box a span {
  font-size: 30px;
  text-indent: 3px;
  line-height: 82px;
}
.videoGalleryModal .video-gallery .splide__arrow,
.videoGalleryModal .review-gallery .splide__arrow,
.reviewGalleryModal .video-gallery .splide__arrow,
.reviewGalleryModal .review-gallery .splide__arrow {
  width: 4em;
  height: 4em;
  background: #416da2;
}
.videoGalleryModal .video-gallery .splide__arrow svg,
.videoGalleryModal .review-gallery .splide__arrow svg,
.reviewGalleryModal .video-gallery .splide__arrow svg,
.reviewGalleryModal .review-gallery .splide__arrow svg {
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
}

#reviewGalleryModal .review-gallery .image-box {
  width: 100%;
  margin: 20px auto;
  min-height: 600px;
  max-width: 650px;
}

.section-padder {
  padding: 80px 0;
}

.vjs-theme-fantasy .vjs-big-play-button {
  width: 70px;
  height: 70px;
  line-height: 67px;
  font-size: 50px;
  top: 45%;
  left: 45%;
  margin-top: 0;
  margin-left: 0;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #1d2939;
}

video {
  width: 100%;
}

.vjs-theme-fantasy .vjs-play-progress,
.vjs-theme-fantasy .vjs-play-progress:before {
  background-color: #eb7100;
}

.vjs-theme-fantasy .vjs-play-control .vjs-icon-placeholder:before {
  border: 3px solid #eb7100;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
  color: #eb7100;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp::after {
  content: "...";
}
.line-clamp.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.line-clamp-2::after {
  content: "...";
}
.line-clamp.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.line-clamp-3::after {
  content: "...";
}
.line-clamp.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.line-clamp-4::after {
  content: "...";
}
.line-clamp.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.line-clamp-5::after {
  content: "...";
}

.video-box {
  width: 128px;
  height: 128px;
  background: #1d2939;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}
.video-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
.video-box a {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  background: #1d2939;
}
.video-box a:hover {
  background: #175cd3;
}
.video-box.medium {
  width: 192px;
  height: 192px;
  background: #1d2939;
  border-radius: 10px;
}
.video-box .video-duration {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  color: #fff;
  padding: 6px 10px;
  bottom: 8px;
  right: 10px;
  border-radius: 0;
  font-size: 14px;
}

.image-box {
  width: 128px !important;
  height: 128px;
  background: #d0d5dd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.image-box .image-missing {
  width: 58px;
  height: 58px;
}
.image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
.image-box span.more-items {
  position: absolute;
  top: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px 7px;
  right: 0;
  border-top-right-radius: 10px;
}

img {
  max-width: 100%;
}

.fw-medium {
  font-weight: 600;
}

.sa-cert-icon-sa-star.filled::before {
  color: #eb7100;
}

.btn-outline {
  border: 1px solid #d0d5dd;
  color: #416da2;
}
.btn-outline:hover {
  background: #f9fafb;
  transition: all 0.3s linear;
}

.btn {
  border-radius: 8px;
}

a {
  color: #416da2;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #1d2939;
}

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

.custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  border: 1px solid #d7d7d7;
  position: relative;
  padding: 12px 39px 12px 15px;
}
.custom-dropdown .dropdown-toggle::after {
  background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41 0.294923L6 4.87492L10.59 0.294922L12 1.70492L6 7.70492L1.23266e-07 1.70492L1.41 0.294923Z" fill="%231D2939"/></svg>') no-repeat;
  width: 12px;
  height: 8px;
  content: "";
  border: none;
  position: absolute;
  right: 15px;
  top: 20px;
}
.custom-dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  width: 100%;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}
.form-check-input:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6654 1.5L4.2487 7.91667L1.33203 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.products-search {
  padding-top: 48px;
}

header {
  padding: 26px 0 40px;
  background: #fff;
}
header .logo img {
  width: 204px;
}
header #mobile-button {
  font-size: 14px;
  font-weight: 500;
  color: #175cd3;
}
header #mobile-button:hover {
  background: #fbfbfb;
}

.rating-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.rating-bar .rating-star {
  width: 8%;
  font-size: 16px;
}
.rating-bar .rating-star .sa-cert-icon-sa-star {
  font-size: 18px;
}
.rating-bar .rating-star .sa-cert-icon-sa-star::before {
  color: #1d2939;
}
.rating-bar .progress-bar {
  position: relative;
  background: #eaecf0;
  border-radius: 4px;
  height: 16px;
  width: 64.33%;
}
.rating-bar .progress-bar .progress-fill {
  background: #eb7100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  min-width: 10px;
}
.rating-bar .total-reviews {
  width: 21%;
  margin-left: 0%;
}
.rating-bar .total-reviews .percent {
  margin-left: 8px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 111;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.0005);
}
.sticky .certificate-sub-nav {
  padding-bottom: 15px;
  padding-top: 15px;
  transition: padding 0.3s linear;
}
.sticky .certificate-sub-nav h4 {
  display: block;
  font-size: 20px;
}
.sticky .certificate-sub-nav .visit-site {
  display: block;
}
.sticky .certificate-sub-nav .visit-site a {
  background: #175cd3;
  font-size: 14px;
}
.sticky .certificate-sub-nav .visit-site a span {
  font-size: 12px;
}
.sticky .certificate-sub-nav .visit-site a:hover {
  background: #1452bd;
}

.sticky + .company-overview {
  padding-top: 200px !important;
}

#main {
  padding-top: 0;
}
#main .container {
  max-width: 1124px;
}

.company-header {
  padding-bottom: 32px;
}
.company-header .company-intro h1 {
  font-size: 40px;
  font-weight: bold;
  color: #1d2939;
  font-family: "Poppins", sans-serif;
}

#search::-moz-placeholder {
  font-weight: bold;
  opacity: 1;
  color: #1d2939;
  font-weight: 500;
  font-size: 24px;
}

#search::placeholder {
  font-weight: bold;
  opacity: 1;
  color: #1d2939;
  font-weight: 500;
  font-size: 24px;
}

.certificates-tabs {
  border-bottom: 2px solid #1d2939;
}
.certificates-tabs ul {
  display: flex;
}
.certificates-tabs ul li {
  margin: 0 5px 0 0;
}
.certificates-tabs ul li a {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 15px 30px;
  background: #fff;
  color: #1D2939;
  background: #D0D5DD;
  font-size: 17px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 2px solid #D0D5DD;
  border-bottom: none;
}
.certificates-tabs ul li a:hover {
  background: #C2CFE3;
  border-color: #C2CFE3;
}
.certificates-tabs ul li.active a {
  border: 2px solid #1d2939;
  border-bottom: none;
  background: #fff;
  color: #1D2939;
  font-weight: 700;
  position: relative;
}
.certificates-tabs ul li.active a::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  content: "";
}

.certificate-sub-nav {
  padding-top: 30px;
  transition: padding 0.3s linear;
}
.certificate-sub-nav h4 {
  display: none;
}
.certificate-sub-nav .visit-site {
  display: none;
}
.certificate-sub-nav ul {
  display: flex;
}
.certificate-sub-nav ul li {
  margin-right: 30px;
}
.certificate-sub-nav ul li a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #667085;
  padding-bottom: 10px;
}
.certificate-sub-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 5px;
  background: #175cd3;
}
.certificate-sub-nav ul li a:focus::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5px;
  background: #175cd3;
}
.certificate-sub-nav ul li a:hover {
  color: #175cd3;
}
.certificate-sub-nav ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 5px;
  background: #175cd3;
}
.certificate-sub-nav ul li.active a {
  color: #175cd3;
  font-weight: 700;
}
.certificate-sub-nav ul li.active a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 5px;
  background: #175cd3;
}

.total-reviews-wrapper .reviews-count h3 {
  font-size: 36px;
}

.company-overview {
  padding-top: 70px;
  padding-bottom: 70px;
}
.company-overview .overview-wrapper {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}
.company-overview .overview-wrapper .sa-cert-icon-sa-star {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.company-overview .overview-wrapper .overview {
  padding: 30px 40px;
  max-width: 719px;
}
.company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating {
  font-size: 60px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating-stars {
  text-align: center;
  font-size: 30px;
}
.company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating-stars span {
  font-size: 34px;
  display: inline-block;
  margin: 0 0;
}
.company-overview .overview-wrapper .overview .overall-rating-wrapper .total-reviews {
  font-size: 20px;
  text-align: center;
  color: #416da2;
  font-weight: 600;
  margin-top: 0;
}
.company-overview .overview-wrapper .overview .sa-intro {
  background: #f9fafb;
  padding: 15px 20px;
  border-radius: 4px;
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
}
.company-overview .overview-wrapper .overview .sa-intro .sa-logo-small {
  max-width: 45px;
  margin-right: 15px;
}
.company-overview .overview-wrapper .overview .detailed-ratings .mb-4 {
  margin-bottom: 0.75rem !important;
}
.company-overview .overview-wrapper .overview .detailed-ratings .detailed-rating {
  display: flex;
}
.company-overview .overview-wrapper .overview .detailed-ratings .detailed-rating p {
  margin: 0;
}
.company-overview .overview-wrapper .overview .detailed-ratings .detailed-rating .rating-spacer {
  width: 28%;
  border-bottom: 1px dotted #d0d5dd;
  margin: 0 2% 5px;
}
.company-overview .overview-wrapper .overview .detailed-ratings .ratings {
  margin-top: 20px;
}
.company-overview .overview-wrapper .overview .detailed-ratings .ratings .rating-bar {
  margin-bottom: 5px;
}
.company-overview .overview-wrapper .overview .detailed-ratings .ratings .rating-bar .rating-star {
  width: 14%;
}
.company-overview .overview-wrapper .overview .detailed-ratings .ratings .progress-bar {
  height: 8px;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-more {
  color: #416da2;
  font-weight: 500;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-more .show-less-text {
  display: none;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-more .sa-cert-icon-sa-angle-down:before {
  font-size: 12px;
  display: block;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .btn-outline {
  color: #416da1;
  font-weight: 500;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-less .sa-cert-icon-sa-angle-down {
  transform: rotate(180deg);
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-less .show-more-text {
  display: none;
}
.company-overview .overview-wrapper .overview .show-more-wrapper .show-less .show-less-text {
  display: block;
}
.company-overview .overview-wrapper .overview-contact {
  padding: 0 80px 15px 40px;
  height: auto;
  border-left: 1px solid #d0d5dd;
  margin-left: 0;
  margin-top: 30px;
}
.company-overview .overview-wrapper .overview-contact .contact-btn a {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #175cd3;
  font-weight: 500;
}
.company-overview .overview-wrapper .overview-contact .contact-btn a:hover {
  background: #1452bd;
}
.company-overview .overview-wrapper .overview-contact .contact-numbers {
  margin: 30px 0 20px;
}
.company-overview .overview-wrapper .overview-contact .contact-numbers li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.company-overview .overview-wrapper .overview-contact .contact-numbers li a {
  color: #416da2;
  font-weight: 500;
}
.company-overview .overview-wrapper .overview-contact .contact-numbers li img {
  margin-right: 15px;
}
.company-overview .overview-wrapper .overview-contact .contact-numbers li:nth-child(3) {
  border: 0;
  padding-bottom: 5px;
}
.company-overview .overview-wrapper .overview-footer {
  background: #f9fafb;
  padding: 30px;
  border-top: 1px solid #d0d5dd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.company-overview .overview-wrapper .overview-footer .rewards {
  display: flex;
  justify-content: center;
}
.company-overview .overview-wrapper .overview-footer .rewards .reward {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 25px;
}
.company-overview .overview-wrapper .overview-footer .rewards .reward h5 {
  margin: 0;
}

.reviewer-short-name {
  background: #d0d5dd;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.reviewer-short-name.verified-buyer::after {
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1365_11612)"><path d="M13.899 3.18734C14.07 3.6008 14.3981 3.92944 14.8113 4.10101L16.2602 4.70116C16.6737 4.87243 17.0022 5.20094 17.1735 5.61443C17.3448 6.02791 17.3448 6.4925 17.1735 6.90598L16.5738 8.35382C16.4024 8.76748 16.4022 9.23254 16.5743 9.64601L17.173 11.0934C17.2579 11.2982 17.3016 11.5177 17.3016 11.7394C17.3017 11.9611 17.258 12.1807 17.1732 12.3855C17.0883 12.5903 16.964 12.7764 16.8072 12.9331C16.6504 13.0899 16.4643 13.2142 16.2594 13.2989L14.8116 13.8987C14.3981 14.0696 14.0695 14.3978 13.8979 14.811L13.2978 16.2598C13.1265 16.6733 12.798 17.0018 12.3845 17.1731C11.971 17.3444 11.5064 17.3444 11.0929 17.1731L9.64511 16.5734C9.23161 16.4025 8.7672 16.4029 8.35396 16.5744L6.90508 17.1736C6.49183 17.3445 6.02764 17.3444 5.6145 17.1732C5.20135 17.0021 4.87302 16.674 4.70163 16.2609L4.10131 14.8116C3.93035 14.3982 3.6022 14.0695 3.18901 13.898L1.74014 13.2978C1.32683 13.1266 0.998417 12.7983 0.827083 12.3851C0.655748 11.9718 0.655516 11.5075 0.826437 11.094L1.42615 9.6462C1.597 9.23271 1.59665 8.76829 1.42518 8.35505L0.826328 6.90513C0.741422 6.70034 0.697703 6.48082 0.697668 6.25912C0.697632 6.03743 0.741281 5.8179 0.82612 5.61308C0.91096 5.40826 1.03533 5.22216 1.19212 5.06542C1.3489 4.90868 1.53504 4.78438 1.73989 4.6996L3.18772 4.09989C3.60082 3.92908 3.92926 3.60135 4.10096 3.18863L4.70111 1.73976C4.87238 1.32627 5.20089 0.997758 5.61438 0.826487C6.02786 0.655216 6.49245 0.655216 6.90593 0.826487L8.35377 1.4262C8.76726 1.59705 9.23168 1.5967 9.64492 1.42523L11.0944 0.827417C11.5078 0.656242 11.9723 0.656277 12.3857 0.827514C12.7991 0.998752 13.1276 1.32717 13.2989 1.74055L13.8992 3.18985L13.899 3.18734Z" fill="%230788F5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5249 6.64035C12.6452 6.45148 12.6855 6.22258 12.6369 6.00401C12.5884 5.78544 12.455 5.59509 12.2662 5.47485C12.0773 5.35461 11.8484 5.31432 11.6298 5.36284C11.4113 5.41137 11.2209 5.54473 11.1007 5.7336L7.79654 10.9255L6.28454 9.03547C6.14476 8.86063 5.94124 8.74848 5.71876 8.72369C5.49629 8.6989 5.27308 8.7635 5.09823 8.90329C4.92339 9.04307 4.81123 9.24659 4.78644 9.46907C4.76165 9.69154 4.82626 9.91476 4.96604 10.0896L7.21604 12.9021C7.2999 13.007 7.4076 13.0905 7.53018 13.1454C7.65277 13.2003 7.7867 13.2252 7.92084 13.2179C8.05498 13.2107 8.18544 13.1715 8.30138 13.1036C8.41732 13.0358 8.51539 12.9412 8.58742 12.8278L12.5249 6.64035Z" fill="white"/></g><defs><clipPath id="clip0_1365_11612"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>') no-repeat;
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
}

.reviewer-image {
  background: #d0d5dd;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.reviewer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.reviewer-image.verified-buyer::after {
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1365_11612)"><path d="M13.899 3.18734C14.07 3.6008 14.3981 3.92944 14.8113 4.10101L16.2602 4.70116C16.6737 4.87243 17.0022 5.20094 17.1735 5.61443C17.3448 6.02791 17.3448 6.4925 17.1735 6.90598L16.5738 8.35382C16.4024 8.76748 16.4022 9.23254 16.5743 9.64601L17.173 11.0934C17.2579 11.2982 17.3016 11.5177 17.3016 11.7394C17.3017 11.9611 17.258 12.1807 17.1732 12.3855C17.0883 12.5903 16.964 12.7764 16.8072 12.9331C16.6504 13.0899 16.4643 13.2142 16.2594 13.2989L14.8116 13.8987C14.3981 14.0696 14.0695 14.3978 13.8979 14.811L13.2978 16.2598C13.1265 16.6733 12.798 17.0018 12.3845 17.1731C11.971 17.3444 11.5064 17.3444 11.0929 17.1731L9.64511 16.5734C9.23161 16.4025 8.7672 16.4029 8.35396 16.5744L6.90508 17.1736C6.49183 17.3445 6.02764 17.3444 5.6145 17.1732C5.20135 17.0021 4.87302 16.674 4.70163 16.2609L4.10131 14.8116C3.93035 14.3982 3.6022 14.0695 3.18901 13.898L1.74014 13.2978C1.32683 13.1266 0.998417 12.7983 0.827083 12.3851C0.655748 11.9718 0.655516 11.5075 0.826437 11.094L1.42615 9.6462C1.597 9.23271 1.59665 8.76829 1.42518 8.35505L0.826328 6.90513C0.741422 6.70034 0.697703 6.48082 0.697668 6.25912C0.697632 6.03743 0.741281 5.8179 0.82612 5.61308C0.91096 5.40826 1.03533 5.22216 1.19212 5.06542C1.3489 4.90868 1.53504 4.78438 1.73989 4.6996L3.18772 4.09989C3.60082 3.92908 3.92926 3.60135 4.10096 3.18863L4.70111 1.73976C4.87238 1.32627 5.20089 0.997758 5.61438 0.826487C6.02786 0.655216 6.49245 0.655216 6.90593 0.826487L8.35377 1.4262C8.76726 1.59705 9.23168 1.5967 9.64492 1.42523L11.0944 0.827417C11.5078 0.656242 11.9723 0.656277 12.3857 0.827514C12.7991 0.998752 13.1276 1.32717 13.2989 1.74055L13.8992 3.18985L13.899 3.18734Z" fill="%230788F5"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5249 6.64035C12.6452 6.45148 12.6855 6.22258 12.6369 6.00401C12.5884 5.78544 12.455 5.59509 12.2662 5.47485C12.0773 5.35461 11.8484 5.31432 11.6298 5.36284C11.4113 5.41137 11.2209 5.54473 11.1007 5.7336L7.79654 10.9255L6.28454 9.03547C6.14476 8.86063 5.94124 8.74848 5.71876 8.72369C5.49629 8.6989 5.27308 8.7635 5.09823 8.90329C4.92339 9.04307 4.81123 9.24659 4.78644 9.46907C4.76165 9.69154 4.82626 9.91476 4.96604 10.0896L7.21604 12.9021C7.2999 13.007 7.4076 13.0905 7.53018 13.1454C7.65277 13.2003 7.7867 13.2252 7.92084 13.2179C8.05498 13.2107 8.18544 13.1715 8.30138 13.1036C8.41732 13.0358 8.51539 12.9412 8.58742 12.8278L12.5249 6.64035Z" fill="white"/></g><defs><clipPath id="clip0_1365_11612"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>') no-repeat;
  width: 18px;
  height: 18px;
  bottom: 0;
  right: 0;
}

.reviewer-details .reviewer-name {
  font-weight: bold;
}
.reviewer-details .reviewer-detail {
  color: #667085;
  font-weight: 400;
  font-size: 14px;
}
.reviewer-details .reviewer-detail .location {
  background: url('data:image/svg+xml,<svg width="14" height="20" viewBox="0 0 14 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C3.13 0 0 3.13 0 7C0 12.25 7 20 7 20C7 20 14 12.25 14 7C14 3.13 10.87 0 7 0ZM2 7C2 4.24 4.24 2 7 2C9.76 2 12 4.24 12 7C12 9.88 9.12 14.19 7 16.88C4.92 14.21 2 9.85 2 7Z" fill="%231D2939"/><path d="M7 9.5C8.38071 9.5 9.5 8.38071 9.5 7C9.5 5.61929 8.38071 4.5 7 4.5C5.61929 4.5 4.5 5.61929 4.5 7C4.5 8.38071 5.61929 9.5 7 9.5Z" fill="%231D2939"/></svg>') no-repeat;
}

#about {
  padding: 64px 0;
}

#reviews.products-reviews-wrapper {
  padding-top: 0;
}

.review-box .rating .rating-value span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}

#reviews {
  padding-top: 48px;
}
#reviews .reviewer-rating span {
  margin: 0 0;
  display: inline-block;
  font-size: 34px;
  line-height: 40px;
}
#reviews .review-box .reviewer-rating {
  font-size: 30px !important;
}
#reviews .review-box .reviewer-rating span {
  font-size: 30px;
}

.reviews-slider {
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f7 100%);
  padding: 0 0 45px;
  overflow-x: hidden;
}
.reviews-slider .review-slide {
  background: #ffffff;
  border: 0.5px solid #eaecf0;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.06);
  border-radius: 6px;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reviews-slider .review-slide .review-slide-header {
  display: flex;
  align-items: center;
}
.reviews-slider .review-slide .reviewer-rating-stars {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.reviews-slider .review-slide .reviewer-rating-stars .reviewer-rating span {
  font-size: 30px;
  margin: 0 0;
  display: inline-block;
}
.reviews-slider .review-slide .reviewer-rating-stars .review-date {
  font-size: 14px;
  margin-left: 10px;
  color: #1d2939;
}
.reviews-slider .review-slide .reviewer-rating-stars.has-video-review .reviewer-video-review .video-box {
  width: 128px;
  height: 128px;
  background: #1d2939;
  border-radius: 10px;
  margin-right: 10px;
}
.reviews-slider .review-slide .reviewer-rating-stars.has-video-review .reviewer-video-review .video-box .video-duration {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  color: #fff;
  padding: 0;
  bottom: 5px;
  right: 7px;
  border-radius: 0;
  font-size: 12px;
  width: 44px;
  height: 22px;
  text-align: center;
  text-indent: 0;
}
.reviews-slider .review-slide .review-title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.reviews-slider .review-slide .review-text {
  line-height: 24px;
  color: #000;
  -webkit-line-clamp: 3;
  margin: 0 0 5px;
}
.reviews-slider .splide {
  overflow: visible;
}
.reviews-slider .splide__track {
  overflow: visible;
  max-width: 1400px;
  margin: 0 auto;
}
.reviews-slider .splide__arrows {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.reviews-slider .splide__arrow {
  width: 4em;
  height: 4em;
  background: #416da2;
  top: 20vh;
}
.reviews-slider .splide__arrow svg {
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
}
.reviews-slider .splide__pagination {
  bottom: -3.5rem;
}
.reviews-slider .splide__pagination__page.is-active {
  background: #416da2;
  opacity: 1;
}
.reviews-slider .splide__slide {
  opacity: 0.4;
  transition: opacity 0.5s linear;
}
.reviews-slider .splide__slide.is-visible {
  opacity: 1;
}
.reviews-slider .see-all-reviews {
  padding-top: 60px;
  text-align: center;
  margin-top: 40px;
}
.reviews-slider .see-all-reviews a {
  padding: 12px 30px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.0005);
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
}
.reviews-slider .see-all-reviews a:hover {
  background: #f9fafb;
  color: #175cd3;
}

.about-section .about-text {
  padding: 40px 40px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.about-section .about-text p {
  margin: 0 0 10px;
}

.total-reviews-wrapper {
  background: #f9fafb;
}
.total-reviews-wrapper .reviews-count {
  padding: 36px 40px;
  border: 1px solid #d0d5dd;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
}
.total-reviews-wrapper .reviews-count h4 span {
  color: #416da2;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
.total-reviews-wrapper .reviews-count .reviews-filter {
  border-top: 1px solid #d0d5dd;
  padding: 30px 40px 0;
  margin: 0 -40px;
}
.total-reviews-wrapper .reviews-count .reviews-filter h5 {
  font-size: 18px;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.total-reviews-wrapper .reviews-count .reviews-filter .form-check {
  margin-bottom: 15px;
}
.total-reviews-wrapper .reviews-count .reviews-filter .form-check-label {
  display: block;
}
.total-reviews-wrapper .video-reviews {
  display: flex;
  justify-content: space-between;
  visibility: visible;
}
.total-reviews-wrapper .video-reviews .splide__list {
  display: flex !important;
}
.total-reviews-wrapper .video-reviews .video-box {
  width: 192px;
  height: 192px;
}
.total-reviews-wrapper .pagination a {
  font-size: 14px;
  border: 1px solid #d0d5dd;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.total-reviews-wrapper .pagination .previous a {
  width: 115px;
}
.total-reviews-wrapper .pagination .previous img {
  margin-right: 12px;
  width: 12px;
}
.total-reviews-wrapper .pagination .next a {
  width: 90px;
}
.total-reviews-wrapper .pagination .next img {
  margin-left: 12px;
  width: 12px;
}

a.back-to-search {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 0 20px 20px;
}
a.back-to-search img {
  margin-right: 8px;
}

.card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  margin-bottom: 10px;
}

.review-box {
  flex-direction: row;
}
.review-box .reviewer-details {
  margin-top: 0.5rem;
}
.review-box .reviews-media {
  display: flex;
  margin: 15px 0;
  align-items: center;
}
.review-box .reviews-media .video-box .video-duration {
  font-size: 12px;
  padding: 2px 7px;
  line-height: 16px;
}
.review-box .reviews-media .see-all {
  color: #416da2;
  font-weight: 500;
  font-size: 16px;
  margin-left: 15px;
}
.review-box .reviews-media .see-all img {
  display: block;
  margin-bottom: 5px;
}
.review-box .review-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
.review-box .card-body {
  padding-top: 0;
  padding-bottom: 0;
  width: calc(100% - 56px);
}
.review-box .rating {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.review-box .rating .rating-name {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.review-box .rating .rating-value {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.review-box .rating::after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed #d0d5dd;
  width: 100%;
  bottom: 6px;
}
.review-box .answer-wrapper {
  margin-bottom: 0;
}
.review-box .answer-wrapper .answer-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.review-box .options-answer {
  margin-bottom: 0px;
}
.review-box .options-answer .options-progress {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.review-box .options-answer .options-progress span {
  position: relative;
}
.review-box .replies {
  padding: 16px;
  border-radius: 5px;
  background-image: url('data:image/svg+xml,<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 11.5L9.5 17.5L8.08 16.08L11.67 12.5H0.5V0.5H2.5V10.5H11.67L8.08 6.92L9.5 5.5L15.5 11.5Z" fill="%231D2939"/></svg>');
  background-repeat: no-repeat;
  background-position: 16px 16px;
  margin-bottom: 8px;
}
.review-box .replies.company-reply {
  background-color: #f2f4f7;
  border-left: 6px solid #d0d5dd;
}
.review-box .replies.sa-reply {
  background-color: #eff8ff;
  border-left: 6px solid #84caff;
}
.review-box .replies h4 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-left: 25px;
}
.review-box .replies p,
.review-box .replies div.clamp-text,
.review-box .replies div.mt-3 {
  margin: 0 0 0 25px;
}
.review-box .social-share-wrapper,
.cert31modal .social-share-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d5dd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
}
.review-box .social-share-wrapper h4,
.cert31modal .social-share-wrapper h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #667085;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 0;
}
.review-box .social-share-wrapper ul,
.cert31modal .social-share-wrapper ul {
  display: flex;
  align-items: center;
}
.review-box .social-share-wrapper ul li,
.cert31modal .social-share-wrapper ul li {
  margin-right: 10px;
}
.review-box .social-share-wrapper ul li a,
.cert31modal .social-share-wrapper ul li a {
  opacity: 0.6;
  transition: all 0.3s linear;
}
.review-box .social-share-wrapper ul li a:hover,
.cert31modal .social-share-wrapper ul li a:hover {
  opacity: 1;
}
.review-box .reviewed-products .accordion-item {
  border: none;
}
.review-box .reviewed-products .accordion-item .accordion-button {
  padding: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #416da2;
}
.review-box .reviewed-products .accordion-item .accordion-button::after {
  margin-left: 10px;
}
.review-box .reviewed-products .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}
.review-box .reviewed-products .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.41 0.294923L6 4.87492L10.59 0.294922L12 1.70492L6 7.70492L1.23266e-07 1.70492L1.41 0.294923Z" fill="%23416DA2"/></svg>');
  width: 14px;
  height: 9px;
  background-size: 14px;
  background-repeat: no-repeat;
  content: "" !important;
}
.review-box .reviewed-products .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.review-box.product-review-box {
  border: none;
  padding: 0;
}
.review-box.product-review-box .product-image {
  max-width: 60px;
}
.review-box.product-review-box .product-image img {
  border: 1px solid #d0d5dd;
  padding: 0;
  border-radius: 6px;
  width: 60px;
  height: 60px;
}
.review-box.product-review-box .product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-box.product-review-box .product-details .product-name {
  font-size: 18px;
  color: #175cd3;
}
.review-box.product-review-box .social-share-wrapper {
  border: none;
  padding: 0;
  margin: 30px 0 0;
}

footer {
  background: #003057;
  padding: 40px 0;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .footer-menu {
  display: flex;
}
footer .footer-top .footer-menu li {
  margin-left: 30px;
}
footer .footer-top .footer-menu li a {
  color: #fff;
  transition: all 0.3s linear;
}
footer .footer-top .footer-menu li a:hover {
  color: #475467;
}
footer .footer-copyright {
  margin-top: 40px;
  font-size: 14px;
  color: #98a2b3;
}
footer .footer-copyright a {
  color: #98a2b3;
}

.review-box .reviews-media .splide__list {
  display: flex !important;
  align-items: center;
}

#mobile-menu {
  display: none;
}

.products-search #search {
  background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8811 16.6051H17.7003L17.2817 16.2113C19.0755 14.1697 20.0022 11.3842 19.494 8.42383C18.7915 4.36966 15.3235 1.13216 11.1381 0.636329C4.81515 -0.122004 -0.506304 5.06966 0.270987 11.2384C0.779216 15.3217 4.09765 18.7051 8.25317 19.3905C11.2876 19.8863 14.1426 18.9822 16.2354 17.2322L16.639 17.6405V18.7926L22.9918 24.9905C23.6047 25.5884 24.6062 25.5884 25.2191 24.9905C25.8319 24.3926 25.8319 23.4155 25.2191 22.8176L18.8811 16.6051ZM9.91239 16.6051C6.19036 16.6051 3.18583 13.6738 3.18583 10.0426C3.18583 6.41133 6.19036 3.48008 9.91239 3.48008C13.6344 3.48008 16.639 6.41133 16.639 10.0426C16.639 13.6738 13.6344 16.6051 9.91239 16.6051Z" fill="%23175CD3"/></svg>') no-repeat 20px 20px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 5px;
  padding: 23px 50px 20px 70px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}
.products-search .media {
  display: flex;
  align-items: center;
}
.products-search .media .product-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
}
.products-search .media .product-name {
  color: #175cd3;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.products-search #products-search {
  margin-top: 30px;
}
.products-search #products-search .list li {
  border: 1px solid #d0d5dd;
  /* Shadow/sm */
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 5px;
  padding: 15px 20px;
  margin: 0 0 2px;
}

#backtoTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 111;
  opacity: 0.6;
}
#backtoTop:hover {
  opacity: 1;
}
#backtoTop img {
  width: 90px;
}

.top-rated-products {
  margin: 30px 0;
}
.top-rated-products .splide__list {
  display: flex !important;
  justify-content: space-between;
}
.top-rated-products .splide__arrow {
  border-radius: 60px;
  opacity: 0.6;
  background: var(--Secondary-Blue-Grey, #416DA1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.25);
  width: 64px;
  height: 64px;
}
.top-rated-products .splide__arrow.splide__arrow--prev {
  left: -32px;
}
.top-rated-products .splide__arrow.splide__arrow--next {
  right: -32px;
}
.top-rated-products .splide__arrow svg {
  fill: #fff;
}
.top-rated-products .product-box {
  width: 19%;
  padding: 15px;
  text-align: center;
  max-width: 203.3px;
}
.top-rated-products .product-box .card-body {
  padding-bottom: 0;
}
.top-rated-products .product-box .product-title {
  font-size: 18px;
  color: #175cd3;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.top-rated-products .product-box .star-ratings {
  margin: 10px 0 5px;
}
.top-rated-products .product-box .star-ratings span {
  font-size: 22px;
  margin: 0 0;
}
.top-rated-products .product-box .total-reviews {
  font-weight: 500 !important;
}

.most-recent-reviews {
  background: #f9fafb;
  padding-top: 60px;
}
.most-recent-reviews .reivews-filter {
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
}
.most-recent-reviews .reivews-filter h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1D2939;
  margin-bottom: 10px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.most-recent-reviews .reivews-filter .filters {
  display: flex;
}
.most-recent-reviews .reivews-filter .filters .form-check {
  position: relative;
  padding: 0;
}
.most-recent-reviews .reivews-filter .filters .form-check .form-check-input[type=checkbox] {
  margin-right: 15px;
  margin-left: 0;
  position: absolute;
  top: 11px;
  left: 12px;
  width: 16px;
  height: 16px;
}
.most-recent-reviews .reivews-filter .filters .form-check .form-check-input:focus {
  box-shadow: none;
}
.most-recent-reviews .reivews-filter .filters .form-check .form-check-input:checked[type=checkbox] {
  background-size: 12px;
  background-position: 1px 2px;
}
.most-recent-reviews .reivews-filter .filters .form-check label {
  background: #fff;
  padding: 10px 10px 10px 40px;
  border: 1px solid #175cd3;
  border-radius: 5px;
  color: #175cd3;
  font-weight: 500;
  font-size: 15px;
  margin-right: 15px;
  margin-top: 0;
  cursor: pointer;
  height: 38px;
  line-height: 18px;
}

.products-reviews-wrapper .review-box {
  flex-direction: column;
}
.products-reviews-wrapper .review-box .product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d5dd;
}
.products-reviews-wrapper .review-box .product-details .product-image {
  display: flex;
  align-items: center;
}
.products-reviews-wrapper .review-box .product-details .product-image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
}
.products-reviews-wrapper .review-box .product-details .product-image .product-name {
  font-size: 18px;
  line-height: 28px;
  color: #175cd3;
  font-weight: bold;
  margin-left: 20px;
}
.products-reviews-wrapper .review-box .card-body {
  width: 100%;
}
.products-reviews-wrapper .review-box .review-body-wrapper {
  margin: 0 40px;
}

.product-section {
  padding: 30px 0 30px;
}
.product-section .product-image {
  border: 1px solid #d0d5dd;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  max-width: 390px;
  height: 390px;
}
.product-section .product-image img {
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-details {
  margin-left: 0;
  font-size: 18px;
}
.product-section .product-details h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.product-section .product-details .overall-rating-stars {
  font-size: 24px;
}
.product-section .product-details .overall-rating-stars span {
  display: inline-block;
  margin: 0 0;
}
.product-section .product-details .rating-score {
  margin: 0 0 0 10px;
  font-weight: 500;
  color: #1d2939;
}
.product-section .product-details .total-reviews {
  font-weight: 500;
  color: #175cd3;
  margin-left: 15px;
  border-left: 1px solid #cdced2;
  padding-left: 15px;
}
.product-section .product-details .btn-primary {
  width: 100%;
  max-width: 280px;
  padding: 10px 18px;
  margin: 15px 0;
  background: #175cd3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 24px;
}
.product-section .product-details .btn-primary img {
  margin-left: 10px;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #175cd3;
  border-color: #175cd3;
}

.total-reviews-wrapper.product-page .video-reviews .image-box {
  width: 192px !important;
  height: 192px;
}
.total-reviews-wrapper.product-page .rating-bar .rating-star {
  width: 9%;
}
.total-reviews-wrapper.product-page .reviews-count h3 {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}
.total-reviews-wrapper.product-page .reviewer-rating span {
  margin: 0 0;
  display: inline-block;
  font-size: 34px;
  vertical-align: top;
}
.total-reviews-wrapper.product-page .review-box .reviewer-rating span {
  margin: 0 0;
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
}
.total-reviews-wrapper.product-page .sa-intro {
  background: #f9fafb;
  padding: 16px 20px;
  border-radius: 4px;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.total-reviews-wrapper.product-page .sa-intro .sa-logo-small {
  max-width: 28px;
  margin-right: 10px;
}
.total-reviews-wrapper .btn-outline-primary {
  box-shadow: 1px 2px rgba(16, 24, 40, 0.05);
  height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-weight: 500 !important;
  width: 116px;
  font-size: 14px;
}

.products-reviews-wrapper .btn-outline-primary {
  width: 132px;
  height: 44px;
  line-height: 24px;
  font-size: 16px;
}

div#reviewed-products-accordion .social-share-wrapper {
  margin-top: 0;
  padding-top: 16px;
}

.certificate-sub-nav.product-page {
  padding-bottom: 5px;
  padding-top: 20px;
}
.certificate-sub-nav.product-page li.active a {
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
}
.certificate-sub-nav.product-page li.active a::after {
  bottom: 2px;
  height: 4px;
}
.certificate-sub-nav.product-page li a {
  line-height: 28px;
}

.fancy_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #EAECF0;
}

.fancy_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #98A2B3;
}

.fancy_scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background: #EAECF0;
}

.reviews-slider .splide__arrow--next {
  right: 2.5rem;
  opacity: 0.6;
}

.reviews-slider .splide__arrow--prev {
  left: 2.5rem;
  opacity: 0.6;
}

#customerReviewModal .modal-header {
  padding: 24px 30px;
}
#customerReviewModal .modal-title {
  color: #475467;
  font-weight: 600;
}
#customerReviewModal .review-box {
  padding: 0;
  border: none;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: none;
}
#customerReviewModal .review-box .card-body {
  width: 50%;
  padding-left: 0;
}
#customerReviewModal .review-box.product-review-box {
  max-height: none;
}
#customerReviewModal .review-box.product-review-box .product-image {
  margin-right: 15px;
}

div#customerReviewModal .modal-dialog {
  max-width: 800px;
}

div#customerReviewModal .reviewer-rating span {
  display: inline-block;
  margin: 0 0;
  font-size: 30px;
}

div#customerReviewModal .modal-header {
  border: none;
}

div#customerReviewModal .modal-content {
  border-radius: 12px;
}

div#customerReviewModal .modal-body {
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  padding: 24px;
}

div#customerReviewModal .modal-header .btn-close {
  background-size: 12px;
  opacity: 0.75;
}

div#customerReviewModal .review-box .rating .rating-value span {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}

.company-overview .overview-wrapper .overview .show-more-wrapper .show-more.show-less .show-less-text {
  display: block;
}

.company-overview .overview-wrapper .overview .overall-rating-wrapper .total-reviews {
  display: block;
}

.product-page .card.review-box {
  margin-bottom: 24px;
}

.top-rated-products .product-image img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

#reviews.products-reviews-wrapper .reviewer-rating {
  font-size: 30px !important;
}

#reviews.products-reviews-wrapper .reviewed-products .reviewer-rating span {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0;
}

div#reviewed-products-details .product-review-box .reviewer-rating {
  font-size: 24px !important;
}

div#reviewed-products-details .product-review-box .reviewer-rating span {
  font-size: 24px;
  line-height: 24px;
}

#reviews.products-reviews-wrapper .review-box.product-review-box .social-share-wrapper {
  margin-top: 15px;
}

/******Inactive and Not Found*******/
.company-description {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 32px;
  gap: 20px;
  background: #F9FAFB;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1D2939;
  margin: 25px 0 0;
}

.not-found-header {
  padding: 24px 0 25px;
}

.not-found-banner {
  padding: 96px 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F4F7 100%);
}
.not-found-banner .container {
  max-width: 984px !important;
}
.not-found-banner .found-content {
  max-width: 499px;
}
.not-found-banner .found-content h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.not-found-banner .found-content p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1D2939;
  margin-bottom: 2rem;
}
.not-found-banner .found-content .btn {
  height: 48px;
  padding: 11px 19px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.not-found-banner .found-content .btn.btn-outline {
  color: #175cd3;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  background: #ffffff;
}
.not-found-banner .found-content .btn.btn-outline:hover {
  color: #1e6aed;
}

.who-sa {
  padding: 96px 0;
}
.who-sa .container {
  max-width: 1100px !important;
  margin: 0 auto;
  padding: 48px;
}
.who-sa .sa-logo {
  min-width: 100.16px;
  width: 100.16px;
  margin-right: 36px;
}
.who-sa .sa-intro {
  padding: 2px 0 0;
}
.who-sa .sa-intro h4 {
  margin-bottom: 1.1rem;
}
.who-sa .sa-intro p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1D2939;
  margin-bottom: 2rem;
}
.who-sa .sa-intro a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #175cd3;
}
.who-sa .sa-intro a span:before {
  color: #175cd3;
  margin-left: 6px;
}

.sa-daytime-dropdown {
  padding-bottom: 20px;
}
.sa-daytime-dropdown button.dropdown-toggle {
  border: 0;
  background: no-repeat;
  width: 100%;
  text-align: left;
  padding: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1D2939;
  display: flex;
}
.sa-daytime-dropdown button.dropdown-toggle img {
  margin-right: 15px;
}
.sa-daytime-dropdown button.dropdown-toggle span {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sa-daytime-dropdown button.dropdown-toggle:after {
  border: 0;
  float: right;
  color: #212529;
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "\e900";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-family: "sa-certificate-icons";
  font-size: 14px;
}
.sa-daytime-dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  position: relative !important;
  transform: none !important;
  transition: all 0.5s 0.1s;
}
.sa-daytime-dropdown .dropdown-menu li button {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 3px;
}
.sa-daytime-dropdown .dropdown-menu li button:focus {
  background: none;
  color: #1e2125;
}

.sa-product-title .product-name {
  margin: 0 !important;
}

.sa-product-title {
  padding: 0 0 0 20px;
}

.sa-single-rating span.sa-total-rating {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #416DA2;
  padding-left: 15px;
}

.btn.btn-custom {
  width: 160px;
  height: 60px;
  background: #175CD3;
  border: 1px solid #175CD3;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.005);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  gap: 8px;
}

.videoGalleryModal .modal-header {
  padding: 24px 24px 0 !important;
  border-bottom: 0;
}

.videoGalleryModal .modal-body {
  padding: 24px !important;
}

.videoGalleryModal .video-gallery .video-box {
  max-width: none;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .overview-wrapper .sa-overview-row {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
  }
  .company-header {
    padding-bottom: 20px;
  }
  #mobile-menu {
    display: block;
    position: absolute;
    right: 0;
  }
  .certificates-tabs {
    border-bottom: 1px solid #1d2939;
  }
  .certificates-tabs ul {
    margin-bottom: 0;
  }
  .certificates-tabs ul li a {
    font-size: 14px;
    padding: 6px 16px;
    font-weight: 500;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    min-width: 112px;
    text-align: center;
    line-height: 32px;
  }
  .certificates-tabs ul li.active a {
    border-width: 1px;
    position: relative;
    top: 2px;
    font-weight: 500;
  }
  header {
    padding: 20px 0 30px;
  }
  header .d-flex {
    flex-direction: column !important;
    position: relative;
  }
  header .logo img {
    width: auto;
  }
  #mobile-button {
    background: #175cd3;
    color: #fff;
    margin-top: 15px;
    border: none;
    display: none;
  }
  #main {
    padding-top: 0;
  }
  .review-slide-header .reviewer-details {
    margin-left: 15px;
  }
  .company-header .company-logo {
    width: 60px;
  }
  .company-header .company-intro h1 {
    font-size: 24px;
  }
  .company-header .company-intro p {
    margin: 0;
  }
  .company-overview .overview-wrapper {
    border: none;
    margin-top: 0 !important;
  }
  .company-overview .overview-wrapper .overview {
    padding: 0;
  }
  .company-overview .overview-wrapper .overview h4 {
    font-size: 20px;
  }
  .company-overview .overview-wrapper .overview .overall-rating-wrapper {
    margin-bottom: 20px;
  }
  .company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating {
    font-size: 48px;
    line-height: 60px;
  }
  .company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating-stars {
    font-size: 30px;
    line-height: 30px;
  }
  .company-overview .overview-wrapper .overview .overall-rating-wrapper .overall-rating-stars span {
    margin: 0 0;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
  }
  .company-overview .overview-wrapper .overview .sa-intro {
    display: none;
  }
  .company-overview .overview-wrapper .overview .detailed-ratings {
    margin: 20px 0;
  }
  .company-overview .overview-wrapper .overview .show-more-wrapper .btn-outline {
    padding: 10px 18px;
  }
  .company-overview .overview-wrapper .overview-contact {
    padding: 0;
    height: 100%;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
  .company-overview .overview-wrapper .overview-footer {
    padding: 30px 0;
    background: #f9fafb;
    margin-top: 30px;
    border-top: 1px solid #d0d5dd;
    margin-left: -15px;
    margin-right: -15px;
  }
  .company-overview .overview-wrapper .overview-footer .rewards .reward {
    font-size: 14px;
    margin: 0 10px 0 0;
  }
  .company-overview .overview-wrapper .overview-footer .rewards .reward img {
    width: 42px;
  }
  .reviews-slider .see-all-reviews a {
    padding: 10px 18px;
  }
  .rating-bar .rating-star {
    width: 12%;
  }
  .rating-bar .progress-bar {
    width: 62%;
  }
  .rating-bar .total-reviews {
    width: 24%;
    margin-left: 3%;
  }
  .rating-bar .percent {
    margin-left: 0;
  }
  .total-reviews-wrapper {
    margin-top: 20px !important;
  }
  .total-reviews-wrapper .reviews-count {
    padding: 0;
    border: none;
    background: none;
  }
  .total-reviews-wrapper .reviews-count .reviews-filter {
    padding: 30px 0;
    border-bottom: 1px solid #d0d5dd;
    background: #fff;
    margin: 0;
  }
  .total-reviews-wrapper .video-reviews {
    justify-content: flex-start;
  }
  .total-reviews-wrapper .video-reviews .video-box {
    width: 128px !important;
    height: 128px;
  }
  .videoGalleryModal .video-gallery .video-box,
  .videoGalleryModal .review-gallery .video-box,
  .reviewGalleryModal .video-gallery .video-box,
  .reviewGalleryModal .review-gallery .video-box {
    max-width: 360px;
    min-height: 315px;
    margin: 0 auto;
  }
  .videoGalleryModal .modal-body,
  .reviewGalleryModal .modal-body {
    padding-bottom: 80px;
  }
  .videoGalleryModal .video-gallery .splide__arrow,
  .videoGalleryModal .review-gallery .splide__arrow,
  .reviewGalleryModal .video-gallery .splide__arrow,
  .reviewGalleryModal .review-gallery .splide__arrow {
    top: 105%;
    width: 44px;
    height: 44px;
  }
  .videoGalleryModal .video-gallery .splide__arrow svg,
  .videoGalleryModal .review-gallery .splide__arrow svg,
  .reviewGalleryModal .video-gallery .splide__arrow svg,
  .reviewGalleryModal .review-gallery .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
  }
  .videoGalleryModal .video-gallery .splide__arrow--next,
  .videoGalleryModal .review-gallery .splide__arrow--next,
  .reviewGalleryModal .video-gallery .splide__arrow--next,
  .reviewGalleryModal .review-gallery .splide__arrow--next {
    right: 6em;
  }
  .videoGalleryModal .video-gallery .splide__arrow--prev,
  .videoGalleryModal .review-gallery .splide__arrow--prev,
  .reviewGalleryModal .video-gallery .splide__arrow--prev,
  .reviewGalleryModal .review-gallery .splide__arrow--prev {
    left: 6em;
  }
  .reviews-filter .rating-bar .progress-bar {
    width: 75%;
  }
  .reviews-filter .rating-bar .total-reviews {
    width: auto;
  }
  .reviews-filter .rating-bar .total-reviews .percent {
    display: none;
  }
  .reviews-filter h5 {
    font-size: 16px;
    font-weight: bold !important;
  }
  .section-padder {
    padding: 24px 0;
  }
  .card {
    padding: 15px;
  }
  #contactHeading {
    margin: 0;
  }
  #aboutHeading {
    margin: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sticky .certificate-sub-nav li {
    margin-right: 10px;
  }
  .reviewer-short-name {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  .review-body-wrapper {
    margin-left: -60px;
  }
  .review-box .product-review-box .product-details a {
    display: none;
  }
  .review-box .reviews-media .see-all {
    display: none;
  }
  #reviewGalleryModal .review-gallery .image-box {
    width: 100%;
    margin: 20px auto;
    min-height: 315px;
    max-width: 315px;
  }
  .reviews-media.splide .video-box,
  .reviews-media.splide .image-box {
    width: 128px !important;
  }
  .reviews-media.splide .cert31modal .video-box,
  .reviews-media.splide .cert31modal .image-box {
    width: auto !important;
  }
  footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-top .footer-menu {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer-top .footer-menu li {
    margin: 0 15px 0 0;
  }
  .reviews-slider .splide__arrow {
    display: none;
  }
  .reviewer-details {
    margin-left: 0;
  }
  .reviews-slider {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background: #f9fafb;
    padding-top: 10px;
  }
  .company-overview {
    padding-bottom: 0;
    padding-top: 34px;
  }
  .about-section {
    border-top: 5px solid #d0d5dd;
    border-bottom: 5px solid #d0d5dd;
  }
  .about-section .about-text {
    padding: 0;
    border: none;
    font-size: 14px;
  }
  .about-section h4 {
    font-size: 20px;
  }
  .about-section p {
    margin: 0 0 10px;
  }
  .reviewer-details .reviewer-name {
    font-size: 16px;
  }
  .contact-mobile {
    border-top: 5px solid #d0d5dd;
  }
  .contact-mobile .accordion-button {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
  }
  .contact-mobile .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .contact-mobile .accordion-button:not(.collapsed) {
    background: none;
    color: #1d2939;
    box-shadow: none;
  }
  .contact-mobile .accordion-body {
    padding: 0 15px;
  }
  .contact-mobile .accordion-body .contact-btn a {
    padding: 15px;
    background: #175cd3;
  }
  .contact-mobile .accordion-body .contact-numbers li {
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
  }
  .contact-mobile .accordion-body .contact-numbers li a {
    margin-left: 10px;
  }
  .about-mobile {
    border-top: 5px solid #d0d5dd;
    border-bottom: 5px solid #d0d5dd;
  }
  .about-mobile .about-header #about {
    padding: 20px 15px;
  }
  .about-mobile .accordion-button {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
  }
  .about-mobile .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .about-mobile .accordion-button:not(.collapsed) {
    background: none;
    color: #1d2939;
    box-shadow: none;
  }
  .about-mobile .accordion-body {
    padding: 0 15px;
  }
  .about-mobile .accordion-body .about-text {
    padding: 0;
    border: none;
    font-size: 14px;
  }
  .about-mobile .accordion-body .about-text p {
    margin: 0 0 10px;
  }
  .about-mobile .accordion-body .about-btn a {
    padding: 15px;
    background: #175cd3;
  }
  .about-mobile .accordion-body .about-numbers li {
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
  }
  .about-mobile .accordion-body .about-numbers li a {
    margin-left: 10px;
  }
  .line-clamp {
    -webkit-line-clamp: 4;
  }
  .most-recent-reviews {
    background: #f9fafb;
  }
  .most-recent-reviews .reivews-filter {
    flex-direction: column;
    margin-top: 0;
  }
  .most-recent-reviews .reivews-filter .row {
    gap: 24px;
  }
  .most-recent-reviews .reivews-filter .row > div {
    padding: 0;
    margin-bottom: 0 !important;
  }
  .most-recent-reviews .reivews-filter h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1D2939;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
  }
  .most-recent-reviews .reivews-filter .filters {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .most-recent-reviews .reivews-filter .filters .form-check {
    margin-bottom: 10px;
    width: 31%;
  }
  .most-recent-reviews .reivews-filter .filters .form-check label {
    width: 100%;
    padding-left: 40px;
  }
  .products-reviews-wrapper .review-box .product-details .product-image img {
    width: 45px;
    height: 45px;
  }
  .products-reviews-wrapper .review-box .product-details .product-image .product-name {
    font-size: 16px;
    margin-left: 10px;
  }
  .products-reviews-wrapper .review-box .product-details .btn-outline-primary {
    font-size: 14px;
  }
  .products-reviews-wrapper .review-box .card-body {
    padding: 0;
  }
  .products-reviews-wrapper .review-box .review-body-wrapper {
    margin: 0;
  }
  .products-search #search {
    padding: 15px 50px;
    background-position: 13px 13px;
  }
  .products-search .media .product-image {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  .products-search .media .reviewer-rating {
    font-size: 18px !important;
  }
  .products-search .media .total-rating {
    font-size: 14px;
  }
  .products-search h4 {
    font-size: 20px;
  }
  .company-top-rated-products {
    padding-bottom: 0px !important;
  }
  .total-reviews-wrapper {
    margin-top: 0 !important;
  }
  .total-reviews-wrapper .reviews-count .d-flex.align-items-center.mt-4.mb-4 {
    margin: 10px 0 15px !important;
  }
  .total-reviews-wrapper .reviews-count p.mt-4.mb-4 {
    margin: 10px 0 20px !important;
  }
  .total-reviews-wrapper .reviews-count h3 {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 500;
  }
  .total-reviews-wrapper.product-page .video-reviews .image-box {
    width: 128px !important;
    height: 128px;
  }
  .total-reviews-wrapper .reviewer-rating span {
    margin: 0 0;
    display: inline-block;
  }
  .total-reviews-wrapper.product-page .rating-bar .rating-star {
    width: 14%;
  }
  a.back-to-search {
    font-size: 14px;
  }
  a.back-to-search img {
    width: 9.33px;
  }
  .total-reviews-wrapper.product-page .review-box .reviewer-rating span {
    font-size: 29px !important;
    line-height: 30px !important;
  }
  #reviews.total-reviews-wrapper.product-page .reviewer-rating {
    font-size: 29px !important;
  }
  .product-section {
    padding: 30px 0 15px;
  }
  .product-section .product-image {
    max-width: 240px;
    margin: 0 auto 30px;
    height: auto;
    height: 240px;
  }
  .product-section .product-image img {
    max-height: 210px;
  }
  .product-section .product-details {
    margin-left: 0;
    font-size: 16px;
  }
  .product-section .product-details h4 {
    font-size: 20px;
  }
  .product-section .product-details .btn-primary {
    max-width: 100%;
  }
  .sticky .certificate-sub-nav .visit-site {
    display: block;
  }
  .certificate-sub-nav ul li {
    margin-right: 30px;
  }
  .sticky .certificate-sub-nav h4 {
    font-size: 18px;
  }
  .certificate-sub-nav {
    padding-top: 16px;
  }
  .certificate-sub-nav ul li a {
    font-size: 14px;
    font-weight: 600 !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .certificate-sub-nav ul li.active a::after {
    height: 4px;
  }
  .total-reviews-wrapper .pagination .previous img {
    margin-right: 0;
  }
  .total-reviews-wrapper .pagination .next img {
    margin-left: 0;
  }
  .video-box .video-duration {
    padding: 2px 7px;
    font-size: 12px;
  }
  .video-box {
    margin-right: 10px;
  }
  .custom-dropdown .dropdown-toggle {
    color: #1d2939;
    padding: 10px 16px;
    border-color: #d0d5dd;
  }
  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    width: 52px !important;
  }
  .review-box .rating {
    margin-bottom: 8px;
  }
  .review-box .answer-wrapper .answer-title {
    margin-bottom: 5px;
  }
  .f-logo {
    margin-bottom: 15px;
  }
  .review-box .reviewed-products .accordion-item .accordion-button {
    font-size: 14px;
  }
  .review-box .reviewed-products .accordion-item .accordion-button::after {
    width: 11px;
    background-size: 11px;
  }
  .review-box .reviewer-details {
    margin-top: 0.8rem;
  }
  .review-box.product-review-box {
    margin-bottom: 0;
  }
  #backtoTop img {
    width: 60px;
  }
  .review-box.product-review-box .product-image {
    max-width: 60px;
  }
  .review-box.product-review-box .product-image img {
    padding: 0;
  }
  #reviews .review-box.product-review-box .reviewer-rating {
    font-size: 20px !important;
  }
  .review-box.product-review-box .reviews-media {
    margin-bottom: 10px !important;
  }
  .review-box .review-title {
    font-size: 16px;
  }
  #reviews .review-box.product-review-box .reviewer-rating span {
    font-size: 20px;
    line-height: 20px;
  }
  .product-review-box .reviews-media.splide .video-box, .product-review-box .reviews-media.splide .image-box {
    width: 104px !important;
    height: 104px;
  }
  footer {
    padding: 24px 0;
  }
  footer .footer-copyright {
    margin-top: 16px;
  }
  .product-review-box.review-box .reviews-media .splide__slide {
    margin-right: 6px;
  }
  .review-box.product-review-box .product-details .product-name {
    font-size: 16px;
  }
  .product-review-box.review-box .card-body {
    padding-top: 15px;
    padding-right: 0;
  }
  .review-box .card-body {
    width: calc(100% - 60px);
    padding-right: 4px;
  }
  .review-box.product-review-box .social-share-wrapper {
    margin: 0;
    padding-top: 17px;
  }
  nav.mt-5 {
    margin-top: 2rem !important;
  }
  #search::-moz-placeholder {
    font-weight: bold;
    opacity: 1;
    color: #1d2939;
    font-weight: 500;
    font-size: 16px;
  }
  #search::placeholder {
    font-weight: bold;
    opacity: 1;
    color: #1d2939;
    font-weight: 500;
    font-size: 16px;
  }
  .spacer.mt-5.mb-5 {
    margin: 30px 0 !important;
  }
  .top-rated-products .product-box {
    width: 210px !important;
  }
  .most-recent-reviews .reviews-filter .form-check-label {
    display: block;
  }
  .most-recent-reviews .reviews-filter .rating-bar .total-reviews .percent {
    display: block;
    font-weight: 500;
  }
  .most-recent-reviews .form-check {
    margin-bottom: 8px;
  }
  .most-recent-reviews .rating-star {
    font-weight: 500;
  }
  .most-recent-reviews {
    background: #fff;
    border-top: 5px solid #d0d5dd;
    padding-bottom: 0;
  }
  .most-recent-reviews .total-reviews-wrapper {
    margin-top: 15px !important;
    background: #F9FAFB;
    border-top: 1px solid #D0D5DD;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  .most-recent-reviews .total-reviews-wrapper .reviewer-rating {
    font-size: 26px !important;
  }
  .most-recent-reviews .total-reviews-wrapper .reviewer-rating span {
    display: inline-block;
    margin: 0 0;
  }
  .reviews-filter h5 {
    margin-bottom: 15px !important;
  }
  .most-recent-reviews .products-reviews-wrapper .review-box .product-details .btn-outline-primary {
    display: none !important;
  }
  .products-reviews-wrapper .review-box .product-details {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
  .product-section .product-details .overall-rating-stars span {
    display: inline-block;
    margin: 0 0;
  }
  .product-section .product-details .overall-rating-stars {
    font-size: 20px;
  }
  .product-section .product-details .btn-primary {
    padding: 10px;
  }
  .total-reviews-wrapper.product-page .reviews-count h3 {
    font-size: 18px;
  }
  .total-reviews-wrapper.product-page .reviewer-rating {
    font-size: 24px !important;
    line-height: 26px;
  }
  .total-reviews-wrapper.product-page .reviewer-rating span {
    font-size: 24px !important;
  }
  .certificate-sub-nav.product-page {
    padding-bottom: 5px;
    display: none;
  }
  .total-reviews-wrapper.product-page {
    border-top: 5px solid #D0D5DD;
  }
  .reviews-filter.product-page .rating-bar .total-reviews .percent {
    display: block;
    margin: 0;
    font-weight: 700;
  }
  .reviews-filter.product-page .rating-bar .progress-bar {
    width: 70%;
  }
  .rating-bar .progress-bar {
    width: 58%;
  }
  .total-reviews-wrapper.product-page .reviews-count .reviews-filter {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }
  .total-reviews-wrapper.product-page .reviews-count {
    background: #fff;
  }
  .total-reviews-wrapper.product-page .rating-bar .rating-star {
    font-weight: 500;
  }
  .total-reviews-wrapper .reviews-count .reviews-filter h5 {
    margin-bottom: 10px !important;
  }
  .total-reviews-wrapper.product-page .review-box .reviewer-rating span {
    font-size: 29px !important;
  }
  .reviews-filter h5 {
    font-family: "Roboto", sans-serif;
  }
  .review-box .social-share-wrapper h4,
  .cert31modal .social-share-wrapper h4 {
    font-size: 14px;
  }
  .company-overview .overview-wrapper .overview .detailed-ratings .detailed-rating .rating-spacer {
    width: 42%;
  }
  p.mt-2.mb-2.d-block.d-sm-none a {
    display: inline-block;
    padding: 3px 0;
  }
  .rating-bar {
    font-size: 16px;
  }
  .rating-bar .rating-star {
    font-size: 16px;
    line-height: 20px;
  }
  .company-overview .overview-wrapper .overview .detailed-ratings .detailed-rating span {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
  }
  .company-overview .overview-wrapper .overview .show-more-wrapper .show-more {
    font-size: 16px;
  }
  .company-overview .overview-wrapper .overview .show-more-wrapper .btn-outline {
    padding: 10px 15px;
    height: 44px;
    width: 143px;
    line-height: 22px;
  }
  .reviews-slider .splide__track {
    overflow: visible;
    max-width: 310px;
    margin: 0;
  }
  .reviews-slider .review-slide {
    padding: 16px 24px;
  }
  .reviews-slider .splide__slide {
    margin-right: 15px;
  }
  .reviews-slider .splide__pagination {
    display: none;
  }
  .reviews-slider .see-all-reviews {
    padding-top: 30px;
    margin-top: 0;
  }
  .reviews-slider .see-all-reviews a {
    padding: 10px 14px;
    height: 44px;
    line-height: 22px;
    width: 143px;
  }
  #about {
    padding: 24px 0;
  }
  #reviews {
    padding-top: 24px;
  }
  .reviews-filter .rating-bar .total-reviews .percent {
    display: block;
    font-weight: 700;
  }
  .reviews-filter .rating-bar .total-reviews strong {
    display: none;
  }
  .total-reviews-wrapper .reviews-count .reviews-filter h5 {
    margin-bottom: 22px !important;
  }
  .total-reviews-wrapper .reviews-count .reviews-filter .col-lg-6:nth-child(2) h5 {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .total-reviews-wrapper .reviews-count .reviews-filter {
    padding: 24px 15px;
    margin: 0 -15px;
  }
  .reivew-text div.mt-2 {
    margin-top: 0.25rem !important;
  }
  .review-box .reviews-media {
    margin-bottom: 0 !important;
  }
  .review-box .options-answer {
    margin-bottom: 0px;
  }
  .review-box .rating .rating-value span {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
  }
  .review-box .social-share-wrapper ul li img,
  .cert31modal .social-share-wrapper ul li img {
    width: 20px;
  }
  .review-box .social-share-wrapper ul li:nth-child(3) img,
  .cert31modal .social-share-wrapper ul li:nth-child(3) img {
    width: 15.5px;
    height: 15.4px;
  }
  .rating-bar .rating-star .sa-cert-icon-sa-star {
    font-size: 18px;
    display: inline-block;
    vertical-align: text-top;
  }
  .most-recent-reviews .reviews-filter .col-lg-6:nth-child(1) {
    margin-bottom: 20px;
  }
  .top-rated-products .product-box .total-reviews {
    font-size: 16px;
  }
  .review-box .social-share-wrapper ul li a,
  .cert31modal .social-share-wrapper ul li a {
    opacity: 1;
  }
  .total-reviews-wrapper .pagination a {
    font-size: 14px;
    border: 1px solid #d0d5dd;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  .products-search #products-search {
    margin-top: 24px;
  }
  .products-search #search {
    padding-left: 60px;
    height: 50px;
    background-size: 25px;
    background-position: 13px 12px;
  }
  .top-rated-products {
    margin: 20px 0 15px;
  }
  #reviews.products-reviews-wrapper {
    padding-top: 24px;
  }
  .most-recent-reviews .d-flex.align-items-center.mt-4.mb-4.d-block.d-sm-none {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .most-recent-reviews h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
  }
  .most-recent-reviews .reviews-filter .form-check-label {
    font-size: 16px;
  }
  #reviews.products-reviews-wrapper .product-details {
    margin-bottom: 16px !important;
  }
  .most-recent-reviews .reviewer-rating span {
    margin: 0 0;
    display: inline-block;
    font-size: 24px;
  }
  .products-reviews-wrapper .review-box .product-details .product-image img {
    width: 60px;
    height: 60px;
    padding: 0;
  }
  #reviews.products-reviews-wrapper .reviewer-rating span {
    margin: 0 0;
    display: inline-block;
    font-size: 30px;
  }
  .review-box .rating .rating-value strong {
    line-height: 22px;
  }
  .product-section {
    padding: 20px 0 15px;
  }
  .product-section .product-details .btn-primary {
    max-width: 350px;
    margin: 15px auto;
  }
  .review-box .reviews-media .splide__slide {
    margin-right: 10px;
  }
  .total-reviews-wrapper .video-reviews .splide__slide {
    margin-right: 10px;
  }
  .reviews-slider .review-slide .reviewer-rating-stars .reviewer-rating span {
    font-size: 24px;
  }
  #reviews .reviewer-rating span {
    margin: 0 0;
    display: inline-block;
    font-size: 24px;
    line-height: normal;
  }
  .total-reviews-wrapper .reviews-count h3 {
    font-weight: 500;
  }
  div#customerReviewModal .modal-body,
  div#customerReviewModal .modal-header {
    padding: 16px;
    border-radius: 0;
    border: 0;
  }
  div#customerReviewModal .modal-header {
    border-bottom: 1px solid #D0D5DD;
  }
  #customerReviewModal .review-box {
    overflow-x: hidden;
  }
  .review-box .reviewer-details {
    margin-top: 0;
  }
  #customerReviewModal .reviewer-details {
    margin-left: 10px;
  }
  #customerReviewModal .review-box .reviews-media {
    margin-bottom: 15px !important;
  }
  #customerReviewModal .review-body-wrapper {
    margin-left: -46px;
  }
  .reviews-slider .review-slide .review-text {
    line-height: 20px;
  }
  .review-box .replies h4 {
    font-size: 16px;
  }
  #reviews.products-reviews-wrapper .product-review-box.review-box .card-body {
    padding-top: 0;
  }
  .review-box .answer-wrapper .answer-title {
    margin-bottom: 5px;
  }
  .reviewer-details .reviewer-detail {
    font-size: 12px;
  }
  .reviews-slider .splide__slide {
    margin-right: 20px !important;
    max-width: 280px;
  }
  .review-slide-header .reviewer-details {
    margin-left: 0;
    width: 75%;
  }
  .reviews-slider .review-slide .reviewer-rating-stars.has-video-review .reviewer-video-review .video-box {
    width: 100px;
    height: 100px;
  }
  .reviews-slider .review-slide .reviewer-rating-stars.has-video-review .video-box span {
    font-size: 18px;
    line-height: 42px;
  }
  .reviews-slider .review-slide .reviewer-rating-stars.has-video-review .video-box a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .reviews-slider .review-slide .review-slide-header {
    justify-content: space-between;
  }
  .company-overview .overview-wrapper .overview .overall-rating-wrapper .total-reviews {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
  }
  #reviews .review-box.product-review-box .reviewer-rating span {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .product-review-box.review-box .card-body {
    padding-top: 15px;
  }
  .accordion.reviewed-products .review-box.product-review-box {
    margin-bottom: 0;
    padding-left: 0;
  }
  .products-reviews-wrapper .accordion .card-body {
    padding-left: 15px !important;
  }
  .product-page .accordion .card-body {
    padding-top: 0;
  }
  .total-reviews-wrapper .video-reviews .splide__pagination,
  .review-box .reviews-media .splide__pagination {
    display: none;
  }
  .review-box {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border: 0;
  }
  .not-found-banner {
    padding: 40px 0px 16px;
  }
  .not-found-banner .container {
    padding: 0 20px;
    max-width: 540px !important;
  }
  .not-found-banner .d-flex {
    flex-wrap: wrap;
  }
  .not-found-banner .found-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .not-found-banner .found-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .not-found-banner .found-icon {
    max-width: 178px;
    margin: 16px auto 0;
  }
  .who-sa {
    padding: 0px 0;
  }
  .who-sa .d-flex {
    flex-wrap: wrap;
  }
  .who-sa .sa-logo {
    min-width: 64.81px;
    width: 64.81px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .who-sa .sa-intro h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
  }
  .who-sa .sa-intro p {
    font-size: 16px;
    line-height: 24px;
  }
  .who-sa .sa-intro a {
    font-size: 16px;
    line-height: 24px;
  }
  .company-description {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews-slider .review-slide .review-title {
    font-size: 16px;
  }
  .review-box .replies.company-reply,
  .review-box .replies.sa-reply {
    border-width: 4px;
    margin-bottom: 8px;
  }
  .review-box.product-review-box {
    box-shadow: none;
  }
  .review-box .social-share-wrapper,
  .cert31modal .social-share-wrapper {
    padding-top: 17px;
  }
  .sa-single-product .btn.btn-custom {
    width: 100%;
    margin: 20px 0 0;
    height: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 1100px) {
  .see-all {
    display: none;
  }
  p.mt-2.mb-2.d-block.d-sm-none {
    display: block !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1170px) {
  .review-box .reviews-media .see-all {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */