 /*-----------|| Booking_form Css Start ||------------------*/
 .booking_form_sec{
     background-color: var(--grey);
}
/*-----------|| Booking_form Css End ||------------------*/
/* .booking_form_sec *,.custom_form *,.booking_form_sec a, ul.form_tab li a span{
     font-family: 'Poppins';

     color: var(--grey_light);
}*/
.booking_form .lefttext {
    color: var(--darkblue3);
}
 .banner_sec::before {
     content: "";
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-color: rgb( 43, 150, 204 );
     opacity: 0.502;
}
.custom_form p {
    margin: 0px 0px 0px;
    font-size: var(--fs16);
    line-height: initial;
    font-weight: 500;
    color: var(--grey_light);
}
 :root{
     --black:#000;
     --black50:#64768a;
     --red:#F1343A;
     --ddd:#ddd;
     --grey_light:#626262;
}
 .wizard-inner ul.nav_tabs {
     padding: 0px;
     margin: 0px;
     display: flex;
     text-align: center;
}
 .booking_form {
     max-width: 920px;
     margin: 0 auto;
}
 .wizard-inner ul.nav_tabs li {
     list-style: none;
     width: 100%;
     position: relative;
     height: 100%;
}
 .wizard-inner ul.nav_tabs li .disabled img:nth-child(2),.wizard-inner ul.nav_tabs li .disabled.active img:nth-child(1) {
     display: none;
}
 .wizard-inner ul.nav_tabs li .disabled.active img:nth-child(2) {
     display: block;
}
 .wizard-inner ul.nav_tabs li .disabled {
     text-decoration: none;
     font-size: var(--fs16);
     padding: 8px;
     width: 150px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     color: var(--white);
     z-index: 2;
     position: relative;
}
 .wizard-inner ul.nav_tabs li:after {
     content: "";
     height: 1px;
     position: absolute;
     top: 50%;
     transform: translate(-50%,-50%);
     background-color: var(--black50);
     left: 100%;
     width: 50%;
     z-index: 0;
}
 .wizard-inner ul.nav_tabs li:last-child:after {
     display: none;
}
 .wizard-inner {
     max-width: 100%;
     padding-bottom: 40px;
}
 .wizard-inner ul.nav_tabs li span + span {
     font-weight: 700;
     color: var(--grey_light);
     font-size: var(--fs25);
     display: block;
     font-family: 'Poppins';
     position: absolute;
     left: 50%;
     transform: translatex(-50%);
     bottom: -60px;
     width: 100%;
     letter-spacing: 1px;
     word-spacing: 1px;
}
 .wizard-inner ul.nav_tabs li span.active + span {
     color: var(--darksky);
}
 .heading_form h2{
     letter-spacing: 1px;
     margin: 0px;
     font-weight: 700;
}
 .heading_form {
     margin-top: 45px;
}
 .heading_form p {
     margin: 0px 0px 0px;
     font-size: var(--fs16);
     line-height: initial;
     font-weight: 500;
     color: var(--grey_light);
}
.booking_form h3 {
    color: var(--darkblue3);
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    -ms-transform: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}
 .custom_form label, .sec_heading h4, .heading_form h4,.custom_form h4,.checkbox_group h4 {
     font-size: var(--fs18);
     color: var(--darkblue3);
     font-weight: 500;
     font-family: 'Poppins';
     margin: 0px;
     display: block;
     width: 100%;
     line-height: normal;
}
.booking_form label{
     font-size: var(--fs18);
     color: var(--darkblue3);
     font-weight: 500;
     font-family: 'Poppins';
     margin: 0px;
     display: block;
     line-height: normal;
}
.total_price h4 {
     font-size: var(--fs18);
     color: var(--darkblue3);
     font-weight: 500;
     font-family: 'Poppins';
     margin: 0px;
     display: block;
     width: 100%;
     line-height: normal;
}
 .custom_form {
     display: grid;
     align-items: baseline;
     grid-gap: 10px;
     text-align: left;
}
 .checkbox_group .custom_form{
     display: flex;
}
.form_grid {
    padding: 20px 0px 0px;
    grid-row-gap: 20px;
    align-items: end;
}
 .custom_form input,.custom_form select{
     display: block;
     width: 100%;
}
 .custom_form input,.custom_form input::placeholder{
     color: var(--placeholder_color);
}
 .custom_form{
     position: relative;
}
 .custom_form input[type="radio"] + label, .custom_form input[type="radio"], .custom_form input[type="checkbox"],.custom_form input[type="checkbox"] + label {
     display: inline-block;
     width: auto;
     height: auto;
}
 ul.form_tab {
     padding: 0px;
     margin: 0px;
     display: flex;
     align-items: center;
     justify-content: end;
     grid-gap: 20px;
}
 ul.form_tab li {
     list-style: none;
}
 ul.form_tab li a.active {
     background-color: var(--darksky);
     color: var(--white);
}
 ul.form_tab li a#prevBtn {
     background-color: #647686;
     color: var(--white);
}
 .heading_form {
     display: none;
}
 .heading_form input.invalid {
     border: 1px solid #f1343a7a;
}
 .checkbox_sec,.checkbox_group {
     display: flex;
     flex-flow: wrap;
     grid-gap: 40px;
}
 .checkbox_group {
     grid-gap: 15px 50px;
}
 .checkbox_sec *, .checkbox_se .custom_box label {
     font-size: var(--fs-14) !important;
}
 .checkbox_sec {
     padding: 0px 12px;
}
 .note_form {
     padding: 20px;
     margin-top: 15px;
     background-color:var(--red);
}
 .note_form p{
     color: var(--white);
     margin-top: 0px;
}
 .sec_heading h4{
     margin:0px 0px !important;
     font-size: 18px;
}
 .sec_heading {
     width: 100%;
}
  .custom_form.submit_form input,.custom_form.submit_form button {  
     cursor: pointer;   
     background: var(--darksky);    
     color: var(--white);   
     padding: 6px 35px; 
     font-size: var(--fs18);    
     letter-spacing: 1px;   
     margin-left: auto; 
     font-weight: 500;  
     min-width: 162.06px;   
     height: auto;  
     border-radius: 20px;   
     border: none;  
}
 .checkbox_group label {
     margin: 0px !important;
}
 .heaing_tab{
     text-align: center;
}
 ul.form_tab .display_none {
     display: none !important;
}
 .custom_form input, .custom_form select, .custom_form textarea,#registration input[type='text'],#registration textarea,#registration select {
     font-size: var(--fs14);
     border: unset;
     background-color: var(--white);
     outline: none;
     cursor: text;
     box-shadow: none;
     border-radius: 2px;
     padding: 8px 20px;
     height: 45px;
     box-sizing: border-box;
     width: 100%;
     box-shadow: 0px 0px 9px rgb(127 137 161 / 11%);
     height: 45px;
     border-radius: 20px;
     font-family: 'Poppins';
}
 .custom_form textarea,#registration textarea {
     height: 150px;
     resize: none;
     padding-top: 20px;
     padding-bottom: 20px;
}
 .custom_form select ,#registration select{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-image: url(../images/booking/down.png);
     background-repeat: no-repeat;
     background-position: 95% center;
     background-size: 14px;
     padding-right: 40px;
     cursor: pointer !important;
}
 .custom_form select *{
     font-family: 'Poppins' 
}
 .custom_form input::placeholder,.custom_form textarea::placeholder,.custom_form select ,#registration input,#registration textarea,#registration select,#registration input::placeholder{
     color: var(--grey_light) !important;
     font-family: 'Poppins' 
}
 .wizard-inner ul.nav_tabs span.step img {
     height: 80px;
}
 .custom_form input[type="radio"]:checked, .custom_form input[type="radio"]:not(:checked) {
     position: absolute;
     left: -9999px;
}
.custom_form input[type="radio"]:checked + label, .custom_form input[type="radio"]:not(:checked) + label {
     position: relative;
     padding-left: 28px;
     cursor: pointer;
     line-height: 20px;
     display: inline-block;
     color: #666;
}
.custom_form input[type="radio"]:checked + label:before, .custom_form input[type="radio"]:not(:checked) + label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 3px;
     width: 18px;
     height: 18px;
     border: 1px solid #ddd;
     border-radius: 100%;
     background: #fff;
}
.custom_form input[type="radio"]:checked + label:after, .custom_form input[type="radio"]:not(:checked) + label:after {
     content: '';
     width: 12px;
     height: 12px;
     background: var(--darksky);
     position: absolute;
     top: 6px;
     left: 3px;
     border-radius: 100%;
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
.custom_form input[type="radio"]:not(:checked) + label:after {
     opacity: 0;
     -webkit-transform: scale(0);
     transform: scale(0);
}
.custom_form  input[type="radio"]:checked + label:after {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
.custom_form input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.custom_form input[type="date"] {
    background-image: url(../images/icons/calendar.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 18px;
    padding-right: 45px;
}
 .total_price span, ul.form_tab li a {
     background-color: var(--white);
     padding: 8px 24px;
     border-radius: 20px;
     color: var(--darksky);
     font-size: var(--fs18);
     text-transform: uppercase;
     font-weight: 400;
     transition: all 0.3s;
     text-decoration: none;
     display: inline-block;
     width: fit-content;
}
.total_price span {
    box-shadow: 0px 0px 9px rgb(127 137 161 / 11%);
    font-weight: 500;
}
 ul.form_tab li a {
     padding: 6px 35px;
     font-size: var(--fs18);
     letter-spacing: 1px;
}
 .custom_alert {
     background-color: var(--white);
     padding: 20px 30px;
     box-shadow: 0px 0px 9px rgb(127 137 161 / 11%);
     margin-top: 20px;
     margin-bottom: 20px;
     text-align: left;
}
 .custom_alert *{
     font-size: var(--fs16);
     font-family: 'Poppins';
     color: #000;
}
 .custom_alert strong {
     font-weight: 600;
}
 .wine_form_sec {
     margin-top: 35px;
}
 .custom_form h3 {
     font-size: var(--fs20);
     color: var(--darkblue3);
     font-weight: 600;
     font-family: 'Poppins';
     margin: 0px 0px 8px;
     letter-spacing: 1px;
     display: block;
     width: 100%;
}
 .custom_form h3 + h4 {
     margin-bottom: -3px;
     color: var(--grey_light);
     font-size: var(--fs18);
    color: var(--darkblue3);
    font-weight: 500;
    font-family: 'Poppins';
    margin: 0px;
    display: block;
    width: 100%;
    line-height: normal;
}
 .custom_form h2 {
     color: var(--darkblue3);
     margin: 0px;
     font-weight: 600;
}
 .custom_alert p {
     margin-top: 10px;
}
 .custom_alert h3 {
     font-size: var(--fs18);
}
 .custom_alert p.fs14 {
     font-size: var(--fs14);
}
 .custom_form a {
     margin-left: 8px;
}
 .heading_form.tab:nth-of-type(3) .checkbox_group .custom_form {
     margin: 0px !important;
}
 .heading_form.tab[style="display: block;"] + .form_bottom_grid {
     display: flex;
     justify-content: end;
}
 .heading_form.tab[style="display: block;"] + .form_bottom_grid .custom_form.submit_form{
     display:block !important;
}
 @media(min-width: 1681px){
     .wizard-inner ul.nav_tabs li span + span {
         bottom: -80px;
    }
     .heading_form {
         margin-top: 60px;
    }
}
 @media(max-width: 680px){
     .custom_form.submit_form input {
         position: unset;
         margin: 0px auto;
    }
     .checkbox_sec, .checkbox_group {
         grid-gap: 20px;
    }
     .wizard-inner ul.nav_tabs span.step img {
         height: inherit;
    }
     ul.nav_tabs span.round-tab {
         font-size: 16px !important;
    }
}
 @media(max-width: 575px){
     .checkbox_sec, .checkbox_group {
         grid-gap: 15px;
         padding: 0px;
    }
     .form_grid {
         padding: 10px 0px;
    }
     ul.nav_tabs span.round-tab {
         font-size: 13px !important;
    }
     .wizard-inner ul.nav_tabs {
         width: 100%;
         max-width: 100%;
         grid-gap: 10px;
    }
     .wizard-inner ul.nav_tabs li {
         margin: 0 auto;
    }
     .wizard-inner ul.nav_tabs li .disabled {
         width: 100%;
         padding: 0px;
    }
     .wizard-inner ul.nav_tabs li:after {
         width: 40%;
    }
     .wine_form_sec {
         margin-top: 0px;
    }
     .wine_form_sec {
         margin-top: 0px;
    }
     .wizard-inner ul.nav_tabs li span + span {
         letter-spacing: inherit;
         word-spacing: inherit;
    }
     .heading_form {
         margin-top: 20px;
    }
     .custom_alert {
         padding: 15px 20px;
         margin-top: 5px;
        margin-bottom: 20px;
    }
    .heading_form.tab:nth-of-type(3) .custom_alert { 
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .heading_form input[type="checkbox"] {
        position: relative;
        top: 3px;
    }
}