
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}
.container .title{
  position: relative;
  font-size: 60px;
  text-shadow: 0px 0px 4px #111;
  text-align: center;
  font-weight: bold;

}
.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #55A849;
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #55A849;
}
 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 form .category label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
 #dot-1:checked ~ .category label .one,
 #dot-2:checked ~ .category label .two,
 #dot-3:checked ~ .category label .three{
   background: #55A849;
   border-color: #d9d9d9;
 }
 form input[type="radio"]{
   display: none;
 }
 form .button{
   height: 45px;
   margin: 35px 0
 }
 form .button input{
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: #55A849;
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background: rgb(76, 99, 73);;
  }
 @media(max-width: 584px){
 .container{
  max-width: 100%;
}
form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
  }
  form .category{
    width: 100%;
  }
  .content form .user-details{
    max-height: 300px;
    overflow-y: scroll;
  }
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
  }
  @media(max-width: 459px){
  .container .content .category{
    flex-direction: column;
  }
}
/*FEATURED ABOUT*/
.jumbotron{
	height: 60%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(rgba(0, 0, 0, 0.627),rgba(0, 0, 0, 0.6)),  url("sheesh.png");
}
.jumbotron p{
	color: #fff;
	text-shadow: 1px 1px 4px #fff;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 60px;
	text-indent: 50px;
}
.jumbotron h1{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 4px #fff;
	margin-top: 40px;
}
.jumbotron  a{
	border: 1px solid #fff;
	background: transparent;
	outline: none;
	padding: 8px 18px;
	color: #fff;
	border-radius: 30px;
	margin-top: -12px;
	cursor: pointer;
	font-size: 12px;
	float: right;
}
.jumbotron a:hover{
	background: #55A849;
	border: 1px solid #55A849;
	display: inline-block;
	transition: 0.5s;
	color: #fff;
}
/*FOOTER*/
footer{
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #55A849;
	box-sizing: border-box;
}
footer .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
footer .container .sec{
	margin-right: 30px;
}
footer .container .sec.about{
	width: 40%;
}
footer .container h3{
	position: relative;
	color: #000;
	font-weight: 500;
	margin-bottom: 35px;
}
footer .container h3:before{
	content:' ';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #DFDED3;
}
footer p{
	color: #DFDED3;
}
.icon{
	margin-top: 20px;
	display: flex;
}
.icon li{
	list-style: none;
}
.icon li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgb(39, 160, 23);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 6px;
}
.icon li a:hover{
	background: rgb(76, 99, 73);
}
.icon li a .fa{
	color: #fff;
	font-size: 20px;
}
.shortlink{
	position: relative;
	width: 25%;
}
.shortlink ul li{
	list-style: none;
}
.shortlink ul li a
{
	color: #DFDED3;
	text-decoration: none;
	margin-bottom: 5px;
	display: inline-block;
}
.shortlink ul li a:hover{
	color: #555;
}
.contact{
	width: calc(30% - 60px);
	margin-right: 0 !important;
}
.contact .reach{
	position: relative;
}
.contact .reach li{
	display: flex;
	margin-bottom: 15px;
}
.contact .reach li span:nth-child(1){
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.contact .reach li span{
	color: #DFDED3;
}
.contact .reach li a{
	color: #DFDED3;
	text-decoration: none;
}
.contact .reach li a:hover{
	color: #555;
}
.copyright{
	width: 100%;
	background: #55A849;
	color: rgb(231, 221, 221);
	padding: 1px;
}
.copyright p{
	text-align: center;
	margin: 5px 0;
}
@media (max-width: 1000px){
	footer{
		padding: 40px;
	}
	footer .container{
		flex-direction: column;
	}
	footer .container .sec{
		margin-right: 0;
		margin-bottom: 40px;
	}
	footer .container .sec.about{
		width: 100%;
	}
	footer .container .sec.contact{
		width: 100%;
	}
	footer .container .sec.shortlink{
		width: 100%;
	}
	.copyright{
		padding: 8px 20px;
	}
}
/*top button*/
.top{
	position: fixed;
	width: 30px;
	height: 30px;
	background: #3FA329;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 25px;
}
.top:hover{
	color:rgb(47, 119, 33);
}