* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Manrope", sans-serif;
  line-height: 120%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.wrapper {
  padding: 0.5rem 0 0;
}

h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}

.breadcrumb-item {
  font-weight: 600;
  font-size: 12px;
}

.breadcrumb-item a {
  color: #000000;
  font-size: 12px;
}

.breadcrumb-item.active {
  color: #828282;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.2rem;
}

.insights {
  display: flex;
  align-items: center;
  justify-content: unset;
}

.insights span {
  font-size: 12px;
  padding: 0 0.6rem;
  line-height: 80%;
}

.insights span:first-child {
  padding-left: 0;
}

.insights span:nth-child(2) {
  border: solid #000000;
  border-width: 0 1px 0 1px;
}

.top_img_section img:not(img[alt="star rating"]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.office_card {
  display: flex;
  align-items: unset;
  justify-content: unset;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  min-height: 232.75px;
  border: 0.5px solid #d9d9d9;
}

.office_card>* {
  flex: 1 1 50%;
}

.of_left {
  padding: 0.6rem 0.8rem;
  display: flex;
  align-items: unset;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.of_left::after {
  content: "";
  display: block;
  width: 173px;
  height: 168px;
  background-image: url("https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/office-star.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -1rem;
  bottom: 0.5rem;
  z-index: -1;
}

.location {
  font-size: 20px;
  font-weight: bold;
}

.rating {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.4rem;
}

.office_card.fade {
  opacity: 0;
}

.office_img {
  transition: opacity 0.6s ease-in-out;
  border-radius: 0 10px 10px 0 !important;
  width: 100%;
}

.price_contact_detais {
  border: 0.5px solid #d9d9d9;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}

.price_contact_detais hr {
  border-width: 0.5px;
  opacity: 1;
  color: #d9d9d9;
}

.price_contact_detais span {
  display: flex;
  margin-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
}

.price_contact_detais span img {
  width: 20px;
  margin-right: 4px;
}

.label {
  font-weight: bold;
}

.price {
  font-size: 34px;
  font-weight: 800;
}

.price sub {
  font-size: 16px;
  font-weight: bold;
  bottom: 1.8px;
}

.btn-box {
  text-align: center;
}

.quote_btn {
  margin: 1rem 0 .5rem;
  width: 100%;
  padding: 11px;
  border-radius: 49px;
  background-color: #27bdbe;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 0 2.89px 2.89px 0 rgba(19, 111, 112, 0.2);
}

.whatsapp {
  width: 100%;
  height: 100%;
  padding: 7px 13px;
  background-color: #25d366;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}

main section {
  margin-top: 3rem;
}

main section:first-child {
  margin-top: 2rem;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #0f6464;
}

.guide_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1rem;
}

.table_wrapper {
  border-radius: 4px;
  border: solid #e3e3e3;
  border-width: 0 1px 0 1px;
  margin-top: 2rem;
}

table {
  width: 100%;
}

th {
  background-color: #27bdbe;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 14px;
}

td {
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
}

.clusion_box {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
  height: 100%;
}

.clusion_box ul {
  margin-top: 1.5rem;
}

.clusion_box ul li {
  margin-bottom: 0.6rem;
}

.box_title {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.8rem;
}

.box_title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #219192;
  margin-bottom: 0;
}

.dubai-style {
  background-color: #2F2F2F;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.dubai-style.show {
  opacity: 1;
  visibility: visible;
}

.dubai-style .inner-text {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.dubai-style .inner-text h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
  line-height: 120%;
}

.dubai-style .inner-text p {
  margin: 0;
  font-weight: 600;
  line-height: 120%;
}

.dubai-style .inner-text p span {
  color: #ffffff;
  font-size: 16px;
}

.dubai-style .btn-box span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

.dubai-style .btn-box span img {
  width: 23px;
}

.dubai-style .inner-text p strong {
  color: #ffffff;
  font-size: 24px;
}

.dubai-style .inner-text .btn {
  background-color: #27BDBE;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%;
  padding: 6px 15px;
}

.dubai-style .inner-text .btn img {
  margin-left: 10px;
}

.accordion-item {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #00000038 !important;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  margin-bottom: 15px;
}

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

.accordion-button::after {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: auto;
  content: "+";
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  background: none !important;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  content: "–";
  transform: rotate(0deg);
}

.accordion-item .accordion-button {
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  color: #000000;
  background-color: transparent;
  padding: 8px 0 !important;
}

.accordion-item .accordion-button span {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  background-color: #27BDBE;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px;
  margin-right: 10px;
}

.accordion-item .accordion-button.collapsed {
  margin: 8px 0;
}

.accordion-body {
  padding-top: 0;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 34px;
  }

  .owl-carousel {
    position: relative;
  }

  .owl-dots {
    position: absolute;
    left: 50%;
    bottom: .5rem;
    translate: -50%;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    opacity: 60%;
    background-color: rgba(255, 255, 255, 1);
  }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(255, 255, 255, 1);
    opacity: 100%;
  }

  .owl-carousel .owl-item img {
    border-radius: 10px;
  }

  .price_contact_detais span {
    font-size: 14px;
    margin-bottom: .5rem;
  }

  .whatsapp {
    font-weight: 600;
    font-size: 14px;
  }

  .price_contact_detais {
    height: auto;
  }

  .office_card {
    margin-top: 1rem;
    min-height: unset;
    max-height: 210px;
  }

  h2 {
    font-size: 24px;
  }

  main section {
    margin-top: 2rem;
  }

  .table_wrapper {
    margin-top: 1rem;
  }

  .accordion-item .accordion-button {
    font-size: 16px;
  }

  .accordion-item .accordion-button.collapsed {
    margin: .3rem 0;
  }

  .box_title h3 {
    font-size: 20px;
  }

  .box_title img {
    max-width: 30px;
  }

  .clusion_box {
    padding: 25px;
  }

  .dubai-style .inner-text h3 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }

  .price {
    font-size: 20px;
  }

  .price sub {
    font-size: 13px;
  }

  .dubai-style .inner-text p {
    width: 28%;
  }

  .insights span {
    font-size: 11px;
    padding: 0 0.5rem;

  }
}