@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body
{
    width: 100%;
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
}
.content{
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
}
.container2
{
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.container2 .border-line
{
    width: 100%;
    height: 50px;
    background: #222;
}
.container2 .management-card
{
    position: relative;
    width: 500px;
    height: 530px;
    margin: 10px;
    display: flex;
    transition: 0.5s;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(45deg, #1a2f3f, #7094ce);
}
.container2 .management-card img
{
    position: absolute;
    bottom: 0;
    left: 80%;
    transform: translateX(-50%);
    height: 520px;
    transition: 0.5s;
}
/* .container .card:hover img
{
    left: 80%;
    height: 470px;
} */
.container2 .management-card .management-content
{
    position: relative;
    width: 57%;
    padding: 20px 20px 20px 40px;
}
/* .container .card:hover .management-content
{
    left: 0;
    opacity: 1;
    visibility: visible;
} */
.container2 .management-card .management-content h2
{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1em;

}
.container2 .management-card .management-content h3
{
    color:  #1a2f3f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 3px;
    margin-top: 5px;
}
.container2 .management-card .management-content p
{
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    /* word-spacing: 2px; */
    text-align: justify;
    text-indent: 30px;
}
.container2 .management-card .management-content a
{
    position: relative;
    color: #111;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 700;
}

.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    /*transition: all 0.3s ease-in;*/
}
/*.navbar.sticky{*/
/*    padding: 10px 0;*/
/*    background: #fff;*/
/*}*/
.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    /* padding: 5px 5px 5px 5px ; */
}
.logo img{
  width: 50px;
  height: 50px;
  /* padding-top: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .menu-list{
    display: inline-flex;
    margin-top: 10px;
}
.menu-list li{
 
    list-style: none; 
}
.menu-list li a{
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 25px;
}
.menu-list li a button
{
  color: #fff;
  background: #2874A6;
  border: none;
  margin: -10px;
  padding: 0;
  padding: 10px 20px;
  border-radius: 10px;
}
.menu-list li a.active{
  background:  #2874A6;
  border-radius: 10px;
  color: #FFF;
}
.menu-list li a.act{
  /*border: 1px solid #2874A6;*/
  border-radius: 7px;
  color: #2874A6;
}
.menu-list li a.activ{
  background: #2874A6;
  border-radius: 7px;
  color: #fff;
}
.menu-list li a:hover{
   color: #2874A6;
   background: #FFF;
  /* background-color: rgb(2, 87, 73); */
  /*background: linear-gradient(45deg, #1c415e, #7ba7ec);*/
  /* color: #fff;
  box-shadow: 0 0 15px  #c850c0,
              0 0 15px  #4158d0;
  border-radius: 5px; */

}
.navbar ul li
{
  /* float: right; */
  list-style: none;
  position: relative;
}
/* .navbar ul ul::after
{
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%);
} */
  .navbar ul ul
{
  position: absolute;
  top: 30px;
  /* left: -27px; */
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border-top: 2px solid #2874A6;
  border-radius: 3px;
  background: rgba(255,255,255,255);
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%); */
} 
.navbar ul li:hover > ul
{
  opacity: 1;
  visibility: visible;
} 
.navbar ul ul li
{
  position: relative;
  margin: 0;
  float: none;
  display: list-item;
  width: 170px;
  padding: 10px 10px;
  font-size: 5px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.548); */
} 
.show, input
  {
    display: none;
  }





  .banner{
    width: 100%;
    height: 100vh;
    background:url("images/caniogan-coop-management-slider.png") no-repeat;
    background-blend-mode: darken;
    background-size: contain;
    background-position: center;
     padding-top: 100px;
}
.row
{
    display: flex;
    height: 88%;
    align-items: center;
}
.row .col
{
    margin: 0;
    margin-top: 25%;
    flex-basis: 60%;
    margin-left: 10%;
}
.row .col h1
{ 
    width: auto;
    color: #fff;
    font-size: 50px;
    /*opacity: 0;*/
    /*animation: slide_up 0.5s linear forwards;*/
    /*animation-delay: 0.6s;*/
}
.row .col .line1
{
    top: 400px;
    left: 140px;
    width: 10%;
    height: 4px;
    background: #fff;
    /*opacity: 0;*/
    /*animation: slide_left 0.5s linear forwards;*/
    /*animation-delay: 0.4s;*/
}

.row .col p
{
    
    color: #8E8D8D;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
    width: 100%;
}
.cont-title
{
    width: 100%;
    height: 100px;
    margin-top: -110px;
}
.cont-title h1
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2874A6;
    margin: 0px 15px 15px 15px;
}
.cont-title p 
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8E8D8D;
    font-size: 15px;
    padding: 0 20px;
}
@keyframes slide_left
{
    0%
    {
        transform: translateX(-100px);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slide_right
{
    0%
    {
        transform: translateX(100px);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slide_up
{
    0%
    {
        transform: translateY(-100px);
        opacity: 0;
    }
    100%
    {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes slide_down
{
    0%
    {
        transform: translateY(100px);
        opacity: 0;
    }
    100%
    {
        transform: translateY(0px);
        opacity: 1;
    }
}
.icon
{
    color: #000;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
/* footer */
  .footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #2874A6;
  }
  .main-content{
    display: flex;
    background:#2874A6;
    color: #d9d9d9;
  }
  .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  .box h2{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .footer-content{
    margin: 20px 0 0 0;
    position: relative;
  
  }
   .box .footer-content a
   {
       text-decoration: none;
       color: #E4E3E3;
       font-size: 13px;
       font-weight: 400;
       display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
       
   }
  .box .footer-content:before{
    position: absolute;
    content: '';
    top: -10px;
    left: 1px;
    height: 2px;
    width: 100%;
    background: #fff;
  }
  .box .footer-content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    background: #fff;
    top: -10px;
  }
  .left .footer-content .left-content
  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .left .footer-content a{
    text-align: justify;
    font-size: 0.8625rem;
    font-weight: 400;
    padding-right: 50px;
  }
  .left .footer-content .social{
    margin: 20px 0 0 0;
  }
  .left .footer-content .social a{
    padding: 0 2px;
  }
  .left .footer-content .social a span{
    height: 40px;
    width: 40px;
    background: #2874A6;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
  }
  .left .footer-content .social a span:hover{
      background: #fff;
  }
  .center .footer-content .place{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .phone{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .email{
    display: flex;
    flex-wrap: wrap;
  }
  
  .center .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .center .footer-content .fas:hover{
      background: #2874A6;
  }
  .center .footer-content .text{
    font-size: 0.8625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .center .footer-content .phone{
    margin: 15px 0;
  }
  .right .footer-content{
    display: flex;
    flex-wrap: wrap;
  }
  .right .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .right .footer-content .fas:hover{
      background: #2874A6;
  }
  .right .footer-content .text{
    font-size: 0.8625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .right .footer-content .phone{
    margin: 15px 0;
  }
  /*.right form .text{*/
  /*  font-size: 1.0625rem;*/
  /*  margin-bottom: 2px;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form .msg{*/
  /*  margin-top: 10px;*/
  /*}*/
  /*.right form input, .right form textarea{*/
  /*  width: 100%;*/
  /*  font-size: 1.0625rem;*/
  /*  background: #151515;*/
  /*  padding-left: 10px;*/
  /*  border: 1px solid #222222;*/
  /*}*/
  /*.right form input:focus,*/
  /*.right form textarea:focus{*/
  /*  outline-color: #3498db;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form input{*/
  /*  height: 35px;*/
  /*}*/
  /*.right form .btn{*/
  /*  margin-top: 10px;*/
   
  /*}*/
  /*.btn{*/
  /*  margin-top: 10px;*/
  
  /*}*/
  /*.right form .btn button{*/
  /*  height: 40px;*/
  /*  width: 100%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #245779;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*}*/
  /*.btn button{*/
  /*  height: 40px;*/
  /*  width: 70%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #2874A6;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*  color: #fff;*/
   
  /*}*/
  /*.right form .btn button:hover{*/
  /*  background: #000;*/
  /*  color: #fff;*/
  /*}*/
  .btn button:hover{
    background: #000;
    color: #fff;
  }
  .bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #245779;
  }
  .bottom center span{
    color: #fff;
    
  }
  .bottom center a{
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    text-decoration: none;
  }
  .bottom center a:hover{
    text-decoration: underline;
  }

  .mng-affil .affil-title
  {
    width: 100%;
    text-align: center;
  }
  .mng-affil .affil-title h1
  {
    color: #1a2f3f;
    margin-top: 100px;
    padding: 10px 10px 10px 10px;
  }
  .mng-affil .affil-title a
  {
      text-decoration: none;
      color:#2874A6;
  }
  .mng-affil .affil-title p
{
  color: #0a1822;
  padding: 10px 10px 10px 10px;
}
.affil-bank
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.affil-bank .bank-content
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.affil-bank .banks
{
  width: 150px;
  margin: 30px;
  /* border: 1px solid #000;
  border-radius: 10px; */
}
.affil-bank .banks img
{
  width: 130px;
  /* border: 1px solid #000;
  border-radius: 10px; */
}
/* .affil-bank .banks img:hover
{
  border-radius: 10px;
  box-shadow: 0 0 5px  #1a2f3f,
              0 0 5px  #7094ce;
  transition: 0.5s;
} */

.action
  {
    display: flex;
      top: 20px;
      right: 30px; 
      margin-left: 0; 
  }
  .action .profile
  {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: 20px;
  margin-top: -12px;
  }
  
  .action .profile img
  {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* filter: brightness(0) invert(1); */
      
  }
  .action .acc-img img
  {
    max-width: 50px;
    margin-left: 75px;
    margin-bottom: -15px;
  }
  
  .action .menu
  {
      position: absolute;
      top: 80px;
      right: 60px;
      padding: 10px 20px;
      background: #fff;
      width: 200px;
      box-sizing: 0 5px 25px rgba(0, 0, 0, 1);
      border-radius: 15px;
      transition: 0.5s;
      visibility: hidden;
      opacity: 0;
      text-align: left;
  }
  .action .menu.active 
  {
      visibility: visible;
      opacity: 1;
  }
  .action .menu::before
  {
      content: '';
      position: absolute;
      top: -5px;
      right: 28px;
      width: 20px;
      height: 20px;
      background: #FFF;
      transform: rotate(45deg);
  
  }
  .action .menu h3
  {
      width: 100%;
      text-align: center;
      font-size: 18px;
      padding: 20px 0;
      font-weight: 600;
      font-size: 18px;
      color: rgb(0, 0, 0);
      line-height: 1.2em;
      text-transform: uppercase;
  }
  .action .menu span
  {
      font-size: 14px;
      color: #000000;
      font-weight: 400;
      
  }
  
  .action .menu ul li
  {
      list-style: none;
      padding: 10px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      direction: flex;
      align-items: center;
  
  }
  .action .menu ul li img
  {
      max-width: 20px;
      margin-right: 10px;
      opacity: 0.5;
      transition: 0.5s;   
  }
  .action .menu ul li:hover img
  {
      opacity: 1;
  }
  .action .menu ul li a
  {
      display: inline-block;
      text-decoration: none;
      color: #555;
      font-weight: 500;
      transition: 0.5s;
  }
  .action .menu ul li a:hover
  {
      color: #fff;
  }
  @media (max-width: 991px) 
{
    .container2 .management-card
    {
        width: auto;
        max-width: 600px;
        height: 800px;
    }

    .container2 .management-card img
    {
        height: 380px;
        left: 50%;
        top: 0;
        margin-top: 0px;
    }
    .container2 .management-card .management-content
    {
        width: 100%;
        left: 0;
        padding: 40px;
    }
    .container2 .management-card .management-content h2
    {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    margin-top: 370px;
    }
    .banner{
      width: 100%;
      height: 70vh;
      background:url("images/caniogan-coop-management-slider.png") no-repeat;
      background-blend-mode: darken;
      background-size: contain;
      background-position: center;
  }
}
@media (max-width: 800px)
{
  .row .col
  {
      margin: 0;
      margin-top: 35%;
      flex-basis: 60%;
      margin-left: 10%;
  }
  .row .col h1
  { 
      color: #fff;
      font-size: 40px;
      /*opacity: 0;*/
      font-weight: 600;
      /*animation: slide_up 0.5s linear forwards;*/
      /*animation-delay: 0.6s;*/
  }
  .row .col .line1
  {
      top: 400px;
      left: 140px;
      width: 30%;
      height: 7px;
      background: #fff;
      /*opacity: 0;*/
      /*animation: slide_left 0.5s linear forwards;*/
      /*animation-delay: 0.4s;*/
  }
  
  /*.row .col p*/
  /*{*/
  /*    color: #fff;*/
  /*    font-size: 14px;*/
  /*    line-height: 18px;*/
  /*    margin: 0;*/
  /*    width: 100%;*/
  /*}*/
}
@media (max-width: 767px) 
{
    .container2
    {
    flex-direction: column;
    }
    /* .container2 .management-card
    {
        margin: 40px 20px;
    } */
}
@media (max-width: 967px) 
{
    /* .container2 .card .content
    {
        padding: 30px;
    } */
    /* .container2 .card:hover img
    {
        height: 300px;
    } */
    
  
}

@media all and (max-width: 840px)
{
  .navbar .content .action 
  {
    display: none;
  }
  .navbar ul 
  {
    margin-right: 0px;
    float: left;
  }
  .navbar ul li,  .navbar ul ul li 
  {
    display: block;
    width: 100%;
  }
  .navbar ul ul
  {
    top: 20px;
    margin-left: 100px;
    width: 200px;
    position: static;
    border: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .show
  {
    display: block;
    color: #3d3d3d;
    font-size: 15px;
    padding: 0 50px;
    line-height: 20px;
    cursor: pointer;
  }
  .show + a, ul
  {
    display: none;
  }
  [id^=btn]:checked + ul
  {
    display: block;
  }
  .icon{
    display: block;
    margin-left: 200px;
}
.icon.hide{
    display: none;
}
.navbar .menu-list{
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    background:#fff;
    display: block;
    padding: 40px 0;
    text-align: left;
    transition: all 0.3s ease;
}
.navbar .menu-list.active{
    left: 0%;
}
.navbar .menu-list li{
    margin-top: 25px;
}
.navbar .menu-list li a{
    font-size: 15px;
    padding-left: 50px;
}
}

@media screen and (max-width: 900px) {
    .footers{
      position: relative;
      bottom: 0px;
    }
    .main-content{
      flex-wrap: wrap;
      flex-direction: column;
    }
    .main-content .box{
      margin: 5px 0;
    }
  }
@media (max-width: 768px) 
{
    body{
      height: 100px;
    }
    body.disabledScroll{
        overflow: hidden;
    }
   
    
    .col{
      margin-left: 20%;
      
    }
    .col h1{
      font-size: 20px;
      font-weight: 500;
    }
    /*.col p{*/
    /*  margin-top: -7px;*/
    /*  margin-bottom: 10%;*/
    /*  font-weight: lighter;*/
    /*  letter-spacing: 1px;*/
    /*}*/
    .col .card{
      overflow: hidden;
      display: none;
      
    }
  
    .col .btns button{
  
      width: 150px;
    }
     /* .spoffer {
      position: relative;
       width: 100px;
       height: 100px;
    }
    .soff h2 h3{
      width: 10px;
      height: 10px;
      font-size: 300px;
    
    }
    .spoffer .soff{
    width: 100px;
    height: 40px;
    
    background: rgba(255, 255, 255, 0.637);
    }  */
   
    /* .btn-view button{
      width: 250px;
    } */
    .navbar .profile img
    {
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
    }
    .banner .ccdc-content h1{
      font-size: 20px;
      color: #fff;
      font-weight: 500;
      
    }
    .ccdc-content p{
      margin: btn auto;
      font-weight: 100;
      line-height: 25px;
      font-size: 13px;
    }
  
    .content .spoffer
    {
     position: relative;
     display: flex;
     margin: 0;
     width: 100%;
    
     /* overflow: hidden; */
   }
   .about .story-title{
    width: 100%;
    position: relative;
    display: flex;
  }
  .about .story-title h1
  {
    margin-right: 20px;
    font-size: 25px;
  }
  }
  @media (max-width: 630px) 
  {
    .row .col
  {
      margin: 0;
      margin-top: 30%;
      flex-basis: 60%;
      margin-left: 10%;
  }
  .row .col h1
  { 
      color: #fff;
      font-size: 30px;
      /*opacity: 0;*/
      font-weight: 600;
      /*animation: slide_up 0.5s linear forwards;*/
      /*animation-delay: 0.6s;*/
  }
  .row .col .line1
  {
      top: 400px;
      left: 140px;
      width: 30%;
      height: 5px;
      background: #fff;
      /*opacity: 0;*/
      /*animation: slide_left 0.5s linear forwards;*/
      /*animation-delay: 0.4s;*/
  }
  
  /*.row .col p*/
  /*{*/
  /*    color: #fff;*/
  /*    font-size: 13px;*/
  /*    line-height: 18px;*/
  /*    margin: 0;*/
  /*    width: 100%;*/
  /*}*/
  .banner{
    width: 100%;
    height: 60vh;
    background:url("images/caniogan-coop-management-slider.png") no-repeat;
    background-blend-mode: darken;
    background-size: contain;
    background-position: center;
}
  }
  @media (max-width: 480px) 
  {
    .banner
    {
      width: 100%;
      height: 45vh;
    }
    .cont-title
{
    width: 100%;
    height: 100px;
    margin-top: -90px;
    margin-bottom: 50px;
}
.cont-title h1
{
    margin: 0px 15px 0px 15px;
}
.cont-title p 
{
    font-size: 15px;
    padding: 20px;
}
  .row
{
    display: flex;
    height: 88%;
}
.row .col
{
    margin: 0;
    margin-top: 40%;
    flex-basis: 60%;
    margin-left: 20%;
}
  .row .col h1
  { 
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .container2 .management-card .management-content
{
    padding: 10px 20px 10px 20px;

}
.container2 .management-card .management-content p
{
    font-size: 16px;
    line-height: 1.3;
    text-indent: 30px;
    word-spacing: 1.2px;
}
  /* .row .col .line1
{
    position: absolute;
    top: 400px;
    left: 140px;
    width: 10%;
    height: 7px;
    background: #fff;
}
.row .col .line2
{
    position: absolute;
    top: 400px;
    left: 285px;
    width: 1.5%;
    height: 7px;
    background: #fff;
}
.row .col .line3
{
    position: absolute;
    top: 420px;
    left: 315px;
    width: 1.5%;
    height: 7px;
    background: #fff;
} */
.row .col .line1
  { 
display: none;
  }
/*.row .col p*/
/*{*/
/*    color: #8E8D8D;*/
/*    font-size: 14px;*/
/*    line-height: 12px;*/
/*    margin: 0;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.affil-bank
{
  margin: 0;
  padding: 0;
  width: 100%;

}
.affil-bank .bank-content
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.affil-bank .banks
{
  margin: 0;
  margin: 5px;
  width: 170px;
  
}
.affil-bank .banks img
{
  width: 100%;
}
/* .affil-bank .banks img:hover
{
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 5px  #1a2f3f,
              0 0 5px  #7094ce;
  transition: 0.5s;
} */
/*.banner{*/
/*  width: 100%;*/
/*  height: 50vh;*/
/*  background:rgba(0, 0, 0, 0.082)url("images/caniogan-coop-management-slider.png") no-repeat;*/
/*  background-blend-mode: darken;*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*}*/
}