.modalb {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px 10px;
    border: none;
    width: 20%;
    border-radius: 20px;
    box-shadow: 2px 21px 40px -10px rgb(142 153 161 / 17%);
	min-width:400px
}
.modalb .close {
    color: #474A51;
    float: right;
    font-size: 28px;
    font-weight: normal;
    background: #E6EDEF;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}
.formic {
    margin: 0 auto;
    padding: 0;
    padding: 40px 40px;
    text-align: center;
}
.formic ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.formic li {
    position: relative;
}
.formic li + li {
    margin-top: 0;
}

.formic label {
    display: initial;
    padding: 1px 2px;
    font-size: 16px;
    background: #fff;
    position: relative;
    top: 10px;
    left: 10px;
}
.formic input, .formic textarea {
    font: 1em sans-serif;
    width: 100%;
    box-sizing: border-box;
    background: #F7FAFB;
    border: 1px solid #ECF0F1;
    border-radius: 5px;
    padding: 10px 20px;
    color: #474A51;
}
.formic input:focus, .formic textarea:focus {
    border-color: #e0e4e5;
}

.formic .btn--gold {
    margin: 20px 0 0;
}
@media only screen and (max-width:767px){
.modal-content {
    width: 100%;    min-width: auto;
}
    .formic{
    padding: 30px;
}
}