
.mybigbox{
    width: 100%;
    float:  left;
}
.headerbox{
    background-color: #464646;
    background-image: linear-gradient(right,#464646,#424242,#464646);
    background-image: -webkit-linear-gradient(right,#464646,#424242,#464646);
    background-image: -moz-linear-gradient(right,#464646,#424242,#464646);
    height: 80px;
    border-bottom: 2px solid #ababab;
    padding-left: 25%;
    padding-right: 25%;
}
.mytitle{
    width: 100%;
    float: left;
    position: relative;
}
.mytitle a{
    margin: 0 auto;
    width: 300px;
    position: relative;
    float:  left;
}
.mytitle span{
    font-size: 20px;
    padding-top: 25px;
    margin-left: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #f1f2f7;
    float: left;
    width: 200px;
}
.mybox1{
    width: 72%;
    height:  100%;
    line-height: 25px;
    text-align:  center;
    /* margin-top:10px; */
    margin:  auto;
    padding: 50px 0px;
}
.mybox2{
    width: 40%;
    float: left;
    /* padding-top: 10px; */
    text-align: center;
    color: #4a4a4a;
    height: 100%;
    line-height: 25px;
    /* border-right: 1px solid #6bcfdc; */
}
.mybox3{
    width: 19%;
    float: left;
    /* padding-top: 10px; */
    text-align: center;
    color: #4a4a4a;
    border-right: 1px solid #464646;
    height: 100%;
    line-height: 25px;
}
.mybox1 span{
    font-size: 22px;
    color: #000000;
    padding-right: 5px;
    line-height: 43px;
}
.mybox2 span,.mybox3 span {
    color: #464646;
    /* padding-right: 5px; */
    font-weight: 600;
    line-height: 21px;
    width: 100%;
    float: left;
    letter-spacing:  1px;
}
.myinfobox{
    /* margin-top: 18px; */
    border: 1px solid #464646;
    /* height: 400px; */
    position: relative;
    background: #b4e1f3;
    /* padding: 5px 15px; */
}
.myimg-bank{
    display: inline-block;
    width: 16.4%;
    vertical-align: middle;
    cursor: pointer;
    /* margin-bottom: 10px; */
    /* margin-right:10px; */
    background-color: #03caec;
    background-image: linear-gradient(top,#52ebff,#16e2fd,#00ace0);
    background-image: -webkit-linear-gradient(top,#52ebff,#16e2fd,#00ace0);
    background-image: -moz-linear-gradient(top,#52ebff,#16e2fd,#00ace0);
    border-bottom: 1px solid #13e3ff;
	height:50px;
	font-size:18px;
	letter-spacing:8px;
	font-weight:bold;
}
.mypadding.myimg-bank:hover{
    border: 1px solid #125f75;
    background-color: #0d6984;
}
.myimg-bank span{
    color: #484848;
    font-size: 19px;
    font-weight: 400;
    margin-left:  0px;
    line-height: 48px;
    float: left;
    position:  relative;
    left: 25px;
}
.myimg-bank input {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.mytable{
    width: 100%;
}
.table-field.mytable tr {
    /* padding: 7px 5px; */
}
.table-field.mytable tr td {
    padding: 0px;
}
.bank-list.mypadding{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Create a custom radio button */


input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  
label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    /* padding: 25px 25px 25px 80px; */
    margin: 10px auto;
    height: 50px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
  }
  
bank-list:hover label{
      color: #2da3c5;
  }
  
.check{
    display: block;
    position: relative;
    border: 3px solid #50ebff;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 11px;
    left: 12px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    float:  left;
  }
  
label:hover .check {
    border: 5px solid #06bae8;
  }
  
  label .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 12px;
    width: 12px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }
  
  input[type=radio]:checked ~ .check {
    border: 3px solid #00306d;
  }
  
  input[type=radio]:checked ~ .check::before{
    background: #00306d;
  }
  
  input[type=radio]:checked ~ span{
    color: #00306d;
    font-size:20px;
    font-weight:400;
  }
  
.myinnercontentbox h4{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 5px;
    /* margin-top: 15px; */
}

/* top icon */
.mytopicon{
    width: 60px;
    height: 60px;
    float:  left;
    padding-top: 8px;
}

/* my link button */

.mylinkbutton .menu-ul li a{
    width: 100%;
    float: left;
    height: 100%;
    margin: 0px;
    color:#57a4ff;
    text-decoration:  none;
}
.mylinkbutton .menu-ul li a:hover{
    color:#464646;
}
.mylinkbutton img{
    width: 40px;
    float:  left;
    padding: 5px;
}
.mycontent{
    padding-left: 25%;
    padding-right: 25%;
    float: left;
}
.myformbox{
    width: 100%;
    float: left;
}
.mysubtitle{
    padding-top: 10px;
    margin-bottom: 30px;
    width:100%;
    float:left;
    border-bottom: 2px solid #464646;
}
.mysubtitle img{
    padding: 0px 5px 0px 0px;
    width: 50px;
    float:left;
}
.mysubtitle a{
  line-height: 50px;
  width:200px;
  float:left;
  font-size: 18px;
}
.myinnercontentbox{
    width: 100%;
    float: left;
    /* padding:10px 20px; */
}
.mybank{
    float: left;
    width:100%;
}
.mybankinfo{
  float:left;
  width:100%;
}
.mybankinfolist{
  float:left;
  width:  100%;
  padding: 30px 0px;
}

/* my button */
.mybtn {
    display: inline-block;
    padding: 14px 26px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #fff!important;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    background: #4795e8;
    border: 1px solid #4795e8;
    transition: all .5s ease;
    opacity: 1;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
    cursor: pointer;
}
.mynoticebox {
    border: 1px solid rgb(241, 242, 247);
    background-color: rgb(68, 68, 68);
    font-size: 14px;
    width: 100%;
    color: #ff7e6a;
    float: left;
    height:  100%;
}
.mynoticebox span,.mynoticebox p{
  padding:10px;
  float:  left;
  line-height: 21px;
}
.mynoticebox strong{
  font-size: 18px;
}
.myshowbox{
    float: left;
    width: 100%;
}
.mycol-6{
    width: 50%;
}
.mycol-6{
  float:left;
}
.myscanimg{
    float: left;
    width:  100%;
}
.myscanimgbox{
    width: 240px;
    height:240px;
    background: #e8e8e8;
    border: 1px solid #cccaca;
    margin: 0 auto;
    display:  block;
    position:  relative;
}
.myerror{
    width: 240px;
    height: auto;
    display: none;
    position:  absolute;
    top: 0;
}
.myerrormsg{
    font-size: 16px;
    color: red;
    text-align:  center;
    /* width: 100%; */
    padding: 15px 20px;
    /* position:  absolute; */
    /* z-index:  9999999999; */
    /* left:  0; */
}
.mysearchbox{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mycenterbox{
  width: 150px;
  display:block;
  margin:auto;
}
.mycenterbox span,.mycenterbox img{
  float:left;
}
.mycenterbox img{
  padding-right:10px;
}
.mycenterimg2{
    width: 50%;
    display: block;
    margin: auto;
}


/* my responsive layout size*/
@media screen and (max-width:1900px){

.myimg-bank{
    width: 20%;
}
}
@media screen and (max-width:1200px){

.myimg-bank{
    width: 30%;
}
}
@media screen and (max-width:1024px){
  .myimg-bank{
    width: 50%;
}

    .mycenterimg2 {
    width: 60%;
    }

    .mycontent,.headerbox{
        padding-left: 10%;
        padding-right: 10%;
    }
    .mybtn{
      width:25%;
    }

}
@media screen and (max-width:768px){
    .mycenterimg2 {
    width: 70%;
    }
    .mycontent,.headerbox{
        padding-left: 5%;
        padding-right: 5%;
    }
    .mybtn{
      width:30%;
    }

}
@media screen and (max-width:640px){
    .mycenterimg2 {
    width: 80%;
    }
    .myimg-bank{
      width:72%;
    }
    .mybtn{
      width:100%;
    }
    .mybtn{
      margin-top:20px;
      padding:15px 0px
    }

}
@media screen and (max-width:412px){

    .mycol-6{
    width: 100%;
    margin-bottom:30px;
    border-bottom:1px solid #e8e8e8;
    padding-bottom:20px;
    }

    .mycontent,.headerbox{
        padding-left: 1%;
        padding-right: 1%;
    }
    .myimg-bank{
      width:72%;
    }
   .mybox1{
    width: 85%;
    height:  100%;
    line-height: 25px;
    text-align:  center;
    /* margin-top:10px; */
}
    .mybox2{
    width: 49.5%;
    border-left: 1px solid #464646;
    }
    .mybox3{
    width: 50%;
    border-right: none;
    }
    .myinfobox{
    float:left;
    border: 1px solid #464646;
    height: 100%;
    }
    .mybox2 span, .mybox3 span {
    line-height: 17px;
    }

}
@media screen and (max-width: 411px) and (min-width: 375px) {

  .mybox1 span{
    padding-right:0px;
    background:#000;
    }
    .mybox2{
    width: 59%;
    border-left: 1px solid #464646;
    }
    .mybox3{
    width: 40%;
    border-right: none;
    }

}

.input-style{
	line-height:35px;
	font-size:20px;
	width:200px;
}