button{
    outline: none !important;
}
.reservation_box{
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.reservation_box .bg-image{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    opacity: 0.1;
}
.bg-image img{
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}
.form-box{
    width: 680px;
    background: #F7F7F7;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    margin: 0 auto;
    padding-top: 30px;
    max-width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.form-box.flow{
    overflow: hidden;
}
.lang-flex-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.lang-item{
    width: 27px;
    height: 27px;
    background: #FCFCFC;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-family: sans-serif;
    margin-right: 10px;
}
.lang-item a{
    width: 100%;
    height: 100%;
    color: #313131 !important;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            font-family: 'Libre Franklin', sans-serif;
            font-weight: 300;

}
.lang-item:last-child{
    margin-right: 0;
}
.form-center{
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    position: relative;
}
.center-logo{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15px;
}
.title-box{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #313131;
    margin-bottom: 10px;
}
.title-box h1{
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    width: 100%;
    text-align: center;
    color: #313131;
    margin: 0;
    font-family: 'Libre Franklin', sans-serif;

}
.form-section{
    width: 100%;
    position: relative;
}
.input-box{
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.input-box:last-child{
    padding-bottom: 0;
}
.half-label{
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #121212;
    margin-bottom: 5px;
    font-family: 'Libre Franklin', sans-serif;
}
.form-inp{
    width: 100%;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #C1C1C1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    outline: none !important;
}
.form-section{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #464646;
}
.label-text{
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    color: #121212;
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    padding-bottom: 25px;

}
.custom-radio{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 20px;
}
.custom-radio label{
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.custom-radio label.active:after{
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background: #EEB211;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
}
.title-custom-radio{
    color: #313131;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    color: #313131;
    font-family: 'Libre Franklin', sans-serif;
}
.custom-select-item{
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}
.select-btn{
    width: 100%;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 30px;
}
.select-btn i.figure-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #121212;
}
.select-btn .title{
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #313131;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}
.t-date-info-title{
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: 300 !important;
}
.content-custom-select{
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-height: 300px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    margin-top: 5px;
}
.content-custom-select.active{
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.content-custom-select .option{
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.content-custom-select .option p{
    margin: 0;
    font-style: normal;
    font-weight: 300;
    color: #313131;
    font-size: 16px;
    font-family: 'Libre Franklin', sans-serif;
}
.content-custom-select .option.active{
    background: #EEB211;
}
.simple-box{
    border-bottom: none;
    padding-bottom: 40px;
}
.t-check-in, .t-check-out{
    border: none;
    background-color: white;
    border: 1px solid #CECECE;
    padding: 0;
    height: 26px;
}

.t-check-in .t-date-info-title, .t-check-out .t-date-info-title{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
}
.t-check-in, .t-check-out{
    height: 26px;
    border-radius: 0 !important;
    margin-bottom: 15px !important;
    cursor: pointer;
    padding-left: 20px !important;
}
.t-check-in{
    border-right: 1px solid #CECECE !important;
}
.t-dates{
    padding: 0;
    height: 26px;
    line-height: 26px;
}
.t-check-in{
    border-right: none;
}
.t-check-out{
    border-left: none;
}
.t-date-info-title{
    margin: 0;
}
.date-box{
    margin-bottom: 20px;
}
.message-box{
    width: 100%;
}
.message-area{
    width: 100%;
    max-width: 100% !important;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    outline: none;
    min-height: 115px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    resize: none;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;

}
.message-box{
    padding-bottom: 20px;
}
.submit-btn, .back-btn{
    width: 100%;
    height: 50px;
    background: #EEB211;
    font-style: normal;
    font-weight: 800;
    color: #060606;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 19px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Libre Franklin', sans-serif;

}
.submit-btn:hover, .back-btn:hover{
    background: rgb(180, 136, 14);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.validation_error input{
    border: 1px solid red;
}

input[type=number] {
    -moz-appearance: textfield;
  }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.success-menu{
    width: 100%;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.success-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.success-text{
    width: 100%;
    padding-bottom: 20px;
}
.success-text p{
    margin: 0;
    font-size: 30px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.success-text-bottom {
    width: 100%;
    padding-bottom: 90px;
}
.success-text-bottom p{
    font-style: normal;
    font-weight: 275;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
}
.success-menu .center-logo{
    padding-bottom: 30px;
}
.back-btn{
    display: none;
}
.success-section{
    display: block;
    opacity: 0;
    left: -100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
}
.success-section.active{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
    left: 0%;
    top: 0;
    opacity: 1;
}
.left-animate-item{
    position: absolute;
    right: -100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
footer{
    width: 100%;
    position: relative;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 90px;
}
.flex-partner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.item-media{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.item-media:last-child{
    margin-bottom: 0;
}
.item-media img{
    margin-right: 15px;
}
.item-media .title{
    font-style: normal;
    font-weight: 300;
    color: #3A3A3A;
    font-size: 15px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    margin: 0;
}
.social-media-footer{
    margin-right: 35px;
}
.logo-box{
    position: relative;
    margin-right: 35px;
}
.logo-box img{
    width: 70%;
}
.flex-media{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.flex-media p{
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    color: #3A3A3A;
    margin-right: 15px;
    font-family: 'Libre Franklin', sans-serif;
}
.flex-media a{
    margin-right: 15px;
    outline: none;
    text-decoration: none !important;
}
.flex-media a:last-child{
    margin-right: 0;
}
.validation_error .info-validation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-validation{
    width: 25px;
    height: 25px;
    background-color: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 26px;
    right: -35px;
    display: none;
}
.box-validation{
    position: absolute;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border-radius: 5px;
    width: 100px;
    content: "";
    background-color: red;
    top: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 15px;
    pointer-events: none;
}
.box-validation p{
    margin: 0;
    color: white;
    font-size: 10px;
    text-align: center;
}
.box-validation::before{
    position: absolute;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color:red transparent transparent transparent;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-180deg);
        -ms-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg)
}
.info-validation:hover .box-validation{
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.t-hover-day-content{
    opacity: 0 !important;
}
.input-box input{
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}
.t-dates{
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}
.t-datepicker .t-check-in{
    width: 100%;
}
.custom-date-picker{
    padding-left: 20px;
    padding-right: 20px;
    height: 26px;
    width: 100%;
    background-color: white;
    cursor: pointer;
    border: 1px solid #CECECE;
    position: relative;
}
.time-control{
    width: 100%;
    background-color: white;
    position: absolute;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    top: 100%;
    border: 1px solid #CECECE;
    margin-top: 10px;
    padding: 20px;
    left: 0;
    z-index: 9999;
    cursor: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.flex-control-time{
    width: 100%;
    display: flex;
    align-items: center;
}
.time-text{
    margin: 0;
    color: black;
    font-weight: bold;
    margin-right: 15px;
    font-size: 18px;
    position: relative;
}
.control-box{
    margin-right: 20px;
}
.control-box i{
    cursor: pointer;
    font-size: 18px;
    display: block;
}
.control-box i:first-child{
    margin-bottom: 10px;
}

.info-clock{
    padding: 5px;
    margin-left: auto;
    background-color: #EEB211;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}
.value-clock{
    margin: 0;

}

.custom-date-picker.active .time-control{
    opacity: 1;
    transition: 0.3s;
    pointer-events: all;
}
.number-input{
    border-left: 0;
}
.country-box{
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #C1C1C1;
}
.control-box span{
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
    color: #121212  ;

}
.flex-input-box{
    display: flex;

}

/* The container */
.custom-radio-button {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #313131;
  font-family: 'Libre Franklin', sans-serif;
}

/* Hide the browser's default radio button */
.custom-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio-button input:checked ~ .checkmark {
  background-color: #efb20e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-button .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
