.Profile_bg_board {
    background: url(../images/payment_board.png)no-repeat;
    width:740px;
    text-align: center;
    margin: 9% auto !important;
    position: relative;
}
.Profile_bg_board .close4{
    padding: 0;
    float: none;
    position: absolute;
    top: 5%;
    right: -5%;
    z-index: 10;
}
.heroroom_img {
    position: relative;
    top: -100px;
}
.content{display: none;
    position: relative;
    top: -100px;
}
.content .input_group_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 13px;
}
.content .input_group{
    display: flex;
    flex-direction: column;
}
#content2Div{
    padding: 0 230px;
}
.content .input_group input{
    border: none;
    outline: 2px solid;
    width: 100%;
    height: 5vh;
    border-radius: 20px;
    margin-left: 15px;
    outline: 2px solid #03e9f4;
    padding-left: 3%;
    margin-top: 2%;
}

.profile_logo_text {
    top: -280px;
}

.content_logo {
    display: flex;
    position: absolute;
    right: 36%;
    top: 100px;
}

.profile_text {
    font-size: 40px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
}

/* button css  */
.profilee-btn-green {
    background-color: #3ed70b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3ed70b), to(#3ed70b)), -webkit-gradient(linear, left top, left bottom, from(#a0ff00), to(#68f284));
    background-image: -o-linear-gradient(#3ed70b, #3ed70b), -o-linear-gradient(#a0ff00, #68f284);
    background-image: linear-gradient(#3ed70b, #3ed70b), linear-gradient(#a0ff00, #68f284);
    background-clip: padding-box, border-box;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, left -10px top -10px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25), 0 4px 0 0 #37b751, 0 2px 15px 3px #a0ff00;
}

.profilee-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    height: 54px;
    line-height: 14px;
    border-radius: 60px;
    cursor: pointer;
    max-width: 100%;
    border: 5px solid transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, .25);
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 0 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s;
}

.profilee-btn:hover {
    transform: scale(1.08);
    transition: all .3s;
}

/* change password content css  */

.change_password_content input {
    border: none;
    outline: 2px solid;
    width: 60%;
    height: 5vh;
    border-radius: 20px;
    margin-left: 15px;
    outline: 2px solid #03e9f4;
    padding-left: 3%;
    margin-top: 3%;
}

.input_tr{position: relative;top: 7px;}
.input_tr .input_area{padding: 0 90px;}
.input_tr .input_area .bwcnt{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
}
.input_group_row:last-child{
    margin-bottom: 0;
}
.input_group_row .input_group{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.input_group_row .input_group:first-child{
    margin-right: 50px;
}
.input_group_row .input_group label{
    text-align: left;
    color: #000;
	font-weight: 800;
}
.input_group_row .input_group input{
    width: 100%;
    color: #666;
}
input.submit_btn{width: 12vw !important;}
.info_span{display: block; margin: 23px 0;}
.radio_tab{position: relative;top: -128px;}
.bottom_area{    
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.bottom_area input{margin: 0;}
@media screen and (max-width:1024px) {
    .Profile_bg_board {
        transform: scale(.8);
    }

    .Profile_bg_board {
        margin: 2% auto !important;
    }

    .close4 {
        position: relative;
        top: -30px;
    }
}
@media (max-width:700px) {
    .Profile_bg_board {
        transform: scale(.6);
        position: relative;
        right: 7%;
    }

    .Profile_bg_board {
        margin: 2% auto !important;
    }
    .close4 {
        position: relative;
        top: 0px;
    }
    #content2Div{
        padding: 0 160px !important;
    }
    input.submit_btn{
        width: 34vw !important;
    }
}
@media (max-width:560px){
    .Profile_bg_board {
        right: 28%;
    }
}
@media(max-width:480px){
    .modal-content4{display: flex;justify-content: center;align-items: center;}
    .close4{top: 5% !important;right: -5% !important;}
    .close4 img{width: 60px !important;}
    .Profile_bg_board{transform: scale(.55);right: 0;margin: 0;}
}
