@media only screen and (min-width:1200px)
{
/*.overlay {*/
/*  display:block;*/
/*  background: rgba(0, 0, 0, 0.4);*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 999;*/
/*}*/
.overlay {
  display:none;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.overlay .modal__locked {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 400px;
  background: white;
  border-radius: 20px;
}
/*.overlay .modal__locked .modal-body {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}*/
.overlay .modal__locked .modal-body {
  width: 90%;
}
.overlay .modal__locked  {
  margin: 20px;
}
.overlay .modal__locked .modal-buttons {
  position: absolute;
  bottom: 0px;
    /* right: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn3 {
  border: none;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px;
  width: 145px;
  height: 45px;
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.5);
}
.overlay .modal__locked .modal-buttons button.btn-purple {
  background: #3b5998;
  color: white;
}
.pannumber{padding: 0 40px;}
.pannumber ul{padding-left: 15px;margin-bottom: 15px;margin-top: 15px;}
.pannumber ul li{text-align: left;font-size: 11px;}
.pannumber h5{text-align: left;font-size: 13px;}
.modal__locked h2{margin: 0;font-size: 16px;text-align: center;color: #3b5998;padding: 20px 0;}
.modal-close {
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10rem;
    background-color: #3b5998;
    color: white;
    cursor: pointer;
}

.proceed_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 100;
}

.proceed_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
    border: 1px solid;
}


/*.proceed_check:hover input ~ .checkmark {
  background-color: #ccc;
}*/


.proceed_check input:checked ~ .checkmark {
  background-color: #3b5998;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.proceed_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.proceed_check .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__locked p{    
    text-align: left;
    font-weight: 100;
    color: #3b5998;}
.modal__locked .fa-exclamation-circle{
  font-size: 15px;
    color: #3b5998;
    vertical-align: middle;
    margin-right: 10px;
}
.textleft{
  text-align: left;
  font-size: 13px;
  margin: 20px 0;
  color: #3b5998;
}
.listimg li img{width: 20px;margin-right: 10px;}
.listimg {
  list-style: none;
    margin: auto;
    display: block;
    width: 45%;
}
}
@media only screen and (min-width: 1400px){
.pannumber ul li {
    text-align: left;
    font-size: 12px;
}
.modal__locked h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #3b5998;
    padding: 20px 0;
}
}
@media only screen and (min-width: 1600px){
.pannumber ul li {
    text-align: left;
    font-size: 13px;
}
.modal__locked h2 {
    margin: 0;
    font-size: 21px;
    text-align: center;
    color: #3b5998;
    padding: 20px 0;
}
}
@media only screen and (max-width: 768px){
.foot1 a {
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 6px;
    font-weight: 100;
    font-family: 'calibri Regular';
    padding-right: 5px;
    padding: 10px 10px;
    font-size: 10px;
    text-shadow: 0 0 black;
}
.foot2 {
    background: #e5e6e8;
    margin: 0px 0 0px 0px !important;
    padding: 5px 10px 5px 0;
    text-align: right;
    font-size: 10px;
    color: #fff;
}
.foot2 a {
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-family: 'Nunito' , sans-serif;
    padding-right: 5px;
    font-size: 10px;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: -30px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid;
}
  .overlay .modal__locked {
    margin: 0;
}
/*.overlay .modal__locked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: auto;
    background: white;
    border-radius: 20px;
}*/
.overlay {
  display:none;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
}
.overlay .modal__locked .modal-body {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 90%;
}
.overlay .modal__locked .modal-buttons {
    position: relative;
     bottom: unset; 
     right: unset; 
     left: unset; 
     transform: unset; 
    margin: 21px auto;
    display: block;
    width: 50%;
}
.listimg {
    list-style: none;
    margin: auto;
    display: block;
    width: 100%;
}
.pannumber ul li {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
}
.modal__locked h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #3b5998;
    padding: 40px 0 0 0;
}
.modal-close {z-index: 100;}
.applyonline {margin: 12% 0 0 0;}
.applyonline h3 {text-align: center;font-family: 'Calibri';font-size: 15px;padding-bottom: 5px;}
.applyonline p{    text-align: left;
    margin: auto;
    display: block;
    /* width: 100%; */
    margin-bottom: 30px;
    font-size: 11px;
    font-family: 'Calibri';
    padding: 8px 10px;
} 
.rowbord{border: 1px solid;width: 90%;margin: auto auto 10px auto;}
.column {
  float: left;
  width: 25%;
  padding: 4px 0;
  height: 45px; /* Should be removed. Only for demonstration */
}
.column2 {
  float: left;
  width: 75%;
  padding: 4px 0;
  height: 45px; /* Should be removed. Only for demonstration */
}
.column img{width: 40px;margin: auto;display: block;float: right;} 
.column p{padding: 15px;font-size: 14px;font-family: 'Calibri';}
.cub-bank {
    position: relative;
    color: #000000bf;
    font-size: 11px;
    font-family: 'calibri Regular';
    text-align: center;
    background: #3B5998;
    width: 13%;
    text-transform: unset;
    padding: 10px;
    font-weight: 100;
    color: #fff;
    border: 1px solid #3B5998;
    letter-spacing: 1px;
    border-radius: 0px;
    margin: 10px auto 25px auto;
    display: block;
    text-transform: uppercase;
}
.flex{
  display: flex;
}

.applyonlines h3 {text-align: center;font-family: 'Calibri';font-size: 21px;padding-bottom: 30px;}
.applyonlines p{    text-align: left;
    margin: auto;
    display: block;
    /* width: 100%; */
    margin-bottom: 30px;
    font-size: 11px !important;
    font-family: 'Calibri';
    padding: 15px !important;
    font-weight: 500;
} 
.rowbords{border: 1px solid;width: 100%;margin: auto auto 20px auto;}
.columns {
  float: left;
  width: 20%;
  padding: 4px 0;
  height: 60px; /* Should be removed. Only for demonstration */
}
.columns2 {
  float: left;
  width: 80%;
  padding: 4px 0;
  height: 60px; /* Should be removed. Only for demonstration */
}
.columns img{width: 55px;margin: auto;display: block;float: right;} 
.columns p{padding: 15px;font-size: 14px;font-family: 'Calibri';}
.open-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
}
.accordion {
    background-color: #fff;
    color: #3B5998;
    cursor: pointer;
    padding: 10px;
    width: 90%;
    text-align: left;
    outline: none;
    font-size: 11px;
    transition: 0.4s;
    border: 1px solid #3B5998;
    margin: auto;
    display: block;
    border-radius: 5px;
    font-family: 'Calibri';
}

.activate, .accordion:hover {
  background-color: #fff;
  /*border-bottom: unset;*/
  border-radius: 5px 5px 0 0;
  font-weight: 600;
}

.accordion:after {
  content: '+';
  color: #DF0D7D;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activate:after {
  content: '✕';
  font-size: 10px;
  /*content: "\2212";*/
}

.panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 0px solid #3B5998;
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
  border-radius: 0 0 5px 5px;
  border-top: unset !important;
}
.panel ul{
  list-style: none;
    padding: 10px 0;
}
.panel ul li{
  line-height: 30px;
}
.panel ul li a{
  line-height: 30px;
  color: #DF0D7D;
  font-family: 'Calibri';
}
.payment-menu {
    padding: 10px 15px;
}
.bagrd {
    background: #fff;
}
.box-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
}
.box-shadow {
    box-shadow: unset;
    margin-bottom: 30px;
}
.img {
    width: 70%;
    margin: 20px auto;
    display: block;
    margin-bottom: 20px;
}
.img-1{
    width: 60%;
    margin: 20px auto;
    display: block;
}
.customer{
    width: 90% !important;
}
.right-bord{
    border-right:unset;
    border-bottom:  1px solid #000;
}
.btn-close{
    position: absolute;
    top: 40%;
    right: 6%;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    height: 30px;
}
}