/* ------------------------------------------ */
/* TABLET */
/* ------------------------------------------ */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .our-partners-container {
        min-width: 100%;
        min-height: 70px;
        overflow-x: auto;
    }

    .our-partner-box {
        max-height: 340px !important;
    }

    .about-bank {
        font-size: 60% !important;
    }

    .bank-title {
        font-size: 80%;
    }

    .small-title {
        font-size: 50%;
    }

    .footer-contact-box {
        margin-top: 1rem;
    }

}

/* ------------------------------------------ */
/* MOBILE - VIEW */
/* ------------------------------------------ */

@media only screen and (max-width: 576px) {

    html,
    body {
        font-size: 18px;
    }

    h1,
    h2 {
        font-size: 150%;
    }

    md-toast {
        height: 48px !important;
    }

    md-toast .md-toast-content {
        max-width: 95%;
        margin: auto;
    }

    md-toast.md-default-theme .md-toast-content .md-button.md-highlight,
    md-toast .md-toast-content .md-button.md-highlight {
        font-size: 8px;
    }

    .w_menu {
        font-size: 11px;
    }

    .w_menu li {
        padding: .2rem;
    }

    #wf>li span {
        display: none;
    }

    #wf>li.activeCurrent span {
        display: inline-flex;
    }

    /*-----------------HEADER-----------------*/
    .logo-icon {
        width: 180px;
        top: 5px;
        left: -10px;
    }

    .section-Header {
        height: 70vh;
    }

    .section-Header-v2 {
        height: 40vh;
    }

    .section-Header p {
        font-size: 80%;
    }

    .nav-item {
        padding-left: .5rem;
        background-color: rgba(255, 255, 255, 0.2);
        padding-left: .5rem;
        outline: none;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:active {
        border-bottom: 2px solid transparent;
    }

    /*-----------------LOAN TYPES-----------------*/
    #types-of-loans-Id {
        display: block;
    }

    .pad-tb {
        padding: 2rem 0;
    }

    .main-flex-box {
        /*flex-wrap: wrap;*/
        align-items: center;
        margin-top: 0;
        flex-direction: column;
    }

    .loan-pos-links {
        margin: .5rem 0 1.5rem 0;
    }

    .sub-flex-box-1,
    .sub-flex-box-2,
    .sub-flex-box-3,
    .sub-flex-box-4,
    .sub-flex-box-5,
    .sub-flex-box-6 {
        flex-direction: column;
        height: auto;
        align-items: center;
        flex: 0 0 50%;
    }

    .main-flex-box .img-main-bg,
    .main-flex-box .flex-img-main-bg {
        margin: 0 auto;
    }


    /*-----------------HOW IT WORKS-----------------*/

    .main-box {
        -webkit-flex-direction: column;
        flex-direction: column;
        float: left;
    }

    .box-1,
    .box-2,
    .box-3,
    .box-4,
    .box-5,
    .box-6 {
        display: flex;
        width: auto;
        height: 80px;
        align-items: center;
    }

    .main-box:after {
        width: 100%;
        position: absolute;
        border-bottom: 2px dashed var(--color-black-dark);
        top: 225px;
        right: 0;
        left: -165px;
        transform: rotate(90deg);
    }

    .box-1:after,
    .box-2:after,
    .box-3:after,
    .box-4:after,
    .box-5:after,
    .box-6:after {
        padding: 0;
        padding-left: .5rem;
        font-size: 75%;
    }

    .img-main-bg,
    .flex-img-main-bg {
        display: flex;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
    }

    .img-sub-bg,
    .flex-img-sub-bg {
        display: flex;
        border-radius: 50%;
        margin: 0;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
    }


    .right-mark-image {
        width: 20px;
        height: 20px;
    }

    .pad-b {
        padding-bottom: 0;
    }

    /*-----------------WHY PAISAPAISA-----------------*/

    .gabl-title {
        padding-bottom: 6rem;
    }

    .gabl-img {
        width: 95%;
    }

    .section-gabl ul {
        margin-left: 0rem;
    }

    .section-gabl ul li p {
        font-size: 90%;
    }

    .footer-social-content {
        justify-content: space-evenly;
    }


    /*-----------------WAYS TO TAKE LOAN WITH US-----------------*/

    .learn-more-div {
        margin-bottom: 2rem;
    }

    /*-----------------TALK TO US-----------------*/

    .section-talktous {
        width: 90%;
    }

    .section-talktous--leftbox {
        margin-top: 3rem;
        padding: 0;
    }

    .talktous-box-image {
        width: 100%;
    }

    /*-----------------FOOTER-----------------*/

    .footer-copyright {
        text-align: center;
        margin-top: 1rem;
    }

    .footer-copyright p {
        font-size: 80%;
    }

    .footer-pl {
        padding-left: 0;
    }

    /*-----------------REGISTER PAGE-----------------*/
    .register-form {
        padding: .5rem;
        padding-bottom: 3rem;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .section-register {
        background-size: cover;
    }

    /*-----------------LOGIN PAGE-----------------*/

    .section-login {
        background-image: unset;
        height: auto;
    }

    .login-right-part {
        display: none;
    }

    .login-form {
        padding: 0;
    }

    .login-form .not-acc-p {
        font-weight: 100;
    }

    .not-acc-p a {
        font-size: 80%;
        font-weight: 600;
    }

    .isd-input,
    .num-input {
        padding: .5rem;
    }

    .login-form h1 {
        font-size: 200%;
    }

    .text-otp,
    .text-rec-top {
        font-size: 90%;
    }

    .resend-otp-btn:link,
    .resend-otp-btn:visited,
    .resend-otp-btn:hover,
    .resend-otp-btn:active {
        font-size: 90%;
        font-weight: 600;
    }

    .forgot-pass-link:link,
    .forgot-pass-link:visited,
    .forgot-pass-link:hover,
    .forgot-pass-link:active {
        font-size: 80%;
        margin-top: 0;
        font-weight: 600;
    }

    /**********************************************************
    * INDIVIDUAL APPLICATION WORKFLOW 
    */

    .flow_Actions {
        display: flex;
        justify-content: center;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 1rem;
    }

    .flow_Actions a {
        padding: .3rem .5rem;
        font-size: 70%;
    }

    .submitted_Box {
        padding: 1rem;
    }

    .submitted_Box p {
        font-size: 80%;
    }

    .emptyBox {
        padding: 1rem 0;
    }

    .have-loan {
        font-size: 70%;
    }

    .file-upload {
        font-size: 80%;
    }

    input[type="file"]::after {
        width: 100px;
    }

    .show-info .info-container ul {
        width: 300px;
        left: 300%;
        font-size: 80%;
    }

    .upload-option {
        position: relative;
    }

    .upload-option a {
        position: absolute;
        top: -40px;
        right: 15px;
    }

    .horizonal-line-box {
        margin: 1rem 0;
    }

    .horizonal-line {
        position: relative;
        left: unset;
        top: unset;
        z-index: 1;
    }

    .horizonal-line-box::after {
        display: inline-block;
        width: 100%;
        height: 0;
        z-index: 0;
        border-right: 0;
        border-bottom: 1px solid;
        position: absolute;
        top: 50%;
        left: 0;
    }

    .padding-fix {
        padding: 1rem 0;
    }

    .bank_Data_Box {
        padding: .5rem;
        flex-wrap: wrap;
    }

    .bank_Data_Box ul li {
        font-size: 70%;
    }

    .bank_Data_Box ul {
        margin: 0;
    }

    .bank_Data_Box ul:nth-child(5) {
        margin-left: 1rem;
    }

    .bank_Data_Box ul:nth-child(1) {
        position: relative;
    }

    .bank_Data_Box ul:nth-child(1) li md-radio-group {
        position: absolute;
        top: -35px;
        left: -20px;
    }

    .bank_Data_Box ul li img {
        width: 100px;
        height: 30px;
    }

    .bank_Data_Box ul:last-child {
        padding-right: 0rem;
    }

    .selected_Bank {
        margin-right: 4rem;
    }

    tbody#tableBodyContainer {
        font-size: 80%;
    }

    .MobflowSteps {
        display: block;
        margin-top: 1.5rem;
    }

    .descflowSteps {
        display: none;
    }

    .P_logo {
        width: 30px;
        height: 30px;
    }

    .workflow-body {
        height: 650px;
    }

    .pp-alert-container {
        top: 8% !important;
    }

    .ppNavListExtra .nav-item {
        margin-top: 2px;
    }

    .ppNavListExtra {
        padding-top: 15px;
        border-top: 1px dotted var(--color-our-theme);
        margin-top: 5px;
    }

    .carousel .container>.row>.col-sm-6 {
        padding-top: 0px;
    }

}

@media only screen and (max-width: 425px) {

    /* Home Page Start */

    .pp_navbar_extra_img {
        width: 35px;
        height: 35px;
    }

    #carousel-howitworks.vertical .carousel-indicators:before {
        content: "";
        width: unset;
        height: 90%;
        position: absolute;
        border-bottom: 0;
        border-left: 5px solid var(--color-our-theme);
        top: unset;
        left: 50%;
    }

    #filters {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        min-width: 320px;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    #filters .button {
        font-size: 16px;
        white-space: nowrap;
    }

    #finance-block-row {
        height: 155px;
        margin: 10px 15px;
        padding: 10px;
        width: 100%;
    }

    #finance-block {
        padding-left: 10px;
        padding-right: 10px;
    }

    #finance-block .image-block {
        padding-left: 0px;
    }

    #finance-block .content-block {
        padding-right: 0px;
    }

    #finance-block-row img {
        height: 85px;
        width: 85px;
    }

    #carouselFinanceNews .carousel-control-next,
    #carouselFinanceNews .carousel-control-prev {
        width: 40px;
        height: 40px;
    }

    /*#finance-block .content-block {
        width: 230px;
    }*/

    #finance-section>.finance-section-container,
    #carouselFinanceNews {
        padding: 0px;
    }

    .pp_talktous_image {
        margin-top: 40px;
    }

    .pp_talktous_content {
        margin-top: 3rem;
        padding: 0;
    }

    .pp_talktous_image {
        width: 100%;
    }

    /* Home Page End */


    .isBanksAreNotAvailable {
        padding: 1rem;
    }

    .error_Body {
        top: -210%;
        left: 50%;
        font-size: 70%;
    }

    .info_Child {
        line-height: 100%;
        letter-spacing: .8px;
        word-spacing: .2px;
    }


}