html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Work Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #4591a1; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Arima Madurai", cursive; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 500px) {
    section {
      padding: 60px 0; } }

.btn {
  color: #fff;
  background-color: #6ab1bf;
  border: 3px solid #6ab1bf;
  font-family: "Arima Madurai", cursive;
  padding: 16px 50px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  margin-top: 10px; }
  @media (max-width: 500px) {
    .btn {
      padding: 14px 25px;
      font-size: 17px; } }

.btn:hover {
  background-color: #4591a1;
  border: 3px solid #4591a1;
  color: #fff; }

.title-h {
  font-size: 58px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006080;
  font-family: "Arima Madurai", cursive; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 39px;
      line-height: 47px; } }

.title-p {
  font-size: 23px;
  font-weight: 200;
  line-height: 30px;
  padding-bottom: 10px;
  color: #444;
  font-family: "Work Sans", sans-serif; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 21px;
      line-height: 27px;
      padding-bottom: 10px;
      font-weight: 300; } }

.back-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #006080; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 60px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #e6e6e6; }

.navbar {
  min-height: 80px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

.navbar-brand {
  padding: 0px 5px 0 5px; }
  @media (max-width: 990px) {
    .navbar-brand {
      padding: 2px 5px 0 5px; } }

.navbar-brand img {
  width: auto;
  height: 56px; }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #6ab1bf;
    margin-top: 0px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 17px 30px 17px;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #4591a1;
    font-family: "Arima Madurai", cursive; } }
  @media (min-width: 991px) and (max-width: 1210px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 33px 6px 10px 6px;
      font-weight: 400;
      font-size: 17px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #4591a1; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #6ab1bf; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-family: "Lora", serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #4591a1; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    font-family: "Arima Madurai", cursive;
    text-transform: uppercase;
    color: #006080 !important;
    padding: 20px 0 10px 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Lora", serif;
    color: #333;
    font-size: 18px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  color: #4591a1;
  margin-top: 15px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #4591a1;
  letter-spacing: 1px;
  padding: 11px 32px;
  margin-right: 15px;
  font-weight: 500;
  border-radius: 50px;
  font-family: "Arima Madurai", cursive; }
  @media (max-width: 1100px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.navbar-fixed.bootsnav .btn {
      display: none; } }

nav.no-background.bootsnav .btn {
  color: #fff;
  margin-top: 15px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
  letter-spacing: 1px;
  padding: 11px 32px;
  margin-right: 15px;
  font-weight: 500;
  border-radius: 50px;
  font-family: "Arima Madurai", cursive; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .btn {
      padding: 9px 12px; } }
  @media (max-width: 991px) {
    nav.no-background.bootsnav .btn {
      display: none; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #4591a1;
  border: 2px solid #4591a1;
  color: #fff; }

nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 110px; }

@media (max-width: 1050px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
/*************** hero start ****************/
.hero {
  position: relative;
  min-height: 110vh; }
  @media (max-width: 991px) {
    .hero {
      min-height: 100vh; } }
  .hero .back {
    background: rgba(21, 45, 72, 0.3); }
  .hero .hero-box {
    margin-top: 55vh;
    margin-left: 30px; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 22vh;
        margin-left: 0;
        padding: 20px; } }
  .hero h1 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    font-size: 75px;
    line-height: 80px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Arima Madurai", cursive;
    letter-spacing: 6px;
    margin: 0 0 25px 0; }
    @media (max-width: 767px) {
      .hero h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Arima Madurai", cursive; }
    @media (max-width: 767px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 3px; } }
  .hero form {
    padding: 15px 40px 30px 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px; }
    @media (max-width: 767px) {
      .hero form {
        padding: 15px 25px 20px 25px; } }
    .hero form .btn {
      padding: 15px 25px;
      font-size: 15px;
      letter-spacing: 0;
      border-radius: 5px;
      margin-top: 29px;
      min-height: 55px;
      width: 100%; }
      @media (max-width: 767px) {
        .hero form .btn {
          min-height: auto;
          margin-top: 5px; } }
  .hero label {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Arima Madurai", cursive; }
  .hero input, .hero textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 55px;
    padding: 14px 15px;
    border: 1px solid rgba(233, 202, 156, 0.4);
    outline: none;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .hero input, .hero textarea {
        padding: 8px 15px;
        min-height: 45px;
        margin-bottom: 15px; } }

::-webkit-datetime-edit-fields-wrapper {
  background: transparent;
  font-size: 15px; }

::-webkit-datetime-edit-text {
  color: #6ab1bf;
  padding: 0 0.1em; }

::-webkit-datetime-edit-month-field {
  color: #333; }

::-webkit-datetime-edit-day-field {
  color: #333; }

::-webkit-datetime-edit-year-field {
  color: #333; }

::-webkit-inner-spin-button {
  display: none; }

input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 20px;
  color: #fff;
  opacity: 1; }

.form-padd {
  padding: 0 5px; }

/***** hero end ********/
/******about start***********/
.about-image {
  height: 660px; }
  @media (max-width: 991px) {
    .about-image {
      position: relative;
      right: 0;
      height: 250px;
      margin-top: 15px; } }

.top-padd {
  height: 80px; }
  @media (max-width: 1050px) {
    .top-padd {
      height: 5px; } }

/******about end************/
/******* services start *********/
.services-img-mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .services-img-mobile {
      display: block;
      height: 220px; } }

.services-left-text {
  padding: 0; }
  .services-left-text .services-img {
    margin-left: 45vw; }
    @media screen and (max-width: 991px) {
      .services-left-text .services-img {
        margin-left: 0; } }
  .services-left-text .services-text {
    padding: 130px 100px;
    width: 50vw;
    background-color: #dcedef;
    margin-left: -45vw; }
    @media screen and (max-width: 991px) {
      .services-left-text .services-text {
        margin-right: 0;
        margin-left: 0;
        padding: 50px 15px;
        width: 100%; } }

/****** services end *********/
.gallery .gallery-home {
  height: 600px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .gallery .gallery-home {
      height: 250px;
      margin-top: 15px; } }

.info-box {
  padding: 40px 40px 40px 40px;
  margin-top: 30px;
  position: relative; }
  .info-box .back {
    background-color: rgba(64, 132, 140, 0.3); }
  .info-box h3 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 2px; }

/*********** testimonials start *********/
.testimonials {
  padding: 110px 0;
  position: relative; }
  @media (max-width: 768px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials .test-img {
    height: 100px;
    width: auto !important; }
  .testimonials .owl-theme .owl-controls {
    text-align: left; }

#testimonial-slider {
  margin: 80px 0 0 30px; }
  @media (max-width: 1050px) {
    #testimonial-slider {
      margin: 50px 0 0 0px; } }

.testimonial .description {
  padding: 30px 0px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #111;
  line-height: 38px;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .description {
      padding: 30px 0;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; } }

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #6ab1bf;
  font-family: "Arima Madurai", cursive;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .title {
      margin-bottom: 10px; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #6ab1bf !important; }

.intro-video {
  padding-top: 0;
  margin-top: -440px;
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .intro-video {
      margin-top: -140px;
      min-height: auto;
      padding-top: 70px;
      padding-bottom: 40px; } }
  .intro-video .title-p {
    color: #eee; }
  .intro-video .btn {
    margin: 20px 5px 5px 5px;
    min-width: 220px; }
    @media (max-width: 768px) {
      .intro-video .btn {
        margin: 4px 0 4px 0;
        min-width: 240px; } }

.video-img {
  width: 100%;
  height: 720px;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 15px solid #fff;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .video-img {
    height: 260px; } }
.play-img {
  width: 230px;
  margin-top: 240px; }

@media (max-width: 768px) {
  .play-img {
    margin-top: 50px;
    width: 140px; } }
.play-img {
  animation: shadow-pulse 1.5s infinite; }

@keyframes shadow-pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/************ testimonials end ************/
/******footer start****/
.footer {
  padding: 50px 0 30px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-top: 40px; } }
  .footer .back {
    background-color: rgba(0, 57, 77, 0.92); }
  .footer a, .footer p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 400; }
  .footer a:hover {
    text-decoration: none;
    color: #4591a1; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .btn {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 20px; }
  .footer .btn:hover {
    color: #fff; }
  .footer .footer-icons {
    margin-top: 21px; }
    @media screen and (max-width: 991px) {
      .footer .footer-icons {
        margin-bottom: 25px; } }
    .footer .footer-icons li {
      display: inline-block;
      margin-right: 10px; }
    .footer .footer-icons a {
      display: inline-block;
      text-align: center;
      width: 36px;
      height: 36px;
      border: 1px solid #fff;
      padding: 3px;
      border-radius: 50%; }
    .footer .footer-icons a:hover {
      border: 1px solid #4591a1;
      background-color: #4591a1;
      color: #fff; }
  .footer img {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .footer img {
        width: 90%; } }

/*****footer end******/
.tc-header {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .tc-header {
      min-height: 40vh; } }

.inner-content {
  position: relative;
  display: block;
  margin-top: 23vh; }
  @media screen and (max-width: 768px) {
    .inner-content {
      margin-top: 13vh; } }

.inner-content h1 {
  color: #fff;
  font-size: 62px;
  font-weight: 300;
  font-family: "Arima Madurai", cursive;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px;
      font-weight: 400; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 45, 72, 0.3); }

input, textarea {
  width: 100%;
  padding: 16px 15px;
  background-color: rgba(220, 237, 239, 0.5);
  border: 1px solid #dcedef;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

::-webkit-input-placeholder {
  /* Edge */
  font-family: "Arima Madurai", cursive;
  font-size: 17px;
  color: #006080; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Arima Madurai", cursive;
  font-size: 17px;
  color: #006080; }

::placeholder {
  font-family: "Arima Madurai", cursive;
  font-size: 17px;
  color: #006080; }

.contact-page form {
  margin-top: 30px; }

.review-box {
  margin-top: 30px;
  background-color: rgba(220, 237, 239, 0.5);
  padding: 60px; }
  @media screen and (max-width: 768px) {
    .review-box {
      padding: 25px;
      margin-top: 15px; } }
  .review-box h4 {
    font-size: 35px;
    color: #006080; }
    @media screen and (max-width: 768px) {
      .review-box h4 {
        font-size: 29px; } }
  .review-box h5 {
    text-align: right;
    margin-right: 40px;
    color: #006080;
    font-size: 21px;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .review-box h5 {
        margin-right: 10px; } }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  color: #006080; }

.example-image {
  background-size: cover;
  background-position: center;
  height: 240px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .example-image {
      height: 220px;
      margin-top: 15px; } }

.video-page iframe {
  height: 450px;
  margin-top: 30px;
  background-color: #fff; }
  @media screen and (max-width: 550px) {
    .video-page iframe {
      height: 220px; } }
.video-page .video-title {
  color: #006080; }

.things-box {
  background-color: rgba(220, 237, 239, 0.5);
  padding: 30px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .things-box {
      padding: 15px;
      margin-top: 15px; } }
  .things-box h2 {
    color: #006080; }
  .things-box ul {
    padding-left: 0px;
    margin-top: 15px;
    list-style: none; }
  .things-box li {
    margin-bottom: 10px; }
  .things-box li a {
    color: #333; }
  .things-box li a:hover {
    color: #4591a1; }
  .things-box .svg-inline--fa {
    color: #4591a1;
    margin-right: 6px;
    width: 20px; }
  .things-box span {
    color: #4591a1;
    text-decoration: underline; }
  .things-box .btn {
    margin-top: 25px;
    padding: 11px 25px;
    font-size: 17px; }

.things-img {
  height: 350px; }
  @media screen and (max-width: 768px) {
    .things-img {
      height: 220px;
      outline: underlin; } }

.inner-header {
  height: 110px !important;
  min-height: auto;
  background-position: bottom; }
  @media (max-width: 991px) {
    .inner-header {
      display: none; } }

/********** PROPERTY -DETAIL PAGE **********/
.prod-owl-img {
  background-size: cover;
  background-position: center;
  height: 585px;
  background-repeat: no-repeat;
  margin: 5px 2px; }

.prod-owl-img-small {
  background-size: cover;
  background-position: center;
  margin: 2px 3px;
  height: 190px;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .prod-owl-img-small {
      margin: 2px;
      height: 80px; } }

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  font-size: 30px;
  background: transparent;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border: none;
  outline: none; }

.product-owl .svg-inline--fa {
  color: #fff;
  text-shadow: 0 0 5px black; }

#big.owl-theme .owl-prev {
  left: 10px; }
  @media (max-width: 991px) {
    #big.owl-theme .owl-prev {
      left: 0px; } }

#big.owl-theme .owl-next {
  right: 15px; }
  @media (max-width: 991px) {
    #big.owl-theme .owl-next {
      right: 5px; } }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  display: none; }

@media (max-width: 767px) {
  .prod-owl-img {
    height: 210px;
    margin-bottom: 5px; } }
.availability .sidebar {
  padding: 30px 20px;
  margin-top: 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
  @media (max-width: 500px) {
    .availability .sidebar {
      padding: 15px; } }
.availability input, .availability textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 55px; }
  @media (max-width: 500px) {
    .availability input, .availability textarea {
      padding: 12px 15px;
      margin-bottom: 10px; } }
.availability label {
  font-weight: 400;
  font-family: "Arima Madurai", cursive;
  font-size: 17px;
  color: #006080; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 55px;
  width: 100%;
  padding: 16px 15px;
  background-color: rgba(220, 237, 239, 0.5);
  border: 1px solid #dcedef;
  margin-bottom: 15px;
  border-radius: 0;
  outline: none;
  font-weight: 400;
  font-family: "Arima Madurai", cursive;
  font-size: 17px;
  color: #006080; }
  @media (max-width: 767px) {
    select {
      padding: 8px 15px;
      min-height: 45px;
      margin-bottom: 15px; } }

.sidebar-header {
  background-color: #4591a1;
  padding: 15px;
  margin-bottom: 15px; }
  .sidebar-header h3, .sidebar-header p {
    color: #fff; }

.inner-h {
  font-family: "Arima Madurai", cursive;
  font-size: 25px;
  color: #006080;
  padding: 15px;
  background-color: rgba(220, 237, 239, 0.5); }

.table-amenities {
  border: none;
  margin: 20px 0; }
  .table-amenities .svg-inline--fa {
    color: #4591a1;
    margin-right: 10px; }
  .table-amenities tbody > tr > td, .table-amenities tbody > tr > th {
    padding: 4px 0px;
    vertical-align: top;
    border-top: 1px solid transparent; }
    @media (max-width: 991px) {
      .table-amenities tbody > tr > td, .table-amenities tbody > tr > th {
        width: 100%;
        display: block;
        padding: 2px 5px;
        font-size: 15px; } }

.table-room {
  border: none;
  margin: 20px 0; }
  .table-room .svg-inline--fa {
    color: #4591a1;
    margin-right: 10px; }
  .table-room tbody > tr > td, .table-room tbody > tr > th {
    padding: 4px 5px;
    vertical-align: top;
    font-size: 13px; }
    @media (max-width: 500px) {
      .table-room tbody > tr > td, .table-room tbody > tr > th {
        padding: 4px 3px;
        vertical-align: top;
        font-size: 11px; } }
  @media (max-width: 500px) {
    .table-room tr {
      font-size: 11px; } }
  .table-room thead:first-child > tr:first-child > td, .table-room thead:first-child > tr:first-child > th {
    border-top: 1px solid #eee; }
  .table-room th {
    color: #006080;
    font-family: "Arima Madurai", cursive; }

/*# sourceMappingURL=style.css.map */
