@import url("../css/fonts.css");

body {
    background: url("../images/body-bg.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.form-control:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.body-corner {
    position: fixed;
    top: 0;
    left: 0;
}

.detail-head {
    max-height: 275px;
    overflow: auto;
}

::-webkit-input-placeholder {
    text-transform: initial !important;
}

:-moz-placeholder {
    text-transform: initial !important;
}

::-moz-placeholder {
    text-transform: initial !important;
}

:-ms-input-placeholder {
    text-transform: initial !important;
}

.nic {
    text-transform: uppercase !important;
}

.body-wrap {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 34px);
}

.check-terms {
    margin-top: 15px;
}

.mr-t50 {
    margin-top: 50px;
}

.pay-form-wrap {
    background: rgba(0, 66, 104, 0.8);
    padding: 30px 80px;
    border-radius: 15px;
    margin-left: 15px;
    /* max-width: 544px; */
    width: 100%;
}
/*.captcha-block {
  background-color: #ffffff;
}*/
.cus-check input {
    display: none;
}

.cus-check {
    padding-left: 40px;
    position: relative;
    font-size: 12px;
    font-family: OpenSans-Regular;
    color: #ffffff;
    line-height: auto;
    text-align: left;
}

    .cus-check span {
        width: 20px;
        height: 20px;
        display: block;
        border: 1.5px solid #ffffff;
        position: absolute;
        left: 0px;
        top: 9px;
    }

    .cus-check a {
        color: #fec10d;
    }

    .cus-check input:checked ~ span {
        border: 1.5px solid #fec10d;
        background: #fec10d;
    }

        .cus-check input:checked ~ span::after {
            content: "L";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%) scaleX(-1) rotate(-48deg);
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            margin-top: -3px;
            line-height: 0px;
        }

.form-control,
.form-control:focus {
    border: 0px;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    padding: 0px;
    font-family: OpenSans-Regular;
}

::-webkit-input-placeholder {
    color: #ffffff !important;
}

::-moz-placeholder {
    color: #ffffff !important;
}

:-ms-input-placeholder {
    color: #ffffff !important;
}

:-moz-placeholder {
    color: #ffffff !important;
}

.pay-form-wrap h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0px 20px;
    font-size: 600;
    font-family: OpenSans-Regular;
}

.pay-form-wrap p {
    font-size: 15px;
    color: #00adef;
    line-height: 28px;
    font-size: 600;
    font-family: OpenSans-Regular;
}

.queries-block {
    background: rgba(0, 66, 104, 0.8);
    padding: 20px 20px 10px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
}

    .queries-block p {
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 10px;
        font-family: OpenSans-Regular;
    }

    .queries-block a {
        font-family: OpenSans-Bold;
        color: #fec10d;
        text-decoration: underline;
    }

.yellow-btn {
    background-color: #fec10d;
    height: 60px;
    border-radius: 15px;
    border: 0px;
    width: 100%;
    font-size: 22px;
    font-family: OpenSans-Bold;
    color: #004268;
}

    .yellow-btn:hover {
        background-color: #ffd55a;
    }

.mr-t30 {
    margin-top: 30px;
}

/* HOME CSS START  */
.head-title {
    font-size: 35px;
    color: #ffffff;
    font-family: OpenSans-Bold;
    margin: 0px;
}

.proccess-block {
    margin-top: 30px;
    background: rgba(0, 66, 104, 0.8);
    box-shadow: 0px 6.98824px 69.8824px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.s-a-wrap {
    padding: 20px 30px;
}

.s-head-title {
    font-size: 18px;
    font-family: OpenSans-Bold;
    color: #ffffff;
    text-align: center;
}

.a-card label.card {
    border-radius: 15px;
    /*overflow: hidden;*/
    margin-bottom: 20px;
    cursor: pointer;
    color: #004268;
}

.a-card .card .card-head {
    padding: 12px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .a-card .card .card-head span {
        width: 22px;
        height: 22px;
        background: transparent;
        border: 1px solid #c4c4c4;
        display: inline-block;
        border-radius: 50%;
        margin-right: 15px;
    }

    .a-card .card .card-head button {
        border: 1px solid #dfdfdf;
        border-radius: 15px;
        font-size: 12px;
        color: #004268;
        font-family: OpenSans-Bold;
        background-color: transparent;
        min-height: 26px;
        min-width: 94px;
    }

    .a-card .card .card-head h3 {
        font-family: OpenSans-Bold;
        font-size: 16px;
        color: #009cdd;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.a-card .card .card-body span {
    font-size: 14px;
    font-family: OpenSans-Regular;
}

.a-card .card .card-body h4 {
    font-family: OpenSans-Bold;
    font-size: 18px;
}

.a-card .card .card-body {
    padding: 0px 20px;
}

.edit-block button {
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-left: 23px;
}

.card-foot {
    background-color: #eeeeee;
}

    .card-foot span {
        font-size: 14px;
        font-family: OpenSans-Regular;
    }

.card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .card-foot h5 {
        font-size: 16px;
        font-family: OpenSans-Bold;
        margin: 0px;
    }
/* .a-card input { */
/* display: none; */
/* } */

.a-card input[type="checkbox"] {
    display: none;
}

.a-card input:checked ~ label.card {
    background-color: #009cdd;
    color: #ffffff;
}

    .a-card input:checked ~ label.card .card-foot {
        background-color: #0a89bd;
    }

        .a-card input:checked ~ label.card .card-foot button {
            background-color: #0a89bd;
            color: #ffffff !important;
        }

    .a-card input:checked ~ label.card h3 {
        color: #ffffff;
    }

    .a-card input:checked ~ label.card .card-head button {
        color: #ffffff;
    }

    .a-card input:checked ~ label.card .card-head span {
        background: #50b748 url("../images/tick.png") no-repeat center;
    }

.card{
line-height: 1;
}

.agreemet-list {
    max-height: 305px;
    overflow: auto;
}

    /*.agreemet-list::-webkit-scrollbar {
        width: 0em;
    }

    .agreemet-list::-webkit-scrollbar-track {
        opacity: 0;
    }

    .agreemet-list::-webkit-scrollbar-thumb {
        opacity: 0;
    }*/

.details-block {
    background: rgba(255, 255, 255, 0.1);
}

.details-block {
    height: 100%;
    padding: 20px 40px;
}

    .details-block h5 {
        font-size: 18px;
        color: #ffffff;
        font-family: OpenSans-Bold;
    }

    .details-block span {
        font-size: 15px;
        color: #ffffff;
        font-family: OpenSans-Regular;
    }

.mr-b20 {
    margin-bottom: 20px;
}

.mr-b10 {
    margin-bottom: 10px;
}

.mr-b50 {
    margin-bottom: 50px;
}

.mr-t50 {
    margin-top:40px;
    /*margin-top: 50px;*/
}

mr-t20 {
    margin-top: 20px;
}

.details-table table {
    width: 100%;
    line-height: 25px;
}

table tr {
    border-top: 1px solid #e3e3e3;
}

    table tr:first-child {
        border: 0px;
    }

    table tr td:last-child {
        text-align: right;
    }

    table tr td {
        padding: 15px 0px;
    }

        table tr td h4 {
            font-size: 16px;
            color: #ffffff;
        }

    table tr:first-child td:first-child {
        padding-top: 0px;
    }

    table tr td:first-child {
        width: 200px;
    }

.foot-total {
    background: rgba(0, 66, 104, 0.8);
    box-shadow: 0px 6.98824px 69.8824px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
}

    .foot-total p {
        margin: 0px;
        line-height: 24px;
        font-size: 14px;
    }

.total-amt-block {
    max-width: 360px;
    width: 100%;
}

.gray-box {
    display: inline-block;
    background: #9d9fa1;
    font-size: 18px;
    font-family: OpenSans-Bold;
    border-radius: 15px;
    max-width: 317px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    margin: 20px auto 0px;
}

/*     Body Styling only start     */
.OTPBody {
    text-align: center;
    font-family: "POPPINS", Open-Sans;
    max-height: 100vh;
    min-height: initial;
}

.dashboard-body {
    max-height: 100vh;
    min-height: initial;
}

/*::selection {
    color: #8e44ad;
}*//*::selection {
    color: #8e44ad;
}*/

/*     Body Styling only end     */
.otpoutercontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 250px;
    text-align: center;
}

.otpcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

.otpBox {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 25px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    font-size: 40px;
}

    .otpBox:last-child {
        margin-right: 0;
    }

    .otpBox::-webkit-inner-spin-button,
    .otpBox::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

    .otpBox:focus,
    section form input.focus {
        border-color: green;
        outline: none;
        box-shadow: none;
    }

.otpBox {
    -webkit-text-security: disc;
}

.nicNumberLogin {
    -webkit-text-security: disc;
}

.otpH3 {
    color: white;
    font-family: OpenSans-Bold;
    margin: 5px 0px;
    font-size: 26px;
}

.otpP {
    color: white;
    font-family: OpenSans-Bold;
    margin: 10px 40px;
}

.verifyOTP {
    padding: 10px 40px;
    font-size: 20px;
    font-family: OpenSans-Bold;
}

.ResendOTP {
    padding: 10px 40px;
    font-size: 20px;
    font-family: OpenSans-Bold;
    margin-bottom: 20px;
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.Amt {
    font-size: initial !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.caret-arrears {
    border: 5px solid transparent;
    float: right;
    right: 10px;
    top: 12px;
    position: absolute;
}

    .caret-arrears.down {
        border-top-color: black;
        margin-right: 40px;
    }

.card-selection-div {
    background: linear-gradient(0deg, #50b748, #50b748), linear-gradient(137.76deg, #34c7ff 10.87%, #00adef 86.83%) !important;
    color: white !important;
}

.card-selection-button {
    background-color: #42a43b !important;
    color: white !important;
}

.show {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.a-card .card .card-head button:hover {
    color: #ffffff;
    background: #004268;
}

.view-detail-active {
    color: #ffffff !important;
    background: #004268 !important;
}

.payform {
    margin-top: -8px;
}

.a-card {
    margin-right: 5px;
}
/*IPAD*/
@media only screen and (device-width: 768px) {
    .pay-form-wrap {
        padding: 30px 30px;
    }

    /*.center-resp {
        text-align: center !important;
    }*/

    .body-wrap {
        min-height: 97vh;
        max-height: none;
    }

    .agreemet-list {
        max-height: 450px;
    }

    .form-control {
        font-size: 18px;
    }

    .a-card .card .card-head h3 {
        font-size: 12px;
    }
    /*.captcha-block {
        margin-left: -23px !important;
    }*/
    .validateotp-process {
        width: 475px;
    }

    .total-amt-block {
        min-width: 160px;
        margin-left: 15px;
    }

    .column6 {
        max-width: 50% !important;
        min-width: 50%;
        /*margin-left: 20%;*/
    }

    .dashboard-process {
        width: 100%;
    }

    .footer-total {
        width: 100%;
    }
}

/*@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        .total-amt-block {
            min-width: 160px;
            margin-left: 15px;
        }

        .dashboard-process {
            margin-top: 0px !important;
        }

        /*.body-wrap {
            min-height: 97vh;
            max-height: none;
        }*/

        .agreemet-list {
            max-height: 450px;
        }

        .a-card .card .card-head h3 {
            font-size: 12px;
        }

        .form-control {
            font-size: 18px;
        }

        .dashboard-process {
            width: 100%;
            margin-top: 30px !important;
        }

        .footer-total {
            width: 100%;
            margin-top: 30px !important;
        }

        .column6 {
            max-width: 50% !important;
            /*min-width: 100%;*/
            /*margin-left: 20%;*/
        }
    }

/*@media only screen and (min-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .column6 {
        max-width: 50% !important;
        min-width: 50%;
        /*text-align: center !important;*/
    }
    .padd-r-135{
        padding: 0 15px !important;
    }

    .txtAmt {
        width: 75px !important;
    }
    /*.center-resp {
        text-align: center !important;
    }*/
    .otpH3 {
        font-size: 20px;
    }

    .dashboard-img {
        margin-left: -20px;
        width: 160px;
        height: 100px;
    }

    .dashboard-h4 {
        font-size: 12px !important;
    }

    .body-wrap {
        min-height: 100vh;
        max-height: none;
        padding: 10px;
    }

    .footer-total {
        width: 100%;
        display: inherit !important;
    }

    .a-card .card .card-head h3 {
        font-size: 12px;
    }

    .view-details {
        margin-left: -15px;
    }

    .pay-form-wrap {
        padding: 30px 10px;
    }

    .container-fluid {
        margin-left: 0;
    }

    .dashboard-process {
        width: 100%;
    }

    .otpBox {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .mar-0 {
        margin-left: 0 !important;
    }

    .form-control {
        font-size: 16px;
    }
}

/*@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2){
    .cim-logo {
        width: 130px;
    }

    .agreemet-list {
        max-height: none;
    }

    .padd-r-135 {
        padding: 0 15px !important;
    }

    .card-head {
        flex-direction: initial !important;
    }

    .txtAmt {
        width: 75px !important;
    }

    .column6 {
        width: 50% !important;
    }

    .pad-o {
        padding-left: 0px !important;
    }
    .otp-logo {
        width: 160px;
        margin-left: 20px;
    }

    /*.center-resp {
        text-align: center !important;
    }*/

    .dashboard-img {
        margin-left: -20px;
        width: 160px;
        height: 100px;
    }

    .dashboard-h4 {
        font-size: 12px !important;
    }

    .body-wrap {
        min-height: 100vh;
        max-height: none;
        padding: 10px;
    }

    .footer-total {
        width: 300px;
        display: inherit !important;
    }

    .pay-form-wrap {
        padding: 30px 10px;
    }

    .a-card .card .card-head h3 {
        font-size: 12px;
    }

    .form-control {
        font-size: 13px;
    }

    .validateotp-process {
        width: 100%;
        margin-left: 23px;
    }

    .otpBox {
        margin-right: 5px;
        width: 35px;
        height: 35px;
    }

    .otpH3 {
        font-size: 16px !important;
        margin: 5px 38px;
    }

    .otpP {
        font-size: 12px !important;
    }

    .offset-2 {
        margin-left: -30px;
    }

    .container-fluid {
        margin-left: 0;
        margin-top: 5px;
    }

    .dashboard-process {
        width: 300px;
    }
}

/*@media only screen and (min-width: 411px) and (max-height: 823px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
    @media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (-webkit-min-device-pixel-ratio: 1.5) {
        .pay-form-wrap {
            padding: 30px 10px;
        }


        .padd-r-135 {
            padding: 0 15px !important;
        }

        .a-card .card .card-head h3 {
            font-size: 12px;
        }

        .card-head {
            flex-direction: initial !important;
        }
        /*.center-resp {
            text-align: center !important;
        }*/
        .dashboard-img {
            margin-left: -20px;
            width: 160px;
            height: 100px;
        }

        .dashboard-h4 {
            font-size: 12px !important;
        }

        .body-wrap {
            min-height: 100vh;
            max-height: none;
            padding: 10px;
        }

        .container-fluid {
            margin-left: 0;
        }

        .form-control {
            font-size: 18px;
        }

        .validateotp-process {
            width: 100%;
            margin-left: 13px;
        }

        .otpBox {
            margin-right: 5px;
            width: 44px;
            height: 44px;
        }

        .offset-2 {
            margin-left: -15px;
        }

        .footer-total {
            display: inherit !important;
        }
    }

/*@media only screen and (min-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .pay-form-wrap {
        padding: 30px 10px;
    }

    .padd-r-135 {
        padding: 0 15px !important;
    }

    .card-head {
        flex-direction: initial !important;
    }

    .txtAmt {
        width: 75px !important;
    }

    /*.center-resp {
        text-align: center !important;
    }*/
    .column6{
        width: 50% !important;
    }

    .otp-logo {
        width: 159px;
        margin-left: 30px;
    }

    .dashboard-img {
        margin-left: -20px;
        width: 160px;
        height: 100px;
    }

    .dashboard-h4 {
        font-size: 12px !important;
    }

    .body-wrap {
        min-height: 100vh;
        max-height: none;
        padding: 10px;
    }

    .footer-total {
        width: 100%;
        display: inherit !important;
    }

    .a-card .card .card-head h3 {
        font-size: 12px;
    }

    .dashboard-process {
        width: 100%;
    }

    .form-control {
        font-size: 14px;
    }

    .validateotp-process {
        width: 100%;
        margin-left: 30px;
    }

    .otpBox {
        margin-right: 5px;
        width: 35px;
        height: 35px;
    }

    .offset-2 {
        margin-left: -30px;
    }
}

/*@media only screen and (min-width: 375px) and (max-height: 667px) and (-webkit-min-device-pixel-ratio: 1.5) {*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
    .footer-total {
        width: 100%;
        display: inherit !important;
        margin-top: 10px;
    }


    .padd-r-135 {
        padding: 0 15px !important;
    }

    .dashboard-img {
        margin-left: -20px;
        width: 160px;
        height: 100px;
    }

    .dashboard-h4 {
        font-size: 12px !important;
    }

    .body-wrap {
        min-height: 100vh;
        max-height: none;
        padding: 10px;
    }
}

@media only screen and (max-width: 375px) {

    .agreemet-list {
        max-height: none;
    }
}

@media only screen and (max-width: 320px) {

    .agreemet-list {
        max-height: none;
    }
}

@media only screen and (max-width: 360px) {

    .agreemet-list {
        max-height: none;
    }
}

@media only screen and (max-width: 411px) {

    .agreemet-list {
        max-height: none;
    }
}

.button-pay-enable {
    background-color: #fec10d;
    color: #004268 !important;
}

.dashboard-process {
    margin-top: 5px;
}

.dashboard-row {
    margin-top: -20px !important;
}

.footer-total {
    margin-top: 10px !important;
    padding: 10px !important;
}

@media (max-width: 1199px) {
    .mx-auto {
        margin: 0 auto !important;
    }
}
/* For Login page responsive css */
@media (max-width: 991px) {
    .body-wrap {
        padding: 15px 0px;
    }

    .pay-form-wrap h3 {
        font-size: 14px;
        margin: 16px 0px 10px;
    }

    .pay-form-wrap p {
        font-size: 13px;
        line-height: 22px;
    }

    .pay-form-wrap {
        padding: 13px 10px;
    }

    .mr-t50 {
        margin-top: 18px;
    }

    .check-terms {
        margin-top: 10px;
    }

    .cus-check {
        font-size: 12px !important;
        padding-left: 23px;
    }

        .cus-check span {
            width: 17px;
            height: 17px;
            top: 4px;
            border: 1px solid #ffffff;
        }

    .yellow-btn {
        font-size: 14px;
        height: 30px;
        border-radius: 5px;
        margin: 0px !important;
    }

    .footer-text {
        padding: 15px 15px 1px !important;
        position: static !important;
    }

    .cus-check input:checked ~ span::after {
        margin-top: 0px;
        font-size: 13px;
    }

    .form-control,
    .form-control:focus {
        font-size: 14px;
    }

    .field-validation-error {
        font-size: 12px;
        text-align: left;
    }

    .pay-form-wrap form p {
        text-align: left;
    }

    .cim-logo {
        width: 150px;
    }

    .body-corner img {
        width: 100px;
    }

    /* For OTP page responsive css */
    .otp-logo {
        width: 150px;
        margin: 0 auto;
    }

    .body-corner img {
        width: 100px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .validateotp-process {
        margin: 15px 0px;
        padding: 10px;
    }

    .otpH3 {
        font-size: 14px;
    }

    .otpP {
        font-size: 11px !important;
        margin: 0px 40px 12px;
    }

    .otpoutercontainer {
        min-height: 160px;
        height: 100%;
    }

    .otpBox {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .countdown {
        font-size: 22px !important;
    }

    .ResendOTP {
        font-weight: normal;
        font-size: 14px;
        padding: 4px 10px;
    }

    .verifyOTP {
        font-weight: normal;
        font-size: 14px;
        padding: 4px 10px;
        padding: 7px 29px;
    }

    .footer-text {
        padding: 15px 15px 1px !important;
        position: static !important;
    }

    .mx-auto {
        margin: 0 auto !important;
    }

    /* For Dashbord responsive css */
    .body-corner img {
        width: 100px;
    }

    .dashboard-img {
        margin-left: 0;
        width: 110px;
        height: 82px;
    }

    .signout-link {
        font-size: 15px !important;
        margin-right: 4%;
    }

    .dashboard-process {
        width: 100%;
    }

    .s-a-wrap {
        padding: 10px;
    }

    .a-card .card .card-head {
        padding: 8px;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #c5c5c5;
    }

        .a-card .card .card-head span {
            margin-right: 5px;
        }

    .a-card .card .card-body {
        padding: 4px 14px;
    }

    .edit-block {
        justify-content: space-between !important;
    }

    .card-body .center-resp.text-right {
        text-align: right !important;
    }

    .a-card .card .card-body h4 {
        font-size: 14px;
    }

    .a-card .card .card-body span {
        font-size: 12px;
    }

    .edit-block button img {
        width: 30px;
    }

    .card-foot {
        padding: 0px;
    }
    .caret-arrears {
        margin-top: 2px !important;
    }

    .card-foot span {
        font-size: 12px;
        margin-top: 4px;
    }

    .footer-text {
        padding: 15px 15px 1px !important;
        position: static !important;
    }

    .details-block {
        padding: 12px 10px 10px;
    }

        .details-block h5 {
            font-size: 15px;
            margin-bottom: 10px;
        }

    .s-head-title {
        font-size: 15px;
    }

    .mr-b20 {
        margin-bottom: 10px;
    }

    .details-table {
        margin-top: 0px !important;
    }

    .footer-total {
        width: 100%;
    }

    .foot-total p {
        line-height: 18px;
        font-size: 11px;
        text-align: justify;
    }

    .gray-box {
        padding: 10px 10px;
        margin: 10px auto 0px;
        border-radius: 5px;
        max-width: 100%;
        font-size: 14px;
    }

    .total-amt-block {
        max-width: 100%;
    }
}

.padd-r-135 {
    padding: 0 0 0 135px;
}
.form-control{
    font-size: 16px;
}

.home-top-head{
    z-index: 1 !important;
}

.sign-out{
    z-index: 2 !important;
}

.modal-details {
    background-color: rgba(0,0,0,0.5);
}

.details-table {
    word-break: break-word;
}

.container-fluid {
    margin-top: 15px;
}