		.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 .row {
			position: relative;
			min-height: 480px;
			padding: 20px 0 60px;
			background-color: 
			rgba(0,0,0,.6);
			margin-bottom: 60px;
		}
		.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;
			color: #fff;
			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;
			background-repeat: repeat-x;
		    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		    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.first-step{ display: block; float: left}
		.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{
			color: #ddd ;
		    text-decoration: none;
		    background-position: 0 -14px;
		    transition: background-position 0.1s linear;	
		}	

		.rate-form-carousel .row { position: relative; min-height: 480px }
		.rate-form-carousel label.radio input[type=radio] { visibility: hidden; position: absolute; }
		.rate-form-carousel fieldset { 
			width: 600px;
			opacity:0;
			transition: all .5s;
			position: absolute;
			top: 0;
			text-align: center;
			right: 0;
			margin-right: -150px 
		}
		.rate-form-carousel fieldset.done { right: 100%; }
		
		.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),
		.rate-form-carousel[step="15"] fieldset:nth-of-type(15),
		.rate-form-carousel[step="16"] fieldset:nth-of-type(16),
		.rate-form-carousel[step="17"] fieldset:nth-of-type(17),
		.rate-form-carousel[step="18"] fieldset:nth-of-type(18){ opacity: 1; z-index: 2; right:38%; }

		.rate-form-carousel fieldset:nth-of-type(1) label:nth-of-type(1),
		.rate-form-carousel:not([step]) label:nth-of-type(2),
		.rate-form-carousel:not([step]) label:nth-of-type(3){
		    margin-top: 0px;
		}

		.rate-form-carousel fieldset legend span.step2 {width: 100%;}
		.rate-form-carousel fieldset legend span.step3,
		.rate-form-carousel fieldset legend span.step4{width: 100%;}
		
		.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}
		.step4-label {margin-left: 90px}
		.step8-label {margin-left: 160px}

		.rate-form-carousel label.number,
		.rate-form-carousel label.text,
		.rate-form-carousel label.select { 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],
		.rate-form-carousel label.select select
		 {
			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: 20px;
		    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;
			padding: 10px 30px;
			display: inline-block;
			border-radius: 4px;
			margin-bottom:10px; 
		}
		
		.rate-form-carousel form > div p {
			font-size: 18px;
			padding: 8px;
			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;
			padding: 4px;
			display: inline-block;
			border-radius: 4px;
			width: 100%;
			max-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; }
		
		.blink_me {
  			animation: blinker 1s linear infinite;
		}
		.rangeslider__fill {
			background: #3acccd;
			position: absolute;
		}

		.rate-form-carousel fieldset legend + label.number.range,
		.rate-form-carousel fieldset legend + label.text
		 {
			margin-top: 10px;
		}
.step3-label {margin-left: 90px;
}


@keyframes blinker {  
		  50% { opacity: 0; }
		}
/* BANNER FORM RESPONSIVE
==============================================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px){
	.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),
		.rate-form-carousel[step="15"] fieldset:nth-of-type(15),
		.rate-form-carousel[step="16"] fieldset:nth-of-type(16),
		.rate-form-carousel[step="17"] fieldset:nth-of-type(17),
		.rate-form-carousel[step="18"] fieldset:nth-of-type(18){ opacity: 1; z-index: 2; left:8%; }
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
		.rate-form-carousel fieldset {width: 100%; text-align: left}
	
		.rate-form-carousel label.radio.flaticon:before{
			display: inline;
			border: 2px solid;
			font-size: 36px;
			margin: auto 0;
			padding: 14px 16px;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;}
	
		.rate-form-carousel .container{min-width: 460px}
	
		.rate-form-carousel fieldset legend span {padding: 4px 0; margin-top: 30px;}
	
		.rate-form-carousel label.radio.radio-button{margin-bottom: 0px}
	
		.rate-form-carousel legend {width: 90%; margin: 0 auto; }
	
		.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:not([step]) label:nth-of-type(3),
		.rate-form-carousel label:nth-of-type(3),
		.rate-form-carousel:not([step]) label:nth-of-type(4),
		.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),
		.rate-form-carousel[step="15"] fieldset:nth-of-type(15),
		.rate-form-carousel[step="16"] fieldset:nth-of-type(16),
		.rate-form-carousel[step="17"] fieldset:nth-of-type(17),
		.rate-form-carousel[step="18"] fieldset:nth-of-type(18){ 
			opacity: 1; z-index: 2; left:0%; }
	
		.rate-form-carousel label.radio, .btn{
			float:none;
			width: 320px;
			margin-left: 8px;}
	
		.step2-label,
		.step3-label,
		.step4-label,
		.step9-label{margin-left: 40px;}
		
		.step5-label,
		.step6-label,
		.step7-label,
		.step10-label,
		.step11-label,
		.step12-label,
		.step13-label,
		.step14-label{text-align: center}
	
		.step8-label{text-align: center; margin-left: 0px}

}

@media only screen and (min-width: 320px) and (max-width: 479px){
	
		.rate-form-carousel form > div h2 { font-size: 1.4rem;}
	
		.rate-form-carousel .container{min-width: 340px}
	
		.rate-form-carousel fieldset {width: 100%; text-align: left}
	
		.rate-form-carousel legend {
		font-size: 1.5rem;
			width: 90%;
			margin: 0 auto;
			position: static;
			padding: 0 0;
		}

	
	.rate-form-carousel fieldset legend span {padding: 4px 0; margin-top: 30px;}
	
		.rate-form-carousel label.radio.flaticon:before{
			border: 2px solid;
			display: inline;	
			font-size: 36px;
			margin: auto 0;
			padding: 14px 16px;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;}
	
	
		.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 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),
		.rate-form-carousel[step="15"] fieldset:nth-of-type(15),
		.rate-form-carousel[step="16"] fieldset:nth-of-type(16),
		.rate-form-carousel[step="17"] fieldset:nth-of-type(17),
		.rate-form-carousel[step="18"] fieldset:nth-of-type(18){ 
			opacity: 1; z-index: 2; left:0%; }
	
		.rate-form-carousel label.radio, .btn{
			float:none;
			width: 280px;
			margin-left: 0px;
	margin-right: 0px;}
	
	.rate-form-carousel fieldset .step5-label,
		.rate-form-carousel fieldset .step6-label,
		.rate-form-carousel fieldset .step8-label,
		.rate-form-carousel fieldset .step10-label,
		.rate-form-carousel fieldset .step11-label,
		.rate-form-carousel fieldset .step12-label,
		.rate-form-carousel fieldset .step13-label,
		.rate-form-carousel fieldset .step14-label{
			text-align: center}
	
		.step2-label,
		.step3-label,
		.step4-label,
		.step9-label{margin-left: 7%;}
		.step5-label,
		.step7-label,
		.step8-label{margin-left: 0px;}
	
.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"] {width: 50%;}
	
	.rate-form-carousel label.radio.radio-button{margin-bottom: 0px}
	

}