@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --default-color: #fff;
    --primary-color: #01c8ff;
    --secondary-color: #1f2853;
    --light-color: #edfbfe;
    --light-thin-color: #e0f8ff;
    --gray-color: #a8aab6;
    --black-color: #000000;
}

html{
    font-size: 10px;
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Lato", sans-serif;
    color: #1f2853;
}

.default-color{
    color: var(--default-color)!important;
}

.primary-color{
    color: var(--primary-color)!important;
}

.secondary-color{
    color: var(--secondary-color)!important;
}

.light-color{
    color: var(--light-color)!important;
}

.light-thin-color{
    color: var(--light-thin-color)!important;
}

.gray-color{
    color: var(--gray-color)!important;
}

.black-color{
    color: var(--black-color)!important;
}

h1,h2,h3,h4,h5,h6,p,figure{
    margin: 0;
}

h1, h2{
    font-size: 2.5rem;
}

h3{
    font-size: 2.4rem;
}

h4{
    font-size: 2.2rem;
}

h5, h6{
    font-size: 2rem;
}

p {
    font-size: 1.6rem;
    line-height: 1.7;
}

.form-control {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
}

/* header starts here */

header {
    box-shadow: 0 0 3.5px rgba(0,0,0,0.15);
    z-index: 9;
    position: relative;
}

.logo .navbar-brand {
    max-width: 25rem;
    display: block;
}

#navbar-menu .navbar-nav {
    gap: 3rem;
}

#navbar-menu .navbar-nav li a {
    display: block;
    font-size: 1.6rem;
    color: var(--secondary-color);
    padding: 0 0 0.3rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

#navbar-menu .navbar-nav li a.active {
    border-bottom: 1px solid var(--secondary-color);
    color: var(--primary-color);
}

header .navbar-toggler {
    font-size: 3rem;
    color: var(--title-color);
    border: 0;
    padding: 0;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.custom-btn {
    background: var(--primary-color);
    display: flex;
    color: var(--default-color);
    padding: 1rem 2rem;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 6px;
    max-width: max-content;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 1rem;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}

.section-heading::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-heading-left {
    text-align: left;
}

.section-heading-left::before {
    margin: 0;
}

.banner-heading {
    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.section-subheading {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-padding {
    padding: 4rem 0;
}

.section-padding-top{
    padding-top: 4rem;
}

.section-padding-bottom{
    padding-bottom: 4rem;
}

.custom-btn:hover{
    background: 0;
    color: var(--primary-color);
}

.header-right .custom-btn {
    margin-left: 6rem;
}

.top-banner {
    background: linear-gradient(0deg, #dcf7ff 0%, #e8faff 68%, #e8faff 90%);
    border-radius: 0 0 0 10rem;
}

.top-slider-image {
    width: 100%;
    height: 35rem;
}

.top-slider-image figure {
    width: 100%;
    height: 100%;
}

.top-slider-image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: right; */
}

.product-item {
    box-shadow: 0 0 9px #ddd;
    padding: 2rem 1rem;
    border-radius: 1rem;
    transition: all 0.3s;
    height: 100%;
}

.product-item:hover{
    box-shadow: 0 0 9px #000;
}

.product-item-img {
    width: 4rem;
    height: 4rem;
    background: var(--light-color);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.product-item-img img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.column-heading {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.process-work-container {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.process-work-item {
    display: flex;
    gap: 1rem;
    max-width: 20%;
}

.process-number {
    font-size: 5rem;
    font-weight: 800;
    color: var(--gray-color);
    line-height: 0.8;
}

.process-work-item-text h4 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.instant-loans .section-heading {
    display: inline-block;
    font-size: 4rem;
    color: var(--default-color);
}

.instant-loans-form {
    background: var(--default-color);
    padding: 3rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.instant-loans-column label {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.instant-loans-column .form-control, .instant-loans-column .form-select {
    border: 0;
    border-bottom: 1px solid var(--gray-color);
    font-size: 1.3rem;
    border-radius: 0;
}

.instant-loans-form .custom-btn {
    min-width: 100% !important;
}

.instant-loans-tagline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.instant-loans-tagline li {
    color: var(--default-color);
    font-size: 1.6rem;
    border-right: 1px solid #ddd;
    width: 25%;
    text-align: center;
}

.instant-loans-tagline li:last-child{
    border-right: 0;
}

.repayment-options-left p, .repayment-options-right-content p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.repayment-options-left p:last-child, .repayment-options-right-content p:last-child {
    margin-bottom: 0;
}

.repayment-options-right-content {
    margin-bottom: 4rem;
}

.repayment-options-right {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 4rem;
}

.repayment-options-item {
    box-shadow: 0 0 9px #bdbdbd;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    border-radius: 1.2rem;
    width: calc(50% - 7rem);
}

.repayment-options-item:nth-child(3n) {
    margin-left: 8rem;
}

.cibil-score-updates {
    background: var(--light-color);
}

.cibil-score-updates .custom-btn {
    margin-top: 1rem;
}

.products-item {
    display: block;
    position: relative;
    width: 100%;
    height: 32rem;
    border-radius: 1rem;
    overflow: hidden;
}

.products-item:hover img {
    transform: scale(1.06);
}

.products-item figure {
    width: 100%;
    height: 100%;
}

.products-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.products-item h3 {
    position: absolute;
    bottom: 0;
    font-size: 1.8rem;
    padding: 1rem;
    color: var(--default-color);
}

.about-us-left p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: justify;
}

.about-us-left .custom-btn {
    margin-top: 2rem;
}

.about-us-right figure img {
    max-width: 450px;
}

/* top partners starts here */

.top-partner-item {
    padding: 0.8rem;
}

.top-partner-img {
    width: 100%;
    height: 12rem;
    box-shadow: 0 0 9px #ddd;
    padding: 0.6rem;
    border-radius: 0.6rem;
    margin-bottom: 1.5rem;
}

.top-partner-img:last-child {
    margin-bottom: 0;
}

.top-partner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.top-partner-img:hover img {
    transform: scale(0.8);
}

/* top partners ends here */

.safe-loan-repayment-img {
    margin-top: 4rem;
}

/* footer starts here */

footer {
    background: var(--secondary-color);
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.footer-left figure {
    max-width: 30rem;
    margin-bottom: 3rem;
}

.footer-left p {
    color: var(--default-color);
    max-width: 65%;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 1rem;
}

.social-icons li a {
    width: 4rem;
    height: 4rem;
    display: flex;
    background: var(--default-color);
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    color: var(--secondary-color);
    font-size: 1.6rem;
}

.footer-menu {
    width: 50%;
}

.footer-heading {
    color: var(--default-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: var(--default-color);
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
}

.copyright {
    color: var(--default-color);
    text-align: center;
    padding: 2rem 1rem 1rem;
    border-top: 1px solid #ffffff2b;
    margin-top: 2rem;
    font-size: 1.2rem;
}

/* footer ends here */

/* how to apply starts here */

.how-to-apply-banner-image {
    height: 35rem;
    width: 100%;
    margin-bottom: 2rem;
}

.how-to-apply-banner-image figure {
    width: 100%;
    height: 100%;
}

.how-to-apply-banner-image figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-to-apply-banner-left .banner-heading {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

.banner-sub-heading {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
}

.how-to-apply-banner-right .banner-heading {
    text-align: center;
}

.loan-approval-form .form-control {
    border-radius: 0.6rem;
    margin-bottom: 0.8rem;
}

.loan-approval-form .form-check-input {
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    box-shadow: none;
}

.loan-approval-form .form-check-input:checked {
    background-color: var(--secondary-color) !important;
    border: 0;
}

.loan-approval-form .form-check-label {
    font-size: 1.2rem;
}

.loan-approval-form .form-check-label a {
    text-decoration: none;
    color: var(--primary-color);
}

.loan-approval-form .form-check-label a:hover {
    text-decoration: underline;
}

.loan-approval-form .custom-btn {
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
}

.how-to-apply-tag {
    gap: 1rem;
    margin-top: 2rem;
}

.how-to-apply-tag-item {
    background: var(--default-color);
    width: 33.3%;
    box-shadow: 0 0 2px rgba(31,40,83,0.25);
    border-radius: 0.5rem;
    text-align: center;
    padding: 1rem;
}

.how-to-apply-tag-item figure {
    width: 100%;
    height: 7rem;
}

.how-to-apply-tag-item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-to-apply-tag-item h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.6rem;
    margin-top: 1rem;
}

.how-to-apply-tag-item p {
    font-size: 1.3rem;
}

.rd-loans-list {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 3rem 2rem;
    box-shadow: 0 0 9px #ddd;
    height: 100%;
}

.rd-loans-list .column-heading {
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.rd-loans-list p {
    margin-top: 1rem;
    display: flex;
}

.rd-loans-list p span {
    min-width: max-content;
    font-weight: 600;
    margin-right: 0.8rem;
}

.number-of-loans-item {
    gap: 4rem;
    margin-top: 2rem;
}

.number-of-loans-item-box {
    background: var(--primary-color);
    padding: 1.5rem 1.5rem;
    border-radius: 0.5rem;
    gap: 1.5rem;
}

.number-of-loans-item:nth-child(even) .number-of-loans-item-box {
    background: var(--secondary-color);
}

.number-of-loans-item:first-child {
    margin-left: 4rem;
}

.number-of-loans-item:nth-child(2n) {
    margin-left: 10rem;
}

.number-of-loans-item:last-child {
    margin-left: 5rem;
}

.number-of-loans-icon {
    background: var(--default-color);
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}

.number-of-loans-icon img {
    width: 3rem;
    height: 4rem;
    object-fit: contain;
}

.number-of-loans-item-box .column-heading {
    color: var(--default-color);
}

.loans-item-box-number {
    font-size: 8rem;
    font-weight: 900;
    color: var(--black-color);
    line-height: 1;
}

.select-loan-amount-box {
    box-shadow: 0 0 9px #b1b1b1;
    padding: 3rem;
    max-width: 40rem;
    margin: auto;
    border-radius: 0.5rem;
}

.select-loan-amount-box .column-heading {
    font-weight: 600;
    margin-bottom: 2rem;
}

.input-loan-amount {
    margin-bottom: 2rem;
}

.input-loan-amount .form-label {
    min-width: max-content;
    margin: 0;
}

.input-loan-amount .form-control {
    border: 0;
    border-bottom: 1px solid var(--secondary-color);
    border-radius: 0;
    width: 10rem;
    padding: 0rem 1rem;
    min-height: auto;
    text-align: center;
}

.amount-minus, .amount-plus {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--default-color);
}

#amountRange {
    width: 100%;
    height: 6px;
    appearance: none;
    cursor: pointer;
    background: linear-gradient(#0d6efd,#0d6efd) 0/0% 100% no-repeat, #e4e4e4;
}

/* Track */
#amountRange::-webkit-slider-runnable-track{
    height: 6px;
    background: var(--secondary-color);
    border-radius: 0;
}

/* Thumb */
#amountRange::-webkit-slider-thumb{
    appearance: none;
    height: 2rem;
    width: 2rem;
    background: var(--default-color);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    margin-top: -8px;
    transition: 0.2s;
}

/* Hover effect */
#amountRange::-webkit-slider-thumb:hover{
    transform: scale(1.1);
}

/* Firefox */
#amountRange::-moz-range-track{
    height: 6px;
    background: var(--secondary-color);
    border-radius: 0;
}

#amountRange::-moz-range-thumb{
    height: 2rem;
    width: 2rem;
    background: var(--default-color);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
}

.pl-offered {
    background: var(--secondary-color);
    padding-top: 4rem;
}

.pl-offered .section-heading {
    color: var(--default-color);
}

.pl-offered-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-bottom: 2rem;
}

.pl-offered-item {
    background: var(--default-color);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.pl-offered-item .column-heading {
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.pl-offered-item p {
    font-size: 1.5rem;
    line-height: 1.6;
}

.amount-progressbar-slider p {
    padding: 1rem;
    border-bottom: 1px solid var(--secondary-color);
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

.amount-progressbar-slider .custom-btn {
    max-width: 100%;
}

/* how to apply ends here */

/* personal loan page starts here */

.pl-banner {
    background: var(--secondary-color);
}

.pl-banner .banner-sub-heading {
    color: var(--default-color);
    margin-top: 1rem;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 500;
}

.pl-banner .how-to-apply-banner-left {
    padding-bottom: 4rem;
}

.pl-banner .how-to-apply-banner-right {
    border: 1px solid #ffffff4a;
    padding: 3rem;
    border-radius: 2rem;
    max-width: 48rem;
    margin: auto;
}

.pl-banner .how-to-apply-banner-right .column-heading {
    color: var(--default-color);
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 2rem;
}

.pl-banner .loan-approval-form .form-control {
    background: 0;
    color: var(--default-color);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.pl-banner .loan-approval-form .form-control::placeholder{
    color: var(--default-color);
}

.pl-banner .loan-approval-form .form-check {
    margin-bottom: 1rem;
}

.pl-banner .loan-approval-form .form-check-input {
    border: 1px solid var(--default-color) !important;
    width: 2rem;
    height: 2rem;
}

.pl-banner .loan-approval-form .form-check-label {
    color: var(--default-color);
    margin-left: 0.6rem;
}

.pl-banner .loan-approval-form .custom-btn {
    margin-top: 3rem;
}

/* tab filters starts here */

.nav-sub-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: var(--default-color);
    margin-bottom: 3rem;
    margin-top: 5rem;
}

.nav-sub-header.stuck {
    /* box-shadow: 0 3px 12px rgba(0,0,0,0.15); */
    transition: all .2s ease;
}

.nav-filters {
    border: 0;
    box-shadow: 0 0 9px #ddd;
    padding: 6px 5px;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
}

.nav-filters .nav-items {
    display: flex;
    overflow: hidden;
}

.nav-sub-header.stuck .nav-filters {
    padding: 4px 20px;
}

.nav-filters .nav-link {
    border: 0;
    background: 0;
    color: var(--secondary-color);
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 5rem;
    padding: 0.8rem 1.6rem;
    transition: all 0.3s;
    flex-shrink: 0;
    position: relative;
}

.nav-filters .nav-items .nav-link::after {
    position: absolute;
    content: "";
    background: #b9b9b9;
    width: 1px;
    height: 20px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.nav-filters .nav-link.active,
.nav-filters .nav-link:hover {
    background: var(--primary-color);
    position: relative;
    color: var(--default-color);
}

/* .nav-filters .nav-link.active::before {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    bottom: 0px;
    left: 0;
    width: 80%;
    height: 2px;
    right: 0;
    margin: auto;
} */

#overview,
#key-features-and-benefits,
#eligibility-criteria-and-doc-required,
#loan-process,
#credit-score,
#charges-and-fee,
#repayment-options,
#shy-surakshitpay,
#faq,
#support {
    scroll-margin-top: 55px;
}

.nav-filters .dropdown {
    position: relative;
}

.nav-filters .dropdown-menu {
    position: absolute;
    top: 36px;
    right: 0;
    background: var(--default-color);
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    display: none;
    z-index: 999;
    padding: 0;
}

.nav-filters .dropdown-menu a {
    display: block;
    padding: 12px 14px;
    color: #545454;
    text-decoration: none;
    font-size: 14px;
    border-top: 1px solid #ddd;
    font-weight: 500;
}

.nav-filters .dropdown-menu a:hover, .nav-filters .dropdown-menu a.active {
    background: var(--secondary-color);
    color: var(--default-color);
}

.nav-filters .dropdown-menu a.active::before{
    display: none;
}

/* MORE */
.more-menu {
    position: relative;
    flex-shrink: 0;
}

.more-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 999;
}

.more-menu.open .dropdown-menu {
    display: block;
}

/* show dropdown */
.nav-filters .dropdown.open .dropdown-menu {
    display: block;
}

/* tab filters ends here */

.key-box {
    box-shadow: 0 0 13.5px rgba(0,0,0,0.1);
    height: 100%;
    padding: 2rem 1rem;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.5rem;
    text-align: center;
}

.key-icon {
    width: 3rem;
    height: 4.5rem;
    margin: auto;
    margin-bottom: 1rem;
}

.key-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.key-box .column-heading {
    font-size: 1.5rem;
}

.custom-btn-center {
    margin: auto;
    margin-top: 3rem;
    min-width: 30rem;
}

.criteria-and-docs {
    background: var(--light-thin-color);
}

.docs-accordion-container .accordion-item {
    background: 0;
    border: 0;
    border-bottom: 1px solid #cfcfcf80;
}

.docs-accordion-container .accordion-item:last-child {
    border-bottom: 0;
}

.docs-accordion-container .accordion-button {
    background: 0;
    font-size: 1.8rem;
    box-shadow: none;
    font-weight: 600;
    padding: 1.7rem 1.25rem;
    color: var(--secondary-color);
}

.docs-accordion-container .accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}

.docs-accordion-container .accordion-body {
    border: 0;
    padding-top: 0;
    color: var(--secondary-color);
}

.loan-app-process {
    gap: 1rem;
    margin-top: 4rem;
    position: relative;
}

.loan-app-process::before {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 100%;
    height: 1px;
    top: 5rem;
    z-index: -1;
}

.loan-app-process-item {
    width: 100%;
    text-align: center;
    position: relative;
}

.loan-app-process-item:first-child::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 2rem;
    height: 2rem;
    top: 4rem;
    left: 0;
    border-radius: 50%;
}

.loan-app-process-item:last-child::before {
    position: absolute;
    content: "";
    background: var(--primary-color);
    width: 2rem;
    height: 2rem;
    top: 4rem;
    right: 0;
    border-radius: 50%;
}

.loan-app-process-img {
    background: var(--light-thin-color);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 9px #ddd;
    margin: auto;
    margin-bottom: 2rem;
}

.loan-app-process-img img {
    width: 5rem;
    height: 6rem;
    object-fit: contain;
}

.loan-app-process-item .column-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.loan-app-process-item p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.credit-score-board {
    position: relative;
    max-width: 90rem;
    margin: auto;
    margin-top: 4rem;
}

.credit-score-img {
    text-align: center;
}

.credit-score-btn {
    position: absolute;
    bottom: 3rem;
    right: 0;
}

.credit-score-btn .custom-btn {
    min-width: 45rem;
}

.component-box {
    background: #f3f3f3b5;
    max-width: 80rem;
    margin: auto;
    margin-top: 4rem;
    border: 1px solid var(--secondary-color);
    box-shadow: 0 0 9px #b9b9b9;
    border-radius: 0.6rem;
    overflow: hidden;
}

.component-heading {
    display: flex;
    background: var(--primary-color);
}

.component-heading h3 {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    font-weight: 600;
    color: var(--default-color);
    line-height: 1.7;
}

.component-heading h3:first-child {
    width: 35%;
}

.component-item {
    display: flex;
    border-top: 1px solid var(--secondary-color);
}

.component-item h4 {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    width: 35%;
    line-height: 1.7;
}

.component-item p {
    flex: 1;
    padding: 1rem 2rem;
}

.why-surakshitpay .section-subheading {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
}

.why-surakshitpay-icon {
    background: var(--light-thin-color);
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.why-surakshitpay-icon img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
}

.why-surakshitpay-item .column-heading {
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.why-surakshitpay-item p {
    text-align: left;
    font-size: 1.4rem;
}

.faq-accordion-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}

.faq-accordion-container .accordion-item {
    background: #ebebeb47;
    box-shadow: 0 0 9px #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 0;
    height: max-content;
}

.faq-accordion-container .accordion-button {
    background: 0;
    font-size: 1.6rem;
    color: var(--secondary-color);
    border-bottom: 0 !important;
    padding: 1.5rem 2rem;
    font-weight: 600;
    box-shadow: none;
}

.faq-accordion-container .accordion-button::after {
    content: "\f063";
    font-family: "FontAwesome";
    font-weight: 100;
    margin-left: auto;
    transition: transform 0.2s;
    background: none;
    border-radius: 50%;
    font-size: 1.6rem;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.faq-accordion-container .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background: none;
    color: var(--primary-color);
}

.faq-accordion-container .accordion-body {
    border: none;
    padding: 0 1.5rem 1rem;
}

/* support starts */

.support-container {
    background: var(--secondary-color);
    padding: 4rem 0;
}

.support-left h3 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.support-left p {
    color: var(--default-color);
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.support-btn {
    gap: 1.5rem;
    margin-top: 2.3rem;
}

.support-btn .custom-btn {
    background: 0;
    color: var(--primary-color);
}

.support-btn .custom-btn:first-child, .support-btn .custom-btn:hover {
    background: var(--primary-color);
    color: var(--default-color);
}

.support-btn .custom-btn:first-child:hover {
    background: 0;
    color: var(--primary-color);
}

.support-right {
    position: relative;
}

.support-right::before {
    position: absolute;
    content: "";
    background: var(--default-color);
    width: 1px;
    height: 80%;
    bottom: 4rem;
    left: 2rem;
    z-index: 0;
}

.support-list-item {
    gap: 2rem;
    margin-bottom: 2rem;
}

.support-icon {
    background: var(--default-color);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    min-width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
    z-index: 1;
}

.support-list-details {
    color: var(--default-color);
}

.support-list-details h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.support-list-details p {
    font-size: 1.5rem;
}

/* support ends */

/* personal loan page ends here */

/* mobile optimized starts here */

@media (max-width: 1199px){
#navbar-menu .navbar-nav {
    gap: 2rem;
}

.header-right .custom-btn {
    margin-left: 2rem;
}

}

@media (max-width: 991px){
#navbar-menu {
    position: absolute;
    top: 60px;
    left: -100%;
    background: var(--secondary-color);
    width: 100%;
    z-index: 9;
    height: 100vh;
    transition: all 0.3s;
    overflow: auto;
    padding: 2rem;
}
#navbar-menu.collapse.show {
    left: 0;
}
#navbar-menu .navbar-nav {
    gap: 1rem;
    max-width: 72rem;
    margin: auto;
}
#navbar-menu .navbar-nav li a {
    color: var(--default-color);
}
.banner-heading {
    font-size: 4rem;
    margin-bottom: 1.4rem;
}
.top-banner {
    padding: 0;
}
.process-work-container {
    flex-wrap: wrap;
    gap: 3rem 1rem;
    justify-content: center;
}
.process-work-item {
    max-width: 32%;
}
.about-us-right figure img {
    max-width: 100%;
}
.footer-left {
    margin-bottom: 2rem;
}
.footer-left figure {
    max-width: 20rem;
    margin-bottom: 2rem;
}
.footer-left p {
    max-width: 100%;
}
.footer-heading {
    margin-bottom: 2rem;
}
.copyright {
    padding: 1rem 1rem 0rem;
    margin-top: 1rem;
}
}

@media (max-width: 767px){
#navbar-menu .navbar-nav {
    max-width: 53rem;
}
.process-work-item {
    max-width: 49%;
}
.product-item br {
    display: none;
}
.instant-loans-tagline li {
    font-size: 1.4rem;
}
}

@media (max-width: 576px){
.logo .navbar-brand {
    max-width: 18rem;
}
.header-right .custom-btn {
    margin-left: 0rem;
}
#navbar-menu {
    top: 56px;
}
header .navbar-toggler {
    font-size: 2rem;
}
.top-banner {
    padding: 3rem 0;
}
.banner-heading {
    font-size: 3.4rem;
    text-align: center;
}
.top-slider-image {
    height: 25rem;
    margin: 2rem 0;
}
.top-slider-banner-left p {
    text-align: center;
}
.process-work-container {
    justify-content: flex-start;
}
.process-work-item {
    max-width: 100%;
}
.repayment-options {
    overflow: hidden;
}
.instant-loans-tagline {
    align-items: center;
}
.instant-loans-tagline li {
    font-size: 1.3rem;
}
.instant-loans-tagline li:nth-child(3n) {
    border: 0;
}
.instant-loans-tagline li:last-child {
    border-left: 1px solid#ddd;
}
.instant-loans .section-heading {
    font-size: 3rem;
}
.section-padding {
    padding: 3rem 0;
}
.section-padding-top {
    padding-top: 3rem;
}
.section-padding-bottom {
    padding-bottom: 3rem;
}
.column-heading {
    font-size: 1.6rem;
}
.repayment-options-right {
    gap: 1rem 1rem;
}
.repayment-options-item {
    width: 48%;
    padding: 2rem;
}
.repayment-options-item:nth-child(3n) {
    margin-left: 0;
}
p {
    font-size: 1.4rem;
    line-height: 1.6;
}
.footer-list li a {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}
.top-partner-img {
    height: 10rem;
}
}

/* mobile optimized ends here */