
.citizen-lang-parent{
    width: 100%;
    float: left;
    padding: 18px;
    height:138px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    background:white;
    margin-bottom: 20px;
    }

.citizen-lang-parent .myButton{

margin-top:0px;
width:20%;
}

.citizen-lang-parent .btn-primary-custom{
margin-bottom:5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .citizen-lang-parent .btn-primary-custom{
   margin-bottom: 36px;
   }
}


.citizen-lang-parent .langDropdown{
display: inline-block;
width:50%;
}

.citizen-lang-parent .banner-right{
background:white;

}
.citizen-lang-parent .heading-title {

    font-size: 17px;
    color: #444;
    font-weight: 400;
    margin-bottom: 15px;
    width:100%;
    text-transform: capitalize;
}
.citizen-lang-parent .btn.btn-primary.btn-custom.btn-primary-custom.myButton:hover{
     background-color: #337ab7;
        border-color: #337ab7;
        color:#fff;
}
.citizen-lang-parent .drp1 select, .waystobank .drp2 select{
        background: #fff;
        color: #555;
        font-size: 14px;
}


@media only screen and (max-width: 418px) {
.citizen-lang-parent .myButton{
width:30%;
}
}