<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 300:1 Expected "}" to go with "{"

**/

.wrapper_conta{
    max-width: 1236px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.card_title{
  font-size: 3.5rem;
  color: #126F90;
  line-height: 3.8rem;
  padding-bottom: 20px;
  font-weight: bold;
}
.card_copy22{
  font-size: 14px;
  color: #7C7C7C;
  line-height: 18px;
}
.wrapper_section{
    background-color: #fff;
    max-width: 1236px;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
  }
.wrapper_faq{
    max-width: 1236px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
.wrapper_section2{
    background-color: #fff;
    max-width: 1236px;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
.wrapper_section2_m{
    background-color: #fff;
    max-width: 1236px;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
.icon_group1{
    width: 261px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
.booking_blk{
  width: 50%;
  float: left;
  height: 411px;
}
.booking_blk_m{
  width: 100%;
  float: left;
}
.booking_info_pad{
  padding: 20px;
}
.book_btn{
    background-color: #000;
    padding: 10px;
    margin-right: 10px;
    font-size: 13px;
    color: #fff;
    max-width: 180px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    border-radius: 20px;
    text-align: center;
    transition: ease 0.54s;
  }
.book_btn:hover{
    background-color: #126F90;
  }
.booking_voucher_btn{
    background-color: #126F90;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 180px;
    border-radius: 20px;
    text-align: center;
    transition: ease 0.54s;
  }
  .booking_voucher_btn:hover{
    background-color: #0E5F7C;
  }
.pg_title{
  font-size: 24px;
  color: #126F90;
  text-align: center;
}
/* accordian effect */
.accordion {
  margin: 1rem 0;
  padding: 20px;
  margin-right: 30px;
  margin-left: 30px;
  list-style: none;
  border: 1px solid #e5e5e5;
}

.accordion-item {
  
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}
.bottom_blk{
  background-color: #73ABC4;
  padding: 20px;
  width: 100%;
  color: #fff;
  display: inline-block;
}
.bottom_blk_m{
  background-color: #73ABC4;
  padding: 20px;
  width: 100%;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.booking_btn{
  background-color: #000;
  padding: 10px;
  float: left;
  margin-right: 10px;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
}
.booking_btn:hover{
  background-color: #fff;

/*image slider*/

.carousel-container {
  border-radius: 30px;
  overflow: hidden;
  max-width: 800px;
  position: relative;
  box-shadow: 0 0 30px -20px #223344;
  margin: auto;
  z-index: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  width: 100%;
}

/* Next &amp; previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
}
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgba(10, 10, 20, 0.1);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.active,
.dots:hover {
  background-color: rgba(173, 216, 230, 0.8);
}

/* transition animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}</pre></body></html>