.service-image {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.service-image img {
  height: 300px;
  width: 65%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* border-radius: 10px 10px 0 0; */
}

.arrow-back {
  width: 0px;
  height: 0px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.arrow-back svg {
  width: 17px;
  height: 15px;
  color: #181914;
}

.service {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  margin-top: -30px;
}

.top-service {
  position: absolute;
  top: -20px;
  left: 155px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-description {
  font-size: 16px;
}

.loc,
.score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 36px;
  background-color: #fff;
  width: 120px;
  height: 40px;
}

.loc {
  border: 1px solid #ff6a4c;
}

.score {
  box-shadow: 0px 0px 5.5px 0px #bcbcbca6;
}

.loc span svg {
  width: 25px;
  height: 25px;
  color: #ff6a4c;
}

.loc h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #181914;
  padding-top: 7px;
  padding-left: 4px;
}

.loc span {
  padding-top: 7px;
  padding-left: 4px;
}

.score span svg {
  width: 25px;
  height: 25px;
  color: #ffe500;
}

.score span {
  padding-top: 7px;
  padding-left: 4px;
}

.score h4 {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #777777;
  padding-top: 7px;
  padding-left: 4px;
}

.score h6 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding-top: 7px;
  padding-left: 4px;
  color: #181914;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  color: #181914;
  margin: 16px 0;
}

.price-range {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #181914;
  margin: 16px 0;
}

.desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  margin: 16px 0;
}

.desc a {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
}

.info-img {
  width: 50px;
  height: 50px;
}

.count-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  padding-top: 11px;
}

.desc-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  color: #777;
}
.modal-mobile {
  display: none;
}
.modal-desktop {
  display: block;
}
.price-guide-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111111;
  background-color: #fff;
  box-shadow: 0 0 70px 0 #c1bcbc;
}

.price-guide {
  border-radius: 10px;
  background-color: #fff;
  margin: 20px auto;
  width: 95%;
  padding: 10px;
}

.tabel-responsive {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-guide h2 img {
  width: 50px;
  height: 50px;
  padding: 1.88px 0px 1.88px 0px;
}

.price-guide h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  color: #181914;
  display: flex;
  gap: 8px;
  align-items: center;
}

.desc-guide {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #0056B3;
  padding: 10px;
}

tbody tr:nth-child(even) {
  background-color: #aaddde;
}

.time {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: #bfbfbf;
}

.know-more-mobile {
  display: none;
}

.know-more {
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  gap: 6px;
  font-size: 12px;
  color: #ff6a4c;
  font-weight: 700;
}

.know-more:hover {
  color: #ff6a4c;
}

.know-more svg {
  width: 20px;
  height: 20px;
}

.know-more-expert {
  display: flex;
  align-items: center;
  /* align-self: flex-start; */
  flex-direction: row;
  justify-content: flex-start;
  gap: 6px;
  font-size: 16px;
  color: #ff6a4c;
  font-weight: 700;
}

.know-more-expert:hover {
  color: #ff6a4c;
}

.know-more-expert svg {
  width: 20px;
  height: 20px;
}

.amount-range {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  color: #0056B3;
}

thead tr th {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  padding-right: 7px;
}

tbody tr td:nth-child(even) {
  text-align: left;
}

thead tr th:nth-child(2) {
  text-align: left;
}

.table-price {
  /* border-top: 1px solid #0056B3; */
  width: 100%;
  padding-top: 10px;
}

thead tr {
  color: #0056B3;
  text-align: right;
  border-bottom: 1px solid #0056B3;
}

th,
td {
  padding: 12px 15px;
}

tbody td {
  padding: 6px;
}

tbody tr {
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
}

tbody tr:nth-of-type(even) {
  background-color: #aaddde;
}

.see-more-price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  margin-top: 10px;
}

.see-more-price svg {
  width: 16px;
  height: 12px;
  color: #ff6a4c;
}

.comments {
  border-radius: 10px;
  padding: 16px;
  background-color: #fff;
  width: 95%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

.comments h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
}

.comments h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.comments-info {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #7e7d7d38;
  padding-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}

.landing-service-info-svg {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 50px;
}

.comments-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.comments-score div {
  display: flex;
}

.comments-score h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #777;
}

.comments-score h5 {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #181914;
  margin-left: 5px;
}

.comments-score div div svg {
  width: 20px;
  height: 20px;
  padding: 0.05px 0px 0.28px 0px;
  border-radius: 6px 0px 0px 0px;
}

.job {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 10px 0;
}

.job h5 {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #777;
}

.job span {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 5px;
}

.job span svg {
  width: 20px;
  height: 20px;
}

.reaction {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin: 10px 0; */
}

.reaction h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #181914;
  padding-top: 8px;
}

.reaction svg {
  width: 30px;
  height: 30px;
}

.see-more-comments {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff6a4c;
  width: 100%;
  align-self: center;
  margin-top: 10px;
}

.see-more-comments svg {
  width: 16px;
  height: 12px;
  color: #ff6a4c;
}

.better {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.better h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b090c;
  position: relative;
  margin-right: 20px;
}

.better h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
}

.better-comp {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 15.8px 0px #e9e9e940;
  padding: 16px;
}

.better-top {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
  padding-top: 10px;
}

.user-info {
  display: flex;
  gap: 10px;
}

.save-user {
  padding-top: 6px;
  padding-left: 6px;
}

.save-user svg {
  width: 20px;
  height: 20px;
  padding: 0px 0.42px 0px 0.42px;
  color: #0056B3;
}

.username h3 {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #181914;
}

.better-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.better-bottom h4 span svg {
  width: 12px;
  height: 12px;
}

.better-bottom h4 {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  /* text-align: right; */
  color: #0056B3;
  height: 0;
  transform: scale(0);
}

.user-info div img {
  width: 80px;
  height: 80px;
  border-radius: 15px;
}
.service-slider {
  width: 95%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0;
}
.service-slider .ads-holder {
  margin-top: 10px;
}
.user-job {
  font-size: 8px;
  font-weight: 400;
  text-align: right;
  color: #777;
  margin: 10px 3px;
  display: none;
}

.address-section {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.username div span svg {
  width: 10px;
  height: 10px;
  padding: 0.05px 0px 0.28px 0px;
  border-radius: 6px;
}

.user-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 0;
  transform: scale(0);
}

.user-score h5 {
  font-size: 8px;
  font-weight: 400;
  text-align: right;
  color: #bfbfbf;
}

.user-score p {
  font-size: 8px;
  font-weight: 700;
  text-align: right;
  color: #0056B3;
  padding-top: 7px;
}

.continue-order {
  border-radius: 18px;
  border: 1px;
  background: #ff6a4c;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  width: 40%;
  margin: 10px auto;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  height: 0;
  transform: scale(0);
}

.continue {
  border-radius: 18px;
  border: 1px;
  background: #ff6a4c;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  width: 40%;
  margin: 10px auto;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 100px;
  margin-top: 40px;
}

.continue svg {
  width: 11.67px;
  height: 9.99px;
  color: #fff;
}

.continue-desktop {
  border-radius: 18px;
  border: 1px;
  background: #ff6a4c;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  width: 40%;
  margin: 10px auto;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 100px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.continue-disabled {
  border-radius: 18px;
  border: 1px;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #777777;
  width: 95%;
  margin: 10px auto;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 100px;
}

.full-button-desktop {
  border-radius: 18px;
  border: 1px;
  color: #ff6a4c;
  border: 1px solid #ff6a4c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40%;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 100px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  cursor: pointer;
}

/* .address-page-desktop h5 {
  margin: 17px 30px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
}

.address-page-desktop h5::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
} */

/* .address-page-desktop h1 {
  margin: 17px 30px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: right;
  color: #181914;
  position: relative;
  display: flex;
  align-items: center;
} */
.add-margin-right {
  margin-right: 42px;
}

.add-margin-right-favorite {
  margin-right: 68px;
}

.add-margin-right-suggestion {
  margin-right: 64px;
}

.add-margin-right-address {
  margin-right: 37px;
}

/* .address-page-desktop h1::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  border-radius: 4px;
  background: #ff6a4c;
  right: -16px;
} */

.address-page-desktop {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* background-color: #fff; */
  padding: 20px 0;
  /* margin-top: 10px; */
  border-radius: 12px;
}

.no-gap {
  gap: 0;
}

.header-all-services {
  width: 95%;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 28px;
  display: none;
}

.all-service-header-section {
  width: 100%;
  margin: 10px auto;
  border: 1px solid #777;
  border-radius: 28px;
}

.choose-service {
  width: 95%;
  overflow-x: scroll;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.service-item-res {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.service-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  height: 100px;
}

.service-item-body {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: black;
}
.service-item-res img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  filter: grayscale(100%);
  /* border: 5px solid rgb(245, 245, 245); */
  -webkit-filter: grayscale(100%);
}
.service-item img {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  filter: grayscale(100%);
  /* border: 5px solid rgb(245, 245, 245); */
  -webkit-filter: grayscale(100%);
}

.title-ctg {
  font-size: 14px;
  color: #8f8e8e;
  font-weight: 700;
}
.service-item-res span {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
  color: #7f7f7f;
  /* white-space: nowrap; */
}
.service-item span {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
  color: #7f7f7f;
  /* white-space: nowrap; */
}

.service-item-body img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.service-item-body h4 {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
  color: #0b090c;
}

.active-ctg {
  filter: grayscale(0%) !important;
}

.active-ctg-span {
  color: #0b090c !important;
}

.ctg-container {
  margin-bottom: 100px;
}

.sub-category-holder {
  width: 95%;
  margin: 20px auto;
}

.sub-category-holder h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  color: #0b090c;
  margin: 10px auto;
  width: 95%;
  margin-bottom: 15px;
}

.all-service-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 95%;
  margin: 20px auto;
  margin-bottom: 100px;
  padding: 10px 0;
}

.header-services {
  width: 100%;
  background-color: #fff;
  padding: 0;
  height: 0;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.services-header-section {
  width: 95%;
  margin: 10px auto;
  border: 1px solid #a7a6a6;
  border-radius: 28px;
}

.service-ctg {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #777;
  white-space: nowrap;
}

.service-icon-top-bar svg {
  width: 50px;
  height: 50px;
}

.service-ctg-active {
  background-color: #aaddde;
  color: #0056B3;
}

.services-header-section-details {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  height: 35px;
}

/* .services-header-section-details .input-icon-search input {
  padding: 8px;
} */

.services-header-section-details .input-icon-search input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #bfbfbf;
}

.services-header-section-details .input-icon-search {
  gap: 0;
}

.services-header-section-details .input-icon-search span {
  width: 20px;
  color: black;
  height: 20px;
}

.all-services-ctg {
  width: 95%;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 100px;
}

.service-item-ctg {
  height: 100px;
}

.put-in-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width {
  width: 100%;
  padding: 10px 14px;
}

.full-width-expert {
  width: 66%;
}

.custom-dots li button:before {
  color: #b0b0b0;
  font-size: 8px;
  border: 1px solid #4100ff !important;
  /* box-shadow: 0 0 4px 0 #000029 !important; */
  border-radius: 50%;
  width: 9px !important;
  height: 9px !important;
  display: block;
  background-color: transparent;
  content: "";
}

.custom-dots li.slick-active button:before {
  background-color: #010153 !important;
  border: 1px solid #010153 !important;
}

.slick-dots li button:before {
  color: transparent !important;
}

.custom-dots {
  bottom: -30px;
}

.custom-dots li {
  margin: -2px !important;
}

.custom-dots li button {
  padding: 0;
}

@media (max-width: 768px) {
  .header-all-services {
    display: block;
  }

  .be-none {
    display: none;
  }

  .all-services-ctg {
    grid-template-columns: repeat(1, 1fr);
  }

  .each-service-ctg-a {
    width: 100%;
  }

  .all-service-header-section {
    border: none;
  }

  .full-button {
    font-size: 10px;
  }

  .full-button-desktop {
    width: 95%;
    background-color: #fff;
  }

  .comments h2 {
    font-size: 12px;
  }

  .comments-score h4 {
    font-size: 8px;
  }

  .comments-score h5 {
    font-size: 10px;
  }

  .comments-score div div svg {
    width: 10px;
    height: 10px;
  }

  .job h5 {
    font-size: 10px;
  }

  .job span {
    font-size: 10px;
  }

  .job span svg {
    width: 10px;
    height: 10px;
  }

  .reaction h4 {
    font-size: 10px;
  }

  .reaction svg {
    width: 15px;
    height: 15px;
  }

  .see-more-comments {
    font-size: 10px;
  }

  .see-more-comments svg {
    width: 12px;
    height: 8px;
  }

  .continue {
    width: 95%;
    margin-top: 0px;
  }

  .continue-desktop {
    height: 0;
    transform: scale(0);
  }

  .service-image {
    margin-top: 0;
  }

  .arrow-back {
    width: 35px;
    height: 35px;
  }

  .loc,
  .score {
    width: 80px;
    height: 30px;
  }

  .loc span svg {
    width: 15px;
    height: 15px;
  }

  .loc h4 {
    font-size: 10px;
  }

  .score span svg {
    width: 15.6px;
    height: 15px;
    color: #ffe500;
  }

  .score h6 {
    font-size: 8px;
  }

  .score span svg {
    width: 20px;
    height: 20px;
  }

  .service-title {
    font-size: 12px;
  }

  .price-range {
    font-size: 10px;
  }

  .desc {
    font-size: 10px;
  }

  .info-img {
    width: 21.13px;
    height: 18px;
  }

  .count-info {
    font-size: 10px;
  }

  .desc-info {
    font-size: 12px;
  }

  .price-guide h2 img {
    width: 15px;
    height: 15px;
    padding: 1.88px 0px 1.88px 0px;
  }

  .price-guide h2 {
    font-size: 12px;
  }

  thead tr th {
    font-size: 10px;
  }

  .see-more-price {
    font-size: 10px;
  }

  .see-more-price svg {
    width: 12px;
    height: 8px;
    color: #ff6a4c;
  }

  .better h2 {
    font-size: 12px;
  }

  .username h3 {
    font-size: 8px;
  }

  .better-bottom h4 span svg {
    width: 8px;
    height: 8px;
  }

  .save-user svg {
    width: 10px;
    height: 10px;
  }

  .user-info div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .better-bottom h4 {
    font-size: 8px;
  }

  .service-ctg {
    padding: 9px 15px;
    font-size: 11px;
    font-weight: 400;
    color: #9b9999;
    white-space: nowrap;
  }

  .service-ctg-active {
    color: #0056B3;
  }

  .header-services {
    padding: 6px;
    height: auto;
    transform: scale(1);
  }

  .service-image img {
    width: 100%;
    height: 250px;
  }

  .service-description {
    font-size: 10px;
  }

  .save-user svg {
    width: 12px;
    height: 12px;
  }

  .better-top div .user-details-left {
    display: none;
  }

  .user-score {
    transform: scale(1);
    /* height: auto;
    box-shadow: 0px 0px 5.5px 0px #bcbcbc47;
    width: 25px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 35px;
    height: 23px;
    border: 1px solid #ccc;
    justify-content: center;
    margin-top: 3px;
    margin-left: 4px;
    border-radius: 12px;
  }

  .user-score span {
    padding-bottom: 0px;
    margin-top: 4px;
  }

  .user-score p {
    margin-top: 6px;
  }

  .user-job {
    display: block;
  }

  .better-bottom h4 {
    height: auto;
    transform: scale(1);
  }

  .know-more {
    height: 0;
    transform: scale(0);
  }

  .know-more-expert {
    font-size: 12px;
  }

  .know-more-expert svg {
    width: 15px;
    height: 15px;
  }

  .know-more-mobile {
    display: flex;
    align-items: center;
    align-self: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    /* gap: 6px; */
    font-size: 8px;
    color: #ff6a4c;
    font-weight: 500;
    white-space: nowrap;
  }

  .know-more-mobile svg {
    width: 15px;
    height: 15px;
  }

  .better-comp {
    padding: 0 16px;
  }

  .desc-guide,
  .time,
  .amount-range {
    font-size: 9px;
  }

  .continue-order {
    height: auto;
    transform: scale(1);
    padding: 6px 0;
  }

  .service-icon-top-bar svg {
    width: 20px;
    height: 20px;
  }

  .address-page-desktop h5 {
    display: none;
  }

  /* .address-page-desktop h1 {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #181914;
    margin-right: 40px;
  }

  .address-page-desktop h1::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    right: -16px;
  } */

  .suggestion-title {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #181914;
    margin-right: 40px;
  }

  .suggestion-title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    right: -16px;
  }

  .top-service {
    left: 15px;
  }

  .service-item img {
    width: 65px;
    height: 65px;
  }

  .address-page-desktop {
    padding: 0;
    margin-bottom: 15px;
  }

  /* .add-margin-right {
    margin-right: 30px;
  } */
  .landing-service-info-svg {
    justify-content: space-around;
    padding: 16px 12px;
  }

  .custom-dots li button:before {
    width: 6px !important;
    height: 6px !important;
  }

  .show-title {
    display: block !important;
  }

  .show-title::before {
    top: 17px;
    right: -13px;
  }

  .service-item span {
    font-size: 10px;
    font-weight: 700;
  }
  .full-width-expert {
    width: 100%;
  }
  .no-gap-search {
    gap: 0;
  }
  .modal-mobile {
    display: block;
  }
  .modal-desktop {
    display: none;
  }
}
