@font-face {
  font-family: "arial";
  src: url("../fonts/arial.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Med";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Reg";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Sem";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

body {
  overflow-x: hidden;
}

body h1 {
  font-family: Montserrat-Sem;
}

body .learn {
  font-family: Montserrat-Med !important;
}

.navbar {
  background-color: #2ac4f3;
}

.navbar ul .dropdown-menu {
  background-color: #3a3a3a;
}

.navbar li hr {
  background-color: white;
}

.navbar ul li a {
  font-family: arial;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar ul li a:hover {
  color: #0046d4 !important;
}

.navbar ul li a.dropdown-item {
  color: white;
}

.navbar ul li a.dropdown-item:hover {
  background-color: #2ac4f3;
  color: #0046d4;
}

#main .let h1 {
  padding-top: 80px;
  color: white;
  font-size: 50px;
}

#main .let p {
  font-family: Montserrat-Light;
  color: white;
  font-size: 40px;
  line-height: 50px;
}

#main hr {
  border: 3px solid white;
  background-color: white;
  width: 150px;
  margin-left: 0;
}

#main .astore {
  margin-left: 20px;
}

.cp {
  max-width: auto;
  max-height: 80%;
  margin-top: 60px;
}

@media (max-width: 991px) {
  #main .cp {
    padding-top: 80px;
  }
  #main .let h1 {
    font-size: 45px;
    padding-top: 130px;
  }
  #main .let p {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  #main .cp {
    display: none;
  }
  #main {
    text-align: center;
  }
  #main hr {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #main .let h1 {
    font-size: 50px !important;
  }
  #main .let p {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 551px) {
  #main .let p {
    font-size: 30px !important;
    line-height: 35px;
  }
}

@media (max-width: 432px) {
  #main .let h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 350px) {
  #main .let h1 {
    font-size: 35px !important;
  }
  #main .let p {
    font-size: 23px !important;
  }
}

@media (max-width: 348px) {
  #main .astore {
    margin-left: 0px;
  }
}

.section1 {
  background-color: #f8f8f8;
}

.section1 h1 {
  color: #00318a;
}

.section1 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin-left: 0;
}

.section1 p {
  font-family: Montserrat-Reg;
  font-size: 18px;
  color: #00318a;
}

@media (max-width: 767px) {
  .section1 {
    text-align: center;
  }
  .section1 .line {
    margin: auto;
  }
}

.mainsection2 {
  padding: 60px;
  background-color: white;
  color: #00318a;
  text-align: center;
  z-index: 1;
}

.mainsection2 img {
  padding-top: 20px;
  height: 150px;
  text-align: center;
}

.section3 {
  overflow: hidden;
}

.section3 .card1 {
  width: 70%;
  height: auto;
  display: block;
  margin-left: auto;
}

.section3 .card2 {
  width: 70%;
  height: auto;
  display: block;
  margin-right: auto;
}

.section3 .learn {
  background-color: white;
  border-radius: 39px;
  border: 2px solid white;
  display: inline-block;
  cursor: pointer;
  color: #00318a;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.section3 .learn:hover {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  color: white;
}

.section3 .text {
  color: white;
}

.section3 p {
  font-family: Montserrat-Reg;
  font-size: 18px;
}

.section3 h3 {
  font-family: Montserrat-Med;
}

.section3 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
}

.jccard h1 {
  font-family: Montserrat-Med;
}

.jccard_header {
  background: url("../img/jccardbg.jpg") no-repeat center;
  background-size: cover;
}

.jcintro {
  padding: 70px;
}

@media (max-width: 523px) {
  .jcintro h1 {
    font-size: 30px;
  }
}

.cardsection1 {
  background-color: #f8f8f8;
}

.cardsection1 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.cardsection1 h4 {
  font-family: Montserrat-Reg;
  line-height: 40px;
}

.cardsection2 {
  background-color: #f8f8f8;
}

.cardsection2 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.cardsection2 h2 {
  line-height: 35px;
  font-family: Montserrat-Med;
  color: #282828;
}

.cardsection2 .numcard {
  color: #00318a;
}

.cardsection2 p {
  font-family: Montserrat-Reg;
  overflow-wrap: break-word;
}

.card_jc {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 8px;
}

.card_jc:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 1199px) {
  .secondcard {
    display: none;
  }
  .card1 {
    width: 50% !important;
    height: auto;
  }
}

@media (max-width: 767px) {
  .firstcard {
    display: none;
  }
}

@media (max-width: 767px) {
  .section3 {
    text-align: center;
  }
  .line {
    margin: auto !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .text {
    padding-top: 30px;
  }
}

.parallax {
  background: url("../img/jccardbg.jpg") no-repeat center;
  background-size: cover;
}

.section4 {
  background-color: #f8f8f8;
  color: #00318a;
}

.section4 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin-left: 0;
}

.section4 .learn {
  background-color: #00318a;
  border-radius: 39px;
  border: 2px solid #00318a;
  display: inline-block;
  cursor: not-allowed;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .section4 {
    text-align: center;
  }
}

.section5 {
  color: #00318a;
}

.section5 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
}

.section5 .learn {
  background-color: #00318a;
  border-radius: 39px;
  border: 2px solid #00318a;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.section5 .learn:hover {
  background-color: #f7b716;
  border: 2px solid #f7b716;
  color: white;
}

@media (min-width: 767px) {
  .business2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .business1 {
    display: none;
  }
  .section5 {
    text-align: center;
  }
}

.section6 {
  background-color: #00318a;
  color: white;
}

.section6 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin-left: 0;
}

.section6 .learn {
  background-color: white;
  border-radius: 39px;
  border: 2px solid white;
  display: inline-block;
  cursor: pointer;
  color: #00318a;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.section6 .learn:hover {
  background-color: #f7b716;
  border: 2px solid #f7b716;
  color: #fffafa;
}

@media (max-width: 767px) {
  .section6 {
    text-align: center;
  }
}

.section7 {
  background-color: #f8f8f8;
}

.section7 h5 {
  font-family: Montserrat-Sem;
  color: #00318a;
}

.section7 p {
  font-family: Montserrat-Med;
  color: #282828;
}

.section7 img {
  padding: 10px;
  max-width: 150px;
}

.mainfooter {
  background-color: #292F36;
}

.mainfooter hr {
  background-color: #96A2B0;
}

.mainfooter a {
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mainfooter a p:hover {
  color: #2ac4f3;
}

.mainfooter .col {
  color: white;
}

.mainfooter h5 {
  color: #DCE0E5;
}

.mainfooter p {
  color: #96A2B0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-family: Montserrat-Med;
  font-size: 13px;
}

.mainfooter span i {
  letter-spacing: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #96A2B0;
}

.mainfooter span i:hover {
  color: #2ac4f3;
}

.mainfooter .contact {
  line-height: 32px;
}

.mainfooter .zybilogo {
  max-width: 200px;
}

.footerlast {
  background-color: #232528;
  padding: 10px;
  font-family: Montserrat-Med;
  color: #96A2B0;
  font-size: 13px;
}

.footerlast .notice {
  font-family: Montserrat-Light;
}

@media (max-width: 575px) {
  .mainfooter {
    text-align: center !important;
  }
}

footer .dropdown a {
  font-family: Montserrat-Med;
  color: #919191;
  font-size: 13px;
}

footer .dropdown {
  cursor: pointer;
}

footer .dropdown .terms:hover {
  color: #2ac4f3;
}

.promosection1 {
  background-color: #f8f8f8;
}

.promosection1 h5 {
  font-family: Montserrat-Sem;
}

.promosection1 p {
  font-family: Montserrat-Reg;
}

.promosection2 {
  font-family: Montserrat-Sem;
  background-color: white;
}

.promosection2 h3 {
  color: #282828;
}

.promo {
  background-color: #00318a;
  text-align: center;
  color: white;
  padding: 20px;
}

.card {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.read {
  background-color: #2ac4f3;
  border-radius: 39px;
  border: 2px solid #2ac4f3;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.read:hover {
  background-color: #f7b716;
  border: 2px solid #f7b716;
  color: #fffafa;
}

.cardpromo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto;
}

.upgradesection1 {
  background-color: #f8f8f8;
  color: #282828;
  font-family: Montserrat-Reg;
}

.upgradesection1 h4 {
  font-family: Montserrat-Sem;
  text-align: center;
}

.upgradesection1 .card-header {
  font-family: Montserrat-Sem;
}

.upgradesection1 p {
  font-family: Montserrat-Reg;
}

.upgradesection1 ul {
  font-family: Montserrat-Reg;
}

.upgradesection1 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.upgradesection1 .textupgrade {
  color: #00318a;
}

.upgradesection1 .tierheaderbronze {
  background-color: #dcb2a6;
  color: white;
}

.upgradesection1 .limit {
  font-size: 14px;
  color: #e00606;
}

.upgradesection1 .tierbodybronze {
  background-color: white;
}

.upgradesection1 .tierheadersilver {
  background-color: #b4b4b4;
  color: white;
}

.upgradesection1 .tierheadersilver img {
  max-width: 15%;
  height: auto;
}

.upgradesection1 .tierbodysilver {
  background-color: white;
}

.upgradesection1 .tierheadergold {
  background-color: #eeb609;
  color: white;
}

.upgradesection1 .tierheadergold img {
  max-width: 15%;
  height: auto;
}

.upgradesection1 .tierbodygold {
  background-color: white;
}

.upgradesection1 .tierheaderplatinum {
  background-color: #838383;
  color: white;
}

.upgradesection1 .tierheaderplatinum img {
  max-width: 15%;
  height: auto;
}

.upgradesection1 .tierbodyplatinum {
  background-color: white;
}

.bussinesssection1 {
  background-color: #f8f8f8;
  color: #282828;
  font-family: Montserrat-Reg;
}

.bussinesssection1 .numremit {
  color: #00318a;
}

.bussinesssection1 h4 {
  font-family: Montserrat-Sem;
}

.bussinesssection1 .card-header {
  font-family: Montserrat-Sem;
}

.bussinesssection1 p {
  font-family: Montserrat-Reg;
}

.bussinesssection1 ul {
  font-family: Montserrat-Reg;
}

.bussinesssection1 .textupgrade {
  color: #00318a;
}

.bussinesssection1 h5 {
  font-family: Montserrat-Sem;
}

.bussinesssection2 {
  background-color: white;
  color: #282828;
  font-family: Montserrat-Reg;
}

.bussinesssection2 .numremit {
  color: #00318a;
}

.bussinesssection2 h4 {
  font-family: Montserrat-Sem;
}

.bussinesssection2 .card-header {
  font-family: Montserrat-Sem;
}

.bussinesssection2 p {
  font-family: Montserrat-Reg;
}

.bussinesssection2 ul {
  font-family: Montserrat-Reg;
}

.bussinesssection2 .textupgrade {
  color: #00318a;
}

.bussinesssection2 h5 {
  font-family: Montserrat-Sem;
}

.bussline {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
}

.merchantreseller {
  background-color: #f1f1f1;
}

.agent {
  background-color: #f1f1f1;
}

@media (min-width: 768px) {
  .merchantres2 {
    display: none;
  }
  .agentbuss2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .merchantres1 {
    display: none;
  }
  .merchantpartner {
    display: none;
  }
  .agentbuss1 {
    display: none;
  }
}

.joinvibertext {
  color: #665CAC;
}

.vibericon {
  height: 30px;
}

.vibertextqr {
  font-size: 12px;
  padding-top: 10px;
}

.numviber {
  color: #665CAC;
}

@media (min-width: 768px) {
  .viberqr2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .viberqr1 {
    display: none;
  }
}

.servicessection1 {
  background-color: #f8f8f8;
}

.servicessection1 .servicescard a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Montserrat-light;
}

.servicessection1 .servicescard a:hover {
  color: #00318a;
}

.servicessection1 .card-title {
  font-family: Montserrat-Sem;
  color: #282828;
}

.servicessection1 .card-text {
  font-family: Montserrat-Reg;
  color: #282828;
}

.servicescard {
  background-color: #ffffff;
}

.servicesicon {
  max-width: 80px;
  margin: auto;
  padding-top: 20px;
}

.helpsection1 {
  background-color: #f8f8f8;
}

.helpsection1 h2 {
  font-family: Montserrat-Sem;
  color: #00318a;
}

.helpsection1 p {
  font-family: Montserrat-Reg;
  font-size: 18px;
}

.helpsection1 i {
  color: #2ac4f3;
}

.helpsection1 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 60px;
  margin: auto;
}

.helpsection1 a {
  text-decoration: none;
}

.billers {
  background-color: #00318a;
  text-align: center;
  color: white;
  padding: 20px;
}

.billers h1 {
  font-family: Montserrat-Sem;
  padding-top: 50px;
  line-height: 60px;
}

.billers .billerimg {
  padding-top: 50px;
  padding-bottom: 30px;
}

.billersection {
  background-color: #f8f8f8;
}

.billersection h1 .skip {
  padding-top: 300px !important;
}

.billersection ul li {
  font-family: Montserrat-Reg;
}

.billersection button {
  border-radius: 39px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 8px;
}

.billersection .nav-pills > li > button.active {
  background-color: #00318a !important;
  color: white;
}

.billersection .nav-pills li .nav-link {
  color: #00318a;
}

.billersection .nav-pills li .nav-link:hover {
  background-color: #00318a;
  color: white;
}

.billersection table {
  font-family: Montserrat-Reg;
}

@media (max-width: 1399px) {
  .billerimg {
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .billerimg {
    padding-top: 60px !important;
  }
  h1 {
    font-size: 40px;
    line-height: 50px !important;
  }
}

@media (max-width: 991px) {
  .billerimg {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

.load {
  background-color: #00318a;
  text-align: center;
  color: white;
  padding: 20px;
}

.load h1 {
  padding-top: 10px;
  line-height: 60px;
}

.load p {
  font-family: Montserrat-Light;
}

.loadsection {
  background-color: #f8f8f8;
}

.loadsection h2 {
  line-height: 35px;
  font-family: Montserrat-Med;
  color: #282828;
}

.loadsection .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.loadsection .numremit {
  color: #00318a;
}

.loadsection p {
  font-family: Montserrat-Reg;
  overflow-wrap: break-word;
}

.transfersection {
  background-color: #f8f8f8;
}

.transfersection h2 {
  line-height: 35px;
  font-family: Montserrat-Med;
  color: #282828;
}

.transfersection .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.transfersection p {
  font-family: Montserrat-Reg;
  overflow-wrap: break-word;
}

.transfersection .numremit {
  color: #00318a;
}

.bigatensection1 {
  background-color: #f8f8f8;
}

.bigatensection1 ul {
  list-style: none;
}

.bigatensection1 .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 60px;
  margin: auto;
}

.bigatensection1 .bluehiglight {
  color: #00318a;
}

.bigatensection1 .numremit {
  color: #00318a;
}

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(42, 196, 243, 0.3);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999 !important;
}

#return-to-top i {
  color: #fff;
  opacity: 0.5;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #2ac4f3;
}

#return-to-top:hover i {
  color: #fff;
  opacity: 1;
  top: 5px;
}

.termssection1 {
  background-color: #f8f8f8;
}

.outwardsection1 {
  background-color: #f8f8f8;
}

.privacysection1 {
  background-color: #f8f8f8;
}

.howsection1 {
  background-color: #f8f8f8;
}

.howsection1 h4 {
  font-family: Montserrat-Reg;
  line-height: 40px;
}

.howsection1 .card-title {
  font-family: Montserrat-Sem;
}

.howsection1 .card-text {
  font-family: Montserrat-Reg;
}

.qrphheader {
  background: url("../img/qrph/qrphbg.png") no-repeat center;
  background-size: cover;
  background-color: #00318a;
  color: white;
  padding: 35px;
}

.qrphheader h2 {
  color: white;
  padding-top: 40px;
  line-height: 40px;
  font-family: Montserrat-Sem;
}

.qrphheader h3 {
  font-family: Montserrat-Reg;
}

.qrphsection {
  background-color: #f8f8f8;
}

.qrphsection .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.qrphsection h2 {
  line-height: 35px;
  font-family: Montserrat-Med;
  color: #282828;
}

.qrphsection p {
  font-family: Montserrat-Reg;
  overflow-wrap: break-word;
  text-align: center;
}

.qrphsection .numremit {
  color: #00318a;
}

@media (max-width: 991px) {
  .qrphheader {
    text-align: center;
  }
}

.remitheader {
  background: url("../img/remittance/remittancebanner.jpg") no-repeat center;
  background-size: cover;
  padding: 1px;
}

.remitheader h2 {
  color: white;
  padding-top: 80px;
  line-height: 40px;
  font-family: Montserrat-Sem;
}

.remitsection {
  background-color: #f8f8f8;
}

.remitsection .line {
  border: 2px solid #f7b716;
  background-color: #f7b716;
  width: 100px;
  margin: auto;
}

.remitsection h2 {
  line-height: 35px;
  font-family: Montserrat-Med;
  color: #282828;
}

.remitsection h5 {
  font-family: Montserrat-Sem;
}

.remitsection p {
  font-family: Montserrat-Reg;
  overflow-wrap: break-word;
}

.remitsection .numremit {
  color: #00318a;
}

.remitsection .numremit2 {
  color: red;
}

@media (max-width: 575px) {
  .remitheader {
    text-align: center;
  }
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-default {
  border-left-color: #00318a;
}

.bs-callout-default2 {
  border-left-color: #f7b716;
}

.cashin {
  background-color: #00318a;
  text-align: center;
  color: white;
  padding: 20px;
}

.cashin h1 {
  padding-top: 10px;
  line-height: 60px;
}

.cashin p {
  font-family: Montserrat-Light;
}

.cashin .cashinsection p {
  font-family: Montserrat-Light;
}

.modal .globe {
  background-color: #002279;
  border-radius: 39px;
  border: 2px solid #002279;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 10px 60px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.modal .smart {
  background-color: #029347;
  border: 2px solid #029347;
  border-radius: 39px;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 14px;
  padding: 10px 60px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.modal .globe:hover {
  background-color: #fffafa;
  border: 2px solid #fffafa;
  color: #002279;
}

.modal .smart:hover {
  background-color: #fffafa;
  border: 2px solid #fffafa;
  color: #029347;
}

.payroll {
  background-color: #002279;
  color: white;
  padding-top: 85px;
}

.payroll p {
  font-family: Montserrat-Med;
}

.payroll .title {
  font-family: Montserrat-Sem;
  color: #2ac4f3;
}

.payroll ul li {
  font-family: Montserrat-Light;
}

.payroll table td {
  color: white;
}

.payroll .feel-free h5 {
  font-family: Montserrat-Med;
}

.payroll .learn {
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Montserrat-Sem;
  font-size: 16px;
  padding: 7px 42px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0 !important;
}

.payroll .learn:hover {
  background-color: #f7b716;
  border: 1px solid #f7b716;
  color: #002279;
}

.cardpayroll p {
  font-family: Montserrat-Light;
}

.logopayroll {
  max-width: 300px;
}
/*# sourceMappingURL=style.css.map */