.hotel-page {
  padding-top: 50px; }
  .hotel-page .btn-primary {
    /*width: 215px;*/
    height: 52px;
    border-radius: 50px;
    font-size: 18px;
    transition: box-shadow ease-in 0.3s;
    background: linear-gradient(to left, #1BBEF2 -1.4%, #43D9E8 100%);
    border: none; }
    .hotel-page .btn-primary:hover {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
      border: none; }
  .hotel-page h2 {
    font-size: 34px;
    font-weight: 600;
    color: #5A5A5A;
    text-align: left; }
  .hotel-page p {
    font-size: 18px;
    line-height: 23px;
    color: #969696; }
  .hotel-page .carousel {
    height: 320px;
    position: relative;
    z-index: 0 !important; }
  .hotel-page .hotel-details-img {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .hotel-page .carousel-control-next, .hotel-page .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center; }
  .hotel-page .hotel-description {
    padding-left: 30px;
    padding-top: 3px; }
    .hotel-page .hotel-description p:nth-child(2) {
      padding-top: 10px; }
  .hotel-page .nav {
    padding-top: 53px; }
  .hotel-page .nav-item {
    position: relative;
    margin-right: 25px; }
    .hotel-page .nav-item .active {
      border-color: #1BBEF2; }
  .hotel-page .nav-link {
    height: 52px;
    box-sizing: border-box;
    padding: 12px 20px 12px 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5A5A5A;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: border ease-in 0.5s; }
    .hotel-page .nav-link::before {
      content: "";
      position: absolute;
      width: 32px;
      height: 32px; }
    .hotel-page .nav-link:hover {
      border: 2px solid #1BBEF2; }
  .hotel-page .seniors {
    /*width: 174px;*/ }
    .hotel-page .seniors::before {
      top: 10px;
      left: 19px;
      background: url(../images/seniors.svg) center no-repeat; }
  .hotel-page .wheelchair {
    /*width: 269px;*/ }
    .hotel-page .wheelchair::before {
      top: 9px;
      left: 16px;
      background: url(../images/wheelchair.svg) center no-repeat; }
  .hotel-page .blind {
    /*width: 119px;*/ }
    .hotel-page .blind::before {
      top: 8px;
      left: 10px;
      background: url(../images/blind.svg) center no-repeat; }
  .hotel-page .hearing_impaired {
    /*width: 218px;*/ }
    .hotel-page .hearing_impaired::before {
      top: 9px;
      left: 14px;
      background: url(../images/hearing_impaired.svg) center no-repeat; }
  .hotel-page .upd-btn-wrap {
    text-align: right;
    padding-top: 30px; }
    .hotel-page .upd-btn-wrap span {
      padding-right: 15px;
      font-size: 17px;
      font-weight: 300;
      color: #969696; }
  .hotel-page .tab-content {
    margin-top: 25px;
    padding-left: 45px;
    padding-top: 15px;
    background-color: #F5F5F5;
    border-radius: 4px; }
    .hotel-page .tab-content input[type="checkbox"]:checked + label {
      font-weight: 600; }
    .hotel-page .tab-content label {
      font-size: 16px;
      color: #858585; }
  .hotel-page .custom-control-inline {
    padding-bottom: 15px;
    width: 100%; }
  .hotel-page .custom-control-label::before, .hotel-page .custom-control-label::after {
    border-radius: 5px !important;
    width: 20px !important;
    height: 20px !important;
    top: 2px; }
  .hotel-page .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/check-in.svg) !important;
    background-position: center !important; }
  .hotel-page .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent !important;
    border-color: #CDCDCD !important; }
  .hotel-page .room-wrap {
    position: relative;
    margin-top: 15px;
    padding: 30px 0px 30px 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15); }
    .hotel-page .room-wrap:first-child {
      margin-top: 35px; }
    .hotel-page .room-wrap h5 {
      display: inline-block;
      vertical-align: middle;
      margin: 0px;
      font-size: 18px;
      font-weight: 600;
      color: #858585;
      text-transform: uppercase; }
    .hotel-page .room-wrap .checkbox-wrap {
      position: absolute;
      left: 55px;
      top: 55px; }
      .hotel-page .room-wrap .checkbox-wrap .custom-control-label {
        color: #858585;
        font-size: 16px; }
        .hotel-page .room-wrap .checkbox-wrap .custom-control-label::before {
          content: none; }
        .hotel-page .room-wrap .checkbox-wrap .custom-control-label::after {
          width: 17px;
          height: 17px;
          background-image: url(../images/accesscheck.svg) !important;
          background-size: cover; }
    .hotel-page .room-wrap .btn-info {
      display: inline;
      position: relative;
      padding: 0px 53px 0px 0px;
      margin-right: 33px;
      float: right;
      background-color: transparent;
      border: none;
      color: #1BBEF2;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      box-shadow: none; }
      .hotel-page .room-wrap .btn-info:focus {
        box-shadow: none !important;
        outline: none !important; }
      .hotel-page .room-wrap .btn-info:hover {
        background-color: transparent;
        box-shadow: none;
        color: #1BBEF2;
        border: none; }
      .hotel-page .room-wrap .btn-info::after {
        content: "";
        top: -6px;
        right: 0px;
        width: 39px;
        height: 39px;
        display: block;
        position: absolute;
        border-radius: 50%;
        background: url(../images/arrowdown-collaps.svg) center no-repeat;
        transition: background ease-in 0.5s; }
      .hotel-page .room-wrap .btn-info:hover::after {
        background: url(../images/arrowdown-collaps-hover.svg) center no-repeat; }
    .hotel-page .room-wrap .no-collaps::after {
      transform: rotate(180deg); }
    .hotel-page .room-wrap .carousel-control-next {
      margin-right: 50px; }
    .hotel-page .room-wrap .carousel-indicators {
      margin-left: 7%; }
    .hotel-page .room-wrap .carousel-inner {
      width: 585px; }
    .hotel-page .room-wrap .hotel-details-img {
      width: 100%; }
    .hotel-page .room-wrap .collapse {
      margin-top: 30px; }
  .hotel-page .room-card {
    font-size: 16px;
    color: #5A5A5A;
    text-transform: uppercase; }
    .hotel-page .room-card .card-text {
      text-transform: none;
      font-size: 16px; }
      .hotel-page .room-card .card-text strong {
        color: #5a5a5a; }
    .hotel-page .room-card .text-info {
      color: #1BBEF2 !important; }
    .hotel-page .room-card .card-text:first-child {
      padding-top: 15px;
      margin-bottom: 10px; }
    .hotel-page .room-card .btn-primary {
      /*width: 119px;*/
      height: 45px;
      padding-top: 9px;
      background: linear-gradient(to right, #fba94d 0%, #ff8600 100%); }
  .hotel-page .reviews-wrap {
    margin-top: 30px;
    background-color: #F5F5F5; }
  .hotel-page .no-reviews {
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 25px; }
    .hotel-page .no-reviews p {
      display: block;
      font-size: 16px;
      margin: 0px; }
    .hotel-page .no-reviews .btn-primary {
      float: right;
      width: 183px;
      height: 52px;
      margin-top: 0px;
      padding-top: 13px;
      font-weight: 500; }
  .hotel-page .rev-counter {
    color: #858585;
    font-size: 18px;
    font-weight: 500; }
    .hotel-page .rev-counter span {
      color: #1BBEF2;
      vertical-align: middle; }
  .hotel-page .reviews {
    position: relative;
    margin-top: 50px;
    color: #5A5A5A;
    padding-left: 55px;
    padding-bottom: 40px; }
    .hotel-page .reviews::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 15px;
      background-color: #E3E3E3; }
    .hotel-page .reviews .rating-stars ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      -moz-user-select: none;
      -webkit-user-select: none; }
      .hotel-page .reviews .rating-stars ul .star {
        display: inline-block; }
      .hotel-page .reviews .rating-stars ul .fa {
        font-size: 1.1em;
        color: #ffffff;
        text-shadow: 0px 0px 1px #000000; }
      .hotel-page .reviews .rating-stars ul .selected .fa {
        color: #FFCC36;
        text-shadow: none; }
    .hotel-page .reviews .avatar {
      display: inline-block;
      width: 38px;
      height: 38px;
      margin: 0px;
      border-radius: 50px;
      background-color: #1BBEF2;
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      text-align: center; }
    .hotel-page .reviews div.avatar {
      padding-top: 6px; }
    .hotel-page .reviews .name-wrap {
      display: inline-block;
      padding-left: 12px; }
    .hotel-page .reviews .name, .hotel-page .reviews .country {
      display: block;
      font-size: 18px;
      line-height: 20px; }
    .hotel-page .reviews .name {
      font-weight: 600;
      margin-bottom: 5px; }
    .hotel-page .reviews p {
      padding-top: 20px;
      padding-right: 130px;
      margin-bottom: 30px;
      color: #5A5A5A;
      font-weight: 300; }
  .hotel-page .response-time {
    text-align: right; }
  .hotel-page .residence-time, .hotel-page .response-time {
    color: #858585;
    font-weight: 500; }
  .hotel-page .reviews-btns {
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 500; }
    .hotel-page .reviews-btns .btn-primary {
      float: right;
      width: 183px;
      height: 52px;
      margin-top: 0px;
      padding-top: 13px; }
    .hotel-page .reviews-btns .more-rev {
      margin-left: 30px;
      font-size: 18px;
      color: #1BBEF2;
      border-bottom: 1px solid #1BBEF2; }
      .hotel-page .reviews-btns .more-rev:hover {
        text-decoration: none; }
  .hotel-page .facilities {
    position: relative;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding-top: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #858585; }
    .hotel-page .facilities h4 {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
    .hotel-page .facilities ul {
      padding-top: 15px;
      font-size: 16px;
      margin-bottom: 30px; }
      .hotel-page .facilities ul li {
        list-style: none; }
    .hotel-page .facilities span {
      font-weight: 500; }
  .hotel-page .open-more {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #1BBEF2; }
