#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: fixed;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 771px;
    height: auto;
    padding: 0px;
    font-size: 15pt;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}

#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: left;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
    padding: 10px 20px;
}

#popupfoot a {
    text-decoration: none;
    font-size: 16px;
    float: none;
    color: #333;
    opacity: 1;
    font-weight: unset;
    text-shadow: 0 1px 0 #333;
}

.agree:hover {
    //background-color: #D1D1D1;
    text-decoration: none;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
    text-decoration: none;
}

.popupoption2:hover {
    color: red;
}

.sub_pop {
    float: left;
    width: 100%;
}

.sub_pop1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0% 8%;
    padding-top: 118px;
}

.sub_pop1 h3 {
    color: #000;
    font-weight: unset;
    margin-bottom: 5px;
}

.sub_pop1 p {
    font-size: 14px;
    color: #000;
}

.sub_pop1 img {
    width: 75px;
}

.sub_pop2 {
    float: left;
    width: 50%;
    background-color: #f00;
    text-align: center;
    padding: 10px;
    height: 333px;
}

.sub_pop21 {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.sub_pop21 h3 {}

.sub_pop21 p {
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    padding: 10px;
    margin: 0 auto;
    margin-top: 0px;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    padding-bottom: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}

.sub_pop21 p:hover {
    background-color: #333;
    color: #fff
}

.sub_pop22 {}

.sub_pop22 img {
    width: 110px;
    background-color: #333;
    padding: 20px;
    border-radius: 92px;
}

.sub_pop00 {
    float: left;
    width: 50%;
    text-align: center;
}

.sub_pop00 img {
    width: 100%;
    margin-top: 0;
    height: 370px;
}

.sub_pop10 {
    float: left;
    width: 370px;
    height: 370px;
    background-color: #22B6FF;
    position: relative;
    border-radius: 200px;
}

.sub_box {}

.sub_box label {
    width: 150px;
    float: left;
}

.sub_box input {
    width: 390px !important;
}

.sub_box select {
    width: 403px;
    font-size: 12px;
    padding: 5px 5px 6px 5px !important;
    background: #2f2f2f;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    color: #717171;
    margin: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1) inset;
    border: 1px solid #464646;
    float: left;
}

.sub_box1 {
    width: 50px !important;
}

.sub_box2 {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 0px;
}

.sub_box3 {
    height: unset !important;
    width: 150px !important;
    margin-top: 17px !important;
    margin-bottom: 20px !important;
    cursor: pointer;
}