/*
========================
GOBAL CSS START
========================
*/

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
    color: #333333;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: white;
    background: #013EE2;
}

::-webkit-selection {
    color: white;
    background: #013EE2;
}

::-moz-selection {
    color: white;
    background: #013EE2;
}

.scrolltotop {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 50%;
    background: var(--primery-color);
    text-align: center;
    font-size: 22px;
    color: #222;
    position: fixed;
    left: 30px;
    bottom: 100px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    align-content: center;
}

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 55px;
    height: 55px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: var(--primery-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

:root {
    --primery-color: #ffe100;
    --primery-black: #222;
}
.support-btn button {
    display: flex;
    width: 55.1px;
    height: 55.1px;
    padding: 5.73px 10.15px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #ffe100;
    border: none;
    outline: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 100;
    transition: 0.3s;
}
.support-btn button:hover {
    opacity: 0.8;
}

/*===============
 GOBAL CSS END  
 ============== */

/*========== site header style start hare ======== */

.site-header {
    background: #f5f5f6;
    padding: 15px 0;
}
.select-languase select {
    background: transparent;
    border-color: transparent;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}
.select-languase select option {
    cursor: pointer;
}
.navbar.stickty .navbar-brand img {
	max-width: 119px;
}
.navbar.stickty {
    padding: 0 !important;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14);
}
.contact-phone i {
    color: var(--primery-color);
    font-size: 13px;
}

.contact-phone a {
    color: var(--primery-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.header-social-list li a {
    display: block;
}
.header-social-list li a i {
    color: var(--primery-color);
    font-size: 24px;
    transition: 0.3s;
}
.telegram-link i {
    font-size: 14px !important;
    padding: 4px;
    border: 1px solid var(--primery-color);
    border-radius: 50%;
}
.header-social-list li a:hover i {
    color: var(--primery-black);
    border-color: var(--primery-black);
}

/*======== site header style end hare ======= */
/*======= site main nav style start hare  =======*/
.navbar {
    border-bottom: 1px solid #e6e6e6;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    transition: 0.3s;
}

.navbar-nav .nav-link {
    padding: 5px 40px !important;
    border-right: 1px solid #cdcdcd;
    font-size: 18px;
    color: #555;
}
.navbar-nav .nav-link:hover {
    color: var(--primery-color);
}
.navbar-nav li:last-child .nav-link {
    border-right: none;
}
.nav-action {
    background: var(--primery-color);
    border: none;
    border-radius: 0px;
    color: var(--primery-black);
    font-size: 18px;
}
.nav-action:hover {
    color: #fff;
    background: var(--primery-black);
}
.btn-close {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close i {
    font-size: 28px;
}

#offcanvasNavbarLabel img {
    max-width: 120px;
}
.toggle-icon i {
    font-size: 28px;
}
.offcanvas-header {
    border-bottom: 1px solid #e6e6e6;
}
.navbar-brand img {
	transition: 0.3s;
}

/*======= site main nav area style end hare ===== */
/*====== hero section style start hare ======= */

.hero-section {
    padding: 20px 0;
}
.hero-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slide-items {
    min-height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-slide-content h2 {
    color: #202020;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}
.hero-slide-content h4 {
    color: #383838;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 6px;
}
.hero-slide-content h4 span {
    font-weight: 700;
}
.hero-slide-content a {
    display: inline-flex;
    height: 43px;
    padding: 11px 20.656px 12px 21px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffe100;
    background: #ffe100;
    font-size: 18px;
    margin-top: 20px;
}
.hero-slider {
    position: relative;
}

.hero-slider-prev-btn button {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background: #fff;
    box-shadow: 7.071px 7.071px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.hero-slider-next-btn button {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    background: #fff;
    box-shadow: -7.071px 7.071px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.hero-carousel .owl-item {
    padding: 0 !important;
}
.owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #1d1a1a !important;
    opacity: 0.3;
}

.owl-dot.active {
    background: #1d1a1a !important;
}

.hero-content-items {
    min-height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-content-left h4 {
    color: #222;
    font-size: 21px;
    font-weight: 400;
}
.hero-content-left p {
    color: #555;
    font-size: 16px;
    padding-top: 10px;
}

.hero-content-right {
    max-width: 50%;
}

/*====== hero section style end hare ===== */

.step-section {
    padding: 40px 0;
    padding-bottom: 15px;
}
.section-title h2 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.step-card-body {
    display: flex;
    gap: 10px;
    padding-top: 30px;
    position: relative;
}
.step-card-body::before {
    content: "";
    clear: both;
    position: absolute;
    top: 85px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    height: 1px;
    background: #e6e6e6;
    z-index: -1;
}
.signle-card {
    width: calc(20% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 15px;
}

.card-icons {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border-radius: 60px;
    background: #f5f5f6;
}
.step-card-description p {
    text-align: center;
}

.card-icons.bg-fill {
    background: var(--primery-color);
}

.achivement-wrapper {
    padding-top: 30px;
}
.achivement-number h2 {
    color: #555;
    font-size: 30px;
    font-weight: 700;
}
.achive-card-details .card-text h4 {
    color: #555;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
}

/*======== step section end hare ======== */
/*===== loan requirement section start hare ===== */
.loan-requirement-section {
    padding: 35px 0;
}
.section-description {
    padding-top: 20px;
}

.section-description ul li {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    list-style: disc;
}

.loan-inner-wrapper {
    max-width: 670px;
    margin: 0 auto;
    padding-top: 30px;
}

.loan-top-card {
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

.load-card-items {
    width: 33.3%;
    padding: 15px;
    padding-bottom: 0;
    border-right: 1px solid #e6e6e6;
}
.load-card-items:last-child {
    border: none;
}
.loan-card-value .value {
    font-size: 22px;
    font-weight: 700;
}

.loan-card-value .edit-pen button {
    background: transparent;
    border: none;
    outline: none;
    color: #999999;
    font-size: 18px;
}

.card-vale-text span {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
}
.card-title h4 {
    font-weight: 400;
    font-size: 19px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #007bff 50%, #ddd 50%);
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
    position: relative;
    bottom: -10px;
}

.slider:hover {
    cursor: pointer;
}

.slider::-webkit-slider-thumb,
.slider::-webkit-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #ffc628;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #ffc628;
}
.slider::-ms-thumb {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #ffc628;
}
.loan-form {
    padding-top: 40px;
}

.input-group {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.input-group .signle-input {
    width: 50%;
    border-right: 2px solid #e6e6e6;
    flex: 1 1 0%;
}
.signle-input input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 16px;
}
.input-group .signle-input:last-child {
    border: none;
}
.input-group-gap {
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.input-group-gap input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}


/*====== loan requirement section style end hare ======== */
/*========== loan benefits section start hare ======== */

.loan-benefits-section {
    padding-top: 10px;
    padding-bottom: 60px;
}

.loan-benefits-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    min-height: 200px;
    padding: 20px;
}
.loan-benefits-card.bg-color-1 {
    background: #0071c7;
}
.loan-benefits-card h2 {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    text-align: center;
}
.loan-benefits-card h2 span {
    font-weight: 700;
}
.loan-benefits-card p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.loan-benefits-card.bg-color-2 {
    background: #d82a34;
}
.loan-benefits-card.bg-color-3 {
    background: #81bd5b;
}

/*========= site foooter style start hare ======== */

.site-footer {
    padding: 40px 0;
    background: #f5f5f6;
}

.footer-card h4 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
}
.footer-card ul {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-card ul li a {
    display: block;
    color: #555;
}
.footer-card ul li a:hover {
    color: var(--primery-color);
}

.footer-contact-info li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer-contact-info li a.phone {
    font-size: 20px;
    color: #555;
    font-weight: 700;
}

/*======= copyright section style ====== */

.site-copyright {
    padding: 30px 0;
    background: #545454;
}
.copyright-block p {
    color: #9a9a9a;
    font-size: 14px;
}
.copyright-block ul li {
    color: var(--primery-color);
}
.copyright-block ul li a {
    color: var(--primery-color);
    font-size: 14px;
}
.copyright-block ul li a:hover {
    color: #9a9a9a;
}
.copyright-card li span {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 7px 2.818px 7px 3.14px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #9a9a9a;
    color: #9a9a9a;
    font-size: 14px;
}
.copyright-card ul {
    gap: 10px;
}
.copyright-card ul li a {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background: #ffe100;
    color: #9a9a9a;
}
.copyright-card ul li a:hover {
    transform: translateY(-5px);
}

.branch-map-section {
    padding: 0;
}

/*================================ 
ABOUT PAGE STYLE START HARE 
==================================== */

.page-title-section {
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 29px 0;
    background: #f9f9f9;
}
.page-title span {
    color: #b6b5b5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.page-title h2 {
    color: #383838;
    font-size: 34px;
    font-weight: 400;
}

.about-content-section {
    padding-bottom: 70px;
}
.about-list li a {
    display: block;
    padding: 15px 0;
    padding-left: 20px;
    background: #f9f9f9;
}
.about-list li a:hover {
    background: var(--primery-color);
}
.about-list ul {
    border: 1px solid #f2f2f2;
}
.about-list li {
    border-bottom: 1px solid #f2f2f2;
}
.about-list li:last-child {
    border-bottom: none;
}
.about-content-card h4 {
    color: #383838;
    font-size: 24px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-card-left {
    width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-card-left h2 {
    color: #555;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
}
.about-card-left .line {
    width: 60px;
    max-width: 100%;
    height: 1px;
    background: #ffe100;
    display: block;
}
.about-card-left p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
.about-card-right {
    flex: 1;
}
.about-card-right p {
    color: #555;
    font-size: 16.5px;
    font-weight: 400;
}
.about-content-card ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ================================
Loan Conditions Page style start hare 
==================================== */

.about-list li a.active {
    background: var(--primery-color);
}

.about-card-right p a {
    color: var(--primery-color);
}

/* =============================
Customer Information Page start hare 
 ============================== */

.customer-info-section {
    padding-top: 50px;
    padding-bottom: 40px;
}

.customer-section-title h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.customer-section-title p {
    max-width: 860px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-top: 25px;
}

.fin-entry-card {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 18px;
    background: #f5f5f5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(2px);
    margin-top: 40px;
    padding: 15px;
    position: relative;
}
.fin-entry-card h4 {
    color: #696969;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}
.fin-entry-card input {
    display: block;
    width: 100%;
    color: #898989;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
}
.fin-demo-btn {
    position: absolute;
    right: -10px;
    top: -10px;
}
.fin-demo-btn button {
    background: transparent;
    border: none;
    outline: none;
}
.form-next-btn {
    width: 400px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    border: none;
    outline: none;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    background: var(--primery-color);
    border-radius: 15px;
    transition: 0.3s;
    max-width: 100%;
}
.form-next-btn:hover {
    background: var(--primery-black);
    color: #fff;
}

.forget-customer-code {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
}
.forget-customer-code p {
    color: #000;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}
.forget-customer-code p a {
    text-decoration: underline;
}

.info-entry-description {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
}
.info-entry-description p {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
}

.fin-popup .modal-header {
    border-bottom: none !important;
}

.fin-modal-body h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.fin-modal-dialog {
    max-width: 644px;
}
.fin-popup {
    border-radius: 37px;
    border: 1px solid #000;
    box-shadow: 0px 4px 13px -6px rgba(167, 167, 167, 0.7) inset;
}
.fin-modal-body {
    padding: 0 25px;
}
.fin-popup .modal-header .btn-close {
    width: 25px;
    padding: 15px;
}

.fin-modal-body .id-demo {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-bottom: 30px;
}
.fin-modal-body .id-demo img {
    max-width: 489px;
}

/*========== info deatils page ======= */

.info-details-section {
    padding: 50px 0;
    padding-top: 25px;
}

.info-card-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inner-card-left h4 {
    color: #696969;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.inner-card-left input {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}
.inner-card-left input::placeholder {
    color: #000;
}
.info-card-items {
    padding: 15px 20px;
    border-radius: 18px;
    background: #FAFAFA;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) inset;
    backdrop-filter: blur(2px);
}

.inner-card-right button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #6a6a6a;
    width: 25px;
}
.inner-card-left {
    flex: 1;
}

.info-card-two {
    margin-top: 20px;
}

.info-card-text {
    padding-top: 30px;
}
.info-card-text ul li {
    color: #696969;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    list-style: disc;
    padding-bottom: 5px;
}
.info-card-text ul {
    padding-left: 45px;
}

.info-show-wrapper ul {
    border-radius: 22px;
    background: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.info-show-wrapper ul li {
    display: flex;
    padding: 15px 25px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    flex-wrap: wrap;
    gap: 20px 0;
    align-items: center;
}
.info-show-wrapper ul li:nth-of-type(odd) {
    background: #F9F9F9;
}
.info-show-wrapper ul li:last-child {
    border-bottom: none;
}
.info-show-wrapper ul li h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.info-show-wrapper ul li h4 {
    color: #696969;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.info-card-body {
    padding-top: 0;
}
.contact-phone a:hover {
    color: var(--primery-color);
}

.branch-map iframe {
    height: 90vh;
}

.branch-map {
    position: relative;
}

.branch-list {
    position: absolute;
    left: calc((100% - 1200px)/2);
    bottom: 50px;
    height: 85%;
    display: flex;
    align-items: end;
    width: auto;
}
.branch-wrapper {
    display: block;
    background: #fff;
    width: 480px;
    height: 60vh;
    box-shadow: 0px 4px 12px 2px rgba(174, 174, 192, 0.35), 0px 2px 6px 0px rgba(174, 174, 192, 0.35);
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 12px;
    position: relative;
    overflow: hidden;
}

.branch-main-tab ul {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #E0E0E0 ;
}
.branch-main-tab ul li a {
    display: block;
    padding: 10px 10px;
    position: relative;
}

.branch-main-tab a::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}
.branch-main-tab a:hover::before {
    background: #C7C7C7;
}
.branch-main-tab a.active::before {
    background: #31A993;
}
.branch-main-tab a.active {
    color: #31A993;
}
.branch-main-tab-content {
    padding-top: 15px;
}
.branch-tab-card ul li a {
    display: flex;
    padding: 10px 8px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.branch-tab-card ul li {
    border-bottom: 1px solid #f0f0f0;
}
.branch-tab-card ul li .places-icons {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B3BBC6;
}
.branch-tab-card ul li .status {
    margin-left: auto;
    color: #31A993;
}
.branch-tab-card ul li a:hover {
    background: #FAFAFA;
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}

.back-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B3BBC6;
    cursor: pointer;
}

.tab-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.tab-card-header h4 {
    font-size: 18px;
    font-weight: 700;
}

.mall-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.tab-card-header .status {
    color: #31A993;
}

.tab-card-description {
    padding: 15px 0;
}

.baki-address-info {
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.addres-button {
	min-width: 90px;
	max-width: 200px;
	padding: 5px 8px;
	height: 36px;
    background-color: #31A993;
    color: #fff !important;
    border-radius: 5px;
}
.map-link li a {
    display: flex;
    align-items: center;
    justify-content: end;
}
.map-link {
    flex: 1;
}
.map-link li a img {
    max-width: 32px;
}

.baki-abseron-tab-content {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
    background: #fff;
    transition: 0.2s;
}
.baki-abseron-tab-content.active {
    right: 0;
}

.contact-whatsapp-btn img {
    max-width: 32px;
}

.contact-whatsapp-btn {
	padding: 12px 0;
}


.service-box {
	background-color: rgb(245,245,245);
	padding: 1em;
	border-radius: 1em;
}
.branch-main-tab-content {
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 20px;
}

.map-list-expanded-btn {
	height: 22px;
    width: 80%;
    border-radius: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: .2s ease;
    position: absolute;
    left: 50%;
    top: 0;
	transform: translateX(-50%);
	text-align: center;
}
.fin-demo-btn img {
	max-width: 30px;
}
.value-icon {
	max-width: 25px;
}
.about-card-left img {
	max-width: 70px;
}
.loan-btm-left img {
    width: 50px;
}

.loan-wrapper-btm {
    padding: 21px 0;
}
.loan-wrapper-btm p {
    flex: 1;
}

.loan-wrapper-btm {
    display: flex;
    align-items: center;
    gap: 15px;
}
.loan-wrapper-btm button {
    background: #ffc628;
    border: none;
    outline: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
}

.info-title {
	padding-bottom: 35px;
}
.info-title h2 {
    font-size: 28px;
}