:root {
  --background: #f6f8ff;
  --grey: #edeef1;
  --primary: #149aed;
  --secondary: #042860;
  --text: #46474d;
  --title: #1e1e23;
  --orange: #f18b2c;
  --black: #000000;
  --black-100: #0000001a;
  --black-150: #00000026;
  --black-200: rgba(0, 0, 0, 0.2);
  --red: #ff0000;
  --white: #fff;
  --white-200: rgba(255, 255, 255, 0.2);
  --inter: "Inter", sans-serif;
  --green: #32a670;
  --red: #ff0000;
  --yellow: #f2cb05;
}
.bg-background {
  background-color: var(--background);
}
.text-background {
  color: var(--background) !important;
}
.bg-grey {
  background-color: var(--grey);
}
.text-grey {
  color: var(--grey) !important;
}
.bg-primary {
  background-color: var(--primary);
}
.text-primary {
  color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary);
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-text {
  background-color: var(--text);
}
.text-text {
  color: var(--text) !important;
}
.bg-title {
  background-color: var(--title);
}
.text-title {
  color: var(--title) !important;
}
.bg-white {
  background-color: var(--white);
}
.text-white {
  color: var(--white) !important;
}
.bg-orange {
  background-color: var(--orange);
}
.text-orange {
  color: var(--orange) !important;
}
.bg-black {
  background-color: var(--black);
}
.text-black {
  color: var(--black) !important;
}
.bg-black-100 {
  background-color: var(--black-100);
}
.text-black-100 {
  color: var(--black-100) !important;
}
.bg-black-150 {
  background-color: var(--black-150);
}
.text-black-150 {
  color: var(--black-150) !important;
}
.bg-red {
  background-color: var(--red);
}
.text-red {
  color: var(--red) !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
body {
  font-family: var(--inter);
  font-optical-sizing: auto;
  font-size: 1rem;
  color: var(--text);
  font-weight: 400;
}
.gomayu-new h1 {
  font-size: clamp(2rem, 2rem + 16 * (100vw - 375px)/1137, 3rem);
  font-weight: 700;
  line-height: 110%;
}
.gomayu-new h3 {
  font-size: clamp(1.125rem, 1.125rem + 6 * (100vw - 375px)/1137, 1.5rem);
  color: var(--title);
}
.gomayu-new h4 {
  font-size: clamp(1rem, 1rem + 6 * (100vw - 375px)/1137, 1.25rem);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--title);
}
.gomayu-new p {
  margin-bottom: 0;
  color: var(--text);
}
.gomayu-new ul,
.gomayu-new li {
  padding: 0;
  margin: 0;
}
.gomayu-new button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
/* .gomayu-new .table-responsive {
  overflow: hidden;
  border-radius: 4px;
}
.gomayu-new table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
.gomayu-new table tr,
.gomayu-new table td,
.gomayu-new table th,
.gomayu-new table thead,
.gomayu-new table tbody {
  border: none;
  background-color: #eaf1ff;
}
.gomayu-new table tr td,
.gomayu-new table tr th {
  padding: 8px 24px;
  font-size: 12px;
}
.gomayu-new table tbody tr:first-child td {
  background-color: #eaf1ff;
  color: black;
  font-weight: 600;
}
.gomayu-new table tbody tr:first-child td * {
  color: var(--white);
}
.gomayu-new table tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.gomayu-new table tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.gomayu-new table tbody tr:not(:first-child):nth-child(odd) td {
  background-color: var(--white);
}
.gomayu-new table tbody tr:nth-child(even) td {
  background-color: var(--background);
}
.gomayu-new table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.gomayu-new table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
} */
.gomayu-new .sm-text {
  font-size: 0.875rem;
}
.gomayu-new
  .tour-card-wrapper
  .bottom-content-wrapper
  .duration-price-wrapper
  .duration-wrapper
  p {
  color: var(--title);
  font-size: 0.75rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.gomayu-new .general-content-box h2 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.gomayu-new .general-content-box h2:not(:first-child) {
  margin-top: 3rem;
}
.gomayu-new .general-content-box h3 {
  margin: 24px 0 8px;
}
.gomayu-new .general-content-box strong {
  font-weight: 600;
  color: var(--title);
}
.gomayu-new .general-content-box a {
  color: #005d6c;
  font-weight: 450;
  text-decoration: none;
}
.gomayu-new .general-content-box figure.wp-block-image,
.gomayu-new .general-content-box > img {
  max-width: calc(50% - 8px);
  border-radius: 8px;
  overflow: hidden;
}
.gomayu-new .general-content-box figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gomayu-new .general-content-box .wp-block-gallery {
  display: flex;
  justify-content: space-between;
}
.gomayu-new .general-content-box .wp-block-gallery .figure.wp-block-image {
  width: calc(100% - 8px);
}
.gomayu-new .general-content-box p + table,
.gomayu-new .general-content-box p + p,
.gomayu-new .general-content-box p + li,
.gomayu-new .general-content-box p + ul,
.gomayu-new .general-content-box p + ol,
.gomayu-new .general-content-box li + table,
.gomayu-new .general-content-box li + p,
.gomayu-new .general-content-box li + li,
.gomayu-new .general-content-box li + ul,
.gomayu-new .general-content-box li + ol,
.gomayu-new .general-content-box table + table,
.gomayu-new .general-content-box table + p,
.gomayu-new .general-content-box table + li,
.gomayu-new .general-content-box table + ul,
.gomayu-new .general-content-box table + ol,
.gomayu-new .general-content-box ul + table,
.gomayu-new .general-content-box ul + p,
.gomayu-new .general-content-box ul + li,
.gomayu-new .general-content-box ul + ul,
.gomayu-new .general-content-box ul + ol,
.gomayu-new .general-content-box ol + table,
.gomayu-new .general-content-box ol + p,
.gomayu-new .general-content-box ol + li,
.gomayu-new .general-content-box ol + ul,
.gomayu-new .general-content-box ol + ol {
  margin-top: 1rem;
}
.gomayu-new .general-content-box table {
  min-width: 600px;
}
.gomayu-new .general-content-box table tr td,
.gomayu-new .general-content-box table tr th {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.gomayu-new .general-content-box table tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.styled-list ul,
.styled-list ol {
  padding-left: 1.25rem;
}
.styled-list ul + ul,
.styled-list ul + ol,
.styled-list ol + ul,
.styled-list ol + ol {
  margin-top: 1rem;
}
.styled-list ul li {
  list-style-type: square;
}
.styled-list ul li::marker {
  color: #149aed;
}
.styled-list ol li {
  list-style-type: decimal;
}
#top-more-content {
  background-color: var(--background);
  padding: 64px 0 16px 0;
}
.duration-wrapper p {
  margin-bottom: 0;
  color: var(--title);
}
.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
}
@media (min-width: 992px) {
  .gomayu-new .sm-text {
    font-size: 1rem;
  }
  .gomayu-new
    .tour-card-wrapper
    .bottom-content-wrapper
    .duration-price-wrapper
    .duration-wrapper
    p {
    font-size: 1rem;
  }
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: var(--white);
}
.header-placeholder {
  height: 79px !important;
}
@media (min-width: 992px) {
  .header-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-wrapper .header-type-two {
    overflow: visible;
  }
  .header-wrapper .header-seperator {
    background-color: var(--white);
  }
  .header-wrapper .header-seperator.front-page {
    padding-top: 7px;
  }
  .header-placeholder:not(.front-page) {
    height: 124px !important;
  }
  .header-placeholder.front-page {
    height: 58px !important;
  }
  .desktop-mega-menu-wrapper .left-wrapper .nav-pills,
  .desktop-int-mega-menu-wrapper .left-wrapper .nav-pills {
    max-height: 384px;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--grey);
  }
  .desktop-mega-menu-wrapper .left-wrapper .nav-pills button,
  .desktop-int-mega-menu-wrapper .left-wrapper .nav-pills button {
    flex: 1 0 auto;
  }
  .desktop-mega-menu-wrapper .left-wrapper .nav-pills::-webkit-scrollbar,
  .desktop-int-mega-menu-wrapper .left-wrapper .nav-pills::-webkit-scrollbar {
    width: 6px;
  }
  .desktop-mega-menu-wrapper .left-wrapper .nav-pills::-webkit-scrollbar-track,
  .desktop-int-mega-menu-wrapper
    .left-wrapper
    .nav-pills::-webkit-scrollbar-track {
    background-color: var(--grey);
    border-radius: 3px;
  }
  .desktop-mega-menu-wrapper .left-wrapper .nav-pills::-webkit-scrollbar-thumb,
  .desktop-int-mega-menu-wrapper
    .left-wrapper
    .nav-pills::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 3px;
  }
  .desktop-mega-menu-wrapper
    .left-wrapper
    .nav-pills::-webkit-scrollbar-thumb:hover,
  .desktop-int-mega-menu-wrapper
    .left-wrapper
    .nav-pills::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary);
  }
}
.banner {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.banner > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.banner * {
  color: var(--white) !important;
}
.banner h1 {
  text-shadow: 2px 2px 8px #1c1f35;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 8px;
}
.banner p {
  line-height: 140%;
}
.banner .search-form-wrapper .probox {
  flex-direction: row-reverse !important;
}
.banner .search-form-wrapper .proinput {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.banner .search-form-wrapper .proinput input {
  color: var(--text) !important;
  font-family: var(--inter) !important;
  font-size: 14px !important;
  font-weight: 450 !important;
  line-height: 140% !important;
}
.banner .search-form-wrapper .proclose {
  display: none !important;
}
.banner .popular-destination-slider .destination-capsule {
  border-radius: 1.5rem;
  background: hsla(0, 0%, 100%, 0.1);
  backdrop-filter: blur(6px);
  padding: 2px 1.25rem 2px 2px;
  display: block;
}
.banner .popular-destination-slider .destination-capsule .flag {
  max-width: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.banner .popular-destination-slider .destination-capsule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .popular-destination-slider .owl-stage {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .banner {
    border-radius: 12px;
    overflow: hidden;
  }
  .banner .banner-content-wrapper {
    max-width: 53%;
    margin: 0 auto;
  }
  .banner .banner-content-wrapper .search-form-wrapper {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .pt-lg-290 {
    padding-top: 290px !important;
  }
}
@media (min-width: 1440px) {
  .banner {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .banner-content-wrapper {
    max-width: 51%;
    margin: 0 auto;
  }
  .banner .pt-lg-290 {
    padding-top: 290px !important;
  }
}
.explore-tour-section .nav-tabs li button {
  box-shadow: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.explore-tour-section .nav-tabs li button.active {
  color: #149aed;
}
.explore-tour-section:has(.top-art-wrapper) {
  padding-top: 11.25rem;
}
.explore-tour-section .most-selling-tab-slider-wrapper {
  position: relative;
  z-index: 1;
}
.explore-tour-section .most-selling-tab-slider-wrapper .prev-tab-slider,
.explore-tour-section .most-selling-tab-slider-wrapper .next-tab-slider {
  background-color: var(--primary);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  z-index: 4;
  padding: 0;
}
.explore-tour-section .most-selling-tab-slider-wrapper .prev-tab-slider svg,
.explore-tour-section .most-selling-tab-slider-wrapper .next-tab-slider svg {
  max-width: 16px;
}
.explore-tour-section
  .most-selling-tab-slider-wrapper
  .prev-tab-slider.slick-disabled,
.explore-tour-section
  .most-selling-tab-slider-wrapper
  .next-tab-slider.slick-disabled {
  opacity: 0.2;
}
.explore-tour-section .most-selling-tab-slider-wrapper .prev-tab-slider {
  transform: rotate(-90deg);
}
.explore-tour-section .most-selling-tab-slider-wrapper .next-tab-slider {
  transform: rotate(90deg);
}
.explore-tour-section {
  overflow: unset !important;
  padding: 40px 0 100px;
}
.explore-tour-section .top-art-wrapper {
  position: absolute;
  top: 0;
}
.explore-tour-section .earthimg-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.explore-tour-section .earthimg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore-tour-section .right-paragraph p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .explore-tour-section .right-paragraph p {
    font-size: 16px;
  }
}
.explore-tour-section .nav-tabs {
  border-color: rgba(216, 216, 216, 0.2);
  position: unset !important;
}
@media (max-width: 991px) {
  .explore-tour-section .nav-tabs {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
.explore-tour-section .nav-tabs li button {
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1.125rem;
}
.explore-tour-section .nav-tabs li button.active {
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: unset;
  border-color: rgba(0, 0, 0, 0);
  outline: none;
  border-bottom: 2px solid #149aed;
}
.explore-tour-section .nav-tabs li button:hover {
  border-color: rgba(0, 0, 0, 0);
}
.explore-tour-section .nav-tabs li button:hover.active {
  border-bottom-color: #149aed;
}
@media (max-width: 768px) {
  .explore-tour-section {
    padding: 48px 0;
  }
  .explore-tour-section .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    position: sticky;
    top: 10%;
    z-index: 9;
    background-color: #082349;
  }
  .explore-tour-section .nav-tabs li button {
    width: max-content;
    padding: 8px 12px !important;
  }
  .explore-tour-section .nav-tabs li button.active {
    border-color: rgba(0, 0, 0, 0);
    outline: none;
    border-bottom: 4px solid #149aed !important;
    border: none;
  }
  .explore-tour-section .tab-content .inner-desktop-list {
    display: none;
  }
  .explore-tour-section .tab-content .inner-mobile-list {
    display: block !important;
  }
  .explore-tour-section .earthimg-wrapper ~ .container > .mb-5 {
    margin-bottom: 32px !important;
  }
  .explore-tour-section .right-paragraph p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.14px;
  }
}
@media (max-width: 991px) {
  .explore-tour-section .nav-tabs {
    background: #051a46;
    top: 79px;
  }
  .explore-tour-section .nav-tabs li button {
    padding: 1.75rem 1rem;
  }
  .explore-tour-section:has(.top-art-wrapper) {
    padding-top: 7.1875rem;
  }
}
.detail-content-box img {
  max-width: calc(48% - 0.125rem);
  margin-top: 1.5rem;
  border-radius: 0.5px;
}
.detail-content-box img + img {
  margin-left: 0.5rem;
}
.about-in-depth {
  background-color: var(--white);
}
.about-in-depth .pop-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .about-in-depth {
    background-color: var(--background);
  }
}
.tour-detail-main-wrapper
  .itinerary-wrapper
  .faqs-accordion-wrapper
  .inner-content-wrapper
  .content-wrapper
  .itinerary-tabs-wrapper
  ul {
  flex-wrap: nowrap;
}
.tour-detail-main-wrapper
  .itinerary-wrapper
  .faqs-accordion-wrapper
  .inner-content-wrapper
  .content-wrapper
  .itinerary-tabs-wrapper
  ul
  li {
  list-style-type: none;
  margin-top: 0;
}
.tour-detail-main-wrapper
  .itinerary-wrapper
  .faqs-accordion-wrapper
  .inner-content-wrapper
  .content-wrapper
  .inner-itinerary-tabs-carousel
  .item {
  max-width: 130px;
}
.tour-detail-gallery-section .view-all-image-wrapper {
  right: 16px;
  bottom: 8px;
}
.tour-detail-gallery-section
  .detail-gallery-carousel
  .certification-card-wrapper {
  height: 406px;
}
.tour-detail-gallery-section
  .detail-gallery-carousel
  .certification-card-wrapper
  img {
  height: 100%;
}
.tour-detail-main-wrapper .tour-main-title-wrapper {
  border-bottom: 0;
}
.tour-detail-main-wrapper
  .tour-main-title-wrapper
  .mobilerating-wrapper
  .top-function-section {
  gap: 8px;
}
.tour-detail-main-wrapper
  .tour-main-title-wrapper
  .mobilerating-wrapper
  .top-function-section
  .inner-btn {
  gap: 8px;
}
.tour-detail-main-wrapper
  .tour-main-title-wrapper
  .mobilerating-wrapper
  .top-function-section
  .inner-btn
  h6 {
  font-size: 14px;
  font-weight: 450;
}
.tour-detail-main-wrapper
  .tour-main-title-wrapper
  .mobilerating-wrapper
  .callback-btn {
  border: 1px solid var(--primary);
}
.tour-detail-main-wrapper
  .tour-main-title-wrapper
  .mobilerating-wrapper
  .callback-btn:hover {
  background: var(--primary);
  color: var(--white) !important;
}
.tour-detail-main-wrapper
  .mobile-reverse
  .inclusive-exclusive-wrapper
  .inclusive
  ul {
  border-bottom: 1px solid var(--black-100);
}
.tour-detail-main-wrapper .mobile-reverse .map-wrapper {
  max-width: 100%;
}
@media (min-width: 768px) {
  .tour-detail-main-wrapper
    .mobile-reverse
    .inclusive-exclusive-wrapper
    .inclusive
    ul {
    border-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .tour-detail-main-wrapper .tour-main-title-wrapper {
    border-bottom: 1px solid var(--black-100);
  }
}
@media (min-width: 1200px) {
  .tour-detail-main-wrapper
    .itinerary-wrapper
    .faqs-accordion-wrapper
    .inner-content-wrapper
    .content-wrapper
    .inner-itinerary-tabs-carousel
    .item {
    max-width: 160px;
  }
}
@media (min-width: 1440px) {
  .tour-detail-main-wrapper
    .itinerary-wrapper
    .faqs-accordion-wrapper
    .inner-content-wrapper
    .content-wrapper
    .inner-itinerary-tabs-carousel
    .item {
    max-width: 190px;
  }
  .tour-detail-main-wrapper .mobile-reverse {
    --bs-gutter-x: 72px;
  }
}
@media (min-width: 1920px) {
  .tour-detail-main-wrapper
    .itinerary-wrapper
    .faqs-accordion-wrapper
    .inner-content-wrapper
    .content-wrapper
    .inner-itinerary-tabs-carousel
    .item {
    max-width: 248px;
  }
}
.no-reviews {
  text-align: center;
}
.no-reviews img {
  max-width: 297px;
}
.no-reviews .no-review-content {
  max-width: 496px;
  margin: 0 auto;
}
.no-reviews .no-review-content strong {
  font-size: 18px;
  font-weight: 600;
}
.book-now-modal.modal .modal-dialog {
  margin: 0 0 0 auto !important;
  max-width: 676px;
  height: 100%;
}
.book-now-modal.modal .modal-dialog .modal-content {
  height: 100%;
}
.book-now-modal.modal .selected-tour-wrapper .left-card-padding-wrapper {
  gap: 12px;
}
.book-now-modal.modal
  .selected-tour-wrapper
  .left-card-padding-wrapper
  .image-wrapper {
  aspect-ratio: 124/80;
  max-width: 124px;
}
.book-now-modal.modal
  .selected-tour-wrapper
  .left-card-padding-wrapper
  .image-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-now-modal.modal
  .selected-tour-wrapper
  .title-wrapper
  .location
  p:not(:first-child) {
  position: relative;
}
.book-now-modal.modal
  .selected-tour-wrapper
  .title-wrapper
  .location
  p:not(:first-child)::before {
  content: ".";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text);
  margin: 0 8px;
  vertical-align: middle;
}
.book-now-modal.modal .have-confusion-section {
  padding: 2rem;
  border-top: 1px solid var(--black-100);
}
.book-now-modal.modal .have-confusion-section h6 {
  color: var(--title);
}
.book-now-modal.modal .have-confusion-section > p {
  color: var(--text);
}
.book-now-modal.modal .have-confusion-section a * {
  color: var(--title);
  margin-bottom: 0;
}
.book-now-modal.modal .have-confusion-section a .icon-wrapper svg {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid var(--black-100);
  min-width: 20px;
}
.book-now-modal.modal .have-confusion-section a .label-wrapper p {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}
.book-now-modal.modal .have-confusion-section a .label-wrapper svg {
  margin-left: 4px;
}
.book-now-modal.modal .have-confusion-section a + a {
  margin-top: 4px;
}
.book-now-modal.modal .right-form-wrapper .label-wrapper label {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}
.book-now-modal.modal .right-form-wrapper .label-wrapper p {
  margin-bottom: 0;
}
.book-now-modal.modal .right-form-wrapper .input-wrapper {
  margin-bottom: 1rem;
}
.book-now-modal.modal .right-form-wrapper p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .book-now-modal.modal
    .selected-tour-wrapper
    .left-card-padding-wrapper
    .title-wrapper
    h6 {
    font-size: 1.25rem;
  }
  .book-now-modal.modal .selected-tour-wrapper .left-card-padding-wrapper,
  .book-now-modal.modal .right-form-wrapper,
  .book-now-modal.modal .have-confusion-section {
    padding: 32px 40px;
    max-width: calc(100% - 80px);
  }
  .book-now-modal.modal .have-confusion-section {
    padding: 24px 40px;
  }
  .book-now-modal.modal .have-confusion-section h6 {
    margin-bottom: 6px;
  }
  .book-now-modal.modal .have-confusion-section p {
    font-size: 14px;
  }
  .book-now-modal.modal .modal-dialog {
    position: relative;
    z-index: 1;
  }
  .book-now-modal.modal .modal-dialog .close-modal-desktop {
    position: absolute;
    top: 24px;
    left: -82px;
  }
  .book-now-modal.modal .modal-dialog .close-modal-desktop span {
    margin-right: 8px;
  }
}
.thailand-banner {
  width: 100%;
  overflow: hidden;
}
.thailand-banner .banner-img-for-mobile {
  width: 100%;
  height: 400px;
  aspect-ratio: 414/400;
}
.thailand-banner .banner-img-for-mobile img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.thailand-banner .banner-img-for-desktop {
  display: none;
}
@media (min-width: 992px) {
  .thailand-banner .banner-img-for-mobile {
    display: none;
  }
  .thailand-banner .banner-img-for-desktop {
    display: block;
    width: 100%;
  }
  .thailand-banner .banner-img-for-desktop img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.breadcrumb-title-wrapper,
.breadcrumb-wrapper {
  padding: 1rem 0;
  background: var(--secondary);
}
.breadcrumb-title-wrapper.tour-single,
.breadcrumb-wrapper.tour-single {
  padding: 1.625rem 0;
  background: none;
}
.breadcrumb-title-wrapper ol,
.breadcrumb-title-wrapper ul,
.breadcrumb-wrapper ol,
.breadcrumb-wrapper ul {
  margin: 0.5rem;
}
.breadcrumb-title-wrapper .breadcrumb li,
.breadcrumb-wrapper .breadcrumb li {
  font-size: 0.875rem;
  position: relative;
}
.breadcrumb-title-wrapper .breadcrumb li:not(.active),
.breadcrumb-wrapper .breadcrumb li:not(.active) {
  min-width: fit-content;
}
.breadcrumb {
  row-gap: 4px;
  column-gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb-title-wrapper .breadcrumb li::before,
.breadcrumb-wrapper .breadcrumb li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_170_25298)'%3E%3Cpath d='M11.7514 5.61057L0.608844 0.46784C0.43142 0.38727 0.21971 0.435269 0.0962849 0.587837C-0.0279978 0.740404 -0.0322834 0.957256 0.0859994 1.11411L3.7502 5.9997L0.0859994 10.8853C-0.0322834 11.0422 -0.0279978 11.2599 0.0954277 11.4116C0.178569 11.5153 0.302851 11.571 0.428848 11.571C0.489704 11.571 0.550559 11.5581 0.607987 11.5316L11.7506 6.38884C11.9031 6.31855 12 6.16684 12 5.9997C12 5.83257 11.9031 5.68086 11.7514 5.61057Z' fill='rgba(20, 154, 237, 1)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_170_25298'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0px;
  top: 4px;
}
@media (max-width: 767px) {
  .breadcrumb-title-wrapper .breadcrumb li::before,
  .breadcrumb-wrapper .breadcrumb li::before {
    top: 2px;
  }
}
.breadcrumb-title-wrapper .breadcrumb li:first-child::before,
.breadcrumb-wrapper .breadcrumb li:first-child::before {
  display: none;
  padding: 0;
}
.breadcrumb-title-wrapper .breadcrumb li a,
.breadcrumb-wrapper .breadcrumb li a {
  color: #fff;
  font-size: 12px;
}
.breadcrumb-title-wrapper .title-wrapper,
.breadcrumb-wrapper .title-wrapper {
  margin: 0 0.5rem;
}
.breadcrumb-title-wrapper .title-wrapper h1,
.breadcrumb-title-wrapper .title-wrapper .h1,
.breadcrumb-title-wrapper .title-wrapper h2,
.breadcrumb-title-wrapper .title-wrapper .h2,
.breadcrumb-title-wrapper .title-wrapper h3,
.breadcrumb-title-wrapper .title-wrapper .h3,
.breadcrumb-title-wrapper .title-wrapper h4,
.breadcrumb-title-wrapper .title-wrapper .h4,
.breadcrumb-title-wrapper .title-wrapper h5,
.breadcrumb-title-wrapper .title-wrapper .h5,
.breadcrumb-title-wrapper .title-wrapper h6,
.breadcrumb-title-wrapper .title-wrapper .h6,
.breadcrumb-wrapper .title-wrapper h1,
.breadcrumb-wrapper .title-wrapper .h1,
.breadcrumb-wrapper .title-wrapper h2,
.breadcrumb-wrapper .title-wrapper .h2,
.breadcrumb-wrapper .title-wrapper h3,
.breadcrumb-wrapper .title-wrapper .h3,
.breadcrumb-wrapper .title-wrapper h4,
.breadcrumb-wrapper .title-wrapper .h4,
.breadcrumb-wrapper .title-wrapper h5,
.breadcrumb-wrapper .title-wrapper .h5,
.breadcrumb-wrapper .title-wrapper h6,
.breadcrumb-wrapper .title-wrapper .h6 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  margin: 0;
}
.breadcrumb {
  row-gap: 4px;
  column-gap: 8px;
}
.breadcrumb li {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.breadcrumb li:not(:first-child) {
  padding-left: 20px !important;
}
.breadcrumb li.active {
  align-items: flex-start !important;
  position: relative;
}
.breadcrumb li.active:not(:first-child) {
  padding-left: 20px;
}
.breadcrumb-title-wrapper.breadcrumb-no-bg {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb-title-wrapper.breadcrumb-no-bg::before {
  display: none;
}
.breadcrumb-title-wrapper.breadcrumb-no-bg a,
.breadcrumb-title-wrapper.breadcrumb-no-bg li {
  font-size: 12px;
  line-height: 120%;
}
.breadcrumb-title-wrapper.breadcrumb-no-bg a {
  color: var(--title) !important;
}
.breadcrumb-title-wrapper.breadcrumb-no-bg li {
  color: var(--text);
}
.breadcrumb-title-wrapper.breadcrumb-no-bg h1,
.breadcrumb-title-wrapper.breadcrumb-no-bg h2,
.breadcrumb-title-wrapper.breadcrumb-no-bg h3,
.breadcrumb-title-wrapper.breadcrumb-no-bg h4 {
  color: var(--title);
}
.breadcrumb-title-wrapper:not(.breadcrumb-no-bg) li.active {
  color: var(--white);
}
@media (max-width: 768px) {
  .breadcrumb-title-wrapper .breadcrumb li,
  .breadcrumb-wrapper .breadcrumb li {
    font-size: 12px;
    letter-spacing: -0.12px;
  }
  .breadcrumb-title-wrapper .title-wrapper h1,
  .breadcrumb-title-wrapper .title-wrapper .h1,
  .breadcrumb-title-wrapper .title-wrapper h2,
  .breadcrumb-title-wrapper .title-wrapper .h2,
  .breadcrumb-title-wrapper .title-wrapper h3,
  .breadcrumb-title-wrapper .title-wrapper .h3,
  .breadcrumb-title-wrapper .title-wrapper h4,
  .breadcrumb-title-wrapper .title-wrapper .h4,
  .breadcrumb-title-wrapper .title-wrapper h5,
  .breadcrumb-title-wrapper .title-wrapper .h5,
  .breadcrumb-title-wrapper .title-wrapper h6,
  .breadcrumb-title-wrapper .title-wrapper .h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.24px;
  }
}
@media (min-width: 768px) {
  .breadcrumb a,
  .breadcrumb li {
    font-size: 14px !important;
  }
}
.filter-list-inner-wrapper-destination .row,
.explore-tour-section .row,
.filter-list-inner-wrapper .row {
  --bs-gutter-y: 16px;
}
@media (min-width: 992px) {
  .filter-list-inner-wrapper-destination .row,
  .explore-tour-section .row,
  .filter-list-inner-wrapper .row {
    --bs-gutter-y: 24px;
  }
}
.gomayu-new.about-in-depth {
  padding: 3.5rem 0;
}
.gomayu-new.about-in-depth .general-content-box h3,
.gomayu-new.about-in-depth .general-content-box h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.gomayu-new.about-in-depth .general-content-box h3 + p,
.gomayu-new.about-in-depth .general-content-box h2 + p {
  margin-top: 0.5rem;
}
.gomayu-new.about-in-depth .general-content-box h3 + ul,
.gomayu-new.about-in-depth .general-content-box h2 + ul {
  margin-top: 1rem;
}
.gomayu-new.about-in-depth .general-content-box h3:not(:first-child) {
  margin-top: 24px;
}
.gomayu-new.about-in-depth .general-content-box h4 {
  font-weight: 600;
}
.gomayu-new.about-in-depth .general-content-box .styled-list ul li + li {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .gomayu-new.about-in-depth .general-content-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .gomayu-new.about-in-depth .general-content-box h2:not(:first-child) {
    margin-top: 4rem;
  }
  .gomayu-new.about-in-depth .styled-list ul li + li {
    margin-top: 0.5rem;
  }
}
.traveller-info-detail-wrapper .traveller-info-featured-image {
  aspect-ratio: 1272/400;
  border-radius: 8px;
  overflow: hidden;
}
.traveller-info-detail-wrapper .traveller-info-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traveller-info-detail-wrapper .inner-content-wrapper img {
  aspect-ratio: 1024/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.traveller-info-detail-wrapper .inner-content-wrapper h2 {
  font-weight: 600;
}
.traveller-info-detail-wrapper .inner-content-wrapper h2:not(:first-child) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--black-100);
}
.traveller-info-detail-wrapper .inner-content-wrapper h2 * {
  color: var(--title);
}
.traveller-info-detail-wrapper .inner-content-wrapper p + ul,
.traveller-info-detail-wrapper .inner-content-wrapper p + p {
  margin-top: 8px;
}
.traveller-info-detail-wrapper .inner-content-wrapper strong {
  color: var(--title);
  font-weight: 600;
}
.traveller-info-detail-wrapper .inner-content-wrapper a {
  color: var(--primary);
}
.traveller-info-detail-wrapper .inner-content-wrapper ul + *,
.traveller-info-detail-wrapper .inner-content-wrapper ol + * {
  margin-top: 24px;
}
.traveller-info-detail-wrapper .inner-content-wrapper ul li + li,
.traveller-info-detail-wrapper .inner-content-wrapper ol li + li {
  margin-top: 8px;
}
.related-traveller-info .row {
  --bs-gutter-y: 16px;
}
@media (min-width: 992px) {
  .related-traveller-info .row {
    --bs-gutter-y: 0;
  }
}
.destination-section-good-to-know {
  border-bottom: 1px solid #ededed;
}
.destination-section-good-to-know .top-title-wrapper span {
  color: #149aed;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 19.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.destination-section-good-to-know .top-title-wrapper h1,
.destination-section-good-to-know .top-title-wrapper .h1,
.destination-section-good-to-know .top-title-wrapper h2,
.destination-section-good-to-know .top-title-wrapper .h2,
.destination-section-good-to-know .top-title-wrapper h3,
.destination-section-good-to-know .top-title-wrapper .h3,
.destination-section-good-to-know .top-title-wrapper h4,
.destination-section-good-to-know .top-title-wrapper .h4,
.destination-section-good-to-know .top-title-wrapper h5,
.destination-section-good-to-know .top-title-wrapper .h5,
.destination-section-good-to-know .top-title-wrapper h6,
.destination-section-good-to-know .top-title-wrapper .h6 {
  color: #1e1e23;
  font-size: 2rem;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: 0.64px;
  margin: 0;
}
.destination-section-good-to-know .inner-card-wrapper {
  margin-top: 24px;
  padding-top: 24px;
}
.destination-section-good-to-know
  .row
  > div:nth-child(n + 4)
  .inner-card-wrapper {
  border-top: 1px solid var(--black-100);
}
.destination-section-good-to-know .inner-card-wrapper h1,
.destination-section-good-to-know .inner-card-wrapper .h1,
.destination-section-good-to-know .inner-card-wrapper h2,
.destination-section-good-to-know .inner-card-wrapper .h2,
.destination-section-good-to-know .inner-card-wrapper h3,
.destination-section-good-to-know .inner-card-wrapper .h3,
.destination-section-good-to-know .inner-card-wrapper h4,
.destination-section-good-to-know .inner-card-wrapper .h4,
.destination-section-good-to-know .inner-card-wrapper h5,
.destination-section-good-to-know .inner-card-wrapper .h5,
.destination-section-good-to-know .inner-card-wrapper h6,
.destination-section-good-to-know .inner-card-wrapper .h6 {
  color: #1e1e23;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.destination-section-good-to-know .inner-card-wrapper p {
  color: #46474d;
  font-size: 1rem;
  line-height: 22.4px;
  letter-spacing: 0.16px;
  margin-bottom: 1rem;
}
.destination-section-good-to-know .inner-card-wrapper a {
  color: #149aed;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.destination-section-good-to-know .inner-card-wrapper a svg {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .destination-section-good-to-know {
    padding: 32px 0 !important;
  }
  .destination-section-good-to-know .container .row:last-of-type {
    border-bottom: unset;
  }
  .destination-section-good-to-know .top-title-wrapper {
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .destination-section-good-to-know .top-title-wrapper h1,
  .destination-section-good-to-know .top-title-wrapper .h1,
  .destination-section-good-to-know .top-title-wrapper h2,
  .destination-section-good-to-know .top-title-wrapper .h2,
  .destination-section-good-to-know .top-title-wrapper h3,
  .destination-section-good-to-know .top-title-wrapper .h3,
  .destination-section-good-to-know .top-title-wrapper h4,
  .destination-section-good-to-know .top-title-wrapper .h4,
  .destination-section-good-to-know .top-title-wrapper h5,
  .destination-section-good-to-know .top-title-wrapper .h5,
  .destination-section-good-to-know .top-title-wrapper h6,
  .destination-section-good-to-know .top-title-wrapper .h6 {
    color: #1e1e23;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    line-height: unset;
  }
  .destination-section-good-to-know
    .container
    .row:last-child
    > div:first-child
    .inner-card-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .destination-section-good-to-know .inner-card-wrapper h1,
  .destination-section-good-to-know .inner-card-wrapper .h1,
  .destination-section-good-to-know .inner-card-wrapper h2,
  .destination-section-good-to-know .inner-card-wrapper .h2,
  .destination-section-good-to-know .inner-card-wrapper h3,
  .destination-section-good-to-know .inner-card-wrapper .h3,
  .destination-section-good-to-know .inner-card-wrapper h4,
  .destination-section-good-to-know .inner-card-wrapper .h4,
  .destination-section-good-to-know .inner-card-wrapper h5,
  .destination-section-good-to-know .inner-card-wrapper .h5,
  .destination-section-good-to-know .inner-card-wrapper h6,
  .destination-section-good-to-know .inner-card-wrapper .h6 {
    color: #1e1e23;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    margin-bottom: 8px;
  }
  .destination-section-good-to-know .inner-card-wrapper p {
    color: #46474d;
    font-size: 18px;
    line-height: 22.4px;
    letter-spacing: 0.16px;
  }
  .destination-section-good-to-know .inner-card-wrapper a {
    color: #149aed;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
@media (max-width: 992px) {
  .destination-section-good-to-know
    .row
    > div:not(:first-child)
    .inner-card-wrapper {
    border-top: 1px solid var(--black-100);
  }
}
@media (min-width: 992px) {
  .destination-section-good-to-know .inner-card-wrapper {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .destination-section-good-to-know
    .row
    > div:not(:nth-child(3n)):not(:last-child)
    .inner-card-wrapper {
    position: relative;
    padding-right: 16px;
  }
  .destination-section-good-to-know
    .row
    > div:not(:nth-child(3n)):not(:last-child)
    .inner-card-wrapper::after {
    content: "";
    position: absolute;
    right: -3%;
    top: 50%;
    width: 1px;
    height: calc(100% - 32px);
    transform: translateY(-50%);
    background-color: var(--black-100);
  }
  .destination-section-good-to-know
    .row
    > div:nth-child(n + 4)
    .inner-card-wrapper {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid var(--black-100);
  }
}
@media (min-width: 1200px) {
  .destination-section-good-to-know
    .row
    > div:not(:nth-child(3n))
    .inner-card-wrapper {
    position: relative;
    padding-right: 32px;
  }
}
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper {
  padding: 1rem 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  a.btn-fill {
  color: var(--white);
}
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  a.btn-fill:hover {
  color: var(--primary);
}
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h1,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h1,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h2,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h2,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h3,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h3,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h4,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h4,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h5,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h5,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  h6,
.blog-detail-wrapper
  .main-blog-content-wrapper
  .single-post-share-this-article-wrapper
  .h6 {
  color: #1e1e23;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  margin: 0;
  margin-right: 1rem;
}
.blog-detail-wrapper .top-banner {
  margin-bottom: 3rem;
  margin-top: -21rem;
  position: relative;
  max-height: 600px;
  padding: 8px;
  z-index: 1;
}
.blog-detail-wrapper .top-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 8px;
  background-color: var(--white);
}
.blog-detail-wrapper .top-banner img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-detail-wrapper .main-blog-content-wrapper strong {
  color: #1e1e23;
  font-weight: 600;
}
.blog-detail-wrapper .main-blog-content-wrapper h2,
.blog-detail-wrapper .main-blog-content-wrapper h3,
.blog-detail-wrapper .main-blog-content-wrapper h4,
.blog-detail-wrapper .main-blog-content-wrapper h5,
.blog-detail-wrapper .main-blog-content-wrapper h6 {
  color: var(--title);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.blog-detail-wrapper .main-blog-content-wrapper h2:not(:first-child),
.blog-detail-wrapper .main-blog-content-wrapper h3:not(:first-child),
.blog-detail-wrapper .main-blog-content-wrapper h4:not(:first-child),
.blog-detail-wrapper .main-blog-content-wrapper h5:not(:first-child),
.blog-detail-wrapper .main-blog-content-wrapper h6:not(:first-child) {
  margin-top: 3rem;
}
.blog-detail-wrapper .main-blog-content-wrapper p,
.blog-detail-wrapper .main-blog-content-wrapper a {
  color: #46474d;
  font-size: 1rem;
}
.blog-detail-wrapper .main-blog-content-wrapper p,
.blog-detail-wrapper .main-blog-content-wrapper strong,
.blog-detail-wrapper .main-blog-content-wrapper div {
  line-height: 22.4px;
}
.blog-detail-wrapper .main-blog-content-wrapper p + p,
.blog-detail-wrapper .main-blog-content-wrapper p + ul,
.blog-detail-wrapper .main-blog-content-wrapper p + ol,
.blog-detail-wrapper .main-blog-content-wrapper p + strong,
.blog-detail-wrapper .main-blog-content-wrapper p + figure,
.blog-detail-wrapper .main-blog-content-wrapper p + div,
.blog-detail-wrapper .main-blog-content-wrapper strong + p,
.blog-detail-wrapper .main-blog-content-wrapper strong + ul,
.blog-detail-wrapper .main-blog-content-wrapper strong + ol,
.blog-detail-wrapper .main-blog-content-wrapper strong + strong,
.blog-detail-wrapper .main-blog-content-wrapper strong + figure,
.blog-detail-wrapper .main-blog-content-wrapper strong + div,
.blog-detail-wrapper .main-blog-content-wrapper div + p,
.blog-detail-wrapper .main-blog-content-wrapper div + ul,
.blog-detail-wrapper .main-blog-content-wrapper div + ol,
.blog-detail-wrapper .main-blog-content-wrapper div + strong,
.blog-detail-wrapper .main-blog-content-wrapper div + figure,
.blog-detail-wrapper .main-blog-content-wrapper div + div {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .blog-detail-wrapper .main-blog-content-wrapper h2:not(:first-child),
  .blog-detail-wrapper .main-blog-content-wrapper h3:not(:first-child),
  .blog-detail-wrapper .main-blog-content-wrapper h4:not(:first-child),
  .blog-detail-wrapper .main-blog-content-wrapper h5:not(:first-child),
  .blog-detail-wrapper .main-blog-content-wrapper h6:not(:first-child) {
    margin-top: 2rem;
  }
}
.blog-detail-wrapper .main-blog-content-wrapper ol li,
.blog-detail-wrapper .main-blog-content-wrapper ul li {
  color: #46474d;
  letter-spacing: 0.18px;
}
.blog-detail-wrapper .main-blog-content-wrapper figure:not(.wp-block-table) {
  border-radius: 4px;
  overflow: hidden;
  max-width: 490px;
}
.blog-detail-wrapper .main-blog-content-wrapper ul li + li {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .blog-detail-wrapper
    .main-blog-content-wrapper
    .single-post-share-this-article-wrapper {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .blog-detail-wrapper .main-blog-content-wrapper p,
  .blog-detail-wrapper .main-blog-content-wrapper ol li,
  .blog-detail-wrapper .main-blog-content-wrapper ul li {
    line-height: 1.5;
  }
  .blog-detail-wrapper .mobile-reverse {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  .blog-detail-wrapper .main-blog-content-wrapper ul li + li::marker {
    background-color: #149aed;
  }
}
@media (max-width: 768px) {
  .blog-detail-wrapper
    .main-blog-content-wrapper
    .single-post-share-this-article-wrapper {
    justify-content: center;
  }
  .blog-detail-wrapper .main-blog-content-wrapper {
    margin-top: 2rem;
  }
}
.blog-card-wrapper {
  overflow: hidden;
}
.blog-card-wrapper:hover .image-wrapper img {
  transform: scale(1.2);
}
.blog-card-wrapper:hover h1,
.blog-card-wrapper:hover .h1,
.blog-card-wrapper:hover h2,
.blog-card-wrapper:hover .h2,
.blog-card-wrapper:hover h3,
.blog-card-wrapper:hover .h3,
.blog-card-wrapper:hover h4,
.blog-card-wrapper:hover .h4,
.blog-card-wrapper:hover h5,
.blog-card-wrapper:hover .h5,
.blog-card-wrapper:hover h6,
.blog-card-wrapper:hover .h6 {
  color: #149aed;
}
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom {
  width: 0px;
}
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h1,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h1,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h2,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h2,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h3,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h3,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h4,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h4,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h5,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h5,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom h6,
.blog-card-wrapper:hover .bottom-content-wrapper .border-bottom .h6 {
  color: #149aed;
}
.blog-card-wrapper:hover .border-bottom-primary {
  width: 100rem !important;
}
.blog-card-wrapper .image-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  max-height: 350px;
}
.blog-card-wrapper .image-wrapper img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.blog-card-wrapper h1,
.blog-card-wrapper .h1,
.blog-card-wrapper h2,
.blog-card-wrapper .h2,
.blog-card-wrapper h3,
.blog-card-wrapper .h3,
.blog-card-wrapper h4,
.blog-card-wrapper .h4,
.blog-card-wrapper h5,
.blog-card-wrapper .h5,
.blog-card-wrapper h6,
.blog-card-wrapper .h6 {
  color: #1e1e23;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  margin-bottom: 1.25rem;
}
.blog-card-wrapper .bottom-content-wrapper .blog-published-date {
  margin-bottom: 1rem;
}
.blog-card-wrapper .bottom-content-wrapper .blog-published-date p {
  color: #1e1e23;
  font-size: 0.875rem;
  margin: 0;
}
.blog-card-wrapper .bottom-content-wrapper .blog-published-date p svg {
  margin-right: 0.375rem;
}
.blog-card-wrapper .bottom-content-wrapper .border-bottom {
  height: 1px;
  background: #ededed;
  width: 100rem;
  transition: 0.5s ease-in-out;
}
.blog-card-wrapper .bottom-content-wrapper .border-bottom-primary {
  height: 1px;
  background: #149aed;
  box-shadow: 0px -1px 4px 0px rgba(16, 198, 111, 0.4);
  width: 0px;
  transition: 0.5s ease-in-out;
}
.blog-list-wrapper {
  padding-bottom: 100px;
}
.blog-list-wrapper .row {
  --bs-gutter-y: 2.25rem;
}
@media (max-width: 767px) {
  .blog-list-wrapper {
    padding-bottom: 80px;
  }
  .blog-list-wrapper .row {
    --bs-gutter-y: 1.25rem;
  }
}
@media (max-width: 991px) {
  .blog-list-wrapper .mobile-reverse {
    flex-direction: column-reverse;
  }
}
.footer-subscribe-form-wrapper {
  max-width: 26.5625rem;
  position: relative;
}
.footer-subscribe-form-wrapper input {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.footer-subscribe-form-wrapper input,
.footer-subscribe-form-wrapper input::placeholder {
  color: var(--white) !important;
}
.footer-subscribe-form-wrapper input:not([type="submit"]) {
  padding: 12px 4px 18px 16px;
  background-color: var(--white-200);
  border-radius: 6px;
  width: 100%;
  font-size: 12px;
}
.footer-subscribe-form-wrapper input[type="submit"] {
  font-size: 14px;
  padding: 8px 14px 8px 19px;
  border-radius: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  position: absolute !important;
  width: fit-content !important;
  height: fit-content;
  transform: translateY(-1.5px);
  background-color: #4a90a4 !important;
}

@media (max-width: 768px) {
  .footer-subscribe-form-wrapper input[type="submit"] {
    top: 6px;
  }
}

.footer-options-wrapper .image-text-wrapper .image-wrapper img {
  aspect-ratio: 64/32;
  object-fit: cover;
  background-color: var(--white);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .footer-subscribe-form-wrapper input:not([type="submit"]) {
    font-size: 14px;
    padding: 16px 4px 16px 16px;
  }
  .footer-subscribe-form-wrapper input[type="submit"] {
    font-size: 16px;
    padding: 12px 38px;
  }
}
@media (min-width: 992px) {
  .footer-subscribe-form-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .sibar-main-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
    transition: 0.3s ease-in-out;
    transform: translateX(-100rem);
  }
  .sibar-main-wrapper.show {
    transform: unset;
  }
}
.sibar-main-wrapper .sidebar-wrapper {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f8ff;
  padding: 1.5rem;
}
.sibar-main-wrapper .sidebar-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper {
  margin-bottom: 1.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #ededed;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:last-child {
  margin-bottom: 0;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .image-wrapper
  img {
  transform: scale(1.2);
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h1,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h1,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h2,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h2,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h3,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h3,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h4,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h4,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h5,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h5,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  h6,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper:hover
  .right-content-wrapper
  .h6 {
  color: #149aed;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .image-wrapper {
  margin-right: 8px;
  width: 4rem;
  height: 3rem;
  border-radius: 4px;
  overflow: hidden;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .image-wrapper
  img {
  width: 4rem;
  height: 3rem;
  border-radius: 4px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h1,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h1,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h2,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h2,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h3,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h3,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h4,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h4,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h5,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h5,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  h6,
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  .h6 {
  color: #1e1e23;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.16px;
  margin-bottom: 4px;
}
.sibar-main-wrapper
  .sidebar-wrapper.popular-package
  .list-wrapper
  .inner-content-wrapper
  .right-content-wrapper
  p {
  color: #46474d;
  font-size: 0.875rem;
  margin: 0;
}
.sibar-main-wrapper .sidebar-wrapper .title-wrapper {
  margin-bottom: 1.5rem;
}
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h1,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h1,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h2,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h2,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h3,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h3,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h4,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h4,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h5,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h5,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper h6,
.sibar-main-wrapper .sidebar-wrapper .title-wrapper .h6 {
  color: #1e1e23;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin: 0;
}
.sibar-main-wrapper .sidebar-wrapper ul {
  list-style-type: none;
}
.sibar-main-wrapper .sidebar-wrapper ul li {
  margin-bottom: 1.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #ededed;
  transition: 0.3s ease-in-out;
  color: #46474d;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.sibar-main-wrapper .sidebar-wrapper ul li:hover {
  border-bottom: 1px solid #149aed;
  color: #149aed;
}
.sibar-main-wrapper .sidebar-wrapper ul li:hover a {
  color: #149aed;
}
.sibar-main-wrapper .sidebar-wrapper ul li:hover a::before {
  opacity: 1;
  right: -42px;
}
.sibar-main-wrapper .sidebar-wrapper ul li:hover a span {
  color: #149aed;
}
.sibar-main-wrapper .sidebar-wrapper ul li a {
  color: #46474d;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.16px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.sibar-main-wrapper .sidebar-wrapper ul li a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7929 8.18535L3.50737 4.03121C3.35952 3.96613 3.18309 4.0049 3.08024 4.12814C2.97667 4.25138 2.9731 4.42655 3.07167 4.55325L6.12516 8.49968L3.07167 12.4461C2.9731 12.5728 2.97667 12.7487 3.07952 12.8712C3.14881 12.955 3.25238 13 3.35737 13C3.40809 13 3.4588 12.9896 3.50666 12.9682L12.7921 8.81401C12.9193 8.75724 13 8.63469 13 8.49968C13 8.36467 12.9193 8.24213 12.7929 8.18535Z' fill='rgba(20, 154, 237, 1)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.0625rem;
  width: 1rem;
  position: absolute;
  right: 0;
  top: 1px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.sibar-main-wrapper .sidebar-wrapper ul li a span {
  color: #46474d;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .sibar-main-wrapper {
    max-width: calc(100% - 16px);
    margin-left: auto;
    position: sticky;
    top: 108px;
  }
}
.extra-category {
  display: none;
}
.custom-quote {
  padding: 32px;
  border-radius: 0 8px 8px 0;
  background: var(--background);
  border-left: 8px solid var(--primary);
}
.custom-quote h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-style: italic !important;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.24px;
}
.custom-quote p {
  color: var(--primary) !important;
}
@media (min-width: 768px) {
  .custom-quote {
    position: relative;
  }
  .custom-quote::after {
    position: absolute;
    content: "";
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 27px;
    background: url(../img/quote.svg) no-repeat center/contain;
  }
}
.general-page-content-wrapper {
  padding-bottom: 48px;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area h2,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h3,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h4,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin: 32px 0 12px;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area h2 *,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h3 *,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h4 *,
.general-page-content-wrapper .inner-content-wrapper.general-content-area h5 * {
  font-weight: 600;
}
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  strong {
  color: var(--title);
  font-weight: 600;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area p {
  line-height: 22.4px;
  margin-bottom: 0;
  color: var(--text);
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area ul,
.general-page-content-wrapper .inner-content-wrapper.general-content-area ol {
  padding-left: 20px;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area ul li,
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  ol
  li {
  margin-bottom: 0.75rem;
  letter-spacing: 0.2px;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area a,
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  a
  strong {
  color: var(--primary) !important;
}
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  ul
  li {
  list-style-type: square;
}
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  ul
  li::marker {
  color: #149aed;
}
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  p
  + ul,
.general-page-content-wrapper
  .inner-content-wrapper.general-content-area
  p
  + p {
  margin-top: 1rem;
}
.general-page-content-wrapper .inner-content-wrapper.general-content-area hr {
  border: 1px solid var(--black-200);
}
.general-page-content-wrapper .last-modified-date {
  margin-bottom: 1.5rem;
}
.general-page-content-wrapper .last-modified-date h6 {
  margin-bottom: 4px;
}
.general-page-content-wrapper .last-modified-date p {
  color: #1e1e23;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  margin: 0;
}
.talk-to-an-expert-wrapper {
  margin: 1.5rem 0 2.5rem;
}
.talk-to-an-expert-wrapper a {
  border-radius: 8px;
  border: 2px solid #e6a80a;
  padding: 1rem 1.5rem;
  background: rgba(230, 168, 10, 0.1);
  display: flex;
  align-items: center;
}
.talk-to-an-expert-wrapper a .icon-wrapper {
  margin-right: 0.5rem;
}
.talk-to-an-expert-wrapper a p {
  color: #1c1f35;
  font-size: 0.875rem;
  margin: 0 0 0.25rem 0;
}
.talk-to-an-expert-wrapper a .right-content-wrapper h1,
.talk-to-an-expert-wrapper a .right-content-wrapper .h1,
.talk-to-an-expert-wrapper a .right-content-wrapper h2,
.talk-to-an-expert-wrapper a .right-content-wrapper .h2,
.talk-to-an-expert-wrapper a .right-content-wrapper h3,
.talk-to-an-expert-wrapper a .right-content-wrapper .h3,
.talk-to-an-expert-wrapper a .right-content-wrapper h4,
.talk-to-an-expert-wrapper a .right-content-wrapper .h4,
.talk-to-an-expert-wrapper a .right-content-wrapper h5,
.talk-to-an-expert-wrapper a .right-content-wrapper .h5,
.talk-to-an-expert-wrapper a .right-content-wrapper h6,
.talk-to-an-expert-wrapper a .right-content-wrapper .h6 {
  color: #149aed;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.18px;
  text-decoration-line: underline;
  margin: 0;
}
.popular-package .list-wrapper:not(:last-child) .inner-content-wrapper {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 768px) {
  .general-page-content-wrapper .inner-content-wrapper.general-content-area h2,
  .general-page-content-wrapper .inner-content-wrapper.general-content-area h3,
  .general-page-content-wrapper .inner-content-wrapper.general-content-area h4,
  .general-page-content-wrapper .inner-content-wrapper.general-content-area h5 {
    margin: 48px 0 12px;
  }
}
@media (min-width: 992px) {
  .general-page-content-wrapper .inner-content-wrapper.general-content-area ul,
  .general-page-content-wrapper .inner-content-wrapper.general-content-area ol {
    padding-left: 32px;
  }
  .general-page-content-wrapper .sibar-main-wrapper {
    position: static;
  }
  .general-page-content-wrapper .talk-to-an-expert-wrapper {
    max-width: calc(100% - 16px);
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .general-page-content-wrapper {
    padding-bottom: 100px;
  }
}
.four-o-four-page-wrapper-image-wrapper {
  position: relative;
}
.four-o-four-page-wrapper-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  pointer-events: none;
}
.four-o-four-page-wrapper-image-wrapper h1,
.four-o-four-page-wrapper-image-wrapper .h1,
.four-o-four-page-wrapper-image-wrapper h2,
.four-o-four-page-wrapper-image-wrapper .h2,
.four-o-four-page-wrapper-image-wrapper h3,
.four-o-four-page-wrapper-image-wrapper .h3,
.four-o-four-page-wrapper-image-wrapper h4,
.four-o-four-page-wrapper-image-wrapper .h4,
.four-o-four-page-wrapper-image-wrapper h5,
.four-o-four-page-wrapper-image-wrapper .h5,
.four-o-four-page-wrapper-image-wrapper h6,
.four-o-four-page-wrapper-image-wrapper .h6 {
  color: #fff;
  font-size: 16rem;
  font-weight: 800;
  letter-spacing: 5.12px;
  margin-bottom: -4.375rem;
}
@media (max-width: 991px) {
  .four-o-four-page-wrapper-image-wrapper h1,
  .four-o-four-page-wrapper-image-wrapper .h1,
  .four-o-four-page-wrapper-image-wrapper h2,
  .four-o-four-page-wrapper-image-wrapper .h2,
  .four-o-four-page-wrapper-image-wrapper h3,
  .four-o-four-page-wrapper-image-wrapper .h3,
  .four-o-four-page-wrapper-image-wrapper h4,
  .four-o-four-page-wrapper-image-wrapper .h4,
  .four-o-four-page-wrapper-image-wrapper h5,
  .four-o-four-page-wrapper-image-wrapper .h5,
  .four-o-four-page-wrapper-image-wrapper h6,
  .four-o-four-page-wrapper-image-wrapper .h6 {
    margin-bottom: 0;
    font-size: 9rem;
  }
}
.four-o-four-page-wrapper {
  padding-bottom: 5rem;
}
.four-o-four-page-wrapper .four-o-four-content > p {
  color: #1e1e23;
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: 3.24px;
  margin-bottom: 24px;
  line-height: 110%;
}
.four-o-four-page-wrapper .description {
  margin-bottom: 2.25rem;
}
.four-o-four-page-wrapper .description p {
  color: #46474d;
  margin: 0;
}
.four-o-four-page-wrapper img {
  margin-top: -13rem;
  position: relative;
  height: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .four-o-four-page-wrapper img {
    margin-top: 0;
  }
}
.gallery-image-hotel-wrapper .row {
  --bs-gutter-x: 4px;
  --bs-gutter-y: 8px;
}
.makura-toast {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: var(--white);
  z-index: 99;
  border-radius: 12px;
  width: 320px;
  box-shadow: 8px 8px 32px 8px rgba(0, 0, 0, 0.2);
  border-left: 6px solid rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s linear;
}
.makura-toast button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
.makura-toast.success,
.makura-toast.warning,
.makura-toast.info,
.makura-toast.error {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.makura-toast .toast-content {
  position: relative;
  padding: 12px 12px 12px 48px;
}
.makura-toast .toast-content h1,
.makura-toast .toast-content h2,
.makura-toast .toast-content h3,
.makura-toast .toast-content h4,
.makura-toast .toast-content h5,
.makura-toast .toast-content h1,
.makura-toast .toast-content h2,
.makura-toast .toast-content h3,
.makura-toast .toast-content h4,
.makura-toast .toast-content h5,
.makura-toast .toast-content .toast-icon img {
  display: none;
}
.makura-toast .toast-content h1,
.makura-toast .toast-content h2,
.makura-toast .toast-content h4,
.makura-toast .toast-content h4,
.makura-toast .toast-content h5 {
  font-size: 16px;
  margin-bottom: 4px;
  color: var(--title);
  font-weight: 600;
}
.makura-toast .toast-content p {
  color: var(--description);
  margin-bottom: 0;
  font-size: 14px;
  max-width: calc(100% - 24px);
}
.makura-toast .toast-content .toast-icon img {
  max-width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.makura-toast .toast-content .close-toast {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  max-width: 24px;
}
.makura-toast.success {
  border-color: var(--green);
}
.makura-toast.success .toast-content h1,
.makura-toast.success .toast-content h2,
.makura-toast.success .toast-content h3,
.makura-toast.success .toast-content h4,
.makura-toast.success .toast-content h5 {
  color: var(--green);
}
.makura-toast.success .toast-content h1.success,
.makura-toast.success .toast-content h2.success,
.makura-toast.success .toast-content h3.success,
.makura-toast.success .toast-content h4.success,
.makura-toast.success .toast-content h5.success,
.makura-toast.success .toast-content .toast-icon img.success {
  display: block;
}
.makura-toast.error {
  border-color: var(--red);
}
.makura-toast.error .toast-content h1,
.makura-toast.error .toast-content h2,
.makura-toast.error .toast-content h3,
.makura-toast.error .toast-content h4,
.makura-toast.error .toast-content h5 {
  color: var(--red);
}
.makura-toast.error .toast-content h1.error,
.makura-toast.error .toast-content h2.error,
.makura-toast.error .toast-content h3.error,
.makura-toast.error .toast-content h4.error,
.makura-toast.error .toast-content h5.error,
.makura-toast.error .toast-content .toast-icon img.error {
  display: block;
}
.makura-toast.info {
  border-color: var(--primary);
}
.makura-toast.info .toast-content h1,
.makura-toast.info .toast-content h2,
.makura-toast.info .toast-content h3,
.makura-toast.info .toast-content h4,
.makura-toast.info .toast-content h5 {
  color: var(--primary);
}
.makura-toast.info .toast-content h1.info,
.makura-toast.info .toast-content h2.info,
.makura-toast.info .toast-content h3.info,
.makura-toast.info .toast-content h4.info,
.makura-toast.info .toast-content h5.info,
.makura-toast.info .toast-content .toast-icon img.info {
  display: block;
}
.makura-toast.warning {
  border-color: var(--yellow);
}
.makura-toast.warning .toast-content h1,
.makura-toast.warning .toast-content h2,
.makura-toast.warning .toast-content h3,
.makura-toast.warning .toast-content h4,
.makura-toast.warning .toast-content h5 {
  color: var(--yellow);
}
.makura-toast.warning .toast-content h1.warning,
.makura-toast.warning .toast-content h2.warning,
.makura-toast.warning .toast-content h3.warning,
.makura-toast.warning .toast-content h4.warning,
.makura-toast.warning .toast-content h5.warning,
.makura-toast.warning .toast-content .toast-icon img.warning {
  display: block;
}
@media (min-width: 992px) {
  .makura-toast {
    min-width: 25rem;
  }
  .makura-toast .toast-content .toast-icon img {
    max-width: 32px;
  }
}
