h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
/*list style css start*/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section ul li {
  position: relative;
}
/* ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background-color: rgb(220, 58, 34);
} */
/*list style css end*/
/*default table css start*/
.styled-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.styled-title thead {
  font-size: 16px;
}
.styled-title thead tr th {
  font-weight: 500;
  transition: all 600ms ease;
}
.styled-title > tbody > tr {
  background-color: #f5f4f0;
}
.styled-title > tbody > tr:nth-child(even) {
  background-color: #f0efe8;
}
.styled-title > tbody > tr:hover {
  background-color: rgba(255, 217, 32, 0.5);
  transition: all 600ms ease;
}
.styled-title > tbody > tr > td,
.styled-title > tbody > tr > th,
.styled-title > thead > tr > td,
.styled-title > thead > tr > th {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: middle;
}

/*general css added by sm */
.text-capital {
    text-transform: uppercase;
  }

  /*default table css end*/
/* inner header style start */
/* .inner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 328px;
  } */
  .page-title {
    color: #0365ad;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  h3.sub-title{
    font-size: 22px;
  }
  h3.page-subtitle {
    text-align: center;
    color: #d3a22c;
    font-weight:600;
  }
  .page-title span {
    color: #a15a50;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }
  /* inner header style end */
  blockquote {
    position: relative;
    margin: 30px auto;
    border-color: #fe0000;
    max-width: 992px;
    background-color: #f5f4f0;
    padding: 30px 20px;
  }
  blockquote p {
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    position: relative;
  }
  blockquote:before {
    content: "â€œ";
    left: 15px;
    top: -20px;
    position: absolute;
    font-size: 120px;
    font-weight: bold;
    line-height: 1em;
  }
  blockquote footer {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner-content {
    margin-bottom: 30px;
  }
  .inner-content .container > *:last-child {
    margin-bottom: 0px;
  }
  .inner-content .container .table-responsive:last-child table {
    margin-bottom: 0px;
  }

  /*sidebar css start */

/* inner sidebar page layout start */
.inner-flex-row {
    justify-content: space-between;
  }
  .side_nav,
  .page_content {
    width: 100%;
  }
  .side_nav {
    display: none;
    
  }
  
  .side_nav.border_left_sn{
    border-left: 1px solid #e3e3e3;
  }
  .side_nav.border_right_sn{
    border-right: 1px solid #e3e3e3;
  }
  .side_nav ul li {
    padding-left: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*sidebar toggle*/
  /*.side_nav ul li ul {
    height: 0;
    overflow: hidden;
  }*/
  
  .side_nav ul li.active ul {
    height: auto;
  }
  
  .side_nav li.current:before {
    content: "";
    height: 55px;
    background: #fe0000 !important;
    position: absolute;
    width: 6px;
    left: -3px;
    border-radius: 4px;
    top: 0;
  }
  
  .side_nav ul li:before {
    background: none;
  }
  
  .side_nav ul li a {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 300;
    display: block;
  }
  side_nav ul li ul li a {
    font-size: 16px;
  }
  .side_nav ul li.active a {
    color: #fe0000;
    font-weight: 500;
  }
  @media (min-width: 1024px) {
    .side_nav {
      width: 320px;
      display: block;
    }
    .page_content {
      width: calc(100% - 350px);
    }
  }


  /* css-starts */

/* quickaccess */
.quick-access-section{
  background-color:#f6f8ff;
}
.inner-header{
  position: relative;
}

.inner-header .account-banking {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  top: 0;
  right: 15px;
  max-width: 1286px;
  left: 0;
  margin: 0 auto;
}
.inner-header .overlay {
  background-color: #ffffff;
  padding: 60px 0;
}
.inner-header .overlay .account-banking{
  position: absolute;
    display: flex;
    bottom: 47px;
    right: 15px;
}

.img-pos {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}
.img-pos h1,.img-pos h5{
  color: #d3a22c;
  text-align:center;
}
.img-pos .overlay{
  padding: 90px 0;
  background:radial-gradient(655px 655px at 50% 109.24%, rgba(14, 75, 145, 0.37) 0%, rgba(14, 75, 145, 0.55) 81%, rgba(14, 75, 145, 0.64) 100%);
}
.breadcrumb>li {
  padding-left: 0;
}
ul.breadcrumb li a {
  color: #6199da;
  font-size: 13px;
  font-weight: 500;
}
ul.breadcrumb li:hover a {
  color: #fe0000;
}
ul.breadcrumb li:before {
  content: none;
}

ul.breadcrumb li:after {
  content: '\f105';
  font-family: FontAwesome;
  padding-left: 5px;
  color: #6199da;
}
ul.breadcrumb li:last-child:after {
  content: none;
}
.img-pos ul.breadcrumb  {
  text-align: center;
}
.img-pos ul.breadcrumb  li a {
  color:#fff;
}
.img-pos ul.breadcrumb li:after {
  color: #fff;
}
.img-pos .overlay{
  padding: 90px 0;
  background:radial-gradient(655px 655px at 50% 109.24%, rgba(14, 75, 145, 0.37) 0%, rgba(14, 75, 145, 0.55) 81%, rgba(14, 75, 145, 0.64) 100%);
}