.form-sty ::placeholder {
    font-size: 14px;
}
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}
.clearfix {
    clear: both;
    padding-top: 20px;
    padding-bottom: 5px;
}
.inner-texsty h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    margin-top: 30px;
}
.inner-texsty p {
    margin: 0px 42px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.inner-texsty h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    border-bottom: 0;
    right: 0;
    left: 0;
    background: #00000094;
    margin: auto;
    margin-bottom: -9px;
    bottom: 0;
}
.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06d85f;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.form-sty .button:hover {
    background: #06d85f;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border: #000 solid 10px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup h2 {
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.close:hover {
    color: #06d85f;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
form {
    width: 100%;
    margin: 20px auto;
}
.form-sty fieldset {
    position: relative;
    border: none;
}
.form-sty label {
    position: absolute;
    top: 18px;
    color: rgba(0, 0, 0, 0.3);
    transform-origin: left;
    transition: all 0.3s ease;
}
.form-sty input:focus ~ label {
    color: red;
}
.form-sty input:focus ~ label,
.form-sty input:valid ~ label {
    top: 0;
    transform: scale(0.6, 0.6);
}
.form-sty input {
    font-size: 20px;
    width: 100%;
    border: none;
    margin-top: 15px;
}
.form-sty input:focus {
    outline: none;
}
.form-sty .after {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
}
.form-sty input:focus ~ .after {
    background-position: 0 0;
}
.form-sty button {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-family: system-ui, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-top: 20px;
    padding: 3px 10px;
    color: rgba(0, 0, 0, 0.4);
    background: white;
    border: 2px solid #666;
    background-position: 100% 0;
    margin: auto;
    display: block;
    color: #666;
    /* margin-top: 10px; */
}
.form-sty button:hover {
    background: black;
    color: white;
    border: none;}
/* update */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group label {
    position: relative;
    cursor: pointer;
}
.form-group {
    text-align: left;
    margin-left: 20px;
}
.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    width: 9px;
    height: 20px;
    border: solid #2ab540;
    border-width: 0 3px 3px 0px;
    transform: rotate(45deg);
}
.form-sty label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.header-text {
    text-align: center;
    padding: 5px;
}
.coupon-text {
    background-color: black;
    color: white;
    padding: 10px;
    font-weight: bold;
}
.submit-btn {
    padding: 10px;
    background-color: black;
    color: white;
    width: 50% !important;
    border: none;
}
.mobile_container {
    display: flex;
    max-height: 555px;
    height: 555px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.full-width {
    width: 100%;
}
.inner_container {
    width: 50%;
}
.hidden-notImp {
    display: none;
}
.show-otp {
    top: 40%;
    position: relative;
    text-align: center;
}
.show-otp-box {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: inline-grid;
    align-content: center;
    justify-items: center;
}
.input-box {
    width: 50px;
    height: 50px;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: black;
    border: 1px solid black;
    margin: 0 2px;
}
.otp-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.font-14 {
    font-size: 14px;
}
.otp-resend-span {
    font-size: 12px;
    margin-bottom: 10px;
}
.red-error {
    display: block;
    color: red;
    margin-top: 10px;
    font-size: 14px;
}
.green {
    color: green;
}
.verify-btn {
    padding: 10px;
    font-size: 20px;
    /* background-color: black; */
    color: white;
    width: 35% !important;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}
.content_box {
    position: relative;
    top: 20%;
    padding: 30px;
}
.image-height {
    height: 550px;
}
.close {
    z-index: 999;
}
@media only screen and (max-width: 768px) {
    .mobile_container {
        display: inline-block;
    }
    .window {
        top: 0px;
    }
    .inner_container {
        width: 100%;
    }
    .footer-text {
        font-size: 16px;
    }
    #dialog {
        top: 1em;
    }
    .show-otp-box {
        height: 400px;
    }
    .image-height {
        height: 150px;
    }
    .show-otp {
        top: 90px;
    }
    .close {
        top: 5px;
        right: 15px;
        color: white;
    }
    form {
        margin: 0px !important;
    }
    #boxes #dialog {
        width: 90% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .inner-texsty p {
        margin: 15px 0px !important;
    }
}
@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    #boxes #dialog {
        width: 90% !important;
    }
}
@media screen and (max-width: 600px) {
    #boxes #dialog {
        width: 90% !important;
    }
    .content_box {
        padding: 0px;
    }
}
