.pan_white{
    color:#fff;
}
.d-none {
    display: none;
}
.desktop_banner_fmp {
    display: block;
    max-width: 100%;
}

.mobile_banner_fmp {
    display: none !important;
    max-width: 100%;
}

.modal-open,
.fmpterms {
    overflow-x: hidden !important;
}

.fmpdekstop {
    z-index: 99999;
    padding: 0;
    border: 0;
}
    .fmpdekstop .modal-footer{
        text-align:center;
    }
    button[disabled],
    html input[disabled] {
        cursor: default;
        cursor: not-allowed;
    }

.fmpmodal-dialog {
    margin: auto;
}

#f_otp-error {
    padding-right: 4px;
}

.modal-body_h {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
    margin-top: 20px;
}

.fmpdekstop .modal-header {
    background-color: #303a82;
    color: #fff;
    border: 0;
}

.fmp_close {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 30px;
}

.fmpdekstop li {
    padding-left: 1.3em;
    margin-bottom: 10px;
}

.fmpdekstop ul li:before {
    content: "\f111";
    color: #000;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    line-height: 25px;
    font-size: 8px;
    margin-left: -1.3em;
}

.termsbtn {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

    .termsbtn:hover {
        color: #fff;
        text-decoration: underline;
        font-weight: 400;
    }

.finance_row .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.bg-darkfmp {
    background-color: #303a82;
    padding: 4% 0;
}

.bl_title {
    color: #2d3494;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
}

.finance_h {
    height: 70px;
}

.fmp_label {
    position: absolute;
    top: -10px;
    background-color: #303a82;
    color: #fff;
    margin-left: 15px;
    z-index: 1;
}

.fmp_input {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    height: 45px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin: 0;
}

    .fmp_input:focus {
        border-color: #fff;
    }

.finance_h .form-control::placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-family: Roboto, sans-serif;
}

.finance_h .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}

.finance_h .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
    line-height: 15px;
}

.msg_left {
    width: auto;
    float: left;
}

.msg_right {
    float: right;
    width: auto;
}

.btdsend-otp {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 12px;
    color: #b7b4b4;
    font-weight: 500;
}

    .btdsend-otp:hover {
        color: #666;
    }

.btd_error {
    color: #f90303;
    font-size: 12px;
}

.finance_h label.error {
    color: #f90303;
    font-size: 12px;
}

.customSel_fmp select {
    background-color: transparent;
    background: url(../../../images/down-arrow.png) no-repeat center right 8px;
    filter: brightness(0) invert(1);
    line-height: 15px;
    border: 1px solid #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 15px 15px;
    width: 100%;
    cursor: pointer;
    color: transparent;
    text-shadow: 0 0 0 #fff;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

    .customSel_fmp select option {
        color: #000;
        text-transform: uppercase;
    }

    .customSel_fmp select::-ms-expand {
        display: none;
    }

    .customSel_fmp select:focus::-ms-value {
        background: 0 0;
    }

.btd_arena .customSel_fmp:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.sit_date_new,
.ui-datepicker td.holiday a,
.ui-datepicker td.holiday a:hover {
    background: none;
}

#fmp_date {
    /*background: url(https://hyperlocalcd5.azureedge.net/images/HyperLocal/Nexa/date.png) 98% 15px no-repeat #fff;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.fmpcheckbox {
    height: auto;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: justify;
}

.fmpdisclaimer {
    /*display: inline-flex;*/
    text-align: justify;
    color: #fff;
}

.fmpprocced {
    width: 190px;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
    background: #2d3494;
    border: 1px solid #2d3494;
    cursor: pointer;
    transition: all 0.7s;
    text-transform: uppercase;
    margin: 2px 0 90px 0;
}

    .fmpprocced:hover {
        color: #fff;
        transition: all 0.7s;
        background-color: #000;
        border: 1px solid #000;
    }

.fmp_padding {
    padding: 2px 10px;
    position: relative;
}

    .fmp_padding .owl-nav .owl-prev {
        left: -30px;
    }

    .fmp_padding .owl-nav .owl-next {
        right: -30px;
    }

    .fmp_padding .owl-nav [class*="owl-"].disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .fmp_padding .owl-prev,
    .fmp_padding .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .fmp_padding .owl-theme .owl-nav [class*="owl-"] {
        background-color: #97999b;
        padding: 0;
        margin: 0;
        width: 28px;
        height: 30px;
    }

        .fmp_padding .owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #2d3494;
            transition: 0.5s;
        }

    .fmp_padding .owl-nav [class*="owl-"] .fa {
        color: #fff;
        line-height: 30px;
    }

    .fmp_padding .owl-dots button {
        border: none;
    }

    .fmp_padding .item .card {
        background: transparent;
        border: 0;
        text-align: center;
    }

        .fmp_padding .item .card .fmpArrow {
            float: right;
            position: absolute;
            right: -70px;
            width: 120px;
            top: 10px;
        }

    .fmp_padding .card img {
        width: auto;
    }

    .fmp_padding .available_text {
        max-height: 200px;
        overflow-y: auto;
    }

        .fmp_padding .available_text h6 {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 0;
        }

.acc-container {
    max-width: 700px;
    width: 100%;
}

.acc {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding: 1px 0;
}

.acc-head {
    position: relative;
    cursor: pointer;
}

    .acc-head::before,
    .acc-head::after {
        content: "";
        position: absolute;
        top: 50%;
        background-color: #000;
        transition: all 0.3s;
    }

    .acc-head::before {
        right: 20px;
        width: 2px;
        height: 18px;
        margin-top: -10px;
    }

    .acc-head::after {
        right: 11px;
        width: 20px;
        height: 2px;
        margin-top: -2px;
    }

    .acc-head h4 {
        width: 90%;
        line-height: 1.5;
        font-size: 20px;
    }

.acc-content {
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}
@media (min-width:768px) and (max-width:1024px) {
    .privacy-policy-content {
        width: 83% !important;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .desktop_banner_fmp {
        display: none !important;
        max-width: 100%;
    }

    .mobile_banner_fmp {
        display: block !important;
        max-width: 100%;
        padding-bottom: 22px;
    }

    .fmp_padding .item .card .fmpArrow {
        display: none;
    }

    .bl_title {
        font-size: 18px;
    }

    button[disabled],
    html input[disabled] {
        cursor: default;
        cursor: not-allowed;
    }
    .modal-body_h {
        max-height: 500px;
        overflow-y: auto;
        margin-top: 20px;
    }

    .privacy-policy-content {
        width: 90% !important;
    }

        .privacy-policy-content .btn {
            margin-bottom: 15px;
        }

        .privacy-policy-content .modal-footer .btn + .btn {
            margin-left: 0;
        }
}
.content-box {
    width: 800px;
    border: 1px solid gray;
    padding: 50px;
}

.scrollBox {
    width: 800px;
    height: 500px;
    overflow-y: scroll;
    padding-right: 25px;
}


#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.fmpdekstop h4 {
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    margin:0;
}

.scrollbox{
    padding:15px 50px;
}

.fmpdekstop h2 {
    font-size: 22px;
}
.content-Box h2{
    text-align:center;
    margin:30px 0;
}
.privacy-header{
    width:100% !important;
}
.fmpdekstop .content-Box ul li:before {
    margin-left: -1.2rem;
}
.finance_row .bg-darkfmp{
    padding-bottom:0;
}
