* {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.table, .row, ul {
  margin: 0;
}

body {
  background: #f8f8f8;
  font-size: 15px;
}

#content {
  margin: 20px auto;
  text-align: center;
  width: 60%;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}

#content .navbar-me {
  margin: 15px 0;
}

#content .navbar-me > li > a {
  padding: 10px;
  display: inline-block;
  margin: 0 10px;
  background: #198754;
  color: #FFF;
  font-size: 16px;
  border-radius: 5px;
  width: 150px;
}

#content .logo {
  margin: 15px 0;
}

#content .logo .t-1 {
  font-size: 50px;
  color: #198754;
  font-weight: bolder;
}

#content .logo .t-2 {
  color: #198754;
  font-weight: bolder;
}

#content .caption {
  margin: 15px 0;
}

#content .devider {
  margin: 10px 0;
  height: 1px;
  background: #ddd;
}

#content .find-code {
  text-align: left;
  padding: 10px;
}

#content .find-code .h4 {
  text-align: center;
  color: #198754;
}

#content .find-code .selectize-control {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 0;
}

.selectize-control.multi .selectize-input.focus, .selectize-input.input-active, .selectize-input.input-active:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.single .selectize-input {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 10px;
}

.form-codes {
  margin: 20px auto;
}

.by-countries .h4 {
  color: #198754;
}

.country .r {
  background: #f8f8f8;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}

.country .r img {
  width: 50px;
}

.country .r .f {
  line-height: 2;
  float: left;
  padding: 0 10px;
}

.country .r .k {
  width: 60px;
  float: left;
}

.more-info {
  text-align: left;
}

.more-info .h4 {
  color: #198754;
}

.more-info .p {
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}

.content-body {
  background: #FFF;
  width: 99% !important;
  padding: 10px !important;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 4px #e8e8e8;
          box-shadow: 0 0 4px #e8e8e8;
}

.content-body .bank_name.first {
  color: #198754;
  font-size: 21px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bolder;
}

.content-body .bank_name.second {
  padding: 10px;
  background: #198754;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bolder;
}

.content-body .first-table th {
  text-align: left;
  font-weight: bolder;
}

.content-body .first-table td {
  text-align: left;
}

.content-body .spans {
  font-weight: bolder;
  font-size: 23px;
  margin: 0;
}

.content-body .first-span {
  color: #198754;
}

.content-body .second-span {
  color: #0d6efd;
}

.content-body .third-span {
  color: #d63384;
}

.content-body .forth-span {
  color: #fd7e14;
}

.code-info .h3, .google-map .h3 {
  padding: 10px;
  background: #198754;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bolder;
}

.code-info .table th, .google-map .table th {
  text-align: left;
  font-weight: bolder;
}

.code-info .table td, .google-map .table td {
  text-align: left;
}

.country-me > a {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 4px #e2e2e2;
          box-shadow: 0 0 4px #e2e2e2;
  padding: 10px;
  text-align: center;
}

.country-me > a .flag {
  float: left;
}

.country-me > a .flag > img {
  width: 60px;
}

.country-me > a .name {
  float: left;
  margin: 0 10px;
  color: #000;
  position: relative;
  top: 10px;
}

.country-me > a:hover .name {
  float: left;
  margin: 0 10px;
  color: red;
  position: relative;
  top: 10px;
}

.country-me .flag {
  float: left;
}

.country-me .flag > img {
  width: 60px;
}

.country-me .name {
  float: left;
  margin: 0 10px;
  color: #000;
  position: relative;
  top: 10px;
}

.country-me:hover .name {
  float: left;
  margin: 0 10px;
  color: red;
  position: relative;
  top: 10px;
}

.check-code {
  padding: 10px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
}

.wise {
  width: 90%;
  margin: 20px auto;
  background: #19875485;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #198754;
}

.wise li {
  margin: 5px 0;
}

.wise .navigation {
  margin: 20px 0;
  text-align: center;
}

.faqs {
  color: #000;
}

.faqs .h4 {
  color: #198754;
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  padding: 10px;
}

.faqs .faq {
  color: #000;
}

.faqs .faq .h5 {
  color: #198754;
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  padding: 10px;
}

.faqs .faq .p {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 23px;
  padding: 10px;
}

.faqs .vis {
  padding: 10px;
  background: var(--bs-blue);
  color: #FFF;
  font-size: 19px;
  margin: 10px 0;
}

.footer {
  padding: 10px;
  text-align: right;
}

.footer > ul > li {
  display: inline-block;
}

.footer > ul > li > a {
  color: #000;
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
}

.banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.banner img {
  width: 100%;
}

@media (max-width: 910px) {
  #content {
    width: 99%;
  }
  #content .navbar-me > li > a {
    margin-bottom: 20px;
  }
  .navigation > a {
    margin-bottom: 20px;
  }
  .sidebars, .hide-sm {
    display: none;
  }
  .first-table th {
    min-width: auto;
    width: 30%;
  }
}
/*# sourceMappingURL=front.css.map */