body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

.section-intro.with-bottom-sep {
    padding-bottom: 4.2rem;
    position: relative;
}
#first-section {	
	background: rgb(12, 12, 53);
	min-height: 100px;
	width: 100%;
}

#first-section .header-list {
	margin-top: 20px;
}
#first-section .header-list ul {
	list-style: none;
	padding-left: 0;
}
#first-section .header-list ul li {
	display: flex;	
}
#first-section .header-list ul li h4 {
	color: white;
	line-height: 30px;
}


#first-section .header-right-card {
	height: 400px;
}

#first-section .header-right-card .card-btn{
	border: none;
	outline: none;
    border-radius: 30px;
    width: 80%;
	font-size: 1.7em;
	letter-spacing: 1px;
	background: #77da2a url(/assets/images/sv-btn-green.png) right center no-repeat;
	background-size: 76px;
	margin-top: 20px;
	color: white;
}
#first-section .header-right-card .card-btn:hover {
	background: #7ce22d url(/assets/images/sv-btn-green.png) right center no-repeat;
	background-size: 76px;
	border: none !important;
}

#first-section .header-right-card .d-flex {
	height: 400px;
	justify-content: center;
}

#first-section .header-custom-shape {
	z-index: 9;
	text-align: right;
	border-top-right-radius: 20px;
	/* position: absolute; */
	height: 90px;
	width: 100vw;
	padding: 15px 0;
	background-color: rgb(224, 195, 135);
	top: 310px;
	right: 155px;
    transform: skew(41deg); 
    -webkit-transform: skew(41deg);
}
#first-section .header-custom-shape .shape-contents {
	position: relative;
	display: inline-flex;
}
#first-section .header-custom-shape .text-section {
	color: white;
	transform: skew(140deg); 
    -webkit-transform: skew(140deg);
}
#first-section .header-custom-shape .img-section {
	margin-right: 250px;
    margin-left: 30px;
	transform: skew(140deg); 
    -webkit-transform: skew(140deg);
}
#first-section .header-custom-shape .text-section h4{
	font-weight: bold;
	margin-bottom: 0;
}
#first-section .header-custom-shape .text-section span{
	padding-left: 20px;
}

#people-section {
	margin-top: 120px;
}
#form-section .form-container {
	width: 80%;
	min-height: 600px;
	height: 100%;
	margin: auto;
	padding: 40px 20px;
	border-radius: 7px;
	border: 1px solid rgba(120,120,120,.2);
	-webkit-box-shadow: 0 0 7px 0 rgb(120 120 120 / 20%);
	-moz-box-shadow: 0 0 7px 0 rgba(120,120,120,.2);
	box-shadow: 0 0 7px 0 rgb(120 120 120 / 20%);
}

#form-section .answers a {
	font-weight: 500;
	border: none;
	background: rgba(0,0,0,.10) !important;
}

#step-form fieldset .answers .male-block a, #step-form fieldset .answers .female-block a {
	outline: none;	
	border: none;
	border-color: transparent;
	background: rgba(0,0,0,.10) !important;
}
#step-form fieldset .answers .male-block a:hover, #step-form fieldset .answers .female-block a:hover {
	background: rgba(0,0,0,.20) !important;
}
#form-section .answers a:hover{
	background: rgba(0,0,0,.20) !important;
}
#form-section .answers a:active{
	background: rgb(227 230 36) !important;
}
#form-section #step-form fieldset {
	display: none;
	transition: 0.3s all;
}
#form-section #step-form .step-active {
	display: block;
}
.people .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.people h2 {
  font-weight: 400;
}
.people .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
#fluid-section .answers a:hover {
	background-color: rgba(0,174,239,0.8);
}
#fluid-section .answers a {	
	height: 50px;
	margin-top: 10px;
	/* font-size: 1.3em; */
	/* letter-spacing: 1px; */
	padding: 8px 20px;
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
	color: #fff;
	background-color: #00aeef;
	border-radius: 100px;
	border: 0;
}

#card-section .text-center {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

#card-section .text-center img{
	width: 70%;
}

#card-section .container-fluid {
	background: #00aeef;
	background: -moz-linear-gradient(90deg,rgba(0,174,239,1) 51%,rgba(0,115,161,1) 51%,rgba(0,84,120,1) 51%,rgba(0,52,77,1) 51%);
	background: -webkit-linear-gradient(90deg,rgba(0,174,239,1) 51%,rgba(0,115,161,1) 51%,rgba(0,84,120,1) 51%,rgba(0,52,77,1) 51%);
	background: linear-gradient(90deg,rgba(0,174,239,1) 51%,rgba(0,115,161,1) 51%,rgba(0,84,120,1) 51%,rgba(0,52,77,1) 51%);
}
#card-section .container-fluid .stat {
	color: #fff;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -2px 0 28px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 0 28px 0 rgba(0,0,0,0.3);
    box-shadow: -2px 0 28px 0 rgb(0 0 0 / 30%);
}

#card-section .container-fluid .stat p {
    font-size: 2em;
    font-weight: 700;
}

#card-section .container-fluid .stat span.sv-sm-txt {
    font-size: .7em;
    font-weight: 400;
}
#card-section #tc-counter-1 {
    background-color: #00aeef;
}
#card-section #tc-counter-2 {
    background-color: #008bbf;
}
#card-section #tc-counter-3 {
    background-color: #005b7f;
}
#card-section #tc-counter-4 {
    background-color: #00344d;
}

.answers img{
	width: 200px;
}

.fue-grid{
	display: grid;
	grid-template-columns: 30% 40% 30%;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.fue-grid ul{
	text-align: left;
}

.second-fue{
	display: flex;
	justify-content: center;
}

.second-fue img{
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.logo-div img{
		width: 35%;
	}
	#card-section .container-fluid .container {
		padding: 0;
	}
	#card-section .container-fluid .text-center {
		display: block;
	}

	#card-section .container-fluid .stat span.sv-sm-txt {
	    font-size: .7em;
	    font-weight: 400;
	}

	#first-section .header-right-card {
		height: 220px;
	}

	#first-section .header-right-card .d-flex {
		height: 200px;
	}

  	#first-section .header-custom-shape {
		position: relative;
		top: 48px;
		width: 100vw;
		transform: skew(0deg);
		-webkit-transform: skew(0deg);
		left: -14px;
		border-radius: 0;
	}

	#first-section .header-custom-shape .img-section {
		margin-left: 5px;
		margin-right: 5px;
		transform: none;
	}
	#first-section .header-custom-shape .text-section {
		margin-right: 0;
		transform: none;
	}

	.fue-grid{
		display: grid;
		grid-template-columns: auto;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
}