body {
	font-family: 'Roboto', sans-serif;
}

header{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 2em 0 1em;
	z-index: 2;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.banner-section {
	background: #f4f0eb url(../img/banner-bg.png) no-repeat top left;
	background-size: 100% auto;
	/*heig    ht: 100vh;*/
	padding-top: 64px;
}

.banner-img {
	position: relative;
}

.img-responsive {
	width: 100%;
	height: auto;
}

div.form-content {
	background-color: #05113a;
}

.banner-form .form-content {
	padding: 0.5em 1.5em;
	color: #fff;
	text-align: justify;
	border-radius: 25px;
}

.img-car {
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: -30%;
}

.img-person {
	position: relative;
	z-index: 1;
	width: 90%;
	right: -13%;
}

.stp-section {
	padding: 4em 0;
	background-color: #ebebeb;
}

.stp-section .container .row > div {
	padding: 1em 1em 0;
	position: relative;
}

.stp-section .container .row > div:after {
	content: '';
	background: url(../img/step-bg.png) no-repeat right center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: -50px;
}

.stp-section .container .row > div:last-child:after {
	display: none;
}

.stp-section .container .row > div figure {
	max-width: 50%;
	margin: 0 auto 1em;
}

.stp-section .container .row > div h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	color: #05113a;
	font-weight: bold;
}

.stp-section .container .row > div p {
	font-size: 16px;
	color: #404040;
	font-weight: 300;
	text-align: justify;
	text-align-last: center 
}

.buckCounts {
	background: #f0f4f9 url(../img/buckCounts-bg.jpg) center center;
	background-size: cover;
	padding-bottom: 35%;
}

.buck-top {
	background: #fff url(../img/buck-bg.jpg) no-repeat left center;
	display: block;
	width: 100%;
	padding: 1.5em 1.5em 1.5em 45%;
	border-radius: 30px;
	-webkit-box-shadow: 2px 18px 60px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 18px 60px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 18px 60px 6px rgba(0,0,0,0.3);
	margin-top: -3.7em;
	margin-bottom: 3em;
}

.buck-top p {
	font-weight: 300;
	font-size: 26px;
	margin-bottom: 0;
}

.buck-top .btn-danger {
    background: linear-gradient(to bottom right, #cd0000 0%, #ff1a00 100%);
    background: -webkit-linear-gradient(to bottom right, #cd0000 0%, #ff1a00 100%);
    background: -moz-linear-gradient(to bottom right, #cd0000 0%, #ff1a00 100%);
    border-radius: 20px;
    padding: 0.2em 1.8em 0.2em 1.5em;
    position: relative;
}

.buck-top .btn-danger:after {
	content: '';
	position: absolute;
	background: url(../img/btn-arrow.png) no-repeat center center;
	width: 8px;
	height: 14px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buckCounts h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 40px;
}

.buckCounts h2 + p {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 21px;
}

.navigation-page h3 {
	text-align: center;
	text-transform: uppercase;
	color: #464646;
	font-size: 1.9em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 2.5em;
}

.content-nav {
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 5em;
}

.content-nav ul {
	margin-bottom: 0;
	max-width: 960px;
	margin: 0 auto;
	font-size: 0;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.content-nav ul li {
	display: inline-block;
	width: 24.6%;
	cursor: pointer;
	background-color: #ebebeb;
}

.content-nav ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	color: #464646;
	font-size: 18px;
	display: block;
	padding: 2em 0 0;
}

.content-nav ul li a:hover {
	color: #464646;
	text-decoration: none;
}

.content-nav ul li a:hover svg path {
	fill: #7e7e7e;
}

.content-nav ul li:first-child {
	border-top-left-radius: 35px;
}

.content-nav ul li:last-child {
	border-top-right-radius: 35px;
}

.content-nav ul li:hover {
	background-color: rgba(204,204,204, 0.6);
}

.content-nav ul li.nav-active,
.content-nav ul li.nav-active:hover,
.content-nav ul li.nav-active a,
.content-nav ul li.nav-active a svg path {
	background-color: #22b69f;
	color: #fff;
	fill: #fff;
}

.content-nav ul li.nav-active{
	position: relative;
}

.content-nav ul li.nav-active:before {
	content: '';
	background-color: #22b69f;
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0;
	top: -15px;
}

footer {
	background-color: #0d0d0d;
	position: relative;
	z-index: 1;
}

footer .footer-top {
	font-size: 0.9em;
	line-height: 1.3;
	padding: 2em 10px;
	margin-bottom: 0;
	color: #424242;
	text-align: justify;
	text-align-last: center;
	border-bottom: 1px solid #181818;
}

footer .footer-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 1em 10px;
}

footer .footer-bottom p,
footer .footer-bottom ul {
	margin-bottom: 0;
	color: #424242;
	font-size: 0.9em;
}

footer .footer-bottom ul li a {
	color: #424242;
	padding: 0 10px;
}

footer .footer-bottom ul li:first-child a {
	border-right: 1px solid #424242;
}


.rs-control .rs-range-color {
    background: linear-gradient(to bottom right, #ff0000 0%, #fef500 100%);
    background: -webkit-linear-gradient(to bottom right, #ff0000 0%, #fef500 100%);
    background: -moz-linear-gradient(to bottom right, #ff0000 0%, #fef500 100%);
}
.rs-control .rs-path-color {
    background: linear-gradient(to bottom right, #0060ff 0%, #00ff7e 100%);
    background: -webkit-linear-gradient(to bottom right, #0060ff 0%, #00ff7e 100%);
    background: -moz-linear-gradient(to bottom right, #0060ff 0%, #00ff7e 100%);
}
.rs-control .rs-handle {
    background-color: #838383;
}
.rs-control .rs-bg-color {
    background-color: #05113a;
}

.rs-handle.rs-move,
.rs-handle.rs-focus{
	/*height: 35px !important;
	width: 35px !important;
	margin: -6px 0px 0px -4px !important;*/
	background: linear-gradient(to bottom right, #00b4ff 0%, #0098c4 100%);
	background: -webkit-linear-gradient(to bottom right, #00b4ff 0%, #0098c4 100%);
	background: -moz-linear-gradient(to bottom right, #00b4ff 0%, #0098c4 100%);
	border: 1px solid #333;
}

.rs-border {
    border: 1px solid #333;
}

.banner-form .form-content .form-top,
.banner-form .form-content form {
	padding: 1em;
}

.form-content {
	background: url(../img/form-top.jpg) no-repeat left top -4em;
	background-size: auto;
}

.form-top .row > div {
	padding: 0;
}

.form-top h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #fde800;
	text-align: left;
	font-size: 2.1em;
	line-height: 1.4;
}

.form-check {
	padding-right: 0;
}

.form-check ul {
	padding-left: 1em;
	margin-bottom: 0;
}

.form-check li {
	font-size: 1em;
	text-align: left;
	position: relative;
	padding-bottom: 13px;
}

.form-check li:after {
	content: '';
	background: url(../img/banner-check.png) no-repeat center top;
	position: absolute;
	width: 28px;
	height: 25px;
	top: 0;
	left: -30px;
}

.form-caption {
	color: #616f9f;
	text-align: left;
	font-size: 0.7em;
	/* padding: 0 1em; */
	margin-left: -7px;
}

.input-field {
	width: 100%;
	margin-bottom: 0.7em;
	border-radius: 20px;
	padding: 5px 15px;
	outline: none;
}

form button {
	background: none;
	border: 0;
	width: 287px;
}

form button img {
	width: 100%;
}

.form-caption a {
	color: #009dcb;
}

.round-text {
	pointer-events: none;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
	z-index: 99;
}

.full .rs-tooltip span {
	display: block;
	text-align: center;
}

.rs-tooltip{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2.6em;
	line-height: 1;
}

.full .rs-tooltip span {
	color: #2ac9c7;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/*.full .rs-tooltip {
	left: 43% !important;
}

.full .rs-tooltip.tooltip-center {
	left: 30% !important;
}*/
.modal p{
  font-size: 16px;
}
.modal .form-control{

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.modal input[type="submit"]{
  font-size: 16px;
  line-height: 0px;
}
button .close{
  font-size:25px;
}
#Unsubscribe{
  position:fixed;
  top:20%;
}

.full .rs-tooltip {
    left: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    top: -120px;
    position: relative;
    width: 200px;
    margin: 0 auto!important;
}

@media screen and (max-width: 1200px) {
	.form-top h2 {
		font-size: 1.7em;
	}

	.form-check li {
		font-size: 0.9em;
	}

	.round-text span {
		font-size: 0.8em;
	}

	.round-text span strong {
		font-size: 2.3em;
	}

	.stp-section .container .row > div {
		padding: 1em 2em 0;
	}

	.stp-section .container .row > div h3 {
		font-size: 1.4em;
	}

	form button {
		width: 237px;
	}

	.buck-top {
		padding: 1.5em 1.5em 1.5em 49%;
	}

	.buck-top h3 {
		font-size: 1.5em
	}

	.buck-top p {
		font-size: 22px;
	}

	.buckCounts h2 {
		font-size: 20px;
	}

	.buckCounts h2 + p {
		font-size: 17px;
	}
}

@media screen and (max-width: 991px) {
	.form-content {
	    background: url(../img/form-top.jpg) no-repeat left top -4.5em;
	    background-size: 100% auto;
	}

	.round-text {
		-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    -o-transform: translateX(-100%);
	    transform: translateX(-100%);
	}

	form button {
		width: auto;
	}

	.banner-section {
		padding-bottom: 2em;
	}

	.stp-section .row {
		display: block;
	}

	.stp-section .row  > div {
		display: inline-block;
	}

	.stp-section .container .row > div:after {
		display: none;
	}
}

@media screen and (max-width: 767px){
	
	header {
		text-align: center;
	}
	
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.form-content {
		background: none;
	}

	.rs-control {
		margin: 0 auto;
	}

	.round-slider {
		padding-bottom: 1em;
	}

	.round-text {
		top: 36%;
		-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}

	.round-slider + div {
		text-align: center;
	}

	.buck-top {
	    padding: 1.5em;
	}

	.form-check.sp ul{
		text-align: center;
		display: inline-block;
	}

	.banner-form{
		margin: 2em 0;
	}

	.banner-section .container > .row {
		flex-direction: column-reverse;
	}

	.form-top h2 {
	    text-align: center;
	}

/*	.full .rs-tooltip {
	    left: auto;
	    right: auto;
	    margin: 0 auto;
	    display: block;
	    top: -120px;
	    position: relative;
	    width: 200px;
	    margin: 0 auto!important;
	}*/
}

@media screen and (max-width: 425px) {
	.buck-top {
		background: none;
		margin-top: 0;
		box-shadow: none;
		background: #fff;
		border-radius: 0;
	}

	.buckCounts {
		background: #f0f4f9 url(../img/buckCounts-bg.jpg) no-repeat center bottom;
    	background-size: 100% auto;
	}

	.banner-section {
		overflow: hidden;
	}

	.content-nav ul li {
		width: 50%;
	}

	.content-nav ul li.nav-active:before {
		display: none;
	}

	.content-nav ul li:first-child,
	.content-nav ul li:last-child {
		border-radius: 0
	}

	footer {
		padding: 0 15px;
	}

	footer .footer-bottom {
		flex-direction: column-reverse;
		text-align: center	
	}
}