:root {
    --accent: #97144d;
    --muted: #f5f5f6;
    --card-border: #e9e9ea;
    --text: #222;
    --green: #0fb88a;
    --box-shadow: 0 8px 18px rgba(23, 22, 22, 0.06);
    --axis-color: #97144d;
    font-size: 16px;
}


* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

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

h1,
h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: capitalize;
    color: #000;
}
h1,
h2  span{
        color: #97144d;

}

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

hr {
    margin-top: 10px;
    opacity: 1;
    background-color: #ccbd9e42;
}

img {
    max-width: 100%;
}

p {
    margin: 0 !important;
    padding: 0;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 26px;
    color: #3F3F3F;
    font-weight: 500;
    margin-bottom: 10px;
}

a,
a:hover {
    text-decoration: none;
    color: #97144d;
    transition: all 0.3s ease-in;
}

.p-40 {
    padding: 40px;
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.pt-60 {
    padding-top: 60px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-60 {
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-140 {
    padding-bottom: 140px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.px-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.px-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.rounded-40 {
    border-radius: 40px;
}

.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: none;
}


section {
    position: relative;
}

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

.wrap {
    max-width: 1180px;
    margin: 40px auto;
    padding: 20px;
}



p {
    text-align: center;
    font-size: 14px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
    justify-items: center;
}

.cards .card:nth-child(4) {
    grid-column: 2 / 3;
}

.card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid var(--card-border);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    padding: 22px;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
}

.card:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 60px;
    height: 10px;
    background: linear-gradient(90deg, rgba(139, 24, 64, 0.05), transparent);
    border-radius: 20px;
    pointer-events: none;
}

.card .title {
    font-weight: 700;
    margin: 6px 8px 14px 8px;
    font-size: 18px;
}

.card .imgwrap {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    margin: 6px 8px 14px 8px;
    flex-shrink: 0;
    background: #f7f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card .bullets {
    margin: 8px 8px 18px 8px;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
}

.card .bullets li {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #575757;
}

.check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf7f1;
    border-radius: 50%;
}

.check svg {
    width: 12px;
    height: 12px;
}

.card .actions {
    display: flex;
    gap: 12px;
    margin: 12px 8px 6px 8px;
}



/* ✅ Offer Banner */
.offer-banner {
    background: var(--axis-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 33px 53px;
    max-width: 1100px;
    margin: 40px auto 0 auto;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
}

/* ✅ “24” Circle Icon — clean without extra background */
.offer-banner::before {
    content: "24";
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    /* solid white only */
    color: var(--axis-color);
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--axis-color);
    box-shadow: none;
    /* removed shadow/background */
}

.offer-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 260px;
}

.offer-left .icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.offer-left .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.offer-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.offer-btn {
    background: #fff;
    color: var(--axis-color);
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

.offer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.features {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 1 calc(25% - 20px);
    min-width: 230px;
}

.icon-box {
    background: #fde8ef;
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box svg {
    width: 28px;
    height: 28px;
    fill: #97144d;
}

.feature-text {
    font-size: .775rem;
    color: #282828;
    line-height: 1.25rem;
    font-weight: 700;
    letter-spacing: .24px;
}

.fd-section {
    padding: 40px 20px;
    text-align: center;
}

.fd-section h2 {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 25px;
}

.fd-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f3fcfd;
    border-radius: 12px;
    padding: 25px 30px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.fd-column {
    flex: 1 1 450px;
    /*min-width: 300px;*/
    padding: 10px 25px;
}

.fd-column ul {
    list-style: disc;
    /*padding-left: 20px;*/
    text-align: left;
}

.fd-column li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #222;
}

.fd-column strong {
    color: #000;
    font-weight: 600;
}


.learning-hub {
    text-align: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.learning-hub h2 {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.learning-hub .subtitle {
    color: #666;
    font-size: 15px;
    margin-bottom: 35px;
}

.hub-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
}

.hub-card {
    background: #fff;
    border-radius: 12px;
    width: 350px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    text-align: left;
}

/* .hub-card:hover {
  transform: translateY(-5px);
} */

.hub-card img {
    width: 100%;
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
}

.hub-info {
    padding: 15px 10px 20px 10px;
}

.meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.meta .dot {
    margin: 0 5px;
}

.meta .date {
    background: #f0f0f0;
    padding: 3px 7px;
    border-radius: 4px;
    font-weight: 500;
}

.hub-info h3 {
    font-size: 15.5px;
    font-weight: 600;
    color: #111;
    margin-bottom: 6px;
}

.hub-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.view-more {
    margin-top: 35px;
}

.view-more button {
    background: #97144d;
    color: #fff;
    border: none;
    padding: 10px 26px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}


.view-more button:hover {
    background: #97144d;
}

.hub-info h3:hover {
    color: #97144d;
    transition: color 0.5s ease;

}


section.faq {
    width: 100%;
    background-color: #f1f4f7;
    padding: 30px 20px;
}

.faq h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Tabs */
.faq-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.faq-tabs button {
    background: none;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    color: #555;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.faq-tabs button.active {
    color: var(--accent);
    border-bottom: 2px solid var(--accent);
    font-weight: 500;
}

.faq-tabs button:hover {
    color: var(--accent);
}

/* Accordion */
.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-item input {
    display: none;
}

.faq-item label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-item label:hover {
    color: var(--accent);
}

.faq-item label::after {
    content: "▾";
    font-size: 16px;
    color: #555;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item input:checked+label::after {
    transform: rotate(180deg);
    color: var(--accent);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    background: #fff;
    transition: all 0.3s ease;
}

.faq-item input:checked~.faq-content {
    max-height: 200px;
    padding: 10px 22px 18px;
}

.faq-content p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    text-align: left;
}

.features-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    margin-top: -40px;

}

.features-section h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}



.features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.feature-card:hover {
    box-shadow: 0 18px 36px 0 rgba(237, 17, 100, .15);
    transform: translateY(-10px);
}

.feature-card h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

.feature-card h3:hover {
    color: #97144d;
}

.feature-card p {
    font-size: 12px;
    color: #666;
    text-align: left;
}


.view-more-btn {
    display: block;
    width: 150px;
    height: 40px;
    margin: 30px auto;
    background-color: #97144d;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.view-more-btn:hover {
    background-color: #97144d;
}

/* Main Section Wrapper */
.deposit-wrapper {
    text-align: center;
    padding: 50px 20px;
    max-width: 100%;
    margin: auto;
    margin-top: -80px;
}

/* Header Section */
.deposit-header h1 {
    font-size: 36px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}
.deposit-header{
    margin-bottom: 60px;
    margin-top: 60px;
}
.deposit-header p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto 30px;
}

/* Read More Link */
.link-readmore {
    color: #c2185b;
    text-decoration: none;
    font-weight: 500;
}

.link-readmore:hover {
    text-decoration: underline;
}

/* Tabs Bar */
.deposit-tabs {
    background-color: #333;
    padding: 15px 10px;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

/* Tab Buttons */
.tab-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #777;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background-color: #c2185b;
    border-color: #fff;
    border-color: #c2185b;
}

.type-of {
    font-weight: 500;
    text-align: center;
}
.fixed-depos{
    margin-bottom: 40px ;
}

/* Section Wrapper */
.interest-wrapper {
    background: linear-gradient(to right, #f8d8f0, #fef6f8);
    padding: 60px 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 1100px;
    margin: 50px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Title */
.interest-content h1 {
    font-size: 34px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Paragraph */
.interest-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 30px;
}

/* Link styling inside paragraph */
.link-highlight {
    color: #c2185b;
    text-decoration: none;
    font-weight: 500;
}

.link-highlight:hover {
    text-decoration: underline;
}

/* Button Styling */
.interest-btn {
    background-color: #9c275f;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.info-container {
    max-width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}

.info-heading {
    text-align: center;
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.info-point {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 12px;
    color: #444;
    font-size: 15px;
}

.info-point::before {
    content: '•';
    color: #00bfa5;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.info-point b {
    font-weight: 700;
    color: #333;
}

.info-text {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    text-align: left;
}

.interest-btn:hover {
    background-color: #9c275f;
}

.doc-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    gap: 40px;
}

/* Left Sidebar */
.tab-box {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;

}

.tab-item {
    padding: 15px 20px;
    font-size: 15px;
    color: #888;
    font-weight: 500;
        background: #f5f7f9;
}

.tab-item.active {
    background: #8A1F53;
    color: #fff;
    font-weight: 600;
}

/* Right Content Area */
.doc-content {
    flex: 2;
    background: #fff;
}

.doc-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #222;
    text-align: left;
}

.doc-subtext {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-block-end: 20px;
}

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

.doc-item {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
}

.doc-item::before {
    content: '✔';
    color: #00bfa5;
    font-weight: bold;
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.2;
}

.doc-item b {
    color: #333;
    font-weight: 700;
}


/* header */

nav {
    background-color: #97144d;
}

.navbar {
    padding: 0.6rem 0;
}

.logo-text {
    font-weight: 700;
    font-size: 1.35rem;
    color: #222;
}

.navbar .nav-link {
    color: #fff !important;
    padding: 0.5rem 0.85rem;
    font-weight: 500;
}

.navbar .nav-link:hover {
    color: #007bff;
}

.dropdown-menu {
    border-radius: 6px;
    min-width: 200px;
    padding: 0.25rem 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.btn-warning {
    background: linear-gradient(90deg, #fff, #fff);
    border: none;
    color: #000;
    padding: 6px 18px;
    font-weight: 600;
}

.btn-check:hover+.btn-warning,
.btn-warning:hover {
    color: #000;
    background-color: #efa4b7;
    border-color: #efa4b7;
    box-shadow: 0 0 0 .25rem rgb(239 164 183);
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #efa4b7;
    border-color: #efa4b7;
    box-shadow: 0 0 0 .25rem rgb(239 164 183);
}

/* ..........banner slider......... */
.tab-content {
    position: relative;
}

.tab-content .owl-nav {
    display: none !important;
}

.tab-content .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-content .owl-theme .owl-dots .owl-dot.active span,
.tab-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #97144d;
}

.banner-tabing .nav-pills .nav-link.active,
.banner-tabing .nav-pills .show>.nav-link {
    color: #97144d;
    background-color: transparent;
    border-bottom: 1px solid #97144d;
    border-radius: 0px;
}

.banner-tabing .nav-link {
    color: #000;
    padding-inline: 60px;
    padding-block: 14px;
}

.banner-tabing .nav {
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.tab-content img {
    min-height: 300px;
    height: 100%;
    object-fit: cover;
}

.banner-slider-box {
    border: 1px solid #ddd;
}

.banner-tabing .right-side-bannerimage img {
    height: 82%;
    margin-block-start: 14px;
}

.banner-tabing .right-side-bannerimage i {
    color: #97144d;
}

/* ...........rate section ............ */
.rate-bg {
    background-color: #97144d;
}

.rate-card-box {
    margin-block-start: -96px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.rate .cards {
    display: flex;
    gap: 0;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}

.rate .cards img {
    width: 100px;
    height: 100px;
}

.rate .cards h4 {
    font-size: 26px;
    font-weight: 700;
    padding-top: 16px;
    padding-block-end: 4px;
    color: #97144d;
}

/* .............life section............ */
.life-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2 equal columns */
}

.life-cards .cards {
       border: 1px solid #e2e2e2;
    padding: 36px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.life-cards .cards i {
    background-color: #ddd;
    padding: 14px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-block-end: 14px;
    font-size: 22px;
    color: #97144d;
}

.life-cards .cards h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 14px;
    padding-block-end: 5px;
}

.life-cards .cards a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
}

/* ..........life-right-card......... */
.life-right-card .cards {
    border: 1px solid #e2e2e2;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.life-right-card i {
    background-color: #ddd;
    padding: 14px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #97144d;

}

.life-right-card h4 {
    font-size: 20px;
    font-weight: 600;
    padding-block-end: 4px;

}

.life-right-card a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

/* ..........card-logo-slider............. */
.owl-carousel .owl-nav.disabled {
    display: block;
    margin-block-start: 40px;
}

.owl-carousel .owl-nav span {
    background-color: #ddd;
    padding: 14px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.3s ease-in-out
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #000;
}

.owl-carousel .owl-nav span:hover {
    background-color: #bebdbd;

}

.card-logo-slider .owl-stage-outer {
    background-color: #ddd;
    padding-block: 60px;
}


.card-logo-slider .logo-card i {
    width: 80px;
    height: 80px;
    display: inline-block;
    font-size: xxx-large;

}

.card-logo-slider .logo-card img {
    width: 80px;
    height: 80px;

}

/* ..........footer.......... */
footer {
    background-color: #97144d;
    color: #fff;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #000;
}

footer h5 {
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
    font-size: 18px;
}

.footer-links li {
    margin-bottom: 0.25rem;
}
#pills-tab{
    margin-bottom: 40px;
}
#pills-onile{
    background-color: #97144d;
    padding-inline: 24px;
    padding-top: 24px;
    border-radius: 20px;
}
#pills-profile{
    background-color: #97144d;
    padding-inline: 24px;
    padding-top: 24px;
    border-radius: 20px;
}
.fiexd-de .tab-content h4{
font-weight: 600;
color: #fff;
}
.feixd-list li {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
}
.feixd-list li span{
        margin-right: 2.1875rem;
    color: #9d9d9d;
    font-size: 1rem;
    font-family: Lato-Bold;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: .01rem;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 3.125rem;
    border: .1875rem solid #e2e2e2;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 2.5rem;
    transition: all .5s 
ease-in-out;
    z-index: 1;

}
.feixd-list li span::after{
       content: "";
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 2px dashed #fff;
    top: 40px;

}
.feixd-list li.last-child span::after{
display: none;
}
.fiexd-tabing .nav-link.active{
background-color: transparent;
border-bottom: 2px solid #ed1164;
color: #ed1164;
border-radius: 0;
}
.fiexd-tabing .nav-link{
    color: #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
border-radius: 0;

}






/*index-3-------------------*/



      .home-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    padding: 100px 0px;
}
.home-form{
  border-radius: 8px;
  background-color: #fff;
  padding: 40px;
      margin-top: 16px !important;

}
.form-heading h3{
  font-size: 1.25rem;
    margin-bottom: 32px;
    display: block;
    font-weight: 700;

}
.form-top-btn{
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding-bottom: 24px;
  
}
.form-top-btn a{
       font-weight: 400;
    border: solid 1px #E2E2E2 ;
        font-size: 14px ;
            line-height: 32px ;
    padding: 0 12px ;
    border-radius: 17px ;
    min-width: 60px ;
}
.form-top-btn a.active{
      background: #9d0b43;
    color: #fff;
    border: solid 1px #9d0b43;
}
.form-label{
      color: #282828;
      font-size: 16px;
      line-height: 16px;
      display: flex;
      align-items: center;
      column-gap: 10px;
}
.form-label img{
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.form-control,.form-select {
    height: 44px;

}
.form-control:focus,.form-select:focus{
  box-shadow: none;
  outline: none;
  border-color:#9d0b43;
}
.forgot-id{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 7px;
}

.forgot-id a{
      color: #9d0b43;
      text-decoration: none;
    font-size: 14px;
}
.password-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: rgb(101 101 101);
}
.paddword-box-inner {
    width: 100%;
    position: relative;
}
.password-box {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}
.keyboard-box {
    border-radius: 4px;
    height: 44px;
    width: 44px;
    min-width: 44px;
    border: 1px solid #e2e2e2;
    align-items: center;
    justify-content: center;
    display: flex;
}
.form-btn .btn{
      border-radius: 8px ;
          color: #fff;
    background-color: #97144d;
        min-width: 120px;
    box-shadow: none ;
    line-height: 40px;
    font-size: .875rem;
    padding: 0 32px;
        width: 100%;
    height: 56px ;
    font-weight: 700;
    font-size: 16px ;
}
.form-btn {
    margin-top: 20px;
   
}
.register-line{
  text-align: center;
  margin-top: 20px;
}
.register-line span{
  color: #282828 ;
   font-weight: 400;
}
.register-line a{
  font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #97144d;
    text-decoration: none;
}
.home-right-head h2{
      color: #6e6e6e;
          margin-right: 4px;
              line-height: 26px !important;
              font-weight: 700 !important;
              font-size: 20px;
}
.home-right-head h1{
      font-size: 48px !important;
      font-weight: 700 !important;
      color: #000;
}
.home-right-box {
    margin-top: 20px !important;
    height: 40px;
    border-radius: 25px;
    background: white;
    width: 376px !important;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.home-right-box span{
    color: #404040;
    font-weight: 700;
    letter-spacing: 1px;
        font-size: 12px;
}
.home-right-box a {
    font-size: 12px;
    color: #9d0b43;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.themeA-border {
    border-right: 1px solid #e2e2e2;
          height: 24px;
    padding-right: 8px;
    margin-right: 8px;
    border-color: #f1f1f1 !important;
}
.home-right{
      margin-top: 32px;
      padding-top: 20px;

}


@media (max-width: 991px) {
  .home-section {
    background-image: none !important;
}
}
@media (max-width: 575px) {
.home-right-head h1 {
    font-size: 29px !important;
}
.home-right-head h2 {
    font-size: 14px;
}
.home-right-head {
    text-align: center;
}
}
.navbar-light .navbar-toggler-icon{
    filter: invert(1)!important;
}