		.g-recaptcha > div{
		 margin: 0px auto !important;
		 text-align: center;
		 width: auto !important;
		 height: auto !important;
		}

		.ban_form select,
		.ban_form input[type=text],
		.ban_form input:not([type]),
		.ban_form .navigation_button { border-radius: 4px; }
		
		
		.rate-form-carousel article { display: none; }
		.rate-form-carousel fieldset { position: static; margin: 0; padding: 0 }
		.rate-form-carousel legend { font-size: 1.5rem; margin: 0; padding: 15px 0 0 0; position: static; width: 100%}
		.rate-form-carousel label.radio {
			display: block;		    
		    margin: 0px 0;
		}
		.rate-form-carousel label.radio
		 {
			margin-left: auto;
			margin-right: 30px;
			float: left;
			font-size: 20px;
			width: 120px;
		}
		
		.rate-form-carousel label.radio.flaticon:before{
			display: block;	
			font-size: 48px;
			width: 50px;
			margin: 0 auto;
			padding: 10px 20px;
			border: 3px solid;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;}

		.rate-form-carousel label.radio.radio-button,
		.btn{
			display: inline-block;		
			padding: 4px 12px;
		    margin-bottom: 15px;
		    line-height: 1.5;
		    text-align: center;
		    vertical-align: middle;
		    cursor: pointer;
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		    background-repeat: repeat-x;
		    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		    font-size: 22px;
		    -webkit-border-radius: 6px;
		    -moz-border-radius: 6px;
			border-radius: 4px;
		    border-radius: 6px;	width: 250px
		}

		.rate-form-carousel label.radio .flaticon:hover{
			color: #fff;
		}
		.rate-form-carousel label.first-step{ display: block; float: left}

		.rate-form-carousel label.radio:hover::before,
		.rate-form-carousel label.radio.hover::before  { color: #fff; cursor: pointer;}
		
		.rate-form-carousel label.radio:hover,
		.rate-form-carousel label.radio:focus,
		.btn:hover, .btn:focus{
		    text-decoration: none;
		    background-position: 0 -14px;
		    transition: background-position 0.1s linear;	
		}	

		
		.rate-form-carousel label.radio input[type=radio] { visibility: hidden; position: absolute; }
		.rate-form-carousel fieldset { 
			
			opacity:0;
			transition: all .5s;
			
			top: 0;
			text-align: center;
			
			
		}
		.rate-form-carousel fieldset.done { right: 100%; }
		
		.rate-form-carousel:not([step]) fieldset:nth-of-type(1) { opacity: 1; z-index: 2; right:30%; }
		.rate-form-carousel[step="2"] fieldset:nth-of-type(2) { opacity: 1; z-index: 2; right:33%; }
		.rate-form-carousel[step="3"] fieldset:nth-of-type(3) { opacity: 1; z-index: 2; right:37%; }
		.rate-form-carousel[step="4"] fieldset:nth-of-type(4) { opacity: 1; z-index: 2; right:45%; }
		.rate-form-carousel[step="5"] fieldset:nth-of-type(5) { opacity: 1; z-index: 2; right:34%; }
		.rate-form-carousel[step="6"] fieldset:nth-of-type(6) { opacity: 1; z-index: 2; right:35%; }
		.rate-form-carousel[step="7"] fieldset:nth-of-type(7) { opacity: 1; z-index: 2; right:35%; }
		.rate-form-carousel[step="8"] fieldset:nth-of-type(8) { opacity: 1; z-index: 2; right:33%; }
		.rate-form-carousel[step="9"] fieldset:nth-of-type(9) { opacity: 1; z-index: 2; right:34%; }
		.rate-form-carousel[step="10"] fieldset:nth-of-type(10) { opacity: 1; z-index: 2; right:35%; }
		.rate-form-carousel[step="11"] fieldset:nth-of-type(11),
		.rate-form-carousel[step="12"] fieldset:nth-of-type(12),
		.rate-form-carousel[step="13"] fieldset:nth-of-type(13),
		.rate-form-carousel[step="14"] fieldset:nth-of-type(14){ opacity: 1; z-index: 2; right:37%; }

		.rate-form-carousel fieldset:nth-of-type(1) label:nth-of-type(1),
		.rate-form-carousel label:nth-of-type(2),
		.rate-form-carousel label:nth-of-type(3){
		   
		}

		.rate-form-carousel fieldset legend span.step2 {width: 100%;}
		.rate-form-carousel fieldset legend span.step3 {width: 580px;}
		.rate-form-carousel fieldset legend span.step5,
		.rate-form-carousel fieldset legend span.step8,
		.rate-form-carousel fieldset legend span.step9{width: 100%;}
		
		.step2-label {margin-left: 170px}
		.step1 {margin: 0 auto; float: none; display: table; margin-top: 60px;}

		.rate-form-carousel label.number,
		.rate-form-carousel label.text { display: block; margin-bottom: 10px;}
		
		.rate-form-carousel label.number span,
		.rate-form-carousel label.text span { display: block; color: #ccc; }

		.rate-form-carousel label.number input[type=number],
		.rate-form-carousel label.number input[type=text],  
		.rate-form-carousel label.text input[type=text],
		.rate-form-carousel label.text input[type=number],
		.rate-form-carousel label.text input[type=email],
		.rate-form-carousel label.text input[type=tel]
		 {
			background-color: rgb(255, 255, 255);
		    border-image-source: initial;
		    border-image-slice: initial;
		    border-image-width: initial;
		    border-image-outset: initial;
		    border-image-repeat: initial;
		    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
		    border-width: 1px;
		    border-style: solid;
		    border-color: rgb(204, 204, 204);
		    transition: border 0.2s linear, box-shadow 0.2s linear;
		    display: inline-block;
		    height: 50px;
		    margin-bottom: 10px;
		    font-size: 26px;
		    line-height: 46px;
		    color: rgb(85, 85, 85);
		    vertical-align: middle;
		    padding: 4px 6px;
		    border-radius: 6px;
		    width: 60%;
		    box-sizing: border-box;
		}
		.rate-form-carousel label.number.range input[type=number] {
			margin-bottom: 30px;
		}

		.rate-form-carousel form > div {
			text-align: center;
			margin-bottom: 20px;
		}
		.rate-form-carousel[step] form > div {
			display: none;
		}
		
		.rate-form-carousel form > div h2 {
			margin-top: 0px;
			font-size: 1.75rem;
			line-height: 1.5;
			color: #004369;
			padding: 0px 0px;
			display: inline-block;
			border-radius: 4px;
			margin-bottom:10px; 
			width: 100%;
			text-align: center;
		}
		
		.rate-form-carousel form > div p {
			font-size: 18px;
			color: #004369;
			padding: 0px;
			display: inline-block;
			border-radius: 4px;
			max-width: 500px;
		}
		
		.rate-form-carousel label.number.range input[type=range] { 
			width: 90%;
			margin-bottom: 30px; 
		}
		
		
		.rate-form-carousel fieldset legend span {
			font-size: 26px;
			line-height: 1.5;
			color: #fff;
			padding: 4px;
			display: block;
			border-radius: 4px;
			width: 100%;
			margin-top: 60px;
			margin-bottom: 30px;
			text-align: center
			
		}

		.rate-form-carousel form.invalid input:invalid,
		.rate-form-carousel form input.invalid:invalid { -webkit-appearance: none; box-shadow: 0 0 2px 2px rgb(255,0,0) !important; }
		
		.rate-form-carousel .rangeslider { margin-bottom: 40px; }
		
		
		.rangeslider__fill {
			background: #3acccd;
			position: absolute;
		}
.blink_me {
  			animation: blinker 1s linear infinite;
		}
.backbtn {display: block;
margin: 0 auto;
position: relative;
top: 400px;
background: none;
color:#A3A0A0;
border: 0px;
    float: left;
    left: 260px;
font-size: 14px;
}
.backbtn:hover {color: #000; cursor: pointer;}

.progress {
    height: 30px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    width:66%;
	position: inherit;
	margin: auto;
	margin-top: 100px;
    display: block !important;
    margin-bottom: 20px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.rate-form-carousel fieldset legend + label.number.range,
.rate-form-carousel fieldset legend + label.text
 {
	margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	.rate-form-carousel:not([step]) fieldset:nth-of-type(1) { opacity: 1; z-index: 2; right:25%; }
	.backbtn {left: 200px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
		.rate-form-carousel label.radio.flaticon::before {
    display: inline;
    font-size: 36px;
    margin: auto 0;
    padding: 14px 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
	.step1 {margin-top: 10px;}
	.rate-form-carousel fieldset:nth-of-type(1) label:nth-of-type(1), .rate-form-carousel label:nth-of-type(2), .rate-form-carousel label:nth-of-type(3) {
    margin-top: 0px;
}
	
		.rate-form-carousel fieldset {text-align: left;}
	
		.rate-form-carousel label.radio:hover::before  {cursor: pointer;}
	
		.rate-form-carousel label:nth-of-type(1){margin-top: 0px;}	
		.rate-form-carousel:not([step]) label:nth-of-type(2),
		.rate-form-carousel label:nth-of-type(2),
		.rate-form-carousel label:nth-of-type(3),
		.rate-form-carousel:not([step]) label:nth-of-type(3),
		.rate-form-carousel label:nth-of-type(4){
			margin-top: 40px;}
	
		.rate-form-carousel:not([step]) fieldset:nth-of-type(1),
		.rate-form-carousel[step="2"] fieldset:nth-of-type(2),
		.rate-form-carousel[step="3"] fieldset:nth-of-type(3),
		.rate-form-carousel[step="4"] fieldset:nth-of-type(4),
		.rate-form-carousel[step="5"] fieldset:nth-of-type(5),
		.rate-form-carousel[step="6"] fieldset:nth-of-type(6),
		.rate-form-carousel[step="7"] fieldset:nth-of-type(7),
		.rate-form-carousel[step="8"] fieldset:nth-of-type(8),
		.rate-form-carousel[step="9"] fieldset:nth-of-type(9),
		.rate-form-carousel[step="10"] fieldset:nth-of-type(10),
		.rate-form-carousel[step="11"] fieldset:nth-of-type(11),
		.rate-form-carousel[step="12"] fieldset:nth-of-type(12),
		.rate-form-carousel[step="13"] fieldset:nth-of-type(13),
		.rate-form-carousel[step="14"] fieldset:nth-of-type(14){ 
			left: 20%;
margin-top: 50px; }
	
		.rate-form-carousel label.radio, .btn{
			float:none;
			width: 320px;
			margin-left: 8px;}
	
		.step2-label,
		.step3-label,
		.step4-label,
		.step5-label,
		.step6-label,
		.step7-label{margin-left: 40px;}
		.step8-label{margin-left: 60px;}
		.step9-label,
		.step10-label,
		.step11-label,
		.step12-label,
		.step13-label,
		.step14-label{margin-left: 40px;}
	

		.rate-form-carousel label.radio.radio-button{margin-bottom: 0px}
	.rate-form-carousel legend {
		width: 420px;
		}
.backbtn{    left: 140px;
    top:550px;
}
	
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.rate-form-carousel .row .grid_7 {
    min-height: 455px;
    margin-bottom: 30px;
}
	.p_main {
		font-size: 23px;
line-height: 30px;
	}
	.rate-form-carousel label.radio.flaticon::before {
    display: inline;
    font-size: 36px;
    margin: auto 0;
    padding: 14px 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
	.step1 {margin-top: 10px;}
	.backbtn{    left: 150px;
    top: 520px;
}
	.rate-form-carousel form > div h2 {width: 99%}
	.rate-form-carousel fieldset:nth-of-type(1) label:nth-of-type(1), .rate-form-carousel label:nth-of-type(2), .rate-form-carousel label:nth-of-type(3) {
    margin-top: 0px;
}
	.rate-form-carousel form > div h2 {
		font-size: 24px;
	}
	.progres {
		margin-top: 80px;
	}
		.rate-form-carousel fieldset {text-align: left;}
	
		.rate-form-carousel label.radio:hover::before  {cursor: pointer;}
	
		.rate-form-carousel label:nth-of-type(1){margin-top: 0px;}	
		.rate-form-carousel:not([step]) label:nth-of-type(2),
		.rate-form-carousel label:nth-of-type(2),
		.rate-form-carousel label:nth-of-type(3),
		.rate-form-carousel:not([step]) label:nth-of-type(3),
		.rate-form-carousel label:nth-of-type(4){
			margin-top: 40px;}
	
		.rate-form-carousel:not([step]) fieldset:nth-of-type(1),
		.rate-form-carousel[step="2"] fieldset:nth-of-type(2),
		.rate-form-carousel[step="3"] fieldset:nth-of-type(3),
		.rate-form-carousel[step="4"] fieldset:nth-of-type(4),
		.rate-form-carousel[step="5"] fieldset:nth-of-type(5),
		.rate-form-carousel[step="6"] fieldset:nth-of-type(6),
		.rate-form-carousel[step="7"] fieldset:nth-of-type(7),
		.rate-form-carousel[step="8"] fieldset:nth-of-type(8),
		.rate-form-carousel[step="9"] fieldset:nth-of-type(9),
		.rate-form-carousel[step="10"] fieldset:nth-of-type(10),
		.rate-form-carousel[step="11"] fieldset:nth-of-type(11),
		.rate-form-carousel[step="12"] fieldset:nth-of-type(12),
		.rate-form-carousel[step="13"] fieldset:nth-of-type(13),
		.rate-form-carousel[step="14"] fieldset:nth-of-type(14){ 
			left: 20%;
margin-top:20px; }
	
		.rate-form-carousel label.radio, .btn{
			float:none;
			width: 320px;
			margin-left: 8px;}
	
		.step2-label,
		.step3-label,
		.step4-label,
		.step5-label,
		.step6-label,
		.step7-label{margin-left: 40px;}
		.step8-label{margin-left: 60px;}
		.step9-label,
		.step10-label,
		.step11-label,
		.step12-label,
		.step13-label,
		.step14-label{margin-left: 40px;}
	

		.rate-form-carousel label.radio.radio-button{margin-bottom: 0px}
	.rate-form-carousel legend {
		width: 420px;
		}

}

@media only screen and (min-width: 320px) and (max-width: 479px){
	.rate-form-carousel .row .grid_7 {
    min-height: 455px;
    margin-bottom: 30px;
}
	
	.progress {margin-top: 70px;}
	.p_main {font-size: 18px; line-height: 30px;}
	.rate-form-carousel form > div h2 {
		font-size: 1.30rem;
	padding: 0px 0px;
	margin-bottom: 0px}
	.rate-form-carousel .container{min-width: 320px} 
	.rate-form-carousel:not([step]) label:nth-of-type(2),
	.rate-form-carousel:not([step]) label:nth-of-type(3) {
    margin-top: 40px;
}
	
		.step1-label { margin-left: 50px;}
	
	.rate-form-carousel fieldset:nth-of-type(1) label:nth-of-type(1) {
    margin-top: 50px;
}
	.rate-form-carousel:not([step]) fieldset:nth-of-type(1) { opacity: 1; z-index: 2; right:-28%; }
	.rate-form-carousel:not([step]) label:nth-of-type(2), .rate-form-carousel:not([step]) label:nth-of-type(3){margin-top: 40px;}
	.rate-form-carousel label.radio.flaticon::before {
    display: inline;
    font-size: 36px;
    margin: auto 0;
    padding: 14px 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
	.step1 {
    margin-left:10px;
		margin-top: 0px;
}
	.backbtn {left: 100px; top: 500px}
	.rate-form-carousel fieldset {text-align: left;}
	
		.rate-form-carousel label.radio, .btn{
			float:none;
			width: 320px;
			margin-left: 8px;}
	
		.rate-form-carousel label.radio:hover::before  {color: #fff; }
}