/*********************************
    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{
    font-family: 'simpler-bold';
    margin:0;
}
h1{color: #12286a}
h2{font-size: 48px;}
h3{
    font-size: 18px;
}
h4{}

p{
    font-size: 16px;
    color: #5f6062;
    line-height: 1.4;
}

button{}

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

.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: #3f75fd;
    color: #fff;
    border-radius: 0;
    position: relative;
    right: -5px;
}

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

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

.jet-section .container{
    position: relative;
}
.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{
    outline: none !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;

}
.jetform{
    background: rgba(254,254,254,0.95);
    border: 1px solid #b3b3b3;
    padding: 0 15px 20px;
}
.jetform form{
    padding: 0;
}
.jetform div input[name^="jf_txt"],
.jetform div select{
    width: 100%;
    background: #fff;
    line-height: 50px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #12286a;
    text-align: center !important;
    font-size: 20px;
    border: 1px solid #dadee9;
    text-align-last: center;
    font-family: 'simpler-regular';
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 0;
}
.jetform input[type="submit"]{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 23px;
    border: none;
    background: #12286a;
    color: #fff;
    padding: 0;
    margin-top: 10px;
    text-align: center !important;
    border-radius: 0;
}
.jetform .has-error input, .jetform .has-error select{
    border-color: #ad0000 !important;
}
.radio-simple {font-family: 'simpler-regular';font-weight: normal;font-size: 20px;text-align: right;display: inline-block;margin: 10px 5px;}
.jf_err{
    color:#ad0000;
    font-size: 20px;
}
.jf_err.beforeSubmit{
    color: #18264f;
}
.jf_err.submited{
    color: #1b711b;
    font-size: 30px;
}
::-webkit-input-placeholder { color: #12286a; } /* WebKit, Blink, Edge */
:-moz-placeholder { color: #12286a; opacity: 1; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #12286a; opacity: 1; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #12286a; } /* Internet Explorer 10-11 */
:placeholder-shown { color: #12286a; } /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
.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;
}
*/

/*********************************
    Section 1
**********************************/

#jet-section-1{
    height: 640px;
    background: url(images/jet-header.jpg) no-repeat center top;
    background-size: cover;
    color: #12286a;
}
#jet-section-1 h1{
    font-size: 60px;
    line-height: 40px;
}
#jet-section-1 h1 span.small{
    font-size: 38px;
    line-height: 100%;
}
#jet-section-1 p{
    color: #12286a;
    font-size: 30px;
    line-height: 100%;
}

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

}
#jet-section-1-meta{
    margin: 5px 35px 0 0;
    letter-spacing: -1px;
}
#btn-jet-video{
    background: url(images/movie-link.png) left center no-repeat;
    padding-left: 35px;
    margin-top: 20px;
}
#jetform-top-wrapper{
    /*position: absolute;
    top: 145px;
    left: 0;*/
    float: left;
    margin-top: 145px;
    font-family: 'simpler-bold';
    color: #12286a;
}
#jetform-top-wrapper p{
    margin: 20px 0;
    font-size: 20px;
}

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

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

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

#jet-section-2 {
    padding: 20px 0 40px;
    margin-bottom:0;
}
#jet-section-2 h2{
    margin: 80px 0 65px 0;
}
#jet-section-2 h3{
    margin: 20px 0 15px 0;
}
#jet-section-2 p{
    line-height: 100%;
    max-width: 75%;
    margin: 0 auto;
}
#jet-section-2 img{
    width: 236px;
}

/*********************************
    Section 3
**********************************/

#roy-section-3{
    background: url("images/section-3-bg.jpg") no-repeat center;
    height: 733px;
    padding: 40px 0 0 0;
}
#roy-section-3 h2{
    font-size: 48px;
}
#roy-section-3 h4{
    font-family: simpler-regular;
    font-size: 30px;
    color: #5f5f5f;
}
#roy-section-3 h3{
    font-size: 30px;
    color: #12286a;
    line-height: 30px;
    margin-bottom: 10px;
}
h3 .roy-smaller{
    font-size: 26px;
}
.roy-slide-text{
    text-align: right;
    vertical-align: middle;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    padding: 0;
    margin: 70px 130px 0 -10px;
}
.roy-slide-text.roy-taller{
    margin-top: 53px;
}
.roy-slide-text.roy-shorter{
    margin-top: 87px;
}
.roy-slide div{
    height: 385px;
}
#roy-slide-1{
    background: url("images/slide-1.png") no-repeat right;
}
#roy-slide-2{
    background: url("images/slide-2.png") no-repeat right;
}
#roy-slide-3{
    background: url("images/slide-3.png") no-repeat right;
}
#roy-slide-4{
    background: url("images/slide-4.png") no-repeat right;   
}
#roy-slide-5{
    background: url("images/slide-5.png") no-repeat right;
}

#roy-slides{
    margin-top: 110px;
}
/*.carousel-indicators{
    /*padding-top: 100px;
    position: absolute;
    top: 110%;
    right: 24.5%;
    left: auto;
    bottom: auto;
}*/
.carousel-indicators.roy-desktop{
    position: relative;
    margin-top: 70px;
    float: right;
}
.carousel-indicators li{
    width: 25px !important;
    color: #848282;
    background: none !important;
    border: none;
    font-size: 24px;
}
li.active{
    background: none;
    color: #333333 !important;
}
.roy-dot{
    color: black;
}
#roy-section-3 .col-sm-6{
    float: left;
}
.roy-slide{
    padding-right: 10px;
    float:right;
}
.carousel-control {
    background: none !important;
    opacity: 1;
}
.carousel-control:focus{
    outline: none;
}
#roy-rcontrol{
    background: url("images/button-r.png") no-repeat center;
}
#roy-lcontrol{
    background: url("images/button-l.png") no-repeat center;
}
.carousel-control div{
    background-size: contain !important;
    width: 46px;
    height: 385px;
    margin: auto;
}
.roy-features{
    list-style: url("images/list-bullet.png");
    list-style-position: inside;
    padding-right: 5px;
}

/*********************************
    Section 4
**********************************/

#roy-section-4{
    padding-top: 96px;
    width: 1070px;
    margin: auto;
}

#roy-section-4 h3{
    width: 915px;
}

#roy-title-d{
    display: block;
    font-size: 48px;
}

#roy-section-4 h3{
    color: #4e4d4e;
    margin: 10px auto 50px auto;
    /*font-size: 30px;*/
    line-height: 1;
}

#roy-vector{
    background: url("images/r-vector.png") no-repeat center;
    height: 216px;
}


#roy-programs{
    font-size: 30px;
    font-family: simpler-light;
    line-height: 32px;
    margin-top: 110px;
    height: 220px;
    margin-right:0;
    margin-left:0;
}

#roy-programs .col-sm-4{
    height:100%;
}
#roy-programs h2{
    font-size: 36px;
}
.roy-program{
    height:100%;
    padding: 15% 0 21% 0;
    /*border: 1px solid;*/
}
#roy-program-1{
    background: #e8e7e8;
    color: #5f5e5f;
}
#roy-program-2{
    background: #7f7f7f;
    color: #ffffff;
}
#roy-program-3{
    background: #5f5e5f;
    color: #ffffff;
}
#roy-programs .roy-container{
    margin: 0;
    height: 64%;
    /*border: 1px solid black;*/
}
.roy-p-icon{
    background-size: contain !important;
    height: 33%;
    width: 23%;
    margin: -23% 2% auto 75%;
    position: absolute;
}
#roy-program-1 .roy-p-icon{
    background: url("images/p-icon-1.png") no-repeat;
}
#roy-program-2 .roy-p-icon{
    background: url("images/p-icon-2.png") no-repeat;
}
#roy-program-3 .roy-p-icon{
    background: url("images/p-icon-3.png") no-repeat;
}

/*********************************
    Section 5
**********************************/

#jet-section-5{
    /* padding: 20px 0 50px;
    border-bottom: 50px solid #18264f;*/
}

.jetform input[type="radio"] {
    margin: 5px 0;
    border-radius: 50%;

}

label{
    font-weight: normal;
}
/*********************************
    sticky
**********************************/

#jet-sticky{
    background: #051b3e;
    line-height: 109px;
    height: 109px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
#jet-sticky img{
    margin-left: 20px;
}
#jet-sticky .row div{
    width: 100%;
    margin:0;
    padding:0;
}
#jet-sticky p{
    color: #fff;
    display: inline-block;
    font-size: 37px;
    vertical-align: middle;
    margin: 0;
    margin-left: 40px;
    font-family: 'simpler-bold';
}
#jet-sticky a{}

.jet-arrow{
    display: inline-block;
    width:70px;
    height:70px;
    bottom:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    border: none;
    cursor: pointer;
    z-index: 9999;
}
.jet-arrow-next{
    left:0;
    background:url(images/next-camera.png);
}
.jet-arrow-prev{
    right:0;
    background:url(images/prev-camera.png);
}
/*remove the arrows from the input type="number" field*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*********************************
    Responsive
**********************************/

@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 p{
        font-size: 25px;
    }
    #jet-section-1-title{
        margin: 190px 0 0 0;

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

    /*********************************
        Section 3
    **********************************/
    #roy-carousel-container{
        width: 100%;
        max-width: 100%;
    }
    .roy-slide-text{
        font-size: 20px;
        line-height: 28px;
    }
    #roy-section-3 h3{
        font-size: 25px;
        line-height: 25px;
    }
    h3 .roy-smaller{
        font-size: 22px;
    }
    .carousel-indicators{
        
    }

    /*********************************
        Section 4
    **********************************/
    #roy-section-4{
        width: 992px;
    }
    /*#roy-section-4 .container{
        width: 100% !important;
        padding: 0;
        margin: auto;
        border: 1px solid;
    }*/

}
@media (max-width: 991px){
    #jet-section-1 .container .row div{
        /*margin-right: -50px;*/
    }
    #jet-section-1 h1{
        font-size: 46px;
        line-height: 31px;
    }
    #jet-section-1 h1 span.small{
        font-size: 31px;
    }
    #jet-section-1 p{
        font-size: 22px;
    }
    #jetform-top-wrapper{

    }
    #jet-section-2 h2{
        margin: 50px 0 50px 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 h3{
        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 {
        height: auto;
        background: url(images/jet-header-medium.jpg) no-repeat top center #f3f4f6;
        margin-bottom: 0;
    }
    div#jet-section-1-title{
        margin: 120px 0 0 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: 35px 15px 0 15px;
        background: #f3f4f6;
        margin-top: 230px;
        /*top: 300px;*/
        /*z-index: 99999;
        bottom: 0;
        left: 0;
        right: 0;*/
        /*display: none;*/
    }
    /*#jetform-top-wrapper.clearfix.col-md-4{*/
    /*display: inherit;*/
    /*}*/
    #jet-section-1 h1 {
        font-size: 60px;
        line-height: 40px;
    }
    #jet-section-1 h1 span.small{
        font-size: 38px;
        /*line-height: 40px;*/
    }

    #jet-section-1 p {
        font-size: 30px;
        line-height: 1;
    }
    .jet-goTo{
        background: #fff;
        margin-top: 29px;
        position: absolute;
        bottom: -189px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px 0 0;
        margin: 0;
        z-index: 9;
    }

    #jet-section-2 img{
        width: 274px;
    }
    #jet-section-2 p {
        max-width: 50%;
    }


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

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

    #jet-section-2 {
        padding: 0 0 30px;
        margin-bottom:0px;
    }

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

    /*********************************
        Section 3
    **********************************/

    #roy-section-3{
        background: url("images/section-3-bg-m.jpg") no-repeat;
        background-size: contain;
        height: 1438px;
    }

    .carousel-control {

    }
    #roy-section-3 .col-sm-6{
        float: unset;
    }
    #roy-slides{
        margin-top: 6%;
    }
    .roy-slide{
        /*padding-right: 10px;*/
        float: unset;
    }
    .roy-slide div{
        width: 70%;
        margin: 0 auto auto auto;
        background-size: contain;
        height: 475px;
        float: unset;
    }

    .carousel-control div{
        height: 432px;
    }

    /*.carousel-indicators{
        position: absolute;
        float: none;
        left: 50%;
        width: 60%;
        margin-left: -30%;
    }*/
    .carousel-indicators{
        left: 62%;
        padding-left: 0;
        margin-left: 30%;
        /*border: 1px solid;*/
        margin-right: unset;
        right: unset;
        top: 560px;
        /*width: 22%;*/
    }
    .carousel-indicators li{
        font-size: 29px;
        width: 30px !important;
    }

    #roy-slide-1{
        background: url("images/slide-1-m.png") no-repeat center;
    }
    #roy-slide-2{
        background: url("images/slide-2-m.png") no-repeat center;
    }
    #roy-slide-3{
        background: url("images/slide-3-m.png") no-repeat center;
    }
    #roy-slide-4{
        background: url("images/slide-4-m.png") no-repeat center;
    }
    #roy-slide-5{
        background: url("images/slide-5-m.png") no-repeat center;
    }
    .roy-slide-text{
        width: 82.5%;
        margin: 23% auto auto auto !important;
        padding: 0;
        font-size: 26px;
        line-height: 37px;
    }
    .roy-slide-text h3{
        font-size: 33px !important;
        line-height: 33px !important;
    }
    h3 .roy-smaller{
        font-size: 29px;
    }

    /*#jet-sticky p{
        width: 45%;
        font-size: 36px;
        line-height: 0.9;
    }
    #jet-sticky img{
        margin-left: 10px;
    }

    #jet-section-3-accordion .panel-heading a:before {

        background: url(images/section-3-plus-mobile.png) center center;

    }
    #jet-section-3-accordion .panel-heading a:before {

        width: 38px;
        height: 38px;
    }
    #jet-section-3 .panel {

        padding-left: 180px;

    }*/

    /*********************************
        Section 4
    *********************************/

    #roy-section-4 h3{
        width: 90%;
    }
    #roy-section-4 h1{
        line-height: 0.86;
    }

    #roy-vector{
        width: 90%;
        margin: auto;
        background-size: contain !important;
    }

    #roy-programs{
        padding: 0 8% 0 8%;
        height:417px;
        line-height: 60px;
    }
    #roy-programs .col-sm-4{
        margin-bottom: 120px;
    }
}

@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 p {
        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.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;
    }


    /*******************
        Section 3
    *******************/

    #roy-section-3{
        height: 1200px;
    }
    .roy-slide div {
        height: 396px;
        /*margin-top: -30px;*/
        padding-top: 0;
    }
    .roy-slide-text{
        font-size: 21px;
        line-height: 30px;
    }
    .roy-slide-text h3{
        font-size: 25px;
        line-height: 25px;
    }
    h3 .roy-smaller{
        font-size: 24px;
    }
    .carousel-control div{
        height: 360px;
    }

    .carousel-indicators{
        top: 460px;
        left: 76%;
    }
    .carousel-indicators li{
        font-size: 22px;
        width: 25px !important;
    }


    /********************
        Section 4
    ********************/
    #roy-section-4{
        padding-top: 66px;
    }

    #roy-section-4 h3{
        width: 78%;
        margin: 15px auto 45px auto;
    }

    #roy-vector{
        background: url("images/r-vector-m.png") no-repeat center;
        background-size: contain;
        width: 80%;
        margin: auto;
        height: 162px;
    }

    #roy-programs{
        height: 348px;
        line-height: 50px;
    }
    #roy-programs .col-sm-4{
        margin-bottom: 100px;
    }


    @media (max-width: 500px) {
        div#jet-section-1 {
            background: url(images/jet-header-500.jpg) no-repeat top center #f3f4f6;
        }

        div#jet-section-1-title {
            margin: 80px 0 0 0;
            padding: 80px 0 0 0;
        }

        #jet-section-1 h1 {
            font-size: 42px;
            line-height: 28px;
        }

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

        #jet-section-1 p {
            font-size: 21px;
            line-height: 1;
        }

        #jet-sticky {
            height: 55px;
            line-height: 55px;
        }

        #jet-sticky img {
            width: 40px;
        }

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

        .btn-blue {
            width: 100px;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
        }

        #jet-section-2 p {
            max-width: 70%;
        }

        .jetform div input[name^="jf_txt"] {
            font-size: 24px;
        }

        .jetform input[type="submit"] {
            font-size: 26px;
        }

        .radio-simple {
            font-size: 22px;
        }

        #jetform-top-wrapper {
            margin-top: 170px;
        }

        #roy-section-3{
            height: 936px;
        }

        .carousel-indicators{
            top: 345px;
            left: 101%;
        }
        .carousel-indicators li{
            font-size: 19px;
            width: 20px !important;
        }
        
        .roy-slide-text{
            font-size: 18px;
            line-height: 24px;
        }
        .roy-slide-text h3{
            font-size: 24px;
            line-height: 24px;
        }
        h3 .roy-smaller{
            font-size: 19px;
        }

        .roy-slide div {
            height: 310px;
            /*margin-top: -60px;*/
            padding-top: 0;
        }

        .carousel-control div{
            height: 282px;
        }
        
        #roy-section-4 h3{
            margin: 12px auto 35px auto;
        }
        #roy-vector{
            height: 127px;
        }

        #roy-programs{
            height: 272px;
            line-height: 40px;
        }
        #codactive-ending{
            height: 700px;
        }
        #roy-programs .col-sm-4{
            margin-bottom: 78px;
        }

    }
    @media (max-width: 420px) {
        div#jet-section-1-title {
            margin: 120px 0 0 0;
            padding: 80px 0 0 0;
        }

        #jet-section-1 h1 {
            font-size: 36px;
            line-height: 18px;
        }

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

        #jet-section-1 p {
            font-size: 17px;
            line-height: 1;
        }

        #jet-section-2 .row {
            width: 100%;
        }

        #jet-section-2 .col{
            margin-bottom: 30px;
        }

        #jet-section-2 h2 {
            margin: 50px 0 30px 0;
        }

        #jet-section-2 h3{
            font-size: 18px;
            margin: 20px 0 5px 0;
        }

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

        #jet-section-2 img {
            /*width: 250px;*/
            width: 75%;
        }
        #jet-section-2 h2{
            font-size: 38px;
        }

        .jetform div input[name^="jf_txt"] {
            font-size: 18px;
            width: 80%;
        }

        .jetform input[type="submit"] {
            font-size: 20px;
        }

        .radio-simple {
            font-size: 18px;
        }

        #jetform-top-wrapper {
            margin-top: 150px;
        }

        .jf_err {
            font-size: 20px;
        }

        #jet-sticky p {
            font-size: 80%;
            width: 40%;
            line-height: 1;
        }

        #jet-sticky img{
            margin-left: 5px;
        }

        #jet-sticky p{
            margin-left: 5px;
        }
        
        #roy-section-3{
            height: 788px;
        }

        .carousel-indicators{
            top: 285px;
            left: 122%;
        }
        .carousel-indicators li{
            font-size: 16px;
            width: 16px !important;
        }
        
        .roy-slide-text{
            font-size: 15px;
            line-height: 21px;
        }
        .roy-slide-text h3{
            font-size: 19px !important;
            line-height: 19px !important;
        }
        h3.roy-smaller {
            font-size: 17px;
        }
        .roy-slide div {
            height: 260px;
        }

        .carousel-control div{
            height: 236px;
        }
        
        #roy-section-4 h3{
            margin: 10px auto 30px auto;
        }
        #roy-vector{
            height: 106px;
        }

        #roy-programs{
            height: 229px;
            line-height: 34px;
        }
        #roy-programs .col-sm-4{
            margin-bottom: 66px;
        }
    }
    @media(max-width: 375px){
        .carousel-indicators{
            top: 257px;
            left: 137%;
        }
        .carousel-indicators li{
            font-size: 14px;
            width: 15px !important;
        }
        #jet-section-2 img {
            /*width: 250px;*/
            width: 85%;
        }
        #roy-section-3 h3{
            font-size: 16px !important;
            line-height: 16px !important;
        }
        h3 .roy-smaller{
            font-size: 14px;
        }
    }
    @media (max-width: 360px) {
        div#jet-section-1-title {
            margin: 50px 0 0 0;
            padding: 80px 0 0 0;
        }

        #jet-section-1 h1 {
            font-size: 36px;
            line-height: 18px;
        }

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

        #jet-section-1 p {
            font-size: 16px;
            line-height: 1;
        }

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

        #jetform-top-wrapper {
            margin-top: 80px;
        }
        #jetform-top-wrapper p{
            font-size: 18px;
        }

        #roy-section-3{
            height: 675px;
        }
        
        .roy-slide-text{
            font-size: 13px;
            line-height: 19px;
            width: 85%;
        }
        #roy-section-3 h3{
            font-size: 17px !important;
            line-height: 17px !important;
        }
        h3 .roy-smaller{
            font-size: 14px;
        }
        #roy-slides{
            margin-top:8%;
        }
        .roy-slide div {
            height: 223px;
        }
        
        .carousel-indicators{
            top: 237px;
            left: 143%;
        }
        .carousel-indicators li{
            font-size: 14px;
            width: 14px !important;
        }

        .carousel-control div{
            height: 211px;
        }
        
        #roy-section-4 h3{
            margin: 8px auto 25px auto;
        }
        #roy-vector{
            height: 91px;
        }

        #roy-programs{
            height: 196px;
            line-height: 29px;
        }
        #roy-programs .col-sm-4{
            margin-bottom: 56px;
        }

    }
    
    @media (max-width: 320px) {
        #roy-section-3{
            height: 600px;
        }
        #roy-slides{
            margin-top: 7%;
        }
        .roy-slide div{
            height: 198px;
        }

        .carousel-indicators{
            top: 208px;
            left: 165%;
        }
        .carousel-indicators li{
            font-size: 12px;
            width: 12px !important;
        }

        #roy-programs{
            height: 174px;
            line-height: 26px;
        }
    }
}