@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');

body,html{
	color:#082c3d;
	font-family: 'Rubik', sans-serif;
	font-weight:lighter;
}

.error{
	font-size:12px;
	color:red;
	display:none;
}

.noUi-pips{
	display:none!important;
}

.start{
	background:url(img/start.jpeg) no-repeat;
	background-size:cover;
	background-position: center center;
	padding-bottom:500px;
}
.start.wobg{
	background:none;
	padding:0;
}
.start.done{
	background:url(img/headerinter.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	padding-bottom:500px;
}
.start.done.sub{
	padding-bottom:50px;
}
.start.done.sub h2{
	color:#fff;
	font-weight:bold;
	font-size:40px;
	text-align:center;
}
.start .head{
	padding:50px 0px;
}
.start .head .logo{
	width:170px;
}

.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active{
	background:#133174;
	color:#fff;
	padding:10px 35px;
	border-radius:25px;
}

.form{
	margin-top:-280px;
}
.form.done{
	margin-top:-450px;
}
.form .title{
	margin-bottom:100px;
}
.form .title h2{
	color: #133174;
	background-color: rgba(255, 255, 255, 0.60);
	padding: 10px;
	margin-bottom:15px;
	font-weight:bold;
	display:inline-block;
	font-size:48px;
}
.form .title h4{
	color:#fff;
	text-shadow: 0px 0px 15px #133174;
	font-size:28px;
	font-weight:bold;
}
.form .text h3{
	font-size:32px;
	font-weight:bold;
}

.where{
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:-10px;
}
.where .box{
	padding-top: 10px !important;
	padding-right: 15px !important;
	padding-bottom: 20px !important;
	padding-left: 15px !important;
	background-color: #ededed !important;
	border-radius: 4px !important;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
	font-size:14px;
	color:#808080;
}
.where .box.active{
	background:#b8d843 !important;
	color:#fff;
	font-weight:bold;
}

.formbox{
	background:#fff;
	padding:35px;
	box-shadow: 0px 0px 15px 0px rgba(10,10,10,0.15);
	border-radius:25px;
	z-index:1;
	position: relative;
}
.formbox .number{
	font-size:25px;
	font-weight:bold;
	border:2px solid #133174;
	color:#133174;
	padding:8px 35px;
	border-radius:25px;
	display:inline-block;
	margin:10px 0px;
}
.formbox .btn-custom{
	background:#53a333;
	color:#fff;
	width:100%;
	font-weight:bold;
	font-size:20px;
}
.formbox .form-check{
	font-size:14px;
}
.formbox a{
	color:#a7a9b8;
	text-decoration: none;
}
.formbox .step2 h3{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	color:#082c3d;
}
.formbox .step2 h3 i{
	color:#99cc00;
}
.formbox hr{
	border: 1px solid #133174;
	opacity:1;
}


.title h2{
	color:#082c3d;
	font-size:32px;
	font-weight:bold;
}


.section{
	padding:100px 0px;
}


.easy .box{
	text-align:center;
}
.easy i{
	font-size:70px;
	color:#fff;
	background:#133174;
	border-radius:50%;
	padding:30px;
	margin-bottom:25px;
}
.easy h4{
	font-weight:bold;
}


.faq .faqbox .head{
	background:#f7f7f7;
	font-size:25px;
	font-weight:bold;
	padding:15px;
	cursor:pointer;
}
.faq .faqbox.active .head{
	background:#133174;
	color:#fff;
}
.faq .faqbox.active .body{
	display:block!important;
	padding:15px;
}


.info{
	border-top:1px solid #ebebeb;
	padding:25px;
	font-size:14px;
	text-align:center;
}

.footer{
	background:#133174;
	color:#fff;
	text-align:center;
	padding:15px;
}
.footer a{
	color:#fff;
}


.steps{
	display:none;
}



.rsv .headline{
	padding: 6px;
	background-color: #f8f8f8;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: -5px 5px 15px 0px rgb(0 0 0 / 10%);
}
.rsv .headline i{
	color:#99cc00;
}
.rsv .box>.row>div{
	min-height:900px;
}
.rsv .box>.row>div:first-child{
	box-shadow:-5px 5px 15px 0px rgb(0 0 0 / 10%);
	padding:25px;
	background:#f8f8f8;
	border-radius:15px;
}
.rsv .box>.row>div:last-child{
	background:#fff;
	position: relative;
	border-radius:15px;
	box-shadow: -5px 5px 15px 0px rgb(0 0 0 / 10%);
	padding:25px;
}
.rsv .box .list{
	display:flex;
	align-items:center;
}
.rsv .box .list i{
	font-size:24px;
	margin-right:10px;
	background:#96C11F;
	border-radius:50%;
	color:#fff;
	padding:10px;
}
.rsv .box .safebox{
	border:3px solid #D7D7D7;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	padding:15px;
	display:flex;
	align-items:center;
	cursor:pointer;
}
.rsv .box .safebox i{
	font-size:45px;
	margin-right:15px;
	color:#ebebeb;
}
.rsv .box .safebox.safe.greenborder{
	border:3px solid #96C11F;
}
.rsv .box .safebox.nosafe.redborder{
	border:3px solid #ff0000;
}
.rsv .box .safebox.safe i{
	color:#96C11F;
}

.btn-green, .btn-green:hover, .btn-green:focus, .btn-green:active{
	background:rgb(150, 193, 31);
}
.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active{
	border:1px solid #5e5c5c;
	color:#5e5c5c;
	border-radius:0;
	padding:3px 10px;
	background:#fff;
}

.fc-green{
	color:#96c11f;
}
.fc-red{
	color:#ff0000;
}




.steps{
	
}



@media only screen and (max-width:1399px){
	
	
	
}


@media only screen and (max-width:1199px){
	
	
	
}


@media only screen and (max-width:991px){
	
	
		
}

@media only screen and (max-width:768px){
	
	
	
}

@media only screen and (max-width:590px){
	
	.where .box{
		font-size:9px;
	}
	
	.start{
		padding-bottom:320px;
	}
	.start .head{
		padding:15px;
	}
	.start .head .logo{
		width:100%;
	}
	.start .head .row{
		align-items:center;
	}
	.form .text{
		display:none;
	}
	.start.done.sub h2{
		font-size: 27px;
		margin-top: 65px;
	}
	
	.where{
	}
	
	.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active{
		padding:10px;
		width:100%;
	}
	
	.form .title h2{
		margin-bottom:10px;
		font-size:40px;
	}
	.form .title h4{
		font-size:24px;
	}
	
	.formbox{
		padding:25px;
	}
	
	.section{
		padding:50px 0px;
	}
	
	.strong img{
		margin-top:50px;
	}
	
	.pros img{
		margin-bottom:50px;
	}
	
}
