.bg-color {
  background-color: #FFFFFF !important;
}

.bg-color-black {
  background-color: #000000 !important;
}

.input-font {
  font-size: 20px;
}
@media only screen and (max-width: 1280px) {
  .input-font {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .input-font {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .input-font {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .input-font {
    font-size: 12px;
  }
}

.text-teal {
    color: #005E6F!important;
}

.bg-teal {
    background: #005E6F!important;
}

.default-select {
  width: 100%;
}

.default-button, .default-button:hover {
  color: #FFFFFF !important;
  font-size: 20px !important;
  padding: 8px 45px !important;
}
@media only screen and (max-width: 1280px) {
  .default-button {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .default-button {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .default-button {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 576px) {
  .default-button {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .center-for-mobile {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .center-for-mobile {
    text-align: center;
  }
}

.hide-border-left {
  border-left: none !important;
}

.hide_hyperlink {
  text-decoration: none;
  color: #000000;
}

.section-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 1280px) {
  .section-heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-heading {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .section-heading {
    font-size: 1.8rem;
    text-align: center;
  }
}

.section-subheading {
  font-size: 1.4rem;
  font-weight: 700;
  color: #00859B;
}
@media only screen and (max-width: 1280px) {
  .section-subheading {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .section-subheading {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-subheading {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .section-subheading {
    font-size: 1.2rem;
    text-align: center;
  }
}

.hotel-rating {
  position: absolute;
  width: 43px;
  right: 25px;
  height: 43px;
  background: #FFFFFF;
  top: 10px;
  border-radius: 5px;
}

.hotel-rating-star {
  top: 3px;
  left: 10px;
  color: #eebf17;
  position: relative;
}

.hotel-rating-text {
  font-family: Poppins;
  font-size: 14px;
  text-align: center;
}

.hotel-image-border {
  border-radius: 0px 20px 0px 20px !important;
  height: 250px;
}

.hotel-text {
  font-size: 18px;
  font-weight: 500;
}

.social-media-icons {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 2rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.logo-width {
  width: 245px;
}
@media only screen and (max-width: 768px) {
  .logo-width {
    width: 170px;
  }
}
@media only screen and (max-width: 576px) {
  .logo-width {
    width: 120px;
  }
}

.footer-margin {
  margin-left: 25px !important;
}

.footer-roomrite-logo {
  width: 55px;
  position: absolute;
}

.company-logo {
  height: 40px;
}

.footer-title {
  color: #FFFFFF;
  font-size: 37px;
  font-family: Averta-ExtraBold;
  display: inline-block;
  vertical-align: top;
  padding-top: 0.2em;
  position: relative;
  padding-left: 2.4rem;
}

.footer-heading {
  color: #FF3C86;
  font-size: 21px;
  font-family: Montserrat;
  font-weight: 600;
}

.footer-item {
  color: #FFFFFF !important;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 500;
  padding: 0 !important;
}

.footer-contact-icons {
  color: #FF3C86;
  padding-top: 0.5rem;
  font-size: 1em;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}

.footer-horizontal-line {
  width: 100%;
  height: 0;
  border: 1px solid #FFFFFF;
  margin: 3px;
  display: inline-block;
}

.footer-copyright-notice {
  color: #FFFFFF;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  text-align: center;
  padding-top: 0.3rem;
}

.bg-img {
  background-image: url(../img/frontend/homepage_background.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  margin-top: 6rem !important;
  padding: 10px 0;
}
.home-heading {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 6rem;
  line-height: 56px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1280px) {
  .home-heading {
    font-size: 2.4rem;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-heading {
    font-size: 2rem;
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-heading {
    font-size: 1.7rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .home-heading {
    font-size: 1.3rem;
    margin-left: 0rem;
    margin-top: 150px;
    color: #000000;
    text-align: center;
  }
}

.home-subheading {
  font-size: 1.8rem;
  margin-left: 6rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1280px) {
  .home-subheading {
    font-size: 1.4rem;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-subheading {
    font-size: 1.4rem;
    margin-left: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-subheading {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .home-subheading {
    font-size: 1.3rem;
    margin-left: 0rem;
    color: #005F6F;
    text-align: center;
  }
}

.home-search-margin {
  margin-left: 3rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 1280px) {
  .home-search-margin {
    font-size: 2.4rem;
    margin-left: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-search-margin {
    font-size: 2rem;
    margin-left: 2.5rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-search-margin {
    font-size: 1.7rem;
    margin-left: 2rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .home-search-margin {
    font-size: 1.6rem;
    margin-left: 0rem;
    margin-top: 1rem;
    color: #005F6F;
  }
}

.search-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 1280px) {
  .search-heading {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .search-heading {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .search-heading {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .search-heading {
    font-size: 1rem;
    text-align: center;
  }
}

.search-subheading {
  font-size: 1rem;
  line-height: 50px;
}
@media only screen and (max-width: 1280px) {
  .search-subheading {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .search-subheading {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .search-subheading {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 576px) {
  .search-subheading {
    font-size: 0.9rem;
    text-align: center;
  }
}

.carousel-border {
  border-radius: 0.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
  font-size: 16px;
  font-weight: 600 !important;
  margin: 0;
}

.testimonial-rating-star {
  color: #eebf17;
}

.article-logo {
  height: 80px;
}
.cursor-pointer {
    cursor: pointer;
}

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