
/*reset styles*/

* {
    font-family:  'noto_sans', SimHei, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    color: black;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
select,
img {
    border: none;
}

input,
textarea {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: #000000;
}

input:-moz-placeholder {
    color: #000000;
}

input::-moz-placeholder {
    color: #000000;
}

input:-ms-input-placeholder {
    color: #000000;
}

input:focus {
    border: none;
    outline: none;
}

.head {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;

    background-image: url('P2F18_Register_Interest_hero.jpg');
}

/*@media screen and (max-width: 767px) {
    .head {
        background-image: url('image1-head2-mobile.jpg');
    }
}*/

.head:before {
    content: "";
    background: rgba(0,0,0, .1);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}


.head .head_content {
    width: 80%;
    height: auto;
    max-width: 550px;
    text-align: center;

    margin: 0 auto;

    padding-top: 40px;
    padding-bottom: 100px;

    position: relative;
    z-index: 3;
}

.head .head_content .logo img {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 400px;
}

.head .head_content h1.title {
    font-size: 40px;
    color: white;
    line-height: 1.0em;
    padding: 0.2em 0 0.2em 0
}

.head .head_content p.content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: white;
    line-height: 1.5em;
    text-shadow: 0 1px 2px #000;
}

.head .head_scollBtn {
    content: '';
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 10px);
    border-bottom: 3px solid #fcfcfc;
    border-right: 3px solid #fcfcfc;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    cursor: pointer;

    z-index: 3;
}

.radio-group {
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-group.error {
    background: #F2DEDE;
}

label[for="field5"] {
    margin-top: 20px;
}

label.radio-each {
    display: inline-block;
    position: relative;
}

.radio-each .inner {
    font-size: 18px;
    padding-left: 30px;
    position: relative;

    display: inline-block;
    line-height: 30px;
}

.radio-each input[type=radio] {
    display: none;
}

.radio-each input[type=radio] + .inner:before,
.radio-each input[type=radio] + .inner:after {
    content: "";
    display: inline-block;
    position: absolute;

    border-radius: 50%;
}

.radio-each input[type=radio] + .inner:before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    border: 2px solid black;
}

.radio-each input[type=radio]:checked + .inner:after {
    width: 14px;
    height: 14px;

    background: black;

    top: 8px;
    left: 5px;

}

.radio-each:first-child {
    margin-right: 20px;
}

.touch_block {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.touch_block .touch_group {
    float: left;
    width: 50%;
    padding: 0 30px;
}

.touch_block .left_group .from_group {
    padding: 5px 0;
}

.touch_block .left_group .from_group label {
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}

.touch_block .left_group .from_group input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    padding: 0 1em;
    background-color: white;
    border: 2px solid black;
    margin: 10px 0 6px 0;
}

.touch_block .left_group .from_group .mobile_input {
    font-size: 0;
    position: relative;
}

.touch_block .left_group .from_group .mobile_input:before {
    content: "+";
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 26px;
    font-style: initial;
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input::-webkit-input-placeholder {
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input:-moz-placeholder {
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input::-moz-placeholder {
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input:-ms-input-placeholder {
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input:nth-of-type(1) {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.5em;
    width: 100px;
    margin-right: 10px;
    font-style: italic;
    color: #666666;
}

.touch_block .left_group .from_group .mobile_input input:nth-of-type(2) {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
}

.touch_block .right_group .mobile_group {
    display: none;
}

.touch_block .right_group .desktop_group .from_group {
    margin: 20px 0 25px 0;
}

.touch_block .right_group .desktop_group .from_group .check_content {
    width: 100%;
    height: auto;
    background-color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin: 0 0 6px 0;
    position: relative;
}

.touch_block .right_group .desktop_group .from_group .check_content:before {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 20px;
    right: 10px;
}

.touch_block .right_group .desktop_group .from_group .check_content.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.touch_block .right_group .desktop_group .from_group .check_text {
    width: 100%;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    text-transform: uppercase;
    cursor: pointer;
}

.touch_block .right_group .desktop_group .from_group .check_list {
    display: none;
    padding-bottom: 25px;
}

.touch_block .right_group .desktop_group .from_group .check_list ul li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
}

.touch_block .right_group .desktop_group .from_group .check_list ul li:hover {
    background-color: #dfdfdf;
}

.error_Prompt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #ff2a00;
    display: none;
}

.check_block {
    width: 100%;
    height: auto;
    clear: both;
    padding: 30px;
}

.checkbox_item {
    padding-bottom: 30px;
    font-size: 0;
}

.checkbox_item span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 28px);
    line-height: 1.2em;
}

.checkbox_item span.checkbox {
    width: 28px;
    height: 28px;
    border: 2px solid #000000;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}

.checkbox_item span.checkbox.active:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.checkbox_item span.text {
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-left: 15px;
}

.checkbox_item span.text b {
    font-size: 24px;
    line-height: 1.2em;
}

.checkbox_item span.text a.link {
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    line-height: 1em;
    display: inline-block;
    border-bottom: 2px solid #000000;
    cursor: pointer;
}

.checkbox_item span.error_Prompt {
    padding-left: 45px;
    margin-top: 5px;
    display: none;
}

.touch_block .touch_button {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.touch_block .touch_button a.btn {
    display: inline-block;
    background-color: #ff6600;
    cursor: pointer;
    padding: 12px 25px 8px 25px;
}

.touch_block .touch_button a.btn span {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.touch_block .touch_button i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 2px;
    margin-left: 20px;
    background-color: #000000;
    position: relative;
}

.touch_block .touch_button i:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: transparent;
    position: absolute;
    top: -7px;
    right: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

footer {
    width: 100%;
    height: auto;
}

footer .follow_ways {
    width: 100%;
    height: auto;
    text-align: center;
}

footer .follow_ways .icon {
    font-size: 0;
    margin: 50px 0 20px 0;
}

footer .follow_ways .icon img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 150px;
}

footer .follow_ways .text,
footer .follow_ways .text a {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    width: 220px;
    margin: 0 auto;
    text-align: left;
}

footer .follow_ways .text a {
    color: #ff6600;
}

footer .follow_ways .text span {
    font-size: 15px;
    color: #ff6600;
}

footer .foot {
    width: 100%;
    height: auto;
    background-color: #202020;
    margin-top: 65px;
    text-align: center;
    padding: 80px 0 50px 0;
}

footer .foot h5.title span {
    font-size: 40px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .foot h5.title span:nth-of-type(2) {
    font-size: 40px;
    color: #ff6600;
    padding-left: 5px;
}

footer .foot .copy {
    width: 100%;
    height: auto;
}

footer .foot .copy img {
    width: auto;
    max-width: 70px;
    height: auto;
    max-height: 200px;
    margin-bottom: 30px;
}

footer .foot .copy .text span {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    color: #636363;
    max-width: 390px;
    margin: 0 auto;
}

.ill_head .head_content p.content {
    margin: 40px 0;
}

.ill_head .button {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
}

.ill_head .button a.btn {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    padding: 12px 25px 8px 25px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.ill_head .button a.btn span {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

.ill_head .button a.btn i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 2px;
    margin-left: 20px;
    background-color: #ffffff;
    position: relative;
}

.ill_head .button a.btn i:before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: transparent;
    position: absolute;
    top: -7px;
    right: 0;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.ill_head .follow_ways {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.ill_head .follow_ways .icon {
    font-size: 0;
    margin: 0 0 20px 0;
}

.ill_head .follow_ways .icon img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 150px;
}

.ill_head .follow_ways .text {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    width: 220px;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
}

.ill_head .follow_ways .text span {
    font-size: 15px;
    color: #ff6600;
}

footer.ill_footer .foot {
    margin-top: 0;
}

.welcome_top {
    width: 100%;
    height: auto;
    padding: 30px 10%;
    background-color: black;
}

.welcome_top .logo {
    width: 100%;
    height: auto;
    text-align: center;
}

.welcome_top .logo img {
    max-width: 85px;
}

.welcome_top h1.title {
    font-size: 3.6rem;
    line-height: 1em;
    color: #ffffff;
    padding: 2rem 0 0 0;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.banner,
.banner img {
    width: 100%;
    height: auto;
}

.welcome_content {
    width: 100%;
    height: auto;
    background-color: #171717;
    padding: 40px 10%;
    text-align: center;
    margin-top: -10px;
}

.welcome_content p {
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome_content .button {
    width: 100%;
    height: auto;
    padding: 2em 0;
}

.welcome_content .button a.btn {
    display: block;
    width: 80%;
    margin: 20px auto;
    background-color: transparent;
    border: 1px solid #ff6600;
    font-size: 0;
    text-decoration: none;
}

.welcome_content .button a.btn span {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
    font-size: 1.8rem;
    color: #ffffff;
}

.welcome_content .button a.btn i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-color: #ff6600;
    position: relative;
}

.welcome_content .button a.btn i:before {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #000000;
    position: absolute;
    right: 15px;
    top: 15px;
}

.welcome_content h5 {
    font-size: 3rem;
    line-height: 1.2em;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 2em;
}

.welcome_content .follow_ways .icon {
    font-size: 0;
    margin: 0 0 20px 0;
}

.welcome_content .follow_ways .icon img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: auto;
    max-width: 90px;
    height: auto;
    max-height: 150px;
}

.welcome_content .follow_ways .text {
    font-size: 1.2rem;
    width: 14rem;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    color: #ffffff;
}

.welcome_content .follow_ways .text span {
    font-size: 1.2rem;
    color: #ff6600;
}

footer.welcome_foot {
    padding: 0;
    background-color: black;
}

footer.welcome_foot .foot {
    background-color: transparent;
    margin-top: 0;
}

footer.welcome_foot .foot .copy .text span {
    color: #ffffff;
}
/*Mobile style*/

@media screen and (max-width: 767px) {

    /*
    .head .head_content .logo img {
        width: 25em;
    }
    */
    .head .head_content {

        /*top: 25%;*/
        max-width: 500px;

        padding-top: 10px;
        padding-bottom: 100px;
    }
    .head .head_content h1.title {
        font-size: 3.4rem;
        line-height: 1.2em;
        padding: 3rem 0 1rem 0;
        letter-spacing: 0;
    }
    .head .head_content p.content {
        font-size: 1.4rem;
        line-height: 1.4em;
        letter-spacing: 0;
    }
    .touch_block .touch_group {
        width: 100%;
        padding: 0 6%;
    }
    .touch_block {
        padding-top: 35px;
    }
    .touch_block .left_group .from_group label {
        font-size: 2rem;
    }
    .touch_block .left_group .from_group {
        margin-bottom: 10px;
    }
    .touch_block .left_group .from_group input {
        padding: 0 10px !important;
        font-size: 1.8rem;
    }
    .touch_block .left_group .from_group .mobile_input input:nth-of-type(1) {
        width: 70px;
    }
    .touch_block .left_group .from_group .mobile_input input:nth-of-type(2) {
        width: calc(100% - 80px);
    }
    .touch_block .right_group .desktop_group {
        display: block;
    }
    .touch_block .right_group .mobile_group {
        display: none;
    }
    .touch_block .left_group .from_group .mobile_input:before {
        content: "+";
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 20px;
    }
    .touch_block .right_group .desktop_group .from_group .check_content:before {
        border: 6px solid transparent;
        border-top-color: #000;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .touch_block .right_group .desktop_group .from_group .check_text {
        height: 50px;
        font-size: 2rem;
    }
    .touch_block .right_group .desktop_group .from_group .check_list ul li {
        font-size: 1.8rem;
    }
    .touch_block .right_group .mobile_group .from_group {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
    .touch_block .right_group .mobile_group .from_group:before {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top-color: #000;
        position: absolute;
        top: 16px;
        right: 5px;
    }
    .touch_block .right_group .mobile_group .from_group select {
        width: calc(100% + 30px);
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        margin: 0 0 6px 0;
        position: relative;
        font-size: 2rem;
        text-transform: uppercase;
    }
    .touch_block .right_group .mobile_group .from_group select option {
        font-size: 1.8rem;
    }
    .check_block {
        padding: 20px 6%;
    }
    .checkbox_item span.text,
    .checkbox_item span.text b,
    .checkbox_item span.text a.link {
        font-size: 1.4rem;
    }
    .touch_block .touch_button a.btn {
        width: 80%;
    }
    .touch_block .touch_button a.btn span {
        font-size: 2rem;
    }
    footer .follow_ways .icon {
        margin: 40px 0 20px 0;
    }
    footer .follow_ways .text {
        font-size: 1.4rem;
        width: 18rem;
    }
    footer .follow_ways .text span {
        font-size: 1.4rem;
    }
    footer .foot {
        margin-top: 30px;
        padding: 40px 0 30px 0;
    }
    footer .foot h5.title,
    footer .foot h5.title span {
        font-size: 2.6rem !important;
        letter-spacing: 0;
    }
    footer .foot .copy img {
        max-width: 70px;
        margin-bottom: 15px;
    }
    footer .foot .copy .text span {
        font-size: 1.2rem;
        max-width: 85%;
    }
    .ill_head .button a.btn {
        border: 1px solid #ffffff;
        padding: 10px;
    }
    .ill_head .button a.btn span {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
    .ill_head .button a.btn i {
        width: 18px;
        height: 1px;
    }
    .ill_head .button a.btn i:before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: transparent;
        position: absolute;
        top: -5px;
        right: 0;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .ill_head .follow_ways .text {
        font-size: 1.2rem;
        width: 14rem;
    }
    .ill_head .follow_ways .text span {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .head .head_content h1.title {
        font-size: 2.4rem;
        padding: 1rem 0 1rem 0;
    }

    .head .head_content .logo img {
        max-width: 200px;
    }
}

@media screen and (max-width: 374px) {
    .ill_head .button a.btn i {
        display: none;
    }
}

/* custom MLP form*/


.form-design-field label:not(.radio-each),
.form-design-field label:not(.radio-each) span.inner,
h3.heading {
    font-size: 18px;
    line-height: 1.4 ;
    text-transform: uppercase;
    display: block;
    padding-top: 20px;
    font-weight: bold;
}
.form-design-field label span.inner {
    margin-left: 0px !important;
    padding-top: 0px !important;
}
.form-design-field label a  {
    font-size: 18px;
    line-height: 1.4 ;
    text-transform: uppercase;
    padding-top: 20px !important;
    text-decoration: underline;
}
.form-design-field input[type="text"],
.form-design-field input[type="email"],
.form-design-field select {
    font-family: "noto_sans", sans-serif;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px 0 10px;

    border: 2px solid black;
    margin: 10px 0 6px 0;
    display: block;

    box-sizing: border-box;
    width: 100%;
}

.form-design-field input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    width: 14px !important;
    margin-right: 0px !important;
    position: relative;
    cursor: pointer;
    left: 2px;
    opacity: 0;
    display: none;
}

.form-design-field input[type="checkbox"] + label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0px;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: white;
}
.parsley-error input[type="checkbox"] + label:before {
    border-color: red;
}
.form-design-field input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    width: 5px;
    height: 12px;
    border: solid black;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    top: -1px;
    left: 8px;
}
.form-design-field .checkbox-label {
    display: block !important;
    margin-left: 0 !important;
    padding-left: 35px;
    padding-top: 0px !important;
    cursor: pointer !important;
    position: static !important;
}
#formElement8 {
    margin-top: 40px;
}
#formElement11 {
    margin-top: 30px;
}
#formElement11 .parsley-required {
    margin-left: 40px;
}
.form-design-field .checkbox-span {
    width: 90% !important;
}
.form-design-field input[type=submit] {
    font-size: 16px !important;
    background-color: #ff6600 !important;
    line-height: 45px;
    color: white;
    padding: 0 60px;
    padding-top: 4px;
    margin-top: 40px !important;
    cursor: pointer !important;
    font-family: 'noto_sans', sans-serif !important;
    text-transform: uppercase;
}
.form-design-field .radio-option .label {
    text-indent: inherit;
    line-height: 0em !important;
    padding-left: 0 !important;
}
.form-design-field .LV_invalid,
div.reqFieldMsg
{
    font-size: 14px !important;
    color: #ff2a00 !important;
    margin-left: 0 !important;
}

/*Field Customizations*/
label {
    white-space: normal !important;
}

div#formElement2 .label {
    display: none !important;
}
div#formElement2 input[name='fieldMobileCountryCode'] {
    background: white url('assets/plus_icon.png') left no-repeat !important;
    width: 134px !important;
    padding: 0 6px 0 22px !important;
}
div#formElement2 input[name='fieldMobile'] {
    width: 100% !important;
}
label[for='field2_0'] {
    width: 100% !important;
}
label[for='field2_1'] {
    /*visibility: hidden !important;*/
}

div#formElement6 span.LV_validation_message.LV_invalid {
    display: block !important;
}
div#formElement7 {
    display: none;
}
div#formElement7 div.section-break {
    margin-left: 20px !important;
}

div#formElement8 .list-order.oneColumn,
div#formElement11 .list-order.oneColumn {
    margin-top: 20px !important;
    position: relative;
}
div#formElement1,
div#formElement9,
div#formElement10 {
    display: none;
}

h3.heading div.dealer-details-label {
    all: inherit;
    padding-top: 0 !important;
}
h3.heading div.dealer-details {
    all: inherit;
    padding-left: 38px !important;
}

.verification {
    font-size: 12px;

    display: inline-block;

    position: absolute;
    right: 15px;
    top: 15px;

    color: #ff6600;

    cursor: pointer;
}

.required-msg {
    color: red !important;
    font-weight: bold !important;
    font-size: 14px;
    padding: 20px 0;
}

.parsley-required,
.parsley-pattern,
.parsley-type,
.parsley-mobile {
    color: red;
    font-size: 14px;
}

.parsley-error {
    border-color: red;
    background-color: #F2DEDE;
}


#formElement8 .checkbox-label {
    padding-top: 0;
}

#formElement5 .parsley-errors-list {
    display: none;
}