
body {
  font-family: "Manrope", sans-serif !important;
     font-style: normal;
    overflow-x: hidden;
  }
  
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  
  a:focus,
  input:focus,
  textarea:focus,
  button:focus {
    text-decoration: none;
    outline: none;
  }
  
  a:focus,
  a:hover {
    text-decoration: none;
  }
  
  i,
  span,
  a {
    display: inline-block;
  }
  
  a {
    text-decoration: none !important;
  }




h1 {
    font-size: 64px;
    color: #363F5A;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.3rem;
    margin: 0;
  }

  p {
    margin: 0;
    color: var(--gray-700);
  }

  .mt-6 {
    margin-top: 6rem !important;
  }
  .mr-2 {
    /* margin-right: 2rem;*/
    width: 30%;
  }

  main {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-sizing: inherit;
    position: relative;
  }

  h2 {
    font-size: 40px;
    font-weight: bold !important;
  }
  
  h3 {
    font-weight: bold !important;
  }
  
  h4 {
    font-size: 22px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }

  .w-40 {
    width: 40%;
  }
  
  ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
  }

  ul li a {
    font-size: 14;
    font-weight: bold;
    text-decoration: none;
  }

  .span-header {
    color: #42B883;
  }

  .swal2-toast h2 {
    font-size: 1em !important;
  }

  .mkfy-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #42B883;
    padding: 0 25px;
    font-size: 14px;
    height: 55px;
    border-radius: 46px;
    color: #fff !important;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #42B883;
  }

  
/*===========================
      02.HEADER css 
===========================*/

/*===== NAVBAR =====*/

.navbar-area {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  
  .sticky .navbar {
    padding: 1px 0;
  
  }

  
  .navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 20px 0;
  }
  
  .navbar-brand {
    padding: 0;
  }
  
  .navbar-brand img {
    max-width: 230px;
  }
  
  .navbar-toggler {
    padding: 0;
  }
  
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
  }
  
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
  }
  
  .navbar-nav .nav-item {
    margin-left: 45px;
    position: relative;
  }
  
  .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  
  .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
  }
  
  
  .navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .navbar-btn {
    text-align: center;
    padding: 10px 40px;
    border-radius: 46px;
    background-color: #42B883;
    color: white !important;
    font-size: 15px;

  }

  .navbar-collapse {
    flex-grow: inherit !important;
  }
  
  .navbar-nav .nav-item .sub-menu li {
    display: block;
  }
  
  .navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
  }
  
  .navbar-nav .nav-item .sub-menu li a.active,
  .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #0898E7;
  }
  
  .navbar-nav .sub-nav-toggler {
    display: none;
  }
  
  .navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
      padding: 5px 12px;
    }
  
    .navbar-nav .nav-item {
      margin: 0;
    }
  
    .navbar-nav .nav-item a {
      display: block;
      padding: 4px 0;
    }
  
    .navbar-nav .nav-item:hover .sub-menu {
      top: 0;
    }
  
    .navbar-nav .nav-item .sub-menu {
      position: relative;
      width: 100%;
      top: 0;
      display: none;
      opacity: 1;
      visibility: visible;
    }
  
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px;
    }
  }
  
  @media (max-width: 767px) {

    .contact .contact-content {
      flex-direction: column ;

    } 
    
    
    .navbar-collapse {
      top: 100%;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9;
      -webkit-box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
      -moz-box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
      box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
      padding: 5px 12px;
    }
  
    .navbar-nav .nav-item {
      margin: 0;
    }
  
    .navbar-nav .nav-item a {
      display: block;
      padding: 4px 0;
    }
  
    .navbar-nav .nav-item:hover .sub-menu {
      top: 0;
    }
  
    .navbar-nav .nav-item .sub-menu {
      position: relative;
      width: 100%;
      top: 0;
      display: none;
      opacity: 1;
      visibility: visible;
    }
  
    .navbar-nav .sub-nav-toggler {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      color: #222;
      font-size: 18px;
      border: 0;
      width: 30px;
      height: 30px;
    }
  
    .support-area {
      /* display: none; */
      padding: 50px;
      height: auto !important;
      display: block !important;
    }
  
    .download .card {
      margin-bottom: 20px;
    }

    .footer-items {
      flex-direction: column;
    }

    .tracking-img img, .banner_png img{
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
      margin-left: 30px;
    }
  }

  @media (max-width: 448px) {
    .mkfy-banner .download-buttons ul {
      flex-direction: column;
    }

    .header-hero-content .download-buttons ul li a img {
      width: 130px;
    }
    .quotator-content .gif-cotizador {
      width: 100%;
    }

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

  
/*===== HEADER HERO =====*/

.header-hero {
    /*position: relative;
    z-index: 5;
    background-position: bottom center;
    height: 650px;*/
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
  
  }
  
  .header-hero-content .header-title {
    margin-top: 60px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #363F5A;
    line-height: 70px
  }
  
  .header-hero-content .header-text {
    margin-top: 20px;
    font-size: 16px;
  }
  
  .header-hero-content ul {
    margin-top: 30px;
  }
  
  .header-hero-content ul li:first-child {
    margin-left: 0;
  }
  
  .header-hero-content .main-btn {
    margin-top: 10px;
  }
  
  .header-image {
    position: relative;
    z-index: 5;
    width: 700px;
  }
  
  .header-image .image {
    width: 100%;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .shape {
      display: none;
    }
  
    .header-image .image {
      width: 100%
    }
  
    .header-hero {
      height: auto;
    }
  
    .header-hero-content {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 1400px) {
    

    .header-image {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .header-image {
      width: 100%;
      padding-top: 20%;
    }

    .join_as_agency .card-img-top {
      width: 100% !important;
    }

    .join_as_agency .card {
      flex-flow: column-reverse !important;
    }


  }

  @media (max-width: 992px) {

    .navbar-nav .nav-item a {
      color: #000 !important;
    }

    .send_money-gif {
      display: none;
    }

    .benefits-card {
      height: 100% !important;
      margin-bottom: 15px;
    }

    .quotator-content {
      padding-top: 25px;
      justify-content: center;
    }

    .quotator-text {
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
    }

    .mkfy-banner .banner-png{
      display: none;
    }

    .mkfy-banner .banner-text {
      width: 100% !important; 
      padding: 30px 0;
    }
    .footer-col {
      width: 50%;
      margin-bottom: 30px;
    }
    .line_steps {
      display: none;
    }

    .steps .step-2 {
      flex-direction: column-reverse !important;
      margin: 0;
    }

    .steps .step-2 .item-content {
      margin-left: 0 !important;
    }
    
    .steps .items {
      flex-direction: column;
    }

    .steps .items .item-content {
      width: 100%;
    }

    .tracking-section .tracking-img {
      justify-content: center !important;
    }

    .banner .banner-content{
      flex-direction: column;
      justify-content: center;
      align-self: center;
      text-align: center;
      padding-top: 30px;
    }

    .banner .banner-content .content .download-buttons {
      display: flex;
      justify-content: center;
    }

    .contact img {
      display: none;
    }

    

  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shape {
      display: none;
    }

  
    .header-shape-1 {
      width: 100%;
      top: 70%;
    }
  
    .header-shape-2 {
      width: 100%;
      top: 80%;
    }
  
    .header-hero-content .header-title {
      font-size: 36px;
    }

  }

  @media (min-width: 992px) {
    .orders-card .col-lg-6 {
      width: 45%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .shape {
      display: none;
    }
  
    .header-hero-content .header-title {
      font-size: 38px;
    }
  
    .header-image .image {
      width: 100%
    }
  
    .shape {
      display: none;
    }
  }


  .slide{
    
  }
  .country-slide h4, .country-slide span {
    color: #3F3F3F;
    font-size: 12px;
    font-weight: bold ;
    line-height: 10px;
  }
  .country-slide span {
    font-weight: lighter;
  }

  .country-slide .text {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 15px;
  }
  
  .country-slide {
    border-radius: 10px;
    background-color: #F7F9FC;
    padding: 10px 20px;
    margin: 0px 15px;
    justify-content: center;
    align-items: center;
  }

  .country-slide img {
    width: 50px;
    height: 50px;
  }
  .slider {
    --totSlides: 7;
    --slideWidth: 200px;
    --slideHeight: 100px;
    --animationSpeed: calc(4s * var(--totSlides));
    height: var(--slideHeight);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .slider .slides-track {
    animation: scroll var(--animationSpeed) linear infinite;
    display: flex;
    width: calc(var(--slideWidth) * var(--totSlides) * 2);
  }
  
  .slider .slide {
    height: 100px;
    width: var(--slideWidth);
    overflow: hidden;
  }

  

  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(var(--slideWidth) * var(--totSlides) * -1));
    }
  }

  .quotator-content {
    background-color: rgba(66, 204, 142, 0.2);
    padding: 15px 50px;
    border-radius: 20px;
  }
  
  .benefits-card {
    background-color: #F7F7F7 !important;
    padding: 55px 15%;
    border-radius: 20px !important;
  }

  .security-text {
    font-size: 18px;
    color: #64607D;
  }

  .orders-card .card-content {
    height: 430px;
    padding: 20px 30px;
    background-color: rgb(66, 184, 131, 15%);
    border-radius: 20px;
    border: none;
  }

  .orders-card .card-content a {
    font-size: 12px;
    margin-top: 25px;
    color: #292929 !important;
    text-align: end;
  }

  .orders-card .card-content .mkfy-btn {
    width: 35%;
    font-size: 12px;
    height: 40px;
  }

  .orders-card span {
    font-size: 12px;
    color: #696969;
    padding-top: 10px;
  }

  .orders-card h5 {
    font-weight: bold;
    padding: 15px 0;
  }

  .mkfy-banner {
    background: linear-gradient(#078D5E, #54CB96);
    border-radius: 20px;
    padding: 0 50px;
  }

  .mkfy-banner .banner-text {
    width: 55%;
    color: white;
  }
  .mkfy-banner .banner-text p {
    font-size: 16px;
    padding-top: 15px;
  }
  .mkfy-banner .banner-text img {
    padding-top: 0;
  }
  .mkfy-banner img{
    padding-top: 50px;
  }

  .join_as_agency .card {
    flex-direction: row;
    border: none;
    border-radius: 20px;
    box-shadow: #000;
  }

  .join_as_agency .card-title {
    font-weight: bold;
  }

  .join_as_agency .card-img-top {
    width: 350px
  }

  .join_as_agency .card-text {
    font-size: 14px;
    color: #7D7987;
  }
  .join_as_agency .span-header {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 15%;
    font-weight: bold;
  }

  .join_as_agency .span-header {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 15%;
    font-weight: bold;
  }

  .join_as_agency a {
    font-size: 12px;  }

    .steps .step-2 .item-content {
      margin-left: 150px;
    }

    
.help-center-header {
  background-color: rgb(211, 211, 211, 30%);
  text-align: center;
  padding: 100px 0;
}
.help-center-header h1 {
  letter-spacing: -1px;
}

faq-title {
  color: #747E88;
  padding-top: 50px; 
  text-align: center; 
  font-weight: 700; 
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 10px; 
}

.faq-section h3 {
  font-weight: bold;
  font-size: 21px;
}

.accordion-header {
  font-weight: bold;
  font-size: 18px !important;
  color: #747E88;
}

.faq-heading-column {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-tagline.for-faq {
  width: auto;
  margin-bottom: 10px;
  text-align: left;
}

.section-tagline {
  width: 370px;
  margin-bottom: 20px;
  color: #ff4b36;
  text-align: center;
  text-transform: uppercase;
}

/* .accordion{
  --bs-accordion-active-color: inherit !important;
  --bs-accordion-active-color: inherit !important;
}*/
/* 
.accordion-button:not(.collapsed) {
  background-color: inherit !important;
  font-weight: 600;
  color: #000;
}
.accordion-button:focus {

  box-shadow: inherit;
}  */

.items-faq {
  list-style: circle !important;
}

.items-faq li {
  padding: 10px 0;
}

.accordion-body {
  font-size: 15px !important;
}
.faq-heading {
  margin-top: 0px;
  color: #42B883;
  font-size: 35px !important;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.faq-text {
  font-size: 16px;
  line-height: 25px;
}

.faq-questions-column {
  width: 600px;
  padding-right: 15px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-question {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.faq-question::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 5px;
}

.icon-close::after {
  font-family: FontAwesome;
  content: "\f107" !important;
  margin-left: 5px;
}

.faq-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-block {
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  cursor: pointer;
}

.faq-question-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-answer-block {
  display: none;
  font-size: 14px;
  padding-top: 10px;
}

.faq-answer-text {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 52px;
  background-color: #000;
}
    
/* FOOTER */

.footer {
  background: #42B883;
  padding: 40px 0;
}


.footer-col {
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  padding-top: 25px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-logo p {
  font-weight: 500;
  font-size: 14px;
  margin-top: -15px;
  color: white;
}

.footer-col ul {
  padding-left: 0px;

}

.footer-col ul li a,
.copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: white !important;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-col .social-links a i{
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: white;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;

}

.img-footer {
  width: 180px;
  margin-left: 70px;
}

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

.line_steps {
  position: absolute;
  left: 48%;
  margin-top: 50px;
}

.float-right {
  float: right;
}

.mt-50 {
  margin-top: 150px;
}