@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Lato', sans-serif!important;
	padding:0!important;
	margin:0;
	
}

.container{
	max-width:1200px!important;
	position:relative;
}
ul{
	list-style:none;
}
.no-margin{
	margin:0!important;
}
.no-marginleft{
	margin-left:0!important;
}
.no-marginright{
	margin-right:0!important;
}
.no-border{
	border:hidden !important;
}
.no-paddingleft{
	padding-left:0!important;
}

.no-paddingright{
	padding-right:0!important;
}
.no-padding{
	padding:0!important;
}
.no-borderright{
	border-right:hidden !important;
}
.no-borderleft{
	border-left:hidden;
}
.no-bordertop{
	border-top:hidden!important;
}
.no-borderbottom{
	border-bottom:hidden !important;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
a{
	text-decoration:none !important;
}
ul{
	padding:0;
}


/***********page styles****************************/
.bg {
    background-color: #f5f5f5;
}
.payment-wrapper {
    margin: 0 auto;
    padding: 20px 0;
    width: 75%;
}
.payment-inner {
    margin: 20px 0;
    padding: 50px 30px;
	background-color:#fff;
}
.pay-h3 {
    border-bottom: 2px solid #e6e6e6;
    font-size: 21px;
    font-weight: 600;
    padding: 0 40px 10px;
	margin: 0;
}
.switch {
    display: inline-block;
    height: 15px;
    margin: 0 30px;
    position: relative;
    width: 150px;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #70c954;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider::before {
    background-color: white;
    bottom: -4px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 24px;
}
input:checked + .slider {
  background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #70c954;
}

input:checked + .slider:before {
  -webkit-transform: translateX(76px);
  -ms-transform: translateX(76px);
  transform: translateX(76px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.from {
    display: block;
    padding: 25px 0 25px;
    text-align: center;
}
.from p, label {
    display: inline-block;
}
.tab-links {
    border-right: 1px solid #ccc;
}
.tab-links section {
    padding: 25px 0 0;
}
.tab-links .nav-link {
    border-radius: 0;
    color: #222;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 13px 30px;
    position: relative;
}
.tab-links .nav-link.active::before {
    background-color: #91d0ff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 9px;
}
.tab-links .nav-link.active {
    background-color: #daefff;
    color: #222;
    font-weight: 600;
}
.tab-links .nav-link .badge-success {
    background-color: #70c954;
    border-radius: 2px;
    font-size: 17px;
    margin: 0 0 0 15px;
}
.tab-container section {
    padding: 30px 0 0 30px;
}
#v-pills-home p span {
    color: #24ab3b;
    font-weight: 600;
}
#v-pills-home p {
	margin:0 0 10px;
}
#v-pills-home p small {
    color: #7a7a7a;
    font-size: 16px;
}
#v-pills-home h4 {
    font-size: 21px;
    font-weight: 600;
}
.box {
    background: white none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 3px;
    display: flex;
    margin: 1rem auto;
    text-align: left;
    width: 100%;
}

.box input[type=radio] {
  display: none;
}

.box .active-label, .box label:focus, .box label:hover, .box label:active, .box input:checked + label {
  color: #e0758e;
  box-shadow:0 0 0 1px #2196f3 inset, 0 0 0 1px transparent;
  border-color: #2196f3;
}
.box .active-label:before, .box label:focus:before, .box label:hover:before, .box label:active:before, .box input:checked + label:before {
  background: white;
  border-color: #e0758e;
}


.box label {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    padding: 14px 15px 14px 40px;
    position: relative;
    text-overflow: ellipsis;
    transition: all 0.15s ease 0s;
	margin: 0 15px 0 0;
}

.box label::before {
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 16px;
}
.box input:checked + label:before {
  border-color:#cccccc;
}
.box input:disabled + label {
  background: #efefef;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.box input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.box input:disabled + label:before {
  border-color: white;
  background: white;
}
.box label::after {
    background-color: #3aa2f5;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 8px;
	opacity:0;
}
.box input:checked + label::after {
    background: #3aa2f5 none repeat scroll 0 0;
	opacity:1;
}
.box label img {
    width: 100%;
}
.choose-label {
    font-size: 17px;
}
.paynow-btn {
    background-color: #ff6336;
    border-radius: 4px;
	border: medium none;
    color: #fff;
    display: inline-block;
    margin: 5px 0 0;
    padding: 11px 40px;
	transition: all 0.3s ease;
}
.beneficiary-details {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin: 25px 0 0;
}
.ben-title {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    padding: 12px 21px;
}
.ben-content {
    padding: 12px 20px;
}
.divider {
    display: block;
    height: 10px;
    width: 100%;
}
.ben-content {
    font-size: 17px;
    padding: 12px 20px;
}
.ben-field strong {
    font-weight: 800;
}
.copy-btn {
    color: #2196f3;
    display: inline-block;
    font-weight: 800;
    margin: 0 0 0 5px;
}
.ben-label {
    font-weight: 300;
}
.ben-field {
    font-weight: 300;
}
.pay-description {
    font-weight: 300;
    margin: 15px 0 0;
}
.pay-description strong{
    font-weight: 800;
}
.payment-inner article.text-center h4 {
    font-size: 22px;
    font-weight: 600;
}
.payment-inner article.text-center p {
    font-weight: 300;
    margin: 20px 0 0;
}
.payment-inner article.text-center p strong{
    font-weight: 600;
}
.gateway-h3 {
    border-bottom: 1px solid #ccc;
    font-size: 21px;
    font-weight: 600;
    padding: 0 0 10px;
	margin: 40px 0 0;
}
.amount {
    font-weight: 600;
}
.price-1, .price-2 {
    font-size: 18px;
    font-weight: 600;
}
.price-1 span {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0 15px;
    padding: 8px 15px;
    width: 125px;
}
.sub-total, .credit-charge {
    color: #909090;
}
.line hr{
    border: 0;
    height: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.total-price {
    font-size: 22px;
    font-weight: 800;
}
.price-3 {
    font-size: 22px;
    font-weight: 800;
}
.total section {
    padding: 15px 0;
}
.payment-form h3 {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 25px;
    padding: 0 0 10px;
}
.billing-address {
    margin: 30px 0 0;
}
.payment-form input[type="text"], .payment-form input[type="email"] {
    border-radius: 2px;
}
.terms {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 40px 0 0;
    padding: 20px 0 9px;
}
.terms h5 {
    font-size: 16px;
    font-weight: 600;
}
.submit-btn {
    background-color: #ff6336;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 20px 0 0;
    padding: 11px 40px;
	 transition: all 0.3s ease;
	  border: medium none;
}
.submit-btn:hover, .paynow-btn:hover{
	background-color:#fa4613;
	color:#fff;
}
.total {
    margin-bottom: 25px;
}
/***********page styles ENDS****************************/
@media (min-width:250px) and (max-width:1030px) {
.tab-links .nav-link {
    padding: 13px 20px;
}
.box {
    border: medium hidden;
    display: block;
    width: 100%;
}
.box label img {
    width: auto;
}
.box label {
    margin: 5px 0 2px;
}
}
@media (min-width:250px) and (max-width:767px) {
	.amount{
    flex: 0 0 40%;
    max-width: 40%;
}
.price-1 {
    flex: 0 0 60%;
    max-width: 60%;
}
.payment-wrapper {
    width: 100%;
}
.submit-btn {
    font-size: 14px;
}
.tab-links {
    border-right: medium hidden;
}
.ben-field {
    border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
.tab-container section {
    padding: 30px 0 0;
}
.pay-h3 {
    padding: 0 0 10px;
	 font-size: 17px;
}
.ben-content {
    font-size: 15px;
    
}
}

header {
border-bottom: 2px solid #e6e6e6  ;
display: flex;
padding: 25px 0;
}
.logo > img {
width: 180px;
}

.bhim{
 display:none !important;
}





.error-close {
    background-color: #ff412e;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    margin: 0 5px 0 0;
    border-radius: 50%;
}
.error-close i {
    color: #fff;
}
.success-message-error {
    color: #ff412e;
font-size: 20px;
font-weight: 700;
}
.ben-label {
    text-align: right;
}
.ben-field {
    font-weight: 700;
}
.payment-response-failure {
    width: 530px;
    margin: 12% auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #eee;
}
.payment-response-failure .row.error-block {
    margin: 0 -15px 20px;
}
#submitted {
    border: none;
    float: none;
    margin: 5px 0 0 90px;
    padding: 6px 25px 10px;
}
.ben-field span {
    display: inline-block;
    margin: 0 0 0 7px;
}



.success-close {
    background-color: #00b6a5;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    margin: 0 5px 0 0;
    border-radius: 50%;
}
.success-close i {
    color: #fff;
}
.success-message-success {
    color: #00b6a5;
    font-size: 20px;
    font-weight: 700;
	position: relative;
    top: 5px;
}
.payment-response-success {
	width: 530px;
    margin: 12% auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #eee;
}
.ben-field p {
    display: inline-block;
    margin: 0 0 0 7px;
}
.em-text {
    margin: 5px 0 10px 43px;
    display: block;
}
.ben-block {
    text-align: center;
}


.price-1 input {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #212529;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 8px 15px;
    text-align: right;
    width: 125px;
}

.reset-btn {
    background-color: #C0C0C0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 20px 0 0;
    padding: 11px 40px;
    transition: all 0.3s ease 0s;
	float: left;
	border: medium none;
}

.reset-btn:hover{
	background-color:#A9A9A9;
	color:#fff;
}

.locked p {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-size: 45px auto;
    color: #717171;
    font-size: 17px;
    padding: 0 0 0 55px;
	margin:0;
}
.locked {
    background-color: #f8f8f8;
    margin: 0 0 15px;
    padding: 20px 0;
}
.methods {
    margin: 0 0 60px;
}
.step-progress .container .main {
  height: 145px;
}
.step-progress .container .main .progress {
    background-color: #eeeeee;
    height: 8px;
    margin: 20px;
}
.bg-info {
    background-color: #70c954 !important;
}
.step-progress .container .main .progress .progress-bar {
  height: 15px;
  color: #eeeeee;
}
.step-progress .container .main .progreso1 {
    animation: 0.5s ease 0s normal none 1 running none;
    background-color: #66ccff;
    transition: all 0.45s ease-in-out 0s;
    width: 33.3333%;
}
@media (max-width: 768px) {
.step-progress .container .main .progreso1 {
    width: 34%;
  }
}
.step-progress .container .main .progreso2 {
  width: 66.3333%;
  animation: 0.5s;
  background-color: #66ccff;
  transition: all 0.45s ease;
}
@media (max-width: 768px) {
.step-progress .container .main .progreso2 {
    width: 73%;
  }
}
.step-progress .container .main .progreso3 {
  width: 100%;
  animation: 0.5s;
  background-color: #66ccff;
  transition: all 0.45s ease;
}
.step-progress .container .main .block1 {
    background-color: #fff;
    /*border: 2px solid #70c954;*/
	box-shadow:0 0 0 2px #70c954 inset, 0 0 0 1px transparent;
    border-radius: 50%;
    height: 50px;
    margin: 0;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
.step-progress .container .main .block2 {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    height: 50px;
    margin: 0 30.3333%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
@media (max-width: 768px) {
.step-progress .container .main .block2 {
    margin: 0 31.5%;
    margin-top: 90px;
  }
}
.step-progress .container .main .block3 {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    height: 50px;
    margin: 0 60%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
@media (max-width: 768px) {
.step-progress .container .main .block3 {
    margin: 0 62.5%;
    margin-top: 90px;
  }
}
.step-progress .container .main .block4 {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    height: 50px;
    margin: 0 89%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
@media (max-width: 570px) {
.step-progress .container .main .block4 {
    margin: 0 86.5% !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
.step-progress .container .main .block4 {
    margin: 0 90.5%;
    margin-top: 0;
  }
}
.step-progress .container .main .circulo {
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    margin: 6px;
    top: 0;
    width: 30px;
}
.step-progress .container .main .fa-check {
    color: #fff;
    font-size: 17px;
    padding: 9.5px;
}
.step-progress .container .main .activeblock2 {
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #70c954 inset, 0 0 0 1px transparent;
    height: 50px;
    margin: 0 30.333%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
.step-progress .container .main .activeblock3 {
    background-color: #fff;
    box-shadow:0 0 0 2px #70c954 inset, 0 0 0 1px transparent;
    border-radius: 50%;
    height: 50px;
    margin: 0 60%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
.step-progress .container .main .activeblock4 {
    background-color: #fff;
   box-shadow:0 0 0 2px #70c954 inset, 0 0 0 1px transparent;
    border-radius: 50%;
    height: 50px;
    margin: 0 89%;
    padding: 4px;
    position: absolute;
    top: 0;
    width: 50px;
}
@media (max-width: 768px) {
.step-progress .container .main .activeblock4 {
    margin: 0 90.7%;
    margin-top: 90px;
  }
}
@media (min-width: 510px) and (max-width: 600px) {
.step-progress .container .main .activeblock4 {
    margin: 0 89.5%;
    margin-top: 90px;
  }
}
@media (min-width: 368px) and (max-width: 509px) {
.step-progress .container .main .activeblock4 {
    margin: 0 86%;
    margin-top: 90px;
  }
}
@media (min-width: 200px) and (max-width: 367px) {
.step-progress .container .main .activeblock4 {
    margin: 0 86%;
    margin-top: 90px;
  }
}
.step-progress .container .main .activecirculo {
    background-color: #70c954;
    border-radius: 50%;
    height: 35px;
    margin: 4px;
    width: 35px;
}

/**
This is just to test, but you don't need it.
*/
.next {
  margin-top: 50px;
}
.next .next2 {
  display: none;
}
.next .next3 {
  display: none;
}
footer {
    border-top: 2px solid #e6e6e6;
    display: flex;
    padding: 25px 0;
	background-color:#fff;
}
footer li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}
footer li a{
	font-size:14px;
}
footer li.divid span {
    background-color: #888;
    display: block;
    height: 20px;
    left: 0;
    position: relative;
    top: 5px;
    width: 1px;
}
footer ul {
    margin: 0;
}
/***********page styles ENDS****************************/
@media (min-width:250px) and (max-width:1110px) {
.step-progress .container .main .block4 {
    margin: 0 87.5%;
}
.step-progress .container .main .block3 {
    margin: 0 60.333%;
}
.step-progress .container .main .block2 {
    margin: 0 30.333%;
}
}
@media (min-width:250px) and (max-width:767px) {
	.step-progress .container .main .activeblock4 {
    margin: 0 88.7%;
}
.step-progress .container .main .activeblock3 {
    margin: 0 59%;
}
.step-progress .container .main .activeblock2 {
    margin: 0 29%;
}
}
@media (min-width:250px) and (max-width:570px) {
.step-progress .container .main .block1 {
    height: 36px;
    padding: 4px;
    width: 36px;
}
.step-progress .container .main .activecirculo {
    height: 28px;
    margin: 0;
    width: 28px;
}
.step-progress .container .main .fa-check{
    font-size: 12px;
    padding: 7.5px;
}
.step-progress .container .main .progress {
    margin: 13px 0;
}
.step-progress .container .main .block2 {
    height: 30px;
    padding: 1px;
    width: 30px;
}
.step-progress .container .main .circulo {
    height: 25px;
    width: 25px;
	margin:0;
}
.step-progress .container .main .block3 {
    height: 30px;
    padding: 1px;
    width: 30px;
}
.step-progress .container .main .block4 {
    height: 30px;
    padding: 1px;
    width: 30px;
}
.step-progress .container .main .activeblock2 {
    height: 36px;
    padding: 4px;
    width: 36px;
}
.step-progress .container .main .activeblock3 {
    height: 36px;
    padding: 4px;
    width: 36px;
}
.step-progress .container .main .activeblock4 {
    height: 36px;
    padding: 4px;
    width: 36px;
}
.step-progress .container .main .activeblock2 {
    margin: 0 26%;
}
.step-progress .container .main .activeblock3 {
    margin: 0 55%;
}
.step-progress .container .main .activeblock4 {
    margin: 0 82.7%;
}
.step-progress .container .main .block4 {
    margin: 0 82.5% !important;
}
.step-progress .container .main .block3 {
    margin: 0 55%;
}
.step-progress .container .main .block2 {
    margin: 0 26%;
}
}
@media (min-width:250px) and (max-width:365px) {
.step-progress .container .main .activeblock2 {
    margin: 0 24%;
}
.step-progress .container .main .activeblock3 {
    margin: 0 50%;
}
.step-progress .container .main .activeblock4 {
    margin: 0 74.7%;
}
}
@media (min-width:250px) and (max-width:1030px) {
.tab-links .nav-link {
    padding: 13px 20px;
}
.box {
    border: medium hidden;
    display: block;
    width: 100%;
}
.box label img {
    width: auto;
}
.box label {
    margin: 5px 0 2px;
}
}
@media (min-width:250px) and (max-width:767px) {
	.amount{
    flex: 0 0 40%;
    max-width: 40%;
}
.price-1 {
    flex: 0 0 60%;
    max-width: 60%;
}
.payment-wrapper {
    width: 100%;
}
.submit-btn {
    font-size: 14px;
}
.tab-links {
    border-right: medium hidden;
}
.ben-field {
    border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
.tab-container section {
    padding: 30px 0 0;
}
.pay-h3 {
    padding: 0 0 10px;
	 font-size: 17px;
}
.ben-content {
    font-size: 15px;
    
}
}

.step-progress p {
font-size: 13px;
left: -18px;
position: relative;
text-align: center;
top: 20px;
width: 77px;
}

.native-customer{
  padding:5px;
  width: 50%;
  border-color: #3aa2f5;
  border: 2px solid #3aa2f5;
  color: #3aa2f5 ;
}

.banks-block{
 width:50%;
 margin: 0 auto;
}

#no-btn{
 border-bottom-right-radius: .25em;
border-top-right-radius: .25em;
border-left: medium none;
}

.active-customer{
	background: #3aa2f5 none repeat scroll 0 0;
    border-color: #3aa2f5;
	color: #fff !important;
}

.tab-links .nav-link .badge-wise {
    background-color: #70c954;
    border-radius: 2px;
    font-size: 10px;
    margin: 0;
}