/* arabic */
@font-face {
    font-family: 'Ar__GE-Dinar-Two-Medium_1E';
    font-style: normal;
    font-weight: 400;
    src: url('../../../layout/BinMadiFonts/arabic/GE-Dinar-Two-Medium_1E.otf'); /* IE9 Compat Modes */
}
/* english */
@font-face {
    font-family: 'En__FontsFree-Net-STC-Forward-Regular-1';
    font-style: normal;
    font-weight: 400;
    src: url('../../../layout/BinMadiFonts/english/FontsFree-Net-STC-Forward-Regular-1.ttf'); /* IE9 Compat Modes */
}
/*
  .Font_Ar {
    font-family: 'Ar__GE-Dinar-Two-Medium_1E', sans-serif !important;
  }
*/
  .Font_En {
    font-family: 'En__FontsFree-Net-STC-Forward-Regular-1', sans-serif;
  }

  html,body,a:not(.Font_En),p:not(.Font_En),h1,h2,h3,h4,h5,h6,label,td,th,button,div:not(.Font_En),span:not(.Font_En),pre:not(.Font_En) {
    font-family: 'Ar__GE-Dinar-Two-Medium_1E', sans-serif !important;
  }

:root {
--blue1: #263b80;
--blue2: #f7f9fd;
--blue3: #858faf;
--blue4: #eaf2ff;
--red1: #e91d30;


--yellow1: #febc11;
--lblue1: #e1edf9;
--black1: #262626;
}
/* Start Color */
.C_101 {color: var(--blue1) !important;}
.BG_101 {background-color: var(--blue1) !important;}

.C_102 {color: var(--red1) !important;}
.BG_102 {background-color: var(--red1) !important;}

.C_103 {color: var(--yellow1) !important;}
.BG_103 {background-color: var(--yellow1) !important;}

.C_104 {color: var(--lblue1) !important;}
.BG_104 {background-color: var(--lblue1) !important;}

.C_105 {color: var(--black1) !important;}
.BG_105 {background-color: var(--black1) !important;}
/* End Color */
html {
    /*scroll-behavior: smooth !important;
    scroll-padding-top: 41px !important;*/
}
    /* Start ScrollToDiv */
    .Section {
        /*scroll-margin-top: 68px !important;*/
        scroll-margin-top: 64px !important;
    }
    #CommentsO {
        /*scroll-margin-top: 68px !important;*/
        scroll-margin-top: 105px !important;
    }
    /* End ScrollToDiv */
body {
    background-color: #fff !important;
}
a {
    color: var(--lblue1);
    text-decoration: none !important;
}

/* Start ScrollBar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 3px var(--lblue1);
    border-radius: 7px;
}
/* Handle*/
::-webkit-scrollbar-thumb {
    background: var(--blue1);
    border-radius: 10px;
    border: 1px solid var(--lblue1);
}
/* Handle on hover*/
::-webkit-scrollbar-thumb:hover {
    background: var(--blue1);
}
/* End ScrollBar */
.Pointer {
    cursor: pointer;
}
/* @media @media  @media  @media  @media  @media  @media  @media  @media @media */
@media (max-width: 576px) {	
    /* Start ScrollToDiv */
    .Section {
        /*scroll-margin-top: 25px !important;*/
        scroll-margin-top: 59px !important;
    }
    /* End ScrollToDiv */
}
/* @media @media  @media  @media  @media  @media  @media  @media  @media @media */