.title_pop {
    font-size: 23px;
    line-height: 38px;
    text-align: center;
    color: #99cc00;
    margin-left: 12px;
}
#submit3 {
    font-weight: 900;
    margin-left: -42px;
    background-color: transparent;
    line-height: 20px;
    display: inline-block;
    border: none;
    font-size: 15px;
    color: #99cc00;
    transition: all 0.3s ease;
}
.phone1 {
    color: #99cc00;
    font-size: 39px;
    line-height: 57px;
    font-weight: 600;
}
.textpop {
    text-align: center;
    color: #747474;
    padding-bottom: 5px;
}
.modal-header2 {
    padding: 0 16px;
    background-color: #FFFFFF;
    color: white;
    border-radius: 7px;
    min-height: 30px;
}
.close2 {
    color: #747474;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    max-width: 630px;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.support {
    position: relative;
    display: inline-block;
    background-color: #99cc00;
    top: 5px;
    right: 2px;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#result {
    text-align: center;
    margin-top: 5px;
}
.available {
    position: relative;
    display: inline-block;
    background-color: #99cc00;
    top: 5px;
    right: 2px;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 280px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#customer_phone {
    border: 3px solid #c6c6c6;
    border-radius: 7px;
    margin: 10px 0 5px 5px;
    text-align: center;
    width: 250px;
    height: 40px;
}
.success {
    color: #747474;
    margin-top: 5px;
}

.imgleft {
    padding-top: 10px;
}

@media only screen and (max-width: 700px) {
    .modal2 {
        padding-top: 25px;
    }
    #customer_phone {
        width: 190px;
    }
    .phone1 {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 3px;
    }
    .imgleft {
        width: 32%;
        padding-bottom: 5px;
    }
    .imgright {
        width: 40%;
    }
    .title_pop {
        line-height: 20px;
    }
    .textpop {
        font-size: 14px;
    }
}