/* template styles start */
/*body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-flow: column nowrap;
}
html,
html * {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

p,
span {
	font-family: 'Muli', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
	font-family: 'Montserrat', sans-serif;
}

.heading-h2 {
	text-align: center;
	color: #282828;
	font-weight: 700;
	font-size: 32px;
	width: 70%;
	margin: 0 auto;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.heading-p {
	text-align: center;
	color: #383838;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
	width: 80%;
	margin: 0 auto;
}*/

.quote-form-container ul {
	list-style: none;
}

.quote-form-container a {
	text-decoration: none;
}

.quote-form-container button {
	cursor: pointer;
	outline: none;
	border: none;
}

.quote-form-container .btn {
	cursor: pointer;
	outline: none;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 5px;
	border-right: 8px solid #ce8908;
	color: white;
	background: linear-gradient(to left, #ce8908 50%, #AB7105 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: all .3s ease-out;
}

.quote-form-container .btn:hover {
	background-position: right bottom;
}

.quote-form-container .clear {
	clear: both;
}

.quote-form-container .divider {
	width: 180px;
	height: 5px;
	margin: 0 auto;
	background-color: #00853f;
	margin-top: 20px;
	margin-bottom: 30px;
}

.quote-form-container select#quote-form {
	width: 250px;
	height: 48px;
	position: relative;
	top: 2px;
	border: 0px;
	margin-right: 10px;
	outline: none;
}

.quote-form-container main {
	align-items: center;
	color: #9b9b9b;
	line-height: 1;
}


/* template styles end */


/* section left-img-section start*/

.quote-form-container .section {
	width: 100%;
	padding: 40px 100px;
}

.quote-form-container .error-message {
	color: #e94b3d;
	line-height: 1.3em;
	font-size: 15px;
}

.quote-form-container .form-section {
	overflow: auto;
	padding: 0px 0px 40px;
}

.quote-form-container .email-section {
	width: 50%;
	float: left;
	padding: 30px 30px;
	text-align: left;
	overflow: auto;
}

.quote-form-container .email-section h3 {
	color: #545454;
	font-weight: 700;
	font-size: 36px;
	padding-bottom: 15px;
}

.quote-form-container form input, .quote-form-container form select, .quote-form-container form button {
	width: 100% !important;
	height: 50px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	border: 1px solid #ab7105;
	background-color: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
}

.quote-form-container .submit-btn {
	margin-top: 15px;
}

.quote-form-container textarea:focus,
.quote-form-container input:focus {
	outline: none;
}

.quote-form-container form textarea {
	width: 100% !important;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #ab7105;
	background-color: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
}

.quote-form-container .email-feilds .name-feild {
	width: 47.5% !important;
	float: left !important;
	margin-top: 15px;
	margin-right: 5%;
}

.quote-form-container .email-feilds .email-field {
	width: 47.5% !important;
	float: left !important;
	margin-top: 15px;
}

.quote-form-container .email-feilds .text-feild {
	width: 100% !important;
	float: none !important;
	margin-top: 15px;
}

.quote-form-container .info-section {
	width: 50%;
	float: left;
	padding: 80px 30px 30px 40px;
	text-align: left;
	overflow: hidden;
}

.quote-form-container .info-section i {
	font-size: 42px;
	color: #ab7105;
	position: relative;
	top: 10px;
}

.quote-form-container .info-section h5 {
	color: #ab7105;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
}

.quote-form-container .info-section p {
	color: #421f1c;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	left: 55px;
	line-height: 1.4em;
}

.quote-form-container .info-section-1 a {
	color: #421f1c;
	font-weight: 600;
	font-size: 16px;
}

.quote-form-container.info-section-1 {
	padding: 0 20px;
}

.quote-form-container .info-section-1 span {
	color: white;
	background-color: #ab7105;
	padding: 1.9px 8.5px 2.8px;
	margin-bottom: 5px;
	border-radius: 50%;
}

.quote-form-container .info-section-1:not(:first-child) {
	margin-top: 30px;
}

.quote-form-container .map-section {
	width: 100%;
	height: 460px;
	margin-top: 50px;
	margin: 0 auto;
	margin-bottom: 30px;
}


/* media query for tablet */

@media(min-width: 768px) and (max-width: 1024px) {
	.email-section {
		width: 100%;
		float: none;
		padding: 30px 30px;
		text-align: left;
	}
	.info-section {
		width: 100%;
		float: none;
		padding: 40px 30px 30px 40px;
		text-align: left;
	}
	.section {
		padding: 40px 40px;
	}
}


/* media query for phone */

@media(max-width: 767px) {
	.email-section {
		width: 100%;
		float: none;
		padding: 30px 0px;
	}
	.info-section {
		width: 100%;
		float: none;
		padding: 40px 0px;
	}
	.info-section p {
		position: relative;
		left: 0px;
		margin-left: 55px;
	}
	.info-section-1 {
		padding: 0px 0px;
	}
	.heading-h2 {
		font-size: 22px;
		width: 100%;
	}
	.heading-p {
		font-size: 16px;
		width: 100%;
	}
	.section {
		padding: 40px 30px;
	}
}