    .top-hd {
        color: var(--primary);
        font-size: 34px;
        text-align: center;
        margin-bottom: 25px;
    }
    
    p {
        color: #000;
    }
    /**mobile menu**/
    
    .menubtn {
        width: 45px;
        height: 45px;
        background: var(--primary);
        padding: 8px;
        z-index: 124;
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        display: none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .menubtn span {
        display: inline-block;
        background: var(--white);
        width: 100%;
        height: 3px;
    }
    
    .mobilemenu {
        position: fixed;
        right: -100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, .5);
        transition: .5s;
        z-index: 124;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    
    .mobilemenu.active {
        right: 0;
    }
    
    .cross {
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 0;
        background: var(--white);
        color: var(--black);
        padding: 5px;
        right: 40px;
        top: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobilemenu ul {
        padding: 10px;
        background: var(--secondary);
        width: 320px;
        list-style: none;
        margin: 0;
        height: 100%;
        padding-top: 50px;
        overflow-x: hidden;
    }
    
    .mobilemenu ul::-webkit-scrollbar {
        width: 5px;
    }
    
    .mobilemenu ul::-webkit-scrollbar-track {
        background: var(--secondary);
    }
    
    .mobilemenu ul::-webkit-scrollbar-thumb {
        background: var(--secondary);
    }
    
    .mobilemenu ul li:before {
        display: none;
    }
    
    .mobilemenu ul li a {
        display: block;
        margin: 5px 20px;
        color: var(--white);
        border-radius: 25px;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .mobilemenu li a:after {
        display: none;
    }
    
    .mobilemenu ul.submenu {
        display: none;
    }
    
    .mobilemenu ul li.haschild>a {
        position: relative;
    }
    
    .mobilemenu ul li.haschild>a:before {
        position: absolute;
        content: "";
        right: 0;
        top: 10px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: var(--white);
        padding: 3px;
        transform: rotate(135deg);
    }
    
    .mobilemenu ul li {
        margin: 0 0 10px;
    }
    /* header */
    
    .header-bottom {
        padding: 30px 0;
        transition: 0.5s;
        background: var(--white);
    }
    
    .sticky .site-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    
    .sticky .site-header .header-bottom {
        padding: 20px;
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
    }
    
    .headerBottomHold {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .headerBottomRight {
        display: none;
        align-items: center;
    }
    
    .menulist {
        /* padding: 0 30px; */
        border-right: 1px solid var(--white);
    }
    
    .menulist li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        position: relative;
    }
    
    .menulist li:last-child {
        margin-right: 0;
    }
    
    .menulist li a {
        display: block;
        font-weight: 500;
        color: var(--black);
        padding: 3px 0;
        position: relative;
        font-size: 15px;
    }
    
    .menulist li.haschild>a:after {
        position: relative;
        display: inline-block;
        font-family: bootstrap-icons!important;
        content: "\F282";
        vertical-align: middle;
        font-size: 14px;
        opacity: 1;
        font-weight: bold;
        margin-left: 5px;
    }
    
    .menulist li a:hover:before,
    .menulist li.active a:before {
        width: 40px;
    }
    
    .menulist li a:hover {
        color: var(--primary);
    }
    
    .headerAccountList {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }
    
    .site-header {
        background: var(--white);
    }
    
    .topbbar {
        background: #fae9e8;
        padding: 10px 0;
    }
    
    .topbbar-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .topbbar-list ul {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    
    .topbbar-list ul li a {
        color: var(--secondary);
        font-size: 16px;
        font-weight: 500;
    }
    
    .banner-main {
        background-image: url(../images/loan-img/banner.webp);
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
        position: relative;
        padding: 80px 0;
    }
    
    .banner-main:after {
        position: absolute;
        width: 60%;
        height: 100%;
        background: var(--primary);
        content: "";
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        clip-path: polygon(0% 0%, 100% 0%, 73.5% 100%, 0% 100%);
    }
    
    .banner-cnt {
        z-index: 1;
        position: relative;
        padding-left: 54px;
    }
    
    .banner-cnt>span {
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
        display: block;
    }
    
    .banner-cnt h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .banner-cnt p {
        font-size: 16px;
        color: var(--white);
    }
    
    .banner-cnt a.cmnbtn {
        background: #000;
    }
    
    .tab-anchore ul {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 67px;
        flex-wrap: wrap;
    }
    
    .tab-anchore ul li a {
        color: var(--primary);
        font-size: 21px;
        font-weight: 500;
        text-transform: uppercase;
        padding-bottom: 21px;
        display: block;
    }
    
    .pre-app>div>div {
        background: #fae9e8;
        padding: 50px 50px;
    }
    
    .preapp-box {
        background: var(--white);
    }
    
    .preapp-box h3 {
        font-size: 24px;
        color: var(--primary);
        margin-top: 28px;
    }
    
    .preapp-box>div {
        padding: 13px 23px 30px;
    }
    
    .preapp-box>div>div>span {
        display: block;
        padding-bottom: 14px;
        color: var(--black);
        font-size: 16px;
    }
    
    .preapp-box>div>div>strong {
        font-size: 40px;
        color: var(--primary);
        margin-bottom: 25px;
        display: block;
    }
    
    section#pre .row {
        --bs-gutter-x: 4.5rem;
        align-items: center;
    }
    
    .preapp-r h3 {
        color: var(--black);
        margin-bottom: 26px;
    }
    
    .preapp-r ul {
        margin: 25px 0;
    }
    
    .preapp-r ul li {
        color: vaR(--black);
        padding-bottom: 10px;
        font-size: 17px;
        list-style-type: disc;
        margin-left: 21px;
    }
    
    section#ref div>div {
        background: var(--primary);
    }
    
    section#ref div>div .row {
        --bs-gutter-x: 4.5rem;
        align-items: center;
    }
    
    .ref-right p {
        font-size: 18px;
        color: var(--white);
        padding-top: 10px;
    }
    
    .ref-right ul {
        margin-bottom: 25px;
    }
    
    .ref-right ul li {
        font-size: 18px;
        padding-bottom: 14px;
        color: var(--white);
        position: relative;
        list-style-type: initial;
        margin-left: 23px;
    }
    
    .ref-right a.cmnbtn {
        background: var(--black);
    }
    
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    }
    
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    }
    
    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #000;
    }
    
    .loan-faq .accordion-item,
    .car-faq .accordion-item {
        margin-bottom: 19px;
        border: 1px solid #000;
    }
    
    .loan-faq .accordion-button:focus,
    .car-faq .accordion-button:focus {
        border-color: var(--primary) !important;
        box-shadow: 0 0 0 0.1rem rgb(233 94 94)!important;
    }
    
    .loan-faq .accordion-button,
    .car-faq .accordion-button {
        padding: 2rem 1.25rem;
    }
    
    .loan-faq>div>div {
        padding: 50px 50px;
        background: #fae9e8;
    }
    
    section#how .top-hd {
        margin-bottom: 66px;
    }
    
    .work-box {
        position: relative;
        text-align: center;
    }
    
    .work-box:after {
        position: absolute;
        content: "";
        border: 1px dashed var(--primary);
        width: 100%;
        top: 26px;
        left: 0;
        z-index: -1;
    }
    
    .work-box h3 {
        color: var(--primary);
        margin: 25px 0;
        font-size: 21px;
    }
    
    .work-box>span {
        width: 50px;
        height: 50px;
        background: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        color: var(--white);
        font-size: 16px;
        margin: 0 auto;
    }
    
    button.accordion-button {
        font-size: 23px;
        font-weight: 500;
        color: var(--black) !important;
    }
    
    .banner.need .banner-main {
        background-image: url(../images/loan-img/need.webp);
    }
    
    .banner-main .banner-cnt span img {
        width: 120px;
    }
    
    .rel-product-box {
        padding: 15px 15px;
        text-align: center;
        transition: 0.5s;
        height: 100%;
    }
    
    .rel-product .top-hd {
        margin-bottom: 45px;
    }
    
    .rel-product-box:hover {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
    }
    
    .rel-product-box img {
        width: 80px;
    }
    
    .rel-product-box h3 {
        font-size: 24px;
        color: var(--primary);
        font-weight: 600;
        padding-top: 12px;
    }
    
    .insurance .top-hd {
        margin-bottom: 52px;
    }
    
    .insurance-box {
        height: 100%;
        overflow: hidden;
    }
    
    .insurance-cnt {
        background: #fae9e8;
        padding: 25px;
        height: 100%;
    }
    
    .insurance-cnt h3 a {
        display: block;
        color: var(--primary);
        font-size: 24px;
        margin-bottom: 20px;
    }

    .debtForm{
    width: 400px;
    margin: 30px auto;
}
.debtFormPart p{
    background: #ffe4e4;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 2px 2px 0 2px var(--primary);
}
.debtForm select,.debtForm input{
  
    width: 100%;
    padding:15px 20px;
    border-radius: 7px;
    border: 2px solid #000;
    margin-bottom: 20px;
}
input::placeholder {
  color: #333; 
}
button[type="submit"],
input[type="submit"]{
    line-height: 24px;
    background: var(--secondary);
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    gap:6px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    border: none;
    width: 100%;
} 
button[type="submit"]:hover,
input[type="submit"]:hover{color: var(--white);
    background: var(--primary);
}
.rt{
    display: flex;
        justify-content: center;
        gap:20px;
}
.cmnmodal .modal-header{}
.cmnmodal .modal-header h1{
    color: #000;
}
.cmnmodal .modal-footer{
    display: none;
}
    
    @media (max-width: 1199px) {
        .menubtn {
            display: flex;
        }
    }
    
    @media (max-width:991px) {
        .menulist {
            display: none;
        }
        .headerBottomRight {
            display: block;
        }
    }
    
    @media (max-width:767px) {
        .headerAccountList {
            display: none;
        }
        h2.title {
            font-size: 35px;
            line-height: 45px;
        }
    }
    
    @media (max-width:574px) {
        .topbbar {
            display: none;
        }
    }
    
    @media (max-width:479px) {

        .banner-cnt{
            padding-left: 10px;
        }
        .pre-app>div>div,
        .loan-faq>div>div{
            padding: 20px;
        }
        .preapp-box{
            margin-bottom: 20px;
        }
    }
    
    @media (max-width:424px) {}
    
    @media (max-width:320px) {}