.toggleremojif{
    
}
blockquote {
  border-left: 4px solid #ddd;
  margin-left: 0;
  margin-right: 20px;
  padding: 0 20px;
}
div.wrapper {
  width: 70%;
  
}
.toggleremojif div > ul {
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #666;
  overflow: hidden;
}
.toggleremojif ul li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
.toggleremojif ul li.controls {
  float: right;
}
.toggleremojif ul li a {
  font-weight: bold;
  display: inline-block;
  padding: 6px 12px;
  color: #888;
  outline: 0;
  text-decoration: none;
  background: #f3f3f3;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#eee),to(#e4e4e4));
  background: -moz-linear-gradient(#eee,#e4e4e4);
  background: linear-gradient(#eee,#e4e4e4);
  -pie-background: linear-gradient(#eee,#e4e4e4);
}

.toggleremojif ul li.active a {
  pointer-events: none;
  color: white;
  background: #666;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#888),to(#666));
  background: -moz-linear-gradient(#888,#666);
  background: linear-gradient(#888,#666);
  -pie-background: linear-gradient(#888,#666);
}
.toggleremojif div.tabscontent > div {
  //padding-right: 30px;
}
.toggleremojif div.controls {
  float: right;
}
.toggleremojif div.controls a {
  margin-left: 5px;
}
.lorem {
  font-style: italic;
}
.sub-heading {
  height: 0;
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sub-heading span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 16px;
  color: #058;
  background-color: #f9f9f9;
}
.required-field{
  color: #ff0000 !important;;
}
.registration{
  width: 700px;
  max-width: 100%;
  padding: 32px 32px 0 32px !important;
  margin: 10px auto;
  background: #f9f9f9;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .registration {
    width: 100%;
  }
}
.iti {
  width: 100%;
  direction: ltr;
}
.iti--allow-dropdown input{
  width: 100%;
}
.txt_ltr{
  direction: ltr !important;
}
.logo-bank{
  height: 100px;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.logo-bank:hover{
  border: 2px solid #30505e;
}
.logo-bank.active{
  border: 2px solid #30505e;
}
.bank-name-option{
  visibility: hidden;
  position: absolute !important;
}