  /*
Theme Name: **HSA - harbourlt**
Theme URL: **https://www.harbourlearningtrust.com**
Description: **Âé¶¹´«Ã½Ó³»­**
Author: Âé¶¹´«Ã½Ó³»­
Author URL: https://www.harbourlearningtrust.com
Version: 1.6
*/

.contactSeven {
	background: #FFF;
	border-radius: 4px;
	box-sizing: padding-box;
	padding: 1em;
}

.contactSeven hr {
	margin: 15px 0;
}

.contactSeven {
	border-radius: 4px;
	width: 100%;
}

.contactSeven .one {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.contactSeven .one .one_a  {
/* 	max-width: 49%; */
	background: var(--secondary-color);
	padding: 10px;
	width: 100%;
}

.contactSeven .two > div,
.contactSeven .three > div {
	margin-bottom: 15px;
}


.contactSeven .one .one_b {
	border: 1px solid var(--primary-l-color);
/* 	max-width: 49%; */
	background: var(--section-5-bg-color);
	padding: 10px;
	width: 100%;
}

.contactSeven .one .one_b p {
	font-size: 0.9em;
}

.contactSeven .one .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 0.9em;

}

.contactSeven .one .wpcf7-form-control .wpcf7-list-item {
	margin-left: 0;
}

.contactSeven .one .wpcf7-form-control .wpcf7-list-item input {
	width: auto;
	margin-right: 10px;
	margin-top: 10px;
}

.contactSeven .one .wpcf7-form-control .wpcf7-list-item {
}

.contactSeven .five input[type="submit"].wpcf7-submit  {
	margin-top: 10px;
	padding: 0.7em 1.4em 1em 1.4em !important;
}

.contactSeven input, .contactSeven  select, .contactSeven  textarea {
	box-sizing: border-box;
	font-size: 0.9em;
	padding: 0.5em;
}

.fifthWrap br {
	display: none;
}

.contactSeven .fifthWrap > span label {
	margin: 15px 0;
}

@media(min-width: 991px) {
	
	.contactSeven .one {
		flex-direction: row;
	}
	
	.contactSeven .one .one_a  {
		max-width: 49%;

	}

	.contactSeven .one .one_b {
		max-width: 49%;
	}
	
	.contactSeven .fifthWrap {
		display: flex;
		justify-content: space-between;
		padding: 0 !important;
		
	}
	
	.contactSeven .fifthWrap > span {
		width: 48%;
		display: block;
		box-sizing: inherit;
	}
	
	.contactSeven .fifthWrap > span label {
		margin: 0;
	}
	
	.contactSeven .fifty {
		width: 49% !important;
		display: block;
	}
	
}