p {
  margin: 0;
}

section.banner-section {
  overflow-x: hidden;
}

/* === banner === */

#vennue-inner .banner {
  max-width: 100%;

  max-height: 100%;

  position: relative;
}

#vennue-inner .banner img {
  width: 100%;

  height: 500px;

  object-fit: cover;

  object-position: bottom;
}

#vennue-inner .layer {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background-image: linear-gradient(var(--nir-gray) 80%, transparent);

  opacity: 0.4;

  z-index: 1;
}

#vennue-inner .layer_content {
  color: var(--nir-white);

  text-align: center;

  position: absolute;

  top: 50%;

  right: 50%;

  width: 70%;

  transform: translate(50%, -50%);

  z-index: 2;
}

#vennue-inner .layer_content h1 {
  font-size: 58px;

  font-weight: bold;
}

#location .location_info ul li {
  position: relative;

  list-style: none;
}

#location .location_info ul li:before {
  content: "";

  position: relative;

  width: 20px;

  height: 20px;

  background-image: url(/sites/default/files/media-icons/generic/right-bullet.svg);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;
}

#find .container .find ul li:before {
  content: "";

  position: relative;

  width: 20px;

  min-width: 20px;

  height: 20px;

  background-image: url(/sites/default/files/media-icons/generic/right-bullet.svg);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  top: 6px;
}

#love .love ul li:before {
  content: "";

  position: relative;

  width: 20px;

  min-width: 20px;

  height: 20px;

  background-image: url(/sites/default/files/media-icons/generic/right-bullet.svg);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  top: 6px;
}

/* === Venues === */

#venue-title {
  margin: 80px 0;
}

#venue-title .venue-title h2 {
  font-size: 42px;

  font-weight: bold;

  color: var(--nir-gray);

  margin-bottom: 20px;
}

#venue-title .venue_review .revies {
  display: flex;

  justify-content: flex-start;

  align-items: stretch;

  gap: 5px;

  padding: 0;
}

#venue-title .venue_review .revies img {
  width: 22px;

  height: 22px;
}

#venue-title .slide_location img {
  width: 20px;

  height: 20px;
}

#venue-title .slide_location {
  display: flex;

  justify-content: start;

  color: var(--nir-gray);

  align-items: center;

  margin: 20px 0;

  font-size: 20px;

  font-weight: 400;
}

#venue-title .venue_detail_inner p {
  font-size: 20px;

  font-weight: 400;
}

#venue-title .venue_detail_inner {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

#venue-title .default-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;
}

#venue-title .default-img {
  width: 48%;
}

#venue-title .venue_review {
  width: 50%;
}

#venue-title figure {
  margin: 0;
}

#venue-title figure img {
  aspect-ratio: 1 / 1;

  object-fit: cover;

  object-position: center;

  border-radius: 20px;

  padding: 6px;

  overflow: hidden;
}

#venue-title .venue_btn button {
  display: block;

  text-decoration: none;

  padding: 8px 30px;

  border: 2px solid var(--nir-orange);

  transition: all 0.4s;

  border-radius: 50px;

  margin-bottom: 20px;

  width: fit-content;

  font-size: 18px;

  font-weight: bold;
}

#find p {
  font-size: 20px;
}

#venue-title .venue_btn button {
  background-color: var(--nir-white);

  color: var(--nir-gray);
}

#venue-title .venue_btn button:hover {
  background-color: var(--nir-orange);

  color: var(--nir-white);
}

#venue-title .venue_btn button.active_btn {
  background-color: var(--nir-orange);

  color: var(--nir-white);
}

/* === find === */

#find {
  margin-bottom: 50px;
}

#find .find h5 {
  font-size: 25px;

  font-weight: bold;

  margin-bottom: 30px;
}

#find .find ul {
  list-style: none;

  padding: 0;
}

#find .find ul li {
  font-size: 24px;

  font-weight: 400;

  margin-bottom: 10px;

  display: flex;

  justify-content: flex-start;

  gap: 20px;

  align-items: baseline;
}

#find .find ul li img {
  width: 20px;

  height: 20px;

  margin-top: 6px;
}

/* === love === */

#love {
  padding: 50px 0;

  /* background-image: url(../image/services.jpg); */

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  color: var(--nir-white);

  position: relative;
}

#love .love h5 {
  font-size: 25px;

  font-weight: bold;

  margin-bottom: 30px;
}

#love .container .love .field--body {
  margin-left: 0px;
}

#love .love ul {
  list-style: none;

  padding: 0;
}

#love .love {
  position: relative;

  z-index: 2;
}

#love .layer {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background-color: var(--nir-gray);

  opacity: 0.7;

  z-index: 1;
}

#love .love ul li {
  font-size: 20px;

  font-weight: 400;

  margin-bottom: 10px;

  display: flex;

  justify-content: flex-start;

  gap: 20px;

  align-items: baseline;

  padding-left: 0px;
}

#love .love ul li img {
  width: 20px;

  height: 20px;

  margin-top: 6px;
}

/* === Location === */

#location {
  margin: 50px 0;
}

#location .card_section:hover {
  transition: all 0.4s;

  box-shadow: 0 0 0 transparent;
}

#location .card_section span {
  display: flex;

  justify-content: start;

  align-items: center;

  gap: 20px;
}

#location .card_section p {
  margin-bottom: 0;
}

#location .card_section span span {
  font-size: 20px;

  font-weight: 600;
}

.image-section {
  display: flex;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

  margin-top: 50px;
}

.second-section {
  margin: 20px 0px;
}

.image-section img {
  width: 20%;

  height: 250px;

  object-fit: cover;

  justify-content: center;

  border-radius: 20px;
}

#location .card_section p {
  font-size: 18px;

  font-weight: 400;

  color: var(--nir-gray);
}

#location .location {
  display: flex;

  justify-content: space-between;

  align-items: stretch;
}

#location .location_card {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

  width: 48%;
}

#location .card_section {
  border: 1px solid var(--nir-orange);

  margin-bottom: 10px;

  padding: 20px;

  border-radius: 20px;

  width: 48%;

  box-shadow: 0 0 0 transparent;

  transition: all 0.4s;
}

#location .card_section:hover {
  transition: all 0.4s;

  box-shadow: 9px 10px 23px -6px var(--nir-orange);
}

#location .location_info {
  padding-left: 20px;

  width: 48%;
}

#location .location_info ul {
  list-style: none;

  padding: 0;
}

#location .location_info ul li,
#location .location_info p {
  font-size: 20px;

  font-weight: 400;

  padding-left: 20px;
}

#location .second-section p {
  font-size: 20px;
}

#location .location_info ul li {
  display: flex;

  justify-content: start;

  align-items: center;

  gap: 10px;
}

#location .location_info ul li img {
  width: 15px;

  height: 15px;
}

#location .card_section span img {
  width: 50px;

  height: 50px;
}

#location .location_info h4 {
  font-size: 25px;

  font-weight: bold;
}

/* === section === */

#section {
  overflow: hidden;
}

#section .first_section {
  background-color: var(--nir-theme);

  height: 100%;
}

#section .last_section img,
#section .first_section img {
  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: center;
}

#section .first_section .sec_card {
  padding: 60px;
}

#section .first_section h4 {
  font-size: 50px;

  font-weight: bold;

  color: var(--nir-white);

  margin-bottom: 20px;
}

#section .first_section p {
  font-size: 24px;

  font-weight: 300;

  color: var(--nir-white);
}

#section .last_section .viewall_btn a,
#section .first_section .content_btn a {
  display: block;

  width: fit-content;

  background-color: var(--nir-white);

  color: var(--nir-gray);

  border: 1px solid transparent;

  padding: 14px 30px;

  font-weight: bold;

  text-transform: uppercase;

  color: var(--nir-gray);

  font-size: 18px;

  text-decoration: none;

  border-radius: 10px;

  margin-top: 40px;

  transition: all 0.4s;
}

#section .last_section .viewall_btn a:hover,
#section .first_section .content_btn a:hover {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid var(--nir-white);
}

#section .last_section .sec_card {
  padding: 60px;

  padding-bottom: 0;
}

#section .last_section h5 {
  font-size: 18px;

  font-weight: bold;

  color: var(--nir-gray);
}

#section .description {
  margin-bottom: 40px;
}

#section .last_section p {
  font-size: 18px;

  font-weight: 300;

  color: var(--nir-gray-detail);

  margin-top: 10px;
}

#section .last_section .viewall_btn a {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid transparent;

  transition: all 0.4s;

  margin: 40px 0 0 auto;
}

#section .last_section .viewall_btn a:hover {
  background-color: var(--nir-white);

  color: var(--nir-theme);

  border: 1px solid var(--nir-gray);
}

/* === sliders === */

#sliders .sliders .slider_card img {
  padding: 10px;

  width: 100%;

  transition: all 0.4s;
}

#sliders .slider_card:hover .slide {
  filter: brightness(0.5);
}

#sliders .slider_card {
  position: relative;
}

#sliders .slider_card img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  border-radius: 30px;

  overflow: hidden;

  aspect-ratio: 1 / 1;
}

#sliders .slick-next {
  right: -20px;
}

#sliders .slick-prev {
  left: -20px;
}

#sliders .revies {
  display: flex;

  justify-content: center;

  align-items: stretch;

  gap: 5px;

  padding: 0;
}

#sliders .revies img {
  padding: 0;
}

#sliders .sliders button.slick-next.slick-arrow,
#sliders .sliders button.slick-prev.slick-arrow {
  background-image: url(../image/arrow.png);

  background-position: left;

  background-size: contain;

  background-repeat: no-repeat;

  width: 30px;

  height: 30px;

  scale: 1;

  transition: all 0.4s;
}

#sliders .sliders button.slick-next.slick-arrow:hover,
#sliders .sliders button.slick-prev.slick-arrow:hover {
  scale: 1.1;
}

#sliders .sliders button.slick-next.slick-arrow {
  background-image: url(../image/arrow_right.png);

  background-position: right;
}

#sliders .sliders .slick-next:before,
#sliders .sliders .slick-prev:before {
  content: none !important;
}

#sliders .sliders_inner {
  padding: 0 30px;
}

/* === Map === */

#map iframe {
  width: 100%;
}

/* === Similar Listing === */

#similar {
  margin: 0 0 50px 0;

  overflow: hidden;
}

#similar .similar_listing:after {
  position: absolute;

  top: 0;

  background: var(--nir-bg-gray);

  width: 100vw;

  height: 100%;

  left: 0;

  content: "";

  z-index: -1;

  border-radius: 30px 0 0 30px;
}

#similar .location img {
  width: 20px;

  height: 20px;
}

#similar .location {
  display: flex;

  justify-content: start;

  align-items: stretch;

  font-size: 14px;

  font-weight: 400;

  margin-top: 10px;
}

#similar .similar_listing p {
  font-size: 18px;

  font-weight: 400;

  margin-bottom: 10px;

  color: var(--nir-gray);
}

#similar .similar_listing {
  display: flex;

  justify-content: space-between;

  align-items: stretch;

  flex-wrap: wrap;

  margin-bottom: 20px;

  position: relative;
}

#similar .similar_listing:last-child {
  margin-bottom: 0;
}

#similar .similar_listing figure {
  width: 48%;

  margin-bottom: 0;

  border-radius: 20px;

  overflow: hidden;
}

#similar .similar_listing figure img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  aspect-ratio: 2 / 1;
}

#similar .listing_detail {
  width: 48%;

  display: flex;

  justify-content: space-between;

  align-items: self-start;

  flex-direction: column;

  padding: 20px 0;
}

#similar .listing_btn {
  align-self: flex-end;
}

#similar .listing_btn a:hover {
  background-color: var(--nir-theme);

  color: var(--nir-white);

  border: 1px solid var(--nir-theme);
}

#similar .listing_btn a {
  text-decoration: none;

  border: 1px solid var(--nir-gray);

  color: var(--nir-gray);

  border-radius: 8px;

  padding: 1px 20px;

  display: block;

  font-size: 20px;

  font-weight: bold;

  transition: all 0.4s;
}

#similar .similar h2 {
  font-size: 25px;

  font-weight: bold;

  margin-bottom: 40px;
}

#similar .listing_detail h4 {
  font-size: 24px;

  font-weight: 600;

  color: var(--nir-gray);
}

/* === Forms === */

#forms {
  background-color: var(--nir-bg-gray);

  padding: 40px 0;
}

#forms input {
  background-color: var(--nir-white);

  color: var(--nir-gray);

  border-radius: 10px;

  padding: 12px 20px;

  font-weight: 400;

  font-size: 16px;
}

#forms label {
  font-weight: 400;

  font-size: 16px;

  color: var(--nir-gray);
}

.forms input {
  margin-bottom: 30px;
}

#forms .availability a {
  background-color: var(--nir-theme);

  height: 100%;

  width: 50%;

  margin: 0 auto;

  font-size: 19px;

  font-weight: bold;

  display: flex;

  justify-content: center;

  align-items: center;

  color: var(--nir-white);

  transition: all 0.4s;

  padding: 10px;
}

#forms a:hover {
  background-color: var(--nir-white);

  color: var(--nir-theme);
}

#forms .btn {
  border-radius: 10px;
}

.facilities-img,
.rooms-img {
  position: relative;
}

.facilities_loader,
.room_loader {
  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: radial-gradient(circle 300px, var(--nir-orange) -50%, white);

  color: white;

  z-index: 1;

  display: flex;

  justify-content: center;

  align-items: center;

  backdrop-filter: blur(100px);

  border-radius: 30px;

  overflow: hidden;

  /* box-shadow: 0 0 20px var(--nir-orange); */
}

.facilities_loader:before,
.room_loader:before {
  content: "";

  position: absolute;

  width: 70px;

  height: 70px;

  border: 4px solid white;

  border-radius: 50%;

  border-bottom: 0;

  animation: grow 1.5s linear -1s infinite;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: rotate(0deg);

    tranform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    tranform: rotate(360deg);
  }
}

#sliders .revies img {
  padding: 0 !important;
}

.slide_detail span a {
  color: var(--nir-white);

  text-decoration: none;
}

/* === end css === */

@media (max-width: 768px) {
  p {
    margin: 0;
  }

  #find p {
    font-size: 18px;
  }

  /* === banner === */

  #banner .banner {
    min-height: 100vh;
  }

  #banner .banner img {
    height: 100vh;
  }

  .layer_content {
    width: 90%;
  }

  /* === Forms === */

  #forms .availability a {
    width: 100%;
  }

  /* === Venues === */

  #venue-title .venue_detail_inner {
    flex-wrap: wrap;
  }

  #venue-title .venue_review {
    width: 100%;

    order: 2;
  }

  #venue-title .default-img {
    width: 100%;

    margin-bottom: 20px;

    order: 1;
  }

  #venue-title .venue_review .revies img {
    width: 20px;

    height: 20px;
  }

  #venue-title .venue_btn {
    display: flex;

    justify-content: flex-start;

    align-items: stretch;

    flex-wrap: wrap;

    gap: 10px;
  }

  #venue-title {
    margin: 50px 0;
  }

  #venue-title .venue-title h2 {
    font-size: 32px;
  }

  #venue-title .slide_location {
    font-size: 18px;
  }

  #venue-title .venue_detail_inner p {
    font-size: 18px;
  }

  #venue-title .venue_btn button {
    font-size: 16px;

    margin-bottom: 0;
  }

  /* === Find === */

  #find .find h5 {
    font-size: 22px;

    font-weight: bold;

    margin-bottom: 20px;
  }

  #find .find ul li {
    font-size: 18px;

    margin-bottom: 6px;
  }

  /* === Love === */

  #love .love h5 {
    font-size: 22px;

    font-weight: bold;

    margin-bottom: 20px;
  }

  #love .love ul li {
    font-size: 18px;

    margin-bottom: 6px;
  }

  /* === Location === */

  #location {
    margin: 50px 0;
  }

  #location .location {
    flex-wrap: wrap;
  }

  #location .location_card {
    width: 100%;

    margin-bottom: 20px;
  }

  #location .location_info {
    width: 100%;
  }

  #location .location_info h4 {
    font-size: 22px;
  }

  #location .location_info ul li,
  #location .location_info p {
    font-size: 18px;
  }

  /* === Sliders === */

  #sliders {
    padding: 50px 0;

    padding-top: 0;
  }

  /* === Similar === */

  #similar {
    margin: 50px 0;
  }

  #similar .similar h2 {
    font-size: 22px;

    margin-bottom: 20px;
  }

  #similar .listing_detail h4 {
    font-size: 20px;

    margin-bottom: 0;
  }

  #similar .location {
    margin-top: 0;
  }

  #similar .similar_listing p {
    margin-bottom: 0;
  }

  #similar .listing_btn a {
    font-size: 18px;
  }

  .image-section img {
    width: calc(50% - 20px);
  }

  .image-section {
    gap: 40px;
  }
}

@media (max-width: 450px) {
  p {
    margin: 0;
  }

  section#find .container .find p {
    font-size: 18px;
  }

  /* === banner === */

  #banner .layer_content h1 {
    font-size: 34px;
  }

  #banner .layer_content {
    width: 100%;
  }

  #banner .layer_content {
    transform: translate(50%, -30%);
  }

  /* === Froms === */

  .forms input {
    margin-bottom: 20px;
  }

  #selector .selector div a,
  #selector .selector div select,
  #forms .availability a {
    font-size: 16px;
  }

  /* === Venues === */

  #venue-title .venue-title h2 {
    font-size: 22px;
  }

  #venue-title .venue_review .revies img {
    width: 16px;

    height: 16px;
  }

  #venue-title .slide_location {
    font-size: 16px;
  }

  #venue-title .venue_detail_inner p {
    font-size: 18px;
  }

  #venue-title .venue_btn button {
    font-size: 14px;
  }

  /* === find === */

  #find .find h5 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  #find .find ul li {
    font-size: 16px;

    margin-bottom: 4px;
  }

  /* === Love === */

  #love .love h5 {
    font-size: 20px;

    margin-bottom: 10px;
  }

  #love .love ul li {
    font-size: 16px;

    margin-bottom: 4px;
  }

  /* === Location === */

  #location .card_section span {
    gap: 10px;
  }

  #location .card_section span span {
    font-size: 16px;
  }

  #location .card_section p {
    font-size: 18px;

    margin-top: 20px;
  }

  #location .location_info {
    padding-left: 0;
  }

  #location .location_info h4 {
    font-size: 20px;
  }

  /* === Similar Listing === */

  #similar {
    margin: 30px 0;
  }

  #similar .similar_listing {
    flex-wrap: wrap;
  }

  #similar .similar_listing figure {
    width: 100%;
  }

  #similar .listing_detail {
    width: 100%;

    padding: 20px;
  }

  #similar .similar_listing:after {
    width: 100%;

    border-radius: 20px;
  }

  #vennue-inner .layer_content h1 {
    font-size: 40px;
  }
}

/* sports-resort-section */
.sports-resort-section .img-content {
  margin-bottom: 55px;
}
.sports-resort-section .img-content .title-box {
  margin-bottom: 10px;
}
.sports-resort-section .img-content p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.sports-resort-section img {
  border-radius: 5px;
}

/* nearby-attrations-slider */
.nearby-attrations-slider p {
  font-size: 20px;
  text-align: center;
}

/* resort-report-section */
.resort-report-section {
  position: relative;
  z-index: 1;
}
.resort-report-section h6 {
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}
.resort-report-section .box {
  background: #ffffff;
  border: 1px solid #f4a8aa;
  box-shadow: 0px 33px 68.3px rgba(63, 62, 62, 0.16);
  border-radius: 5px;
  padding: 22px 12px;
  margin-bottom: 30px;
}
.resort-report-section .box span {
  background: #fae9e9;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.resort-report-section .d-flex {
  gap: 15px;
  margin-bottom: 12px;
}
.resort-report-section .box p {
  color: #6a6a6a;
  margin: 0;
}

/* What-you-find-section */
.What-you-find-section {
  position: relative;
}
.What-you-find-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ea2127;
  width: 40%;
  height: 40%;
}
.What-you-find-section .container {
  position: relative;
  z-index: 1;
}
.What-you-find-section ul li {
  font-size: 16px;
  color: #444444;
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
}
/* design issues fixing*/

.camp .full-slider-section , .venue .full-slider-section{
        padding-bottom: 0px !important;
}
.venue .venue-section {
    background: #F9F9F9;
    margin-top: 0 !important;
    padding-top: 75px !important;
}
@media screen and (max-width: 767px){
    .explore .explore-content{
        margin-top: 18px;
    }
}
.maraleina-sports-section {
    background: #F9F9F9;
}
.camp-trilogy-mountain-challenge-angkor-temples .sports-resort-section{
    background-color: #F9F9F9 !important;
}
.camp-trilogy-mountain-challenge-angkor-temples .blog-section {
    background-color: #F9F9F9 !important;
    padding: 30px 0 80px !important;
}
.camp-d7-youth-swim-performance-camp .resort-report-section {
    margin-top: -50px !important;
}
.venue-thanyapura-sports-health-resort .What-you-find-section{
    padding: 20px 0 80px !important;
}
.venue-maraleina-sports-resort-0 .sports-resort-section.common-top-section .title-box {
    margin-bottom: 12px !important;
}
/* 10apr2024*/
.venue-maraleina-sports-resort-0 .sports-resort-section.common-top-section, .venue-maraleina-sports-resort-0 .blog-section{
    background: #F9F9F9 !important;
}
.venue-maraleina-sports-resort-0 .blog-section .title-box {
    margin-bottom: 35px !important;
}
.slider .slide_viewer{border-radius: 5px;}
.venue-inner-section {
    background: #F9F9F9 !important;
    padding-top: 60px !important;
}
.form-actions{
    margin-top: 27px !important;
}
.col-md-7.co-12.padding-right{
    padding-right: 50px;
}
.col-md-7.co-12.padding-left{
    padding-left:50px;
}
@media screen and (max-width: 767px){
    .coach-profile-section .col-xl-8.col-md-6.col-12{
        margin-bottom: 25px !important;
    }
    .camp-d7-youth-swim-performance-camp .What-you-find-section  .col-md-6.col-12{
        margin-top: 22px !important;
    }
    .camp-d7-youth-swim-performance-camp .sports-resort-section   .title-box {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }
    .blog-section {
        padding: 30px 0 !important;
    }
    .blog-section .owl-carousel.owl-loaded {
        margin-top: 0 !important;
    }
}
 .sports-resort-section.common-top-section, .blog-section{
    background: #F9F9F9 !important;
}
@media screen and (max-width: 767px){
    .package-custom p {
        width: 100% !important;
    }
    .training-camp-section:has(.custom-our-clientsay) {
        padding: 30px 0 0px !important;
    }
}
.camp-d7-youth-swim-performance-camp .maraleina-sports-section .package-custom ul li {
    list-style: none !important;
}
@media screen and (max-width: 767px){
    .venue-maraleina-sports-resort-0 .sports-resort-section.common-top-section .title-box {
        margin-top: 25px !important;
    }
}
@media screen and (max-width: 767px){
 .venue-thanyapura-sports-health-resort  .What-you-find-section  .col-md-6.col-12{
        margin-top: 25px;
    }
}
@media screen and (max-width: 767px){
 .venue-thanyapura-sports-health-resort  .What-you-find-section  .col-md-6.col-12{
        margin-top: 25px;
    }
   .sports-resort-section .title-box {
        margin-bottom: 0 !important;
        margin-top: 25px !important;
    }
}
@media screen and (max-width: 767px){
    .col-md-7.co-12.padding-left {
        padding-left: 10px;
    }
    .col-md-7.co-12.padding-right {
        padding-right: 10px;
    }
}
span.fieldset-legend{
    font-size: 15px !important;
    font-weight: 400;
    padding: 0;
}
#edit-occupancy-select.form-select{
    border-color: #7D7D7D !important;
}
.form-wrapper{
    margin-top: 18px;
}
@media (min-width: 992px){
    .camp-pilates-reformer-retreat-alessandra  .banner-inner-section .webform-submission-form{
        position: absolute !important;
        bottom: -245px !important;
        box-shadow: 10px 0px 168px #9999994f;
    }
    .toolbar-horizontal.camp-pilates-reformer-retreat-alessandra  .banner-inner-section .webform-submission-form{
        bottom: -170px !important;
    }
}
@media (min-width: 992px){
       .banner-inner-section .webform-submission-form{
        position: absolute !important;
        bottom: -245px !important;
        box-shadow: 10px 0px 168px #9999994f;
    }

   .toolbar-horizontal .banner-inner-section .webform-submission-form {
      bottom: -170px !important;
   }
}
 .mataleina-form .webform-submission-form{
    background: #ececec;
    border-radius: 5px;
}

/* Fixes after new form updates */
.webform-submission-check-availability-camp-form .js-form-type-textarea {
  margin-bottom: 0.5em;
}

@media (min-width: 992px){
  .node--camps--full .banner-inner-section {
    padding: 100px 0 0 0;
  }
  .node--referenzen--full .banner-inner-section {
    padding: 300px 0 0 0;
  }
}
