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;
}


/*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 */


.page-title {
  /* color: #ffffff; */
  font-size: 26px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

h3.sub-title {
  font-size: 20px;
  /* color: #fff; */
}

h3.page-subtitle {
  text-align: center;
  color: #018545;
  font-weight: 600;
}

@media(max-width: 767px) {
  .page-title {
    font-size: 17px;
    line-height: 22px;
  }

  h3.sub-title {
    font-size: 15px;
  }
}

.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;
}

/* quickaccess */

.quick-access-section {
  background-color: #f6f8ff;
}

.inner-header {
  position: relative;
  /* margin-bottom: 30px; */
}

.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: #074EA2; */
  background-color: #E1EFFF;
  padding: 20px 0;
}

.inner-header .overlay .account-banking {
  position: absolute;
  display: flex;
  bottom: 47px;
  right: 15px;
}

/* .img-pos h1,
.img-pos h5 {
  color: #018545;
  text-align: center;
} */

@media(min-width:1024px) {
  .inner-header .overlay {
    padding: 50px 0;
  }
}

.terms li {
  margin-bottom: 10px;
}

.btn-draft {
  background-color: #fff;
}

/* For Product modal window list */
.modal-list ul li:before {
  content: '' !important;
  background-image: url(../../image/success.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 0;
}

.modal-list ul {
  padding: 0 !important;
  margin-bottom: 15px;
}

.modal-list li {
  padding-left: 20px;
}

.fixed-amount .fixed-toggle {
  position: absolute;
  bottom: 20px;
  right: 1px;
  height: calc(2em + .75rem + 2px);
}

.fixed-amount .inner-form-wrap {
  position: relative;
}

.fixed-amount .fixed-toggle i:not(:last-child) {
  background-color: #ED1C24;
}

.fixed-amount .fixed-toggle i {
  width: 36px;
  line-height: calc(2em + .75rem + 2px);
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.fixed-amount .fixed-toggle i:last-child {
  border-radius: 0px 4px 4px 0;
  background-color: #005a9b;
}

.form-error {
  color: #ef0000;
  position: absolute;
  left: 0;
  bottom: 1px;
  font-size: 12px;
  width: 100%;
  display: block;
  margin: 0;
  font-weight: 400;
}

.white-overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  z-index: 0;
}

#modal-document-required-content ul {
  list-style: initial;
  margin: 16px;
}

#modal-document-required-content li {
  padding-left: 5px;
}

.select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
  height: 45.99px !important;
  min-height: 45.99px !important;
}