* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}
section {
  padding: 2rem 9%;
}
.logo {
  margin: 30px 35px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.logo img {
  height: auto;
  left: 15px;
  width: 80px;
  line-height: 1000px;
  padding: 0 0px;
  float: left;
}
.navbar {
  width: 100%;
  height: 80px;
  background-color: #fff8dc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #000;
}
.menu ul {
  display: flex;
  align-items: center;
}
.menu ul li a {
  text-decoration: none;
  color: black;
  padding: 5px 12px;
  letter-spacing: 2px;
  font-size: 18px;
}
.menu ul li a:hover {
  border-bottom: 4px solid #1c352d;
  transition: 0.4s;
}
.signup a {
  text-decoration: none;
  color: #1c352d;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px;
  padding: 12px 30px;
  border: 2px solid #043927;
}
.signup a:hover {
  background-color: rgb(241, 193, 121);
  transition: 0.6s;
}
#home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home .image {
  flex: 1 1 40rem;
  padding-top: 5rem;
}
.home .content {
  flex: 1 1 40rem;
}
.row1 {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 5rem;
}
.col1 {
  flex-basis: 50%;
  padding: 5rem;
}
h1 {
  font-size: 45px;
  padding-top: 1.8rem;
}
p1 {
  font-size: 50px;
}
.btn1 {
  background: #f5f5f5;
  color: black;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: 3px solid #b3687c;
  border-radius: 8px;
  padding: 15px 15px;
  margin-top: 5%;
}
.btn1:hover {
  border-bottom: 4px solid #a0522d;
  transition: 0.4s;
}
.user-img {
  width: 800px;
  position: absolute;
  right: 8%;
  height: 700px;
  margin-top: -250px;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #efdecd;
  padding: 10px 0 1px;
  font-size: 13px;
  line-height: 20px;
}
.row {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.col p {
  font-size: 15px;
}
.col {
  flex-basis: 25%;
  padding: 10px;
}
.col:nth-child(2),
.col:nth-child(3) {
  flex-basis: 13%;
}
.logo {
  width: 200px;
  margin-bottom: 20px;
}
.col h3 {
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
}
.Email-id {
  width: fit-content;
  border-bottom: 2px solid black;
  margin: 15px 0;
}
ul li {
  list-style: none;
  margin-bottom: 12px;
}
ul li a {
  text-decoration: none;
  color: black;
}
.socialicons .foo {
  font-size: 1.8rem;
  color: black;
  margin-bottom: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.5rem 0.8rem;
  background-color: #d1e8e2;
  border: 2px solid black;
  border-radius: 8px;
  margin-top: 1rem;
}
.email-box {
  height: 40px;
  display: flex;
}
.email-box svg {
  background: #d1e8e2;
  width: 70px;
  line-height: 50px;
  text-align: center;
  color: black;
  border: 3px solid black;
  border-radius: 8px;
}
.tbox .btn {
  border: none;
  outline: none;
}
.tbox {
  width: 150px;
  padding: 0 10px;
  border: 3px solid black;
  background-color: #d1e8e2;
  border-radius: 8px;
}
.btn {
  background: #d1e8e2;
  color: black;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: 3px solid black;
  border-radius: 8px;
}
.container {
  padding-top: 25px;
}
hr {
  width: 90%;
  border: 0;
  border-bottom: 1px solid black;
  margin: 1px auto;
}
.copyright {
  text-align: center;
  font-size: 15px;
}
.underline {
  width: 100%;
  height: 5px;
  background: #362417;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  left: 0;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.b {
  background: #f5f5f5;
  color: black;
  padding: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
  border: 3px solid #b3687c;
  border-radius: 8px;
  padding: 15px 15px;
  margin-top: 5%;
}
@media only screen and (max-width:700px){
	.logo {
		margin: 30px 35px;
		padding-right: 5px;
		padding-left: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	  }
	  .logo img {
		height: auto;
		left: 15px;
		width: 80px;
		line-height: 1000px;
		padding: 0 0px;
		float: left;
	  }
	  .navbar {
		width: 100%;
		background-color: #fff8dc;
		display: flex;
		color: #000;
		position: absolute;
		top: 75px;
		right: 0;
		z-index: 2;
	  }
}