.link {
    padding: 50px 0;
}

.link a {
    background-color: #71bf45;
    width: 130px;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out 150ms;
}

.link2 {
    padding: 50px 0;
}

.link2 a {
    background-color: #71bf45;
    width: 130px;
    display: table;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out 150ms;
    text-align: center;
}

.regularInput .textarea textarea {
    height: 285px;
}

.regularInput input {
    height: 40px;
}

.regularInput label {
    margin: 0 0 5px;
}

.message-bar {
  padding: 14px;
  margin-bottom: 20px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
}

.bar-success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}
.bar-error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

.hidden {
    display: none;
}

.hero,
.hero_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero {
  overflow: hidden;
  background: url("/dist/images/slide.jpg") no-repeat  0 0;
  background-size: cover;
}

.hero_video,
.hero iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw; /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16/9*100 = 177.77 */
}

.hero iframe {
  opacity: 0;
}

.hero iframe.loaded {
  opacity: 1;
}

.hero_content {
  z-index: 8675309;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero_content_title {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: clamp(1.5rem, 5vw, 3.25rem);
  line-height: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.375em;
  font-weight: lighter;
  margin-bottom: 2.625rem;
}

.hero_content_play {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-radius: 50%;
  background: rgba(22, 22, 16, 0.75);
  text-indent: -9999px;
  transition: border-color 0.3s ease;
  animation: pulse 3s infinite;
}

.hero_content_play:hover {
  border-color: #fff;
  animation: none;
}

.hero_content_play:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1.425rem;
  width: 0;
  height: 0;
  border: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px hsla(24, 37%, 69%, 0);
  }
  100% {
    box-shadow: 0 0 0 0 hsla(24, 37%, 69%, 0);
  }
}

.video-block {
    height: calc(100vh - 81px);
    position: relative;
}

.video-block .box {
    text-align: center;
    width: 805px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color: rgba(139, 183, 86, 0.6);
    transform: translate(-50%,-50%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.video-block h2 {
    padding: 60px 10px 0;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;
}

.video-block p {
    padding: 10px 30px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.video-block .buttons {
    padding: 50px 0 67px;
    font-size: 0;
}

.video-block .buttons a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 48px;
    border: solid 1px #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    -ms-transition: all ease-in-out 150ms;
}

.video-block .buttons a:hover {
    background-color: #fff;
    color: #8BB756;
}


.alert {
  padding: 20px;
  background-color: #999999;
  color: #ffffff;
  margin-bottom: 20px;
}

.alert.alert-danger {
  background-color: #990000;
}

.alert.alert-success {
  background-color: #009900;
}

.regularInput .checkbox input {
    display: block;
    height: 1px;
    width: 1px;
    border: none;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0;
}

.admin .bookingLayout .select2-container--default .select2-selection--single .select2-selection__rendered {
    font: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.admin .bookingLayout .select2-container .select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.admin .bookingLayout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 40px;
}

span.required {
    color: #ff0000;
}

.d-none {
    display: none;
}

.cols-overwrite-5 .col {
    width: 17.5% !important;
}

@media only screen and (max-width: 989px) {
    .cols-overwrite-5 .col {
        width: 100% !important;
    }
}

.phoneNums {
    position: relative;
}

.regularInput input {
    padding: 0 16px 0 16px;
} 
 
.cols-overwrite-6 .col {
    width: 15% !important;
}

@media only screen and (max-width: 989px) {
    .cols-overwrite-6 .col {
        width: 100% !important;
    }
}

#test-track-clone {
    display: none;
}

.cols-overwrite-6 .col.w-10 {
    width: 10% !important;
}

.cols-overwrite-6 .col.w-12 {
    width: 12% !important;
}

.cols-overwrite-6 .col.w-14 {
    width: 14% !important;
}

.cols-overwrite-6 .col.w-20 {
    width: 20% !important;
}

@media only screen and (max-width: 989px) {
    .cols-overwrite-6 .col.w-10 {
        width: 100% !important;
    }

    .cols-overwrite-6 .col.w-12 {
        width: 100% !important;
    }

    .cols-overwrite-6 .col.w-14 {
        width: 100% !important;
    }

    .cols-overwrite-6 .col.w-20 {
        width: 100% !important;
    }
}

.test-track-another:hover {
    color: #333;
    cursor: pointer;
}

.test-track-remove {
    float: right;
    font-size: 13px;
    top: -6px;
    position: relative;
}

.test-track-remove:hover {
    color: #333;
    cursor: pointer;
}

.services {
    padding: 150px 0 150px 0;
}
@media only screen and (max-width:989px){
    .video-block h2,
    .mainSlider h2{
        font-size:30px;
        line-height:40px;
        padding: 0 0 10px 0;
    }
    .mainSlider .buttons {
        padding: 20px 0 0 0;
    }
    .mainSlider .buttons a {
        margin: 0;
    }
    .mainSlider .slick-track,
    .mainSlider .oneSlide {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mainSlider .oneSlide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        object-fit: cover;
    }
    .mainSlider .box {
        padding: 20px;
        margin: 15px;
        display: block;
        width: calc(100% - 30px);
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        transform: translate(0,0);
    }
    .video-block {
        width: 100%;
    }
}