.ocavp_container {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.ocavp_box_container {
    box-sizing: border-box;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 500ms;
    z-index: 90000001;
}
.ocavp-age-verification-main {
    padding: 25px;
    position: relative;
    top: 100px;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    text-shadow: 0 0 7px rgba(0,0,0,0.3);
    background: rgba(0, 0, 0, 0.36);
}

.ocavp-logo-image {
    width: 100%;
    display: inline-block;
}
.ocavp-logo-image img.logo-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 10px 0px;
}
button.ocavp_submit_btn,.ocavp_submit_right,button.ocavp_submit_wrong {
    margin: 20px 0px;
    text-transform: capitalize;
}
.agechecker_Date select{
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
    border-color: #1b1a1ab3;
    border: 1px solid #bbb;
    border-radius: 3px;
    height: 3em;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
}
.ocavp-agev-title {
    line-height: 1.66;
}
.agechecker_Date{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 100px;
}
.ocavp_submit_right {
    margin-right: 10px;
}
.ocavp_errorMessage {
    text-align: center;
}
/*  In mobile */
@media screen and (max-width:767px){
    .ocavp_submit_right {
        padding: 15px 20px;
        margin-right: 8px;
    }
    button.ocavp_submit_wrong {
        padding: 15px 20px;
    }
    .agechecker_Date{
        padding:10px 0px !important;
    }
}