@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "msg.css";

body{

	font-family: "Open sans, Helvetica, Arial", sans-serif;
	background-color: #FFF;
    color: #393839;
    max-width: 1920px;
    width:100%;
		height: 100%;
    margin: 0 auto;
   	box-sizing: border-box;
}


* {
  box-sizing: border-box;
}

.col{
	    display: inline-block;
	}

	.page1{
		background: url(../images/banner2.jpg) no-repeat;
    background-size: auto;
    background-position: top;
    min-height: 800px;
	}


/* --- Header --- */

	.header{
		background-color: #0f8d3b;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 2rem;
	}

	.title{
		text-align: right;
		color:white;
	}

	.title-mobile{
		display: none;
	}

	.section-container{
		padding: 50px 50px
	}

	.tlt-banner{
		font-family: "Open Sans", sans-serif;
	    text-align: center;
	    font-weight: 600;
	    font-size: 1.5em;
	}

	.tlt-banner-mobile{
		display: none;
	}



	.fa{
		font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	}



/* --- Box Form step 1--*/

	.box-form{
		font-family: "Open sans, Helvetica, Arial", sans-serif;
		padding: 50px 50px 40px;
		max-width: 850px;
		width: 100%;
		background-color: #fff;
		border: 1px solid #c2c2c2;
		margin-right: auto;
		margin-left: auto;
		box-sizing: border-box;
	}

	.box1{
		display:block;
		box-sizing: border-box;
		font-size: 14pt;
	}

	.hold-title{
		margin-bottom: 20px;
	}

	.hold-title h3{
		font-size:1.3rem;
		font-family: "Open sans, Helvetica, Arial", sans-serif;
	}

	.answer-holder{
	/*display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;*/
    margin: auto;
    /*margin-bottom: 15px;*/
    padding: 5px 10px 10px;
    max-height: 170px;
    border-radius: 5px;
    background-color: #f1f6e8;
    background-color: #f8faf3;
    background-color: #fff;
    border: 2px solid #39b54a;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease-in-out;
	}


	.answer-holder p{
		margin-bottom: 0;
	}


	.answer-holder:hover{
    	background-color: #f0f0f0;
	}

	.options-step-1{
		margin: auto;
		width: 90%;
	}

	.options{
		max-width: 500px;
    margin: auto;
	}

	.options-step-4{
		width: 100%;
    margin: auto;
	}

	.options-step-5{
		width: 100%;
		max-width: 600px;
    margin: auto;
	}

	/*.icon-text{
		font-size: 11pt;
	}*/

	.options-step-6{
		width: 100%;
		margin: auto;
		padding-right: 0;
	}

	#fieldyear{
		width: 14rem;
	}

	.answers-holder{
		margin: auto;
    /*margin-bottom: 15px;*/
    padding: 5px 10px 0px;
    max-height: 170px;
		text-align: center;
    font-size: 10pt;
    border-radius: 5px;
    background-color: #f1f6e8;
    background-color: #f8faf3;
    background-color: #fff;
    border: 2px solid #39b54a;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
	}

	.answer-holder img{
		max-width: 85px;
	}

	.answers-holder:hover{

    	background-color: #f0f0f0;
	}

	.item-active {
		box-shadow: 0px 0px 10px 0px rgb(57 181 74 / 50%);
		background-color: #f0f0f0;
		border: 2px solid #39b54a66;
		border-radius: 5px;
	}

	.woning{
		text-align: center;
	}

	.multiple-line {
		margin-bottom: 15px;
	}

	.form-horizontal, .form-group{
		margin-left: 0px;
    	margin-right: 0px;
	}


	.line-appear{
    	position: absolute;
    	top: -20%;
    	left: 25%;
    	right: 25%;
    	max-width: 100%
	}

	.box-warning{
		position: absolute;
		transform: translateY(-400px);
		transition: all 1.5s ease;
		background-color: #fff;
    	border: solid 1px #c2c2c2;
    	padding: 30px;
    	text-align: center;

    	width: 100%;
    	margin: auto;
	}



	.form-btn{
		padding: 18px 20px;
	    color: #fff;
	    font-weight: 700;
	    font-family: "Open sans, Helvetica, Arial", sans-serif;
	    border-radius: 5px;
	    background-color: #ff6600;
	    box-sizing: border-box;
	}


	.form-btn:hover{
		background-color: #e65c00;
	}


	.def-btn{
		box-sizing: border-box;
		display: block;
	    margin: 0 auto;
	    position: relative;
	    width: 100%;
	    border: none;
	    font-family: inherit;
	    font-size: 1.2rem;
	    line-height: 100%;
	    text-align: center;
	    vertical-align: middle;
	    transition: all 500ms ease;
	    cursor: pointer;

	}

	.return{
		text-align: center;
		color: #c2c2c2;
		padding-top: 20px;
		text-decoration: underline;
		box-sizing: border-box;
		cursor: pointer;
	}

	.fas{
		font-size: 12pt;
		padding-right: 10px;
	}

	.form-group{
		/*margin: auto;*/
		text-align: left;
	}


	.fill-form-responsive input{
		height:54px;
		margin-bottom: 10px;
		width: 100%;
		font-size: 1rem;
	}

	#step-7 h3{
		font-size: calc(1.2rem + .5vw);
	}

	.form-end{
		padding: 5px;
		margin: 0;
	}

	.line-box{
	margin: 0px 0 15px;
    border: solid 1px #c2c2c2;
    padding: 10px 0 10px 10px;
    float: none;
    border-radius: 5px; 
	color: gray;
	}

	.box-check input{
		width: 100%;
	}

	.form-check-input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }

  .form-check label {
    font-size: 14px;
    line-height: 1;
    color: #7c7c7c;
  }

  .text-check{
  	padding-left: 40px;
  	padding-bottom: 10px;
  }

  .legal-text{

		font-size: 10pt;
    line-height: initial;
    color: #7c7c7c;
    padding: 10px 15px;
    text-align: center;
  }

  #nine-options p{
  	margin-bottom: 0;
  }

.button-form{
	width: 100%;
	border-radius: 10px;
	background-color: #ff6600;
	color: white;
	padding: 0.5rem;
	text-align: center;
	transition: 1s all;
}

.button-form:hover{
	background-color: #e65c00;
}

  .calltime{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 1rem;

	border-radius: 2px;
	width: 95%;
	margin-left: 1rem;
	padding: .3rem .5rem;
  }

  .calltime-container{
	display: flex;
  }
  
  .s-legend{
	width: fit-content;
	margin: 0;
	font-size: 1rem;
	padding-right: 1rem;
  }
  .sel-calltime{
	display: flex;
	align-items: center;
	margin-right: 1rem;
  }
  
  .sel-calltime>input{
	margin-right: 0.5rem;
  }

	/* -- FOOTER -- */

	.foot{
		background-color: #fff;
	}

	.only{
		width: 100%;
    	margin: auto;
	}
	.position{
		padding: 7px 10px;
		box-sizing: border-box;

	}

	.position img{
		max-width: 120px;
		width: 100%;

	}

	.cont{
		margin: auto;
	}

	.cont span{
		font-size: calc(.7rem + .2vw);
		float: right;
	}


@media screen and (max-width: 991px){
	#fieldyear{
		width: 10.5rem;
	}
}
@media screen and (max-width: 787px){


	.img img{
		max-width: 150px;
	}

	.section-container{
		padding: 30px;
	}

	.calltime-container{
		display: flex;
		flex-direction: column;
	}

}


@media screen and (max-width: 767px) {

	.mobile{
		max-width: 100%;
		display: block;
		text-align: center;
		float: none !important;
	}

	.cont span{
		float: none;
	}

	#fieldyear{
		width: 7rem;
	}


	.box-form{
		height: auto;

	}

	.answer-holder{
		margin: auto;
		padding: 5px 0;
    	max-width: 300px;
	}

	.two-opt-responsive{
		display: inline-block;
	}

	.two-opt-responsive img{
		max-width: 60px;
	}

	.answers-holder{
		margin: auto;
    	max-width: 280px;
    	margin-top: 10px;
    	text-align: left;
	}

	.four-opt-responsive{
		display: inline-block;
	}

	.four-opt-responsive img{
		max-width: 60px;
	}

	.woning{
		padding:5px;
		margin: 10px auto;
		max-height: 100%;
	}

	.form-group{
		margin: 0 0 10px 0;
	}

	.form-fill{
		margin: 0 !important;
	}

	.form-end{
		padding: 0px;
	}


}

@media screen and (max-width: 610px){

	.section-container{
		padding: 30px;
	}

	.box-form{
		height: auto;
	}

	.answer-holder{
		margin-bottom: 20px;
		text-align: center;
		max-width: 250px;
	}

	.options-step-6{
		padding-right: calc(var(--bs-gutter-x)/ 2);
	}

	.fill-form-responsive{
		max-width: 100%;
	}

}

@media screen and (max-width: 575px){
	#fieldyear{
		width: 100%;
	}
}

@media screen and (max-width: 515px){

	.box-form{
		padding: 50px 20px;
	}

	.tlt-banner-mobile{
		display: inline-block;
	}

	.tlt-banner-mobile h2{
		font-family: "Open Sans", sans-serif;
	    font-weight: 600;
	    text-align: center;
	}

	.tlt-banner{
		display: none;
	}
}

@media screen and (max-width: 420px){

	.header{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0.5rem;
	}
	.box-form{
		padding: 20px 0;
	}

	.section-container{
		padding: 20px;
	}

	.title-mobile{
		display: inline-block;
		font-size:20px;
		color: white;
		padding-top: 1rem;
		text-align: center;
	}
	.title-mobile h3{
		font-family: "Open Sans", "Hevletica", "Arial", sans-serif;
	    text-align: center;
	    font-weight: 600;
	}

	.img-responsive{
		width: 150px;
	}

	.title{
		display: none;
	}

	.options{
		margin:0 auto;
	}

	.answer-holder{
		width: 100%;
		padding:0;
	}

	.header-holder div:last-child{
		margin-top: 0;
		padding: 0;
	}

	.tlt-banner-mobile{
		display: inline-block;
	}


	.tlt-banner{
		display: none;
	}

	.form-group{
		margin: 0;
	}

	.s-legend{
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 374px){

	.four-opt-responsive {
    	display: block;
    	text-align: center;
	}

}


/* Loader */

.loaderbg {
	background-color: #c1c1c18a;
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}

.loader {
	background-image: url("../images/loader.gif"); 
	width: 30px;
	height: 30px;
	/*border: 1px solid grey;*/
	/*border-radius: 5px;*/
	z-index: 10;
	/*position: relative;
	top: 50%;
	left: 50%;*/
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 30px;
	max-height: 30px;
	float: left;
}

.checker {
	background-image: url("../images/checker.gif");
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}

.thankyouloader {
	background-image: url("https://media2.giphy.com/media/3oEjI6SIIHBdRxXI40/200.gif");
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	background-color: white;
	width: 100%;
	height: 100%;
}