.label_error {
  margin: 0; }

.faq-home h1 {
  font-size: 40px;
  font-family: GoogleSans-Bold;
  text-align: center;
  padding: 40px 0 30px; }
.faq-home ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #BFDAEB; }
  .faq-home ul li {
    margin-bottom: 0; }
    .faq-home ul li a {
      font-size: 30px;
      font-family: GoogleSans-Bold;
      display: inline-block;
      line-height: 60px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      background: #F4F9FC;
      padding: 0 70px;
      margin-right: 20px; }
    .faq-home ul li.active a {
      color: #FFFFff;
      background: #008CF0; }
      .faq-home ul li.active a:hover {
        color: #FFFFff !important;
        background: #008CF0 !important; }
      .faq-home ul li.active a:focus {
        color: #FFFFff !important;
        background: #008CF0 !important; }
.faq-home .tab-content {
  margin: 30px 0 50px; }
  .faq-home .tab-content .form-advise {
    margin-top: 30px; }
    .faq-home .tab-content .form-advise h4 {
      text-transform: uppercase;
      font-size: 22px;
      font-family: GoogleSans-Bold; }
    .faq-home .tab-content .form-advise form {
      width: 80%;
      margin: auto; }
      .faq-home .tab-content .form-advise form .txt, .faq-home .tab-content .form-advise form .txt_area {
        display: grid;
        grid-template-columns: 185px auto;
        margin-bottom: 20px;
        align-items: center; }
        .faq-home .tab-content .form-advise form .txt input, .faq-home .tab-content .form-advise form .txt textarea, .faq-home .tab-content .form-advise form .txt_area input, .faq-home .tab-content .form-advise form .txt_area textarea {
          border: 1px solid #EBEBEB;
          border-radius: 5px;
          box-shadow: none;
          padding: 6px 20px; }
      .faq-home .tab-content .form-advise form .book_room_now {
        overflow: hidden;
        text-align: center; }
        .faq-home .tab-content .form-advise form .book_room_now a {
          display: inline-block;
          padding: 10px 30px 10px;
          background: #008CF0;
          text-transform: uppercase;
          color: #ffffff;
          font-family: GoogleSans-Bold;
          font-size: 16px;
          border-radius: 5px; }
.faq-home .panel {
  border: none;
  margin-bottom: 20px;
  box-shadow: unset; }
  .faq-home .panel.activated .panel-heading .panel-title .title {
    color: #008CF0; }
  .faq-home .panel .panel-heading {
    background: #F4F9FC;
    border-radius: 0; }
    .faq-home .panel .panel-heading .panel-title {
      padding: 15px 0; }
      .faq-home .panel .panel-heading .panel-title button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        border: none;
        background: none; }
        .faq-home .panel .panel-heading .panel-title button .title {
          font-size: 18px;
          font-family: GoogleSans-Bold;
          color: #000000;
          text-align: left; }
        .faq-home .panel .panel-heading .panel-title button i {
          font-size: 20px;
          color: #333E48; }
  .faq-home .panel .panel-body {
    border: none;
    background: #F4F9FC; }
    .faq-home .panel .panel-body .faq_content {
      color: #333E48; }
      .faq-home .panel .panel-body .faq_content img {
        padding: 30px 0; }

.pagination {
  text-align: center; }

@media screen and (max-width: 768px) {
  .faq-home h1 {
    font-size: 30px;
    padding: 30px 0 30px; }
  .faq-home .content ul li a {
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px; }
  .faq-home .panel .panel-heading .panel-title button .title {
    font-size: 15px;
    text-align: left; }
  .faq-home .panel-body .faq_content {
    font-size: 15px; }
    .faq-home .panel-body .faq_content img {
      width: 100% !important;
      height: auto !important; } }

/*# sourceMappingURL=home.css.map */
