.banner-container {
  text-align: center;
  margin-bottom: 20px;
}
.banner-container img {
  display: block;
  height: auto;
  width: 100%;
}
.desktop-banner {
  display: block;
}
.mobile-banner,
.tab-banner {
  display: none;
}

.customer-service-top {
  padding: 50px 0;
}

.service-holder {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.service-holder a {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service-box {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #ffffff;
  color: #000000;
  font-weight: 600;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
  min-width: 170px;
  width:24%;
}
.service-box figure {
  width: 40px;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.service-box figure img {
  height: auto;
  width: 100%;
  display: block;
}
.customer-service-middle {
  padding: 75px 0;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1430px;
  margin: 0 auto;
  
}

.left-half,
.right-half {
  flex: 1 1 50%;
  display: flex;
 
  padding: 75px 30px;
}

.right-half { 
  position: relative;
}
.right-half::before{
    content: "";
    display: block;
    height: 80%;
    width: 1px;
     background-color: #cccccc;
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
}

/* ul.form-list {
    padding: 0;
    margin: 0;
    list-style: none;
} */
/* ul.form-list {
  list-style: disc !important;
  padding-left: 20px !important;
} */
ul.form-list li {
    padding: 0 0 15px 0;
}
ul.form-list li a {  
    position: relative;
    padding: 0 0 0 32px;
    display: block;
}
ul.form-list li a:hover {
   text-decoration: underline;
}
ul.form-list li a::before{
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/themes/customs/bandhan_bank/images/forms-documents/pdf.svg") no-repeat center center;
  background-size:20px auto;
}
.customer-service-top h2,
.customer-service-middle h2,
.left-half h2, .right-half h2  {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.left-half h2, .right-half h2 {
    text-align: left;
}
.service-accordion .accordion button {
    color: #000000;
    box-shadow: none !important;
    outline: none !important;
    font-weight: 600;
        padding: 15px 60px 15px 0;
    font-size: 20px;
    color: #004880;
    background-color: #fff;
     text-decoration: none !important;
     position: relative;
}
.service-accordion .accordion button::after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: url("/themes/customs/bandhan_bank/images/accordion-plus.svg") no-repeat center center;
    position: absolute;
    right: 0;
    top: 10px;
    background-size: 20px;
}
.service-accordion .accordion button[aria-expanded="true"]::after{
     background: url("/themes/customs/bandhan_bank/images/accordion-minus.svg") no-repeat center center;
     background-size: 20px;
} 
.service-accordion .accordion .card {
    margin-bottom: 15px;
     box-shadow: 2px 2px 10px #0000001A;
    border: 1px solid #D9D9D9;
    border-radius: 4px !important;
}
.service-accordion .accordion>.card:not(:last-of-type) { 
     border-bottom: 1px solid rgba(0,0,0,.125);
}
.service-accordion .accordion .card-body {
  padding: 15px;
}
.basic-section ul li{
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 5px 0;
}
.basic-section ul li::before{
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 991px) {
  .left-half,
  .right-half {
    flex: 1 1 100%;
  }

.right-half::before{
  content: none;
  display: none;
}
.customer-service-middle,  .customer-service-top {
  padding: 30px 0;
}
.left-half, .right-half {
    padding: 30px 30px;
}
.left-half .container ,.right-half .container {
    padding: 0;
    max-width: none;
}
.customer-service-top h2,
.customer-service-middle h2,
.left-half h2, .right-half h2  {
  font-size: 24px;  
}
}
@media screen and (max-width: 1023px) {
  .tab-banner {
    display: block;
  }
  .desktop-banner,
  .mobile-banner {
    display: none;
  }
}
@media screen and (max-width:991px) {
  .service-box {
    width:48%;
  }
  
}
@media screen and (max-width: 650px) {
  .mobile-banner {
    display: block;
  }
  .desktop-banner,
  .tab-banner {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .service-box {
    flex: 1 1 100%;
  }
}
