/*contact us*/

/*.inputGroup{
	margin-bottom: 10px;
}

.contactusItem {
	align-self: center;
	text-align: center;
	border-right: 1px solid #fff;
}

.contactusItem:last-child{
	border-right: none;
}

.inputGroup input[type=submit],[type=text],textarea{
	width: 100%;
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 7px;
	color: #fff;
}

.inputGroup input[type=text],textarea{
	background-color: transparent;
}

.inputGroup input[type=submit],[type=text],textarea:focus{
	outline: none;
}

.inputGroup input[type=submit]{
	background-color: transparent;
	width: 50%;
	transition: .3s;
	color: #fff;
}

.inputGroup input[type=submit]:hover{
	background-color: #26A65B;
	border-color: #26A65B;
	color: #fff;
}

.contactusItem label{
	width: 100%;
	color: #fff;
}

.contactusItem p{
	width: 100%;
	color: #000;
}

.contactusItem img{
	width: 100%;
}

.contactus{
	background: linear-gradient(to top, #055938 0%, #309050 100%);
}

.contactusitemWrapper{
	padding: 10px 0;
}

.inputGroup input[type=text]::placeholder {
	color: #fff;
	opacity: 0.7;
}

.inputGroup textarea::placeholder {
	color: #fff;
	opacity: 0.7;
}

.contactNumber p{
	color: #fff;
}

.address p{
	color: #fff;
}

.social-media{
	color: #fff;
}

.social-media a{
	color: #fff;
}

.social-media a:hover{
	color: #fff;
	}*/

/*new contact us*/

.indexContactUsWrapper {
	background-color: #fff;
}

.indexContactUs {
	padding: 30px 0;
}

.indexContactUsInner {
	color: #045939;
}

.comName {
	font-weight: 700;
	font-size: 30px;
}

.subscribeSec input[type=text] {
	width: 100%;
	border: 1px solid #4b4b4b;
	border-radius: 5px;
	padding: 7px 10px;
	margin-bottom: 10px;
	color: #000;
	border-left: 5px solid #045939;
}

.subscribeSec input[type=email] {
	width: 100%;
	border: 1px solid #4b4b4b;
	border-radius: 5px;
	padding: 7px 10px;
	margin-bottom: 10px;
	color: #000;
	border-left: 5px solid #045939;
}

.subscribeSec label {
	font-size: 20px;
	font-weight: 600;
}

.subscribeSec input:focus {
	outline: none;
}

.subscribeSec input[type=submit] {
	width: auto;
	background-color: #00321f;
	border: none;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.social-media {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media img {
	width: 35px;
	height: 35px;
	margin: 0 5px;
}

.social-media i {
	font-size: 40px;
	margin: 0 5px;
}

.social-media .fa-whatsapp {
	margin-right: 0;
}

.indexContactUsItem {
	margin-bottom: 10px;
}

.indexContactUsItem:last-child {
	margin-bottom: 0;
}

.contactNo {
	margin-bottom: 10px;
}

.contactNo p {
	margin-bottom: 0px;
}

.email {
	margin-bottom: 10px;
}

.web {
	margin-bottom: 10px;
}

.address p {
	margin-bottom: 0px;
}

.qr{
	text-align: center;
}

/*footer*/
.footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.footer p {
	margin: 0;
}

/* mascot gif */
.helpWidgetWrapper {
	position: fixed;
	bottom: 10px;
	right: 60px;
	z-index: 10;
}

.helpWidget img {
	width: 100px;
	height: 120px;
}

@media only screen and (max-width: 991px) {
	.contactusItem {
		display: none;
		border-right: none;
	}
	.contactForm {
		display: block;
	}
	.contactusitemWrapper {
		justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	.contactus {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.comName {
		font-size: 25px;
	}
}

@media only screen and (max-width: 576px) {
	.comName {
		font-size: 22px;
	}
	.social-media {
		justify-content: center;
	}
	.helpWidget img {
		width: 60px;
		height: 80px;
	}
	.helpWidgetWrapper {
		bottom: 120px;
		right: 0px;
	}
}