 /* Red */


.banking-page .section1 .top .text-side{
  padding: 0 20px;
}

.banking-page .section1 .top .text-side {
  margin-bottom: 35px;
}

.banking-page .page-submenu ul li {
  display: block !important;
  background: #B01C2E;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
.banking-page .page-submenu ul li:first-of-type {
  border-top: none;
}
.banking-page .page-submenu ul li:last-of-type {
  border-bottom: none;
}
.banking-page .page-submenu ul li a {
  color: #fff !important;
  font-size: 2.2rem;
  letter-spacing: 0;
  margin: 0 !important;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  text-align: center;
  max-width: none;
  padding: 20px 15px !important;
}

.banking-page .page-submenu ul li a:hover {
  opacity: 1;
  background: #414042;
}

.banking-page .section-header-content p {
  font-size: 2.6rem;
  line-height: 1.2;
}
.banking-page .section-header-content h2 {
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.banking-page .image-content-section h3,
.banking-page .section-header-content h3 {
  font-size: 4.4rem;
  line-height: 1.1;
}
.banking-page .image-content-section h4 {
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.banking-page .text-side.text-large h2 {
  font-family: 'CalibreSemibold', sans-serif;
  color: #B01C2E;
  margin-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.banking-page .text-side.text-large h3 {
  font-size: 4.4rem;
  line-height: 1.1;
}

.banking-page .section1 .top .text-side {
  padding: 0 20px;
}

@media (min-width: 768px) {

  .banking-page .section1 .top .text-side
 {
    max-width: 575px;
    margin: 0 7px 0 auto;
  }
 

 .banking-page .page-submenu ul {
    display: table;
    width: 100%;
  }
  .banking-page .page-submenu ul li {
    display: table-cell !important;
    background: #B01C2E;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    border-top: none;
    border-bottom: none;
  }
  .banking-page .page-submenu ul li:first-of-type {
    border-left: none;
  }
  .banking-page .page-submenu ul li:last-of-type {
    border-right: none;
  }
  .banking-page .page-submenu ul li a {
    padding: 30px 15px !important;
  }
  
    .banking-page .section2.section .page-center,
  .banking-page .section3.section .page-center{
    padding-left: 4%;
    padding-right: 4%;
  }
  .banking-page .section2 .resource-blocks .hs_cos_wrapper_widget,
  .banking-page .section3 .resource-blocks .hs_cos_wrapper_widget {
    display: inline-block;
    vertical-align: top;
    width: 30.9%;
    margin: 10px 1%;
  }

  .banking-page .resource-box .main-content {
    background: none;
  }
  .banking-page .resource-box.single .main-content h3 {
    margin: 0px auto 15px;
  }

  .banking-page .section4 .section-title {
    font-size: 2.4rem !important;
    color: #B01C2E;
    font-weight: 800;
  }
  .banking-page .section4 .faq {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .banking-page .section4 .faq .faq-title {
    margin: 10px 0 !important;
  }
  .banking-page .section4 ..faq .faq-title h3 {
    font-size: 2.4rem;
  }