.wrapperEmail h1 {
    font-weight: unset !important;
}
.fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: white;
    bottom: 40px;
    right: 60px;
    position: fixed;
    z-index: 999999;
    color: black;
    cursor: pointer;
    border-color: black !important;
}

@font-face {
    font-family: "Feijoa Display";
    src: url("/assets/fonts/FeijoaTest-Display.woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Mars Extended";
    src: url("/assets/fonts/marsextendedweb-regular.woff");
    font-weight: 400;
}
.wrapperEmail {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 100;
    width: 100%;
    height: 105vh;
    background: rgba(0, 0, 0, 0.8);
}

/* common */
.whiteBox {
    background: #fffbd2 !important;
    width: 510px;
    padding: 32px;
    position: relative;
}

.whiteBox1 {
    background: #fffbd2;
    width: 30%;
    padding: 32px;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.wrapperEmail p {
    margin: 0px;
}

/* first widget css */
.heading {
    font-family: "Feijoa Display";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */
    letter-spacing: 0.05em;
    color: #2c5234;
    text-align: center;
}

.crossbtn {
    position: absolute;
    top: 12px;
    right: 2px;
    color: #2c5234;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.crossbtn:focus {
    outline: none;
}

.inputBox {
    margin-top: 17px;
}

.emalText {
    font-family: "Mars Extended";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    margin-bottom: 16px;
    line-height: 22px;
    color: #2c5234;
}
.thankyouText{
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}

.mainbox {
    background: #fffbd2;
    border: 1px solid #2c5234;

    margin-top: 10px;
}

.justify-between {
    justify-content: space-between;
}

.email {
    width: 100%;
    padding: 16px;
    font-family: "Mars Extended";
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #2c5234;
    border: 0;
    background-color: transparent;
}

.send {
    flex-shrink: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding-right: 12px;
    color: #2c5234;
}

.send:focus {
    outline: none;
}

/* signup widget css */

.signup h1 {
    font-family: "Feijoa Display";
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2c5234;
}

/* .signup p {
font-family: "Mars Extended";
font-size: 16px;
font-weight: 300;
color: #2c5234;
} */
.signup_text {
    font-family: "Mars Extended";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px #2c5234;
    margin-top: 12px;
}
.signup input {
    width: 100%;
    padding: 16px;
    font-family: "Mars Extended";
    font-weight: 400 !important;
    font-size: 16px;
    color: #2c5234;
    border: 0;
    background: #fffbd2;
    border: 1px solid #2c5234;
}
.names {
    margin-top: 32px;
}

.country {
    padding-right: 16px;
    background: #fffbd2;
    border: 1px solid #2c5234;
    margin: 20px 0px;
}

.signup .wrapper1 {
    width: 100%;
    background: #fffbd2;
    padding-right: 16px;
    border: 1px solid #2c5234;
}

.signup .wrapper2 {
    margin-left: 12px;
    width: 100%;
    background: #fffbd2;
    padding-right: 16px;
    border: 1px solid #2c5234;
}

.signup .wrapper3 {
    margin-left: 12px;
    width: 100%;
    background: #fffbd2;
    padding-right: 16px;
    border: 1px solid #2c5234;
}

.wrapperEmail input:focus {
    outline: none;
}

.signup input:nth-child(2) {
    margin-left: 12px;
}

.wrapperEmail select {
    width: 100%;
    padding: 16px;
    font-family: "Mars Extended";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #2c5234;
    border: 0;
    background: url(/assets/images/arrow.png) no-repeat right transparent;
    -webkit-appearance: none;
}

.dob {
    margin-top: 32px;
}

.dob p {
    font-family: "Feijoa Display";
    font-size: 18px;
    text-transform: uppercase;
    color: #2c5234;
}

.mainwrap {
    margin-top: 10px;
}

.prefrences {
    margin-top: 32px;
}

.prefrences p {
    font-family: "Feijoa Display";
    font-size: 18px;
    text-transform: uppercase;
    color: #2c5234;
}

.terms {
    margin-top: 24px;
    width: 100%;
}

.term2 {
    margin-top: 20px;
}

.submit {
    margin-top: 32px;
}

.submit p {
    font-family: "Mars Extended";
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(44, 82, 52, 0.7);
}

.submit a {
    color: #2c5234;
    text-decoration: none;
}

.submitbtn {
    font-family: "Mars Extended";
    background: transparent;
    border-top: 1px solid #2c5234;
    border-bottom: 1px solid #2c5234;
    border-left: 0;
    border-right: 0;
    width: 100%;
    cursor: pointer;
    padding: 24px 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c5234;
}

.submitbtn:focus {
    outline: none;
}

/* select box custom styling */
.wrapperEmail select:focus {
    outline: none;
}

/* custom checkbox */

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 6px;
    font-family: "Mars Extended";
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c5234;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #2c5234;
    background-color: #fffbd2;
}

.container input:checked~.checkmark {
    background-color: #2c5234;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* placeholder css */
.signup input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2c5234;
    opacity: 1;
    /* Firefox */
}

.email::placeholder {
    color: #2c5234;
}

.email {
    border-color: #2c5234;
}

.signup input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2c5234;
}

.signup input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2c5234;
}

/* media queries */
@media (min-width: 360px) and (max-width: 666px) {
    .whiteBox {
        width: 90%;
        padding: 10px;
    }

    .whiteBox1 {
        width: 90%;
        padding: 16px;
    }

    .heading {
        font-size: 18px;
        line-height: 18px;
    }

    #email{
        padding: 10px;
    }

    #signup{
        padding: 10px;
    }
    #thankyou{
        padding: 10px;
    }
    /* signup widget css */

    .signup h1 {
        font-size: 16px;
        line-height: 16px;
    }

    /* .signup p {
    font-size: 12px;
} */

    .signup input {
        padding: 10px;
    }

    .names {
        margin-top: 14px;
    }

    .country {
        padding-right: 8px;
        margin: 10px 0px;
    }

    .signup .wrapper1 {
        padding-right: 8px;
    }

    .signup .wrapper2 {
        margin-left: 6px;
        padding-right: 8px;
    }

    .signup .wrapper3 {
        margin-left: 6px;
        padding-right: 8px;
    }

    .wrapperEmail select {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .dob {
        margin-top: 16px;
    }

    .dob p {
        font-size: 14px;
    }

    .prefrences {
        margin-top: 16px;
    }

    .prefrences p {
        font-size: 14px;
    }

    .terms {
        margin-top: 12px;
    }

    .term2 {
        margin-top: 14px;
    }

    .submit {
        margin-top: 16px;
    }

    .submitbtn {
        padding: 12px 0px;
        font-size: 14px;
    }

    /* custom checkbox */

    .container {
        padding-left: 35px;
        padding-top: 5px;
        font-size: 14px;
    }
}

@media (min-width: 667px) and (max-width: 700px) {
    .whiteBox {
        height: auto;
        overflow-y: scroll;
        width: 90% !important;
        padding: 10px;
    }

    .whiteBox1 {
        width: 90%;
        padding: 16px;
    }

    .heading {
        font-size: 18px;
        line-height: 18px;
    }

    /* signup widget css */

    .signup h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .signup p {
        font-size: 12px;
    }

    .signup input {
        padding: 10px;
    }

    .names {
        margin-top: 14px;
    }

    .country {
        padding-right: 8px;
        margin: 10px 0px;
    }

    .signup .wrapper1 {
        padding-right: 8px;
    }

    .signup .wrapper2 {
        margin-left: 6px;
        padding-right: 8px;
    }

    .signup .wrapper3 {
        margin-left: 6px;
        padding-right: 8px;
    }

    select {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .dob {
        margin-top: 16px;
    }

    .dob p {
        font-size: 14px;
    }

    .prefrences {
        margin-top: 16px;
    }

    .prefrences p {
        font-size: 14px;
    }

    .terms {
        margin-top: 12px;
    }

    .term2 {
        margin-top: 14px;
    }

    .submit {
        margin-top: 16px;
    }

    .submitbtn {
        padding: 12px 0px;
        font-size: 14px;
    }

    /* custom checkbox */

    .container {
        padding-left: 35px;
        padding-top: 5px;
        font-size: 14px;
    }
}

@media (min-width: 701px) and (max-width: 1023px) {
    .whiteBox {
        background: white;
        width: 510px;
        padding: 32px;
        position: relative;
    }

    .whiteBox1 {
        width: 70%;
        padding: 22px;
    }

    .heading {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .whiteBox {
        overflow-y: auto;
        width: 510px;
        padding: 32px;
    }

    .whiteBox1 {
        width: 50%;
        padding: 26px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .whiteBox {
        width: 510px;
        padding: 32px;
    }

    .whiteBox1 {
        width: 40%;
        padding: 28px;
    }
}