
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*---------signup-step-------------*/
.bg-color{
	background-color: #333;
}
.signup-step-container{
	padding: 150px 0px;
	padding-bottom: 60px;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #DE0008;
    color: #fff;
    border-color: #DE0008;
}
.wizard li.active span.round-tab i{
    color: #DE0008;
}
.wizard .nav-tabs > li.active > a i{
	color: #DE0008;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    /* width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent; */
    position: relative;
    /* top: 0; */
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -17px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 54%;
    transform: translate(-17%, -50%);
    font-size: 15px;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: capitalize;
    min-width: 200px;
    padding: 20px 20px;
    text-align: center !important;
}
/* .next-step{
	background-color: #0db02b;
} */
.skip-btn{
	background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}
.all-info-container{

}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}






@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}
/* .btn-sm {
    padding: 12px 8px;
    min-width: auto;
} */
.btn-md{
    padding: 12px 25px;
    min-width: auto;
    font-weight: 400;
}

.radio-buttons {
    display: flex;
    gap: 10px;
  }
  
  .radio-button {
    padding: 20px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    width: 50%;
    margin-bottom: 20px;
  }
  
  .radio-button.active {
    background-color: #05409a;
    color: #fff;
    border-color: #05409a;
  }
  
  .hidden {
    display: none;
  }

  .card-header{
    background: #fff;
    padding:  10px 20px;
  }

.card-input-element {
    display: none !important;
  }
  
  .card-input {
    margin: 0;
    padding: 0;
  }
  
  .card-input:hover {
    cursor: pointer;
  }
  
  .card-input-element:checked + .card-input {
    box-shadow: 0 0 1px 1px #05409a;
    background: rgba(23, 97, 253, 0.08) !important;
    
  }
  .list-block{
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
    border-radius: 5px;
    display: block;
    padding: 15px 25px;
    margin-bottom: 0;

  }

  .list-block:hover {
    -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);
}
  .list-block p{
    font-size: 14px;
    color: #000;
  
  }
  .mb-0{
    margin-bottom:0;
    line-height: normal;
  }

  #existingSenderContent label{
    width: 100%;
  }

  .ms-auto {
    margin-left: auto !important;
}
.borderless td, .borderless th {
    border: 0 !important;
}

#existingSenderContent .countries-list li label {
    margin: 0 0 0 5px;
    font-size: 14px;
}

.list-block span{
    font-weight: 500;
}

.sender-tab .iconBox {
    border: 1px solid #f5f1f1;
    border-radius: 5px;
    padding: 40px 25px;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.countries-list li img {
    width: 17px;
    height: 17px;
}
.sender-tab .countries-list li label{
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #25282c;
}
.sender-tab  .currency-card{
    padding: 15px;
    align-items: center;
}

.sender-tab .currency-card  h3{
    margin-bottom: 0;
    font-size: 16px;
}
.sender-tab .currency-card  i {
    font-size: 30px;
        margin-bottom: 0;

}
.sender-tab .currency-card .currency-flag i{
    color: #000;
}
.currency-card .currency-flag{
    top: 0;
}

.review img {
    max-width: 70px;
    margin: auto;
}
.review{
    color: #000;
}

.review .card-input .list-block p {
    text-transform:capitalize !important ;
    font-weight: 500;
    margin-bottom: 0;
}

.currency-card .currency-info {
    margin-left: 20px;
}



.currency-card1 .currency-info h5 {
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 10px;
}
.currency-card1 {
  
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    padding: 15px ;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 10px;
 
}
.currency-form {
    background-color: #fff;
    border-radius: 9px;
    /* -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 4%); */
    cursor: pointer;
    padding: 40px 22px 0 22px;
    position: relative;
    z-index: 1;
}
.currency-form h4 {
  color: #2f2f35;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 34px;
}
.currency-form .form-btn {
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
  padding: 15px 40px;
}
.currency-form .form-btn i {
  float: right;
}
.currency-form .accept-terms {
  color: #6c6c6f;
  display: block;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .currency-form .accept-terms a {
    display: block;
    margin-top: 10px;
  }
}
.currency-form .form-field .curr-select {
  border: none;
  border-left: 1px solid #dadada;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-radius: 0;
  padding: 0;
  padding-left: 5px;
}

.currency-form-v2 {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 22px 0;
  position: relative;
}
.currency-form-v2 h4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .currency-form-v2 .form-field {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.currency-form-v2 .form-field:first-of-type {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}
.currency-form-v2 .form-field:nth-of-type(2) {
  -ms-flex-preferred-size: calc(100% - 145px);
      flex-basis: calc(100% - 145px);
}
.currency-form-v2 .form-field .join-field input, .currency-form-v2 .form-field .join-field select, .currency-form-v2 .form-field .join-field .btn {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}
@media screen and (max-width: 575px) {
  .currency-form-v2 .form-field .join-field input, .currency-form-v2 .form-field .join-field select, .currency-form-v2 .form-field .join-field .btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .currency-form-v2 .form-field .join-field select {
    border-left: 0;
    border-top: 1px solid #dadada;
  }
}
.currency-form-v2 .form-field .btn {
  background-color: #2dbe61;
  margin: 0;
  min-width: auto;
  padding: 17px 15px;
}
.currency-form-v2 .curr-select {
  padding: 6px 15px;
}
.currency-form-v2 .input-group-append .input-group-text {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.currency-form-v2 .input-group-append .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: initial;
}
.currency-form-v2 .input-group-append .nice-select {
  display: none;
}
.currency-form-v2 .input-group-append .btn {
  background: none;
}
.currency-form-v2 .input-group-append .btn:focus {
  outline: none !important;
}
.currency-form-v2 .input-group-append .custom-select {
  border: none;
}

.currency-form.v3 .currency-header {
  text-align: center;
  margin-bottom: 35px;
}
.currency-form.v3 .currency-header h3 {
  font-size: 24px;
  margin: 10px 0 0;
}
.currency-form.v3 .form-field .join-field .input__add input {
  background: transparent;
}
.currency-form.v3 .form-field label {
  color: rgba(108, 108, 111, 0.6);
  font-size: 12px;
  margin-bottom: 0px;
  position: absolute;
  left: 13px;
  top: -9px;
  background: white;
  padding: 4px 6px;
  line-height: 1;
  z-index: 2;
}
.currency-form.v3 .input-group-text {
  background: transparent;
}
.currency-form.v3 .form-btn {
  margin-bottom: 0;
  margin-top: 20px;
}

.currency-content .single-content {
  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;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #434343;
}
.currency-content .single-content p {
  margin-bottom: 0;
}

.bill-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bill-form .form-field:first-of-type {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.bill-form .form-field:nth-of-type(2) {
  -ms-flex-preferred-size: calc(100% - 208px);
      flex-basis: calc(100% - 208px);
}
@media screen and (max-width: 575px) {
  .bill-form .form-field:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .bill-form .form-field:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.bill-form .form-field select, .bill-form .form-field .nice-select {
  border-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #2f2f35;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  height: 60px;
  padding: 9px 25px;
}
@media screen and (max-width: 575px) {
  .bill-form .form-field select, .bill-form .form-field .nice-select {
    border-radius: 50px;
  }
}
.bill-form .form-field input {
  border-radius: 0;
  height: 60px;
}
.bill-form .form-field .join-field {
  border: none;
  display: block;
}
.bill-form .form-field .join-field input {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding-right: 90px;
  padding-left: 25px;
}
@media screen and (max-width: 575px) {
  .bill-form .form-field .join-field input {
    border-radius: 50px;
  }
}
.bill-form .form-field .join-field .btn {
  background-color: #2dbe61;
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  min-width: auto;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 75px;
}
@media screen and (max-width: 575px) {
  .bill-form .form-field .join-field .btn {
    border-radius: 50px;
  }
}
.bill-form.v2 .form-field select, .bill-form.v2 .form-field .nice-select {
  border-radius: 50px;
  padding-left: 25px;
  line-height: 44px;
}
.bill-form.v2 .form-field input {
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 210px;
}
@media screen and (max-width: 767px) {
  .bill-form.v2 .form-field input {
    padding-right: 110px;
  }
}
.bill-form.v2 .form-field .btn {
  border-radius: 50px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .bill-form.v2 .form-field .btn {
    width: 105px;
  }
}

.receive-form {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.receive-form .form-field label {
  background-color: #f1f1f1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #2f2f35;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 13px 25px;
  margin: 0;
}
.receive-form .form-field .join-field {
  border: none;
}
.receive-form .form-field .join-field .curr-select {
  border: none;
  -ms-flex-preferred-size: 68.49%;
      flex-basis: 68.49%;
  max-width: 68.49%;
}
@media screen and (max-width: 375px) {
  .receive-form .form-field .join-field .curr-select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.receive-form .form-field .join-field .curr-select span {
  text-transform: capitalize;
}
@media screen and (max-width: 375px) {
  .receive-form .form-field .join-field .curr-select span i {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.receive-form .form-field .join-field .btn {
  background-color: #2dbe61;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
  min-width: auto;
  margin: 0;
}
@media screen and (max-width: 375px) {
  .receive-form .form-field .join-field .btn {
    border-bottom-left-radius: 5px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.form-tab {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.form-tab .nav-tabs {
  border-bottom: none;
}
.form-tab .nav-tabs li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.form-tab .nav-tabs a {
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  color: #2f2f35;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 10px;
  text-transform: capitalize;
}
.form-tab .nav-tabs a.active {
  background-color: #fff;
  border-color: transparent;
}
.form-tab .currency-form {
  padding-top: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-tab .form-field {
  border: 1px solid #dadada;
  border-radius: 5px;
}
.form-tab .form-field label {
  background-color: #f0f0f0;
  border-bottom: 1px solid #dadada;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #2f2f35;
  margin-bottom: 0;
  padding: 7px 15px;
}
.form-tab .form-field .join-field {
  border: none;
}
.form-tab .form-field select, .form-tab .form-field .nice-select {
  border: none;
}

.currency-text {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20px;
  min-height: 50px;
  padding-top: 13px;
}
.currency-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  background-image: url(../images/ellips.png);
  background-repeat: no-repeat;
}
.currency-text strong {
  font-weight: 500;
}
.currency-text span {
  font-size: 14px;
  min-width: 110px;
}
.currency-text span:last-child {
  margin-left: 10px;
}

/**
 * Services section
 */
@media screen and (min-width: 1441px) {
  .services .container-fluid {
    max-width: 1400px;
  }
}

/**
* Access Money section
*/
.access-money .overlap-imgBox .img-1 {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .access-money .overlap-imgBox .img-1 {
    max-width: calc(100% - 30px);
  }
}
.access-money .overlap-imgBox .img-2 {
  right: -85px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .access-money .overlap-imgBox .img-2 {
    right: -65px;
  }
}
@media screen and (max-width: 991px) {
  .access-money .overlap-imgBox .img-2 {
    right: -30px;
  }
}
@media screen and (max-width: 575px) {
  .access-money .overlap-imgBox .img-2 {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .access-money .offset-lg-1 {
    margin-left: 3%;
  }
}
.signup-step-container a{
  text-decoration: none;
}



























.step-card{

    border:1px solid #eee;

    border-radius:15px;

    margin-bottom:20px;

    overflow:hidden;

    background:#fff;

}

.step-header{

    padding:12px 10px;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.step-title{

    display:flex;

    align-items:center;

    gap:15px;

}
.step-title h6{
  margin-bottom: 2px;
  color: #0e2853;
}

.step-icon{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#eee;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:bold;

}
.prev-step, .next-step {
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    text-transform: capitalize;
    min-width: 200px;
    padding: 15px 20px;
    text-align: center !important;
}

.step-icon.active{
    background:#21679e;
    color:#fff;

}
.step-content {
    padding: 10px 15px;
    border-top: 1px solid #eee;
}