.modal .modal-content{
    border-radius: 0;
    width: 100%;
}

.modal .modal-body{
    padding:50px;
    position:relative;
}

.modal .modal-body .close{
    position:absolute;
    content:'';
    right:0;
    top:0;
    height: 45px;
    width: 45px;
    background: #000;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;

}

.modal .projectName{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.modal .projectName img{
    max-width: 160px;
}

.modal .location{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.modal .form_price{
    margin: 20px auto 25px;
    text-align: center;
    width: max-content;
    background: #07332f;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.modal .form-group{
    margin-bottom: 14px;
}

.modal label{
    margin-bottom: 4px;
    font-size:15px;
    font-weight: 500;
}

.modal .form-control::placeholder{
    font-size:14px;
}

.modal .submit_btn{
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px;
    width: 130px;
    font-size: 14px;
    min-height: 44px;
    display: table;
    margin: 20px auto 0;
}
