﻿body {
    font-size: 15px;
    font-family: Verdana;
    line-height: 24px;
    background-color: #EEE;
}

.VAM {
    vertical-align: middle;
}

.PlayStoreBanner {
    width: 48px;
    height: 48px;
}

.PSFixed {
    position: fixed;
    bottom: 60px;
    z-index: 10;
    width: 64px;
    height: 64px;
}

.IMG64x64 {
    height: 64px;
    width: 64px;
}

p {
    text-align: justify;
}

.LineHeight30 {
    line-height: 30px;
}

.box {
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
}

.Ifsctable td:nth-child(2n) {
    word-break: break-word;
}

.box, .DDLH, ul.ulSocial li, ul.IFSCSocial li, ul.SubMenu li, .header, .GreyHeader, .AcordianHeader, .txtbox, .btncss, .IFSCCodeContainer, .IFSCSocialContainer, .btncss, .FBIcon, .TwIcon, .WAppIcon, .reIcon, .LiIcon, .mailIco, .shareButton, .shareImg {
    border-radius: 5px;
}


h1, h2, h3 {
    text-align: center;
    font-family: Arial;
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 21px;
    line-height: 27px;
}

a {
    line-height: 30px;
}

.PNLNote {
    padding: 10px 0 10px 0;
    font-size: 13px;
}

.YellowNote {
    background-color: yellow;
    color: orange;
    border-radius: 5px;
}

.OrangeNote {
    background-color: orange;
    color: yellow;
    border-radius: 5px;
}

.RedNote {
    background-color: red;
    color: yellow;
    border-radius: 5px;
}


/*#region Social Media Section */
.shareW {
    display: none !important;
}

ul.ulSocial {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0 5px 5px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-weight: bold;
}

    ul.ulSocial::-webkit-scrollbar {
        height: 5px;
        background-color: #b5d7f3;
    }

.ulSocial::-webkit-scrollbar-thumb {
    background-color: steelblue;
}

ul.ulSocial li {
    display: inline-table;
    padding: 5px 10px 5px 10px;
    margin: 0 10px 0 0;
}

    ul.ulSocial li a {
        color: white;
        text-decoration: none;
    }

.IFSCSocialContainer {
    border: 1px solid #ccc;
}

ul.IFSCSocial {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-weight: bold;
    line-height: 12px;
}

    ul.IFSCSocial::-webkit-scrollbar {
        height: 5px;
        background-color: #b5d7f3;
    }

.IFSCSocial::-webkit-scrollbar-thumb {
    background-color: steelblue;
}

ul.IFSCSocial li {
    display: inline-table;
    padding: 0;
    margin: 0;
    color: white;
}

    ul.IFSCSocial li a {
        color: white;
        text-decoration: none;
    }

    ul.IFSCSocial li div {
        cursor: pointer;
    }

/*#region share media */

.SharePanel {
    position: fixed;
    bottom: 0;
    z-index: 10;
    line-height: 25px;
    padding: 5px 0;
    background-color: #fff;
    width: inherit;
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.BorderRadius5 {
    border-radius: 3px;
}

.popupDivSocialshare {
    border: 1px solid #555;
    width: 200px;
    height: 250px;
    position: fixed;
    z-index: 10;
    background-color: white;
    bottom: 45px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.Sharediv {
    border-bottom: 1px solid #555;
    line-height: 40px;
    background-color: #555;
    color: white;
}

.scollShare {
    white-space: nowrap;
    overflow-y: auto;
    height: 200px;
    margin: 5px 10px;
}

    .scollShare img {
        vertical-align: middle;
    }

    .scollShare > div {
        margin-bottom: 8px;
    }

        .scollShare > div:nth-child(2n+1) {
            background-color: #F5F5F5;
        }

        .scollShare > div div {
            color: #01579B;
            font-weight: bold;
            cursor: pointer;
        }

            .scollShare > div div:hover {
                color: #BF360C;
            }

    .scollShare a {
        text-decoration: none;
        font-weight: bold;
        color: #01579B;
    }

.SocialShare {
    margin: 0 auto;
}

    .SocialShare li {
        list-style: none;
        display: inline-block;
        float: none;
        border: 1px solid;
        margin: 0 -2px;
        padding: 5px 15px;
        min-width: 13.7%;
        text-align: center;
    }

        .SocialShare li a {
            text-decoration: none;
            color: white;
            font-weight: bold;
        }

    .SocialShare div {
        font-weight: bold;
    }

.scollShare::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
}

.scollShare::-webkit-scrollbar-thumb, .scroll-y::-webkit-scrollbar-thumb {
    background-color: #424242;
}

    .scollShare::-webkit-scrollbar-thumb:hover, .scroll-y::-webkit-scrollbar-thumb:hover {
        background-color: #666;
        border: 1px solid #EEE;
    }

.scollShare::-webkit-scrollbar-track, .scroll-y::-webkit-scrollbar-track {
    border: 1px white solid;
}

.shareButton {
    padding: 7px 5px;
    border: 1px solid #555;
    margin: 0 1px;
    color: white;
    background-color: #555;
    font-weight: bold;
    cursor: pointer;
}

.shareImg {
    width: 36px;
    height: 40px;
}

.WAppIcon {
    border-color: green;
    background: green;
    color: #fff;
    cursor: pointer;
}

    .WAppIcon a {
        cursor: pointer;
    }

.FBIcon {
    border-color: #306199;
    background: #306199;
    color: #fff;
}

    .FBIcon a {
        cursor: pointer;
    }

.mailIco {
    border-color: #000;
    background: #000;
    color: #fff;
}

    .mailIco div {
        cursor: pointer;
    }

.TwIcon {
    border-color: #1da1f2;
    background: #1da1f2;
    color: #fff;
}

    .TwIcon a {
        cursor: pointer;
    }

.reIcon {
    border-color: #ff451a;
    background: #ff451a;
    color: #fff;
}

    .reIcon a {
        cursor: pointer;
    }

.LiIcon {
    border-color: #0274b3;
    background: #0274b3;
    color: #fff;
}

    .LiIcon div {
        cursor: pointer;
    }


.close {
    font-size: 21px;
    text-align: right;
    cursor: pointer;
}
/*#endregion */

.AcordianHeader {
    background: #555;
    color: white;
}

/* Header */
.header {
    overflow: hidden;
    background: #333;
    padding: 5px !important;
}

.GreyHeader {
    background-color: #eee;
    border: 1px solid #CCC;
    padding-left: 10px;
}

/* Logo */
.logoheader {
    float: left;
    text-align: center;
}

.logo {
    top: 5px;
    left: 5px;
}

.LogoImg {
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

.logotext {
    font-size: 24px;
    color: #FFF;
    position: relative;
    top: 7px;
}

    .logotext a {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

.NoItem {
    font-size: medium;
    color: red;
}

/* START: New Alphabetial listing CONTROL CSS*/
.Title {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    clear: both;
}

.NL {
    margin-bottom: 10px;
}

    .NL a {
        border: 1px solid #555;
        border-radius: 5px;
        text-decoration: none;
        padding: 0px 5px;
        margin-right: 5px;
        background: #555;
        color: white;
        font-weight: normal;
    }

/*END: New Alphabetial listing CONTROL CSS*/

/* Menu */
ul.SubMenu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    float: right;
}

    ul.SubMenu li {
        display: inline-table;
        float: none;
        padding: 10px;
        line-height: 15px;
        margin: 5px;
        border: solid 2px #fff;
        font-weight: bold;
        text-decoration: none;
        background-color: #FFF;
    }

        ul.SubMenu li:hover {
            background-color: #CCC;
        }

        ul.SubMenu li a {
            color: #000;
            text-decoration: none;
            line-height: 15px;
        }

.Scrolling {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

    .Scrolling::-webkit-scrollbar {
        height: 5px;
        background-color: #ddd;
    }

    .Scrolling::-webkit-scrollbar-thumb, .scroll-y::-webkit-scrollbar-thumb {
        background-color: #555; /*#FF8F00;*/ /* #FFB300 ;*/
    }

        .Scrolling::-webkit-scrollbar-thumb:hover, .scroll-y::-webkit-scrollbar-thumb:hover {
            background-color: #666;
            border: 1px solid #eee;
        }

    .Scrolling::-webkit-scrollbar-track, .scroll-y::-webkit-scrollbar-track {
        border: 1px white solid;
    }

.NoteSpan {
    width: 100%;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
}

.footer {
    border-color: #000;
    clear: both;
    width: 100%;
    background: #eeeeee;
    border-top-style: solid;
    text-align: center;
}

.clear {
    width: 100%;
    clear: both;
}

.clearwith10 {
    width: 100%;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul {
    margin: 0;
    padding: 0;
}

.txtbox {
    border: 1px solid #999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 18px;
}

.btncss {
    color: #FFFFFF;
    background-color: #333;
    font-weight: bold;
    padding: 3px 10px;
}

.btncssCOPY {
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

/*COPIED popup*/
.popuptext {
    visibility: hidden;
    width: 120px;
    height: 20px;
    line-height: 20px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0;
    z-index: 12;
    position: fixed;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.IFSCCodeContainer {
    border: 3px double #AAA;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.IFSCCode {
    font-size: 21px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    width: 70%;
}

.bulletedArrow {
    margin-left: 30px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    list-style: none;
}

    .bulletedArrow li::before {
        content: '➠';
        font-size: large;
    }

.GV {
    border-collapse: collapse;
    background-color: white;
    color: black;
}

.DDLH {
    font-weight: bold;
    background-color: #E0E0E0;
    padding-left: 5px;
    width: 120px;
    text-align: center;
    font-size: 15px;
}

.DDLHBig {
    font-size: 24px;
}

.DDCenter {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.anchorRefreshBank {
    font-size: 13px;
    line-height: 24px;
    border: 1px solid black;
    padding: 0px 5px;
    border-radius: 5px;
    text-decoration: none;
    float: left;
    white-space: nowrap;
    margin-left: 5px;
    color: #fff;
    background-color: #333;
}

.imgTwoColumn {
    width: 48%;
}

.FontBold {
    font-weight: bold;
}

.txtCenter {
    text-align: center;
}

.Width100 {
    width: 100%;
}

.txtLeft {
    text-align: left;
}

.InlineBlock {
    display: inline-block;
}

.Width25 {
    width: 25%;
}

.Width50 {
    width: 50%;
}

.schema-ol-list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.schema-list {
    display: inline-block;
}

.displayBlock {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.displayNone {
    display: none !important;
}

.ML10 {
    margin-left: 10px;
}

.MB10 {
    margin-bottom: 10px;
}

.displayInlineBlock {
    display: inline-block;
}

.displayFlex {
    display: flex;
}

.MR10 {
    margin-right: 10px;
}

/*SPECIFICALLY EXTENDED DESKTOP */
@media only screen (min-width: 1200px) {
    .shareButton {
        padding: 5px !important;
    }

    .shareImg {
        height: 36px;
    }
}

/*SPECIFICALLY TABLET */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .bulletedArrow {
        margin-left: -19px;
    }

    ul.SubMenu li {
        border: 0;
    }
}

/*MOBILE PORTRAIT & LANDSCAPE */
@media only screen and (max-width: 767px) {
    .shareW {
        display: inline-table !important;
    }

    .TwIcon a {
        cursor: pointer;
    }

    .scrollList {
        max-height: 640px;
        overflow-y: auto;
    }

    .logoheader {
        float: none;
    }

    ul.SubMenu {
        padding-top: 0;
        float: none;
    }

        ul.SubMenu li {
            padding: 3px 3px;
            font-family: Calibri;
        }

    .logotext {
        position: relative;
        top: 5px;
        font-size: 18px;
    }

    .LogoImg {
        width: 36px;
        height: 36px;
        padding-left: 5px;
    }

    .HideInMobile {
        display: none;
    }

    .ShowOnlyMobile {
        display: block;
    }

    .header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo {
        float: none;
        display: inline;
        text-align: center;
    }

        .logo table {
            text-align: left;
            margin: -4px auto 0 auto;
        }

    .DDLH {
        width: 95px;
        padding: 0;
    }

    .DDLHBig {
        font-size: 24px;
    }

    .imgTwoColumn {
        width: 100%;
    }

    .bulletedArrow {
        line-height: 24px;
        margin: 0 0 0 -19px;
        padding-left: 10px;
    }

    .box {
        border: 0 solid #000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 0 5px 0 5px;
    }

    .Ifsctable {
        padding: 0;
    }

}

/*SPECIFICALLY MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .DDLH {
        width: 100px;
    }

    .DDLHBig {
        font-size: 24px;
    }

    .imgTwoColumn {
        width: 100%;
    }

    .bulletedArrow {
        line-height: 24px;
    }

    .Ifsctable {
        padding: 0 5px 0 5px;
    }
}

/*Generic classes*/
/*NO MEDIA QUERY REQUIRED*/

/*SPECIFICALLY EXTENDED DESKTOP */
@media only screen (min-width: 1200px) {
}

/*SPECIFICALLY TABLET */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/*MOBILE PORTRAIT & LANDSCAPE */
@media only screen and (max-width: 767px) {
}

/*SPECIFICALLY MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
