body{
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}
img{
  width: 100%;
}
.main-web {
  max-width: 1000px;
  margin: auto;
  background: #f8f8f8;
padding: 10px 0px;
}
p{
  line-height: 24px;
}
header {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}

main{
  padding: 10px;

}

h2{
  text-align: center;
  text-transform: uppercase;
}

/* testimonials */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


.un{
  text-decoration: underline;
}

.about{
  max-width: 600px;
  text-align: center;
  width: 100%;
  margin: auto;
}
footer{
  background: #669835;
  padding: 10px;
  color: #fff;
  font-size: 1.5em;
text-align: center;
}
.contact-form-div{
  max-width: 800px;
  margin: auto;
}

.contact-form{
    max-width: 700px;
      margin: auto;
}
.input-div{
display: flex;
flex-direction: column;
text-align: left;
margin: 20px 0px;
}
.input-div label{
  margin: 5px 0px;
  font-size: 13px;
}
.input-div input,.input-div textarea{
  padding: 13px;
  border: none;
  outline: none;border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;


}
.cta{
  margin: 40px 0px;
text-align: center;
}

#submit,.sec-btn{
  margin-top: 20px;
cursor: pointer;
width: 230px;
transition: 0.4s;
background-color: #344726; 
color: #fff;
padding: 16px;
font-weight: 900;
font-size: 20px;
border-radius: 6px;
border-radius: 6px;
letter-spacing: 1.4px;
text-transform: uppercase;
}
#submit:hover,.sec-btn:hover {
  background-color: #5e6224; 
  color: #fff;
}

.lower{
    background: #919835;
    padding: 30px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}
footer a{
  color: #fff;
  line-height: 40px;


  font-weight: 600;
}
.mt-3{
  margin-top: 10px;
}
::placeholder{
  font-family: Arial, Helvetica, sans-serif;
}
.thanks {
  padding: 40px;
  font-size: 20px;
}