.diyform{
    position: fixed;
    bottom: -375px;
    width: 365px;
    right: 0px;
    background: white;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 10px #999;
    border-radius: 10px 0px 0px 10px;
}

.diyform h4{
    font-size: 16px;
    color: white;
    cursor: pointer;
    background: #46c8e9;
    margin-top: -11px;
    margin-bottom: 5px;
    width: 103%;
    margin-left: -6px;
    border-radius: 5px 0px 0px 0px;
    height: 40px;
    line-height: 40px;
}

.diyform form {
    overflow: hidden;
}

.diyform .advisory-input {
    width: 100%;
    height: 35px;
    background: white;
    margin: 5px 0px;
    padding: 0px 15px;
    border-radius: 3px;
}

.diyform .advisory-input:nth-last-of-type(2){
    height: 80px;
}

.diyform .advisory-input span{
    line-height: 28px;
}

.diyform .advisory-input input{
    border-radius: 3px;
    border: 1px solid #999;
    height: 30px;
}

.diyform .advisory-input textarea{
    height: 80px;
    border: 1px solid #999;
    border-radius: 3px;
}

.diyform .form-btn{
    display: flex;
}

.diyform .form-btn button{
    width: 100%;
    padding: 0px;
    height: 35px;
}

.diyform form>span{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
} 