﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    text-decoration: none;
}
/*custom css starts*/
@font-face {
    font-family: 'poppinsextrabold';
    src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'poppinsmedium';
    line-height: 2;
    font-size: 13px;
}

.footer-wrapper {
    background: #00194c;
    padding: 5px;
    color: #fff
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px 4px #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
    z-index: 99;
}

.knight-logo {
    width: 150px;
}

.MainBodyContent {
    display: flex;
    /*align-items:center;*/
    min-height: calc(100vh - 160px)
}

.Containerbody {
    width: 100%
}

.back-arrow {
    font-size: 20px;
    font-weight: 600;
    padding-right: 17px;
}

    .back-arrow i {
        color: #000;
    }

.top-fixed {
    display: flex;
    align-items: center;
    color: #00194c;
    font-size: 15px;
}


.search-container {
    position: relative;
}


.search {
    width: 100%;
    padding: 5px 0px 5px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}

.search-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

h2.top-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.col-md-4 {
    width: 33.33%;
}


.card-detials {
    height: 197px;
    width: 312px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 14px;
    padding: 10px;
    margin-bottom: 11px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

    .card-detials p {
        font-size: 12px;
    }

.card-icon {
    display: inline-block;
    width: 90px;
    height: 88px;
    border-radius: 50%;
    background-color: #f0f0f0;
    line-height: 50px;
}

    .card-icon i {
        font-size: 24px;
        color: #333;
        padding: 34px;
    }

img.Icicilogo {
    width: 9%;
    margin-right: 10px;
    position: relative;
    top: 42px;
}

.top_heading {
    display: flex;
    justify-content: space-between;
}

button.btn-proceed {
    background-color: #00194c;
    color: white;
    width: 100%;
    padding: 7px 9px;
    border-radius: 8px;
    position: relative;
    top: 246px;
}

span.refreshicon {
    margin-top: 10%;
}

span.accountno_info {
    margin-left: 37px;
}

span.account_label {
    display: flex;
    justify-content: space-between;
}

label.info_label {
    color: darkblue;
}

.account_digit {
    width: 71px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #00194c;
    border-radius: 4px;
    margin: 6px;
    color: #00194c;
}

.account_input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.selected-option {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .selected-option img {
        width: 20px; /* Adjust size as needed */
        margin-right: 10px;
    }

.options-container {
    display: none; /* Hide the options by default */
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}

.option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .option:hover {
        background-color: #f1f1f1; /* Highlight on hover */
    }

#selected-logo {
    width: 34px;
}

span.other_details {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
}

button.btn-primary.active {
    background-color: #00194c;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 7px 8px;
    border-radius: 5px;
    border: #00194c;
}

button.btn-primary {
    width: 100px;
    background-color: white;
    color: #00194c;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 7px 8px;
    border-radius: 5px;
    border: 1px solid #00194c;
}

label.other_detailslabel {
    color: #ccc;
    font-size: 10px;
}

p.accountno_info {
    margin-left: 10%;
    line-height: 1.5;
    color: black;
    font-size: 14px;
}

span.icici_text {
    color: black;
    font-size: 14px;
}

div#sectionbutton {
    margin-top: 10%;
}

.repaymentbills .card-detials {
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width : 667px) {
    p .accountno_info {
        margin-left: 12%;
        line-height: 1.5;
        color: black;
        font-size: 14px;
    }

    img.Icicilogo {
        width: 9%;
        margin-right: 10px;
        position: relative;
        top: 23px;
    }

    .search {
        padding: 5px 0px 5px 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
    }

    .card-detials {
        width: 100px;
        height: 106px;
        text-align: center;
        font-size: 20px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: 14px;
        padding: 10px;
    }

    .card-icon {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .card-icon i {
            font-size: 18px;
            color: #333;
            padding: 1px;
        }

    .card-details-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .card-detials p {
        font-size: 8px;
        margin: 5px 0px;
    }

    div#sectionbutton {
        margin-top: 27%;
    }

    button.btn-proceed {
        background-color: #00194c;
        color: white;
        width: 100%;
        padding: 7px 9px;
        border-radius: 8px;
        position: relative;
        top: 226px;
    }

    button.btn-primary.active {
        width: 100%;
        background-color: #00194c;
        color: white;
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 7px 8px;
        border-radius: 5px;
        border: #00194c;
    }

    button.btn-primary {
        width: 100%;
        background-color: white;
        color: #00194c;
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 7px 8px;
        border-radius: 5px;
        border: 1px solid #00194c;
    }
}

.sucessWrapper {
    background-color: #387f49;
    padding: 20px 10px;
}

.uparrow img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.uparrow {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0px 5px;
}

.billpayment, .statusmsg {
    color: #ccc;
}

.fasttagname {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

.sucessWrapper .rupess {
    color: #fff;
    font-size: 12px;
}

.sucessWrapper .rupess, .sucessWrapper .date {
    text-align: end;
    font-size: 11px;
}

.progressbarimg {
    padding: 20px 0px;
}

    .progressbarimg img {
        width: 100%;
    }

.transction .form-group {
    margin: 5px 0px;
}

    .transction .form-group .form-control {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        padding: 5px 0px;
    }

.moredetails {
    padding: 18px 0px;
}

.contact-us, .share {
    color: #00194c;
}

.bhimimg {
    display: flex;
    justify-content: center;
}

    .bhimimg img {
        width: 100%;
    }

.transction {
    overflow-x: hidden;
}
