@media (max-width: 1366px) {
    .ds-chats-wrap .message_Left {
        width: 200px !important;
    }

    .ds-chats-wrap .message_Right {
        width: calc(100% - 200px) !important;
    }

    .ds-chats-wrap .message_List {
        padding: 20px 10px 20px 10px;
    }

    .ds-chats-wrap .message_List li a strong {
        font-size: 11px !important;
        line-height: 14px !important;
    }
}

@media(max-width:1199px) {
    .bussDashMenu li {
        padding: 0 8px;
    }
        .bussDashMenu li a {
            font-size: 14px;
        }
        .bussSocial-HD,
        .branchQrcode strong {
            font-size: 16px;
        }

    .bussSocial ul li {
        max-width: 30px;
    }

    .transaction-tabCont input[type="text"], .transaction-tabCont select {
        font-size: 12px;
    }

    .transaction-tabCont .addBranchBtn {
        padding: 7px 20px;
    }

    .transaction-tableWrap table thead tr th, table tr th {
        padding: 10px 5px !important;
        font-size: 14px !important;
    }

    .transaction-tableWrap table tbody tr td, table tr td {
        padding: 10px 5px !important;
        font-size: 13px !important;
        line-height: 22px !important;
    }

    .transaction-tableWrap .paidBx span {
        font-size: 13px;
        line-height: 21px;
    }

    .transaction-tableWrap .paidBx strong {
        font-size: 16px;
    }

    .RWT-filterBox .transaction-tableWrap {
        overflow-x: auto;
    }

        .RWT-filterBox .transaction-tableWrap table {
            min-width: 980px;
        }

            .RWT-filterBox .transaction-tableWrap table thead tr th,
            .RWT-filterBox .transaction-tableWrap table tbody tr td {
                padding: 10px 10px;
            }

    .bankAccountBx > span {
        font-size: 16px;
    }

    .bankAccountBx > strong,
    .bankAccountBx > strong small {
        font-size: 14px;
    }

    .footerNav li {
        padding: 0 10px 0 0;
    }

    .branchQrcode span.QrCode-btnwrap2 {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 10px;
        clear: both;
    }

        .branchQrcode span.QrCode-btnwrap2 a {
            display: inline-block;
        }

    .busstabNav li {
        padding: 0 10px;
    }

        .busstabNav li a {
            font-size: 14px;
        }

    .paylinkUpdate-field-wrap {
        display: block !important;
        max-width: 100% !important;
    }

    .paylinkUpdate-span {
        width: 100px !important;
        font-size: 12px !important;
    }

    .paylinkUpdate-field {
        max-width: calc(100% - 140px) !important;
        font-size: 12px !important;
        padding: 6px 5px !important;
    }
    .updateBranch-dashboard .paylinkUpdate-field {
        max-width: calc(100% - 120px) !important;
    }
        .nc-button.paylinkUpdate-btn {
        width: 90px !important;
        font-size: 12px !important;
        display: block !important;
        margin: 10px auto 0px !important;
    }

    .adminDashboard-notification {
        padding-right: 0px;
    }

    .adminDashboard-notification-In {
        max-height: 340px;
    }
    .RCB-wrap {
        max-height: 340px;
        min-height: 340px;
    }

    .adminDashboard-notification .notifi_InnList li {
        padding: 15px 10px 15px 60px !important;
    }

    .adminDashboard-notification-In .notifi_InnList li span {
        font-size: 12px;
        line-height: 20px;
    }
    .notifi_InnList li small {
        font-size: 10px;
        line-height: 15px;
    }
}

@media(max-width:1023px) {
    .footerTop {
        height: auto;
    }

.admin-selfTransaction-tableIn table,
.business-adminHome-selfTransaction-wrapper .custTable-wrap {
    min-width: 800px;
}
}

@media (max-width: 991px) {
    .admin-selfTransaction-tableIn table,
    .business-adminHome-selfTransaction-wrapper .custTable-wrap,
    .registerTble table,
    .custTable-wrap table {
        min-width: 700px;
    }
    .ED-BusinessDS-tabsWrapper .admin-selfTransaction-tableIn {
        min-width: 1000px;
    }
    .currentBalance span {
        font-size: 18px;
    }
    .wallet_Outer .currentBalance img {
        max-width: 25px;
    }
    .bussDashRight {
        padding-right: 60px;
    }
    .BranchDS-header .bussDashRight,
    .RegisterDS-header .bussDashRight {
        padding-right: 0px;
    }

    .humber-menu {
        display: block !important;
    }
        .bussDashMenu ul li {
            display: block;
        }

        .bussDashMenu li a {
            padding: 10px;
        }

        .bussDashMenu li a {
            border-bottom: #0172f0 solid 0px;
        }

            .bussDashMenu li a:hover,
            .bussDashMenu li a.active {
                border-bottom: #0172f0 solid 0px;
                color: #0172f0;
            }

    .bussDashMenu {
        -webkit-transition: ease-in-out .3s;
        -moz-transition: ease-in-out .3s;
        -ms-transition: ease-in-out .3s;
        -o-transition: ease-in-out .3s;
        transition: ease-in-out .3s;
        width: 260px;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 101;
        overflow: auto;
        padding-top: 30px;
        text-align: left;
        background: #ffffff;
        border-right: 1px solid #e0e0e0;
        box-shadow: 2px 0px 4px 0px #ccc;
    }

        .bussDashMenu.active {
            left: 0px;
        }

    .admin-selfTransaction-wrapper .flex-col-38,
    .admin-selfTransaction-wrapper .flex-col-60 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .admin-selfTransaction-wrapper .col-mr-2 {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .payBtn-Wrappers {
        display: block!important;
    }

    .flexBox-55,
    .flexBox-45 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        clear: both;
    }
    /*.payBtn-Wrappers-In.flexBox-45 .branchQrcode:after {
        content: '';
        display: block;
        clear: both;
    }*/

    .RCB-wrap {
        min-height: 338px;
    }

        .RCB-wrap ul li {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .bussSocial-HD {
        float: none;
    }

    .bussSocialWrap ul {
        float: none;
        top: 0;
    }

    .bussBankDet span {
        font-size: 18px;
    }

    .bussBankDet small {
        font-size: 14px;
    }

    .branchQrcode-imgWrap {
        max-width: 100px;
    }
    .withdraw-Inner .walletSlider li {
        padding-left: 90px;
        min-height: 120px;
    }

    .updateBranch-dashboard .branchQrcode-imgWrap {
        max-width: 70px;
        margin-right: 0px;
    }
    .updateBranch-dashboard .download-qrCodeBtn {
        float: right;
        margin-top: 10px !important;
    }

    .withdraw-Inner .walletList li i,
    .bankAccountBx i {
        width: 65px;
        height: 65px;
        margin-top: 10px;
    }

    .withdraw-Inner .walletList li strong {
        padding-top: 25px;
        font-size: 14px;
    }
    .walletList li strong small {
        font-size: 16px;
    }
    .bankAccountBx-inner .bankAccountBx {
        width: 48%;
        padding-left: 110px;
        min-height: 120px;
    }

        .bankAccountBx-inner .bankAccountBx:nth-child(3n) {
            margin-right: 2%;
        }

        .bankAccountBx-inner .bankAccountBx:nth-child(2n) {
            margin-right: 0px;
        }

    .getStatement-btnWrap .addBranchBtn {
        padding: 8px 15px;
    }

    .payBtn-Wrappers label {
        font-size: 13px;
        line-height: 15px;
    }
    ul.payBtn-listWrap .nc-button {
        margin: 0px auto;
    }
    .adminDashboard-notification-In {
        max-height: 360px;
    }
    .RCB-wrap {
        min-height: 360px;
    }

    .ED-BusinessDS-MyprofileWrapper .persnInfBarcode > i {
        width: 100px;
        height: 100px;
    }
    .myProfile-wrapper .persnInfBarcode {
        padding-left: 120px;
        min-height: 100px;
    }
    .myProfile-wrapper .persnInfBarcode .verify_emailID img {
        max-width: 15px;
    }
    .persnInfBarcode strong {
        font-size: 18px;
        font-weight: 500;
    }
    .ED-BusinessDS-MyprofileWrapper .perInf_R_Wrap {
        padding-left: 30px;
    }
    .myProfile-wrapper .proDetBx label {
        font-size: 16px;
    }
    .myProfile-wrapper .perInf_R .proDetBx span {
        font-size: 14px;
    }
    .bg-lightGray.Business-MyProfile-SocialMediaWrap .half_left,
    .bg-lightGray.Business-MyProfile-SocialMediaWrap .half_right {
        float: none;
        width: 100%;
        margin: 0;
    }
    .bg-lightGray.Business-MyProfile-SocialMediaWrap .half_left .frmBx,
    .bg-lightGray.Business-MyProfile-SocialMediaWrap .half_right .frmBx {
        padding-bottom: 0px;
    }
    .filesBx .DocP_Wrap {font-size: 12px;}

    .updateBranch-dashboard .adminDashboard-notification-In {
        max-height: 325px !important    ;
    }
    .updateBranch-dashboard .branchDS-facilities-In {
        max-height: 325px !important;
        height: 325px !important;
    }

    .NewsFeedsChat-wrapper .flex-col-49 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0% !important;
    }
    .message_List {
        padding: 20px 0px 20px 10px !important;
    }
    .message_List li a strong small {
        float: none !important;
        display: block !important;
        line-height: 12px;
    }

    .ED-BranchDS-MyprofileWrapper .persnInfBarcode > i {
        width: 100px;
        height: 100px;
    }
    .ED-BranchDS-MyprofileWrapper .myProfile-wrapper .persnInfBarcode {
        padding-left: 120px;
        min-height: 110px;
    }
    .ED-BranchDS-MyprofileWrapper .persnInfBarcode strong {
        font-size: 18px;
    }
    .myProfile-wrapper .proDetBx label {
        font-size: 16px;
    }
    .myProfile-wrapper .perInf_R .proDetBx span {
        font-size: 14px;
        vertical-align: middle;
    }

}

@media (max-width: 767px) {
    .reviewList li {
        width: 100% !important;
        float: none !important;
    }
}




