:root {
    --bd-violet-rgb: 112.520718,44.062154,249.437846;
    --bs-link-color: #FFFFFF;
    --bs-link-hover-color: #F0F0F0;    
    --bg-head-color:26,27,35; 
    --bs-white-rgb:240,240,240;
    --top-text-rem:16rem;
    --atm-img-height:720px;
    --atm-img-height:880px;
    
    --atm-head-padding:100px;    
    --ml-3rem:2rem;
    --ml-3-8rem:2.5rem;
    --header-height:2rem;
    --img-dontate-width:100vw;
    --bs-body-font-size:12pt;
 
  }

  @media  screen and  (min-width: 360px) {
    :root{
        --top-text-rem:7rem;
        --ml-3rem:1.2rem;
        --atm-img-height:820;
        
        --bs-body-font-size:13pt;        
    }

    .pb-head-text {
 
      bottom:0.5rem;
      right:1rem;
    }
 
    .header-font-sm{      
      font-size: 0.8rem;  
  
    }
    .btn ,.btn-primary ,.btn-fill ,.btn-lg{
      font-size:1.2rem;
      margin:0.3rem 0rem ;
      line-height: 2.2rem;
    }
    .header55vh 
    {       
       height: 110px;
       width: calc(var(--img-dontate-width)-20px);
    }
    .pb_section_head_pay3 .row{
        padding-top:80px;
    }
    .pb_section_head_walk_in .row{
      padding-top:80px;
    }
    

   
 
    .pb_section_head_vacc .row{
      padding-top:80px;
  }
    .donate-text >span{
      
      /*padding: 0.25rem;*/
      font-size:1.2rem;
   
    }

    .header-font{
      font-size:1.2rem;
     }
    .header-font-sm{
      font-size: 0.75rem;
    }
    .img-2column-side{
      
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden   
    }
    .img-2column-side img{
      /* related to container size */
       width: calc( var(--img-dontate-width));          
      
      height: auto;
      
   }
   
  }

  @media  screen and   (min-width: 576px) {
    :root{
        --top-text-rem:7rem;
        --ml-3rem:1.2rem;
        --atm-img-height:820;
        
    
    }
    .pb-head-text {
 
      bottom:0.5rem;
      right:1rem;
    }
    .header-font{
      font-size:1.8rem;
     }
     .header-font-sm{
      font-size:1.2rem;
     } 

    
 
    .img-2column-side img{
      /* related to container size */
      /* width: calc( var(--img-dontate-width)*0.97);           */
       color:white;
   }
  }

  @media screen and  (min-width: 768px)   {
    :root{
        --top-text-rem:8rem;
        --ml-3rem:2.2rem;
        --ml-3-8rem:2.8rem;
        
        --wol-bs-font-size:2rem;        
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
 
 
    .header-font-sm{      
      font-size: 1.0rem;  
  
    }
  
 
   
    .header-font{
      font-size:2.2rem;
     }
     .header-font-sm{
      font-size:1.6rem;
     } 
    .img-2column-side img{
      /* related to container size */
      /* width: calc( var(--img-dontate-width)*0.97);           */
      color:white; 
   }
  }

  @media  screen and   (min-width: 992px)   {
    :root{
      --top-text-rem:14rem;
      
      --bs-body-font-size:12pt;  
     
    }

    .header-font{
      font-size:3.2rem;
     }
     .header-font-sm{
      font-size:1.8rem;
     } 
   
 
 
 
      .img-2column-side img{
        /* related to container size */
        /* width: calc( var(--img-dontate-width)*0.97);           */
       color:white;     
     }
 }
 

  @media screen and   (min-width: 1200px)   {
 
    :root{
      --top-text-rem:14rem;
      --img-dontate-width:1320px;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
    }
  
  .header-font{
    font-size:4.2rem;
   }
   .header-font-sm{
    font-size:2.2rem;
   }
    .header55vh 
    {       
       height: 110px;
       width: calc(var(--img-dontate-width)-20px);
    }

  }
 
 
  html{
    font-size:   var(--bs-body-font-size);  
  }
  body{
      font-size:  var(--bs-body-font-size);  
  } 

  .header55vh  > div{
    height: 100%;
  }  
 

   
  input:invalid,select:invalid,textarea:invalid {
    box-shadow: 0 0 5px 1px red;
    /*background-color: #ffdddd;*/
 }

  a{
    text-decoration: none;
  }
  .bg-purple{
          background-color :#9B59B6 ;
  }
  .bg-green{
      background-color :#10be27;
  }
    .bg-blue{
      background-color:#2d61cc ;
  }
  .bg-darkorchid{
      background-color :#9932CC ;
  }
  .bg-deepskyblue{
      background-color :#00BFFF ;
  }
  .bg-limegreen{
      background-color :#32CD32;
  }
  .bg-purple{
      background-color :#9B59B6 ;
  }
  .bg-green{
      background-color :#10be27;
  }
    .bg-blue{
      background-color:#2d61cc ;
  }
  .bg-orange{
    background-color: #f39c12  ;
  }
  .bg-red{
    background-color: #CC00CC ;
  }
  .bg-Triadic{
  background-color:   #1ecbe1;
  }
  
  .jumbotron {
      background: #532f8c;
      color: white;
      padding-bottom: 80px
  }
  .jumbotron .btn-primary {
      background: #845ac7;
      border-color: #845ac7
  }
  .jumbotron .btn-primary:hover {
      background: #7646c1
  
   }
   .bg-drak-serial{
    position: fixed;  
    overflow: hidden; 
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bg-head-color), 0.9), rgba(var(--bg-head-color), 0.73));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
    z-index: 9999;
    width:100%;
   }
   
  .bg-wol{    
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
  }
  .shodow{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
  }

  .bg-wol-circule{
    background: #532f8c;
  }
  .jumbotron p {
      color: #d9ccee;
      max-width: 75%;
      margin: 1em auto 2em
  }
  .navbar+.jumbotron {
      margin-top: 0px
  }
  .jumbotron .lang-logo {
      display: block;
      background: #b01302;
      border-radius: 50%;
      overflow: hidden;
      width: 100px;
      height: 100px;
      margin: auto;
      border: 2px solid white
  }
  .jumbotron .lang-logo img {
      max-width: 100%
  }
  .wol_tables{
    width: 100%;
  }
 
  .wol_tables   td{      
    border: 1px solid gray;
    padding: 5px;
  }
  .red{ 
    color:red;
  }
  input[type=text][readonly]{
    background: linear-gradient(to bottom, rgba( 242, 244, 244,1) 0%, rgba(213, 219, 219,1) 41%, rgba(170, 183, 184 ,1) 100%);
  }
  .wol_tables th {    
    border: 1px solid gray;
    padding: 5px;
      text-align:center;        
      /*background: linear-gradient(to bottom,  #ccffff 105% ,#06a8d1 12%);*/
      background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
  }
  .wol_tables tr{    
    min-height: 1em; 
    max-height: 1em;
  }
  .wol_tables th > a{
    text-decoration:none;
    --bs-link-color :rgb(9, 9, 164) ;
  }
  .wol_tables   .even{
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  }
  .autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  .autocomplete-items {
    /*position: absolute;*/
    position: relative;
    border: 1px solid #bd3838ee;
    background-color: #fbfbfbdd;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    /*top: 100%;*/
    left: 0;
    right: 0;

  }
.autocomplete-items div {
padding: 10px;
cursor: pointer;
background-color: #fff;
border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.autocomplete-active {
/*when navigating through the items using the arrow keys:*/
background-color: DodgerBlue !important;
color: #ffffff;
}
  .mb-5{
    margin-bottom: 5em;
  }
  
  .pagination li >a  {
     --bs-pagination-color:rgba(0,0,255,1) ;
     text-decoration:none;
    --bs-link-color :rgb(9, 9, 164)  ;
    --bs-link-hover-color :rgb(9, 9, 164) ;
  }
  .page-link:hover{
    
    --bs-pagination-hover-color:rgb(255,255,255);
    --bs-pagination-hover-bg:rgb(10,90,20);
  }
  .page-link:focus{
    
    --bs-pagination-focus-color:rgb(255,255,255);
    --bs-pagination-focus-bg:rgb(10,90,20);
  }
  .menu-text{
      
    color:rgba(255,255,255,0.9);
    vertical-align: middle;
  }
  .bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  }
  .h-100{
    height:100vh ;
  }
  .min-vh-r  {
    min-height: calc(100vh - (80)px);
  }
 
  
  .pb_section_head_atm{
    background-image: url(/static/S__128704519.jpg) !important ; 

    background-size: cover;
    padding-top: var(--atm-head-padding);
    height: var(--atm-img-height);
  }
  .pb_section_head_pay3{
    background-image: url(/static/S__128704528.jpg) !important ; 
    
    background-size: cover;
  
  }
  .pb_section_head_walk_in{
    background-image: url(/static/S__128704517.jpg) !important ; 
    
    background-size: cover;
  }
  .pb_section_head_pagenumber{
    background-image: url(/static/S__128778258.jpg) !important ; 
    background-size: cover;
    padding-top: var(--atm-head-padding);
    height: var(--pagenumber-img-height);
  }

  .pb_section_head_vacc{
    background-image: url(/static/S__128778246.jpg) !important ; 
    background-size: cover;
 
  }

  
  .header-font{
    color: white;        
    font-weight: bold;    
  }
  .header-font-sm{
    color: white;      
    font-weight: bold;
  
  }
 
  .orange{
    color: #f39c12  ;
  }
  /*
  .wol-text-wrap{
    display: table;
    width: 100%;
    height: 100%;
  }
  .wol-text-title{
    display: table-cell;
    width: 100%;    
    vertical-align: bottom;
    text-align: center;    
  }*/
  .p-80-0 {
    padding: 80px 0;
   }
  .p-20-0 {
   padding: 20px 0;
  }
  .p-20{
    padding:1.2rem;
  }
  .img-2column-side.h400 {
    width: 49.9vw;
    height:50vh;
  }
.img-2column-side {      
  /*width: calc( var(--img-dontate-width)*0.49);
  height: 40vh;*/
  box-shadow: #92A1AB 6px 6px 0px;     
  vertical-align: middle;
  /* display: table-cell;*/
}

.donation-b-text-box{
/*  display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;*/
vertical-align: middle;
display: table-cell;
height: 50px;
}
.donation-text-box{
/*  display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;*/
vertical-align: middle;
display: table-cell;
height: width;
}

.btn-fill{
  width: 100%;  
}
/*
.donation_type {
  display: table;
  padding:0.1rem;
}

.donation_type > .row{
   line-height: 1.3rem;
   
}

.donation_type > .row >div{
  height: 4rem;
}
.donation_type > .row >div >a {
  vertical-align: middle;
  font-size:1.2rem;
}*/

.blue-noisy-only 
{
    background: url(/static/noisy-yellow-50.jpg) repeat;
    background-color: transparent;
    /*background-image: linear-gradient(to bottom, rgba(var(--bg-head-color), 0.9), rgba(var(--bg-head-color), 0.73));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);*/
}
.black-with-transpant{
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--bg-head-color), 0.9), rgba(var(--bg-head-color), 0.73));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
}
.white-with-transpant{
    background-image: linear-gradient(to bottom, rgba(var(--bs-white-rgb),0.95), rgba(var(--bs-white-rgb), 0.91));
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.0.5),inset 0 -1px 0 rgba(0,0,0,0.7);
    line-height: 2rem;
}
.donation-text-font-b-11rem{
 color: black;
    font-size: 1.2rem;      
}

.donation-text-font-b-1rem{
 color: black;
    font-size: 1.2rem;
    font-weight: bold;
}
.donation-title-text-font-o-2rem{
    color: orange;
    font-size: 1.8rem;
    font-weight: bold;
    
}
.donation-title-text-font-o-1rem{
    color: orange;
    font-size: 1.2rem;    
    font-weight: bold;
}
.p-0-2{
    padding:0 1rem;
}
.m-3-0{
    margin: 0rem 0.8rem;
}
.m-3-3{
    margin: 0.2rem 0.2rem;
}
.ml-1em{
    margin-left: 1.6rem;
}
.ml-3rem{
    margin-left: var(--ml-3rem);
}

.m-l-r-5rem{
    margin-left: 3.8rem;
    margin-right: 3.8rem;
}    
.ml-5rem{
       margin-left: var(--ml-3-8rem);
    }    
.ml-1-5em{
    margin-left: 1.0rem;

    
}
.donation-text-font-1rem {

  color: black;
  font-size: 1.2rem;
}

.donation-title-text-font-b-1rem{
    color: white;
    font-size: 1.4rem;
    font-weight: bold;

}
.mt-1rem{
    margin-top: 0.5rem;
}
.donation-title-text-font-black-1rem {
    color: #020202;
    font-size: 1.4rem;
    font-weight: bold;
}
.donation-title-text-font-w-0-8rem{
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
}
.panel-height-text{
    height:var(--top-text-rem);
}

.donation-title-text-font-w-14rem{
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 2px black;
}

.donation-text-font-w-14rem{
    color: white;
    font-size: 1.3rem;
    font-weight: bold;    
    text-shadow: 0 0 2px black;
}
.t-indent-3{
    text-indent: -3rem;
}
.r{
    color:red;
}
.w-15rem{
    width:12rem;
    padding-left:1rem;
    padding-right:1rem;
}
.w-5rem{
  width:10rem;
}
.w-10rem{
    width:12rem;
}
.w-30rem{
    width:30rem;
}
.w-40rem{
    width:40rem;
}
.mbt-3{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding:1rem ;
}
.p-20-10{
  padding: 20px 10px;
}
.header-logo{
  padding-left: 10px;
}
.mbt-d2rem{
  margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    padding:0.2rem ;
}
.wol-radio{
  height: 60px;
  border: 1px solid #ddd;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 47%;
  transition: .5s;
  margin:auto;
}

.checkmark{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #2196F3;
  opacity: 0;
  transition: .5s;
}

.wol-radio i{
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 21px;
}
.wol-radio{
  position: relative;
}
.wol-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wol-radio input:checked ~ .checkmark {
  background-color: #2196F3;
  opacity: 1;
}

.wol-radio:hover input ~ .checkmark {
  opacity: 1;
}
   /*
.pb_section_head{
   
  background-image: url(/static/1128704527.jpg) ;   
  background-repeat: no-repeat;      
  width: calc( var(--img-dontate-width));    
     
}  */
.pb_section_head{
  position:relative;
}
.head-image{
  width: 100%;  
  z-index: 1;
  position:relative;
   
}
.pb-head-text {
  position:absolute;
  z-index: 2;
 
}
.mt05{
  margin-top: 0.5rem;;
}

.footer{
  background-image: linear-gradient(135deg,rgba(38,101,173,0.79) 70%,rgba(255,255,255,0.44) 60%);
  background-color: rgba(255,255,255,0);
  font-size:1.1rem;
  line-height: 1.5rem;
  
}

