@media only screen and (min-width: 768px) {
    .account-box1 {
        background-color: #fff;
        border: 1px solid #ededed;
        border-radius: 4px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        overflow: hidden;
        width: 700px;
    }
}
.edit-icon1 {
    background-color: #a0a0a0;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #fff;
    float: right;
    font-size: 12px;
    line-height: 14px;
    min-height: 23px;
    text-align: center;
    width: 23px;
    margin-top: 9px;
    margin-right: -19px;
}

@media only screen and (min-width: 500px) {
    .submit-section {
        text-align: center;
        margin-top: 40px;
    }
    .submit-btn1 {
        border-radius: 50px;
        font-size: 17px;
        font-weight: 600;
        min-width: 140px;
        padding: 5px 15px;
    }
}
.pro-overview .personal-info li .title1 
{
    width: 30%;
}
.personal-info li .title1 {
	color: #4f4f4f;
	/*float: left;*/
	font-weight: 500;
	margin-right: 5px;
	width: 25%;
}
.custom-modal .close1 {
    background-color: #A9A9A9;
    border-radius: 44%;
    color: #fff;
    font-size: 21px;
    height: 30px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 65px;
    top: 2px;
    width: 30px;
    z-index: 99;
}