@font-face {
    font-family: 'Mulish-Bold';
    src: url('../font/Mulish-Bold.eot');


    src: url('../font/Mulish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Bold.woff2') format('woff2'),
        url('../font/Mulish-Bold.woff') format('woff2'),
        url('../font/Mulish-Bold.woff') format('woff'),
        url('../font/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-ExtraBold';
    src: url('../font/Mulish-ExtraBold.eot');
    src: url('../font/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-ExtraBold.woff2') format('woff2'),
        url('../font/Mulish-ExtraBold.woff') format('woff'),
        url('../font/Mulish-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Mulish-Medium';
    src: url('../font/Mulish-Medium.eot');
    src: url('../font/Mulish-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Medium.woff2') format('woff2'),
        url('../font/Mulish-Medium.woff') format('woff'),
        url('../font/Mulish-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-Regular';
    src: url('../font/Mulish-Regular.eot');
    src: url('../font/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-Regular.woff2') format('woff2'),
        url('../font/Mulish-Regular.woff') format('woff'),
        url('../font/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish-SemiBold';
    src: url('../font/Mulish-SemiBold.eot');
    src: url('../font/Mulish-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Mulish-SemiBold.woff2') format('woff2'),
        url('../font/Mulish-SemiBold.woff') format('woff'),
        url('../font/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon/icomoon.eot?pcyvbe');
    src: url('../font/icomoon/icomoon.eot?pcyvbe#iefix') format('embedded-opentype'),
        url('../font/icomoon/icomoon.ttf?pcyvbe') format('truetype'),
        url('../font/icomoon/icomoon.woff?pcyvbe') format('woff'),
        url('../font/icomoon/icomoon.svg?pcyvbe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Kanit-Light';
    src: url('../font/Kanit-Light.eot');
    src: url('../font/Kanit-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Kanit-Light.woff2') format('woff2'),
        url('../font/Kanit-Light.woff') format('woff'),
        url('../font/Kanit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-Italic';
    src: url('../font/Kanit-Italic.eot');
    src: url('../font/Kanit-Italic.eot?#iefix') format('embedded-opentype'),
        url('../font/Kanit-Italic.woff2') format('woff2'),
        url('../font/Kanit-Italic.woff') format('woff'),
        url('../font/Kanit-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Kanit-LightItalic';
    src: url('../font/Kanit-LightItalic.eot');
    src: url('../font/Kanit-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/Kanit-LightItalic.woff2') format('woff2'),
        url('../font/Kanit-LightItalic.woff') format('woff'),
        url('../font/Kanit-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eyeclose:before {
    content: "\e900";
    color: #48536a;
}

.icon-eyeopen:before {
    content: "\e901";
    color: #48536a;
}



html body {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #f4f6fc !important;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    position: relative;
}

h1,
h2.h3,
h4,
h5,
h6 {
    color: #162027;
    font-family: 'Mulish-Bold';
}

/* css start for login form */
.btn_primary {
    background-color: #00579c;
    color: #ffff;
    font-family: 'Mulish-Bold';
    font-size: 14px;
}

.btn_primary:hover {
    color: #ffff;
    background-color: #00579c;
}

.btn_secondry {
    background-color: #d1e2ff;
    color: #00579c;
    border: 1px solid #00579c;
    font-family: 'Mulish-Bold';
    font-size: 18px;
    width:100px;
}

.btn_secondry:hover {
    color: #00579c;
}

/* header css start */
header {
    box-shadow: 33px 8px 26px 0 rgba(175, 175, 175, 0.09);


    position: relative;


}

svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.headerlist {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 20px 10px;
    background-color:
        #d5e0fe;
    box-shadow: 0 9px 16px 0 rgba(122, 122, 122, 0.09);
    margin-bottom: 8px;
    border-bottom: 5px solid #da251c;
}

.headerlist li {
    width: 25%;
}

.headerlist span i {
    color: #fff;
}

.ipadlogo {
    display: none;
}

.portlist {
    display: flex;
    list-style-type: none;
    align-items: center;
    padding: 0;
    justify-content: end;
}

.portlist img {
    height: 50px;
    animation: rotateY-anim 2s linear infinite;
}

.portlist li {
    width: unset;
}

.banklogo {
    height: 55px;
}

.portlist li:first-child {
    margin-right: 5px;
}

.portlist h1 {
    font-family: 'Kanit-Italic';
    color: #00579c;
}

.desktoplogo {
    text-align: center;
}

.contact {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    background-color: #d1e2ff;
    border: 1px solid #00579c;
    padding: 10px;
    margin: 5px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.contact p {
    margin-bottom: 0;
    font-family: 'Mulish-Bold';
}

.contact p {
    color:
        #da251c;
}

/* header css end */
/* side panel css start */
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100vh;
    top: 0;
    left: 0;
    background-color:
      #d5e0fe;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
    border-top-right-radius: 50px;
    box-shadow: 33px 8px 26px 0 rgba(175, 175, 175, 0.09);
    border-top:1px solid #000;
    border-right:1px solid #000;
    
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #162027;
    display: block;
    font-family: 'Mulish-Bold';
    transition: 0.3s;
    margin-top: 10px;
}


.sidepanel a:hover {
    color: #f90a0a;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 31px;
    color:#da251c;
}
    .sidepanel .closebtn i {
        margin:7%;
    }
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.sidepanel span {
    margin-right: 10px;
}

/* side panel css end */
/* main containt css start */
.serachbranch p {
    color: #162027;
    font-family: 'Mulish-Bold';
}

.note span {
    font-family: 'Mulish-ExtraBold';
}

label {
    font-size: 16px;
    font-family: 'Mulish-SemiBold';
}

.conataint {
    padding: 10px;
    background-color:
        #f5f7fb;
    border-radius: 10px;
    border: 2px solid #da251c;
    /* background-image: url('../images/containerbg.jpg');
    background-size: cover; */
}

.form-control {
    font-size: 16px;
    font-family: 'Mulish-SemiBold';
}

.tabletext {
    background-color: #f4f6fc;
    border: 1px solid #b0bac9;


}
.searchcontent table {
    max-width:1300px;
    width:100%;
}
/* main containt css end */
/* branch list css start */
.selectedbranch,
.showbranchdetail {
    font-family: 'Mulish-Bold';
    font-size: 16px;
    width: 50%;
    display: block;
    text-align: left;
}

.branchshow,
.branchshow {
    font-family: 'Mulish-ExtraBold';
    font-size: 16px;
    color: #da251c;
    margin-left: 5px;
    word-wrap: break-word;
    width: 50%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.databranch {
    border: 1px solid #b4e8ca;
    background-color: #b2ddad;
    border-radius: 10px;
    padding-top: 10px;
}

div#branchdata_paginate a {
    border: 1px solid #00579c;
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Mulish-Bold';

}

.paginate_button.previous,
.paginate_button.next {
    color: #162027;
}

.paginate_button.previous {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.dataTables_info {
    font-family: 'Mulish-Bold';
}

.paginate_button.next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.paginate_button.current {
    color: #fff !important;
    background-color: #00579c;

}

.dataTables_length,
.dataTables_info {
    text-align: left;
}

.dataTables_filter {
    margin-top: 30px;
}

.dataTables_filter,
.dataTables_paginate {
    text-align: end;

}

div#branchdata_paginate {
    padding: 5px;
}

.paginate_button {
    color: #162027;
    cursor: pointer;
}

table td a ,.hinditbl a {
    text-decoration: none;
    
    position: relative;
    display: block;
        font-family: 'Mulish-SemiBold';
    font-size: 16px;
    color:#00579c;
    word-break:break-all;
}
table td a:hover{
    color: #162027;
}
/*table td a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 10px;
    width: 100px;
    height: 2px;
    background-color: #00579c;
}*/
.txt .textbox {
    height:inherit;
    width:100%;
}
table td {
    font-family: 'Mulish-semibold';
    font-size: 16px;
}

table th {
    font-family: 'Mulish-Bold';
    font-size: 16px;
   
}

table thead {
    background-color: #00579c;

}

table thead th {
    color: #fff;
}

select {


    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;


    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

input:focus-visible {
    outline: none;
}
.searchcontent input[type="radio"] {
    
    margin-right:3px;
}
input[type="text"],
input[type="search"] {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;


    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

/* table thead th:first-child{
    border-top-left-radius: 5px;
   
}
table thead th:last-child{
    border-top-right-radius: 5px;
} */
.searchcontent table tbody {
    display:flex;
    width:100%;
    flex-wrap:wrap;
}
    .searchcontent table tbody tr {
        width:auto;
        margin:5px;
    }
.table.tablebottom span ,.table.tablebottom div a{
    text-decoration: none;
    color: white;
    font-family: 'Mulish-Bold';
    font-size: 16px;
}
.table.tablebottom .table-bordered > :not(caption) > * > * {
    border-width:inherit!important;
}
.branchetail li:not(:first-child) {
    margin-left: 2%;
}
.branchetail li {
    background-color: rgba(218, 37, 28, 0.15);
    padding: 10px;
    border-radius: 5px;
}
.table-bordered > :not(caption) > * > * {
    border-width:inherit;
}
.table tr:first-child {
    background-color:#00579c;
    
}
.hinditbl .listmaintext{
    font-size:inherit;
    font-family:inherit;
    word-break:break-all;
}
    .table tr:first-child td {
        color:white;
    }
.branchetail li p {
    color: #162027;
    font-family: 'Mulish-Bold';
    font-size: 16px;
}
.branchetail li span {
    font-family: 'Mulish-ExtraBold';
    color: #00579c;
    font-size: 16px;
}
/* branch list css end */
/* advance branch search css start */
.searchchby {
    font-family: 'Mulish-Bold';
    font-size: 16px;
}

.form-check {
    margin: 10px;
}

.form-select {
    font-family: 'Mulish-Bold';
    font-size: 16px;
}

#searchbybranch,
#nribranch,
#zoneregion,
#iafccodesearch,
#forexbranchsearch,
#industriesserarch,
#dmatsearch,
#villknow,
#bussinesbranch,
#smebranch,
#retailsearch {
    display: none;
}
.fa.fa-phone {
    font-size:20px;
}
.serachlabel {
    font-family:'Mulish-Bold';
}
/* advance branch sedrach css end */
/* footer css start */
.footerlinks {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;

}
ul.contact.container.m-auto h4 {
    text-align:center;
}
.footerlinks li {
    background-color: #cad6eb;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    border: 1px solid #00579c;
}

.footerlinks a {
    text-decoration: none;
    color: #162027;
    font-family: 'Mulish-Bold';
    font-size: 14px;
}

footer {
    background-color:
        rgba(218, 37, 28, 0.15);

    /* position:fixed; */
    position: absolute;
     /*bottom: 0;*/ 
    left: 0;
    right: 0;
    /* margin-top: 20px; */
}

.trademark {
    display: flex;
    align-items: center;
    justify-content: end;

    color: #162027;
    font-family: 'Mulish-Bold';
    font-size: 14px;
    margin-right: 5%;
}
.portalname  {
    display:flex;
    align-items:center;
    
}
.desktoplogo {
    display:flex;
    align-items:center;
    justify-content:center;
}

/* footer css end */
.btn_secondry.btn.openmen {
    max-width:140px;
    width:100%;
}
@media only screen and (max-width: 1053px) {
    .portlist h1 {
        font-size:30px;
    }
}
@media only screen and (max-width: 991px) {
    ul.contact.container.m-auto h4 {
    text-align:left;
}
    .portlist h1 {
        font-size: 25px;
    }

    .headerlist .desktoplogo {
        width: 50%;
    }

    ul.contact.container.m-auto h6 {
        font-size: 14px;
    }

    .contact p {
        font-size: 18px;
    }

    main {
        padding: 15px;
    }
    .branchetail li p {
       
        font-size: 12px;
    }
    .branchetail li span {
    
        font-size: 16px;
    }
    .branchetail li:not(:first-child){
        margin-left: 5px;
    }
    .branchetail li{
        margin: 5px;
    }
   

}

@media only screen and (max-width: 768px) {

    .desktoplogo {
        display: none;
    }
    .portalname {
       flex-direction: column;
    justify-content: flex-start;
    align-items: end;
    }
    .portlist h1 {
   font-size:18px;
}
    .contact li {
        margin-top: 15px;
    }

    .headerlist li {
        width: 50%;
    }

    .portlist li {
        width: unset;
    }

    .ipadlogo {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 5px;
    }

    .banklogo {
        height: 35px;
    }

    .portlist img {
        height: 30px;

    }

    table td , table td a, .hinditbl a ,.table.tablebottom span, .table.tablebottom div a{
        font-size: 14px;
    }

    .footerlinks li {
        padding: 5px;
    }

    .serachbranch p {
        font-size: 14px;
    }

    .branchshow,
    .branchshow {
        font-size: 14px;
    }

    .dataTables_length,
    .dataTables_info {
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .portlist h3 {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1700px) {
    body{
        height: 100vh;
    }
    /*footer {
        bottom:0 !important;
    }*/
    section.maincontaint.mb-5.searchpage {
        height:49vh;
    }
}

@keyframes rotateY-anim {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}