﻿@font-face {
    font-family: 'AssistantExtraLight';
    src: url('../fonts/Assistant/assistant-extralight-webfont.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../fonts/Assistant/assistant-extralight-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Assistant/assistant-extralight-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Assistant/assistant-extralight-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Assistant/assistant-extralight-webfont.svg#AssistantBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AssistantLight';
    src: url('../fonts/Assistant/assistant-light-webfont.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../fonts/Assistant/assistant-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Assistant/assistant-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Assistant/assistant-light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Assistant/assistant-light-webfont.svg#AssistantBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AssistantRegular';
    src: url('../fonts/Assistant/assistant-regular-webfont.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../fonts/Assistant/assistant-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Assistant/assistant-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Assistant/assistant-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Assistant/assistant-regular-webfont.svg#regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AssistantSemiBold';
    src: url('../fonts/Assistant/assistant-semibold-webfont.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../fonts/Assistant/assistant-semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Assistant/assistant-semibold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Assistant/assistant-semibold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Assistant/assistant-semibold-webfont.svg#AssistantSemiBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AssistantBold';
    src: url('../fonts/Assistant/assistant-bold-webfont.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('../fonts/Assistant/assistant-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Assistant/assistant-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Assistant/assistant-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Assistant/assistant-bold-webfont.svg#AssistantBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: "Clal";
    src: url("../Fonts/IconFont/assets/fonts/Pe-icon-7-stroke.eot") format('embedded-opentype');
    src: url("../Fonts/IconFont/assets/fonts/Pe-icon-7-stroke.eot?#iefix") format('embedded-opentype'), url("../Fonts/IconFont/assets/fonts/Pe-icon-7-stroke.woff") format("woff"), url("../Fonts/IconFont/assets/fonts/Pe-icon-7-stroke.ttf") format("truetype"), url("../Fonts/IconFont/assets/fonts/Pe-icon-7-stroke.svg#Clal") format("svg");
}

@font-face {
    font-family: "Clal2";
    src: url("../Fonts/IconFont2/fonts/clal_iconfont.eot") format('embedded-opentype');
    src: url("../Fonts/IconFont2/fonts/clal_iconfont.eot?#iefix") format('embedded-opentype'), url("../Fonts/IconFont2/fonts/clal_iconfont.woff") format("woff"), url("../Fonts/IconFont2/fonts/clal_iconfont.ttf") format("truetype"), url("../Fonts/IconFont2/fonts/clal_iconfont.svg#Clal2") format("svg");
}

@font-face {
    font-family: "Heebo";
    src: url('../fonts/Heebo/Heebo-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "HeeboBlack";
    src: url('../fonts/Heebo/Heebo-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "Heebo";
    src: url('../fonts/Heebo/Heebo-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "HeeboExtraBold";
    src: url('../fonts/Heebo/Heebo-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "Heebo";
    src: url('../fonts/Heebo/Heebo-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "HeeboMedium";
    src: url('../fonts/Heebo/Heebo-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "HeeboThin";
    src: url('../fonts/Heebo/Heebo-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}

* {
    font-size: 18px;
}
.ui-datepicker th span{
    font-size: 16px !important;
}
.FontBold{
    font-family:AssistantBold;
}

/*#region RTE */
.rte-content li, .rte-content p, .rte-content div, .rte-content {
    line-height: 1.5;
    color: #3a5c89;
}

    .rte-content li, .rte-content p, .rte-content div {
        font-size: 1em;
    }

    .rte-content ul {
        float: right;
        width: 100%;
        -webkit-padding-start: 20px;
    }

    .rte-content a:hover {
        font-family: AssistantBold;
    }

    .rte-content a {
        color: #1b26b6;
        text-decoration: underline;
        /*border-bottom: 1px solid #1b26b6;*/
        font-size: 1em;
    }

    .rte-content strong {
        font-family: AssistantSemiBold;
        font-size: 1em;
    }

    .rte-content p {
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        margin-bottom: 0px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .rte-content ul {
        padding-right: 14px;
    }
}
/*#endregion */

/*#region background */

.BG_Gray {
    background-color: #5b7190;
}

.BG_LGray {
    background-color: #f3f4fb;
    transition:background-color .2s ease-in;
}

.BG_DGray {
    background-color: #dcdef4;
}

.BG_LBlue {
    background-color: #0097ff;
}

/*#endregion */

/*#region Icons */
.I_12_R_Cl_L11 {
    font-size: 1.2em;
    color: #d00938;
    font-weight: bold;
}

.I_12_B_Cl_L11 {
    font-size: 1.2em;
    color: #1b26b6;
    font-weight: bold;
}

.I_12_GR_Cl_L11 {
    font-size: 1.2em;
    color: #00cbb7;
    font-weight: bold;
}

.I_13_B_Cl_L11 {
    font-size: 1.3em;
    color: #1b26b6;
    font-weight: bold;
}

.I_13_G_Cl_L10 {
    font-weight: bold !important;
    font-size: 1.3em;
    color: #3a5c89;
}

.I_15_B_Cl_L10 {
    font-weight: bold !important;
    font-size: 1.5em;
    color: #1b26b6;
}

.I_17_G_Cl_L10 {
    font-weight: bold !important;
    font-size: 1.5em;
    color: #3a5c89;
}

.I_17_B_Cl_L10 {
    font-weight: bold !important;
    font-size: 1.7em;
    color: #1b26b6;
}

.I_17_R_Cl_L10 {
    font-size: 1.7em;
    color: #d00938;
    font-weight: bold !important;
}

.I_17_GR_Cl_L10 {
    font-size: 1.7em;
    color: #00cbb7;
    font-weight: bold !important;
}

.I_17_BL_Cl_L10 {
    font-size: 1.7em;
    color: #0097F0;
    font-weight: bold !important;
}

.I_18_G_Cl_L10 {
    font-size: 1.8em;
    color: #3a5c89;
}

.I_2_G_Cl_L10 {
    font-size: 2em;
    color: #3a5c89;
}
.I_2_B_Cl_L10 {
    font-size: 2em;
   color: #1b26b6;
}
.I_18_B_Cl_L10 {
    font-size: 1.8em;
    color: #1b26b6;
}
.I_18_wh_Cl_L10 {
    font-size: 1.8em;
    color: white;
}

.I_19_wh_Cl_L10 {
    font-size: 1.9em;
    color: white;
}

.I_19_B_Cl_L11 {
    color: #1b26b6;
    font-size: 1.9em;
    font-weight: bold;
}

.I_20_G_Cl_L10 {
    font-size: 2em;
    color: #3a5c89;
}

.I_22_wh_Cl_L10 {
    font-size: 2.2em;
    color: white;
}



.I_40_wh_Cl_L10 {
    font-size: 4em;
    color: white;
}

.I_40_G_Cl_L10 {
    font-size: 4em; 
    color: #3a5c89;
}

.I_30_B_Cl_L10 {
    font-size: 3em;
    color: #1b26b6;
}

.I_40_B_Cl_L10 {
    font-size: 4em;
    color: #1b26b6;
}

/*#endregion */

/*#region Text */
.T_06_WH_ASR_L12 {
    color: #1B26B6;
    font-size: 0.6em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}
.T_08_WH_ASR_L12 {
    color: #ffffff;
    font-size: 0.8em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}
.T_08_G_ASR_L12 {
    color: #3a5c89;
    font-size: 0.8em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}

.T_08_B_ASR_L12 {
    color: #1b26b6;
    font-size: 0.8em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}

.T_08_R_ASR_L12 {
    color: #d00938;
    font-size: 0.8em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}

.T_09_B_ASR_L12 {
    color: #1b26b6;
    font-size: 0.9em;
    line-height: 1.2;
}

.T_09_B_ASSB_L12 {
    color: #1b26b6;
    font-size: 0.9em;
    line-height: 1.2;
    font-family: AssistantSemiBold;
}

.T_09_G_ASR_L12 {
    color: #3a5c89;
    font-size: 0.9em;
    line-height: 1.2;
}
.T_10_B_ASR_L12 {
    color: #1B26B6;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;
    font-family: AssistantSemiBold;
}
.T_10_B_ASR_L11 {
    color: #1B26B6;
    font-size: 1em;
    line-height: 1.1;
    font-family: AssistantRegular;
}
.T_10_R_ASR_L12 {
    color: #d00938;
    font-size: 1em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}
.T_15_wh_ASR_L12 {
    color: white;
    font-size: 1.5em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}

.T_10_wh_ASR_L10 {
    font-size: 1em;
    line-height: 1;
    color: #ffffff;
    font-family: AssistantRegular;
}

.T_6_wh_ASR_L10 {
    font-size: 0.6em;
    line-height: 1;
    color: #ffffff;
    font-family: AssistantRegular;
}

.T_10_G_ASR_L12 {
    color: #3a5c89;
    font-size: 1em;
    line-height: 1.2;
}

.T_10_G_ASSB_L12 {
    color: #3a5c89;
    font-size: 1em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}
.T_12_G_ASR_L13 {
    line-height: 1.3;
    font-size: 1.2em;
    color: #3a5c89;
}
.T_11_G_ASR_L13 {
    line-height: 1.3;
    font-size: 1.1em;
    color: #3a5c89;
}

.T_12_G_ASSB_L13 {
    line-height: 1.3;
    font-size: 1.2em;
    color: #3a5c89;
    font-family: AssistantSemiBold;
}
.T_13_wh_ASR_L15 {
    line-height: 1.2;
    font-size: 1.3em;
    color: white;
}
.T_12_wh_ASR_L12 {
    line-height: 1.2;
    font-size: 1.2em;
    color: white;
}
.T_12_B_ASSB_L12 {
    color: #1b26b6;
    font-size: 1.2em;
    line-height: 1.2;
    font-family: AssistantSemiBold;
}
.T_12_wh_ASR_L15 {
    line-height: 1.5;
    font-size: 1.2em;
    color: white;
}
.T_14_wh_ASR_L12 {
    line-height: 1.2;
    font-size: 1.4em;
    color: white;
}
.T_14_wh_ASSB_L12 {
    line-height: 1.2;
    font-size: 1.4em;
    color: white;
    font-family: AssistantSemiBold;
}
.T_19_B_ASR_L12 {
    line-height: 1.2;
    font-size: 1.9em;
    color: #1b26b6;
}
.T_16_G_ASSB_L12 {
    color: #3a5c89;
    font-size: 1.6em;
    font-family: AssistantSemiBold;
    line-height: 1.2;
}
.T_17_B_ASR_L12 {
    line-height: 1.2;
    font-size: 1.7em;
    color: #3A5C89;
}
.T_23_wh_ASR_L12 {
    line-height: 1.2;
    font-size: 2.3em;
    color: white;
}
.T_24_B_ASR_L12 {
    line-height: 1.2;
    font-size: 2.4em;
    color: #1b26b6;
}
.T_27_wh_ASR_L12 {
    line-height: 1.2;
    font-size: 2.7em;
    color: white;
}

/*#endregion */

/*#region Headers */
.H_8_G_ASR_L15 {
    font-size: 0.8em;
    line-height: 1.5;
    color: #3a5c89;
}

.H_10_G_ASR_L15 {
    line-height: 1.5;
    font-size: 1em;
    color: #3a5c89;
}

.H_10_G_ASRB_L15 {
    line-height: 1.5;
    font-size: 1em;
    color: #3a5c89;
    font-weight:bold;
}

.H_10_G_B_L15 {
    line-height: 1.5;
    font-size: 1em;
    color: #1b26b6;
    font-weight: bold;
}
.H_10_G_G_L15 {
    line-height: 1.5;
    font-size: 1em;
    color: #3A5C89;
    font-weight: bold;
}

.H_10_G_ASSB_L15 {
    line-height: 1.5;
    font-size: 1em;
    color: #3a5c89;
    font-family: AssistantSemiBold;
}

.H_12_W_ASS_L15 {
    line-height: 1.5;
    font-size: 1.2em;
    color: white;
    font-family: AssistantRegular;
}
.H_40_W_ASSB_L11 {
    line-height: 1.1;
    font-size: 2.2em;
    color: white;
    font-family: AssistantSemiBold;
}
.H_35_W_ASSB_L11 {
    line-height: 1.1;
    font-size: 1.9em;
    color: white;
    font-family: AssistantSemiBold;
}


.H_10_B_ASSB_L11 {
    color: #1b26b6 !important;
    font-size: 1em;
    font-family: AssistantSemiBold;
}

.H_10_B_ASB_L11 {
    color: #1b26b6;
    font-size: 1em;
    font-family: AssistantBold;
}

.H_12_G_ASB_L13 {
    font-family: AssistantBold;
    line-height: 1.3;
    font-size: 1.2em;
    color: #3a5c89;
}

.H_18_B_ASR_L15 {
    line-height: 1.5;
    font-size: 1.83em;
    color: #1b26b6;
    font-family: AssistantSemiBold;
}

.H_17_wh_ASR_L15 {
    line-height: 1.5;
    font-size: 1.7em;
    color: white;
    font-family: AssistantSemiBold;
}

.H_17_G_ASR_L15 {
    line-height: 1.5;
    font-size: 1.7em;
    color: #3a5c89;
    font-family: AssistantSemiBold;
}

.H_17_G_ASSB_L15 {
    color: #3a5c89;
    font-size: 1.7em;
    line-height: 1.5;
    font-family: AssistantBold;
}

.H_17_G_ASR_L11 {
    color: #3a5c89;
    font-size: 1.7em;
    line-height: 1.1;
}

.H_17_B_ASR_L11 {
    color: #1b26b6;
    font-size: 1.7em;
    line-height: 1.1;
}

.H_17_B_ASSB_L11 {
    color: #1b26b6;
    font-size: 1.7em;
    line-height: 1.1;
    font-family: AssistantSemiBold;
}

.H_22_G_ASR_L11 {
    font-size: 2.2em;
    color: #3a5c89;
    line-height: 1.1;
}

.H_22_B_ASR_L11 {
    font-size: 2.2em;
    color: #1b26b6;
    line-height: 1.1;
}

.H_22_wh_ASR_L11 {
    font-size: 2.2em;
    color: white;
    line-height: 1.1;
}

.H_22_wh_ASSB_L11 {
    font-size: 2.2em;
    color: white;
    line-height: 1.1;
    font-family: AssistantBold;
}

.H_30_G_ASR_L11 {
    font-size: 3em;
    color: #3a5c89;
    line-height: 1.1;
}
.H_37_B_ASR_L11 {
    font-size: 2.05em;
    color: #1b26b6;
    line-height: 1.1;
}
.H_30_B_ASRB_L10 {
    font-size: 3.0em;
    color: #22A1FF;
    line-height: 1;
    font-family: AssistantSemiBold;
}
.H_30_B_ASR_L11 {
    font-size: 3em;
    color: #1b26b6;
    line-height: 1.1;
}

.H_30_wh_ASR_L11 {
    font-size: 3em;
    color: white;
    line-height: 1.1;
}

.H_40_wh_ASR_L10 {
    font-size: 3.7em;
    color: #ffffff;
    line-height: 1;
    font-family: AssistantSemiBold;
}

.H_40_B_ASRB_L10 {
    font-size: 4.0em;
    color: #22A1FF;
    line-height: 1;
    font-family: AssistantSemiBold;
}

.H_27_B_ASSB_L11 {
    color: #1b26b6;
    font-size:2.7rem;
    line-height: 1.1;
    font-family: AssistantSemiBold;
}
.H_25_wh_ASSB_L11 {
    color: #ffffff;
    font-size: 2.5em;
    line-height: 1.1;
    font-family: AssistantSemiBold;
}
.H_22_wh_ASSB_L11 {
    color: #ffffff;
    font-size: 2.2em;
    font-family: AssistantSemiBold;
}
.H_30_LB_ASR_L11 {
    font-size: 3em;
    color: #0097FF;
    line-height: 1.1;
    font-weight: 600;
}
.H_30_wh_ASSB_L11 {
    color: #ffffff;
    font-size: 3.0em;
    line-height: 1.1;
    font-family: AssistantSemiBold;
}
.H_33_LB_ASSB_L10 {
    color: #0097FF;
    font-size: 3.3em;
    line-height: 1;
    font-family: AssistantSemiBold;
}
.H_17_GR_L10 {
    font-size: 1.7em;
    color: #5A708F;
}
.H_17_WH_L10 {
    font-size: 1.7em;
    color: white;
}
.H_21_B_L10 {
    font-size: 2.1em;
    color: #1B26B6;
    font-weight:bold;
}
.H_16_WH_L10 {
    font-size: 1.6em;
    color: white;
}
/*#endregion */
/*#region Links */
.L_10_B_ASR_L12 {
    font-size: 1em;
    line-height: 1.2;
    color: #1b26b6;
}

.L_10_B_ASR_L15 {
    color: #1b26b6;
    line-height: 1.5;
    font-size: 1em;
}
.L_10_B_ASSB_L15 {
    color: #1b26b6;
    line-height: 1.5;
    font-size: 1em;
    font-family: AssistantSemiBold;
}

.L_15_B_ASR_L16 {
    color: #1b26b6;
    line-height: 1.6;
    font-size: 1.5em;
    font-weight:600;
}

.L_10_wh_ASR_L15 {
    color: white;
    line-height: 1.5;
    font-size: 1em;
}
.L_13_wh_ASR_L15 {
    color: white;
    line-height: 1.5;
    font-size: 1.3em;
    font-family: AssistantSemiBold;
}

.L_10_wh_ASR_L12 {
    font-size: 1em;
    line-height: 1.2;
    color: #ffffff;
}

.L_12_G_ASR_L15 {
    color: #3a5c89;
    line-height: 1.5;
    font-size: 1.2em;
}

/*כפתור*/

.L_10_wh_ASR_L48px_BgB {
    line-height: 48px;
    font-size: 1em;
    color: white;
    height: 48px;
    background-color: #1b26b6;
    border-radius: 6px;
    padding: 0 15px;
    min-width: 130px;
    text-align: center;
}

.L_10_wh_ASR_L55px_BgB {
    line-height: 55px;
    font-size: 1em;
    color: white;
    height: 48px;
    background-color: #1b26b6;
    border-radius: 6px;
    padding: 0 15px;
    min-width: 130px;
    text-align: center;
}

.L_10_wh_ASR_L48px_BgT {
    line-height: 48px;
    font-size: 1em;
    color: white;
    height: 48px;
    background-color: transparent;
    border: 1px solid white !important;
    border-radius: 6px;
    padding: 0 15px;
}

.L_10_B_ASR_L48px_BgWh {
    padding: 0 15px;
    min-width: 130px;
    text-align: center;
    line-height: 48px;
    font-size: 1em;
    color: #1b26b6;
    height: 48px;
    border: 1px solid #1b26b6;
    border-radius: 6px;
    cursor: pointer;
    background-color: white;
}

/*כפתור 2 חלק א*/
.L_10_wh_ASR_L36px_BgB {
    line-height: 36px;
    font-size: 1em;
    color: white;
    height: 36px;
    background-color: #1b26b6;
}

/*כפתור 2 חלק ב*/
.L_18_wh_S_L36px_BgB {
    font-family: AssistantExtraLight;
    font-size: 1.8em;
    background-color: #0097ff;
    line-height: 36px;
    height: 36px;
    color: white;
}

/*כפתור 2 חלק ב*/
.L_18_wh_Cl_L36px_BgB {
    font-family: Clal;
    font-size: 1.8em;
    background-color: #0097ff;
    line-height: 36px;
    height: 36px;
    color: white;
}

/*#endregion */

/*#region mousehover */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.full-screen{
display:flex !important;
width:100% !important
}
 /*.slick-slide:first-child {
     height:100% !important
}*/
    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0097ff;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.clicky {
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

    .clicky:hover, .clicky:active, .clicky:focus {
        color: white;
        -webkit-box-shadow: 0px 0px 8px 2px #555;
        -moz-box-shadow: 0px 0px 8px 2px #555;
        box-shadow: 0px 0px 1px 2px #555;
        background: #4950c2 !important;
    }

    /*.clicky:hover {
        background: #4950c2 !important;
    }*/

    .clicky .btn-radial {
        position: absolute;
        z-index: -1;
        left: 0;
        width: 100% !important;
    }

        .clicky .btn-radial::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 50%;
            bottom: 50%;
            left: 50%;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

    .clicky:hover .btn-radial::before {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

.boxHover:hover {
    -webkit-box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
    -moz-box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
    box-shadow: 2px 3px 10px 2px rgba(41,33,41,0.2);
}

.L_12_G_ASR_L15:hover, .ServicesWrap a:hover, .Document:hover {
    font-family: AssistantSemiBold;
    /*color: #3a5c89;*/
}

.L_10_B_ASR_L15:hover, .BreadCrumbs a:hover,
.L_10_B_ASR_L15:active, .BreadCrumbs a:active,
.L_10_B_ASR_L15:focus, .BreadCrumbs a:focus {
    font-family: AssistantSemiBold;
    color: #1b26b6;
}

a.H_10_B_ASSB_L11:hover,
a.H_10_B_ASSB_L11:active,
a.H_10_B_ASSB_L11:focus,
span.link.H_10_B_ASSB_L11:hover,
span.link.H_10_B_ASSB_L11:active,
span.link.H_10_B_ASSB_L11:focus{
    font-family: AssistantBold;
    color: #1b26b6;
}

.L_10_wh_ASR_L48px_BgB:hover, .L_10_wh_ASR_L48px_BgB:focus {
    color: white;
}

/*#endregion */

@media screen and (max-width: 1280px) {
    * {
        font-size: 11px;
    }

    .select2-results__option, .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered, input,
    .T_09_G_ASR_L12, .T_10_G_ASR_L12, .T_10_G_ASSB_L12, .T_12_G_ASR_L13,
    .T_12_wh_ASR_L15, .H_10_G_ASR_L15, .H_10_G_ASSB_L15,
    .H_12_G_ASB_L13, .L_10_B_ASR_L15, .H_10_B_ASSB_L11, .H_10_B_ASR_L11,
    .L_10_wh_ASR_L12, .L_12_G_ASR_L15, .L_10_wh_ASR_L48px_BgT,
    .L_10_wh_ASR_L48px_BgB, .L_10_wh_ASR_L36px_BgB, .L_18_wh_S_L36px_BgB,
    .L_18_wh_Cl_L36px_BgB, .T_12_G_ASSB_L13, .T_09_B_ASR_L12, .T_10_wh_ASR_L10,
    .T_09_B_ASSB_L12, .T_08_G_ASR_L12, .T_08_B_ASR_L12, .T_08_R_ASR_L12, .rte-content li,
    .rte-content p, .rte-content div, .rte-content {
        font-size: 16px;
    }

    .I_2_G_Cl_L10 {
        font-size: 32px;
    }

    /*כפתור*/
    .L_10_wh_ASR_L48px_BgT, .L_10_wh_ASR_L48px_BgB {
        line-height: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 768px) {
    * {
        font-size: 14px;
    }

    .H_40_wh_ASR_L10 {
        font-size: 3em;
    }

   

    .select2-results__option, .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered, input,
    .T_09_G_ASR_L12, .T_10_G_ASR_L12, .T_10_G_ASSB_L12, .T_12_G_ASR_L13,
    .T_12_wh_ASR_L15, .H_10_G_ASR_L15, .H_10_G_ASSB_L15,
    .H_12_G_ASB_L13, .L_10_B_ASR_L15, .H_10_B_ASSB_L11,
    .L_10_wh_ASR_L12, .L_12_G_ASR_L15, .L_10_wh_ASR_L48px_BgT,
    .L_10_wh_ASR_L48px_BgB, .L_10_wh_ASR_L36px_BgB, .L_18_wh_S_L36px_BgB,
    .L_18_wh_Cl_L36px_BgB, .T_12_G_ASSB_L13, .T_09_B_ASR_L12, .T_10_wh_ASR_L10,
    .T_09_B_ASSB_L12, .T_08_G_ASR_L12, .T_08_B_ASR_L12, .T_08_R_ASR_L12, .rte-content li,
    .rte-content p, .rte-content div, .rte-content {
        font-size: 16px;
    }

    .I_2_G_Cl_L10 {
        font-size: 28px;
    }

    .scanovate-text {
        font-size: 20px !important;
 
        padding-right: 8%;
    }
    .scanovate-text-error {
        font-size: 20px !important;
        padding-right: 10px;
        width: 75%;
    }
}
