.plain-ml-wrapper.firstMlistForm {
    display: block;
    width: 55%;
    margin: 0 auto;
    min-height: 60vh;
}
.mlistwrapper .mlform input:-webkit-autofill,
.mlistwrapper .mlform input:-webkit-autofill:hover,
.mlistwrapper .mlform input:-webkit-autofill:focus,
.mlistwrapper .mlform textarea:-webkit-autofill,
.mlistwrapper .mlform textarea:-webkit-autofill:hover,
.mlistwrapper .mlform textarea:-webkit-autofill:focus,
.mlistwrapper .mlform select:-webkit-autofill,
.mlistwrapper .mlform select:-webkit-autofill:hover,
.mlistwrapper .mlform select:-webkit-autofill:focus {
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
input,
select {
    height: 3.083vw;
    line-height: 2.95vw;
    background: transparent;
    border: 1px solid #000;
    width: 100%;
    margin-top: 1vw;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
    font-size: 1.3vw;
    padding-left: 1vw;
}

form.mlistFormOne.mlform.twostep>div {
    margin: 2vw auto;
}

select.country.form-control,
div.dobDay.fieldWrap select,
.dobMonth.fieldWrap select {
    background: url("../images/dropdown-down_new.svg") no-repeat transparent;
    width: 100%;
    color: #000;
    height: 2.9282vw;
    padding: 0 0.7vw;
    border: 1px solid #000;
    font-size: 1.3vw;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    background-size: 1.3vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    padding-right: 2vw;
    cursor: pointer;
   }

form.mlistFormOne.mlform.twostep label,
.birth-date-title {
    font-size: 1.1vw;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

p.message-description {
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    line-height: 1.541vw;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 3vw 0;
}

.dobDay.fieldWrap.select-drop-down-arrow {
    display: inline-block;
    width: 50%;
    margin-left: 1vw;
}

select option {
    color: #000;
}

.email.fieldWrap {
    position: relative;
}

input.email.errored {
    border-color: #ff0000;
}

span.input-error {
    position: absolute;
    top: 6vw;
    font-size: 1vw;
    text-transform: uppercase;
}

form.mlistFormOne.mlform.twostep .globaloptin [type="checkbox"]:not(:checked),
form.mlistFormOne.mlform.twostep .globaloptin [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    width: 2vw;
    height: 2vw;
    z-index: 10;
    top: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    padding: 0;
}

.globaloptin [type="checkbox"]:not(:checked)+label:before,
.globaloptin [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0vw;
    top: -0.5vw;
    width: 2vw;
    height: 2vw;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0px;
    box-sizing: border-box;
}

.globaloptin {
    position: relative;
}

.globaloptin [type="checkbox"]:not(:checked)+label:after,
.globaloptin [type="checkbox"]:checked+label:after {
    content: "\2713";
    position: absolute;
    top: -0.2vw;
    line-height: 1;
    left: 0.5vw;
    font-size: 1.6vw;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.globaloptin [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

label.goptin_checkbox {
    padding-left: 3vw;
    display: inline-block;
}

form.mlistFormOne div.submit {
    display: block;
    margin: 0 auto;
}

form.mlistFormOne>div.submit input {
    /* margin: 0; */
    margin-top: 0;
    color: #000000;
    -webkit-text-fill-color: #000;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
}

form.mlistFormOne>div.submit input.submit.mlistSubmit {
    height: 3vw;
    line-height: 3vw;
    border: 1px solid #000;
    cursor: pointer;
}

a.terms {
    font-size: 0.8vw;
    text-align: center;
    /* font-size: 1.3vw; */
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
}

div.terms {
    text-align: center;
    margin: 1vw auto;
}

.plain-ml-wrapper.firstMlistForm form.mlistFormOne>div.submit {
    margin: 2vw auto 0.4vw;
}

p.terms-message.fadeIn {
    font-size: 1vw;
    color: #000;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 1vw auto;
    text-transform: uppercase;
}

p.terms-message.fadeIn a {
    font-size: 1vw;
    color: #000;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

p.terms-message.fadeIn a:hover {
    text-decoration: none;
}

.thankyou.fadeOut.fadeIn {
    color: #000;
    display: block !important;
}
.thankyou.fadeIn {
    padding-top: 20vh;
}
@media only screen and (max-width:1024px) {
    p.message-description {
        font-size: 3vw;
        line-height: 4vw;
    }

    .plain-ml-wrapper.firstMlistForm {
        width: 80%;
        min-height: 70vh;
    }

    input,
    select {
        line-height: 10vw;
        height: 10vw;
        font-size: 5vw;
    }

    select.country.form-control,
    div.dobDay.fieldWrap select,
    .dobMonth.fieldWrap select {
        line-height: 10vw;
        font-size: 4.2vw;
        height: 10vw;
        background-size: 4vw;
    }

    form.mlistFormOne.mlform.twostep label,
    .birth-date-title {
        font-size: 3.2vw;
    }


    form.mlistFormOne.mlform.twostep {
        margin-top: 9vw;
    }

    body select.country.form-control {
        font-size: 4.2vw;
    }

    form.mlistFormOne.mlform.twostep>div {
        margin: 7vw auto;
    }

    span.input-error {
        font-size: 3vw;
        top: 15vw;
    }

    form.mlistFormOne.mlform.twostep label.goptin_checkbox {
        font-size: 3.9vw;
        padding-left: 8vw;
line-height: 1.1;
        /* text-align: center; */
        /* display: block; */
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:before,
    .globaloptin [type="checkbox"]:checked+label:before {
        width: 6vw;
        height: 6vw;
    }

    .globaloptin [type="checkbox"]:not(:checked)+label:after,
    .globaloptin [type="checkbox"]:checked+label:after {
        font-size: 5vw;
    }

    form.mlistFormOne>div.submit input.submit.mlistSubmit {
        height: 10vw;
        line-height: 10vw;
        font-size: 5vw;
    }

    form.mlistFormOne>div.submit {
        width: 40%;
    }

    a.terms {
        font-size: 3vw;
    }

    div.terms {
        margin: 3vw auto;
    }

    p.terms-message.fadeIn {
        font-size: 3vw;
    }

    p.terms-message.fadeIn a {
        font-size: 3vw;
    }

    .thankyou.fadeOut.fadeIn {
        font-size: 4.8vw;
        padding: 45vw 0;
    }
    .plain-ml-wrapper.firstMlistForm form.mlistFormOne>div.submit{
        margin: 4vw auto 6.4vw;
    }
}