@import url('https://fonts.googleapis.com/css?family=Lato');
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align: center;
}

a{
	color: #fff;
	text-decoration: none;
}
.logo-img{
	max-width: 100%;
}
.img-work{
	max-width: 100%;
}
.img-home{
	background-size: cover;
  	background-position: top;
	z-index: -2;
	position: absolute;
	width: 100vw;
	height: auto;
	left: 0;
}
.opacity{
   background-color:#4BA72C;
   opacity:0.2; /* Opacidad 80% */
   width:100%;
   height:100%;
}
.gradient{
	background-image:
    linear-gradient(
      to right, 
      #8BC53F, 
      #00A894, 
      #4B4F6A
    );
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    z-index: -1;
}
.cool-link {
    display: inline-block;
    text-decoration: none;
}
.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
.link-white::after{
    background: #fff;
}
.link-green::after{
    background: #4BA82C;
}
.link-black{
	color: black;
}
.get-in-touch{
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.get-in-touch:hover{
	color: #a7a7a7;
	background-color: #fff;
	border-radius: 2px;
	padding: 0.8em 2.2em;
}
.get-in-touch-fixed{
	background-color: #4BA82C;
	border-radius: 2px;
	color: #fff !important;
	padding: 0.8em 2.2em;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.get-in-touch-fixed:hover{
	-webkit-box-shadow: 1px 3px 20px rgba(0,0,0,0.6);
	        box-shadow: 1px 3px 20px rgba(0,0,0,0.6);
	font-size: 1em;
}
.get-in-touch-black{
	color: black;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.get-in-touch-black:hover{
	color: white;
	background-color: #4BA72C;
	border-radius: 2px;
	padding: 0.8em 2.2em;
}
.header-wrapper{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../img/main-cover-culture.jpg);
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	width: 100%;
}

.main-cover{
	background-color: rgba(75,168,44,0.8);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;

}
.main-cover-2{
	background-color: white;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.main-header{
	bottom: 0;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}
.main-header-2{
	bottom: 0;
	height: 100vh;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.main-navigation{
	max-width: 90%;
	margin: 0 auto;
	padding: 1.2em 0;
	display: none;
}

.main-navigation-logo{
	width: 25%;
	padding: 0.2em 0;
}

.main-navigation .main-navigation-logo, .main-navigation-items{
	display: inline-block;
	vertical-align: middle;
}

.main-navigation-items{
	width: 60%;
}

.navigation-list{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.navigation-list li{
	display: inline-block;
	vertical-align: top;
	padding-left: 2em;
}

.main-information{
	color: #fff;
	display: none;
	margin: 0 auto;
	padding-top: 25vh;
	overflow: hidden;

	/*flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.main-slogan{
	font-size: 4.5em;
	text-shadow: 5px 2px 10px rgba(0,0,0,0.5);
	width: 100%;
}
.main-information p{
	opacity: 0.8;
	font-size: 2em;
	padding-top: 1em;
}
.main-information p,h2{
	width: 60%;
}
.main-slogan .slogan-changing{
	font-style: italic;
	text-align: center !important;
}

.main-wrapper{
	width: 100%;
	background-color: #4B4F6A;
}

.navigation-fixed{
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	        box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	display: none;
	left: 0;
	padding: 0.2em 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 3;
}

.main-navigation-fixed-logo{
	width: 25%;
	padding: 0.2em 0;
}
.main-navigation-fixed-logo img{
	max-width: 80%;
	padding: 0;
}
.main-navigation-fixed-logo, .main-navigation-fixed-items{
	display: inline-block;
	vertical-align: middle;
}
.main-navigation-fixed-items{
	margin-right: 3em;
	width: 60%;
}
.main-navigation-fixed-items a{
	color: #b0b0b0;
	font-size: 0.8em;
	text-decoration: none;
}
.our-services{
	background-color: #F1F1F1;
	overflow: hidden;
	width: 100%;
}
.our-services-2{
	background-color: white;
	overflow: hidden;
	width: 100%;
}
.process-item{
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
	width: 12%;
}
.section-coco{
	padding: 2em 0;
}
.main-footer{
	background-color: #f7f7f7;
	color: #a7a7a7;
	padding: 2em 0 5em;
	width: 100%;
}
.main-footer2{
	position: relative;
	background-color: #4BA72C;
	color: white;
	padding: 2em 0 2em;
	width: 100%;
	bottom: 0;
}
.main-footer .novacoco-rights{
	font-size: 0.8em;

	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.main-footer .novacoco-rights p{
	margin: 0.2em 0;
}
.main-footer .novacoco-brand{
	border-bottom: solid 1px #a7a7a7;
	margin: 1em auto;
	padding: 1em 0;
	width: 60%;

	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.novacoco-brand-2{
	border-bottom: solid 1px white;
	margin: 1em auto;
	padding: 1em 0;
	width: 60%;
}
.main-footer .novacoco-brand p{
	font-size: 1.5em;

}
.novacoco-links{
	margin: 0 auto 1.5em;
	width: 80%;
}
.novacoco-links .novacoco-links-item{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}
.novacoco-links .novacoco-links-item ul{
	list-style: none;
}

.novacoco-links .novacoco-links-item li{
	list-style: none;
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
}
.novacoco-links .novacoco-links-item li a{
	color: #a7a7a7;
}
.novacoco-links .novacoco-links-item-2 li a{
	color: white;
}	
.novacoco-links .novacoco-links-item img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	max-width: 30px;
}
.novacoco-links .novacoco-links-item img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.links-right{
	text-align: right;
}
.links-left{
	text-align: left;
}
.title-white{
	color: white;
	font-size: 45px;
	padding: 1em;
	text-align: center;
}
.title-black{
	color: black;
	font-size: 45px;
	padding:0.8em 0;
	width: 100%;
}
.our-process{
	max-width:100vw;
	margin: 0px 60px;

	/*Flex*/
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.item-process{
	padding: 1em 0;
	width: 130px;
	position: relative;

	/*flex*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
p.item-process{
	color: white;
	font-size: 22px;
}
.img-process{
	max-width: 100px;
	height: auto;
}
.item-service{
	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.service-img{
	max-width: 30%;
	height: auto;
	margin: 2em 4em;
}
.txt-service{
	width: 400px;
	font-size: 20px;
	text-align : justify;
}
.txt-service h1{
	text-align: center;
	padding-bottom: 1em;
}
.desktop img{
	margin-left: 3em;
}
.trust-in-us{
	background-color: #4BA82C;
	width: 100%;
}
.title-about{
	color: white;
	font-size: 3vh;
	padding: 2em 0;
	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.title-about p{
	width: 60%;
	font-size: 3vh;
	padding: 2em;
}
.title-about h1{
	width: 60%;
	padding-top: 2em;
	color: white;
}
.section-about{
	background-color: white;

	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	align-content: center;
}
.item-about{
	width: 50%;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
	justify-content: center;
}
.item-about img{
	max-width: 100%;
	height:auto;
}
p.about{
	margin: 0 auto;
	padding-top: 2em;
	font-size: 18px;
	max-width: 70%;
	padding: 1em 4em;
	text-align: justify;
}
h1.about{
	max-width: 100vw;
}
.benefit{
	margin: 2em;
	width: 40%;
	height: auto;
	text-align: left;

	display: flex;

}
.item-benefit{
	padding: 1em 3em;

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.benefit img{
	max-width: 35px;
	max-height: 35px;
	width: 35px;
	height: 35px;
	margin-right: 20px;
}
.benefit p{
	text-align: justify;
}
/*Materializecss*/
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4B4F6A;
}
.parallax-container:hover .overlay {
  opacity: 0.8;
}
.text-parallax {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
  text-align: justify;
  width: 40%;
}
.text-parallax:hover{
	color: white;
	opacity: 1;
}
.tittle-parallax{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 4px solid white;
}

.z-depth-3 {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
/*end materializecss*/
.our-work{
	background-color: white;
}
.material-item{
	background-color: white;
	width: 25%;
	height: auto;
}
.work{
	padding-top: 2em;
	margin: 0 5em;
	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.card-work{
	margin: 3em 2em;
	min-width: 300px; 
}
.item-work{
	border-radius: 10px 10px 10px 10px;
	/*flex*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item-work p{
	font-size: 16px;
	width: 80%;
	text-align: center;
	height: auto;
	padding:1em 0;

	/*Flex*/
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
.item-work h5{
	padding-top: 1em;
}
.team{
	width: 70%;
	margin: auto;
	padding: 4em 0;
	background-color: white;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;

	/*Flex*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.item-team{
	width:20%;
	background-color: white;
	margin: 0 3em;

	/*Flex*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item-team p,h6{
	font-size: 14px;
	width: 80%;
	text-align: center;
	height: auto;
	padding: 5px 0;

	/*Flex*/
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
.item-team img{
	width: 100%;
	height: auto;
}

h6.t-team{
	font-size: 18px;
	color: #009145;
	margin-top: 25px;
}
p.t-team{
	color: #808080;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 15px;
}
.form{
	width: 60%;
	height: 550px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	background-color: white;
	position: relative;

	display: flex;
	direction: row nowrap;
}
.img-form{
	height: 100%;
	width: auto;
	padding:0;
}
.img-form img{
	height: 100%;
	width: auto;
	left: 0;
	top: 0;
}
.info-form{
	width: 80%;
	padding: 20px;
}
.info-form p{
	text-align: left;
	color: #4D4D4D;
	font-size: 16px;
	margin-bottom: 30px;
}
.info-form h2{
	text-align: left;
	font-size: 18px;
	color: #4D4D4D;
	margin-bottom: 15px;
}
.z-depth-3 {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.text-field{
	display: flex;
	flex-direction: row nowrap;
}
.text-field img{
	width: 20px;
	height: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
.img-perfil{
	position: relative;
	top: 0;
	left: 0;
	background-color: #4BA72C;
	width: 100%;
}
.social-img{
	position: absolute;
    z-index: +1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding-top: 40%;
    background-color: gray;
    opacity: 0;
  	transition: .5s ease;
}
.social-img:hover{
	opacity: 0.7;
}
.social-img img{
	width: 30px;
	height: 30px;
	margin: 0 5px;
	opacity: 1;
}
/*----------------------------INPUT TEXT-FIELD--------------------------------*/
* { box-sizing:border-box; }
h2 		 { 
  text-align:center; 
  margin-bottom:50px; 
}
h2 small { 
  font-weight:normal; 
  color:#4BA72C; 
  display:block; 
}
.group { 
  position:relative; 
  margin-bottom:40px; 
  margin-left: 20px;
}
input.input-text {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 450px;
  border:none;
  border-bottom:1px solid #757575;
}
input.input-text:focus { outline:none; }

/* LABEL*/
label.text 				 {
  color:#4D4D4D; 
  font-size:14px;A
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input.input-text:focus ~ label, input.input-text:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#4BA72C;
}

/* BOTTOM BARS*/
.bar 	{ position:relative; display:block; width: 450px; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#4BA72C; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input.input-text:focus ~ .bar:before, input.input-text:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER*/
.highlight {
  position:absolute;
  height:60%; 
  width:200px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input.input-text:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS  */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
/* Media */
@media screen and (max-width: 1100px){
	.item-about{
		width: 100%;
		margin-top: 1em;
	}
	.item-about img{
		margin: 0 auto;
	}
	.reverse{
		flex-direction: column-reverse;
	}
	.item-about p{
		padding: 1em 0;
		font-size: 16px;
	}
	.about{
		font-size: 26px;
	}

	.card-work{
		margin: 2em 1em;
	}
}
@media screen and (max-width: 950px){
	.item-benefit{
		padding: 0.1em;
	}
	.benefit{
		width: 100%;
		padding: 0.1em;
	}
	.benefit p{
		font-size: 16px;
	}
	.title-black{
		font-size: 26px;
	}
	.title-about p{
		width: 100%;
		font-size: 2.5vh;
	}
	/*Page about*/

}
@media screen and (max-width: 1062px) and (min-width: 820px){

	.navigation-list li{
		padding-left: 1em;
	}
	.main-slogan{
		font-size: 3em;
	}
	.main-footer .novacoco-brand{
		width: 90%;
	}
	.novacoco-links{
		width: 100%;
	}

}
@media screen and (max-width: 820px){
	.main-information{
	padding-top: 5vh;
	}
	.main-information p{
		font-size: 1em;
	}
	.main-slogan{
		font-size: 1.3em;
	}

	.main-navigation-logo, .main-navigation-fixed-logo{
		width: 50%;
	}

	.main-footer .novacoco-brand{
		width: 95%;
	}
	.main-footer .novacoco-brand p{
		font-size: 1em;
	}
	.main-footer .novacoco-links{
		margin: 0 auto;
		width: 95%;
	}
	.novacoco-links .novacoco-links-item{
		font-size: 0.8em;
		display: block;
		width: 90%;
	}
	.links-left, .links-right{
		margin: 1em 0;
		text-align: center;
	}
}
@media screen and (max-width: 1156px){
	.item-team{
		width:30%;
		margin: 0 2em;
	}
}
@media screen and (max-width: 730px){
	.item-team{
		width:60%;
		margin: 0 2em;
	}
	p.t-team{
	margin-bottom: 15px;
	margin-top: 10px;
	}
}
@media screen and (max-width: 730px){
	.main-header{
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}	
}
@media screen and (max-width: 730px){
	.main-header{
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}	
}
@media screen and (max-width: 1500px){
	.text-parallax {
	  width: 70%;
	}
}
@media screen and (max-width: 600px){
	.text-parallax {
	  font-size: 20px;
	}
}
@media screen and (max-width: 800px){
	.parallax img{
	background-image: cover;
	background-size: cover;
	width: 200%;
	height: auto;
	}
}
@media screen and (max-width: 1500px){
	.form{
	width: 70%;
}
.img-form{
	height: 100%;
	width: 40%;
	padding:0;
	}
}

@media screen and (max-width: 1200px){
		.img-form{
		width: 60%;
	}
	input.input-text {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 300px;
  border:none;
  border-bottom:1px solid #757575;
}
input.input-text:focus { outline:none; }

/* BOTTOM BARS*/
.bar 	{ position:relative; display:block; width: 300px; }
}
@media screen and (max-width: 980px){

	.img-form{
		display: none;
	}
	.info-form{
		padding-left: 2em;
	}
		input.input-text {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 350px;
  border:none;
  border-bottom:1px solid #757575;
}
input.input-text:focus { outline:none; }

/* BOTTOM BARS*/
.bar 	{ position:relative; display:block; width: 350px; }
}
@media screen and (max-width: 680px){
	input.input-text {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 200px;
  border:none;
  border-bottom:1px solid #757575;
}
input.input-text:focus { outline:none; }

/* BOTTOM BARS*/
.bar 	{ position:relative; display:block; width: 200px; }
.form{
	height: 600px;
}
}
@media screen and (max-width: 450px){
		input.input-text {
	  font-size:18px;
	  padding:10px 10px 10px 5px;
	  display:block;
	  width: 120px;
	  border:none;
	  border-bottom:1px solid #757575;
	}
	input.input-text:focus { outline:none; }

	/* BOTTOM BARS*/
	.bar 	{ position:relative; display:block; width: 120px; }
	.form{
		height: 600px;
	}
	.form{
	height: 700px;
	}
	.txt-service h1{
	font-size: 20px;
	}
	.txt-service p{
	font-size: 16px;
	padding: 0 10px;
	}
	.title-about h1{
		padding-top: 0.5em;
	}
	h1.about{
		font-size: 20px;
	}


}
@media screen and (max-width: 800px){
	.parallax-container .parallax img {
		background-image: cover;
	  width: 2000px;
	  height: auto;
	}
}
@media screen and (max-width: 770px){
	.navigation-list{
		text-align: center;
	}
	.navigation-list li{
		padding-left: 2em;
		padding-bottom: 1em;
		font-size: 16px;
	}
}
@media screen and (max-width: 350px){
	.benefit{
		margin: 0.8em;
	}
	.benefit p{
			font-size: 14px;
		}
	.benefit img{
		margin-right: 5px;
		height: 30px;
		width: 30px;
	}
	p{
		font-size: 16px;
	}
	.card-work{
		min-width: 200px;
	}
	.item-work p{
		font-size: 14px;
	}
}

/*--------------Radios buttons------------------*/

.radio-buttons{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.company{
	display: flex;
	flex-direction: row wrap;
	justify-content: flex-start;
}
.company img{
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.radio{
	text-align: left;
    color: #4D4D4D;
    font-size: 16px;
}
.radio-div{
	margin: 8px 0;
	margin-left: 70px;
}
.input{
	background-color: blue;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: all 0.15s ease-out 0s;
  border: solid gray 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #4BA72C;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.text-2{
	margin-top: 35px;
}