html, body{
    height: 100%;
    width: 100%;
    direction: rtl;
    overflow: hidden;
	font-family: 'Heebo', sans-serif;
	box-sizing: border-box;
    font-size: 12px;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Heebo', sans-serif;
    color: #2B4269;
}
#content{
	background-color: #2B4269;
	max-width: 800px;
}

*, *:before, *:after {
    box-sizing: inherit;
}
input, select, textarea, button{
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
}
.noDisplay{
	display: none !important;
} 
input[type="text"], input[type="email"]{
	background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
    font-size: 19px;
    font-weight: 400;
    outline: none;
    text-align: right;
    border-radius: 6px;
    width: 100%;
    padding: 2px 15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8DA0BB;
	text-align:right;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #8DA0BB;
	text-align:right;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #8DA0BB;
	text-align:right;
}
:-moz-placeholder { /* Firefox 18- */
    color: #8DA0BB;
	text-align:right;
}
.zakaut_widget{
	padding: 20px 30px;
}
.formInputs li{
	margin-bottom: 10px;
}
h3{
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	line-height: 125%;
}
h6 a{
	color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    margin: 25px 0 15px 0;
}
h6 a:hover{
	text-decoration: underline;
}
h6.disc_1{
	color: #fff;
	font-size: 12px;
	
}
.zBtn{
    border: none;
    background: none;
    background-color: #00ABBD;
    color: #fff;
    font-size: 27px;
    padding: 13px 21px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.15;
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
}
.zBtn:hover{
	background-color:#0D8BA4;
}
.cbWrap{
    position: relative;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    color: #fff;
}
.cbWrap span{
    position: absolute;
    font-size: 15px;
    right: 29px;
    top: 5px;
}
.cbWrap .icheckbox_square-blue{
    margin-left: 10px;
}

.icheckbox_square-blue, .iradio_square-blue {
    background: url(/landing/accident-prevention-15/desktop/dark_blue.png) no-repeat;
    background-position: -24px 0;
	background-color: #fff;
}

label.error, .errorLp, .errorLimit{
	color: #FF6F7E !important;
	font-size: 100% !important;
    display: block;
    margin: 5px 3px 3px 0px;
}
form .radio-group-container input[type="radio"]{
    -ms-transform: scale(1.5);      /* IE 9 */
    -webkit-transform: scale(1.5);  /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
form .radio-group-container{
    position: relative;
    padding-bottom: 15px;
}
form .radio-group-container label{
    color: #fff;
    font-size: 15px;
    margin: 0 1px 0 1vh;
}

#have_mobileye-error{
	position:absolute;
	bottom: 0;
}