body, *, p{font-family: "Poppins", sans-serif;}
h2, .h2 {
    font-size: calc(1.325rem + .9vw);
    font-family: "Oswald", sans-serif;
}
header a.nav-link {
    color: #232323;
}
header li.nav-item {
    margin: 0 18px;
}
header li.nav-item:last-child{
    margin-right: 0;
}
header .navbar-expand-lg .navbar-nav .nav-link.btn {
    background: #153084;
    color: #fff;
    padding: 6px 20px;
    transition: 1s;
}
header .navbar-expand-lg .navbar-nav .nav-link.btn:hover{
    background: #000;transition: 1s;
}
.padd30 {
    padding: 30px;
}
.TopRow { background-color: #153084; }

.banner_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}
.banner_in {
    max-width: 540px;
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
    background: url(/images/bg_black.png);
    border-radius: 11px;
    margin-bottom: 20px;
}
.banner_in h2, .h2 {
    font-size: 3.5rem;
    font-family: "Oswald", sans-serif;
}
    .banner_in p {
        font-size: 1.6rem;
        font-weight:bold;
        
    }
.website_content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}

.website_in {
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 11px;
    margin-bottom: 20px;
    float:left;
}


.website_in h2, .h2 {
    font-size: 3.5rem;
    font-family: "Oswald", sans-serif;
}

    .website_in p {
        font-size: 1.6rem;
        font-weight: bold;
    }
.website_Bio {
    margin-right: auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 11px;
    margin-bottom: 20px;
    background: url(/images/bg_black.png);
    float: left;
}
    .website_Bio h2, .h2 {
        font-size: 1.8rem;
        font-family: "Oswald", sans-serif;
    }

    .website_Bio p {
        font-size: 1.0rem;
        font-weight: bold;
    }
.webfrm_outer {
    padding: 10px;
    background: #fff;
}
.imgIcon {
    position: relative;
    margin: 30px;
    margin-left: 70px;
}
.pcilink {
    font-size: 1.1rem;
    font-weight: bold;
}
a.btn {
    background: #153084;
    color: #fff;
    padding: 6px 20px;
    transition: 1s;
    border-radius: 100px;
}
a.btn:hover{
    background: #000;transition: 1s;color: #fff;
}
.banner_in a.btn {
    font-size: 20px;
}
h5.sub_title {
    color: #153084;
}
section.abt.bg_grey {
    background: #f7f7f7;
}
.row.align-items-center.column-reverse {
    flex-flow: row-reverse;
}
.careerTbl {
    font-size: 1.0rem !important;
}
.startTbl {
    font-size: 1.0rem !important;
}
.topMar { margin-top:50px;
}
.abt_content ul > li {
    color: #000;
    text-decoration: none;
}
.disclosre {
    background: url(../Images/discloser.jpg);
    padding: 150px 0;
    position: relative;
    background-attachment: fixed;
}
.disclosre:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #061030ed;
    top: 0;
    bottom: 0;
}
p{font-weight: 300;}
.disclosre h4{
    font-family: "Oswald", sans-serif;
}
.disclosre p{line-height: 180%;}
.footer_sec {
    background: #153084;
    color: #fff;
}
    .footer_sec a, ul>li {
        color: #fff;
        text-decoration: none;
    }
.footer_sec li {
    list-style: none;
    font-size: 13px;
    color: #fff;
}
.footer_sec.py-5 p.description {
    font-size: 13px;
    line-height: 30px;
}
.footer_sec input.tnp-email {
    background: transparent;
    border: 1px solid #6f6e6f;
    width: 100%;
    padding: 12px 10px;
    outline: none;
}
.tnp form.tnp-form {
    width: 50%;
    position: relative;
    margin: auto;
}
.footer_sec form.tnp-form {
    width: 100%;
}
.footer_sec input.tnp-submit {
    background: #c5a46d;
    border: none;
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    transition: 0.5s;
    position: absolute;
    top: .5px;
    right: 1px;
}
.footer_sec input.tnp-submit:hover{
    transition: 0.5s;
    background: #000;
}
    .footer_logo img {
    max-width: 230px;
    margin-bottom: 12px;
} 
.copyright-content.text-center {
    color: #fff;
}
.copyright-content.text-center a {
    color: #fff;
    text-decoration: none;
}
.design {
    color: #fff;
}
.bottom-footer {
    border-top: 1px solid #7777776b;
    padding-top: 20px;
    margin-top: 40px;
}
ul.footr_social {
    display: flex;
    justify-content: space-between;
    max-width: 170px;
    margin: auto;
}
.news_box h6 {
    color: #928e8e;
    font-size: .8rem;
}
header .navbar-dark .navbar-nav .nav-link {
    color: #232323;
}
header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:hover {
    color: #153084;
}


.login {
    background-color: var(--login-bg);
}
.frm_outer {
    padding: 40px;
    background: #fff;
}
.login-section {
    padding: 27px 0px;
    background: #f1f1f1;
}
.login-form {
    position: relative;
    width: 100%;
}

.login-form .input-group,
.login-form .remember-me {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    align-items: center;

}

.login-form .input-group {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    height: 60px;
    background-color: transparent;
}

.login-form .input-group input, .login-form .input-group select, .login-form .input-group textarea{
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    font-size: 1rem;
    color:#313131;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 40px 10px 15px;
    transition: border-color 0.2s;    box-shadow: none;
}


.login-form .input-group .input:required,
.login-form .input-group .input:invalid {
    box-shadow: none;
}

.login-form .input-group .input::placeholder {
    color: transparent;
}

.login-form .input-group .input:placeholder-shown {
    border-color: var(--color-border);
}

.login-form .input-group .input:placeholder-shown~label {
    font-size: 1rem;
    cursor: text;
    transform: translatey(19px);
    padding: 0px 0px;
    color:#313131;
}

.login-form .input-group label {
    position: absolute;
    left: 15px;
    display: block;
    transform: translatey(-10px);
    transition: 0.3s;
    font-size: 0.90rem;
    padding: 0px 3px;
    color: #313131;
    background: #ffffff;
    top: 0;
    pointer-events: none;
}
.foorm_content li {
    margin: 15px 0;
}
.login-form.checkout-form .input-group label{
    background-color: var(--white);
}
.login-form .input-group .input:focus {
    border-color:#313131;
}

.login-section h1 {
    font-size: 2rem;
}

.login-form .input-group .input:focus~label {
    position: absolute;
    transform: translatey(-10px);
    color:#313131;
    padding: 0px 3px;
    font-size: 0.90rem;
}

.remember-me label input[type="checkbox"] {
    margin-right: 10px;
    width: 24px;
    background: none;
    border: 1px solid #D3D3D3 !important;
    border-radius: 5px !important;
}

.login-form .input-group .submit {
    background-color: #000;
    border-color: #000 !important;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.1rem;
}

.login-form .input-group .submit:hover {
    background-color:#313131;
    border-color:#313131 !important;
}

.form-footer a {
    color: #000;
    line-height: 150%;
}

.forgot-password a {
    padding: 10px 4px;
    font-size: 1.1rem;
}

.form-footer a:hover {
    color:#313131;
}

.login-form .input-group .icon-eye {
    position: absolute;
    right: 15px;
}
section.inner_banner {
    padding: 40px 0;
    background-image: url(../Images/login.jpg);
    background-position: right;
}
section.content_sec.py-5 {
    background: #faf8f5;
}
section.content_sec li {
    margin: 0 0 20px;
}
a.btn.sbmit.d-block {
    padding: 12px 20px;
    font-size: 20px;
}
.login_sign_btn {
    display: none;
}


#resp-table {
    width: 100%;
    display: table;
}

#resp-table-body {
    display: table-row-group;
}

.resp-table-row {
    display: table-row;
}

.table-body-cell {
    display: table-cell;
    border: 1px solid #dddddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.input-wrapper .themePink [type="radio"]:checked + span, .smart-account-selection .smart-input-wrapper .themePink [type="radio"]:focus + span {
    color: #de0063;
}

.radio-bullet {
    color: #de0063;
}

.smart-account-selection .smart-input-wrapper [type="radio"] + span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 25px;
}

.smart-account-selection .smart-input-wrapper [type="radio"] + span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.content_sec {
    padding: 20px 0px;
    background: #f1f1f1 !important;
}
.form-border {
    position: relative;
    margin-top: 15px;
}

.usr-icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.form-border .form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 6px 15px 6px 32px;
    color: #000;
    width: 100%;
    box-shadow: none !important;
}

.forget {
    font-size: 13px;
    font-weight: 500;
    color: #2f2e2e;
    margin-top: 20px;
    float: left;
}

    .forget a {
        color: #2f2e2e;
    }

.forget2 {
    font-size: 13px;
    margin-top: 20px;
    float: right;
}

    .forget2 a {
        color: #7c7c7c;
    }

.btnClass {
    background: #153084;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 8px 25px;
    border-radius: 0
}

.c-checkbox {
    margin-top: 18px;
}
.member-title b {
    color: #153084;
    font-weight: bold;
}
.member-title {
    font-size: 23px;
    font-weight: bold;
    color: #1e1d1d;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 10px;
}
.key {
    text-align: center;
    margin-top: -45px;
}
.key img {
    background: #153084;
    border-radius: 50%;
    border: 4px solid #fff;
}
.member-log {
    background: #fff;
    min-height: 300px;
    border-radius: 35px;
    border-top: 4px solid #153084;
    padding: 0 50px 60px;
    box-shadow: 0 0 10px #918f8f;
}

    .member-log h5 {
        background-color: #dbdadf;
        padding: 7px;
    }
    .member-log p {
        font-size: 0.90rem;
    }
    .member-log .statements {
        height: 120px;
        overflow: auto;
        border: 1px solid #000;
    }
.pad0 {
    padding: 0px;
}
.btnBigclass {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 11px;
    border: 1px solid #153084;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #153084;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#153084), color-stop(100%, #3e7bad));
    background: -moz-linear-gradient(top, #153084, #3e7bad 100%);
    background: -o-linear-gradient(top, #153084, #3e7bad 100%);
    background: -ms-linear-gradient(top, #153084 0, #7b93e1 100%);
    background: linear-gradient(top, #153084, #3e7bad 100%);
    text-shadow: #2c587c 1px 1px 1px;
    font: normal normal bold 20px Calibri !IMPORTANT;
    color: #ffffff !IMPORTANT;
    text-decoration: none !IMPORTANT;
    position: relative
}

.ctabutton img {
    position: relative;
    left: -5px
}

.btnBigclass:Active {
    background: #3e7bad;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#153084), color-stop(100%, #153084));
    background: -moz-linear-gradient(top, #153084, #153084 100%);
    background: -o-linear-gradient(top, #153084, #153084 100%);
    background: -ms-linear-gradient(top, #153084 0, #153084 100%);
    background: linear-gradient(top, #153084, #153084 100%)
}

.btnBigclass:hover, .btnBigclass:focus {
    border: 1px solid ##58aff7;
    background: #79f1ff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#79f1ff), color-stop(100%, #4a94d0));
    background: -moz-linear-gradient(top, #79f1ff, #4a94d0 100%);
    background: -o-linear-gradient(top, #79f1ff, #4a94d0 100%);
    background: -ms-linear-gradient(top, #79f1ff 0, #4a94d0 100%);
    background: linear-gradient(top, #79f1ff, #4a94d0 100%);
    color: #fff;
    text-decoration: none !IMPORTANT;
}

.foorm_content div, table {
    background:#fff;
}
/*.pageContent div, table {
     background:#fff;
     padding:1rem;
}*/
.rowBr {
    height: 15px;
    background-color: grey !important; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, grey, white) !important;
    width: 100%;
}
.Heading-Medium {
    color: #006699;
    font-weight: bold;
    font-size: 15px;
}
.txtCenter {
    text-align: center;
}

.icon {
    width: 35px;
    height: 30px;
    text-align: center;
}
.icon-text {
    position: relative;
    margin-top: -32px;
    margin-left: 45px;
}
table.stats {
    color: #404040;
    width: 580px;
    background-color: #fafafa;
    text-indent: 10px;
}
td.statsHeading {
    border: 1px solid #6699CC;
    border-bottom: 2px solid #6699CC;
    background-color: #006699;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: white;
}
td.statsMain {
    border: 1px #CCCCCC dashed;
    border-top: 0px;
}
td.statsHighlight {
    background-color: #FFCCFF;
    border: 1px #FF6699 solid;
    border-bottom: 2px #FF6699 solid;
    font-weight: bold;
}
.largeHeading {
    font-size: 13pt;
    border-bottom: silver 1px solid;
    margin-bottom: 5px;
}
.heading {
    width:100%;
    background-color: #f1f1f1;
    padding: 7px;
}
.textarea100Per {
    width: 100%;
}
.wrapLink {
    word-wrap: break-word;
}
.info {
    font-size: 1.1rem;
    color: sandybrown;
}
.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 2px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 10px;
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}
@media screen and (max-width: 1199px) {
    header li.nav-item {
        margin: 0 5px;
    }

    .banner_in {
        max-width: 440px;
    }

    .frm_outer {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .login_sign_btn ul li:first-child {
        border-right: 2px solid #000;
        line-height: 12px;
    }

    .login_sign_btn ul li {
        padding: 0 10px;
        list-style: none;
    }

        .login_sign_btn ul li a {
            text-decoration: none;
            color: #000;
        }

    .login_sign_btn ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .login_sign_btn {
        display: block;
    }

    .content_imgs {
        margin-top: 40px;
    }

    header .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .55);
        border-color: rgb(9 9 9 / 70%);
    }

    header div#navbarSupportedContent {
        position: absolute;
        z-index: 9999;
        width: 100%;
        top: 91px;
        background: #fff;
        padding: 0 30px;
    }

    header li.nav-item {
        margin: 5px 5px;
    }

    header .row {
        margin: 0;
    }

        header .row .col-12 {
            padding: 0;
        }

    header .container {
        max-width: inherit;
        padding: 0;
    }

        header .container .container-fluid {
            padding: 0;
        }

    .banner_in {
        max-width: 330px;
    }

    h2, .h2 {
        /*font-size: 2.5rem;*/
        font-size: calc(1.325rem + .9vw);
    }

    .news_box h5 {
        font-size: 1rem;
    }
}


@media screen and (max-width: 767px) {
    .navbar-dark .navbar-toggler-icon {
        background-color: #153084;
    }

    .disclosre p {
        line-height: 132%;
        font-size: 0.8rem;
    }

    .imgIcon {
        position: relative;
        margin: 3px;
        margin-left: 7px;
    }

    .pcilink {
        font-size: 0.7rem;
        font-weight: bold;
    }

    .frm_outer {
        padding: 6px;
        margin-top: 10px;
    }
    
    .padd30 {
        padding: 8px;
    }

    .form_in .form_group {
        width: 100%;
    }

    .careerTbl {
        font-size: 0.7rem !important;
    }
    .startTbl {
        font-size: 0.8rem !important;
    }
    .topMar {
        margin-top: 5px;
    }
    .form_in {
        padding: 20px;
    }

    .login-section {
        padding: 0px 0px;
    }
    .key {display:none;
    }
    .member-log {
        border-radius: 15px;
        border-top: 2px solid #153084;
        padding: 0 7px 23px;
    }

    .banner_in h2.text-white.h2 {
        font-size: 1.5rem;
    }

    .banner_in p {
        font-size: 0.7rem;
    }

    .banner_in a.btn {
        font-size: 13px;
    }

    .banner_in {
        max-width: 240px;
    }

    .abt_content {
        margin-top: 40px;
    }

    .row.align-items-center.column-reverse {
        flex-flow: column;
    }

    .news_box {
        margin: 20px 0;
    }
}

@media screen and (max-width: 575px) {
    .banner_in h2.text-white.h2 {
        font-size: 1rem;
    }

    .padd30 {
        padding: 8px;
    }

    .banner_in {
        max-width: 180px;
    }

        .banner_in p {
            font-size: 0.6rem;
            margin: 5px 0 !important;
        }

        .banner_in a.btn {
            font-size: 11px;
            padding: 4px 20px;
        }
}

@media screen and (max-width: 370px) {
    .navbar-dark .navbar-brand {
        color: #fff;
        max-width: 120px;
        margin: 0;
    }

    header div#navbarSupportedContent {
        top: 78px;
    }
}