


@media screen and (max-width: 1200px) {

    .hide-on-mid{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    
    .hidden-on-mobile{
        display: none;
    }
    .call2actn-pad{
        padding : 0 3%;
    }

    .topbar-wrapper{
        display: none;
        
    }

    .topbar-mobile-wrapper{

        position : fixed;
        top : 0;
        left : 0;
        width : 100%;
        height : 80px;
        z-index: 999;

        background-color: #fff !important;

    }

    .topbar-content-right{
        float: right;
        margin-left: 10px;
    }

    .topbar-content-wrapper{
        padding : 20px 10%;
    }

    .topbar-content-left{
        float: left;
    }

    .topbar-content-right{
        float: right;
        margin-left: 20px;
    }

    .topbar-text{
        color: #000000 !important;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    /**********************/


    .header-button{
        /*width : 150px;*/
    }

    .image-wrapper{
        display: none;
    }
    
    .header-image{
        display: none;
    }

    .header-wrapper{
        margin-top: 80px;
        background-color: #EEEFE4;
        width : 100%;
        padding : 40px 10%;
    }

    .bullets-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 40px 10%;
    }

    /********************/

    .call2actn-wrapper{
        background-color: #2B65F6;
        width : 100%;
        padding : 40px 10%;
    }

    .call2actn-title{
        width : 100%;
        text-align: center;
    }

    .call2actn-button{
        width : 100%;
        text-align: center;
    }

    .call2actn-button button{
        background-color : #2B65F6 !important;
        border : 1px solid #fff !important;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        color: #fff !important;
    }


    /***********************/

    .pagecontent-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 40px 10%;
    }

    /***********************/

    .pageform-wrapper{
        background-color: #B3C8FC !important;
        width : 100%;
        padding : 40px 10%;
        text-align: right;
    }

    .pageform-form-wrapper{
        text-align: right !important;
    }

    .pageform-header-wrapper{
        margin-bottom: 20px;
    }
    /************************/

    h1{
        font-size: 30px !important;
    }

    h3{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 20px;
        letter-spacing: 0.7px;
        line-height: 28px;
    }

    /*************************/

    .more-wrapper{
        background-color: #FCFAF6;
        width : 100%;
        padding : 40px 10%;   
    }

    .onemore-wrapper{
        padding : 20px;
        text-align: center;
    }

    .onemore-wrapper-inside{
        background-color: #ffffff;
    }

    .onemore-image{
        width : 100%;
        height : 130px;
        margin-bottom: 30px;
    }

    .onemore-image img{
        height : 130px;
    }

    .onemore-title{
        text-align: center;
        margin-top: 15px;
    }

    .onemore-text{
        text-align: center;
    }

    /*****************/

    .code-input{
    }

    /********************/


    .pageform-received-wrapper{
        width : 100%;
        text-align: center;
        margin-top: 20px;
    }

    .pageform-button-wrapper{
        width : 100%;
        padding-top: 20px;
        text-align: right;
    }

    .pageform-button{
        /*width : 150px;*/
    }

    /**********************/

    .form-error{
    
        color: #FA4500;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 13px;
        letter-spacing: 0.22px;
        line-height: 32px;

        text-align: right;
        direction: rtl;
    }

    /**********************/

    .normal-text{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.25px;
        line-height: 26px;
        text-align: right;   
    }

    h4{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.25px;
        line-height: 26px;
        text-align: right;
        margin-bottom: 0;   
    }
}

@media screen and (min-width: 769px){

    .call2actn-pad{
        padding : 0 22%;
    }

    .topbar-mobile-wrapper{
        display: none;
    }

    .topbar-wrapper{

        position : fixed;
        top : 0;
        left : 0;
        width : 100%;
        height : 80px;
        z-index: 999;

        background-color: #fff !important;
    }

    .topbar-button{
        /*width : 200px;*/
    }

    .topbar-content-wrapper{
        padding : 20px 5% 20px 10%;
    }

    .topbar-content-left{
        float: left;
    }

    .topbar-content-right{
        float: right;
        margin-left: 40px;
    }

    .topbar-text{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    /**********************/

    .header-button{
        width : 270px;   
    }

    .header-button-wrapper{
        padding-top : 10px;
    }

    .image-wrapper{
        text-align: left;
    }

    .header-image{
        display: none;
        width : 80%;
        margin-right: 18%;
    }

    .header-wrapper{
        margin-top: 80px;
        background-color: #EEEFE4;
        width : 100%;
        padding : 70px 15% 70px 10%;
    }

    /********************/

    .bullets-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 50px 15% 60px 10%;
    }

    /********************/

    .ml-60{
        margin-left: 70px;
    }

    /********************/

    .call2actn-wrapper{
        background-color: #2B65F6;
        width : 100%;
        padding : 60px 0;   
    }

    .call2actn-title{
        width : 100%;
        text-align: center;
    }

    .call2actn-button{
        width : 100%;
        text-align: center;
    }

    .call2actn-button button{

        background-color : #2B65F6 !important;
        border : 1px solid #fff !important;

        color: #fff !important;

        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    }

    .call2actn-button button:hover{
        background-color : #fff !important;
        border : 1px solid #fff !important;

        color: #2B65F6  !important;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        cursor: pointer;
    }

    /*************************/

    .pagecontent-wrapper{
        background-color: #fff;
        width : 100%;
        padding : 50px 20% 60px 15%;
    }

    /*************************/


    .pageform-wrapper{
        background-color: #B3C8FC !important;
        width : 100%;
        padding : 50px 15% 60px 10%;
    }

    .pageform-form-wrapper{
        text-align: left !important;
    }

    /*********************/

    h3{
        color: #000000;
        font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
        font-size: 28px;
        letter-spacing: 0.7px;
        line-height: 40px;
    }

    /*******************/

    .more-wrapper{
        background-color: #FCFAF6;
        width : 100%;
        padding : 50px 15% 60px 10%;
    }

    .onemore-wrapper{
        padding : 30px 50px;
        text-align: center;
    }

    .onemore-wrapper-inside{
        background-color: #ffffff;
    }

    .onemore-image{
        width : 100%;
        height : 130px;
    }

    .onemore-image img{
        width : 100%;
    }

    .onemore-title{
        text-align: center;
        margin-top: 55px;
    }

    .onemore-text{
        text-align: center;
    }

    /********************/

    .code-input{
    }

    /****************/

    .pageform-received-wrapper{
        text-align: center !important;
        margin-top: 20px;
    }

    .pageform-button-wrapper{
        padding : 20px;
    }

    .pageform-button{
        /*width : 150px;*/
    }

    /********************/

    .form-error{
    
        color: #FA4500;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 13px;
        letter-spacing: 0.22px;
        line-height: 32px;

        text-align: left;
        direction: rtl;
    }

    /*******************/

    .header-text-wrapper{
        padding : 0 0 0 22%;
    }

    .container{
        margin-right: 0 !important;
    }

    .normal-text{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.25px;
        line-height: 26px;
        text-align: right;   
    }

    h4{
        color: #000000;
        font-family: 'SimplerPro-Regular', Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.25px;
        line-height: 26px;
        text-align: right;
        margin-bottom: 0;
    }
}



@font-face {
  font-family: 'SimplerPro-Regular';
  src:  url('/css/SimplerPro-Regular.woff2') format('woff2'),
        url('/css/SimplerPro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'SimplerPro_Alte-Black';
  src:  url('/css/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('/css/SimplerPro_Alte-Black.woff') format('woff');
}

/* Almoni DL AAA - Regular (400) */
@font-face {
  font-family: 'Almoni DL AAA';
  src: url('/css/almoni-dl-aaa-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Almoni DL AAA - Bold (700) */
@font-face {
  font-family: 'Almoni-bold DL AAA';
  src: url('/styles/almoni-bold-dl-aaa-700.woff') format('woff'),
       url('/css/almoni-bold-dl-aaa-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body{
    width : 100%;
    margin : 0;
    padding: 0;
    direction: rtl;
    text-align: right;
}

/********************* button **************************************/

button {

    outline-style: none !important; 

    border-width : 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;

    font-family: 'SimplerPro-Regular', Arial, sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 0.97px !important;
    line-height: 19px !important;
    padding: 12px 30px !important;

    border-radius : 40px !important;

    color: #FFFFFF;
    background-color: #FA4500;
    border : 1px solid #FA4500 !important;
    cursor: pointer !important;
}

@media screen and (min-width: 769px){

    button:hover { 

        outline-style: none !important; 

        border-width : 0 !important;
        border-color: transparent !important;
        box-shadow: none !important;
        box-sizing: border-box !important;

        font-family: 'SimplerPro-Regular', Arial, sans-serif !important;
        font-size: 15px !important;
        letter-spacing: 0.97px !important;
        line-height: 19px !important;
        padding: 12px 30px !important;

        border-radius : 40px !important;

        color: #FA4500;
        background-color: transparent;
        border : 1px solid #FA4500 !important;
        cursor: pointer !important;

    }
}


/********************* input **************************************/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    
    -moz-appearance: textfield;

    border : 1px solid transparent;

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;

    padding-right: 10px;
    background-color: #ffffff;
    height : 50px;
}

input[type=number]:focus {
  border : 1px solid #1362FF;
  outline: none;
}

input[type=text] {
    
    border : 1px solid transparent;

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.97px;
    line-height: 23px;
    text-align: right;
    padding-right: 10px;
    background-color: #ffffff;
    height : 50px;
}

input[type=text]:focus {
  border : 1px solid #1362FF;
  outline: none;
}

h1{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 36px;
    letter-spacing: 0.7px;
    line-height: 40px;
    text-align: right;
    /*padding-left: 5vw;
    margin-bottom: 10px;*/
}

h2{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0.7px;
    line-height: 36px;
    text-align: right;
}


h5{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0.7px;
    line-height: 27px;
}


.footer{
    /*background-color: #0D084D !important;*/
    color : #000000 !important;
    padding : 20px 40px !important;
}


.footer-header{
    color: #000 !important;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.25px !important;
    line-height: 20px !important;
}

.footer-text{
    color: #000 !important;
    font-family: 'SimplerPro-Regular', Arial, sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.25px !important;
    line-height: 20px !important;
}


.header-title{
    margin-bottom: 15px;
}

.header-text{
    margin-bottom: 15px;
}

.sep{
    width : 100%;
    height : 15px;
}

.form-input-wrapper{
    display: inline-block;
    margin-left : 20px;
}

.form-input{
    width :260px;
}


.form-label{
    color: #4A4A4A;
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.22px;
    line-height: 25px;
    text-align: right;
}

.onemore-link{
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    margin-top: 10px;
}


.v-img{
    width : 20px;
    height: 20px;
    margin-left: 25px;
}

.bullets-wrapper tr{
    border-top: 1px solid #c3c1c1;
    height : 80px;
    padding-left: 20px;
}

.nopad{
    padding: 0 !important;
}

.maxw{
    width: 100%;
}



.text-title{
    color: #000000;
    font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.77px;
    line-height: 24px;
    margin-bottom: 10px ;
}

.text-content{
    color: #000000;
    /*opacity : 0.9;*/
    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    /*font-family: 'SimplerPro_Alte-Black', Arial, sans-serif;*/
    font-size: 18px;
    letter-spacing: 0.48px;
    line-height: 22px;
    text-align: right;  
    padding-left: 3vw; 
}




/******* dropdown *******/
.dropdown {
    position: relative;
}

.dropdown .dropdown-button {
    
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
    /*padding: 13px 33px 12px 16px;*/
    /*font-size: 20px;*/
    /*letter-spacing: 0.3px;*/
}

.dropdown .dropdown-options {

    font-family: 'SimplerPro-Regular', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;

    display: none;
    position: absolute;
    background: #FFFFFF;
    width: 300px;
    z-index: 99;
    margin-top: 25px;
    letter-spacing: 0.25px;
}

.dropdown.active .dropdown-options {
    display: block;
}

.dropdown .dropdown-option {
    cursor: pointer;
    padding: 10px 33px 15px 15px;
}

.dropdown .dropdown-option:hover {
    background-color: #F4F4F4;
}