/* ====contact-banner======== */

.contact-banner .banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	max-width: 576px;
	margin: auto;
}


.contact-banner .banner-content p {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188.5%;

	text-align: center;

	color: #073937;
}


/* ======address-detail============ */

.address-detail {
	padding-bottom: 99px;
}

.address-detail .address-detail-box h5 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #073937;
}

.address-detail .address-detail-box .contact-detail {
	padding: 0;
}

.address-detail .address-detail-box .contact-detail li {
	display: flex;
	justify-content: left;
	align-items: baseline;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 188.5%;
	color: #073937;
	padding: 4px 0;
}

.address-detail .address-detail-box .contact-detail li img {
	width: 4.2%;
	margin-right: 22px;
	position: relative;
	top: 5px;
}


.social-link-box .social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 22px;
	padding-left: 23px;
}

.social-link-box .social-icons li {
	margin-left: 15px;
}

.social-link-box .social-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	/* transform: translateY(-30px); */
	transition: all 0.5s ease;

}

.social-link-box .social-icons li a:hover {
	padding-left: 0;
	transform: translateY(-2px);
}

/* =================write-us-section================ */

.write-us-section {
	position: relative;
	background: #E9EDE1;
	padding: 95px 0 29px;
}

.write-us-section .taxture {
	position: absolute;
	right: 0;
	top: -16%;
	width: 16%;
}

.write-us-section .taxture-1 {
	position: absolute;
	right: 0;
	top: -22%;
	width: 26%;
}

.write-us-section .stroke-2 {
	position: absolute;
	/* z-index: 1; */
	left: 0;
	bottom: -1%;
	width: 10%;
}

.write-us-section .write-us {
	max-width: 700px;
	margin: auto;
}

.write-us-section .write-us .form-box form .form-group label {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 201.5%;

	text-transform: uppercase;

	color: #073937;
}

.datepicker {
	padding-left: 14px !important;
}

.write-us-section .write-us .form-box form .form-group input,
.write-us-section .write-us .form-box form .form-group select,
.write-us-section .write-us .form-box form .form-group textarea {
	border: 0;
	border-bottom: 1px solid #073937;
	background: transparent;
	border-radius: 0;
	width: 100%;
	color: #969696;
}

.calendar-input .calander {
	position: absolute;
	right: 2%;
	cursor: pointer;
}

.write-us-section .write-us .form-box form .form-group select {
	padding-left: 9px;
}


.write-us-section .write-us .form-box form .form-group select option {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 201.5%;
	color: #073937;
	/* opacity: 0.5; */

}


.write-us-section .datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
	cursor: pointer;
	background: #073937;
	color: #fff;
}

.write-us-section .datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #08423f;
}

.write-us-section .write-us .form-box form .form-group.textarea {
	padding-top: 20px;
}

.write-us-section .write-us .form-box form .form-group textarea {
	border: 1px solid #073937;
}

.write-us-section .write-us .form-box form .form-group input::placeholder,
.write-us-section .write-us .form-box form .form-group textarea::placeholder {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 201.5%;
	color: #073937;

	opacity: 0.5;

}

.form-control:focus {
	box-shadow: none;
}

.send-btn .all-button {
	padding: 8px 53px;
	margin-right: 25px;
	cursor: pointer;
}

.newsletter-background {
	background: #E9EDE1;
	padding-bottom: 10px;
}

.newsletter {
	padding-top: 81px;
}

.newsletter-background .newsletter {
	padding-top: 34px;
}

.newsletter form h4 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 201.5%;
	color: #073937;
	margin-bottom: 14px;
}

.newsletter form .newsletter-form {
	max-width: 360px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #073937;
}

.newsletter form .newsletter-form input {
	border: 0;
	/*border-bottom: 1px solid #073937;*/
	background: transparent;
	border-radius: 0;
	padding: 0;
	z-index: 5;
	position: relative;
}

.newsletter form .newsletter-form input::placeholder {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 201.5%;
	color: #073937;
}

.newsletter form .newsletter-form button {
	border: none;
	cursor: pointer;
	background: transparent;
	/* margin-left: -27px; */
	/* position: relative; */
	/* right: 0; */
	z-index: 9999;
	margin-left: 5px;
}

button:focus {
	outline: none;
}

.careers {
	max-width: 780px;
	margin: auto;
}

.careers h6,
.careers h2 {
	margin: 0;
}

.write-us-section .taxture-3 {
	position: absolute;
	right: 0;
	top: 0%;
	width: 26%;
}



/* ==============media-query================ */

@media(max-width: 2560px) {
	.write-us-section .taxture {
		top: -25%;
	}
}

@media(max-width: 1920px) {
	.write-us-section .taxture {
		top: -18%;
	}
}

@media(max-width: 1366px) {
	.write-us-section .taxture {
		top: -16%;
	}
}

@media(max-width: 1199px) {
	.write-us-section .taxture {
		top: -12%;
	}

	h3 {
		font-size: 34px;
		line-height: 47px;
	}

}

@media(max-width: 991px) {
	.write-us-section .taxture {
		top: -9%;
	}

	.address-detail .address-detail-box {
		padding-top: 45px;
	}

	.address-detail .address-detail-box .contact-detail li img {
		width: 3%;
	}
}

@media(max-width: 767px) {
	.write-us-section .taxture {
		top: -6%;
	}

	h3 {
		font-size: 39px;
	}

	.address-detail {
		padding-bottom: 73px;
	}

	.write-us-section {
		padding: 69px 0 29px;
	}
}

@media(max-width: 575px) {
	label {
		display: inline-block;
		margin-bottom: 0rem;
	}

	.form-control {
		height: calc(2.25rem + 2px);
		padding: 0.1rem 0.4rem;
	}

	.newsletter form .newsletter-form input::placeholder {
		font-size: 16px;
	}

	.address-detail .address-detail-box .contact-detail li img {
		width: 4%;
		top: 6px;
	}
}

@media(max-width: 480px) {
	.write-us-section .taxture {
		top: -4%;
	}

	p {
		font-size: 15px;
		line-height: 26px;
	}

	.form-box {
		margin-top: -19px;
	}

	.address-detail .address-detail-box .contact-detail li img {
		width: 5%;
		margin-right: 22px;
		position: relative;
		top: 4px;
	}

	.address-detail-box h3 {
		font-size: 26px;
		line-height: 36px !important;
		margin-bottom: 5px;
	}
}

@media(max-width: 380px) {
	.write-us-section .taxture {
		top: -3%;
	}

	h3 {
		font-size: 30px;
		line-height: 39px !important;
	}

	.address-detail .address-detail-box .contact-detail li {
		font-size: 12px;
	}

	.address-detail-box h3 {
		font-size: 27px;
		line-height: 35px !important;
	}
}


@media (max-width:767px) {
	.section.contact-banner {
		padding-top: 215px !important;
	}
}

@media (max-width:575px) {
	.section.contact-banner {
		padding-top: 140px !important;
		padding-bottom: 10px !important;
	}
}