@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/Montserrat-Light.ttf); }
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf); }
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf); }
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf); }
@font-face {
  font-family: Montserrat-Black;
  src: url(../fonts/Montserrat-Black.ttf); }
@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf); }
body {
  position: relative;
  height: 100%;
  font-family: Montserrat-Regular, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }

body a {
  outline: none;
  letter-spacing: 0;
  text-decoration: none; }

body h1 {
  font-family: Montserrat-Bold;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0; }

body h2,
body h3,
body h4,
body h5 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  font-family: Montserrat-Bold; }

body p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #969696; }

.front-header-wrap {
  background: url("../images/front-header.webp") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 800px; }

.inner-header-wrap {
  margin-bottom: 50px; }

.top-bar-wrap {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 70px;
  min-height: 50px; }
  .top-bar-wrap .top-soc {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center; }
    .top-bar-wrap .top-soc span {
      display: block;
      font-size: 13px;
      color: #595959;
      letter-spacing: 0.2em;
      margin-bottom: 5px; }
    .top-bar-wrap .top-soc a {
      display: inline-block;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      border: 1px solid #888888;
      margin-left: 2px;
      margin-right: 2px; }
      .top-bar-wrap .top-soc a i {
        font-size: 12px;
        color: #888888;
        position: relative;
        bottom: 4px; }
  .top-bar-wrap .top-contact {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    font-size: 13px;
    letter-spacing: 0.025em;
    color: #595959; }
    .top-bar-wrap .top-contact a {
      text-decoration: none;
      color: #595959; }
    .top-bar-wrap .top-contact span {
      color: #0B4F7F;
      font-size: 40px;
      line-height: 16px;
      margin-left: 10px;
      margin-right: 10px; }

.menu {
  position: relative; }
  .menu .navbar-brand {
    position: absolute;
    left: 0;
    top: -90px; }
  .menu .navbar {
    padding-left: 0;
    padding-right: 0; }
    .menu .navbar .nav-item {
      padding-left: 20px;
      padding-right: 20px; }
      .menu .navbar .nav-item .nav-link {
        font-size: 16px;
        color: #0B4F7F;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        padding-left: 0;
        padding-right: 0; }
        .menu .navbar .nav-item .nav-link:hover {
          border-bottom: 2px solid #0B4F7F; }
      .menu .navbar .nav-item .dropdown-menu {
        padding: 0;
        border-radius: 0;
        margin-top: 0;
        border: 1px solid #0B4F7F;
        border-top: 3px solid #0B4F7F;
        border-bottom: none; }
        .menu .navbar .nav-item .dropdown-menu .dropdown-item {
          padding: 0; }
          .menu .navbar .nav-item .dropdown-menu .dropdown-item:hover {
            background: transparent; }
          .menu .navbar .nav-item .dropdown-menu .dropdown-item a {
            display: block;
            text-align: center;
            width: 100%;
            padding: 10px;
            color: #0B4F7F;
            font-size: 16px;
            text-decoration: none;
            border-bottom: 1px solid #0B4F7F; }
            .menu .navbar .nav-item .dropdown-menu .dropdown-item a:hover {
              background: #0B4F7F;
              color: #fff; }
    .menu .navbar .nav-item:last-child {
      padding-right: 0; }
    .menu .navbar .lang .dropdown-menu {
      min-width: 100%;
      max-width: 100%; }

.welcome-wrap {
  margin-top: 100px; }
  .welcome-wrap h3 {
    font-size: 23px;
    color: #0B4F7F;
    letter-spacing: 0.02em;
    font-family: Montserrat-Light;
    text-transform: uppercase; }
  .welcome-wrap h1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.025em;
    color: #0B4F7F;
    margin-bottom: 30px;
    margin-top: 15px; }
  .welcome-wrap .highlight span.negative {
    position: absolute;
    display: inline-block;
    background: #0B4F7F;
    height: 30px;
    align-items: center; }
  .welcome-wrap .highlight i {
    display: inline-block;
    font-style: normal;
    height: 30px;
    background: #1878BD;
    margin-left: 55px;
    padding-left: 80px;
    padding-right: 15px;
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 23px;
    line-height: 23px;
    padding-top: 4px; }
  .welcome-wrap p {
    max-width: 520px;
    font-size: 18px;
    line-height: 27px;
    color: #625f5e;
    margin-bottom: 0;
    margin-top: 30px; }

.front-book-wrap {
  margin-top: -150px;
  position: relative;
  z-index: 100; }
  .front-book-wrap h2 {
    font-size: 50px;
    color: #0B4F7F;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-bottom: 30px; }

.book-wrapper {
  background: #fff;
  -webkit-box-shadow: -1px -10px 39px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -10px 39px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -10px 39px 0px rgba(0, 0, 0, 0.75); }
  .book-wrapper .form-field {
    padding-left: 10px;
    padding-right: 10px; }
  .book-wrapper input,
  .book-wrapper select {
    width: 100%;
    border: none;
    /* border-bottom: 3px solid #1878BD; */
    border-bottom: 3px solid #625f5e;
    background: transparent;
    outline: none;
    color: #625f5e;
    font-size: 18px;
    height: 40px;
    padding-left: 5px; }
  .book-wrapper input::-webkit-input-placeholder {
    color: #625f5e;
    opacity: 1; }
  .book-wrapper input:-moz-placeholder {
    /* Firefox 18- */
    color: #625f5e;
    opacity: 1; }
  .book-wrapper input::-moz-placeholder {
    /* Firefox 19+ */
    color: #625f5e;
    opacity: 1; }
  .book-wrapper input:-ms-input-placeholder {
    color: #625f5e;
    opacity: 1; }
  .book-wrapper .book-btn button {
    width: 100%;
    background: #0B4F7F;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: Montserrat-Bold;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase; }
  .book-wrapper .fields-wrapper {
    display: flex;
    align-items: center; }
    .book-wrapper .fields-wrapper .row {
      width: 100%; }
  .book-wrapper .dates {
    background: url("../images/calendar.png") no-repeat;
    background-position: center right 5px; 
  }
  .book-wrapper #adults {
    background: url("../images/adults.png") no-repeat;
    background-position: center right 5px; 
  }
  .book-wrapper #children {
    background: url("../images/children.png") no-repeat;
    background-position: center right 5px; 
  }
  .book-wrapper .book-btn {
    padding-right: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* for Webkit */
  select {
    -webkit-appearance: none;
    background-position: right center;
    padding: 3px 32px 3px 5px; } }
@-moz-document url-prefix() {
  /* for Firefox */
  select {
    -moz-appearance: none; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* for IE10+ */
  select::-ms-expand {
    display: none; } }
.front-about-wrap {
  /* background: url("../images/front-about.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;  */
  background: #0B4F7F;
  background: linear-gradient(90deg, rgba(11, 79, 127, 1) 0%, rgba(17, 97, 155, 1) 50%, rgba(24, 120, 189, 1) 100%);
}

.front-about-wrap {
  margin-top: -70px;
  padding-top: 110px;
  padding-bottom: 50px; }
  .front-about-wrap h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px; }
  .front-about-wrap h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 42px; }
  .front-about-wrap p {
    color: #fff; }
  .front-about-wrap a {
    color: #fff; }

body .readmore {
  /* background: url("../images/readmore.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; */
  background: white;
  border-radius: 50px;
  padding-right: 46px;
  width: max-content;

  display: flex;
  align-items: center;
  /* width: 230px; */
  height: 56px;
  padding-left: 46px;
  color: #1878BD;
  text-decoration: none;
  font-size: 18px; }

.about-images-wrap img {
  border: 7px solid #fff;
  margin: 15px;
  max-width: 170px; }

.featured-wrap {
  background: url("../images/featured-bcg.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }

#featured-slider {
  border: 15px solid #fff;
  margin-top: 100px;
  -webkit-box-shadow: -1px -3px 39px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: -1px -3px 39px 0px rgba(0, 0, 0, 0.54);
  box-shadow: -1px -3px 39px 0px rgba(0, 0, 0, 0.54); }
  #featured-slider .owl-dots {
    position: absolute;
    right: -45px;
    bottom: 0; }
    #featured-slider .owl-dots .owl-dot {
      display: block; }
      #featured-slider .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
        margin-top: 10px;
        background: #797979; }
    #featured-slider .owl-dots .owl-dot.active span {
      background: #1878BD; }

.featured-info-wrap {
  padding-top: 100px; }
  .featured-info-wrap h4 {
    color: #1878BD;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 15px; }
  .featured-info-wrap h2 {
    color: #0B4F7F;
    font-size: 42px;
    letter-spacing: 0.025em;
    margin-bottom: 20px; }
  .featured-info-wrap p {
    color: #5b5756; }
  .featured-info-wrap .book-actions {
    display: flex;
    align-items: center;
    margin-top: 40px; }
    .featured-info-wrap .book-actions .book-details,
    .featured-info-wrap .book-actions .amenities {
      width: 50%; }
    .featured-info-wrap .book-actions .book-details {
      border-right: 2px solid #0B4F7F; }
      .featured-info-wrap .book-actions .book-details a {
        display: flex;
        width: 200px;
        height: 50px;
        text-decoration: none; }
      .featured-info-wrap .book-actions .book-details .book-btn {
        /* background: url("../images/button.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%; */
        background-size: 100% 100%;
        background: #0B4F7F;
        background: linear-gradient(90deg,rgba(11, 79, 127, 1) 0%, rgba(17, 97, 155, 1) 50%, rgba(24, 120, 189, 1) 100%);
        border-radius: 50px;
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-family: Montserrat-Bold;
        padding-top: 13px;
        text-align: center;
        display: block; }
      .featured-info-wrap .book-actions .book-details .viewmore {
        justify-content: center;
        align-items: center;
        color: #0B4F7F;
        font-size: 20px;
        font-family: Montserrat-Bold; }
    .featured-info-wrap .book-actions .amenities {
      display: flex;
      justify-content: flex-end; }
      .featured-info-wrap .book-actions .amenities ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .featured-info-wrap .book-actions .amenities ul li {
          padding-left: 25px;
          background: url("../images/check.png") no-repeat;
          background-position: center left;
          font-size: 18px;
          color: #5b5756; }

.video-wrap {
  background: url("../images/video-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  position: relative; }
  .video-wrap .video-abs {
    position: absolute;
    bottom: 0;
    left: 0; }
  .video-wrap .video-title {
    height: 450px;
    display: flex;
    align-items: center; }
    .video-wrap .video-title h4 {
      color: #0B4F7F;
      font-size: 18px;
      letter-spacing: 0.01em;
      margin-bottom: 15px; }
    .video-wrap .video-title h2 {
      color: #0B4F7F;
      font-size: 42px;
      letter-spacing: 0.025em;
      margin-bottom: 20px; }
  .video-wrap .video-play-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }

.YouTubeModal #YouTubeModalDialog {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent .modal-header {
  display: none !important; }

.YouTubeModal #YouTubeModalDialog #YouTubeModalContent #YouTubeModalBody {
  box-shadow: none;
  -webkit-box-shadow: none; }

.youtube-video iframe {
  width: 100%;
  height: 550px;
  border: none;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3); }

.gallery-wrap {
  margin-top: -80px; }

.gallery-wrap {
  padding-top: 100px;
  padding-bottom: 150px; }
  .gallery-wrap .gal-content {
    background: #fff;
    padding: 25px;
    padding-bottom: 75px;
    -webkit-box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    margin-top: 20px;
    position: relative; }
  .gallery-wrap h2 {
    color: #0B4F7F;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .gallery-wrap .gallery-btns {
    text-align: center; }
    .gallery-wrap .gallery-btns button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      margin-left: 30px;
      margin-right: 30px;
      cursor: pointer;
      padding-bottom: 5px;
      border-bottom: 2px solid transparent;
      color: #1878BD;
      font-size: 18px; }
    .gallery-wrap .gallery-btns button.active {
      border-bottom: 2px solid #1878BD; }

.gal-item {
  margin-top: 30px; }
  .gal-item .gal-image-wrap {
    position: relative;
    overflow: hidden; }
    .gal-item .gal-image-wrap .img-fluid {
      min-width: 100%; }

.gal-holder {
  background: url("../images/gal-bcg.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding-bottom: 100px; }

.gallery-wrap .readmore {
  position: absolute;
  display: flex;
  width: 200px;
  height: 50px;
  text-decoration: none;
  /* background: url("../images/button.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%; */
  background: #0B4F7F;
  background: linear-gradient(90deg,rgba(11, 79, 127, 1) 0%, rgba(17, 97, 155, 1) 50%, rgba(24, 120, 189, 1) 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  bottom: -120px;
  left: 0;
  right: 0; }

.inner-body {
  background: url("../images/body-bcg.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }

.inner-wrapper {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  margin-bottom: 30px; }
  .inner-wrapper .book-wrapper {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37); }

.inner-title-wrap {
  margin-bottom: 30px; }
  .inner-title-wrap h4 {
    font-size: 20px;
    color: #0B4F7F;
    font-family: Montserrat-Regular; }
  .inner-title-wrap h1 {
    color: #0B4F7F;
    font-size: 50px; }
  .inner-title-wrap .breadcrumbs a {
    text-decoration: none;
    color: #0B4F7F;
    font-family: Montserrat-Regular;
    font-size: 16px;
    letter-spacing: 0.1em; }
  .inner-title-wrap .breadcrumbs span {
    color: #0B4F7F;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: Montserrat-Regular; }

.about-item {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  padding: 50px 30px;
  height: 100%; }
  .about-item p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }

.about-item-title {
  margin-bottom: 25px;
  display: flex;
  align-items: center; }
  .about-item-title .borders {
    width: 50px;
    border-top: 2px dashed #979797;
    margin-left: 20px;
    margin-right: 20px; 
    display: none;
  }
  .about-item-title .number {
    background: #0B4F7F;
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%; }
    .about-item-title .number span {
      font-size: 29px;
      letter-spacing: 0.025em;
      font-family: Montserrat-Bold;
      /* background: -webkit-linear-gradient(left, #c79134, #fdd552);
      background: -o-linear-gradient(right, #c79134, #fdd552);
      background: -moz-linear-gradient(right, #c79134, #fdd552);
      background: linear-gradient(to right, #c79134, #fdd552);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
      color: white;
    }
  .about-item-title .about-name {
    font-size: 26px;
    line-height: 28px;
    color: #5b5756;
    font-family: Montserrat-Bold; }

.gal-page-item {
  text-align: center;
  margin-bottom: 15px; }

.gal-page-item img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37); }

.gal-page-item:hover img {
  opacity: 0.8; }

.about-item.contact-item {
  height: auto;
  padding: 15px;
  margin-bottom: 30px; }
  .about-item.contact-item:last-child {
    margin-bottom: 0; }
  .about-item.contact-item p {
    margin-bottom: 10px;
    color: #5b5756;
    position: relative;
    overflow: hidden; }
    .about-item.contact-item p:last-child {
      margin-bottom: 0; }
    .about-item.contact-item p a {
      display: inline-block;
      width: 45px;
      height: 45px;
      border: 1px solid #5b5756;
      border-radius: 50%;
      color: #5b5756;
      margin-right: 10px;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      float: left;
      text-decoration: none; }
      .about-item.contact-item p a:hover {
        border: 1px solid #1878BD; }
        .about-item.contact-item p a:hover i {
          color: #1878BD; }
      .about-item.contact-item p a:last-child {
        margin-right: 0; }
      .about-item.contact-item p a i {
        font-size: 22px; }
  .about-item.contact-item .half {
    position: relative;
    overflow: hidden; }
    .about-item.contact-item .half input {
      float: left;
      width: 49%;
      margin-right: 2%;
      height: 40px;
      border: none;
      outline: none;
      border-bottom: 1px solid #0B4F7F;
      padding-left: 15px;
      font-size: 18px;
      color: #5b5756;
      font-family: Montserrat-Light;
      margin-bottom: 10px; }
      .about-item.contact-item .half input:last-child {
        margin-right: 0; }
  .about-item.contact-item textarea {
    width: 100%;
    height: 170px;
    resize: none;
    padding-top: 15px;
    padding-left: 15px;
    border: none;
    outline: none;
    border-bottom: 1px solid #0B4F7F;
    font-size: 18px;
    color: #5b5756;
    font-family: Montserrat-Light;
    margin-bottom: 10px; }
  .about-item.contact-item input::-webkit-input-placeholder,
  .about-item.contact-item textarea::-webkit-input-placeholder {
    color: #dbdbdb;
    opacity: 1;
    font-style: italic; }
  .about-item.contact-item input:-moz-placeholder,
  .about-item.contact-item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #dbdbdb;
    opacity: 1;
    font-style: italic; }
  .about-item.contact-item input::-moz-placeholder,
  .about-item.contact-item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #dbdbdb;
    opacity: 1;
    font-style: italic; }
  .about-item.contact-item input:-ms-input-placeholder,
  .about-item.contact-item textarea:-ms-input-placeholder {
    color: #dbdbdb;
    opacity: 1;
    font-style: italic; }

.form-btn-wrap {
  position: relative;
  overflow: hidden; }

.form-btn {
  background: url("../images/readmore-blue.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  width: 230px;
  height: 56px;
  padding-left: 66px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  border: none;
  text-transform: uppercase;
  float: right; }

#contact-map {
  height: 400px; }

.list-item-wrapper {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  padding-left: 0;
  /* background: url("../images/angle.png") no-repeat;
  background-position: top right;
  background-color: #fff; */
  margin-bottom: 30px; }
  .list-item-wrapper:last-child {
    margin-bottom: 0; }
  .list-item-wrapper .list-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px 0 0 15px; }
    .list-item-wrapper .list-img img {
      height: 100%;
      min-width: 100%;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .list-item-wrapper .list-info-wrap {
    padding-top: 25px; }
    .list-item-wrapper .list-info-wrap h2 {
      font-size: 36px; }
      .list-item-wrapper .list-info-wrap h2 a {
        color: #0B4F7F;
        text-decoration: none; }
        .list-item-wrapper .list-info-wrap h2 a:hover {
          color: #1878BD; }
    .list-item-wrapper .list-info-wrap p {
      color: #625f5e;
      max-width: 450px; }
    .list-item-wrapper .list-info-wrap .marker {
      color: #1878BD; }
  .list-item-wrapper .list-bottom-info {
    padding-bottom: 20px; }
    .list-item-wrapper .list-bottom-info ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .list-item-wrapper .list-bottom-info ul li {
        font-size: 16px;
        color: #625f5e;
        padding-top: 5px;
        padding-bottom: 5px; }
        .list-item-wrapper .list-bottom-info ul li span {
          display: inline-block;
          min-width: 35px; }
  .list-item-wrapper .list-bottom-info-amenities {
    border-right: 1px solid #1878BD; }
  .list-item-wrapper .to-details {
    display: flex;
    width: 140px;
    height: 35px;
    background: #0B4F7F;
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px; }
    .list-item-wrapper .to-details:hover {
      background: #1878BD; }
  .list-item-wrapper .list-bottom-info-reserve {
    border-top: 15px solid #f0f0f0;
    border-left: 15px solid #f0f0f0;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px; }
    .list-item-wrapper .list-bottom-info-reserve .old-price {
      color: #625f5e;
      font-size: 24px;
      line-height: 30px;
      display: block;
      font-family: Montserrat-Bold;
      text-decoration: line-through; }
    .list-item-wrapper .list-bottom-info-reserve .new-price {
      color: #1878BD;
      font-size: 35px;
      line-height: 40px;
      display: block;
      font-family: Montserrat-Bold; }
    .list-item-wrapper .list-bottom-info-reserve .reserve {
      display: flex;
      width: 80%;
      height: 45px;
      background: #0B4F7F;
      color: #fff;
      font-family: Montserrat-Bold;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 7px;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-top: 15px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      border: none;
      outline: none;
      cursor: pointer; }
      .list-item-wrapper .list-bottom-info-reserve .reserve:hover {
        background: #1878BD; }
    .list-item-wrapper .list-bottom-info-reserve .reserve.unavailable {
      background: #1878BD; }

#sync2 {
  margin-top: 30px; }
  #sync2 img {
    border: 2px solid transparent; }
    #sync2 img:hover {
      border: 2px solid #1878BD; }
  #sync2 .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #0B4F7F; }
  #sync2 .owl-dots .owl-dot.active span {
    background: #1878BD;
    border: 1px solid #1878BD; }

.detail-info-wrap h2 {
  color: #0B4F7F;
  font-size: 36px;
  letter-spacing: 0.025em;
  margin-bottom: 20px; }
.detail-info-wrap .amenity-item {
  font-size: 15px;
  color: #333333;
  background: url("../images/check-det.png") no-repeat;
  background-position: left 15px top 6px;
  padding-left: 35px; }

.btns-price {
  margin-top: 20px; }

.detail-btns a,
.detail-btns button {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 45px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer; }
.detail-btns .reserve-btn {
  background: #0B4F7F;
  color: #fff; }
.detail-btns .request-btn {
  background: #1878BD;
  color: #fff; }
.detail-btns .avail-btn {
  border: 2px solid #0B4F7F;
  color: #0B4F7F;
  font-size: 16px;
  background: transparent; }
.avail-btn-sim {
  border: 2px solid #0B4F7F;
  color: #0B4F7F;
  font-size: 16px;
  background: transparent;
  display: flex;
  width: 80%;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 45px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  outline: none !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.big-price {
  color: #1878BD;
  font-size: 80px;
  line-height: 80px;
  font-family: Montserrat-Bold;
  display: block; }
  .m-calendar-h {
      background: #0B4F7F;;
      color: #fff;
      font-size: 12px;
  }
  .m-calendar-h {
    text-align: center;
  }
  .m-calendar-h p {
    color: #fff;
  }
  .modal h2 {
    text-align: center;
    color: #0B4F7F;
    font-size: 36px;
  }
  #detail-dissmis {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .m-calendar-h span, .m-calendar-d {
      word-spacing: -1;
      display: inline-block;
      width: 30px;
      text-align: center;
      padding: 3px 0;
      font-size: 12px;
      margin: 1px;
  }
  .m-calendar-h span, .m-calendar-d {
      word-spacing: -1;
      display: inline-block;
      width: 30px;
      text-align: center;
      padding: 3px 0;
      font-size: 12px;
      margin: 1px;
  }
  .m-calendar-no {
      background: red;
      color: white;
  }
  .m-calendar-yes {
      background: #a1dd7a;
      color: white;
  }
  .m-calendar-i {
      margin: 15px 20px;
  }
.per-day {
  display: block;
  text-align: right;
  font-size: 18px;
  font-family: Montserrat-Bold;
  color: #1878BD; }

.similar-wrapper .similar-apartment {
  background: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37); }
.similar-wrapper h2 {
  color: #0B4F7F;
  font-size: 36px;
  letter-spacing: 0.025em;
  margin-bottom: 40px; }
.similar-wrapper .sim-img-wrap {
  height: 194px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .similar-wrapper .sim-img-wrap img {
    min-width: 100%; }
.similar-wrapper h4 {
  text-align: center;
  color: #0B4F7F;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 15px; }
  .similar-wrapper h4 a {
    text-decoration: none;
    color: #0B4F7F; }
    .similar-wrapper h4 a:hover {
      color: #1878BD; }
.similar-wrapper .sim-ap-info {
  display: flex;
  align-items: center; }
  .similar-wrapper .sim-ap-info span {
    display: block;
    width: 33.33333%;
    text-align: center;
    font-size: 16px;
    color: #333333; }
    .similar-wrapper .sim-ap-info span img {
      margin-right: 5px; }
.similar-wrapper .sim-price {
  margin-top: 15px;
  text-align: center; }
  .similar-wrapper .sim-price .old-price {
    font-size: 18px;
    color: #625f5e;
    font-family: Montserrat-Bold;
    margin-right: 10px;
    text-decoration: line-through; }
  .similar-wrapper .sim-price .new-price {
    font-size: 24px;
    color: #1878BD;
    font-family: Montserrat-Bold; }
.similar-wrapper .reserve-btn {
  margin-top: 15px;
  display: flex;
  width: 200px;
  height: 45px;
  background: #0B4F7F;
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: -5px;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  outline: none;
  cursor: pointer; }
  .similar-wrapper .reserve-btn:hover {
    background: #1878BD; }

.step-wrap {
  padding: 0;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.37);
  margin-top: 30px; }

.res-img-wrap {
  position: relative;
  overflow: hidden; }
  .res-img-wrap img {
    min-width: 100%; }
  .res-img-wrap .res-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/mask.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }

.res-sec {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 3px solid #1878BD;
  padding-left: 0;
  padding-right: 0; }
  .res-sec h2 {
    color: #0B4F7F;
    font-size: 36px;
    letter-spacing: 0.025em; }
  .res-sec p {
    margin-bottom: 0;
    color: #333333; }
    .res-sec p i {
      color: #0B4F7F; }
    .res-sec p span {
      font-family: Montserrat-Bold; }
  .res-sec p.center {
    text-align: center; }

.res-form-wrap {
  margin-top: 20px; }
  .res-form-wrap input {
    border: 2px solid #1878BD;
    height: 40px;
    width: 100%;
    outline: none;
    color: #231f20;
    background: transparent;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 20px; }
  .res-form-wrap select {
    border: 2px solid #1878BD;
    height: 40px;
    width: 100%;
    outline: none;
    color: #231f20;
    background: transparent;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 20px; }
  .res-form-wrap textarea {
    border: 2px solid #1878BD;
    height: 100px;
    width: 100%;
    outline: none;
    color: #231f20;
    background: transparent;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    resize: none; }
  .res-form-wrap input::-webkit-input-placeholder,
  .res-form-wrap textarea::-webkit-input-placeholder {
    color: #231f20;
    opacity: 1; }
  .res-form-wrap input:-moz-placeholder,
  .res-form-wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #231f20;
    opacity: 1; }
  .res-form-wrap input::-moz-placeholder,
  .res-form-wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #231f20;
    opacity: 1; }
  .res-form-wrap input:-ms-input-placeholder,
  .res-form-wrap textarea:-ms-input-placeholder {
    color: #231f20;
    opacity: 1; }

.res-btns-wrap input[type="checkbox"] {
  min-width: 20px;
  max-width: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  height: auto;
  display: none; }
.res-btns-wrap label {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  transition: all .5s ease;
  background: transparent;
  border: 1px solid #c6ccd5;
  position: absolute;
  margin-top: 5px; }
.res-btns-wrap label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 3px;
  left: 2px;
  border: 3px solid #444e51;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg); }
.res-btns-wrap label:hover::after {
  opacity: 0.5; }
.res-btns-wrap input[type=checkbox]:checked + label:after {
  opacity: 1; }
.res-btns-wrap span {
  padding-left: 17px;
  display: inline-block;
  font-size: 15px;
  color: #333333; }
  .res-btns-wrap span a {
    color: #333333;
    text-decoration: none;
    font-family: Montserrat-Bold; }
.res-btns-wrap .inp-wrap {
  position: relative; }
.res-btns-wrap .res-btns {
  text-align: right; }
  .res-btns-wrap .res-btns .back {
    width: 270px;
    height: 45px;
    background: #0B4F7F;
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 15px; }
    .res-btns-wrap .res-btns .back:hover {
      background: #1878BD; }
  .res-btns-wrap .res-btns .continue {
    width: 270px;
    height: 45px;
    background: #1878BD;
    color: #fff;
    font-family: Montserrat-Bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: none;
    outline: none;
    cursor: pointer; }
    .res-btns-wrap .res-btns .continue:hover {
      background: #0B4F7F; }

.res-form-infos span {
  color: #333333;
  margin-right: 15px; }
  .res-form-infos span i {
    font-style: normal;
    font-family: Montserrat-Bold; }
.res-form-infos h2 {
  color: #0B4F7F;
  font-size: 36px;
  letter-spacing: 0.025em; }

p.orange {
  font-family: Montserrat-Bold;
  color: #1878BD; }

.foot-wrap {
  /* background: url("../images/foot-bcg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  */
  background: #0B4F7F;
  background: linear-gradient(90deg, rgba(11, 79, 127, 1) 0%, rgba(17, 97, 155, 1) 50%, rgba(24, 120, 189, 1) 100%);
}
  .foot-wrap .footer-amenities {
    background: #fff;
    -webkit-box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    box-shadow: -2px 0px 18px 0px rgba(0, 0, 0, 0.37);
    padding: 30px 15px;
    text-align: center;
    position: relative;
    top: -150px; }
    .foot-wrap .footer-amenities h4 {
      font-size: 17px;
      color: #0B4F7F;
      margin-top: 30px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .foot-wrap .footer-amenities p {
      margin-bottom: 0; }
  .foot-wrap .footer-info {
    margin-top: -100px; }
    .foot-wrap .footer-info h5 {
      color: #fff;
      font-size: 18px;
      letter-spacing: 0.01em;
      margin-bottom: 15px; }
    .foot-wrap .footer-info p,
    .foot-wrap .footer-info a {
      color: #fff; }
    .foot-wrap .footer-info .fw-center {
      text-align: center; }
      .foot-wrap .footer-info .fw-center a {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: 2px;
        margin-right: 2px; }
        .foot-wrap .footer-info .fw-center a i {
          font-size: 18px;
          color: #fff;
          position: relative;
          top: 3px; }
    .foot-wrap .footer-info .fw-right {
      text-align: right; }
      .foot-wrap .footer-info .fw-right a {
        display: block;
        margin-bottom: 10px; }

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center; }
  .copyright a {
    color: #fff;
    text-decoration: none; }

.inner-footer {
  padding-top: 200px; }
  .foot-amenity-item img {
    max-height: 75px;
  }

@media screen and (max-width: 1199px) {
  .menu .navbar .nav-item {
    padding-left: 15px;
    padding-right: 15px; }

  .about-item-title .borders {
    display: none; }

  .about-item-title .number {
    margin-right: 15px; }

  .big-price {
    font-size: 80px; } }
@media screen and (max-width: 991px) {
  .top-bar-wrap {
    display: none; }

  .menu .navbar-brand {
    position: relative;
    display: inline-block;
    top: 0;
    max-width: 120px; }
    .menu .navbar-brand img {
      max-height: 70px; }

  .menu .navbar .navbar-toggler {
    border: none;
    outline: none;
    margin-top: 30px; }
    .menu .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(243, 111, 41, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

  .menu .navbar .nav-item {
    padding-left: 0;
    padding-right: 0; }

  .welcome-wrap {
    margin-top: 40px; }

  .front-header-wrap {
    min-height: auto;
    padding-bottom: 50px; }

  .welcome-wrap h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px; }

  .welcome-wrap h3 {
    font-size: 18px; }

  .welcome-wrap h3 {
    font-size: 16px; }

  .front-book-wrap {
    margin-top: 0; }

  .front-book-wrap h2 {
    font-size: 30px; }

  .front-about-wrap h2,
  .featured-info-wrap h2,
  .video-wrap .video-title h2,
  .gallery-wrap h2,
  .detail-info-wrap h2,
  .similar-wrapper h2,
  .res-sec h2,
  .res-form-infos h2,
  .modal h2 {
    font-size: 28px; }

  .res-sec {
    padding-left: 15px;
    padding-right: 15px; }

  .front-about-wrap {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .about-images {
    text-align: center; }

  #featured-slider {
    margin-top: 30px; }

  #featured-slider .owl-dots {
    left: 0;
    right: 0;
    position: relative; }
    #featured-slider .owl-dots .owl-dot {
      display: inline-block; }

  .featured-info-wrap {
    padding-top: 30px; }

  .video-wrap .video-title {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }

  .gallery-wrap .gal-content {
    padding-bottom: 50px; }

  .gallery-wrap .readmore {
    bottom: -90px; }

  .foot-amenity-item {
    padding-top: 15px;
    padding-bottom: 15px; }

  .fw-left,
  .foot-wrap .footer-info .fw-right {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }

  .inner-title-wrap h1 {
    font-size: 36px; }

  .about-item-title .about-name {
    font-size: 22px;
    line-height: 24px;
    text-align: center; }

  .about-item-title {
    display: block; }

  .about-item-title .number {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }

  .about-item p {
    max-width: 100%;
    margin-bottom: 0; }

  .about-item {
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px; }

  .about-image-wrap {
    text-align: center; }

  .inner-wrapper {
    padding: 15px; }

  .inner-header-wrap {
    margin-bottom: 30px; }

  .list-item-wrapper .list-img img {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none; }

  .list-item-wrapper {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0; }

  .list-item-wrapper .list-img {
    border-radius: 0;
    padding-top: 15px; }

  .list-item-wrapper .list-info-wrap h2 {
    font-size: 28px; }

  .list-item-wrapper .list-bottom-info-reserve .reserve {
    position: relative;
    margin-top: 15px;
    bottom: 0; }

  .list-item-wrapper .list-bottom-info-reserve {
    border: 5px solid #f0f0f0; }

  .list-item-wrapper .list-bottom-info-amenities {
    border: none; }

  .big-price {
    text-align: right; }

  .similar-wrapper .reserve-btn {
    margin-top: 15px;
    bottom: 0; }

  .similar-wrapper .similar-apartment {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .similar-wrapper .sim-img-wrap {
    height: auto; }

  .res-right {
    padding-top: 30px; }

  .res-btns-wrap .res-btns .back,
  .res-btns-wrap .res-btns .continue {
    width: 160px; }

  .res-sec.detail-info-wrap {
    padding-top: 0; }

  .res-form-infos span {
    display: block; } }
@media screen and (max-width: 767px) {
  .book-wrapper .fields-wrapper {
    padding: 15px; }

  .book-wrapper .book-btn {
    padding-left: 0; }

  .book-wrapper .fields-wrapper .row {
    width: auto; }

  .book-wrapper .book-btn button {
    height: 60px; }

  .featured-info-wrap .book-actions {
    display: block; }

  .featured-info-wrap .book-actions .book-details, .featured-info-wrap .book-actions .amenities {
    width: 100%;
    border: none; }

  .featured-info-wrap .book-actions .amenities {
    justify-content: flex-start;
    margin-top: 15px; }

  .front-book-wrap h2 {
    padding-left: 15px; }

  .welcome-wrap .highlight {
    display: none; }

  #sync2 {
    display: none; }

  .detail-info-wrap {
    padding-top: 30px; }

  .big-price {
    text-align: center;
    font-size: 60px;
    line-height: 60px; }

  .per-day {
    text-align: center; }

  .res-btns-wrap .res-btns {
    text-align: left;
    margin-top: 15px; }

  .inner-title-wrap h1 {
    font-size: 30px; } }
@media screen and (max-width: 575px) {
  .menu {
    padding-left: 0;
    padding-right: 0; }

  .menu .navbar {
    padding-left: 0;
    padding-right: 0; }

  .gallery-wrap .gallery-btns button {
    padding-top: 10px;
    padding-bottom: 10px; }

  .res-btns-wrap .res-btns .back,
  .res-btns-wrap .res-btns .continue {
    width: 100%;
    margin-bottom: 10px; }

  .step-wrap {
    margin-top: 0; } }

/*# sourceMappingURL=main.css.map */

.form-btn {
  cursor: pointer;
}
.video-wrap .video-abs img,
.menu .navbar .navbar-toggler .navbar-toggler-icon,
.book-wrapper .dates, 
.book-wrapper #adults, 
.book-wrapper #children, 
.featured-info-wrap .book-actions .amenities ul li,
.foot-amenity-item img,
.detail-info-wrap .amenity-item,
.similar-wrapper .sim-ap-info span img,
.list-item-wrapper .list-bottom-info-amenities ul li img,
.step-wrap img {
  filter: hue-rotate(170deg);
}

.foot-amenity-item img,
.similar-wrapper .sim-ap-info span img,
.list-item-wrapper .list-bottom-info-amenities ul li img,
.step-wrap img {
  pointer-events: none;
}