/*********************************
    General CSS
**********************************/

/** topbar **/
/*header .header-wrapper{color:#fff;height:100%;padding:.5em 0;box-sizing:border-box}div#header-wrapper{background: #18264f;color:#fff;width:100%;position:relative;z-index:2;}#header-wrapper a{color:#fff;text-decoration:none}div#header{max-width:1024px;margin:0 auto;height:45px;font-size:17px;background: #18264f;}.floatLeft{float:left;position:relative;left:10px}.floatRight{float:right}#header-left a{display:inline-block;background:url(images/bezeq-sprite.png) 0 -573px no-repeat;height:21px;width:24px;position:relative;top:11px}a#header-fb:hover{background-position:0 -594px}a#header-youtube{background-position:0 -657px}div#header-left{direction:ltr}a#header-youtube:hover{background-position:0 -679px}a#header-googleplus{background-position:0 -615px}a#header-googleplus:hover{background-position:0 -636px}div#header-right a{padding:3px 7px}div#header-right{position:relative;top:13px}div#header-right a:hover{background:#395fab}.menu-mobile li a{color:#fff}.menu-mobile li{direction:rtl;text-align:right;font-size:30px;padding:5px 20px}.menu-mobile ul{padding-bottom:10px;display:none}button{background:0 0}button#jet-burger{position:absolute;top:10px;left:10px;z-index: 999;border: none;}.mobile{display:none}.desktop{display:initial}@media screen and (max-width:920px){.mobile{display:initial}.desktop{display:none}}*/

body{}
body,html{}

h1,h2,h3,h4, .h2{
    font-family: 'simpler-bold', 'sans-serif';
    margin:0;
}
h1{color: #12286a}
h2, .h2{font-size: 48px;}
h3{
    font-size: 18px;
}
h4{}

p{
    font-size: 16px;
    color: #16254f;
    line-height: 1.4;
}



button{}

.ltr{
    direction: ltr;
}
.jet-bigger{
    font-size: 1.4em;
}
.jet-arial{
    font-family: 'Arial'', 'sans-serif';
}

.btn{
    font-size: 24px;
    line-height: 46px;
}
.btn-jet{
    color: #18264f;
    text-decoration: underline;
}
.btn-blue{
    height: 59px;
    line-height: 59px;
    font-size: 36px;
    border: none;
    padding: 0 20px;
    background: #3f75fc;
    color: #fff;
    border-radius: 0;
    position: relative;
    right: -5px;
}

#jet-section-wrapper{
    color: #12286a;
    font-size: 18px;
    font-family: 'simpler-regular', 'sans-serif';
    margin-top: -18px;
}
#jet-section-wrapper a:focus{
    text-decoration: none;
}
.jet-section{
    position: relative;
}

#jet-section-2 .row{
    width: 90%;
    margin: 0 auto;
}

.jet-section .container{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.roy-desktop{
    display: block;
}
.roy-mobile{
    display: none;
}

/*********************************
    Sticky nav
**********************************/

/*#jet-sticky-nav{*/
/*position: fixed;*/
/*top: 300px;*/
/*right: 50px;*/
/*z-index: 999999;*/
/*}*/
/*#jet-sticky-nav ul{*/
/*list-style: none;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/
/*#jet-sticky-nav li{}*/
/*#jet-sticky-nav li a{*/
/*display: inline-block;*/
/*width: 20px;*/
/*height: 20px;*/
/*background: #16254f;*/
/*border: 1px solid #16254f;*/
/*border-radius: 100%;*/
/*}*/
/*#jet-sticky-nav li a.sticky-nav-active{*/
/*background: #fff;*/
/*}*/

/*********************************
    Form
**********************************/
input:focus{
    outline: 1px solid #4a5f7a;
    outline-color: #4a5f7a;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
input:-moz-focusring{
    outline: 1px solid #4a5f7a;
}
#jetform-top-wrapper{
    /*background: rgba(254,254,254,0.95);*/
    border: 1px solid #e6e6e7;
    background-color: #fefefe;
    padding: 0 15px 20px;
    width: 390px;
    height: 385px;
    margin: 20px 0 0 45px;
}
#jetform-bottom-wrapper input[name^="jf_txt"]{
    width: 340px;
    height: 47px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
#jetform-top-wrapper input[name^="jf_txt"]{
    /*width: 100%;*/
    background: #fff;
    border: 1px solid #e3e3e3;
    color: #363636;
}
.jetform{





}
.jetform form{
    padding: 0;
}
.jetform div input[name^="jf_txt"],
.jetform div select{

    line-height: 38px;
    width: 285px;
    height: 38px;
    margin-bottom: 15px;
    padding: 0 20px;
    border-color: #e2e2e2;
    text-align: center !important;
    font-size: 20px;

    text-align-last: center;
    font-family: 'simpler-regular', 'sans-serif';
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 50px;
}
#jetform-top-wrapper input[type="submit"]{
    background: #4a5f7a;
    padding: 0;
    border-radius: 50px;
    width: 285px;
}
#jetform-top-wrapper input[type="submit"]:hover, #jetform-top-wrapper input[type="submit"]:focus{
    text-decoration: underline;
}
/*#jetform-bottom-wrapper input[type="submit"]{
    background: #3f75fc;
    padding: 15px auto;
    width: 340px;
    margin-left: 35px;
}*/
.jetform input[type="submit"]{

    height: 45px;
    line-height: 45px;
    font-size: 23px;
    border: none;
    color: #fff;

    margin-top: 15px;
    text-align: center !important;
    border-radius: 0;
}
.jetform .has-error input, .jetform .has-error select{
    border-color: #ff0006 !important;
}
#jetform-bottom-wrapper .has-error input, label.has-error, .jetform .has-error select{
    border-color: #ff0006 !important;
}
.radio-simple {font-family: 'simpler-regular','sans-serif';font-weight: normal;font-size: 20px;text-align: right;display: inline-block;margin: 0 5px;}
#jetform-bottom-wrapper .radio-simple{
    color: #fff;
    margin: 0 35px 0 25px;
}
.radio-simple label{
    font-weight: normal;
}

.jf_err{
    color:#ff0006;
    font-size: 18px;
    line-height: 20px;
    font-family: 'simpler-regular', 'sans-serif';
}
#jetform-bottom-wrapper .jf_err{
    margin-top: -55px;
}
#jetform-bottom-wrapper .jf_err, #jetform-bottom-wrapper label.has-error{
    color:#ff0006;
}
.jf_err.beforeSubmit{
    color: #18264f;
}
.jf_err.submited{
    color: #1b711b;
    font-size: 30px;
}
::-webkit-input-placeholder { color: #333333; font-size: 20px; } /* WebKit, Blink, Edge */
:-moz-placeholder { color: #333333; opacity: 1; font-size: 20px;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #333333; opacity: 1; font-size: 20px;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #333333; font-size: 20px;} /* Internet Explorer 10-11 */
:placeholder-shown { color: #333333; font-size: 20px;} /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

#jetform-bottom-wrapper ::-webkit-input-placeholder { color: #fff; } /* WebKit, Blink, Edge */
#jetform-bottom-wrapper :-moz-placeholder { color: #fff; } /* Mozilla Firefox 4 to 18 */
#jetform-bottom-wrapper :-ms-input-placeholder { color: #fff; } /* Internet Explorer 10-11 */
#jetform-bottom-wrapper :placeholder-shown { color: #fff; } /* Internet Explorer 10-11 */
.form-meta {
    margin-top: 50px;
}
/*
.close-jetform{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 30px;
    color: #fff;
    background: #18264f;
    padding: 0 15px;
    border:none;
}
*/

#bezeq-logo{
    /*margin: 30px 0 0 0;*/
    position: absolute;
    top: 30px;
    left: 20px;
}
/*********************************
    Section 1
**********************************/

#jet-section-1{
    height: 555px;
    background: url(images/banner.jpg) no-repeat center top;
    background-size: cover;
    color: #16254f;
    position: relative;
}
#jet-section-1 h1{
    font-size: 36px;
    line-height: 34px;
}
#jet-section-1 h1 img{
    margin: -7px 45px 0 -90px;
}

#jet-section-1 h1 span{
    /*color: #363636;*/
    font-family: 'simpler-regular', 'sans-serif';
    font-size: 28px;
    line-height: 20px;
    letter-spacing: -.02em;
    padding-left: 40px;

}
#jet-section-1 #hatava{
    background-color: #4e4e4e;
    color: #fff;
    border-radius: 50%;
    font-family: simpler-bold, 'sans-serif';
    font-size: 23px;
    line-height: 20px;
    width: 121px;
    height: 121px;
    padding: 20px 10px;
    position: absolute;
    left: -70px;
    top: 120px;
}

#jet-section-1-title{
    margin: 60px 0 0 0;

}
#jet-section-1-title h1 img{
    float: right;
}
#jet-section-1-meta{
    /*margin: 5px 35px 0 0;*/
    letter-spacing: -1px;
}
#jet-section-1 .right-block{
    margin-right: 25px;
}
/*#btn-jet-video{
    background: url(images/movie-link.png) left center no-repeat;
    padding-left: 35px;
    margin-top: 20px;
}*/
#jetform-top-wrapper{

    /*float: left;*/
    /*margin-top: 145px;*/
    display: inline-block;
    font-family: 'simpler-bold', 'sans-serif';
    color: #363636;
}
#jetform-top-wrapper p{
    margin: 15px 0 10px 0;
    font-size: 18px;
}
#jetform-bottom-wrapper p{
    margin: 10px 0 17px 0;
    font-size: 24px;
    color: #fff;
}

#jetform-bottom-wrapper{
    margin: 15px auto 0;
    float: none;
}

.jet-goTo{
    margin-top: 120px;
    display: block;
}



/*********************************
    Section 2
**********************************/

#jet-section-2 {
    padding: 15px 0 0 0;
    margin-bottom:0;
    /*background-color: #dfe0e0;*/
}
#jet-section-2 h2{
    margin: 23px 0 20px 0;
}
#jet-section-2 h3{
    margin: 15px 0 5px 0;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
}
#jet-section-2 p{
    line-height: 100%;
    max-width: 75%;
    margin: 0 auto;
    font-size: 18px;
}
#jet-section-2 p.offset-up{
    margin-top: -7px;
}
#jet-section-2 img{
    /*width: 254px;*/
}
#jet-section-2 .container .row div{
    padding-left: 0;
    padding-right: 0;
}


.bordered{
    border: 1px solid #ccc;
}

/*********************************
    Responsive
**********************************/
@media (max-height: 768px){
    #jet-section-1 {
        height: 500px;
    }
    #jet-section-2 {
        padding: 5px 0 0 0;
    }
    #jet-section-2 h3 {
        margin: 5px 0 5px 0;
    }
    #jet-section-2 img{
        height: 65px;
    }

}


@media (min-width: 1200px){
}
@media (max-width: 1199px){

    
    /*********************************
        Section 1
    **********************************/
    #jet-section-1 h1{
        /*font-size: 51px;
        line-height: 34px;*/
    }
    #jet-section-1 h1 span.small{
        /*font-size: 34px;*/
    }

    #jet-section-1-title{
        /*margin: 190px 0 0 0;*/

    }
    #jet-section-1-meta{
        /*margin: 5px 0 0 0;*/
    }
    #jet-section-1 h1 img{
        margin: -7px -5px 0 -40px;
    }

}
@media (max-width: 991px){

    #jet-section-1 h1{
        /*font-size: 46px;
        line-height: 31px;*/
    }
    #jet-section-1 h1 img{
        margin: -7px 0 0 -80px;
    }
    /*#jet-section-1 h1 span.small{
        font-size: 31px;
    }*/

    #jet-section-1 .right-block {
        margin-right: 0;
        padding-right:0;
        padding-left:0;
    }
    #jet-section-1 #hatava {
        display: none;
    }

    #jetform-top-wrapper{

    }
    #jet-section-2 h2{
        margin: 30px 0 30px 0;
        font-size: 56px;
    }
    #jet-section-2 h3{
        font-size: 24px;
    }
    #jet-section-2 .col{
        margin-bottom: 50px;
    }

    #jet-section-2 p{
        max-width: 40%;
        font-size: 22px;
    }

    #jet-sticky img{
        margin-left: 10px;
    }
    #jet-sticky p{
        font-size: 30px;
        margin-left: 20px;
        width: 40%;
        line-height: 1;
    }

    #roy-section-3 h3{
        font-size: 20px;
        line-height: 20px;
    }
    h3 .roy-smaller{
        font-size: 17px;
    }
    #roy-section-3 h4{
        font-size: 24px;
    }
    
    .roy-slide div{
        background-size: contain !important;
        width: 100%;
    }
    .roy-slide-text{
        font-size: 16px;
        line-height: 22px;
    }
    
    #roy-section-4{
        width: 100%;
    }
    #roy-section-4 #codactive-inner{
        width: 100%;
    }

    #roy-section-4 h3:not(.h2){
        width: 90%;
    }
    .carousel-indicators.roy-desktop{
        position: relative !important;
        margin-right: -50%;
    }
}
@media (max-width: 767px){
    .roy-desktop{
        display: none !important;
    }
    .roy-mobile{
        display: block;
    }
    
    #jet-section-1 .container .row div{
        margin-right: -5px;
    }
    .btn-blue {
        height: 55px;
        width: 195px;
        padding: 0 10px;
        line-height: 53px;
        font-size: 30px;

        /*margin-bottom: 18px;*/
    }
    h2{font-size: 53px;}
    h3{font-size: 29px;}
    h4{}
    p{font-size:26px;}
    div#jet-section-1 {
        background: url(images/background-mobile.jpg) no-repeat top center #f3f4f6;
        margin-bottom: 0;
        height: 1835px;
    }
    div#jet-section-1-title{
        margin: 0;
        padding: 80px 0 0 0;
    }
    div#jet-section-1-meta {
        display: block;
        margin: 0 0 0 0;
        padding: 0 0 90px 0;
    }

    #jetform-top-wrapper {
        /*position: fixed;*/
        padding: 20px 15px -1px 15px;
        background: #f3f4f6;
        margin: 950px 0 0 0;
        width: 100%;
        border: none;
        height: inherit;
    }

    #jet-section-1 h1 {
        font-size: 64px;
        line-height: 40px;
    }
    #jet-section-1 h1 span.small{
        font-size: 38px;
        /*line-height: 40px;*/
    }

    #jet-section-1 h1 span {
        font-size: 52px;
        line-height: 1;
        position: relative;
        top: 15px;
    }
    #jet-section-1-title img{
        /*float: none;*/

        /*margin: 0 0 10px 0;*/
    }
    #jet-section-1 h1 img{
        float: none;
        margin: 0 0 15px 0;
        content: url(images/icon_mobile.png);
    }
    #jet-section-1 #hatava {
        display: block;
        width: 245px;
        height: 245px;
        font-size: 46px;
        line-height: 41px;
        padding: 38px 10px;
        left: 90px;
        top: 380px;
    }
    .jet-goTo{
        background: #fff;
        position: absolute;
        bottom: -189px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px 0 0;
        margin: 0;
        z-index: 9;
    }

    #codactive-click2call{
        width: 100%;
        height: 129px;
        /*background-color: #15244f;*/
        position: absolute;
        top: 1130px;
    }
    #codactive-click2call a{
        text-decoration: none;
    }
    #codactive-callText{
        font-family: simpler-bold;
        font-size: 57px;
        color: #fff;
        background-color: #15244f;
        margin-top: 30px;
        height: 13vw;
        width: 94%;
        padding-top: 2vw;
        margin-right: 3%;
        border-radius: 15vw;
    }
    #codactive-callText img{
        margin-left: 30px;
        margin-bottom: 10px;
    }

    #jet-section-2 div:nth-child(1) img{
        content: url(images/bottom_icon_4_mobile.png);
    }
    #jet-section-2 div:nth-child(2) img{
        content: url(images/bottom_icon_3_mobile.png);
    }
    #jet-section-2 div:nth-child(3) img{
        content: url(images/bottom_icon_2_mobile.png);
    }
    #jet-section-2 div:nth-child(4) img{
        content: url(images/bottom_icon_1_mobile.png);
    }
    #jet-section-2 h3 {
        font-size: 44px;
    }
    #jet-section-2 p {
        max-width: 90%;
        margin: 5px auto 0 auto;
        font-size: 36px;
    }
    #jet-section-2 p.offset-up{
        margin-top: 0;
    }


    /*********************************
        Form
    **********************************/

    #jetform-top-wrapper p{
        margin: 0 0 15px 0;
        font-size: 40px;
        width: 100%;
        letter-spacing: -.01em;
    }
    .jetform{
        background: rgba(255,255,255,.95);
        border: 1px solid #e6e6e7;
        padding: 0 15px 20px;
        width: 100%;
        margin-left:0;
    }
    .jetform form{
        padding: 0;
    }
    .jetform div input[name^="jf_txt"],
    .jetform div select{
        background: #fff;
        line-height: 50px;
        height: 78px;
        margin-bottom: 25px;
        padding: 0 20px;
        color: #15244f;
        text-align: center !important;
        font-size: 30px;
        border: 1px solid #e6e6e7;
        text-align-last: center;
        width: 570px;
    }
    .radio-simple{
        font-size:40px;
        display: inline-block;
        margin: 15px 15px 10px 15px;
        line-height: 18px;
        /*width: 35%;*/
    }
    .jetform input[type="radio"] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin:0;
    }
    #jetform-top-wrapper input[type="submit"]{
        margin: 25px auto 5px auto;
        height: 70px;
        line-height: 70px;
        font-size: 40px;
        width: 570px;
    }
    .jf_err {
        font-size: 40px;

    }
    .jf_err.submited{
        font-size: 45px;
    }

    ::-webkit-input-placeholder {  font-size: 40px; } /* WebKit, Blink, Edge */
    :-moz-placeholder {  opacity: 1; font-size: 40px;} /* Mozilla Firefox 4 to 18 */
    ::-moz-placeholder {  opacity: 1; font-size: 40px;} /* Mozilla Firefox 19+ */
    :-ms-input-placeholder { font-size: 40px;} /* Internet Explorer 10-11 */
    :placeholder-shown { font-size: 40px;} /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */

    /*********************************
        Section 2
    **********************************/

    #jet-section-2 {
        padding: 40px 0 0 0;
        margin-bottom:0;
        margin-top:100px;
    }

    #jet-section-3-title p {
        font-size: 32px;
        padding: 0 20px;
    }

}

@media (max-width: 640px) {

    div#jet-section-1 {
        /*background: url(images/jet-header-small.jpg) no-repeat top center #f3f4f6;*/
        /*height: 676px;*/
    }

    #jet-section-1 h1 {
        font-size: 56px;
        line-height: 37px;
    }

    #jet-section-1 h1 span.small {
        font-size: 35px;
    }

    #jet-section-1 h1 span {
        /*font-size: 27px;*/
    }

    #jet-section-1-title {
        margin: 180px 35px 0 0;
    }

    #jet-section-1-meta {
        margin: 5px 35px 0 0;
    }

    #jet-sticky {
        height: 80px;
        line-height: 80px;
    }
/*
    #jet-sticky img {
        content: url("images/b-logo-very-small-gray.png");
        width: 60px;
    }*/

    #jet-sticky p {
        font-size: 24px;
    }

    .btn-blue {
        height: 40px;
        width: 145px;
        padding: 0 5px;
        line-height: 40px;
        font-size: 22px;
    }

    #jet-section-2 p {
        /*max-width: 40%;*/
    }

    #jet-section-2 h2 {
        font-size: 46px;
    }

}
