#lyf-vreb-listing-request-box {
    max-width: 600px;
    margin: 20px 0;
    overflow: hidden;
}

.lyf-vreb-form {
    padding: 0;
    margin: 0 auto;
}

#sp_cheks {
    display: none !important;
}

.lyf-vreb-form-error {
    border: 1px solid #ff3d00 !important;
}

.message-success {
    padding: 170px 10px 200px;
    text-align: center;
    font-size: 18px;
}

.lyf-vreb-input-box {
    margin: 0 0 10px;
}

.phone-number-input {
    margin:0;
    padding: 0;
    border-bottom: none;
}

.lyf-vreb-input-box input, .lyf-vreb-input-box textarea, .phone-number-input {
    display: inline-block;
    width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyf-vreb-input-box .phone-number-input .tel-input {
    width: 85px;
    display: inline-block;
    text-align: center;
}

.lyf-vreb-form input[type="submit"] {
    display: inline-block;
    max-width: 300px;
    margin: 10px 0 0;
}

.lyf-vreb-form input[type="submit"]:hover {
    border: 1px solid #3498db;
    background: #3498db;
}

.lyf-vreb-form textarea {
    min-height: 200px;
}

.lyf-vreb-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  
}
.lyf-vreb-form ::-moz-placeholder { /* Firefox 19+ */
  
}
.lyf-vreb-form :-ms-input-placeholder { /* IE 10+ */
  
}
.lyf-vreb-form :-moz-placeholder { /* Firefox 18- */
  
}



@media screen and (min-width: 768px) {}
