.waystobank .myButton{
 font-size:15px;
margin-bottom:10px;
}
.waystobank .know-button {
 font-size:15px;
}
.waystobank .banner-right{
margin-bottom:10px;
}
.waystobank .heading-title {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
}
.waystobank .heading-title.custom{
    margin-bottom: 0px;
}
.waystobank .btn-custom.btn-primary-custom.myButton:hover{
     background-color: #337ab7;
        border-color: #337ab7;
        color:#fff;
}
.waystobank .drp1, .waystobank .drp2 {
    position:relative;
}
.waystobank .drp1 > .glyphicon, .waystobank .drp2 > .glyphicon{
    right: 6px;
    top: 10px;
}
.waystobank .drp1 .glyphicon, .waystobank .drp2 .glyphicon{
    position: absolute;
    z-index: 0;
    font-size: 16px;
    color:#999999;
}
.waystobank .drp1 a, .waystobank .drp2 a{
    background: #fff;
        color: #555;
        font-size: 15px;
}
.waystobank .dropdown {
    margin-bottom:10px;
    cursor:pointer;
}
.waystobank .banner-right .dropdown.open a {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.waystobank .dropdown-menu li:hover {
    background-color: #1d86ff;
    color: white;
}
.waystobank .dropdown ul {
  cursor:pointer;
   border: 1px solid #1d86ff;
   border-radius: 0px;
   padding: 0px;
   margin-top:0px;
}
.waystobank ul.dropdown2{
    overflow-y:scroll;
    max-height:173px;
}
.waystobank .dropdown a {
   text-decoration:none;
   text-transform:capitalize;
   background:transparent !important;
   color:#555;
   border:1px solid #ccc;
   box-shadow:none;
   z-index:1;
   font-size: 15px;
   cursor:pointer;
   padding-right:22px;
}
.waystobank .dropdown a span{
      display: block;
      width: 95%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
}
.waystobank .dropdown a:hover {
   text-decoration:none;
   text-transform:capitalize;
   background:transparent;
   color:#555;
   border:1px solid #ccc;
}
.waystobank .dropdown-menu {
    width:100%;

}
.waystobank .dropdown-menu li {
   color:#999;
   padding-left:10px;
}
.waystobank .dropdown-menu li.newIcon img{
    padding:0px 0px 4px 11px;
}
.waystobank .dropdown-menu li:active {
   background-color:#f3f3f3;
}
.waystobank .btn-primary.active,
.waystobank .btn-primary.focus,
.waystobank .btn-primary:active,
.waystobank .btn-primary:focus,
.waystobank .btn-primary:hover,
.waystobank .open>.dropdown-toggle.btn-primary{
    background:#fff;
    color:#555;
    border-color: #66afe9;
}

@media(min-width:768px) and (max-width:959px){
    .waystobank .drp1 a{
        font-size:15px;
    }
    .waystobank .drp2 a{
            font-size:15px;
        }
    .waystobank .banner-right a.btn-primary-custom.myButton{
             font-size:15px;

         }

     .waystobank .banner-right a.btn-default-custom.know-button{
         font-size:15px;
     }

    .waystobank .heading-title {
        font-size: 16px;
    }
}
@media(max-width:767px){
    .waystobank{
        margin-top:20px;
    }
}
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .waystobank .drp1 .glyphicon{
    top:54px;
   }
   .waystobank .drp2 .glyphicon{
    top:96px;
   }
}*/
