.alert-heading,
.card-title {
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
#main,
.breadcrumb a {
  transition: 0.3s;
}
.dropdown-menu .dropdown-footer a:hover,
.sub-footer a,
a,
a:hover {
  text-decoration: none;
}
:root {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444;
}
a {
  color: #4154f1;
}
a:hover {
  color: #717ff5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, sans-serif;
}
#main {
  margin-top: 25px;
  padding: 10px 20px;
}
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-footer,
.dropdown-menu .dropdown-header {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item,
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i,
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover,
.header-nav .messages .message-item:hover,
.header-nav .notifications .notification-item:hover,
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
@-webkit-keyframes dropdown-animate {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}
.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}
.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}
.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}
.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}
.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}
.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}
.card {
  margin-bottom: 2px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}
.card-footer,
.card-header {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}
.card-title {
  padding: 20px 0 15px;
  font-size: 18px;
  color: #012970;
}
.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.card-body {
  padding: 0 20px 20px;
}
.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.alert-heading {
  font-size: 20px;
}
.breadcrumb,
.header-nav .nav-profile span {
  font-weight: 600;
  font-size: 14px;
}
.breadcrumb,
.logo span {
  font-family: Nunito, sans-serif;
}
.btn-close {
  background-size: 25%;
}
.accordion-button:focus,
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  border: 1px solid #ebeef4;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}
.accordion-flush .accordion-button {
  padding: 15px 0;
  background: 0 0;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.breadcrumb,
.breadcrumb .breadcrumb-item::before,
.breadcrumb a,

.accordion-flush .accordion-body {
  padding: 0 0 15px;
  color: #3e4f6f;
  font-size: 15px;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.dashboard .filter .icon:focus,
.dashboard .filter .icon:hover,
.dashboard .news h4 a:hover,
.nav-tabs-bordered .nav-link:focus,
.nav-tabs-bordered .nav-link:hover,

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
.logo {
  line-height: 1;
}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
.logo span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.header {
  transition: 0.5s;
  z-index: 997;
  height: 40px;
  box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #226ebf;
  padding-left: 20px;
}


.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.blocks .strong,
.blocks h1,
.header-nav .nav-icon {
  font-size: 20px;
  color: #fff;
}
.header-nav .nav-profile,
.wrapper.style1 a,
.wrapper.style1 b,
.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6,
.wrapper.style1 input,
.wrapper.style1 label,
.wrapper.style1 select,
.wrapper.style1 strong,
.wrapper.style1 table th,
.wrapper.style1 textarea {
  color: #fff;
}
.header-nav .nav-profile img {
  max-height: 30px;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: 400;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .messages .message-item p,
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444;
}
.dashboard .activity,
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}


.dashboard .filter {
  position: absolute;
  right: 0;
  top: 15px;
}
.bullets:before,
.price-column::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .dropdown-header,
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .info-card {
  padding-bottom: 10px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 40px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 55px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news p {
  font-size: 14px;
  color: #777;
  margin-left: 55px;
}
.split {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2em;
}
.split > * {
  width: 50%;
}
.split > :nth-child(odd) {
  padding-right: 3em;
}
.split > :nth-child(2n) {
  padding-left: 3em;
  border-left: 2px solid;
}
.split > * > :last-child,
.split > * > :last-child > :last-child,
.split > * > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .split > :nth-child(odd) {
    padding-right: 2em;
  }
  .split > :nth-child(2n) {
    padding-left: 2em;
  }
}
@media screen and (max-width: 736px) {
  .split {
    padding-bottom: 0;
  }
  .split > * {
    width: 100%;
    margin-bottom: 2em;
  }
  .split > :nth-child(odd) {
    padding-right: 0;
  }
  .split > :nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }
}
.split > :nth-child(2n),
.wrapper.style2 .split > :nth-child(2n),
.wrapper.style2 blockquote {
  border-left-color: rgba(144, 144, 144, 0.25);
}
.wrapper {
  padding: 1em 0 0;
}
.wrapper > .inner {
  margin-left: auto;
  margin-right: auto;
  width: 70em;
  max-width: 100%;
}
.wrapper.alt {
  border-top: 2px solid rgba(144, 144, 144, 0.25);
}
.wrapper.style1 {
  background-color: #00bc8a;
  color: #bfeee1;
}
.wrapper.style1 .split > :nth-child(2n),
.wrapper.style1 blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 code,
.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="email"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="radio"] + label:before,
.wrapper.style1 input[type="text"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 hr,
.wrapper.style1 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 .box,
.wrapper.style1 table tbody tr,
.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 .button,
.wrapper.style1 button,
.wrapper.style1 input[type="button"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="submit"] {
  background-color: #fafafa;
  color: #666 !important;
}
.wrapper.style1 .button:hover,
.wrapper.style1 button:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="submit"]:hover {
  background-color: #fff;
}
.wrapper.style1 .button:active,
.wrapper.style1 button:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="submit"]:active {
  background-color: #ededed;
}
.wrapper.style1 .button.alt,
.wrapper.style1 button.alt,
.wrapper.style1 input[type="button"].alt,
.wrapper.style1 input[type="reset"].alt,
.wrapper.style1 input[type="submit"].alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  color: #fff !important;
}
.wrapper.style1 .button.alt:hover,
.wrapper.style1 button.alt:hover,
.wrapper.style1 input[type="button"].alt:hover,
.wrapper.style1 input[type="reset"].alt:hover,
.wrapper.style1 input[type="submit"].alt:hover,
.wrapper.style1 table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style1 .button.alt:active,
.wrapper.style1 button.alt:active,
.wrapper.style1 input[type="button"].alt:active,
.wrapper.style1 input[type="reset"].alt:active,
.wrapper.style1 input[type="submit"].alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.wrapper.style1 .button.alt.icon:before,
.wrapper.style1 button.alt.icon:before,
.wrapper.style1 input[type="button"].alt.icon:before,
.wrapper.style1 input[type="reset"].alt.icon:before,
.wrapper.style1 input[type="submit"].alt.icon:before {
  color: #99e4d0;
}
.wrapper.style1 .button.special,
.wrapper.style1 button.special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="submit"].special {
  background-color: #fff;
  color: #00bc8a !important;
}
.wrapper.style1 input[type="checkbox"]:focus + label:before,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="radio"]:focus + label:before,
.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
.wrapper.style1 .select-wrapper:before {
  color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
  color: #bfeee1;
}
.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
  color: #00bc8a;
}
.wrapper.style1 ::-webkit-input-placeholder {
  color: #99e4d0 !important;
}
.wrapper.style1 :-moz-placeholder {
  color: #99e4d0 !important;
}
.wrapper.style1 ::-moz-placeholder {
  color: #99e4d0 !important;
}
.wrapper.style1 :-ms-input-placeholder {
  color: #99e4d0 !important;
}
.wrapper.style1 .formerize-placeholder {
  color: #99e4d0 !important;
}
.wrapper.style1 table tfoot,
.wrapper.style1 ul.alt li,
.wrapper.style1.alt {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style1 ul.checklist li:before,
.wrapper.style1 ul.contact li:before,
.wrapper.style2 a,
.wrapper.style2 ul.checklist li:before,
.wrapper.style2 ul.contact li:before {
  color: #00bc8a;
}
.wrapper.style1 header p {
  color: #99e4d0;
  font-size: 12px;
}
.wrapper.style1 .spotlight {
  background-color: #0affbe;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 {
  background-color: #fafafa;
  color: #777;
}
.footer .copyright,
.footer .credits {
  color: #012970;
  text-align: center;
}
.wrapper.style2 b,
.wrapper.style2 input,
.wrapper.style2 label,
.wrapper.style2 select,
.wrapper.style2 strong,
.wrapper.style2 table th,
.wrapper.style2 textarea {
  color: #666;
}
.wrapper.style2 h1,
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6 {
  color: #666;
  font-size: 17px;
}
.wrapper.style2 code,
.wrapper.style2 input[type="checkbox"] + label:before,
.wrapper.style2 input[type="email"],
.wrapper.style2 input[type="password"],
.wrapper.style2 input[type="radio"] + label:before,
.wrapper.style2 input[type="text"],
.wrapper.style2 select,
.wrapper.style2 textarea {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}
.wrapper.style2 hr,
.wrapper.style2 table thead {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}
.wrapper.style2 .box,
.wrapper.style2 table tbody tr,
.wrapper.style2 table.alt tbody tr td {
  border-color: rgba(144, 144, 144, 0.25);
}
.wrapper.style2 .button,
.wrapper.style2 button,
.wrapper.style2 input[type="button"],
.wrapper.style2 input[type="reset"],
.wrapper.style2 input[type="submit"] {
  background-color: #666;
  color: #fafafa !important;
}
.wrapper.style2 .button.alt,
.wrapper.style2 button.alt,
.wrapper.style2 input[type="button"].alt,
.wrapper.style2 input[type="reset"].alt,
.wrapper.style2 input[type="submit"].alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: #666 !important;
}
.wrapper.style2 .button.alt:hover,
.wrapper.style2 button.alt:hover,
.wrapper.style2 input[type="button"].alt:hover,
.wrapper.style2 input[type="reset"].alt:hover,
.wrapper.style2 input[type="submit"].alt:hover,
.wrapper.style2 table tbody tr:nth-child(odd) {
  background-color: rgba(144, 144, 144, 0.075);
}
.wrapper.style2 .button.alt:active,
.wrapper.style2 button.alt:active,
.wrapper.style2 input[type="button"].alt:active,
.wrapper.style2 input[type="reset"].alt:active,
.wrapper.style2 input[type="submit"].alt:active {
  background-color: rgba(144, 144, 144, 0.2);
}
.wrapper.style2 .button.alt.icon:before,
.wrapper.style2 button.alt.icon:before,
.wrapper.style2 input[type="button"].alt.icon:before,
.wrapper.style2 input[type="reset"].alt.icon:before,
.wrapper.style2 input[type="submit"].alt.icon:before {
  color: #bbb;
}
.wrapper.style2 .button.special,
.wrapper.style2 button.special,
.wrapper.style2 input[type="button"].special,
.wrapper.style2 input[type="reset"].special,
.wrapper.style2 input[type="submit"].special {
  background-color: #00bc8a;
  color: #fff !important;
}
.wrapper.style2 .button.special:hover,
.wrapper.style2 button.special:hover,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="submit"].special:hover {
  background-color: #00d69d;
}
.wrapper.style2 .button.special:active,
.wrapper.style2 button.special:active,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="submit"].special:active {
  background-color: #00a377;
}
.wrapper.style2 input[type="checkbox"]:focus + label:before,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="radio"]:focus + label:before,
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: #00bc8a;
  box-shadow: 0 0 0 1px #00bc8a;
}
.wrapper.style2 .select-wrapper:before {
  color: rgba(144, 144, 144, 0.25);
}
.wrapper.style2 input[type="checkbox"] + label,
.wrapper.style2 input[type="radio"] + label {
  color: #777;
}
.wrapper.style2 input[type="checkbox"]:checked + label:before,
.wrapper.style2 input[type="radio"]:checked + label:before {
  background-color: #00bc8a;
  border-color: #00bc8a;
  color: #fff;
}
.wrapper.style2 ::-webkit-input-placeholder {
  color: #bbb !important;
}
.wrapper.style2 :-moz-placeholder {
  color: #bbb !important;
}
.wrapper.style2 ::-moz-placeholder {
  color: #bbb !important;
}
.wrapper.style2 :-ms-input-placeholder {
  color: #bbb !important;
}
.wrapper.style2 .formerize-placeholder {
  color: #bbb !important;
}
.wrapper.style2 form.alt input[type="email"],
.wrapper.style2 form.alt input[type="password"],
.wrapper.style2 form.alt input[type="text"],
.wrapper.style2 form.alt select,
.wrapper.style2 form.alt textarea {
  background-color: transparent;
}
.wrapper.style2 table tfoot,
.wrapper.style2 ul.alt li,
.wrapper.style2.alt {
  border-top-color: rgba(144, 144, 144, 0.25);
}
.wrapper.style2 header p {
  color: #bbb;
  font-size: 14px;
}
.wrapper.style2 .spotlight {
  background-color: #fff;
  border-bottom-color: rgba(144, 144, 144, 0.25);
}
@media screen and (max-width: 1366px) {
  .wrapper {
    padding: 4em 2.5em 2em;
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 2em 2em;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 2em 1em;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 3em 2em 1em;
  }
}
.card-brands,
.icon-for-section,
.payments,
.read-more-button,
.sub-footer p {
  display: inline-block;
}
.holder {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 0;
  padding: 10px;
}
.limited {
  max-height: 400px;
  overflow: hidden;
}
.limited.l-200 {
  max-height: 200px;
}
.limited.l-300 {
  max-height: 300px;
}
.limited .bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
  width: 100%;
  height: 30px;
  opacity: 1;
  transition: 0.3s;
}
.read-more-checker {
  opacity: 0;
  position: absolute;
}
.read-more-checker:checked ~ .limited {
  max-height: none;
}
.read-more-checker:checked ~ .limited .bottom {
  opacity: 0;
  transition: 0.3s;
}
.read-more-checker ~ .read-more-button:before {
  content: "Read More Â»";
}
.read-more-checker:checked ~ .read-more-button:before {
  content: "Read Less Â«";
}
.read-more-button {
  cursor: pointer;
  padding: 10px;
  color: #373538;
  border: 1px solid #007256;
  border-radius: 9px;
}
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
.tourist-destinations {
  width: 100%;
  height: 220px;
  background: url("../../img/pictures/africa-tour.png") center center/cover
    no-repeat;
  margin-bottom: 20px;
}
.nigeria-airport-currency-exchange .content,
.tourist-destinations .content {
  width: 70%;
  padding: 50px 0 0 30px;
  color: #fff;
}
.carbon p,
.nigeria-airport-currency-exchange p,
.tourist-destinations p {
  margin: 10px 0 20px;
}
.nigeria-airport-currency-exchange {
  width: 100%;
  height: 220px;
  background: url("../../img/pictures/nigeria-airport-currency-exchange.jpg")
    center center/cover no-repeat;
  margin-bottom: 20px;
}
.sub-footer p {
  text-align: center;
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 13px;
  color: #aaa;
}
.sub-footer a {
  color: #4883ff;
}
.sub-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4883ff;
  color: #fff;
  text-align: center;
}
.bullets,
.ftco-section-parallax,
.price-column {
  position: relative;
}
.payments {
  width: 18px;
  height: 28px;
  vertical-align: middle;
  margin-right: 4px;
}
.icon-for-section {
  width: 100px;
  height: 50px;
}
.credit {
  background: url(https://www.netafri.com/img/online-application-steps/netafri-online-visa-price.jpg)
    no-repeat;
}
.bitcoin {
  background: url(https://www.netafri.com/images/card_1.png) no-repeat;
}
.ach {
  background: url(https://www.netafri.com/images/card_2.png) no-repeat;
}
.disputes {
  background: url(https://www.netafri.com/images/card_3.png) no-repeat;
}
.features {
  background: url(https://www.netafri.com/images/card_4.png) no-repeat;
}
.card-brands {
  height: 40px;
  background: url(https://www.netafri.com/img/online-application-steps/card-brands.jpg)
    no-repeat;
  background-size: normal;
}
.visa {
  width: 44px;
  background-position: -1px -1px;
}
.marter-card {
  width: 44px;
  background-position: -72px -1px;
}
.american-express {
  width: 52px;
  background-position: -139px -1px;
}
.discover {
  width: 56px;
  background-position: -275px -1px;
}
.jcb {
  width: 28px;
  background-position: -358px -1px;
}
.dinners {
  width: 29px;
  background-position: -218px -1px;
}
.price-column::before {
  display: block;
  width: 3px;
  height: 100px;
  position: absolute;
  left: 10px;
  background-color: rgba(52, 21, 112, 0.075);
}
.price-details {
  padding-left: 50px;
}
.hes-bg {
  background-color: #edf6f9;
}
.bullets {
  padding-left: 30px;
  margin-bottom: 8px;
}
.bullets:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 15px;
}
.typo-h3,
.typo-h4,
.typo-h5 {
  font-weight: 300;
  color: #0d2b3e;
}
.typo-h3 {
  font-size: 1.1rem;
}
.typo-h4,
.typo-h5 {
  font-size: 1rem;
}
.typo-price {
  font-width: 400;
  font-size: 0.9rem;
  color: #00ab1c;
  height: 15px;
}
.p {
  font-size: 12px;
}
.li,
.typo-list .li {
  font-size: 13px;
  font-weight: 300;
  color: #172035;
}
.h5 {
  font-weight: 300;
  font-size: 1.1rem;
  color: #0d2b3e;
}
.arrow-size {
  font-size: 1rem;
  position: relative;
  top: -0.5px;
}
.row-space {
  margin: 10px 0;
}
.list-space {
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .small-none {
    display: none;
  }
}
.ftco-section-parallax .parallax-img {
  position: relative;
  padding: 0.5em 0;
  background: #2ebdc4;
  background: -moz-linear-gradient(-45deg, #2ebdc4 0, #68e5b2 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0, #2ebdc4),
    color-stop(100%, #68e5b2)
  );
  background: -webkit-linear-gradient(-45deg, #2ebdc4 0, #68e5b2 100%);
  background: -o-linear-gradient(-45deg, #2ebdc4 0, #68e5b2 100%);
  background: -ms-linear-gradient(-45deg, #2ebdc4 0, #68e5b2 100%);
  background: -webkit-linear-gradient(315deg, #2ebdc4 0, #68e5b2 100%);
  background: -o-linear-gradient(315deg, #2ebdc4 0, #68e5b2 100%);
  background: linear-gradient(135deg, #2ebdc4 0, #68e5b2 100%);
}
.ftco-section-parallax .heading-section-white h3 {
  font-weight: 400 !important;
}
.bg-light {
  background: #f8faff !important;
}
.bg-primary,
.btn.btn-primary {
  background: #0cc604;
}
.btn {
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0;
}
.btn.btn-primary {
  border: 0.5px solid #128a18;
  color: #fff;
}
.btn.btn-primary.btn-outline-primary,
.btn.btn-primary:hover {
  border: 0.5px solid #0cc604;
  background: 0 0;
  color: #0cc604;
}
.btn.btn-primary.btn-outline-primary:hover {
  border: 0.5px solid transparent;
  background: #0cc604;
  color: #fff;
}
.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border-width: 1px;
  color: #fff;
}
.btn.btn-outline-white:active,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #0cc604;
}
#accordion .card {
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#accordion .card .card-header {
  padding: 0;
  background: 0 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#accordion .card .card-header a {
  padding: 12px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
#accordion .card .card-header a span {
  float: right;
}
#accordion .card .card-header a span i {
  color: #8bc34a;
}
#accordion .card-body {
  border: 1px solid transparent;
}
#accordion [aria-expanded="false"] > .expanded,
#accordion [aria-expanded="true"] > .collapsed {
  display: none;
}
.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
}
.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.ftco-section {
  padding: 6em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
  .ftco-section .container-fluid {
    padding: 0 4em;
  }
}
.ftco-bg-dark {
  background: #3c312e;
}
.cta-section {
  padding: 7px 0;
  background: #0d4aa6;
}
.cta-section h6 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.blocks,
.cta-section a {
  font-size: 20px;
  color: #fff;
}
.cta-section a {
  font-weight: 300;
}
.blocks {
  display: block;
  width: 100%;
  height: 50%;
  border: none;
  background-color: #0067a7;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}
.blocks-fixed-top {
  top: 0;
}
.blocks:hover {
  background-color: #09568d;
  color: #fff;
}