/*
Theme Name: splash
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>splash</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 3.8
*/

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.uloader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #0093A5;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cookie-consent-popup {
    position: fixed;
    bottom: 0;
    width: max-content;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    padding: 20px 45px 20px 60px;
    z-index: 1000;
    display: none; 
    right: 60px;
    bottom: 55px;
    box-shadow: 0px 5px 24px 0px #DADADA80;
    border-radius: 15px;
    text-align: right;
}
.cookie-consent-popup p 
{
    margin-bottom: 0;
}
.close-cookie-consent {
    position: absolute;
    top: 5px;
    left: 20px;
    padding:0!important;
    border: none;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
}

/*************************************/

.bredcrumb-hide {
    display: none;
}

.bredcrumb-visibe {
    visibility: hidden;
}

.stepform-breadcrumb-top .breadCrumbsText a {
    text-decoration: underline;
}

.checklist-heading {
    margin-top: 40px;
    margin-bottom: 14px;
}

.bredcrumb-stepform.visitorContent.breadCrumbs.newPosition {
    /*     margin-top: 84px; */
    margin-top: 0;
    padding-bottom: 30px;
}

.custom-check {
    position: relative;
    z-index: 0;
}

.custom-check input[type="checkbox"] {
    display: none;
}

.custom-check .geekmark {
    border: 1.9px solid #008E97;
    height: 18px;
    width: 18px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #F2F4FF;
}

.custom-check input[type="checkbox"]+.geekmark::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    display: none;
    font-family: fontAwesome;
    line-height: 14px;
    font-size: 12px;
    color: #008E97;
    font-weight: bold;
}

.custom-check input[type="checkbox"]:checked+.geekmark::before {
    display: block;
}

.email-step {
    height: 710px;
}

.last-detail span {
    color: #0093A5;
    font-weight: bold;
    font-size: 18px;
}

.last-detail {
    padding-bottom: 60px;
}

.last-detail h3 {
    color: #676767;
    font-weight: normal;
    font-size: 18px;
    padding: 1px 0;
}

.last-step-detail h3 {
    color: #676767;
    font-weight: normal;
    font-size: 18px;
}

.last-step-detail {
    padding: 90px 0 79px;
    overflow: hidden;
    background: #F9F9F9;
    margin-top: 26px;
}

.form-card {
    padding: 0 30px;
}


/* .last-step-detail:after {
    content: '';
    position: absolute;
    right: -377px;
    height: 90%;
    width: 100%;
    background: #F9F9F9;
    bottom: 0;
    z-index: -1;
}
.last-step-detail:before {
    content: '';
    position: absolute;
    left: -377px;
    height: 90%;
    width: 100%;
    background: #F9F9F9;
    bottom: 0;
    z-index: -1;
} */

.form-btn {
    position: relative;
    /*     left: 24.2%; */
    margin-left: 18px;
}

#ms-form .next.btn.btn-primary.stepbtn1 {
    background: #008E97;
    border-color: #008E97;
    padding: 12px 25px;
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 5px;
}

#ms-form .calenderBox {
    margin-top: 10px;
}


/*===========new css==============*/

div#ticket1:hover,
div#mobilefloat div#ticket1:hover {
    background: #0B6F75 !important;
    border: 1px solid #0B6F75 !important;
    color: #ffffff !important;
}

div#ticket1 {
    background: transparent !important;
    border: 1px solid #0093a5 !important;
    color: #0093A5 !important;
}

.e-itlte h1 {
    font-family: Open Sans Hebrew;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
    color: #676767;
}

.circlebox p {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #303030;
}

.circlebox {
    text-align: center;
}

a.c-link {
    text-decoration: none;
}

div#desktopsection {
    display: block;
}

div#mobilesection {
    display: none;
}

div#mobilefloat div#ticket1 {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    background: transparent !important;
    border: 1px solid #0093a5 !important;
    color: #0093A5 !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

section#expanded {
    background: #f5f5f5 !important;
    padding-top: 200px;
}

ul.logo1 {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

ul.logo1 li {
    display: inline-block;
    text-align: center;
}

ul.from1 {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
    text-align: right;
}

ul.from1 li {
    display: inline-block;
    margin: 0 auto;
    /* padding    : 10px 5px;
    margin        : 0px 5px;*/
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
}

#msform {
    /* text-align: center; */
    position: relative;
    margin-top: 10px;
}

#msform .form-check-input:checked {
    background-color: #F2F4FF;
    border-color: #0093A5;
}

#msform .form-check-input[type="checkbox"]:checked {
    background-color: #0093a5;
}

#msform fieldset .form-card {
    /* background: rgba(255, 255, 255, 0.95); */
    border: 0 none;
    border-radius: 0px;
    /* box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); */
    /* padding   : 20px 40px 30px 40px; */
    box-sizing: border-box;
    /*  width    : 94%;
    margin       : 0 3% 20px 3%; */
    position: relative;
}

#msform fieldset {
    /* background: rgba(255, 255, 255, 0.95); */
    border-radius: 37px;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    /*  padding   : 20px 40px 30px 40px; */
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: right;
    color: #9E9E9E;
    margin-bottom: 35px;
}

#msform .stepform-width {
    /* max-width: 815px; */
    max-width: 825px;
}

#msform fieldset .form-card label {
    color: #676767;
}

.step-icon-box h3 {
    font-size: 18px;
    text-align: center;
    color: #656565;
    font-weight: bold;
}

.step-icon-box .row {
    padding: 40px 0 70px;
}

.step-iconSec p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #656565;
    margin: 0;
}

.step-iconSec {
    padding: 0 18px;
    border-right: 1px solid #DCDCDC;
}

.step-icon-box {
    padding: 45px 0 0px;
}

#msform .margin-b {
    margin-bottom: 122px;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    /* width      : 100%; */
    box-sizing: border-box;
    /* font-family: montserrat; */
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: 400;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: none !important;
    background: #00A6D7;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

.card {
    z-index: 0;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 37px;
    position: relative;
}

.fs-title {
    font-family: Open Sans Hebrew;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin-bottom: 23px;
    /* font-size  : 25px; */
    /* color      : #2C3E50; */
    /* font-weight: bold; */
    /* text-align : right; */
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: right;
    position: relative;
    /* font-family : Arial; */
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: center;
}

ul#progressbar strong {
    font-family: Open Sans Hebrew;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    color: #A4A4A4;
    /* font-size     : 20px; */
    /* font-style    : normal; */
    /* font-weight   : 700; */
    /* line-height   : 23px; */
    /* letter-spacing: 0em; */
    /* text-align    : center; */
}

#progressbar #account:before {
    /* font-family: FontAwesome; */
    content: "1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3";
}

#progressbar #personalinfo:before {
    font-family: FontAwesome;
    content: "4";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "5";
}

#progressbar li:before {
    font-family: Open Sans Hebrew !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 25px;
    display: block;
    /* font-size  : 25px; */
    color: #A4A4A4;
    background: #F2F2F2;
    border-radius: 50%;
    margin: 5px auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #F2F2F2;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: -1
}

#progressbar #account::after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #E69426;
    color: white;
    font-weight: 700;
    font-family: Open Sans Hebrew;
}

#progressbar .active strong {
    color: #E69426;
    font-weight: bold;
}


/* .radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
} */

.fit-image {
    width: 100%;
    object-fit: cover;
}

.itext1 {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    /* font-family   : Arial; */
    /* font-size     : 16px; */
    /* font-style    : normal; */
    /* font-weight   : 700; */
    /* line-height   : 18.4px; */
    /* letter-spacing: 0em; */
    /* text-align    : right ; */
    /* color         : #00A6D7; */
    /* width         : 100%; */
}


/* .customein1{
    background: #FFFFFF;
border: 1px solid #939393 !important;
box-sizing: border-box !important;
border-radius: 4px !important;
width: unset !important;
display: block;
} */

.customein1 {}

#msform input {
    /* background: #FFFFFF; */
    border: 1px solid #0093A5 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    /* width     : 442px !important; */
}
.progressbar-main {
    padding: 0;
}
#progressbar {
    padding: 0 65px 70px;
    margin: 0px auto;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid #939393 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    margin-bottom: 10px;
}

.steptext2 {
    line-height: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.steptext1 {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #00A6D7;
}

.field-f {
    display: grid;
    grid-template-columns: 3fr auto;
    padding-top: 5px;
}

#msform .calenderBox {
    box-shadow: none;
    border-radius: 0px;
    padding: 30px 0 0;
}

#msform .calenderBox .selectedInfo {
    border-radius: 0px;
}

.new {
    padding: 50px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}

.modal-content {
    background-color: unset;
    border: none;
}

.close {
    color: white;
}

.modal-header {
    border-bottom: none;
}

.stepbtn1 {
    background: #008E97;
    border-color: #008E97;
    padding: 12px 23px;
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: 9px;
    height: 51px;
    width: 145px;
}

.stepbtn1:hover {
    border: none;
    background: #0B6F75;
    color: #fff;
}

input#cheese {
    width: 570px;
    padding: 13px 16px !important;
    /* margin         : 10px 5px;*/
    font-family: Arial;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    /*     line-height: 18px; */
    letter-spacing: 0em !important;
    margin-top: 0px;
}

.form-check-label {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    margin-right: 15px;
}

.form-check-input {
    margin: 5px 0px 0px 0px !important;
}

.form-check .form-check-input {
    float: none;
    margin-left: unset;
}

.checkbox1 .form-check {
    margin-bottom: 10px;
}

.checkbox1 .form-check-label {
    color: #676767;
}

.checkbox1 h3 {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: right;
    color: #676767;
}

.stepbtn2 {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding: 12px 80px;
    background-color: #008E97;
    border-color: #008E97;
}

.formbtn1 {
    text-align: left;
}

#msform .ui-datepicker-calendar thead {
    background: #f2f2f2;
    border-radius: 10px !important;
}

#msform .ui-datepicker-calendar thead th {
    padding: 22px 0;
}

#msform .ui-datepicker-header {
    padding-bottom: 30px;
}

#msform .calenderBox .selectedInfo {
    padding: 0px 29px 6px 5px;
    max-width: 754px;
    margin: 0 auto 0;
    font-family: 'Open Sans Hebrew', sans-serif;
}

#msform .calenderInfo {
    padding: 31px 22px 18px;
    margin: 0 auto;
    font-family: 'Open Sans Hebrew', sans-serif;
}

#msform #purchaseTickets {
    font-size: 16px;
    padding: 24px 8px;
    line-height: 0;
    width: 132px;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.email-step .fs-title {
    margin-bottom: 18px;
}

.calender-step .fs-title {
    margin-top: 6px;
	padding-right: 19px;
}

.stepform-breadcrumb-top .breadDivider {
    margin: 0 0px;
    vertical-align: middle;
}

.last-step .fs-title {
    font-size: 35px;
    color: #676767;
    padding-top: 16px;
}

.calenderBox table {
    width: 754px;
}
div#checkbox_valid_msg {
    margin-top: 36px;
    color: red;
}
.mob_btn{
    display: none;
}
#msform input.add_border {
    border: 1px solid red !important;
}
button.get_coupon_verification:disabled {
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
}
span.remove_coupon {
    cursor: pointer;
}
button#before_final_step {
    margin-left: 24%;
}
/********************/
/* MODEL POPUP */
/********************/
div#myModal {
    background: rgba(0, 0, 0, 0.5);
    
}
#myModal .modal-content-outer {
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#myModal .modal-content {
    max-width: 400px;
    width: 100%;
    background: #fff;
    background-image: url(/wp-content/uploads/2021/03/Vector-28.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 50px 10px 80px 10px;
    background-size: 110px;
    text-align: center;
}

#myModal .modal-content .close {
    position: absolute;
    top: -30px;
    font-size: 32px;
    line-height: 20px;
    cursor: pointer;
    right: 0;
}
#myModal .modal-content a {
    display: inline-block;
    line-height: 51px;
    color: #fff;
    height: 51px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    border-radius: 5px;
    width: 187px;
    text-decoration: none;
    background-color: #0093A5;
    margin: 25px auto 0;
}
#myModal .modal-content a:hover {
    background-color: #0B6F75;
}
#myModal .modal-content p {
    margin: 0;
    text-align: center;
}
/********************/
/* MODEL POPUP END */
/********************/
span.verified_coupon_name2 {
    margin-right: 22px;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1366px) {
    #progressbar {
        padding: 0 15px 53px;
        margin: 0px auto;
    }
    .form-btn {
        position: relative;
        left: 20.9%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    input#cheese {
        width: 100%;
    }
    .header-btn-2,
    .header-btn-1 {
        display: none;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    ul#progressbar strong {
        line-height: 16px;
        font-size: 11px;
    }

    /* #progressbar li::before {
        width: 29px;
        height: 29px;
        line-height: 29px;
        display: block;
        font-size: 13px;
        color: #ffffff;
        background: #F2F2F2;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 0px;
      } */
    /* #progressbar li:after {
        top: 19px;
    } */
    #progressbar li {
        line-height: 10px;
    }
    #progressbar {
        padding: 0 0px 10px;
    }
    .form-card {
        padding: 0 0px;
    }
    #msform fieldset {
        padding: 0;
    }
    .form-check {
        padding-left: 0.5em;
    }
    .checklist-heading {
        margin-top: 20px;
    }
    .bredcrumb-stepform.visitorContent.breadCrumbs.newPosition {
        display: none;
    }
    .fs-title {
        font-size: 18px;
    }
    #msform .margin-b {
        margin-bottom: 50px;
    }
    .form-check-label {
        font-size: 14px;
    }
    .progressbar-main {
        padding: 0;
    }
    .email-step .field-f {
        display: block;
        text-align: center;
    }
    .stepform-breadcrumb-top .breadCrumbsText {
        text-align: inherit;
		
    }
    .email-step {
        height: 100%;
    }
    #msform .email-step-btn {
        margin-bottom: 50px;
    }
    .step-iconSec {
        padding: 5px 0;
        border-right: none;
        display: inline-flex;
        align-items: flex-start;
    }
    .step-iconSec p {
        font-size: 14px;
        text-align: right;
        margin: 0;
        padding-right: 15px
    }
    .last-step-detail {
        padding: 35px 0;
    }
    input#cheese {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .calenderBox table {
        width: 100%;
    }
    form#msform .addons-field {
        margin: 30px auto 0;
    }
    #msform fieldset.mx-auto {
        padding-bottom: 0px !important;
    }
    form#msform .addons-lists{
        font-size: 12px;
    }
    #msform .stepform-width input.form-btn{
        width: 141px !important;
    }
    #msform #purchaseTickets{
        padding: 25.5px 8px !important;
        width: 141px !important;
    }
}
@media only screen and (max-width: 575px) {
    .mob_btn{
        position: fixed;
        bottom: 0px;
        display: flex;
        left: 0;
        right: 0;
        justify-content: center;
        z-index: 9999;
        background-color: #fff;
        padding: 5px 0;
    }
    .mob_btn a div {
        width: auto;
        height: 46px;
        margin: 0 !important;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
    }

    .mob_btn a {
        width: 50%;
        float: none !important;
        margin: 0 3px;
    }

    .mob_btn a:first-child {
        order: 2;
    }
    img.mob_align {
        margin-top: 8px;
    }
    .new_div_mob button#before_final_step {
        margin-left: 0 !important;
    }

    .new_div_mob {
        text-align: center;
        padding-bottom: 111px;
    }
	
	.plus-field-btn .btn{
        line-height: 18px !important;
		font-weight: normal !important;
    }
	li.col-md-6.col-9 img {
        padding-left: 10px;
    }
	.footerMenu{
        padding-bottom: 40px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    ul#progressbar strong {
        font-size: 15px;
    }
}


/* .ra-select { */


/* appearance: none; */


/* -webkit-appearance: none; */


/* -moz-appearance: none; */


/* background-image: url('images/vec/Vector.png'); */


/* background-repeat: no-repeat; */


/* background-position-y: 50%; */


/* background-position-x: 98%; */


/* } */


/* .ra-select option { */


/* color: #555555; */


/* } */


/* #msform .cheading  h2{ */


/* font-family: Arial; */


/* font-size: 30px; */


/* font-style: normal; */


/* font-weight: 700; */


/* line-height: 34px; */


/* letter-spacing: 0em; */


/* text-align: left; */


/* } */


/* #msform .cheading  p{ */


/* font-family: Arial; */


/* font-size: 20px; */


/* font-style: normal; */


/* font-weight: 400; */


/* line-height: 23px; */


/* letter-spacing: 0em; */


/* text-align: left; */


/* color: #E87334; */


/* } */


/* #msform .checkbox label{ */


/* font-family: Arial; */


/* font-size: 20px; */


/* font-style: normal; */


/* font-weight: 400; */


/* line-height: 23px; */


/* letter-spacing: 0em; */


/* text-align: left; */


/* color: #00A6D7; */


/* margin-right: 10px; */


/* } */


/* #msform .checkbox { */


/* text-align: initial; */


/* } */


/* #msform .checkbox input{ */


/* background-color: initial; */


/* cursor: default; */


/* appearance: auto; */


/* box-sizing: border-box; */


/* margin: 3px 3px 3px 4px; */


/* padding: initial; */


/* width: auto; */


/* background: #FFFFFF; */


/* border: 1px solid #232323; */


/* box-sizing: border-box; */


/* border-radius: 2px; */


/* } */


/* .form-group input:checked + label:after { */


/* content: ''; */


/* display: block; */


/* position: absolute; */


/* top: 4px; */


/* left: 9px; */


/* width: 6px; */


/* height: 14px; */


/* border: solid #0079bf; */


/* border-width: 0 2px 2px 0; */


/* transform: rotate(45deg); */


/* } */

.submit1 {
    background: #00A6D7 !important;
    border-radius: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
}

#msform .ftd h2 {
    font-family: Arial;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}

.card1 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px 40px 40px 40px;
}

#msform .ot img {
    border-radius: 40px 0px 0px 40px;
}

#msform .ot h2 {
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
}

#msform .ot p {
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: black;
}


/* form {
   max-width: 450px;
   margin: auto;
} */

.inputContainer i {
    position: absolute;
    right: 17px;
}


/* .inputContainer {
   width: 100%;
   margin-bottom: 10px;
} */

.icon {
    padding: 11px;
    color: #00A6D7;
    /* width     : 91%; */
    /* width     : 70px; */
    /* text-align: left; */
}

.Field {
    width: 100%;
    padding: 10px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 20px;
    font-weight: 500;
    text-align: end;
    border: none !important;
}

#msform .ot label {
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
    margin-top: 20px;
    ;
}

#msform .ot button {
    background: #00A6D7;
    border-radius: 4px;
    padding: 6px 25px;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-device-width :0px) and (max-device-width: 667px) {
    #msform .ot img {
        border-radius: 40px;
        padding-top: 15px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media(max-width:1070px) {

    div#desktopsection {
        display: none;
    }
    div#mobilesection {
        display: block;
    }
    div#mobilesection .col-lg-4 {
        width: 33%;
        padding: 0;
    }
    /*div#mobilefloat a.noUnderLine.float-start {
    float: none !important;
}

div#mobilefloat div#ticket1 {
    width: 100%;
    height: unset;
    padding: 15px;
}*/
    div#mobilefloat div#ticket1 {
        width: 100%;
    }
    section#expanded {
        background: #f5f5f5 !important;
        padding-top: 100px;
    }
    .e-itlte h1 {
        font-size: 25px;
    }
    div#mobilefloat div#ticket1 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #masthead .site-branding {
        padding: 0 5px !important;
    }
    #masthead .site-branding .headerTicketBuy {
        font-size: 7px;
    }
    #masthead .site-branding .TicketBuy {
        padding: 0 5px !important;
    }
    div#ticket1 {
        margin-left: 11px;
    }
}


/* new css for membercoupon */

.plus-field-btn {
    color: #676767;
	display: flex;
    align-items: center;
}

.plus-field-btn .btn {
    border-radius: 50%;
    border: 1px solid #008e97;
    height: 19px;
    width: 19px;
    line-height: 7px;
    padding: 0;
    margin-left: 10px;
    color: #0093a5;
    font-weight: bold;
    font-size: 19px;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-field-btn .btn:hover {
    background-color: #008e97;
    color: #fff;
}

.addons-lists {
    list-style: none;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 13px 16px;
    text-align: right;
    row-gap: 7px;
    color: #676767;
    margin-bottom: 23px;
}
#msform .stepform-width input.form-btn {
    font-family: Open Sans Hebrew;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding: 12px;
    background-color: #008E97;
    border-color: #008E97;
    height: 51px;
    width: 145px;
}
.addons-field {
    background-color: #f9f9f9;
    padding: 27px 0 7px;
    max-width: 1200px;
    margin: 69px auto 0;
}

.addons-field h5 {
    font-size: 16px;
    color: #676767;
    margin-bottom: 14px;
    text-align: right;
}

.addons-lists+.btn {
    margin-left: -10px;
}

#msform .addons-field>.stepform-width {
    text-align: unset;
}

.addons-lists li:nth-child(2n) {
    text-align: end;
}

.membercoupon-form .third-fields .fs-title {
    margin-bottom: 32px;
}

.membercoupon-form .third-fields input#cheese {
    margin-bottom: 32px;
}

#msform.membercoupon-form .stepform-width.email-step {
    max-width: 661px;
}

#msform input#cheese::placeholder {
    font-weight: lighter;
    font-size: 16px;
    color: #676767;
}

.membercoupon-form .third-fields input.cheese_email {
    margin-bottom: 25px !important;
}

.btn:focus,
.btn:active {
    background-color: #0B6F75 !important;
    box-shadow: unset !important;
    border: none !important;
}

#msform.membercoupon-form {
    /* min-height: 758px; */
}

#msform fieldset.mx-auto {
    padding-bottom: 231px;
}

#datepicker1 .ui-datepicker-prev span {
    background-image: url(/wp-content/uploads/2021/03/calenderRight.png);
    width: 13px;
    height: 24px;
    display: block;
    background-size: cover;
    font-size: 0;
}

#datepicker1 .ui-datepicker-next span {
    background-image: url(/wp-content/uploads/2021/03/calenderLeft.png);
    width: 13px;
    height: 24px;
    display: block;
    background-size: cover;
    font-size: 0;
}

#datepicker1 .ui-datepicker-prev:hover span {
    background-image: url(/wp-content/uploads/2021/04/dataRightOrange.png);
}

#datepicker1 .ui-datepicker-next:hover span {
    background-image: url(/wp-content/uploads/2021/04/dateLeftOrange.png);
}

@media(max-width:767px) {
    body .uwy.userway_p5 .userway_buttons_wrapper
    {
        bottom:250px!important;
    }
    .cookie-consent-popup
    {
        margin: 0 auto;
        max-width: 100%;
        right: 0;
        left:0;
        padding:20px 15px 20px 25px;
        bottom: 75px;
    }
    .close-cookie-consent
    {
        top:15px;
    }
    #msform {
        margin-top: 20px;
    }
    .ZonesBanner img {
        height: 130px;
        object-fit: cover;
    }
    #msform input.form-btn {
        margin: 0 auto 50px;
        display: block;
    }
    #progressbar li::before {
        width: 29px;
        height: 29px;
        line-height: 29px;
        display: block;
        font-size: 13px;
        /* color     : #ffffff; */
        background: #F2F2F2;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 0px;
    }
    #progressbar li::after {
        top: 14.5px;
    }
    #progressbar li.active::before,
    #progressbar li.active::after {
        font-size: 14px;
    }
    #msform fieldset.stepform-width {
        margin-top: 24px;
    }
    body .breadCrumbsText a,
    body .breadCrumbsText {
        font-size: 12px;
    }
    #msform .calenderBox .selectedInfo {
        padding: 6px 29px 6px 5px;
    }
    body .calenderInfo {
        border-top: unset;
        position: relative;
    }
    .calenderInfo:before {
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        top: 0;
        border-top: 4px solid #DFE5EB;
    }
    #msform .calenderBox {
        padding: 5px 0 0;
    }
    .last-step .fs-title {
        font-size: 22px;
        padding-top: 30px;
    }
    .last-detail {
        padding-bottom: 0px;
    }
    .last-step-detail h3 {
        margin-bottom: 18px;
    }
}
@media (min-width: 401px) and (max-width: 575px) {
	span.verified_coupon_name {
		padding-right: 0 !important;
	}
}
@media (min-width: 320px) and (max-width: 400px) { 
    span.verified_coupon_name {padding-right: 0 !important;}
    .addons-lists{padding: 13px 5px;}
    .verified_coupon_name, .verified_coupon_name2{font-size: 13px !important;}
}
