#banner-expired {
    background-color: #f44336;
    color: white;
    padding: 10px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.form-img.mobile{
    display: none;
}
@media screen and (max-width:991px) {
    .form-img.desktop{
        display: none;
    }
    .form-img.mobile{
        display: block;
        max-width: 300px;
        left: 0;
    }
    .form-img {
        position: relative!important;
        margin-right: auto;
        margin-left:auto;
    }
}
@media screen and (max-width:767px) {
    #banner-expired {
        font-size: 16px;
        padding: 10px 20px;
    }
}

body {
    background-color: #F3F4F6 !important;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Inter", sans-serif;
    color: #111827;
}

.gradient-bg {
    background-color: #D0FBE4;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 100px;
    color: #03513C;
    font-weight: 700;
}

.box-form-container {
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0px #d6d6d6;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    margin-top: 2em;
}

.box-form-container.form-container {
    background-color: #fff;
    margin-top: 8em !important;
    padding: 25px 15px;  
}

.popup-container {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
}

#countdown {
    margin-bottom: 25px !important;
    margin-top: 0 !important;
}

#countdown strong {
    color: #515A68;
}

#countdown .cd-text {
    background-color: #000;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 15px;
    color: #fff;
    margin-right: 10px;
}

#countdown.no-date {
  width: fit-content;
  background-color: #000;
  border-radius: 30px;
  font-size: 12px;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

#countdown span {
    font-weight: 700;
    font-size: 18px;
}

.form-error-select {
    margin-top:20px;
}
.dot {
    color: #16B8A6;
}
.no-overflow {
    overflow-y: hidden !important;
}
.subtext {
    color:#5A6370;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-top: 0;
}

.fw-800 {
    font-weight: 800;
}

.text-left {
    text-align: left;
}

.book-badge {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 15px;
    max-width: 250px;
    box-shadow: 7px 7px 10px 0px #dfdfdf;
    position: absolute;
    bottom: -17px;
    right: -10px;
    z-index: 9;
    transform: rotate(5deg);
}

.book-badge p {
    margin-bottom: 0;
    color: #B3ABA3;
    font-size: 13px;
}

.custom-check {
    list-style: none; 
    padding-left: 0em;
    margin-top: 20px;
}

.custom-check li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12.5px;
}

.custom-check li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0em;
    width: 1.4em;
    height: 1.4em;
    background: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23111827" d="M 12 2 C 6.489 2 2 6.489 2 12 C 2 17.511 6.489 22 12 22 C 17.511 22 22 17.511 22 12 C 22 6.489 17.511 2 12 2 z M 12 4 C 16.43 4 20 7.57 20 12 C 20 16.43 16.43 20 12 20 C 7.57 20 4 16.43 4 12 C 4 7.57 7.57 4 12 4 z M 16.293 8.293 L 10 14.586 L 7.707 12.293 L 6.293 13.707 L 10 17.414 L 17.707 9.707 L 16.293 8.293 z"/></svg>');
}

.popup_list {
    font-size: 22px;
    line-height: 31px;
    font-family: Inter;
    color: #fff;
}

.lightbox {
    display: none;
    position: fixed;
    overflow-y: scroll !important;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 30px;
}

.box .popup-number.not-first {
    padding: 12px 18px;
}

.box .popup-number {
    padding: 10px 18px;
    background: #43495c;
    border: 1px solid #353948;
    border-bottom: 2px solid #313442;
    border-radius: 224px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    line-height: 1;
    margin-left: 0 !important;
    display: inline-block;
    color: #fff;
}

.popup-list-head {
    margin-bottom: 0;
    font-weight: 600;
}

.box {
    position: absolute;
    top: 55px;
    margin-bottom: 30px;
    left: 50%;
    padding: 20px 15px;
    transform: translate(-50%, 0);
    background-color: #3A3F52;
    border-radius: 10px;
    color: #fff;
    width: 95%;
    max-width: 720px;
    border: solid 3px #fff;
}

.box h2 {
    text-align: center;
    font-family: Inter;
    font-weight: 700;
    margin-top: 12px;
    padding-bottom: 20px;
    font-size: 38px;
    color: #fff;
    line-height: 1.5;
    z-index: 9;
    position: relative;
}

.close_popup {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -15px 0 0px -20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width: 38px;
}

.close_popup_button {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(255, 140, 0);
    font-size: 25px;
    padding: 25px 40px;
    font-family: 'Inter';
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none !important;
    outline: none !important;
}

@media screen and (max-width:769px){
    .box{
        width: 95%;
    }
    .box h2{
        font-size: 23px;
    }
    .popup_list{
        font-size: 16px;
        line-height: 1.3;
    }
    .close_popup_button {
        font-size: 20px;
        line-height: 1.3;
        padding: 15px 20px;
        width: 100%;
    }
}

#hero-section {
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    z-index: 9;
    position: relative;
}

#hero-section h1 {
    font-size: 43px;
    color: #111827;
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-weight: 800;
    font-family: Inter;
}

#hero-section h3 {
    font-size: 18px;
    line-height: 1.4em;
    color: #5A6370;
    font-family: Inter;
    font-weight: 500;
}

.mobile {
    display: none;
}

#hero-section .subheader {
    margin-top: 10px;
}

#webinar_submit {
    text-decoration: none;
}

.form-container {
    padding: 25px 0px 20px;
    margin: 20px 0px 0px;
    outline: none;
    max-width: 950px;
    margin: 20px auto 0 !important;
}

.form-img {
    left: 50px;
    margin-top: 50px;
    position: absolute;
    max-width: 700px;
}

#hero-section h3.form-title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-top: 0em;
}

#hero-section h3.form-title u {
    text-decoration-color: #fc9800;
}

.form-title b {
    padding: 0 0px;
}

.arrow-container {
    position: absolute;
    right: -30px;
    top: 25px;
    margin-top: 30px;
}

.arrow-container img {
    transform: rotate(-20deg);
}

.col-inner {
    padding: 0 10px;
}
.col-md-5, .col-md-7 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-5 .col-inner {
    padding: 0 5px;
}

.col-md-7 .col-inner {
    /* padding: 0 15px; */
    padding: 0 0;
}

img {
    max-width: 100%;
}

.alert-danger {
    display: none;
    font-family: Inter !important;
}

.form-error {
    border-color: #ebccd1 !important;
    background-color: #f2dede !important;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5 s;
    -webkit-animation-name: fadeInUp;
}

.form-step .field-container{
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
div#step-3 {
    margin-bottom: 20px;
}

#step-2,
#step-3 {
    display: none;
}

/* #step-3 {
    padding-left: 15px;
    padding-right: 15px;
} */
#step-3 .ew-input-cont-submit, #step-3 .button{
    width: 100%!important;
}

.elInputIEmail.elInputIBlack {
    background-image: url(/front/images/email-envelope.png);
    background-repeat: no-repeat;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button:hover {
    opacity: 0.9;
    text-decoration: none;
}

.button {
    background-color: #FD9900;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 14px 15px;
    width: 130px !important;
    line-height: 1.3;
    font-size: 13px;
    font-family: Inter;
    border: 1px solid #FF8C00;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    color: #000 !important;
}

.button.black {
    background: #000;
    color: #fff !important;
    text-decoration: none;
    border: none;
    font-size: 15px;
    margin: 20px 0px 10px 0px !important;
    display: block;
    width: fit-content !important;
}

.button:focus {
    outline: none;
}

.elInputIRight {
    background-position: 97% !important;
}

.small, small {
    font-size: 85%;
}
input[type="email"],
input[type="text"],
input[type="name"],
.elSelect {
    background: #fff;
    border: 1px solid #D6D6D6;
    font-size: 16px;
    padding: 14px 30px 14px 15px;
    line-height: 1.1;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    margin-bottom: 19px;
    border-radius: 10px;
    font-family: Inter;
    width: 100%;
    color: #777;
    outline: none;
}

#tmp_button-22233 .elButtonBorder {
    border: 3px solid rgb(71, 71, 71) !important;
    color: rgb(71, 71, 71) !important;
}

#tmp_button-22233 .elButtonBorder:hover {
    background-color: rgb(71, 71, 71) !important;
    color: #FFF !important;
}

.ew-schedule-loading {
    margin-top: 25px;
    display: none;
}

.ew-input-cont-first-name {
    margin-top: 0px;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.ew-input-cont-email-address {
    margin-top: 0px;
    outline: none;
    cursor: pointer;
    width: 100%;
}

.elSelect select {
    font-size: 2.22rem !important;
    color: #777;
    border: 0;
    width: 100%;
}

.elSelect select:focus {
    outline: none;
}

.ew-input-cont-submit {
    margin-top: 0px;
    outline: none;
    max-width: none;
    cursor: pointer;
    width: 140px;
}

.bottom-text h2 {
    font-size: 1.5rem;
}

.ew-input-submit {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(1, 116, 199);
    font-size: 20px;
}

#footer {
    color: #111827;
    font-size: 14px;
    font-family: Inter;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer .row {
    padding: 20px 0px;
}

#footer a {
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

@media only screen and (max-width:1199px) {
    .arrow-container {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .form-container {
        margin: 0;
    }
    
    .box-form-container.form-container {
        margin-top: 7em !important;
    }

    .book-badge {
        bottom: -60px;
        right: 170px;
    }

    .col-md-5, .col-md-7 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .button {
        line-height: 1.5 !important;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .book-badge {
        right: 70px;
        bottom: -50px;
        font-size: 14px;
        padding: 10px 15px;
        max-width: 230px;
    }
    .book-badge p {
        font-size: 12px;
    }
    #hero-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hero-section h3.form-title {
        margin-top: 1em;
    }

    /*input[type="email"],*/
    /*input[type="text"],*/
    /*input[type="name"],*/
    /*.elSelect select {*/
    /*	font-size: 18px !important;*/
    /*}*/

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .col-inner {
        padding: 0 !important;
    }
}

@media only screen and (min-width:769px) {
    .elSelect {
        max-height: 50px;
        overflow: visible;
        padding: 9px 10px 10px;
    }
    .elSelect select {
        background: #f1f1f1;
        overflow: hidden !important;
        padding: 0 8px;
    }
}
@media only screen and (min-width:992px) {
    #hero-section span.break{
        display:block;
    }
}
@media only screen and (max-width:600px) {
    .ew-input-cont-email-address {
        margin-top: 0px
    }
    .book-badge {
        right: 95px;
    }
    .button.black{
        width: 100%!important;
    }
    .button, .ew-input-cont-submit {
        width: 100%!important;
    }
    .ew-input-cont-submit {
        margin-bottom: 10px;
    }
    .form-step .field-container {
        flex-direction: column;
        gap: 0;
    }
    .form-img.mobile{
        max-width: 250px;
    }
    #hero-section h1 {
        font-size: 20px;
    }
    .gradient-bg {
        font-size: 12px;
    }
    .bottom-text h2{
        font-size: 18px;
    }
    .custom-check li{
        font-size: 13px;
    }
    #countdown{
        font-size: 12px;
    }
    #countdown span.ew-timer{
        display: block;
        font-size: 15px;
    }
    #hero-section h3 {
        font-size: 15px;
    }
    #hero-section .subheader {
        margin-top: 10px;
        margin-bottom: 0
    }
    #hero-section h3.form-title {
        font-size: 16px;
        margin-top: 10px;
    }
    #hero-section h3.form-title {
        margin-top: 10px;
    }
}
@media only screen and (max-width:500px) {
    .book-badge {
        right: 60px;
    }
}
@media only screen and (max-width:375px) {
    #hero-section h1 {
        margin-top: 10px;
    }
    .book-badge {
        right: 0px;
    }
}

.available-dates-dropdown-title {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.available-dates-dropdown-title span {
    position: absolute;
    right: 10px;
}

#dates-list-container {
    position: relative;
}

#dates-list {
    background: #f1f1f1;
    border: 1px solid #c1c1c1;
    font-size: 15px;
    padding: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
    margin-bottom: 19px;
    border-radius: 5px;
    font-family: Inter;
    width: 100%;
    color: #777;
    outline: none;
    list-style-type: none;
    display: none;
    z-index: 99;
    position: absolute;
    left: 0;
    margin-top: 20px;
}

#dates-list li {
    line-height: 1.1;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

#dates-list li:hover {
    color: #fff;
    background: #1e90ff;
}

#dates-list li span {
    font-size: 12px;
    opacity: 0.7;
    padding-left: 25px;
}