@media screen and (max-width: 991px) {
    .mainmenu-mobile-area {
        padding: 10px 0;
        background-color: #ffffff;
        box-shadow: 0px 5px 10px 0px rgba(255, 0, 0, 0.2);
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    header.header-area.sticky .mainmenu-mobile-area {
        padding: 10px 0;
    }

    .mainmenu-mobile-area .navbar-mobile {
        padding: 0.75rem 0rem;
    }

    .mainmenu-mobile-area .navbar-mobile .logo {
        padding-left: 1rem;
    }

    .mainmenu-mobile-area .navbar-mobile .mobile-menu-toggle {
        padding-right: 1rem;
    }

    .btn-navbar-icon {
        width: 25px;
        height: 22px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .btn-navbar-icon.active {
        height: 21px;
        width: 25px;
    }

    .btn-navbar-icon span {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #da4d4d;
    }

    .btn-navbar-icon span:nth-child(1) {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    
    .btn-navbar-icon span:nth-child(2) {
        transition: transform 0.2s ease-in-out;
    }
    
    .btn-navbar-icon span:nth-child(3) {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .btn-navbar-icon.active span:nth-child(1) {
        transform: rotate(45deg);
    }
    
    .btn-navbar-icon.active span:nth-child(2) {
        transform: scaleY(0);
    }
    
    .btn-navbar-icon.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links {
        width: 100%;
        background-color: #ffffff;
        top: 77px;
        position: fixed;
        bottom: 0;
        z-index: 1045;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: visible;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        padding: 1rem 0; 
        overflow: auto;
        transition: transform .3s ease-in-out;
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links.menu-links-start {
        border-right: 1px solid rgba(0,0,0,.2);
        transform: translateX(-100%);
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links.show {
        transform: none;
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links .profile-member {
        text-align: center;
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links .profile-member .images img {
        border: 5px solid rgb(234 22 22 / 20%);
    }

    .mainmenu-mobile-area .navbar-mobile .menu-links .profile-member .content {
        padding-top: 15px;
    }
    
    .mainmenu-mobile-area .navbar-mobile .menu-links ul .nav-item .nav-link {
        color: #212529;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainmenu-mobile-area .navbar-mobile .offcanvas-dropdown {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mainmenu-mobile-area .navbar-mobile .offcanvas-slide {
        left: 0;
        width: 100%;
        height: auto;
        box-shadow: none;
        background-color: #fff;
        color: #000;
        display: none;
        transition: all 0.5s ease;
    }

    .mainmenu-mobile-area .navbar-mobile .offcanvas-slide.show {
        display: block;
    }

    .mainmenu-mobile-area .navbar-mobile .offcanvas-slide .navbar-nav h6 {
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding-bottom: 5px;
        border-bottom: 1px dotted #ccc;
        margin-top: 0.7rem;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .mainmenu-mobile-area .navbar-mobile .offcanvas-slide .navbar-nav .dropdown-item {
        padding: 0rem 1rem;
        color: #212529;
        border-bottom: 1px solid #eee;
    }

    .profile-area .profile-info .profile-content {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

    .profile-area .profile-info .profile-content .content {
        padding-top: 15px;
    }
    
    .report-detail-area .report-detail-card .report-detail-nav {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 760px) {
    .footer-area .copyright-content-area {
        text-align: center;
    }

    .footer-area .copyright-policy-area {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .homepage-area .report-card, .homepage-area .register-loan-card .register-loan-box .register-loan-link .content {
        transform: none;
    }

    .loan-information .loan-detail-card .content .title {
        font-size: 20px;
        font-weight: 600;
    }
    
    .loan-information .loan-detail-card .content .detail {
        margin-top: 10px;
        font-size: 18px;
    }

    .report-area .report-card .footer {
        height: 100%;
    }

    .report-detail-area .report-detail-card .report-detail-content .title-content {
        text-align: center;
    }

    .report-detail-area .report-detail-card .report-detail-content .information {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        margin-bottom: 15px;
    }

    .report-detail-area .report-detail-card .report-detail-content.detail-loan .information .subject,
    .report-detail-area .report-detail-card .report-detail-content.detail-general .information .subject, 
    .report-detail-area .report-detail-card .report-detail-content.detail-guarantor .information .subject,
    .report-detail-area .report-detail-card .report-detail-content.detail-beneficiary .information .subject,
    .report-detail-area .report-detail-card .report-detail-content.detail-deduct .information .subject,
    .report-detail-area .report-detail-card .report-detail-content.detail-document .information .subject,
    .report-detail-area .report-detail-card .report-detail-content.detail-agreement .information .subject {
        width: 100%;
    }

    .report-detail-area .report-detail-card .report-detail-content.detail-loan .information .detail, 
    .report-detail-area .report-detail-card .report-detail-content.detail-general .information .detail, 
    .report-detail-area .report-detail-card .report-detail-content.detail-guarantor .information .detail, 
    .report-detail-area .report-detail-card .report-detail-content.detail-beneficiary .information .detail,
    .report-detail-area .report-detail-card .report-detail-content.detail-deduct .information .detail,
    .report-detail-area .report-detail-card .report-detail-content.detail-document .information .detail,
    .report-detail-area .report-detail-card .report-detail-content.detail-agreement .information .detail {
        width: 100%;
        text-align: center;
    }

    .profile-area .profile-detail .body .information {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        margin-bottom: 15px;
    }

    .profile-area .profile-detail .body .information .subject {
        width: 100%;
    }
    
    .profile-area .profile-detail .body .information .detail {
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 500px){
    .login-register-area .register-card {
        max-width: 500px;
        width: 500px;
    }
}

@media screen and (min-width: 576px) {
    .container {
        max-width: 100%;
    }

    .loan-register-section .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .loan-register-section .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .loan-register-section .process-step .step.disabled {
        display: flex;
    }
      
    .loan-register-section .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 27%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .loan-register-section .process-step .step .image {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .loan-register-section .process-step .step .image img {
        width: 60px;
    }

    
    /*=============== Report detail area ===============*/
    .report-detail-area .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .report-detail-area .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .report-detail-area .process-step .step.disabled {
        display: flex;
    }
      
    .report-detail-area .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 17%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .report-detail-area .process-step .step .image {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .report-detail-area .process-step .step .image img {
        width: 25px;
    }
    /*=============== Report detail area ===============*/
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .footer-area .footer-company {
        text-align: left;
    }

    .footer-area .footer-contact {
        text-align: left;
        margin-top: 15px;
    }

    .footer-area .footer-social {
        text-align: left;
        margin-top: 15px;
    }

    .loan-register-section .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .loan-register-section .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .loan-register-section .process-step .step.disabled {
        display: flex;
    }
        
    .loan-register-section .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 27%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .loan-register-section .process-step .step .image {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .loan-register-section .process-step .step .image img {
        width: 60px;
    }

    /*=============== Report detail area ===============*/
    .report-detail-area .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .report-detail-area .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .report-detail-area .process-step .step.disabled {
        display: flex;
    }
        
    .report-detail-area .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 17%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .report-detail-area .process-step .step .image {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .report-detail-area .process-step .step .image img {
        width: 25px;
    }
    /*=============== Report detail area ===============*/
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    main {
        min-height: calc(100vh - 328px);
    }

    .footer-area .footer-company {
        text-align: left;
        margin-top: 0px;
    }

    .footer-area .footer-contact {
        text-align: left;
        margin-top: 0px;
    }

    .footer-area .footer-social {
        text-align: left;
        margin-top: 0px;
    }

    .loan-register-section .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .loan-register-section .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .loan-register-section .process-step .step.disabled {
        display: flex;
    }
        
    .loan-register-section .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 27%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .loan-register-section .process-step .step .image {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .loan-register-section .process-step .step .image img {
        width: 60px;
    }

    /*=============== Report detail area ===============*/
    .report-detail-area .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .report-detail-area .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .report-detail-area .process-step .step.disabled {
        display: flex;
    }
        
    .report-detail-area .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 22%;
        left: 60%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

    .report-detail-area .process-step .step .image {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .report-detail-area .process-step .step .image img {
        width: 25px;
    }
    /*=============== Report detail area ===============*/
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .loan-register-section .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .loan-register-section .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .loan-register-section .process-step .step.disabled {
        display: flex;
    }
        
    .loan-register-section .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 27%;
        left: 64%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
        transition: all 0.5s ease;
    }

    .loan-register-section .process-step .step .image {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .loan-register-section .process-step .step .image img {
        width: 60px;
    }
    
    /*=============== Report detail area ===============*/
    .report-detail-area .process-step {    
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .report-detail-area .process-step .step {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .report-detail-area .process-step .step.disabled {
        display: flex;
    }
        
    .report-detail-area .process-step .step:not(:last-child)::before {
        content: "";
        background-color: #e0e0e0;
        position: absolute;
        top: 22%;
        left: 58%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
        transition: all 0.5s ease;
    }

    .report-detail-area .process-step .step .image {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #c2c2c2;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        position: relative;
        line-height: 50px;
        font-size: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .report-detail-area .process-step .step .image img {
        width: 25px;
    }
    /*=============== Report detail area ===============*/
}

/* @media screen and (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
} */