@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-Light.eot');
    src: url('fonts/Heebo-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Heebo-Light.woff2') format('woff2'),
        url('fonts/Heebo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-Regular.eot');
    src: url('fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Heebo-Regular.woff2') format('woff2'),
        url('fonts/Heebo-Regular.woff') format('woff'),
        url('fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-Bold.eot');
    src: url('fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Heebo-Bold.woff2') format('woff2'),
        url('fonts/Heebo-Bold.woff') format('woff'),
        url('fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-Medium.eot');
    src: url('fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Heebo-Medium.woff2') format('woff2'),
        url('fonts/Heebo-Medium.woff') format('woff'),
        url('fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
select,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

html {
    font-family: Heebo;
    width: 100%;
    height: 100%;
    font-size: 44px;
    font-weight: normal;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;;
    background-size: 100%;
    color: #26abe2;
    -ms-overflow-style: none;
    overflow: hidden;

}

iframe {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1{
    font-size: 0.5em;
    font-weight: 500;
    color: #fff;
    background: #2cade3;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-radius: 0.5em;
}

.form_btn{
    background: #1f2021;
    font-weight: 400;
    border-radius: 0.5em;
    text-decoration: none;
    padding: 0.2em 0.4em;
    position: absolute;

    top: 11em;
    left: 12em;
    font-size: 0.7em;
}

.form_btn a{
    color: #fff;
}

a:focus,
input:focus,
select:focus {
    outline: 2px solid lime!important;
}

a{color: #2cade3;
    text-decoration: none;}

.desktop {
    display: none !important;
}
.mobile {
    display: inline-block;
}
[aria-hidden="true"] {
    visibility: hidden;
    height: 0 !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.line {
    letter-spacing: -0.5em;
    font-weight: 100;
}

#wrapper {
    text-align: center;
    overflow-x: hidden;
    width: 100%;
    direction: rtl;

}

#form_wrapper {
   /* margin: auto;
    width: 100%;
    margin-top: 1.9em;*/

    margin-top: 1.9em;
    position: fixed;
    bottom: 0;
    z-index: 5;
    background: #606262;
    width: 100%;
    right: 0;
    margin: 0;
}

#contact_form {
    margin-top: 0em;
}

.form_item {
    margin-top: 0.5em;
    position: relative;
    text-align: center;
}

.error_msg {}

[aria-hidden="true"] {
   /* visibility: hidden;*/
   display: none;

}

input {
    height: 1.85em;
    border: none;
    background: transparent;
    font-family: Heebo;
    border-radius: 0.25em;
    border:0.075em solid gainsboro;
}

input[type=text],
input[type=tel],input[type=email]  {
    text-indent: 1em;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    height: 1.55em;
    padding-right: 20px;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

header {

    width: 100%;
}

header ul{
    list-style-type: none;
    direction: ltr;
    padding: 0;
    margin: 0;
    position: absolute;
      left: 16.5em;
    top: 0.3em;
}
header ul li img{
    width: 1em;
}

header ul li{    display: inline-block;
    font-size: .7em;}
.bold{font-weight: bold;}
.medium{font-weight: 500;}
.light{font-weight: 300;}
#content {
    width:100%;
    text-align: center;
    margin:1em auto 2em;
}
#content span{display: block;/*font-size: 1.2em;*/}
.icon{text-align: center;width:16em;margin:auto;margin-bottom: 1.5em;}
.icon footer,.icon header,.icon main{position: relative;top: auto;bottom: auto;right: auto;left: auto;text-align: center;}
.icon footer span{display: block;}
.icon img{width:5em;margin-bottom: 0.5em;}
.mobwrap{padding: 0.7em 0;background-size: cover;margin-bottom: 1em; background:#606262 }
.icons{background-color: #ecf1f5;
    padding-top: 1em;}
.con3{    margin-bottom: 14em;
}
h1 span{display: block;}
h1 span.light{letter-spacing: 0.85vw;}
h1 span.bold{letter-spacing: -0.05vw;font-size: 1.35em;}
h2{font-weight: 300;font-size: 1.8em;color: #fff;}
.light{    font-size: 0.8em;
    width: 23em;
    margin-right: 1.8em;
    color: #606262;}

.info{color: #585757;font-size: 0.8em;padding: 0.5em 1.75em;margin: auto;display: block}
.info *{vertical-align: middle;text-align: center;}
.info span{letter-spacing: -0.05em;font-size: 0.8em;display: block;}
.top{border-top:0.2em solid #1b6396;padding-top: 0.75em;margin-top: 0.75em;}
.divider{display: inline-block;padding: 0 0.5em;}
::-webkit-input-placeholder { color: #606262; opacity: 1; font-size: 1em;font-weight: 400;}
:-moz-placeholder { color: #606262;opacity: 1; font-weight: 400;font-size: 1em;}
::-moz-placeholder {color: #606262; opacity: 1;font-size: 1em; font-weight: 400;}
:-ms-input-placeholder { color: #606262; opacity: 1; font-size: 1em;font-weight: 400;padding: 0;}
main {
    width: 100%
}
.care{width:13em;    margin-top: 0.5em;
}
label{color:#000;position: absolute;right: 0.5em;bottom: 0.5em;     
}
label.top{color:#fff;bottom: auto;top:0vw;transition: transform .2s ease-in-out;transform: translate3d(0,-1em,0);-ms-transform: translate3d(0,1em,0);}
.c2c.mobile {
    margin-left: 3em;
    background: url(../images/mobile-call-btn.png) no-repeat;
    position: absolute;
    background-size: contain;
    right: 0.4em;
    top: -0.9em;
    height: 2em;
    width: 96%;
}

.c2c.mobile a {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 400;
    text-decoration: none;
    text-shadow: -2px -1px #000;
    text-align: center;
    padding-top: 0.1em;
    position: absolute;
    width: 10.5em;
    right: 2em;
    border-top: 0.05em solid red;
    border-bottom: 0.05em solid red;
}
.c2c img{height: 0.75em;}
#full_name,#phone,#company,#email {
    width: 80%;
    text-align: right;
    background:#fff;
   margin: auto;
   outline: none;
   border:0.075em solid #606262;
}


#formsubmit {
    cursor: pointer;
    width: 6em;
    height: 1.85em;
    margin: 0.5em auto 1.5em;
    color: #fff;
    background:#2cade3;
    font-family: Heebo;
    /* position: absolute; */
    bottom: -4.25em;
    font-size: 1.2em;
    border:none;
    font-weight: bold;
}

#thanks {
   /* width: 10em;
    position: absolute;*/
    right: 4.4em;
    top: 2.5em;
    font-size: 1.25em;
    color: white;
    padding-bottom: 1.2em;
    background: #606262;
    padding-top: 1em;

}

#thanks #header {
    font-size: 2.0em;
    margin-top: 0.7em;
}

footer {
    width: 100%;
}

footer .en {
    font-weight: 100;
}

footer a {
    color: #1b6396;
    text-decoration: none;
    font-weight: bold;
}

footer .footer_top {
    font-weight: 100;
    margin: 0.6em 0;
    display: inline-block;
    letter-spacing: -0.005em;
    text-align: center;
}
.infolink{position: absolute;left:0;}
footer .footer_bottom {
    font-size: 1.05em;
    font-weight: 400;
    padding-right: 0.5em;
    display: inline-block;
}
#legal{position: relative;padding-right: 0.75em;}
.logos{position: absolute;left: 0;top: 0;}
footer img.honda{width:9.25em;}
footer img.meir{width:4em;position: absolute;left: 11.5em;top:1.5em;}
#footer_wrapper{}

.error_msg {
    color: #ff0000;
    position: absolute;
    font-size: 0.5em;
    left: 5em;
    bottom: 0.2em;
    z-index: 1;
    display: none;
}
.error ~ .error_msg{display: block;}


#checkbox-input {
    margin-top: 2.75em;
}


.form_notice{display: block;text-align: right;margin:0.85em 0;}
.form_title {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0.25em;
    text-align: center;
    color: #fff;
    line-height: 0.5;
}
.form_title img{width: 5em}
.atrisk{color: #fdbb28;}
h3{font-size: 0.75em;margin-bottom: 2em;}

#contact_form p {
    font-size: 0.5em;
    position: absolute;
    right: 4em;
    /*    line-height: 20px;*/
}

.form_item checkbox {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
}
header img{width:100%;}
header .logo{    position: absolute;
    top: 1em;
    right: 13em;}
header .logo img {
    width: 7em;
  
}
.hide {
    display: none !important;
}

.sms {
    font-size: 7px;
    color: #fff;
    font-weight: 400;
}
.checkboxes{position: relative;}
input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    position: absolute;
    bottom: 3em;
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    line-height: 1em;
    font-size: 0.65em;
    width: 24em;
    margin-bottom: 0.7em;
    text-align: right;
}

input[type=checkbox]:not(old)+label> span >.cb,
input[type=radio]:not(old)+label> span > .cb {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.0625em solid rgb(240, 240, 240);
    border-radius: 0;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
    margin-bottom: 0.1em;
}
input[type=checkbox]:not(old) + label > span.bigger{
    display: inline-block;
    background: transparent;
    border: none;
    margin-bottom: 0.5em;width:100%;font-size: 125%;
}
input[type=checkbox]:not(old):checked + label > span.bigger {
    background: transparent;
}
input[type=checkbox]:not(old):checked + label > span.bigger:before {
  display: none;
}
input[type=checkbox]:not(old):checked+label>.cb,
input[type=radio]:not(old):checked+label>.cb {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):focus+label> span > .cb {
    outline: 2px solid lime!important;
}

input[type=checkbox]:not(old):checked+label> span > .cb:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #000;
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

.car-img {
    width: 0 !important;
    height: 0 !important;
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        body{
            overflow:hidden; 
        }
    }
}