* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.pt-6 {
    padding-top: 60px;
}

.pb-6 {
    padding-bottom: 60px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', sans-serif;
}


body {
    background-color: #fafafa;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

:root {
    --primary: rgb(17 106 158);
    --secondary: #dddddd;
}

a {
    color: #03A9F4;
}

/* =============================  Header ================================= */

.sticky_top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.header_part.sticky_top {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.header_part.sticky_top .navbar {
    box-shadow: none !important;
}

.header {
    background: linear-gradient(180deg, #be2d3570, #ffffff);
}

.header_part .navbar {
    border-radius: 12px;
}

.header_part {
    transition: all 0.2s ease;
    background: var(--primary);
}

.header_part .dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    font-size: 12px;
    top: 25px;
    position: absolute;
    color: #ffffff;
    right: 5px;
}


.header_part .bg-primary {
    background-color: #FFC107 !important;
    color: #000000 !important;
}

.header_part .bg-primary.dropdown-toggle::after {
    color: #000000 !important;
}

.header_part .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 220px;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;
    z-index: 9999;
    padding: 5px 0px 8px 0px;
    border-top: none;
    border: 1px solid #DDD;
}

.header_part .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #222222;
    padding: 8px 15px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
}

.header_part .navbar-nav .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    background-color: transparent !important;
    color: var(--primary);
}

.navbar-toggler {
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 18px;
    color: #000;
    opacity: 1;
    box-shadow: none !important;
    outline: none;
    background: #fff;
}

.btn-login {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: var(--primary);
    font-weight: 600;
    padding: 10px 20px;
}


.mobile_menu.offcanvas {
    width: 320px !important;
    border: none !important;
    background: #f8fafc;
}

.mobile_menu .accordion-button {
    padding: 14px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: 'Merriweather';
}

.mobile_menu .accordion-button.collapsed {
    color: #1e1e1e;
}


.mobile_menu .accordion-button::after {
    background-image: none !important;
    content: "\2b";
    font-family: 'FontAwesome';
    font-weight: 500;
    transform: rotate(0deg) !important;
}

.mobile_menu .accordion-button:not(.collapsed)::after {
    content: "\f068";
}


.mobile_menu .btn-close {
    font-size: 14px;
    opacity: 1;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
}

.mobile_menu .accordion-body ul li {
    font-size: 15px;
    color: var(--primary);
    padding: 7px 0px;
}

.mobile_menu .accordion-item {
    background: transparent !important;
    border-color: #dedede;
}

/* =============================  Banner ================================= */
/* .best_product_sec {
    background: hsl(351deg 71% 38% / 9%);
} */
.best_product_sec {
    background: #d2eeff;
	border-bottom: 2px solid #d2eeff;
}

.banner_section {
    background: #fdfdfd;
    padding: 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
	box-shadow: 0 0 2px 0 #00000051;
}

.currency_form {
    background: transparent;
}

.currency_result p {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.currency_result h5 {
    font-weight: 800;
    font-size: 22px;
    padding: 10px 0px;
}

.banner_content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    border-radius: 0;
}

.banner_content h3 {
    font-size: 18px;
    font-weight: 900;
}

.banner_content p {
    font-size: 15px;
    font-weight: 500;
}


.banner_section .content h3 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.banner_section .content p {
    color: #000000;
    font-size: 16px;
}

.banner_section .carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 35px;
    height: 35px;
    top: 50%;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    margin: 0px 4px;
    background: var(--primary);
}

.banner_section .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    border: 1px solid var(--primary);
    background: transparent;
}

.banner_section .carousel-indicators .active {
    background: var(--primary) !important;
}


/* =============================  Footer ================================= */

.card_icon {
    background: #ffffff;
    border: 1px dashed #c2c2c2;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.card_icon:hover {
    border-color: var(--primary);
    background: #12679b1c;
}

.card_icon .link {
    margin: 0;
    font-size: 16px;
    color: #000000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    font-weight: 600;
    margin-top: 6px;
}

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

/* =============================  EMI ================================= */
.heading_section h3 {
    font-size: 25px;
    font-weight: 700;
    color: #150e0c;
    margin: 0;
    padding-bottom: 10px;
}

.heading_section h1 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Merriweather', sans-serif;
}

.heading_section p {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.form-control {
    border: 1px solid #ddd;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
    padding: 12px 10px;
}

.form-control:focus {
    border-color: var(--primary) !important;
}

.form-control::placeholder {
    color: #ddd;
}

.form-label {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.form-control.form-select {
    cursor: pointer;
}


.btn-primary {
    background: var(--primary);
    border-color: var(--primary) !important;
    padding: 11px 5px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.btn-primary:hover {
    background: rgb(4 89 139) !important;
}


.emi_result h4 {
    font-size: 23px;
    font-weight: 700;
    color: #343434;
}

.emi_result h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
}


/* =============================  calculate ================================= */

.calculate_emi {
    background: rgb(6 99 153);
    padding: 80px 0px;
}

.calculate_emi .form-control {
    background-color: #12679b !important;
    border-color: #03456d;
}

.calculate_emi .form-control::placeholder {
    color: #c9c9c9;
}

.calculate_emi .form-control,
select {
    color: #fff;
}

.calculate_emi .form-control:focus {
    color: #fff !important;
    border-color: #ddd !important;
}


.calculate_emi .btn-primary {
    background: rgb(0 71 112) !important;
    border-color: rgb(0 73 116) !important;
}





/* =============================  Loan ================================= */
.banner_loan {
    padding: 50px 0px;
    background: #ffffff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.section-text .title {
    font-size: 24px;
    font-weight: 600;
}

.section-text p {
    font-size: 16px;
    color: #666;
}

.blog-item .content h3 a {
    font-size: 18px;
    color: #212121;
    font-weight: 600;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.blog-item .content h3 a:hover {
    color: var(--primary);
}

.blog-item .content p {
    font-size: 16px;
    color: #555;
}


.blog-item .post-date span {
    display: block;
}

.blog-item .post-date h4 {
    font-size: 20px;
    font-weight: 600;
}

.date {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    color: #767676 !important;
}

.brand_section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.blog_list span {
    color: #767676 !important;
    font-size: 16px;
}

/* =============================  Footer ================================= */

.footer_sec {
    background: #252525;
}

.copyright_sec {
    background: #191818;
}

.widget_header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.widget_links ul li a {
    display: inline-block;
    color: #ddd;
    font-size: 16px;
    padding: 6px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.widget_links ul li a:hover {
    color: var(--primary);
}

.copyright {
    font-size: 16px;
    color: #cbcbcb;
}

.social_icon ul li {
    display: inline-block;
}

.social_icon ul li a {
    display: inline-block;
    padding: 0px 15px 10px 0px;
    color: #999;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social_icon ul li a:hover {
    color: #fff;
}

.footer_menu ul li a {
    color: #dddada;
    font-size: 16px;
}


.brand_section .swiper-wrapper {
    display: flex;
    align-items: center;
}


/* =============================  Login ================================= */

.login_form {
    max-width: 28rem;
    margin: auto;
    background: #ffffff;
    padding-top: 30px;
    border-radius: 10px;
}

.login_form h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #393939;
}

.login_form .form-label {
    font-size: 16px;
    color: #212121;
}


.login_form .form-control::placeholder {
    color: #CCC;
}

.login_form .form-label-description a {
    font-weight: 500;
}


.login_form p {
    font-size: 15px;
    color: #212121;
}

.send_back p {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.send_back p a {
    color: #3460ad;
}


.btn_google svg {
    width: 20px !important;
    margin-right: 6px;
}

.btn_google {
    background-color: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    font-size: 14px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    border-radius: 6px;
    width: 100%;
    padding: 12px 0px;
    font-weight: 600;
}

.login_form .page_title {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
}

.facebook_login {
    background-color: #314a7e;
}

/* =============================  breadcrumb ================================= */

.breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}

/* =============================  custom page ================================= */

.custom_content {
    font-size: 16px;
    color: #222;
}

.contact_info {
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
}

/* =============================  contact page ================================= */

.contact_info .icon {
    border: 1px solid #ebebeb;
    padding: 4px;
    border-radius: 7px;
}

.contact-form h4 {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
}

/* =============================  blog details page page ================================= */

.details_content .content {
    font-size: 17px;
    color: #333;
}

.details_content .title {
    font-size: 23px;
    font-weight: 600;
    color: #212121;
}

.small_img img {
    max-width: 160px;
    max-height: 90px;
    border-radius: 10px;
}

.blog-sidebar .post-name {
    color: #0A1023;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Merriweather', sans-serif;
}

.blog-sidebar .post-name:hover {
    color: var(--primary);
}



.blog-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
}

.related_sec .title h4 {
    font-size: 18px;
    color: #212121;
    font-weight: 900;
}

.related_sec .swiper-slide {
    display: flex;
    height: auto;
}

.related_sec .swiper-horizontal>.swiper-pagination-bullets,
.related_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.related_sec .swiper-pagination-custom,
.related_sec .swiper-pagination-fraction {
    bottom: 0;
    position: relative;
}

.related_sec .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 50px;
    background: var(--primary);
}

.related_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
}


.blog-post h5 a {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-post h5 a:hover {
    color: var(--primary) !important;
}

.blog-post p {
    font-size: 16px;
}

.blog-post span {
    font-size: 17px;
    display: block;
    margin-bottom: 12px;
    color: #767676 !important;
}

.pagination_nav .page-link {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    border: 1px solid #EEE;
    outline: none !important;
    box-shadow: none !important;
}

/* =============================  Credit Card ================================= */

.credit_card_table td {
    padding: 15px 10px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.credit_card_table th {
    background: var(--primary);
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.credit_card_table {
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 10px;
}

.calculator_card .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.calculator_card .card-text {
    margin: 0;
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
}

.calculator_card {
    background: #fafafa;
    border: 1px solid #dddddd;
}

.calculator_card img {
    width: 70px;
}




/* =============================  Faq ================================= */

.faq_section .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 10px !important;
    overflow: hidden;
}

.faq_section .accordion-button {
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    outline: none;
    box-shadow: none !important;
    padding: 18px 15px;
    border-bottom: 1px solid transparent;
}

.faq_section .accordion-button:not(.collapsed) {
    color: firebrick;
    border-bottom: 1px solid #EEE !important;
}

.faq_section .accordion-body {
    font-size: 16px;
}

.faq_section .accordion-button::after {
    background-image: none !important;
    content: "\2b";
    font-family: "FontAwesome";
    font-weight: 500;
    transform: rotate(0deg) !important;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.faq_section .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background-color: firebrick;
}

.faq_section .accordion-body {
    font-size: 16px !important;
    color: #212121;
}


/* =============================  About Us ================================= */

.about_contact h5 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 13px;
}

.about_contact {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}


.bank_product {
    background: #fbfbfb;
    padding: 40px 0px;
}

/* =============================  Dashboard ================================= */

.user_info .info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
}

.user_info .info p {
    font-size: 15px;
    color: #666;
}

.dashboard_card .card-info h3 {
    font-size: 25px;
    font-weight: 600;
    color: #212121;
}

.dashboard_card .card-info h6 {
    font-size: 16px;
    color: #333;
}

.user_table {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.user_table th {
    padding: 14px 15px;
    color: #212121;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.user_table td {
    font-size: 15px;
    color: #444;
    padding: 12px 15px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}


/* .user_table .table .btn-primary {
    border-radius: 50px;
    height: 34px;
    width: 34px;
    background: #6b6b6b;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
} */


.user_table .title h4 {
    margin: 0;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.user_menu ul li a {
    padding: 9px 0px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.user_menu ul li a:hover {
    color: var(--primary);
}

.user_menu ul li a.active {
    color: var(--primary);
}

.user_menu ul li a img {
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    border-radius: 50px;
    padding: 7px;
    margin-right: 7px;
}


.dashboard_wrapper .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}


.user_info .user_pic img {
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #ddd;
}

.select2-container--bootstrap-5 .select2-selection--single {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 12px 10px !important;
    height: 48px;
    border-radius: 0.375rem;
}

.select2-container--bootstrap-5 .select2-selection--single:focus,
.select2-container--bootstrap-5 .select2-selection--single:active {
    border-color: var(--primary) !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: var(--primary) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--primary) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    outline: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
    padding: 10px 16px;
}

.select2-container--bootstrap-5 {
    display: block;
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #ae1631 !important;
}


/* ============================= Listing ================================= */

.listing_filter {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    border-radius: 10px;
}

.listing_filter .filter_btn {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Merriweather', sans-serif;
    color: #2b2b2b;
}

.bank_content h6 {
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    font-family: 'Merriweather', sans-serif;
}

.bank_content p {
    font-size: 17px;
    color: #292929;
    font-weight: 500;
}

.bank_content .bg-success {
    padding: 10px 15px;
    background: #8bc34a24 !important;
    border: 1px solid #4caf508c;
    color: #4CAF50;
    font-weight: 700;
    font-size: 13px;
}

.listing_details .nav-tabs .nav-link {
    padding: 10px 20px;
    color: #212121;
    font-size: 15px;
    font-weight: 600;
}

.listing_details .nav-tabs .nav-item.show .nav-link,
.listing_details .nav-tabs .nav-link.active {
    color: var(--primary) !important;
}

.listing_details .content-area ul {
    list-style: disc;
    padding-left: 32px;
}

.listing_details .content-area ul li {
    font-size: 16px;
    color: #222;
    padding: 8px 0px;
    font-family: 'Lato', sans-serif;
}