main {
  position: relative;
}
.instructors__item .gift-card__content {
  padding: 0;
}

.golf_footer{
    background-color: #1a3425 !important;
    color: #fff !important;

}

@media (min-width: 1025px) {
  .d-md-none {
    display: none !important;
  }

  .more-less-button {
    display: none !important;
  }

  .hole-info-description__block {
    overflow-y: scroll !important;

    height: 510px;
  }

  .hole-info-description__block {
    padding: 3rem 4rem;
  }

  .hotel-search-form .dk-select .dk-select-options {
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .more-less-button {
    margin: 20px auto 40px;
  }

  .career-form .checkbox {
    display: block;
  }

  .career-form .checkbox .input-text-detail:last-child {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .career-form .checkbox .checkbox__label {
    margin-left: 0.3rem;
  }

  .mobile-link.clickable.is-active + .menu-block .menu-item__link {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .pagination li a,
  .pagination li span,
  .pagination li.next,
  .pagination li.prev {
    height: 25px;
    width: 25px;
    color: rgb(176, 164, 141);
  }

  .pagination li a,
  .pagination li span {
    border-radius: 0 !important;
    border: 0 !important;
  }

  .pagination li:not(.prev):not(.next).active span {
    font-weight: 600;
  }
}

.hole-info__block {
  padding: 0;
}

.activity-card__img .img-inner img {
  object-fit: cover !important;
}

/* SPACING */

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 1025px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .subscribe-form .input-field {
    font-size: 0.875rem;
  }

  .nature-block__cell img {
    min-height: 10rem;
    max-height: 11.5625rem;
  }

  .menu-dishes-info {
    flex-direction: column-reverse;
  }

  .menu-dishes-info__images {
    display: block !important;
    width: 100%;
  }

  .menu-dishes-info__images .img-pt-110 .img-inner {
    padding-top: 0.2rem !important;
  }

  .menu-dishes-info .img-inner img {
    position: relative;
  }

  .img-pt-59 .img-inner {
    padding-top: 60%;
  }
}

/* gallery video  */

.video_tab_gallery {
  position: relative;
  padding-bottom: 83%;
  height: 0;
}
.video_tab_gallery img {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.video_tab_gallery .video_youtube_gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  z-index: -1;
}
.video_tab_gallery .video_youtube_gallery.opned_video {
  opacity: 1;
  z-index: 9;
}
.video_tab_gallery .video_youtube_gallery iframe {
  width: 100%;
  margin: auto;
}
.play__video {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .video_tab_gallery {
    padding-bottom: 60%;
  }
}
/* css Dom-48 */
.search_bar_desktop {
  display: none;
  opacity: 0;
  z-index: 9999;
  top: 65px;
  transform: translateY(20px);
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: fit-content; */
  max-width: 60vw;
  margin: auto;
  height: fit-content;
  transition: all 1.3s ease;
}
.search_bar_desktop.open_search {
  opacity: 1;
  transform: translateY(0px);
}

.close_search {
  position: absolute;
  top: 20px;
  right: 20px;
}
.hotel-search-step__footer,
.hotel-search-step__header {
  background: #fff !important;
  padding: 0px !important;
}
.hotel-search-step__header .hotel-search-close {
  float: right;
  padding: 10px;
}
.mobile-search-toggle {
  z-index: 9 !important;
}
@media (max-width: 1440px) {
  .search_bar_desktop {
    max-width: 70vw;
  }
}
@media (max-width: 1200px) {
  .search_bar_desktop {
    max-width: 80vw;
  }
}
@media (max-width: 1023px) {
  .hotel-search-step__header .hotel-search-close {
    padding: 0px;
    position: relative;
    right: 15px;
    top: 10px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* img.swiper-lazy,
img[data-image-lazy] {
  background: url(../img/preloader.gif) 50% no-repeat;
} */

#ccm-account-menu {
  display: none !important;
}
.career-offer p{
  line-height: 1;
  margin-bottom: 1.2rem !important;
}

/* Newsletter subscription messages */
.newsletter-message {
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.newsletter-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.newsletter-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.icon_p_list p {
  position: relative;
  padding-left: 14px;
}

.icon_p_list p:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #b0a48d;
  transform: rotate(45deg);
}