:root{
    --bs-primary-rgb: 84, 175, 37;
    --bs-btn-bg: #54AF25;
}
body{background:#f8f9f5;font-family:'Public Sans',sans-serif;font-weight:400;font-size:13px}
.btn, .form-control, .form-select, .alert, .modal-content, .rounded, .badge{ border-radius: 3px !important;}
.container{ max-width: 1000px; margin: 0 auto;}
header{ background-color: #fff;}
.header-top{ background-color: #fff; padding: 20px; font-size: 12px; box-shadow: 2px 2px 5px #DDD;}
.logo-wapper{ padding: 20px;}
.btn-primary{ background-color: #54AF25; border: none;}
.btn-primary:hover{ background-color: #2c6d0b;}
nav{ background-color: darkcyan; padding: 8px; font-weight: bold;}
nav ul{ list-style: none; margin: 0; padding: 0;}
nav ul li{ display: inline-block; }
nav ul li:last-child{ border-right: none;}
nav ul li a{ display: block; padding: 5px 15px; color: #fff; text-decoration: none;}

main{ padding: 50px 0;}

.btn-link:hover{ text-decoration: none;}

footer{ background-color: #54AF25; height: 160px;}
.copyright{ background-color: #2c6d0b; padding: 10px; font-size: 13px; color: #fff; text-align: center;}

.login-img, .login-form{ width: 50%;}
.related-list{ list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-around;}
.related-list li{ margin: 8px 10px;}
.badge{ font-weight: normal;}
.btn-xs{ padding: 2px 6px; font-size: 90%;}

.flex-between-center{ display: flex; justify-content: space-between; align-items: center;}
.flex-between-start{ display: flex; justify-content: space-between; align-items: flex-start;}
.flex-between-end{ display: flex; justify-content: space-between; align-items: flex-end;}

.form-control:focus{ box-shadow: none;}
.com-lists{ list-style: none; margin: 0; padding: 0;}
.com-lists li{ margin-bottom: 10px; }
.com-lists .com-post{ display: flex; gap: 10px; }
.com-lists .com-pic{ background-color: #DDD; width: 40px; height: 40px; border-radius: 40px; border: solid 1px #888; display: flex; justify-content: center; align-items: center; font-size: 20px;}
.com-lists .com-txt{ font-size: 12px; flex: 1;}
.com-lists .com-txt1{ margin-bottom: 5px;}
.com-lists .com-timer{ font-size: 10px; color: #888;}

ul.recent-ul{ list-style: none; margin: 0; padding: 0;}
ul.recent-ul li{ padding: 6px 0; border-bottom: dotted 1px #DDD; }
ul.recent-ul li:last-child{ border-bottom: none; }
ul.recent-ul li a{ text-decoration: none;}
ul.recent-ul li a span{ font-size: 12px; color: #666;}

.user-menu a{ text-decoration: none; display: block; color: #222;}
.user-menu .li:hover{ background-color: #f3f3f3;}

.recent-comments{ list-style:disc ; margin: 0; padding-left: 15px;}
.recent-comments li{ margin-bottom: 8px; border-bottom: solid 1px #eee; padding-bottom: 8px;}

@media(max-width: 768px){
    .login-img{ display: block; width: 100% !important;}
    .login-form{ width: 100% !important;}
}


/* lending page */



.lending-container{
    max-width: 1345px;
    padding: 0px 32px;
    margin: 0 auto;
    color: #04000c;
}
p.login-text {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
}
a.login-btn {
    display: flex;
    align-items: center;
    max-width: 419px;
    gap: 16px;
    justify-content: center;
    padding: 13px;
    border-radius: 40px;
    border: 1px solid #000000;
    font-size: 14px;
    color: #04000c;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}
a.login-btn svg {
    height: 32px;
    width: 32px;
}
a.login-btn:hover {
    background: #f2f0ee;
}
a.login-email-link svg {
    height: 12px;
    width: 12px;
}
a.login-email-link {
    font-size: 18px;
    font-weight: 700;
    color: #10022c;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
    margin-top: 30px;
}
a.login-email-link svg path {
    fill: #2c6d0b;
}
a.login-email-link:hover {
    color: #2c6d0b;
    border-color: #2c6d0b;
}
img.login-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
a.login-email-link:hover svg path:nth-child(2) {
    display: none;
}
.lending-text {
    max-width: 895px;
    margin: 60px auto;
    padding: 0px 32px;
    font-size: 18px;
    color: #10022c;
}
.lending-text-2{
    font-size: 18px;
    color: #10022c;
}
.lending-text h2,.lending-text-2 h2{
    font-weight: 700;
    margin: 32px 0px 16px;
}
.lending-text a,.lending-text-2 a {
    color: #2c6d0b;
}
.virtual-sec {
    background-color: #04000c;
    padding: 64px 0px;
    text-align: center;
}
.virtual-sec h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
}
.virtual-sec p {
    font-size: 20px;
    color: #FFFFFF;
    max-width: 900px;
    margin: 16px auto;
}
a.virtual-btn {
    padding: 12px 24px;
    border-radius: 10px;
    background-color: #2c6d0b;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}
a.virtual-btn:hover {
    background-color: #FFFFFF;
    color: #04000c;
}
a.virtual-link {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
}
a.virtual-link svg {
    height: 12px;
    width: 12px;
}
.virtual-button {
    gap: 24px;
    padding-top: 16px;
}
a.virtual-link svg path {
    fill: #2c6d0b;
}
a.virtual-link:hover {
    color: #2c6d0b;
    border-color: #2c6d0b;
}
a.virtual-link:hover svg path:nth-child(2) {
    display: none;
}
.lending-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.lending-text ul {
    padding-left: 20px;
}
.lending-text li {
    margin-bottom: 12px;
}
.dialpad-sec h2 {
    font-weight: 600;
    color: #10022c;
    text-align: center;
}
.dialpad-virtual-sec{
    padding: 50px 0px;
}
.dialpad-virtual-sec h2 {
    font-size: 41px;
    color: #04000c;
    text-align: left;
}
.dialpad-virtual-sec p {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
}
.padding-virtual-left {
    padding-left: 50px;
}
.padding-virtual-right {
    padding-right: 50px;
}
.dialpad-virtual-sec a {
    color: #2c6d0b;
}
.table-content table tbody tr td {
    padding: 16px;
}
.table-content table tbody tr td p {
    margin: 0;
}
.table-content {
    border: 1px solid #f0f0f0;
    border-radius: 28px;
    margin-bottom: 30px;
}
.table-content table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
.table-content table tbody tr:last-child {
    border: 0;
}
.faq-sec {
    max-width: 1300px;
    padding: 100px 16px;
    margin: 0 auto;
}
.faq-sec h1{
    font-size: 48px;
    font-weight: 700;
    color: #10022c;
}
.faq-question {
    font-size: 32px;
    color: #10022c;
    font-weight: 700;
    cursor: pointer;
}
.faq-detlise {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #10022c;
    margin-top: 16px;
}
.faq-detlise a {
    color: #2c6d0b;
    text-decoration: none;
}
.faq-item {
    padding: 36px 0px;
    border-bottom: 1px solid #81807f;
}
.faq-question svg {
    height: 18px;
    width: 100%;
    max-width: 18px;
    transition: .3s;
}
.faq-question svg {
    transform: rotate(180deg);
}
.faq-question.active svg {
    transform: rotate(0deg);
}
.faq-question.active svg path {
    fill: #2c6d0b;
}
.faq-detlise li {
    margin-bottom: 12px;
}
.faq-detlise a{
    font-weight: 600;
}
.faq-item:nth-child(1) {
    padding-top: 0;
}
.search-box {
    max-width: 500px;
}
.ri-title{
    font-weight: 700;
    color: #10022c;
    font-size: 14px;
}
.ri-data{
    font-size: 14px;
    color: #10022c;
}
.ri-data a{
    color: #2c6d0b;
}
.text-sec{
    margin: 60px 0px;
}
li.feature-title {
    font-size: 22px;
    font-weight: 700;
}
.dialpad-virtual-sec img.login-img {
    width: 75%;
    margin: 0 auto;
    display: flex;
}
@media(max-width: 992px){
    .lending-container{
        padding: 0px 16px;
    }
    h1.login-title{
        font-size: 32px;
        text-align: center;
    }
    p.login-text.mt-4 {
        font-size: 16px;
        text-align: center;
    }
    h2.login-try-text {
        text-align: center;
    }
    a.login-btn {
        padding: 8px;
        margin-top: 18px !important;
    }
    a.login-btn svg {
        height: 20px;
        width: 20px;
        padding: 0 !important;
    }
    a.login-email-link {
        font-size: 14px;
    }
    a.login-email-link svg {
        height: 8px;
        width: 8px;
    }
    .lending-text {
        font-size: 16px;
        padding: 0px 16px;
    }
    .lending-text-2 {
        font-size: 16px;
    }
    .virtual-sec h2 {
        font-size: 35px;
    }
    .virtual-sec p {
        font-size: 16px;
    }
    .virtual-button {
        flex-direction: column;
        gap: 16px;
    }
    a.virtual-btn {
        font-size: 14px;
        padding: 9px 24px;
    }
    a.virtual-link {
        font-size: 14px;
    }
    a.virtual-link svg {
        height: 8px;
        width: 8px;
    }
    .lending-text h3,.lending-text-2 h3 {
        font-size: 20px;
    }
    .dialpad-virtual-sec {
        padding: 30px 0px;
        gap: 30px;
    }
    .dialpad-virtual-sec .ps-5 {
        padding-left: 24px !important;
    }
    .dialpad-virtual-sec h2 {
        font-size: 25px;
        margin-bottom: 16px !important;
    }
    .dialpad-virtual-sec p {
        font-size: 16px;
    }
    .dialpad-virtual-sec .g-5 {
        --bs-gutter-y: 2rem;
    }
    .padding-virtual-left {
        padding-left: 12px;
    }
    .padding-virtual-right {
        padding-right: 12px;
    }
    .dialpad-virtual-sec:nth-child(even){
        flex-direction: column-reverse;
    }
    .faq-sec h1 {
        font-size: 35px;
    }
    .faq-question {
        font-size: 25px;
    }
    .faq-question svg {
        height: 12px;
        max-width: 12px;
    }
    .faq-detlise {
        font-size: 16px;
    }
    .faq-item:nth-child(1) {
        padding-top: 36px;
    }
    .text-sec {
        margin: 25px 0px;
    }
    .text-sec .col-12 {
        padding: 0;
    }
    li.feature-title {
        font-size: 19px;
    }
}