* {
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  position: relative;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.bg-green {
  background-color: #1da268 !important;
}

.table-gray {
  --bs-table-color: #000;
  --bs-table-bg: #f1f1f1;
  --bs-table-border-color: #f1f1f1;
  --bs-table-striped-bg: #f1f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #f1f1f1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #f1f1f1;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.bg-primary-safariremit {
  background-color: #3a5b9d !important;
}

.border-primary-safariremit {
  border: 1px solid #3a5b9d !important;
}

.border-secondary-safariremit {
  border: 1px solid #11244a !important;
}

.bg-secondary-safariremit {
  background-color: #11244a !important;
}

.text-green {
  color: #1da268 !important;
}

.text-primary-safariremit {
  color: #3a5b9d !important;
}

.text-secondary-safariremit {
  color: #11244a !important;
}

.text-muted-safariremit {
  color: #a4a4a4;
}

.btn-primary-safariremit {
  background-color: #3a5b9d !important;
  color: white !important;
}

.btn-primary-safariremit:hover {
  background-color: #4069bc !important;
}

.btn-outline-primary-safariremit:hover {
  background-color: #cfdcf7 !important;
}

.btn-outline-primary-safariremit {
  border-color: #3a5b9d !important;
  background-color: white !important;
  color: #3a5b9d !important;
}

.btn-green {
  background-color: #1da268 !important;
  color: white !important;
}

.btn-green:hover {
  background-color: #0e5e3b !important;
  color: white !important;
}

.navbar-floating {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  opacity: 0.9;
}

.shadow-text {
  text-shadow: 2px 2px #000;
}

.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-10 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hero-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* position: absolute; */
  top: 0;
}

.hero-continue-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* position: absolute; */
  top: 0;
}

.hero-continue-container img {
  width: auto;
  height: auto;
}

.hero-container img {
  width: auto;
  height: 100vh;
}

.img-flag {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.fs-9 {
  font-size: 10px;
}

.avatar {
  object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.promotion-bg {
  height: 100px;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  border-radius: 0 0 68px 68px;
}

@media only screen and (min-width: 1280px) {
  .hero-container img {
    width: 100%;
    height: 100vh;
  }
}

@media only screen and (min-width: 550px) {
  .promotion-bg {
    height: 50px;
    opacity: 0.5;
    z-index: -1;
    top: 0;
    border-radius: 0 0 68px 68px;
  }
}

textarea.no-resize {
  resize: none;
}

.footer {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/footer-bg.png);
  background-color: #e3e8f1;
  position: relative;
}

.footer .footer-top {
  padding: 100px 0 90px;
}

.footer .widget h5 {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.footer .widget h5:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  width: 30px;
}

.footer .foo-btm {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 15px !important;
}

.select2-container .select2-selection--single {
  height: 60px !important;
  padding-top: 15px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dee2e6 !important;
}

.testimoni {
  width: 90%;
  margin: 0px auto;
}

.slick-slide {
  margin: 10px;
}

.slick-slide img {
  width: 100%;
  border: 2px solid #fff;
}

.navbar-sendmoney .navbar-nav .nav-item.active,
.navbar-sendmoney .navbar-nav .nav-item:hover {
  background-color: white;
  border-radius: 10px;
}

.navbar-sendmoney a {
  color: white !important;
}

.navbar-sendmoney .active a {
  color: #3a5b9d !important;
}

.navbar-sendmoney .navbar-nav .nav-item.active a,
.navbar-sendmoney .navbar-nav .nav-item:hover a {
  color: #3a5b9d !important;
}

.navbar-sendmoney {
  min-height: 0;
}

@media (min-width: 1020px) {
  .navbar-sendmoney {
    min-height: 500px;
  }
}

#servicesTab {
  gap: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#servicesTab .nav-item {
  margin-bottom: 0;
}

#servicesTab .nav-item > .nav-link {
  margin-bottom: -1px;
  padding: 0.6rem 1.5rem;
  background-color: #fff;
  color: #1f2d3d;
  border: none;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: var(--bs-box-shadow)!important;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

#servicesTab .nav-item > .nav-link.active {
  background-color: #3a5b9d;
  color: #fff;
  border-color: #3a5b9d !important;
  border-bottom-color: #fff !important;
  font-weight: 500;
}

#servicesTab .nav-item:first-child > .nav-link {
  border-top-left-radius: 0.5rem !important;
}

#servicesTab .nav-item:last-child > .nav-link {
  border-top-right-radius: 0.5rem !important;
}

#servicesTab .nav-item:not(:first-child) > .nav-link {
  border-left: 0 !important;
}

#servicesTab .nav-item:not(:last-child) > .nav-link {
  border-right: 0 !important;
}

.border-send-money-gray {
  border-color: #d9e1ee !important;
}

.currencyTarget .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none !important;
}

.currencyTarget
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: white;
}

.currencyTarget .select2-selection--single .select2-selection__arrow b {
  border-color: #fff7f7 transparent transparent transparent !important;
}

.input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.input-radio:checked {
  box-shadow: 0px 0px 0px 4px #1da268;
  background-color: #1da268;
}

.radio-upi-15 {
  margin-top: 0;
  width: 1.5em;
  height: 1.5em;
}

.form-floating-top > .form-control-plaintext ~ label,
.form-floating-top > .form-control:focus ~ label,
.form-floating-top > .form-control:not(:placeholder-shown) ~ label,
.form-floating-top > .form-select ~ label {
  transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem) !important;
  color: #3a5b9d;
}

.form-floating-top > .form-control:not(:placeholder-shown) {
  border-color: #3a5b9d;
}

.placeholder-safariremit::placeholder {
  color: #a4a4a4;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 2px rgba(0, 0, 0, 0.075) !important;
}

.form-check-input:checked {
  background-color: #1da268;
  border-color: #1da268;
}

.form-check-input-safariremit:checked {
  background-color: #3a5b9d !important;
  border-color: #3a5b9d !important;
}

.cursor-pointer {
  cursor: pointer;
}

.container-signin {
  height: auto;
}

.signin-bg {
  width: 100%;
  height: 95%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  z-index: -1;
  border-radius: 20px;
}

.hero-signin-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.hero-signin-container img {
  width: auto;
  height: auto;
}

.signup-bg {
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  z-index: -1;
  border-radius: 20px;
}

.hero-signup-container {
  width: 100%;
  height: 140%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.hero-signup-container img {
  width: auto;
  height: auto;
}

@media (min-width: 1020px) {
  .signin-bg {
    width: 100%;
    height: 80vh;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    z-index: -1;
    border-radius: 50px;
  }

  .hero-signin-container img {
    width: 100%;
    height: 100vh;
  }

  .container-signin {
    height: 85vh;
  }

  .container-signup {
    height: 140%;
  }

  .signup-bg {
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    z-index: -1;
    border-radius: 50px;
  }

  .hero-signup-container img {
    width: 100%;
    height: 140vh;
  }
}

.card-faq {
  border-radius: 53px;
  width: 250px;
  padding: 10px;
  text-align: center;
  color: #3a5b9d;
  cursor: pointer;
}

.card-faq svg {
  width: 100px;
}

.card-faq svg path {
  fill: #1da268;
}

.card-faq.active,
.card-faq:hover {
  color: white;
  background-color: #3a5b9d;
}

.card-faq.active svg path,
.card-faq:hover svg path {
  fill: white;
}

.get-in-touch-mt {
  margin-top: 40px;
}

@media (min-width: 1020px) {
  .get-in-touch-mt {
    margin-top: -180px;
  }
}

.hero-how-it-work {
  background-image: url(../images/hero-how-it-work.png);
  width: 100%;
}

#video-el {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.video-block {
  width: 50%;
  height: 90px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
}

.video-block .video-btn {
  cursor: pointer;
}

.video-box {
  margin-bottom: 40px;
}

.video-box,
.video-box-round {
  position: relative;
}

.video-box:after,
.video-box-round:after {
  background-color: rgba(18, 61, 136, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  border-radius: 15px;
}

.video-box img {
  border-radius: 15px;
}

.video-box-round {
  border-radius: 5px;
  overflow: hidden;
}

.video-box .video-btn,
.video-box-round .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.video-btn {
  background-color: #fff;
  border-radius: 50%;
  color: #1da268;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 1;
}

.video-btn i {
  position: relative;
  z-index: 1;
}

.video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat infinite 1.2s;
  animation: beat infinite 1.2s;
  height: 100%;
  width: 100%;
  background-color: #1da268;
  border-radius: 50%;
  z-index: -1;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.timeline {
  border-left: 1px solid #1da268;
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: #1da268;
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.photo-placeholder {
  display: none;
  position: absolute;
  border-radius: 50%;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 30%);
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.icon-photo-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
}

.photo:hover ~ .photo-placeholder,
.photo-placeholder:hover {
  display: block;
  backface-visibility: hidden;
}

.photo:hover {
  cursor: pointer;
  backface-visibility: hidden;
}

.date-button {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 10;
  background: #fff;
  pointer-events: none;
}

.date-button button {
  border: none;
  background: transparent;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3a5b9d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3a5b9d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #212529;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dot-custom {
  width: 50px;
  display: flex;
  height: 15px;
  border-radius: 10px;
  margin-top: 40px;
  background: white;
  box-shadow: 0px 0rem 1rem 4px rgba(0, 0, 0, 0.15);
}

.slick-active .dot-custom {
  background: #3a5b9d;
  margin-top: 30px;
}

.slick-dots li:has(.dot-custom) {
  margin-left: 30px;
}

.btn-submit-tab {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  border-radius: .15rem;
  transition: all .3s ease-in;
  margin: 0 10px;
  background-color: #3a5b9d;
  color: #fff;
  padding: 10px 50px;
  border-radius: 10px;
}
.btn-submit-tab:hover {
  color: #fff;
  background-color: rgba(25, 143, 209, .8)
}

.btn-prev-tab {
  border-color: #3a5b9d;
  background-color: white;
  color: #3a5b9d;
  padding: 10px 50px;
}
.btn-prev-tab:hover {
  background-color: rgba(25, 143, 209, .8);
  color: #3a5b9d;
}
.transaction-paginate p.text-muted {
  display: none;
}
.transaction-paginate .page-item.active .page-link {
  background-color: #3a5b9d;
  border-color: #3a5b9d;
}
.transaction-paginate ul li.page-item {
  margin: 0 .25rem;
}
.transaction-paginate ul li.page-item a.page-link {
  border-radius: 5px;
}
.transaction-paginate ul li.page-item span.page-link {
  border-radius: 5px;
}

.send-to-country:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}



/* Terms and Conditions */
ol.term li.title {
  color: #2f2f35;
  font-weight: 600;
  counter-increment: ordem;
  margin-bottom: 5px;
  margin-top: 20px;
}
.sub_1 {
  padding-left: 30px;
  margin-bottom: 20px;
}
.sub_1 li span {
  padding-left: 10px;
  display: block;
  margin-bottom: 5px;
}
/* 
ol.term {
  padding-left: 20px;
}
ol.term li.title {
  color: #2f2f35;
  font-weight: 600;
  counter-increment: ordem;
  margin-bottom: 5px;
  margin-top: 20px;
}
.sub_1 {
  counter-reset: sub_1;
  padding-left: 30px;
  margin-bottom: 20px;
}
.sub_1 li span {
  padding-left: 25px;
  display: block;
}
.sub_1 li:before {
  counter-increment: sub_1;
  content: counter(ordem) "." counter(sub_1) ". ";
  margin-left: -30px;
  margin-right: 10px;
  float: left;
}
.sub_1 li:marker {
  content: ""
}

.sub_2 {
  counter-reset: sub_2;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sub_2 li {
  list-style-type: none;
}
.sub_2 li:before {
  counter-increment: sub_2;
  content: counter(ordem) "." counter(sub_1) "." counter(sub_2) ". ";
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.sub_2 li span {
  padding-left: 60px;
  display: block;
} */
/* end Terms and Conditions */

/* Privacy Policy */
.privacy-policy ul {
  list-style: none;
}
.privacy-policy .list li {
  color: #2f2f35;
  padding-left: 1;
  position: relative;
}

.country-landmark{
  min-height:400px;
  background-position: bottom!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
}

.bg-text-gradient{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 900px;
  z-index: 9999;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), transparent);
}

.img-promotion{
   position: absolute; 
   top: 0px; 
   z-index: -1;
}

#referral-promo-check, #cb-direct-promo{ 
  border-color: #1da268 !important;   
}