@import url("../../assets/css/footer.css");

.contact-home,
.contact-us {
  padding-top: 120px;
  padding-bottom: 20px;
}

.contact-home span {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  padding: 18px 0;
  margin-right: 4px;
  text-align: center;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  background: #38943f;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-home .inner-box {
  width: 400px;
  background: #f0fee1;
  box-shadow: none;
  border-radius: 50px;
  text-align: center;
  margin: auto;
  padding: 40px 20px;
  position: relative;
  max-width: 100%;
}

.contact-home .inner-box h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #38943f;
}


.contact-home .inner-box p,
.contact-home .inner-box p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #38943f;
}

.contact-us .form-section h1 {
  font-size: 49px;
  font-weight: 500;
}

.contact-us .form-section {
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-us .form-section .form-group {
  margin: 10px 0;
}

.contact-us .form-section .form-control {
  font-size: 16px;
  outline: none;
  padding: 7px 15px;
  color: #000;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.contact-us .form-section textarea {
  outline: none;
  font-size: 16px;
  padding: 7px 15px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.phn-sec-lab {
  width: 100%;
}
.phn-sec-lab textarea {
	min-height: 150px!important;
}
.contact-box {
	display: flex;
	gap: 15px;
	margin-top: 20px;
  align-items: center;
}
.contact-box p{
margin-bottom: 0px;
}

.contact-details {
	background: #ebfff1;
	box-shadow: 0px 0px 10px #ebe5e5;
	justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	height: 250px;
}
.contact-us .form-section textarea.form-control {
	height: 140px !important;
}


.blog-box {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px #f7ecec;
}
.blog-box h3 {
	color: var(--primary);
	margin: 10px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blog-box p {
	text-align: justify;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.btn-theme-dark:hover {
	color: var(--theme-color) !important;
	background-color: var(--theme-light-color) !important;
  border: 1px solid var(--theme-color) !important;
}