/* ---- header ---- */

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: "Poppins", sans-serif;
}

li {
  font-family: "Poppins", sans-serif;
}

header {
  background-color: #1b1a1b;
}

header form input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  z-index: 3;
  color: #000;
  opacity: 1;
  background-color: transparent;
}

a.navbar-brand {
  width: 12%;
}

a.navbar-brand img {
  width: 100%;
}

.form-box {
  width: 470px;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 2px 15px;
  margin-left: 15px;
}

.form-box input {
  margin-right: 0px;
  padding: 10px 20px;
  border: none;
  outline: none;
  width: 100%;
}

.form-box form {
  width: 100%;
}

a.nav-link {
  font-size: 14px;
  color: #ebe9ec;
  transition: all 0.2s ease;
  padding-bottom: 0px;
  height: 38px;
}

li.nav-item {
  padding: 0px 10px;
  height: 40px;
}

.header-btn a {
  text-decoration: none;
  background-color: #799dfa;
  font-size: 14px;
  color: #111011;
  font-weight: 500;
  padding: 11px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navber .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.collapse {
  display: flex;
  justify-content: space-between;
}

nav.navbar {
  padding: 12px 0px;
}

.form-box input:focus {
  box-shadow: none;
}

a.nav-link:hover {
  color: #ebe9ec;
}

a.nav-link {
  fill: #ebe9ec;
}

li.nav-item:hover {
  border-bottom: 4px solid #fff;
}

.header-btn a:hover {
  color: #111011;
  background-color: #9cc6ff;
}

.navbar-toggler-icon {
  filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
    brightness(98%) contrast(97%);
  display: flex;
  justify-content: center;
  align-items: center;
}

span.navbar-toggler-icon i {
  font-size: 35px;
}

.navbar .offcanvas {
  width: 80% !important;
}

header .offcanvas-body {
  background-color: black;
}

header .offcanvas-header button {
  border: none !important;
  font-size: 35px;
  filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
    brightness(98%) contrast(97%);
}

header .offcanvas-header {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  background-color: black;
  border-bottom: 0px solid black !important;
  display: flex;
  justify-content: flex-end;
}

header .offcanvas-body hr {
  background-color: #fffffe;
  height: 2px;
}

header .offcanvas-body span {
  margin-left: 10px;
}

/* ---- top head ---- */

section.top-head {
  background-color: #1b1a1b;
}

.top-head-links {
  display: flex;
  gap: 10px;
}

.top-head-links {
  display: flex;
  align-items: center;
  padding-left: 0px;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.top-box a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #ebe9ec;
}

.top-box a:hover {
  color: #9cc6ff;
  text-decoration: underline;
}

.top-head-links {
  display: flex;
  align-items: center;
  padding-left: 0px;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0px;
}

span.top-icon {
  padding: 0px 10px;
}

span.top-icon svg {
  fill: #ebe9ec;
}

section.top-head {
  padding: 10px 0px;
  padding-bottom: 50px;
}

.extra-link {
  display: inline-block;
}
.dots-btn {
  display: none;
}

@media (max-width: 768px) {
  .extra-link {
    display: none;
  }
  .dots-btn {
    display: inline-block;
    cursor: pointer;
  }
}

li.top-box.dots-btn a {
  font-size: 22px;
  text-decoration: none;
  margin-left: 5px;
}

/* .top-head-links {
  flex-wrap: wrap;
} */

.disable-link a {
  text-decoration: none;
  font-size: 12px;
  color: #ebe9ec;
  cursor: default;
}

.disable-link a:hover {
  color: #ebe9ec;
  cursor: default;
}

/* ---- about us ---- */

/* --- about ecom --- */

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.col-md-4 {
  position: relative;
}

.trust-score {
  position: sticky;
  top: 20px;
}

section.about-us {
  margin-top: -32px;
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  padding-top: 50px;
}

.col-md-12.main-about {
  display: flex;
}

.ecom-img img {
  width: 100%;
}

.ecom-img {
  width: 140px;
}

.ecom-image {
  width: 20%;
  display: flex;
  align-items: center;
}

.tooltip-text {
  visibility: hidden;
  width: 395px;
  background-color: #fff;
  color: #2d2f29;
  text-align: left;
  padding: 15px 15px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 190%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  /* border: 1px solid #dcd6d1; */
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0.2px 0.2px 3px 0.2px #2d2f29;
}

span.tooltip-text h1 {
  font-size: 14px;
  color: #2d2f29;
}

.profile-box ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}

.profile-box svg {
  fill: #2d2f29;
  margin-right: 10px;
}

p.profile-p {
  color: #2d2f29 !important;
  font-size: 12px !important;
}

span.tooltip-text li {
  display: flex;
  margin-bottom: 8px;
}

.tooltip-text {
  font-size: 14px;
  color: #2d2f29;
}

.tool-inner-divider {
  background-color: #2d2f29;
  width: 100%;
  height: 1px;
  margin: 20px 0px;
}

/* .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
} */

.profile-box:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.profile-box {
  display: flex;
  align-items: center;
  border: 0.5px solid #dcd6d1;
  gap: 5px;
  width: 110px;
  text-align: center;
  padding: 2px 6px;
  position: relative;
  cursor: pointer;
}

.profile-box .btn {
  font-size: 10px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.profile-box p {
  margin-bottom: 0px;
  color: #2d2f29;
  font-size: 10px;
}

.about-ecom {
  display: flex;
}

.ecom-details {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ecom-details h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2d2f29;
}

.rating-image img {
  width: 100%;
}

.rating-box {
  display: flex;
  align-items: center;
  /* border: 1.5px dashed #b8f179; */
}

.review-box {
  display: flex;
  align-items: center;
}

.rating-image {
  width: 100px;
  margin: 0px 10px;
  padding-bottom: 4px;
}

.review-box p {
  font-size: 16px;
  margin-bottom: 0px;
  text-decoration: underline;
  margin-right: 15px;
}

.rating-box h1 {
  font-size: 16px;
  margin-bottom: 0px;
}

.rating-box span {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  padding-bottom: 4px;
  padding-left: 8px;
}

a.ecom-agen {
  text-decoration: none;
  color: #3c57bc;
  font-size: 16px;
  transition: all 0.2s ease;
}

a.ecom-agen:hover {
  text-decoration: underline;
}

a.write-review-btn {
  text-decoration: none;
  background-color: #3c57bc;
  padding: 11px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}

a.write-review-btn svg {
  fill: #fff;
}

a.write-review-btn:hover {
  color: #fff;
  background-color: #4c69d3;
}

a.visit-web {
  text-decoration: none;
  color: #3c57bc;
  padding: 11px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 20px;
  border: 0.5px solid #3c57bc;
  font-size: 14px;
}

a.visit-web svg {
  fill: #3c57bc;
}

a.visit-web:hover {
  background-color: #f1f5fe;
  border: 0.5px solid #f1f5fe;
  color: #2d2f29;
}

a.visit-web:hover svg {
  fill: #2d2f29;
}

.ecom-details-btn {
  display: flex;
  gap: 10px;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.message .modal-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

.message .modal-title {
  font-size: 24px;
}

.message .modal-dialog.modal-dialog-centered {
  max-width: 50%;
}

.message .modal-body {
  padding: 20px !important;
  font-size: 16px;
  font-weight: 600;
}

.message .modal-header .btn-close {
  border: 1px solid;
  border-radius: 50px;
  margin-right: 5px;
  font-size: 12px;
  filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
    brightness(98%) contrast(97%);
  opacity: 1;
}

/* --- trust score --- */

.trust-ratings h1 {
  font-size: 48px;
  font-weight: 700;
}

.trust-ratings h5 {
  font-size: 14px;
  margin-bottom: 0px;
}

.trust-ratings p {
  font-size: 12px;
  margin-bottom: 0px;
}

.trust-img img {
  width: 100%;
}

.trust-img {
  width: 100px;
  padding-bottom: 4px;
}

.trust-box {
  border: 0.95px solid #dcd6d1;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  cursor: pointer;
  padding: 16px;
}

.trust-box {
  display: flex;
  overflow: hidden !important;
}

.progress-num h5 {
  margin-bottom: 0px;
  font-size: 12px;
  color: #2d2f29;
}

.progress-bar {
  background-color: #d2d2d2 !important;
  width: 150px;
  height: 8px;
  border-radius: 50px;
}

.prgress-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trust-progress {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-left: 20px;
}

.five-star-progress {
  width: 91%;
  height: 8px;
  background-color: #00b67a;
}

.four-star-progress {
  width: 8%;
  height: 8px;
  background-color: #73cf11;
}

.trust-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trust-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.trust-box hr {
  background-color: black;
  height: 0.5px;
  width: 110%;
}

.trust.bottom a {
  color: #605e56;
}

.trust.bottom {
  margin-bottom: 6px;
}

.trust-ques a {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #2d2f29;
}

.trust-ques {
  text-align: center;
}

/* ---- about company details ---- */

.about-company-details {
  border-top: 0.5px solid #dcd6d1;
  margin-right: 50px;
  margin-left: 20px;
  margin-top: 35px;
}

.company-note {
  background-color: #fcfbf3;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #dcd6d1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.company-note p {
  margin-bottom: 0px;
  font-size: 14px;
}

.title h1 {
  font-size: 24px;
}

.company-box {
  display: flex;
  margin-top: 25px;
  gap: 40px;
}

.company-info {
  width: 70%;
}

.title {
  width: 30%;
}

.company-desc {
  width: 70%;
}

.company-details {
  margin-top: 25px;
}

.ecom-agency-box a {
  text-decoration: none;
  border: 0.5px solid #2d2f29;
  font-size: 12px;
  padding: 2px 8px;
  color: #3c57bc;
}

.company-desc h5 {
  font-size: 16px;
}

.company-desc p {
  font-size: 16px;
}

.ecom-agency-box {
  margin-bottom: 20px;
}

.ecom-agency-box a {
  border: none;
}

.ecom-agency-box a:hover {
  text-decoration: underline;
}

.company-desc a {
  text-decoration: none;
  color: #3c57bc;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.info-box a {
  text-decoration: none;
  color: #2d2f29;
}

.tool-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-info {
  visibility: hidden;
  width: 350px;
  background-color: #fff;
  color: #2d2f29;
  text-align: left;
  padding: 15px 15px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 190%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0.2px 0.2px 3px 0.2px #2d2f29;
}

.tooltip-info::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tool-box:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
}

/* ---- portfolio ---- */

.portfolio-head h1 {
  font-size: 24px;
  color: #2d2f29;
}

.portfolio-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tools-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-infom {
  visibility: hidden;
  width: 350px;
  background-color: #fff;
  color: #2d2f29;
  text-align: left;
  padding: 15px 15px;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0.2px 0.2px 3px 0.2px #2d2f29;
  font-weight: 400;
}

/* .tooltip-infom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
} */

.tools-box:hover .tooltip-infom {
  visibility: visible;
  opacity: 1;
}

.portfolio-head svg {
  margin-bottom: 4px;
}

section.portfolio {
  margin-top: 30px;
  background-color: #f9f8f5;
  border: 1px solid #dcd6d1;
}

.port-box {
  box-shadow: 0 4px 10px hsla(60, 1%, 41%, 0.05),
    0 2px 4px hsla(60, 1%, 41%, 0.1), 0 1px 2px rgba(28, 28, 28, 0.1);
  border: 1px solid #dcd6d1;
  border-radius: 16px;
  padding: 16px;
  background-color: #fffffe;
  width: 100%;
}

.port-cover {
  padding: 0px 10px;
}

.portfolio-container {
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.port-detail h5 {
  font-size: 15px;
}

.port-detail p {
  font-size: 14px;
  margin-bottom: 4px;
}

.port-img img {
  width: 100%;
  border-radius: 8px;
}

.port-img {
  width: 65px;
  margin-bottom: 15px;
  height: 65px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcd6d1;
  border-radius: 8px;
}

.port-rt-img img {
  width: 100%;
}

.port-rt-img {
  width: 90px;
  padding-top: 5px;
}

.port-rt {
  display: flex;
  gap: 10px;
}

.slick-prev:before {
  content: "";
  border: 1px solid #3c57bc;
  position: absolute;
  top: -145px;
  left: 5600%;
  border-radius: 50px;
  padding: 5px;
}

.slick-next:before {
  content: "→";
  border: 0.5px solid #3c57bc;
  position: absolute;
  right: 50px;
  top: -145px;
  border-radius: 50px;
  padding: 5px;
}

.bar-top-rate h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px !important;
  margin-top: 4px;
}

.bar-content h1 {
  font-size: 24px;
}

.bar-content svg {
  color: #605e56;
}

.bar-link p {
  font-size: 16px;
  color: #605e56;
  margin-bottom: 0px;
}

.bar-link {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.bar-link a {
  text-decoration: none;
  color: #3c57bc;
}

section.review-sec {
  padding: 0px 20px;
  margin-top: 50px;
}

.bar-content p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #605e56;
}

p.dot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.bar-top-rate {
  margin-bottom: 15px;
}

.bar-link a:hover {
  text-decoration: underline;
}

.check-box {
  border: 1px solid #dcd6d1;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
}

.check-box .form-check {
  margin-bottom: 0.4rem;
}

.mush-star h1 {
  font-size: 14px;
  color: #2d2f29;
  margin-bottom: 0px;
}

.mush-star-muted h1 {
  font-size: 14px;
  color: rgba(18, 21, 17, 0.3);
  margin-bottom: 0px;
}

.check-progress-persontage h1 {
  font-size: 14px;
  color: #2d2f29;
  margin-bottom: 0px;
}

.check-progress-persontage-muted h1 {
  font-size: 14px;
  color: rgba(18, 21, 17, 0.3);
  margin-bottom: 0px;
}

.form-check .form-check-input {
  box-shadow: none;
}

span.default {
  font-size: 10px;
  font-weight: 500;
  background-color: pink;
  color: #696a6a;
  background-color: #e3e4e4;
  padding: 4px 6px;
  margin-left: 10px;
  letter-spacing: 0.8px;
}

.check-progress-bar {
  background-color: #f3f0ec;
  width: 100%;
  height: 12px;
  border-radius: 9999px;
}

.check-fill {
  background-color: #000000;
  height: 12px;
  border-radius: 9999px;
  width: 91%;
}

.check-row:hover .check-fill {
  background-color: #00b67a;
}

.check-row label {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-check-input:checked {
  background-color: rgba(121, 157, 250, 0.2) !important;
  border-color: #3c57bc !important;
  width: 24px;
  height: 24px;
  margin-bottom: 0px;
}

.form-check-input {
  width: 24px !important;
  height: 24px !important;
}

.form-muted .form-check-input[type="checkbox"] {
  background-color: #e7e7e6 !important;
  border: none;
  box-shadow: none;
}

.mush-star {
  width: 85px;
  margin: 0px 12px;
}

.mush-star-muted {
  width: 85px;
  margin: 0px 12px;
}

.check-row {
  width: 100%;
  display: flex;
  align-items: center;
}

.check-progress-persontage {
  margin: 0px 10px;
}

.check-progress-persontage-muted {
  margin: 0px 10px;
}

.check-fill-g {
  background-color: #000000;
  height: 12px;
  border-radius: 9999px;
  width: 9%;
}

.check-row:hover .check-fill-g {
  background-color: #73cf11;
}

/* border-bottom: 2px solid;
border-left: 2px solid;
border-color: var(--CDS-color-semantic-actions-default);
border-radius: 1px;
box-sizing: content-box;
content: "";
height: 6px;
left: 4px;
position: absolute;
top: 5px;
transform: rotate(-45deg);
width: 12px; */

.last-name a {
  font-size: 14px;
  color: #2d2f29;
  font-weight: 600;
}

.last-name {
  margin-right: 20px;
}

.last-name a:hover {
  text-decoration: none;
}

.inner-divider {
  background-color: #dcd6d1;
  height: 2px;
  margin-bottom: 30px;
}

.inner-divider-light {
  background-color: #dcd6d1;
  height: 1px;
  margin-bottom: 25px;
}

.side-bar-bottom {
  margin-top: 25px;
}

.review-side-bar {
  padding-right: 50px;
  position: sticky;
  top: 20px;
}

.col-md-4 {
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

.slick-next:before {
  background: url("data:image/svg+xml;utf8,<svg fill='%233c57bc' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='m12.806 7.987-.343.375-6.344 6.344-.719-.718 6-6-5.656-5.626-.344-.375.719-.687 6.687 6.687Z'/></svg>")
    center center no-repeat;
  color: #3c57bc !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  padding: 15px 15px;
  background-size: 12px;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: #eef3ff;
}

.slick-prev:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%233c57bc" viewBox="0 0 16 16" transform="scale(-1,1)"><path d="m12.806 7.987-.343.375-6.344 6.344-.719-.718 6-6-5.656-5.626-.344-.375.719-.687 6.687 6.687Z"></path></svg>')
    center center no-repeat;
  color: #3c57bc !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6px;
  padding: 15px 15px;
  background-size: 14px;
}

/* ----- reviews ----- */

.main-review-sec {
  display: flex;
}

.bar-top {
  display: flex;
}

.review-search-box {
  border: 1px solid #dcd6d1;
  border-radius: 9999px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.review-search-box input {
  padding: 12px 0px;
  width: 100%;
  border: none;
  margin-left: 10px;
}

.review-search-box input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.review-search-box:focus {
  outline: 2px solid;
}

.more-filter a {
  text-decoration: none;
  border: 1px solid #dcd6d1;
  padding: 8px 16px;
  border-radius: 9999px;
  color: #2d2f29;
}

.more-filter svg {
  transform: rotate(90deg);
  margin-left: 10px;
}

.most-recent a {
  text-decoration: none;
  border: 1px solid #dcd6d1;
  padding: 8px 16px;
  border-radius: 9999px;
  color: #2d2f29;
}

.most-recent svg {
  margin-left: 10px;
}

.about-review-btns {
  display: flex;
  margin-top: 35px;
  gap: 10px;
  margin-bottom: 50px;
}

.more-filter a:hover {
  background-color: rgba(121, 157, 250, 0.1);
  color: #2d2f29;
}

h5#offcanvasRightLabel {
  width: 95%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 0px;
}
.offcanvas-header {
  border-bottom: 0.5px solid #dcd6d1;
  padding: 2rem 1rem !important;
}

.offcanvas-header .btn-close {
  width: 5%;
  border: 1px solid;
  border-radius: 50% !important;
  padding: 8px 2px !important;
  margin-right: 5px !important;
}

.recoment-label {
  font-size: 16px;
}

ul.recomend-list {
  list-style: none;
  padding-left: 0px;
}

ul.recomend-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px;
  margin-bottom: 20px;
}

ul.recomend-list input {
  height: 22px;
  width: 22px;
  margin-right: 12px;
  margin-bottom: 15px;
}

.date-posted ul {
  list-style: none;
  padding-left: 0px;
}

.review-search input {
  width: 100%;
  padding: 8px 6px;
}

.review-search h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.language-choice h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.date-posted {
  margin-top: 30px;
}

.review-search {
  margin-top: 30px;
}

.review-srch-box {
  display: flex;
  align-items: center;
  border: 1px solid;
  padding: 4px 14px;
  border-radius: 4px;
}

.review-srch-box input {
  border: none;
  margin-left: 8px;
}

.review-srch-box input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.language-choice {
  margin-top: 30px;
}

.review-srch-box {
  display: flex;
  align-items: center;
}

.offcanvas-footer {
  border-top: 0.5px solid #dcd6d1;
  padding: 25px 0px;
}

.reset-link a {
  border: none;
  text-decoration: underline;
  color: #605e56;
}

.reset-link a:hover {
  border: none;
  text-decoration: none;
  color: #4c69d3;
  background: none;
}

.show-reviews a {
  background-color: #3c57bc;
  color: #fffffe;
  padding: 10px 20px;
}

.show-reviews a:hover {
  background-color: #4c69d3;
  color: #fffffe;
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}

.date-posted h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.review-search h1 {
  font-size: 18px;
}

.date-posted label {
  margin-top: 5px;
}

ul.recomend-list p {
  font-size: 14px;
  margin-left: 40px;
  margin: 0px;
}

label.rate-box {
  border: 1px solid;
  border-right: 0px;
  border-radius: 0px;
  padding: 7px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled-rate {
  color: #938e89;
  background-color: rgba(18, 21, 17, 0.1);
}

.disabled-rate svg {
  fill: #938e89;
}

label.rate-box.last-rate {
  border-right: 1px solid;
  border-radius: 0px 6px 6px 0px;
}

label.rate-box.first-rate {
  border-radius: 6px 0px 0px 6px;
}

label.rate-box input {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}

label.rate-box svg {
  transform: rotate(71deg);
  margin-right: 8px;
}

label.rate-box {
  width: 20%;
}

.rating-btn {
  display: flex;
}

.recomend-box {
  margin-top: 30px;
}

.rating-stars-box h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.recomend-box h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.offcanvas-end {
  width: 600px !important;
  border-radius: 16px 0px 0px 16px;
}

.most-recent a:hover {
  background-color: rgba(121, 157, 250, 0.1);
  color: #2d2f29;
}

.most-recent .dropdown-toggle::after {
  display: none;
}

.form-check p {
  color: #605e56;
  font-size: 13px;
  margin-left: 8px;
  margin-bottom: 10px;
}

.form-check label {
  margin-left: 8px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.form-check a {
  border: none;
  padding: 0px;
  font-size: 14px;
  padding-right: 2px;
  color: #4c69d3;
}

.most-recent-menu {
  width: 365px;
  padding: 20px 12px !important;
  box-shadow: 0.2px 0.2px 5px 0.2px #2d2f2949;
  border-radius: 16px !important;
  transform: translate(575px, 1465px) !important;
}

.most-recent .form-check-input[type="radio"] {
  border-radius: 50%;
  margin-top: 5px;
  box-shadow: none;
}

.most-recent .dropdown-menu.show {
  transform: translate(588px, 1546px) !important;
}

.form-check a:hover {
  text-decoration: underline;
  background: none;
  color: #4c69d3;
}

.close-star a {
  border: 1px solid #3c57bc;
  text-decoration: none;
  background-color: rgba(121, 157, 250, 0.2);
  color: #3c57bc;
  padding: 8px 16px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  /* gap: 8px; */
}

.close-star-btn {
  display: flex;
  align-items: center;
  /* margin-top: 50px; */
  gap: 10px;
  margin-bottom: 30px;
}

.close-star svg {
  color: #3c57bc;
  margin-left: 8px !important;
}

.reset-btn a {
  font-size: 16px;
  margin-left: 10px;
  color: #3c57bc;
}

/* ---- clients reviews ---- */

.client-review-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-name a {
  font-size: 16px;
  text-decoration: none;
}

.client-profile-image {
  background-color: #ffe1ba;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.client-img h1 {
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 0px;
}

.client-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-name a {
  font-size: 16px;
  font-weight: 500;
  color: #2d2f29;
}

.account-thing p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #605e56;
}

.post-date p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #605e56;
}

.review-post-date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.review-verified h1 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #1a6820;
}

.reviews-rate img {
  width: 100%;
}

.reviews-rate {
  width: 110px;
}

.reviews-rating {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 25px;
}

.review-verified {
  display: flex;
  gap: 10px;
  align-items: center;
}

.review-verified i {
  color: #1a6820;
}

.review-content a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #2d2f29;
}

.review-content a:hover {
  text-decoration: underline;
}

.review-content p {
  font-size: 16px;
  margin-top: 15px;
}

.review-content {
  margin-top: 15px;
}

.review-date h1 {
  font-size: 12px;
  color: #2d2f29;
  margin-bottom: 0px;
}

.review-date {
  background-color: rgba(18, 21, 17, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
}

.rev-date {
  display: flex;
  justify-content: flex-start;
}

.typography {
  display: flex;
  gap: 30px;
}

.type-like a {
  font-size: 14px;
  text-decoration: none;
  color: #605e56;
  display: flex;
  align-items: center;
}

.type-like a:hover {
  fill: #2d2f29;
}

.type-share a {
  font-size: 14px;
  text-decoration: none;
  color: #605e56;
  display: flex;
  align-items: center;
}

.type-share a:hover {
  fill: #2d2f29;
}

.type-like svg {
  margin-right: 8px;
  fill: #605e56;
}

.type-share svg {
  margin-right: 8px;
  fill: #605e56;
}

.typography {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.type-flag a {
  text-decoration: none;
  color: #605e56;
}

.type-flag svg {
  margin-bottom: 8px;
  fill: #605e56;
}

.type-flag svg:hover {
  fill: #0a58ca;
}

.type-flag a:hover {
  color: #2d2f29;
}

.mr-top-to {
  margin-top: 100px;
}

.mr-normal {
  margin-top: 55px;
}

.client-img img {
  width: 100%;
  border-radius: 50%;
}

nav.page-cont {
  display: flex;
  align-items: center;
  border: 1px solid #605e56;
  height: 44px;
  border-radius: 4px;
  height: 100%;
}

.page-link:focus {
  box-shadow: none !important;
  color: #b7b8b6 !important;
  background: none !important;
}

.pagination {
  width: 100%;
  margin-bottom: 0px;
}

.pre-box a {
  font-size: 14px;
  text-decoration: none;
  color: #b7b8b6;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border: none;
  background: none;
}

.pre-box a:hover {
  color: #b7b8b6;
  background: none;
}

.next-box a {
  font-size: 14px;
  text-decoration: none;
  color: #b7b8b6;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border: none;
  background: none;
}

.next-box a:hover {
  color: #b7b8b6;
  background: none;
}

.page {
  background-color: #fffffe;
  width: 30%;
  height: 100%;
  border-left: 1px solid #3c57bc;
  border-right: 1px solid #3c57bc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pre-box {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-box {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page a {
  font-size: 14px;
  margin-bottom: 0px;
  color: #3c57bc;
  background: none;
  border: none;
  width: 100%;
  text-align: center;
}

.page a:hover {
  background: none;
}

.pages-manage {
  margin-top: 35px;
}

.reviewp {
  display: none;
}

.page-cont {
  text-align: center;
  margin-top: 20px;
}
.page-item a {
  cursor: pointer;
}

.page-item.active .page-link {
  z-index: 3;
  color: #3a54b5 !important;
  background-color: #e0e7fa !important;
}

/* ---- faqs ---- */

.faqs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.faq-title svg {
  width: 18px;
  margin-left: 6px;
  height: 18px;
}

.faq-title h1 {
  font-size: 18px;
}

.faq-title {
  text-align: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-box {
  border: 1px solid #dcd6d1;
  padding: 0px 25px;
  padding-bottom: 20px;
  border-radius: 12px;
}

.accordion-item {
  background-color: #c8f1f5 !important;
  margin-bottom: 15px;
  border: none !important;
  outline: none !important;
  border-radius: 12px !important;
}

.accordion-button {
  background-color: #c8f1f5 !important;
  padding: 0.9rem 1.25rem !important;
  color: #2d2f29 !important;
  font-weight: 500;
  border: none !important;
  outline: none !important;
  border-radius: 12px !important;
  font-size: 14px !important;
}

.accordion-button:not(.collapsed) {
  color: #2d2f29 !important;
  font-weight: 500;
  background-color: #e7f1ff;
  box-shadow: none !important;
}

.accordion-button::after {
  transition: transform -1s ease !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0.2) !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding-top: 0px !important;
  font-size: 14px;
}

.accordion-body a {
  color: #212529;
}

.accordion-btn a {
  background-color: #3c57bc;
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
}

.accordion-btn a:hover {
  /* background-color: #4c69d3; */
  color: #fff;
}

/* ---- footer ---- */

footer {
  background-color: #1b1a1b;
  padding: 0px 20px;
  padding-bottom: 50px;
  margin-top: 30px;
}

.footer-image img {
  width: 100%;
}

.footer-image {
  width: 130px;
}

.footer-head {
  padding: 45px 0px;
}

.footer-links a {
  text-decoration: none;
  color: #c0bec2;
  font-size: 14px;
}

.footer-links a:hover {
  color: #9cc6ff;
  text-decoration: underline;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0px;
}

.footer-main {
  display: flex;
  gap: 45px;
  margin-top: 15px;
}

.footer-links svg {
  fill: #ebe9ec;
}

.select-title h1 {
  font-size: 16px;
  color: #c0bec2;
}

.country-select {
  margin-top: 50px;
}

.country-list select {
  width: 265px;
  padding: 15px 15px;
}

.country-list select {
  margin-top: 25px;
}

.footer-nav-links a {
  text-decoration: none;
  color: #c0bec2;
  font-size: 14px;
}

.footer-nav-links a:hover {
  color: #9cc6ff;
  text-decoration: underline;
}

.footer-nav-links ul {
  display: flex;
  padding-left: 0px;
  gap: 30px;
  margin-top: 25px;
}

.footer-info p {
  font-size: 14px;
  color: #c0bec2;
}

.footer-info {
  margin-top: 40px;
}

span.flag-img img {
  width: 100%;
}

span.flag-img {
  width: 30%;
  display: flex;
}

/* ---- popup form ---- */

.popup-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.star-selector,
.rating-selector {
  display: flex;
  gap: 10px;
}

.star-label,
.rating-label {
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  display: inline-block;
  width: 40px;
  display: flex;
  background: #dcdce6;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.star-label svg,
.rating-label svg {
  fill: #fff;
  color: #fff;
}

/* Hover effect for each label */
.hovered-1 {
  background-color: #ff3722;
  /* Lighter red */
}

.hovered-2 {
  background-color: #ff8622;
  /* Lighter orange */
}

.hovered-3 {
  background-color: #ffce00;
  /* Lighter yellow */
}

.hovered-4 {
  background-color: #73cf11;
  /* Lighter green */
}

.hovered-5 {
  background-color: #00b67a;
  /* Lighter blue */
}

/* Different colors for each radio input */
/* For hovering each label */
.selected-1 {
  background-color: #ff3722;
  /* Lighter red */
}

.selected-2 {
  background-color: #ff8622;
  /* Lighter orange */
}

.selected-3 {
  background-color: #ffce00;
  /* Lighter yellow */
}

.selected-4 {
  background-color: #73cf11;
  /* Lighter green */
}

.selected-5 {
  background-color: #00b67a;
  /* Lighter blue */
}

/* Hide the radio buttons */
.star-selector__star,
.rating-selector__star {
  display: none;
}

.selected-1 {
  background-color: #ff3722;
}

.selected-2 {
  background-color: #ff8622;
}

.selected-3 {
  background-color: #ffce00;
}

.selected-4 {
  background-color: #73cf11;
}

.selected-5 {
  background-color: #00b67a;
}

/* Popup Form Styles */
section.popup-sec {
  width: 100%;
  height: 100%;
}

.rate-recent-exp p {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.198px;
  color: #1c1c1c;
  margin-bottom: 8px;
}

.form-row label {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.198px;
  color: #1c1c1c;
  margin-bottom: 8px;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.form-row a {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.154px;
  color: #205cd4;
  margin: 4px 0 10px;
  text-decoration: underline;
}

.form-row textarea#review-text {
  width: 100%;
  padding: 10px 16px;
}

.review-title {
  display: flex;
}

.review-title input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: TrustpilotDefaultFont, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 4px 0 0 4px;
  color: #1c1c1c;
  border: 1px solid #6a6a67;
  display: block;
  background: #fff;
  padding: 10px 16px;
  height: 48px;
  background: none transparent;
}

.pen-icon {
  width: 10%;
  display: flex;
  color: #6a6a67;
  background-color: #e3e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #6a6a67;
  border-left: 0;
  border-radius: 0px 4px 4px 0px;
  width: 48px;
}

.form-row label {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.198px;
  color: #1c1c1c;
  margin-bottom: 8px;
}

.form-row input#review-date-of-experience {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-family: TrustpilotDefaultFont, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 4px 0 0 4px;
  color: #1c1c1c;
  border: 1px solid #6a6a67;
  display: block;
  background: #fff;
  padding: 10px 16px;
  height: 48px;
  background: none transparent;
}

.form-row.footer-txt p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  letter-spacing: 0.154px;
  color: #1c1c1c;
  margin: 16px 0 0;
  text-align: left;
}

input.submit-btn {
  background-color: #3c57bc;
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: none;
}

.modal-body {
  padding: 1.5rem !important;
}

span.popup-close-btn {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px !important;
}

.modal-content {
  border-radius: 30px !important;
}

.country-selector {
  position: relative;
  display: inline-block;
  width: 99.5%;
  padding: 0;
  margin: 0;
}

.country-selector .country-item {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.country-selector .flag {
  width: 26px !important;
  margin-right: 20px !important;
}

.country-selector svg {
  width: 12px;
  height: 12px;
}

.country-selector .country-item {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.country-selector .flag {
  width: 20px;
  margin-right: 10px;
}

.country-selector .country-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  max-height: 175px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: -7px;
  border-radius: 0px 0px 10px 10px;
  width: 28.1%;
}

.country-selector .country-dropdown.open {
  display: block;
}

.country-selector button {
  width: 336px;
  border: none;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 0px;
  padding-right: 6px;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-check-input:checked[type="checkbox"] {
  filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
    brightness(98%) contrast(97%);
}

.form-check-input:checked[type="radio"] {
  filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
    brightness(98%) contrast(97%);
}

label.rate-box:active {
  background-color: #e4ebfe;
}

.footer-links ul {
  list-style: none;
}

.footer-nav-links ul {
  list-style: none;
}

li.top-box.dots-btn {
  padding-bottom: 8px !important;
}
