#block-views-block-webform-blocks-block-33{
	display: none;
}
.text-count-message {
    display: none !important;
}
.eso-webform-submission-started #block-views-block-webform-blocks-block-3{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 40;
    overflow-x: hidden;
    overflow-y: overlay;
}

.webform-submission-relocation-enquiry-form-2023-form{
    max-width: 480px;
    padding: 40px;
    margin: 0px auto;
    position: relative;
}
.webform-submission-relocation-enquiry-form-2023-form .webform-button--submit{
	display: none;
}
.ef23-webform-submission-started .form-actions{
	position: absolute;
    bottom: -60px;
    margin: 0px !important;
    left: 0;
    right: 0;
    text-align: right;
}
.ef23-webform-submission-started .form-actions .webform-button--previous {
float: left;
    padding: 20px 10%;
    background-color: #e7e7e7;
    background: linear-gradient(0deg,rgb(230 230 230) 0%,rgb(230 230 230) 49%,rgb(247 247 247) 100%);
    border-color: #ccc;
    color: #333;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
}
.ef23-webform-submission-started .form-actions .webform-button--next {
    padding: 20px 10%;
    font-weight: bold;
    width: 50%;
    text-transform: uppercase;
}
.ef23-verify-otp{
	display: block;
}
.ef23-webform-submission-started .ef23-verify-otp{
        position: fixed;
    bottom: 0;
    right: 0;
    left: 50%;
    padding: 20px 10%;
    border-color: #ccc;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 9999;
}
.ef23-resend-otp-change-wrapper, .ef23-verify-mobile-number, .ef23-resend-otp{
	display: none;
}

.form-item-ef23-credit-cost, .form-item-ef23-moving-items-description, .ef23-total-cost-calc{
	display: none;
}


.ef23-change-mobile-number {
    text-align: center;
}
.ef23-otp-sent-mobile-number{
	font-weight: bold;
}

#ef23-resend-otp-wrapper{
    margin-top: 20px;
    text-align: center;
}

.ef23-resend-otp.ef23-resend-otp-active{
		display: inline-block;
		padding: 8px 10%;
    background-color: #fff8ae;
    border: 1px solid #ffdc53;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
}

#ef23-oneTimePassword{
    margin: 20px auto 50px;
    font-size: 44px;
    border: 2px solid #949494;
    border-bottom: 5px solid #55a7ff;
    width: 250px;
    font-weight: 500;
    text-align: center;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 10px;
}
.ef23-change-mobile-number .change-btn{
    display: inline-block;
    padding: 4px 15px 5px;
    border: 1px solid #86b0e7;
    background-color: #ecf4ff;
    color: #000;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
}
.ef23-if-facing-otp-issue{
	text-align: center;
}



.ef23-c-webform-wrapper legend{
font-size: 106%;
    font-weight: 500;
    color: #939393;
}
.ef23-c-webform-wrapper .form-wrapper>.js-form-item>label{
font-size: 106%;
    font-weight: 500;
    color: #939393;
}

.ef23-c-webform-wrapper .js-webform-radios .radio {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    margin-bottom: 10px !important;
}
.ef23-c-webform-wrapper .js-webform-checkboxes .checkbox {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.ef23-c-webform-wrapper{
	display: none;
}
.ef23-webform-submission-started .ef23-c-webform-wrapper{
    z-index: 9;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    overflow: auto;
    padding: 20px 0px 60px;
}
.ef23-c-webform-wrapper .webform-title{
	text-align: center;
}
.ef23-c-webform-wrapper .ef23-webform-close-primary{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #f94545;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}