* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f8fb;
  color: #0f232f;
  font-family: "Figtree", sans-serif;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
form,
figure,
label {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #0f232f;
}

a:hover {
  text-decoration: none;
  color: #0f232f;
}

.container {
  max-width: 1166px !important;
}

.flex {
  display: flex;
}

.flex-i {
  display: flex;
  /* align-items: center; */
}

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

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

.r-50 {
  border-radius: 50%;
}

.nav-bar {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #ebecef;
}
.nav-bar > div {
  max-width: 1166px;
}
.prfimg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.banner {
  padding: 32px 0 24px;
}

.bannTopRow {
  margin-bottom: 16px;
}

.bannTopRow__box1 {
  width: 85%;
}

.bannTopRow__box1-h {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.005em;
  text-align: left;
}

.bannTopRow__box1-sp {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #757c8d;
}

.bannTopRowBox2__pop {
  cursor: pointer;
}

.bannTopRowBox2__pop i {
  font-size: 18px;
  color: #0f232f;
}

.bannTopRowBox2__pop-sp {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #0f232f;
}

.bannerImagesRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.bannerImagesRowLink {
  position: absolute;
  width: fit-content;
  right: 16px;
  bottom: 16px;
  padding: 6px 12px 6px 12px;
  border-radius: 6px;
  border: 1px solid #ebecef;
  background-color: #00000099;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  color: #fff;
}

.bannerImagesRowLink:hover {
  color: #fff;
  background-color: transparent;
}

.bannerImgbox {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

.bannerImgbox__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.bannerImgbox1 {
  width: 49%;
}

.bannerImgbox2 {
  width: 24%;
}

.userfollowBox1 {
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 380px;
}

.userfollowBox1__content {
  width: calc(100% - 55px);
}

.userfollowBox1__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.userfollowBox1__h {
  color: var(--light-text-primary, #0f232f);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.042px;
}

.userfollowBox1__p {
  font-size: 14px;
  font-weight: 200;
  line-height: 17px;
  letter-spacing: 0em;
  color: #757c8d;
  margin-top: 2px;
}

.userfollowRow {
  margin-bottom: 24px;
}

.userfollowRow__btn {
  width: fit-content;
  padding: 10px 24px 10px 24px;
  border-radius: 6px;
  border: 1px solid #ebecef;
  background-color: #fff;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.userfollowRow__btn:hover {
  background-color: transparent;
}

.toltipm {
  position: relative;
  background-color: #eeebff;
  max-width: 632px;
  padding: 10px 16px 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.003em;
  /* margin-bottom: 24px; */
}

.toltipm::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #eeebff;
  border-radius: 2px;
  top: -10px;
  left: 16px;
  transform: rotate(45deg);
  z-index: -1;
}

.hrline {
  width: 100%;
  height: 1px;
  background-color: #ebecef;
  margin-bottom: 15px;
}
#city-description {
  margin-bottom: 24px;
}
#city-description h1,
#city-description h2,
#city-description h3,
#city-description h4,
#city-description h5,
#city-description h6 {
  color: var(--light-text-primary, #0f232f) !important;
  margin-bottom: 6px;
}
#city-description p,
#city-description li {
  color: var(--light-text-secondary, #757c8d) !important;
}
.cardsec__h {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.007em;
  margin-bottom: 20px;
  margin-top: 20px;
}

.prdCard {
  padding: 16px 13px;
  background-color: #fff;
  border-radius: 6px;
  column-gap: 11px;
  display: flex;
}

.prdCardImgBox {
  width: 96px;
  height: 102px;
  border-radius: 6px;
  overflow: hidden;
}

.prdCardImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prdCard__content {
  width: calc(100% - 108px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.prdCard__content-h {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  margin-bottom: 5px;
}

.prdCard__content-h:hover {
  color: #5a70ef;
}

.prdCard__content-p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #757c8d;
  margin-bottom: 8px;
}

.ratinglist {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.ratinglist i {
  font-size: 13px;
  color: #ebecef;
}

.ratinglist i.rate {
  color: #f8a13b;
}
.pricing-dates {
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  line-height: 18.5px;
  margin: 0;
  margin-bottom: 2px;
}
.prdCard__prcRow-sp1 {
  color: #757c8d;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.005em;
}

.prdCard__prcRow-sp3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.005em;
}
.prdCard__prcRow > h4 {
  color: var(--Light-Text-Secondary, #757c8d);
  font-size: 12px;
  font-weight: 400;
  line-height: 18.5px;
  margin: 0;
  margin-bottom: 2px;
}
.prdCard__prcRow-sp2 {
  color: var(--Light-Text-Primary, #0f232f);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.08px;
  margin: 0;
}

.cardsrow {
  row-gap: 16px;
  margin-bottom: 30px;
}

.grow {
  width: 375px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 30px;
  position: relative;
}

.growBox1 {
  width: 50%;
  flex-direction: column;
  padding: 10px;
  margin: 0 auto;
  border-radius: 6px;
}

.growBox1Icn {
  font-size: 24px;
  margin-bottom: 5px;
  color: #0f232f;
}

.growBox1__p {
  text-align: center;
  color: #0f232f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.growBox1Icn-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-bottom: 5px;
}

.growDevider {
  height: 65px;
  width: 1px;
  background-color: #ebecef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.growsec {
  padding-bottom: 20px;
}

/* details page */
.backLinkBox {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #e9eef2;
  background-color: #fff;
  font-size: 12px;
  color: #3c4852;
}

.backLink {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.backLink span {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
}

.detaislBox1 {
  width: 416px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 18px;
  justify-content: space-between;
}
.detaislBox1 > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  margin-bottom: 5px;
}

.detaislBoxImgHol1 {
  width: 198px;
  height: 194px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detaislBoxImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.container2 {
  padding: 0 15px;
  max-width: 1166px;
  margin: 0 auto;
  margin-top: 20px;
}

.detaislBoxWrpr {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-direction: column;
}

.bannTopRow--details .bannTopRowBox2__pop {
  transform: translateY(10px);
}

.bannTopRow__box1-sp2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.02em;
  color: #757c8d;
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bannTopRow__box1-sp3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

.aboutrow {
  margin-bottom: 20px;
}

.aboutrow__h {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  margin-bottom: 5px;
}

.aboutrow__p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #757c8d;
  margin-bottom: 7px;
  margin-top: 14px;
}

.aboutrow__p.hidden {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.aboutrow__btn2,
.aboutrow__btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #027274;
  cursor: pointer;
}

.aboutrow__btn.active span,
.aboutrow__btn2.active span {
  display: none;
}

.aboutrow__btn .backLinkBox,
.aboutrow__btn2 .backLinkBox {
  display: none;
}

.aboutrow__btn.active .backLinkBox,
.aboutrow__btn2.active .backLinkBox {
  display: flex;
}

.pricecard {
  padding: 24px 24px;
  border: 1px solid #ebecef;
  border-radius: 12px;
  margin-bottom: 20px;
}

.pricecard__h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 20px;
  color: #757c8d;
}

.pricecardRow {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ebecef;
}

.pricecardRow:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricecardRowBox1 {
  width: 80%;
}

.pricecardRowBox2 {
  width: 20%;
}

.pricecardRowBox1__h {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  margin-bottom: 5px;
}

.pricecardRowBox1__P {
  color: #757c8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.pricecardRowBox2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: right;
}
.pricecardRowBox2 > div:nth-child(2) {
  color: var(--light-text-secondary, #757c8d);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.hrline2 {
  margin-bottom: 30px;
}

.ttdiwbox1,
.ttdiwbox2 {
  margin-bottom: 18px;
}

.ttdiwbox2 {
  display: none;
}

.ttdiwbox2.active {
  display: block;
}

.app--det {
  background-color: #fff;
}

.aboutrow__btn2 {
  margin-bottom: 25px;
}

.askcard {
  padding: 24px 24px;
  border: 1px solid #ebecef;
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}

.askcard__p {
  max-width: 305px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

#finalprcCard {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px -3px 8px 0px #0000000f;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 32px 16px 32px;
  border: 1px 0px 0px 0px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
}
#finalprcCard > div {
  width: 100%;
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#finalprcCard.false > div {
  justify-content: end;
}
#finalprcCard > div .pricing {
  display: flex;
  gap: 10px;
}
#finalprcCard > div .availability-copy {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  gap: 12px;
  color: var(--Light-Text-0, #212735);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
#finalprcCard > div .availability-copy > div:nth-child(1) {
  height: 32px;
  width: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--Light-States-Green, #06a976);
}
#finalprcCard > div button {
  width: 200px;
}

#finalprcCard .ask-advice {
  padding: 14px 24px;
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: var(--light-base-bg-1, #f6f8fb);
  color: var(--light-text-primary, #0f232f);
  font-family: Figtree;
  font-size: 14px;
  font-weight: 600;
}
.finalprcCardBox1__h {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.005em;
}

.finalprcCard__btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  text-align: center;
  background-color: #307073;
  padding: 14px 24px;
  color: #fff;
  border-radius: 6px;
  border: none;
  width: 100%;
}

.banner-mobile {
  display: none;
}

.bannerslimg {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.bannerslpagi {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 15px;
  z-index: 999;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background-color: #ebecef;
  border-radius: 4px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.bannersl {
  margin-top: 15px;
  margin-bottom: 10px;
}

.ratinglist2 {
  display: none;
}
.city-and-rating {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
.city-and-rating > div:nth-child(1) {
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--light-support-divider, #ebecef);
  background: #e9f2ff;
  color: var(--light-base-secondary, #0f232f);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.city-and-rating > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--light-base-secondary, #0f232f);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

/******** 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: 450px;
  height: fit-content;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 600;
  border-radius: 15px;
  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;
  margin-bottom: 10px;
}
.sharing-options-wrapper .heading p {
  color: rgba(50, 48, 63, 0.8);
  font-size: 18px;
  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;
}
.hotel-content-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: auto 340px;
  max-width: 1136px;
}
/******** End Sharing Card *********/

.reserve-cta-cont {
  border-radius: 12px;
  border: 1px solid var(--Light-Support-Divider, #ebecef);
  background: var(--Light-Base-BG2, #fff);
  box-shadow: 0px 4px 15px 0px rgba(185, 186, 195, 0.15);
  padding: 16px;
  width: 100%;
  margin-top: 18px;
  max-width: 480px;
  height: fit-content;
}
.reserve-cta-cont > p {
  color: var(--Light-Text-0, #212735);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .hotel-content-grid {
    grid-template-columns: 100%;
    gap: 0;
  }
  body {
    background-color: #fff;
  }

  #finalprcCard > div {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 40% 59%;
  }
  .cardsrow {
    row-gap: 0;
  }
  .prdCard {
    border-bottom: 1px solid #ebecef;
    border-radius: 0;
  }

  .cardsrow .col-md-6:nth-last-child(1) .prdCard {
    border-bottom: none;
  }

  .banner-web {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .bannTopRow__box1-h {
    font-size: 24px;
  }

  .cardsec__h {
    color: #757c8d;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .userfollowBox1 {
    column-gap: 5px;
  }

  .userfollowBox1__p {
    font-size: 12px;
  }

  .userfollowRow__btn {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
  }

  .toltipm,
  .grow {
    width: 100%;
  }

  .nav-bar {
    padding: 10px 0;
  }

  .cardsec {
    border-bottom: 8px solid #f6f8fb;
  }

  .cardsrow {
    margin-bottom: 10px;
  }

  .cardsec .hrline {
    display: none;
  }

  .grow {
    margin-top: 10px;
  }

  .detaislBox1 {
    display: none;
  }

  .detaislBox2 {
    width: 100%;
  }

  .bannTopRowBox2__pop-sp {
    display: none;
  }

  .detaislBox2 .bannTopRow__box1-h {
    font-size: 16px;
    line-height: 1.4;
  }

  #finalprcCard {
    width: 100%;
  }

  .aboutrow__btn2,
  .pricecardRowBox1__P,
  .aboutrow__btn,
  .aboutrow__p,
  .bannTopRow__box1-sp3,
  .bannTopRow__box1-sp {
    font-size: 12px;
  }

  .bannTopRow__box1-sp2 {
    font-size: 11px;
    display: block;
  }

  .pricecardRowBox1__h,
  .pricecardRowBox2 {
    font-size: 14px;
  }

  .askcard,
  .pricecard {
    padding: 18px;
  }

  .askcard__p {
    font-size: 12px;
    color: #757c8d;
  }

  .finalprcCard__btn {
    font-size: 14px;
    font-weight: 600;
    background-color: #307073;
    padding: 11px 20px;
    color: #fff;
    border-radius: 8px;
  }

  .finalprcCardBox1__h {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.005em;
  }

  .backLink span {
    display: none;
  }

  .askcard {
    margin-bottom: 90px;
  }

  #finalprcCard {
    padding: 0px;
  }

  .backLink {
    column-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .city-and-rating {
    display: none;
  }
  .ratinglist2 {
    display: flex;
  }

  .bannTopRow__box1-sp3 {
    display: none;
  }

  .pricecard {
    padding: 0;
    border: none;
  }

  .detaislBox2 .hrline2 {
    height: 5px;
  }

  .sharing-options-wrapper .bottom-sheet {
    background: white;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 600;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    bottom: 0% !important;
    transform: translate(-50%, 0);
    transition: all 0.2s ease-in-out;
  }
  #city-description {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 8px solid #f6f8fb;
    border-bottom: 8px solid #f6f8fb;
    padding: 16px !important;
    margin-bottom: 16px;
  }
  #submit-inquiry-cta {
    padding: 0;
  }
  #submit-inquiry-cta button {
    border-radius: 22px 0 0 22px;
  }
  #finalprcCard.true {
    box-shadow: none;
  }
  #finalprcCard > div button {
    width: auto;
  }
  #finalprcCard > div {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  #finalprcCard > div .availability-copy {
    width: 100%;
    background: #e7f9f4;
    padding: 12px 16px;
  }
  #finalprcCard > div .pricing {
    width: 100%;
    display: grid;
    grid-template-columns: 48% 48%;
    padding: 12px 16px;
  }
  #submit-inquiry-cta {
    bottom: 152px;
  }
  #submit-inquiry-cta.false {
    bottom: 80px;
  }
  .detaislBoxWrpr {
    gap: 16px;
  }
}
