﻿@import url(../fonts/fonts.css);

html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'hp_simplifiedregular';
    font-size: 12px;
    color: #000;
}

.loader {
    background: url(../images/fancybox_overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}

.loader-in {
    background: url(../images/fancybox_loading.gif) repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}



/**/
.hp-exchange {
    width: 100%;
    overflow: hidden;
}

.hp-exchangeflex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hpexchange-left {
    width: 60%;
    box-sizing: border-box;
}

    .hpexchange-left img {
        width: 100%;
    }

.hpexchange-right {
    width: 40%;
    padding: 100px 50px 0 50px;
    box-sizing: border-box;
}

.hpexchange-right-inr {
    width: 100%;
}

    .hpexchange-right-inr h1 {
        text-align: center;
        font-size: 45px;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedregular';
    }

    .hpexchange-right-inr h2 {
        font-size: 24px;
        padding: 10px 0 0px 0;
        font-family: 'hp_simplifiedlight';
        text-align: left;
    }

.loginexch-block {
    width: 100%;
    margin-bottom: 25px;
}

    .loginexch-block label {
        width: 100%;
        display: block;
        font-size: 18px;
        font-family: 'hp_simplifiedregular';
        padding-bottom: 10px;
    }

    .loginexch-block input {
        display: block;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        outline: none;
        background: transparent;
        min-width: 350px;
        box-sizing: border-box;
    }

.forgot-excpas {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px 0 0 0;
}

    .forgot-excpas a {
        display: inline-block;
        font-size: 15px;
        text-decoration: none;
        color: #ed1c24;
    }

.loginexch-form {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    padding-top: 45px;
}

.exchange-submit {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
}

    .exchange-submit a {
        display: flex;
        width: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        padding: 12px 20px;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-family: 'hp_simplifiedregular';
        background: #208bcd;
        box-sizing: border-box;
    }

.pdtop-40 {
    padding-top: 45px !important;
    text-align: center !important;
}

.mrauto {
    margin: 0 auto;
}

.pass-hint {
    width: 100%;
    padding: 5px 0 0 0;
}

    .pass-hint p {
        font-size: 15px;
        color: #ed1c24;
    }

.verify-mobno {
    width: 100%;
}

    .verify-mobno p {
        font-size: 24px;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedregular';
    }

.otpsec {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .otpsec input {
        padding: 12px;
        border: 1px solid #ccc;
        font-size: 15px;
        margin: 0 10px;
        width: auto;
        max-width: auto;
        box-sizing: border-box;
        max-width: 60px;
    }


@media screen and (max-width: 767px) {
    .hp-exchangeflex {
        flex-direction: column;
    }

    .hpexchange-left, .hpexchange-right {
        width: 100%;
    }

    .hpexchange-right {
        padding: 30px 15px 30px 15px;
    }

    .hpexchange-right-inr h1 {
        font-size: 30px;
    }

    .hpexchange-right-inr h2 {
        font-size: 20px;
    }

    .loginexch-block input {
        min-width: 100%;
        max-width: 350px;
    }

    .pdtop-40 {
        padding-top: 25px !important;
    }

    .loginexch-form {
        padding-top: 30px;
    }

    .verify-mobno p {
        font-size: 20px;
    }
}



/*Mithelesh css starts*/

.webr {
    font-family: 'WebRupee';
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2px;
    line-height: 28px;
}

#wappper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.header-bg {
    width: 100%;
    background: #3bcfaf url("../images/header-bg.jpg") no-repeat 0px 0px;
}

.footer-bg {
    width: 100%;
    height: 29px;
    background: #3bcfaf url("../images/header-bg.jpg") no-repeat 0px 0px;
}

.main-row {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.main {
    width: 1170px;
    height: auto;
    margin: 0px auto;
}

.main-inr {
    padding: 0px;
}



.intro-row {
    width: 100%;
    height: auto;
    display: flex;
}

.intro-lft {
    width: 68%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url("../images/intro-bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    justify-content: center;
}

.intro-rit {
    width: 32%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0px auto;
    background: #fff;
}

.intro-cont {
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box;
}

    .intro-cont h2 {
        width: 100%;
        font-size: 26px;
        line-height: 27px;
        color: #000000;
        padding-bottom: 30px;
        text-align: center;
    }

.login-box {
    width: 100%;
}

    .login-box p {
        font-size: 19px;
        color: #000000;
        padding-bottom: 30px;
        text-align: center;
    }

.filed-row {
    width: 100%;
    padding-bottom: 20px;
}

.sufly-msg {
    width: 100%;
}

    .sufly-msg p {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        padding: 10px 0px 40px 0px;
        text-align: center;
    }

.otp-box {
    width: 100%;
}

    .otp-box p {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        padding: 10px 0px 40px 0px;
        text-align: center;
    }

.otp-filed {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.otp-col {
    width: 50px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
}

    .otp-col input {
        margin: 0 8px;
        width: 45px;
    }

    .otp-col .input-filed {
        text-align: center;
    }

.filed-row i {
    display: block;
    padding-bottom: 8px;
    font-size: 18px;
    color: #0a0a0a;
    font-style: normal;
}

.filed-row .btn {
    width: 100%;
}

.red-link {
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

    .red-link a {
        font-size: 15px;
        color: #ff3b3b;
        text-decoration: none;
    }

.reset-otp {
    width: 230px;
    margin: 0px auto;
    padding-bottom: 30px;
}

    .reset-otp a {
        font-size: 15px;
        color: #ff3b3b;
        text-decoration: none;
    }

.error-msg {
    width: 100%;
    padding-bottom: 20px;
    font-size: 13px;
    color: #ff3b3b;
}


.top-row {
    width: 100%;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 0px;
    margin-right: 40px;
}

.navigation {
    padding: 0px;
}

    .navigation li {
        padding: 0px 8px;
        float: left;
        margin-bottom: 10px;
    }

        .navigation li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
        }

            .navigation li a.active {
                border-bottom: #fff 3px solid;
            }

            .navigation li a:hover {
                border-bottom: #fff 3px solid;
            }

.logout {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

    .logout a {
        color: #208bcd;
        font-size: 16px;
        text-decoration: none;
        margin-left: 20px;
    }

.logout-bdr {
    border-bottom: #3bcfaf 1px solid;
}

.content {
    padding: 30px 15px;
    min-height: 400px;
    height: auto;
}

.claim-form-row {
    width: 800px;
    margin: 0px auto;
}

.claim-form {
    padding: 35px;
    border: #878787 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
}

.claim-frm-row {
    padding-bottom: 15px;
}

    .claim-frm-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 16px;
        color: #0a0a0a;
        font-style: normal;
        min-height: 30px;
    }

.slct {
    width: 100%;
}

    .slct select {
        padding: 8px 22px 8px 5px;
        color: #5a5a5a;
        border: 1px solid #878787;
        font-family: 'hp_simplifiedregular';
        font-size: 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/list-arrow.jpg) no-repeat right 10px center;
        width: 100%;
        cursor: pointer;
    }

.radio-box {
    width: 100%;
    display: flex;
    align-items: center;
}

    .radio-box p {
        width: 300px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        font-size: 20px;
    }

.radio-col {
    padding: 0px 15px 0px 0px;
    width: 78px;
}

.col-50-l {
    width: 49% !important;
    float: left;
}

.col-50-r {
    width: 49% !important;
    float: right;
}

.choose-file {
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}

    .choose-file label {
        width: 260px;
        font-size: 15px;
        color: #a5a5a5;
        padding-right: 20px;
    }

        .choose-file label em {
            font-size: 11px !important;
            font-style: 12px;
            display: block;
            color: #a5a5a5;
        }

.file-filed {
    width: 300px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
}

.file-hw {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
}

.input-filed {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.otprp {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.input-otp {
    width: 50px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 5px;
    font-size: 18px;
    color: #a4a4a4;
    margin: 0px 5px;
    text-align: center;
}

.textarea {
    width: 100%;
    height: 100px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    color: #000;
    resize: none;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    font-family: 'hp_simplifiedregular';
    cursor: pointer;
    color: #000;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radiocheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/radio-bg.png) no-repeat 0px 0px;
}

.container-radio:hover input ~ .radiocheck {
    background: url(../images/radio-bg.png) no-repeat 0px 0px;
}

.container-radio input:checked ~ .radiocheck {
    background-position: 0px -20px;
}

.radiocheck::after {
    content: '';
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .radiocheck::after {
    display: block;
}

.btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #208bcd;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.content-box {
    width: 100%;
}

    .content-box h2 {
        font-size: 20px;
        color: #000;
        padding-bottom: 10px;
    }

    .content-box p {
        font-size: 17px;
        line-height: 25px;
        color: #000;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedlight';
    }

.overlay-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}
.overlay-popup-history {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}

.popup-box {
    width: 500px;
    margin: 150px auto 0px auto;
    background: #fff;
    position: relative;
}

.close-btn {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: -26px;
    top: -15px;
    z-index: 99;
    background: url("../images/close-btn.png") no-repeat 0px 0px;
}

.popup-box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #208bcd;
    font-size: 25px;
    color: #fff;
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
}

.popup-cont {
    padding: 30px;
}

    .popup-cont p {
        font-size: 16px;
        line-height: 23px;
        color: #0a0a0a;
        padding-bottom: 15px;
        text-align: center;
    }

    .popup-cont h4 {
        font-size: 17px;
        line-height: 21px;
        color: #0a0a0a;
        padding-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    .popup-cont h5 {
        font-size: 22px;
        color: #208bcd;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        text-align: center;
    }

.menu-mob {
    width: 30px;
    height: 25px;
    display: none;
    background: url(../images/mobile-menu.png) no-repeat 0px 0px;
    float: right;
    margin-top: 5px;
}

.fixed-logo {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}

.menu-icon {
    background-position: 0px -25px !important;
}


.form-box {
    width: 900px;
    margin: 0px auto;
}

.form-inr {
    padding: 25px;
    overflow: hidden;
}

.approved-form {
    width: 100%;
}

.aprd-frm-row {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.aprd-col {
    padding: 0px 12px;
}

    .aprd-col strong {
        font-size: 18px;
        font-weight: normal;
        display: block;
        padding-bottom: 7px;
        font-family: 'hp_simplifiedbold';
        color: #000;
    }

    .aprd-col em {
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding-top: 28px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        font-style: normal;
    }

.aprd-filed {
    width: 100%;
}

.col100 {
    width: 100%;
    box-sizing: border-box;
}

    .col100 strong {
        font-family: 'hp_simplifiedregular' !important;
        font-size: 17px !important;
    }

.btn-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.btn-primay {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #208bcd;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0px 3px;
}

.btn-secondary {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #fff;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    border: #000 1px solid;
    margin: 0px 3px;
}


.value-inr {
    font-family: 'hp_simplifiedbold';
    background: #208bcd !important;
    color: #fff !important;
}

.table-row {
    width: 100%;
}

.table-list {
    width: 100%;
    padding-bottom: 15px;
    overflow: auto;
    margin-bottom: 15px;
}

.tdth-col-wth th {
    min-width: 100px;
}

.tdth-col-wth td {
    min-width: 100px;
}

.table-list table {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

    .table-list table th {
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        background: #208bcd;
        padding: 5px 5px;
        text-align: center;
        border-bottom: #fff 1px solid;
        border-left: #fff 1px solid;
    }

    .table-list table td {
        font-size: 14px;
        color: #272727;
        background: #ebebeb;
        padding: 6px 5px;
        text-align: center;
        border-bottom: #fff 1px solid;
        border-left: #fff 1px solid;
    }

.open-trstn {
    width: 100%;
}

    .open-trstn h2 {
        font-size: 25px;
        color: #000;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        padding-bottom: 10px;
    }

    .open-trstn p {
        font-size: 18px;
        color: #000;
        padding-bottom: 25px;
    }

.spoc-row {
    width: 100%;
    padding-bottom: 30px;
}

.spoc-dtls {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

    .spoc-dtls span {
        width: 200px;
        font-size: 17px;
        color: #000;
        /*font-family: 'hp_simplifiedbold';*/
    }

        .spoc-dtls span:first-child {
            color: #208bcd !important;
        }

    .spoc-dtls strong {
        font-size: 18px;
        color: #000;
        font-family: 'hp_simplifiedbold';
    }

.spoc-table {
    padding-right: 70px;
    position: relative;
}

.next-tbl {
    width: 70px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 39px;
}

    .next-tbl a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #b7b7b7;
        border: #a1a1a1 1px solid;
        font-family: 'hp_simplifiedbold';
        background: #fff;
        text-align: center;
        margin: 1px;
        text-decoration: none;
    }

        .next-tbl a.active-nxt {
            color: #fff;
            border: #208bcd 1px solid;
            background: #208bcd;
            text-decoration: underline;
        }

.next-td {
    background: #208bcd !important;
}

    .next-td a {
        font-family: 'hp_simplifiedbold';
        font-size: 16px;
        color: #fff;
        text-decoration: underline;
    }

.exchange-popup {
    width: 100%;
}

.exhge-row {
    width: 100%;
    text-align: center;
}

    .exhge-row ul {
        display: inline-block;
    }

    .exhge-row li {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        font-size: 22px;
        color: #1f1f1f;
        font-family: 'hp_simplifiedbold';
    }

        .exhge-row li span {
            width: 260px;
            text-align: left;
        }

.exhge-btn {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .exhge-btn .btn {
        margin: 0px 1px;
    }

.green-btn {
    background: #00a651 !important;
}

.red-btn {
    background: #ee5723 !important;
}

.value-text {
    color: #5a5a5a;
    font-size: 17px;
    display: flex;
    align-items: center;
}

    .value-text span {
        border: #959595 1px solid;
        margin-right: 10px;
        padding: 8px 10px 8px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

.jpg-icon {
    background: url("../images/jpg-icon.png") no-repeat 5px 4px;
}

.xlsx-icon {
    background: url("../images/xlsx-icon.png") no-repeat 5px 4px;
}

.pdf-icon {
    background: #ebebeb url("../images/pdf-icon.png") no-repeat 5px 4px;
}

.value-text a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 16px;
    font-family: 'hp_simplifiedbold';
}

.btn-row-ar {
    width: 100%;
    padding-bottom: 15px;
}

    .btn-row-ar .btn {
        width: 120px !important;
        margin: 0px 1px;
    }

.rjctn-rmrks {
    width: 100%;
}

.rjctn-btn {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .rjctn-btn .btn {
        width: 150px;
    }

.new-request {
    width: 900px;
    margin: 0px auto;
}

.request-table {
    position: relative;
}

.dowload-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dowload-row span {
        border: #959595 1px solid;
        padding: 7px 7px 8px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

.ctmr-dtls-form {
    width: 800px;
    margin: 0px auto;
}

.ctmr-dtls {
    padding: 15px;
    border: #878787 1px solid;
    overflow: hidden;
}

    .ctmr-dtls h2 {
        color: #000;
        font-size: 22px;
        font-family: 'hp_simplifiedbold';
        text-align: center;
        padding-bottom: 20px;
        font-weight: normal;
    }

.ctmr-dtls-row {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-around;
}

    .ctmr-dtls-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 16px;
        color: #0a0a0a;
        font-style: normal;
    }

.col-60 {
    width: 60%;
}

.col-40 {
    width: 33%;
}

.col-50 {
    width: 46%;
}

.col-100 {
    width: 100%;
}

.gnrte-otp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.gnrte-otp2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.resend-otp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.resend-btn {
    color: #f90000;
    text-decoration: none;
    font-size: 17px;
}

.otp-filed-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.next-btn-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .next-btn-row .btn {
        width: 165px;
    }

.dowload-pdf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

    .dowload-pdf span {
        border: #959595 1px solid;
        padding: 11px 10px 10px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

    .dowload-pdf .btn {
        background: #959595 !important;
    }

.remaining-time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    color: #a5a5a5;
    padding-bottom: 15px;
}

    .remaining-time span {
        color: #208bcd;
        font-family: 'hp_simplifiedbold';
        padding-left: 10px
    }

.invoice-frm {
    width: 600px !important;
}

    .invoice-frm .ctmr-dtls-row {
        justify-content: flex-start;
    }

    .invoice-frm .ctmr-dtls-col {
        width: 100%;
    }

.invoice-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .invoice-btn .btn {
        width: 165px;
    }

.tab-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

    .tab-row a {
        width: auto;
        height: 40px;
        margin: 0px 3px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        font-family: 'hp_simplifiedbold';
        background: #e1e1e1;
        padding: 0px 30px;
        font-size: 20px;
        color: #676767;
        text-decoration: none;
    }

        .tab-row a.active-tab {
            background: #208bcd;
            color: #fff;
        }

.invupld-frm {
    width: 600px;
}

    .invupld-frm .col-50 {
        width: 49%;
    }

.pick-up {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .pick-up .choose-file {
        width: 750px;
        padding: 0px 0 0 10px;
        border: #959595 1px solid;
        padding-bottom: 0px;
    }

    .pick-up .file-filed {
        border: 0px;
    }

.view-link a {
    color: #208bcd;
    text-decoration: none;
    font-family: 'hp_simplifiedbold';
}

.table-list table td .radiocheck {
    left: 50%;
    margin-left: -12px;
}

.fltr-row {
    width: 100%;
    padding-bottom: 30px;
}

    .fltr-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 18px;
        color: #0a0a0a;
        font-style: normal;
    }

    .fltr-row .slct {
        width: 250px;
    }

.pad-30 {
    padding-top: 30px;
}

.help-desk {
    width: 800px;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
}

.help-desk-row {
    border: #888888 1px solid;
    padding: 30px 30px 5px 30px;
    margin-bottom: 15px;
}

    .help-desk-row p {
        color: #000;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .help-desk-row h3 {
        color: #000;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.col-30-l {
    width: 50% !important;
    float: left;
}

.col-70-r {
    width: 48% !important;
    float: right;
}

.help-btn {
    color: #208bcd;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

.filed-40 .help-btn {
    display: inline-block;
    margin-top: 10px;
}

.filed-40 .file-hw {
    width: 100%;
}

#top-cover, #display-keyboard, #bottom-side, #right-side, #left-side, #hw-info, #keyboard-log {
    display: none;
}

.popup-cont .value-text {
    justify-content: center;
}

.space {
    height: 18px;
}

.row-2 {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.popup-cont p a {
    color: #208bcd;
    font-family: 'hp_simplifiedbold';
    text-decoration: none;
}

.invoice-msg {
    width: 800px;
    margin: 0px auto;
}

    .invoice-msg p {
        font-size: 17px;
        line-height: 25px;
        color: #000;
        padding-bottom: 15px;
    }

.invoice-table {
    width: 100%;
    padding-bottom: 20px;
}

    .invoice-table h3 {
        background: #00aeef;
        text-align: center;
        font-size: 20px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

    .invoice-table table {
        width: 100%;
        border: #878787 1px solid;
    }

        .invoice-table table td {
            padding: 8px 10px;
            color: #5a5a5a;
            font-size: 17px;
        }

.hd-tbl td {
    color: #0a0a0a !important;
}


.invupld-frm {
    width: 600px;
}

    .invupld-frm .col-50 {
        width: 49%;
    }

.pick-up {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .pick-up .choose-file {
        width: 650px;
        padding: 0px 0 0 10px;
        border: #959595 1px solid;
        padding-bottom: 0px;
    }

    .pick-up .file-filed {
        border: 0px;
    }

.view-link a {
    color: #208bcd;
    text-decoration: none;
    font-family: 'hp_simplifiedbold';
}

.table-list table td .radiocheck {
    left: 50%;
    margin-left: -12px;
}

.fltr-row {
    width: 100%;
    padding-bottom: 30px;
}

    .fltr-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 18px;
        color: #0a0a0a;
        font-style: normal;
    }

    .fltr-row .slct {
        width: 250px;
    }

.pad-30 {
    padding-top: 30px;
}

.help-desk {
    width: 800px;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
}

.help-desk-row {
    border: #888888 1px solid;
    padding: 30px;
    margin-bottom: 30px;
}

    .help-desk-row p {
        color: #000;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .help-desk-row h3 {
        color: #000;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.faq-box {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

    .faq-box h2 {
        font-size: 30px;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding-bottom: 15px;
    }

    .faq-box h3 {
        font-size: 20px;
        font-weight: normal;
        color: #000;
        padding-bottom: 15px;
    }

.faq-acc {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

    .faq-acc h5 {
        font-size: 18px;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding: 15px 0 10px 35px;
        border-top: #d2d2d2 1px solid;
        background: url("../images/acc-icon.png") no-repeat 0px 12px;
        cursor: pointer;
    }

.acc-active {
    background: url("../images/acc-open-icon.png") no-repeat 0px 12px !important
}

.faq-ans {
    padding: 10px 0px 0px 35px;
    display: none;
}

    .faq-ans p {
        font-size: 16px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        padding: 0px 0 10px 0px;
    }

    .faq-ans ul {
        padding-left: 10px;
        list-style: disc;
    }

    .faq-ans li {
        list-style: disc;
        font-size: 16px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        padding: 0px 0 7px 0px;
    }

    .faq-ans table {
        width: 100%;
        padding: 0px;
        margin: 0px 0 15px 0;
        border: #d2d2d2 1px solid;
    }

        .faq-ans table th {
            font-size: 16px;
            color: #272727;
            font-weight: normal;
            font-family: 'hp_simplifiedbold';
            padding: 10px 5px;
            text-align: center;
            border-bottom: #d2d2d2 1px solid;
            border-left: #d2d2d2 1px solid;
        }

        .faq-ans table td {
            font-size: 17px;
            color: #272727;
            padding: 10px 5px;
            text-align: center;
            border-bottom: #d2d2d2 1px solid;
            border-left: #d2d2d2 1px solid;
        }

.download-icon {
    background: url("../images/download_icon.png") no-repeat 5px 4px;
}

.help-img img {
    width: 100%;
}

ul.list-text {
    padding: 0px 0 10px 0;
}

    ul.list-text li {
        padding: 0 0 5px 20px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        font-size: 18px;
        background: url("../images/bullet-icon.png") no-repeat 0px 10px;
    }

        ul.list-text li ul {
            padding: 5px 0 0px 20px;
            list-style: disc;
        }

            ul.list-text li ul li {
                padding: 0 0 5px 0px !important;
                list-style: disc;
                font-family: 'hp_simplifiedlight';
                color: #000;
                font-size: 18px;
                background: none !important;
            }

                ul.list-text li ul li ul {
                    padding: 5px 0 0px 0px !important;
                    list-style: none;
                }

                    ul.list-text li ul li ul li {
                        list-style: none;
                        padding: 0 0 5px 20px !important;
                        font-family: 'hp_simplifiedlight';
                        color: #000;
                        font-size: 18px;
                        background: url("../images/bullet-sub-icon.png") no-repeat 0px 7px !important;
                    }

.popup-cont {
    padding: 30px;
    min-height: 200px;
}

.row-2new {
    width: 100%;
    height: 80px;
    float: left;
    margin-bottom: 20px;
}

.btn-group {
    width: 100%;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
        width: 100%;
        text-align: left;
        background: url(../images/list-arrow.jpg) no-repeat right 10px center;
        font-family: 'hp_simplifiedregular';
        font-size: 16px;
        color: #5a5a5a;
        border-radius: 0;
        border-color: #878787;
        overflow-x: hidden;
    }

.caret {
    background: url(../images/list-arrow.jpg) no-repeat right 10px center #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 !important;
    width: 30px !important;
    height: 100% !important;
}

.btn-group.open .dropdown-toggle {
    background: #fff !important;
    box-shadow: none !important;
}

.inpt-grn-bdr {
    border: 1px solid green;
}

.inpt-red-bdr {
    border: 1px solid red;
}

#fup_keyboardlogfileblock, #fup_keyboardcdeckblock {
    width: 80%;
    float: left;
}

#txtAdditionalRemarksblock {
    height: 100px;
}

    #txtAdditionalRemarksblock .textarea {
        height: 100%;
    }

.auto-hit .row-2 {
    height: auto;
    border-bottom: #878787 1px solid;
    margin-bottom: 10px;
}

.hideSubmit {
    background-color: gray !important;
}

.ct-popup {
    width: 100%;
}

    .ct-popup p {
        font-size: 16px;
        line-height: 21px;
        color: #0a0a0a;
        padding-bottom: 10px;
        text-align: left !important;
    }

    .ct-popup h6 {
        font-size: 18px;
        color: #0a0a0a;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        padding-bottom: 3px;
    }

.dft-btn {
    align-items: center;
}

    .dft-btn .help-btn {
        padding: 0px !important;
        height: auto !important;
        line-height: inherit !important;
        background: none !important;
        font-size: 14px !important;
        color: #208bcd !important;
        font-family: 'hp_simplifiedregular' !important;
        margin-left: 10px;
    }

.hlp-btn {
    display: flex;
    align-items: center;
}

    .hlp-btn select {
        width: 90% !important;
    }

.input-filed.disabled {
    opacity: 0.5;
    cursor: default;
}

.pb-id {
    width: 100%;
    display: flex;
    align-items: center;
}

    .pb-id .btn {
        height: 37px;
        line-height: 37px;
        margin-left: 10px;
    }

.po-row {
    width: 100%;
}

    .po-row h2 {
        font-size: 25px;
        color: #208bcd;
        padding-bottom: 25px;
        font-weight: normal;
    }

    .po-row p {
        font-size: 18px;
        color: #000;
        padding-bottom: 15px;
    }

.note-row {
    width: 100%;
    font-size: 14px;
    color: #0a0a0a;
    padding-top: 20px;
}

.prct-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.prct-dtls {
    padding: 5px 15px;
    border: #000 1px solid;
}

    .prct-dtls p {
        font-size: 18px;
        color: #0a0a0a;
        padding: 5px 0px;
    }

.prno-srch-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.prno-srch {
    width: 280px;
    border: #888888 1px solid;
    display: flex;
    background: #fff;
}

.prno-srch-filed {
    width: 220px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.srch-btn {
    width: 59px;
    border-left: #888888 1px solid;
    background: #ebebeb url("../images/srch-btn.png") no-repeat center 5px;
    height: 37px;
}


.sub-menu {
    background: url("../images/arrow-dm.png") no-repeat 100% 8px;
    padding-right: 15px !important;
    cursor: pointer;
}

.drop-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 99;
    display: none;
}

    .drop-menu li {
        width: 100%;
        padding: 0px;
    }

        .drop-menu li a {
            display: block;
            height: 30px;
            line-height: 30px;
            background: #47aff0;
            color: #ffffff;
            font-size: 15px;
            text-decoration: none;
            border-bottom: #fff 1px solid !important;
            text-align: center;
        }

            .drop-menu li a:hover {
                border-bottom: #47aff0 1px solid !important;
                background: #208bcd;
            }

.sub-menu:hover .drop-menu {
    display: block;
}

.navigation {
    padding: 0px;
}

    .navigation li {
        padding: 0px 8px;
        float: left;
        position: relative;
    }

        .navigation li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
        }

            .navigation li a.active {
                border-bottom: #fff 3px solid;
            }

            .navigation li a:hover {
                border-bottom: #fff 3px solid;
            }

.table-list table th {
    vertical-align: middle;
}

    .table-list table th input {
        display: block;
        margin: 5px auto 0 auto;
    }

.drop-menu ul li {
    margin-bottom: 0;
}

.inr-val {
    position: relative;
}

    .inr-val::before {
        content: "INR";
        width: 35px;
        height: 21px;
        display: block;
        position: absolute;
        left: 10px;
        top: 9px;
        z-index: 1;
        color: #5a5a5a;
        font-family: 'hp_simplifiedregular';
        font-size: 17px;
    }

    .inr-val .input-filed {
        padding-left: 40px !important;
    }

.Content_Body_lblMsg {
    margin-left: 10px;
    width: 40%;
    font-size: 16px;
}

.ul-note-item {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: decimal;
    padding-left: 20px;
}

    .ul-note-item li {
        font-size: 16px;
        list-style: decimal;
        padding: 4px;
    }

.divfilnam {
    padding-bottom: 10px;
}

.popup-box-ap {
    width: 700px;
    margin: 100px auto 0px auto;
    position: relative;
}

.popup-cont-ap {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

    .popup-cont-ap h3 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #00aeef;
        font-size: 24px;
        color: #fff;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.ap-table {
    padding: 10px;
}

    .ap-table td {
        width: 33%;
        padding: 5px;
        color: #5a5a5a;
        font-size: 18px;
    }

.ap-hd {
    color: #0a0a0a !important;
    font-size: 20px !important;
}

.input-remarks {
    width: 200px !important
}


/* file pp */
.popup-box-ap {
    width: 700px;
    margin: 100px auto 0px auto;
    position: relative;
}

.popup-cont-ap {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

    .popup-cont-ap h3 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #00aeef;
        font-size: 24px;
        color: #fff;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.ap-table {
    padding: 10px;
}

    .ap-table td {
        width: 33%;
        padding: 5px;
        color: #5a5a5a;
        font-size: 18px;
    }

.ap-hd {
    color: #0a0a0a !important;
    font-size: 20px !important;
}


.file-pp {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.30);
}

.file-ppin {
    width: 380px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px;
    top: 20%;
}

.file-pp form {
    display: block;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    padding: 0;
}

.file-pp h3 {
    font-size: 15px;
    color: #208bcd;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.file-pp input[type="file"] {
    border: 1px solid #ccc;
    width: 170px;
    height: 100px;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.file-pp .filebx {
    width: 170px;
    height: 100px;
    margin: 0 auto 20px auto;
    border: 1px dashed #ccc;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
}

    .file-pp .filebx span {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: -20px;
    }

.progress {
    position: relative;
    width: 70%;
    padding: 0;
    border-radius: 3px;
    background: #e1e1e1;
}

.bar {
    background-color: #208bcd;
    width: 0%;
    height: 2px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: -21px;
    right: 10px;
}

.upload-filebtn {
    background: #208bcd;
    padding: 7px 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    margin: 0 auto 20px auto;
}

.botmBar {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.element-to-paste-filename {
    margin-right: 10px;
    font-size: 12px;
    min-width: 50px;
}

.cancel-btn {
    min-width: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.fileopen {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.tableLogsHpex {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.60);
}

.tableLogsin {
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    top: 20%;
}

.tableLogsHpex h3 {
    min-height: 40px;
    line-height: 40px;
    background: #208bcd;
}

.logstble .whitbxLgs {
    padding: 20px 30px;
    min-height: 150px;
    max-height: 250px;
    overflow-y: scroll;
}

.logstble table {
    border-collapse: collapse;
    width: 100%;
}

    .logstble table th {
        font-weight: 500;
        font-size: 16px;
    }

    .logstble table th, .logstble table td {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
    }

.closelgs-pp {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -26px;
    top: -26px;
    cursor: pointer;
}

.opn-lgspp {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.opnpp-link {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.closelgs-pp2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -26px;
    top: -26px;
    cursor: pointer;
}

.file-pp.file-ppltbx {
    background: none;
    position: static;
}

.file-ppin2 {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 10px 0;
    position: static;
    border-radius: 0;
}

.file-name-style {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
}
/* popup new css */

.overlaypop-section {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
}

.ops-storesection {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    background: #fff;
    background: #fff;
    border-top: 4px solid #1d7fcc;
    padding: 45px 35px;
    width: 90%;
    max-width: 1170px;
}

.ops-inr {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.ops-close {
    position: absolute;
    right: -15px;
    top: -30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ops-block {
    width: 100%;
    margin-bottom: 0;
    overflow-y: scroll;
    height: 500px;
    box-sizing: border-box;
}

    .ops-block h2 {
        font-size: 22px;
        text-align: center;
        padding-bottom: 20px;
        color: #1d7fcc;
    }

.opstable {
    width: 100%;
    margin-bottom: 35px;
    box-sizing: border-box;
}

    .opstable h3 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        padding-bottom: 15px;
        font-weight: 400;
    }

    .opstable table {
        width: 100%;
        table-layout: fixed;
        border: 1px solid #ccc;
        border-bottom: 0px;
    }

        .opstable table td {
            padding: 6px 10px 0px 20px;
            font-size: 16px;
        }

            .opstable table td:first-child {
                background: #1d7fcc;
                border-bottom: 1px solid #fff;
                color: #fff;
                width: 30%;
            }

            .opstable table td:last-child {
                background: #fff;
                border-bottom: 1px solid #ccc;
                color: #000;
                width: 70%;
                text-align: center;
            }

.submitop-details {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

    .submitop-details button {
        padding: 14px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        background: #1d7fcc;
        color: #fff;
        border: 0px;
        outline: none;
    }

@media only screen and (max-width: 767px) {

    .ops-storesection {
        width: 96%;
        padding: 25px 15px;
    }

    .ops-close {
        right: -20px;
    }

    .ops-block {
        overflow: scroll;
    }

    .opstable table {
        width: 99%;
    }

        .opstable table td {
            font-size: 14px;
            padding: 10px;
        }

    .opstable h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .submitop-details button {
        padding: 11px 35px;
        font-size: 18px;
    }
}

header .main {
    position: relative;
}

.header-myacc {
    position: absolute;
    bottom: 20px;
    right: 0;
}

    .header-myacc a {
        color: #fff;
        font-size: 18px;
        padding: 6px 35px 6px 0;
        background: url(http://hpexchangeoffer.in/common/images/user.png) no-repeat right 2px center;
        background-size: auto;
        background-size: 26px;
    }

.navigation li a#verifykyc {
    color: #faff70;
    transition: all 0.3s ease-in;
    animation-name: kycchange;
    animation-iteration-count: infinite;
    /*border-bottom: 3px solid #faff70;*/
    animation-duration: 2s;
}

    .navigation li a#verifykyc:hover {
        /*animation-name: kycchange;
        animation-iteration-count: infinite;*/
        border-bottom: 3px solid #faff70;
        /*animation-duration: 2s;*/
    }

@keyframes kycchange {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.7;
        color: #b6fe78;
    }

    80% {
        opacity: 0.9;
        color: #b6fe50;
    }

    100% {
        opacity: 1;
        color: #faff70;
    }
}

@-webkit-keyframes kycchange {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.7;
        color: #b6fe78;
    }

    80% {
        opacity: 0.9;
        color: #b6fe50;
    }

    100% {
        opacity: 1;
        color: #faff70;
    }
}


.ctmr-dtls-row.clstnc {
    display: flex;
    padding: 12px 0 0 2px;
    justify-content: flex-start;
    font-size: 14px;
}

.faq-video {
    width: 100%;
    padding: 0px 0px 30px 0px;
}

    .faq-video .video-hd {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding-bottom: 20px;
    }

    .faq-video .video-row {
        width: 100%;
        padding-bottom: 30px;
    }

        .faq-video .video-row .video-box {
            width: 600px;
            margin: 0px auto;
        }

            .faq-video .video-row .video-box video {
                width: 100%;
            }

    .faq-video .video-download {
        width: 100%;
        text-align: center;
    }

        .faq-video .video-download .btn {
            background: #208bcd url("../images/download-icon.png") no-repeat 15px 9px;
            padding-left: 50px;
        }

.rfrtxt {
    font-size: 10px !important;
    line-height: 24px;
}

.partNoInp {
    min-width: 180px;
}

.slidtxt {
    padding: 0 0 1px 0;
}

    .slidtxt marquee {
        font-size: 18px;
        color: #db4701;
        font-weight: bold;
    }

.cus_div {
    padding: 0 16px;
}

.radio_cus {
    width: 100%;
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
}

.div_rbapr {
    min-width: 110px;
    margin: 0 10px;
    text-align: center;
    font-size: 18px;
}

.claim-frm-row.btn_cus {
    display: flex;
    justify-content: center;
}


/*hp switch css starts*/

* {
    box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, li, a, span, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-hpswitch {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hpswitch-login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hpswitch-logininr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.hpswitch-loginleft {
    width: 50%;
    padding: 3%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logohp-switch {
    position: absolute;
    left: 4%;
    top: 4%;
    width: 260px;
}

    .logohp-switch a {
        display: inline-block;
        width: 100%;
    }

        .logohp-switch a img {
            display: inline-block;
            width: 100%;
        }

.hpswitch-form {
    width: 100%;
    max-width: 400px;
    padding-top: 36px;
}

    .hpswitch-form h1 {
        font-size: 32px;
        font-family: 'hp_simplifiedregular';
        font-weight: normal;
        color: #1D7FCC;
        padding-bottom: 8px;
    }

    .hpswitch-form h2 {
        font-size: 16px;
        padding-bottom: 32px;
        font-weight: normal;
    }

.formBlock {
    width: 100%;
    margin-top: 12px;
}

.cmnInputform {
    width: 100%;
    margin-bottom: 24px;
    display: inline-block;
}

    .cmnInputform label {
        font-size: 16px;
        padding-bottom: 12px;
        display: inline-block;
        width: 100%;
    }

    .cmnInputform .cmnInputform-input {
        width: 100%;
        padding: 12px 12px;
        border: 1px solid #282828;
        border-radius: 4px;
        display: flex;
        position: relative;
        font-size: 16px;
        margin-bottom: 4px;
    }

        .cmnInputform .cmnInputform-input input {
            width: 100%;
            border: 0px;
            outline: none;
            padding-right: 32px;
        }

.showpass {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.forgotpas {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 0;
}

    .forgotpas a {
        color: #000;
    }

.hpswitch-form button {
    width: 100%;
    padding: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1D7FCC;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: 0px;
    border-radius: 4px;
}

.hpswitch-loginright {
    width: 50%;
}

.hpswitch-loginrightinr {
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hpswitch-loginrightinr::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        background: #f3f3f3;
        content: '';
    }

    .hpswitch-loginrightinr img {
        display: inline-block;
        max-width: 80%;
        position: relative;
        z-index: 4;
    }

.hpswitch-header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #1D7FCC;
}

.hpswitch-headerlogo {
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: inline-flex;
    width: 220px;
}


    .hpswitch-headerlogo img {
        max-width: 100%;
    }

    .hpswitch-headerlogo a {
        display: inline-flex;
    }

.hpswitch-headerinr {
    width: 100%;
    position: relative;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.hpswitch-headernav {
    height: 100%;
}

    .hpswitch-headernav ul {
        display: flex;
        width: auto;
        height: 100%;
    }

        .hpswitch-headernav ul li {
            height: 100%;
            margin: 0 12px;
            position: relative;
        }

.submenu-switch-menuinr {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 8px;
    background: #1D7FCC;
    min-width: 100%;
    width: auto;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
}

.hpswitch-headernav ul li:hover .submenu-switch-menuinr {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.submenu-switch-menuinr ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .submenu-switch-menuinr ul li {
        display: inline-block;
        margin-bottom: 12px;
        width: 100%;
    }

        .submenu-switch-menuinr ul li a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

.hpswitch-headernav ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

    .hpswitch-headernav ul li a.active {
        border-bottom: 4px solid #fff;
    }

.hpswitch-headerright {
    height: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 160px;
}

    .hpswitch-headerright:after {
        content: '';
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -5px;
        position: relative;
        right: -5px;
    }

.submenu-switch {
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    background: #1D7FCC;
    padding: 8px;
    min-width: 120px;
    margin-top: 1px;
    transition: all 0.2s ease-in;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

    .submenu-switch.active {
        top: 100%;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.submenu-switch-lists {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 2px;
}

    .submenu-switch-lists a {
        display: inline-block;
        width: 100%;
        font-size: 16px !important;
        padding: 0 0 8px 0;
        color: #fff;
        text-decoration: none;
    }

.hpswitch-headerright a {
    display: inline-flex;
    padding-right: 0px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    /*background: url(../images/arrow-down.png) no-repeat right center;*/
}

    .hpswitch-headerright a span {
        margin: 0 6px 0 0;
        display: inline-block;
    }

        .hpswitch-headerright a span:last-child {
            margin: 0;
        }

.myAccount-info {
    background: none !important;
}

    .myAccount-info span {
        color: #fff;
    }

.hpswitch-wrapper {
    width: 100%;
    margin: 80px 0 0 0;
    min-height:calc(100% - 80px);
}
.switchtop-banner {
    width: 100%;
    margin-bottom: 12px;
}

    .switchtop-banner img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

.container-switch {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    padding: 0 16px;
}

.switchmiddle-section {
    width: 100%;
}

    .switchmiddle-section h1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        padding-bottom: 24px;
    }

.color-org {
    display: inline-block;
    color: #FCB953;
}

.steps-switch {
    width: 100%;
    margin-bottom: 32px;
}

    .steps-switch h2 {
        font-size: 24px;
        padding-bottom: 16px;
        font-family: 'hp_simplifiedregular';
        font-weight: normal;
        color: #1D7FCC;
        margin: 8px 0;
    }

    .steps-switch ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .steps-switch ul li {
            width: 17%;
            text-align: center;
        }

.switchsteps-img {
    width: 100%;
    margin-bottom: 12px;
}

    .switchsteps-img img {
        display: inline-block;
        width: 100%;
    }

.steps-switch ul li span {
    font-size: 17px;
    color: #1D7FCC;
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
    line-height: 26px;
}

.details-process {
    width: 100%;
    padding: 40px 0 24px 0;
    background: #F5F5F5;
}

.cmnswith-heading {
    font-size: 24px;
    padding-bottom: 16px;
    font-family: 'hp_simplifiedregular';
    font-weight: normal;
    color: #1D7FCC;
    margin: 0;
}

.details-process ul {
    width: 100%;
    margin: 8px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .details-process ul li {
        width: 48%;
        padding: 0 8px 0 46px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
        background: url(../images/check.png) no-repeat left 0;
        background-size: 32px;
        min-height: 36px;
    }

.additional-process {
    width: 100%;
    padding: 40px 0 24px 0;
}

    .additional-process ul {
        width: 50%;
        margin: 8px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .additional-process ul li {
            width: 100%;
            padding: 0 0 0 46px;
            margin-bottom: 16px;
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            background: url(../images/check.png) no-repeat left 0;
            background-size: 32px;
            min-height: 36px;
        }

.switch-footer {
    width: 100%;
    padding: 16px 0;
    background: #1D7FCC;
}

.switch-footerinr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .switch-footerinr span, .switch-footerinr a {
        font-size: 16px;
        color: #fff;
        margin: 0 2px;
    }

    .switch-footerinr a {
        text-decoration: underline;
    }

.navbar-toggler {
    display: none;
}

.div_headr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .div_headr .tab-row.dft-btn {
        text-align: left;
        margin: 0;
        display: inline-flex;
        justify-content: flex-start;
    }

        .div_headr .tab-row.dft-btn .help-btn {
            font-size: 18px !important;
        }

    .div_headr .dowload-row .btn {
        padding-left: 40px;
        background-image: url(../images/xlsx-1.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 24px;
    }

.excelicon {
    padding-left: 40px;
    background-image: url(../images/xlsx-1.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 24px;
}

.adm-divxls {
    display: flex;
    width: 100%;
    
}

    .adm-divxls .fltr-row {
        width: 70%;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }
        .adm-divxls .fltr-row i {
            width: 100%;
        }
        .adm-divxls .fltr-row .slct {
            margin-right: 16px;
        }
    .adm-divxls .ctmr-dtls-row {
        margin-right: 16px;
    }
    .adm-divxls .dowload-row{width:15%;}

    .adm-divxls .dowload-row {
        justify-content: flex-end;
    }

.div_headr .dowload-row {
    justify-content: flex-end;
}

a#newclaim {
    background-image: url(../images/arrow-dm.png);
    padding-right: 22px;
    background-position: right 4px center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.switchmiddle-section .color-org {
    color: #db4701;
}
/*hp switch css ends*/
@import url(../fonts/fonts.css);

html, body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'hp_simplifiedregular';
    font-size: 12px;
    color: #000;
}

.loader {
    background: url(../images/fancybox_overlay.png) repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}

.loader-in {
    background: url(../images/fancybox_loading.gif) repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}



/**/
.hp-exchange {
    width: 100%;
    overflow: hidden;
}

.hp-exchangeflex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hpexchange-left {
    width: 60%;
    box-sizing: border-box;
}

    .hpexchange-left img {
        width: 100%;
    }

.hpexchange-right {
    width: 40%;
    padding: 100px 50px 0 50px;
    box-sizing: border-box;
}

.hpexchange-right-inr {
    width: 100%;
}

    .hpexchange-right-inr h1 {
        text-align: center;
        font-size: 45px;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedregular';
    }

    .hpexchange-right-inr h2 {
        font-size: 24px;
        padding: 10px 0 0px 0;
        font-family: 'hp_simplifiedlight';
        text-align: left;
    }

.loginexch-block {
    width: 100%;
    margin-bottom: 25px;
}

    .loginexch-block label {
        width: 100%;
        display: block;
        font-size: 18px;
        font-family: 'hp_simplifiedregular';
        padding-bottom: 10px;
    }

    .loginexch-block input {
        display: block;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        outline: none;
        background: transparent;
        min-width: 350px;
        box-sizing: border-box;
    }

.forgot-excpas {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px 0 0 0;
}

    .forgot-excpas a {
        display: inline-block;
        font-size: 15px;
        text-decoration: none;
        color: #ed1c24;
    }

.loginexch-form {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    padding-top: 45px;
}

.exchange-submit {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
}

    .exchange-submit a {
        display: flex;
        width: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        padding: 12px 20px;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-family: 'hp_simplifiedregular';
        background: #208bcd;
        box-sizing: border-box;
    }

.pdtop-40 {
    padding-top: 45px !important;
    text-align: center !important;
}

.mrauto {
    margin: 0 auto;
}

.pass-hint {
    width: 100%;
    padding: 5px 0 0 0;
}

    .pass-hint p {
        font-size: 15px;
        color: #ed1c24;
    }

.verify-mobno {
    width: 100%;
}

    .verify-mobno p {
        font-size: 24px;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedregular';
    }

.otpsec {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .otpsec input {
        padding: 12px;
        border: 1px solid #ccc;
        font-size: 15px;
        margin: 0 10px;
        width: auto;
        max-width: auto;
        box-sizing: border-box;
        max-width: 60px;
    }


@media screen and (max-width: 767px) {
    .hp-exchangeflex {
        flex-direction: column;
    }

    .hpexchange-left, .hpexchange-right {
        width: 100%;
    }

    .hpexchange-right {
        padding: 30px 15px 30px 15px;
    }

    .hpexchange-right-inr h1 {
        font-size: 30px;
    }

    .hpexchange-right-inr h2 {
        font-size: 20px;
    }

    .loginexch-block input {
        min-width: 100%;
        max-width: 350px;
    }

    .pdtop-40 {
        padding-top: 25px !important;
    }

    .loginexch-form {
        padding-top: 30px;
    }

    .verify-mobno p {
        font-size: 20px;
    }
}



/*Mithelesh css starts*/

.webr {
    font-family: 'WebRupee';
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2px;
    line-height: 28px;
}

#wappper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.header-bg {
    width: 100%;
    background: #3bcfaf url("../images/header-bg.jpg") no-repeat 0px 0px;
}

.footer-bg {
    width: 100%;
    height: 29px;
    background: #3bcfaf url("../images/header-bg.jpg") no-repeat 0px 0px;
}

.main-row {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.main {
    width: 1170px;
    height: auto;
    margin: 0px auto;
}

.main-inr {
    padding: 0px;
}



.intro-row {
    width: 100%;
    height: auto;
    display: flex;
}

.intro-lft {
    width: 68%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url("../images/intro-bg.jpg") no-repeat 0px 0px;
    background-size: cover;
    justify-content: center;
}

.intro-rit {
    width: 32%;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0px auto;
    background: #fff;
}

.intro-cont {
    padding: 0px 40px;
    width: 100%;
    box-sizing: border-box;
}

    .intro-cont h2 {
        width: 100%;
        font-size: 26px;
        line-height: 27px;
        color: #000000;
        padding-bottom: 30px;
        text-align: center;
    }

.login-box {
    width: 100%;
}

    .login-box p {
        font-size: 19px;
        color: #000000;
        padding-bottom: 30px;
        text-align: center;
    }

.filed-row {
    width: 100%;
    padding-bottom: 20px;
}

.sufly-msg {
    width: 100%;
}

    .sufly-msg p {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        padding: 10px 0px 40px 0px;
        text-align: center;
    }

.otp-box {
    width: 100%;
}

    .otp-box p {
        font-size: 18px;
        line-height: 23px;
        color: #000000;
        padding: 10px 0px 40px 0px;
        text-align: center;
    }

.otp-filed {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.otp-col {
    width: 50px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
}

    .otp-col input {
        margin: 0 8px;
        width: 45px;
    }

    .otp-col .input-filed {
        text-align: center;
    }

.filed-row i {
    display: block;
    padding-bottom: 8px;
    font-size: 18px;
    color: #0a0a0a;
    font-style: normal;
}

.filed-row .btn {
    width: 100%;
}

.red-link {
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

    .red-link a {
        font-size: 15px;
        color: #ff3b3b;
        text-decoration: none;
    }

.reset-otp {
    width: 230px;
    margin: 0px auto;
    padding-bottom: 30px;
}

    .reset-otp a {
        font-size: 15px;
        color: #ff3b3b;
        text-decoration: none;
    }

.error-msg {
    width: 100%;
    padding-bottom: 20px;
    font-size: 13px;
    color: #ff3b3b;
}


.top-row {
    width: 100%;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 0px;
    margin-right: 40px;
}

.navigation {
    padding: 0px;
}

    .navigation li {
        padding: 0px 8px;
        float: left;
        margin-bottom: 10px;
    }

        .navigation li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
        }

            .navigation li a.active {
                border-bottom: #fff 3px solid;
            }

            .navigation li a:hover {
                border-bottom: #fff 3px solid;
            }

.logout {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

    .logout a {
        color: #208bcd;
        font-size: 16px;
        text-decoration: none;
        margin-left: 20px;
    }

.logout-bdr {
    border-bottom: #3bcfaf 1px solid;
}

.content {
    padding: 30px 15px;
    min-height: 400px;
    height: auto;
}

.claim-form-row {
    width: 800px;
    margin: 0px auto;
}

.claim-form {
    padding: 35px;
    border: #878787 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
}

.claim-frm-row {
    padding-bottom: 15px;
}

    .claim-frm-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 16px;
        color: #0a0a0a;
        font-style: normal;
        min-height: 30px;
    }

.slct {
    width: 100%;
}

    .slct select {
        padding: 8px 22px 8px 5px;
        color: #5a5a5a;
        border: 1px solid #878787;
        font-family: 'hp_simplifiedregular';
        font-size: 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/list-arrow.jpg) no-repeat right 10px center;
        width: 100%;
        cursor: pointer;
    }

.radio-box {
    width: 100%;
    display: flex;
    align-items: center;
}

    .radio-box p {
        width: 300px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        font-size: 20px;
    }

.radio-col {
    padding: 0px 15px 0px 0px;
    width: 78px;
}

.col-50-l {
    width: 49% !important;
    float: left;
}

.col-50-r {
    width: 49% !important;
    float: right;
}

.choose-file {
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}

    .choose-file label {
        width: 260px;
        font-size: 15px;
        color: #a5a5a5;
        padding-right: 20px;
    }

        .choose-file label em {
            font-size: 11px !important;
            font-style: 12px;
            display: block;
            color: #a5a5a5;
        }

.file-filed {
    width: 300px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
}

.file-hw {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
}

.input-filed {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.otprp {
    width: 100%;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.input-otp {
    width: 50px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 5px;
    font-size: 18px;
    color: #a4a4a4;
    margin: 0px 5px;
    text-align: center;
}

.textarea {
    width: 100%;
    height: 100px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    color: #000;
    resize: none;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    font-family: 'hp_simplifiedregular';
    cursor: pointer;
    color: #000;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radiocheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/radio-bg.png) no-repeat 0px 0px;
}

.container-radio:hover input ~ .radiocheck {
    background: url(../images/radio-bg.png) no-repeat 0px 0px;
}

.container-radio input:checked ~ .radiocheck {
    background-position: 0px -20px;
}

.radiocheck::after {
    content: '';
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .radiocheck::after {
    display: block;
}

.btn {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #208bcd;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.content-box {
    width: 100%;
}

    .content-box h2 {
        font-size: 20px;
        color: #000;
        padding-bottom: 10px;
    }

    .content-box p {
        font-size: 17px;
        line-height: 25px;
        color: #000;
        padding-bottom: 15px;
        font-family: 'hp_simplifiedlight';
    }

.overlay-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}
.overlay-popup-history {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: rgba(000, 0, 0, 0.8);
    display: block;
}

.popup-box {
    width: 500px;
    margin: 150px auto 0px auto;
    background: #fff;
    position: relative;
}

.close-btn {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: -26px;
    top: -15px;
    z-index: 99;
    background: url("../images/close-btn.png") no-repeat 0px 0px;
}

.popup-box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #208bcd;
    font-size: 25px;
    color: #fff;
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
}

.popup-cont {
    padding: 30px;
}

    .popup-cont p {
        font-size: 16px;
        line-height: 23px;
        color: #0a0a0a;
        padding-bottom: 15px;
        text-align: center;
    }

    .popup-cont h4 {
        font-size: 17px;
        line-height: 21px;
        color: #0a0a0a;
        padding-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    .popup-cont h5 {
        font-size: 22px;
        color: #208bcd;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        text-align: center;
    }

.menu-mob {
    width: 30px;
    height: 25px;
    display: none;
    background: url(../images/mobile-menu.png) no-repeat 0px 0px;
    float: right;
    margin-top: 5px;
}

.fixed-logo {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
}

.menu-icon {
    background-position: 0px -25px !important;
}


.form-box {
    width: 900px;
    margin: 0px auto;
}

.form-inr {
    padding: 25px;
    overflow: hidden;
}

.approved-form {
    width: 100%;
}

.aprd-frm-row {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.aprd-col {
    padding: 0px 12px;
}

    .aprd-col strong {
        font-size: 18px;
        font-weight: normal;
        display: block;
        padding-bottom: 7px;
        font-family: 'hp_simplifiedbold';
        color: #000;
    }

    .aprd-col em {
        font-size: 20px;
        font-weight: bold;
        display: block;
        padding-top: 28px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        font-style: normal;
    }

.aprd-filed {
    width: 100%;
}

.col100 {
    width: 100%;
    box-sizing: border-box;
}

    .col100 strong {
        font-family: 'hp_simplifiedregular' !important;
        font-size: 17px !important;
    }

.btn-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.btn-primay {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #208bcd;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0px 3px;
}

.btn-secondary {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: 'hp_simplifiedbold';
    background: #fff;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    border: #000 1px solid;
    margin: 0px 3px;
}


.value-inr {
    font-family: 'hp_simplifiedbold';
    background: #208bcd !important;
    color: #fff !important;
}

.table-row {
    width: 100%;
}

.table-list {
    width: 100%;
    padding-bottom: 15px;
    overflow: auto;
    margin-bottom: 15px;
}

.tdth-col-wth th {
    min-width: 100px;
}

.tdth-col-wth td {
    min-width: 100px;
}

.table-list table {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

    .table-list table th {
        font-size: 14px;
        color: #fff;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        background: #208bcd;
        padding: 5px 5px;
        text-align: center;
        border-bottom: #fff 1px solid;
        border-left: #fff 1px solid;
    }

    .table-list table td {
        font-size: 14px;
        color: #272727;
        background: #ebebeb;
        padding: 6px 5px;
        text-align: center;
        border-bottom: #fff 1px solid;
        border-left: #fff 1px solid;
    }

.open-trstn {
    width: 100%;
}

    .open-trstn h2 {
        font-size: 25px;
        color: #000;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        padding-bottom: 10px;
    }

    .open-trstn p {
        font-size: 18px;
        color: #000;
        padding-bottom: 25px;
    }

.spoc-row {
    width: 100%;
    padding-bottom: 30px;
}

.spoc-dtls {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

    .spoc-dtls span {
        width: 200px;
        font-size: 17px;
        color: #000;
        /*font-family: 'hp_simplifiedbold';*/
    }

        .spoc-dtls span:first-child {
            color: #208bcd !important;
        }

    .spoc-dtls strong {
        font-size: 18px;
        color: #000;
        font-family: 'hp_simplifiedbold';
    }

.spoc-table {
    padding-right: 70px;
    position: relative;
}

.next-tbl {
    width: 70px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 39px;
}

    .next-tbl a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #b7b7b7;
        border: #a1a1a1 1px solid;
        font-family: 'hp_simplifiedbold';
        background: #fff;
        text-align: center;
        margin: 1px;
        text-decoration: none;
    }

        .next-tbl a.active-nxt {
            color: #fff;
            border: #208bcd 1px solid;
            background: #208bcd;
            text-decoration: underline;
        }

.next-td {
    background: #208bcd !important;
}

    .next-td a {
        font-family: 'hp_simplifiedbold';
        font-size: 16px;
        color: #fff;
        text-decoration: underline;
    }

.exchange-popup {
    width: 100%;
}

.exhge-row {
    width: 100%;
    text-align: center;
}

    .exhge-row ul {
        display: inline-block;
    }

    .exhge-row li {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        font-size: 22px;
        color: #1f1f1f;
        font-family: 'hp_simplifiedbold';
    }

        .exhge-row li span {
            width: 260px;
            text-align: left;
        }

.exhge-btn {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .exhge-btn .btn {
        margin: 0px 1px;
    }

.green-btn {
    background: #00a651 !important;
}

.red-btn {
    background: #ee5723 !important;
}

.value-text {
    color: #5a5a5a;
    font-size: 17px;
    display: flex;
    align-items: center;
}

    .value-text span {
        border: #959595 1px solid;
        margin-right: 10px;
        padding: 8px 10px 8px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

.jpg-icon {
    background: url("../images/jpg-icon.png") no-repeat 5px 4px;
}

.xlsx-icon {
    background: url("../images/xlsx-icon.png") no-repeat 5px 4px;
}

.pdf-icon {
    background: #ebebeb url("../images/pdf-icon.png") no-repeat 5px 4px;
}

.value-text a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 16px;
    font-family: 'hp_simplifiedbold';
}

.btn-row-ar {
    width: 100%;
    padding-bottom: 15px;
}

    .btn-row-ar .btn {
        width: 120px !important;
        margin: 0px 1px;
    }

.rjctn-rmrks {
    width: 100%;
}

.rjctn-btn {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .rjctn-btn .btn {
        width: 150px;
    }

.new-request {
    width: 900px;
    margin: 0px auto;
}

.request-table {
    position: relative;
}

.dowload-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dowload-row span {
        border: #959595 1px solid;
        padding: 7px 7px 8px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

.ctmr-dtls-form {
    width: 800px;
    margin: 0px auto;
}

.ctmr-dtls {
    padding: 15px;
    border: #878787 1px solid;
    overflow: hidden;
}

    .ctmr-dtls h2 {
        color: #000;
        font-size: 22px;
        font-family: 'hp_simplifiedbold';
        text-align: center;
        padding-bottom: 20px;
        font-weight: normal;
    }

.ctmr-dtls-row {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-around;
}

    .ctmr-dtls-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 16px;
        color: #0a0a0a;
        font-style: normal;
    }

.col-60 {
    width: 60%;
}

.col-40 {
    width: 33%;
}

.col-50 {
    width: 46%;
}

.col-100 {
    width: 100%;
}

.gnrte-otp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.gnrte-otp2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.resend-otp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.resend-btn {
    color: #f90000;
    text-decoration: none;
    font-size: 17px;
}

.otp-filed-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.next-btn-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .next-btn-row .btn {
        width: 165px;
    }

.dowload-pdf {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

    .dowload-pdf span {
        border: #959595 1px solid;
        padding: 11px 10px 10px 45px;
        color: #5a5a5a;
        font-size: 16px;
    }

    .dowload-pdf .btn {
        background: #959595 !important;
    }

.remaining-time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    color: #a5a5a5;
    padding-bottom: 15px;
}

    .remaining-time span {
        color: #208bcd;
        font-family: 'hp_simplifiedbold';
        padding-left: 10px
    }

.invoice-frm {
    width: 600px !important;
}

    .invoice-frm .ctmr-dtls-row {
        justify-content: flex-start;
    }

    .invoice-frm .ctmr-dtls-col {
        width: 100%;
    }

.invoice-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

    .invoice-btn .btn {
        width: 165px;
    }

.tab-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

    .tab-row a {
        width: auto;
        height: 40px;
        margin: 0px 3px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        font-family: 'hp_simplifiedbold';
        background: #e1e1e1;
        padding: 0px 30px;
        font-size: 20px;
        color: #676767;
        text-decoration: none;
    }

        .tab-row a.active-tab {
            background: #208bcd;
            color: #fff;
        }

.invupld-frm {
    width: 600px;
}

    .invupld-frm .col-50 {
        width: 49%;
    }

.pick-up {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .pick-up .choose-file {
        width: 750px;
        padding: 0px 0 0 10px;
        border: #959595 1px solid;
        padding-bottom: 0px;
    }

    .pick-up .file-filed {
        border: 0px;
    }

.view-link a {
    color: #208bcd;
    text-decoration: none;
    font-family: 'hp_simplifiedbold';
}

.table-list table td .radiocheck {
    left: 50%;
    margin-left: -12px;
}

.fltr-row {
    width: 100%;
    padding-bottom: 30px;
}

    .fltr-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 18px;
        color: #0a0a0a;
        font-style: normal;
    }

    .fltr-row .slct {
        width: 250px;
    }

.pad-30 {
    padding-top: 30px;
}

.help-desk {
    width: 800px;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
}

.help-desk-row {
    border: #888888 1px solid;
    padding: 30px 30px 5px 30px;
    margin-bottom: 15px;
}

    .help-desk-row p {
        color: #000;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .help-desk-row h3 {
        color: #000;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.col-30-l {
    width: 50% !important;
    float: left;
}

.col-70-r {
    width: 48% !important;
    float: right;
}

.help-btn {
    color: #208bcd;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}

.filed-40 .help-btn {
    display: inline-block;
    margin-top: 10px;
}

.filed-40 .file-hw {
    width: 100%;
}

#top-cover, #display-keyboard, #bottom-side, #right-side, #left-side, #hw-info, #keyboard-log {
    display: none;
}

.popup-cont .value-text {
    justify-content: center;
}

.space {
    height: 18px;
}

.row-2 {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.popup-cont p a {
    color: #208bcd;
    font-family: 'hp_simplifiedbold';
    text-decoration: none;
}

.invoice-msg {
    width: 800px;
    margin: 0px auto;
}

    .invoice-msg p {
        font-size: 17px;
        line-height: 25px;
        color: #000;
        padding-bottom: 15px;
    }

.invoice-table {
    width: 100%;
    padding-bottom: 20px;
}

    .invoice-table h3 {
        background: #00aeef;
        text-align: center;
        font-size: 20px;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

    .invoice-table table {
        width: 100%;
        border: #878787 1px solid;
    }

        .invoice-table table td {
            padding: 8px 10px;
            color: #5a5a5a;
            font-size: 17px;
        }

.hd-tbl td {
    color: #0a0a0a !important;
}


.invupld-frm {
    width: 600px;
}

    .invupld-frm .col-50 {
        width: 49%;
    }

.pick-up {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

    .pick-up .choose-file {
        width: 650px;
        padding: 0px 0 0 10px;
        border: #959595 1px solid;
        padding-bottom: 0px;
    }

    .pick-up .file-filed {
        border: 0px;
    }

.view-link a {
    color: #208bcd;
    text-decoration: none;
    font-family: 'hp_simplifiedbold';
}

.table-list table td .radiocheck {
    left: 50%;
    margin-left: -12px;
}

.fltr-row {
    width: 100%;
    padding-bottom: 30px;
}

    .fltr-row i {
        display: block;
        padding-bottom: 8px;
        font-size: 18px;
        color: #0a0a0a;
        font-style: normal;
    }

    .fltr-row .slct {
        width: 250px;
    }

.pad-30 {
    padding-top: 30px;
}

.help-desk {
    width: 800px;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
}

.help-desk-row {
    border: #888888 1px solid;
    padding: 30px;
    margin-bottom: 30px;
}

    .help-desk-row p {
        color: #000;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .help-desk-row h3 {
        color: #000;
        font-size: 18px;
        padding-bottom: 2px;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.faq-box {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

    .faq-box h2 {
        font-size: 30px;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding-bottom: 15px;
    }

    .faq-box h3 {
        font-size: 20px;
        font-weight: normal;
        color: #000;
        padding-bottom: 15px;
    }

.faq-acc {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

    .faq-acc h5 {
        font-size: 18px;
        font-weight: normal;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding: 15px 0 10px 35px;
        border-top: #d2d2d2 1px solid;
        background: url("../images/acc-icon.png") no-repeat 0px 12px;
        cursor: pointer;
    }

.acc-active {
    background: url("../images/acc-open-icon.png") no-repeat 0px 12px !important
}

.faq-ans {
    padding: 10px 0px 0px 35px;
    display: none;
}

    .faq-ans p {
        font-size: 16px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        padding: 0px 0 10px 0px;
    }

    .faq-ans ul {
        padding-left: 10px;
        list-style: disc;
    }

    .faq-ans li {
        list-style: disc;
        font-size: 16px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        padding: 0px 0 7px 0px;
    }

    .faq-ans table {
        width: 100%;
        padding: 0px;
        margin: 0px 0 15px 0;
        border: #d2d2d2 1px solid;
    }

        .faq-ans table th {
            font-size: 16px;
            color: #272727;
            font-weight: normal;
            font-family: 'hp_simplifiedbold';
            padding: 10px 5px;
            text-align: center;
            border-bottom: #d2d2d2 1px solid;
            border-left: #d2d2d2 1px solid;
        }

        .faq-ans table td {
            font-size: 17px;
            color: #272727;
            padding: 10px 5px;
            text-align: center;
            border-bottom: #d2d2d2 1px solid;
            border-left: #d2d2d2 1px solid;
        }

.download-icon {
    background: url("../images/download_icon.png") no-repeat 5px 4px;
}

.help-img img {
    width: 100%;
}

ul.list-text {
    padding: 0px 0 10px 0;
}

    ul.list-text li {
        padding: 0 0 5px 20px;
        font-family: 'hp_simplifiedlight';
        color: #000;
        font-size: 18px;
        background: url("../images/bullet-icon.png") no-repeat 0px 10px;
    }

        ul.list-text li ul {
            padding: 5px 0 0px 20px;
            list-style: disc;
        }

            ul.list-text li ul li {
                padding: 0 0 5px 0px !important;
                list-style: disc;
                font-family: 'hp_simplifiedlight';
                color: #000;
                font-size: 18px;
                background: none !important;
            }

                ul.list-text li ul li ul {
                    padding: 5px 0 0px 0px !important;
                    list-style: none;
                }

                    ul.list-text li ul li ul li {
                        list-style: none;
                        padding: 0 0 5px 20px !important;
                        font-family: 'hp_simplifiedlight';
                        color: #000;
                        font-size: 18px;
                        background: url("../images/bullet-sub-icon.png") no-repeat 0px 7px !important;
                    }

.popup-cont {
    padding: 30px;
    min-height: 200px;
}

.row-2new {
    width: 100%;
    height: 80px;
    float: left;
    margin-bottom: 20px;
}

.btn-group {
    width: 100%;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
        width: 100%;
        text-align: left;
        background: url(../images/list-arrow.jpg) no-repeat right 10px center;
        font-family: 'hp_simplifiedregular';
        font-size: 16px;
        color: #5a5a5a;
        border-radius: 0;
        border-color: #878787;
        overflow-x: hidden;
    }

.caret {
    background: url(../images/list-arrow.jpg) no-repeat right 10px center #fff;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 !important;
    width: 30px !important;
    height: 100% !important;
}

.btn-group.open .dropdown-toggle {
    background: #fff !important;
    box-shadow: none !important;
}

.inpt-grn-bdr {
    border: 1px solid green;
}

.inpt-red-bdr {
    border: 1px solid red;
}

#fup_keyboardlogfileblock, #fup_keyboardcdeckblock {
    width: 80%;
    float: left;
}

#txtAdditionalRemarksblock {
    height: 100px;
}

    #txtAdditionalRemarksblock .textarea {
        height: 100%;
    }

.auto-hit .row-2 {
    height: auto;
    border-bottom: #878787 1px solid;
    margin-bottom: 10px;
}

.hideSubmit {
    background-color: gray !important;
}

.ct-popup {
    width: 100%;
}

    .ct-popup p {
        font-size: 16px;
        line-height: 21px;
        color: #0a0a0a;
        padding-bottom: 10px;
        text-align: left !important;
    }

    .ct-popup h6 {
        font-size: 18px;
        color: #0a0a0a;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
        padding-bottom: 3px;
    }

.dft-btn {
    align-items: center;
}

    .dft-btn .help-btn {
        padding: 0px !important;
        height: auto !important;
        line-height: inherit !important;
        background: none !important;
        font-size: 14px !important;
        color: #208bcd !important;
        font-family: 'hp_simplifiedregular' !important;
        margin-left: 10px;
    }

.hlp-btn {
    display: flex;
    align-items: center;
}

    .hlp-btn select {
        width: 90% !important;
    }

.input-filed.disabled {
    opacity: 0.5;
    cursor: default;
}

.pb-id {
    width: 100%;
    display: flex;
    align-items: center;
}

    .pb-id .btn {
        height: 37px;
        line-height: 37px;
        margin-left: 10px;
    }

.po-row {
    width: 100%;
}

    .po-row h2 {
        font-size: 25px;
        color: #208bcd;
        padding-bottom: 25px;
        font-weight: normal;
    }

    .po-row p {
        font-size: 18px;
        color: #000;
        padding-bottom: 15px;
    }

.note-row {
    width: 100%;
    font-size: 14px;
    color: #0a0a0a;
    padding-top: 20px;
}

.prct-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.prct-dtls {
    padding: 5px 15px;
    border: #000 1px solid;
}

    .prct-dtls p {
        font-size: 18px;
        color: #0a0a0a;
        padding: 5px 0px;
    }

.prno-srch-row {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.prno-srch {
    width: 280px;
    border: #888888 1px solid;
    display: flex;
    background: #fff;
}

.prno-srch-filed {
    width: 220px;
    height: 37px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.srch-btn {
    width: 59px;
    border-left: #888888 1px solid;
    background: #ebebeb url("../images/srch-btn.png") no-repeat center 5px;
    height: 37px;
}


.sub-menu {
    background: url("../images/arrow-dm.png") no-repeat 100% 8px;
    padding-right: 15px !important;
    cursor: pointer;
}

.drop-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 99;
    display: none;
}

    .drop-menu li {
        width: 100%;
        padding: 0px;
    }

        .drop-menu li a {
            display: block;
            height: 30px;
            line-height: 30px;
            background: #47aff0;
            color: #ffffff;
            font-size: 15px;
            text-decoration: none;
            border-bottom: #fff 1px solid !important;
            text-align: center;
        }

            .drop-menu li a:hover {
                border-bottom: #47aff0 1px solid !important;
                background: #208bcd;
            }

.sub-menu:hover .drop-menu {
    display: block;
}

.navigation {
    padding: 0px;
}

    .navigation li {
        padding: 0px 8px;
        float: left;
        position: relative;
    }

        .navigation li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
        }

            .navigation li a.active {
                border-bottom: #fff 3px solid;
            }

            .navigation li a:hover {
                border-bottom: #fff 3px solid;
            }

.table-list table th {
    vertical-align: middle;
}

    .table-list table th input {
        display: block;
        margin: 5px auto 0 auto;
    }

.drop-menu ul li {
    margin-bottom: 0;
}

.inr-val {
    position: relative;
}

    .inr-val::before {
        content: "INR";
        width: 35px;
        height: 21px;
        display: block;
        position: absolute;
        left: 10px;
        top: 9px;
        z-index: 1;
        color: #5a5a5a;
        font-family: 'hp_simplifiedregular';
        font-size: 17px;
    }

    .inr-val .input-filed {
        padding-left: 40px !important;
    }

.Content_Body_lblMsg {
    margin-left: 10px;
    width: 40%;
    font-size: 16px;
}

.ul-note-item {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: decimal;
    padding-left: 20px;
}

    .ul-note-item li {
        font-size: 16px;
        list-style: decimal;
        padding: 4px;
    }

.divfilnam {
    padding-bottom: 10px;
}

.popup-box-ap {
    width: 700px;
    margin: 100px auto 0px auto;
    position: relative;
}

.popup-cont-ap {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

    .popup-cont-ap h3 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #00aeef;
        font-size: 24px;
        color: #fff;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.ap-table {
    padding: 10px;
}

    .ap-table td {
        width: 33%;
        padding: 5px;
        color: #5a5a5a;
        font-size: 18px;
    }

.ap-hd {
    color: #0a0a0a !important;
    font-size: 20px !important;
}

.input-remarks {
    width: 200px !important
}


/* file pp */
.popup-box-ap {
    width: 700px;
    margin: 100px auto 0px auto;
    position: relative;
}

.popup-cont-ap {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

    .popup-cont-ap h3 {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #00aeef;
        font-size: 24px;
        color: #fff;
        font-family: 'hp_simplifiedbold';
        font-weight: normal;
    }

.ap-table {
    padding: 10px;
}

    .ap-table td {
        width: 33%;
        padding: 5px;
        color: #5a5a5a;
        font-size: 18px;
    }

.ap-hd {
    color: #0a0a0a !important;
    font-size: 20px !important;
}


.file-pp {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.30);
}

.file-ppin {
    width: 380px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 10px;
    top: 20%;
}

.file-pp form {
    display: block;
    margin: 0 auto;
    background: none;
    border-radius: 0;
    padding: 0;
}

.file-pp h3 {
    font-size: 15px;
    color: #208bcd;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.file-pp input[type="file"] {
    border: 1px solid #ccc;
    width: 170px;
    height: 100px;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.file-pp .filebx {
    width: 170px;
    height: 100px;
    margin: 0 auto 20px auto;
    border: 1px dashed #ccc;
    position: relative;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
}

    .file-pp .filebx span {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: -20px;
    }

.progress {
    position: relative;
    width: 70%;
    padding: 0;
    border-radius: 3px;
    background: #e1e1e1;
}

.bar {
    background-color: #208bcd;
    width: 0%;
    height: 2px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: -21px;
    right: 10px;
}

.upload-filebtn {
    background: #208bcd;
    padding: 7px 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    display: block;
    margin: 0 auto 20px auto;
}

.botmBar {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.element-to-paste-filename {
    margin-right: 10px;
    font-size: 12px;
    min-width: 50px;
}

.cancel-btn {
    min-width: 50px;
    margin-left: 10px;
    cursor: pointer;
}

.fileopen {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.tableLogsHpex {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.60);
}

.tableLogsin {
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    background: #fff;
    top: 20%;
}

.tableLogsHpex h3 {
    min-height: 40px;
    line-height: 40px;
    background: #208bcd;
}

.logstble .whitbxLgs {
    padding: 20px 30px;
    min-height: 150px;
    max-height: 250px;
    overflow-y: scroll;
}

.logstble table {
    border-collapse: collapse;
    width: 100%;
}

    .logstble table th {
        font-weight: 500;
        font-size: 16px;
    }

    .logstble table th, .logstble table td {
        border: 1px solid #000;
        padding: 10px;
        text-align: center;
    }

.closelgs-pp {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -26px;
    top: -26px;
    cursor: pointer;
}

.opn-lgspp {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.opnpp-link {
    display: block;
    text-decoration: none;
    color: #208bcd;
    font-size: 12px;
    margin: 5px 0;
}

.closelgs-pp2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -26px;
    top: -26px;
    cursor: pointer;
}

.file-pp.file-ppltbx {
    background: none;
    position: static;
}

.file-ppin2 {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 10px 0;
    position: static;
    border-radius: 0;
}

.file-name-style {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
}
/* popup new css */

.overlaypop-section {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
}

.ops-storesection {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
    background: #fff;
    background: #fff;
    border-top: 4px solid #1d7fcc;
    padding: 45px 35px;
    width: 90%;
    max-width: 1170px;

    height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: visible;
    margin-top: 40px;
}

.ops-inr {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.ops-close {
    position: absolute;
    right: -15px;
    top: -30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ops-block {
    width: 100%;
    margin-bottom: 0;
    overflow-y: scroll;
    height: 500px;
    box-sizing: border-box;
}

    .ops-block h2 {
        font-size: 22px;
        text-align: center;
        padding-bottom: 20px;
        color: #1d7fcc;
    }

.opstable {
    width: 100%;
    margin-bottom: 35px;
    box-sizing: border-box;
}

    .opstable h3 {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        padding-bottom: 15px;
        font-weight: 400;
    }

    .opstable table {
        width: 100%;
        table-layout: fixed;
        border: 1px solid #ccc;
        border-bottom: 0px;
    }

        .opstable table td {
            padding: 6px 10px 0px 20px;
            font-size: 16px;
        }

            .opstable table td:first-child {
                background: #1d7fcc;
                border-bottom: 1px solid #fff;
                color: #fff;
                width: 30%;
            }

            .opstable table td:last-child {
                background: #fff;
                border-bottom: 1px solid #ccc;
                color: #000;
                width: 70%;
                text-align: center;
            }

.submitop-details {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

    .submitop-details button {
        padding: 14px 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        background: #1d7fcc;
        color: #fff;
        border: 0px;
        outline: none;
    }

@media only screen and (max-width: 767px) {

    .ops-storesection {
        width: 96%;
        padding: 25px 15px;
    }

    .ops-close {
        right: -20px;
    }

    .ops-block {
        overflow: scroll;
    }

    .opstable table {
        width: 99%;
    }

        .opstable table td {
            font-size: 14px;
            padding: 10px;
        }

    .opstable h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .submitop-details button {
        padding: 11px 35px;
        font-size: 18px;
    }
}

header .main {
    position: relative;
}

.header-myacc {
    position: absolute;
    bottom: 20px;
    right: 0;
}

    .header-myacc a {
        color: #fff;
        font-size: 18px;
        padding: 6px 35px 6px 0;
        background: url(http://hpexchangeoffer.in/common/images/user.png) no-repeat right 2px center;
        background-size: auto;
        background-size: 26px;
    }

.navigation li a#verifykyc {
    color: #faff70;
    transition: all 0.3s ease-in;
    animation-name: kycchange;
    animation-iteration-count: infinite;
    /*border-bottom: 3px solid #faff70;*/
    animation-duration: 2s;
}

    .navigation li a#verifykyc:hover {
        /*animation-name: kycchange;
        animation-iteration-count: infinite;*/
        border-bottom: 3px solid #faff70;
        /*animation-duration: 2s;*/
    }

@keyframes kycchange {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.7;
        color: #b6fe78;
    }

    80% {
        opacity: 0.9;
        color: #b6fe50;
    }

    100% {
        opacity: 1;
        color: #faff70;
    }
}

@-webkit-keyframes kycchange {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 0.7;
        color: #b6fe78;
    }

    80% {
        opacity: 0.9;
        color: #b6fe50;
    }

    100% {
        opacity: 1;
        color: #faff70;
    }
}


.ctmr-dtls-row.clstnc {
    display: flex;
    padding: 12px 0 0 2px;
    justify-content: flex-start;
    font-size: 14px;
}

.faq-video {
    width: 100%;
    padding: 0px 0px 30px 0px;
}

    .faq-video .video-hd {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-family: 'hp_simplifiedbold';
        color: #000;
        padding-bottom: 20px;
    }

    .faq-video .video-row {
        width: 100%;
        padding-bottom: 30px;
    }

        .faq-video .video-row .video-box {
            width: 600px;
            margin: 0px auto;
        }

            .faq-video .video-row .video-box video {
                width: 100%;
            }

    .faq-video .video-download {
        width: 100%;
        text-align: center;
    }

        .faq-video .video-download .btn {
            background: #208bcd url("../images/download-icon.png") no-repeat 15px 9px;
            padding-left: 50px;
        }

.rfrtxt {
    font-size: 10px !important;
    line-height: 24px;
}

.partNoInp {
    min-width: 180px;
}

.slidtxt {
    padding: 0 0 1px 0;
}

    .slidtxt marquee {
        font-size: 18px;
        color: #db4701;
        font-weight: bold;
    }

.cus_div {
    padding: 0 16px;
}

.radio_cus {
    width: 100%;
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: center;
}

.div_rbapr {
    min-width: 110px;
    margin: 0 10px;
    text-align: center;
    font-size: 18px;
}

.claim-frm-row.btn_cus {
    display: flex;
    justify-content: center;
}


/*hp switch css starts*/

* {
    box-sizing: border-box;
}

div, h1, h2, h3, h4, h5, ul, li, a, span, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-hpswitch {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hpswitch-login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hpswitch-logininr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.hpswitch-loginleft {
    width: 50%;
    padding: 3%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logohp-switch {
    position: absolute;
    left: 4%;
    top: 4%;
    width: 260px;
}

    .logohp-switch a {
        display: inline-block;
        width: 100%;
    }

        .logohp-switch a img {
            display: inline-block;
            width: 100%;
        }

.hpswitch-form {
    width: 100%;
    max-width: 400px;
    padding-top: 36px;
}

    .hpswitch-form h1 {
        font-size: 32px;
        font-family: 'hp_simplifiedregular';
        font-weight: normal;
        color: #1D7FCC;
        padding-bottom: 8px;
    }

    .hpswitch-form h2 {
        font-size: 16px;
        padding-bottom: 32px;
        font-weight: normal;
    }

.formBlock {
    width: 100%;
    margin-top: 12px;
}

.cmnInputform {
    width: 100%;
    margin-bottom: 24px;
    display: inline-block;
}

    .cmnInputform label {
        font-size: 16px;
        padding-bottom: 12px;
        display: inline-block;
        width: 100%;
    }

    .cmnInputform .cmnInputform-input {
        width: 100%;
        padding: 12px 12px;
        border: 1px solid #282828;
        border-radius: 4px;
        display: flex;
        position: relative;
        font-size: 16px;
        margin-bottom: 4px;
    }

        .cmnInputform .cmnInputform-input input {
            width: 100%;
            border: 0px;
            outline: none;
            padding-right: 32px;
        }

.showpass {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.forgotpas {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 0;
}

    .forgotpas a {
        color: #000;
    }

.hpswitch-form button {
    width: 100%;
    padding: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1D7FCC;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: 0px;
    border-radius: 4px;
}

.hpswitch-loginright {
    width: 50%;
}

.hpswitch-loginrightinr {
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hpswitch-loginrightinr::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        background: #f3f3f3;
        content: '';
    }

    .hpswitch-loginrightinr img {
        display: inline-block;
        max-width: 80%;
        position: relative;
        z-index: 4;
    }

.hpswitch-header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #1D7FCC;
}

.hpswitch-headerlogo {
    height: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: inline-flex;
    width: 220px;
}


    .hpswitch-headerlogo img {
        max-width: 100%;
    }

    .hpswitch-headerlogo a {
        display: inline-flex;
    }

.hpswitch-headerinr {
    width: 100%;
    position: relative;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.hpswitch-headernav {
    height: 100%;
}

    .hpswitch-headernav ul {
        display: flex;
        width: auto;
        height: 100%;
    }

        .hpswitch-headernav ul li {
            height: 100%;
            margin: 0 12px;
            position: relative;
        }

.submenu-switch-menuinr {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 8px;
    background: #1D7FCC;
    min-width: 100%;
    width: 142px;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
}

.hpswitch-headernav ul li:hover .submenu-switch-menuinr {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.submenu-switch-menuinr ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .submenu-switch-menuinr ul li {
        display: inline-block;
        margin-bottom: 12px;
        width: 100%;
    }

        .submenu-switch-menuinr ul li a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

.hpswitch-headernav ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

    .hpswitch-headernav ul li a.active {
        border-bottom: 4px solid #fff;
    }

.hpswitch-headerright {
    height: 100%;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 160px;
}

    .hpswitch-headerright:after {
        content: '';
        border: solid #fff;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -5px;
        position: relative;
        right: -5px;
    }

.submenu-switch {
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    background: #1D7FCC;
    padding: 8px;
    min-width: 120px;
    margin-top: 1px;
    transition: all 0.2s ease-in;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

    .submenu-switch.active {
        top: 100%;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

.submenu-switch-lists {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 2px;
}

    .submenu-switch-lists a {
        display: inline-block;
        width: 100%;
        font-size: 16px !important;
        padding: 0 0 8px 0;
        color: #fff;
        text-decoration: none;
    }

.hpswitch-headerright a {
    display: inline-flex;
    padding-right: 0px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    /*background: url(../images/arrow-down.png) no-repeat right center;*/
}

    .hpswitch-headerright a span {
        margin: 0 6px 0 0;
        display: inline-block;
    }

        .hpswitch-headerright a span:last-child {
            margin: 0;
        }

.myAccount-info {
    background: none !important;
}

    .myAccount-info span {
        color: #fff;
    }

.hpswitch-wrapper {
    width: 100%;
    margin: 80px 0 0 0;
}
.switchtop-banner {
    width: 100%;
    margin-bottom: 12px;
}

    .switchtop-banner img {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

.container-switch {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    padding: 0 16px;
}

.switchmiddle-section {
    width: 100%;
}

    .switchmiddle-section h1 {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        padding-bottom: 24px;
    }

.color-org {
    display: inline-block;
    color: #FCB953;
}

.steps-switch {
    width: 100%;
    margin-bottom: 32px;
}

    .steps-switch h2 {
        font-size: 24px;
        padding-bottom: 16px;
        font-family: 'hp_simplifiedregular';
        font-weight: normal;
        color: #1D7FCC;
        margin: 8px 0;
    }

    .steps-switch ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .steps-switch ul li {
            width: 17%;
            text-align: center;
        }

.switchsteps-img {
    width: 100%;
    margin-bottom: 12px;
}

    .switchsteps-img img {
        display: inline-block;
        width: 100%;
    }

.steps-switch ul li span {
    font-size: 17px;
    color: #1D7FCC;
    font-family: 'hp_simplifiedbold';
    font-weight: normal;
    line-height: 26px;
}

.details-process {
    width: 100%;
    padding: 40px 0 24px 0;
    background: #F5F5F5;
}

.cmnswith-heading {
    font-size: 24px;
    padding-bottom: 16px;
    font-family: 'hp_simplifiedregular';
    font-weight: normal;
    color: #1D7FCC;
    margin: 0;
}

.details-process ul {
    width: 100%;
    margin: 8px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .details-process ul li {
        width: 48%;
        padding: 0 8px 0 46px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
        background: url(../images/check.png) no-repeat left 0;
        background-size: 32px;
        min-height: 36px;
    }

.additional-process {
    width: 100%;
    padding: 40px 0 24px 0;
}

    .additional-process ul {
        width: 50%;
        margin: 8px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .additional-process ul li {
            width: 100%;
            padding: 0 0 0 46px;
            margin-bottom: 16px;
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
            background: url(../images/check.png) no-repeat left 0;
            background-size: 32px;
            min-height: 36px;
        }

.switch-footer {
    width: 100%;
    padding: 16px 0;
    background: #1D7FCC;
}

.switch-footerinr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .switch-footerinr span, .switch-footerinr a {
        font-size: 16px;
        color: #fff;
        margin: 0 2px;
    }

    .switch-footerinr a {
        text-decoration: underline;
    }

.navbar-toggler {
    display: none;
}

.div_headr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .div_headr .tab-row.dft-btn {
        text-align: left;
        margin: 0;
        display: inline-flex;
        justify-content: flex-start;
    }

        .div_headr .tab-row.dft-btn .help-btn {
            font-size: 18px !important;
        }

    .div_headr .dowload-row .btn {
        padding-left: 40px;
        background-image: url(../images/xlsx-1.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 24px;
    }

.excelicon {
    padding-left: 40px;
    background-image: url(../images/xlsx-1.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 24px;
}

.adm-divxls {
    display: flex;
    width: 100%;
    
}

    .adm-divxls .fltr-row {
        width: 70%;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }
        .adm-divxls .fltr-row i {
            width: 100%;
        }
        .adm-divxls .fltr-row .slct {
            margin-right: 16px;
        }
    .adm-divxls .ctmr-dtls-row {
        margin-right: 16px;
    }
    .adm-divxls .dowload-row{width:15%;}

    .adm-divxls .dowload-row {
        justify-content: flex-end;
    }

.div_headr .dowload-row {
    justify-content: flex-end;
}

a#newclaim {
    background-image: url(../images/arrow-dm.png);
    padding-right: 22px;
    background-position: right 4px center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.switchmiddle-section .color-org {
    color: #db4701;
}
/*hp switch css ends*/


/*HP Assured Buy Back New Css Start on 20-10-23 (mithilesh)*/
/*HP Switch New Css Start 20-10-23*/
.containerFluid {
    width: 100%;
    min-height:480px;
}

.containerBox {
    width: 1280px;
    max-width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 0px auto;
}

.containerInr {
    padding: 0px
}

.contentRow {
    width: 100%;
    padding: 20px 0px;
}

.frmRow {
    width: 100%;
}

.frmhdBox {
    width: 100%;
    padding-bottom: 15px;
}

    .frmhdBox h2 {
        font-size: 26px;
        color: #000;
        padding-bottom: 10px;
    }

    .frmhdBox p {
        font-size: 16px;
        color: #000;
    }

.frmBox {
    width: 100%;
}

.dvdrBox {
    width: 100%;
    height: 10px;
    position: relative;
    border-bottom: #da8bba 1px solid;
}

    .dvdrBox::after {
        content: '';
        width: 40px;
        display: block;
        height: 10px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #da8bba;
    }

.frmBoxCont {
    padding: 20px 40px 10px 40px;
}

    .frmBoxCont h3 {
        font-size: 20px;
        line-height: 23px;
        color: #000;
        padding-bottom: 10px;
    }

.frmBoxRow {
    width: 100%;
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.frmCol-25 {
    width: 24%;
}

.frmCol-50 {
    width: 49%;
}

.frmFildBox {
    width: 100%
}

    .frmFildBox label {
        display: block;
        padding-bottom: 5px;
        font-size: 15px;
        color: #000;
        font-weight: normal;
        margin: 0px;
    }

.noteText {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 19px;
    padding-bottom: 20px;
/*    padding-left: 40px*/
}
    .noteText ul{padding-left: 24px;}
        .noteText ul li{list-style: disc;}

        .frmBtmRow {
            width: 100%;
            border-top: #adadad 1px solid;
            padding-top: 15px;
        }

.chkBox {
    width: 100%;
    display: flex;
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
}

    .chkBox span {
        display: inline-block;
        padding-left: 5px;
    }

.rmvUpld {
    width: 20px;
    height: 20px;
    border: #da8bba 1px solid;
    font-size: 20px;
    line-height: 15px;
    font-family: Verdana, "sans-serif";
    color: #da8bba;
    text-align: center;
    position: absolute;
    right: 3px;
    top: 6px;
}

.frmFild {
    width: 100%;
    position: relative;
}

    .frmFild .file-filed {
        width: 100% !important;
    }

.overlayBox {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    left: 0px;
    top: 0px;
}

.overlayInr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popupCont {
    width: 400px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

.otpCont {
    padding: 20px
}

.otpIcon {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

    .otpIcon span {
        width: 70px;
        position: relative;
        top: -30px;
        margin-bottom: -30px;
        display: inline-block;
    }

        .otpIcon span img {
            width: 100%;
        }

.otpCont p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding-bottom: 10px;
    margin: 0px;
}

.otpFildBox {
    padding: 0px 70px;
    display: flex;
    justify-content: space-between;
}

    .otpFildBox .input-filed {
        width: 40px;
        padding: 0px 2px;
        text-align: center;
        border-radius: 5px;
    }

.resendOtp {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-top: 20px;
}

    .resendOtp a {
        color: #21a2db;
        text-decoration: underline;
    }

.timerbox {
    padding: 0px 70px 5px 70px;
    font-size: 15px;
    color: #000;
    text-align: right;
}

.otpThank {
    padding: 20px
}

    .otpThank p {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        padding-bottom: 10px;
        margin: 0px;
    }

.rgtnText {
    font-size: 20px !important;
}

.bttn {
    min-width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    background: #208bcd;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 0px;
}

    .bttn:hover {
        color: #fff;
        text-decoration: none;
    }

.otpBtnBox {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}


.viewList {
    width: 100%;
}

    .viewList h2 {
        font-size: 26px;
        color: #000;
        padding-bottom: 10px;
    }

.tableFltr {
    width: 100%;
    padding-bottom: 0px;
    display: flex;
}

.fltrCol {
    /*padding-right: 40px;*/
    padding-right: 10px;
}

    .fltrCol label {
        font-size: 15px;
        line-height:21px;
        font-weight: normal;
        color: #000;
        display: block;
        padding-bottom: 3px;
        margin: 0px;
    }

.fltrFild {
    width: 100%;
}

.dropList {
    width: 100%;
}

    .dropList select {
        padding: 6px 0px 6px 5px;
        color: #000;
        border: 1px solid #878787;
        font-family: 'hp_simplifiedregular';
        font-size: 15px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(../images/droplist-arrow.png) no-repeat right 0px center;
        min-width: 149px;
        cursor: pointer;
    }

.tableCont {
    width: 100%;
    background: #fff;
    position: relative;
    padding-top: 5px;
}

    .tableCont table th {
        background: #f4dcea;
        padding: 10px !important;
        text-align: center !important;
        cursor: inherit !important;
    }

    .tableCont table td {
        background: #f5f5f5 !important;
        box-shadow: none !important;
        text-align: center;
    }

    .tableCont table .sorting_1 {
        background: #f5f5f5 !important;
        box-shadow: none !important;
    }

    .tableCont table th::after {
        display: none !important;
    }

    .tableCont table th::before {
        display: none !important;
    }

    .tableCont table.dataTable {
        border-spacing: 2px;
        border-collapse: inherit !important
    }

        .tableCont table.dataTable > thead > tr > th, .tableCont table.dataTable > thead > tr > td {
            border-bottom: 0px !important
        }

.dateFild {
    padding: 0px;
    display: flex;
}

    .dateFild .input-filed {
        width: 170px;
        font-size: 15px;
        height: 34px;
        background: url(../images/datepicker-icon.png) no-repeat 97% center;
    }

.searchBtn {
    background: url(../images/search-btn.png) no-repeat 0px 0px;
    width: 42px;
    height: 43px;
    border: 0px;
    cursor: pointer;
}

.tableCont table.dataTable.display > tbody > tr > td {
    border-top: 0px !important;
}

.tableCont table.dataTable.no-footer {
    border-bottom: 0px !important;
}

.srchTable input {
    width: 100%;
    height: 34px;
    font-family: 'hp_simplifiedregular';
    background: #fff;
    border: #878787 1px solid;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 18px;
    color: #5a5a5a;
}

.srchTable {
    position: relative;
}

    .srchTable .searchBtn {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.frmdtlsPopup {
    width: 1050px !important
}

.frmValue {
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 17px;
}

.frmdtlsPopup .frmBox {
    width: auto;
    height: 540px;
    padding: 15px;
    overflow: auto;
}

.frmdtlsPopup .frmBoxCont {
    padding: 10px 5px;
}
.frmdtlsPopup .frmCol-25 {
    width:19%!important;
}

    .frmdtlsPopup .frmBoxCont h3 {
        font-size: 17px;
        padding-bottom: 5px;
    }

.frmdtlsPopup .frmFildBox label {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    cursor: inherit;
}

.frmdtlsPopup .frmBoxRow {
    padding-bottom: 20px;
}

.frmdtlsPopup .frmBtmRow {
    border-top: 0px !important;
    padding-top: 0px;
}

.upldImg {
    color: #da8bba !important;
    padding-right: 10px;
}

.upldViewBox {
    display: flex;
    align-items: center
}

.flexBox {
    display: flex;
}

.abbPlan {
    width: 40%;
    border-right: #da8bba 1px solid;
}

.claimRemarks {
    width: 40%;
    padding-left: 50px;
}

.abbPlan .frmCol-25 {
    width: 40%;
}

#example_info {
    display: none;
}

.paginate_button {
    color: #000 !important;
    font-size: 16px;
    padding: 2px 10px !important;
}

.current {
    border: #da8bba 1px solid !important;
    background: #fff !important;
    padding: 2px 10px !important;
}

#example_paginate {
    padding-top: 15px !important
}

.dt-buttons {
    float: right;
    padding-bottom: 5px;
}

.buttons-excel {
    background: url(../images/download-excel.png) no-repeat 0px 0px;
    width: 88px;
    height: 22px;
    font-size: 0px;
    border: 0px;
}

.hlttext {
    color: #ff0101 !important
}

.statusRmrks {
    display: flex;
    padding: 10px 30px;
}

.valdnstatus {
    width: 38%;
}

.valdnRmrks {
    width: 60%;
    padding-left: 60px;
    box-sizing: border-box;
}

.statusRmrks .fltrCol label {
    color: #666;
    font-size: 14px;
}

.statusRmrks .dropList select {
    width: 300px;
}

.frmdtlsPopup .frmBtmRow {
    padding: 0px 30px
}

.frmBox .input-filed {
    height: 32px;
    font-size: 14px;
}

.frmBox .file-filed {
    height: 32px;
    padding: 3px 10px;
    font-size: 14px;
}

.frmBox .slct select {
    padding: 5px 22px 4px 5px;
}

.dataTables_filter {
    width: 210px;
    /*width: 250px;*/
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 9;
    text-align: left !important;
    font-size: 15px;
    font-weight: normal !important;
}

    .dataTables_filter label {
        font-weight: normal !important;
    }

    .dataTables_filter input {
        width: 100%;
        height: 34px;
        font-family: 'hp_simplifiedregular';
        background: #fff;
        border: #878787 1px solid !important;
        box-sizing: border-box;
        padding: 0px 15px !important;
        font-size: 16px;
        color: #5a5a5a !important;
        border-radius: 0px !important
    }

    .dataTables_filter::after {
        content: '';
        display: block;
        background: url(../images/search-btn.png) no-repeat 0px 0px;
        width: 42px;
        height: 43px;
        border: 0px;
        cursor: pointer;
        position: absolute;
        right: -3px;
        bottom: -9px;
    }
.red {
    color: red;
}
#tblReq_wrapper .dataTables_filter::after {
    right: -2px;
    bottom: -4px;
}
.swal-overlay--show-modal {
    z-index: 9999999999999!important;
}

/*Claim css on 4 dec 2023*/

.claimBox .frmCol-25 {
width: 20%;
}

.srchPrdt {
width: 100%;
padding-bottom: 25px;
}

.srchPrdt .frmFild {
width: 300px;
display: flex;
}

.srchPrdt .frmFild .bttn {
    min-width: 70px;
    margin-left: 10px;
    position: relative;
}

.srchPrdt .frmFild .input-filed {
    width: 70%;
    height: 35px;
}

.srchPrdt .frmFild .bttn::after {
    content: '';
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    margin-left: 0px;
    margin-top: -0.3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.hidden{
    display:none;
}
.wrkwrap {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    min-height: calc(100vh - 168px);
}
.wrkwrap_pd {
    padding: 15px 20px;
}
.titleeb {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    padding-bottom: 10px;
}
.Elec-Bazrwrap {
width: 100%;
}

.Elec-Bazrwrap ul {
display: flex;
}

.Elec-Bazrwrap ul li {
width: 24%;
padding-right: 20px
}

.Elec-Bazrwrap img {
width: 100%
}
.btnlinkrgtr {
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    border: solid 2px #1D7FCC;
    border-radius: 5px;
    padding: 10px 12px;
    text-align: center;
    margin-top: 12px;
    color: #000;
    font-size: 15px;
}


/*HP Assured Buy Back New Css END */

.ebkyc .opstable table td:first-child {
    background: none;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
}
.ebkyc .opstable table td:last-child {
    text-align: left;
}

/*colr change css start*/
.bgekyceb .main {
    width: 100%;
}
    .bgekyceb .hpswitch-header {
    background: #1D7FCC;
}
.bgekyceb .bttn, .bgekyceb .btn {
    background: #1D7FCC;
    color: #000;
}
.bgekyceb .tab-row a.active-tab {
    background: #1D7FCC;
    color: #000;
}

.main {
    width: 1170px;
    height: auto;
    margin: 0px auto;
    min-height: calc(92vh - 80px);
}
.Elec-Bazrwrap {
    width: 100%;
    margin-top: 32px;
}

/*added by akash*/
.grncr {
    color: green;
}

/*.orngd {
    color: yellow;
}*/
.orngdblue {
    color: blue;
}
.orngcr {
    color: orange;
}
#tblReq_wrapper .dataTables_filter::after {
    /* right: -8px;*/
    right: -2px;
    bottom: -4px;
}

.serachcontenttb #tblReq_wrapper .dataTables_filter::after {
    bottom: -9px;
    right: -3px;
}
.serachcontenttb #tblReq_wrapper .dataTables_filter label input[type="search"] {
    margin-left: 0;
}
.serachcontenttb #tblReq1_wrapper .dataTables_filter label input[type="search"] {
    margin-left: 0;
}

/*colr change css end*/
.inputLabelWrp {display:flex; align-items:center; padding-top:15px;}
.inputLabel {display: flex; align-items: center; margin-right:10px;}
.inputLabel label {padding: 0px!important;}
.inputLabel input {margin: 0px 5px 0 0 !important;}
.popupCont .claimRemarks {width:60%;}
.popupCont .claimRemarks .frmCol-50 { width: 100%;}

.col33box .frmCol-25 {width:32% !important}
.dataTables_wrapper {overflow-x: scroll;}
.dataTables_wrapper {position: static!important;}
.dwnldBtn {padding-top:23px;}
.dwnldBtn .bttn {font-size: 16px !important}



/*customer journey*/
.upldImg a {
    color: #00A4E4;
    text-decoration: underline;
}

.btmline-row {
    width: 100%;
}

.btmline-rowpd {
    padding: 20px 40px 10px 40px
}

.btmline-row p {
    font-size: 14px;
}

.btmline-row label {
    font-size: 14px;
}

.btmline-row span {
    font-size: 14px;
}


.cont-Mainwrap {
    width: 100%;
    height: auto;
    margin: 0px auto;
    display: flex;
    justify-content: space-between
}

.left-Baneer {
    width: 58%;
    height: 100vh; /*display: flex;*/
    align-items: center;
    padding-top: 80px
}

.leftbanner-pd {
    width: 600px;
    padding-left: 50px
}

    .leftbanner-pd img {
        width: 100%;
    }

.right-Login {
    width: 40%;
    height: 100vh;
    /*display: flex;*/
    align-items: center;
    background: #fff;
    padding-top: 100px
}

.right-Loginpd {
    padding: 0 20px;
    text-align: center
}

.right-Login h1 {
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    text-align: center
}

.right-Login p {
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}



.LoginWindow {
    width: 80%;
    background: #fff;
    -webkit-box-shadow: 1px -1px 5px 0px rgba(173,170,173,1);
    -moz-box-shadow: 1px -1px 5px 0px rgba(173,170,173,1);
    box-shadow: 1px -1px 5px 0px rgba(173,170,173,1);
    margin: 30px auto 0px auto;
}

.LoginWindowpd {
    padding: 20px;
    text-align: left;
}

    .LoginWindowpd label {
        font-size: 14px;
        font-weight: normal;
        padding-bottom:10px;
        display:inline-block;
    }


    .LoginWindowpd .bttn {
        font-size: 16px;
        width: 100%;
        margin-top: 10px
    }

.Login-row {
    border: solid 1px #000;
    padding: 5px 10px;
    display: flex
}

    .Login-row input {
        height: 30px;
        line-height: 30px;
        width: 90%;
        font-size: 16px;
    }

    .Login-row span {
        height: 30px;
        line-height: 30px;
        width: 10%;
        font-size: 22px;
        text-align: center
    }


.Notrciv {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.sub-gray {
    background: #8B8B8B;
}

.LoginWindowpd p {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
}

    .LoginWindowpd p a {
        padding-left: 20px;
        text-decoration: underline;
    }

.otpDigits {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

    .otpDigits .inptfield {
        border: 1px solid #c6c6c6;
        height: 50px;
        text-align: center;
        margin: 0 2px;
    }

.Login-Inptfield {
    background: #fff;
    width: 50px;
    height: 50px;
    min-height: 27px;
    font-size: 14px;
    display: block;
    border: 1px solid #c6c6c6;
    margin: 0 10px 0 0;
    text-align: center;
}


.Login-row2 {
    padding: 5px 10px;
    display: flex
}

.active {
    display: block;
}

.remove {
    display: none;
}
/*Added on 28 feb24 by Mithilesh*/
.RemarksRow {display:flex; padding-left:30px!important; justify-content:space-between;}
.RemarksColLft {
    width: 48%;
    border-right: #da8bba 1px solid;
}
.RemarksColrght {width: 48%}
li.liboth a:first-child {
    width: 100%;
    /* height: 100%; */
    min-height: 185px;
    background: #b5e8f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #104772;
    font-size: 16px;
    padding: 12px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
}
.closepopupFrm {
    position: absolute;
    right: -6px;
    top: -6px;
    width: 32px;
    height: 32px;
    background: #1D7FCC;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    z-index: 12;
}

    .closepopupFrm span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
    }
/*Added on 28 feb24 by Mithilesh*/
.RemarksRow {
    display: flex;
    padding-left: 30px !important;
    justify-content: space-between;
}

.RemarksColLft {
    width: 48%;
    border-right: #da8bba 1px solid;
}

.RemarksColrght {
    width: 48%
}

.lzyload {
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
}

.lzmaininr {
    width: 180px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .lzmaininr span {
        width: 100%;
        margin-bottom: 8px;
        display: block;
        text-align: center;
    }

    .lzmaininr i {
        font-style: normal;
        font-size: 16px;
        text-align: center;
        display: block;
    }
#tblReq1 {
    margin-top: 16px;
}
.dropListremark {
    width: 100%;
}



.reasonH {
    width: auto;
}

.unclaimedcontainerFluid {
    width: 100%;
  
}
.removearrow:after {
    display:none!important; 
}

.govtUpld
{
    padding-right:26px !important;
}

.dropListremark select {
    padding: 6px 42px 6px 5px;
    color: #000;
    border: 1px solid #878787;
    font-family: 'hp_simplifiedregular';
    font-size: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/droplist-arrow.png) no-repeat right 0px center;
    min-width: 440px;
    cursor: pointer;
    box-sizing: border-box;
}

/*CSS added for new cust login page*/
/*Assured buy css start*/
.clmWrp {
    width: 100%;
    display: flex;
}

.clmBanner {
    width: 65%;
    height: 100vh;
    background: #e7f3fc;
    display: flex;
    align-items: center;
}

.clmBannerCont {
    padding: 0px 30px;
}

    .clmBannerCont p {
        font-size: 36px;
        line-height: 40px;
        color: #002b51;
        padding-bottom: 40px;
    }

.clmBannerImg {
    width: 100%;
}

    .clmBannerImg img {
        width: 100%;
    }

.clmFormCol {
    width: 35%;
    height:100vh;
    display:flex;
    align-items:center;
}

.clmForm {
    padding: 30px 0px;
}

    .clmForm h2 {
        padding: 0px 30px 20px 30px;
        font-size: 40px;
        line-height: 42px;
        color: #002b51;
        font-weight: normal;
    }

    .clmFormSubHD {
        padding: 10px 30px;
        font-size: 20px;
        line-height: 26px;
        color: #002b51;
       
        margin-bottom: 20px;
    }
.clmForm p {
    font-size: 14px;
    line-height: 19px;
    color: #002b51;
    padding-bottom: 15px;
}
.clmFormRow {
    padding: 0px 30px;
}

    .clmFormRow label {
        width: 100%;
        display: block;
        color: #002b51;
        font-size: 16px;
        margin-bottom: 12px;
        cursor: default;
    }

.clmFild {
    width: 100%;
    border: #8da5c8 1px solid;
    background: #fff;
    border-radius: 4px;
    color: #002b51;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0px 12px;
    height: 46px;
    margin-bottom: 10px;
}

.clmBtn {
    width: 100%;
    background: #4792d6;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 12px;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    cursor: pointer;
}
.optClm {width:100%; display:flex; justify-content:space-between;}
 .optClm .clmFild { width:70px; text-align:center;}
/*Assured buy css end*/

.bttn.addbtn:hover, .bttn.addbtn:focus
{
    color:white;

}
