
body {
  background: #FCFCFD;
}

.loader-wrapper {
  display: flex;
  justify-items: center;
  justify-content: center;
}

.loader-spin {
  width: 35px;
  height: 35px;
  border: 5px solid #dedede;
  border-bottom-color: #763f98;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader-spin-continue {
  width: 20px;
  height: 20px;
  border: 3px solid #cbc8c8;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 
  
.iz-banner-wrapper{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-banner2 {
  padding: 0 0 0 7rem !important;
}

.hero-banner {
  width: 100%; 
  height: 350px; 
  background-color: #FFFFFF; 
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 7rem 0 7rem;  
  box-shadow: 0px 12px 20px -16px #888888;
}

.hero-banner2 img {
  border-radius: 16px;
}

.hero-banner .title {
  font-size: 30px;
  font-weight: 700;
  color: #101828;
  max-width: 280px;
}

.hero-banner2 .title {
  max-width: 375px;
  text-align: center;
}

.hero-banner .desc {
  font-size: 16px;
  color: #344054;
  margin-top: 1rem;
}

.hero-banner2 .desc {
  text-align: center;
}

.hero-banner .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.hero-banner .btn-order-now {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 280px;
  height: 38px;
  background: #763f98;
  border-radius: 6px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
}

.hero-banner2 .btn-order-now {
  width: auto;
}

.hero-banner .desc2 {
  font-size: 16px;
  color: #667085;
  margin-top: 0.5rem;
}

.container-direct {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1140px;
}

.iz-direct-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 16px 16px 32px 16px;
}

.iz-direct-wrapper .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}

.iz-direct-wrapper .grid {
  display: -webkit-inline-box;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  /* gap: 1rem; */
  margin-top: 1rem;
  /* overflow: auto; */
  width: 100%;
  padding-bottom: 1rem;
}

.grid .signature {
  background-color: #763F98;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer;
  width: 335px;
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  transition: transform .3s;
}

.grid .signature:hover {
  -ms-transform: scale(1.0.5); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}

.grid .signature.disabled {
  pointer-events: none;
  cursor: default;
}

.title-star-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.signature .title-direct {
  font-weight: 700;
  font-size: 30px;
  color: #F4CC0F;
}

.signature .stars {
  color: #F4CC0F;
  font-size: 16px;
}

.signature .desc {
  color: #FFFFFF;
  margin-top: 8px;
}

/* .grid .budget {
  background-color: #F8F5FA;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer
}

.budget .title-direct {
  font-weight: 700;
  font-size: 30px;
  color: #763F98;
}

.budget .stars {
  color: #763F98;
  font-size: 16px;
}

.budget .desc {
  color: #344054;
  margin-top: 8px;
} */

/* .grid .self-service {
  background-color: #F2F4F7;
  padding: 16px;
  border-radius: 16px;
  cursor: pointer
}

.self-service .title-direct {
  font-weight: 700;
  font-size: 30px;
  color: #98A2B3;
}

.self-service .desc {
  color: #98A2B3;
  margin-top: 8px;
} */

.iz-direct-wrapper .grid-why {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.grid-why .review {
  grid-column: span 2 / span 2;
}

.grid-review {
  display: flex;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  /* gap: 0.75rem; */
  margin-top: 1rem;
  width: 100%;
  overflow: auto;
  padding-bottom: 1rem;
}

.grid-review .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EFF6FE;
  padding: 12px;
  border-radius: 12px;
  /* width: 250px; */
  margin-right: 12px;
}

.grid-review .list img {
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 99%;
  object-fit: cover;
}

.list .title {
  margin-top: 8px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.list p {
  margin-top: 8px;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
}

.grid-why .question {
  padding: 16px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-top: 3rem;
}

.question .title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.question .desc {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.question .btn-question {
  padding: 10px 16px;
  width: 100%;
  height: 38px;
  background: #763f98;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  column-gap: 4px;
}

.iz-pickup-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.time-wrapper {
  padding: 16px;
  grid-column: span 2 / span 2;
  background-color: white;
  border-radius: 16px;
}

.title-pickup {
  font-weight: 700;
  font-size: 20px;
  color: #344054;
}

.title-time {
  font-size: 16px;
  font-weight: 600;
  color: #763F98;
  margin-top: 1rem;
}

.grid-date-wrapper {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #EAECF0;
  width: 100%;
  overflow: auto;
}

.date-item {
  padding: 4px 12px 4px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #EAECF0;
  border-radius: 8px;
  width: 55px;
  background-color: white;
}

.title-day {
  font-size: 16px;
  font-weight: 600;
  color: #763F98;
  border-bottom: 2px solid #763F98;
  padding-bottom: 4px;
}

.title-day-disabled {
  color: lightgrey;
  border-bottom: 2px solid lightgrey;
}

.title-date {
  font-weight: 700;
  font-size: 30px;
  color: #763F98;
}

.title-date-disabled {
  color: lightgrey;
}

.grid-time {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  overflow: auto;
  padding-bottom: 1.5rem;
}

.time-item {
  padding: 4px;
  border: 1px solid #EAECF0;
  border-radius: 4px;
  width: 128px;
  cursor: pointer;
  background-color: white;
  margin-right: 4px;
  margin-bottom: 4px;
}

.title-time-item {
  text-align: center;
  color: #763F98;
  font-size: 16px;
  font-weight: 700;
}

.service-wrapper {
  padding: 16px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  background-color: #FFFFFF;
}

.title-service-select {
  font-size: 14px;
  font-weight: 700;
  color: #344054;
}

.service-category-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.title-menu {
  font-weight: 400;
  font-size: 14px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-budget {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 135px;
  text-align: right;
}

.budget-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-service {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 100%;
  height: 38px;
  background: #763f98;
  border-radius: 6px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  color: #fff !important;
}

.title-login {
  font-size: 12px;
  font-weight: 600;
  color: #763F98
}

.form-pickup-wrapper {
  margin-top: 2rem;
  /* width: 75%; */
}

.label-input-wrapper {
  margin-bottom: 1rem;
  width: 450px;
}

.label-input-wrapper .step1 {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: left 0.2s ease-out;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.label-input-wrapper .step1.active {
  left: 0;
}

.address-search input {
  padding: 10px 20px;
  padding-right: 2.5rem;
  height: 40px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
}

.address-search span {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  font-size: 20px;
}

.label-input-wrapper .current-location {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.current-location label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.current-location .location-list li {
  cursor: pointer;
}

.current-location .location-list li {
  padding-left: 2rem;
  list-style: none;
  min-height: 24px;
}

.current-location .location-list li {
  background-image: url(../../img/web/icon/location.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
}

.current-location .location-list li.active {
  background-image: url(../../img/web/icon/current-location.png);
}

.current-location .location-list.saved-address-list {
  max-height: calc(100% - 11rem);
}

.search-result {
  margin-top: 1rem;
  height: calc(100% - 110px);
  overflow-y: auto;
  margin-left: 3.5rem;
}

.search-result .title {
  font-weight: 400;
  font-size: 12px;
  color: #98a2b3;
}

.search-result .list {
  padding: 0;
  list-style: none;
}

.search-result .list > li:not(:first-child) {
  border-top: 2px solid #f2f4f7;
  border-radius: 2px;
}

.title-input {
  color: #763F98;
  font-size: 14px;
  font-weight: 600;
  margin-left: 3.5rem;
}

.input-pickup {
  margin-top: 0.5rem;
  border: 1px solid #F2F4F7;
  border-radius: 6px;
  height: 55px;
  margin-left: 3.5rem;
}

.input-pickup:focus {
  outline: 2px solid #763F98;
}

.hide-arrow::-webkit-outer-spin-button,
.hide-arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.hide-arrow[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.address-wrapper {
  margin-top: 0.5rem;
  border: 1px solid #F2F4F7;
  border-radius: 6px;
  height: 55px;
  margin-left: 3.5rem;  
  width: 100%;
  cursor: pointer;
}

.address-title { 
  height: 100%;
  padding: 16px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

.ic-arrow {
  position: absolute;
  top: 14px;
}

.ic-search {
  position: absolute;
  bottom: 16px;
  right: -30px;
}

.select-map-wrapper {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-left: 3.5rem;
  column-gap: 4px;
  color: #763F98;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.item-active {
  background-color: #F1ECF5;
  border: 2px solid #763F98;
}

.item-disabled {
  border: 2px solid #EAECF0;
  background-color: #F2F4F7;
  cursor: not-allowed;
}

.iz-modal-hero {
  margin: auto !important;
  padding: 0 !important;
  width: 410px !important;
  height: fit-content;
  background: #fff;
  border-radius: 12px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

.iz-modal-hero .modal-dialog {
  width: 100% !important;
  margin: auto !important;
}

.iz-modal-hero .modal-content {
  padding: 1rem;
}

.iz-modal-hero .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.iz-modal-hero .header .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.iz-modal-hero .header .close {
  width: 40px;
  height: 40px;
  background: #f9fafb;
  border-radius: 50px;
  float: none;
  font-size: 1.5rem;
  color: #344054;
  opacity: 1;
}

.iz-modal-hero .body {
  justify-content: center;
  display: flex;
  margin: 16px;
  flex-direction: column;
  align-items: center;
}

.iz-modal-hero .body img {
  width: 300px;
}

.iz-modal-hero .body .title {
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
}

.iz-modal-hero .body p {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}

.iz-modal-hero .modal-dialog .modal-content .body .btn- {
  display: flex;
  width: 100%;
  column-gap: 16px;
}

.btn-service-border {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 100%;
  height: 38px;
  border-radius: 6px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  border: 1px solid #763f98;
  background: white;
  color: #763f98 !important;
}

.card-sub-service {
  /* display: flex;
  flex-direction: column; */

  margin: 8px 0 8px 0;
  background-color: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 1px #1018281A;
}

.label-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
}

.label {
  background-color: #F2F4F7;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px 4px 8px;
  color: #763F98;
  border-radius: 8px;
}

.justify-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.label-price {
  margin-top: 4px;
}

.label-price .price {
  font-size: 14px;
  font-weight: 700;
  color: #344054;
  text-align: right;
}

.label-price .unit {
  font-size: 12px;
  font-weight: 400;
  color: #344054;
  text-align: right;
}

.add-wrapper {
  margin-top: 4px;
}

.ket-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

.ket {
  font-size: 16;
  font-weight: 400;
}

.btn-add-item {
  display: flex;
  border: 2px solid #763F98;
  padding: 6px 12px 6px 12px;
  border-radius: 8px;
  column-gap: 6px;
  width: 155px;
  justify-content: center;
}

.btn-add-item .title {
  color: #763F98;
  font-weight: 700;
}

.btn-detail-item {
  display: flex;
  border: 2px solid #763F98;
  padding: 6px 12px 6px 12px;
  border-radius: 8px;
  background-color: #763F98;
  color: white !important;
  font-size: 14px;
  font-weight: 600;
  width: 155px;
  justify-content: center;
  column-gap: 6px;
}

.iz-modal-guest-item-detail {
  margin: auto !important;
  padding: 0 !important;
  width: 750px !important;
  height: fit-content;
  background: #fff;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
  border-radius: 12px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #333;
  overflow: hidden !important;
}

.iz-modal-guest-item-detail .modal-dialog {
  width: 100% !important;
  margin: auto !important;
}

.iz-modal-guest-item-detail .header {
  max-width: 100%;
}

.iz-modal-guest-item-detail .header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  height: 56px;
  background: #763f98;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.iz-modal-guest-item-detail .header .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.iz-modal-guest-item-detail .header .close {
  float: none;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
}

.iz-modal-guest-item-detail .body {
  margin-top: 56px;
  min-height: 50vh;
  max-height: 60vh;
  /* overflow: auto; */
  display: flex;
}

.iz-modal-guest-item-detail .action-list {
  position: static;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
}

.title-ket-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.title-add-item {
  font-weight: 700;
  font-size: 14px;
  color: #344054;
}

.sum-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 3rem;
}

.action-list .btn-continue {
  display: flex;
  margin-top: 12px;
  padding: 8px;
  border-radius: 99px;
  border: 1px solid #763F98;
  background-color: #763F98;
  font-size: 14px;
  color: white !important;
  text-align: center;
  justify-content: center;
}

.cat-wrapper {
  padding: 1rem;
  width: 25%;
}

.item-cat-wrapper {
  flex-direction: row;
  display: flex;
  column-gap: 8px;
  margin: 1.5rem 0 1.5rem 0;
  align-items: center;
  cursor: pointer;
}

.title-cat {
  font-size: 16px;
  font-weight: 600;
  color: #667085;
}

.title-cat.active {
  color: #763F98;
}

.badges {
  background-color: #763F98;
  height: 24px;
  width: 24px;
  color: white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-wrapper {
  padding: 1rem 0;
  display: flex;
  column-gap: 0.5rem;
}

.btn-filter {
  padding: 3px 16px;
  border: 1px solid #EAECF0;
  border-radius: 6px;
  font-size: 14px;
  color: #667085;  
  cursor: pointer;
}

.btn-filter.active {
  border: 1px solid #763F98;
  color: #763F98;
  background-color: #F1ECF5;
}

.list-cat-wrapper {
  margin-top: 1rem;
  max-height: 50vh;
  overflow-y: auto;
}

.filter-product-wrapper {
  width: 75%;
  padding: 12px;
}

.product-wrapper {
  max-height: 50vh;
  overflow-y: auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.product-item-wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.product-item-wrapper .img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

.product-item-wrapper .title {
  margin-top: 1rem;
  font-size: 12px;
  font-weight: 600;
  color: #344054;
}

.product-item-wrapper .unit {
  color: #98A2B3;
  font-size: 10px;
}

.product-item-wrapper .btn-add {
  background-color: #41C0A9;
  display: flex;
  height: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: white !important;
  border-radius: 6px;
  margin-top: 1rem;
}

.product-item-wrapper .qty-wrapper {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.product-item-wrapper .qty {
  font-size: 16px;
  font-weight: 700;
}

.notes-photo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.title-notes {
  color: #41C0A9;
  font-size: 14px;
  font-weight: 600;
}

.bordered-active {
  border: 2px solid #763F98;
}

.result-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
}

.card-result-item {
  border: 1px solid #F2F4F7;
  border-radius: 1rem;
  padding: 1rem;
}

.card-result-item .title-service {
  font-weight: 400;
  font-size: 14px;
  color: #667085;
}

.card-result-item .title-wrapper {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* padding-bottom: 0.5rem;
  border-bottom: 1px solid #EAECF0; */
}

.card-result-item .title {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}

.card-result-item .unit {
  font-size: 14px;
  font-weight: 700;
  color: #344054;
}

.card-result-item .sub-total-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 1px solid #EAECF0;
}

.card-result-item .label-wrapper {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}

.card-result-item .label-wrapper .label {
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #F8F5FA;
  font-size: 12px;
  color: #763f98;
  font-weight: 600;
}

.cp {
  cursor: pointer;
}

.card-result-item .notes {
  font-size: 14px;
  font-weight: 400;
  color: #344054;
  margin-top: 0.5rem;
}

.card-result-item input{
  border: 1px solid white;
  border-bottom: 1px solid #EAECF0;
}

.card-result-item .action-btn {
  display: flex;
  flex-direction: row;
  justify-content: end;
  column-gap: 2rem;
  margin-top: 1rem;
}

.card-result-item .action-btn .btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}

.action-btn .delete-service {
  color: #F04438;
  font-size: 12px;
  font-weight: 400;
}

.action-btn .edit-service {
  color: #763F98;
  font-size: 12px;
  font-weight: 400;
}

.add-del-btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.add-del-btn-wrapper .btn-add-service {
  padding: 8px;
  background-color: #41C0A9;
  width: 25%;
  text-align: center;
  color: white !important;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.add-del-btn-wrapper .btn-del-service {
  color: #F04438 !important;
  font-size: 14px;
  font-weight: 600
}

.iz-modal-hero .modal-dialog .modal-content .body .btn-wrapper {
  display: flex;
  column-gap: 8px;
  cursor: pointer;
}

.time-wrapper select {
  margin-top: 1rem;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  background: #fff calc(100% - 10px) center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yOTY3MzkgMS40NTQ0N0wzLjU3MjgzIDUuMjc3NkMzLjYyNTY0IDUuMzM5MTkgMy42OTExNCA1LjM4ODYzIDMuNzY0ODUgNS40MjI1MkMzLjgzODU2IDUuNDU2NDIgMy45MTg3MyA1LjQ3Mzk3IDMuOTk5ODYgNS40NzM5N0M0LjA4MDk5IDUuNDczOTcgNC4xNjExNiA1LjQ1NjQyIDQuMjM0ODcgNS40MjI1MkM0LjMwODU4IDUuMzg4NjMgNC4zNzQwOSA1LjMzOTE5IDQuNDI2OSA1LjI3NzZMNy43MDI5OSAxLjQ1NDQ3QzguMDE1NjUgMS4wODk1NSA3Ljc1NjQzIDAuNTI1ODc5IDcuMjc1OTYgMC41MjU4NzlIMC43MjI4MzNDMC4yNDIzNjQgMC41MjU4NzkgLTAuMDE2ODU0OCAxLjA4OTU1IDAuMjk2NzM5IDEuNDU0NDdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: 8px 5px;
  background-repeat: no-repeat;
}

.time-wrapper select:focus {
  outline: none;
}

.body-wrapper {
  padding: 1rem;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  width: 100%;
}

.body-wrapper textarea {
  border-radius: 8px;
  padding: 1rem;
}

.body-wrapper textarea:focus {
  outline: 2px solid #763F98;
}

.body-wrapper .up-photo-wrapper {
  display: flex;
  column-gap: 1rem;
}

.body-wrapper .up-photo-wrapper .preview-image {
  width: 80px;
  height: 80px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
}

.trash-wrapper {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.trash-wrapper .icon {
  width: 30px;
  height: 30px;
}

.trash-wrapper .icon svg {
  color: red;
}

.tooltip-new {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip-new .tooltip-new-text {
  visibility: hidden;
  width: 225px;
  background-color: #344054;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 110%;
  text-align: left
}

.tooltip-new .tooltip-new-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #344054 transparent transparent;
}

.tooltip-new:hover .tooltip-new-text {
  visibility: visible;
}

.promo-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  height: 56px;
  background: #f9fafb;
  border: 1px solid #f2f4f7;
  border-radius: 6px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #41c0a9;
  justify-content: space-between;
  margin-top: 12px;
}

.promo-wrapper > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.promo-wrapper .iz-icon {
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
}

.iz-icon.iz-icon-percent {
  background-image: url(../../img/web/icon/percent.png) !important;
}

.promo-wrapper .see-promo {
  font-weight: 600;
  cursor: pointer;
}

.btn-used {
  background: #fff !important;
  border: 1px solid #f04438 !important;
  color: #f04438 !important;
  text-transform: none !important;
}
.btn-expand {
  display: none;
}

.btn-minimize {
  display: none;
}

.title-center {
  font-size: 26px;
  font-weight: 700;
  color: #344054;
  text-align: center;
}

.desc-center {
  font-size: 20px;
  font-weight: 400;
  color: #667085;
  text-align: center;
  display: block;
}

.desc-mobile {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  text-align: center;
  display: hidden;
}

.card-our-service {
  width: 335px;
  padding: 10px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 2px 2px 8px -2px #888888;
  margin-bottom: 20px;
  margin-top: 20px;
}

.slideshow-our-service .splide__pagination {
  display: none;
}

.card-our-service img {
  border-radius: 8px;
  width: 100%;
  height: 325px;
  object-fit: cover;
}

.card-our-service .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
  color: #344054;
}

.card-our-service .desc-wrapper {
  display: flex;
  align-items: end;
  column-gap: 52px;
}

.card-our-service .desc {
  font-size: 12px;
  font-weight: 400;
  color: #344054;
}

.padding-vertical {
  padding-top: 16px;
  padding-bottom: 16px;
}

.what-they-say img {
  width: 101%;
  margin-left: -8px;
}

.card-what {
  background-color: white;
  border-radius: 16px;
  padding: 12px 20px;
  width: 320px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  box-shadow: 2px 5px 12px -8px #888888;
  margin-top: 16px;
  margin-bottom: 40px;
}

.slideshow-what-they-say .splide__pagination {
  display: none;
}

.card-what .desc {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.card-what .stars {
  color: #FDB022;
  font-size: 20px;
  letter-spacing: 4px;
}

.card-what img {
  width: 80px;
  height: 80px;
  border-radius: 99px;
  object-fit: cover;
}

.card-what .name {
  font-weight: 600;
  font-size: 16px;
  color: #344054;
}

.card-what .job {
  font-weight: 400;
  font-size: 16px;
  color: #667085;
}

.card-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0 20px 0;
  column-gap: 20px;
}

.card-blog {
  background-color: white;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 2px 5px 12px -8px #888888;
  cursor: pointer;
}

.card-blog img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.card-blog .title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  max-height: 50px;
  color: #344054;
  white-space: pre-line;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-blog .desc {
  font-size: 12px;
  font-weight: 400;
  color: #667085;
  white-space: pre-line;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-blog .tag {
  margin: 6px 0 8px 0;
  color: #763F98;
  background-color: #F1ECF5;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.card-blog .created {
  color: #D0D5DD;
  font-size: 12px;
}

.btn-article-more {
  background-color: white;
  border: 2px solid #763f98;
  border-radius: 6px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #763F98 !important;
  column-gap: 8px;
  margin-top: 12px;
}

.grid-coverage {
  margin: 20px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.grid-coverage .title {
  font-size: 16px;
  text-align: center;
}

.grid-partner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-partner .logo {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact-box {
  position: fixed;
  bottom: 12px;
  right: 70px;
  opacity: 1;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 4px 6px 10px -5px #888888;
  background-color: white;
  padding: 12px 20px;
  border-radius: 8px;
}

.iz-direct-service {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 1.25rem;
}

.card-direct-service {
  padding: 16px;
  border-radius: 12px;
  box-shadow: 2px 2px 8px -2px #888888;
  transition: transform .3s;
}

.card-direct-service:hover {
  -ms-transform: scale(1.0.5); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}

.card-direct-service.disabled {
  pointer-events: none;
  cursor: default;
}

.card-direct-service img {
  width: 100%;
}

.iz-direct-service .title {
  margin-top: 12px;
  font-size: 30px;
  font-weight: 700;
}

.iz-direct-service .desc {
  margin-top: 12px;
}

.slideshow-our-partner .splide__pagination {
  display: none;
}

.mobile-phone {
  display: none;
}

.card-app {
  background-color: white;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 5px 12px -8px #888888;
  padding-bottom: 20px;
  background-image: url(../../img/background-mobile-store.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.card-app .title {
  font-size: 30px;
  font-weight: 700;
}

.card-app .desc {
  color: #344054;
  margin-top: 8px;
}

.new-location-container {
  position: relative;
  cursor: pointer;
}

.new-location-container .pin-wrapper {
  display: flex;
  position: absolute;
  bottom: 40px;
}

.new-location-container .pin-wrapper .title {
  margin-left: 8px;
  color: #667085;
  font-size: 12px;
}

.new-location-container .location-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #F9FAFB;
  align-items: center;
  border-radius: 8px;
}

.new-location-container .location-wrapper .iz-location {
  font-family: 'Open Sans';
  color: #763F98;
  font-weight: 600;
}

.iz-navbar-mobile-new {
  display: none;
}

.iz-modal-promo-detail .body {
  display: flex;
  padding: 20px;
  padding-bottom: 60px;
  width: 100%;
  flex-direction: column;
}

.iz-modal-promo-detail .body .register-wrapper {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.iz-modal-promo-detail .body .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #344054;
  margin-top: 20px;
}

.iz-modal-promo-detail .body .desc {
  font-size: 20px;
  font-weight: 400;
  color: #667085;
  margin-top: 8px;
}

.iz-modal-promo-detail .body .btn-continue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 60%;
  height: 38px;
  background: #2FCDCF;
  border-radius: 6px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  margin-top: 50px;
}
.iz-modal-promo-detail .body .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-pay-wrapper {
  display: flex;
  margin-top: 20px;
  row-gap: 12px;
  flex-direction: column;
}

.item-pay-wrapper {
  display: flex;
  flex-direction: row;
  padding: 8px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
}

.image-pay-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.item-pay-wrapper .title {
  font-size: 16px;
  font-weight: 700;
}

.item-pay-wrapper .radio {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #98A2B3;
  height: 20px;
  width: 20px;
}

.other-pay-wrapper {
  margin-top: 8px;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.other-pay-wrapper .title-wrapper .title-other {
  color: #763F98;
  font-size: 16px;
  font-weight: 700;
}

.other-pay-wrapper .title-wrapper .desc-other {
  font-style: italic;
  color: #98A2B3;
}

.tab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.tab-grid .item {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #ffffff;
  font-size: 16px;
  color: #667085;
  padding-bottom: 8px;
  cursor: pointer;
}

.tab-grid .item.active {
  border-color: #763F98;
  color: #763F98;
  font-weight: 600;
}

.filter-service {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

}

.filter-service .item {
  padding: 8px;
  border: 2px solid #D0D5DD;
  border-radius: 16px;
  font-size: 14px;
  color: #98A2B3;
  cursor: pointer;
  width: 125px;
  text-align: center;
}

.filter-service .item.active {
  color: #763F98;
  font-weight: 600;
  border-color: #763F98;
}

.plus-min-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.plus-min-wrapper span {
  font-size: 20px;
  font-weight: 700;
  color: #344054;
}

.info-wrapper {
  display: flex;
  padding: 16px;
  column-gap: 12px;
  border-radius: 12px;
  background-color: #EFF6FE;
  margin-top: 20px;
}

.info-wrapper .title {
  color: #344054;
  font-weight: 700;
  font-size: 14px;
}

.info-wrapper .desc {
  font-size: 14px;
  font-weight: 400;
  color: #344054;
  margin-top: 4px;
}

.info-wrapper .time {
  font-size: 18px;
  font-weight: 600;
  color: #61A2F9;
  margin-top: 4px;
}

.sub-title {
  color: #667085;
  margin-top: 24px;
}

.pickup-delivery-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  padding: 0 12px;
  column-gap: 12px;
}

.pickup-delivery-wrapper .item {
  display: flex;
  border-radius: 12px;
  /* align-items: center; */
  width: 50%;
  column-gap: 16px;
  border: 1px solid #EAECF0;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
  color: #98A2B3;
  font-weight: 700;
  background-color: #FFFFFF;
}

.pickup-delivery-wrapper .item.active {
  background-color: #F2F4F7;
  border-color: #F2F4F7;
  color: #763F98;
}

.delivery-schedule {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  margin-top: 24px;
  font-weight: 700;
  color: #41C0A9;
  cursor: pointer;
}

.hr {
  border-bottom: 2px solid #EAECF0;
  margin-top: 24px;
}

.box-address {
  display: flex;
  border: 1px solid #D0D5DD;
  margin-top: 20px;
  border-radius: 16px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  row-gap: 16px;
}

.box-address .title {
  color: #763F98;
  font-weight: 600;
  cursor: pointer;
}

.box-address .desc {
  color: #667085;
}

.service-additional {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.service-additional .item {
  display: flex;
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #D0D5DD;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}

.service-additional .item.active {
  border-color: #763F98;
  background-color: #F8F5FA;
}

.service-additional .item .wrapper {
  display: flex;
  column-gap: 8px;
  font-style: italic;
}

.service-additional .item .title {
  font-size: 16px;
  font-weight: 600;
  color: #344054;
}

.service-additional .item .desc {
  font-size: 12px;
  font-weight: 300;
  color: #667085;
}

.service-additional .item .price {
  font-size: 16px;
  font-style: italic;
  color: #344054;
  font-weight: 600;
}

.box-address-delivery {
  margin-top: 20px;
  border: 1px solid #D0D5DD;
  padding: 12px 16px;
  border-radius: 16px;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
}

.box-address-delivery .title {
  font-weight: 700;
  font-size: 14px;
  color: #344054;
}

.box-address-delivery .edit {
  font-size: 12px;
  font-weight: 600;
  color: #763F98;
  cursor: pointer;
}

.box-address-delivery .number {
  color: #667085;
  font-weight: 400;
  font-size: 14px;
}

.box-drop-point {
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 16px;
  background-color: #F9FAFB;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.box-drop-point .wrapper {
  display: flex;
  column-gap: 8px;
  align-items: start;
}

.box-drop-point .title {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}

.box-drop-point .desc {
  font-size: 14px;
  color: #344054;
}

@media (max-width: 991.98px) {
  .iz-navbar-mobile-new {
    background-color: white;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 18px -16px #888888;
  }

  .iz-navbar-mobile-action-logo-new {
    width: 35px;
    height: 35px;
  }

  .iz-navbar-mobile-new .location-wrapper {
    padding: 10px 16px;
    background-color: #F9FAFB;
    border-radius: 8px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .iz-navbar-mobile-new .icon-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .iz-navbar-mobile-new .iz-location {
    margin-left: 8px;
    color: #763F98;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
  }

  .iz-navbar-mobile-new .iz-navbar-mobile-action-btn-side-drawer {
    background-color: transparent;
    border: unset;
  }

  .iz-side-drawer-close-new {
    display: flex;
    justify-content: end;
  }

}

@media (max-width:768px) { 
  .hero-banner {
    padding: 12px;
    justify-content: center;
    flex-direction: column-reverse;
    height: auto;
    row-gap: 12px;
  }

  .hero-banner .title {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-banner .desc {
    font-size: 14px;
  }

  .hero-banner .btn-order-now {
    width: auto;
    margin-top: 3rem;
  }

  /* .hero-banner img {
    width: 100%;
    height: 100%;
    background-size: cover;
  } */

  /* .iz-direct-wrapper {
    border-radius: 0;
    margin-top: 0;
  } */

  .container-direct {
    padding: 0;
  }

  .iz-direct-wrapper {
    margin-top: 0;
  }

  .iz-direct-wrapper .grid {
    /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
    flex-direction: column;
    display: flex;
    row-gap: 1rem;
  }

  .grid .signature {
    width: auto;
  }

  .grid-review {
    display: -webkit-inline-box;
    flex-direction: column;
    row-gap: 16px;
  }

  /* .grid-review .list {
    margin-right: 0;
  } */

  .iz-direct-wrapper .grid-why {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }

  .iz-pickup-wrapper {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .time-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .grid-date-wrapper {
    display: -webkit-inline-box;
  }

  .grid-time {
    display: -webkit-inline-box;
  }

  /* .service-wrapper {
    margin: 1rem;
  } */

  .title-star-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .address-wrapper  {
    width: 75%;
  }

  .input-pickup  {
    width: 75%;
  }


  .ic-search {
    right: 15%;
  }

  .label-input-wrapper {
    width: 100%;
  }

  .add-del-btn-wrapper .btn-add-service {
    width: 50%;
  }

  .iz-modal-guest-item-detail {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    width: inherit !important;
  }

  .iz-modal-guest-item-detail .body {
    flex-direction: column;
  }

  .cat-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    column-gap: 1rem;
  }

  .list-cat-wrapper {
    display: flex;
    margin-top: 0;
  }

  .item-cat-wrapper {
    margin: 0 1rem;
  }

  .title-cat {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .filter-wrapper {
    padding: 0;
  }

  .action-list {
    flex-direction: column;
  }

  .sum-wrapper {
    justify-content: space-between;
  }

  .filter-product-wrapper {
    width: 100%;
  }

  .product-wrapper {
    margin-top: 1rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 3rem;
  }

  .sidebar-service {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .detail-minimize {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .detail-expand {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .title-dekstop {
    display: none;
  }

  .btn-expand, .btn-minimize {
    display: flex;
  }

  .iz-direct-service {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .desc-center {
    font-size: 16px;
  }

  .desc-mobile {
    display: block;
  }

  .slideshow-our-partner .splide__track {
    /* justify-content: center; */
    /* display: flex; */
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 20px;
  }

  /* .slideshow-our-partner .splide__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid !important;
    gap: 5rem;
  } */

  .hero-banner2 {
    padding: 0 !important;
  }

  .hero-banner2 img {
    border-radius: 16px 16px 0 0;
    height: 400px;
    object-fit: cover;
  }

  .hero-banner .btn-wrap {
    padding: 12px;
  }

  .card-blog-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }

  /* .slideshow-our-service .splide__list {
    flex-direction: column !important;
  } */

  /* .card-our-service {
    width: auto;
    margin-right: 6px;
    margin-left: 6px;
  } */

  /* .card-what {
    margin-right: 6px;
    margin-left: 6px;
    width: auto;
    margin-bottom: 20px;
  } */

  .what-they-say>.banner-apps {
    display: none;
  }

  .mobile-phone {
    display: block;
  }

  
}