@charset "UTF-8";
.page-order {
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-order .page-head {
  padding-top: 56px;
}
.page-order .page-head .breadcrumb-position {
  padding: 0 16px;
}
.page-order .page-head .breadcrumb-position .breadcrumb {
  text-align: center;
  color: #fff;
  background-color: transparent;
  width: 100%;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .breadcrumb-position .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 0;
  }
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item {
  color: #777777;
  padding: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item .review-chevron-icon {
  rotate: 90deg;
  width: 12px;
  height: 12px;
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item:not(:first-child):before {
  display: none;
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item .breadcrumb-custom-a {
  font-size: 14px;
  color: #777777;
  margin-left: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767.98px) {
  .page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item .breadcrumb-custom-a {
    font-size: 12px;
  }
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item .breadcrumb-custom-a:hover {
  color: #125d93;
  margin-left: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #125d93;
}
.page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item.active {
  font-size: 14px;
  font-weight: 500;
  color: #535353;
}
@media (max-width: 767.98px) {
  .page-order .page-head .breadcrumb-position .breadcrumb .breadcrumb-item.active {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .page-order .page-head {
    padding-top: 24px;
  }
}
.page-order .page-head .container .head-wrapper {
  border-radius: 24px;
  padding: 32px;
  background: white;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper {
    border-radius: 16px;
    padding: 0;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.page-order .page-head .container .head-wrapper .box .body {
  padding: 0 0 0 80px;
  min-height: 100%;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body {
    padding: 16px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 7px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #eef2f4;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container {
    padding-bottom: 23px;
    margin-bottom: 0;
    gap: 10px;
    border-bottom: none;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container {
    gap: 24px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item {
    gap: 4px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item img {
  width: 24px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item img {
    width: 16px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item .header-details-item-title {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item .header-details-item-title {
    color: #262626;
    font-size: 16px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item .header-details-item-description {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .header-details-container .header-details-item .header-details-item-description {
    color: #535353;
    font-size: 14px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .box-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .header-container .box-title {
    font-size: 20px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .header-container .box-title .colored {
  color: #009fd9;
}
.page-order .page-head .container .head-wrapper .box .body .desc {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .desc {
    color: #535353;
    margin-bottom: 16px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group {
    width: 100%;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group {
  width: 35%;
  border: 1px solid #d4d4d4;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group {
    border-radius: 8px;
    height: 48px;
    width: 100%;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-chevron {
  position: absolute;
  pointer-events: none;
  left: 0px;
  z-index: 10;
  top: 15px;
  padding-left: 24px;
  background-color: white;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-chevron {
    top: 12px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-prepend {
  position: absolute;
  right: 16px;
  z-index: 10;
  top: 15px;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-prepend .input-group-text {
  color: #404142;
  text-align: center;
  border: none;
  background-color: white;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-prepend .input-group-text {
    display: none;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .input-group-prepend .input-group-text img {
  width: 24px;
  height: 24px;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .form-control {
  border: none;
  color: #404142;
  box-shadow: none;
  outline: 0;
  font-size: 1rem !important;
  padding: 0 40px 0px 24px;
  height: 52px !important;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .form-control svg {
  display: none;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group .form-control {
    padding: 0 25px;
    height: 46px !important;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .form-control:focus {
  outline: 0;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 {
  width: auto !important;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .former-append-regions {
  line-height: 52px;
  padding: 0 48px 0px 24px;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .former-append-regions {
    padding: 0 25px;
    line-height: 46px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .select2-selection {
  height: 100% !important;
  border: none !important;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .select2-selection .select2-selection__rendered {
  line-height: 52px;
  padding: 0 48px 0px 24px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .select2-selection .select2-selection__rendered {
    font-size: 14px;
    padding: 0 25px;
    line-height: 46px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .form-group .input-group .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .btn {
  display: block;
  width: 50%;
  border: 1px solid #1b7db5;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  background-color: #1b7db5;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.page-order .page-head .container .head-wrapper .box .body .form-group .btn:hover {
  background-color: #125d93 !important;
  border: 1px solid #125d93 !important;
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .box .body .form-group .btn {
    height: 48px;
    width: 100%;
    border-radius: 8px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .features-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .features-container {
    gap: 24px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .features-container .feature-item {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 35%;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .features-container .feature-item {
    gap: 2px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .features-container .feature-item img {
  width: 24px;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .features-container .feature-item img {
    width: 16px;
  }
}
.page-order .page-head .container .head-wrapper .box .body .features-container .feature-item-title {
  font-size: 14px;
  font-weight: 400;
  color: #6d6d6d;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .box .body .features-container .feature-item-title {
    font-size: 12px;
    color: #535353;
  }
}
.page-order .page-head .container .head-wrapper .pic {
  padding: 2rem;
  border-radius: 18px 0 0 18px;
  min-height: 292px;
  width: 438px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 89.26%, #ffffff 100%);
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .pic {
    min-height: 177px;
    border-radius: 4px 4px 16px 16px;
    width: 100%;
  }
}
.page-order .page-head .container .head-wrapper .pic .pic-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 89.26%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .pic .pic-overlay {
    background: linear-gradient(180.51deg, #ffffff 0.44%, rgba(255, 255, 255, 0) 61.76%);
  }
}
@media (max-width: 575.98px) {
  .page-order .page-head .container .head-wrapper .pic {
    padding: 1rem;
    min-height: 177px;
    background-size: contain;
  }
}
.page-order .page-head .container .head-wrapper .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center center;
     object-position: center center;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-order .page-head .container .head-wrapper .pic .desktop-image {
  display: block;
}
.page-order .page-head .container .head-wrapper .pic .mobile-image {
  display: none;
}
@media (max-width: 767.98px) {
  .page-order .page-head .container .head-wrapper .pic .desktop-image {
    display: none;
  }
  .page-order .page-head .container .head-wrapper .pic .mobile-image {
    display: block;
  }
}
.page-order .order-content {
  padding-top: 72px;
}
@media (max-width: 767.98px) {
  .page-order .order-content {
    padding-top: 24px;
  }
}
.page-order .order-content .card-body {
  padding: 0;
}
.page-order .order-content .card-body .question {
  color: #363636;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .question {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .order-content .card-body .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  padding: 24px;
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .content-wrapper {
    gap: 24px;
    border-radius: 12px;
    padding: 16px 12px;
  }
}
.page-order .order-content .card-body .content-wrapper .content-text {
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.page-order .order-content .card-body .content-wrapper .content-text.content-collapsed {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.page-order .order-content .card-body .content-wrapper .content-text.content-collapsed .content-collapsed-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 76.14%, #ffffff 100%);
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .content-wrapper .content-text.content-collapsed .content-collapsed-overlay {
    background: linear-gradient(179.53deg, rgba(255, 255, 255, 0) 90.6%, #ffffff 99.59%);
  }
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .content-wrapper .content-text.content-collapsed {
    max-height: 189px;
  }
}
.page-order .order-content .card-body .content-wrapper .content-text.content-expanded {
  max-height: 50000px;
  /* Large enough value to show all content */
}
.page-order .order-content .card-body .content-wrapper .btn-view-more {
  background: transparent;
  border: none;
  color: #1b7db5;
  cursor: pointer;
  padding: 0;
  height: 30px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-order .order-content .card-body .content-wrapper .btn-view-more:hover {
  color: #125d93;
}
.page-order .order-content .card-body .content-wrapper .btn-view-more img {
  width: 16px;
  height: 16px;
  margin: 0 12px;
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .content-wrapper .btn-view-more img {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}
.page-order .order-content .card-body .content-wrapper .btn-view-more .view-less-text img {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .page-order .order-content .card-body .content-wrapper .btn-view-more {
    padding: 12px 0;
    width: 100%;
    font-size: 16px;
    height: 50px;
  }
}
.page-order .order-content .card-body .content-wrapper .btn-view-more:focus {
  outline: none;
}
.page-order .order-content .order-description {
  border-radius: 0.25rem !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.page-order .order-content .order-description summary {
  display: -moz-flex;
  display: flex;
  align-items: center;
  outline: none;
  padding: 1rem;
}
.page-order .order-content .order-description article {
  color: #404142;
  line-height: 2;
  font-size: 1.1rem;
}
.page-order .order-content .order-description article * {
  font-family: Iransans !important;
}
.page-order .order-content .order-description article .no-bold * {
  font-weight: normal !important;
}
.page-order .order-content .order-description article ul {
  padding-right: 40px;
}
.page-order .order-content .order-description article > .accordion {
  margin-bottom: 3rem;
}
.page-order .order-content .order-description article > .accordion .card {
  border-radius: 0.25rem !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.page-order .order-content .order-description article > .accordion .card:not(:last-child) {
  margin-bottom: 1rem;
}
.page-order .order-content .order-description article > .accordion .card .card-header {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .page-order .order-content .order-description article > .accordion .card .card-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.page-order .order-content .order-description article > .accordion .card .card-header h2,
.page-order .order-content .order-description article > .accordion .card .card-header h3,
.page-order .order-content .order-description article > .accordion .card .card-header h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-order .order-content .order-description article > .accordion .card .card-header h2,
.page-order .order-content .order-description article > .accordion .card .card-header h3,
.page-order .order-content .order-description article > .accordion .card .card-header h4 {
    font-size: 1rem;
  }
}
.page-order .order-content .order-description article > .accordion .card .card-header:before {
  font-family: font-icon;
  content: "";
  font-size: 1.3rem;
  line-height: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: center center;
  transition: transform 0.25s;
  transform: rotate(-180deg) translateY(-50%);
  color: #4a4a4a;
  font-weight: 100;
  position: absolute;
  left: 1rem;
  top: 50%;
}
.page-order .order-content .order-description article > .accordion .card .card-header.collapsed:before {
  font-family: font-icon;
  content: "";
  transform: rotate(0deg);
}
.page-order .order-content .order-description article h1,
.page-order .order-content .order-description article h2,
.page-order .order-content .order-description article h3,
.page-order .order-content .order-description article h4 {
  margin-bottom: 1rem;
}
.page-order .order-content .order-description article p {
  margin-bottom: 1rem;
}
.page-order .order-content .order-description article img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .page-order .order-content .order-description article img {
    height: auto !important;
  }
}
.page-order .order-content .order-description article .banner-row {
  margin-bottom: 3rem;
  display: none;
}
@media (max-width: 767.98px) {
  .page-order .order-content .order-description article .banner-row {
    display: block;
  }
}
.page-order .order-content .order-description article table {
  margin: auto;
  width: 100% !important;
}
.page-order .order-content .order-description article table th,
.page-order .order-content .order-description article table td {
  font-size: 1rem;
}
.page-order .users {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .page-order .users {
    padding-top: 24px;
  }
}
.page-order .users .section-title {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .page-order .users .section-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.page-order .users .load-more-users-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .page-order .users .load-more-users-wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.page-order .users .load-more-users-wrapper .load-more-users {
  text-align: center;
  font-size: 18px;
  color: #1b7db5;
  border-bottom: 1px solid #1b7db5;
  font-weight: 500;
  line-height: 26px;
  height: 30px;
  padding: 0;
  display: flex;
  gap: 8px;
  margin: auto;
  align-items: center;
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.page-order .users .load-more-users-wrapper .load-more-users:hover {
  color: #125d93;
  border-bottom: 1px solid #125d93;
}
.page-order .users .load-more-users-wrapper .load-more-users img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .page-order .users .load-more-users-wrapper .load-more-users {
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 26px;
  }
  .page-order .users .load-more-users-wrapper .load-more-users img {
    width: 16px;
    height: 16px;
  }
}
.page-order .users .load-more-users-wrapper .load-more-users.loading-animate img {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.page-order .users .items {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767.98px) {
  .page-order .users .items {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page-order .users .items .item {
  padding: 12px;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item {
    padding: 8px;
  }
}
.page-order .users .items .item .item-wrapper {
  height: 100%;
}
.page-order .users .items .item .item-wrapper .inner {
  color: #404142;
  background-color: white;
  box-shadow: 0px 5px 6px -10px #030c130a, 8px 16px 24px 0px #030c130a;
  padding: 16px;
  border-radius: 16px;
  transition: 0.25s ease-in-out;
  min-height: 100%;
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner {
    padding: 12px;
    box-shadow: 0px 8px 12px -15px #030c1308, 16px 32px 40px 0px #030c1308;
  }
}
.page-order .users .items .item .item-wrapper .inner .body {
  color: #404142;
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  flex: 1;
}
.page-order .users .items .item .item-wrapper .inner .body .top-pro {
  position: absolute;
  top: -16px;
  left: 0.5rem;
  display: inline-block;
  width: 25px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .top-pro {
    top: -12px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .top {
  display: -moz-flex;
  display: flex;
  flex: 1;
  margin-bottom: 16px;
}
.page-order .users .items .item .item-wrapper .inner .body .top .pic {
  text-align: center;
  flex-shrink: 0;
  margin-left: 8px;
  position: relative;
  pointer-events: none;
  height: 88px;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .top .pic {
    margin-left: 14px;
    height: 64px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .top .pic img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  display: block;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .top .pic img {
    width: 64px;
    height: 64px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .top .pic svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  pointer-events: all;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info {
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text {
  color: #404142;
  min-width: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .name {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .top .info .text .name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item-separator {
  width: 1px;
  height: 20px;
  background-color: #ebebeb;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item img {
  width: 16px;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item .provider-details-item-title {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item .provider-details-item-title {
    font-size: 14px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .provider-details-container .provider-details-item .provider-details-item-description {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}
.page-order .users .items .item .item-wrapper .inner .body .top .info .text .subservice-name {
  color: #676d73;
  font-size: 0.75rem;
}
.page-order .users .items .item .item-wrapper .inner .body .certificates {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .certificates {
    gap: 12px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .certificates .label {
  display: inline-block;
  height: 31px;
  line-height: 23px;
  font-size: 12px;
  padding: 4px 8px;
  color: #5a5a5a;
  font-weight: 500;
  border-radius: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .body .certificates .label {
    height: 28px;
    line-height: 20px;
    font-size: 12px;
    padding: 4px 6px;
  }
}
.page-order .users .items .item .item-wrapper .inner .body .certificates .label:nth-of-type(odd) {
  background-color: #dff4ff !important;
}
.page-order .users .items .item .item-wrapper .inner .body .certificates .label:nth-of-type(even) {
  background-color: #ebffe6 !important;
}
.page-order .users .items .item .item-wrapper .inner .body .certificates .label .fi {
  font-size: 0.9rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.page-order .users .items .item .item-wrapper .inner .review-container {
  display: flex;
  align-items: start;
  gap: 8px;
}
.page-order .users .items .item .item-wrapper .inner .review-container img {
  width: 19px;
  height: 19px;
}
.page-order .users .items .item .item-wrapper .inner .review-container .review {
  font-size: 14px;
  line-height: 1.8;
  color: #4f4f4f;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .page-order .users .items .item .item-wrapper .inner .review-container .review {
    font-size: 12px;
  }
}
.page-order .users .items .item .item-wrapper .inner .review-container .review span {
  color: #007bff;
}
.page-order .users .items .item .item-wrapper .inner .review-container .profile-mobile-review {
  display: block;
}
@media (min-width: 768px) {
  .page-order .users .items .item .item-wrapper .inner .review-container .profile-mobile-review {
    display: none;
  }
}
.page-order .users .items .item .item-wrapper .inner .review-container .profile-desktop-review {
  display: none;
}
@media (min-width: 768px) {
  .page-order .users .items .item .item-wrapper .inner .review-container .profile-desktop-review {
    display: block;
  }
}
.page-order .users .items .item .item-wrapper .inner .actions {
  margin-top: auto;
  text-align: center;
}
.page-order .users .items .item .item-wrapper .inner .actions .btn {
  width: 100%;
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid #1b7db5;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1b7db5;
}
.page-order .users .items .item .item-wrapper .inner .actions .btn:hover {
  border: 1px solid #125d93;
  color: #125d93;
}
@media (max-width: 767.98px) {
  .page-order .users .items .item .item-wrapper .inner .actions .btn {
    margin-top: 4px;
    border-radius: 8px;
  }
}
.page-order .users .items .banner-order {
  padding: 7.5px;
  display: none;
}
.page-order .users .items .banner-order .body {
  color: #404142;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
  min-height: 100%;
  border-radius: 0.25rem;
  text-align: center;
}
.page-order .users .items .banner-order .body .price {
  color: #007bff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.page-order .users .items .banner-order .body .sub-city {
  margin-bottom: 1rem;
}
.page-order .users .items .banner-order .body .desc {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.7;
}
.page-order .not-found-providers-section {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section {
    padding-top: 16px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper {
  box-shadow: 0px 8px 12px -15px #030c1308;
  position: relative;
  overflow: hidden;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .not-found-background-mobile {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .not-found-background-mobile {
    display: block;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .not-found-background-desktop {
  position: absolute;
  top: -50%;
  left: 10%;
  width: 80%;
  height: 150%;
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
  background: radial-gradient(circle, #fffbe1 0%, transparent 70%);
  display: block;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .not-found-background-desktop {
    display: none;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row {
  box-shadow: 16px 32px 40px 0px #030c1308;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row {
    padding: 16px;
    gap: 18px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .text {
  position: relative;
  z-index: 10;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper {
    margin-bottom: 8px;
    gap: 8px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper img {
  width: 24px;
  height: 24px;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper img {
    width: 16px;
    height: 16px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #363636;
  margin-bottom: 0;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .text .text-wrapper .title {
    font-size: 16px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .text p {
  font-size: 18px;
  font-weight: 500;
  color: #363636;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .text p {
    font-size: 16px;
    font-weight: 400;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group {
  position: relative;
  margin-bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group {
    width: 100%;
    flex-direction: column;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group {
  width: 40%;
  border: 1px solid #d4d4d4;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group {
    height: 48px;
    width: 100%;
    border-radius: 8px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-chevron {
  position: absolute;
  pointer-events: none;
  left: 0px;
  z-index: 10;
  top: 15px;
  padding-left: 24px;
  background-color: white;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-chevron {
    top: 12px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-prepend {
  position: absolute;
  right: 16px;
  z-index: 10;
  top: 15px;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-prepend .input-group-text {
  color: #404142;
  text-align: center;
  border: none;
  background-color: white;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-prepend .input-group-text {
    display: none;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .input-group-prepend .input-group-text img {
  width: 24px;
  height: 24px;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .form-control {
  border: none;
  color: #404142;
  box-shadow: none;
  outline: 0;
  font-size: 1rem !important;
  padding: 0 40px 0px 24px;
  height: 52px !important;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .form-control svg {
  display: none;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .form-control {
    padding: 0 25px;
    height: 46px !important;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .form-control:focus {
  outline: 0;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 {
  width: auto !important;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .former-append-regions {
  line-height: 52px;
  padding: 0 48px 0px 24px;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .former-append-regions {
    padding: 0 25px;
    line-height: 46px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .select2-selection {
  height: 100% !important;
  border: none !important;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .select2-selection .select2-selection__rendered {
  line-height: 52px;
  padding: 0 48px 0px 24px;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .select2-selection .select2-selection__rendered {
    font-size: 14px;
    padding: 0 25px;
    line-height: 46px;
  }
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .input-group .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .btn {
  display: block;
  width: 60%;
  border: 1px solid #1b7db5;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  background-color: #1b7db5;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .btn:hover {
  background-color: #125d93;
  border: 1px solid #125d93;
}
@media (max-width: 575.98px) {
  .page-order .not-found-providers-section .not-found-providers-wrapper .row .form-group .btn {
    height: 48px;
    width: 100%;
    border-radius: 8px;
  }
}
.page-order .use-guide {
  padding-top: 72px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-order .use-guide {
    padding-top: 24px;
  }
}
.page-order .use-guide .container .subject-head {
  margin-bottom: 24px;
  -moz-columns: #363636;
       columns: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .subject-head {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .use-guide .container .section-body {
  margin: 0;
  padding: 48px 40px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body {
    padding: 32px 16px;
    border-radius: 16px;
    flex-direction: column;
    gap: 32px;
  }
}
.page-order .use-guide .container .section-body .body {
  display: flex;
  align-items: start;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body .body {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body .body {
    gap: 8px;
  }
}
.page-order .use-guide .container .section-body .body .pic {
  width: 26px;
  min-width: 26px;
  height: 26px;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body .body .pic {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.page-order .use-guide .container .section-body .body .pic img {
  width: 26px;
  min-width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body .body .pic img {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.page-order .use-guide .container .section-body .body .text .title {
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
@media (max-width: 767.98px) {
  .page-order .use-guide .container .section-body .body .text .title {
    font-size: 16px;
  }
}
.page-order .reviews {
  padding-top: 72px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-order .reviews .container {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .page-order .reviews {
    padding-top: 24px;
  }
}
.page-order .reviews .section-title {
  margin-bottom: 24px;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .reviews .section-title {
    padding-left: 16px;
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .reviews .reviews-swiper-wrapper {
  position: relative;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide {
  background-color: white;
  padding: 16px;
  border-radius: 16px;
  height: 274px;
  max-width: 380px;
  margin-left: 24px;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide {
    height: 269px;
    margin-left: 8px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-user-name {
  font-size: 16px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-user-name {
    font-size: 14px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details {
  margin-bottom: 6px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-rating {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  position: relative;
  gap: 6px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-rating img {
  width: 18px;
  height: 18px;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-rating img {
    width: 14px;
    height: 14px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-rating .comment-rating-empty {
  display: flex;
  gap: 3px;
  padding: 2.5px 0;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-rating .comment-rating-fill {
  display: flex;
  gap: 3px;
  padding: 2.5px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #6d6d6d;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-details .comment-date {
    font-size: 12px;
    line-height: 20px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #595d62;
  max-height: 69px;
  min-height: 69px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 12px;
  /* Handle */
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-content {
    font-size: 12px;
    line-height: 20px;
    max-height: 80px;
    min-height: 80px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  margin: 10px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-content::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 10px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .comment-head .comment-content::-webkit-scrollbar {
  width: 5px;
  left: 0px;
  background-color: transparent;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user {
  margin-top: 14px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-title {
  font-size: 14px;
  font-weight: 700;
  color: #717171;
  line-height: 23px;
  height: 21px;
  border-bottom: 1px solid #717171;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-title {
    font-size: 12px;
    line-height: 20px;
    height: 18px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container {
  display: flex;
  align-items: start;
  gap: 0;
  overflow: hidden;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-vector {
  width: 16px;
  min-width: 16px;
  height: 38px;
  border-right: 1px solid #d0d0d0;
  border-end-start-radius: 16px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 12px;
  width: 100%;
  background-color: #f6f8fa;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card {
    padding: 8px;
    margin-top: 8px;
    gap: 4px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-avatar {
    border-radius: 24px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-avatar img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info {
    gap: 4px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-name {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  line-height: 23px;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-name {
    font-size: 12px;
    line-height: 20px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item-separator {
  width: 1px;
  height: 20px;
  background-color: #c1c0c0;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item img {
  width: 16px;
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item .provider-user-card-info-details-item-title {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item .provider-user-card-info-details-item-title {
    font-size: 12px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item .provider-user-card-info-details-item-description {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-swiper-wrapper .swiper-slide .item .body .provider-user .provider-user-container .provider-user-card .provider-user-card-info .provider-user-card-info-details .provider-user-card-info-details-item .provider-user-card-info-details-item-description {
    font-size: 12px;
  }
}
.page-order .reviews .reviews-swiper-wrapper .reviews-swiper-pagination .swiper-pagination-bullet {
  margin-left: 4px;
  background-color: #d9d9d9;
  opacity: 1;
}
.page-order .reviews .reviews-swiper-wrapper .reviews-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #777777;
  width: 25px;
  border-radius: 22px;
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-prev,
.page-order .reviews .reviews-swiper-navigation .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 16px 32px 40px 0px #009fd914;
  background-color: #fff;
  color: #333;
  z-index: 1;
  background-image: none;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-prev img,
.page-order .reviews .reviews-swiper-navigation .swiper-button-next img {
  width: 24px;
  height: 24px;
}
.page-order .reviews .reviews-load-more {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 16px 32px 40px 0px #009fd914;
  position: absolute;
  background-color: #fff;
  color: #333;
  z-index: 1;
  background-image: none;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  right: auto;
}
@media (max-width: 767.98px) {
  .page-order .reviews .reviews-load-more {
    left: 16px;
  }
}
.page-order .reviews .reviews-load-more button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.page-order .reviews .reviews-load-more button:disabled {
  cursor: not-allowed;
}
.page-order .reviews .reviews-load-more img {
  width: 24px;
  height: 24px;
}
.page-order .reviews .reviews-load-more.loading-animate img {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-prev {
  right: -32px;
  left: auto;
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-prev img {
  transform: rotate(180deg);
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-next {
  left: -32px;
  right: auto;
}
.page-order .reviews .reviews-swiper-navigation .swiper-button-disabled {
  opacity: 0;
}
.page-order .reviews .reviews-swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.page-order .reviews .items {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.page-order .reviews .items .item {
  margin-bottom: 1rem;
  padding-right: 7.5px;
  padding-left: 7.5px;
  cursor: pointer;
}
.page-order .reviews .items .item .body {
  min-height: 100%;
  border-radius: 0.25rem;
  color: #404142;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.25s ease-in-out;
  background-color: #f6f6f6;
}
.page-order .reviews .items .item .body:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.page-order .reviews .items .item .body .review-header {
  display: -moz-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  padding: 1rem;
  background-color: #fff;
  flex: 1;
}
.page-order .reviews .items .item .body .review-header .pic {
  flex-shrink: 0;
  position: relative;
}
.page-order .reviews .items .item .body .review-header .pic img {
  width: 90px !important;
  height: 90px !important;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-order .reviews .items .item .body .review-header .pic img {
    width: 70px !important;
    height: 70px !important;
  }
}
.page-order .reviews .items .item .body .review-header .pic svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.page-order .reviews .items .item .body .review-header .pro-info {
  margin-right: 1rem;
  display: -moz-flex;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  flex: 1;
}
.page-order .reviews .items .item .body .review-header .pro-info .name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-order .reviews .items .item .body .review-header .pro-info .work {
  color: #676d73;
  padding-right: 1px;
}
.page-order .reviews .items .item .body .review-header .pro-info .work .fi {
  font-size: 1.2rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.page-order .reviews .items .item .body .review-header .pro-info .work .count {
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #000;
}
.page-order .reviews .items .item .body .review-header .pro-info .work .label {
  font-size: 1rem;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row {
  margin-bottom: 0.5rem;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating {
  direction: ltr;
  text-align: right;
  display: inline-block;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating {
    text-align: center;
  }
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating .empty {
  display: inline-block;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating .empty .fi {
  font-size: 1.2rem;
  color: #b3b3b3;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating .fill {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating .fill .fi {
  font-size: 1.2rem;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating .fill .fi.fi-star {
  color: #FFD003;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .rating-number {
  margin-right: 0.4rem;
  font-size: 1rem;
}
.page-order .reviews .items .item .body .review-header .pro-info .rating-row .review-count {
  margin-right: 0.4rem;
  font-size: 0.8rem;
}
.page-order .reviews .items .item .body .review-body {
  padding: 1rem;
}
.page-order .reviews .items .item .body .review-body .service-head {
  text-align: center;
  margin-bottom: 1rem;
}
.page-order .reviews .items .item .body .review-body .service-head .service {
  display: inline-block;
  font-size: 0.9rem;
  border-bottom: 1px dashed;
}
@media (max-width: 575.98px) {
  .page-order .reviews .items .item .body .review-body .service-head .service {
    font-size: 0.8rem;
  }
}
.page-order .reviews .items .item .body .review-body .cust-head {
  margin-bottom: 1rem;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .name {
  font-size: 1rem;
  margin-bottom: 0;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating {
  direction: ltr;
  text-align: right;
  position: relative;
  margin-top: 0.2rem;
  display: none;
}
@media (max-width: 575.98px) {
  .page-order .reviews .items .item .body .review-body .cust-head .info .rating {
    text-align: center;
  }
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating .empty {
  display: inline-block;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating .empty .fi {
  font-size: 0.8rem;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating .fill {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating .fill .fi {
  font-size: 0.8rem;
}
.page-order .reviews .items .item .body .review-body .cust-head .info .rating .fill .fi.fi-star {
  color: #009fd9;
}
.page-order .reviews .items .item .body .review-body .cust-head .date {
  font-size: 0.8rem;
  opacity: 0.8;
}
.page-order .reviews .items .item .body .review-body .desc {
  font-size: 0.85rem;
  margin-bottom: 0;
  text-align: justify;
  height: 70px;
  overflow-y: auto;
}
.page-order .prices-section {
  padding-top: 72px;
}
@media (max-width: 767.98px) {
  .page-order .prices-section {
    padding-top: 24px;
  }
}
.page-order .prices-section .price-wrapper .subservice-link {
  margin-bottom: 24px;
  -moz-columns: #363636;
       columns: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .subservice-link {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .prices-section .price-wrapper .subservice-link a {
  color: #404142;
}
.page-order .prices-section .price-wrapper .row {
  border-radius: 24px;
  background-color: #fff;
  display: -moz-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .row {
    border-radius: 16px;
  }
}
.page-order .prices-section .price-wrapper .row .text {
  padding: 24px 80px 40px 40px;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text {
    padding: 16px;
  }
}
.page-order .prices-section .price-wrapper .row .text .average-price-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text .average-price-container {
    margin-bottom: 24px;
    padding-bottom: 16px;
    gap: 8px;
    flex-direction: column;
  }
}
.page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-title {
  color: #125d93;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-title {
    font-size: 18px;
  }
}
.page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-description {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-description {
    font-size: 12px;
    font-weight: 700;
  }
}
.page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-description img {
  width: 16px;
  height: 16px;
  margin: 4px;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text .average-price-container .average-price-description img {
    width: 12px;
    height: 12px;
  }
}
.page-order .prices-section .price-wrapper .row .text .subject {
  margin-bottom: 24px;
  color: #535353;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .page-order .prices-section .price-wrapper .row .text .subject {
    text-align: center;
  }
}
.page-order .prices-section .price-wrapper .row .text button {
  display: block;
  width: 60%;
  border: 1px solid #1b7db5;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  background-color: #1b7db5;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.page-order .prices-section .price-wrapper .row .text button:hover {
  background-color: #125d93;
  border: 1px solid #125d93;
}
@media (max-width: 575.98px) {
  .page-order .prices-section .price-wrapper .row .text button {
    height: 48px;
    width: 100%;
    border-radius: 8px;
  }
}
.page-order .prices-section .price-wrapper .row .price-range {
  color: #404142;
  overflow: hidden;
  padding: 40px 40px 40px 80px;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .row .price-range {
    padding: 16px;
  }
}
.page-order .prices-section .price-wrapper .row .price-range .chart-subject {
  display: none;
}
.page-order .prices-section .price-wrapper .row .price-range .prices {
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 16px 0;
  height: 12px;
  direction: ltr;
  list-style: none;
  padding-top: 0 40px;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .row .price-range .prices {
    margin: 12px 0;
    height: 9px;
  }
}
.page-order .prices-section .price-wrapper .row .price-range .prices li {
  text-align: center;
  display: none;
}
.page-order .prices-section .price-wrapper .row .price-range .prices li .amount {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  direction: rtl;
  color: #000;
}
.page-order .prices-section .price-wrapper .row .price-range .prices li .label {
  font-size: 0.9rem;
}
.page-order .prices-section .price-wrapper .row .price-range .prices li.middle {
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
}
.page-order .prices-section .price-wrapper .row .price-range .prices li.middle .amount {
  display: block;
  font-size: 14px;
  font-weight: bold;
  direction: rtl;
  color: #525d68;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .row .price-range .prices li.middle .amount {
    font-weight: 500;
  }
}
.page-order .prices-section .price-wrapper .row .price-range .prices li.middle .label {
  color: #525d68;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .page-order .prices-section .price-wrapper .row .price-range .prices li.middle .label {
    font-weight: 500;
  }
}
.page-order .faq-section {
  padding-top: 72px;
}
@media (max-width: 767.98px) {
  .page-order .faq-section {
    padding-top: 24px;
  }
}
.page-order .faq-section .section-title {
  margin-bottom: 24px;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .faq-section .section-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .faq-section .faq-item {
  background-color: white;
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 24px 32px 24px 32px;
}
@media (max-width: 767.98px) {
  .page-order .faq-section .faq-item {
    padding: 16px 12px 16px 12px;
  }
}
.page-order .faq-section .faq-item .faq-item-header {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
}
.page-order .faq-section .faq-item .faq-item-header .question {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-order .faq-section .faq-item .faq-item-header .question {
    font-size: 14px;
  }
}
.page-order .faq-section .faq-item .faq-item-header svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  rotate: 180deg;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .page-order .faq-section .faq-item .faq-item-header svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}
.page-order .faq-section .faq-item .faq-item-header.collapsed {
  padding-bottom: 0;
  border-bottom: none;
}
.page-order .faq-section .faq-item .faq-item-header.collapsed svg {
  rotate: 0deg;
}
.page-order .faq-section .faq-item .faq-item-answer {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-order .faq-section .faq-item .faq-item-answer {
    font-size: 14px;
  }
}
.page-order .provider {
  padding-top: 72px;
}
@media (max-width: 767.98px) {
  .page-order .provider {
    padding-top: 24px;
  }
}
.page-order .provider .provider-wrapper {
  display: flex;
  align-items: center;
  padding: 42px 32px 38px 32px;
  background-color: #f0faff99;
  border: 1px solid #b9ebfe;
  border-radius: 24px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-order .provider .provider-wrapper {
    border-radius: 16px;
    padding: 38px 16px 35px 16px;
  }
}
.page-order .provider .provider-wrapper .title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .page-order .provider .provider-wrapper .title {
    font-size: 14px;
    text-align: center;
  }
}
.page-order .provider .provider-wrapper .title .link {
  font-size: 18px;
  color: #1b7db5;
  display: inline-block;
  line-height: 24px;
  height: 26px;
  border-bottom: 1px solid #1b7db5;
}
.page-order .provider .provider-wrapper .title .link:hover {
  color: #125d93;
  border-bottom: 1px solid #125d93;
}
@media (max-width: 767.98px) {
  .page-order .provider .provider-wrapper .title .link {
    font-size: 16px;
    line-height: 20px;
    height: 22px;
  }
}
.page-order .rating-vote {
  padding-top: 72px;
}
@media (max-width: 767.98px) {
  .page-order .rating-vote {
    padding-top: 24px;
  }
}
.page-order .rating-vote .rating-vote-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .page-order .rating-vote .rating-vote-row {
    gap: 8px;
  }
}
.page-order .rating-vote .rating-vote-row .rating-vote-rating {
  display: flex;
  direction: ltr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  position: relative;
}
.page-order .rating-vote .rating-vote-row .rating-vote-rating img {
  width: 27px;
  height: 27px;
  margin-left: 2px;
  margin-right: 2px;
}
.page-order .rating-vote .rating-vote-row .rating-vote-rating .rating-vote-rating-empty {
  display: flex;
}
.page-order .rating-vote .rating-vote-row .rating-vote-rating .rating-vote-rating-fill {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page-order .rating-vote .rating-vote-row .rating-vote-rating-description {
  color: #535353;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-order .rating-vote .rating-vote-row .rating-vote-rating-description {
    font-size: 14px;
    color: #363636;
  }
}
.page-order .rating-vote .rate-paragraph {
  text-align: center;
  padding-bottom: 0;
  font-size: 10px;
  color: darkgrey;
}
.page-order .social-share {
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .page-order .social-share {
    padding-top: 16px;
  }
}
.page-order .social-share .social-share-title {
  margin-bottom: 12px;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .social-share .social-share-title {
    color: #363636;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.page-order .social-share .socials {
  list-style: none;
  text-align: center;
}
.page-order .social-share .socials .social {
  display: inline-block;
  margin: 0 0.5rem;
}
.page-order .social-share .socials .social img {
  width: 32px;
  height: 32px;
}
@media (max-width: 767.98px) {
  .page-order .social-share .socials .social img {
    width: 24px;
    height: 24px;
  }
}
.page-order .social-share .socials .social .telegram-icon:hover path {
  fill: #2aabee;
}
.page-order .social-share .socials .social .whatsapp-icon:hover path {
  fill: #60d669;
}
.page-order .social-share .socials .social .email-icon:hover path {
  fill: #ef4040;
}
.page-order .social-share .socials .social .facebook-icon:hover path {
  fill: #1877f2;
}
.page-order .social-share .socials .social .twitter-icon:hover path {
  fill: #000000;
}
.page-order .social-share .socials .social svg {
  width: 32px;
  height: 32px;
  fill: #363636;
  transition-duration: 2s;
  transition-delay: 1s;
  transition-timing-function: ease-in-out;
  transition-property: fill;
}
.page-order .social-share .socials .social svg path {
  fill: #363636;
}
@media (max-width: 767.98px) {
  .page-order .social-share .socials .social svg {
    width: 24px;
    height: 24px;
  }
}
.page-order .other-cities {
  padding-top: 72px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-order .other-cities {
    padding-top: 24px;
  }
}
.page-order .other-cities .other-cities-title {
  margin-bottom: 24px;
  color: #363636;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .page-order .other-cities .other-cities-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.page-order .other-cities .other-cities-sections {
  padding: 24px 120px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .page-order .other-cities .other-cities-sections {
    padding: 24px 16px;
  }
}
.page-order .other-cities .other-cities-sections .section .section-title {
  color: #363636;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .page-order .other-cities .other-cities-sections .section .section-title {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.page-order .other-cities .other-cities-sections .section .subser-list {
  list-style: none;
}
.page-order .other-cities .other-cities-sections .section .subser-list .item {
  margin-bottom: 12px;
}
.page-order .other-cities .other-cities-sections .section .subser-list .item .item-link {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .page-order .other-cities .other-cities-sections .section .subser-list .item .item-link {
    font-size: 12px;
  }
}
.page-order .other-cities .other-cities-sections .section .subser-list .item .item-link:hover {
  opacity: 1;
}
.page-order .lsi-tags {
  padding-top: 3rem;
}
.page-order .lsi-tags .details {
  border-radius: 0.25rem !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.page-order .lsi-tags .details summary {
  display: -moz-flex;
  display: flex;
  align-items: center;
  outline: none;
  padding: 1rem;
}
.page-order .lsi-tags .details summary .subject {
  margin-bottom: 0;
}
.page-order .lsi-tags .details .card-body .tags {
  text-align: center;
}
.page-order .lsi-tags .details .card-body .tags .tag {
  margin: 0.4rem;
  display: inline-block;
}
.page-order .lsi-tags .details .card-body .tags .tag span {
  border: 2px solid #d3d4d5;
  border-radius: 0.25rem;
  color: #009fd9;
  padding: 0.25rem;
  display: inline-block;
}
.page-order .other-cities-request {
  padding-top: 4rem;
}
.page-order .other-cities-request .details {
  border-radius: 0.25rem !important;
  box-shadow: 0 3px 10px -3px #ccc;
  background: #f8f8f8 !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}
.page-order .other-cities-request .details summary {
  display: -moz-flex;
  display: flex;
  align-items: center;
  background: #dfdfdf;
  padding: 1rem;
}
.page-order .other-cities-request .details summary .question {
  margin-bottom: 0;
}
.page-order .other-cities-request .details .card-body {
  padding: 1.25rem;
}
.page-order .other-cities-request .details .card-body .subser-list {
  list-style: none;
}
.page-order .other-cities-request .details .card-body .subser-list .item {
  margin-bottom: 0.8rem;
}
.page-order .other-cities-request .details .card-body .subser-list .item .item-link {
  color: #404142;
  opacity: 1;
  font-size: 0.8rem;
  transition: 0.25s ease-in-out;
}
.page-order .other-cities-request .details .card-body .subser-list .item .item-link:hover {
  opacity: 0.7;
}
.page-order .other-cities-request .series .item {
  font-size: 1rem;
}
.page-order .locales {
  margin-top: 5rem;
}
.page-order .locales .section-title {
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 991.98px) {
  .page-order .locales .section-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .page-order .locales .section-title {
    font-size: 1.1rem;
  }
}
.page-order .locales .desc {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .page-order .locales .desc {
    font-size: 0.9rem;
  }
}
.page-order .locales .tags .tag {
  margin: 0.4rem;
  display: inline-block;
}
.page-order .locales .tags .tag a,
.page-order .locales .tags .tag span {
  border: 2px solid #d3d4d5;
  border-radius: 0.25rem;
  color: #009fd9;
  padding: 0.25rem;
  display: inline-block;
}
.page-order .locales .tags .tag span {
  color: #979899;
}

.page-order .order-content article {
  color: #404142;
  line-height: 2;
  font-size: 1.1rem;
}

.page-order .order-content article h1,
.page-order .order-content article h2,
.page-order .order-content article h3,
.page-order .order-content article h4 {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.page-order .order-content article p {
  margin-bottom: 1rem;
}

.page-order .order-content article * {
  font-family: Iransans !important;
}

.page-order .order-content article ul {
  padding-right: 40px;
}

.download-button-custom {
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.download-button-custom i {
  margin-left: 1rem;
}

.page-order .order-content .accordion {
  margin-bottom: 3rem;
}

.page-order .order-content .accordion .card {
  border-radius: 0.25rem !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page-order .order-content .accordion .card:not(:last-child) {
  margin-bottom: 1rem;
}

.page-order .order-content .accordion .card .card-header {
  align-items: center;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 992px) {
  .page-order .order-content .accordion .card .card-header {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.page-order .order-content .accordion .card .card-header h2,
.page-order .order-content .accordion .card .card-header h3,
.page-order .order-content .accordion .card .card-header h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .page-order .order-content .accordion .card .card-header h2,
.page-order .order-content .accordion .card .card-header h3,
.page-order .order-content .accordion .card .card-header h4 {
    font-size: 1rem;
  }
}
.page-order .order-content .accordion .card .card-header:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #4a4a4a;
  content: "";
  font-family: font-icon;
  font-size: 1.3rem;
  font-weight: 100;
  left: 1rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-180deg) translateY(-50%);
  transform-origin: center center;
  transition: transform 0.25s;
}

.page-order .order-content .accordion .card .card-header.collapsed:before {
  content: "";
  font-family: font-icon;
  transform: rotate(0deg);
}

.order-content p img {
  max-width: 100%;
}

.order-content a {
  color: #1b7db5;
}
.order-content a:hover {
  color: #125d93;
}

.linkable {
  cursor: pointer;
}

@media (min-width: 768px) {
  .page-order .users .items .item .inner .review {
    margin-bottom: 1.1rem;
  }
}
.page-order .users .items .item .inner .review {
  color: #676d73;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 1rem;
  word-break: break-word;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1b7db5;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 25px;
  box-shadow: 0 4px 16px rgba(3, 120, 200, 0.28);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1), opacity 0.25s;
  will-change: transform, opacity;
}
.floating-cta:hover {
  background: #125d93;
}

.floating-cta.show {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.floating-cta.hide {
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  pointer-events: none;
}

.floating-cta .cta-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  color: #03a9f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  padding-top: 7px;
}

.floating-cta .cta-text {
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .floating-cta {
    right: 14px;
    bottom: 18px;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 8px;
    gap: 10px;
  }

  .floating-cta .cta-icon {
    width: 32px;
    height: 32px;
    font-size: 34px;
    border-radius: 8px;
  }

  .floating-cta .cta-text {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .social-permission .container .permission img {
    margin-bottom: 4px;
  }
}

/*# sourceMappingURL=neworder.css.map*/