body {
  background: #eeeeee;
  padding-bottom: 50px;
}

.deal_details_slider {
  z-index: 1;
}

.deal_details_slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
}
.deal-details-cont {
  margin-bottom: 20px !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 15px !important;
}

.wrap_slider .swiper-pagination-bullet {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: grey;
  opacity: 1;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.wrap_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.left-cont {
  position: relative;
}

.left-cont .back-btn {
  z-index: 100;
  position: absolute;
  top: 15px;
  left: 20px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.left-cont .back-btn a {
  color: white;
}

.deal-details {
  z-index: 2;
  position: relative;
  background: white;
  border-radius: 10px;
  border-bottom: 3px solid var(--tealBorder);
  margin-top: -35px;
  padding: 20px;
}

.deal-details > h4 {
  font-size: 20px;
  font-weight: 600;
}

.deal-details > p {
  font-size: 13px;
  margin: 0;
  font-weight: 300;
  color: #7f8a89;
}

.deal-details > .tagline-and-expiry {
  margin-top: 8px;
}

.deal-details .destination-tagline {
  color: var(--tealThemeDark);
  font-weight: 600;
}

.brand-title {
  margin: 10px 0;
  color: rgba(48, 62, 63, 0.8);
  font-weight: 400;
  font-size: 16px !important;
}

.brand-title > span {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pricing-and-claim .pricing {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.pricing-and-claim .pricing > span {
  color: var(--tealThemeDark);
}

.pricing-and-claim .pricing > div:nth-child(1) {
  color: var(--tealThemeDark);
  font-weight: 800;
  font-size: 26px;
}

.pricing-and-claim .pricing > div:nth-child(2) {
  color: #7f8a89;
  text-decoration: line-through;
}

.pricing-and-claim .pricing > div:nth-child(3) {
  color: var(--tealThemeDark);
}

.pricing-and-claim .claim-and-share {
  display: grid;
  grid-template-columns: 70% auto;
  box-sizing: border-box;
  gap: 10px;
  margin-top: 10px;
}

.pricing-and-claim .claim-and-share button,
.follow-button {
  width: 100%;
  border: none;
  border-radius: 5px;
}

.pricing-and-claim .claim-and-share .claim-deal button,
.follow-button,
.share-profile,
.follow-loading {
  background: var(--tealThemeDark);
  color: white;
  font-weight: 600;
  padding: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border-radius: 8px;
}

.follow-button {
  display: none;
}

.pricing-and-claim .claim-and-share .claim-deal button:disabled {
  background: #e5e3e3;
  color: #aaaaaa;
}

.pricing-and-claim .claim-and-share .share-deal button {
  background: transparent;
  color: #0f232f;
  font-size: 16px;
  padding: 5px;
  height: 100%;
  font-weight: 600;
  border-radius: 8px;
  border: 1.7px solid #dfe0e5;
}

.pricing-and-claim .claim-and-share .share-deal button:disabled {
  background: #e5e3e3;
  color: #aaaaaa;
}

.expiry {
  color: var(--goldThemeDark);
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
}

.creator-branding {
  background: var(--tealThemeLight);
  display: none;
  gap: 10px;
  width: 95%;
  margin: auto;
  justify-content: space-between;
  color: #32303f;
  font-weight: 500;
  align-items: center;
  padding: 10px 15px;
  margin-top: 20px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #9fdedf;
  border-radius: 8px;
}

.creator-branding h2 {
  font-size: 20px !important;
}

.creator-branding.follow-advisor {
  width: 100%;
  border: none;
  background: white;
  border-radius: 5px;
  padding: 20px 25px;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
  align-items: start;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  border-radius: 8px;
}

.creator-branding.follow-advisor > div:nth-child(1) {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
}

.creator-branding.follow-advisor > div:nth-child(2) {
  display: grid;
  grid-template-columns: 48% 48%;
  width: 100%;
  max-width: 480px;
  justify-content: space-between;
}

.creator-branding.follow-advisor .share-profile {
  width: 100%;
}

.creator-branding.follow-advisor .share-profile button,
.view-profile {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 5px;
  width: 100%;
  border: none;
  border-radius: 8px;
  max-width: 240px;
}

.creator-branding p {
  margin: 0;
}

.creator-branding p span {
  text-transform: lowercase;
}

.creator-branding p:nth-child(2) {
  color: #2e7cf6;
  font-size: 12px;
}

.creator-branding.follow-advisor p {
  color: #7b8a8a;
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
}

.creator-branding .user-img img {
  height: 50px;
  width: 50px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.creator-branding.follow-advisor .user-img img {
  height: 80px;
  width: 80px;
}

.creator-branding .user-img svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}

.creator-branding .user-img .squircle-image--wrapper img {
  clip-path: url(#squircle);
}

.creator-branding-follow {
  display: none;
  grid-template-columns: 100px auto;
  background: white;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;

  border-bottom: 2px solid #9fdedf;
}

.creator-branding-follow img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  margin-top: -25px;
}

.creator-branding-follow > div > div > div:nth-child(1) {
  display: flex;
  gap: 10px;
  align-items: center;
}

.creator-branding-follow h2 {
  margin: 0;
  color: #32303f;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.creator-branding-follow > div > div > div:nth-child(2) p {
  color: #7b8a8a;
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
}

.creator-branding-follow > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.creator-branding-follow p3 {
  display: none;
}

.creator-branding-follow .follow-button,
.creator-branding-follow .share-profile,
.creator-branding-follow .follow-loading {
  display: none;
  background: var(--tealThemeLight);
  border: 1px solid var(--tealBorder);
  color: var(--tealThemeDark);
}

svg.squircle-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.squircle-wrapper img {
  height: 80px;
  width: 80px;
  clip-path: url(#squircle-clip-path);
}

.deal-description {
  background: white;
  padding: 20px;
  margin-top: 20px;
}

.deal-description h4 {
  font-size: 20px;
  font-weight: 600;
}

.bottom-bar {
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
}

#tooltip {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #5f5959;
  background: var(--tealThemeLight);
  border-radius: 5px;
  gap: 10px;
}

#tooltip:before {
  content: "";
  position: absolute;
  left: 5%;
  top: initial;
  bottom: -10px;
  width: 10px;
  height: 10px;
  background: #f3f4f6;
  box-shadow: 0px 0px var(--shadowSize) var(--shadowColor);
  transform: translate(50%, -50%) rotate(135deg);
  clip-path: polygon(
    calc(var(--shadowSize) * -1) calc(var(--shadowSize) * -1),
    calc(100% + var(--shadowSize)) calc(var(--shadowSize) * -1),
    calc(100% + var(--shadowSize)) calc(100% + var(--shadowSize))
  );
}

.ask-me {
  background: var(--tealThemeLight);
  color: var(--tealThemeDark);
  border-top: 3px solid var(--tealBorder);
  border-radius: 10px 10px 0 0;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.ask-me > div:nth-child(1) {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.ask-me span:nth-child(2) {
  color: black;
  font-weight: 500;
}

.ask-me button {
  background: var(--tealThemeDark);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 100px;
}

.desktop {
  display: none;
}

.desktop-images-grid {
  display: none;
}

#sticky-navbar {
  z-index: 200;
  display: none;
  background: white;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 20px;
  padding-right: 5px;
  left: 0;
  border-bottom: 3px solid var(--tealBorder);
}

#sticky-navbar > h3 {
  font-size: 20px;
}

#sticky-navbar > div > span:nth-child(1) {
  color: var(--tealThemeDark);
  font-size: 22px;
  font-weight: 900;
}

#sticky-navbar > div > span.market-price {
  color: #7f8a89;
  text-decoration: line-through;
}

#sticky-navbar > div > span.onwards {
  color: var(--tealThemeDark);
}

#sticky-navbar > div button {
  border: none;
  background: var(--tealThemeDark);
  color: white;
  padding: 10px;
  border-radius: 5px;
  min-width: 55%;
  margin-left: 10px;
}

#sticky-navbar > div button:disabled {
  background: #e5e3e3;
  color: #aaaaaa;
}

.sticky {
  display: block !important;
  position: fixed;
  top: 0;
  width: 100%;
}

/* **** modal **** */
#askAdviceModal form {
  display: block;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 22px;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .modal-body form {
  display: block;
}

.modal .modal-content .mdl-title h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #565d6d;
  margin: 0 0 5px;
}

.modal .modal-content .mdl-title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #565d6d;
  margin: 0 0 18px;
}

.modal .modal-content form .form-group {
  margin: 0 0 12px;
}

.modal .modal-content form .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 5px;
}

.modal .modal-content form .form-group .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #171a1f;
  padding: 8px 12px;
  box-shadow: none;
  outline: none;
  height: auto;
  border: 1px solid #9095a1;
  border-radius: 4px;
}

.modal .modal-content form .form-group .form-control::placeholder {
  color: #171a1f;
}

.modal .modal-content form .submit-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 0 0 12px;
  background: var(--tealThemeDark);
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  border: none;
}

.modal .modal-content form .close-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--tealThemeDark);
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  border: 1px solid var(--tealThemeDark);
}

.modal .modal-content input::placeholder {
  color: grey !important;
}

.modal .modal-content .question-input {
  height: 100px;
  width: 100%;
  padding: 10px;
}

/* **** End modal **** */

.price-card > div {
  display: flex;
}

.selected-price-card {
  background: #f2f2f2 !important;
  color: rgba(50, 48, 63, 0.8) !important;
  margin: 10px 0px;
  cursor: pointer;
  background: var(--tealThemeLight);
  display: flex;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.selected-price-card > div:nth-child(1) {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}

.selected-price-card h4 {
  font-size: 18px;
  margin: 0;
  font-weight: light;
}

.selected-price-card p {
  font-size: 12px;
  color: #7f7f8a;
  margin: 0;
}

/******** Sharing Card *********/
.sharing-options-wrapper .sharing-options-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
}

.sharing-options-wrapper .bottom-sheet {
  background: white;
  display: none;
  width: 100%;
  height: 450px;
  position: fixed;
  z-index: 600;
  border-radius: 15px 15px 0 0;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}

.sharing-options-wrapper.show-modal .sharing-options-backdrop {
  opacity: 1;
  pointer-events: all;
}

.sharing-options-wrapper.show-modal .bottom-sheet {
  display: block;
  bottom: 0px;
}

.sharing-options-wrapper .heading {
  display: flex;
  justify-content: space-between;
}

.sharing-options-wrapper .heading p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 20px;
  font-weight: 500;
}

.sharing-options-wrapper .sharing-options .copy-link {
  background: #fafaf7;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
}

.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) > div:nth-child(1) {
  text-transform: uppercase;
  color: #aab5b6;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(1) > div:nth-child(2) {
  color: #222b2c;
  font-weight: 400;
}

.sharing-options-wrapper .sharing-options .copy-link > div:nth-child(2) {
  color: #027274 !important;
  font-size: 30px;
}

.sharing-options-wrapper .sharing-options .options {
  margin-top: 30px;
  max-height: 270px;
  overflow: auto;
}

.sharing-options-wrapper .sharing-options button > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sharing-options-wrapper #sharing-options .accordion-header button {
  background: #fafaf7;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}

.sharing-options-wrapper #sharing-options > div {
  border: none;
  margin-bottom: 10px;
}

.sharing-options-wrapper #sharing-options > div > div {
  background: #fafaf7;
}

.sharing-options .accordion-body {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.sharing-options .accordion-body img {
  height: 150px;
  width: 90px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 10px;
}

.sharing-options #collapseInsta img,
.sharing-options #collapseFacebook img {
  filter: grayscale(100%);
}

.sharing-options #collapseInsta a,
.sharing-options #collapseFacebook a {
  background: rgb(127, 138, 137);
}

.sharing-options .accordion-body a {
  border: none;
  background: #027274;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 8px;
  text-decoration: none;
}

/******** End Sharing Card *********/

.chat-with-us {
  position: fixed;
  bottom: 0;
  border-radius: 0px;
  border: none;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.06);
  background: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  z-index: 100;
}

.chat-with-us > div > img {
  height: 24px;
  width: 24px;
}

.chat-with-us > div {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 14px;
  font-weight: 500;
}

.submit-inquiry-cta {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 200;
  border-radius: 22px 0 0 22px;
  background: #b23737;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px;
  display: flex;
  gap: 10px;
}

.submit-inquiry-cta > p {
  margin: 0;
}

/* Responsive */
@media (max-width: 400px) {
  .deal-details,
  .deal-description {
    padding: 15px 10px;
  }

  .place_action_btn a {
    max-width: unset;
    width: calc(50% - 6px);
  }

  .place_action_btn a:not(:last-child) {
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  #sticky-navbar {
    display: none !important;
  }

  .deal-details-cont {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 1440px;
    margin: auto;
    margin-top: 20px;
  }

  .deal-details {
    margin-top: 0;
    border-radius: 0;
    border: none;
    position: relative;
  }

  .deal-details:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 15px;
    width: 90%;
    left: 5%;
    border-bottom: 2px solid #edfafb;
  }

  .deal-details-cont > div {
    width: 100%;
    display: grid;
    grid-template-columns: 39% 59%;
    justify-content: space-between;
  }

  .mobile {
    display: none;
  }

  .desktop {
    margin-left: 10px;
    display: inline;
  }

  .pricing-and-claim {
    display: grid;
    align-items: end;
    grid-template-columns: 250px auto;
  }

  .pricing-and-claim .claim-and-share {
    text-align: right;
    grid-template-columns: 100%;
  }

  .pricing-and-claim .claim-and-share button {
    max-width: 300px;
  }

  .pricing-and-claim .claim-and-share .share-deal {
    display: none;
  }

  .carousel {
    display: none;
  }

  .desktop-images-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }

  .desktop-images-grid img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
  }

  .desktop-images-grid img:nth-child(n + 2) {
    width: 49%;
    height: 132px;
  }

  .ask-me {
    background: var(--tealThemeLight);
    color: var(--tealThemeDark);
    border-top: 3px solid var(--tealBorder);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 30px;
    position: fixed;
    width: initial;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
  }

  .ask-me span:nth-child(2) {
    color: black;
    font-weight: 500;
  }

  .ask-me button {
    background: var(--tealThemeDark);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .ask-me button:hover {
    color: white;
  }

  #tooltip {
    display: none;
    max-width: 350px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .form-submission-loading-sheet {
    display: grid;
    place-items: center;
  }

  .form-submission-loading-sheet .body {
    width: 450px;
    position: fixed;
    border-radius: 15px;
  }

  .form-submission-loading-sheet.show-modal .body {
    transform: translateY(-50%);
  }

  .creator-branding .mobile-only {
    display: none;
  }

  .creator-branding > div:nth-child(1) {
    display: flex;
    gap: 5px;
    align-items: end;
  }

  .creator-branding {
    border: none;
  }

  .creator-branding-follow {
    border: 1px solid #e7e7e7;
    border-bottom: 4px solid #e7e7e7;
  }

  .creator-branding-follow > div:nth-child(2) {
    flex-direction: column;
  }

  .creator-branding-follow > div:nth-child(2) {
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
    align-items: center;
  }

  .chat-with-us {
    position: relative;
    border-radius: 6px;
    border: 1px solid var(--Light-Support-Divider, #ebecef);
    background: var(--Light-Base-BG1, #f6f8fb);
    box-shadow: none;
    justify-content: start;
  }

  .submit-inquiry-cta {
    border-radius: 22px;
    right: auto;
    right: 100px;
  }
}
