@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
/* font-family: "Open Sans", sans-serif; */
body {
  font-family: "Open Sans", sans-serif;
  color: #0f0f0f !important;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  color: #0f0f0f;
  font-weight: 600;
  margin-bottom: 0;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 17px;
}

p {
  font-family: "Open Sans", sans-serif;
  color: #0f0f0f !important;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #0f0f0f;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lngg {
  position: absolute;
  bottom: 0;
  left: 1%;
}

/* Buttons */
.prm-btn {
  background: #fff;
  padding: 13px 25px;
  display: inline-block;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.prm-btn:hover {
  background: #155ed4;
  color: #fff;
}

.arrow-btn {
  background: #000;
  padding: 13px 25px;
  display: inline-block !important;
  font-size: 16px;
  color: #fff !important;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 4px;
}

.arrow-btn i {
  font-size: 12px;
  margin-left: 10px;
}

.arrow-btn:hover {
  background: #155ed4;
  color: #fff;
}

.line-btn {
  border: 1px solid #000;
  color: #000;
  width: 147px;
  padding: 8px 0;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.line-btn:hover {
  border: 1px solid #155ed4;
  background-color: #155ed4;
  color: #ffffff;
}

.color-btn {
  border: 1px solid #0da26f;
  background-color: #0da26f;
  color: #fff;
  width: 147px;
  padding: 8px 0;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.color-btn:hover {
  border: 1px solid #155ed4;
  background-color: #155ed4;
  color: #ffffff;
}

.icon-btn {
  font-size: 18px;
  font-weight: 600;
  color: #155ed4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-btn i {
  font-size: 15px;
  margin-left: 16px;
}

.round-btn {
  background: #155ed4;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}

.round-btn i {
  color: #fff;
}

/* Page Title */
.page-title {
  margin-top: 120px;
}

.page-title h2 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-title p {
  font-size: 16px;
  color: #81838c !important;
}

.page-title2 {
  margin-top: 120px;
}

.page-title2 h2 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-title2 p {
  font-size: 16px;
  color: #ffffff !important;
  width: 500px;
  margin: auto;
}

.icon-title {
  margin-top: 95px;
}

.icon-title-content i {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #2bd67b;
  border-radius: 15px;
  display: -ms-inline-grid;
  display: inline-grid;
  color: #fff;
  font-size: 23px;
  margin-bottom: 30px;
}

.icon-title-content h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.icon-title-content2 i {
  width: 50px;
  height: 50px;
  line-height: 48px;
  background: #000;
  border-radius: 15px;
  display: -ms-inline-grid;
  display: inline-grid;
  color: #fff;
  font-size: 23px;
  margin-bottom: 30px;
}

.icon-title-content2 i.icon-card {
  font-size: 15px;
}

.icon-title-content2 h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.icon-title-content2 p {
  width: 70%;
  margin: auto;
}

@media (max-width: 320px) {
  .page-title h2 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/* Icon Fonts */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?cuf2ns");
  src: url("../fonts/icon.eot?cuf2ns#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?cuf2ns") format("truetype"), url("../fonts/icon.woff?cuf2ns") format("woff"), url("../fonts/icon.svg?cuf2ns#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  font-family: "icon" !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-foreign:before {
  content: "\e92f";
}

.icon-play:before {
  content: "\e92e";
}

.icon-menu:before {
  content: "\e92d";
}

.icon-card:before {
  content: "\e917";
}

.icon-down-arrow:before {
  content: "\e92c";
}

.icon-transfer:before {
  content: "\e900";
}

.icon-credit-card:before {
  content: "\e901";
}

.icon-nfc:before {
  content: "\e902";
}

.icon-smartphone:before {
  content: "\e903";
}

.icon-user2:before {
  content: "\e904";
}

.icon-world-map:before {
  content: "\e905";
}

.icon-logo-p:before {
  content: "\e906";
}

.icon-team-fill:before {
  content: "\e907";
}

.icon-transfer2:before {
  content: "\e908";
}

.icon-transportation:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-user-line:before {
  content: "\e90b";
}

.icon-user:before {
  content: "\e90c";
}

.icon-wallet:before {
  content: "\e90d";
}

.icon-withdraw-money:before {
  content: "\e90e";
}

.icon-youTube:before {
  content: "\e90f";
}

.icon-spliticon:before {
  content: "\e910";
}

.icon-stack-fill:before {
  content: "\e911";
}

.icon-team-fill1:before {
  content: "\e912";
}

.icon-self-service:before {
  content: "\e913";
}

.icon-send-plane-fill:before {
  content: "\e914";
}

.icon-payments:before {
  content: "\e915";
}

.icon-protection:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e918";
}

.icon-help:before {
  content: "\e919";
}

.icon-linkedin:before {
  content: "\e91a";
}

.icon-new:before {
  content: "\e91b";
}

.icon-fashionretail:before {
  content: "\e91c";
}

.icon-fast-food:before {
  content: "\e91d";
}

.icon-flashlight-fill:before {
  content: "\e91e";
}

.icon-close:before {
  content: "\e91f";
}

.icon-facebook:before {
  content: "\e920";
}

.icon-check2:before {
  content: "\e921";
}

.icon-check3:before {
  content: "\e922";
}

.icon-circle-line:before {
  content: "\e923";
}

.icon-check:before {
  content: "\e924";
}

.icon-chat:before {
  content: "\e925";
}

.icon-boxes:before {
  content: "\e926";
}

.icon-bank:before {
  content: "\e927";
}

.icon-arrow-right:before {
  content: "\e928";
}

.icon-arrow-line-right:before {
  content: "\e929";
}

.icon-arrow-left:before {
  content: "\e92a";
}

/* Components */
.header {
  background: #ffffff;
  z-index: 99999;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .left .logo a {
  padding-right: 30px;
}

.header-wrapper .left .language .form-select {
  display: block;
  width: 100%;
  color: #404040;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  padding: 7px 50px 7px 15px !important;
}

.header-wrapper .dekstop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .dekstop-menu ul li {
  padding: 40px 0;
  /* Mega Menu */
}

.header-wrapper .dekstop-menu ul li:not(:last-child) {
  margin-right: 55px;
}

.header-wrapper .dekstop-menu ul li a {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 16px;
}

.header-wrapper .dekstop-menu ul li a i {
  font-size: 10px;
}

.header-wrapper .dekstop-menu ul li a:hover {
  color: #155ed4;
}

.header-wrapper .dekstop-menu ul li a:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.header-wrapper .dekstop-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.header-wrapper .dekstop-menu ul li .mega-menu {
  width: 1140px;
  min-height: 350px;
  border-radius: 11px;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 26px 7px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  visibility: hidden;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg1 {
  left: 0px;
  right: 0;
  margin: auto;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg1::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 252px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 25px 22px;
  border-color: transparent transparent #fff transparent;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg2 {
  left: 0px;
  right: 0;
  margin: auto;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg2::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 405px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 25px 22px;
  border-color: transparent transparent #fff transparent;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg2 .left-section {
  width: 100% !important;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg2 .mega-menu-title {
  margin-left: 66px !important;
}

.header-wrapper .dekstop-menu ul li .mega-menu.mg2 .mega-menu-list {
  margin-bottom: 40px !important;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section {
  width: 1000px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-title {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-title h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-title p {
  width: 400px;
  font-size: 14px;
  line-height: 23px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content {
  text-align: left;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content:not(:last-child) {
  margin-right: 30px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img {
  text-align: left;
  position: relative;
  background: #f3f3f3;
  border-radius: 11px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img:hover {
  background: #155ed4;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img:hover .mega-menu-icon i {
  color: #fff;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img:hover .mega-menu-icon span {
  color: #fff;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img img {
  border-radius: 11px;
  width: 100%;
  height: 185px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img .mega-menu-icon {
  position: absolute;
  top: 30px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img .mega-menu-icon i {
  font-size: 30px;
  color: #155ed4;
  margin-bottom: 10px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img .mega-menu-icon span {
  font-size: 20px;
  color: #155ed4;
  line-height: 22px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content .mega-menu-img .mega-menu-icon .icon-card {
  font-size: 20px !important;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content p {
  color: #787878;
  font-size: 16px;
  margin-top: 10px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .arrow-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 167px;
  width: initial;
  margin-top: -102px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .arrow-title2 p {
  font-size: 30px;
  line-height: 29px;
  text-align: right;
  margin-right: 13px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .right-section {
  width: 300px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .right-section .single-img img {
  width: 307px;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .right-section .arrow-title {
  position: absolute;
  top: 28px;
  right: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .right-section .arrow-title p {
  font-size: 30px;
  line-height: 29px;
  text-align: right;
  margin-right: 13px;
}

.header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .right-section .arrow-title img {
  margin-top: 0px;
}

.header-wrapper .menu-toggle:hover {
  color: #155ed4;
}

.header-wrapper .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrapper .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}

.header-wrapper .buttons a:not(:last-child) {
  margin-right: 30px;
}

.header-wrapper .buttons a i {
  font-size: 18px;
  margin-right: 10px;
}

.mobile-menu-wrapper {
  position: fixed;
  background: #fff;
  width: 320px;
  height: 100vh;
  top: 0;
  left: -321px;
  z-index: 9999;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 999999;
}

.mobile-menu-wrapper .menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 40px;
}

.mobile-menu-wrapper .menu-logo .close i {
  font-size: 18px;
}

.mobile-menu-wrapper .mobile-menu-list {
  margin-top: 10px;
}

.mobile-menu-wrapper .mobile-menu-buttos {
  color: green;
  margin-top: 20px;
}

.mobile-menu-wrapper .mobile-menu-buttos .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  width: 100%;
  text-align: center;
}

.mobile-menu-wrapper .mobile-menu-buttos .buttons a:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-menu-wrapper .mobile-menu-buttos .buttons a i {
  font-size: 18px;
  margin-right: 10px;
}

.mobile-menu .mobile-menu-overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 999999;
}

.mobile-menu-active {
  left: 0px;
}

.mobile-active-overlay {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 1400px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .header-wrapper .buttons .line-btn {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu {
    left: 129px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu.mg1::before {
    left: 339px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu.mg2::before {
    left: 494px;
  }
  .header-wrapper .dekstop-menu ul li {
    position: initial;
  }
}

@media (max-width: 1199.98px) {
  .header-wrapper .dekstop-menu ul li:not(:last-child) {
    margin-right: 17px;
  }
  .header-wrapper .dekstop-menu ul li a {
    font-size: 14px;
  }
  .header-wrapper .buttons {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .menu-toggle i {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu {
    width: 975px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list .mega-menu-content:not(:last-child) {
    margin-right: 14px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-list {
    margin-left: 12px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu .mega-menu-wrapper .left-section .mega-menu-title {
    margin-left: 19px;
  }
  .header-wrapper .dekstop-menu ul li .mega-menu.mg2::before {
    left: 439px;
  }
}

@media (max-width: 991.98px) {
  .dekstop-menu {
    display: none;
  }
  .header-wrapper .buttons {
    display: none;
  }
  .header {
    padding: 20px 0;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle i {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  .logo img {
    width: 103px;
  }
  .header-wrapper .left .logo a {
    padding-right: 10px;
  }
  .header-wrapper .left .language .form-select {
    padding: 7px 35px 7px 15px !important;
  }
  .sticky-top {
    position: initial !important;
  }
}

#demo-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #000;
  font-size: 16px;
}

.mobile-menu-list {
  margin-bottom: 40px;
}

.jquery-accordion-menu {
  float: left;
  position: relative;
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  float: left;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
  background: #414956;
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 6px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: #414956;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

.jquery-accordion-menu > ul > li.active,
.jquery-accordion-menu > ul > li:hover > a {
  color: #000;
}

.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #c6c6c6;
}

.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}

.jquery-accordion-menu .submenu-indicator {
  float: right;
  right: 5px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}

.jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}

.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}

.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #fff;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}

.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}

.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-align: center;
  line-height: 18px;
  background: #f0f0f0;
  border-radius: 100%;
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
  top: 12px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.animate-ink {
  -webkit-animation: ripple 0.5s linear;
          animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #fff;
}

.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
  background: #fff;
}

.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #c6c6c6;
}

.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #c6c6c6;
}

@media (max-width: 320px) {
  .mobile-menu-wrapper {
    width: 270px;
  }
}

.hero .container {
  max-width: 1700px;
}

.hero-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 782px;
}

.hero-wrapper .hero-text-content i {
  font-size: 20px;
  color: #155ed4;
  margin-bottom: 10px;
  display: block;
}

.hero-wrapper .hero-text-content h3 {
  font-size: 20px;
  letter-spacing: 9px;
  font-weight: 300;
  color: #818181;
}

.hero-wrapper .hero-text-content h1 {
  font-size: 65px;
  color: #101010;
  line-height: 76px;
  margin-bottom: 30px;
}

.hero-wrapper .hero-text-content p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hero-wrapper .hero-text-content-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-wrapper .hero-text-content-app ul li:not(:last-child) {
  margin-right: 10px;
}

.hero-wrapper .hero-text-content-app ul li a img {
  width: 100%;
}

.hero-wrapper .hero-img {
  height: 100%;
  display: block;
}

.hero-wrapper .hero-img img {
  width: 100%;
  margin-top: 92px;
}

.hero-wrapper .hero-img.hero-img2 img {
  width: 86%;
  margin-top: 92px;
}

@media (max-width: 1399.98px) {
  .hero-wrapper {
    min-height: initial;
  }
  .hero-wrapper .hero-text-content h1 {
    font-size: 50px;
  }
  .hero-wrapper .hero-text-content h1 {
    line-height: 58px;
  }
}

@media (max-width: 1199.98px) {
  .hero-wrapper .hero-text-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-wrapper .hero-text-content h3 {
    letter-spacing: 4px;
  }
}

@media (max-width: 991.98px) {
  .hero-text-content {
    display: none;
  }
}

.papel-list {
  margin-top: 120px;
}

.papel-list .papel-list-title {
  margin-bottom: 100px;
}

.papel-list .papel-list-content .papel-list-item {
  position: relative;
}

.papel-list .papel-list-content .papel-list-item-img img {
  width: 100% !important;
}

.papel-list .papel-list-content .papel-list-item h3 {
  position: absolute;
  top: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.wallet {
  background: #ffffff;
  margin-top: 50px;
  min-height: 695px;
}

.wallet .wallet-text-content h2 {
  font-size: 33px;
  line-height: 54px;
  margin-bottom: 40px;
}

.wallet .wallet-text-content p {
  font-size: 20px;
  line-height: 30px;
}

.wallet .wallet-img img {
  width: 100%;
}

.wallet-list-wrapper {
  background: #ffffff;
  padding-top: 60px;
}

.wallet-list-wrapper h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  padding-left: 60px;
  padding-right: 60px;
}

.wallet-list-wrapper img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.wallet-list-wrapper img.list-img1 {
  width: 65%;
}

.wallet-list-wrapper img.list-img2 {
  width: 85%;
}

@media (max-width: 1399.98px) {
  .papel-list .papel-list-content .papel-list-item h3 {
    font-size: 19px;
  }
  .wallet .wallet-text-content h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .wallet {
    min-height: initial;
  }
}

@media (max-width: 1199.98px) {
  .papel-list .papel-list-content .papel-list-item h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .wallet .wallet-text-content h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .wallet-list-wrapper h2 {
    font-size: 33px;
  }
}

@media (max-width: 991.98px) {
  .papel-list .papel-list-content .papel-list-item h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .wallet-list-wrapper h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wallet-list-wrapper h2 {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .papel-list .papel-list-content .papel-list-item h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .wallet-list-wrapper h2 {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .wallet-text-content {
    padding: 0 20px;
  }
  .papel-list .papel-list-content .papel-list-item h3 {
    width: 100%;
    text-align: center;
  }
  .wallet .wallet-text-content h2 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 22px;
  }
  .wallet .wallet-text-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.papel-gold-card {
  margin-top: 40px;
  background: #000000;
  height: 1000px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.papel-gold-card .container {
  height: 100%;
}

.papel-gold-card-content h3 {
  color: #ca9c6a;
  font-size: 20px;
  letter-spacing: 9px;
  font-weight: 300;
}

.papel-gold-card-content h2 {
  font-size: 50px;
  color: #fff;
  line-height: 76px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

.papel-gold-card-content p {
  color: #fff !important;
  width: 380px;
  margin-bottom: 30px;
}

@media (max-width: 320px) {
  .papel-gold-card-content h3 {
    letter-spacing: 2px;
  }
  .papel-gold-card-content h2 {
    font-size: 27px !important;
  }
  .papel-gold-card-content p {
    width: initial;
  }
}

.papel-virtual-pos {
  padding: 50px 0;
  background-color: #ffffff;
}

.papel-virtual-pos-title {
  margin-bottom: 77px;
}

.papel-virtual-pos-title h3 {
  color: #155ed4;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.papel-virtual-pos-title h2 {
  font-size: 45px;
  font-weight: 600;
}

.papel-virtual-pos .papel-virtual-pos-list ul {
  border-left: 1px solid #cecece;
  display: inline-table;
}

.papel-virtual-pos .papel-virtual-pos-list ul li {
  padding-left: 40px;
  display: block;
  position: relative;
}

.papel-virtual-pos .papel-virtual-pos-list ul li:last-child {
  margin-bottom: 30px;
}

.papel-virtual-pos .papel-virtual-pos-list ul li:not(:last-child) {
  margin-bottom: 80px;
}

.papel-virtual-pos .papel-virtual-pos-list ul li span {
  background: #155ed4;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  border-radius: 50%;
  margin-bottom: 22px;
}

.papel-virtual-pos .papel-virtual-pos-list ul li span.line::before {
  content: "";
  width: 2px;
  height: 30px;
  background: #155ed4;
  position: absolute;
  left: -1px;
  top: 71px;
}

.papel-virtual-pos .papel-virtual-pos-list ul li h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.papel-virtual-pos .papel-virtual-pos-list ul li p {
  font-size: 20px;
  font-weight: 400;
}

.papel-virtual-pos-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 440px;
  margin-right: -22px;
}

@media (max-width: 991.98px) {
  .papel-virtual-pos-img img {
    width: 100%;
  }
  .papel-virtual-pos .papel-virtual-pos-list ul li p {
    font-size: 13px;
    font-weight: 400;
  }
}

@media (max-width: 767.98px) {
  .papel-gold-card-content h2 {
    font-size: 40px;
  }
  .papel-virtual-pos-img img {
    width: 67%;
    margin: 0 auto;
    margin-right: 66px;
  }
}

@media (max-width: 575.98px) {
  .papel-virtual-pos-img img {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-right: auto;
  }
}

@media (max-width: 320px) {
  .papel-virtual-pos-title h2 {
    font-size: 23px;
    font-weight: 600;
  }
  .papel-virtual-pos-title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .papel-virtual-pos-img img {
    width: 71%;
    margin-right: 32px;
  }
}

.papel-ewallet {
  background: #ffffff;
  padding-top: 40px;
}

.papel-ewallet-wrapper {
  background: #f1f1f1;
  border-radius: 30px;
  min-height: 400px;
  padding: 120px;
}

.papel-ewallet-wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.papel-ewallet-wrapper p {
  font-size: 24px;
  font-weight: 400;
}

.papel-ewallet-wrapper img {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .papel-ewallet-wrapper {
    padding: 60px;
  }
}

@media (max-width: 575.98px) {
  .papel-ewallet-wrapper {
    padding: 30px;
  }
  .papel-ewallet-wrapper h2 {
    font-size: 30px;
  }
  .papel-ewallet-wrapper p {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .papel-ewallet-wrapper h2 {
    font-size: 22px;
  }
  .papel-ewallet-wrapper p {
    font-size: 17px;
  }
}

.faq-section {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.faq-section-wrapper .faq-section-title h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  width: 600px;
  line-height: 60px;
}

.faq-section .accordion-button {
  padding: 20px 0px;
  font-size: 22px;
}

.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #155ed4;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-section .accordion-body {
  padding: 16px 0;
}

.faq-section-categories h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.faq-section-categories ul li:not(:last-child) {
  margin-bottom: 30px;
}

.faq-section-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.faq-section-categories ul li a i {
  margin-right: 20px;
  font-size: 17px;
  width: 29px;
  display: inline-block;
  color: #7c8796;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.faq-section-categories ul li a i.icon-wallet {
  font-size: 22px;
}

.faq-section-categories ul li a i.icon-transfer2 {
  font-size: 22px;
}

.faq-section-categories ul li a i.icon-payments {
  font-size: 18px;
}

.faq-section-categories ul li a i.icon-protection {
  font-size: 22px;
}

.faq-section-categories ul li a:hover {
  color: #155ed4;
}

.faq-section-categories ul li a:hover i {
  color: #155ed4;
}

.faq {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 490px;
}

.faq .faq-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 0;
}

.faq .faq-menu .left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .faq-menu .left .logo img {
  width: 139px;
}

.faq .faq-menu .left .logo .line {
  width: 1px;
  height: 52px;
  background: #fff;
  margin-left: 21px;
  margin-right: 21px;
}

.faq .faq-menu .left .logo a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 18px;
}

.faq .faq-menu .left .logo a:hover {
  color: #000;
}

.faq .faq-menu .right a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 18px;
  margin-right: 20px;
}

.faq .faq-menu .right a i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-left: 15px;
}

.faq .faq-menu .right a:hover {
  color: #000;
}

.faq .faq-menu .right a:hover i {
  color: #000;
}

.faq .faq-form {
  margin-top: 40px;
}

.faq .faq-form h2 {
  color: #fff;
  font-size: 31px;
  font-weight: 300;
  margin-bottom: 20px;
}

.faq .faq-form form {
  position: relative;
}

.faq .faq-form form input {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  border: none;
  padding-left: 70px;
  color: #bebebe;
}

.faq .faq-form form input::-webkit-input-placeholder {
  color: #bebebe;
  display: block;
  z-index: 99;
}

.faq .faq-form form input:-ms-input-placeholder {
  color: #bebebe;
  display: block;
  z-index: 99;
}

.faq .faq-form form input::-ms-input-placeholder {
  color: #bebebe;
  display: block;
  z-index: 99;
}

.faq .faq-form form input::placeholder {
  color: #bebebe;
  display: block;
  z-index: 99;
}

.faq .faq-form form .form-btn {
  position: absolute;
  top: 24px;
  left: 0;
  margin-left: 17px;
}

.faq .faq-form form .form-btn i {
  font-size: 30px;
  color: #bebebe;
}

.faq .faq-form-list {
  margin-top: 40px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .faq-form-list h3 {
  color: #fff;
  margin-right: 20px;
}

.faq .faq-form-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .faq-form-list ul li {
  margin-right: 20px;
  background: #1e447a;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.faq .faq-form-list ul li a {
  color: #155ed4;
}

.faq .faq-form-list ul li:hover {
  background: #000;
}

@media (max-width: 1199.98px) {
  .faq-section .accordion-button {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 991.98px) {
  .faq-section .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .faq-section-wrapper .faq-section-title h2 {
    font-size: 36px;
  }
  .faq .faq-form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .faq-form-list h3 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .faq .faq-menu .left .logo a {
    font-size: 15px;
  }
  .faq .faq-menu .right a {
    font-size: 15px;
  }
  .faq-section-wrapper .faq-section-title h2 {
    font-size: 26px;
    width: initial;
    line-height: 34px;
  }
  .two-col-section-gray .two-col-section-img img {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .faq .faq-form-list ul {
    display: inline-block;
    width: 100%;
  }
  .faq .faq-form-list ul li {
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
  }
  .faq .faq-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .faq-menu .right a {
    margin-top: 30px;
    display: block;
    margin-right: 0;
  }
  .faq .faq-form h2 {
    font-size: 24px;
  }
  .faq-section-wrapper .faq-section-title h2 {
    font-size: 26px;
    width: initial;
    line-height: 34px;
  }
}

@media (max-width: 320px) {
  .faq .faq-form h2 {
    font-size: 24px;
  }
  .faq .faq-form form .form-btn {
    top: 16px;
    left: 0;
  }
  .faq-section-wrapper .faq-section-title h2 {
    font-size: 26px;
    width: initial;
    line-height: 34px;
  }
}

.page-hero {
  background: #ffffff;
}

.page-hero-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 690;
}

.page-hero-wrapper .page-hero-text-content {
  z-index: 99;
  position: relative;
}

.page-hero-wrapper .page-hero-text-content h3 {
  font-size: 20px;
  letter-spacing: 9px;
  font-weight: 300;
  color: #818181;
}

.page-hero-wrapper .page-hero-text-content h1 {
  font-size: 65px;
  color: #101010;
  line-height: 76px;
  margin-bottom: 30px;
}

.page-hero-wrapper .page-hero-text-content p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.page-hero-wrapper .page-hero-text-content-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-hero-wrapper .page-hero-text-content-app ul li:not(:last-child) {
  margin-right: 10px;
}

.page-hero-wrapper .page-hero-text-content-app ul li a img {
  width: 100%;
}

.page-hero-wrapper .page-hero-img {
  position: relative;
  height: 100%;
  display: block;
}

.page-hero-wrapper .page-hero-img img {
  width: 100%;
  margin-top: 92px;
}

.page-hero2 {
  background: #ffffff;
}

.page-hero2-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 690;
}

.page-hero2-wrapper .page-hero-text-content2 h1 {
  font-size: 65px;
  color: #101010;
  line-height: 76px;
  margin-bottom: 30px;
  margin-top: 100px;
}

.page-hero2-wrapper .page-hero-text-content2 p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.page-hero2-wrapper .page-hero2-img {
  position: relative;
  height: 100%;
  display: block;
}

.page-hero2-wrapper .page-hero2-img img {
  width: 100%;
  margin-top: 92px;
  margin-left: -70px;
}

.page-hero3 {
  background: #f3f4f5;
}

.page-hero3-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.page-hero3-wrapper .page-hero-text-content3 h1 {
  font-size: 65px;
  color: #101010;
  line-height: 76px;
  margin-bottom: 30px;
  margin-top: 100px;
}

.page-hero3-wrapper .page-hero-text-content3 p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.page-hero3-wrapper .page-hero-search {
  width: 500px;
  position: relative;
}

.page-hero3-wrapper .page-hero-search input {
  width: 500px;
  height: 70px;
  border: none;
  padding: 20px;
}

.page-hero3-wrapper .page-hero-search input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.page-hero3-wrapper .page-hero-search input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.page-hero3-wrapper .page-hero-search input::-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.page-hero3-wrapper .page-hero-search input::placeholder {
  color: #a1a1a1;
  font-size: 16px;
}

.page-hero3-wrapper .page-hero-search .src-btn {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
  height: 70px;
  padding-right: 20px;
}

.page-hero3-wrapper .page-hero-search .src-btn i {
  font-size: 30px;
  color: #155ed4;
}

.page-hero-color {
  background: #1b1e28;
  padding: 100px 0;
}

.page-hero-color img {
  width: 100%;
}

.page-hero-color-text-content .papel-btn {
  background: #155ed4;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

.page-hero-color-text-content .papel-btn img {
  width: 45%;
  margin-left: 10px;
}

.page-hero-color-text-content .papel-btn span {
  margin-left: 10px;
  color: #fff;
}

.page-hero-color-text-content h3 {
  color: #fff;
  margin-top: 20px;
  font-size: 35px;
}

.page-hero-color-text-content h1 {
  color: #fff;
  margin-top: 20px;
  font-size: 35px;
  background: #3295bf;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, #3295bf), color-stop(24%, #c760af), color-stop(18%, #d18566));
  background: linear-gradient(to right, #3295bf 3%, #c760af 24%, #d18566 18%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-hero-color-text-content p {
  font-size: 20px;
  color: #fff !important;
  margin-top: 20px;
}

.page-hero-color2 {
  background: #1b1e28;
  padding: 200px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-hero-color2-text-content .papel-btn {
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.page-hero-color2-text-content .papel-btn:hover {
  background: #155ed4;
  color: #fff;
}

.page-hero-color2-text-content h1 {
  color: #fff;
  margin-top: 20px;
  font-size: 65px;
}

.page-hero-color2-text-content p {
  font-size: 20px;
  color: #fff !important;
  margin-top: 20px;
  font-weight: 300;
}

@media (min-width: 1400px) {
  .page-hero .bg {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .page-hero-wrapper .page-hero-text-content h1 {
    font-size: 55px;
  }
  .page-hero-wrapper .page-hero-text-content p {
    font-size: 17px;
  }
  .page-hero .bg {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .page-hero-wrapper .page-hero-text-content h1 {
    font-size: 47px;
    line-height: 50px;
  }
  .page-hero-wrapper .page-hero-text-content h3 {
    letter-spacing: 6px;
  }
  .page-hero .bg {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .page-hero-wrapper .page-hero-img img {
    width: 54%;
    margin-top: 92px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .page-hero-text-content {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .page-hero-wrapper .page-hero-img {
    border-bottom: 1px solid #d4d4d4;
  }
  .page-hero-wrapper .page-hero-text-content {
    text-align: center;
  }
  .page-hero-text-content-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-hero-wrapper .page-hero-text-content p {
    font-size: 17px;
    display: none;
  }
}

@media (max-width: 767.98px) {
  .page-hero-wrapper .page-hero-text-content h1 {
    font-size: 37px;
    line-height: 50px;
  }
  .page-hero2-wrapper .page-hero-text-content2 h1 {
    font-size: 51px;
    line-height: 58px;
  }
}

@media (max-width: 575.98px) {
  .page-hero-wrapper .page-hero-text-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .page-hero-wrapper .page-hero-img img {
    width: 55%;
    margin-top: 55px !important;
  }
  .page-hero2-wrapper .page-hero2-img img {
    margin-left: -17px;
  }
  .page-hero2-wrapper .page-hero-text-content2 h1 {
    font-size: 39px;
    line-height: 49px;
  }
  .page-hero2-wrapper .page-hero-text-content2 p {
    font-size: 15px;
    line-height: 23px;
  }
  .page-hero2-wrapper .page-hero2-img img {
    margin-top: 28px;
  }
  .page-hero2-wrapper .page-hero-text-content2 h1 {
    margin-top: 45px;
  }
  .page-hero3-wrapper .page-hero-text-content3 h1 {
    font-size: 31px;
    line-height: 46px;
  }
  .page-hero3-wrapper .page-hero-search {
    width: 100%;
  }
  .page-hero3-wrapper .page-hero-search input {
    width: 100%;
  }
  .page-hero-color2-text-content h1 {
    font-size: 38px;
  }
  .page-hero-color2-text-content {
    text-align: center;
  }
}

@media (max-width: 320px) {
  .page-hero-wrapper .page-hero-text-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .page-hero-wrapper .page-hero-img img {
    width: 80%;
    margin-top: 55px !important;
  }
  .page-hero2-wrapper .page-hero2-img img {
    margin-left: -17px;
  }
  .page-hero2-wrapper .page-hero-text-content2 h1 {
    font-size: 39px;
    line-height: 49px;
  }
  .page-hero2-wrapper .page-hero-text-content2 p {
    font-size: 15px;
    line-height: 23px;
  }
  .page-hero2-wrapper .page-hero2-img img {
    margin-top: 28px;
  }
  .page-hero2-wrapper .page-hero-text-content2 h1 {
    margin-top: 45px;
  }
  .page-hero3-wrapper .page-hero-search input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .page-hero3-wrapper .page-hero-search input:-ms-input-placeholder {
    font-size: 12px;
  }
  .page-hero3-wrapper .page-hero-search input::-ms-input-placeholder {
    font-size: 12px;
  }
  .page-hero3-wrapper .page-hero-search input::placeholder {
    font-size: 12px;
  }
}

.app-list {
  margin-top: 130px;
}

.app-list-wrapper .app-list-icon {
  background: #ffffff;
  width: 71px;
  height: 71px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 77px;
  margin-right: 20px;
  float: left;
}

.app-list-wrapper .app-list-icon i {
  font-size: 20px;
}

.app-list-wrapper .app-list-text {
  display: table;
}

.app-list-wrapper .app-list-text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.app-list-wrapper .app-list-text p {
  font-size: 20px;
  color: #81838c !important;
}

@media (max-width: 1399.98px) {
  .app-list-wrapper .app-list-text h2 {
    font-size: 16px;
  }
  .app-list-wrapper .app-list-text p {
    font-size: 16px;
    color: #81838c !important;
  }
}

.two-col-section-white {
  background: #ffffff;
  margin-top: 130px;
}

.two-col-section-white .two-col-section-img img {
  margin-top: 50px;
  width: 100%;
}

.two-col-section-white .two-col-section-img.section-img2 {
  width: 80%;
  margin: auto;
  margin-right: -33px;
  margin-top: 57px;
}

.two-col-section-white .two-col-section-img.section-img3 {
  width: 59%;
  margin-top: 3px;
  margin-left: 50px;
}

.two-col-section-white .two-col-section-img.section-img6 img {
  width: 70% !important;
  margin-left: 150px;
}

.two-col-section-white .two-col-section-text h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.two-col-section-white .two-col-section-text p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 45px;
}

.two-col-section-white .two-col-section-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-col-section-white .two-col-section-text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.two-col-section-white .two-col-section-text ul li i {
  font-size: 30px;
  color: #155ed4;
  margin-right: 20px;
  width: 23px;
  display: inline-block;
}

.two-col-section-white.mb {
  margin-bottom: 70px;
}

.two-col-section-gray {
  background: #fbfbfb;
  margin-top: 130px;
}

.two-col-section-gray .two-col-section-img img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.two-col-section-gray .two-col-section-img.section-img2 {
  width: 80%;
  margin: auto;
  margin-right: -33px;
  margin-top: 57px;
}

.two-col-section-gray .two-col-section-img.section-img3 {
  width: 59%;
  margin-top: 3px;
  margin-left: 50px;
}

.two-col-section-gray .two-col-section-img.section-img4 {
  width: 59%;
  margin-top: 3px;
  margin-left: 50px;
}

.two-col-section-gray .two-col-section-img.section-img5 {
  width: 100% !important;
}

.two-col-section-gray .two-col-section-img.section-img6 img {
  width: 90% !important;
  margin-bottom: 0;
}

.two-col-section-gray .two-col-section-text .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.two-col-section-gray .two-col-section-text .icon-box i {
  background: #000;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  display: block;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
}

.two-col-section-gray .two-col-section-text .icon-box p {
  margin-bottom: 0;
}

.two-col-section-gray .two-col-section-text h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.two-col-section-gray .two-col-section-text p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 45px;
}

.two-col-section-gray .two-col-section-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-col-section-gray .two-col-section-text ul li .icon-list i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #155ed4;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  font-size: 8px;
  color: #155ed4;
}

.two-col-section-gray .two-col-section-text ul li:not(:last-child) {
  margin-bottom: 25px;
}

.two-col-section-gray.mb {
  margin-bottom: 70px;
}

/* Finance Section */
.finance {
  background: #292e3a;
  min-height: 800px;
  position: relative;
}

.finance .mt {
  margin-top: 80px;
}

.finance .line {
  width: 49%;
  height: 1px;
  background: #8f8f8f;
  position: absolute;
  top: 477px;
  left: 0;
  right: 0;
  margin: auto;
}

.finance .finance-content .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  background: #155ed4;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 54px;
}

.finance .finance-content .icon i {
  font-size: 35px;
  color: #ffffff;
}

.finance .finance-content .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #8f8f8f;
  margin: auto;
  margin-bottom: 33px;
  position: relative;
  z-index: 9999;
}

.finance .finance-content .number::before {
  content: "";
  width: 72px;
  height: 58px;
  position: absolute;
  left: -15px;
  right: 0;
  margin: auto;
  top: -9px;
  background: #292e3a;
  z-index: -1;
}

.finance .finance-content .number span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.finance .finance-content .text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.finance .finance-content .text p {
  color: #9f9f9f !important;
  font-size: 20px;
}

.two-col-p {
  padding: 70px 0;
}

.two-col-p2 {
  padding: 70px 0;
}

.two-col-m2 {
  margin: 70px 0;
}

.section-img4 {
  width: 90%;
}

.section-img5 {
  width: 75%;
}

.section-img5 img {
  margin-top: 0 !important;
}

.two-black-bg {
  background: #f3f4f5;
}

@media (min-width: 1400px) {
  .two-col-section-img.section-img2.imgp {
    margin-top: 0;
  }
  .two-col-section-img.section-img2.imgp img {
    margin-top: 0;
  }
  .two-col-p {
    padding: 150px 0;
  }
}

@media (max-width: 1399.98px) {
  .two-col-section-white .two-col-section-img img {
    margin-left: 22px;
  }
  .two-col-section-img.section-img2.imgp {
    margin-top: 0;
  }
  .two-col-section-img.section-img2.imgp img {
    margin-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .two-col-section-white .two-col-section-img.section-img2 {
    width: 92%;
  }
  .two-col-section-white .two-col-section-img img {
    margin-left: 14px;
  }
  .two-col-section-white .two-col-section-text h2 {
    font-size: 27px;
  }
  .two-col-section-img.imgp img {
    margin-left: 0;
  }
  .section-img5 {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .two-col-section-text {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .two-col-section-white .two-col-section-img img {
    margin-top: 50px !important;
    width: 60%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .two-col-section-white .two-col-section-img.section-img2 {
    margin-right: initial;
  }
  .two-col-section-white .two-col-section-img.section-img3 {
    margin: auto;
  }
  .finance .finance-content .text p {
    width: 400px;
    margin: auto;
    margin-bottom: 40px;
  }
  .finance .line {
    display: none;
  }
  .finance .finance-content .number::before {
    display: none;
  }
  .jc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .two-col-section-img.imgp img {
    width: 73%;
  }
  .two-col-section-img.section-img2.imgp img {
    width: 70%;
  }
  .two-col-section-img.section-img2.imgp {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .two-col-section-white {
    margin-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .two-col-section-white .two-col-section-text p {
    display: none;
  }
  .two-col-section-white .two-col-section-text h2 {
    font-size: 21px;
  }
  .two-col-section-white .two-col-section-img img {
    width: 82%;
  }
  .app-list-wrapper .app-list-icon {
    float: initial;
    margin-bottom: 20px;
  }
  .icon-btn {
    font-size: 13px;
  }
  .page-title2 p {
    width: initial;
  }
  .finance .finance-content .text p {
    width: initial;
  }
  .page-title2 h2 {
    font-size: 30px;
  }
  .two-col-section-gray .two-col-section-img img {
    width: 100%;
  }
  .two-col-section-white .two-col-section-img.section-img6 img {
    width: 70% !important;
    margin-left: 63px !important;
  }
}

@media (max-width: 320px) {
  .two-col-section-white .two-col-section-text p {
    display: none;
  }
  .two-col-section-white .two-col-section-text h2 {
    font-size: 21px;
  }
  .two-col-section-white .two-col-section-img img {
    width: 82%;
  }
  .app-list-wrapper .app-list-icon {
    float: initial;
    margin-bottom: 20px;
  }
  .icon-btn {
    font-size: 13px;
  }
  .page-title2 p {
    width: initial;
  }
  .finance .finance-content .text p {
    width: initial;
  }
  .page-title2 h2 {
    font-size: 25px;
  }
}

.one-col-section-white {
  background: #ffffff;
  min-height: 768px;
}

.one-col-section-white h2 {
  margin-top: 122px;
  font-size: 40px;
  font-weight: 400;
  width: 32%;
  margin-bottom: 50px;
}

.one-col-section-white .one-col-section-wrapper {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 25px 14px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 25px 14px rgba(0, 0, 0, 0.11);
}

.one-col-section-white .one-col-section-wrapper img {
  width: 100%;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left .logo {
  margin-right: 15px;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left .text h3 {
  font-size: 25px;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left .text h3.text-color1 {
  color: #d43f51;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left .text h3.text-color2 {
  color: #f69220;
}

.one-col-section-white .one-col-section-wrapper .one-col-section-text .left .text h3.text-color3 {
  color: #23cf5f;
}

@media (max-width: 1399.98px) {
  .one-col-section-white h2 {
    width: 40%;
  }
}

@media (max-width: 1199.98px) {
  .one-col-section-white h2 {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .one-col-section-white h2 {
    width: 73%;
  }
}

.papel-card-slider {
  background: #000000;
  min-height: 846px;
  padding: 70px 0;
}

.papel-card-slider-content {
  background: #ffffff;
  height: 100%;
}

.papel-card-slider-content .slider-item {
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.papel-card-slider-content .slider-item .item-text h3 {
  font-size: 18px;
  color: #ca9c6a;
  letter-spacing: 5px;
  font-weight: 400;
  margin-bottom: 10px;
}

.papel-card-slider-content .slider-item .item-text h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 20px;
}

.papel-card-slider-content .slider-item .item-text p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}

.papel-card-slider-content .slider-item .item-text .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.papel-card-slider-content .slider-item .item-text .item-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.papel-card-slider-content .slider-item .item-text .item-list ul li:not(:last-child) {
  margin-right: 40px;
}

.papel-card-slider-content .slider-item .item-text .item-list ul li i {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
}

.papel-card-slider-content .slider-item .item-text .item-list ul li p {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 600;
}

.papel-card-slider-content .slider-item .item-text .item-list ul li p span {
  font-weight: 400;
}

.papel-card-slider-content .slider-item .item-text .prm-btn {
  background: #000;
  color: #fff;
  margin-top: 30px;
  font-size: 15px;
}

.papel-card-slider-content .slider-item .item-text .prm-btn i {
  font-size: 12px;
  margin-left: 10px;
}

.papel-card-slider-content .slider-item .item-text .prm-btn:hover {
  background: #155ed4;
}

.papel-card-slider-content .slider-item .item-img img {
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 30px;
  position: absolute;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #000 !important;
  font-size: 14px;
  margin: 10px 150px;
  padding: 4px 7px !important;
  background: #fff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #155ed4 !important;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .papel-card-slider-content .slider-item .item-text h2 {
    font-size: 38px;
  }
  .papel-card-slider-content .slider-item .item-text h3 {
    font-size: 15px;
  }
  .papel-card-slider-content .slider-item .item-text p {
    font-size: 15px;
  }
}

@media (max-width: 1199.98px) {
  .papel-card-slider-content .slider-item {
    padding: 38px;
  }
  .papel-card-slider-content .slider-item .item-text h2 {
    font-size: 43px;
  }
  .papel-card-slider-content .slider-item .item-text h3 {
    font-size: 16px;
  }
  .papel-card-slider {
    min-height: 680px;
  }
}

@media (max-width: 991.98px) {
  .papel-card-slider-content .slider-item .item-img img {
    width: 61%;
    margin: auto;
    margin-top: 10px;
  }
  .papel-card-slider {
    min-height: 900px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 10px 70px;
  }
}

@media (max-width: 575.98px) {
  .papel-card-slider-content .slider-item .item-text h2 {
    font-size: 30px;
  }
  .papel-card-slider-content .slider-item .item-text h3 {
    font-size: 14px;
  }
  .papel-card-slider-content .slider-item .item-text p {
    font-size: 14px;
  }
  .papel-card-slider-content .slider-item .item-text .item-list ul li:not(:last-child) {
    margin-right: 22px;
  }
  .papel-card-slider-content .slider-item .item-img img {
    width: 83%;
  }
}

@media (max-width: 320px) {
  .papel-card-slider-content .slider-item .item-text h2 {
    font-size: 30px;
  }
  .papel-card-slider-content .slider-item .item-text h3 {
    font-size: 14px;
  }
  .papel-card-slider-content .slider-item .item-text p {
    font-size: 14px;
  }
  .papel-card-slider-content .slider-item .item-text .item-list ul li:not(:last-child) {
    margin-right: 22px;
  }
  .papel-card-slider-content .slider-item .item-img img {
    width: 83%;
  }
  .papel-card-slider-content .slider-item {
    padding: 12px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 10px 40px;
  }
}

.price-section {
  background: #fff;
  position: relative;
}

.price-section h2 {
  margin-bottom: 50px;
  margin-top: 90px;
}

.price-section-content img {
  width: 100%;
  margin-bottom: 100px;
}

.price-section-content .text-content {
  padding: 50px 0;
}

.price-section-content .text-content .price-header {
  margin-bottom: 70px;
}

.price-section-content .text-content.active {
  background: #101c3d;
  border-radius: 9px;
  z-index: 999;
  position: relative;
}

.price-section-content .text-content.active li {
  color: #fff;
}

.price-section-content .text-content.active li.prc p {
  color: #fff !important;
}

.price-section-content .text-content.active li.icn-section p {
  color: #fff !important;
}

.price-section-content .text-content.active li.icn-section i {
  color: #fff !important;
}

.price-section-content .text-content ul li:not(:last-child) {
  margin-bottom: 70px;
}

.price-section-content .text-content ul li h3 {
  font-size: 18px;
  color: #81838c;
}

.price-section-content .text-content ul li h3.greenbg {
  background: #2bd67b;
  color: #fff;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin: auto;
  margin-top: -10px;
}

.price-section-content .text-content ul li.prc {
  margin-bottom: 0;
}

.price-section-content .text-content ul li.prc p {
  font-size: 40px;
}

.price-section-content .text-content ul li span {
  font-size: 23px;
}

.price-section-content .text-content ul li.icn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-section-content .text-content ul li.icn-section p {
  font-size: 23px !important;
  color: #155ed4 !important;
}

.price-section-content .text-content ul li.icn-section i {
  font-size: 20px;
  margin-left: 20px;
  margin-top: 5px;
  color: #155ed4 !important;
}

.price-section-content .text-content ul li.icon3 {
  margin-top: -10px;
}

.price-section-content .text-content ul li.icon5 {
  margin-top: -7px;
}

.price-section-content .text-content ul li.icon6 {
  margin-top: -4px;
}

.price-section-content .text-content ul li.icon7 {
  margin-top: 10px;
  display: inline-block;
}

.price-section .price-section-text {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
}

.price-section .price-section-text ul li {
  padding: 34px 0;
}

.price-section .price-section-text ul li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
  width: 99%;
}

.price-section .price-section-text ul li span {
  font-size: 18px;
}

@media (min-width: 1400px) {
  .price-section .price-section-text {
    bottom: 126px;
  }
}

@media (max-width: 1399.98px) {
  .price-section .price-section-text {
    bottom: 126px;
  }
}

@media (max-width: 1199.98px) {
  .price-section-content .text-content ul li.icn-section p {
    font-size: 19px !important;
  }
  .price-section .price-section-text {
    left: 15px;
    right: 0;
    bottom: 121px !important;
  }
  .price-section-content .text-content ul li.prc p {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .price-section .price-section-text ul li span {
    font-size: 15px;
  }
  .price-section .price-section-text {
    bottom: 151px !important;
  }
  .price-section-content .text-content ul li.icn-section p {
    font-size: 14px !important;
  }
  .price-section-content .text-content ul li.icn-section i {
    margin-left: 0;
  }
  .price-section-content .text-content ul li h3.greenbg {
    width: 118px;
  }
  .price-section-content .text-content ul li.icn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .price-section-content .text-content ul li h3.greenbg {
    width: 88px;
  }
  .price-section-content .text-content ul li h3 {
    font-size: 14px;
  }
  .price-section-content .text-content ul li.icn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-section-content .text-content ul li.icn-section i {
    margin-left: 0;
  }
  .price-section .price-section-text ul li span {
    font-size: 13px;
  }
  .price-section .price-section-text {
    bottom: 151px !important;
  }
  .price-section-content .text-content ul li.prc p {
    font-size: 25px;
  }
  .price-section-content .text-content ul li span {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .price-section {
    display: none;
  }
}

.icon-list-section {
  margin-top: 75px;
}

.icon-list-section-content {
  background: #fbfbfb;
  padding: 100px 60px;
  border-radius: 10px;
}

.icon-list-section-content img {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 36px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 36px 9px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.icon-list-section-content h2 {
  font-size: 22px;
  margin-bottom: 45px;
}

.icon-list-section-content p {
  height: 80px;
}

.icon-list-section-content i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: block;
  margin: auto;
  border-radius: 9px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
}

.icon-list-section-content i.icon-stack-fill {
  background: #416ff4;
  -webkit-box-shadow: 0px 0px 34px 21px rgba(65, 111, 244, 0.14);
          box-shadow: 0px 0px 34px 21px rgba(65, 111, 244, 0.14);
}

.icon-list-section-content i.icon-chat {
  background: #2bd67b;
  -webkit-box-shadow: 0px 0px 34px 21px rgba(43, 214, 123, 0.12);
          box-shadow: 0px 0px 34px 21px rgba(43, 214, 123, 0.12);
}

.icon-list-section-content i.icon-flashlight-fill {
  background: #f7e36d;
  font-size: 38px;
  -webkit-box-shadow: 0px 0px 34px 21px rgba(247, 227, 109, 0.11);
          box-shadow: 0px 0px 34px 21px rgba(247, 227, 109, 0.11);
}

@media (max-width: 1399.98px) {
  .icon-list-content {
    padding: 100px 35px;
  }
}

@media (max-width: 1199.98px) {
  .icon-list-content h2 {
    font-size: 18px;
    margin-bottom: 45px;
  }
}

@media (max-width: 991.98px) {
  .icon-list-section-content {
    padding: 100px 33px;
  }
}

.breadcrumb {
  margin-top: 50px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.breadcrumb ul li {
  color: #adbdcc;
  font-size: 17px;
}

.breadcrumb ul li:not(:last-child) {
  margin-right: 10px;
}

.breadcrumb ul li i {
  font-size: 12px;
}

.breadcrumb ul li a {
  color: #adbdcc;
  font-size: 17px;
}

@media (max-width: 320px) {
  section.breadcrumb h2 {
    font-size: 25px;
  }
}

.table-section {
  margin-top: 40px;
}

.table-section .tab-titl1 {
  color: #9eacbf;
  font-size: 15px;
  font-weight: 400;
}

.table-section .tab-titl2 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.table-section .tab-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-section .tab-icon-title i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #155ed4;
  display: block;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.table-section .tab-icon-title h2 {
  font-size: 18px;
  font-weight: 500;
}

.table-section .tab-icon-title p {
  font-size: 11px;
  color: #9eacbf;
}

.table-section .tab-price {
  font-size: 18px;
}

.table-section .tab-price .span1 {
  font-weight: 600;
}

.table-section .tab-price i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
  border-radius: 50%;
  background: red;
  font-size: 10px;
  color: #fff;
  margin: auto;
}

.table-section .table > :not(caption) > * > * {
  padding: 30px 10px;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table-section .header-tr:first-child {
  border-top: 1px solid #dee2e6;
}

.table-section .table > :not(:first-child) {
  border-top: 0;
}

table * {
  white-space: nowrap;
}

.information-list {
  margin-top: 100px;
  margin-bottom: 50px;
}

.information-list h2 {
  font-size: 51px;
  font-weight: 600;
  margin-bottom: 60px;
}

.information-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f4f7;
  padding: 30px 50px;
}

.information-list-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.information-list-wrapper .information-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.information-list-wrapper .information-list-title i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #155ed4;
  display: block;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.information-list-wrapper .information-list-title h3 {
  font-size: 18px;
  font-weight: 500;
}

.information-list-wrapper .information-list-title p {
  font-size: 11px;
  color: #9eacbf;
}

@media (max-width: 991.98px) {
  .information-list h2 {
    font-size: 35px;
  }
  .information-list-wrapper .information-list-title {
    width: 85%;
  }
}

@media (max-width: 320px) {
  .information-list h2 {
    font-size: 27px;
  }
  .information-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information-list-wrapper .information-list-title {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .information-list-wrapper {
    padding: 30px 10px;
  }
  .information-list-wrapper .information-list-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.full-with-app {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.full-with-app-wrapper h2 {
  color: #fff;
  margin-bottom: 35px;
}

.full-with-app-wrapper p {
  line-height: 30px;
  color: #8b959e !important;
  font-size: 17px;
  margin-bottom: 50px;
}

.full-with-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.full-with-app ul li:not(:last-child) {
  margin-right: 30px;
}

.full-with-app img {
  width: 100%;
}

.app-p {
  padding: 100px 0;
}

.app-p p {
  color: #fff !important;
}

.app-p img {
  width: 60px;
  margin-bottom: 20px;
}

.app-p2 {
  padding: 310px 0;
}

.app-p2 p {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 35px !important;
  margin-bottom: 0 !important;
}

.app-p2 img {
  width: 60px;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .full-with-app-wrapper h2 {
    font-size: 20px;
  }
  .full-with-app-wrapper h2 {
    margin-bottom: 19px;
  }
  .full-with-app-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .full-with-app-img img {
    display: none;
  }
  .information-list-wrapper .information-list-title {
    width: 70%;
    margin-right: 40px;
  }
}

@media (max-width: 575.98px) {
  .app-p2 p {
    text-align: center;
  }
}

.papel-list-section {
  margin-top: 100px;
}

.papel-list-section-content.borderb {
  border-bottom: 1px solid #cbcbcb;
}

.papel-list-section-content h2 {
  font-size: 59px;
  font-weight: 400;
}

.papel-list-section-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.papel-list-section-content .title i {
  height: 74px;
  width: 74px;
  line-height: 74px;
  background: #155ed4;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 34px 21px rgba(65, 111, 244, 0.14);
          box-shadow: 0px 0px 34px 21px rgba(65, 111, 244, 0.14);
}

.papel-list-section-content .title h3 {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 400;
  width: 60%;
}

.papel-list-section-content p {
  color: #81838c !important;
  padding-bottom: 20px;
  min-height: 100px;
}

@media (max-width: 1199.98px) {
  .papel-list-section-content h2 {
    font-size: 40px;
    font-weight: 400;
  }
}

@media (max-width: 991.98px) {
  .papel-list-section-content p {
    min-height: 110px;
  }
}

.filter-mixitup {
  margin-top: 88px;
}

.filter-mixitup .icon {
  margin-right: 10px;
  float: left;
}

.filter-mixitup-content {
  background: #fff;
  padding: 70px 0;
  position: relative;
}

.filter-mixitup-content h3 {
  font-size: 23px;
  margin-top: 40px;
}

.filter-mixitup-content p {
  font-size: 17px;
  color: #959595 !important;
  margin-top: 10px;
}

.filter-mixitup-content a {
  background: #000;
  padding: 20px 50px;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.filter-mixitup-content a:hover {
  background: #155ed4;
}

.filter-mixitup-content span {
  position: absolute;
  top: 48px;
  left: 38px;
  background: #155ed4;
  padding: 6px 18px;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
}

.controls {
  padding: 2%;
  color: #eee;
}

.controls img {
  margin-right: 20px;
}

label {
  font-weight: 300;
  margin: 0 0.4em 0 0;
}

button {
  display: inline-block;
  background: transparent;
  border: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
}

button:not(:last-child) {
  margin-right: 20px;
}

button.active {
  color: #155ed4;
  border-bottom: 2px solid #f2b604;
}

button:focus {
  outline: 0 none;
}

button + label {
  margin-left: 1em;
}

.container .mix {
  text-align: left;
  margin-bottom: 2%;
  display: none;
}

@media (max-width: 1199.98px) {
  .container .mix {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .controls {
    margin-bottom: 30px;
  }
  .container .mix {
    margin-bottom: 30px;
  }
  .page-hero-color-text-content {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  button:not(:last-child) {
    margin-right: 5px;
  }
  .container .mix {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .controls img {
    display: none;
  }
  .container .mix {
    margin-bottom: 30px;
  }
}

@media (max-width: 320px) {
  button {
    margin-top: 10px;
  }
  .container .mix {
    margin-bottom: 30px;
  }
}

.payment {
  margin-top: 100px;
}

.payment h2 {
  text-align: center;
  margin-bottom: 50px;
}

.payment-content img {
  width: 100%;
}

.payment-content ul {
  border-left: 1px solid #d1d1d1;
  margin-top: 15px;
  margin-left: 88px;
}

.payment-content ul li {
  padding-left: 20px;
  position: relative;
}

.payment-content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.payment-content ul li span {
  background: #155ed4;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
}

.payment-content ul li h3::before {
  content: "";
  width: 2px;
  height: 25px;
  background: #155ed4;
  position: absolute;
  left: -1px;
  margin-top: -2px;
}

@media (max-width: 1199.98px) {
  .payment-content ul {
    margin-left: 45px;
  }
}

@media (max-width: 991.98px) {
  .payment-content ul {
    margin-left: 45px;
    margin-top: 45px;
  }
}

@media (max-width: 575.98px) {
  .payment-content ul {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .payment-content ul {
    margin-left: 0;
  }
}

.three-colors {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.three-colors-content {
  background: #f3f4f5;
}

.three-colors-content img {
  width: 100%;
}

.three-colors-content .colors {
  padding-top: 70px;
  width: 40%;
  margin: auto;
}

.three-colors-content .colors h3 {
  font-size: 40px;
  font-weight: 500;
}

.three-colors-content .colors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.three-colors-content .colors ul li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.three-colors-content .colors ul li:not(:last-child) {
  margin-right: 10px;
}

.three-colors-content .colors ul li:nth-child(1) {
  background-color: #e0dbc4;
  border: 3px solid #ecebe1;
}

.three-colors-content .colors ul li:nth-child(2) {
  background-color: #7eb4d6;
  border: 3px solid #cbdeeb;
}

.three-colors-content .colors ul li:nth-child(3) {
  background-color: #282828;
  border: 3px solid #727273;
}

.three-colors-content .colors2 {
  padding-top: 70px;
}

.three-colors-content .colors2 h3 {
  font-size: 40px;
  font-weight: 500;
  width: 40%;
  margin: auto;
}

@media (max-width: 1399.98px) {
  .three-colors-content .colors2 h3 {
    font-size: 40px;
    width: 59%;
  }
}

@media (max-width: 991.98px) {
  .three-colors-content .colors2 h3 {
    font-size: 31px;
    width: 66%;
  }
}

@media (max-width: 320px) {
  .three-colors-content .colors2 h3 {
    font-size: 21px;
    width: 75%;
  }
}

.papel-about {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}

.papel-about-content p {
  font-size: 17px;
  font-weight: 300;
  color: #5a7184 !important;
  width: 82%;
  margin-bottom: 40px;
}

.papel-about-content img {
  width: 100%;
}

.papel-about-content .content-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.papel-about-content .content-list-items i {
  width: 23px;
  height: 23px;
  line-height: 24px;
  border-radius: 50%;
  background: #e1f4ec;
  display: block;
  font-size: 10px;
  text-align: center;
  color: #36b37e;
  margin-right: 10px;
}

.papel-about-content .content-list-items h3 {
  font-size: 20px;
  color: #183b56;
  font-weight: 500;
  margin-bottom: 5px;
}

.papel-about-content .content-list-items span {
  font-size: 15px;
  color: #5a7184;
}

@media (max-width: 1199.98px) {
  .papel-about-content img {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .papel-about-content p {
    width: 100%;
  }
}

.hero-slider-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.hero-slider-content h3 {
  color: #ca9c6a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5px;
}

.hero-slider-content h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 17px;
  display: block;
}

.hero-slider-content img {
  width: 90% !important;
}

.hero-slider-content p {
  color: #fff !important;
  margin-top: 30px;
  display: block;
}

.hero-slider .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.hero-slider .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 25px;
}

@media (max-width: 320px) {
  .hero-slider-content h2 {
    font-size: 45px;
  }
  .hero-slider-content h3 {
    letter-spacing: 2px;
  }
}

.card-series {
  margin-top: 75px;
}

.card-series-wrapper {
  background: #f1f1f1;
  height: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-series-wrapper .left {
  width: 40%;
}

.card-series-wrapper .right {
  width: 60%;
}

.card-series-wrapper .right .card-series-slider-single {
  background: #fff;
  padding: 50px 20px;
  height: 575px;
}

.card-series-wrapper .right .card-series-slider-single .card-img img {
  width: 100%;
}

.card-series-wrapper .right .card-series-slider-single h3 {
  margin-top: 30px;
  color: #ca9c6a;
  font-size: 14px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.card-series-wrapper .right .card-series-slider-single .text-img img {
  width: 100%;
  margin-bottom: 30px;
}

.card-series-wrapper .right .card-series-slider-single p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
}

.card-series-wrapper .card-series-text {
  padding: 60px 70px;
}

.card-series-wrapper .card-series-text h2 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 10px;
}

.card-series-wrapper .card-series-text p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.card-series .owl-carousel.owl-drag .owl-item {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.card-series .owl-item.active.center {
  opacity: 1 !important;
}

.card-series .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 10px;
}

.card-series .owl-theme .owl-nav {
  margin-top: 30px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -68px;
  width: initial;
}

.card-series .owl-carousel .owl-stage-outer {
  z-index: 99;
}

@media (max-width: 1199.98px) {
  .card-series-wrapper .card-series-text h2 {
    font-size: 50px;
  }
  .card-series-wrapper .card-series-text p {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .card-series-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-series-wrapper .left {
    width: 70%;
  }
  .card-series-wrapper .right {
    width: 100%;
  }
  .card-series-text h2 br {
    display: none;
  }
  .card-series-wrapper {
    height: 1101px;
  }
  .card-series-wrapper .right .card-series-slider-single .card-img img {
    width: 80%;
    margin: auto;
  }
  .card-series-wrapper .right .card-series-slider-single .text-img img {
    width: 80%;
    margin-bottom: 30px !important;
    margin: auto;
  }
  .card-series-wrapper .right .card-series-slider-single {
    background: #fff;
    padding: 50px 30px;
    height: 580px;
  }
  .card-series .owl-theme .owl-nav {
    bottom: -88px;
  }
}

@media (max-width: 767.98px) {
  .card-series-wrapper {
    height: 1135px;
  }
  .card-series-wrapper .right .card-series-slider-single .card-img img {
    width: 65% !important;
    margin: auto;
  }
  .card-series-wrapper .right .card-series-slider-single .text-img img {
    width: 65% !important;
    margin-bottom: 30px !important;
    margin: auto;
  }
  .card-series-wrapper .card-series-text {
    padding: 60px 20px;
  }
}

@media (max-width: 575.98px) {
  .card-series-wrapper {
    height: 1135px;
  }
  .card-series-wrapper .left {
    width: 100%;
  }
  .card-series-wrapper .right .card-series-slider-single .card-img img {
    width: 65%;
    margin: auto;
  }
  .card-series-wrapper .right .card-series-slider-single .text-img img {
    width: 65%;
    margin-bottom: 30px !important;
    margin: auto;
  }
}

@media (max-width: 320px) {
  .card-series-wrapper .card-series-text {
    padding: 60px 20px;
  }
  .card-series-wrapper .right .card-series-slider-single {
    padding: 50px 20px;
    height: 508px;
  }
}

.card-tab {
  margin-top: 110px;
}

.card-tab .card-tab-title {
  margin-bottom: 70px;
}

.card-tab .card-tab-title h2 {
  font-size: 65px;
  margin-bottom: 30px;
}

.card-tab .card-tab-title p {
  font-size: 20px;
}

.card-tab-content .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-tab-content .nav-pills .nav-link img {
  width: 200px;
  margin-bottom: 30px;
}

.card-tab-content .nav-link {
  padding: 0 30px;
  opacity: 0.5;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-tab-content .nav-pills .nav-link.active,
.card-tab-content .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  opacity: 1;
}

.card-tab-content #pills-tabContent {
  margin-top: 90px;
}

.card-tab-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-tab-content-wrapper .left img {
  width: 500px;
  margin-right: 70px;
}

.card-tab-content-wrapper .right {
  margin-top: -60px;
}

.card-tab-content-wrapper .right h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.card-tab-content-wrapper .right p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}

@media (max-width: 991.98px) {
  .card-tab-content .nav-pills .nav-link img {
    width: 140px;
    margin-bottom: 30px;
  }
  .card-tab-content-wrapper .left img {
    width: 300px;
    margin-right: 70px;
  }
  .card-tab-content-wrapper .right p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {
  .card-tab-content .nav-link {
    padding: 0 10px;
  }
  .card-tab-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-tab-content-wrapper .right {
    margin-top: 0;
  }
  .card-tab-content .nav-pills .nav-link img {
    margin-bottom: 10px;
  }
  .card-tab-content #pills-tabContent {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .card-tab .card-tab-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .card-tab-content .nav-pills .nav-link img {
    width: 105px;
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
  .card-tab-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-tab-content-wrapper .left img {
    width: 270px;
    margin-right: 0;
    margin-bottom: 42px;
  }
  .card-tab-content-wrapper .right {
    margin-top: 0;
    width: 450px;
  }
  .nav-link span {
    font-size: 14px;
  }
  .card-tab-content .nav-link {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .card-tab .card-tab-title h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card-tab-content .nav-pills .nav-link img {
    width: 90px;
  }
  .card-tab-content .nav-link {
    padding: 0 5px;
  }
  .card-tab-content-wrapper .right {
    margin-top: 0;
    width: 315px;
  }
  .card-tab-content-wrapper .right p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .card-tab-content #pills-tabContent {
    margin-top: 40px;
  }
}

@media (max-width: 360px) {
  .card-tab .card-tab-title h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card-tab-content .nav-pills .nav-link img {
    width: 90px;
  }
  .card-tab-content .nav-link {
    padding: 0 5px;
  }
  .card-tab-content-wrapper .right {
    margin-top: 0;
    width: 250px;
  }
  .card-tab-content-wrapper .right p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .card-tab-content #pills-tabContent {
    margin-top: 40px;
  }
}

@media (max-width: 320px) {
  .card-tab .card-tab-title h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .card-tab-content .nav-pills .nav-link img {
    width: 90px;
  }
  .card-tab-content .nav-link {
    padding: 0 5px;
  }
  .card-tab-content-wrapper .right {
    margin-top: 0;
    width: 250px;
  }
  .card-tab-content-wrapper .right p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .card-tab-content #pills-tabContent {
    margin-top: 40px;
  }
}

.full-with-section {
  margin-top: 100px;
}

.full-with-section-content {
  height: 100%;
}

.full-with-section-content img {
  width: 100%;
}

.full-with-section-content h2 {
  font-size: 60px;
  margin-bottom: 30px;
}

.full-with-section-content p {
  font-size: 19px;
  margin-bottom: 20px;
}

.full-with-section-content .icon-btn {
  color: #ca9c6a;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.full-with-section-content .icon-btn i {
  font-size: 12px;
  margin-top: 3px;
}

.full-with-section-content .icon-btn:hover {
  color: #000;
}

@media (min-width: 1400px) {
  .full-with-section-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .full-with-section-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .card-series-wrapper .card-series-text h2 {
    font-size: 50px;
  }
  .arrow-btn {
    font-size: 13px;
  }
}

@media (max-width: 1399.98px) {
  .full-with-section-content h2 {
    font-size: 40px;
  }
  .full-with-section-content p {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .full-with-section-content h2 {
    font-size: 34px;
    margin-top: 40px;
  }
}

.hero-video-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.hero-video-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 17px;
  display: block;
}

.hero-video-content a {
  color: #ca9c6a;
  font-size: 60px;
  position: relative;
}

.hero-video-content a::before {
  content: "";
  width: 30px;
  height: 27px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 24px;
}

.hero-video-content a i {
  z-index: 2;
  position: relative;
}

@media (max-width: 320px) {
  .hero-slider-content h2 {
    font-size: 45px;
  }
  .hero-slider-content h3 {
    letter-spacing: 2px;
  }
}

.allcard-collection-wrapper {
  min-height: 1000px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.allcard-collection-wrapper .all-card-content h2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 65px;
  font-weight: 500;
  color: #fff;
}

.allcard-collection-wrapper .all-card-content-single {
  background: #fff;
  border-radius: 30px;
  padding: 60px 50px;
  min-height: 440px;
}

.allcard-collection-wrapper .all-card-content-single img {
  width: 100%;
  margin-bottom: 30px;
}

.allcard-collection-wrapper .all-card-content-single h3 {
  font-size: 35px;
  margin-bottom: 30px;
}

.allcard-collection-wrapper .all-card-content2 h2 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 65px;
  font-weight: 500;
  color: #000;
}

.allcard-collection-wrapper .all-card-content2-single {
  background: #0d0d0d;
  border-radius: 30px;
  padding: 60px 50px;
  min-height: 440px;
}

.allcard-collection-wrapper .all-card-content2-single img {
  width: 100%;
  margin-bottom: 30px;
}

.allcard-collection-wrapper .all-card-content2-single h3 {
  font-size: 35px;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 1399.98px) {
  .allcard-collection-wrapper .all-card-content-single h3 {
    font-size: 27px;
  }
  .allcard-collection-wrapper .all-card-content-single {
    min-height: 440px;
  }
}

@media (max-width: 1199.98px) {
  .allcard-collection-wrapper .all-card-content-single {
    padding: 60px 40px;
  }
  .allcard-collection-wrapper .all-card-content-single h3 {
    min-height: 65px;
    font-size: 25px;
  }
}

@media (max-width: 767.98px) {
  .hero-video-content h2 {
    font-size: 40px;
  }
  .allcard-collection-wrapper .all-card-content h2 {
    font-size: 60px;
  }
}

@media (max-width: 575.98px) {
  .allcard-collection-wrapper .all-card-content h2 {
    font-size: 45px;
  }
  .allcard-collection-wrapper .all-card-content h2 {
    font-size: 39px;
  }
}

.card-detail {
  margin-top: 80px;
}

.card-detail .card-detail-slider {
  background: #f5f6f8;
  height: 100%;
}

.card-detail-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.card-detail-content .title img {
  width: 15%;
  margin-right: 20px;
}

.card-detail-content .title span {
  font-size: 50px;
}

.card-detail-content .text {
  margin-bottom: 30px;
}

.card-detail-content .text p {
  font-size: 17px;
  font-weight: 400;
}

.card-detail-content .text p:not(:last-child) {
  margin-bottom: 20px;
}

.card-detail-content .detail h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-detail-content .detail ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-detail-content .detail ul li:not(:last-child) {
  margin-bottom: 20px;
}

.card-detail-content .detail ul li h4 {
  font-size: 18px;
  font-weight: 400;
  width: 25%;
}

.card-detail-content .detail ul li span {
  color: #81838c;
  font-size: 18px;
  font-weight: 400;
}

.card-detail-content .detail ul li a {
  background: #ca9c6a;
  padding: 15px 60px;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.card-detail-content .detail ul li a:hover {
  background: #000;
  color: #fff;
}

.card-detail .owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 15px;
}

.card-detail .owl-theme .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33px;
}

@media (max-width: 1199.98px) {
  .card-detail-content .detail ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 991.98px) {
  .card-detail .card-detail-slider {
    height: 600px;
    margin-bottom: 50px;
  }
  .card-detail .owl-theme .owl-nav {
    bottom: 21px;
  }
  .card-detail-content .detail ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 575.98px) {
  .allcard-collection-wrapper .all-card-content2 h2 {
    font-size: 44px;
  }
  .card-detail .card-detail-slider {
    height: 400px;
  }
}

@media (max-width: 320px) {
  .allcard-collection-wrapper .all-card-content2-single h3 {
    font-size: 21px;
  }
  .allcard-collection-wrapper .all-card-content2-single {
    padding: 50px 20px;
  }
  .card-detail-content .title span {
    font-size: 30px;
  }
  .card-detail-content .title img {
    width: 24%;
  }
  .card-detail .card-detail-slider {
    height: 350px;
  }
}

.latest-cards {
  margin-top: 100px;
  background: #f7f9fb;
  min-height: 735px;
}

.latest-cards h2 {
  margin-bottom: 30px;
  font-size: 52px;
  margin-top: 100px;
}

.footer {
  background: #f1f1f1;
  padding-top: 86px;
  position: relative;
}

.footer .footer-logo img {
  width: 180px;
  margin-bottom: 45px;
}

.footer .footer-social h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-social ul li:not(:last-child) {
  margin-right: 20px;
}

.footer .footer-social ul li a i {
  font-size: 20px;
  color: #687497;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.footer .footer-social ul li a:hover i {
  color: #155ed4;
}

.footer .footer-list h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer .footer-list ul li {
  margin-bottom: 10px;
}

.footer .footer-list ul li a {
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.footer .footer-list ul li a:hover {
  color: #155ed4;
}

.footer .footer-list.menu1 {
  margin-left: 79px;
}

.footer .footer-list.menu2 {
  margin-left: 106px;
}

.footer .footer-list.menu3 {
  margin-left: 95px;
}

.footer .app-logo h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer .app-logo ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer .app-logo ul li a img {
  width: 100%;
}

.footer .app-logo.menu4 {
  margin-left: 40px;
}

.footer .footer-about {
  width: 84%;
  margin-top: 50px;
}

.footer .footer-about p {
  font-size: 16px;
  font-weight: 300;
}

.footer .company-logos {
  margin-top: 40px;
}

.footer .company-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .company-logos ul li:not(:last-child) {
  margin-right: 70px;
}

.footer .footer-bottom {
  background: #e5e5e5;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

.footer .footer-bottom p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1399.98px) {
  .footer .footer-list.menu1 {
    margin-left: 44px;
  }
  .footer .footer-list.menu2 {
    margin-left: 84px;
  }
  .footer .footer-about {
    width: 95%;
  }
}

@media (max-width: 1199.98px) {
  .footer .footer-list.menu1 {
    margin-left: 0;
  }
  .footer .footer-list.menu2 {
    margin-left: 0;
  }
  .footer .footer-list.menu3 {
    margin-left: 0;
  }
  .footer .app-logo ul li a img {
    width: 85%;
  }
  .footer .footer-about {
    left: 233px !important;
    top: 255px !important;
  }
}

@media (max-width: 991.98px) {
  .footer .footer-logo img {
    width: 100%;
  }
  .footer .app-logo.menu4 {
    margin-left: 0;
  }
  .footer .footer-about {
    width: 60%;
    position: absolute;
    left: 306px;
    top: 229px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 109px;
  }
  .footer .footer-list.menu1 {
    margin-left: 20px;
  }
  .footer .footer-list.menu2 {
    margin-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-about {
    width: 100%;
    position: initial;
    left: 306px;
    top: 229px;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }
  .footer .company-logos ul li:not(:last-child) {
    margin-right: 22px;
  }
  .footer .footer-list.menu1 {
    margin-left: 35px;
  }
  .footer .footer-list.menu2 {
    margin-left: 55px;
  }
}

@media (max-width: 575.98px) {
  .fiq-section-wrapper .fiq-section-title h2 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    width: initial;
    line-height: 42px;
  }
  .fiq-section .accordion-button {
    font-size: 15px;
    line-height: 26px;
  }
  .footer .company-logos ul li:not(:last-child) {
    width: 100px;
    display: inline-block;
  }
  footer .company-logos ul {
    display: initial !important;
  }
  .papel-gold-card-content h3 {
    letter-spacing: 2px;
  }
  .papel-gold-card-content h2 {
    font-size: 29px;
  }
  .papel-gold-card-content p {
    width: initial;
  }
  .footer .footer-logo img {
    width: 53%;
  }
  .footer .footer-list.menu1 {
    margin-left: 0;
  }
  .sticky-top {
    position: initial;
  }
  .header-wrapper .left .logo a {
    padding-right: 22px;
  }
  .footer .footer-logo img {
    width: 38%;
  }
}

@media (max-width: 320px) {
  .footer .footer-logo img {
    width: 60%;
  }
  .footer .footer-list.menu1 {
    margin-left: 0;
  }
  .footer .footer-about {
    margin-top: 0;
  }
  .fiq-section-wrapper .fiq-section-title h2 {
    font-size: 20px;
    width: initial;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .footer .company-logos ul li:not(:last-child) {
    width: 100px;
    display: inline-block;
  }
  footer .company-logos ul {
    display: initial !important;
  }
}
/*# sourceMappingURL=main.css.map */