.custum-contianer{
    margin: 0 70px;
}
.header-section .flex-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 32px 0;
}
.header-section .logo-bank {
    width: 300px;
}
.header-section ul {
    display: flex;
    margin: 0px;
}
.header-section ul li {
    list-style: none;
    margin: 0px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #4A2C7D;
    cursor: pointer;
}
.header-section a{
    text-decoration: none;
}

 
.banner-text{
   padding: 66px;
   width: 50%;
}
.banner-text h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}
.banner-text h2 > span{ 
    color: #F9C348; 
    font-size: 86px;
    font-weight: 700;
    line-height: 102px;
}
.banner-text h2 > span em{
    font-size: 30px;
    font-style: normal;
}
.banner-image{
     position: relative;
     width: 50%;
}
.banner-image img{
     position: absolute;
     left: 50%;
     top: 50%;
     bottom: 0;
     margin-top: 40px;
     transform: translate(-50%, -50%);
}
.form-section-getstarted .started-text h4{
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 32px;
}
.form-section-getstarted .started-text p{
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}
input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.form-section-getstarted .form-feild-started .form-group{
    margin-bottom: 20px;
}
.form-section-getstarted .form-feild-started button{
    color: #FFFCF6;
    background: #4A2C7D;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 5px;
}
.form-section-getstarted .form-container{
    padding: 80px 50px;
}
.start-invest-wrapper{
    display: flex;
    align-items: center; 
}
.start-invest-wrapper .types-invest-wrap{
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.start-invest-wrapper .types-invest-wrap p{
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px; 
}
.start-invest-wrapper .types-invest-wrap img{
    margin-right: 20px;
}
.start-invest-wrapper .types-invest-wrap p > span{
    display: block; 
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
}

 


.FD-return-section{
    margin-bottom: 48px;
}
.FD-return-section .calculate-content { 
    padding: 35px;
    border-radius: 16px;
    background-color: #ffffff;
    height: 100%;
}
.FD-return-section .calculate-content h2{
    font-size: 24px;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 52px;
    margin-bottom: 40px;
}
.mr-b-20 {
    margin-bottom: 25px;
}
.invest-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper-ruinput {
    border: 1px solid #818181; 
    padding: 0px 0px 0px 6px;
    border-radius: 4px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: end;
}
.wrapper-ruinput span{
    border-right: 1px solid #818181;
    padding-right: 10px;
}
.invest-content input {
    border: none;
    width: 100%;
    text-align: right;
    border-radius: 6px;
}
.invest-content input::placeholder{
    font-size: 16px;
    font-weight: 600;
    color: #1F1F1F;
}
.invest-content label{
    font-weight: 700;
    color: #1F1F1F;
    font-size: 16px;
}
.slider-container {
    position: relative;
    margin: 0px 0;
}
.slider-container .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #572c8c 50%, #D3D3D3 50%);
    border-radius: 10px;
    outline: none;
    margin: 0;
}
.slider-container .slider-values{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.slider-container .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #CC1557;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); 
    border: 2px solid #CC1557;
    position: relative;
} 
.FD-bg-wrap{
    background-color: #E8EBFA;
    padding: 70px;
    margin-bottom: 96px;
}

.bg-wrap-total-calculate{
    padding: 35px;
    border-radius: 16px;
    background-color: #ffffff;
    height: 100%;
}
.bg-wrap-total-calculate h4{
    font-size: 24px; 
    font-weight: 500;
    color: #1F1F1F;
    line-height: 52px;
    margin-bottom: 40px;
}
.investment-summery p{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 11px;
    margin-bottom: 40px;
}
.investment-summery p:last-child{
    margin-bottom: 0px;
}
.earner-text{
    color: #288502;
    font-size: 20px;
    font-weight: 700;
}
.totalvalue-text{
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 700;
}
.fd-calculate-headding h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 48px;
}
.fd-calculate-headding h2 > span{
    color: #4A2C7D;
}
.saving-section{
    background: linear-gradient(94.46deg, #45136D 1.17%, #300D4C 98.9%);
    padding: 62px 96px;
    border-radius: 24px; 
    overflow: hidden;
    position: relative;
}
.saving-section h4{
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
    line-height: 52px;
    text-align: left;
    margin-bottom: 20px;
}
.saving-section p{
    font-size: 24px;
    color: #ffffff;
    font-weight: 400; 
    text-align: left;
    margin-bottom: 30px;
} 
.saving-contact-feild .form-group label{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 6px;
}
.saving-contact-feild .form-group input::placeholder{
    font-size: 14px;
    font-weight: 700;
    color: #1F1F1F; 
}
.get-started-btn{
    font-size: 16px;
    font-weight: 700;
    color: #280A5B;
    border: none;
    background-color: #F9C348;
    cursor: pointer;
    width: 100%;
    padding: 8px 0px;
    border-radius: 5px;
}
.get-started-btn:hover{
    opacity: 0.8;
}
.btn-started-wrap{
    display: flex;
    align-items: end;
    z-index: 1;
}
.digital-fd-wrapper h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}
.digital-fd-wrapper h2 >span{
    color: #4A2C7D;
}
.digital-fd-wrapper p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 50px;
}
.types-of-befits{
    background-color: #F2EAFF;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.types-of-befits img{
    margin-bottom: 10px;
}
.types-of-befits h5{
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}
.types-of-befits p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0px;
    text-align: left;
}
.digital-fd-wrapper{
    margin: 0px 70px;
}
.digital-fd-wrapper .row{
    margin-bottom: 90px;
}
.additinal-features h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}
.additinal-features p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    max-width: 670px;
    margin: auto;
    margin-bottom: 50px; 
}
.additinal-features .feture-tabs{
    border: 1px solid #C4C4C4;
    padding: 24px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center; 
    cursor: pointer;
}
.feture-tabs:hover{
    background-color: #F6F4F8;
    border: none;
    border: 1px solid #F6F4F8;
}
.bg-circle{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EDEAF2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.feture-tabs h5{ 
    font-size: 20px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 0px;
}
.saving-contact-feild {
    position: relative;
    z-index: 2;
}
.pattern-bg{
    position: absolute;
    right: -103px;
    top: -82px;
   
}
.digital-fd-process-wrap{
    background-color: #E8EBFA;
    padding: 70px 70px 0 70px;
    margin-bottom: 96px;
    height: 764px;
    overflow: hidden;
}
.fd-profile-image{
    display: flex;
    justify-content: center;
}
.fd-types-text h2{
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 52px; 
    margin-bottom: 30px;
}
.fd-types-text h2 > span{
    color: #4A2C7D; 
}
.fd-types-text p{ 
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    max-width: 442px; 
    margin-bottom: 50px;
    text-align: left;
}
 


    .fd-lititem ul.steps {
      list-style: none;
      padding: 0;    
      position: relative;
    }

    .fd-lititem ul.steps li {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding-left: 90px;
      margin-bottom: 50px;
    }

    .fd-lititem ul.steps li:last-child {
      margin-bottom: 0;
    }

    .fd-lititem ul.steps li::before {
        content: "";
        position: absolute;
        left: 26px;
        top: 57px;
        height: calc(100% - 12px);
        width: 2px;
        background: #D3C5E6;
    }

    .fd-lititem ul.steps li:last-child::before {
      display: none;
    }

     .fd-lititem ul.steps li:last-child::before {
      display: none;
    }

    .step-icon {
      background-color: #6A428A;
      color: white;
      font-size: 24px;
      font-weight: 700;
      border-radius: 50%;
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
    }

    .fd-lititem ul.steps li:last-child .step-icon {
      background-color: #2e7d32;
      font-size: 18px;
      font-weight: 400;
      content: "✔";
      content: #ffffff;
      font-family: none;
    }

    .fd-lititem ul.steps li:last-child .step-icon span {
      display: block;
    }


    /* .step-icon {
      background-color: #6A428A;
      color: white;
      font-size: 24px;
      font-weight: 700;
      border-radius: 50%;
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
    }

    .fd-lititem ul.steps li:last-child .step-icon {
      background-color: #2e7d32;
      font-size: 18px;
      font-weight: 400;
      content: "✔";
      content: #ffffff;
    }
    

    .fd-lititem ul.steps li:last-child .step-icon span {
      display: none;
    } */

    .step-text h4 {
      margin: 0;
      font-size: 20px;
      font-weight: 700;
      color: #222222;
      margin-bottom: 10px;
      line-height: 22px;
    }

    .step-text p {
      margin: 4px 0 0;
      font-size: 14px;
      font-weight: 400; 
      color: #1F1F1F;
      margin-bottom: 0px;
    }
 
.accordion-button {
  background-color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
  padding: 1rem;
  color: #222222;
  box-shadow: none;
  transition: background-color 0.2s ease;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
 
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-right-radius: calc(0.55rem - 1px);
    border-bottom-left-radius: calc(0.55rem - 1px);
}
.accordion-button:not(.collapsed) {
  background-color: #F6F4F8;
border-radius: 0px;
color: #000;
box-shadow: none;
border: 1px solid #cdcbcb;
border-bottom: none;
 border-bottom-right-radius: calc(-0.45rem - 1px);
    border-bottom-left-radius: calc(-0.45rem - 1px);
}

/* Accordion body style */
.accordion-body {
  background-color: #F6F4F8;
  padding: 14px;
  font-weight: 400; 
  font-size: 0.95rem;
  color: #333;
  border: 1px solid #cdcbcb;
  border-top: none;
  padding-top: 0px;
}

/* Accordion item border and spacing */
.accordion-item {
  border: none; 
  margin-bottom: 0.5rem;
}

/* Hide arrow icon */
.accordion-button::after {
  content: "+";
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
  background-image: none;
  transform: rotate(0deg);
  background: #4A2C7D;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
color: #ffffff; 
}

.accordion-button:not(.collapsed)::after {
    content: "−";
    transform: rotate(0deg);
    background-image: none;
    background: #4A2C7D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #E6E6E6;
    border-bottom: none; 
}

/* Read more button */
.read-more-btn {
  color: #FFFCF6;
background: #4A2C7D;
font-size: 16px;
font-weight: 700;
height: 42px;
text-align: center;
border: none; 
border-radius: 5px;
width: 177px;
}
.read-more-btn:hover{
    opacity: 0.8;
}
.faq-section{
    margin: 0 70px;
}
.accordion-button:focus{
    box-shadow: none;
    border-color: #cdcbcb;
}
.faq-headding{
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: #1F1F1F;
    margin-bottom: 30px;
}

.footer {
  padding: 44px 70px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 14px;
}

.footer .footer-top { 
  margin-bottom: 40px;
}

.footer .logo-section { 
  margin-bottom: 50px;
}

.footer .logo {
  width: 300px; 
}

.footer .bank-name {
  font-weight: 600;
  color: #4b0082; /* Purple shade */
}

.footer .contact-section {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.footer .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1F1F1F;
}

.footer hr {
  margin: 20px 0 32px;
  border: none;
  border-top: 1px solid #ccc;
}

.footer-bottom {
  text-align: left;
  color: #555;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #1F1F1F;
}
.additinal-features a{
    text-decoration: none;
}
.res-d-none{
    display: none;
}
.ml-auto{
    margin-left: auto !important;
}
.nav-main{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav-main button{
    border: none !important;
} 
button:focus:not(:focus-visible){
    box-shadow: none;
}
.digital-fd-wrapper .col-md-6   {
    margin-bottom: 24px;
}

@media (max-width: 1199px) {
    .banner-text h2{
       font-size: 30px;
       line-height: 48px;
    }
    .banner-text h2 > span {
        font-size: 66px;
    }
    .start-invest-wrapper .types-invest-wrap {  
         margin-right: 35px;
    }
    .form-section-getstarted .started-text h4 { 
        font-size: 30px;
    }
    .form-section-getstarted .started-text p {
        font-size: 16px; 
        line-height: 25px;
    }
    .fd-calculate-headding h2 {
        font-size: 30px;
    }
    .bg-wrap-total-calculate h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .FD-return-section .calculate-content h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .saving-section h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .digital-fd-wrapper h2{
        font-size: 30px; 
    }
    .fd-types-text h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .profile-digital-fd img{
        width: 100%;
    }
    .faq-headding{
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .footer .logo {
        width: 230px;
    }
    .banner-text {
        padding: 50px
    }
    .custum-contianer {
        margin: 0 30px;
    }
    .FD-bg-wrap{
        padding: 50px 30px;
        margin-bottom: 50px;
    }
    .digital-fd-wrapper {
        margin: 0px 30px;
    }
    .digital-fd-wrapper .row{ 
        margin-bottom: 50px;    
    }
    .digital-fd-process-wrap{
        padding: 50px 30px;
    }
    .faq-section {
        margin: 0 30px;
    }
    .footer {
        padding: 44px 30px;
    }
    .step-icon{
        width: 32px;
        height: 32px;
        left: 10px;
        top: 10px;
        font-size: 16px;
    }
    .fd-lititem ul.steps li::before{ 
        height: calc(100% - 10px);
        top: 50px;
    }
    .fd-lititem ul.steps li{
        margin-bottom: 25px;
        padding-left: 60px;
    }
    .step-text h4{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .digital-fd-process-wrap {
        height: 618px;
    } 
    .fd-types-text p {
        font-size: 16px;
    }
    .additinal-features p{
        font-size: 16px;
    }
    .feture-tabs h5 {
        font-size: 16px;
    }
    .additinal-features .feture-tabs {
        padding: 15px;
    }
    .accordion-button{
        font-size: 14px;
    }
    .my-5{
        margin-top: 0px !important;
    }
    .digital-fd-process-wrap{
        margin-bottom: 50px;
    }
    .types-of-befits {
        padding: 10px;
    }
    .digital-fd-wrapper h2 {
        margin-bottom: 10px;
    }
    .saving-section {
        padding: 40px;
    }
    .bg-wrap-total-calculate {
        padding: 20px;
    }
    .FD-return-section .calculate-content {
        padding: 20px;
    }
    .invest-content label {
        font-size: 14px;
    }
    .investment-summery p {
        font-size: 14px;
    }
    .totalvalue-text, .earner-text {
        font-size: 16px;
    }
    .start-invest-wrapper .types-invest-wrap{
        display: block;
    }
    .start-invest-wrapper .types-invest-wrap img{
        margin-bottom: 10px;
    }
    .types-invest-wrap:last-child{
        margin-right: 0px;
    }
    .header-section .logo-bank {
        width: 230px;
    }
}
@media (max-width: 991px) {
    .header-section ul{
        display: block; 
        padding-left: 0px;
        background-color: #ffffff;
        width: 100%;
        margin-top: 28px; 
    }
    .header-section ul li{
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .banner-bg{
        margin-top: 20px;
    }
    .header-section .flex-wrap {
        padding: 20px 0 0px 0;
    }
    .banner-text {
        padding: 50px 0 0 47px;
    }
    .banner-text h2 > span {
        font-size: 53px;
    }
    .banner-bg{
        min-height: 390px;
        margin-bottom: 0px;
    }
    .form-section-getstarted .form-container {
        padding: 50px 15px;
    }
}
@media (max-width: 767px) { 
    .FD-bg-wrap{
        margin-bottom: 24px;
    }
    .faq-section {
        margin: 0 15px;
    } 
    .banner-text {
        padding: 30px 0 0 24px;
    }
    .banner-text{
        width: 100%;
    }
    .banner-image img {   
        width: 181px;
    } 
    .banner-text h2 > span {
        font-size: 48px;
    }
    .started-text{
        text-align: center;
    }
    .form-section-getstarted .started-text h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .form-section-getstarted .started-text p br{
        display: none;
    }
    .start-invest-wrapper{
        display: block;
    }
    .start-invest-wrapper .types-invest-wrap{
        display: flex;
        margin-bottom: 20px;
    }
    .start-invest-wrapper .types-invest-wrap p > span {
        display: contents;
    }
    .start-invest-wrapper .types-invest-wrap img{
        width: 20px;
        margin-bottom: 0px;
    } 
    .res-direction{
            flex-direction: column-reverse !important;
    }
    .form-feild-started{
        margin-bottom: 20px;
    }
    .fd-calculate-headding h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .FD-bg-wrap {
        padding: 24px 16px;
    }
    .FD-return-section .calculate-content{
        margin-bottom: 24px;
    }
    .FD-return-section {
        margin-bottom: 24px;
    } 
    .digital-fd-wrapper .col-md-3{
        margin-bottom: 24px;
    }
    .saving-contact-feild .form-group{
        margin-bottom: 24px;
    }
    .saving-section h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .saving-section p {
        font-size: 16px;
    }
    .saving-section {
        padding: 30px;
    }
    .additinal-features .col-md-4{
        margin-bottom: 24px;
    }
     .digital-fd-process-wrap {
        height: 1138px;
    }
    .res-d-none{
        display: block;
    }
    .res-b-img{
        display: none;
    }
    .form-section-getstarted .form-container {
        padding: 24px 15px;
    }
    .fd-calculate-headding h2 {
        font-size: 24px;
    }
    .digital-fd-wrapper h2 {
        font-size: 24px;
    }
    .fd-types-text h2 {
        font-size: 24px; 
    }
    .fd-types-text p { 
        text-align: center;
    }
    .digital-fd-wrapper .row {
        margin-bottom: 0px;
    }
    .additinal-features p {
       margin-bottom: 24px;
    }
    .FD-return-section .col-md-6{
        margin-bottom: 24px;
    }
}
@media (max-width: 575px) {
    .header-section .logo-bank {
        width: 200px;
    }
    .saving-section h4 {
        line-height: 30px;
    }
    .form-section-getstarted .form-container {
        padding: 24px 0px;
    }
    .saving-section {
        padding: 15px;
    }
    .accordion-button{
        padding-right: 25px;
        line-height: 24px;
    }
    .custum-contianer {
        margin: 0 15px;
    }
    .banner-text h2 {
        font-size: 22px;
        line-height: 28px;
    }    .banner-text h2 > span {
        font-size: 27px;
    }
    .banner-image img{
        left: 17%;
    }
    .fd-calculate-headding h2 {
        font-size: 23px;
        text-align: center; 
    }
    .digital-fd-wrapper h2 {
        font-size: 23px;
        text-align: center; 
    }
    .fd-types-text h2 {
        font-size: 23px; 
        text-align: center;
    }
    .digital-fd-wrapper {
        margin: 0px 15px;
    }
    .digital-fd-process-wrap {
        padding: 50px 15px;
    }
}

 
