.jm-contact-form {
	display: flex;
	flex-direction: column;
}

.jm-contact-form .wpcf7-not-valid-tip {
	display: none;
}

.jm-contact-form .wpcf7-not-valid::-webkit-input-placeholder {
	color: red;
	font-weight: 700;
}

.jm-contact-form .wpcf7-not-valid::-moz-placeholder {
	color: red;
	font-weight: 700;
}

.jm-contact-form .wpcf7-not-valid::-ms-placeholder {
	color: red;
	font-weight: 700;
}

.jm-contact-form .wpcf7-not-valid::placeholder {
	color: red;
	font-weight: 700;
}

.jm-contact-form .wpcf7-not-valid:not(select) {
	background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
	background-size: 1.5em 1.5em;
	background-position-x: right;
	background-repeat: no-repeat;
}

.jm-contact-form .jm-contact-form-row input,
.jm-contact-form .jm-contact-form-row textarea,
.jm-contact-form .jm-contact-form-row select {
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0px;
	color: #7E868E;
	background-color: #F3F6F8;
	border: none;
}

.jm-contact-form .jm-contact-form-row .wpcf7-form-control-wrap {
    
}
.jm-contact-form .jm-contact-form-row .wpcf7-form-control-wrap .wpcf7-form-control {
	border-radius: 25px;
	background-color: #F3F6F8;
	border: 1px solid #F3F6F8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
    box-sizing: border-box;
    line-height: 22px;
    height: 38px;
}

.jm-contact-form-row-alt {
	margin-top: 3px;
}

.jm-contact-form-row-alt .wpcf7-list-item {
	margin: 0px !important;
}

.jm-contact-form-row-alt .wpcf7-list-item input {
	margin: 0px 5px 0px 17px !important;
}

.jm-contact-form-row-alt .wpcf7-list-item.first input {
	margin: 0px 5px 0px 0px !important;
}

.jm-contact-form-row-alt .wpcf7-list-item-label {
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.jm-contact-form-row {
	display: flex;
/*	column-gap: 44px;*/
	column-gap: 14px;
}

.jm-contact-form-row.jm-gap-29 {
	margin-bottom: 29px;
	margin-bottom: 17px;
}

.jm-contact-form-row.jm-gap-16 {
	margin-bottom: 22px;
}


.jm-contact-form-row.jm-gap-11 {

	display: block;
}

.jm-contact-form-row.jm-gap-11 .jm-form-label {
	margin-bottom: 5px;
}

@media only screen and (min-width: 782px) {

	.jm-contact-form-row.jm-gap-29,
	.jm-contact-form-row.jm-gap-16 {
		width: 494px;
		/*magic */
	}

	.jm-contact-form-row.jm-gap-11 {
		display: flex;
		align-items: center;
		column-gap: unset !important;
	}

	.jm-contact-form-row.jm-gap-11 .jm-form-label {
		margin-bottom: 0px;
	}
}

.hr-top {
	margin-top: 16px;
	margin-bottom: 7px;
}

.jm-form-label {
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0px;
	color: #7E868E;
}


.jm-contact-form-row-alt input[type="radio"] {
	width: 1em;
	height: 1em;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid black;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.jm-contact-form-row-alt input[type="radio"]:checked {
	border: 4px solid black;
}

.hr-bottom {
	margin-top: 10px;
	margin-bottom: 17px;
}

.jm-form-label {
	white-space: nowrap;
}

.jm-datetime-picker {
	display: flex;
	column-gap: 12px;
}

.jm-datetime-picker-date input,
.jm-datetime-picker-time input {
	width: 82px !important;
}

.jm-datetime-picker-time span,
.jm-datetime-picker-date span {
	display: flex;
	align-items: center;
}

.jm-datetime-picker-date span:before {
	margin-right: 8px;
	height: 21px;
	content: url(../images/day.svg);
}

.jm-datetime-picker-time span:before {
	margin-right: 8px;
	height: 21px;
	content: url(../images/time.svg);
}

.jm-datetime-picker-time span:after,
.jm-datetime-picker-date span:after {
	content: url(../images/arrow-down-time.svg);
}


.jm-contact-form .jm-contact-submit {
	font-size: 13px;
	font-family: Montserrat;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: black;
	border-radius: 36px;
	width: 204px;
	height: 38px;
	margin-top: 19px;
	margin-bottom: 45px;
}

.jm-contact-form .jm-contact-submit img {
	margin-top: 4px;
	margin-right: 6px;
	float: right;
	content: url(../images/arrow-right.png);
}

.jm-contact-form-row textarea,
.jm-contact-form-row input,
.jm-contact-form-row select,
p {
	padding: 0;
	margin: 0;
}

.jm-contact-form hr,
.jm-contact-form-row div,
.jm-contact-form-row p,
.jm-contact-form-row input,
.jm-contact-form-row textarea,
.jm-contact-form-row select {
	width: 100%;
}

.jm-contact-form hr {
	border-top: 1px solid #E8E8E8;
}

.jm-img-preview {
	max-width: 134px;
	max-height: 84px;
	min-width: 134px;
	min-height: 84px;
	object-fit: cover;
	border-radius: 18px;
}

.jm-fileattachments-input {
	display: none;
}

.jm-img-preview-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 12px;
}

.jm-fileattachments-add,
.jm-fileattachments-add p,
.jm-fileattachments-add label {
	max-width: 134px;
	max-height: 84px;
	min-width: 134px;
	min-height: 84px;
	border-radius: 18px;
	color: white;
	background-color: #3dc0c7;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.jm-fileattachments-add label:before {
	margin-right: 9px;
	content: url(../images/attachment.svg);
}