/*
Theme Name: Bankone
Author: Bankone
Version: 0.1.0
Text Domain: bankone
*/


/*
Required WordPress CSS
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .bypostauthor {
  }
  
  
  /* WordPress gallery */
  .gallery-caption {
  }
  .gallery {
    margin-bottom: 1.6em;
  }
  .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .gallery-icon img {
    margin: 0 auto;
  }
  .gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
  }
  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none;
  }
  
  
  .sticky {
  }
  .wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
  }
  .wp-caption-text {
    text-align: center;
  }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  /* Text meant only for screen readers. */
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }
  
  /**css bankone**/
  @font-face {
    font-family: 'Roboto Black';
    src: url('fonts/Roboto-Black.ttf');
  }
  @font-face {
    font-family: 'Roboto Black Italic';
    src: url('fonts/Roboto-BlackItalic.ttf');
  }
  @font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.ttf');
  }
  @font-face {
    font-family: 'Roboto Bold Italic';
    src: url('fonts/Roboto-BoldItalic.ttf');
  }
  @font-face {
    font-family: 'Roboto Italic';
    src: url('fonts/Roboto-Italic.ttf');
  }
  @font-face {
    font-family: 'Roboto Light';
    src: url('fonts/Roboto-Light.ttf');
  }
  @font-face {
    font-family: 'Roboto Light Italic';
    src: url('fonts/Roboto-LightItalic.ttf');
  }
  @font-face {
    font-family: 'Roboto Medium';
    src: url('fonts/Roboto-Medium.ttf');
  }
  @font-face {
    font-family: 'Roboto Medium Italic';
    src: url('fonts/Roboto-MediumItalic.ttf');
  }
  @font-face {
    font-family: 'Roboto Regular';
    src: url('fonts/Roboto-Regular.ttf');
  }
  @font-face {
    font-family: 'Roboto Thin';
    src: url('fonts/Roboto-Thin.ttf');
  }
  @font-face {
    font-family: 'Roboto Thin Italic';
    src: url('fonts/Roboto-ThinItalic.ttf');
  }
  
  body, h1, h2, h3, h4, h5, h6{
    font-family: Roboto , Arial;
  }
  /*------------------------------------*\
      VARIABLES
  \*------------------------------------*/
  .select-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .background_norepeat_right {
    background-repeat: no-repeat;
    background-position: 90% 50%;
  }
  /*------------------------------------*\
      MAIN
  \*------------------------------------*/
  html {
    min-height: 100%;
  }
  body {
    min-height: 100%;
    color: #414042;
    font-family: "Robot Regular", Arial !important;
    font-size: 14px;
    background: #f12938;
  }
  .main-wrapper h1 {
    font-family: "Robot Regular", Arial;
    text-transform: uppercase;
  }
  h1 small {
    display: block;
    text-transform: none;
  }
  .main-wrapper {
    min-height: 100%;
    position: relative;
    background: #f12938;
    /*overflow: hidden;*/
  }
  a.button {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font: 14px "Regular Regular", Arial;
    padding: 10px 25px;
  }
  a.button i {
    margin-left: 15px;
  }
  a:focus{
    outline: none !important;
  }
  .button-red {
    background: #e63435;
  }
  .button-blue {
    background: #00b2d8;
  }
  .button-darkblue {
    background: #00748b;
  }
  .button-gray {
    background: #414042;
  }
  .button-green {
    background: #45b748;
  }
  .row.site-footer{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  a:hover,
  a:focus,
  a:visited,
  a:active {
    text-decoration: none!important;
    color: inherit;
  }
  .back-red {
    background: #828a8f;
    background-size: contain;
    padding: 0 !important;
  }
  .back-blue {
    background: #f12938;
    background-size: cover;
  }
  .back-gris{
    background: #9cb1ce;
    background-size: cover;
  }
  .back-orange {
    background: #df922e;
  }
  .back-blue2 {
    background: #f12938;
  }
  .back-green {
    background: #45b748;
  }
  .back-white {
    background: #fff;
    background-size: contain;
    position: relative;
    width: 100%;
    float: left;
  }
  .back-white-btn {
    background: #fff;
    color: #414042 !important;
  }
  .btn-red2 {
    background: url(images/btn-actu-red.png) right no-repeat;
    color: #e63435 !important;
    border: 1px solid #e63435;
  }
  .btn-red2:hover {
    color: #e63435;
  }
  .btn-red3 {
    background: url(images/btn-actu-red-down.png) right no-repeat;
    color: #000 !important;
    background-color: #9cb1ce;
    height: 53px !important;
  }
  .btn-red3:hover {
    color: #e63435;
  }
  
  .btn-blue {
    background: url(images/btn-bleu.png) right no-repeat;
    color: #f12938 !important;
    border: 1px solid #f12938;
  }
  .btn-blue:hover {
    color: #f12938;
  }
  .btn-orange {
    background: url(images/btn-orange.png) right no-repeat;
    color: #df922e !important;
    border: 1px solid #df922e;
  }
  .bg-faq {
    background: url(images/bg-faq.png) no-repeat;
    background-size: cover!important;
  }
  .btn-orange:hover {
    color: #df922e;
  }
  .btn-purple {
    background: url(images/btn-purple.png) right no-repeat;
    color: #8c4984 !important;
    border: 1px solid #8c4984;
  }
  .btn-purple:hover {
    color: #8c4984;
  }
  .btn-white {
    background: url(images/btn-white-down.png) right no-repeat;
    color: #fff;
    border: 1px solid #fff;
  }
  .color-white {
    color: #fff!important;
  }
  .color-white h1 {
    color: #fff;
  }
  .color-skyblue {
    color: #00b2d8 !important;
  }
  .color-skyblue h1 {
    color: #00b2d8;
  }
  .back-blue {
    background: #f12938;
  }
  .back-blue2 {
    background: #f12938;
  }
  .color-green {
    color: #45b748 !important;
  }
  .color-green a {
    color: #45b748;
  }
  .color-red {
    color: #f12938!important;
  }
  .color-red a {
    color: #f12938;
  }
  .back-red1 {
    background: #f12938;
  }
  
  .back-green {
    background: #45b748;
  }
  .back-redcolor {
    background: #f12938;
  }
  
  .main-content {
    margin-left: 235px;
    height: 100%;
  }
  @media (max-width: 768px) {
    .main-content {
      margin-left: 0;
    }
  }
  .pad-r-50 {
    padding-right: 50px;
  }
  @media (max-width: 768px) {
    .pad-r-50 {
      padding-right: 0;
    }
  }
  .pad-l-30 {
    padding-left: 50px;
  }
  @media (max-width: 991px) {
    .pad-l-30 {
      padding-left: 10px;
    }
  }
  .pad-l-15 {
    padding-left: 15px;
  }
  @media (max-width: 991px) {
    .pad-l-15 {
      padding-left: 15px;
    }
  }
  .pad-l-30 {
    padding-left: 35px;
  }
  @media (max-width: 991px) {
    .pad-l-30 {
      padding-left: 15px;
    }
  }
  .button-white {
    position: absolute;
    bottom: 17px;
    right: 21px;
    text-decoration: none;
    background: url(images/btn-actu.png) right no-repeat;
    display: block;
    width: 210px;
    height: 54px;
    text-transform: uppercase;
    padding-top: 16px;
    color: #fff;
    font: 18px "Roboto Bold", "Roboto Light", Arial;
    z-index: 3;
  }
  .button-white:hover {
    padding-left: 10px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (max-width: 768px) {
    .button-white {
      font-size: 16px;
      right: 20px;
    }
  }
  .no-m {
    margin-top: 0;
    margin-bottom: 15px!important;
  }
  .no-m-s {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .no-p {
    padding: 0!important;
  }
  .no-border {
    border: none!important;
  }
  .m-b {
    margin-bottom: 15px;
    margin-left: -7px !important;
    line-height: 1.5;
  }
  .m-t {
    margin-top: 30px!important;
  }
  .p-t {
    padding-top: 30px!important;
  }
  .m-t-60 {
    margin-top: 60px!important;
  }
  .b-t-red {
    border-top: 1px solid #e63435;
  }
  strong {
    font-family: "Roboto Regular", Arial;
  }
  .big-padding {
    margin-top: 580px;
    padding-left: 12%!important;
  }
  @media (max-width: 991px) {
    .big-padding {
      margin-top: 15px;
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .padding-resp {
      margin-top: 0!important;
    }
  }
  @media (max-width: 1195px) and (min-width: 767px) {
    .padding-resp {
      margin-top: 0!important;
    }
  }
  @media (max-width: 767px) {
    .padding-resp-small {
      margin-top: 350px!important;
    }
  }
  .content-full-w {
    margin-left: 0;
  }
  .footer-full-w {
    padding-left: 30px!important;
  }
  .h-350 {
    height: 350px!important;
  }
  @media (max-width: 768px) {
    .h-350 {
      height: auto!important;
    }
  }
  .h-280 {
    min-height: 225px!important;
  }
  /*.h-315 {
    height: 400px!important;
  }*/
  @media (max-width: 768px) {
    .h-280 {
      height: auto!important;
    }
    .h-315 {
      height: auto!important;
    }
  }
  .h-200 {
    height: 200px;
  }
  @media (max-width: 768px) {
    .h-200 {
      height: auto;
    }
  }
  .h-550 {
    height: 550px;
  }
  @media (max-width: 768px) {
    .h-550 {
      height: auto;
    }
  }
  .h-240 {
    height: 246px!important;
  }
  @media (max-width: 768px) {
    .h-240 {
      height: auto!important;
    }
  }
  .h-480 {
    height: 480px!important;
  }
  @media (max-width: 768px) {
    .h-480 {
      height: auto!important;
    }
  }
  .h-560 {
    height: 560px!important;
  }
  @media (max-width: 768px) {
    .h-560 {
      height: auto!important;
    }
  }
  .h-1000 {
    height: 1000px;
    background-size: cover!important;
  }
  @media (max-width: 991px) {
    .h-1000 {
      height: auto;
    }
  }
  .h-400 {
    height: 400px;
  }
  @media (max-width: 768px) {
    .h-400 {
      height: auto;
    }
  }
  .h-80 {
    height: 80px;
  }
  @media (max-width: 768px) {
    .h-80 {
      height: auto;
    }
  }
  .abs-b-r {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  .abs-b-l {
    position: absolute;
    left: 40px;
    bottom: 15px;
  }
  .img {
    padding: 0!important;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .compat-object-fit img{
    opacity: 0;
  }
  /* .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  /*.rslides li.img {
    width: 100%;
    height: 535px;
    object-fit: cover;
  }*/
  .rslides img {
    width: 100%;
    height: 535px;
    object-fit: cover;
  }
  .b-r {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .b-t {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .small-line {
    width: 30%;
    margin-bottom: 15px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .big-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .round-img {
    padding: 6% 12%!important;
    text-align: center;
  }
  .round-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover!important;
    width: 60%;
  }
  .b-b {
    border-bottom: 1px solid #414042;
    padding-bottom: 30px;
    margin-right: 9%;
  }
  .btn-simple-page {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
  }
  .btn-simple-page i {
    margin-left: 10px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .btn-simple-page:hover {
    color: #fff;
  }
  .btn-simple-page:hover i {
    margin-left: 13px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .small-caption h1 {
    font-size: 22px!important;
  }
  .xsmall-caption h1 {
    font-size: 22px!important;
  }
  .xsmall-caption h1:first-line {
    font-size: 19px!important;
  }
  .a-block a {
    display: block;
  }
  .top-header {
    background: #fff;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e3e3e3;
  }
  .header-logo {
    float: left;
    padding: 10px;
    margin-top: 11px;
    padding-left: 26px;
  }
  @media (max-width: 950px) {
    .header-logo {
      width: 180px;
      padding: 13px 6px;
    }
  }
  .header-logo img {
    width: 100%;
  }
  .top-nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 22px 22px;
    text-align: center;
  }
  .top-nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto Regular", Arial;
    color: #828a8f !important;
    text-transform: uppercase;
  }
  .top-nav ul li a:hover {
    color: #f12938 !important;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .top-nav ul li a.active {
    color: #f12938 !important;
    font-family: "Roboto Bold", Arial;
  }
  @media (max-width: 1000px) and (min-width: 768px) {
    .top-nav ul li a {
      font-size: 11px;
    }
  }
  @media (max-width: 1200px) {
    .top-nav ul li {
      padding: 22px 8px;
    }
  }
  @media (max-width: 802px) and (min-width: 768px) {
    .top-nav ul li {
      padding: 22px 5px;
    }
  }
  .top-nav ul li.item-account {
    background: #f12938;
    height: 64px !important;
  }
  .top-nav ul li.item-account a {
    color: #fff !important;
    font-family: "Roboto Regular", Arial;
  }
  @media (max-width: 768px) {
    .top-nav {
      display: none;
    }
  }
  .top-nav .search-area {
    width: 600px;
    padding-top: 19px;
    display: none;
  }
  #siq_search_results .siq-show-result{
    display: none;
  }
  
  
  #siq_search_results{
    margin-top: 44px;
  }
  .siq_search_page .main-content{
    background: #fff;
  }
  .siq-powered-by{
    opacity : 0!important;
    color: #fff!important;
    visibility: hidden!important;
  }
  @media (max-width: 802px) and (min-width: 768px) {
    .top-nav .search-area {
      width: 500px;
    }
    .top-nav .search-area input {
      padding: 5px 50px;
      width: 300px!important;
    }
  }
  .top-nav .search-area .search-close {
    float: right;
    margin-right: 30px;
    cursor: pointer;
  }
  .top-nav .search-area .search-form {
    float: left;
  }
  .top-nav .search-area .search-form input {
    padding: 5px 50px;
    width: 467px;
    border: none;
    background: url(images/search.png) left no-repeat;
    background-size: 5%;
  }
  .top-nav .search-area .search-form input:focus,
  .top-nav .search-area .search-form input:active {
    border: none;
  }
  .menu-dropdown1 {
    display: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .menu-dropdown1 .menu-first {
    position: absolute;
    width: 100%;
    top: 61px;
    height: 40px;
    padding-top: 11px;
    background: #e63435;
    background-image: url(images/down-arrow.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  .menu-dropdown1 a {
    font: 12px  "Roboto Light", Arial;
    color: #fff;
  }
  .menu-dropdown1 .dropdown-menu {
    padding: 0 50px;
    width: 100%;
    top: 98px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #414042;
    text-align: center;
  }
  .dropdown-menu>li>a {
      display: block;
      padding: 0px 29px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
      height:35px;
      font-size: 18px;
  }
  .menu-dropdown1 .dropdown-menu a {
    font: 12px  Arial;
    color: #fff;
  }
  .menu-dropdown1 .dropdown-menu a:hover, .dropdown-menu a:hover {
    color: #e63435;
    background: none;
  }
  .menu-dropdown1 .dropdown-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  .menu-dropdown1 .dropdown-menu li:last-child {
    border: none;
  }
  @media (max-width: 768px) {
    .menu-dropdown1 {
      display: block;
    }
  }
  .btn-burger {
    display: none;
    width: 26px;
    height: 22px;
    float: right;
    margin-top: 13px;
    margin-right: 23px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .btn-burger {
      display: block;
    }
  }
  @media (max-width: 450px) {
    .btn-burger {
      margin-right: 10px;
    }
  }
  .btn-burger2 {
    display: none;
    width: 26px;
    height: 22px;
    float: right;
    margin-top: 13px;
    margin-right: 23px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .btn-burger2 {
      display: block;
    }
  }
  @media (max-width: 450px) {
    .btn-burger2 {
      margin-right: 10px;
    }
  }
  .btn-search {
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 41px;
    margin-top: 13px;
  }
  .btn-search img {
    width: 75%;
  }
  @media (max-width: 768px) {
    .btn-search {
      display: block;
    }
  }
  @media (max-width: 450px) {
    .btn-search {
      margin-right: 6px;
    }
  }
  .item-search {
    padding-top: 15px!important;
  }
  #main-column{
    width: 100% !important;
  }
  .sidebar {
    display: block;
    float: left;
    background: #f12938;
    width: 235px;
    height: auto;
    margin-top: 64px;
    /*position: fixed;*/
  }
  @media (max-width: 768px) {
    .sidebar {
      display: none;
      width: 100%;
      z-index: 1029;
      margin-top: 63px;
      height: 1000%;
      position: absolute !important;
    }
  }
  /*@media (min-width: 768px) {
    .sidebar {
      display: block!important;
    }
  }*/
  .menu-sidebar-container,
  .menu-sidebar-french-container,
  .menu-sidebar-swahili-container {
    /*padding-left: 20px;*/
    text-align: center;
  }
  .menu-sidebar-container ul,
  .menu-sidebar-french-container ul,
  .menu-sidebar-swahili-container ul {
    padding: 0;
  }
  .menu-sidebar-container ul .menu-search-mobile,
  .menu-sidebar-french-container ul .menu-search-mobile ,
  .menu-sidebar-swahili-container ul .menu-search-mobile {
    display: none;
  }
  .menu-sidebar-container ul .menu-search-mobile input,
  .menu-sidebar-french-container ul .menu-search-mobile input,
  .menu-sidebar-swahili-container ul .menu-search-mobile input  {
    width: 80%;
    padding: 12px;
    margin-top: 17px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .menu-sidebar-container ul .menu-search-mobile input::-webkit-input-placeholder,
  .menu-sidebar-french-container ul .menu-search-mobile input::-webkit-input-placeholder,
  .menu-sidebar-swahili-container ul .menu-search-mobile input::-webkit-input-placeholder  {
    color: white;
  }
  .menu-sidebar-container ul .menu-search-mobile input::-moz-placeholder,
  .menu-sidebar-french-container  ul .menu-search-mobile input::-webkit-input-placeholder,
  .menu-sidebar-swahili-container  ul .menu-search-mobile input::-webkit-input-placeholder  {
    color: white;
  }
  .menu-sidebar-container ul .menu-search-mobile input:-ms-input-placeholder,
  .menu-sidebar-french-container  .menu-search-mobile input::-webkit-input-placeholder ,
  .menu-sidebar-swahili-container  .menu-search-mobile input::-webkit-input-placeholder  {
    color: white;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul .menu-search-mobile,
    .menu-sidebar-french-container  ul .menu-search-mobile,
    .menu-sidebar-swahili-container  ul .menu-search-mobile {
  
      display: block;
    }
  }
  .menu-sidebar-container ul li ,
  .menu-sidebar-french-container ul li ,
  .menu-sidebar-swahili-container ul li{
    cursor: pointer;
    display: block;
    /* padding: 22px 0 22px 10px; */
    /* margin-right: 40px; */
    /* border-bottom: 1px solid #fff; */
  }
  .menu-sidebar-container ul li a,
  .menu-sidebar-french-container ul li a,
  .menu-sidebar-swahili-container ul li a {
    display: block;
    padding: 22px 0;
    color: #fff;
    font-size: 16px;
    margin: 0 20px;
    border-bottom: 1px solid #abadb3;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li a ,
    .menu-sidebar-french-container  ul li a,
    .menu-sidebar-swahili-container  ul li a{
      display: block;
      width: 80%;
      margin: 0 auto;
      padding: 20px 30px;
      border-bottom: 1px solid #fff;
    }
    .menu-sidebar-container ul li a:hover,
    .menu-sidebar-french-container ul li a:hover ,
    .menu-sidebar-swahili-container ul li a:hover{
      font-weight: 900;
      -moz-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
    }
  }
  .menu-sidebar-container ul li:hover,
  .menu-sidebar-french-container ul li:hover,
  .menu-sidebar-swahili-container ul li:hover  {
    /* margin-right: 40px; */
    padding-right: 0px;
    /* border-bottom: 2px solid #fff; */
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li:hover,
    .menu-sidebar-french-container  ul li:hover,
    .menu-sidebar-swahili-container  ul li:hover {
      border: none;
      padding-right: 0;
    }
  }
  .menu-sidebar-container ul li:hover a,
  .menu-sidebar-french-container ul li:hover a,
  .menu-sidebar-swahili-container ul li:hover a {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li:hover a,
    .menu-sidebar-french-container ul li:hover a,
    .menu-sidebar-swahili-container ul li:hover a {
      width: 90%;
    }
  }
  .menu-sidebar-container ul li:hover .sub-menu,
  .menu-sidebar-french-container ul li:hover .sub-menu ,
  .menu-sidebar-swahili-container ul li:hover .sub-menu  {
    display: block;
  }
  .menu-sidebar-container ul li:hover .sub-menu a ,
  .menu-sidebar-french-container ul li:hover .sub-menu a,
  .menu-sidebar-swahili-container ul li:hover .sub-menu a  {
    text-decoration: none;
  }
  .menu-sidebar-container ul li .sub-menu,
  .menu-sidebar-french-container ul li .sub-menu,
  .menu-sidebar-swahili-container ul li .sub-menu {
    position: fixed;
    display: none;
    width: 100%;
    top: 64px;
    left: 235px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  .menu-sidebar-container ul li .sub-menu ul,
  .menu-sidebar-french-container ul li .sub-menu ul,
  .menu-sidebar-swahili-container ul li .sub-menu ul {
    /*padding-left: 35px;*/
    height: 100%;
    width: 235px;
    background: #828a8f;
  }
  .menu-sidebar-container ul li .sub-menu ul a,
  .menu-sidebar-french-container ul li .sub-menu ul a,
  .menu-sidebar-swahili-container ul li .sub-menu ul a {
    font-weight: normal;
    font-family:  "Roboto Light", Arial;
    border-bottom: 1px solid #abadb3;
  }
  .menu-sidebar-container ul li .sub-menu ul a:hover,
    .menu-sidebar-french-container ul li .sub-menu ul a:hover,
    .menu-sidebar-swahili-container ul li .sub-menu ul a:hover {
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #fff;
  }
  .menu-sidebar-container ul li .sub-menu ul li:hover .sub-menu,
  .menu-sidebar-french-container ul li .sub-menu ul li:hover .sub-menu,
  .menu-sidebar-swahili-container ul li .sub-menu ul li:hover .sub-menu   {
    left: 470px;
    display: block;
    border-bottom: 2px solid #fff;
  }
  .menu-sidebar-container ul li .sub-menu ul li a,
  .menu-sidebar-french-container ul li .sub-menu ul li a,
  .menu-sidebar-swahili-container ul li .sub-menu ul li a  {
    padding: 22px 0;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li .sub-menu ul li a ,
    .menu-sidebar-french-container ul li .sub-menu ul li a,
    .menu-sidebar-swahili-container ul li .sub-menu ul li a  {
      border-bottom: 1px solid #fff;
    }
  }
  .menu-sidebar-container ul li .sub-menu ul li .sub-menu,
  .menu-sidebar-french-container ul li .sub-menu ul li .sub-menu{
    left: 470px;
    display: none;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li .sub-menu ul li .sub-menu,
    .menu-sidebar-french-container ul li .sub-menu ul li .sub-menu,  
    .menu-sidebar-swahili-container ul li .sub-menu ul li .sub-menu {
      display: block;
      left: 0!important;
    }
  }
  .menu-sidebar-container ul li .sub-menu ul li .sub-menu ul,
  .menu-sidebar-french-container ul li .sub-menu ul li .sub-menu ul,
  .menu-sidebar-swahili-container ul li .sub-menu ul li .sub-menu ul {
    width: 235px;
    /*padding-left: 15px;*/
    background: #6d7377;
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li .sub-menu ul li .sub-menu ul,
    .menu-sidebar-french-container ul li .sub-menu ul li .sub-menu ul,   
    .menu-sidebar-swahili-container ul li .sub-menu ul li .sub-menu ul  {
      width: 100%;
      background: #000;
    }
    .menu-sidebar-container ul li .sub-menu ul li .sub-menu ul a ,
    .menu-sidebar-french-container ul li .sub-menu ul li .sub-menu ul a,
    .menu-sidebar-swahili-container ul li .sub-menu ul li .sub-menu ul a{
      border-bottom: none;
      padding: 1px 30px;
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li .sub-menu ul,
    .menu-sidebar-french-container ul li .sub-menu ul,
    .menu-sidebar-swahili-container ul li .sub-menu ul {
      background-size: contain;
      width: 100%;
      padding-left: 0;
    }
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li .sub-menu,
    .menu-sidebar-french-container ul li .sub-menu,
    .menu-sidebar-swahili-container ul li .sub-menu   {
      position: relative;
      left: 0;
      width: 100%;
      top: -2px;
      height: auto;
    }
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ul li ,
    .menu-sidebar-french-container ul li,
    .menu-sidebar-swahili-container ul li {
      margin-right: 0;
      padding: 0;
      border: none;
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .menu-sidebar-container ,
    .menu-sidebar-french-container,
    .menu-sidebar-swahili-container{
      padding-left: 0;
    }
  }
  .site-footer {
    background: #414042;
    min-height: 374px;
    color: #fff;
    font: 16px Roboto Light, "Roboto Light", Arial;
    width: 100%;
    padding-left: 230px;
    padding-top: 15px;
    overflow: hidden;
  }
  .site-footer .text-with-icon {
    min-height: 55px!important;
  }
  @media (max-width: 1200px) {
    .site-footer {
      padding-left: 10px;
    }
  }
  @media (max-width: 991px) {
    .site-footer {
      height: auto;
    }
  }
  .site-footer .adresse {
    margin-bottom: 30px;
    font-size: 14px;
  }
  @media (max-width: 450px) {
    .site-footer .adresse {
      margin-left: 15px;
    }
  }
  .site-footer .adresse .text-with-icon {
    margin-bottom: 0;
  }
  .site-footer .adresse .text-with-icon .bloc-icon {
    width: 40px;
    float: left;
    margin-right: 20px;
    height: 40px;
  }
  .site-footer .adresse .text-with-icon .bloc-icon i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
  }
  .site-footer .adresse .text-with-icon .bloc-icon .message {
    background: url(images/msg.png) no-repeat;
  }
  .site-footer .adresse .text-with-icon .bloc-icon .marker-blue {
    background: url(images/shape.png) no-repeat;
  }
  .site-footer .adresse .text-with-icon .text {
    margin-left: 60px;
    padding-top: 7px;
  }
  .site-footer .adresse .text-with-icon .text h5 {
    font: 18px "Roboto Light", Arial;
    text-transform: uppercase;
  }
  .site-footer .adresse .text-with-icon .text h4 {
    font: 16px "Roboto Hight2", "Roboto Light", Arial;
    margin-bottom: 2px;
    margin-top: 0;
  }
  .site-footer .adresse .text-with-icon .text a {
    color: #fff;
    text-decoration: none;
  }
  .site-footer .adresse .text-with-icon .text a:hover {
    color: #f12938;
  }
  .site-footer .footer-logo {
    padding: 5px;
    margin-bottom: 50px;
  }
  .site-footer .footer-logo .line-footer {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 140px;
    margin-top: -2px;
  }
  @media (max-width: 768px) {
    .site-footer .menu-footer {
      text-align: left;
    }
  }
  @media (max-width: 450px) {
    .site-footer .menu-footer {
      text-align: left;
    }
  }
  .site-footer ul {
    list-style: none;
  }
  .site-footer ul li {
    padding-bottom: 9px;
    width: 100%;
  }
  @media (max-width :768px){
    .site-footer ul li {
      width: 100%;
    }
  }
  .site-footer ul li a {
    text-decoration: none;
    color: inherit;
    line-height: 6px;
    font-size: 14px;
  }
  .site-footer ul li a:hover {
    color: #e63435;
    line-height: 10px;
  }
  @media (max-width: 768px) {
    .site-footer ul {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 450px) {
    .site-footer ul {
      padding-left: 0;
    }
  }
  .no-outside {
    margin-bottom: 0!important;
  }
  .slider-wrapper {
    position: relative;
    height: 535px;
  }
  .slider-wrapper .breadcrumb {
    position: absolute;
    background: none;
    left: 30px;
    top: 82px;
    color: #fff;
    font: 12px "Roboto Regular", Arial;
    text-transform: uppercase;
    z-index: 13;
  }
  .autre-produits{
    font-weight: 700;
    font-size: 48px;
    color: #9cb1ce;
    text-transform: none!important;
  }
  .h1-spec {
    font-weight: 600!important;
    font-size: 48px!important;
    text-transform: none !important;
    font-family: "Robot Regular", Arial !important;
  }
  .slider-wrapper .title-page {
    position: absolute;
    bottom: 30px;
    left: 100px;
    z-index: 3;
    color: #fff;
  }
  @media (max-width: 1190px) and (min-width:767px) {
    .title-resp-sim{
      bottom: 334px!important;
    }
  }
  
  @media (max-width: 450px) {
    .slider-wrapper .title-page {
      left: 20px;
    }
  }
  .slider-wrapper .title-page h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .slider-wrapper .title-page h1 {
      font-size: 40px;
    }
  }
  .slider-wrapper .title-page .sous-title-page {
    font: 17px "Roboto Hight", Arial;
  }
  .slider-wrapper .title-page .sous-title-page .text-grand {
    font: 24px "Roboto Bold", Arial;
    display: block;
    text-transform: uppercase;
    line-height: 45px;
    color: #f12938;
  }
  .slider-wrapper .title-page .sous-title-page .text-grand:before {
    content: "";
    margin-left: -29px;
    margin-top: 10px;
    width: 15px;
    height: 24px;
    float: left;
  }
  @media (max-width: 768px) {
    .slider-wrapper .title-page .sous-title-page .text-grand {
      font-size: 20px;
    }
  }
  @media (max-width: 768px) {
    .slider-wrapper .title-page {
      top: 50px;
      left: 20px !important;
    }
  }
  .slider-wrapper .pagination {
    top: 470px;
    left: 432px!important;
  }
  .slider-wrapper .slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-top: 44px;
  }
  @media (max-width: 768px){
      .slider-wrapper .slider.home {
          padding-top: 0;
          height: 700px;
          background-color: #fff;
      }
  }
  .slider-wrapper .slider .rslides{
    background: #000;
    padding-left: 0;
  }
  .slider-wrapper .outside {
    bottom: -157px !important;
    padding: 30px 0 20px 40px!important;
    width: 50%!important;
    -webkit-box-shadow: 0 1px 20px #000;
    -moz-box-shadow: 0 1px 20px #000;
    box-shadow: 0 1px 20px #000;
  }
  .slider-wrapper .outside .text-slider a.btn-slider {
    width: 271px!important;
  }
  @media (max-width: 768px) {
    .slider-wrapper .outside .text-slider a.btn-slider {
      font-size: 19px!important;
      padding-left: 30px;
    }
    .slider-wrapper .slider .rslides img{
        width: 100%;
        object-fit: cover;
        height: 360px!important;
    }
  }
  .slider-wrapper .outside .text-slider .content {
    font-size: 16px!important;
    padding-right: 82px!important;
  }
  .slider-wrapper .outside .text-slider .content .text-grand {
    display: block;
    margin-bottom: 5px;
  }
  @media (max-width: 1140px) {
    .slider-wrapper .outside .text-slider .content {
      padding-right: 10px!important;
    }
  }
  @media (max-width: 1140px) and (min-width: 768px) {
    .slider-wrapper .outside {
      width: 60%!important;
    }
 
  }
  @media (max-width: 768px) {
    .slider-wrapper .outside {
      bottom: 0!important;
      width: 100%!important;
      padding-left: 10px!important;
    }
  }
  .long-title {
    width: 519px!important;
  }
  
  @media (max-width: 950px) and (min-width: 768px) {
    .white-box .white-box-body .content .text-grand {
      font-size: 25px;
    }
  }
  .white-box {
    background: #fff;
    width: 491px;
    height: 288px;
    position: absolute;
    right: 45px;
    bottom: 100px;
    z-index: 3;
  }
  .white-box.no-slider {
    width: 80%;
    height: 288px;
    position: absolute;
    z-index: 1027;
    background: #fff;
  }
  .white-box .white-box-body {
    position: relative;
    padding: 20px 0 20px 40px;
    height: 100%;
  }
  .white-box .white-box-body h1 {
    color: #f12938;
    font-size: 34px;
    margin-bottom: 20px;
  }
  .white-box .white-box-body h1 small {
    font: 14px "Roboto Hight", "Roboto Light", Arial;
  }
  @media (max-width: 768px) {
    .white-box .white-box-body h1 {
      font-size: 25px;
    }
  }
  .white-box .white-box-body .content {
    padding-right: 50px;
    font: 16px  Arial;
    color: #414042;
  }
  .white-box .white-box-body .content .text-grand {
    font: 30px Roboto Light, "Roboto Light", Arial;
    display: block;
  }
  @media (max-width: 950px) and (min-width: 768px) {
    .white-box .white-box-body .content .text-grand {
      font-size: 25px;
    }
  }
  @media (max-width: 450px) {
    .white-box .white-box-body .content .text-grand {
      font-size: 23px;
    }
  }
  @media (max-width: 450px) {
    .white-box .white-box-body .content {
      font-size: 12px;
      padding-right: 10px;
    }
  }
  .white-box .white-box-body .owl-controls {
    display: none!important;
  }
  .white-box .white-box-body .item {
    height: 236px;
    position: relative;
  }
  .institution .white-box .white-box-body .item, .entreprise .white-box .white-box-body .item {
    height: 102px;
    background: #fff;
  }
  a.btn-slider {
    position: relative;
    left: 0;
    right: 0;
    bottom: 20px;
    text-decoration: none;
    display: block;
    width: 250px;
    height: 48px;
    text-transform: uppercase;
    padding: 14px ;
    color: #fff;
    font: 21px "Roboto bold", Arial;
    background-color: #f12938;
    margin-bottom: 15px;
    text-align: left;
    background-image: url(/wp-content/files/2022/04/btn-red-rigth.png);
    background-position: right center;
    background-repeat: no-repeat;
}
a.btn-slider.btn-popup.rfi{
  padding: 14px;
  text-align: left;
  min-height: 70px;

}

  a.apply-here-btn {
    position: relative;
    left: 0;
    bottom: 20px;
    text-decoration: none;
    display: block;
    width: 270px;
    height: 48px;
    text-transform: uppercase;
    padding: 12px 0 0 30px;
    color: #fff;
    font: 21px "Roboto bold", Arial;
    background-color: #f12938;
    margin-bottom: 0;
}
  a.btn-slider:focus, a.btn-slider:hover,  a.apply-here-btn:hover  {
      color: #fff;
      text-decoration: none;
  }
  .white-box-body a.btn-slider{
    position: absolute;
  }
  @media (max-width: 950px) and (min-width: 768px) {
    .white-box {
      width: 435px;
    }
  }
  
  a.btn-slider.careers {
      width: 330px;
  }
  
  @media (max-width: 768px) {
      a.btn-slider.careers {
          position: relative;
          width: 100%!important;
          font-size: 16px;
          padding: 14px 0 0 14px;
      }
      .white-box {
          position: absolute;
          width: 100%;
          height: auto;
          top:356px;
          right: 0;
          bottom: 0;
          padding: 20px 10px;
      }
      #page .no-slider.credit .white-box {
          right: auto!important;
          left: 0 !important;
      }
  }
  /* @media (max-width: 768px) {
    height: 300px;
    margin-bottom: 261px;
    margin-top: 81px;
  } */
  .compte .text-grand:before,
  .yellow-before .text-grand:before {
    background: #eec030 !important;
  }
  .epargne .text-grand:before {
    background: #45b748 !important;
  }
  /* .credit .text-grand:before,
  .red-before .text-grand:before {
    background: #e63435 !important;
  } */
  /* .cartes .text-grand:before,
  .green-before .text-grand:before {
    background: #45b748 !important;
  } */
  .gray-back-content{
    padding: 85px 55px 55px 55px;
    background: #f6f7f7;
    min-height: auto;
  }
  .orange-before .text-grand:before {
    background: #df922e !important;
  }
  .purple-before .text-grand:before {
    background: #53076d !important;
  }
  .small-box {
    height: 150px;
    width: 350px;
    border-left: 5px solid #f12938;
  }
  @media (max-width: 768px) {
    .small-box {
      width: 100%;
      position: relative;
    }
  }
  @media (max-width: 768px) {
    .institution .section-devise{
      margin-top: 146px;
    }
  }
  .entreprise .white-box,
  .institution .white-box {
    z-index: 3;
    color: #414042;
    text-transform: uppercase;
    font: 29px 'Roboto Bold', Arial;
  }
  .entreprise .white-box-body,
  .institution .white-box-body {
    padding: 20px 0 20px 25px;
  }
  .professionnel .white-box {
    background: #45b748;
    color: #fff;
    width: 445px;
    height: 231px;
    font-size: 20px;
  }
  @media (max-width: 768px) {
    .professionnel .white-box {
      width: 100%;
    }
  }
  .btn-slider2 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 16%;
    background: #e63435;
    color: #fff;
    padding: 17px 42px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
  }
  .btn-slider2 i {
    margin-left: 20px;
  }
  .btn-slider2:hover,
  .btn-slider2:focus {
    text-decoration: none;
    color: #fff!important;
  }
  .valeur .breadcrumb {
    color: #414042;
  }
  .valeur .slider-wrapper {
    min-height: 500px;
    background: url(images/back-gray-slider.png) repeat-x;
    background-size: contain;
  }
  @media (max-width: 1200px) {
    .valeur .slider-wrapper {
      height: auto;
    }
  }
  .valeur .img-banniere {
    float: right;
    margin-top: 136px;
    margin-right: 100px;
  }
  @media (max-width: 1200px) {
    .valeur .img-banniere {
      float: none;
      padding-top: 250px!important;
      position: relative;
      margin-top: 0;
      margin-left: 60px;
    }
  }
  .valeur .title-page {
    bottom: 183px;
    color: #414042;
  }
  @media (max-width: 1200px) {
    .valeur .title-page {
      top: 74px;
      bottom: initial;
    }
  }
  @media (max-width: 767px) {
    .valeur .title-page {
      top: 90px;
    }
  }
  .section-devise {
    color: #fff;
    height: auto;
  }
  .section-devise .devise-wrapper {
    background: #9cb1ce;
    height: 115px;
    padding-top: 12px;
  }
  .section-devise .devise-wrapper a:hover {
    text-decoration: none!important;
    color: inherit!important;
    font-weight: bold;
  }
  .section-devise .devise-wrapper h1 {
    font-size: 24px;
    margin-top: 25px;
    width: 250px;
  }
  .section-devise .devise-wrapper h1 small {
    font: 11px "Roboto Light", Arial;
    color: #fff;
    text-transform: uppercase;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .section-devise .devise-wrapper h1 {
      font: 20px "Roboto Hight", Arial;
    }
  }
  @media (max-width: 768px) {
    .section-devise .devise-wrapper h1 {
      text-align: center;
    }
  }
  .section-devise .devise-wrapper .txt-bd {
    font-size: 16px;
    font-weight: bold;
  }
  .section-devise .devise-wrapper .devise-content {
    padding-top: 1px;
    text-align: center;
  }
  .section-devise .devise-wrapper .btn-devise {
    margin-top: 34px;
    text-align: center;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .section-devise .devise-wrapper {
      height: 170px;
    }
    .section-devise .devise-wrapper .btn-devise{
      margin-top: 20px;
    }
  }
  @media (max-width: 767px) {
    .section-devise .devise-wrapper {
      height: 225px;
    }
  }
  .section-devise .search-agence {
    background: #e63435;
    height: 115px;
    background-image: url(images/marker.png);
    background-position: 70% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .section-devise .search-agence:hover {
    background-position: 75% 50%;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (min-width: 767px) and (max-width: 1200px) {
    .section-devise .search-agence {
      height: 170px;
      background-position: 49% 84%;
    }
  }
  @media (max-width: 768px) {
    .section-devise .search-agence {
      background-position: 85% 50%;
    }
  }
  .section-devise .search-agence h1 {
    margin-top: 45px;
    margin-left: 20%;
    font: 24px "ROboto Light", Arial;
  }
  .section-devise .search-agence a, .section-devise .search-agence a:hover, .section-devise .search-agence a:visited{
    color: #fff;
  }
  @media (min-width: 768px) and (max-width: 1200px) {
    .section-devise .search-agence h1 {
      font: 20px "Roboto Hight", Arial;
    }
  }
  #change-date img {
    width: 47%;
    margin-top: -5px;
    cursor: pointer;
  }
  #change-date a {
    width: 70px;
  }
  .box-produit {
    margin-top: -200px;
    /*position: absolute;*/
    position: relative;
    z-index: 1028;
    padding: 0 75px;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .box-produit {
      padding: 0;
    }
  }
  @media (max-width: 991px) {
    .box-produit {
      position: relative;
      margin-top: 20px;
    }
  }
  .box-produit .button-white {
    display: none;
  }
  .box-produit .owl-theme .owl-controls {
    margin-top: -25px;
  }
  .box-produit .owl-theme .owl-controls .owl-buttons div {
    font-size: 30px;
    background: none;
  }
  .box-produit .owl-theme .owl-controls .owl-buttons .owl-prev{
      position: absolute;
      left: -65px;
      top: 37%;
      opacity: 1!important;
      width: 70px;
  }
  .box-produit .owl-theme .owl-controls .owl-buttons .owl-next{
      position: absolute;
      right: -65px;
      top: 37%;
      opacity: 1!important;
      width: 70px;
  }
  @media(max-width: 900px){
    .box-produit .owl-theme .owl-controls .owl-buttons .owl-prev{
      left: 0;
    }
    .box-produit .owl-theme .owl-controls .owl-buttons .owl-next{
      right: 0;
    }
  }
  /* @media (max-width:768px){
    .box-produit{
      margin-bottom: 40px!important;
    }
  } */
  .box-produit .owl-carousel .produit-item {
    width: 100%;
  }
  .box-produit .produit-item {
    margin-bottom: 80px;
    height: 525px;
    position: relative;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  @media (max-width:768px){
    .box-produit .produit-item {
      margin-bottom: 70px;
    }
  }
  .box-produit .produit-item .produit-img {
    height: 295px;
    position: relative;
    /*background: no-repeat center center;*/
  }
  .box-produit .produit-item .produit-img img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    z-index: 1028;
  }
  .box-produit .produit-item .produit-content {
    background: #fff;
    padding: 20px;
    height: 160px;
    overflow: hidden;
    width: 100%;
  }
  .box-produit .produit-item .produit-content h1 {
    font-size: 33px;
    margin-top: 0;
  }
  .box-produit .produit-item .produit-content h1:first-line {
    color: #545454!important;
    font-size: 20px;
  }
  .box-produit .produit-item a {
    text-decoration: none;
    color: inherit;
  }
  .box-produit .produit-item:hover {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  @media (min-width: 991px) {
    .box-produit .produit-item:hover {
      height: 447px;
      margin-top: -30px;
      padding-left: 0!important;
      padding-right: 0!important;
    }
  }
  .box-produit .produit-item:hover .box-produit {
    padding: 0!important;
  }
  .box-produit .produit-item:hover .mask-blue {
    display: block;
  }
  .box-produit .produit-item:hover .button-white {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .box-produit .produit-item:hover .produit-content {
    background: none;
    position: absolute;
    top: 40%;
    z-index: 9;
  }
  .box-produit .produit-item:hover .text {
    display: none;
  }
  .box-produit .produit-item:hover h1 {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold;
      color: #fff!important;
  }
  .box-produit .produit-item:hover h1:first-line {
    font-size: 20px;
    color: #fff!important;
  }
  .box-produit .produit-item:hover .produit-img {
    height: 100%;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .box-produit .produit-item:hover .produit-content p {
    display: none;
  }
  .mask-blue {
    display: none;
    background: #000;
    moz-opacity:0.4;
    opacity: 0.4;
    filter:alpha(opacity=40);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .section-actu {
    color: #fff;
  }
  .section-actu .actu-item {
    padding: 0;
    position: relative;
    height : 100%;
    z-index: 4;
  }
  .single-actu-subtitle, .img-title-single-actus{
    z-index: 3;
  }
  .section-actu .actu-item.back-white {
    height: 100%;
  }
  .section-actu .no-text.actu-item {
    height: 100%;
  }
  .private .section-actu .back-red .actu-item {
    padding: 0;
    height: 280px;
    position: relative;
  }
  .section-actu .actu-item .img {
    height: 100%;
  }
  .no-text.actu-item.img{
    background-size: cover;
  }
  .section-actu .actu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-actu .actu-item .button-actu {
    position: absolute;
    bottom: 17px;
    right: 21px;
    text-decoration: none;
    background-image: url(images/btn-red-rigth.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    width: 210px;
    height: 54px;
    text-transform: uppercase;
    padding-top: 16px;
    color: #fff;
    font: 18px "Roboto Bold", Arial;
  }
  .section-actu .actu-item .button-video {
    position: absolute;
    bottom: 17px;
    right: 21px;
    text-decoration: none;
    background: url(images/btn-actu.png) right no-repeat;
    display: block;
    width: 275px;
    height: 54px;
    text-transform: uppercase;
    padding-top: 16px;
    color: #fff;
    font: 18px "Roboto Bold", Arial;
  }
  @media (max-width: 1200px) and (min-width:768px) {
    .section-actu .actu-item .button-actu {
      font-size: 18px;
      padding: 16px 0px 0 45px !important;
    }
    .section-actu .actu-item .text-actu{
      font-size: 15px;
    }
  }
  /* @media only screen and (min-width: 1080px) and (max-width: 1440px){
    li.kihara-maina img {
      height: 294px !important;
      object-fit: cover;
  }
  
  }

  @media (min-width: 1920px) and (max-width: 2560px)  {
    li.kihara-maina img {
      height: 630px !important;
      object-fit: cover;
} */
  
 
  .section-actu .actu-item  .button-actu.btn-red.offers{
    bottom: 48px;
  }
  .section-actu .actu-item .button-actu:hover {
    padding-left: 5px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media (max-width: 768px) {
    .section-actu .actu-item .button-actu {
      font-size: 16px;
      right: 3px;
    }
  }
  .section-actu .actu-item .btn-red {
      background-color: #f12938;
      padding: 15px 18px;
      width: 245px;
      left: 55px;
  }
  .private .section-actu .actu-item .btn-red {
    left: 46px;
    top: 283px;
  }
  .section-actu .actu-item .button-actu.red-color {
      position: absolute;
      bottom: 17px;
      right: 21px;
      text-decoration: none;
      background: url(images/btn-actu-red.png) right no-repeat;
      display: block;
      width: 290px;
      height: 54px;
      text-transform: uppercase;
      padding: 14px 0 0 0!important;
      color: #f12938;
      font: 20px "Roboto Bold", Arial;
  }
  .section-actu .actu-item .btn-white {
      background-color: #f12938;
      background: url(images/btn-actu.png) right no-repeat;
      padding: 16px 0px 0 20px !important;
      border: none;
  }
  @media (max-width: 768px) {
    .section-actu .actu-item .btn-bleu {
      width: 225px;
    }
    .private .section-actu .actu-item .btn-red {
      top: 340px!important;
      left: 10px!important;
    }
  }
  .section-actu .actu-item .btn-orange {
    background: url(images/btn-orange.png) right no-repeat;
    color: #df922e;
    width: 190px;
  }
  .section-actu .actu-item .title-actu {
    position: absolute;
    right: 21px;
    top: 50px;
    text-decoration: none;
    width: 150px;
    height: auto;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    color: #fff;
    font: 1em "Roboto Regular", Arial;
  }
  .section-actu .actu-item .title-green {
    background: #f12938;
  }
  .section-actu .title-red {
    background: #f12938;
    position: absolute;
    left: 24px;
    bottom: 24px;
    text-decoration: none;
    width: auto;
    height: auto;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    text-align: center;
    color: #fff;
    font: 1em "Roboto Regular", Arial;
    z-index: 3;
  }
  .section-actu .actu-item .text-actu {
    position: absolute;
    left: 10%;
    bottom: 50%;
    width: 80%;
    font: 17px "Roboto Light", Arial;
    text-transform: uppercase;
  }
  @media (max-width: 768px) {
    .section-actu .actu-item .text-actu {
      font-size: 16px;
    }
  }
  .section-actu .actu-item .short {
    width: 50%!important;
  }
  @media (max-width: 450px) {
    .section-actu .actu-item .short {
      width: 80%!important;
    }
  }
  .section-actu .actu-item .text-actu-center {
    width: 76%;
    margin: 33% auto;
  }
  @media (max-width: 768px) {
    .section-actu .actu-item .text-actu-center {
      width: 95%;
      margin-left: 10px!important;
    }
  }
  .section-actu .actu-item .text-actu-center h1 {
    font: 40px "Roboto Light", Arial;
  }
  .section-actu .actu-item .text-actu-center h1 small {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
  }
  @media (max-width: 768px) {
    .section-actu .actu-item .text-actu-center h1 {
      font-size: 35px;
    }
  }
  .actu1 {
    height: 341px;
  }
  .private .actu1 {
    height: 560px;
  }
  @media (min-width: 2000px) {
    .actu1 {
      height: 550px;
    }
  }
  @media(max-width: 768px){
    .private .actu1 {
      height: auto;
    }
  }
  .actu1 .actu-item .button-actu {
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .private .actu1 .actu-item .button-actu{
    visibility: visible;
  }
  .actu1 .actu-item:hover {
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .actu1 .actu-item:hover .mask-blue,
  .actu1 .actu-item:hover .button-actu {
    display: block;
    visibility: visible;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0.2;
  }
  .actu1 .actu-item:hover .button-actu {
    opacity: 1;
  }
  .actu1 .actu-item:hover .content,
  .actu1 .actu-item:hover .mask-black {
    visibility: hidden;
    opacity: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .mask-black {
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
  }
  .no-slide .slider li{
    width: 100% !important;
  }
  .actu2 {
    height: 565px;
    background: #fff;
    color: #545454;
  }
  .actu2 img {
    object-fit: contain;
  }
  @media (min-width: 2000px) {
    .actu2 {
      height: 550px;
    }
  }
  @media (max-width: 991px) {
    .actu2 {
      height: auto;
    }
  }
  .actu2 .title-blue {
    background: #f12938;
    left: 65px;
  }
  @media (max-width: 767px) {
    .actu2 .title-blue {
      left: 2%;
    }
  }

  
  .actu2 h1 {
    color: #f12938;
  }
  .actu2 .text-actu-center {
    margin-top: 155px!important;
    margin-left: 10%!important;
  }
  .private .actu2 .text-actu-center {
    margin-top: 195px!important;
    margin-left: 63px!important;
  }
  .private .actu2 .button-actu.btn-red {
    left: 65px;
    top: 440px;
    opacity: 1;
  }
  @media (max-width: 768px) {
    .actu2 .text-actu-center {
      margin-left: 0%!important;
    }
    .private .actu2 .text-actu-center {
      margin-left: 10px!important;
    }
  }
  .actu2 .text {
    font-size: 18px;
    margin-top: 45px;
  }
  .actu3 {
    height: 375px;
  }
  @media (min-width: 2000px) {
    .actu3 {
      height: 550px;
    }
  }
  .private .actu4 .title-actu {
      position: absolute;
      width: 127px;
      background: #f12938;
      padding: 5px 15px;
      text-align: center;
      left: 75px;
      margin-top: 75px;
      text-transform: uppercase;
      color: #fff;
  }
  .w-180 {
    width: 180px !important;
  }
  .professionnel .actu4 .actu-item .text-actu-center {
    color: #fff;
    font-size: 30px;
  }
  .professionnel .actu4 .actu-item .text-actu-center h1 {
    font-size: 36px;
  }
  @media (max-width: 768px) {
    .professionnel .actu4 .actu-item .text-actu-center h1 {
      font-size: 25px;
    }
  }
  .entreprise .actu4 .actu-item,
  .institution .actu4 .actu-item {
    height: 288px;
    background: none;
  }
  .entreprise .actu4 .actu-item .text-actu-center,
  .institution .actu4 .actu-item .text-actu-center {
    color: #fff;
    font-size: 18px;
    font-family: "Roboto Light", Arial;
  }
  .entreprise .actu4 .actu-item .text-actu-center h1,
  .institution .actu4 .actu-item .text-actu-center h1 {
    font-size: 36px;
  }
  @media (max-width: 768px) {
    .entreprise .actu4 .actu-item .text-actu-center h1,
    .institution .actu4 .actu-item .text-actu-center h1 {
      font-size: 25px;
    }
  }
  
  .actu4, .actu5 {
    height: 590px;
  }
  .private .actu4 .text-actu-center {
    margin-top: 55px !important;
  }
  .private .actu4 .text-actu-center p {
    margin-top: 56px !important;
  }
  .actu4 .actu-item {
    height: 265px;
    margin-top: 160px;
    margin-left: 56px;
    float: left;
    z-index: 4;
  }
  /*.private .actu4 .actu-item{
    margin-left: 29px;
  }*/
  @media (max-width: 767px) {
    .actu4 .actu-item {
      margin-right: 0;
    }
  }
  .actu5 .section-actu .actu-item .text-actu-center {
    margin-top: 242px;
    margin-left: 75px;
  }
  .actu5 .actu-item .text-actu-center{
    margin-top: 210px;
  }
  .actu5 .actu-item .text-actu-center h1{
    color: #f12938;
  }
  .actu5 .actu-item .text-actu-center p{
    margin-top: 21px;
    font-size: 18px;
  }
  .actu5 .actu-item .button-actu.btn-red{
    top: 455px;
      left: 75px;
  }
  @media (max-width: 767px) {
    .entreprise .actu4 .actu-item {
      margin-left: 10px;
    }
    .institution .actu4 .actu-item {
      margin-left: 10px;
    }
  }
  .institution .actu4 .actu-item {
    height: 265px;
    margin-top: 160px;
    margin-left: 56px;
    float: none;
  }
  @media (max-width: 767px) {
    .actu4 .actu-item {
      margin-left: 0;
      margin-top: 64px;
      height: 358px;
    }
  }
  .actu4 .text-actu-center {
    margin-left: 56px!important;
    margin-top: 20px!important;
    width: 86%!important;
    color: #fff;
  }
  .private .actu4 .text-actu-center{
    color: #262626;
    font-size: 18px;
  }
  .actu4 .text-actu-center h1 {
    color: #f12938;
    font-family: "Roboto Regular", Arial !important;
  }
  .faq {
    height: 362px;
  }
  .faq .title-purple {
    background: #f12938;
  }
  .faq .title-actu {
    right: initial;
    left: 10%;
  }
  @media (max-width: 767px) {
    .faq .title-actu {
      left: 2%;
    }
  }
  .faq .text-actu-center {
    width: 80%!important;
    margin: 100px auto!important;
  }
  
  .quest-faq{
    font-family: "Roboto Bold", Arial;
  }
  .resp-faq{
    margin-top: 10px;
    font-size: 15px;
  }
  @media (max-width: 991px) {
    .faq .text-actu-center {
      margin: 92px auto!important;
    }
  }
  .faq .text-actu-center h1 {
    color: #f12938;
    font-size: 28px!important;
    margin-bottom: 15px;
  }
  .faq .text-actu-center h2 {
    font-size: 26px!important;
  }
  @media (max-width: 768px) {
    .faq .text-actu-center h1 {
      margin-bottom: 6px;
    }
  }
  .faq .text-actu-center .text-faq {
    font: 16px "Roboto Light", Arial;
    color: #414042;
  }
  
  @media (max-width: 768px) {
    .faq .text-actu-center .text-faq {
      font-size: 12px;
    }
    .resp-faq{
      font-size: 11px;
    }
  }
  .actu3 .button-actu {
    width: 290px!important;
  }
  .play {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 124px;
    background: url(images/play.png) no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .white-back-content {
    background: #fff;
    color: #414042;
    font: 16px "Roboto regular", Arial;
    padding: 0px 55px 55px 55px;
    /*margin-top: 20px;*/
  }
  @media (max-width: 450px) {
    .white-back-content {
      font-size: 15px;
      padding: 5px;
    }
  }
  @media (max-width: 768px) {
    .white-back-content {
      padding: 20px 5px;
    }
  }
  @media (max-width: 1140px) {
    .white-back-content {
      padding-top: 15px;
      margin-top: 0 !important;
    }
    #page .no-slider.credit .white-back-content {
      padding-top: 0;
    }
  }
  .white-back-content h1 {
    font: 28px "Roboto Light", Arial;
    margin-bottom: 30px;
    text-transform: none;
    color: #9cb1ce;
  }
  @media (max-width: 768px) {
    .white-back-content h1, .autre-produits {
      font-size: 36px !important;
    }

    .simulator .white-back-content h1 {
        font-size: 25px !important;
    }
    .simulator .white-back-content .description{
        margin: 25px 0;
    }
  }
  .white-back-content h3 {
    font: 18px "Roboto Light", Arial;
    margin-bottom: 30px;
  }
  .white-back-content h3  {
    padding:  10px 0;
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .white-back-content h3 {
      font-size: 19px;
    }
  }
  .white-back-content h4 {
    font: 24px "Roboto Light", Arial;
  }
  @media (max-width: 768px) {
    .white-back-content h4 {
      font-size: 19px;
    }
  }
  .white-back-content .simple-text {
    margin-bottom: 50px;
  }
  .white-back-content .with-marg-top {
    margin-top: 150px;
  }
  @media (max-width: 991px) {
    .white-back-content .with-marg-top {
      margin-top: 30px;
    }
  }
  .white-back-content .content1 {
    /*border-bottom: 1px solid #e63435;*/
    margin-bottom: 60px;
    margin-top: 36px;
  }
  @media (max-width: 450px) {
    .white-back-content .content1 {
      margin-bottom: 20px;
    }
  }
  @media (min-width: 1200px) {
    .white-back-content .content2 h1 {
      width: 374px;
    }
  }
  @media (max-width: 450px) {
    .white-back-content .content2 h1 {
      width: auto;
    }
  }
  .white-back-content .bloc-alert {
    text-transform: uppercase;
    color: #e63435;
    font: 18px "Roboto Hight", "Roboto Light", Arial;
    margin-top: 110px;
    margin-bottom: 50px;
  }
  @media (max-width: 450px) {
    .white-back-content .bloc-alert {
      font-size: 14px;
    }
  }
  .white-back-content .bloc-alert:before {
    content: "";
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    margin-right: 10px;
    background: url(images/alert.png) no-repeat center;
  }
  @media (max-width: 450px) {
    .white-back-content .bloc-alert:before {
      width: 30px;
      height: 49px;
    }
  }
  .white-back-content .table-back-blue {
    border-bottom: 1px solid #f12938;
    margin-bottom: 80px;
  }
  .white-back-content .table-back-blue thead {
    background: #f12938;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
  .white-back-content .table-back-blue thead th {
    text-align: center;
    padding: 20px;
  }
  .white-back-content .table-back-blue tbody {
    padding-bottom: 20px;
  }
  .white-back-content .table-back-blue tbody td {
    text-align: right;
    padding: 10px 80px 0 0;
  }
  @media (max-width: 450px) {
    .white-back-content .table-back-blue tbody td {
      padding: 10px 20px 0 0;
    }
  }
  .white-back-content .table-back-blue tbody tr:last-child td {
    padding-bottom: 20px;
  }
  .text-with-number {
    margin: 0px 20px 20px 20px;
  }
  .text-with-number.rigth{
    margin: 0px 20px 20px 0px;
  }
  .text-with-number p{
    margin-left: 25px;
  }
  .text-with-number .bloc-number {
    color: #fff;
    text-align: center;
    float: left;
    padding: 1px 6px;
    margin-right: 13px;
  }
  .text-with-icon {
    margin-bottom: 30px;
    min-height: 109px;
  }
  .text-with-icon .back-orange:after {
    content: '';
    display: block;
    width: 85px;
    height: 20px;
    margin-top: 35px;
    background: url(images/down-orange.png) center no-repeat;
  }
  @media (max-width: 450px) {
    .text-with-icon .back-orange:after {
      width: 64px;
      margin-top: 22px;
    }
  }
  .text-with-icon .back-blue2:after {
    content: '';
    display: block;
    width: 85px;
    height: 20px;
    margin-top: 35px;
    background: url(images/down-blue.png) center no-repeat;
  }
  @media (max-width: 450px) {
    .text-with-icon .back-blue2:after {
      width: 64px;
      margin-top: 22px;
    }
  }
  .text-with-icon .back-green:after {
    content: '';
    display: block;
    width: 85px;
    height: 20px;
    margin-top: 35px;
    background: url(images/down-green.png) center no-repeat;
  }
  @media (max-width: 450px) {
    .text-with-icon .back-green:after {
      width: 64px;
      margin-top: 22px;
    }
  }
  .text-with-icon .bloc-icon {
    width: 85px;
    height: 85px;
    float: left;
  }
  @media (max-width: 450px) {
    .text-with-icon .bloc-icon {
      width: 60px;
      height: 60px;
    }
  }
  .text-with-icon .bloc-icon i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 25px auto;
    font-size: 35px;
  }
  @media (max-width: 450px) {
    .text-with-icon .bloc-icon i {
      width: 21px;
      height: 21px;
      margin: 17px auto;
    }
  }
  .text-with-icon .big-icon i {
    width: 50px;
    height: 50px;
  }
  .text-with-icon .personne {
    background: url(images/user.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .download {
    background: url(images/download.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .pen {
    background: url(images/pencil.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .water {
    background: url(images/water.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .equalizer {
    background: url(images/equalizer.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .cart {
    background: url(images/cart.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .calendar {
    background: url(images/calendar.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .clock {
    background: url(images/clock.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .head {
    background: url(images/head.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .money {
    background: url(images/money.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .button-ico {
    background: url(images/button-ico.png) no-repeat;
    background-size: contain;
  }
  .text-with-icon .text {
    margin-left: 112px;
    padding-top: 13px;
  }
  @media (max-width: 450px) {
    .text-with-icon .text {
      margin-left: 72px;
      padding-top: 0;
    }
  }
  .button-actu-std {
    text-decoration: none;
    display: block;
    width: 330px;
    padding-left: 30px;
    height: 54px;
    text-transform: uppercase;
    padding-top: 16px;
    color: #fff;
    font: 16px "Roboto Regular", Arial;
    margin-top: 4%;
  }
  .button-actu-std:hover {
    padding-left: 12px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: inherit;
    text-decoration: none;
  }
  
  @media (max-width: 768px) {
    .button-actu-std {
      font-size: 16px;
      right: 3px;
    }
  }
  @media (max-width: 450px) {
    .button-actu-std {
      width: 100%;
      font-size: 13px;
      padding: 20px 0 0 5px;
      margin-top: 20px;
    }
  }
  .other-cat {
    color: #9cb1ce;
    padding-top: 55px;
  }
  .other-cat .dropdown-menu {
    min-width: 330px;
    top: 100%;
    color: #414042;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 1px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.100);
    border-radius: 0;
    border: none;
  
  }
  @media (max-width: 450px) {
    .other-cat .dropdown-menu {
      width: 90%;
    }
  }
  .other-cat .button-actu-std {
    margin-top: 72px!important;
  }
  @media (max-width: 450px) {
    .other-cat .button-actu-std {
      padding-top: 19px;
    }
  }
  @media (max-width: 450px) {
    .other-cat h1 {
      font-size: 30px;
    }
  }
  @media (max-width: 450px) {
    .other-cat {
      padding: 10px;
    }
  }
  .title-pack h1 {
    color: #df922e !important;
  }
  .title-pack .sous-title-page {
    width: 385px;
    font-family:  "Roboto Light", Arial;
  }
  @media (max-width: 768px) {
    .title-pack .sous-title-page {
      width: 100%;
      font-size: 15px!important;
    }
  }
  .section-pack .pack-item {
    padding: 45px 50px 80px 10px;
  }
  @media (max-width: 768px) {
    .section-pack .pack-item {
      padding: 45px 50px 10px 10px;
      height: 210px;
    }
  }
  .section-pack .pack-item .pack-img {
    width: 26%;
    height: 49px;
    float: left;
    margin-top: 5px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .section-pack .pack-item .pack-img img {
    width: 100%;
  }
  .section-pack .pack-item .pack-content {
    margin-left: 31%;
    color: #fff;
  }
  .section-pack .pack-item .pack-content h1 {
    font-size: 36px;
    margin-top: 0!important;
  }
  .section-pack .pack-item .pack-content h1:first-line {
    font-family:  "Roboto Light", Arial;
  }
  @media (max-width: 768px) {
    .section-pack .pack-item {
      padding-top: 20px;
    }
  }
  .content-abs {
    min-height: 850px;
    position: relative;
  }
  @media (max-width: 991px) {
    .content-abs {
      min-height: auto;
    }
  }
  .title-synth {
    top: 119px;
    /*right: 100px;*/
    left: 0;
    width: 40%;
    text-align: left;
  }
  @media (max-width: 768px) {
    .title-synth {
      width: 95%;
      right: 0;
    }
  }
  .simulator .simulator-flyers{
    margin-left: -15px;
    margin-top: 0px;
  }
  .simulator .simulator-flyers a.btn-slider{
    margin-top: 65px;
  }
  .box-simulator {
    background: #c3c3c3;
    color: #fff;
    padding-bottom: 0px;
    width: 470px;
    padding-bottom: 15px;
    font-family: "Robot Regular", Arial !important;
  }
  @media (max-width: 768px) {
    .box-simulator {
      margin-top: 20px;
      width: 100%;
    }
    .simulator .simulator-flyers {
      margin-left: 0;
      margin-top: 0;
    }
  }
  .box-simulator label {
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
  }
  .box-simulator .simulator-title {
    background: #7f878c;
    text-align: center;
    padding: 15px;
  }
  .box-simulator .simulator-body {
    padding: 15px;
  }
  .box-simulator .simulator-body .slider {
    padding-top: 0 !important;
    overflow: visible;
  }
  .box-simulator .slider-selection, .slider-selection.tick-slider-selection {
    background: #e63435;
  }
  .slider-selection.tick-slider-selection {
      background-image: -webkit-linear-gradient(top,#e63435 0,#e63435 100%) !important;
      background-image: -o-linear-gradient(top,#e63435 0,#e63435 100%)!important;
      background-image: linear-gradient(to bottom,#e63435 0,#e63435 100%)!important;
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63435',endColorstr='#e63435',GradientType=0)!important;
  }
  .slider-tick.in-selection {
      background-image: -webkit-linear-gradient(top,#e63435 0,#e63435 100%)!important;
      background-image: -o-linear-gradient(top,#e63435 0,#e63435 100%)!important;
      background-image: linear-gradient(to bottom,#e63435 0,#e63435 100%)!important;
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e63435',endColorstr='#e63435',GradientType=0)!important;
      opacity: 1;
  }
  .box-simulator .slider-handle {
    background: #fff!important;
    border: 5px solid #e63435;
  }
  .box-simulator .slider.slider-horizontal {
    width: 100%!important;
  }
  .box-simulator .value {
    float: right;
    margin-right: 15px;
  }
  .box-simulator .unit {
    font-weight: bold;
  }
  .box-simulator .limit {
    margin-bottom: 15px;
  }
  .box-simulator .nb {
    padding: 15px;
    font-size: 15px;
  }
  .offres .title-page {
    bottom: 180px;
  }
  .offres .sous-title-page {
    color: #414042;
    font: 16px  "Roboto Light", Arial !important;
  }
  @media (max-width: 768px) {
    .offres .sous-title-page a.button {
      margin-bottom: 10px;
      display: inline-block;
    }
  }
  .offres table th {
    font-family: "Roboto Bold", Arial;
  }
  .offres table th i {
    margin-left: 10px;
  }
  .banner-small {
    position: relative;
  }
  .banner-small h1 {
    margin: 0;
    padding: 30px;
    font: 30px  "Roboto Light", Arial !important;
    color: #fff;
    text-transform: inherit;
  }
  @media (max-width: 991px) {
    .banner-small h1 {
      padding: 10px;
      font-size: 20px;
      text-align: center;
    }
  }
  .banner-small i {
    font-size: 25px;
    margin-left: 20px;
  }
  .banner-small .btn-banner {
    background: #414042;
    color: #fff;
    position: absolute;
    right: 12%;
    top: 0;
    height: 100%;
    padding: 35px;
  }
  @media (max-width: 991px) {
    .banner-small .btn-banner {
      right: 0;
      padding: 10px;
      position: initial;
      display: block;
      width: 34%;
      margin: 0 auto;
    }
  }
  .line-redgray {
    height: 5px;
    background: #abadb3;
    margin-bottom: 30px;
  }
  .line-redgray:before {
    content: "";
    display: block;
    float: left;
    height: 5px;
    width: 200px;
    background: #e63435;
  }
  .breadcrumb {
    text-transform: uppercase;
  }
  .breadcrumb a {
    text-decoration: none;
    color: inherit;
  }
  .no-banner {
    padding-top: 44px;
  }
  .no-banner .breadcrumb {
    height: 100px;
    background: #fff;
    background-size: contain;
    color: #414042;
    margin-bottom: 0;
    padding-top: 30px;
    border-radius: 0;
  }
  @media (max-width: 768px) {
    .no-banner .breadcrumb {
      display: none;
    }
  }
  
  .no-banner span {
    font: 48px "Roboto bold", Arial;
    color: #9cb1ce;
    text-transform: none;
  }
  .no-banner h2 {
    font: 24px "Roboto Bold", Arial;
    margin-top: 0;
  }
  .no-banner span {
    font: 22px  "Roboto bold", Arial;
    margin: 0;
  }
  .no-banner h4 {
    font: 20px "Roboto bold", Arial;
  }
  .no-banner ul li {
    margin-top: 15px;
  }
  .background-gray .breadcrumb {
    height: 100px;
    background: url(images/back-gray-light.png) repeat-x top;
    background-size: contain;
  }
  .white-back-content-no-top {
    background: #fff;
    color: #414042;
    font: 18px  "Roboto Light", Arial;
    padding: 55px;
    margin-top: 0;
  }
  @media (max-width: 450px) {
    .gray-back-content {
      font-size: 15px;
      padding: 5px;
    }
  }
  @media (max-width: 768px) {
    .gray-back-content {
      padding: 20px 5px;
    }
  }
  .search-agence2 .marker {
    height: 80px;
    width: 80px;
    background: #e11d26;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 9px;
    font-size: 45px;
    margin-left: 30px;
  }
  @media (max-width: 450px) {
    .search-agence2 h1 {
      width: 50%;
      font-size: 23px;
    }
  }
  .article-item {
    background-size: cover!important;
    padding: 40px!important;
    font: 16px  "Roboto Light", Arial;
  }
  @media (max-width: 768px) {
    .article-item {
      padding: 10px 10px 100px 10px!important;
    }
    .article-item .button {
      left: 10px;
    }
  }
  .article-item .category {
    font: 14px "Roboto Bold", Arial;
    text-transform: uppercase;
  }
  .article-item h1 {
    font: 24px "Roboto BOld", Arial;
  }
  #article-carousel img {
    display: block;
    width: 50%;
    height: 180px;
    object-fit: cover;
    margin: 30px auto;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .text-highlight {
    clear: both;
    height: 186px;
    color: #414042;
    padding-left: 45px;
  }
  @media (max-width: 768px) {
    .text-highlight {
      height: 100px;
      padding-left: 10px;
    }
  }
  .text-highlight h1 {
    font: 48px "Roboto Bold", Arial;
  }
  .text-highlight h1:first-line {
    font: 40px "Roboto Bold", Arial;
  }
  @media (max-width: 991px) {
    .text-highlight h1 {
      font: 25px "Roboto Bold", Arial;
    }
    .text-highlight h1:first-line {
      font: 20px "Roboto Bold", Arial;
    }
  }
  @media (max-width: 768px) {
    .text-highlight h1 {
      margin: 0!important;
    }
  }
  @media (max-width: 768px) {
    .text-highlight .text-with-icon {
      min-height: auto;
      margin-bottom: 0;
    }
  }
  .text-highlight .text-with-icon .bloc-icon {
    margin-top: 20px;
  }
  @media (max-width: 768px) {
    .text-highlight .text-with-icon .bloc-icon {
      margin-top: 0;
    }
  }
  .text-highlight i {
    width: 100px!important;
    height: 100px!important;
  }
  @media (max-width: 768px) {
    .text-highlight i {
      width: 50px!important;
      height: 50px!important;
    }
  }
  .text-with-icon:last-child .b-b {
    border: none;
  }
  .contact-wrapper .text-with-icon .text {
    margin-left: 67px;
    padding-top: 0px;
    color: #828a8f;
  }
  .contact-wrapper .text-with-icon .text a {
    color: #828a8f;
  }
  .counting .text-with-icon {
    margin-bottom: 0;
  }
  .counting h1 {
    font-size: 18px;
  }
  .counting h3 {
    font-size: 93px;
  }
  .counting i {
    font-size: 120px!important;
  }
  @media (max-width: 991px) and (min-width: 450px) {
    .counting i {
      font-size: 100px!important;
    }
  }
  @media (max-width: 450px) {
    .counting i {
      font-size: 64px!important;
    }
  }
  .professionnel .actu1,
  .institution .actu1 {
    height: 560px;
  }
  @media (max-width: 768px) {
    .professionnel .actu1,
    .institution .actu1 {
      height: auto;
    }
  }
  .professionnel .section-actu .actu-item .text-actu-center,
  .institution .section-actu .actu-item .text-actu-center {
    margin: 33% auto;
  }
  .professionnel .category,
  .institution .category {
    padding: 10px;
    width: 25%;
    text-align: center;
  }
  .institution .category {
    background: #fff;
    color: #414042;
  }
  .professionnel .category {
    background: #e63435;
    color: #fff;
  }
  .entreprise .actu1 {
    height: 341px;
  }
  @media (max-width: 768px) {
    .entreprise .actu1 {
      height: auto;
    }
  }
  @media (max-width: 1200px) {
    .valeur .white-back-content {
      padding-top: 60px!important;
    }
  }
  .valeur .title-blue {
    color: #f12938;
    font-size: 36px;
    font-family: "Roboto Bold", Arial;
    padding: 60px;
  }
  @media (max-width: 767px) {
    .valeur .title-blue {
      padding: 20px;
      font-size: 25px;
    }
  }
  .puce {
    list-style-image: url(images/puce-red.jpg);
  }
  .valeur .same-category {
    min-height: 200px;
    background-size: cover;
  }
  .valeur .same-category .title-blue2 {
    font: 36px 'Roboto Hight', "Roboto Light", Arial;
    padding: 60px 80px;
    color: #f12938;
  }
  @media (max-width: 1200px) {
    .valeur .same-category .title-blue2 {
      padding: 60px 20px;
    }
  }
  .valeur .same-category .btn-simple-page {
    margin-top: 95px;
    margin-left: 109px;
  }
  @media (max-width: 767px) {
    .valeur .same-category .btn-simple-page {
      margin: 0;
      margin-bottom: 10px;
    }
  }
  .content1 ul {
    list-style-image: url(images/puce-red.jpg);
    padding-left: 17px;
  }
  
  .contact-wrapper {
    background: #fff;
    padding: 70px 100px;
    color: #cdd8e6;
  }
  .contact-wrapper div#gform_confirmation_message_6 {
    color: #8e98a6 !important;
}
  .contact-wrapper h1.title{
    text-transform: none;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 700;
  }
  @media (max-width: 1200px) {
    .contact-wrapper {
      padding: 120px 50px;
    }
  }
  @media (max-width: 450px) {
    .contact-wrapper {
      padding: 120px 10px;
    }
  }
  .contact-wrapper .text-with-icon {
    margin-bottom: 10px;
  }
  .contact-wrapper .text-with-icon .bloc-icon {
    width: 30px;
    height: 100px;
    float: left;
    margin-right: 20px;
  }
  .contact-wrapper .text-with-icon .bloc-icon i {
    width: 35px;
    height: 35px;
    display: block;
    margin: -8px auto;
  }
  .contact-wrapper .text-with-icon .bloc-icon .telephone {
    background: url(images/tel.png) no-repeat;
  }
  .contact-wrapper .text-with-icon .bloc-icon .marker {
    background: url(images/marker-contact.png) no-repeat;
  }
  .contact-wrapper .text-with-icon .bloc-icon .home {
    background: url(images/home-contact.png) no-repeat;
  }
  .contact-wrapper .text-with-icon .text h5 {
    font: 18px "Roboto Bold", Arial;
    text-transform: uppercase;
  }
  .contact-wrapper .social-bloc .social-item {
    width: 60px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
  }
  .social-bloc .social-item i {
    width: 50px;
    height: 50px;
    display: block;
  }
  .contact-wrapper .social-bloc .social-item .twitter {
    background: url(images/twitter.png) no-repeat;
  }
  .social-bloc .social-item .facebook {
    background: url(images/facebook.png) no-repeat;
  }
  .social-bloc .social-item .youtube {
    background: url(images/youtube.png) no-repeat;
  }
  .social-bloc .social-item .linkedin {
    background: url(images/linkedin.png) no-repeat;
  }
  .contact-wrapper .form-group label {
    color: #abadb3;
  }
  .contact-wrapper .wpcf7-form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 200;
    text-transform: uppercase;
  }
  .contact-wrapper .wpcf7-form  input:not(.wpcf7-submit),
  .contact-wrapper .wpcf7-form textarea,
  .contact-wrapper .wpcf7-form select,
  .contact-wrapper .wpcf7-form textarea {
    width: 100%;
    color: #333;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: 5px;
    background-color: #9cb1ce;
  }
  .contact-wrapper .wpcf7-form  input:not(.wpcf7-submit), .wpcf7-form select{
    height: 36px;
  }
  .contact-wrapper .wpcf7-form  input:not(.wpcf7-submit):active, .wpcf7-form select{
    border-radius: 0 !important;
  }
  .contact-wrapper .wpcf7-form select {
    padding: 10px;
    background-image: url(images/select-apply.png);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 100% -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.1;
  }
  @media(max-width: 550px){
    .contact-wrapper .btn-envoyer{
      width: 100%;
      margin-right: 0px !important;
      background-position: 96% 50% !important;
    }
  }
  .contact-wrapper .wpcf7-form select option {
    color: #fff;
    background: #f12938;
  }
  .contact-wrapper .contact {
    color: #fff;
    padding-left: 100px;
    padding-right: 50px;
  }
  .contact .text-with-icon .text p{
    margin: 0px 20px 10px;
  }
  .contact .text-with-icon .text h4{
    margin: 0px -15px 0;
  }
  @media (max-width: 1200px) {
    .contact-wrapper .contact {
      padding-left: 50px;
      padding-right: 0;
    }
  }
  @media (max-width: 768px) {
    .contact-wrapper .contact {
      margin-top: 100px;
      padding-left: 10px;
    }
  }
  .contact-wrapper .contact h1 {
    font: 33px Roboto Light, "Roboto Light", Arial;
    color: #9cb1ce;
    text-transform: none;
    margin-bottom: 30px;
  }
  .contact-wrapper .contact h1 small {
    font: 16px "Roboto Light", Arial;
    display: block;
    color: #f12938;
    text-transform: uppercase;
  }
  .contact-wrapper input.wpcf7-submit {
      padding: 10px 58px !important;
      color: #fff !important;
      float: right !important;
      background: #f12938 !important;
      background-image: url(images/right-arrow.png) !important;
      background-repeat: no-repeat !important;
      background-position: 90% 50% !important;
      cursor: pointer;
      margin-right: 5px;
      border: 1px solid #ccc;
      padding: 12px 18px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 0px;
      text-transform: uppercase;
      height: 40px;
      margin-bottom: 25px;
  }
  .contact-wrapper input.wpcf7-submit:hover {
    background: #f42534 !important;
    -moz-transition-duration: 0.2s !important;
    -webkit-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
    background-image: url(images/right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 50% !important;
    border-radius: 0;
  }
  .apply-form {
    padding-bottom: 60px;
    min-height: 650px;
    padding: 55px;
  }
  @media (max-width: 991px) {
    .apply-form {
      padding: 5px;
    }
  }
  .apply-form header {
    width: 675px;
    margin-bottom: 60px;
  }
  @media (max-width: 991px) {
    .apply-form header {
      width: 100%;
    }
  }
  .apply-form .text-grand {
    display: table-cell;
    font: 36px "Roboto Hight", "Roboto Light", Arial;
  }
  @media (max-width: 991px) {
    .apply-form .text-grand {
      display: block;
      width: 100%;
    }
  }
  .apply-form .small-text {
    display: table-cell;
    color: #fff;
    padding-left: 50px;
    vertical-align: bottom;
  }
  @media (max-width: 991px) {
    .apply-form .small-text {
      display: block;
      width: 100%;
      padding-left: 0;
    }
  }
  .apply-form input,
  .apply-form select {
    width: 100%;
    padding: 8px 23px;
  }
  .apply-form select, .row-devise select{
    background-image: url(images/select-apply.jpg);
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .apply-form input, .apply-form select, .row-devise select{
    background-color: #cdd8e6;
    border: none;
    color: #565f6d;
  }
  .select-icon{
    position: relative;
  }
  .devise .convertor h1{
    margin-left: 67px;
  }
  .row-devise select {
    width: 330px;
    height: 38px;
  }
  .devise .row-devise{
    padding-left: 70px;
  }
  .devise .apply-form {
    font-family: "roboto regular" #cdd8e6;
    font-size: 12px ;
    color: #cdd8e6;
    margin-top: 100px;
  }
  .devise .btn.btn-2{
    background: #f12938;
    color: #fff;
    width: 220px;
  }
  .devise .btn{
    font-family: "roboto regular";
    border-radius: 0;
  }
  .devise .table{
    margin-top: 117px;
  }
  .devise .notice{
    color: #545454;
    font-family: "roboto Light";
    font-size: 12px ;
  }
  .no-banner.devise.white-back{
    min-height: 1125px!important;
  }
  /* .select-icon:after{
    content : '\f078';
    font-family: FontAwesome;
    padding-top: 8px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    background: #e63435;
    background-size: cover;
    right: 0;
    top: 1px;
    width: 8%;
    height: 95%;
    cursor: pointer;
  } */
  .select2-container-multi .select2-choices{
    min-height: 36px!important;
  }
  @media (max-width: 450px) {
    .apply-form select {
      background-size: 14%;
    }
  }
  .apply-form .button {
    width: 50%;
    text-align: center;
    display: block;
    background-color: #f12938;
    background-image: url(images/right-arrow.png) !important;
    background-repeat: no-repeat;
    color: #fff;
    height: 38px;
    position: absolute;
    border-radius: 0;
    background-position: 95% 50% !important;
  }
  .apply-form .with-other input {
    margin-top: 10px;
    border: none;
  }
  .apply-form .with-other .other-input {
    position: relative;
    display: none;
  }
  .apply-form .with-other .other-input .btn-close {
    display: block;
    background: url(images/close-input.png) no-repeat;
    background-size: cover;
    height: 36px;
    width: 39px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
  }
  .menu-abs {
    position: absolute;
    top: 54px;
    z-index: 999;
    width: 100%;
  }
  @media (max-width: 768px) {
    .menu-abs {
      display: none;
    }
  }
  .horizontal-menu {
    width: 100%;
    height: 66px;
    background-size: contain;
    color: #fff;
    position: relative;
  }
  @media (max-width: 768px) {
    .horizontal-menu {
      width: 100%;
      z-index: 999999;
      margin-top: 44px;
      padding-bottom: 30px;
      height: auto;
    }
  }
  .horizontal-menu ul {
    padding: 0;
  }
  .horizontal-menu ul li {
    display: block;
    float: left;
    height: 66px;
    padding-top: 20px;
    text-align: center;
    width: 16.66%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  @media (max-width: 768px) {
    .horizontal-menu ul li {
      float: none;
      width: 100%;
      border: none;
      height: auto;
    }
    .horizontal-menu ul li:hover .sub-menu {
      display: block;
    }
  }
  .horizontal-menu ul li a {
    color: #fff;
  }
  .horizontal-menu ul li a:hover {
    text-decoration: none;
  }
  .horizontal-menu ul li .sub-menu {
    width: 100%;
    display: none;
    position: absolute;
    top: 65px;
    background: rgba(65, 64, 66, 0.85);
    padding-left: 25px;
    height: 350px;
    z-index: 20!important;
  }
  .horizontal-menu ul li .sub-menu:hover {
    display: block;
  }
  @media (max-width: 768px) {
    .horizontal-menu ul li .sub-menu {
      top: 10px;
      display: none;
      height: auto;
      width: 100%;
      border: none;
      position: relative;
    }
  }
  .horizontal-menu ul li .sub-menu li {
    text-align: left;
    display: inline-block;
    width: 22%;
    float: left;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin-left: 15px;
    margin-right: 15px;
  }
  @media (max-width: 768px) {
    .horizontal-menu ul li .sub-menu li {
      float: none;
      width: 100%;
      border: none;
      border-bottom: none;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
  }
  .horizontal-menu ul li .sub-menu li a {
    text-transform: uppercase;
  }
  .horizontal-menu ul li .sub-menu li .sub-menu {
    padding: 0;
    position: relative;
    background: none;
    top: 30px;
  }
  @media (max-width: 768px) {
    .horizontal-menu ul li .sub-menu li .sub-menu {
      top: 0;
      padding-left: 30px;
    }
  }
  .horizontal-menu ul li .sub-menu li .sub-menu li {
    text-align: left;
    display: block;
    float: none;
    border: none;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
  .horizontal-menu ul li .sub-menu li .sub-menu li a {
    text-transform: initial;
  }
  @media (max-width: 768px) {
    .horizontal-menu ul li .sub-menu li .sub-menu li {
      margin: 0;
      padding-bottom: 0;
    }
  }
  .horizontal-menu ul li:hover .sub-menu {
    display: block;
  }
  .map-wrapper {
    width: 100%;
  }
  .map-wrapper #map {
    height: 1000px;
    width: 100%;
  }
  .search-wrapper {
    position: absolute;
    top: 10%;
    left: 18em;
    width: 225px;
    min-height: 540px;
    opacity: .9;
    background: rgba(0, 0, 0, 0.6);
  }
  .search-field-mobile{
    display: none;
    width: 80%;
    margin: 10px auto;
    padding: 8px;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
  }
  @media (max-width: 767px) {
    .search-field-mobile{
      display: block;
    }
  }
  @media (max-width: 768px) {
    .search-wrapper {
      left: 5%;
      top: 15%;
  
    }
  }
  .search-wrapper header {
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.9);
    color: #414042;
  }
  .search-wrapper header i {
    float: right;
    margin-right: 20px;
  }
  .search-wrapper .search-body {
    background: #fff;
    color: #414042;
  }
  .search-wrapper .search-body .title-search {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .search-wrapper .search-body .title-search i {
    float: right;
    margin-right: 5px;
    color: rgb(171, 173, 179);
  }
  .search-wrapper .search-body ul {
    padding-left: 0;
    background: rgb(171, 173, 179);;
  }
  .search-wrapper .search-body ul li {
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .agency-marker {
    width: 410px;
  }
  .agency-marker .img {
    width: 30%;
    float: left;
  }
  .agency-marker .text {
    margin-left: 30%;
    padding: 10px;
  }
  .success {
    color: blue;
  }
  .error {
    color: red;
  }
  #fade-content {
    display: none;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .no-border {
    border: none !important;
  }
  .no-padding {
    padding: 0 !important;
  }
  .agence-list-style {
    max-height: 250px;
    overflow-y: scroll;
    background: #666666 !important;
  }
  .icone-agence {
    background: url(images/icon-agence-des.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-top: -4px;
  }
  .icone-gab {
    background: url(images/icon-gab.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-top: -4px;
  }
  .icon-agence-active {
    background: url(images/icon-agence-act.png) no-repeat;
  }
  .agence-active {
    color: #f12938;
  }
  .app-search .fa {
    cursor: hand;
  }
  .list-agence-global {
    display: none;
    background: #4b5e76 !important;
    margin-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
    min-width: 350px;
  }
  .list-agence-global .icone-agence {
    margin-top: -33px !important;
  }
  .list-agence-global .icone-gab {
    margin-top: -33px !important;
  }
  #list-agence {
    max-height: 500px;
    overflow-y: scroll;
    list-style: none;
    color: #fff;
    padding-top: 10px;
  }
  .list-agence-global > ul.list > li {
    padding: 10px 10px 10px 0px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #abadb3;
    height: 150px;
  }
  .btn-map {
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 25px;
    position: relative;
    margin-top: 13px;
  }
  .tooltip-map{
    width: 135px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: 50%;
    margin-left: -70px;
    opacity: 0.8;
    font-size: 11px;
    height: 15px;
  }
  .btn-search img {
    width: 75%;
  }
  .actus-wrapper {
    background: #f6f7f7;
    color: #6d6e71;
  }
  .actus-wrapper .title {
    width: 100%;
    height: 250px;
    background: url(images/back-actus.jpg) no-repeat;
    background-size: cover;
  }
  .actus-wrapper .title h1 {
    font-size: 60px;
    text-transform: initial;
    padding: 90px 0 0 75px;
  }
  .actus-wrapper .list-actu {
    padding-bottom: 60px;
  }
  .actus-wrapper article {
    padding: 0 50px!important;
    cursor: pointer;
    /* min-height: 490px; */
    margin-bottom: 30px;
  }
  @media (max-width: 1200px) {
    .actus-wrapper article {
      padding: 10px!important;
    }
  }
  .actus-wrapper article h2 {
    font-size: 21px;
    min-height: 80px;
  }
  .actus-wrapper article .date-actu,
  .actus-wrapper article .category {
    display: inline-block;
  }
  @media (max-width: 767px) {
    .actus-wrapper article .date-actu,
    .actus-wrapper article .category {
      display: block;
    }
  }
  .actus-wrapper article .date-actu {
    color: #f12938;
  }
  .actus-wrapper article a {
    text-decoration: none;
    color: inherit;
  }
  .actus-wrapper article .category {
    color: #e63435;
    text-transform: uppercase;
    font-family: "Roboto Bold", Arial;
    margin-left: 15px;
  }
  @media (max-width: 767px) {
    .actus-wrapper article .category {
      margin-left: 0;
    }
  }
  
  .actus-wrapper article .content {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .actus-wrapper article .img {
    position: relative;
  }
  .actus-wrapper article .img img {
    height: 181px!important;

  }
  .actus-wrapper article .img .mask {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f32938;
    padding-top: 63px;
    color: white;
    text-align: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .actus-wrapper article .btn-with-hover {
    padding: 11px 68px 11px 40px;
    border: 1px solid #abadb3;
    text-transform: uppercase;
    font-family: "Roboto Bold", Arial;
    color: #abadb3;
    position: relative;
  }
  .actus-wrapper article .btn-with-hover i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    background: #abadb3;
    color: #fff;
    text-align: center;
    width: 40px;
    padding-top: 12px;
    height: 100%;
  }
  .actus-wrapper article:hover .mask {
    visibility: visible;
    opacity: 0.9;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .actus-wrapper article:hover .btn-with-hover {
    background: #f12938;
    color: #fff;
    border: none;
  }
  .actus-wrapper article:hover .btn-with-hover i {
    background: none;
  }
  .actus-wrapper .custom-pagination {
    clear: both;
    margin: 30px 50px;
    font-family: "Roboto Bold", Arial;
  }
  .actus-wrapper .custom-pagination .page-numbers {
    margin-right: 20px;
  }
  .actus-wrapper .custom-pagination .current {
    color: #e63435;
  }
  .actus-wrapper .sidebar-actu {
    border-left: 2px solid rgba(241, 41, 56, 0.4);
    min-height: 600px;
    padding-left: 35px;
    padding-right: 10px;
  }
  @media (max-width: 767px) {
    .actus-wrapper .sidebar-actu {
      padding-left: 10px;
    }
  }
  .actus-wrapper .sidebar-actu h1 {
    font: 18px "Roboto Regular", "Roboto Light", Arial;
    color: #f12938;
    text-transform: initial;
  }
  .actus-wrapper .sidebar-actu ul {
    padding: 0;
    list-style: none;
  }
  .actus-wrapper .sidebar-actu ul li {
    margin-top: 5px;
  }
  .actus-wrapper .sidebar-actu ul li a {
    text-decoration: none;
    color: inherit;
  }
  .actus-wrapper .sidebar-actu ul li a:hover,
  .actus-wrapper .sidebar-actu ul li a:focus,
  .actus-wrapper .sidebar-actu ul li a:visited {
    text-decoration: none;
    color: inherit;
  }
  .actus-wrapper .sidebar-actu ul li a:hover {
    color: #abadb3;
  }
  .actus-wrapper .sidebar-actu .wpp-views {
    font-family: "Roboto Bold", Arial;
  }
  .actus-wrapper .title-simple {
    padding-top: 60px;
    padding-left: 60px;
  }
  .actus-wrapper .title-simple h1 {
    font-size: 25px;
    color: #f12938;
    text-transform: initial;
  }
  @media (max-width: 767px) {
    .actus-wrapper .title-simple {
      padding-left: 15px;
      padding-top: 80px;
    }
  }
  .actus-wrapper .title-single {
        padding-top: 120px;
      padding-left: 60px;
      height: 430px;
      background: url(images/back-single.jpg) no-repeat;
      background-size: cover;
      position: relative;
  }
  @media (max-width: 767px) {
    .actus-wrapper .title-single {
      height: auto;
      padding-top: 90px;
      padding-left: 30px;
    }
  }
  .actus-wrapper .title-single .img img {
    width: 100%;
    /* height: 245px!important; */
  }
  @media (max-width: 767px) {
    .actus-wrapper .title-single .img {
      margin-bottom: 30px;
    }
  }
  .actus-wrapper .title-single .category {
    display: inline-block;
    color: #e63435;
    background: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  .actus-wrapper .title-single h1 {
    color: #fff;
  }
  @media (max-width: 1200px) {
    .actus-wrapper .title-single h1 {
      font-size: 1.5em;
    }
  }
  .actus-wrapper .title-single .date {
    color: #f12938;
  }
  .actus-wrapper .content-actu {
    padding: 0 60px;
    margin-bottom: 60px;
  }
  @media (max-width: 767px) {
    .actus-wrapper .content-actu {
      padding: 0 30px;
    }
  }
  .actus-wrapper .content-actu .next-prev {
    margin-top: 60px;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next {
    height: 225px;
    position: relative;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next img {
    height: 200px;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next .mask-black {
    opacity: 0.7;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next .content {
    position: absolute;
    top: 0;
    padding: 30px;
    z-index: 3;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next .content .header-item {
    color: #e63435;
    font: 18px "Roboto Bold", Arial;
    text-transform: uppercase;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next .content h2 {
    color: #fff;
    font: 18px "Roboto light", Arial;
  }
  .actus-wrapper .content-actu .next-prev .item-prev-next .content .date {
    color:#f12938;
    font: 18px "Roboto Bold", Arial;
  }
  .vous-besoin .breadcrumb {
    padding-left: 60px;
  }
  .vous-besoin .white-back-content {
    padding-top: 50px;
  }
  .vous-besoin .titre-block {
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-family: "Roboto Light", Arial;
  }
  @media (max-width: 767px) {
    .vous-besoin .titre-block {
      margin-top: 30px;
    }
  }
  .vous-besoin .toggle-title {
    font-family: "Roboto Bold", Arial;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #abadb3;
    cursor: pointer;
    font-size: 18px;
    /*margin: 0px 50px 25px 50px;
    padding-left: 47px;*/
    padding-bottom: 25px;
  }
  .vous-besoin .toggle-title i {
    color: #abadb3;
    display: inline-block;
    font-size: 10px;
    padding: 6px 7px;
    border: 1px solid #abadb3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
  }
  .vous-besoin .toggle-title[aria-expanded="true"] {
    color: #f12938;
  }
  .vous-besoin .toggle-title[aria-expanded="true"] i {
    background: #f12938;
    color: #fff;
    border: none;
  }
  .vous-besoin .collapse .content {
    margin-bottom: 30px;
    /*margin-left: 100px;*/
  }
  .vous-besoin .collapse .content .text {
    margin-bottom: 30px;
  }
  .vous-besoin .collapse .content .product-list .item {
    margin-bottom: 30px;
    /*margin-left: 100px;*/
  }
  .vous-besoin .collapse .content .product-list .img {
    height: 225px;
  }
  .vous-besoin .collapse .content .product-list .text-content {
    background: #fff;
    padding: 10px 15px;
    font-size: 12px;
    color: #abadb3;
    min-height: 150px;
    height: auto;
    overflow: hidden;
  }
  .vous-besoin .collapse .content .product-list .text-content h1 {
    font-size: 16px;
  }
  .vous-besoin .collapse .content .product-list .text-content h1:first-line {
    color: #323232;
    font-size: 13px;
  }
  .histoire {
    min-height: 800px;
    background: url(images/back-history.jpg) no-repeat;
    background-size: cover;
    color: #fff;
  }
  .histoire .breadcrumb {
    background: none;
    color: #fff;
    padding-left: 60px;
  }
  .histoire h1 {
    text-transform: initial;
    font: 48px "Roboto bold", Arial;
    line-height: 0.8;
  }
  .histoire h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font: 24px "Roboto bold", Arial;
  }
  .histoire .mask-black{
    z-index: 0;
    opacity: 0.8;
  }
  .histoire .board {
    margin-top: 60px;
    position: relative;
    width: 100%;
    padding: 15px 30px 70px 50px;
  }
  .histoire .board table{
    border-top: 3px solid #f10000;
  }
  .histoire .board table tr{
    border-bottom: 1px solid #5a5b5c;
    height: 65px;
  }
  .histoire .board table td.date{
    font-size: 18px;
    padding-left: 20px;
    color: #79889c;
    font-family: roboto bold;
  }
  .histoire .board table td.description{
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
  }
  .histoire .board table td.description p{
    padding: 7px 0px 0px 0px;
  }
  .histoire .board .side-menu {
    width: 20%;
    float: left;
  }
  .histoire .board .side-menu ul {
    list-style: none;
  }
  @media (max-width: 767px) {
    .histoire .board .side-menu ul {
      padding-left: 5px;
    }
  }
  .histoire .board .side-menu ul li {
    display: block;
    font: 27px 'BebasNeueBold', "Roboto Light", Arial;
    margin: 0;
    cursor: pointer;
    text-align: right;
    color: #98a494;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .histoire .board .side-menu ul li:first-child {
    font-size: 50px;
  }
  .histoire .board .side-menu ul li:nth-child(2) {
    font-size: 34px;
  }
  .histoire .board .date-content {
    position: relative;
    min-height: 200px;
    background: #fff;
    margin-top: 15px;
    color: #6d6e71;
    padding: 32px 40px;
    width: 40%;
    margin-left: 25%;
    font: 42px 'BebasNeueBook', "Roboto Light", Arial;
  }
  @media (max-width: 991px) {
    .histoire .board .date-content {
      font-size: 33px;
      margin-left: 31%;
    }
  }
  @media (max-width: 767px) {
    .histoire .board .date-content {
      width: 65%;
      font-size: 26px;
    }
  }
  .histoire .board .date-content .ruban {
    width: 12px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faqs .white-back-content {
    min-height: 500px;
  }
  .faqs i {
    margin-left: 20px!important;
    margin-top: -15px;
  }
  .faqs .titre-block {
    cursor: pointer;
  }
  .faqs .menu-cat-faq {
    min-width: 222px!important;
    left: 0!important;
  }
  .faqs .menu-cat-faq li {
    padding: 5px 20px;
    cursor: pointer;
  }
  .faqs .menu-cat-faq li:hover {
    color: #e63435;
  }
  .faqs .menu-hide-show {
    border-bottom: 1px solid #414042;
    height: 44px;
  }
  .faqs .menu-hide-show .menu-elem {
    display: block;
    float: right;
    height: 30px;
    padding: 5px 20px;
    border-right: 2px solid #414042;
    font-family: 'Roboto Hight', "Roboto Light", Arial;
    cursor: pointer;
  }
  .faqs .menu-hide-show .menu-elem:hover {
    color: #e63435;
  }
  .faqs h1 {
    font-family: "Roboto Light", Arial;
    font-size: 36pt;
  }
  .faqs .question-title {
    font-family: "Roboto Light", Arial;
    font-size: 14px;
    color: #f12938;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #edeeef;
    cursor: pointer;
  }
  .faqs .question-title i {
    float: right;
  }
  .faqs .question-title h3 {
    font-family: "Roboto Light", Arial;
    font-size: 14px;
    color: #f12938;
    padding-left: 10px;
  }
  
  .faqs h4 {
    font-family: "Roboto Light", Arial;
    font-size: 14px;
    color: #f12938;
  }
  /**css rapport annuel**/
  .rapport{
      background-color: #fff;
      height: 100%;
  }
  .rapport .title-page{
      bottom: 320px;
  }
  .rapport .breadcrumb{
      color: #545454;
  }
  .rapport .title-page{
      text-transform: capitalize;
  }
  .rapport .item{
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 0 25px 0px;
  }
  .rapport .item .item-shadow{
      position:relative;
  }
  .rapport .item .text-content {
      background: #fff;
      padding: 10px 15px;
      font-size: 12px;
      color: #abadb3;
      height: 75px;
  }
  .rapport .item .img{
    object-fit: cover;
    height: 200px;
  }
  .item-shadow {
      box-shadow: 0px 0px 25px #aaa;
  }
  .mask-red-rapport {
      display: none;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      padding-left: 15px;
      padding-top: 70%;
      background: #f12938;
      background: -moz-linear-gradient(top, #f55f6a 25%,#f12938 75%);
      background: -webkit-linear-gradient(top, #f55f6a 25%,#f12938 75%);
      background: linear-gradient(to bottom, #f55f6a 25%,#f12938 75%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55f6a', endColorstr='#f12938',GradientType=0 );
      opacity: 0.9;
  }
  .mask-red-rapport h1, .mask-red-rapport p{
    display: none;
  }
  
  .rapport .item .text-content h1 {
      font-size: 20px;
      text-transform: capitalize;
  }
  .rapport .item-a:hover {
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  .item-a:hover .mask-red-rapport, .item-a:hover .mask-red-rapport h1, .item-a:hover .mask-red-rapport p{
      display: block;
  }
  /*.item-a:hover .text-content h1{
    display: none;
  }*/
  .item-a:hover .item-shadow .text-content{
    display: none;
  }
  .item-a:hover .item-shadow .img{
    height: 275px;
  }
  .mask-red-rapport h1, .black-mask-team h1{
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 110px;
    margin-bottom: 15px;
    left: 10px;
    color: #fff;
  }
  .mask-red-rapport p, .black-mask-team p{
    position: absolute;
    bottom: 30px;
    left: 10px;
  }
  .mask-red-rapport p:nth-child(1){
    top: 85px;
    }
    li.kihara-maina img {
      /* height: 372px; */
      object-fit: cover;
  }
  
  @media(max-width: 991px){
    .mask-red-rapport {
      width: 100%;
    }
    .rapport .item{
      margin-bottom: 25px;
    }
  }
  /**Fin css rapport annuel**/
  
  /**css team**/
  .team{
      background-color: #fff;
      height: 100%;
      padding-bottom: 55px;
  }
  .team .title-page{
      bottom: 320px;
  }
  .team .breadcrumb{
      color: #545454;
  }
  .team .title-page{
      text-transform: capitalize;
  }
  .team .item{
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 0 25px 0px;
  }
  .team .gray-back-content{
    background: #fff;
    padding: 0 55px 55px 55px;
  }
  .team .item .text-content {
      background: #fff;
      padding: 10px 15px;
      font-size: 12px;
      color: #abadb3;
      height: 75px;
  }
  .team .item .img{
    object-fit: cover;
    /* height: auto; */
    position:relative;
    height: 300px;
  }
  /* .page-template-team .team .item .img img, .page-template-team .item-a .img.compat-object-fit{
    filtre noir et blanc
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  
    height: 100%;
  } */
  .team .container-grey{
    /*height: 400px;*/
    width: 100%;
    background: #9cb1ce;
    text-align: left;
    padding-left: 30px;
    padding-top: 40%;
    color: white;
  }
  .team .black-mask-team{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
  }
  .team .gridder-list{
    cursor : pointer;
  }
  .team .mask-grey-opaque-rapport{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #9cb1ce;
    color: #545454;
    padding-left: 30px;
    padding-top: 30%;
    opacity: 1;
  }
  .team .mask-grey-opaque-rapport h1{
    font-size: 24px;
  }
  .team .mask-grey-opaque-rapport p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;;
  }
  .team .mask-grey-opaque-rapport.red-back{
    background: #f12938;
  }
  .team .mask-grey-opaque-rapport.red-back h1{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 15%;
  }
  .team .item-shadow {
    box-shadow: none;
  }
  .team .white-back-content{
    padding: 0px 55px 0 55px;
    margin-top: 100px;
    height: 170px;
  }
  .team .mask-red-rapport {
      display: none;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      padding-left: 15px;
      padding-top: 55%;
      background: #9caec8;
      background: -moz-linear-gradient(top, #9caec8 25%,#9caec8 75%);
      background: -webkit-linear-gradient(top, #9caec8 25%,#9caec8 75%);
      background: linear-gradient(to bottom, #9caec8 25%,#9caec8 75%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9caec8', endColorstr='#9caec8',GradientType=0 );
      opacity: 0.7;
  }
  .team .item .text-content h1 {
      font-size: 20px;
      text-transform: capitalize;
  }
  .team .item-a:hover {
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
  }
  @media(max-width: 991px){
    .team .item{
      margin-bottom: 25px;
    }
  }
   /**Fin css team**/
  
  /**Debut css popup ca m'interesse**/
  .white-popup {
    position: relative;
    float: right;
    width: 75%;
  }
  .pdf {
    width: 70% !important;
    background-color: #fff;
    color: #545454!important;
    float: left;
    margin-left: 15%;
  }
  .mfp-bg {
    /*background: #003333 !important;*/
  }
  html .mfp-bg {
    opacity: 0.96;
  }
  .white-popup .contact-wrapper {
    background: none;
    background-size: cover;
    padding: 0;
  }
  .white-popup .wpdevart-forms input,
  .white-popup .wpdevart-forms select,
  .white-popup .wpdevart-forms textarea{
      background-color: #f12938 !important;
  }
  /*.input-number.input-field-inner{
    width: 100% !important;
  }*/
  @media(max-width: 768px){
    .white-popup {
      float: left;
      width: 100%;
    }
    .white-popup .wpdevart-forms{
      margin-top: 4em;
    }
    .pdf {
      width: 100%!important;
      margin-left: 0;
    }
  }
  /**Fin css popup ca m'interesse**/
  
  /*search-page*/
  .search-page article.faq{
    display: none;
  }
  .search-page h1{
    font-family: "Roboto Light", Arial;
    padding-left: 30px;
  }
  /**Popup envoie candidature**/
  #fade-content .send_mail{
      display: none;
      position: absolute;
      width: 75vw;
      margin-left: auto;
      margin-right: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
  }
  /**Fin css popup candidature**/
  .metiers h1{
    text-transform: none;
    font: 36pt "Roboto Light", Arial !important;
  }
  .metiers h3{
    color: #414042;
    font: 14pt "Roboto Light", Arial;
    margin: 0;
  }
  .metiers .item-metier{
  
  }
  .metiers .item-metier .metiers-title{
    border-top: 1px solid #cecece;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    cursor: pointer;
  }
  .metiers .item-metier .content{
    padding-left: 60px;
    padding-top: 30px;
  }
  .metiers .item-metier .content ul{
    list-style-image: url(images/puce-red.jpg);
    margin-top: 16px;
  }
  .metiers-title i{
    position: absolute;
    top: 28px;
  }
  .metiers-title[aria-expanded="false"]{
    background-color: #c3c3c3;
    color: #414042;
    height: auto;
    margin-bottom: -20px;
    border-bottom: 1px solid #abadb3;
    font-weight: 600;
  }
  .metiers-title h3{
    margin-left: 65px;
    padding-top: 9px;
    font-weight: 600;
  }
  .metiers-title[aria-expanded="true"]{
    background-color: #f12938;
    color: #414042;
    height: auto;
    background-image: url(images/icon-moins.png);
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
  }
  .metiers-title[aria-expanded="true"] h3{
    color: #fff;
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .slider-wrapper{
      height: 360px!important;
      margin-top: 35px;
    }
  }
  
  /***Multi select***/
  .select2-container.select2-container-multi.my-select {
    width: 100% !important;
  }
  .select2-input {
    background-image: url(images/select-apply.png);
    background-size: 8% !important;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  /******/
  
  /**Info devenir client par univers**/
  #devenir_c_info-part { 
    display: none;
  }
  #devenir_c_info-instut{
    display: none;
  }
  #devenir_c_info-entr{
    display: none;
  }
  #devenir_c_info-pro{
    display: none;
  }
  /****/
  @media (max-width: 768px){
    #close-mobile{
      display: block;
    }
    .section-devise .devise-wrapper .btn-devise{
      margin-top: 20px;
    }
  }
  @media (min-width: 769px){
    #close-mobile{
      display: none;
    }
  }
  #page .no-slider.credit{
    background-color: #fff;
    /*margin-top: 44px;*/
  }
  #page .no-slider.credit .content2 {
    margin-top: 115px;
  }
  #page .no-slider.credit .slider-wrapper{
    height: 490px;
  }
  #page .no-slider.credit .white-box {
      background: transparent;
      height: 53px;
      width: 270px;
      right: 50%;
      left: 50%;
      bottom: 0px;
  }
  a.btn-slider {
      position: relative;
      left: 0;
      bottom: 20px;
      text-decoration: none;
      display: block;
      width: 270px;
      height: 48px;
      text-transform: uppercase;
      padding: 12px 0 0 30px;
      color: #fff;
      font: 21px "Roboto bold", Arial;
      background-color: #f12938;
      margin-bottom: 0;
      
  }
  #page .no-slider.credit .text-with-icon {
      margin-top: 0px;
      margin-left: 20px;
      margin-right: 20px;
  }
  #page .no-slider.credit .row{
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 20px;
  }
  #page .no-slider .slider-wrapper .title-page h1 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 600;
  }
  @media(max-width: 768px){
    #page .no-slider.credit .row{
      margin-left: 0;
      margin-right: 0;
    }
    #page .no-slider.credit .white-box {
      background: transparent;
      height: 53px;
      width: 100%;
      right: 0;
      left: 0;
      bottom: 0px;
  }
  }
  .no-slider.valeur .content{
    margin-top: 65px;
  }
  
  /**Page 404**/
  .white-back{
    min-height: 615px;
    background: #fff;
  }
  .logo-404-contents{
    text-align: right;
    margin-top: 15%;
  }
  .msg-error{
    color: #f12938;
    font-family: "Roboto Light", "Roboto Light", Arial;
    height: 100%;
    margin-top: 11%;
  }
  .msg-error-1{
    font-size: 56px;
    text-transform: none !important;
  }
  .msg-error-2{
    font-size: 25px;
  }
  .msg-error-3{
    text-transform: uppercase;
  }
  .msg-error-3 a{
    font-weight: bold;
    color: #f12938;
  }
  @media(max-width: 767px){
    .logo-404-contents{
      text-align: center !important;
    }
    .logo-404{
      width: 35%;
      margin-left: 0;
    }
    .msg-error{
      text-align: center;
    }
  }
  /*****/
  .professionnel .white-box-body a, .professionnel .text-actu-center a{
    color: #fff!important;
  }
  
  .choice-langage{
    width: 60px;
    height: 63px;
    border: none;
    color: #f12938;
    padding-left: 5px;
  }
  .choice-langage option:hover{
    background: #fff !important;
    color: #f12938  !important;
  }
  .select-langue{
    padding: 0 22px !important;
  }
  .menu-col{
    margin-right: -10px;
  }
  
  /********nos metiers********/
  /*.navbar-fixed-top {
    z-index: 9999 !important;
  }
  */
  /*------------------------------------*\
      main content
  \*------------------------------------*/
  #sidebar-wrapper {
    /*top: 52px;*/
    left: -200px;
    width: 200px;
    color: white;
    /*position: fixed;*/
    position: relative;
    height: 100%;
    z-index: 1;
  }
  .sidebar-nav {
    position: absolute;
    left: 0;
    text-align: center;
    width: 235px;
    list-style: none;
  }
  
  .sidebar-nav li {
    /*text-indent: 20px;*/
  }
  .sidebar-nav li a {
    color: white;
    display: block;
    text-decoration: none;
  }
  .sidebar-nav li a:hover {
    color: white;
    text-decoration: none;
  }
  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }
  #sidebar-wrapper.sidebar-toggle {
    transition: all 0.3s ease-out;
    margin-left: -200px;
  }
  @media (min-width: 768px) {
    #sidebar-wrapper.sidebar-toggle {
      transition: 0s;
      /*left: 215px;*/
      left: 180px;
    }
  }
  @media(max-width: 768px){
    .sidebar-nav {
      width: 100% !important
    }
  }
  .wpdevart-input-field label, .wpdevart-textarea label, .wpdevart-sub-fields > label {
    font-weight: 200;
  }
  .text-with-number .bloc-puce {
      color: #fff;
      text-align: center;
      float: left;
      padding: 0px 0;
      margin-right: 13px;
      margin-top: 5px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
  }
  .title{
    text-transform: uppercase;
  }
  .min-h-600{
    min-height: 600px;
  }
  .min-h-300{
    min-height: 300px;
  }
  .p-70{
    padding-left: 70px;
  }
  .p-20{
    padding-left: 20px;
  }
  .description{
    margin: 38px 0 50px 0;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .m-70{
    margin-top: 70px;
    background-color: #fff;
    min-height: 900px;
    float: left;
  }
  .m-70 .text-with-icon h1{
    font: 28px "Roboto Light", Arial;
    margin-bottom: 30px;
    text-transform: none;
    color: #9cb1ce;
  }
  .m-70 .text-with-icon {
    margin-top: 18px !important;
  }
  .other-products{
    margin-top: 0px;
    position: absolute!important;
    right: 0;
    top: 55px;
  }
  .simulaire-pro{
    min-height: 250px;
  }
  @media (max-width: 991px){
    .m-70{
      min-height: 700px;
    }
    .p-right{
      padding-left: 35px;
    }
    .h1-spec {
      margin-top: 50px;
      margin-left: 0;
    }
    .other-products{
      margin-bottom: 50px;
    }
  }
  
  @media (max-width: 768px){
    .other-products{
      position: relative!important;
      bottom: 0;
    }
    .p-70{
      padding-left: 0;
    }
    .p-20{
      padding-left: 0;
    }
    .metiers-title{
      height: auto!important;
      border-bottom: none!important;
    }
  }
  
  .line-red {
    width: 100%;
    border-bottom: 1px solid #f12938;
    margin: 0 0 20px 0;
  }
  .s-12{
    font-size: 11px;
    font-weight: 700 !important;
    text-transform: none !important;
  }
  .m-20{
    margin-top: 20px;
  }
  .m-left-20{
    margin-left: 20px;
  }
  .metiers-title[aria-expanded="false"] {
    background-image: url(images/icon-plus.png);
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
  }
  
  .no-slider .dropdown-menu, .no-banner .dropdown-menu{
    min-width: 330px;
    position: relative;
    top: 100%;
    color: #414042;
    z-index: 1000;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #9cb1ce;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.100);
    border-radius: 0;
    border: none;
  }
  div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    margin: 2em 0em 1em;
    color: white;
    text-align: center;
  }
  .upper{
    text-transform: uppercase;
  }
  .no-banner.vous-besoin .title p{
    color: #828a8f;
    text-transform: none;
  }
  .no-banner.rapport .white-back-content{
    margin-top: 100px;
  }
  .no-banner.rapport .gray-back-content {
      padding: 40px 55px 55px 55px;
  }
  .no-m-b{
    margin-bottom: 0 !important;
  }
  .actu2.actu-item.product{
    height: 100%;
  }
  .team-item{
    height: 200px;
  }
  .gridder-show {
    margin-left: 15px;
  }
  .team .gridder-list.selectedItem .black-mask-team {
    background: #f42534!important;
  }
  .team .gridder-list.selectedItem .mask-red-rapport {
    display: none;
  }
  .gridder-list {
    width: 24% !important;
  }
  @media(max-width: 1024px){
    .gridder-list {
      width: 49%  !important;
    }
  }
  @media(max-width: 590px){
    .gridder-list {
      width: 100%  !important;
    }
  }
  .simulator-flyers{
    margin-top: 580px;
    font-family: 'Roboto Bold', Arial;
  }
  
  /*journey*/
  .journey{
    background: url(images/bg-journey.jpg);
    background-size: cover;
    min-height: 765px;
  }
  .journey .content-with-bg{
    padding: 55px;
  }
  .journey .title h1{
    text-transform: initial;
    font: 48px 'Roboto Bold';
  }
  .journey .title small{
    text-transform: uppercase;
    color: #f12938;
    font: 24px 'Roboto Bold';
  }
  .journey .timeline{
    margin-top: 60px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  
  .journey .timeline .timeline-carousel{
     width: 90%;
     margin-right: auto;
    margin-left: auto;
  }
  @media (max-width : 768px){
    .journey .timeline .timeline-carousel{
       width: 60%;
    }
      .m-left-20{
          margin-left: 0;
      }
      .careers .col-rigth, #page .no-slider.credit .text-with-icon {
          margin-left: 0!important;
      }
      #page .white-box .white-box-body {
          padding: 20px 0 20px 25px;
      }
      .careers-description .btn-red4 {
          margin-right: 0!important;
      }
      #page .no-slider.credit .text-with-icon {
        margin-top: 0;
      }
  }
  .journey .timeline .btn-left, .journey .timeline .btn-right{
    width: 45px;
    height: 45px;
    background: #f12938!important;
    text-align: center!important;
    padding-top: 12px!important;
    position: absolute;
    cursor: pointer;
  }
  .journey .timeline .red-line{
    position: absolute;
    top: 23px;
    left: 60px;
    width: 85%;
    border-bottom: 1px solid #f12938;
  }
  .journey .timeline .btn-left{
    left: 0;
  }
  .journey .timeline .btn-right{
    right: 0;
  }
  .journey .timeline .item{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 15px;
  }
  .journey .timeline .icon{
    width: 15px;
    height: 20px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
  }
  .journey .timeline .red-circle{
    background: url(images/red-circle.png) no-repeat;
    background-size: contain;
  }
  .journey .timeline .white-circle{
    background: url(images/white-circle.png) no-repeat;
    background-size: contain;
  }
  .journey .timeline .date{
    color: #f12938;
    font: 12px 'Roboto Bold';
    text-transform: uppercase;
    margin-top: 35px;
  }
  .journey .content{
    margin-top: 60px;
    color: #fff;
    position: relative;
  }
  .journey .content .date{
    color: #9cb1ce;
    font: 18px 'Roboto Bold';
    margin-bottom: 10px;
  }
  
  .journey .content .item-content{
    position: absolute;
    display: none;
  }
  
  .journey .other-cat{
    margin-top: 200px;
  }
  .devise .col-md-6{
    padding-top: 55px;
    min-height: 600px;
  }
  .devise h1{
    font: 38px "roboto bold";
    color: #9cb1ce;
  }
  .devise p:first-child{
    font: 16px "roboto bold";
    color: #f12938;
  }
  .credit.careers h1{
    color: #9cb1ce;
  }
  #page .no-slider.credit.careers .slider-wrapper{
    height: 430px;
  }
  .credit.careers .text-with-icon{
    margin-bottom: 0;
  }
  .careers .col-rigth{
    margin-top: 45px;
    margin-left: 12px;
  }
  .careers .col-left{
    margin-top: 50px;
  }
  #page .no-slider.careers .row {
    margin-top: 90px;
  }
  #page .no-slider.careers .row .btn-red2{
    background-color: #9cb1ce;
    color: #fff!important;
    border: none;
  }
  .careers .line-red{
    margin: 70px 0 75px 0;
  }
  .careers .table{
    margin-top: 40px;
  }
  .careers .table tbody{
    border-bottom: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
  }
  .table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border:none!important;
    padding-left: 25px!important;
  }
  .no-banner.devise.white-back .table .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding-left: 5px!important;
  }
  .careers .table thead{
    border-bottom: 2px solid #9f9f9f;
  }
  .careers .table thead th{
    color: #9f9f9f;
  }
  .careers .table tbody td:first-child{
    color: #9cb1ce;
    font: 14px "roboto bold", Arial;
  }
  .careers .table tbody td{
    color: #545454;
    font: 14px "roboto regular", Arial;
    padding-left: 25px;
  }
  .table-careers{
    padding: 0 110px 90px 110px;
  }
  @media(max-width: 768px){
      .table-careers{
          border: none!important;
          padding: 0 0 90px 0;
      }
  }
  .careers form{
    color: #b5beca;
  }
  .careers .title-resume{
    margin-left: 70px
  }
  .careers .title-line{
    border-top: 1px solid #f12938;
    margin-left: 45%;
    margin-top: -32px;
    position: absolute;
    width: 47%;
  }
  
  
  .small-top{
    font: 24px "Roboto Bold"!important;
    color: #f12938!important;
    margin-bottom: 60px!important;
    text-transform: uppercase!important;
  }
  
  .title-description{
    font: 48px "Roboto Light Italic";
    color: #9cb1ce;
  }
  
  .title-description small{
    display: block;
    font: 24px "Roboto Bold";
    color: #f12938;
  }
  .apply-form input, .apply-form select {
    background-color: #565f6d;
    color: #cdd8e6;
  }
  .careers-description .btn-red4 {
    background-image: url(images/btn-red-rigth.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff !important;
    background-color: #9cb1ce;
    height: 48px !important;
    float: right;
    margin-right: 55px;
    margin-top: 55px;
    margin-bottom: 25px;
  }
  .careers-description .white-back-content h1{
    margin-bottom: 0;
  }
  .careers-description .no-banner h2 {
    line-height: 0;
    margin-bottom: 25px;
  }
  .careers-description .btn-red3 {
    background: url(images/btn-actu-red.png) right no-repeat;
    color: #000 !important;
    background-color: #9cb1ce;
    height: 53px !important;
  }
  .careers-description .line-red {
    margin: 0 0 50px 0;
  }
  .careers-description .info label {
    color: #9cb1ce;
    font: 14px "roboto light";
  }
  .careers-description .info p{
    font: 16px "roboto bold";
  }
  .careers-description .small{
    font: 24px "roboto bold";
  }
  .careers-description .gray-back-content {
    padding: 24px 55px 55px 55px;
  }
  .careers-description .position-container{
    margin-top: 42px;
  }
  .careers-description .title-resume{
    margin-left: 68px;
  }
  .careers-description .line-red.m-t75{
    margin-top: 75px;
    margin-bottom: 33px;
  }
  .careers-description .btn-p-down{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media(max-width: 768px){
    .careers .title-line{
      display:none;
    }
    .careers-description .btn-p-down{
      position: relative;
      top: 5px;
    }
  }
  .mfp-close{
    color:red !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin-right: 45px !important;
    margin-top: 25px !important;
  }
  .annual-rep{
    padding-bottom: 65px;
  }
  #option-currency{
    padding-left: 25px;
  }
  .white-back-content.report{
    height: 225px;
  }
  .thead-back{
    background: #ededed;
  }
  .back-grey{
    background: #e8eaeb;
  }
  .align-center{
    text-align: center;
  }
  .font-black, table.font-black{
    color: #000!important;
  }
  table.font-black th {
    font: 24px "roboto bold";
  }
  td.categorie{
    font: 22px "roboto bold";
  }
  td.subtitle{
    font: 18px "roboto bold";
  }
  .form-domestic{
    padding-left: 0;
    padding-right: 0;
  }
  .banner-title{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  
  .currency-history{
    padding: 77px;
    border-top: 1px solid #abadb3;
  }
  .currency-history .dropdown-menu{
        left: 0;
  }
  .currency-history .dropdown-menu li{
    padding-left: 20px;
  }
  .currency-history .dropdown-menu li a{
      height: 16px;
      font-size: 15px;
  }
  .currency-history .dropdown-menu li a:hover{
    background: none;
  }
  
  .date-input-curr .row{
    margin-bottom: 15px;
  }
  .date-input-curr{
    min-height: auto!important;
  }
  
  .currency-graph{
    cursor: pointer;
  }
  .btn-list-footer{
    padding-left: 20px!important;
    height: 30px !important;
    background-size: 35px;
  }
  .row.site-footer .dropdown-menu li{
    padding-top: 5px;
    padding-bottom: 0;
  }
  .row.site-footer .dropdown-menu li a{
    padding-top: 10px;
  }
  .row.site-footer .dropdown-menu{
      width: 330px;
      border-radius: 0;
      background-color: #f12938;
      padding-top: 15px;
      min-width: 330px;
      margin-left: 15px;
      position: absolute;
      top: 100%;
      color: #fff;
      z-index: 1000;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 1px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.100);
      border-radius: 0;
      border: none;
  }
  
  /*pdf input form*/
  .apply-form-download h1,
  .apply-form-download h2,
  .apply-form-download h3,
  .apply-form-download small,
  .apply-form-download label{
    text-transform: uppercase;
  }
  .apply-form-download .pdf-header{
    position: relative;
    background-image: url(images/bg-pdf.jpg);
    background-size: cover;
    height: 100px;
    padding: 30px;
  }
  
  .apply-form-download .pdf-header h1{
    color: #fff;
    font: 34px "Roboto Bold";
    margin: 0;
  }
  .apply-form-download .pdf-header h1 small{
    color: #fff;
    font: 25px "Roboto Light";
    display: block;
    line-height: 10px;
  }
  .apply-form-download form .mb-20{
    margin-bottom: 20px;
  }
  .apply-form-download form .n-p{
    padding: 0!important;
  }
  .apply-form-download form .m-t-45{
    margin-top: 30px;
  }
  .apply-form-download form{
    padding: 50px;
  }
  .apply-form-download form label{
    font-weight: normal;
  }
  .apply-form-download .inline-input input{
    width: 100%;
  }
  .apply-form-download .input-text{
    border-bottom: 1px solid #000;
    position: relative;
  }
  .apply-form-download form .unit{
    position: absolute;
    right: 10px;
    font-style: italic;
    top: 0;
  }
  .apply-form-download .input-text input[type="text"],
  .apply-form-download .input-text input[type="email"]
  {
    border : none!important;
  }
  .apply-form-download .input-text input[type="text"]:focus,
  .apply-form-download .input-text input[type="email"]:focus{
    outline: none;
  }
  .apply-form-download form p{
    font-size: 18px;
  }
  .apply-form-download form .simple-text{
    font-weight: normal;
    font-size: 14px;
  }
  .apply-form-download form h2{
    font: 23px "Roboto Bold";
    padding: 7px;
    text-align: center;
    color: #fff;
    background: #f12938;
  }
  
  .apply-form-download form h3{
    font: 22px "Roboto Bold";
    color: #f12938;
  }
  
  .apply-form-download form h3 .title-number{
    color: #fff;
    background: #f12938;
    margin-right: 10px;
    padding: 5px;
  }
  .apply-form-download .form-check-input{
    margin-right: 10px;
  }
  
  .car_age{
    display: none;
  }
  .loan_guarantee{
    display: none;
  }
  #loan_guarantee{
    border-radius: 0;
  }
  #launch_calcul{
    background-color: #f12938;
    border-radius: 0;
  }
  #versement_mb.slider-handle{
    border: 5px solid #9cb1ce !important;
  }
  
  .rslides_tabs{
    margin: 0;
    left: 219px;
    position: absolute;
    width: 400px;
    z-index: 99;
    bottom: 15px;
    list-style: none;
    display: inline;
  }
  @media(max-width: 768px){
    .rslides_tabs {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    .apply-form-download form h3 {
      line-height: 2;
    }
      .no-banner.rapport {
          padding-top: 110px;
      }
      
    /*.actu4, .actu5{
      height: auto;
    }*/
  }
  .rslides_tabs li{
    display: inline-block;
    float: left;
    list-style: none;
    width: 50px;
    height: 10px;
    background: #414042;
  }
  .rslides_tabs li a{
    width: 100%;
    opacity: 0;
    display: block;
    height: 100%;
  }
  .rslides_here{
    background: #f12938 !important;
  }
  
  .justify{
    text-align: justify;
  }
  @media(max-width: 1090px){
    .content-footer .dropdown{
      text-align: left;
    }
    .no-slider.credit .button-actu-std{
      width: 100%;
    }
    .content-footer .row.site-footer.dropdown-menu{
      width: 100%;
    }
    .row.site-footer .dropdown-menu{
      width: 100%;
      min-width: 100%;
    }
  }
  
  .table-search{
    color: #545454;
  }
  .table-search img, .td-img{
    width: 120px;
    height: 120px;
  }
  .search-cat a{
    border: 1px solid #eee;
    border-radius: 2px;
    color: #000 !important;
    padding: 2px 5px 2px 5px;
  }
  @media(max-width: 500px){
    .table-search .h2, .table-search h2 {
      font-size: 22px;
    }
    .actu5 .actu-item .text-actu-center p{
      font-size: 16px;
    }
  }
  .btn, .form-control {
    border-radius: 0 !important;
  }
  .td-right{
    text-align: right;
  }
  .simulator .description p:first-child{
    font-size: 18px;
    font-weight: bold;
    font-family: roboto bold;
  }
  .inputfile-6 + label strong{
    top: 0;
  }
  
  .apply-form-disclamer {
      position: relative;
      width: 680px;
      height: 480px;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      overflow-y: scroll;
      padding: 54px 54px 54px 54px;
  }
  .align-right{
      float:right;
    }
  @media(max-width: 768px){
    .apply-form-disclamer {
      width: 100%;
    }
    .mfp-close {
      color: red !important;
      background: transparent !important;
      border-radius: 0% !important;
      margin-right: 0!important;
      margin-top: 0!important;
    }
    .acces-page{
      margin-top: 55px;
    }
    .align-right{
      float:left;
    }
  }
  
  .ib-login{
    text-align: center;
    color:#fff;
  }
  .ib-login h1{
    text-align: center;
    font-size: 30px!important;
    font-weight: 700;
  }
  .ib-login .button-actu.btn-red{
    position: relative;
    text-decoration: none;
    background: url(images/btn-transp.png) right no-repeat rgba(0, 0, 0, 0.7);
    display: block;
    width: 200px;
    height: 48px;
    text-transform: uppercase;
    padding-top: 16px;
    color: #fff;
    font: 16px "Roboto Bold", Arial;
    padding: 14px 18px;
    width: 245px;
    text-align: center;
    border: 1px solid #f2f2f3;
  }
  
  /*NEW IB LOGIN*/
  
  /*product box at top*/
  .products-wrapper {
      padding-bottom: 70px;
      background: #f6f7f7;
      padding-top: 120px;
  }
  .products-holder {
      margin-left: 5%;
      width: 85%;
  }
  /*.product-box {
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      height: 450px;
      width: 450px;
  }*/
  .product-box {
      background-repeat: no-repeat;
      background-size: COVER;
      position: relative;
      height: 23vw;
      width: 23vw;
      background-position: center center;
  }
  .product-box .button-wrapper button {
      background: #f12938 !important;
      margin-bottom: 30px;
      position: relative;
      display: table;
      height: 40px;
      border: none;
  }
  .product-box .button-wrapper button a {
      text-transform: uppercase;
      color: #fff !important;
      vertical-align: middle;
      display: table-cell;
      padding-right: 50px;
      padding-left: 10px;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
      height: 40px;
  }
  .section-iblogin-faq {
      background: #f6f7f7;
  }
  .page-template-single_ib_login .slider-wrapper {
      height: initial !important;
  }
  .faq-title h1,
  .lightgrey-header h1 {
      font: 28px "Roboto Light", Arial;
      text-transform: none;
      margin-bottom: 30px;
      margin: 50px auto;
      color: #9cb1ce;
  }
  .faq-title .col-md-12 {
      padding: 0;
  }
  .product-box .button-wrapper {
      position: absolute;
      right: 20px;
      bottom: 0;
  }
  .security-advice-content {
      width: 93%;
  }
  .faq-header-section .container {
      width: 100%;
      padding: 0;
  }
  .faq-title .row {
      margin: 0 auto;
      width: 90%;
  }
  .faq-header-section .faq-title ,
  .col-md-12.faq-content {
      padding: 0;
  }
  .ib-login-btn .button-wrapper {
      border-bottom: 1px solid red;
      padding-bottom: 40px;
      margin-bottom: 40px;
      text-align: right;
      margin-left: 5%;
      width: 84.3%;
  }
  .ib-login-btn .button-wrapper a {
      padding: 15px 50px 15px 15px;
      text-transform: uppercase;
      background: #f12938;
      position: relative;
      font-size: 16px;
      color: #ffffff;
      
      transition: 0.3s ease-in-out;
  }
  .ib-login-btn .button-wrapper a:hover {
      background: #e1e1e1;
      color: #f12938;
  }
  span.border {
      background: #ffffff;
      position: absolute;
      margin: 10px 0;
      opacity: 0.2;
      right: 35px;
      width: 1px;
      bottom: 0;
      top: 0;
  }
  .ib-login-btn .button-wrapper a:before {
      background: #ffffff;
      position: absolute;
      opacity: 0.5;
      height: 15px;
      right: 15px;
      content: '';
      width: 1px;
      top: 11px;
      
      transform: rotate(-45deg);
  }
  .ib-login-btn .button-wrapper a:after {
      background: #ffffff;
      position: absolute;
      opacity: 0.5;
      bottom: 10px;
      height: 15px;
      content: '';
      right: 15px;
      width: 1px;
      
      transform: rotate(45deg);
  }
  
  /* Eshna - IB Login Changes */
  .ib-login-btn .button-wrapper {
    margin-bottom: 20px;
  }
  .ib-login-btn .button-wrapper a:first-child {
    margin-right: 25px;
  }
  .products-holder-title {
    margin-left: 1% !important;
    margin-bottom: 3%;
  }
  .products-holder-title p {
    color: #96adcb;
    font-size: 22px;
  }
  
  /*ashfaaq*/
  .faq-title {
      background: white;
  }
  .faq-title .phishing-holder {
      font-family: 'Roboto Regular';
      padding-bottom: 50px;
      text-align: justify;
      color: #828a8f;
  }
  .faq-title .phishing-holder b {
      color: #f12938;
  }
  /*End of ashfaaq*/
  .faq-header-section {
      background: #ffffff;
  }
  .faq-content-holder {
      margin: 0 auto;
      width: 90%;
  }
  .faq-content {
      margin: 30px 0 50px;
  }
  .faq-content h3 {
      border-bottom: 1px solid #abadb3;
      font-family: 'Roboto Regular';
      letter-spacing: 0.2px;
      padding-bottom: 25px;
      margin-bottom: 20px;
      padding-left: 35px;
      position: relative;
      font-weight: 400;
      font-size: 18px;
      cursor: pointer;
  }
  .faq-content h3:focus {
      outline: none;
  }
  .faq-content-holder .toggle-icon {
      border-radius: 50px;
      text-align: center;
      position: absolute;
      border: 1px solid;
      line-height: 19px;
      font-size: 10px;
      color: #abadb3;
      height: 20px;
      width: 20px;
      left: 0;
      
      transition: 0.3s ease-in-out;
  }
  .faq-content-holder .ui-accordion-header-active, 
  .faq-content h3:hover {
      color: #f12837;
  }
  .faq-content-holder .ui-accordion-header-active .toggle-icon, 
  .faq-content h3:hover .toggle-icon {
      background: #f12837;
      color: #ffffff;
  }
  .faq-title .col-md-7 {
      padding: 0;
  }
  .faq-title .related-links-btn {
      background: #f12938 !important;
      margin: 20px 100px 30px 0;
      padding: 8px 0 4px 10px;
      margin-bottom: 30px;
      position: relative;
      display: table;
      height: 60px;
      width: 310px;
      float: right;
  }
  .faq-title .related-links-btn a {
      text-transform: uppercase;
      color: #fff !important;
      vertical-align: middle;
      display: table-cell;
      padding-right: 50px;
      padding-left: 10px;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      font-size: 18px;
      height: 50px;
  }
  
  .page-template-single_ib_login input[name="your-product"] {
      text-transform: lowercase;
  }
  
  @media (max-width:768px) {
    .ib-login .button-actu.btn-red{
      margin: 30px auto;
      width: 200px;
      float: none!important;
    }
    .ib-login .button-actu.btn-red:last-child{
      margin-bottom: 10px;
    }
  }
  
  .ib-login .button-actu.btn-red:hover{
    background-color: #f12938;
    border: none;
  }
  .actus-wrapper.content-ib-login  .title-single {
    padding-left: 0 !important;
  }
  .search-cat .post-categories{
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    flex-wrap: wrap;
  }
  .search-cat .post-categories li{
    margin: 0 10px 0 0;
  }
  @media(max-width: 768px){
    .search-cat .post-categories li{
      margin: 0 0 0 0;
    }
  }
  ul.dwls_search_results{
      position: fixed!important;
  }
  @media(max-width: 768px){
      ul.dwls_search_results {
          position: absolute!important;
          z-index: 1029!important;
          top: 150px!important;
          width: 80%!important;
      }
  }
  @media(min-width: 769px){
      .tab-content>.tab-pane {
          margin: 25px -15px 0 -15px;
      }
  }
  footer .social-bloc{
      display: flex;
  }
  footer .text-with-icon .text p{
      white-space: nowrap;
  }
  .entry-meta { display: none; }
  #wp-live-chat-header {
      background: url(img/chaticon.png) center no-repeat #f12938 !important;
  }
  
  
  
  /*privacy policy*/
  .privacy-policy-page-wrapper {
      background: #ffffff;
      overflow: hidden;
  }
  .privacy-policy-summary-main h2 {
      font-family: "Robot Regular", Arial;
      padding-bottom: 30px;
      font-weight: 700;
      padding-top: 8%;
      font-size: 48px;
  }
  
  .privacy-policy-summary-main p,
  .security-advice-content p {
      font-family: 'Roboto Regular';
      text-align: justify;
      color: #828a8f;
  }
  .privacy-policy-wrapper {
      margin: 0 auto;
      width: 91%;
  }
  .privavy-policy-container {
      padding-bottom: 50px;
      float: left;
      width: 65%;
  }
  .download-btn {
      margin-top: 13%;
      padding: 0 50px;
      float: left;
      width: 35%;
  }
  .download-btn p {   
       font: 28px "Roboto Light", Arial;
      text-transform: none;
      margin: 0 0 30px;
      color: #9cb1ce;
  }
  .second-part-privacy-policy {
      width: calc(100% + 150px);
      background: #f6f7f7;
      margin-left: -75px;
      clear: both;
  }
  .privacy-policy-summary-main h4 {
      font: 28px "Roboto Light", Arial;
      margin: 30px 0 15px;
      text-transform: none;
      color: #9cb1ce;
  }
  .second-part-wrapper p {
      padding-bottom: 0;
      color: #000000;
  }
  button.download_button a:focus, 
  button.download_button a:hover {
      color: #ffffff;
  }
  
  button.download_button {
      background: #f12938 !important;
      text-transform: uppercase;
      padding: 10px 0 10px 25px;
      color: #fff !important;
      margin-bottom: 25px;
      position: relative;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
      height: 40px;
      border: none;
      width: 180px;
  }
  button.download_button:after,button.download_button:before {
      background: #ffffff;
      position: absolute;
      height: 10px;
      margin: auto;
      content: '';
      right: 25px;
      width: 2px;
      bottom: 0;
      top: 2px;
  }
  button.download_button:after {
      transform: rotate(45deg);
      right: 25px;
  }
  button.download_button:before {
      transform: rotate(-45deg);
      left: 140px;
  }
  .second-part-wrapper {
      padding: 50px 0;
      margin: auto;
      width: 91%;
  }
  .privacy-policy-summary-main h5 {
      font: 22px "Roboto Light", Arial;
      margin: 50px 0 15px;
      color: #9cb1ce;
  }
  .second-part-wrapper ul li:before,
  .first-part-wrapper ul li:before {
      background: #f12938;
      position: absolute;
      border-radius: 50%;
      display: block;
      height: 10px;
      margin: auto;
      content: '';
      width: 10px;
      left: -10px;
      bottom: 0;
      top: 0;
  }
  .first-part-wrapper ul li {
      color: #828a8f;
  }
  .second-part-wrapper a,
  .phishing-holder a {
      font-weight: inherit;
      font-family: 'Roboto';
      position: relative;
      padding: 0 5px;
      color: #f12938;
      z-index: 1;
      
      transition: 0.3s ease-in-out;
  }
  .second-part-wrapper a:after,
  .phishing-holder a:after {
      background: #f12938;
      position: absolute;
      display: block;
      bottom: -3px;
      height: 1px;
      z-index: -1;
      content: '';
      width: 100%;
      right: 0;
      left: 0;
      
      transition: 0.3s ease-in-out;
  }
  .second-part-wrapper a:hover:after,
  .phishing-holder a:hover:after {
      height: 23px;
  }
  .second-part-wrapper a:hover,
  .phishing-holder a:hover {
      color: #ffffff;
  }
  .privacy-policy-summary-main h5 {
      font: 22px "Roboto Light", Arial;
      margin: 50px 0 15px;
      color: #9cb1ce;
  }
  .second-part-wrapper ul li,
  .first-part-wrapper ul li {
      font-family: 'Roboto Regular';
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative;
      list-style: none;
  }
  .second-part-wrapper ul,
  .second-part-wrapper p {
      text-align: justify;
      width: 70%;
  }
  .first-part-wrapper ul {
      text-align: justify;
  }
  .privavy-policy-container h3 {
      font: 22px "Roboto Light", Arial;
      color: #f12938;
  }
  .download-btn h3 {
      font: 20px "Roboto Light", Arial;
      color: #414042;	
  }
  .download_button a {
      color: #ffffff;
  }
  
  
  /*cookie policy*/
  .cookie-policy button.download_button {
      padding: 0 45px 0 15px;
      margin-bottom: 0;
      height: 60px;
      width: 275px;
  }
  .cookie-policy button.download_button:before {
      display: none;
  }
  .cookie-policy button.download_button:after {
      background: url(images/btn-red-rigth.png);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: inherit;
      content: '';
      height: 40px;
      width: 40px;
      bottom: 0;
      right: 0;
      top: 0;
      
      transform: none;
  }
  .last-updated p {
      font-family: 'Roboto Light';
      font-style: italic;
      margin: 20px auto;
      font-size: 14px;
      color: #ffffff;
      width: 92%;
  }
  .last-updated p span {
      font-family: 'Roboto Bold';
      padding-right: 10px;
  }
  
  
  
  /*----------------------------------*/
  /*-----------VIDEO GALLERY----------*/
  /*----------------------------------*/
  
  .video-gallery-wrapper {
      margin: 0 auto;
      width: 91%;
  }
  .red-header h2 {
      text-align: center;
  }
  .latest-video-wrapper {
      margin: 0 auto;
      width: 70%;
  }
  .latest-video-container iframe {
      height: 600px;
      width: 100%;
  }
  .other-videos-iframe iframe {
      height: 270px;
      width: 100%;
  }
  .video-title {
      background: #ffffff;
      margin-top: -5px;
      padding: 20px 0;
  }
  .other-videos-wrapper {
      margin-bottom: 50px;
      
      -webkit-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.46);
      -moz-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.46);
      box-shadow: -2px 5px 30px -5px rgba(0,0,0,0.35);
  }
  .video-title p {
      font: 16px "Roboto Light", Arial;
      letter-spacing: 0.2px;
      text-align: center;
      margin-bottom: 0;
      color: #9cb1ce;
  
  }
  .uppercase {
      text-transform: uppercase !important;
  }
  .col-md-6 .other-videos-wrapper iframe {
      height: 400px;
  }
  .video-gallery-container.template-page-container {
      background: #e5e7e7;
  }
  @media only screen and (max-width: 768px) {
      .other-videos-iframe {
          margin: 0 auto;
          width: 80%;
      }
      .latest-video-container iframe {
          height: 200px;
          width: 100%;
      }
  }
  
  @media only screen and (min-width: 769px) and (max-width: 1028px) {
      .latest-video-container iframe {
          height: 450px;
          width: 100%;
      }
  }
  
  
  /*----------------------------------*/
  /*-------CORPORATE GOVERNANCE-------*/
  /*----------------------------------*/
  .page-template-template-corporate-gov footer#site-footer {
      background: #ffffff;
  }
  .corporate-gov-container,
  .template-page-container {
      background: #ffffff;
      overflow: hidden;
  }
  .corporate-governance {
      padding-top: 4%;
      margin: 0 auto;
      width: 91%;
  }
  .corporate-governance h1,
  .template-header h1 {
      font-family: "Robot Regular", Arial;
      text-transform: capitalize;
      padding-bottom: 30px;
      font-weight: 700;
      font-size: 48px;
  }
  .corporate-governance p {
      font-family: 'Roboto Regular';
         padding-bottom: 37px;
      text-align: justify;
      color: #828a8f;
      width: 100%;
      margin: 0;
  }
  
  /*organigram*/
  .organigram-container {
      width: calc(100% + 150px);
      background: #f6f7f7;
      margin-left: -75px;
      position: relative;
  }
  .organisational-organigram {
      padding-bottom: 50px;
      margin: 0 auto;
      width: 90%;
  }
  .organisational-organigram h2,
  .red-header h2 {
      font: 32px "Roboto Light", Arial;
      padding: 50px 0;
      color: #f12938;
  }
  .organisational-organigram g#Chief_Risk_Officer-3 {
    display: none !important;
  }
  
  /*related links*/
  .related-links-container h3 {
      font: 24px "Roboto", Arial;
      text-transform: uppercase;
      margin: 50px 0 35px;
      color: #9cb1ce;
  }
  .related-links-btn a {
      text-transform: uppercase;
      color: #fff !important;
      vertical-align: middle;
      display: table-cell;
      padding-right: 50px;
      padding-left: 10px;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      font-size: 14px;
      height: 50px;
  }
  .related-links-btn {
     background: #f12938 !important;
      margin-bottom: 30px;
      position: relative;
      display: table;
      height: 60px;
      width: 100%;
  }
  .related-links-btn a:after {
      background: url(images/btn-red-rigth.png);
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      right: inherit;
      display: block;
      margin: auto;
      height: 40px;
      width: 40px;
      content: '';
      z-index: 40;
      bottom: 0;
      right: 0;
      top: 0;
  }
  
  
  /*popup*/
  .committee-composition h2 {
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-size: 18px;
      color: #9cb1ce;
  }
  .committee-composition {
      margin: 50px auto 0;
      width: 88%;
  }
  .profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .bod-popup-wrapper {
      background: #ffffff;
      margin: 0 auto 0;
      width: 92%;
  }
  .team-popup-wrapper {
      margin: 50px auto;
      width: 89%;
  }
  .organigram-popup-bod .team-popup-wrapper {
      margin-bottom: 0;
      overflow: hidden;
  }
  .team-popup {
      box-sizing: content-box;
      padding-right: 17px;
      position: relative; 
      overflow-y: scroll;
      height: 100%;
      width: 100%;
  }
  .popup-header-wrapper {
      background: #565f6d;
      position: relative;
  }
  .popup-header-wrapper h1 {
      font-family: 'Montserrat';
      padding: 35px 0 20px;
      font-weight: 400;
      font-size: 20px;
      margin: 0 auto;
      color: #ffffff;
      width: 90%;
  }
  .member-profile-wrapper {
      padding: 15px 15px 1px;
      margin: 0 auto 50px;
      background: #ebebeb;
      position: relative;
      width: 95%;
  }
  .profile-img {
      overflow: hidden;
  }
  .profile-name-job p {
      padding: 0;
  }
  .description-excerpt p {
      margin-bottom: 30px !important;
      padding: 35px 0;
      color: #565f6d;
  }
  .complete-profile-btn {
      padding: 0 0 20px;
  }
  .complete-profile-btn {
      margin: 30px 0;
  }
  .complete-profile-btn a {
      background: #565f6d;
      padding: 5px 15px;
      font-size: 12px;	
      color: #ffffff;
      
      transition: 0.3s ease-in-out;
  }
  .complete-profile-btn a:hover {
      background: #f12938;
      color: #ffffff;
  }
  .member-profile-wrapper .row {
      position: relative;
  }
  .member-profile-wrapper .profile-intro-wrapper {
      position: absolute;
      bottom: 10px;
      right: 0;
  }
  .profile-name-job p {
      text-align: center;
      color: #565f6d;
  }
  .profile-name-job p.profile-name {
      border-bottom: 2px solid;
      padding-bottom: 6px;
      margin-bottom: 7px;
      color: #565f6d;
  }
  .close-btn {
      background: #f12938;
      position: absolute;
      cursor: pointer;
      height: 40px;
      width: 40px;
      right: 0;
  }
  .close-btn:after,
  .close-btn:before {
      background: #ffffff;
      position: absolute;
      cursor: pointer;
      display: block;
      margin: auto;
      content: '';
      height: 2px;
      width: 75%;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      
      transition: 0.3s ease-in-out;
  }
  .close-btn:after {
      transform: rotate(45deg);
  }
  .close-btn:before {
      transform: rotate(-45deg);
  }
  .close-btn:hover:after, 
  .close-btn:hover:before {
      transform: rotate(0deg);
  }
  .organigram-popup {
      background: rgba(0,0,0,0.6);
      position: absolute;
      min-height: 1030px;
      overflow: scroll;
      padding: 5px 0;
      z-index: 50;
      right: 0;
      left: 0;
      top: 0;
      
      transition: 0.3s ease-in-out
  }
  .organisational-organigram g:hover > g rect {
      transition: 0.3s ease-in-out;
  }
  .organisational-organigram g#Board_of_Directors-3:hover > g rect,
  .organisational-organigram g#Cheif_Executive_Officer:hover > g rect,
  .organisational-organigram g#COO-3:hover > g rect,
  .organisational-organigram g#Chief_Risk_Officer-3:hover > g rect,
  .organisational-organigram g#Board_Audit_Committee-2:hover > g rect,
  .organisational-organigram g#Board_Risk_Management_Committee-2:hover > g rect,
  .organisational-organigram g#Board_Credit_Committee-2:hover > g rect,
  .organisational-organigram g#Board_Strategy_Committee-2:hover > g rect,
  .organisational-organigram g#Nomination_Remuneration_Committee:hover > g rect,
  .organisational-organigram g#Conduct_Review_corporate_Governance_Committee-2:hover > g rect,
  .organisational-organigram g#company_secretary-2:hover > g rect,
  .organisational-organigram g#Administrative_staff_Compensation_Committee-2:hover > g rect,
  .organisational-organigram g#Internal_Audit_Function-2:hover > g rect,
  .organisational-organigram g#ALCO-2:hover > g rect,
  .organisational-organigram g#Compliance_Function-2:hover > g rect ,
  .organisational-organigram g#Business_functional_heads_management_committees-1:hover >  rect {
      cursor: pointer;
      fill: #f12938;
  }
  .organisational-organigram svg g#Board_of_Directors-3 text, 
  .organisational-organigram svg  g#Cheif_Executive_Officer text,
  .organisational-organigram svg g#COO-3 text,
  .organisational-organigram svg g#Chief_Risk_Officer-3 text,
  .organisational-organigram svg g#Board_Audit_Committee-2 text,
  .organisational-organigram svg g#Board_Risk_Management_Committee-2 text,
  .organisational-organigram svg g#Board_Credit_Committee-2 text,
  .organisational-organigram svg g#Board_Strategy_Committee-2 text,
  .organisational-organigram svg g#Nomination_Remuneration_Committee text,
  .organisational-organigram svg g#Conduct_Review_corporate_Governance_Committee-2 text,
  .organisational-organigram svg g#company_secretary-2 text,
  .organisational-organigram svg g#Internal_Audit_Function-2 text,
  .organisational-organigram svg g#Administrative_staff_Compensation_Committee-2 text,
  .organisational-organigram svg g#ALCO-2 text ,
  .organisational-organigram svg g#Compliance_Function-2 text,
  .organisational-organigram g#Business_functional_heads_management_committees-1{
      cursor: pointer;
  }
  .related-links-holder {
      border-top: 1px solid #f12938;
      padding-top: 20px;
  }
  .related-links-popup .related-links-container h3 {
      margin: 0;
  }
  .related-links-popup .related-links-btn a {
      padding: 16px 40px 16px 10px;
      font-size: 12px;
  }
  .related-links-intro-content ul li {
      color: #828a8f;
  }
  .related-links-holder > .row {
      margin: 0 auto;
      width: 93%;
  }
  .related-links-container {
      background: #ffffff;
  }
  .related-links-container .related-links-container {
      margin: 0 auto;
      width: 91%;
  }
  .organigram-popup-cs .member-profile-wrapper {
      height: initial !important;
  }
  .organigram-popup-bod .bod-popup-wrapper {
      position: relative;
  }
  .organigram-popup .related-links-popup .related-links-popup-wrapper {
      border-top: 1px solid #f12938;
      padding-top: 30px;
      margin: 0 auto;
      width: 89%;
  }
  /*.organigram-popup .related-links-popup {
  }*/
  #Rectangle_5_copy_27 ~ path.cls-5 {
      display: none;
  }
  
  #Rectangle_5_copy_27 ~ path.cls-5 ~ polygon {
      display: none;
  }
  .related-links-intro-content .second-part-wrapper ul {
      padding-left: 10px;
  }
  .related-links-intro-content ul li:before {
      background: #f12938;
      position: absolute;
      border-radius: 50%;
      margin: inherit;
      display: block;
      height: 10px;
      content: '';
      width: 10px;
      left: -10px;
      top: 4px;
  }
  
  /*committee board*/
  .committee-member-wrapper .complete-profile-btn {
      text-align: center;
      padding-top: 10px;
      margin: 0;
  }
  .committee-member-wrapper .member-profile-wrapper {
      padding: 15px;
  }
  .committee-member-wrapper .member-profile-wrapper .profile-intro-wrapper {
      position: inherit;
      display: table;
      height: 110px;
      bottom: 0;
  }
  .committee-member-wrapper .row {
      min-height: 110px;
  }
  .committee-member-wrapper .profile-img {
      display: table;
      height: 110px;
  }
  .committee-member-wrapper .profile-img {
      vertical-align: middle;
      display: table-cell;
  }
  .committee-member-wrapper .complete-profile-btn {
      padding-bottom: 0;
  }
  .valign {
      vertical-align: middle;
      display: table-cell;
  }
  
  
  /*TARIFF TABLEPRESS*/
  .table-charges-commission {
      padding: 130px 100px 70px 100px;
      background: #ffffff;
  }
  .charges-commission td.column-2 {
      position: relative;	
      width: 15%;
  }
  .charges-commission tr th.row-1 {
      background-color: #ededed !important;
  }
  .tablepress.charges-commission thead th,
  .tablepress.tariffs-commissions-internationale thead th {
      background-color: #ededed !important;
      font: 24px "roboto bold";
      color: #000000;
  }
  
  
  .charges-commission .row-1 th.column-5 {
      width: 5%;
  }
  .charges-commission td.column-1 {
      color: #f12938;
  }
  .charges-commission td {
      color: #000000;
  }
  .charges-commission .column-2:before {
      background: #f12937;
      position: absolute;
      display: block;
      content: '';
      left: -15px;
      height: 8px;
      width: 8px;
      top: 15px;
  }
  .tablepress .even td {
      background-color: #f9f9f9 !important;
  }
  .tablepress .odd td {
      background-color: #ffffff !important;
  }
  .charges-commission td strong {
      color: #f12937 !important;
  }
  /**/
  .tariffs-commissions-internationale .row-2 td {
      font: 24px "roboto bold";
      text-align: center;
      color: #000000;
  }
  .tariffs-commissions-internationale .row-14 .column-3 br {
      display: none;
  }
  .tariffs-commissions-internationale td {
      font-size: 14px;
      line-height: 20px;
  }
  .tariffs-commissions-internationale td.column-1 {
      width: 40%;
  }
  .tariffs-commissions-internationale td {
      padding: 13px 10px !important;
  }
  .tariffs-commissions-internationale .row-14 .column-3 table tbody td {
      border-top: 0;
  }
  .tariffs-commissions-internationale td.column-2 {
      width: 20%;
  }
  
  
  .page-id-14476 .main-content {
      height: inherit !important;
  }
  
  @media only screen and (max-width:720px) {
      .member-profile-wrapper .profile-intro-wrapper {
          position: initial;
          margin-top: 15px;
      }
      .bod-popup-wrapper {
          width: 76%;
      }
      .popup-header-wrapper h1 {
          font-size: 15px;
      }
      .organisational-organigram {
          width: 65%;
      }
      .bod-popup-wrapper {
          margin: 50px 65px 00;
      }
      .corporate-governance-header {
          margin: 120px 10px 0;
      }
      .corporate-governance {
          box-sizing: content-box;
          padding-right: 17px;
          overflow-y: scroll;
          width: 100%;
      }
      .complete-profile-btn {
          text-align: center;
      }
      .related-links-intro-content .second-part-wrapper ul {
          width: 100%;
      }
      
      
  }
  @media only screen and (max-width: 767px) {
      /*new ib login*/
      .product-box {
          margin: 0 auto 20px;
          height: 80vw;
          width: 80vw;
      }
      /*.products-holder .col-md-4:nth-child(5) .product-box {
          height: inherit;
          width: inherit;
          margin: 0;
      }*/
      /*.products-holder .col-md-4:nth-child(5) .product-box .button-wrapper {
          position: inherit;
          right: 0;
      }
      
      .products-holder .col-md-4:nth-child(5) .product-box .button-wrapper button {
          display: block;
          margin: 0 auto;
          height: 80px;
          width: 94%;
      }*/
      .product-box .button-wrapper button {
          margin-bottom: 10px;
      }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .product-box {
          height: 28vw;
          width: 28vw;
      }
      .product-box .button-wrapper button {
          margin-bottom: 5px;
      }
      .product-box .button-wrapper button a {
          font-size: 13px;
      }
  }
  @media only screen and (min-width: 800px) and (max-width: 1200px) {
      .product-box {
          height: 20vw;
          width: 20vw;
     }
  }
  
  /**ARUSHY**/
  /** Form Download **/
  .form-download-page-wrapper {
      background: #ffffff;   
  }
  .form-download-wrapper {
      margin: 0 auto;
      background:#ffffff;
      padding-top: 88px ;
  }
  .form-download-title h1{
      font-family: "Roboto Regular", Arial;
      padding-bottom: 26px;
      font-weight: 700;
      padding-left:50px;
      font-size: 30px;
  }
  .second-part-form-download{
      width: 100% ;
      background: #f6f7f7;
      
  }
  .second-form-wrapper {
      padding: 50px;
      margin: auto 0px;
      width: 91%;
  }
  .second-form-wrapper h4 {
      font: 28px "Roboto Light", Arial;
      margin: 30px 0 15px;
      text-transform: none;
      color: #9cb1ce;
      font-weight: 700;
      margin-bottom: 58px;
  }
  .form-download-list {
      margin-top: 11px;
      margin: 0 auto;
      padding: 0;
  }
  .form-download-item {	
      list-style-type: none;
  }
  .form-download-row-title h5{
      font: 18px "Roboto Medium", Arial;
      color: #000000;
  }
  .second-form-wrapper h5:hover {
      color: #f12938;
  }
  
  .download_form_button{
      background: #f12938 !important;
      text-transform: uppercase;
      padding: 10px 0 10px 25px;
      color: #fff !important;
      margin-bottom: 25px;
      position: relative;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
      height: 40px;
      border: none;
      width: 40px;
  }
  button.download_form_button:before {
      transform: rotate(-45deg);
      left: 16px;
  }
  button.download_form_button:after {
      transform: rotate(45deg);
      right: 16px;
  }
  button.download_form_button:after, button.download_form_button:before {
      background: #ffffff;
      position: absolute;
      height: 10px;
      margin: auto;
      content: '';
      width: 2px;
      bottom: 0;
      top: 2px;
  }
  
  .form-download-icon {
      padding: 6px 14px;
      background: #f12938;
      font-size: 24px;
      color: white;
  }
  
  .security-services-container {
      background: #f6f7f7 !important;
  }
  
  .container-security-services {
      margin-top: 50px;
  }
  
  /**** AFTAAB SINGLE IB LOGIN ******/
  /*.product-box {
      width: 40vh !important;
      height: 40vh !important;
      object-fit: cover !important;
  }
  .product-box .button-wrapper {
      position: absolute;
      right: -9% !important;
      bottom: -10% !important;
  }
  .product-box {
      object-fit: cover !important;
      background-size: cover;
  }
  .button-wrapper button a {
      font-size: 10px !important;
      text-align: center !important;
      padding-left: 20px !important;
      height: 20px !important;
  }
  .product-box .button-wrapper button {
      width: 80% !important;
  }
  .products-holder { 
      height: 30vh !important;
  }
  
  @media screen and (max-width: 768px){
      .products-holder {
      height: 121vh !important;
  }
  }*/
  
  
   /**** Aftaab Securities Services Form ****/
  .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap input , .wpcf7-form-control-wrap select {
      color: #333;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      text-indent: 5px;
      background-color: #9cb1ce !important;
      width: 40%;
      margin: 0 auto;
    padding: 7px 10px 7px 10px;
  }
  .security-services-container .social-bloc {
      padding-left: 18%;
      overflow: hidden;
  }
  .security-services-container .social-bloc i {
      margin-right: 25px;
  }
  .security-services-container .social-item {
    padding-left: 0 !important;
  }
  h1.securities-header {
    font-family: "Robot Regular", Arial;
    text-transform: capitalize;
    padding-bottom: 50px;
    background: #ffffff;
    padding-left: 4.5%;
    padding-top: 75px;
    font-weight: 700;
    font-size: 48px;
  }
  .security-services div[role="form"] {
    width: 91%;
    margin: 0 auto;
  }
  
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
      padding: 10px;
      background-image: url("https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png");
      background-size: 36px;
      background-repeat: no-repeat;
      background-position: 100% -2px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      line-height: 1.1;
    } 
  .security-services .contact h1 {
      font: 33px Roboto Light, "Roboto Light", Arial;
      text-transform: none;
      margin-bottom: 30px;
      padding-left: 18%;
      color: #9cb1ce;
  }
  .page-id-17833 .contact {
      position: absolute;
      right: 0px;
      top: 210px;
  }
  .security-services .contact i {
    background-size: contain !important;
    margin-top: 15px;
  }
  .security-services .contact .social-bloc i {
    background-size: inherit !important;
  }
  
    .page-id-17833 .corporate-governance h1 {
      padding-left: 20%;
      font: 33px Roboto Light, "Roboto Light", Arial;
      color: #9cb1ce;
      text-transform: none;
      margin-bottom: 30px;
  }
  
    .page-id-17833 .social-item {
      float: left;
      padding-left: 15%;
  }
  .page-id-17833 input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 58px !important;
    color: #fff !important;
    background: #f12938 !important;
    background-image: url(https://bankone.mu/wp-content/themes/Bankone/images/right-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 50% !important;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #ccc;
    padding: 12px 18px;
    font-size: 16px; 
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    height: 40px;
    margin-bottom: 25px;
  }
  .page-id-17833 .contact p {
    line-height: 15px;
    padding-bottom: 0 !important;
  }
  
  .page-id-17833 i.home {
    background: url(https://bankone.mu/wp-content/themes/Bankone/images/home-contact.png) no-repeat;
  }
  
  .page-id-17833 i.telephone {
    background: url(https://bankone.mu/wp-content/themes/Bankone/images/tel.png) no-repeat;
  }
  
  .page-id-17833 i.marker {
    background: url(https://bankone.mu/wp-content/themes/Bankone/images/marker-contact.png) no-repeat;
  }
  .page-id-17833 .text-with-icon{
    padding-left: 15%;
  }
  
  
  
  /* Arushy - downloads- terms and condition */
  /* .terms-download {
    padding-top: 150px;
  } */
  /* li.form-download-item:last-child {
    padding-bottom: 144px;
  } */
 
  .terms-download p {
    color: #9cb1ce;
    font: 20px "Roboto Light", Arial;
    font-weight: 700;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-left: 15px;
    text-transform: none;
    cursor: pointer;
    width: 80%;
  }
  
  .terms-download i.fa.fa-chevron-down {
    width: 20%;
    margin: 15px 0;
    font-size: 20px;
    color: #f12938;
  }
  .terms-download {
    display: flex;
    justify-content: flex-start;
  }
  /* .terms-download[aria-expanded="true"] i.fa.fa-chevron-down{
   display: none;
  } */
  
  
  /** elite **/
  /* elite */
.metiers-title p {
  font-size: 14px;
  margin-left: 65px;
  padding-top: 9px;
  font-weight: 500;
   line-height: 1;
}
.elite-details .row.m-b {
  min-height: auto ;
}
.elite-content-text .metiers-title[aria-expanded="false"] {
  background-size: inherit;
  height: 40px;
  background-position-y: 8px;
  background-color: #565f6d;
  width: 100%;
  margin-bottom: 0;
}
.elite-content-text .content {
  margin: 15px;
}
.elite-banking-section .slick-list.draggable {
  height: 100% !important;
}

.elite-text-container .links-elite {
  max-width: 90%;
  margin: 0 auto;
}

.elite-text-container .links-container {
  display: flex;
  max-width: 50%;
  margin: 0 auto;
}
.elite-text-container .elite-box-link {
  margin: 0 auto;
  width: 100%;
  position: relative; 
}

.elite-text-container .elite-box-link img {
  margin: 0 auto;
}
.elite-box-link p.uppercase {
  max-width: 70%;
  font-size: 12px;
  text-align: center;
  margin: 0 15px ;
}
.elite-box-link .text-link img.arrow-bank {
  width: 30px;
  height: 30px;
}

.elite-box-link .text-link {
  display: flex;
   margin-top:10px;
}
.links-container a {
  padding-right: 35px;
}
.links-elite a:hover .elite-box-link p.uppercase {
  color: #f12938;
}
  

  /** new elite **/
.elite-container {
  margin-left: 0 !important;
  margin-right: 0 !important;

}
.elite-text {
  position: absolute;
  margin: 0 auto;
  float: left;
  padding: 0;
  z-index: 4;
  width: 90%;
  right: 0;
  left: 0;
}

.elite-text h1 {
  font-size: 48px;
  font-family: "Roboto Bold", Arial;
 }
 .elite-text p {
  font-weight: 300;
  font-size: 20px;
}
.elitesection .actu5 {
  margin-bottom: -6px;
  height: 900px;
}
.elitesection {
  padding-top: 64px;
}
.elite-bg .mask-black {
  background: #000000;
  opacity: 0.6;
}
.elite-bg .mask-white {
  opacity: 0.2;
}
.elite-more {
  position: absolute;
  width: 100%;  
  height: 320px;
  bottom: 0;  
  z-index: 4;
}

.elite-more .elite-details h1 {
  color: #9CB1CE;
  font-family: 'Roboto Regular';
  font-size: 27px;
  line-height: 1;
  opacity: 2;
  z-index: 3;
  padding-top: 10px;
  /* margin-left: 108px; */
  padding-bottom: 5px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.elite-more .elite-details p {
  opacity: 3.3;
  color: #F7F7F7;
  z-index: 4;
  padding-top: 10px;
  font-size: 16px;
}
.elite-details h6 {
  margin-left: 108px;
  color: #F7F7F7;
  font-family: "Roboto Regular";
}
.elite-content {
  display: table;
}
.elite-content h6 ~ p {
  display: none;
}
.elite-col-left,
.elite-col-right,
.elite-content {
    height: 100%;
}

.elite-more  .elite-details ul {
  -moz-column-count: 2;
  -moz-column-gap: 5px;
  -webkit-column-count: 2;
  -webkit-column-gap: 5px;
  column-count: 2;
  column-gap: 5px;
  /* margin-left: 108px; */
  /* margin-bottom: -14px; */
}
.elite-more .elite-details ul>li {
  opacity: 3.3;
  font-size: 16px;
  color: #F7F7F7;
  padding: 5px 20px 0 0;
  z-index: 4;
  font-family: "Roboto Regular";
}
.elite-details {
  z-index: 4;
  width: 90%;
  margin: 0 auto;
  height: 290px;
}
.mask-white {
  background: #ffffff;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0.4;
  position: absolute;
}
.elite-details .row {
  height: 80%;
}
.im-interested {
  position: relative;
  height: 100%;
}
.elite-more .im-interested a.button-actu.btn-red {
    position: absolute;
    bottom: 0;
    width: 245px;
    height: 48px;
    text-transform: uppercase;
    padding: 12px 0 0 30px;
    color: #fff;
    z-index: 3;
    background-image: url(images/btn-red-rigth.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    font-size: 19px;
    top: 0;
    margin: auto;
}
.elite-more .im-interested a.button-actu.btn-red::after {
  display: block;
  width: 10px;
  height: 15px;
  background:red;
}
.elitesection button.slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  opacity: 0.7;
  background: url(images/left-arrow-03.png) no-repeat;
}
.elitesection button.slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  opacity: 0.7;
  background: url(images/left-arrow-03.png) no-repeat;
  transform: rotate(180deg);
}
.elitesection button.slick-arrow:focus {
  outline: none;
}
@media only screen and (max-width: 767px) { 
  .elitesection .actu5 {
    margin-bottom: 0;
    height: 43vh !important;
  }
  .elite-text {
    margin-left: 16px;
  }
  .elite-text h1 {    
    font-size: 30px !important;
  }
  .elitesection {
    padding-top: 100px;
    background: #ffffff;
  }
  .elite-text p {
    font-size: 14px !important;
  }
  .elitesection button.slick-prev.slick-arrow {
    top: -141px;
    left: 0px;
  }
  .elitesection button.slick-next.slick-arrow {
    top: -141px;
    right: 0px;
  }
  .elite-more {
    position: relative;
    height: 320px;
    background: #ffffff; 
  }
  .elite-more .elite-details h1 {
    font-size: 20px !important;
    line-height: 1;
    margin-left: 16px;
    padding-left: 0;
  }
  .elite-more .elite-details p{
    color: #000000;
    margin-left: 16px;
    font-size: 15px !important;
  }
  .elite-more  .elite-details h6 {
    margin-bottom: 0;
  }
  .elite-more  .elite-details ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0x;
    column-count: 1;
    column-gap: 5px;
    margin-left: 16px;
  }
  .mask-white{
    display: none;
  }
  .elite-more .im-interested a.button-actu.btn-red{
    position: relative;
    top: 0;
    color: #ffffff;
    font-size: 15px !important;
    width: 192px;
    height: 41px;

  }
  .elite-more .elite-details ul>li {
    font-size: 16px !important;
    color: #333;
    margin-left: 0;
    padding-right: 0;
    

  }
  .elitesection button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 42%;
    top: 0;
  }
  .elitesection button.slick-next.slick-arrow {
    position: absolute;
    bottom: 42%;
    top: 0;
  
  }
  .im-interested.col-md-4.col-6 {
    background: #f12938;
    margin-bottom:5px !important;
  }
  
}

@media only screen and (min-width: 768px)and (max-width: 1023px) { 
  .elitesection {
    padding-top: 100px;
  }
  .elite-text {
    margin-left: 30px;
  }
  .elite-text h1 {    
    font-size: 44px !important;
  }
  .elitesection {
    padding-top: 100px;
    background: #ffffff;
  }
  .elite-text p {
    font-size: 14px;
  }
  .elite-more .elite-details h1 {
    padding-top: 2px;
    margin-left: 30px;
    font-size: 30px !important;
  }
  .elite-more .elite-details p {
    margin-left: 30px;
    font-size: 17px;    
    padding-top: 6px;    
    color: #000000;
  }
  .elite-more {
    position: relative;
    width: 100%;
  }
  .mask-white{
    display: none;
  }  
  .elite-more .elite-details ul {
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
    margin-left: 108px;
    margin-bottom: -14px;
    margin-top: -30px;
    padding-left: 25px;
  }
  .elite-more .elite-details ul>li{
    color: #000000;
  }
  .elite-details h6 {
    margin-left: 30px;
    color: #000000;
    font-family: "Roboto Regular";
  }
  .elite-more .im-interested a.button-actu.btn-red{
    position: relative;
    top: 0;
    color: #ffffff;
    font-size: 16px;
    width: 192px;
    height: 41px;

  }
  .im-interested.col-md-4.col-6 {
    background: #f12938; 
    margin-bottom:5px !important;
  }

  /* Eshna - IB Changes */
  .ib-login-btn .button-wrapper {
    padding-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .ib-login-btn .button-wrapper a:first-child {
    margin-right: 20px;
  }
  .ib-login-btn .button-wrapper a {
    font-size: 14px;
  }
  .products-holder {
    margin: 0 auto;
  }
  .products-holder-title {
    margin: 0 auto 20px auto !important;
  }
  .product-box {
    height: 26vw;
    width: 26vw;
  }

}
@media only screen and  (max-width: 1024px)  {
  .elite-text {    
    margin-left: 20px;
  }
  .elite-text h1 {
    font-size: 38px;
    margin-top: 45px;
  }
  .elite-more .elite-details h1{
    margin-left: 20px;
    color: #9CB1CE;
    font-size: 26px;    
    padding-top: 1px;
  }
  .elite-details .col-12 {
      width: 100%;
  }
  .elite-more{
    height: 23vh !important;
  }
  .elite-more .elite-details p{
    margin-left: 20px;
    font-size: 14px !important;
    padding-top: 0px;
  }
  .elite-more .elite-details ul{
    margin-left: 20px;
    margin-top: 0 !important;
  }
  .elite-more .elite-details ul>li {
    font-size: 14px;
  }
  .elite-more .im-interested a.button-actu.btn-red{
    top: 0;
    width: 215px;
    height: 41px;
    font-size: 17px;
  }
  .im-interested.col-md-4.col-6 {
    float: right;
   
  }
  
}
@media only screen and (min-width:1024px)  and  (max-width: 1440px)  {
  
  .elite-text h1 {
    font-size: 38px;
    margin-top: 45px;
  }
  .elite-more .elite-details ul {
    -moz-column-count: 2;
    -moz-column-gap: 3px;
    -webkit-column-count: 2;
    -webkit-column-gap: 3px;
    padding-left: 15px;
    margin-top: -10px;
    column-count: 2;
    column-gap: 3px;
}
  /* .
  .elite-more .elite-details ul{
    margin-left: 20px;
  }
  .elite-more .elite-details ul>li {
    font-size: 15px;
  }
  .elite-more .im-interested a.button-actu.btn-red{
    top: 0;
    width: 215px;
    height: 41px;
    font-size: 17px;
  } */
  .im-interested.col-md-4.col-6 {
    float: right;
  }
}

  /** help center -- arushy **/
  .video-title-header h1 {
    font: 28px "Roboto Light", Arial;
    margin-bottom: 30px;
    text-transform: none;
    color: #9cb1ce;
  }
  .btn-bank-help {
    margin-bottom: 17px !important;
  }
  a.btn-slider.btn-popup.btn-bank-help {
    width: 271px;
    font: 18px "Roboto bold", Arial;
  }
  .help-centre-video .video-title {
    background: #ffffff;
    margin-top: -5px;
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .year-filter {
    margin-bottom: 40px;
  }
  ul.horizontal-list  {
    list-style: none;
    margin-bottom: 30px;
      min-width: 700px;
    text-align: center;  
    display: flex;
    justify-content: center;
    align-items: center;
    }  
    /* ul.horizontal-list li a>span.border {
      display: none;
    } */
  .horizontal-list li {
      background-color: #7a7a7a;
      color: #ffffff;    
      display: inline;
      font-size: 20px;
      font-weight: 300;
      margin-right: 11px;
      padding: 5px 25px 5px 25px;
      text-transform: uppercase;
  }
  .horizontal-list li:hover, .horizontal-list li:active, .horizontal-list li:focus{
      background-color: #f12938;
      cursor: pointer;
  }
  .horizontal-list li.active {
      background-color: #f12938;
  }
  .help-center-expand img {
    float: right;
  }
  .no-banner .video-title-header h2 {
    font: 20px "Roboto Bold", Arial;
    margin-top: 0;
  }
  
  .title-faq-help-desk .faq-button{
    margin-bottom: 40px;
    margin-left: 0%;
    padding-bottom: 40px;
    text-align: left;
    width: 100%;
  }
  .title-help .help-button{
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 20px;
    text-align: right;
    width: 90%;
  }
  
  .title-faq-help-desk .faq-button a,
  .title-help .help-button a {  
    background: #f12938;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 50px 15px 15px;
    position: relative;
    text-transform: uppercase;
    transition: 0.3s ease-in-out; 
  }
  .title-faq-help-desk .faq-button a:before,
  .title-help .help-button a:before {
    background: #ffffff;
    content: '';
    height: 15px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    top: 13px;
    transform: rotate(-45deg);
    width: 1px;
  }
  .title-faq-help-desk .faq-button a:after,
  .title-help .help-button a:after {
    background: #ffffff;
    bottom: 10px;
    content: '';
    height: 15px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    width: 1px;
  }
  
  .title-faq-help-desk .faq-button a:hover,
  .title-help .help-button a:hover {
    color: #f12938;
    background: #e1e1e1;
  }
  .video-gallery-container .col-lg-12.justify {
    margin-bottom: -40px;
  }
  .faq-video-container {
    padding-top: 2px;
    padding-left: 92px;
  }
  .faq-video-btn .button-wrapper a {
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    background: #f12938;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
  }
  
  .faq-video-btn .button-wrapper a:before {
    background: #ffffff;
    position: absolute;
    opacity: 1.5;
    height: 15px;
    right: 24px;
    content: '';
    width: 1px;
    top: 20px;
    transform: rotate(-45deg);
  }
  .faq-video-btn .button-wrapper a:after {
    background: #ffffff;
    position: absolute;
    opacity: 1.5;
    bottom: 17px;
    height: 15px;
    content: '';
    right: 13px;
    width: 1px;
    transform: rotate(45deg);
  }
  .faq-list-tab .button-wrapper a {
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    background: #f12938;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .white-footer-bg .faq-list-tab {  
    margin-top: 36px;
    padding: 0 55px 0 80px;
  }
  .faq-list-tab .button-wrapper a:before {
    background: #ffffff;
    position: absolute;
    opacity: 1.5;
    height: 15px;
    right: 24px;
    content: '';
    width: 1px;
    top: 18px;
    transform: rotate(45deg);
  }
  .faq-list-tab .button-wrapper a:after {
    background: #ffffff;
    position: absolute;
    opacity: 1.5;
    transform: rotate(-45deg);
    bottom: 17px;
    height: 15px;
    content: '';
    right: 13px;
    width: 1px;
  }
  
  .help-centre-video-list ul li a.button-actu {
    color: #000;
  }
  
  .video-hc-container .video-gallery-wrapper {
    width: 100%;
  }
  
  .faq-questions h1 {
      margin: 0px 55px 55px 55px;
      font: 28px "Roboto Light", Arial;
      text-transform: none;
      margin-bottom: 30px;
      color: #9cb1ce;
  }
  .video-link-red span.button-white {
    background-image: url(images/btn-red-rigth.png);
    bottom: 0;
    color: #000000;
    cursor: pointer;
    font: 18px "Roboto Regular", Arial;
    height: 35px;
    padding-top: 7px;
    position: relative;
    right: 0;
    width: 440px;
  }
  a.video-link-red:hover span.button-white {
    color: #f12938;
  }
  .help-faqs-container {
    padding-top: 21px;
  }
  .faq-tabs-list-container {
    background: #a1a5a721;
    padding-top: 15px;
  }
  
  /* helpcentre -  user guide */
  .user-guide-container {
    background: #ffffff;
  }
  
  .no-banner.rapport .user-guide-container .white-back-content {
    margin-top: 0; 
    padding: 30px 0 30px;
    background: #f3f3f4;
  }
  .user-guide-container .alliance-col {
    background: #ffffff;
  }
  a.btn-apply-link.internet-banking-user-guide-flipbook-fr {
    left: 2px;
  }
  
  /**Tabs style **/
  .faq-list .list-group-item.active,
  .faq-list .list-group-item.active:hover {
    background-image: linear-gradient(to bottom,#f12938 0,#f12938 100%);
    background-repeat: repeat-x;
    border-color: #f12938;
    text-shadow: 0 -1px 0 #f12938;
  }
  
  ul.faq-list li.list-group-item {
    background-color: #7a7a7a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    margin-right: 11px;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase;
  }
  ul.faq-list li.list-group-item:last-child {
    margin-right: 0;
  }
  
  
  
  .type-filter.row.col-md-12.table {
    display: table;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0 ;
    width: 100%;
  }
  
  .video-hc .list-group-item.active,
  .video-hc .list-group-item.active:hover {
    background-image: linear-gradient(to bottom,#f12938 0,#f12938 100%);
    background-repeat: repeat-x;
    border-color: #f12938;
    text-shadow: 0 -1px 0 #f12938;
  }
  
  ul.video-hc li.list-group-item {
    background-color: #7a7a7a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    margin-right: 11px;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase;
  }
  ul.video-hc li.list-group-item:last-child {
    margin-right: 0;
  }
  
  div#video-container{
    width: 100%;
    margin: auto 0;
    padding-left: 7%;  
    padding-bottom: 25px;
  }
  .video-hc-container div#video-container .row {
    width: 91%;
  }
  
  .year-filter.row.col-md-12.table {
    display: table;
    margin:0 auto 45px auto;  
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
    
  }
  
  .white-footer-bg.clearfix {
    height: 100px;
  }
  .white-footer-bg .faq-video-btn {
    margin-top: 36px;
    padding: 0 55px 0 55px;
  }
  ul.faq-list.list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  ul.video-hc.list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  li.filter.list-group-item:hover {
    background-color: #f12938 !important;
  }
  .video-link-red span.button-white:hover {
      padding-left: 0;
      -moz-transition-duration: 0;
      -webkit-transition-duration: 0s;
      -o-transition-duration: 0;
      transition-duration: 0s;
  }
  .help-centre-video-list li:hover {
    padding-left: 5px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  @media only screen and (min-width: 320px) and (max-width:767px){
    .faq-questions h1 {
      font-size: 25px;
      margin: 5px 0 5px 6px !important;
    }
    
    ul.faq-list li.list-group-item{
      width: 100% !important;
      font-size: 17px;
    }
    .faq-content h3 {
      font-size: 15px;
    }
    .tutorials-title h2 {
      padding: 6px 0 !important;
      font-size: 28px;
    }
    ul.video-hc.list-group {
      padding-left: 15px;
    }
    .video-hc-container div#video-container .row {
      width: 100%;
  }
   
    ul.video-hc li.filter.list-group-item {
      width: 100%;
      text-align: center;
      font-size: 17px;
    }
    .video-hc-container .other-videos-iframe {
      width: 100%;
    }
    .video-hc-container .container-fluid {
      padding: 0;
    }
    .col-md-6.col-xs-12.help-centre-video-list {
      padding-left: 24px !important;
    }
    .help-centre-video-list h2 {
      font-size: 22px;
    }
    .help-centre-video-list ul li {
      margin-top: 20px;
    }
    .video-link-red span.button-white {
      font-size: 15px;
      width: auto;
      padding-right: 40px;
    }
    .col-md-6 .other-videos-wrapper iframe {
        height: 243px;
    }
    .white-footer-bg .faq-video-btn,.white-footer-bg .faq-list-tab {
      margin-top: 36px;
      padding: 0 5px 0 5px !important;
    }
    .faq-video-btn .button-wrapper a,.faq-list-tab .button-wrapper a{
      font-size: 14px; 
    }
    .faq-video-btn .button-wrapper a:before {
      top: 18px;
    }
    .faq-video-btn .button-wrapper a:after {
      bottom: 15px;
    }
    .faq-list-tab .button-wrapper a:before {
      top: 16px;
    }

    /* Eshna - IB Changes */
    .ib-login-btn .button-wrapper a:first-child {
      margin-bottom: 15px;
      margin-right: 0;
    }
    .ib-login-btn .button-wrapper {
      flex-direction: column;
      padding-bottom: 25px;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      width: 80%;
    }
    .products-wrapper {
      padding-bottom: 50px;
      padding-top: 100px;
    }
    .ib-login-btn .button-wrapper a {
      padding: 12px 50px 12px 25px;
      text-align: left;
      font-size: 15px;
    }
    .products-holder {
      margin: 0 auto;
    }
    .products-holder-title {
      margin: 0 auto 20px auto !important;
    }
    .products-holder-title p {
      text-align: center;
      line-height: 26px;
      font-size: 18px;
    }

  }
  @media only screen and (max-width:768px){
    .faq-questions h1{
      margin: 19px 5px;
    }
    ul.faq-list li.list-group-item{
        width: 100% !important;
    } 
    li.filter.list-group-item:last-child {
        margin-right: 0;
    }
    
    .tutorials-title h2 {
      padding: 22px 0;
    } 
    
    .video-hc-container .other-videos-iframe {
      width: 100%;
    }
    .video-hc-container .container-fluid {
      padding: 0;
    }
    .col-md-6.col-xs-12.help-centre-video-list {
      padding-left: 24px !important;
    }
    .video-link-red span.button-white{
      width: auto;
    }
    .white-footer-bg .faq-video-btn {
      padding: 0 55px 31px 23px;
    }
    .video-hc-container div#video-container .row {
      width: 100%;
    }
  }
  
  
  @media only screen and (max-width:1024px) {
    ul.faq-list li.list-group-item{
      width: 28%;
      font-size: 19px;
    } 
    li.filter.list-group-item:last-child {
        margin-right: 0;
    }
    ul.faq-list.list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
     padding-left: 5px;
    }
    .help-faqs-container .faq-title h1 {
      margin: 15px auto;
    }
    .faq-list-tab {
      padding-left: 38px !important;
    }
    
    .help-centre-video {
      width: 100% !important;
    }
    .col-md-6.col-xs-12.help-centre-video-list {
      padding-left: 22px !important;
    }
    .help-centre-video-list {
      width: 100% !important;
    }
    .video-link-red span.button-white {
      width: auto;
    }
    .white-footer-bg .faq-video-btn {
      margin-top: 36px;
      padding: 0 55px 30px 40px;
    }   
    .faq-questions .col-md-7 {
      width: 100% !important;
    }
  }
  
  @media only screen and (min-width:1025px) and (max-width: 1440px){
     .white-footer-bg .faq-video-btn {
      padding: 0 55px 34px 55px;
    }
    .faq-list-tab {
      padding-left: 53px !important;
    }
  
  }
  
  
  .elite-more .im-interested a.button-actu.btn-red::after {
  display: block;
  width: 10px;
  height: 15px;
  background:red;
  }
  
  /** mobile-banking **/
  .storebtn {
    float: left;
    width: 215px;
    margin-left: -15px;
  }
  .disclaimer-text-securities {
    color: #828a8f;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    margin-top: 35px;
  }
  
  .mobile-banking-p-title {
    margin-top: 31px;
    font-weight: 400;
    font-size: 18px;
  }
  
  .faq-list li a:hover{
    color: #ffffff;
  }
  
  .col-md-6.col-xs-12.help-centre-video-list {
    padding-left: 60px;
  }
  .help-centre-video-list ul {
    list-style: none;
    font-size: 20px;
    padding-inline-start: 0px !important;
  }
  /** IB Logout - Laetitia **/
  
  .logout-title-header {
    border-top: 2px solid red;
    margin-bottom: 40px;
    width: 96.3%;
    padding-top: 25px;
    margin-top: 22px;
  }
  
  img.img-banner-logout {
    max-width: 100%;
  }
  
  
  
  .logout_products_wrapper img {
    width: 100%;
  }
  
  .white-back-content.top-content {
    padding-bottom: 0;
  }
  
  .white-back-content.bottom-content {
    margin-top: 40px !important;
  }
  
  .ib-login-button .button-wrapper {
    padding-bottom: 25px;
    text-align: right;
    margin-left: 7%;
    width: 88.3%;
  }
  
  .ib-login-button .button-wrapper a {
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    background: #f12938;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
  }
  
  .ib-login-button .button-wrapper a:before {
    background: #ffffff;
    position: absolute;
    opacity: 0.5;
    height: 15px;
    right: 15px;
    content: '';
    width: 1px;
    top: 12px;
    transform: rotate(-45deg);
  }
  
  .ib-login-button .button-wrapper a:after {
    background: #ffffff;
    position: absolute;
    opacity: 0.5;
    bottom: 11px;
    height: 15px;
    content: '';
    right: 15px;
    width: 1px;
    transform: rotate(45deg);
  }
  
  .row.banner-row {
    display: flex;
  }
  
  
  .btn-holder {
    height: 100%;
    display: table;
    /* max-width: 100%; */
    width: 100%;
  }
  
  /* .btn-wrapper img {
     padding: 12px 60px; 
  } */
  
  .btn-wrapper {
    margin: 0px auto 30px;
    max-width: 200px;
  }
  
  .btn-download-holder {
    display: table;
    width: 100%;
  }
  .btn-wrapper:last-child {
    margin-bottom: 0;
  }
  
  .btn-holder,
  .btn-download-holder {
    height: 100%;
  }
  
  .logout_products_wrapper button a {
      text-transform: uppercase;
      color: #fff !important;
      vertical-align: middle;
      display: table-cell;
      padding-right: 50px;
      padding-left: 10px;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
      
  }
  
  .logout_products_wrapper button {
      background: #f12938 !important;
      margin-top: -15%;
      position: relative;
      display: table;
      height: 40px;
      border: none;
      float:right;
      right: 8px;
  }
  
  @media only screen and (max-width: 766px) {
  .ib-login-button .button-wrapper {
    width: 85.3%;
  }
    .logout-title-header h1 {
      font-size: 25px !important;
    }
  
    .logout-title-header h4 {
      font-size: 15px !important;
    }
  
    .white-back-content.bottom-content {
      margin-top: 0 !important;
    }
  
    .no-banner.rapport.ib-logout .gray-back-content {
      padding: 22px 18px 0px 17px;
    }
  
    img.img-banner-logout {
      margin: auto 0px;
      width: 100%;
    }
  
    .logout_products_wrapper {
      padding-bottom: 20px;
    }
  
    .row.banner-row {
      display: block;
    }
    .btn-holder {
      display: block;
      width: 100%;
    }
  
    .btn-wrapper {
        width:48%;
        float:left;
    }
  
    .btn-holder .btn-wrapper:last-child {
      float:right;
    }
  
    .btn-download-holder {
      margin: 15px auto 0;
    }
  
    .logout_products_wrapper button a {
      text-transform: uppercase;
      color: #fff !important;
      vertical-align: middle;
      display: table-cell;
      padding-right:15px;
      padding-left: 10px;
    
      text-align: left;
      cursor: pointer;
      font-size: 14px;
      
  }
  
  .logout_products_wrapper button {
      background: #f12938 !important;
      margin-top: -10%;
      position: relative;
      display: table;
      height: 27px;
      border: none;
      float:right;
      right: 0;
  }
  }
  
  @media (max-width: 768px) {
    .logout-title-header h1 {
      font-size: 27px !important;
    }
      .logout-title-header h4 {
    font-size: 18px !important;
    }
    .logout_products_wrapper button a {
      padding-right:15px;
      padding-left: 10px;
      font-size: 13px 
    }
  
    .logout_products_wrapper button {
        margin-top: -10%;
        height: 22px;
        right: 0;
    }
  }
  
  @media only screen and (min-width: 767px) and (max-width: 1024px) {
    img.img-banner-logout {
      margin: auto -26px;
      width: 100%;
    }
    .logout_products_wrapper button a {
      padding-right:15px;
      padding-left: 10px;
      font-size: 12px;
      
  }
  
  .logout_products_wrapper button {
      margin-top: -10% !important;
      height: 20px !important;
      right: 0 !important;
  }
  
  }
  
  @media (max-width: 1024px) {
    .logout-title-header h1 {
        font-size: 25px !important;
      }
        .logout-title-header h4 {
      font-size: 17px !important;
    }
  }
  
  
  @media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .logout-title-header h1 {
        font-size: 25px !important;
      }
        .logout-title-header h4 {
      font-size: 18px !important;
    }
    img.img-banner-logout {
      width:100%
    }
  
  
  }
  
  @media only screen and (max-width: 1440px) {
    .logout_products_wrapper button {
        margin-top: -10%;
        height: 29px;
        right: 12px;
    }
  }
  /* 
  @media only screen and (min-width: 1201px) and (max-width: 1366px) {
    img.img-banner-logout {
      margin: auto 0px;
    }
    .download-button {
      padding: 35px 0px;
      margin: 0 auto;
    }
  }  */
  
  
  /* @media only screen and (min-width: 1367px) and (max-width: 2560px) {
    
    .download-button {
      padding: 66px 0;
      margin: 0 auto;
    }
    .btn-wrapper img {
      padding: 12px 61px;
      /*padding: 10px 40px;
    }
  } */
  
  /** correspondent settlement**/
  
  h1.uppercase.title-standard {
    border-bottom: 1px solid red;
    font: 28px "roboto bold";
    font-weight: 700;
    padding-bottom: 8px;
    padding-left: 20px;
    width: 95%;
  }
  table#tablepress-3 {
    width: 95%;
  }
  .tablepress-id-3 .column-2 {
    width: 37%;
  }
  .tablepress.correspondent-bank thead th {
    background-color: #ededed !important;
    color: #000000;
    font-family: "roboto bold";
    font-size: 20px ;
  }
  .tablepress .correspondent-bank tbody tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
  .table-correspondent .tablepress tr td {
    font-size: 15px;
    padding-left: 26px;
    text-align: left;
  }
  
  .table-correspondent .correspondent-bank thead tr th {
    line-height: 1.0;
    padding-left: 20px;
    text-align: left;
  }
  
  /**about us - videos **/
  .video-expand img {
    float: right !important;
  }
  .video-title {  
    margin-bottom: 21px;
    padding: 14px 0;  
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  
  /*** Aftaab ***/
  .white-back-content.container.clearfix {
    margin-left: 4%;
  }
  .faq-questions h1 {
    margin-left: 5% !important;
    margin-bottom: 40px!important;
  }
  .faq-content-holder .toggle-icon {
    bottom: 0;
    top: 4px;
  }
  .col-md-12.faq-questions {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  
  
  ul#video-filter {
    margin: 0 auto !important;
  }
   
  /**credit card **/
  a.link-credit-card {
    color: #f12938;
  }
  a.link-credit-card:hover {
    color: #9cb1ce;
  }
  
  /* financial information  */
  
  .bankone-text-financial {
    margin-left: 15px;
  }
  i.fas.fa-external-link-alt {
    margin-right: 5px;
    font-size: 19px;
    background: #f6f7f7;
    padding: 8px;
    border-radius: 16px;
  }
  
  i.fas.fa-file-download {
    margin-right: 10px;
    font-size: 19px;
    background: #f6f7f7;
    padding: 8px 10px;
    border-radius: 18px;
  }
  
  .button-ar-links {
    margin-top: 10px;
  }
  .button-ar-links a {
    color: #f12938 !important;
    font-size: 20px;
  }
  .button-ar-links .col-md-6 {
    width: auto;
  }
  .button-ar-links a:hover {
    color: #333333 !important; 
  }
  .image-ar-desktop img {
    width: 100%;
    position: inherit;
  }
  .white-content-title {
    height: auto !important;
    padding: 40px 55px 55px 55px;
  }
  .white-content-title .col-md-6 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .white-content-title h1.title-page.no-m-b {
    margin-left: 15px;
    margin-bottom: 10px !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .white-content-title {
      padding: 40px 35px 55px 25px;
    }
    .white-content-title h1.title-page.no-m-b {
      margin-left: 15px;
      margin-bottom: 19px !important;
      font-size: 28px !important;
    }
    .bankone-text-financial p {
      text-align: justify;
    }
    .button-ar-links .col-md-6 {
      float: left;
    }
  }
  @media only screen and (max-width: 1024px) and (orientation: landscape) {
    .button-ar-links .col-md-6 {
      width: 100%;
      padding-right: 0;
      margin-bottom: 5px;
    }
    .bankone-text-financial p {
      text-align: justify;
    }
    .rapport .item {
      width: 50%;
    }
  }
  
  /** Alliance Club **/
  .main-wrapper .alliance_club {
    overflow: hidden;
  }
  .alliance_club .gray-back-content.top-link.clearfix {
    padding: 20px 0;
  }
  .alliance_club .gray-back-content .alliance-link-container {
    max-width: 1114px;
    overflow: hidden;
    margin: 0 auto;
  }
  .alliance-link-wrapper {
    display: table;
    float: left;
  }
  .alliance-link-wrapper {
    margin: 0 5px;
  }
  .alliance-link-wrapper:first-child,
  .alliance-link-wrapper:last-child {
    margin: 0 5px;
  }
  .alliance-link-wrapper:last-child {
    float: right;
  }
  .alliance-link-wrapper .alliance-link a {
    padding: 10px 30.5px;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: initial;
    font: 17px "Roboto light", Arial;
    z-index: 1;
    bottom: 0;
    position: relative;
  }
  .alliance-link-wrapper .alliance-link a:hover {
    color: #f12938;
  }
  a.btn-alliance-link:after {
    background: #f12938;
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  
    transition: 0.3s linear;
  }
  a.btn-alliance-link:hover:after {
    top: 38px;
  }
  
  a.btn-alliance-link:hover, a.btn-apply-link:hover, a.btn-alliance-link:focus, a.btn-apply-link:focus {
    color: #fff;
  }
  .white-back-content.browse-white.clearfix {
    padding: 0px 55px 40px 55px;
  }
  .center-content {
    text-align: center;
    margin: 60px 0 0;
    display: block;
  }
  .alliance_products_wrapper img {
    object-fit: cover;
    height: 225px;
    width: 100%;
  }
  .alliance_products_wrapper:hover a.alliance-readmore {
    bottom: 30px;
    opacity: 1;
  }
  p.alliance-text-center {
    text-transform: uppercase;
    padding: 0 0 55px;
    margin-bottom: 0;
    font-size: 35px;
  }
  .type-filter.table {
    display: table;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;  
  }
  ul#browse-discounts {
    margin: 0 auto !important;
  }
  ul.alliance-list.list-group {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  ul.alliance-list li.list-group-item {
    font: 16px "Roboto light", Arial;
    border-top-right-radius: 0;
    background-color: #414042;
    border-top-left-radius: 0;
    display: inline-block;
    padding: 12px 25px;
    margin: 0 10px 0 0;
    min-width: 100px;
    cursor: pointer;
    color: #ffffff;
    
    transition: 0.3s ease-in-out; 
  }
  ul.alliance-list li.list-group-item:last-child {
    margin-right: 0;
  }
  .alliance-list .list-group-item.active, .alliance-list .list-group-item.active:hover {
    background-image: linear-gradient(to bottom,#f12938 0,#f12938 100%);
    background-repeat: repeat-x;
    border-color: #f12938;
    text-shadow: 0 -1px 0 #f12938;
  }
  .gray-back-content.center-gray.clearfix {
    padding: 60px 0
  }
  .alliance_club .white-back-content.center-white.clearfix {
    padding: 55px 55px 45px;
  }
  .alliance_products_wrapper {
    margin-bottom: 25px;
  }
  
  .center-gray .discount-listing-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .alliance_products_wrapper {
    position: relative;
    background: #fff;
  }
  .alliance_products_wrapper:after {
    background: #000000;
    position: absolute;
    display: block;
    opacity: 0.5;
    content: '';
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .alliance_products_wrapper a.alliance-readmore {
    background: url(images/readmore-arrow.png) right no-repeat;
    text-transform: uppercase;
    position: absolute;
    padding-top: 7px;
    color: #ffffff;
    width: 150px;
    height: 35px;
    bottom: 10px;
    right: 40px;
    z-index: 10;
    opacity: 0;
    
    transition: 0.3s ease-in-out;
  }
  .alliance-readmore:hover {
    padding-left: 10px;
    transition-duration: 0.2s;
  }
  .alliance_products_wrapper:after {
    pointer-events: none;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  
    transition: 0.3s ease-in-out;
  }
  .alliance_products_wrapper:hover:after {
    opacity: 0.5;
  }
  /* .alliance_products_wrapper a.alliance-readmore {
    text-transform: uppercase;
    position: absolute;
    color: #ffffff;
    bottom: 10px;
    z-index: 10;
    right: 80px;
    opacity: 0;
  
    transition: 0.3s ease-in-out;
  } */
  .alliance_products_wrapper:hover:after {
    opacity: 0.7;
  }
  .bottom-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .alliance-col {
    background: #f6f7f7;
    padding: 40px 15px 0;
    height: 250px;
  }
  .bottom-text {
    text-align: center;
  }
  .bottom-link {
    text-align: center;
    position: relative;
    line-height: 40px;
    padding: 20px 0;
    width: 100%;
  }
  .bottom-link a:before {
    background: #ffffff;
    position: absolute;
    height: 15px;
    right: 11px;
    content: '';
    width: 2px;
    top: 7px;
    transform: rotate(-45deg);
  }
  .bottom-link a:after {
    background: #ffffff;
    position: absolute;
    bottom: 8px;
    height: 15px;
    content: '';
    right: 11px;
    width: 2px;
    transform: rotate(45deg);
  }
  a.btn-apply-link {
    font-family: "Roboto light", Arial;
    text-transform: uppercase;
    background: #f12938;
    position: absolute;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  
    transition: 0.3s ease-in-out;
  }
  a.btn-apply-link:hover {
    background: #414042;
  }
  .alliance-content-wrapper {
    margin-bottom: 15px;
  }
  .alliance_products_wrapper h3 {
    text-transform: uppercase;
    position: absolute;
    padding: 10px 20px 0 0px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Roboto light", Arial;
    top: 10px;
    left: 20px;
    z-index: 10;
    opacity:0;
    transition: 0.3s ease-in-out;
  }
  
  .alliance_products_wrapper:hover h3 {
    top: 30px;
    opacity: 1;
  }
  /*** Active Menu ***/
  .alliance-link-wrapper .alliance-link a.active {
    color: #f12938;
  }
  .alliance-link-wrapper .alliance-link a.active:after {
    top: 38px;
  }
  
  /*** End Active Menu ***/
  
  @media only screen and (min-width: 320px) and (max-width: 767px) { 
    .alliance-link-wrapper {
      display: contents;
    }
    ul.alliance-list li.filter.list-group-item {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    /* .alliance-link-wrapper:first-child, .alliance-link-wrapper:last-child {
      margin: 0 -15px !important;
    }
    .alliance-link-wrapper {
      margin: 0 -8.7px!important;
    } */
    .alliance-link-wrapper:first-child, .alliance-link-wrapper:last-child, .alliance-link-wrapper {
      margin: 0 -9.5px!important;
    }
    .alliance_club .alliance-link-wrapper .alliance-link a {
      font-size:13px!important;
      padding: 10px 9.6px!important;
    }
    .alliance-link-container {
      padding-left: 6px;
      padding-right: 6px;
    }
    a.btn-alliance-link:hover:after {
      top: 33px;
    }
    .alliance-link-wrapper .alliance-link a.active:after {
      top: 33px;
    }
    ul.alliance-list li.filter.list-group-item {
      font-size:13px !important;
    }
  
  }
  
  @media only screen and (max-width: 768px) {
    a.btn-alliance-link {
      font: 15px "Roboto bold", Arial;
      margin-bottom: 10px;
    }
    p.alliance-text-center {
      font-size: 30px;
    }
    .center-content {
      top: 20px;
      padding-bottom:0;
    }
    p.alliance-text-center {
      padding: 30px 0px;
    }
    ul.alliance-list li.filter.list-group-item {
      text-align: center;
      font-size: 14px;
      margin-bottom:5px
    }
    .alliance-filter li.filter.list-group-item:last-child {
      /* margin-right:11px; */
      margin-bottom: 0;
    }
    .gray-back-content.center-gray.clearfix {
      padding: 40px 0 20px;
    }
    .bottom-content-wrapper .row {
      margin-bottom: 20px;
    }
    .bottom-content-wrapper {
      width: 100%;
    }
    .alliance_club .white-back-content.center-white.clearfix {
      padding: 30px 40px;
    }
    .alliance-link-wrapper .alliance-link {
      padding-left: 15px;
      padding-right: 15px;
    }
    /* .bottom-link {
      width: 100%;
      float: left;
    } */
    a.btn-apply-link {
      font-size: 12px;
    }
    .alliance-subpage-container .alliance-link-wrapper .alliance-link a.active:after {
      top: 33px!important;
    }
    .alliance-subpage-container a.btn-alliance-link:hover:after {
      top: 33px !important;
    }  
  
  }
  
  @media only screen and (max-width: 1024px) {
    .alliance-link-wrapper .alliance-link a {
      padding: 10px 9px;
      font: 13px "Roboto light", Arial;
    }
    .alliance-link-wrapper:first-child, .alliance-link-wrapper:last-child,  .alliance-link-wrapper { 
      margin: 0 5px;
    }
    a.btn-alliance-link:hover:after {
      top: 33px;
    }
    .alliance-link-wrapper .alliance-link a.active:after {
      top: 33px;
    }
    ul.alliance-list li.list-group-item {
    font-size: 14px;
    padding: 12px 12px;
    }
    
  }
  @media (max-width: 1024px) {
    .alliance_club .alliance-link-wrapper:first-child, 
    .alliance_club .alliance-link-wrapper:last-child, 
    .alliance_club .alliance-link-wrapper {
      margin: 0 5.1px;
    }
    .alliance_club .alliance-link-wrapper .alliance-link a {
      padding: 10px 14.1px;
    }
    .alliance-subpage-container .alliance-link-wrapper .alliance-link a.active:after {
      top: 33px!important;
    }
    .alliance-subpage-container a.btn-alliance-link:hover:after {
      top: 33px!important;
    }  
  }
  
  /** Alliance sub-pages **/
  .white-back-content.alliance-subpage.clearfix {
    padding: 88px 55px 20px 55px;
  }
  .one-alliance-club .gray-back-content {
    padding: 40px 55px 0px;
  }
  .subpage-wrapper h5 {
    margin: 30px 0 15px;
  }
  .title-content p {
    padding-top:10px;
  }
  .one-alliance-club .second-part-wrapper {
    padding: 10px 0;
    width: 100%;
  }
  .white-back-content.bottom-subpage.clearfix {
    padding: 45px 55px 0;
  }
  .gray-back-content.merchant-gray.clearfix {
    padding: 30px 55px;
  }
  .subpage-wrapper h3 {
    font: 20px "Roboto Light", Arial;
    color: #f12938;
  }
  .subpage-text h4, .subpage-list h5 {
    font: 22px "Roboto Light", Arial; 
    color: #9cb1ce;
    font-weight:bold;
  }
  .subpage-list li {
    font: 16px "Roboto regular", Arial;
  }
  a.btn-subpage-link {
    font-family: "Roboto light", Arial;
    text-transform: uppercase;
    background: #f12938;
    position: absolute;
    font-size: 13px;
    color: #ffffff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  
    transition: 0.3s ease-in-out;
  }
  a.btn-subpage-link:hover {
    background: #414042;
  }
  a.btn-subpage-link:before {
    background: #ffffff;
    position: absolute;
    height: 15px;
    right: 15px;
    content: '';
    width: 2px;
    top: 7px;
  
    transform: rotate(-45deg);
  }
  a.btn-subpage-link:after {
    background: #ffffff;
    position: absolute;
    bottom: 8px;
    height: 15px;
    content: '';
    right: 15px;
    width: 2px;
    transform: rotate(45deg);
  }
  a.btn-subpage-link:hover, a.btn-subpage-link:focus{
    color:#fff;
  }
  .gray-back-content .row-content:last-child {
    margin-top: 35px;
  }
  .terms-link a {
    color: #9cb1ce;
    font: 16px "Roboto Regular", Arial;
  }
  .become-merchant a.btn-slider {
    bottom:0 !important;
  }
  .merchant-gray .subpage-list ul {
    padding-top: 15px;
  }
  .terms-link {
    padding-top: 30px;
  }
  .content-buttons .content-row:last-child {
    margin-top: 20px;
  }
  .content-buttons-wrapper {
    margin: 0 auto;
    padding-top:40px;
  }
  .subpage-wrapper {
    padding-top: 15px;
  }
  .subpage-content-wrapper {
    margin-bottom: 15px;
  }
  .subpage-col {
    background: #f6f7f7;
    padding: 40px 15px 0;
    height: 390px;
    margin:0;
  }
  .subpage-text {
    text-align: center;
  }
  .img-button {
    display: initial !important;
    padding-bottom: 20px;
  }
  .subpage-text h4 {
    padding-bottom:15px;
  }
  .subpage-link {
    text-align: center;
    position: relative;
    line-height: 40px;
    padding: 20px 0;
    width: 100%;
  }
  .merchant-col {
    background: #f6f7f7;
    padding: 40px 15px 0;
    height: 290px;
    margin:0;
  }
  .subpage-text {
    text-align: center;
  }
  .merchant-subpage-link a.btn-slider {
    font: 17px "Roboto bold", Arial;
    padding: 5px 0 0 30px;
    line-height: 30px;
    height: 40px;
    width: 100%;
  }
  .merchant-subpage-link{
    text-align: center;
    position: relative;
    line-height: 40px;
    padding: 20px 0;
  }
  button.btn-slider {
    font-family: "Roboto bold", Arial;
    text-transform: uppercase;
    background: #f12938;
    position: absolute;
    font-size: 17px;
    color: #ffffff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
  }
  button.btn-slider:before {
    background: #ffffff;
    position: absolute;
    height: 17px;
    right: 15px;
    content: '';
    width: 3px;
    top: 5px;
    transform: rotate(-45deg);
  }
  button.btn-slider:after {
    background: #ffffff;
    position: absolute;
    bottom: 7px;
    height: 17px;
    content: '';
    right: 15px;
    width: 3px;
    transform: rotate(45deg);
  }
  .merchant-subpage-link button {
    outline: none;
    border:none;
    width:100%
  }
  .about-alliance .alliance-link-container, .join-alliance .alliance-link-container, .merchant-alliance .alliance-link-container {
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto;
  }
  .alliance-subpage-container .alliance-link-wrapper .alliance-link a {
    padding: 10px 15.8px;
    font: 15px roboto light,Arial;
  }
  .alliance-subpage-container .alliance-link-wrapper .alliance-link a.active:after {
    top: 36px;
  }
  .alliance-subpage-container a.btn-alliance-link:hover:after {
    top: 36px;
  }
  
  @media only screen and (max-width: 768px) {
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 20px 30px 20px;
    }
    .subpage-wrapper h2 {
      padding-top: 15px;
      font-size: 26px;
    }
    .subpage-wrapper h5 {
      margin: 0 0 15px;
    }
    a.btn-subpage-link {
      font-size: 12px !important;
    }
    .title-content p, .subpage-wrapper p {
      text-align:justify;
    }
    .alliance-subpage-container .gray-back-content, .white-back-content.bottom-subpage.clearfix {
      padding: 10px 20px 30px 20px;
    }
    .merchant-list ul, .merchant-list p, .one-alliance-club .second-part-wrapper p,.second-part-wrapper ul {
      width: 100%;
    }
    .about-alliance, .join-alliance, .merchant-alliance {
      padding-top: 30px;
    }
  
    .subpage-wrapper {
      padding-top: 0;
    }
    .subpage-wrapper .second-part-wrapper ul {
      text-align:initial;
    }
    .content-buttons-wrapper {
      padding-top: 20px;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) { 
    .subpage-col {
      height: auto !important;
      padding: 25px 15px 20px !important;
    }
    .terms-link {
      padding-top: 20px;
    }
    .become-merchant-wrapper {
      padding-top: 20px;
    }     
  }
  
  
  
  
  @media only screen and (max-width: 1024px) {
    .subpage-col {
      height: 510px;
      padding: 20px 15px 0;
    }
    .subpage-col {
      height: 510px;
      padding: 30px 15px 0;
    }
    .subpage-text h4 {
      font: 20px "Roboto Light", Arial;
    }
    a.btn-subpage-link {
      font-size: 11.5px;
    }
    .merchant-col {
      height: 300px;
    }
    .merchant-subpage-link a.btn-slider {
      font: 14px "Roboto bold", Arial;
      padding: 12px 0 0 0px;
    }
    button.btn-slider {
      font-size: 12px;
    }
  }
  
  @media only screen and (min-width: 1201px) and (max-width: 1365px) {
    .alliance-subpage-container .alliance-link-wrapper .alliance-link a {
      padding: 10px 16px;
    }
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 21px 20px;
    }
    .gray-back-content.merchant-gray.clearfix {
      padding: 30px 21px;
    }
    .white-back-content.bottom-subpage.clearfix {
      padding: 45px 21px 0;
    } 
  }
  
  @media (max-width: 1440px) {
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 21px 20px;
    }
    .gray-back-content.merchant-gray.clearfix {
        padding: 30px 21px;
    }
    .white-back-content.bottom-subpage.clearfix {
        padding: 45px 21px 0;
    }
  }
  @media (max-width: 1366px) {
    .alliance-subpage-container .alliance-link-wrapper .alliance-link a {
      padding: 10px 15.8px;
    }
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 55px 20px;
    }
    .gray-back-content.merchant-gray.clearfix {
      padding: 30px 55px;
    }
    .white-back-content.bottom-subpage.clearfix {
      padding: 45px 55px 0;
    } 
  }
  @media (max-width: 1024px) {
    .alliance-subpage-container .alliance-link-wrapper .alliance-link a {
      padding: 10px 9px;
      font: 13px "Roboto light", Arial;
    }
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 21px 20px;
    }
    .gray-back-content.merchant-gray.clearfix {
        padding: 30px 21px;
    }
    .white-back-content.bottom-subpage.clearfix {
        padding: 45px 21px 0;
    }
  }
  @media (max-width: 768px) {
    .subpage-col {
      height: 510px;
      padding: 20px 15px 0;
    }
    .subpage-col .subpage-text p {
      text-align:center;
    }
    .subpage-col {
      height: 380px;
      padding: 30px 15px 0;
    }
    .white-back-content.alliance-subpage.clearfix {
      padding: 88px 21px 20px;
    }
    .gray-back-content.merchant-gray.clearfix {
        padding: 30px 21px;
    }
    .white-back-content.bottom-subpage.clearfix {
        padding: 45px 21px 0;
    }
    .alliance-subpage-container .alliance-link-wrapper:first-child,
    .alliance-subpage-container .alliance-link-wrapper:last-child,
    .alliance-subpage-container .alliance-link-wrapper {
      margin: 0 -12.5px!important;
    }
    .alliance-subpage-container .alliance-link-container {
      padding-left:0;
      padding-right:0;
    }
  }
  /** End Alliance sub-pages **/
  
  
  /** Offer Discount Page **/
  .offer-discount {
    overflow: hidden;
  }
  .offer-discount .white-back-content {
    padding: 30px 55px;
  }
  .offer-container h3, .offer-sidebar h3 {
    font: 20px "Roboto bold", Arial;
    color:#9cb1ce;
  }
  .offer-discount .white-back-content h4 {
    font: 15px "Roboto bold", Arial;
  }
  .offer-table {
    padding-top: 30px;
  }
  .table-discount, 
  .table-reservation {
    width: 80% !important;
    text-align: center;
  }
  .seeloy-discount {
    width: 100% !important;
  }
  .table-header {
    background: #f12938;
    color: #fff;
  }
  .table-discount>thead>tr>th, 
  .table-reservation>thead>tr>th {
    text-align:center;
  }
  .seeloy-discount>tbody>tr>td:first-child {
    width: 30%;
  }
  .seeloy-discount>tbody>tr:nth-child(1),
  .seeloy-discount>tbody>tr:nth-child(4) {
    font-weight: bold; 
  }
  .offer-list h5, .list-bottom-content h5 {
    font: 19px "Roboto bold", Arial;
    color: #9cb1ce;
  }
  .offer-discount .gray-back-content {
    padding:20px 0;
  }
  .offer-container .second-part-wrapper {
    padding: 15px 0;
    width: 100%;
  }
  .list-bottom-content p {
    padding-top: 20px; 
  }
  .reservation-info-wrapper {
    padding-top: 5px;
  }
  .reservation-info>p>i,.reservation-info>p>a>i {
    border-radius: 18px;
    background: #f6f7f7;
    margin-right: 10px;
    padding: 8px 10px;
    font-size: 19px;
    color:#f12938;    
  }
  .reservation-info a {
    color: #414042;
  }
  .sidebar-post-thumbnail img {
    object-fit: cover;
    height: 80px;
    margin-bottom: 15px;
  }
  .sidebar-title h3 {
    font: 20px "Roboto bold", Arial;
    color: #f12938;
  }
  .sidebar-post-title h3 {
    color: #f12938;
    font: 18px "Roboto bold", Arial;
  }
  .offer-list h5 {
    padding-top: 20px;
  }
  .offer-content h4 {
    padding-bottom: 15px;
  }
  .offer-top-content h4 {
    padding-bottom: 15px;
  }
  .offer-text-wrapper {
    padding-top: 15px;
  }
  /* .offer-text-wrapper p {
    font: 17px "Roboto regular", Arial;
    padding: 15px 0;
  }*/
  .offer-text-wrapper h5 {
    padding-bottom: 15px;
    font: 20px "Roboto bold", Arial;
    color: #9cb1ce;
  } 
  .offer-bottom-text p {
    color: #414042;
    font: 16px "Roboto bold", Arial;
    padding-top: 18px;
  }
  .home-button {
    padding: 40px 0;
    width: 88.3%;
  }
  .home-button a {
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    background: #f12938;
    position: relative;
    font-size: 16px;
    color: #ffffff;
  
    transition: 0.3s ease-in-out;
  }
  
  .home-button a:hover, .home-button a:focus { 
    color:#fff;
  }
  .home-button a:before {
    background: #ffffff;
    position: absolute;
    opacity: 0.5;
    height: 15px;
    right: 15px;
    content: '';
    width: 1px;
    top: 12px;
    transform: rotate(-45deg);
  }
  
  .home-button a:after {
    background: #ffffff;
    position: absolute;
    opacity: 0.5;
    bottom: 11px;
    height: 15px;
    content: '';
    right: 15px;
    width: 1px;
    transform: rotate(45deg);
  }
  @media only screen and (max-width: 768px) {
    .offer-discount .white-back-content {
      padding: 0;
    }
    .offer-container h3 {
      font-size: 19px;
    }
    .offer-list h5 {
      font-size: 17px;
    }
    .hotel-reservation-table, .offer-table {
      padding: 15px 0 0;
    }
    .table-discount, .table-reservation {
      width: 100% !important;
    }
    .offer-container .second-part-wrapper {
      width:100%
    }
    .offer-text-wrapper p {
      text-align: justify;
    }
    .offer-text-wrapper h5{
      font-size: 19px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width:1024px){
    .container {
      width: 750px !important;
    }
  }
  
  /**** Page not found One Alliance *****/
  h1.not-found {
    padding-top:88px !important;
  }
  
  
  
  /* tariffs table */
  .form-domestic span.tablepress-table-description.tablepress-table-description-id-1,
  .form-domestic  span.form-international-tariffs {
    color: #828a8f !important;
    font-size: 14px!important;
    float: right!important;  
    margin-bottom: 10px;
  }
  
  .alliance-list .active {
      pointer-events: none;
  }
  
  /* latest news- pagination */
  .paginate-latest-news {
    text-align: center;
    font-size: 18px;
  }
  .paginate-latest-news a.page-numbers {
    color: #abadb3;
    font-weight: 400;  
    padding: 11px 12px;
    margin: 0 0 0 2px;
  }
  
  .page-numbers::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #abadb3;
    display: inline-table;
    transform: skewX(-15deg);
    top: 6px;
    position: absolute;
    margin: 0 6px 0 15px;
  }
  .next.page-numbers:last-child:after {
    display: none;
  }
  span.page-numbers.current {
    color: #FFFFFF;
    font-weight: 400;
    padding: 6px 15px;
    display: inline-block;
    background: #f12938;
    transform: skewX(-17deg);
  
  }
  span.page-numbers.current::after {
    display: none;
  }
  a.prev.page-numbers, a.next.page-numbers {
    font-size: 16px;
  }
  span.page-numbers.dots {
    padding: 0 7px;
  }
  /* span.page-numbers.current::before {
    top: -2px;
    background: #f12938;
    content: '';
    z-index: 0;
    height: 27px;
    width: 36px;
    display: block;
    transform: skewX(-10deg);
    position: absolute;
    left: 267px;
  } */
  
  
   /* feedback-brochure */
  .contact a.button-actu.btn-red {
    background-color: #f12938;
    padding: 15px 18px;
    width: 245px;
    left: 96px;
  }
  .contact .button-actu{
    position: absolute;
      bottom: 72px;
      right: 0px;
      text-decoration: none;
      background-image: url(images/btn-red-rigth.png);
      background-position: right center;
      background-repeat: no-repeat;
      display: block;
      width: 210px;
      height: 51px;
      text-transform: uppercase;
      padding-top: 16px;
      color: #fff;
      font: 18px roboto bold,Arial;
  }
  .contact .social-bloc {
    margin-top: 81px;
  }
  
  .contact .button-actu:hover {
    padding-left: 5px !important;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
  }
  
   /* homepage-slider */
  .content.slider-desctext p {
    line-height: 23px;
  }
  .home .rslides .white-box .white-box-body{
    padding: 20px 23px 20px 29px;
  }
  
  /*** Produit Retail - Personal Loan ***/
  .application-btn .button-actu-std {
    width: 420px !important;
    color: #f12938 !important;
    border: 1px solid #f12938 !important;
  }
  .apply-sub-heading {
    max-width: 750px;
  }
  
  @media (max-width: 1024px) {
    .application-btn .button-actu-std {
      width: 320px!important;
      font-size: 11px;
    }
  }
  @media (max-width: 768px) {
    .application-btn .button-actu-std {
      width: 320px!important;
      font-size: 11px;
    }
  
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .application-btn .button-actu-std {
      width: 280px!important;
      font-size: 10px;
    }
  
  }
  
  .main-content .flipbook-main-wrapper {
    height: calc(100% - 64px );
    top: 64px;
  }
  
  
  /*** COVID-19 PAGE ***/
  .white-back-content.covid-content {
    padding: 40px 55px 55px;
  }
  .page-heading h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sub-heading p {
    color: #f12938;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 35px;
  }
  .section-page .row {
    background: #f6f7f7;
    table-layout: fixed;
    width: 100%;
    margin: 0;
  }
  .section-page .col-md-4 {
    padding: 0;
  }
  .section-page .row:nth-child(even) .col-md-4 {
    float: right;
  }
  .section-page .row:nth-child(even) {
    background: #fff;
  }
  .image-section-wrapper {
    width: 100%;
  }
  .image-section-wrapper img {
    width: 100%;
  }
  .section-page-content {
    height: 398px;
    display: table;
    max-width: 650px;
    margin: 0 auto;
    text-align: justify;
  }
  .section-page .row.section-row:last-child .section-page-content {
    height: 580px;
  }
  .section-page .row.section-row:last-child .image-section-wrapper img {
    height: 580px;
    object-fit: cover;
  }
  .section-page-content h3 {
    font-size: 30px;
    color: #f12938;
    margin-bottom: 35px;
  }
  .section-page-content h4 {
    color: #9cb1ce;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .section-page-content p {
    line-height: 25px;
  }
  .section-page-content a {
    color: #f12938;
    font-weight: 600;
  }
  .section-page-content ul {
    margin: 50px auto;
  }
  .section-page-content li {
    margin-bottom: 20px;
  }
  .white-back-content.ways-content .row {
    text-align: center;
  }
  .white-back-content.ways-content {
    padding: 30px 55px 55px;
  }
  .ways-col{
    background: #f6f7f7;
    padding: 40px 15px 0;
    height: 290px;
    margin:0;
  }
  .ways-button-link {
    text-align: center;
    position: relative;
    line-height: 40px;
    padding: 20px 0;
    width: 100%;
  }
  .ways-button-link a {
    font-family: "Roboto bold", Arial;
    text-transform: uppercase;
    background: #f12938;
    position: absolute;
    font-size: 17px;
    color: #fff;
    width: 100%;
    padding: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: .3s ease-in-out;
  }
  .ways-button-link a:hover,
  .ways-button button:hover {
    background: #414042 !important;
  }
  .ways-button-link a:before {
    background: #fff;
    position: absolute;
    height: 15px;
    right: 15px;
    content: '';
    width: 2px;
    top: 12px;
    transform: rotate(-45deg);
  }
  .ways-button-link a:after {
    background: #fff;
    position: absolute;
    bottom: 11px;
    height: 15px;
    content: '';
    right: 15px;
    width: 2px;
    transform: rotate(45deg);
  }
  .ways-icon img {
    height: 90px;
    object-fit: contain;
  }
  .ways-button {
    padding: 4px 0;
  }
  button#covid-button {
    font-family: "Roboto bold", Arial;
    text-transform: uppercase;
    background: #f12938;
    position: absolute;
    outline: none;
    font-size: 17px;
    color: #ffffff;
    border: none;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .ways-button button:before {
    background: #fff;
    position: absolute;
    height: 15px;
    right: 15px;
    content: '';
    width: 2px;
    top: 12px;
    transform: rotate(-45deg);
  }
  .ways-button button:after {
    background: #fff;
    position: absolute;
    bottom: 11px;
    height: 15px;
    content: '';
    right: 15px;
    width: 2px;
    transform: rotate(45deg);
  }
  .ways-text h3 {
    font: 22px "Roboto Light", Arial;
    color: #9cb1ce;
    font-weight: bold;
  }
  .ways-title h1 {
    color: #f12938;
  }
  .ways-title {
    padding-bottom: 25px;
  }
  
  @media (max-width: 1024px) {
    .white-back-content.ways-content {
      padding: 25px 20px 55px;
    }
    .ways-text p {
      font-size: 14px;
    } 
    .section-page-content {
      height: 255px;
    }
    .section-page .row.section-row:last-child .image-section-wrapper img {
      height: unset;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .white-back-content.covid-content {
      padding: 40px 20px 40px;
    }
    .section-page-content {
      height: 350px;
    }
    .white-back-content.ways-content {
      padding: 30px 20px 55px;
    }
    .ways-content-wrapper {
      margin-bottom: 25px;
    }
  }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .m-70{
      float: none !important;
    }
  }
  
  
  
  
  
  
   /* events Archive */
   .white-back-content.events.white-content-title.clearfix {
    margin-top: 10px !important;
    padding: 40px 0 0 !important;
  
  }
  .event-item {
    transition: ease-in-out 3s;
  }
  .events-title::after {
    display: none !important;
  }
  .event-background-content {
    background-color: #F5F8F8 !important;  
    margin: 0 !important;
    padding: 63px 80px 10px !important;
  }
  .row.events-title {
    margin: 0 15px !important;
    padding: 0 55px 20px !important;
  }
  .white-back-content.events h1 {
    color: #9CB1CE;
    font-family: 'Roboto Bold';
    font-size: 43px;
    text-transform: uppercase;
  }
  .event-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0 10px 18px 7px rgba(0,0,0,0.15);
    height: 360px; 
    position: relative;
    width: calc(100% + 15px);
  }
  .event-wrapper img.img-responsive.event-button {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    z-index: 1028;
  }
  
  .event-section.col-md-12 {
    margin-bottom: 25px;
    padding-top: 25px !important;
    padding-left: 0 !important;
  }
  .event-item .produit-content.small-caption {
    background: #fff;
    height: 70px;
    padding: 12px;
    overflow: hidden;
    width: calc(100% + 15px);
  }
  .event-item .produit-content.small-caption h1 {
    color: #000 !important;;
    font-size: 14px !important ;
    font-family: 'Roboto Bold';
    line-height: 23px;
    margin: 10px;
    text-transform: uppercase;
    
  }
  /* .event-section .col-md-3.col-sm-12 {
    padding-left: 0 !important;
  } */
  .event-content span.button-white {
    display: none !important;
  }
  .event-filter.col-md-12 {
    display:  table;
  }
  
  .event-filter p.filterby {
    display:  table-cell;
    float: left;
    margin-right: 25px;
    width: auto;
  }
  
  .event-filter select.types,
  .event-filter select.topics{
    background-color: #9CB1CE;
    color: #FFF;
    display:  table-cell;
    margin-right: 15px;
    padding: 2px;
    width:auto;
  }
  .event-item span.button-white {
    display: none;
  }
  .col-md-3.col-sm-12.event-item:hover {
    height: 430px;
  }
  .event-item:hover .mask-blue {
    background: #F12838 !important;
    display: block;
    height: 100% !important;
    opacity: 0.7;
    width: 96% !important;
  }
  .event-item:hover .event-wrapper {
    height: 430px;
  }
  .event-item:hover .produit-content.small-caption {
    background: 0 0;
    height: auto;
    position: absolute;
    top: 40%;
    z-index: 9; 
    width: calc(100% + 15px);
    left: 0; 
  } 
  .event-item:hover .produit-content.small-caption h1 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700;
    margin: 0 auto !important;
    text-align: center;
    width: 200px;
  }
  .event-item:hover span.button-white {  
    color: #fff;
    display: block;
    font-family: 'Roboto Light' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none;
    text-transform: uppercase;
    right: 27px;
    width: 174px;
    height: 51px;
  }
  
  
  .event-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 28px !important;
    font-family: 'Roboto Light' !important;
    background: #9cb1ce !Important;
    width: 100%;
    overflow: visible !important;
     font-size: 15px !important;
  }
  .event-filter span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    font-size: 15px !important;
    width: 170px !important;
    margin-right: 15px;
  }
  .event-filter span.select2.select2-container.select2-container--default {
    margin-right: 15px;
    width:170px !important;
  }
  .event-filter span.select2-dropdown.select2-dropdown--below {
    width: 170px !important;
  }
  .event-filter span.select2-selection__arrow {
    background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: 100% -2px;
    width: 26px !important;
  }
  
   .select2-results__option--highlighted {
    background-color: #f12938 !important;
  }
  .select2-container--default .select2-results__option--selected{
    background-color: #f12938 !important;
    color: #FFF;
     
  }
  
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #89909a !important;
    color: #FFF !important;
  }
  span.select2-dropdown.select2-dropdown--below {
    color: #FFF !Important;
    background-color: #9cb1ce !important;
  }
  .post-type-archive-events .select2-container--default .select2-results>.select2-results__options {
    max-height: 255px;
    overflow: visible;
  }
  .post-type-archive-events input.select2-search__field {
    display: none;
  }
  .post-type-archive-events .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
  }
  
  .post-type-archive-events .select2-results__option {
    background: #9cb1ce;
  }
  /* select.types {
    padding: 10px;
    background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: 100% -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.7;
    float: left;
  }
  select.topics{
    padding: 10px;
    background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: 100% -2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.7;
    float: left;
  } */
  
  .event-filter option:checked {
    background: red;
  }
  
  /* single Event */
  .section-event-details img.img-section {
    width: 710px;
    height: 474px;
  }
  .single-event-section {
    margin: 0 !important;
    padding: 0px 55px 0 55px;
  }
  /* .single-event-section {
    padding: 0 55px 0;
    margin: 0 20px;
  } */
  .image-section {
    text-align: center;
    margin: 55px 0 55px;
  }
  .row.whitesection-event img {
    margin-right:  60px;
    margin-bottom: 45px;
  }
  
  .row.whitesection-event {
      padding: 0px 55px 0 55px;
      margin: 0 !important;
  
  }
  .event-info-section{  
    padding: 0px 60px 55px 60px;
  }
  .single-event-title h1 {
    font-weight: 800 !important;
    font-family: 'Roboto Regular' !important;
    margin-bottom: 10px !important;
    font-size: 40px !important;
  }
  .single-event-title p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left; 
  }
  
  .row.single-event-title {
    margin: 0  !important;
    padding: 0px 55px 0 55px;
  }
  .section-event-details h2 {
    color: #F02837;
    font-size: 28px !important;
    font-family: 'Roboto Light' !important;
    font-weight: 300 !important;
    line-height: 36px;
  }
  .section-event-details{
    margin-top: 25px !important;
  }
  .section-event-details p {
    font-size: 16px;
    font-family: "Roboto Regular";
    line-height: 1.6;
    padding-bottom: 12px !important;  
    text-align: justify !important;
  }
  
  .event-info-section h1 {
      color : #F02837;
      font-size: 28px !important;
      font-family: 'Roboto Light' !important;
      font-weight: 300 !important;
  }
  .content-events-section-single .col-md-1 {
    font-size: 15px !important;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 700;
  }
  .content-events-section-single .col-md-11  {
    font-size: 16px !important;
    margin:  10px 0 ;
    line-height: 1.6;
  }
  .info-detailed-contact span.tel ,
  .info-detailed-contact a.email 
  {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important ;
  }
  .info-detailed-contact a.email:hover {
    color: #F02837 !important;
  }
  .white-back-content.clearfix.single-event-container {
    padding: 0 !important;
  }
  .info-detailed-contact ul {
      padding-inline-start: 15px !important;
  }
  .whitesection-event .embed-container {
    margin-right:  60px;
    margin-bottom: 45px;
  }
  .greysection-event .embed-container {
    margin-left: 60px;
    margin-bottom: 45px;
  }
  .row.event-single-section {
    margin-left: 0;
  }
  
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .event-background-content{
      padding: 10px 15px !important;
    }
    .event-filter select.types, .event-filter select.topics{
      width: 100%;    
      margin-top: 5px;
    }
    .event-item {
      margin-bottom: 21px;
    }
    .embed-container {
      width: 100%;
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: auto;
    }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .row.single-event-title {
      margin: 0 15px !important;
      padding: 0 !important;
    }
    .single-event-title h1 {
      font-size: 26px !important;
    }
    .white-back-content.clearfix.single-event-container {
      padding: 0 !important;
    }
  
    .section-event-details img.img-section {
      float: none !important;
      width: 100%;
      height: 100%;
    }
    .greysection-event img {
      margin-left: 0 !important;
    }
    .whitesection-event img{
      margin-right: 0 !important;
    }
    .section-event-details h2 {
      font-size: 20px !important;
      margin: 0 15px !important;
    }
    .section-event-details p {
      font-size: 14px !important;
      margin: 0 15px !important;
    }
    .event-info-section {
      padding: 0 20px;
      margin: 0 15px !important;
    }
    .event-info-section h1{  
      font-size: 20px !important;
    }
    .single-event-section {
      margin: 0 !important;
      padding: 0;
    }
    
  
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-event-details img.img-section{
      width: 100% !important;
      height: 100% !important;
    }
    .event-item {
        width: 50% !important;
    }
  }
   /* Ipad - landscape*/
   @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .col-md-3.col-sm-12.event-item {
        width: 50% !important;
    }
  }
  
  /* novacancy page */
  .novacancy-title-header h1 {
    font-weight: 700;
    font-size: 60px;
    color: #f12938;
  }
  .novacancy-title-header h2 {
    font-size: 28px;
    font-family: 'Roboto Light', Arial;
    font-weight: 600;
    color: #808080;
    margin-bottom: 20px;
  }
  .novacancy-title-header h3 > a {
    font-weight: 700;
    color: #414042;
    text-decoration: underline !important;
  }
  .novacancy-title-header h3 > a:hover {
    color: #f12938;
  }
  
  
  .novacancy-title-header h3 {
    font-size: 20px;
    font-family: roboto light,Arial;
    font-weight: 400;
    color: #808080;
  }
  .content-actu a:visited {
    color: #337ab7 !important;
  }
  .content-actu a:focus,.content-actu a:hover {
    color: #23527c !important;
  } 
  a.flipbook-tocItem.skin-color.flipbook-color-light{
    display: block !important;
  }
  
  .page-template-domestics_template p.font-black {
    font-style: italic;
    font-weight: 500;
  }
  p.color-red.globalfx {
    font-size: 16px;
    margin-top: 15px;
    font-family: "Roboto Bold";
    font-weight: 700;
  }
  a.spot-foreign {
    color: #337ab7;
  }
  
  a.spot-foreign:hover,
  a.spot-foreign:focus,
  a.spot-foreign:visited {
    color: #f12938;
  }
  a.spot-foreign:visited {
    color: #337ab7;
  }

  /* helpcenter button menu */
li.item-help {
  padding: 15px 15px 15px 0 !important;
}
.btn-help {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}
.btn-help img {
  width: 30px;
}
@media (max-width: 768px){ 
  .btn-help {
      display: block;
  }
}

.grecaptcha-badge {
  display: none;
}
/* single post */
.col-md-6.col-sm-6.col-xs-12.img.img-title-single-actus.compat-object-fit {
  background-position: initial;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 275px;
}

.offer-content p > a:visited, .offer-content p > a {
  color: #337ab7;
}

.event-text-section p >a {
  color: #f42534;
}
#international td > p >strong {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  color: #f12938!important;
  font: 18px roboto bold;
}
/* .tariffs-commissions-internationale td.column-1, .tariffs-commissions-internationale td.column-3 {
  color: black !important;
}

.page-template-domestics_template .tablepress td {
  color: black !important;
}
.page-template-domestics_template .tablepress th {
  color: black !important;
  font-size: 20px !important;
}
.page-template-domestics_template .tablepress tr.row-1 th {
  background-color: #ededed !important;
}
.page-template-domestics_template span.tablepress-table-description {
  float: right;
  padding: 10px;
  color: black !important;
} */
.tariffs-commissions-internationale td {
  color: black;
}

/*** Thank You***/
.page-template-template-thank-you div#content {
  background: white;
}
.thank-you-container {
  height: 100%;
  display: table;
  margin: 240px auto;
  text-align: center;
}
p.thanks-main-title {
  text-align: center;
  font-size: 45px;
  color: #9cb1ce;
  margin-bottom: 20px;
  font-weight: 800;
}
p.please-visit-title a {
  color: #f22a38;
}
p.please-visit-title a:hover {
  color: red;
}
.back-home-btn {
  padding-top: 20px;
}
.back-home-btn a {
  padding: 7px 25px;
  background: #f22a38;
  color: white;
  text-transform: uppercase;
  transition: ease-in .3s;
}
.back-home-btn a:hover {
  background: white;
  color: #f22a38;
  border: 1px solid #f22a38;
  transition: ease-in .3s;
}
.thank-you-container {
  font-family: 'Roboto Regular';
}
p.thanks-main-title {
  letter-spacing: 3px;
}
p.please-visit-title , .get-back-title {
  letter-spacing: 0.75px;
  padding-bottom: 10px;
}

/* communique */
.communique-wrapper {
  color:#FFFFFF;
  background: #414042fa;
  padding: 65px 0 0px;
  /* width: 100%;
  overflow: hidden; */
}

.communique-wrapper .slick-vertical .slick-slide{
  min-height: 42px;
}
.communique-wrapper h4 {
  display:table-cell;
  font-size: 15px;
  padding: 0px 15px;
  text-align:  center;
  text-transform: uppercase;
  vertical-align: middle;
}
.communique-wrapper .col-md-2 {
  background: #f12938;
  display: table;
  height: 51px;
  margin-left: 10px;
  margin-top: -3px;
}

.communique-wrapper .col-md-10 {
  background-color: #414042fa;
  padding-top: 6px;
  padding-bottom: 0;

}
.communique-wrapper .row {
  display: flex;
  margin: 0;
  position:  relative;  
  width: 100%;

}
.msg-communique p {
  margin: 0 !important;
  font-size:13px;
}
.communique-wrapper button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFFFFF;
  text-shadow: none;
  opacity: 0.9;
}
.communique-wrapper .close:focus, .communique-wrapper .close:hover {
  color: #a1a5a7;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.home .slider-wrapper .slider {
  padding-top: 0;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1.000);

}
.msg-communique p > a {
  color: #f12938;
  text-decoration: underline !important;
  font-weight: 700;
  font-size: 14px;
}

p.date {
  float: left;
  padding-right: 12px;
   font-weight: 700;
}
.slider-wrapper .home .mask-black {
  left: 0;
  top: -22px !important;
}


.team-popup-wrapper.committee-member-wrapper .row:last-child {
  min-height: 0;
}

/* contact info */
.contact.contact-info {
  padding-left: 0;
}
.contact-info p.bold {
  font-weight: 600;
}
.contact-info p {
  line-height: 27px;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #828A8F;
  margin-bottom: 0;
}
.contact-info .text.contcat-text {
  margin-bottom: 30px;

}
.contact-info.text-with-icon .bloc-icon i {
  margin: 15px auto;
}
.contact-info  .text-with-icon .text a {
  text-decoration: underline;
  color: #9CB1CE;
}

.contact-info .text-with-icon .text a:hover {
  color: #f12938;
}

/* policy-privacy IB */
.privacy-policy-page-wrapper .container.table-responsive {
  max-width: 90%;
}
.privacy-policy-page-wrapper ol.annex ::marker {
  font: 22px "Roboto Light", Arial;
  margin: 50px 0 15px;
  color: #f12938;
}
.privacy-policy-page-wrapper  ol.annex >h5{
  color: #f12938 !important;

}
.privacy-policy-page-wrapper .container.table-responsive .thead {
  color: #FFF;
  background-color: #f12938;
}
.privacy-policy-page-wrapper .container.table-responsive.version th {
  color: #FFF;
  background-color: #f12938;
}

.privacy-policy-page-wrapper .container.table-responsive.version td {
  background: #FFF;
  color: #000;
}
/* customer onboarding */
.customer-onboarding {
  text-align: center;
}
.customer-section{
  text-align: center;
}
.customer-section img.img-responsive {
  margin: 0 auto;
}
.submit-box,
.review-box,
.aop-box,
.welcome-onboard-box {
  padding: 20px;
  border: 2px solid #9CB1CE;
  position: relative;
}
.customer-onboarding-wrapper {
  max-width: 90%;
}
.customer-section .icon-holder img.img-responsive {
  width: 50px;
  height: 55px;
  object-fit: contain;
}
.customer-section  .icon-holder p {
  font-size: 14px;
  color: #000000;
  margin: 15px auto;
}
.what-you-submit, .review, .account-opening-pack {
  position: relative;
  padding-bottom: 70px;
}
.welcome-onboard{
  position: relative;
  padding-bottom: 45px;
}
.customer-onboarding {
  margin-bottom: 30px;
}
.customer-onboarding p.text-content {
  font-size: 14px;
  color: #565F6D;
  margin: 0 auto;
}
.submit-box {
  margin: 0 auto;
}
.customer-onboarding p.bold {
  color: #565F6D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-onboarding h1.title {
  font-weight: 600;
  font-family: 'Roboto Bold',sans-serif;
}
.customer-onboarding h1.title {
  font-weight: 600;
  font-family: 'Roboto Bold',sans-serif;
  margin-bottom: 20px;
}
.customer-section p.title {
  font-size: 14px;
  color: #9CB1CE;
  line-height: 26.8px;
  font-weight: 600;
}
.review-box, .aop-box, .welcome-onboard-box {
  max-width: 50%;
  margin: 0 auto;
}
.submit-box::after,
.review-box::after,
.aop-box::after {
  content: '';
  background-image: url('/wp-content/files/2022/04/arrow@2x.png');
  position: absolute;
  bottom: -62px;
  width: 25px;
  z-index: 99;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -9px;
}
.what-you-submit::before {
  content: '';
  background-image: url('/wp-content/files/2022/04/Group-276@2x.png');
  position: absolute;
  left: -190px;
  width: 152px;
  height: 545px;
  background-size: cover;
  background-repeat: no-repeat;
}

.account-opening-pack::before {
  content: '';
  position: absolute;
  left: -124px;
  width: 22px;
  height: 22px;
  background-color: #9CB1CE;
  display: block;
  top: 32%;
}

.account-opening-pack::after {
  content: '';
  background-image: url('/wp-content/files/2022/04/Group-277@2x.png');
  position: absolute;
  left: -190px;
  width: 152px;
  height: 312px;
  background-size: cover;
  bottom: -265px;
  background-repeat: no-repeat;
}

/* .onboard-overlay {
    opacity: 0.8;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
}
.popup-div.details {
  border: none;
  background-color: transparent;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  height: 600px;
  max-width: 1170px;
  z-index: 1049;
  text-align: left;

}
.popup-div.details.popup-account {
  top: -300px;
} */
.page-template-template_customer-onboarding .descript-text-wrapper h1.title {
  font-size: 30px;
  opacity: 1;
  color: #9CB1CE;
  text-transform: capitalize;
  font-family: 'Roboto Bold';
}
.page-template-template_customer-onboarding .descript-text-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
/* .page-template-template_customer-onboarding  .description-wrapper.popup-submit {
  position: relative;
} */

/* .page-template-template_customer-onboarding .popup-close {
  position: absolute;
  width: 44px;
  height: 44px;
  color: red;
  background: #fff;
  border-radius: 50%;  
  right: 0;
  top: -46px;
  text-align: center;
  font-style: normal;
  font-size: 33px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  margin: 0 auto;
} */
.descript-text-wrapper a {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto Regular';
  color: #CDD8E6;
}

/* Terms and condition */
.toc-title{
  position: relative;
  height: 42px;
   background-color: #828A8F;
   cursor: pointer;
   text-align: left;
}
.toc-title i.fa.fa-chevron-down {
 float: right;
 font-size: 22px;
 background-color: #f12938;
 padding: 10px 10px;
 color: #FFFFFF;
 position: absolute;
 right: 0;
 bottom: 0;
 pointer-events: none;
}
.toc-title i.fa.fa-chevron-right {
 float: right;
 font-size: 22px;
 background-color: #f12938;
 padding: 10px 14px;
 color: #FFFFFF;
 position: absolute;
 right: 0;
 bottom: 0;
 pointer-events: none;
}
.terms-condition-wrapper .main-title {
 text-align: left;
}

.terms-condition-wrapper .title-section h1 {
 font-size: 48px;
 font-family: 'Roboto Bold',sans-serif;
 letter-spacing: 1.2px;
 line-height: 58px;
 text-align: left;
}
.table-ofcontent-wrapper ol > li ,
.main-termscondition-wrapper .intro-text ol > li,
.terms-content-wrapper .inner-content p,
.terms-title .intro-text p,
.terms-content-wrapper ul >li,
.terms-content-wrapper .inner-content ol > li{
 color: #828A8F;
 font-family: 'Roboto Regular',sans-serif;
 font-size: 14px;
 line-height: 25px;;
}
.terms-condition-wrapper p.content-title {
 color: #9CB1CE;
 font-family: 'Roboto Bold',sans-serif;
 font-size: 25px;
 text-transform: uppercase;
 text-align: left;
}
.terms-condition-wrapper strong {
 font-family: 'Roboto Bold',sans-serif;
}

.terms-condition-wrapper p.inner-title {
 color: #828A8F;
 font-size: 14px;
 font-family: 'Roboto Bold',sans-serif;
}
.table-ofcontent-wrapper ol > li {
 color: #FFFFFF;
}
.table-ofcontent-wrapper div a> ol {
 background-color: #9CB1CE;
 padding: 15px;
 padding-inline-start: 50px;
}
.e-sign-text p {
 color: #828A8F;
 font-size: 14px;
 font-family: 'Roboto Regular',sansserif;
 letter-spacing: 0.7px;
 line-height: 28px;
}
div#content-Acceptance p {
 color: #F12938;
}
.white-back-content .toc-title h3 {
 color: #FFFFFF;
 font-size: 15px;
 font-family: 'Roboto Bold',sans-serif;
 margin-bottom: 0;
 line-height: 42px;
 padding-left: 20px;
 text-transform: uppercase;
}
.terms-condition-wrapper ::marker {
 font-family: 'Roboto Bold';
}
.download-section a {
 color: #f12a38;
 font-family: 'Roboto Regular',sans-serif;
 font-size: 14px;
 position: relative;
 padding-left: 30px;
 margin-right: 15px;
}
.download-section {
 padding-bottom: 30px;
}
a.download::before {
 content: '';
 width: 25px;
 height: 25px;
 background-image: url("/wp-content/files/2022/02/pdf@2x.png");
 position: absolute;
 background-size: contain;
 background-repeat: no-repeat;
 margin-right: 25px;
 left: 0;
}
a.print::before {
 content: '';
 width: 25px;
 height: 25px;
 background-image: url("/wp-content/uploads/2021/12/print@2x.png");
 position: absolute;
 background-size: contain;
 background-repeat: no-repeat;
 margin-right: 25px;
 left: 0;
}
.main-termsconditions .content-title {
 padding-top: 60px;
 padding-bottom: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
 .main-termscondition-wrapper ol {
   padding-inline-start: 15px;
 }
 .white-back-content .toc-title h3 {
   color: #FFFFFF;
   font-size: 14px;
   margin-bottom: 0;
   line-height: 21px;
   padding: 10px;
   overflow-wrap: normal;
   max-width: 80%;
 }
 .toc-title{
   height: auto;
   
 }

 .account-opening-pack::after {
   left: -15px;
   width: 152px;
   height: 190px;
   background-size: contain;
   bottom: -200px;
 }
 .account-opening-pack::before {
   left: 21px;
   width: 16px;
   height: 16px;
 }
 .what-you-submit::before {
   left: -24px;
   width: 100px;
   height: 500px;
   background-size: contain;
   bottom: -60px;
 }
 .customer-onboarding-wrapper {
   max-width: 95%;
   margin: 0 auto;
 } 
 .submit-box,
 .review-box, .aop-box, .welcome-onboard-box {
   margin: 0 0 0 83px;
   max-width: 75%;
 }
}

.collapse{
 -webkit-transition: 3s ease-in-out;
 -moz-transition: 3s ease-in-out;
 -o-transition: 3s ease-in-out;
 transition: 3s ease-in-out;
}

.collapse.in{
 -webkit-transition: all 3s ease-in-out;
 -moz-transition: all 3s ease-in-out;
 -o-transition: all 3s ease-in-out;
 transition: all 3s ease-in-out;
}

.collapsing {
 -webkit-transition-delay: 2s ease-in-out;
 transition-delay: 2s ease-in-out;
 /* visibility: hidden; */
}
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 10;
  background: #f12938;
  padding: 8px 6px;
}
/* .scroll-to-top{
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 10;
  background: #f12938;
} */

.scroll-to-top a{
  display: block;
  padding: 10px;

}
.scroll-to-top a {
  content: '';
  background-image: url(/wp-content/files/2019/05/arrow-point-to-right-1.png);
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .scroll-to-top i{
  font-size: 35px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";

} */

/* ***************** */
/* Gravity form css */
/* *************** */
.bankone-form input, .bankone-form textarea, .bankone-form select {
  width: 100%;
  color: #333;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-indent: 5px;
  background-color: #9cb1ce;
}
.bankone-form  option {
  background-color: #f12938;
  color: #FFFFFF;
}
.bankone-form label {
  color: #cdd8e6;
  font-size: 14px !important;
  font-family: 'Roboto Regular',sans-serif;
  display: inline-block;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.bankone-form select {
  padding: 10px;
  background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 100% -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.1;
}
.bankone-form  input#gform_submit_button_1 {
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
  width: auto;
}

/* ***************************** */
/* Gravity form css- contact us */
/* *************************** */
.bankone-contact label {
  color: #000000 !important;
  font-family: 'Roboto Regular',sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.gform_wrapper .gfield_required{
   color: #f12938 !important;
}
.bankone-contact  input,.bankone-contact textarea, .bankone-contact select {
  background-color: #9cb1ce !important;
  border: none;
  color: #000000;
}
.bankone-contact select {
  padding: 10px;
  background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 100% -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.1;
}
.bankone-contact  option {
  background-color: #f12938;
  color: #000000 !important;
}
.bankone-contact .gform_footer input {
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
}
.security-services .bankone-form_wrapper {
  max-width: 41%;
  margin: 0 0 40px 60px;
}
.security-services label {
  color: #000000;
}
/* ***************************** */
/* Gravity form css- contact us */
/* *************************** */
.bankone-contact label {
  color: #000000 !important;
  font-family: 'Roboto Regular',sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.gform_wrapper .gfield_required{
   color: #f12938 !important;
}
.bankone-contact  input,.bankone-contact textarea, .bankone-contact select {
  background-color: #9cb1ce !important;
  border: none;
  color: #000000;
}
.bankone-contact select {
  padding: 10px;
  background-image: url(https://bankone.mu/private/wp-content/themes/Bankone/images/select-apply.png);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 100% -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.1;
}
.bankone-contact  option {
  background-color: #f12938;
  color: #000000 !important;
}
.bankone-contact .gform_footer input {
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
}
.security-services .bankone-form_wrapper {
  max-width: 41%;
  margin: 0 0 40px 60px;
}
.security-services label {
  color: #000000;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .main-termscondition-wrapper ol {
    padding-inline-start: 15px;
  }
  .white-back-content .toc-title h3 {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 21px;
    padding: 10px;
    overflow-wrap: normal;
    max-width: 80%;
  }
  .toc-title{
    height: auto;
    
  }

  .account-opening-pack::after {
    left: -15px;
    width: 152px;
    height: 190px;
    background-size: contain;
    bottom: -200px;
  }
  .account-opening-pack::before {
    left: 21px;
    width: 16px;
    height: 16px;
  }
  .what-you-submit::before {
    left: -24px;
    width: 100px;
    height: 500px;
    background-size: contain;
    bottom: -60px;
  }
  .customer-onboarding-wrapper {
    max-width: 95%;
    margin: 0 auto;
  } 
  .submit-box,
  .review-box, .aop-box, .welcome-onboard-box {
    margin: 0 0 0 83px;
    max-width: 75%;
  }
}
/* elite banking */
.elite-banking-section {
  padding-top: 64px;
}
.elite-banking-section .elite-text{
  color: #FFFFFF;
  position: relative;
  left: 0;
}
.elite-bg.row {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: 0 auto;
    opacity: 0.9;
}
.elite-banking-section .elite-details {
  z-index: 1;
  width: 100%;
  margin: 0 !important;
  height: 100%;
  background: #565F6D;
   min-height: 440px;
}
.elite-container.container-fluid {
   padding-right: 0;
   margin-bottom: -5px;
}
.elite-banking-section button.slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  top: 150px;
  bottom: 0;
  left: 31px;
  margin: auto;
  opacity: .7;
  background: url('images/left-arrow-03.png') no-repeat;
}
.elite-banking-section button.slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  top: 120px;
  bottom: 0;
  right: 31px;
  margin: auto;
  opacity: .7;
  background: url('images/left-arrow-03.png') no-repeat;
  transform: rotate(180deg);
}


.elite-description-wrapper {
  height: 100%;
  display: table;
  text-align: left;
  margin: 55px 90px 30px 15px;
  padding-top:15px;
   width: 90%;
}
p.elite-content-title  {
  color: #9CB1CE;
  font-family: 'Roboto Regular';
  font-size: 20px;
}
.elite-description-wrapper ul, .elite-content-text p  {
  color: #F7F7F7;
  font-family: 'Roboto Regular';
  font-size: 14px;
}
.elite-desc .row {
  margin: 0 !important;
}
.elite-banking-section .elite-details a.button-actu.btn-red.btn-popup {
  position: relative;
  height: 48px;
  text-transform: uppercase;
  padding: 12px 0 0 30px;
  color: #fff;
  z-index: 3;
  background-image: url(images/btn-red-rigth.png);
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  font-size: 19px;
  margin: 0 15px;
  text-align: right;
  padding-right: 60px

}
.btn-elite {
  position: relative;
  width: 100%;
  height: auto;
  text-align: right;
  right: 0;
  margin-bottom: 20px;
}
.elite-content-text a {
  color: #96aac6  !important;
  font-weight: 900;
  margin-left: 4px;
  text-decoration: underline !important;
}
.elite-content-text a:hover {
  color:#f12938 !important;

}
.elite-banking-section button.slick-arrow {
  outline: none;
}
.elite-banking-section .im-interested {
  position: relative;
  height: 100%;
  float: right;
}
.elite-details .row {
  min-height: 550px;
   height: 100%;
   max-height:100%;
}

.row.elite-title-container {
  margin: 0;
}

@media (max-width: 768px) {
  .elite-container.container-fluid {
    padding:0;
    margin: 0 auto;
  }

  .elite-details .row.elite-bg{
    height: 400px;
  }
  .elite-description-wrapper {
    height: 100%;
    display:block;
    text-align: left;
    margin: 35px auto;
    padding: 15px 15px;
}

  .elite-banking-section .elite-details{
    height: 100%;
  }
  .elite-description-wrapper ul {
    padding-inline-start: 15px;
  }
  .elite-banking-section .elite-text {
    color: #FFFFFF;
    position: relative;
    left: 0;
  }
  .elite-banking-section button.slick-prev.slick-arrow {
    width: 25px;
    height: 25px;
    top: 30px;   
    left:12px;
    background-size: contain;
  }
  .elite-banking-section button.slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    top: 30px;
    right: 12px;
    background-size: contain;

}
  .elite-text p{
    min-height:42px;
  }
  .elite-banking-section .elite-details a.button-actu.btn-red.btn-popup{
     right:0;
  }
}
/* elite */
.metiers-title p {
  font-size: 14px;
  margin-left: 65px;
  padding-top: 9px;
  font-weight: 500;
   line-height: 1;
}
.elite-details .row.m-b {
  min-height: auto ;
}
.elite-content-text .metiers-title[aria-expanded="false"] {
  background-size: inherit;
  height: 40px;
  background-position-y: 8px;
  background-color: #565f6d;
  width: 100%;
  margin-bottom: 0;
}
.elite-content-text .content {
  margin: 15px;
}
.elite-banking-section .slick-list.draggable {
  height: 100% !important;
}

.elite-text-container .links-elite {
  max-width: 90%;
  margin: 0 auto;
}

.elite-text-container .links-container {
  display: flex;
  max-width: 50%;
  margin: 0 auto;
}
.elite-text-container .elite-box-link {
  margin: 0 auto;
  width: 100%;
  position: relative;
 
}

.elite-text-container .elite-box-link img {
  margin: 0 auto;
}
.elite-box-link p.uppercase {
  max-width: 70%;
  font-size: 12px;
  text-align: center;
  margin: 0 15px ;
}
.elite-box-link .text-link img.arrow-bank {
  width: 30px;
  height: 30px;
}

.elite-box-link .text-link {
  display: flex;
   margin-top:10px;
}
.links-container a {
  padding-right: 35px;
}
.links-elite a:hover .elite-box-link p.uppercase {
  color: #f12938;
}

/* Exchange rate */

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.input-group-addon.date {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 35px;
  pointer-events: none;
}
.input-group.date.col-md-9 {
  width: 40%;
}
 
.elite-container.container-fluid{
  margin-bottom: -15px;
}
.elite-content-text p.red {
  color: #f12938;
  font-weight: 600;
  font-style: italic;
}
.elite-banking-section .elite-text {
  min-height: 160px;
}
 
.elite-bg .overlay-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000007a;
}
.overlay-title h1 {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 47%;
  width: 100%;
  font-size: 50px;
  font-style: italic;
  font-family: 'Roboto Regular';
}
/* Elite offshore */
.title-img-banner.Elite.Banking.Offshore {
  position: absolute;
  left: 35%;
  bottom: 20%;
}
.elite-content-text {
  padding-right: 15px;
}
.title-img-banner.Our.Shareholders {
  bottom: 40%;
  position: absolute;
  right: 10%;
}
.title-img-banner.Elite.Banking.by.Bank.One {
  position: absolute;
  right: 20%;
  bottom: 20%;
}
.title-img-banner.Investing.for.Growth {
  position: absolute;
  right: 15%;
  bottom: 30%;
}
.title-img-banner.Loans.for.every.need {
  position: absolute;
  right: 20%;
  bottom: 25%;
}
.title-img-banner.Cross-Border.Banking {
  position: absolute;
  top: 40%;
  left: 25%;
}
.title-img-banner.The.Mauritian.advantage {
  position: absolute;
  bottom: 25%;
  right: 10%;
}
.title-img-banner.Designer.banking.for.the.truly.discerning {
  position: absolute;
  bottom: 35%;
}
.title-img-banner.Designer.banking.for.the.truly.discerning  img,
.title-img-banner.The.wait.is.over img {
  mix-blend-mode: exclusion;

}
.title-img-banner.The.wait.is.over {
  position: absolute;
  bottom: 50%;
  right: 15%;
}
.title-img-banner.Seamless.Digital.Banking.Services {
  position: absolute;
  right: 5%;
  top: 25%;
}
.title-img-banner.Seamless.Digital.Banking.Services img ,
.title-img-banner.The.difference.is.that.we.know.your.name img{
  mix-blend-mode: difference;
}
.title-img-banner.The.Elite.Lifestyle {
  position: absolute;
  top: 5%;
}
.title-img-banner.The.difference.is.that.we.know.your.name {
  position: absolute;
  left: 10%;
  top: 10%;
}
.title-img-banner img {
  max-width: 270px !important;

}
p.elite-content-title >br {
  display: none;
}

/* thankyou Page EBo */
.page-template-template-thank-youebo div#content {
  background-color: #FFFFFF;
}
/*  simulate caltculator */
.box-simulator .simulator-title h1 {
  font-family: "Robot Regular", Arial;
  text-transform: uppercase;
  color: #FFFFFF;
}
.bankone-form textarea#input_1_8 {
  height: 150px;
}
.bankone-form input#input_1_19_1 {
  width: auto;
  margin-right: 15px;
}
.bankone-form .ginput_container.ginput_container_consent {
  text-align: left;
  display: flex;
}
.simulator .tooltip{
  z-index: 9;
  
}
/* investors circle */
.single-investors-circle{
  margin: 0 !important;
  padding: 0px 55px 0 55px;
}
.investor-single-section .image-section {
  text-align: center;
  margin: 0;
  margin-top: 42px !important;
}
.investor-circle-text-section h2 {
  color: #F02837;
  font-size: 28px !important;
  font-family: 'Roboto Light' !important;
  font-weight: 300 !important;
  line-height: 36px;
}
.single-investors-circle .slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  
  margin: auto;
  opacity: 0.7;
  background: url('/wp-content/files/2022/06/arrows-read-more-32px-1.png') no-repeat;}


  .single-investors-circle  button.slick-next.slick-arrow {
  right: 23px;
}
.single-investors-circle  button.slick-prev.slick-arrow {
  left: 23px;
  transform: rotate(-180deg);
    bottom: 36px;
}
.section-investor-circle-details .event-text-section {
  max-width: 90%;
  margin: 14px auto;
}

/** investors'circle **/
.investor-single-section .image-section {
  text-align: center;
  margin: 0;
  margin-top: 42px !important;
}
.investor-circle-text-section h2 {
  color: #F02837;
  font-size: 28px !important;
  font-family: 'Roboto Light' !important;
  font-weight: 300 !important;
  line-height: 36px;
  padding-left: 20px;
}
.row.investor-single-section  .embed-container {
  margin-bottom: 20px;
}
.investor-single-section .event-date p{
  font-weight: 700;
  color: #F02837;
}
.white-back-content.clearfix.single-event-container {
  padding: 0 !important;
  margin-top: 50px !important;
}

/* subscribe */
.page-id-47288 .gform_wrapper.gravity-theme #field_submit, .page-id-47288 .gform_wrapper.gravity-theme .gform_footer
.page-id-10339 .gform_wrapper.gravity-theme #field_submit, .page-id-10339 .gform_wrapper.gravity-theme .gform_footer  {
  display: table;
}

.page-id-47288  input#gform_submit_button_8,
.page-id-10339 input#gform_submit_button_7{
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
}
/* .tariffs-commissions-internationale .row-70 td.column-2 {
    font: 18px "roboto bold";
    text-align: center;
    color: #f12938;
    
} */


/* AFTAAB NEW CARDS */
.debit-cards-archive-banner {
  margin-top: 64px;
  position: relative;
}
.debit-cards-archive-banner img {
  object-fit: cover;
  width: 100%;
}
.debit-cards-archive-banner:after {
  content: "";
  display: block;
  background: black;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}
.debit-cards-archive-wrapper > .container-fluid {
  max-height: 296px;
  margin-bottom: 50px !important;
}
.banner-title {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
}
.banner-title p {
  font-size: 40px;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  margin-left: 60px;
}
.debit-cards-archive-wrapper {
  background: white !important;
}
.debit-cards-archive-wrapper > .container-fluid > .row > .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
/* * Naweed-Css * */
.card-bottom-section{
  color:#FFFFFF;
  font-size: 13px;
  width: 100%;
  padding: 20px 18px;
  min-height: 171px;
  background: #F12938;
}
.card-title{
  color:#FFFFFF;
  font-size: 22px;
  text-align: left;
  width: 100%;
}
.card-title p {
  font-weight: 500;
  font-size: 22px;
}
.card-description{
  font-weight: 400;
  font-size: 13px;
}
.card-arrow{
  text-align: right;
  color:#FFFFFF;
}
.discover-card-btn{
  background-color: #F12938;
  color:#FFFFFF;
  text-align: center;
  padding: 10px 10px;
  margin-top: 34px;
  margin-bottom: 30px;
  float: right;
}
.discover-card-btn a{ 
  font-weight: 500;
  font-size: 19px;
  color: white;
}
.discover-card-btn a:visited{ 
  color: white;
}
.discover-card-btn:hover a {
  color: white;  
}
.discover-card-btn a:after {
  content: "";
  background-image: url(/wp-content/files/2022/09/Group-1.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
}
.discover-card-btn a {
  position: relative;
}
.discover-card-btn {
  padding-right: 30px !important;
}
.container-fluid.single-card-banner {
  max-height: 30vh;
}
.single-card-banner .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.bankone-cards-wrapper{
  background-color: white;
}
.single-card-description {
  font-weight: 400;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 21px;
}
.bankone-cards-banner img{
  width:100%;
}
.bankone-icon{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bankone-icon p{
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
}
.features-wrapper{
  /* margin-top: 60px; */
  /* margin-left: 76px; */
}
.calculator-col{
  /* border: 1px solid #E8E8E8; */
  /* padding: 14px 18px; */
  /* max-width: 27%; */
  /* margin-left: 120px; */
  /* margin-bottom: 150px; */
  /* margin-top: 57px; */
}
.calculator-title{
  font-weight: 500;
  font-size: 14px;
}
.calculator-title p{
  border-bottom: 3px solid #F12938;
  width: 35%;
  /* padding-bottom: 5px; */
  margin-bottom: 5px;
}
.calculator-disclaimer{
  font-weight: 400;
  font-size: 15px;
}
.salary-input-field{
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}
.salary-input{
  background-color: #F2F2F2;
  font-size: 180%;
  padding-bottom: 0px;
  border: 0;
}
.financial-commitment-field{
  background-color: #F2F2F2;
  font-size: 180%;
  border: 0;
}
.monthly-financial-commitments-field{
  margin-top: 20px;
}
.calculate-btn{
  background-color: #F12938;
  color: #FFFFFF;
  text-align: center;
  padding: 2px 15px;
  /* float: right; */
  margin-top: 30px;
  font-weight: 500;
  font-size: 15px;
  transition: ease-in .3s;
  border: 1px solid #f22a38;
  /* margin-right: 10px; */
}
.calculate-btn a:visited {
  color: white;
}
.calculate-btn a{
  color: white;
  transition: ease-in .3s;
}
.calculate-btn a:focus {
  color: white;
}
.calculate-btn:hover {
  background: white;
  transition: ease-in .3s;
  border: 1px solid #f22a38;
  cursor: pointer;
}    
.calculate-btn:hover a{
  color: #f22a38 !important;
  transition: ease-in .3s;
}
.feature-title{
  font-weight: 600;
  font-size: 14px;
}

.feature-accordion-wrapper .feature-title{
  /* border-bottom: 1px solid #F12938; */
  /* border-top: 1px solid #F12938; */
}
.credit-card-application-approved-popup-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000ab;
    margin: auto;
    text-align: center;
    z-index: 1;
}
.credit-card-application-approved-popup-wrapper-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit-card-application-approved-popup{
  background: #ffffff;
  width: 65%;
  padding: 50px;
  border-radius: 5px;
  position: relative;
  max-height: 80vh;
  margin-top: 60px;
  overflow: scroll;
}
.gform_footer top_label .gform_button button{
  font-weight: 800;
    background: #F2F2F2;
    border: none !important;
    padding: 0 80px;
    border-radius: 50px !important;
    color: #084c51;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* AFTAAB SINGLE CARD */
.feature-accordion-wrapper {
  border-top: 1px solid #f12938;
  padding-top: 10px;
}
.feature-accordion-wrapper:last-child {
  border-bottom: 1px solid #f12938;
}
.features-wrapper {
  padding-left: 30px;
}
.feature-title p {
  font-size: 14px;
  font-weight: 400 !important;
}
.container-fluid.single-card-banner {
  padding-top: 60px;
}
.feature-title {
  position: relative;
}
.feature-title:after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  /* background-image: url(/wp-content/files/2022/10/Group-11.png); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  position: absolute;
  top: 2px;
  right: 6px;
  border-right: 1px solid red;
}
.credit-card-eligibility-calculator-wrapper {
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid #E8E8E8;
  padding: 14px 18px;
}
.calculator-fields label {
  font-weight: 400;
}
.calculate-btn {
  width: 110px;
  margin-left: auto;
}
.calculator-fields input {
  width: 100%;
}
.row.features-row {
  padding-bottom: 50px;
  margin-top: 40px;
}
.credit-card-application-approved-popup input#gform_submit_button_3 {
  background: #f12938;
  border: none;
  padding: 10px 30px;
  color: white;
  display: table;
  margin: 0px auto;
  margin-top: 20px;
  transition: ease-in .3s;
  text-transform: uppercase;
  border: 1px solid #f12938;
}
.feature-title:hover {
  cursor: pointer;
}
.credit-card-application-approved-popup input#gform_submit_button_3:hover {
  transition: ease-in .3s;
  background: transparent;
  border: 1px solid #f12938;
  color: #f12938;
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.close-btn:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #084c51;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.close-btn:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: #084c51;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.credit-card-application-denied-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000c4;
  z-index: 9;
}
.credit-card-application-denied-popup-wrapper-inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.credit-card-application-denied-popup {
  background: white;
  padding: 50px;
  position: relative;
}
.credit-card-application-denied-popup p {
  font-size: 16px;
  font-weight: 500;
}
.feature-content strong {
  font-weight: 800 !important;
  font-size: 15px;
  color: black;
  line-height: 40px !important;
}
.card-img img {
  width: 100%;
}
.bankone-cards-banner img {
  height: 30vh;
  width: auto;
}
.bankone-cards-banner {
  background: #d9d9d9;
}
.single-title {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #f12938;
  font-weight: 600;
}
.feature-title::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  /* background-image: url(/wp-content/files/2022/10/Group-11.png); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  position: absolute;
  top: -5px;
  right: -1px;
  border-bottom: 1px solid red;
}
.bankone-icon img {
  width: 35%;
  height: auto;
  object-fit: cover;
}
.bankone-icon {
  flex-direction: column;
}
.bankone-icon p {
  margin-top: 20px;
  text-align: center;
}
.col-md-6.features-col a {
  color: #333333;
  transition: ease-in .2s;
}
.col-md-6.features-col a:hover {
  color: blue;
  transition: ease-in .2s;
}
.features-wrapper a {
  color: #337ab7 !important;
}
.features-wrapper a:hover {
  color: #337ab7 !important;
}
.debit-cards-archive-banner img {
  max-height: 50vh;
  object-position: top;
}
.debit-cards-archive-banner {
  max-height: 50vh;
  margin-bottom: 50px;
}
.bankonecards {
  margin-left: 15px;
}
@media screen and (min-width: 320px) and (max-width:768px){
  .close-btn{
    top: 35px !important;
    right: 15px !important;
  }
  .container.bankonecards {
      margin-top: 50px !important;
      max-width: 100% !important;
  }
  .bankone-icon {
      flex-direction: column !important;
      margin-bottom: 20px !important;
  }
  .bankone-icon img {
      padding-bottom: 20px !important;
  }
  .row.features-row {
      max-width: 100% !important;
  }
  .col-md-6.features-col {
      margin-bottom: 50px !important;
  }
  .col-md-6.calculator-col {
      margin-left: 20px !important;
  }
  .container.bankonecards .row {
      max-width: 100% !important;
  }
}

/* ** Individual Customer Onboarding * */
.what-you-require, .submission-original{
  position: relative;
  padding-bottom: 70px;
}
.require-box:before{
  content: '';
  background-image: url(/wp-content/uploads/2021/11/arrow@2x.png);
  position: absolute;
  bottom: -62px;
  width: 25px;
  z-index: 99;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -9px;
}
.require-box .row {
  display: flex;
}
.require-box  .col-md {
    max-width: calc(100% / 7);
    padding: 0 15px;
}

.require-box,.sod-box{
  padding: 20px;
  border: 2px solid #9CB1CE;
  position: relative;
}
.sod-box::after {
  content: '';
  background-image: url(/wp-content/uploads/2021/11/arrow@2x.png);
  position: absolute;
  bottom: -62px;
  width: 25px;
  z-index: 99;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -9px;
}
.sod-box {
  max-width: 50%;
  margin: 0 auto;
}
.submission-original:before {
  content: '';
  background-image: url(/wp-content/files/2022/02/Group-276@2x.png);
  position: absolute;
  left: -190px;
  width: 152px;
  height: 545px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -150px;
}
a.debit-apply-now {
  margin: 0 auto;
  display: table;
  padding: 10px 35px;
  background: #f22a38;
  color: white;
}
.help-faqs-container .ui-accordion-content-active {
  height: auto !important;
}
.quicklinks-cards a {
  background-color: #F12938;
  color: white;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid white;
}
.quicklinks-cards {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  margin-bottom: 60px;
  position: relative;
  top: -60px;
  right: 20px;
  transition: ease-in .3s;
}
.downloads-page {
  margin-right: 20px;
}
.quicklinks-cards a:hover {
  transition: ease-in .3s;
  background: white;
  color: #f12938;
  border-color: #f12938;
}
.post-type-archive-cards .mask-black {
  background: transparent;
}
.container.bankonecards {
  margin-left: 20px !important;
  margin-right: auto !important;
}
.card-img:hover img {
  transform: scale(1.1);
  transition: ease-in .3s;
}
.card-img img {
  transition: ease-in .3s;
  transform: scale(1.0);
}
.card-img {
  overflow: hidden;
}

 /* ** product -retail ** */
 .postid-343 .metiers-title h3:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 1px;
  right: -1px;
  border-bottom: 1px solid red;
}

.postid-343 .metiers-title h3::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 8px;
  right: 6px;
  border-right: 1px solid red;
}

.postid-343 .item-metier {
  margin-left: 20px;
}
.postid-343 .metiers-title[aria-expanded="true"]{
  background-color: #FFFFFF;
  background-image: none;
  
}
.postid-343 .metiers-title[aria-expanded="false"] {
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  height: auto !important;
   margin-bottom: 0;
}
.postid-343 .metiers-title h3 {
  margin-left:0;
  position: relative;
}
.postid-343  .metiers-title[aria-expanded="true"] h3 {
  color:#414042;
}
.postid-343 .item-metier {
  position: relative;
}
.postid-343 .item-metier::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: red;
  position: absolute;
  top: -7px;
}
.postid-343 .item-metier:last-child::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: red;
  position: absolute;
  bottom: -15px;
}

/* * About-us * */
.banner-about-us {
  position: relative;
  background-image: url(/wp-content/files/2022/12/Mask-Group-1@2x.png);
  height: 570px;
  background-size: cover;
  background-position: left center;
}
.banner-about-us p.uppercase {
  position: absolute;
  color: #FFFFFF;
  bottom: 0;
  left: 100px;
  font-size: 60px;
  font-family: 'Roboto Regular',sans-serif;
}
.main-intro-content-grey {
    color: #58595B;
    font-size: 16px;
    padding: 50px 15px;
}
.main-intro-content-grey .container {
  max-width: 90%;
  margin: 0 auto;
}
.main-intro-content-grey a.download-corp {
  background-color: #ED313A;
  opacity: 1;
  padding: 15px 15px 15px 45px;
  border-radius: 15px;
  color: #FFFFFF;
  position: relative;
  font-family: 'Roboto Bold',sans-serif;
  transition: 0.3s ease-in-out;
}
.download-section-button {
  margin-top: 30px;
}
.main-intro-content-grey a.download-corp::before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  background-image: url(/wp-content/files/2022/12/download-icon@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
}
.clearfix.red-about-us-bg{
  height: 100%;
  background-color: #B22327;
  z-index: -1;
  padding: 30px 15px;
}
.clearfix.red-about-us-bg.background-design {
  padding: 50px 15px;
}

.clearfix.red-about-us-bg.background-design .abt-us-main-wrapper {
  background-image: url(/wp-content/files/2022/12/Group-65@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}

.background-icon {
  padding: 55px;
  max-width: 90%;
  margin: 0 auto;
}

.text-africa {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}

.text-africa p.africa-content {
  font-size: 24px;
  line-height: 41px;
  font-family: 'Roboto Regular',sans-serif;
}
.text-africa p.tagline {
  margin-top: 30px;
  font-family: 'Roboto Bold',sans-serif;
  font-size: 40px;
}
.we-are-africa .container {
  max-width: 90%;
  margin: 0 auto;
}
.we-are-africa {
  padding: 80px 15px;
} 
.africa-content p.title-africa {
  font-size: 60px;
  font-family: 'Roboto Regular',sans-serif;
  line-height: 86px;
  color: #636466;
  padding-bottom: 30px;
}
.abt-us-guidelines {
  padding: 80px 15px !important;
  color: #FFFFFF;
}
.abt-us-guidelines .title-wrapper.row {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.abt-us-guidelines .title-wrapper.row img {
  width: 70px;
  height: 60px;
}
/* .row.abt_us-values {
  padding-top: 60px;
  max-width: 90%;
  margin: 0 auto;
  height: 300px;
} */
.row.abt_us-guidelines-wrapper {
  margin-bottom: 30px !important;
  /* border-bottom: 2px solid #FFFFFF; */
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-direction: row;
  align-items: center;
}
.row.abt_us-guidelines-wrapper >.col-md-4:last-child {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.row.abt_us-guidelines-wrapper >.col-md-4:last-child .col-md-8 {
  text-align: right;
}
.abt_us-guidelines-wrapper p.title-text {
    font-family: 'Roboto Bold',sans-serif;
    font-size: 20px;
}
.text-guideline-abtus .title p {
  font-family: 'Roboto Regular',sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.text-guideline-abtus{
  padding-bottom: 20px;
}
.text-guideline-abtus .sub p {
  font-size: 15px;
  font-family: 'Roboto Regular',sans-serif;
}
.clearfix.red-about-us-bg.abt-us-guidelines{
  max-width: 100% ;
}
.text-guideline-abtus:nth-child(3) {
  padding-bottom: 0;
}
.clearfix.video-gallery-abt-us ,
.linkedin-abt-us{
  padding: 5px 15px;
}
.clearfix.video-gallery-abt-us .container ,
.linkedin-abt-us .container{
  max-width: 90%;
  margin: 0 auto;
}
.video-gallery-abt-us .title-wrapper ,
.linkedin-abt-us  .title-wrapper{
  font-size: 60px;
  font-family: 'Roboto Regular',sans-serif;
  line-height: 86px;
  color: #8B1A1B ;
}
.abt-us-main-wrapper {
  padding:  55px;
  max-width: 90%;
  margin: 0 auto;
}
.video-gallery-abt-us .latest-video-wrapper {
  margin: 0 auto;
  width: 100%;
}
.main-intro-content-grey p {
  font-family: 'Roboto Regular',sans-serif;
}
.other-video-abt_us-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.latest-video-container .other-video-abt_us-wrapper iframe {
  height: auto;
  min-height: 200px;
}
.clearfix.linkedin-abt-us {
  background-color: #E6E7E7;
}
.video-gallery-title-section a.subscribe-channel-link, .linkedin-section a.followus-link {
  padding: 15px 17px 15px 50px;
  background-color: #EC2E24;
  border-radius: 12px;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
}

.row.video-gallery-title-section,.row.linkedin-section{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.row.video-gallery-title-section .col-md-4 ,.row.linkedin-section .col-md-4{
  text-align: right;
}
.video-gallery-title-section a.subscribe-channel-link::before {
  content: '';
  background-image: url(/wp-content/files/2022/12/Group-147@2x.png);
  position: absolute;
  width: 50px;
  height: 36px;
  top: 5px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.linkedin-section a.followus-link::before {
  content: '';
  background-image: url(/wp-content/files/2022/12/Group-103@2x.png);
  position: absolute;
  width: 42px;
  height: 32px;
  top: 9px;
  left: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.row.abt_us-values, .row.abt_us-purpose, .row.abt_us-strategy {
  padding-top: 60px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  border-top: 2px solid #FFFFFF;

}
.row.abt_us-values.active, .row.abt_us-purpose.active, .row.abt_us-strategy.active{
  display: block !important;
}
.abt-us-guidelines .title-wrapper.row:hover,.abt-us-guidelines .title-wrapper.row.active{
   color: #bcbec0;
}
.abt_us-strategy p.uppercase {
  font-family: 'Roboto Bold',sans-serif;
  font-size: 18px;
  text-align: center;
}
.clearfix.red-about-us-bg.abt-us-guidelines .abt-us-main-wrapper {
    padding: 30px 55px;
}
.abt_us-purpose p.uppercase {
  font-family: 'Roboto Bold',sans-serif;
  font-size: 18px;
}

/** Regulatory-licenses **/
.page-template-template-regulatory-licenses ul#show1,
.page-template-template-regulatory-licenses .grecaptcha-badge {
  display: none;
}
.page-template-template-regulatory-licenses .site-footer{
  min-height: auto;
}
.page-template-template-regulatory-licenses .top-header {
    border-bottom: 2px solid #DFDFDF;
}
.page-template-template-regulatory-licenses-php .sidebar {
  display: none;
}

.page-template-template-regulatory-licenses-php .main-content {
  margin-top: 0;
}
.regulatorydocument-container .row-sidebar::-webkit-scrollbar {
  background: #f12a38;
  width: 5px;
}
.regulatorydocument-container .row-sidebar::-webkit-scrollbar-thumb {
  background: #a1a5a7;
  width: 5px;
}

.regulatorydocument-container .row-sidebar {
  display: block;
  float: left;
  background: #f12938;
  width: 235px;
  height: auto;
  position: absolute;
  left: -235px;
  top: 0;
  bottom: 0;
  overflow: scroll;
}
.regulatorydocument-container .document-slider-container{
  margin-top: 60px;
  padding-left: 30px;
  background: #FFFFFF;
}

.regulatorydocument-container .row-sidebar .slick-track{
  display: grid;
  width: 100%;
}

.regulatorydocument-container .row-sidebar .slick-slide{
  width: 100% !important;
  display: block;
}
.regulatorydocument-container .row-sidebar .slider-nav .title-side {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-size: 15px;
  margin: 0;
  border-bottom: 1px solid #abadb3;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.regulatorydocument-container .row-sidebar .slider-nav .title-side{
  cursor: pointer;
  display: block;
}
.regulatorydocument-container .row-sidebar .slider-nav .title-side:hover,
.regulatorydocument-container .row-sidebar .slider-nav .slick-current{
  transition-duration: 0.2s;
}
.regulatorydocument-container .row-sidebar .slider-nav .title-side:hover ,
 .regulatorydocument-container .row-sidebar .slider-nav .slick-current  {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.regulatorydocument-container {
  position:  relative;
}
.maintitle-document p.title {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  margin-top: 15px;
  color: #9CB1CE;
}
.licenses-container .img-holder img {
  height: 600px;
  width: auto;
  margin: 0 auto;
}

.licenses-container {
  margin-left: -30px;
  background-color: #333333;
  padding: 60px 0 60px;
  background-image: url(/wp-content/files/2022/09/Red-1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.licenses-container  button.slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: none;
  text-indent: -99999999px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin: auto;
  opacity: .7;
  background: url('images/left-arrow-03.png') no-repeat;
}
.licenses-container  button.slick-next.slick-arrow {
  top: 120px;
  right: 31px;
  transform: rotate(180deg);
}
.licenses-container  button.slick-prev.slick-arrow {
  top: 150px;
  left: 31px;
}
.page-template-template-regulatory-licenses .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.page-template-template-regulatory-licenses  .site-footer{
  display: none;
}
.page-template-template-regulatory-licenses .maintitle-document {
  width: calc(100% - 212px);
  float: left;
  text-align: center;
}
/* *For 4K Displays (Ultra HD)* */
@media screen and (min-width: 2560px) {
  .licenses-container .img-holder img{
    height: 1200px;
  }
  .licenses-container{
    margin-left: 330px;
    padding: 100px 0;
    min-height: 2000px;
  }
  .regulatorydocument-container .row-sidebar{
    width: 400px;
    height: auto;
    overflow: inherit;
  }
  .regulatorydocument-container .document-slider-container {
    margin-top: 60px;
    padding-left: 30px;
    background: #333333;
}

}
@media screen and (min-width: 1900px) {
  
.page-template.page-template-template-regulatory-licenses.page-template-template-regulatory-licenses-php .main-content {
    margin-left: 235px;
    min-height: 95vh;
}
.regulatorydocument-container .row-sidebar {
  display: block;
  float: left;
  background: #f12938;
  width: 281px;
  height: 95vh;
  position: absolute;
  left: -235px;
  top: 0;
  bottom: 0;
  overflow: scroll;
}
.regulatorydocument-container .document-slider-container {
  margin-top: 60px;
  padding-left: 72px;
  background-color: #f12938;
  min-height: 90vh;
}
.licenses-container {
  margin-left: -30px;
  background-color: #333333;
  padding: 60px 0 60px;
  background-image: url(/wp-content/files/2022/09/Red-1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.document-slider.slick-initialized.slick-slider {
  margin-top: 15px;
}
.licenses-container .img-holder img {
  height: 800px;
  width: auto;
  margin: 0 auto;
}
}

@media screen and (min-width: 3840px) {
  .regulatorydocument-container .row-sidebar .slider-nav .title-side  {
    font-size: 29px;
    padding: 29px 0;
  }
  .regulatorydocument-container .row-sidebar{
    width: 600px;
    height: auto;
    overflow: inherit;
  }
 
  .page-template-template-regulatory-licenses-php .main-content{
    height: 100%;
    margin-top: 130px;
  }
  .licenses-container .img-holder img{
     height: 1800px;
  }
  .licenses-container{
    margin-left: 330px;
    padding: 100px 0;
     min-height: 2000px;
  }
  
  .page-template-template-regulatory-licenses .top-header {
    border-bottom: 2px solid #DFDFDF;
    min-height: 130px;
  }
  .page-template-template-regulatory-licenses .header-logo{
    padding: 15px;
    margin-top: 20px;
  }
  .page-template-template-regulatory-licenses .header-logo img{
    width:  500px;
    object-fit: cover;
  }
  .page-template-template-regulatory-licenses .maintitle-document {
    width: calc(100% - 541px);
    float: left;
    text-align: center;
    margin-top: 30px;
  }
  .maintitle-document p.title{
    font-size: 45px;
  }
  .regulatorydocument-container .row-sidebar .slider-nav .title-side:hover ,
  .regulatorydocument-container .row-sidebar .slider-nav .slick-current  {
    font-weight: bold;
    font-size: 29px;
    border-bottom: 2px solid #fff;
  }
}


/* terms condition */
.download-section {
  display: flex;
}
.download-section a{
   display: flex;
   flex-direction: column;
   margin-left:  15px;
}
.download-section a>span{
  color: #f12a38 !important;
  font-family: 'Roboto Regular',sans-serif !important;
  font-size: 14px !important;
  position: relative;
  padding-left: 0;
  padding-top: 1px;
  font-style: italic !important;
}
.download-section a:hover >span{
  color: #23527c !important;

}

/* * Home Loan* */
.postid-1270 .section-actu.actu3.clearfix {
  display: none;
}

/* * SME Birthday Offer */
input#input_12_19_1 {
  max-width: 20%;
}
.sme-birthday-form label {
  color: #000000 !important;
  font-family: 'Roboto Regular',sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.sme-birthday-form  .gform_footer input {
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
}
.sme-birthday-form .gform_footer.top_label {
  max-width: 50%;
}
.sme-birthday-form .ginput_container.ginput_container_consent {
  text-align: left;
  display: flex;
  align-items: center;
}
table#tablepress-11 {
  margin-top: 15px;
}
table#tablepress-11 td {
  border: 1px solid  #111;
}
.actus-wrapper .content-actu span.red, .actus-wrapper .content-actu span.red a {
  font-weight: 800 !important;
  color: #f12a38 !important;
  font-family: 'Roboto Bold',sans-serif;
}

a.btn-slider.btn-popup.fixed-depo {

  bottom: 0;
  left: 15px;
}

/* News - Single */
.actus-wrapper .content-actu table tr {
  background-color: #f0f0f0;
  display: block;
}
.actus-wrapper .content-actu table tr td strong {
  font-weight: 600;
}
.actus-wrapper .content-actu table tr:first-child td {
  padding: 10px;
}
.actus-wrapper .content-actu table tr td {
  white-space: nowrap;
  padding: 5px 10px;
  max-width: 180px;
  min-width: 180px;
  width: 180px;
}
.actus-wrapper .content-actu {
  overflow: hidden;
}
.actus-wrapper .content-actu table {
  overflow: scroll;
}
.actus-wrapper .content-actu table tbody {
  overflow: scroll;
}
.actus-wrapper .content-actu table tr:first-child {
  background-color: #e6e9ea;
}
.content-actu-table {
  overflow-x: auto;
}

.home .slider-wrapper .home .mask-black{
  top: 0  !important;
}


/* Mortgage Calculator */
.box-simulator {
  margin-bottom: 50px;
}
.form-group.m-b .input-holder {
  padding: 0px 10px;
}
h1.no-m.fixed-dep-calc-title span {
  text-transform: none;
  font-size: 22px;
}
.compare-table{
  overflow: scroll; 
  height: auto;
}

.insurance-form label {
  color: #000000 !important;
  font-family: 'Roboto Regular',sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.insurance-form .gfield--type-html p {
  color: #000000!important;
}
.insurance-form .gfield--type-html p a{
  color: #f12938!important;
}
.insurance-form  .gform_footer input {
  padding: 10px 58px !important;
  color: #fff !important;
  float: right !important;
  background: #f12938 !important;
  background-image: url(images/right-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #ccc;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  margin-bottom: 25px;
}
.insurance-form  .gform_footer {
   max-width: 200px;
}
.insurance-form .ginput_container_date input {
  width: 100% !important;
}

.insurance-form_wrapper .gfield_select {
  font-size: 12px !important;
  line-height: 20px;
}
.page-template-contact .col-lg-6.col-md-6.col-sm-12.form {
  padding-right: 0;
  padding-left: 0;
}
.retail_produit-template-single-product-assurance .apply-pop {
  margin-top: 20px;
}


/* principle of conduct */
.principle-conduct button.download_button {
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 25px;
}
.principle-conduct button.download_button:before {
  transform: rotate(-45deg);
  left: inherit;
  right: 27px;
}
.principle-conduct button.download_button:after {
  transform: rotate(45deg);
  right: 20px;
}

.compare-table {
  margin-top: 60px !important;
}

.form-download-container-main .row {
  overflow: auto;
}
.faq-video-btn {
  margin-top: 20px;
}
.postid-45070 .col-md-4:nth-child(2),
.postid-75180 .col-md-4:nth-child(2){
  display: none;
}
/* mobile offer link */
a.btn-slider.mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width:768px){
  a.btn-slider.mobile {
    display: block;
  }
  a.btn-slider.desktop {
    display: none;
  }

}
.gform_wrapper.gravity-theme .gfield textarea.small {
  resize: none;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
  resize: none;
}

.section-actu.actu2.clearfix.promotion-hp {
  display: none;
}

/* hidden */
.userguide-section,
.user-guide-container{
   display: none;
}

/* fx rates */
a.fx-rates-btn.btn-slider {
  left: 15px;
}

.contact-wrapper .text-with-icon{
  min-height: 50px;
}
.contact-wrapper .text-with-icon .bloc-icon {
  width: 30px;
  height: 35px;
}
.contact-wrapper .text-with-icon .text {
  margin-left: 0px;
  padding-top: 0px;
  color: #828a8f;
}
.contact-wrapper .text-with-icon {
  min-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.retail_produit-template .text-with-icon {
  margin-bottom: 30px;
  min-height: 50px;
}

/* french */
a.btn-slider.btn-popup:lang(fr) {
  width: 290px;
}



ul.language-dropdown-menu {
  position: absolute;
  left: -5px;
  padding-left: 0;
  top: 40px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  padding: 10px 10px 0;

}

.language-selector {
  position: relative;
  z-index: 9999999;
  cursor: pointer;
}

ul.language-dropdown-menu li {
  padding: 0;
  background: #fff;
}

.language-dropdown:hover .language-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.language-dropdown:before {
  position: absolute;
  display: block;
  bottom: -30px;
  height: 35px;
  content: '';
  z-index: 2;
  right: 0;
  left: 0;
}
.disclaimer-text-container {
  margin-top: 20px;
}
ul.language-dropdown-menu p {
  text-transform: capitalize;
}
.language-current p {
  color: #828a8f;
  margin-bottom: 0;
   padding: 0 5px;
}
.language-current img {
  width: 20px;
}
.language-current {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.language-current span.caret{
   color: #828a8f;
}

/* swahili */
.section-actu .actu-item .button-actu.red-color:lang(sw) {
  width: 341px;
  height: 54px;
  padding: 5px 0 0 0 !important;
}
.actu3 .button-actu:lang(sw){
  width: 318px!important;
}


.menu-sidebar-swahili-container ul li .sub-menu ul li .sub-menu {
  left: 470px;
  display: none;
}
.menu-sidebar-swahili-container ul li .sub-menu ul li:hover .sub-menu {
  left: 470px;
  display: block;
  border-bottom: 2px solid #fff;
}

.contact-wrapper h2.gform_title {
  display: none;
}

.top-menu-mobile{
   display: none;
}
@media screen and (max-width: 991px) {
  .top-menu-mobile{
    display: flex;
  }
  .btn-search {
    margin-right: 10px;
  }
  .header-logo {
    width: 120px;
  }
  .btn-help.desktop{
    display: none;
  }
  .language-mobile {
    text-transform: uppercase;
  }
  .top-menu-mobile {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 0;
    padding-top: 11px;
  }
  .language-dropdown:hover .language-dropdown-menu{
    list-style:  none;
  }
  ul.language-dropdown-menu li a p {
      text-transform: uppercase;
      color: #828a8f;
      margin-bottom: 10px;
      padding: 0 5px
  }
  .language-dropdown:hover .language-dropdown-menu {
    opacity: 1;
    visibility: visible;
    list-style: none;
    top: 32px;
    left: 7px;
    padding-top: 5px;
  }
    .btn-help.btn-help-mobile {
      margin-left: 10px;
      margin-right: 10px;
    }
    .btn-help.btn-help-mobile img {
      width: 20px;
    }
    .language-current img {
      width: 15px;
      margin-bottom: 2px;
  }
    .btn-burger{
      margin-top: 20px;
    }
    .btn-search.ib-login-mobile a {
      color: #f12a38 !important;
    }
    .dwnload-playstore.download, .dwnload-applestore.download {
        margin: 0 auto 15px;
    }
  .dwnload-applestore.download img, .dwnload-playstore.download img {
      max-width: 100%;
      margin: 0 auto;
      object-fit: cover;
      width: 60%;
  }
  .dwnload-applestore.download a, .dwnload-playstore.download a {
      
      text-align: center;
      
  }

  .dwnload-playstore.download,.dwnload-applestore.download {
      display: flex;
      align-items: center;
      justify-content: center;
  }


    .row.products-holder-title.ib-login-title{
      margin: 0 auto;
      max-width: 80%;
    }
    .dwnload-playstore.download .text p.bolder,.dwnload-applestore.download .text p.bolder {
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .row.products-holder-title.ib-login-text p {
      font-size: 14px;
      line-height: 20px;
  }
  .top-menu-mobile a,
  .top-menu-mobile p {
    font-size: 12px;
  }
  .language-dropdown:hover .language-dropdown-menu {
    opacity: 1;
    visibility: visible;
    list-style: none;
    top: 32px;
    left: 7px;
    padding-top: 5px;
  }
  .language-dropdown:hover .language-dropdown-menu{
    list-style:  none;
  }
  .row.products-holder-title.ib-login-text {
    padding-top: 22px;
  }
}



/* cards promo section */
.card-promo-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

img.card-promo-img {
    max-width: 350px;
    object-fit: cover;
}
.card-promo-section a.btn {
  
    background-color: #F12938;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    transition: ease-in .3s;
    border: 1px solid #f22a38;
    width: 350px;
}
.card-promo-section a.btn:hover{
  background-color: #FFFFFF;
  color: #F12938;
  border: 1px solid #f22a38;
}
.single-bankone-cards  .row.features-row{
  margin-top: 0;
}
.single-bankone-cards a.debit-apply-now {
    margin: 0 auto;
    display: block;
    padding: 10px 35px;
    background: #f22a38;
    max-width: 350px;
    color: white;
    text-align: center;
      transition: ease-in .3s;
}
.single-bankone-cards a.debit-apply-now:hover{
  background-color: #FFFFFF;
  color: #F12938;
  border: 1px solid #f22a;
}
.single-bankone-cards .row.card-icons {
    padding-top: 15px;
}
.single-bankone-cards .calculate-btn {
    width: 100%;
    margin-left: auto;
     padding: 10px 15px;
}
.card-promo-section.mobile-only{
   display: none;
}
/* .container.bankonecards{
  margin:  0 auto !important;
} */


@media screen and (min-width: 320px) and (max-width:768px){
  .card-promo-section.mobile-only{
    display: block;
  }
  .card-promo-section.desktop-only{
    display: none;
  }
  img.card-promo-img {
      max-width: 300px;
      object-fit: cover;
  }
  .card-promo-section a.btn {
      width: 300px;
  }

  .page-template-become .main-content {
    height: auto;
  }
  .page-template-team .main-content {
      overflow-x: auto;
  }
  .page-template-team  .others-cat.clearfix {
    background: #FFFFFF;
    min-height: 54vw;
  }
  .team .white-back-content {
      margin-top: 100px !important;
  }
  .privavy-policy-container {
    width: 100%;
}
}
.single-bankone-cards .calculator-title p {
    border-bottom: 3px solid #F12938;
    width: 65%;
    margin-bottom: 5px;
}

/* team updates */
.team-photo {
  width: 300px;         
  height: 300px;        
  object-fit: cover;    
  display: block;
  margin: 0 auto;
  border-radius: 0;     
}


/* Adjust for medium screens (tablets) */
@media screen and (max-width: 1024px) {
  .team-photo {
    width: 250px;
    height: 250px;
  }
  .team .item .img{
    height: 250px;
  }
}

/* Adjust for smaller devices */
@media screen and (max-width: 768px) {
  .team-photo {
    width: 300px;
    height: 300px;
  }
  .team .item .img{
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .team-photo {
    width: 300px;
    height: 300px;
  }
  .team .item .img{
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .team-photo {
    width: 300px;
    height: 300px;
  }
   .team .item .img{
    height: 300px;
    
  }
}
@media screen and (min-width: 1800px) {
  .team-photo {
    width: 450px;
    height: 450px;
  }
   .team .item .img{
    height: 450px;
  }
}

/* organigram */
.organigram-container svg#layer_1 {
    max-width: 1400px;
    margin-left: -38px;
}
.organigram-container svg#layer_1 {
    max-width: 1400px;
    margin-left: -38px;
}
 .organigram-container svg text,
 g#Board_Credit__x03_Committee .st4 path{
    fill: #ffffff;
}
g#Business_functional_heads_management_committees-2:hover g rect.st2 {
    fill: #f12a38;
    cursor: pointer;
}
#Business_functional_heads_management_committees-2 g text,
#Board_of_Directors-3 g text{
  text-transform: uppercase;
   font-family: 'Robot Regular';
}
.section-actu.faq.clearfix .col-md-6.col-xs-12.actu-item.back-white {
    width: 100%;
}

.section-actu.faq.clearfix .col-md-6.col-xs-12.no-text.actu-item.img.compat-object-fit {
    display: none;
}

/* amended exchange rate size */
.devise-wrapper .text-left {
    text-align: center;
}