
.area-phone-block {
	display: flex;
}
.area-phone-block .form-control:first-child {
	flex: 1;
	width: 20%;
}
.area-phone-block .form-control:last-child {
	flex: 2;
	margin-left: 5px;
	width: 80%;
}

.review-recaptcha {
	display: flex!important;
	flex-direction: column;
	align-items: center;
}

.form-group {
    margin-bottom: 15px;
	padding-right: 25px;
}
input {
    line-height: normal;
}

textarea.form-control {
    height: auto;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: none;
    height: 36px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea {
    overflow: auto;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}
.btn {
    font-size: 12px;
}

.btn {
    letter-spacing: 2px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-width: 100%;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.post-box{
	margin-bottom:20px;	
}
.form-all {
	display: flex;
    flex-direction: column;
    align-items: center;
}