.notice_req {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba( 0, 0, 0, 0.4);
    transition: 0.5s ease;

}


.notice_req  .container_notice{

    position: fixed;
    width: 100%;
    bottom: -20%;
    background: #4b4949;
    transition: 0.5s ease;
}


.notice_req  .container_notice div:first-child{

    position: absolute;
    font-size: 40px;
    color: white;
    margin-right: 35px;
    margin-top: -15px;
    display: flex;
    cursor: pointer;
}

.notice_req  .container_notice div:last-child{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 15px 0;
}


.notice_req  .container_notice div:last-child h4{

    margin-bottom: 14px;
    color: white;
    margin: 0 60px 14px 60px;
}




.notice_req  .container_notice div:last-child button{

    padding: 2px 4px;
    width: 90%;
    max-width: 170px;
    font-size: 16px;
    background-color: #ffffff;
    border: none;
    color: rgb(75, 73, 73);
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 50px;
    padding: 10px;
}



@media (max-width:800px){

    .notice_req .container_notice div:last-child h4 {
       
        font-size: 12px;
    }

    .notice_req .container_notice div:first-child {
        
        margin-right: 10px;
        margin-top: -10px;
        font-size: 33px;
       
    }

    .notice_req .container_notice div:last-child button {

        max-width: 140px;
        max-height: 35px;
    }

}
