.complaint-area{
            padding-top: 110px;
            padding-bottom: 70px;
            background-image: url('../img/complaint-bg.png');
            background-size: cover;
        }
        .complaint-area::before {
            content: '';
            left: 0;
            right: 0;
            position: absolute;
            /* top: 0px; */
            height: 64px;
            background-image: url('../img/sharp-top.png');
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: -111px;
        }
        .complaint-area::after {
            content: '';
            left: 0;
            right: 0;
            position: absolute;
            /* top: 0px; */
            height: 64px;
            background-image: url('../img/sharp-top.png');
            background-repeat: no-repeat;
            background-size: cover;
            margin-top: 14px;
            transform: rotate(180deg);
        }


.header-midden{
    background: #16161a;
}
#midden_news_bar{
    display: none;
}

@media only screen and (max-width: 576px) {
    .header-area .header-mid .menu-wrapper {
        text-align: center;
        display: block;
    }
    #midden_news_bar{
        display: block;
    }
}



.slider-bank-info {
    /*padding: 20px 0px;*/
    background-color: #eee;
}

.slider-info-img {
    height: 400px;
}

@media only screen and (max-width: 576px) {
    .slider-info-img {
        height: 100%;
    }
}

.inquiry-from {
    border: 1px solid #c1c1c1;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #a4a4a4;
    outline: 0;
    box-shadow: none;
}

.section-padding-navmenu {
     margin-top: 60px; 
    padding-bottom: 120px;
}

.middel-nav {
    /*background: #284b8c;*/
    margin-bottom: 36px;
    height: 80px;
}

.footer-logo{
    max-width: 300px;
}

@media only screen and (max-width: 576px) {
    .middel-nav {
        height: 100% !important;
    }
    .footer-logo{
        max-width: 100%;
    }
}


.form-label {
    font-weight: 500;
}

.customer-com-inq-form {
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 7px;
    background: #f4f4f4;
}

.customer-form-title {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #284b8c;
}


.news-box-home {
    border: 1px solid #000;
    padding: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 330px;
    border-radius: 8px;
    background: #f6f6f6;
}

.news-title-heading {
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
    color: #284b8c;
}

.news-bar-side-links {
    font-size: 17px !important;
    font-weight: 500 !important;
}


.document-download-btn {
    border: 1px solid #ca373c;
    padding: 0px 15px;
    background: #ca373c;
    border-radius: 8px;
}

.banking-contact-info li p {
    color: #fff;
    margin-bottom: 8px;
}


.common-page{
    padding: 70px 30px;
}

/* ///////  Board Of Directer  /////// */

.single-team-member {
    margin-bottom: 30px;
}

.single-team-member img {
    border-radius: 5px;
    border-bottom: 5px solid #565656;
    -webkit-box-shadow: 0 7px 30px -10px rgba(133, 153, 162, .3);
    box-shadow: 0 7px 30px -10px rgba(133, 153, 162, .3);
}

.single-team-member .content {
    margin-top: 25px;
}

.single-team-member .content h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.single-team-member .content span {
    display: block;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}




/* ///////  Contact us  //////// */

.banking-info-sec {
    padding: 20px;
}

blockquote,
.blockquote {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
    padding: 40px 50px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blockquote-title {
    color: #262e2e;
    font-weight: 700;
}

blockquote p {
    line-height: 1.7;
    margin-bottom: 0;
    color: #262e2e;
    font-weight: 700;
    font-style: italic;
    font-size: 20px !important;
}

blockquote::after,
.blockquote::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    content: '';
    position: absolute;
    background-color: #565656;
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote p a{
    color: #565656;
}

blockquote p a:hover{
    color: #565656;
}

.contact-details-info {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 13px;
}

.contactNo {
    font-size: 17px !important;
    font-weight: 600 !important;
}




/* ///// Branch ///// */
.section-title {
    max-width: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.section-title::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #565656;
    margin-left: auto;
    margin-right: auto;
}

.section-title .sub-title {
    display: block;
    margin-bottom: 12px;
    color: #565656;
    font-size: 25px;
    font-weight: 700;
}

.section-title p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}


.branch-area {
    display: table;
    height: 250px;
    width: 100%;
    padding: 25px 20px!important;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 5px rgb(29 34 47 / 15%);
}

.branch-area-body {
    display: table-cell;
    vertical-align: middle;
}

.branch-title-text {
    color: #3a8328;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.branch-p-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px!important;
}

.branch-list li {
    list-style: none!important;
}
.branch-list li a{
    color: #000;
}
