@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('Helvetica.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    src: local('Helvetica'), url('Helvetica-Bold.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
    font-size: 13px;
    line-height: normal;
    color: #2d2d2d;
    background: #f3f4f4;
    /*background: #f5f6fa;*/
}

html,
body {
    height: 100%;
}

p {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    color: #767b7f;
}

a,
input[type="button"],
input[type="submit"],
button,
select,
textarea {
    outline: none;
    text-decoration: none;
    color: #333;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.transition {
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.appraence {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input,
select,
textarea,
button {
    font-size: 14px;
    color: #3a3a3a;
    vertical-align: middle;
    font-family: 'Helvetica';
    outline: none;
}

form {
    margin: 0 !important;
}

.tlr {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

.vAlign {
    vertical-align: middle !important;
}

img {
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.last {
    padding-bottom: 0 !important;
}

.lft {
    float: left !important;
}

.rgt {
    float: right !important;
}

.tac {
    text-align: center !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.black {
    color: #000000 !important;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.main-Cont {
    width: 100%;
}

strong {
    font-weight: 400;
}

.darkgrey {
    color: #555 !important;
}

input:-moz-palaceholder {
    color: #666;
}

a .img {
    display: inline-block;
}

a .over {
    display: none;
}

a:hover .img,
a.active .img {
    display: none;
}

a:hover .over,
a.active .over {
    display: inline-block;
}


/*-----------Start Header-------------*/

.businessCount {
    /*padding-top: 86px;*/
    background: #f3f4f4;
}

.businessCount header {
    background: #fff;
    padding: 10px 0px 0px;
    box-shadow: #8b8c8c 0 0 5px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}


/*.bussHdrRightMain{ width:calc(100% - 200px); float:right;}*/


/*.bussDashMenu{width: calc(100% - 240px); float: left; background:url(../images/hdrBdr.png) right 8px no-repeat;}*/

.bussHdrRightMain {
    width: calc(100% - 150px);
    float: left;
}

.bussDashMenu {
    text-align: center;
    float: left;
    width: calc(100% - 200px);
}

.bussDashRight {
    float: right;
    padding-left: 0px;
    text-align: right;
}

.bussDashMenu li {
    display: inline-block;
    padding: 0 7px;
}

.bussDashMenu li a {
    color: #202629;
    display: inline-block;
    font-size: 15px;
    padding: 20px 0px;
    border-bottom: transparent solid 3px;
}

.bussDashMenu li a i {
    display: block;
}

.bussDashMenu li a span {
    display: block;
    padding: 0px;
}

.bussDashMenu li a:hover,
.bussDashMenu li a.active {
    border-bottom: #0172f0 solid 3px;
}

.bussuserImg {
    display: inline-block;
}

.bussuserImg span.hd-userneme {
    vertical-align: top;
    margin-top: 30px;
}

.bussuserImg span {
    display: inline-block;
    position: relative;
    line-height: 0;
}

span.HD-profileImg {
    display: inline-block;
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    border: 3px solid #e0e0e0;
}

.bussuserImg span > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bussuserImg span i {
    position: absolute;
    bottom: 0;
    right: -5px;
    cursor: pointer;
}

.bussNotifi {
    float: none;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.bussNotifi a span.notifi-no {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 23px;
    height: 23px;
    line-height: 22px;
    background: #e30404;
    border: 1px solid #e30404;
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    font-style: normal;
}

.bussNotifi span {
    display: block;
    padding-top: 1px;
    font-size: 14px;
}

.bussNotifi > i {
    display: inline-block;
    position: relative;
}

.bussNotifi > i i {
    position: absolute;
    background: #e83434;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    font-style: normal;
    color: #fff;
    right: -6px;
    top: -4px;
}


/*-----------End Header-------------*/


/*-----------Start Popups-------------*/


/*----------- Popups-------------*/


/*-----------Start Footer-------------*/

.footerTop {
    background: #0172f4;
    height: 78px;
}

.footerNavBx {
    padding: 22px 0;
}

.footerNav {
    font-size: 15px;
    float: left;
    width: 70%;
}

.footer_right {
    width: 30%;
    float: right;
    text-align: right;
}

.footerNav li {
    display: inline-block;
    line-height: 30px;
    padding: 0 20px 0 0;
}

.footerNav li a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.footerNav li a:hover {
    color: #000;
}

.footer_right i {
    display: inline-block;
    vertical-align: top;
}

.footer_right i a {
    display: inline-block;
    margin: 0 0 0 15px;
    opacity: 0.4;
}

.footer_right i a:hover {
    opacity: 1;
}

.footer_right span {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.footer_right span a {
    display: inline-block;
    margin: 0 0 0 10px;
    background: url(../images/social_icon.png) 0 0 no-repeat;
}

.fb {
    background-position: 0 0 !important;
    width: 15px;
    height: 21px;
}

.fb:hover {
    background-position: 0 -21px !important;
}

.tweet {
    background-position: -23px 0 !important;
    width: 23px;
    height: 21px;
}

.tweet:hover {
    background-position: -23px -21px !important;
}

.linkedin {
    background-position: -64px 0 !important;
    width: 24px;
    height: 21px;
}

.linkedin:hover {
    background-position: -64px -21px !important;
}

.youtube {
    background-position: -106px 0 !important;
    width: 28px;
    height: 21px;
}

.youtube:hover {
    background-position: -106px -21px !important;
}

.footerBot a {
    color: #9b9b9e;
}

.footerBot a:hover {
    color: #ffffff;
}


/*-----------End Header-------------*/

.dashMainOuter {
    padding: 30px 0;
    background: #f3f4f4;
}

.myaccOuterBx {
    margin-bottom: 30px;
    width: 48%;
}

.MyaccHd {
    font-size: 21px;
    color: #303030;
    padding-bottom: 15px;
}

.myaccInnerOuter {
    background: #fff;
    border: #e5e6eb solid 1px;
    height: 340px;
    position: relative;
}

.addBottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #f8f9fb;
    padding: 20px 35px;
    line-height: 33px;
    font-size: 16px;
    color: #777;
}

.MyaccHd a.addBranchBtn {
    margin-top: 0px;
}

.addBottom i {
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
}

.addBottom a {
    font-size: 16px;
    float: right;
    color: #0172f4;
    text-decoration: underline;
}

.addBottom a:hover {
    color: #000000;
}

.acc_outerTop {
    padding: 35px 35px 35px 150px;
    position: relative;
}

.acc_outerTop i {
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 35px;
    top: 35px;
    border: #d8d8d8 solid 3px;
    border-radius: 50%;
}

.acc_outerTop i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.acc_outerTop span {
    display: block;
    font-size: 19px;
    color: #202020;
}

.acc_outerTop a {
    display: block;
    font-size: 15px;
    color: #0172f4;
    padding-bottom: 5px;
}

.acc_outerTop small {
    color: #797d7f;
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
}

.acc_outerTop strong {
    color: #38d176;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.branchTop {
    padding: 50px 20px;
}

.branchTop li {
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.branchTop li a {
    display: block;
}

.branchTop li a i {
    width: 94px;
    height: 94px;
    display: block;
    margin: 0 auto 10px auto;
    position: relative;
    border: #ccc solid 2px;
    border-radius: 50%;
}

.branchTop li a:hover i {
    border: #38d176 solid 2px;
}

.branchTop li a i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 78px;
}

.branchTop li a span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.currentBalance {
    padding: 35px;
    text-align: right;
    position: relative;
}

.currentBalance small {}


/*.currentBalance i {
    position: absolute;
    left: 30px;
    top: 35px;
}*/

.currentBalance small {
    color: #1a1d27;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0px;
    margin-left: 0px;
}

.currentBalance span {
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
    color: #38d176;
}

.bussdashOuter {
    background: #fff;
    border: #e6e7ec solid 1px;
}

.busstabNav {
    background: #f8f9fb;
    padding: 20px 15px;
}

.branchDetails-pageWrap .busstabNav {
    text-align: center;
}

.busstabNav li {
    float: left;
    padding: 0 20px;
}

.branchDetails-pageWrap .busstabNav li {
    float: none;
    display: inline-block;
}

.busstabNav li a {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 17px;
    border-bottom: transparent solid 3px;
}

.busstabNav li a:hover,
.busstabNav li a.active {
    border-bottom: #0172f4 solid 3px;
}

.bankDashOuter {
    padding: 35px;
}

.bankdash_Left {
    width: 49%;
    float: left;
    border-right: #ccc solid 1px;
    padding-right: 30px;
}

.bankdash_Right {
    width: 49%;
    float: right;
    padding: 0 20px;
}

.bussBankDet {
    min-height: 205px;
    position: relative;
    padding-left: 120px;
}

.bussBankDet i {
    border: #e0e0e0 solid 2px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.bussBankDet i img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bussBankDet span {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.bussBankDet small {
    font-size: 15px;
    line-height: 21px;
    color: #202629;
    display: block;
}

.bussBankDet a {
    font-size: 20px;
    display: block;
    padding-top: 10px;
    color: #0172f4;
}

.bussSocial {
    background: #f5f6fa;
    padding: 20px;
    margin-bottom: 30px;
}

.bussSocial span {
    font-size: 20px;
    color: #202020;
    line-height: 45px;
}

.bussSocial i {
    float: right;
}

.bussSocial i a {
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.facilitiesBx {
    font-size: 20px;
    margin-bottom: 40px;
    color: #202020;
}

.facilitiesTag span {
    border: #dedede solid 1px;
    margin-right: 20px;
    margin-bottom: 25px;
    line-height: 20px;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: #e5e5e5 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #202020;
}

.bussTabOuter {
    display: none;
}

.registerTble table th {
    background: #f8f9fb;
    border-bottom: #e0e0e0 solid 0px;
    border-top: #e0e0e0 solid 0px;
    text-align: left;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
}

.registerTble table td {
    border-bottom: #e0e0e0 solid 1px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 28px;
    color: #828587;
}

.regtbleMain {
    padding: 20px 0 0 0;
}

.viewdetailBtn {
    background: #0172f4;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
}

.viewdetailBtn:hover {
    background: #38d176;
}

.BD-galleryTab-cont {
    min-height: 200px;
}
.galleryList li {
    width: 198px;
    height: 163px;
    margin-right: 40px;
    margin-bottom: 40px;
    display: inline-block;
}

.helptxtarea {
    height: 140px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    border: #d8d9dd solid 1px;
    border-radius: 4px;
    resize: none;
    padding: 10px;
}
.helptxtarea:focus {
        border: #0172f4 solid 1px;
}
.helpBtn {
    background: #38d176;
    height: 40px;
    width: 145px;
    font-size: 15px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
}

.helpBtn:hover {
    background: #333;
}

.helpList li {
    padding-bottom: 10px;
}

.helpList li .css-remb-label {
    font-size: 16px;
    color: #202020;
    line-height: 23px;
}

.helpwriteBx {
    padding-left: 25px;
}

.branchMyacc {
    margin: 35px 0 0 35px;
}

.branchSocial {
    padding: 15px 35px;
}

.branchSocial span {
    font-size: 20px;
    color: #202020;
    line-height: 45px;
}

.branchSocial i {
    float: right;
}

.branchSocial i a {
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    float: none;
}

.branchFacilities {
    padding: 35px;
}

.branchQrcode {
    position: relative;
    padding-right: 0;
    margin: 30px auto 0px;
}

.branchQrcode i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
}

.branchQrcode strong {
    display: block;
    font-size: 19px;
    color: #202020;
}

.branchQrcode small {
    display: block;
    color: #797d7f;
    font-size: 14px;
    padding: 5px 0 15px 0;
}

.dowloadQrBtn {
    color: #0172f4;
    font-size: 12px;
    padding: 5px 30px;
    border: #0172f4 solid 1px;
    border-radius: 20px;
    line-height: 21px;
}

.download-qrCodeBtn .dowloadQrBtn {
    display: inline-block;
    margin-top: 15px;
    border-radius: 3px;
    padding: 5px 10px;
}

.dowloadQrBtn:hover {
    background: #0172f4;
    color: #fff;
}

.branchQrcode span {
    position: absolute;
    right: 0;
    top: 0;
}

.viewQrBtn {
    background: #38d176;
    width: 110px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
}

.requestpayBtn {
    background: #0172f4;
    width: 110px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    padding: 5px 0;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
}

.viewQrBtn:hover,
.requestpayBtn:hover {
    background: #333;
}

.bussUserNav {
    width: 165px;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 0;
    top: 66px;
    text-align: left;
    z-index: 9;
    border-radius: 5px;
    display: none;
    border: 1px solid #e0e0e0;
}

.bussUserNav li {
    display: block;
}

.bussUserNav li a {
    display: block;
    border-bottom: #e5e5e5 solid 1px;
    color: #2d2d2d;
    text-align: left;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 22px;
}

.bussUserNav li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.bussUserNav li a:hover {
    color: #0172f4;
}

.banknameBx i {
    border: #e0e0e0 solid 3px;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.banknameBx i img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    border-radius: 50%;
}

.branchSocial .requestpayBtn {
    display: block !important;
    margin-right: -10px;
    text-align: center;
    font-size: 12px !important;
    line-height: 19px;
    padding: 5px 0;
    color: #fff !important;
    border-radius: 20px;
    font-weight: 500;
    height: auto !important;
    font-style: normal;
    text-decoration: none !important;
}

.regdashBx {
    margin: 35px 35px 0 35px;
    padding-right: 240px;
}

.regQrCode {
    position: absolute;
    right: 0;
    top: 0;
}

.regQrCode label {
    vertical-align: top;
    font-size: 18px;
    padding-right: 5px;
}

.regQrCode strong {
    display: inline-block;
    line-height: 0;
    filter: grayscale(100%);
}

.regdashBx + .branchSocial {
    padding: 23px 35px;
}

.notificationList li {
    display: block;
    padding-bottom: 20px;
    padding-left: 82px;
    position: relative;
}

.notificationList li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
}

.notificationList li i img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}

.notificationList li strong {
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.notificationList li small {
    color: #38d176;
    font-size: 14px;
    display: block;
}

.notificationList li p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 0;
    color: #626769;
}

.branchProfBx {
    margin: 35px;
    padding-right: 150px;
}

.branchMyacc strong {
    font-size: 17px;
    color: #999;
    font-weight: 400;
    line-height: 28px;
}

.branchMyacc strong img {
    vertical-align: top;
    padding-top: 4px;
}

.payBtn {
    background: #0172f4;
    height: 38px;
    width: 96px;
    border-radius: 20px;
    border: 0;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}

.branchProfBx p {
    position: absolute;
    right: 0;
    top: 0;
    width: 111px;
}

.branchProfBx p img {
    filter: grayscale(1);
}

.overviewAddList {
    margin: 35px;
}

.overviewAddList li {
    position: relative;
    padding: 3px 0 20px 40px;
    font-size: 16px;
}

.overviewAddList li i {
    position: absolute;
    left: 0;
    top: 0;
}

.openTime {
    color: #000;
}

.opentimeList {
    display: none;
    vertical-align: top;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 0 10px;
    box-shadow: #e5e5e5 0 4px 5px -2px;
}

.opentimeList li {
    padding: 0 0 5px 0;
    font-weight: 300;
    font-size: 14px;
}

.opentimeList li:first-child {
    font-weight: 500;
}

.opentimeList li span {
    display: inline-block;
    width: 115px;
}

.facilitiesHd {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

.facilitiTag span {
    font-weight: 300 !important;
}

.facilitiTag p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 29px;
}

.branchGallOuter {
    padding: 0px 35px;
}

.branchGall li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 0;
}

.reviewList li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 80px;
}

.reviewList li i {
    position: absolute;
    left: 0;
    top: 0;
}

.reviewList li i img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.reviewList li span {
    color: #0172f4;
    font-size: 17px;
    display: block;
    padding-bottom: 2px;
}

.reviewList li span a {
    color: #0172f4;
}

reviewList li strong {
    display: block;
}

.reviewList li strong img {
    padding: 0 1px;
}

.reviewList li p {
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 25px;
}

.reviewList li small {
    font-size: 12px;
    display: block;
    font-weight: 500;
}

.requserBx {
    padding-left: 110px;
    position: relative;
    min-height: 120px;
    padding-top: 13px;
}

.requserBx i {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: #e5e5e5 solid 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.requserBx strong {
    font-size: 23px;
    display: block;
    color: #000;
    line-height: 30px;
}

.requserBx span {
    font-size: 18px;
    color: #999;
    display: block;
}


/*---------------29-10-2018-------------------------*/

.mob-textwrap .mob-text {
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    width: calc(100% - 100px);
}

.addBranchBtn {
    float: right;
    font-size: 14px;
    background: #0172f4;
    color: #fff;
    padding: 5px 20px;
    line-height: 20px;
    border-radius: 3px;
    margin-top: 7px;
    border: 1px solid #0172f4;
}

.addBranchBtn:hover {
    background: #38d176;
    border-color: #38d176;
}

.addressHd {
    font-size: 20px;
    color: #202020;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 20px;
}

.branchMap {
    border: #e5e5e5 solid 1px;
    line-height: 0;
}

.BrancheContainer {
    max-width: 950px;
    margin: 0 auto;
}

.BranchesOuterInn {
    padding: 20px 30px 30px 30px;
    background: #fff;
}

.half_left {
    float: left;
    width: 48%;
}

.half_right {
    float: right;
    width: 48%;
}

.BranchesOuterInn .login_FrmInp {
    width: 100%;
    height: auto;
    padding: 8px 10px;
    font-size: 14px;
    color: #1a1d27;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.frmBx {
    position: relative;
}

.frmBx i {
    position: absolute;
    right: -15px;
    top: -5px;
    bottom: 35px;
}

.frmBx i.clockIcon {
    right: 10px;
    bottom: 0;
    top: 10px;
}

.BranchesOuterInn .login_FrmInp.business-Hours {
    padding-right: 35px;
}

.loginBtn.btnUpdateBranch {
    display: inline-block;
    height: auto;
    padding: 10px 0;
    max-width: 250px;
}


/*.opratList_Outer {
    background: #fff;
    margin-top: 20px;
    padding: 15px;
}*/

.oprateList li {
    display: block;
    padding-bottom: 15px;
}

.oprateList li span {
    display: inline-block;
}

.oprateList li select {
    display: inline-block;
    width: 150px;
    height: 32px;
    vertical-align: top;
    background-size: 13px 8px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.hrs-Operation-popup .oprateList li select {
    width: 168px;
}

.oprateList li i {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    vertical-align: top;
    width: 110px;
}

.oprateList li small {
    display: inline-block;
    padding: 0 15px 0 24px;
    font-size: 16px;
    line-height: 32px;
    vertical-align: top;
    color: #666;
}

input[type=checkbox] {
    overflow: hidden;
}

input[type=checkbox].css-checkBox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkBox + label.css-check {
    padding-left: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 7px;
}

label.css-check {
    background-image: url(../images/check_icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkBox:checked + label.css-check {
    background-position: 0 -22px;
}


/*.login_FrmSel {
    width: 100%;
    border: 0;
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
    border-bottom: #e5e5e5 solid 1px !important;
    color: #2d2d2d;
    background: #fff url(../images/down-arrow1.png) right 10px center no-repeat;
}*/

.loginBtn.opratTime {
    height: auto;
    max-width: 150px;
    padding: 7px 0;
    margin: 0 auto;
    display: block;
}

.samefor {
    text-align: right;
}

.opratList_Outer .oprateList {
    padding: 20px 0;
}

.samefor .css-check {
    padding-left: 40px !important;
    font-size: 16px !important;
    line-height: 32px;
}

.addImgList li {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    border: #e5e5e5 solid 1px;
}

.addImgList .UpldImg {
    position: relative;
    border: #ccc dashed 1px;
    background: #f9f9f9 url(../images/add-img.png) center center no-repeat;
}

.attachFile {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.nobankBx {
    padding-bottom: 70px;
    text-align: center;
    font-size: 15px;
}

.nobankBx strong {
    display: block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.nobankBx span {
    display: block;
    padding-bottom: 15px;
}

.nobankBx a {
    display: inline-block;
    width: 175px;
    font-size: 15px;
    background: #38d176;
    border: #31b667 solid 1px;
    border-radius: 3px;
    line-height: 21px;
    padding: 10px 0;
    color: #fff;
}

.nobankBx a:hover {
    background: #00d0fc;
    border: #01a9cc solid 1px;
}

.qr_MainBx {
    padding: 40px 40px 20px 40px;
    background: #fff;
    box-shadow: #eee 0 0 10px 5px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.qrHd {
    font-size: 22px;
    font-weight: 500;
    color: #2d2d2d;
    position: relative;
    height: 2px;
    background: #ebebeb;
    margin-bottom: 30px;
}

.qrHd span {
    line-height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -15px;
    padding-right: 5px;
}

.qr_cardLeft {
    max-width: 400px;
    float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.qrcardInn {
    padding: 30px 30px 30px 160px;
    background: #fff;
    box-shadow: #eee 0 0 10px 0;
    border-radius: 5px;
    min-height: 178px;
    text-align: right;
    position: relative;
}

.qrcardInn i {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 30px;
}

.qrcardInn a {
    display: inline-block;
    line-height: 0;
}

.qrcardInn small {
    display: block;
    padding-top: 30px;
    font-size: 15px;
    color: #999;
}

.qrcardInn span {
    display: block;
    padding-top: 3px;
    font-size: 18px;
    color: #0172f4;
}

.cardsBx {
    float: left;
    padding: 20px;
    margin: 0 10px 20px 10px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 0;
    border-radius: 5px;
}

.cardsRadio {
    padding-bottom: 5px;
}

.cardsRadio i {
    float: right;
}

.addacc_Bx {
    display: none;
}

.cardsRadio i a {
    display: inline-block;
}

.addaccountNote {
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
}

.bankDet_Bx {
    padding-bottom: 25px;
    width: 48%;
}

.lblTxt {
    font-size: 22px;
    display: block;
    color: #ababab;
    line-height: 30px;
}

.lblTxt span {
    font-size: 16px;
}

.bankselInp {
    width: 100%;
    border: 0;
    font-size: 17px;
    height: 50px;
    border-bottom: #e5e5e5 solid 2px !important;
    color: #2d2d2d;
    background: #fff url(../images/dashboard-icon/down-arrow1.png) right center no-repeat;
}

.bankInp {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    color: #1a1d27;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.bankInp:focus {
    border: #0172f4 solid 1px !important;
}

.AddaccountBtn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.AddaccountBtn a {
    display: inline-block;
    background: #00cd7e;
    width: 350px;
    margin: 0 10px;
    border: #03975e solid 1px;
    line-height: 25px;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
}

.AddaccountBtn a:hover {
    background: #00cd7e;
    border: #01a9cc solid 1px;
}

.canclBtn {
    background: #00d0fc !important;
    border: #01a9cc solid 1px !important;
}

.canclBtn:hover {
    background: #00cd7e !important;
    border: #03975e solid 1px !important;
}

.bankAccountBx {
    width: 48%;
    min-height: 170px;
    background: #fff;
    box-shadow: #eee 0 0 10px 3px;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 45px 20px 25px 150px;
    position: relative;
}

.bankAccountBx > a {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.bankAccountBx i {
    display: inline-block;
    width: 105px;
    height: 105px;
    padding: 8px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 0;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid #e0e0e0;
}

.bankAccountBx i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bankAccountBx > strong {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #2d2d2d;
    font-weight: 500;
}

.bankAccountBx > strong small {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #818181;
}

.bankAccountBx > strong a {
    display: inline-block;
    font-size: 14px;
    float: right;
    font-weight: 400;
    line-height: 17px;
    padding: 8px 10px;
    background: #00cd7e;
    border-radius: 3px;
    color: #fff;
}
.bankAccountBx > strong a:hover {
    background: #0172f4;
}

.bankAccountBx > strong a.removeBank {
    display: block; float: none; text-align: center;width: 100%; max-width: 80px; margin-top: 15px;
}
.bankAccountBx > strong a.removeBank {
    background: #C1C1C1;
}
.bankAccountBx > strong a.removeBank:hover {
    background: #9a9a9a;
}

.bankAccountBx > span {
    display: block;
    font-size: 19px;
    color: #2d2d2d;
    font-weight: normal;
}

.addaccountNote {
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
}

.popInn.updateAccDet {
    background: #fff;
    padding: 30px;
    max-width: 1000px;
}

.updatePopHd {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.selBank {
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 50px;
}

.bankList {
    padding: 20px 0 20px 0;
}

.bankList li {
    width: 210px;
    padding: 15px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 10px 0;
    border-radius: 5px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.bankList li i {
    display: inline-block;
    padding-right: 13px;
    vertical-align: top;
}

.bankList li span {
    display: inline-block;
    vertical-align: top;
}

.walletList {
    padding-bottom: 25px;
}

.walletList li {
    width: 335px;
    height: auto;
    min-height: 137px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 10px 0;
    border-radius: 5px;
    float: left;
    margin: 0 25px 20px 0;
    padding: 15px;
    position: relative;
    padding-left: 130px;
}

.walletList li i {
    display: inline-block;
    width: 105px;
    height: 105px;
    padding: 8px;
    background: #fff;
    box-shadow: #e5e5e5 0 0 5px 0;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    border: 1px solid #e0e0e0;
}

.walletList li i img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.walletList li span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.walletList li strong {
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
}

.walletList li strong small {
    display: block;
    font-size: 18px;
    color: #2d2d2d;
}

.featItem li {
    float: left;
    width: 20%;
}

.walletSlider {
    padding: 10px 0;
}

.walletSlider li {
    width: 31.33%;
    float: left;
    margin: 0 1% 2%;

}

.wallet_slider .owl-next {
    background: #edf3f9 url(../images/slide-arrow_right.png) center center no-repeat;
    width: 34px;
    height: 58px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    text-indent: 200px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: -20px;
}

.wallet_slider .owl-prev {
    background: #edf3f9 url(../images/slide-arrow_left.png) center center no-repeat;
    width: 34px;
    height: 58px;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    text-indent: 200px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: -20px;
}

input[type=radio] {
    overflow: hidden;
}

input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-radio + label.css-label {
    padding-left: 32px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 20px;
    color: #8d8d8d;
}

label.css-label {
    background-image: url(../images/radio_icon.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio].css-radio:checked + label.css-label {
    background-position: 0 -25px;
    color: #2d2d2d;
}

.transferBank {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.transferBank p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}

.transferBank i {
    background: #38d176;
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.transferBank i img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.transdown_arrow {
    background-image: url('../images/bank-user/down-arrow.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.bankRightBx {
    max-width: 850px;
    padding: 20px 0;
    margin: 0 auto;
}

.commissionHd {
    font-size: 20px;
    padding-bottom: 20px;
}

.transfrmBxOuter {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: #e5e5e5 0 0 5px 0;
}

.frmInnbxOuter {
    width: 50%;
    float: left !important;
    margin-right: 2%;
}

.frmInnbx {
    width: 30%;
    float: left !important;
    margin-right: 2%;
}

.callBxInn {
    width: 48%;
}

.srchBtnBx {
    width: 15%;
    float: left;
}

.banksrchBtn {
    background: #0172f0;
    height: 50px;
    width: 100%;
    border: 0;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
}


/*.registerTble {
    max-width: 1200px;
    margin: 0 auto 20px auto;
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
}*/

.getstatus_Outer {
    padding-top: 20px;
    text-align: center;
}

.getstatus_Outer a {
    background: #0172f0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 3px;
}
.getstatus_Outer a:hover {background: #38d176;}

.totlAmout {
    float: left;
    font-size: 15px;
    color: #202629;
}

.totlAmout strong {
    color: #0172f4;
}

.amountOuter {
    padding-top: 15px;
}

.FromThis {
    float: right;
    font-size: 15px;
    color: #202629;
}

.FromThis strong {
color: #0172f4;
}


/* 08-07-19 */

.mob-textwrap {
    width: 24%;
    float: left;
}

.dashboardfileter-sec .login_FrmInp {
    height: auto;
}

.dashboardfileter-sec .mb-15 {
    margin-bottom: 15px;
}

.dashboardfileter-sec1 .mob-textwrap {
    width: 28%;
    float: left;
    margin-top: 0px;
}

.dashboardfileter-sec1 .frmInnbx,
.dashboardfileter-sec1 .frmInnbxOuter {
    margin-right: 1%;
}


/*added on 26-sep-2019*/

.transfrmBxOuterSelf {
    background: #f3f4f4;
    padding: 20px;
    margin-bottom: 30px;
}

.amountOuterSelf {
    /* padding-top: 15px; */
    /* width: 103%; */
    padding: 9px 29px 9px 29px;
}

.banksrchBtnSelf {
    background: #0172f0;
    height: 30px;
    width: 100%;
    border: 0;
    font-size: 16px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    top: 18px;
}
.banksrchBtnSelf:hover {
        background: #38d176;
}


/*.tableSelf table th{
     background: #f8f9fb;
    border-bottom: #d6d6d6 solid 1px;
    border-top: #d6d6d6 solid 1px;
    text-align: left;
    padding: 5px 0px;
    font-weight: 500;
    font-size: 15px;
}*/

.selfTransaction {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}

.selfTransaction td,
#customers th {
    border: 1px solid #ddd;
    padding: 0px;
}

.selfTransaction tr:nth-child(even) {
    background-color: #f2f2f2;
}

.selfTransaction tr:hover {
    background-color: #ddd;
}

.selfTransaction th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f8f9fb;
    color: black;
    padding-left: 7px;
}

.paidBxSelf {
    position: relative;
    padding-left: 10px;
}

.paidBxSelf i img {
    width: 30%;
    height: 30%;
    border-radius: 50%;
}

.paidBxSelf span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #2d2d2d;
}

.paidBxSelf strong {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 14px;
}

.paidBxSelf span {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #2d2d2d;
}

.branchWrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.branchWrapper .registerTble table tr th:last-child,
.branchWrapper .registerTble table tr td:last-child {
    text-align: center;
}

.mid-secWrapper {
    padding: 30px 0px;
    background: #ffffff;
}

.imageLogoWrap img {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.mb-20 {
    margin-bottom: 20px;
}

.BranchesOuterInn .branchAddressField .login_FrmInp {
    margin-bottom: 25px;
}


/* BranchDetails */

.branch-sequetyDetails {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #2d2d2d;
}

.branch-sequetyDetails strong {
    width: 90px;
    font-weight: 600;
    display: inline-block;
}

.bussSocial-HD {
    font-size: 20px;
    color: #202020;
    line-height: 45px;
    float: left;
}

.bussSocialWrap ul {
    float: right;
    top: 5px;
    position: relative;
}

.bussSocial ul li {
    display: inline-block;
    width: 100%;
    max-width: 35px;
    margin-left: 5px;
}

.bussSocial ul li img {
    width: auto;
    max-width: 100%;
}

.branchQrcode-imgWrap {
    width: auto;
    max-width: 120px;
    float: left;
    margin-right: 20px;
}

.EditFacilities-popup ul.tagit {
    border-width: 0px !important;
    background: #f5f6fa;
    padding: 15px;
    border-radius: 3px;
}

.EditFacilities-popup ul.tagit li.tagit-choice {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-weight: 400;
    padding: 7px 15px;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.EditFacilities-popup ul.tagit li.tagit-choice.remove,
.EditFacilities-popup ul.tagit li.tagit-choice:hover {
    background-color: #ffffff;
    border-color: #0172f4;
}

.EditFacilities-popup ul.tagit li.tagit-choice .tagit-close {
    font-size: 21px;
    position: absolute;
    top: -6px;
    right: -7px;
    font-weight: bold;
}

.EditFacilities-popup .frmBx {
    padding: 0px;
    margin-top: 20px;
}

.EditFacilities-popup ul.tagit li.tagit-new input {
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    background: #ffffff;
}

.branchDetails-tabCont {
    padding: 20px;
}
.transaction-tabCont .addBranchBtn {
    padding: 8px 20px;
}
.transaction-tableWrap table thead tr th {
    background: #f8f9fb;
    text-align: left;
    padding: 15px 10px;
    font-weight: 500;
    font-size: 14px;
}
.transaction-tableWrap table tbody tr td {
    border-bottom: #d6d6d6 solid 1px;
    padding: 10px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #828587;
}
.transaction-tableWrap table thead tr th:last-child,
.transaction-tableWrap table tbody tr td:last-child {
    text-align: center;
}

/* Gallery Tab */

.BD-galleryTab-cont .galleryList ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.BD-galleryTab-cont .galleryList ul li {
    width: auto;
    height: auto;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px 0px 20px;
    float: none;
}
.BD-galleryImg-wrap {
    border: 3px solid #e0e0e0;
    position: relative;
}
.BD-galleryTab-cont .galleryList ul li img {
    width: 100%;
}
.BD-galleryTab-cont .galleryList li a.BD_remove_img {
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f11a25;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}
.upload-galleryImage img {
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100px;
}
.BrancheContainer.BrancheContainer-addRegister {
    max-width: 650px;
}
.cust-formLabel {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #202629;
    font-weight: 600;
}
.branchQrcode-boxWrap {
    background: #f5f6fa;
    padding: 15px;
}
.flt {
    float: left;
}
.frt {
    float: right;
}
.register-detailsTable {
    margin-top: 30px;
}
.blueText {
    color: #0172f4;
}

.withdraw-Inner, .transactionPage-Inner {
    background: #ffffff;
    padding: 15px;

}
.withdraw-Inner .walletList {padding-bottom: 0px;}
.walletIcon {
    width: 100%;
    max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.walletAmout {
    color: #0172f4;
    font-size: 21px;
    display: inline-block;
}
.transferAmount-boxWrap {
    background: #f5f6fa;
    padding: 15px;
}
.transferAmount-boxWrap .bankDet_Bx {
    width: 100%;
    max-width: 230px;
    margin-right: 15px;
}
.mt-0 {margin-top: 0px !important;}
.transferAmount-boxWrap .addBranchBtn {
    padding: 8px 20px;
}
.withdraw-Inner .walletSlider li:hover {
    background: #f5f6fa;
}
.RWT-filterBox {
    margin-top: 30px;
}
.getStatement-btnWrap .addBranchBtn {
    margin-top: 0px;
    padding: 6px 20px;
    width: 100%;
}
/*.RWT-filterBox .transaction-tableWrap table thead tr th:last-child,
.RWT-filterBox .transaction-tableWrap table tbody tr td:last-child {text-align: left;}*/

.textGreen {color: #38d176 !important;}

/* Banks Page style */

.bankAccountBx-inner .bankAccountBx {
width: 32%;
    margin-right: 2%;
    min-height: 136px;
    background: #fff;
    box-shadow: #eee 0 0 10px 3px;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
    padding: 25px 15px 15px 130px;
}
.bankAccountBx-inner .bankAccountBx:nth-child(3n) {
    margin-right: 0px;
}
.AddaccountBtn-box {
    text-align: center;
        margin-top: 20px;
}
    .AddaccountBtn-box .canclBtn {
        display: inline-block;
        background: #C1C1C1 !important;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        text-transform: capitalize;
        padding: 11px 0px;
        width: 100%;
        max-width: 150px;
        border: 1px solid #C1C1C1 !important;
    }
.AddaccountBtn-box .canclBtn:hover {
    background: #9a9a9a !important;
}
.mr-15 {margin-right: 15px;}
.fullWidth {
    width: 100%;
    max-width: 100% !important;
}
.mb-30 {margin-bottom: 30px;}
.bg-lightGray {
    background: #f3f4f4;
    padding: 15px;
}
.RP-pageWrap .reqFltrInn {
    box-shadow: none;
    border-radius: 0px;
}
.RP-filterTable-wrap {
    padding: 15px;
    margin-top: 30px;
}
table .paidBx i {
    border: #e0e0e0 solid 3px;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}
table .paidBx strong {
    font-size: 14px;
}
table .paidBx span, table .paidBx strong {
    display: block;
}
    table .paidBx span.phone {
        display: block;
    }
.notifi_pageCont-wrap {
    background: #ffffff;
}

/* Account setting */
.accountSetting-Wrap .settingsInn {
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    margin-top: 30px;
}
    .accountSetting-Wrap .settingsInn.All-pd-15 {
        padding: 15px !important;
    }
.settingBx .notifi_SettHd {
    background: #f9f9f9;
    color: #1a1d27;
    font-size: 16px;
    padding: 0px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}
.settingBx .notifi_SettHd a {
    display: block;
    padding: 10px;
}
.changchangeSupport textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    resize: none;
    border-color: #e0e0e0;
}
.accountSetting-Wrap .changepasswordDiv {text-align: center;}
.accountSetting-innerBox {
    padding: 10px 15px 20px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    background: #f3f4f4;
}
.accountSetting-Wrap .loginBtn {padding: 12px 20px;}

.RequestPayment-TabNav {
    text-align: center;
    margin: 10px 0px 20px;
}
.RequestPayment-TabNav li {
    display: inline-block;
    padding: 0px 0px 5px;
    border-bottom: 3px solid transparent;
    margin: 0px 20px;
   font-size: 18px;
   cursor: pointer;
}
.RequestPayment-TabNav li.active,
.RequestPayment-TabNav li:hover {
    color: #0172f4;
    border-color: #0172f4;
    }
.newsfeed_Nav.requestoption-TabNav li a {
    padding: 0px 0px 5px;
    font-size: 18px;
}
.requestFltrTop .tabcontent {
    border: 0px;
}
.update_RFWrapper .tabcontent .histList table tr th:first-child {border-left: 0px;}
.update_RFWrapper .tabcontent .histList table tr th {border-bottom: 0px; color: #2d2d2d;}

/* Branch dashboard transaction filter table*/

.Branch-transaction-filterTable .transaction-tableWrap table tbody tr td:first-child {
    min-height: 60px;
    position: relative;
}
.Branch-transaction-filterTable .transaction-tableWrap table tbody tr td:first-child .paidBx {
    padding-left: 70px;
    position: relative;
    min-height: 55px;
}
.Branch-transaction-filterTable .transaction-tableWrap table .paidBx i {
    position: absolute;
    top: 0;
    left: 0;
}

.branchDS-tabs-optWrap .authTble table th,
.branchDS-tabs-optWrap .authTble table td {
    padding: 10px 10px;
}

.branchDS-tabs-optWrap .authTble .Tabs-transaction-TableWrap table th,
.branchDS-tabs-optWrap .authTble .Tabs-transaction-TableWrap table td {
    text-align: center;
}
.branchDS-tabs-optWrap .authTble .Tabs-transaction-TableWrap table th:first-child,
.branchDS-tabs-optWrap .authTble .Tabs-transaction-TableWrap table td:first-child {
    text-align: left;
}

.BDS-top-details-wrapper {
    text-align: center;
}
.IMG-wrap {
    width: 90px;
    height: 90px;
    border: 3px solid #e0e0e0;
    border-radius: 50%;
    margin: 10px auto;
}
.IMG-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.BDS-popUserName {
    font-size: 21px;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
}
.BDS-popUserPhone {
    font-size: 14px;
    color: #999;
}
.fieldWarp {
    position: relative;
}
.dollar-icon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 32px;
    background: #e0e0e0;
    border-radius: 3px 0px 0px 3px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    z-index: 1;
}
.fieldWarp .amountField {
    padding-left: 50px;
}

.centerDiv {text-align: center;}
.popInn.branchQrcode-popInner {
    max-width: 450px;
}
branchQrcode-popInner .opratList_Outer {
    padding: 0px;
    margin: 30px 0px 0px;
}
.branchQrcode-popInner .branchQrcode {
    width: 100%;
    max-width: 200px;
    margin: 0px;
    padding: 0px;
    border: 3px solid #e0e0e0;
    border-radius: 4px;
}
.messageSection.branchMessage-wrap {
    border: 0px;
    background: #f3f4f4;
    /*overflow: auto;*/
}
.branchMessage-wrap .messageOuter {background: #ffffff;}

/* Register dashboard */
.registerDS-SocialWrap i a {
    display: inline-block;
    width: 100%;
    max-width: 35px;
    margin-left: 5px;
}

.registerID {
    font-size: 16px;
    color: #303030;
    padding-bottom: 15px;
}
.share-on-wrap {padding: 10px 20px; border-radius: 4px; margin-top: 15px; margin-bottom: 0px;}



