@media only screen and (max-width:850px) {

    body .popup-form h3 {
        font-size: 16px;
        margin-top: 0;
    }

    body .popup-form.halweenform a.close {
        width: 60px;
        right: -30px;
        top: -20px;
    }

    body .popup-form.halweenform {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        /* transform: scale(1); */
        padding: 20px 30px 30px !important;
        right: 0;
        background: #ffc21a;
        border: 5px solid #fff !important;
    }

    body .popup-form.halweenform h2 {
        font-size: 22px;
    }

    body div#popupform {
        width: 100%;
        padding: 0;
        position: static;
    }

}

.cus-overlay {
    background: rgb(0 0 0 / 0.5);
}


/* Halloween Form */

.popup-form.halweenform #popupform input[type="submit"] {
    background: #f50b1a;
    border-radius: 0;
    border: none;
    text-shadow: none;
    font-weight: bold;
    letter-spacing: normal;
    padding: 11px;
    border-radius: 3px;
    color: #fff;
}


.popup-form.halweenform #popupform input[type="text"],
.popup-form.halweenform #popupform select {
    height: 47px;
    font-weight: bold;
}

.popup-form.halweenform #popupform textarea {
    font-weight: bold;
}

.popup-form.halweenform {
    background: url("../images/new-year-popup-bg.png") no-repeat scroll center bottom;
    max-width: 700px;
    padding: 38px 70px 60px !important;
    border-radius: 20px;
    background-size: contain;
    /* padding-bottom: 100px !important; */
    /* position: relative; */
    /* margin: 0 auto; */
    /* left: 0; */
    /* right: 0; */
    /* height: 500px; */
    width: 100%;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /*left: 0;*/
    /*right: 0; */
    margin-left: -360px;
    /*margin-right: auto;*/
    /* transform: scale(0.9); */
}

.popup-form.halweenform h2 {
    border: none;
    padding: 0;
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

div#popupform {
    width: 60%;
    float: right;
    margin-top: 20px;
    position: relative;
    right: -51px;
    top: 20px;
}

.popup-form h3 {
    margin-top: 10px;
    font-size: 21px;
    font-family: Poppins, sans-serif;
    font-weight: 5;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.popup-form h3 span {
    color: #ffffff;
}

.popup-form.halweenform h2+p {
    color: #000;
}

.popup-form.halweenform ul li i {
    display: none;
}

.popup-form.halweenform ul li input[type="text"],
.popup-form.halweenform ul li input[type="email"],
.popup-form.halweenform ul li textarea {
    border-color: #fff;
    padding: 10px;
    font-size: 13px; border-radius: 5px;
}

.popup-form.halweenform ul li textarea {
    height: 100px;
}

.popup-form.halweenform ul li input[type="submit"] {
    width: 100%;
    background: #e3653c;
    border-color: #e3653c;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: normal;
    cursor: pointer;
    margin-left: 0;
    margin-top: 0;
}

.popup-form.halweenform ul li {
    margin: 0;
    width: 100% !important;
}



.popup-form.halweenform .fancybox-close-small:after {
    background: none;
    color: #fff;
}

.popup-form.halweenform h2 span {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.popup-form.halweenform h2 span b {
    font-weight: inherit;
    color: inherit;
}

.popup-form.halweenform form.bounce-popup-form {
    width: 60%;
    margin-top: 30px;
}

.placeholder1::placeholder {
    color: #000 !important;
}

.placeholder1:-ms-input-placeholder {
    color: #000 !important;
}

.placeholder1::-ms-input-placeholder {
    color: #000 !important;
}

.popup-form.halweenform form.bounce-popup-form .col-md-6,
.popup-form.halweenform form.bounce-popup-form .col-md-12 {
    padding: 0px 5px;
}

.popup-form.halweenform a.close {
    right: -20px;
    top: 20px;
    background: url('../images/pop-close.png') no-repeat scroll center top;
    /*border-color: #e3653c;*/
    width: 53px;
    height: 53px;
    text-indent: -9999px;
    background-size: contain;
    opacity: 1;
}

/* Halloween Form End */