@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: ""Helvetica Neue",Helvetica,Arial,sans-serif";
	src: url(../fonts/"Helvetica Neue",Helvetica,Arial,sans-serif/"Helvetica Neue",Helvetica,Arial,sans-serif-Regular.ttf);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


.Basic-reg-active-tab-icon {

  height: 20px;
  object-fit: contain;
  background-color: #28ee8e;
  box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 1, 0.18);
}
.Basic-reg-inactive-tabs-icon {

  height: 20px;
  object-fit: contain;
  background-color: #f7f8fa;
  box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 1, 0.18);
}

.modal-dialog {
    width: 450px !important; 
    margin: 30px auto; 
}
.Basic-reg-comp-dtls-dropdown {
 height: 12px;
  opacity: 0.24;
}


.otp-verify {
  	height: 36px;
	width:103px;
  	border-radius: 24px;
  	background-color: #288cab;
	outline: none;
	border: none;
  box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 1, 0.21);
}

.otp-verify:hover{
	background-color: #3071a9;
}

.basic-reg-comp-dtls-nxt-btn:hover{
	background-color: #3071a9;
}

.bob-procure-logo {
  height: 42px;
  object-fit: contain;
}
.nxt-btn-label {
  width: 52px;
  height: 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: bold;
/*  line-height: 3.83;*/
  text-align: center;
  color: #ffffff;
}

.wizard {
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.email-otp-verification {
  height: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgba(46, 42, 43, 0.87);
}
/*
.modal-dialog{
	top:26%;
}
*/
.enter-otp-lbl {
    height: 25px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: rgba(46, 42, 43, 0.87);
}
.enter-otp {
    height: 13px;
    opacity: 0.87;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* text-align: left; */
/*    color: rgba(46, 42, 43, 0.87);*/
}

.otp-verify-lbl {
	cursor: pointer;
  width: 58px;
  height: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.resend-otp {
    width: 105px;
	margin-top: 8px;
    height: 13px;
    opacity: 0.87;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
	cursor:pointer;
/*    color: rgba(46, 42, 43, 0.54);*/
}

.resend-otp:hover {
    color: blue;
	text-decoration: underline;
	
}

.pay1{
	margin-left: 26px;
}
.au2{
	margin-left: -17px;
}

.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: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.nav-tabs > li {
    float: left;
    margin-left: 31px;
	margin-top: 20px;
    margin-bottom: -1px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 19%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

/*
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}
*/

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.Basic-reg-comp-dtls-text {
	opacity: 0.87;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 18px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: rgba(47, 43, 44, 0.87);
}

.hr-before-next {
  width: 100%;
  height: 1px;
	margin-bottom: 21px;
	margin-top: 31px;
  background-color: #f0f0f0;
}

@media only screen and (max-width:767px){
	
	.basic-reg-dtls-proceed-to-pay-btn {
    margin-left: 2%;
    height: 36px;
    width: 177px;
    border-radius: 24px;
    margin-bottom: 13px;
    background-color: #288cab;
    outline: none;
    border: none;
    box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 1, 0.21);
}
		.modal {
    position: fixed;
    top: 16%;
    right: 12%;
    bottom: 0;
    left: 12%;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	}
	.Basic-reg-page-header-box {
    padding-top: 40px;
    border-radius: 6px;
    height: 285px;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px 0 rgba(0, 0, 1, 0.33);
    border: solid 1px #f0f0f0;
}
	.wizard .nav-tabs > li {
    width: 20%;
	}		
	
	.nav-tabs > li {
    float: left;
    margin-left: 8%;
    margin-top: 20px;
    margin-bottom: -1px;
	}	
}
@media only screen and (max-width:400px){

	.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 4%;
    right: 0;
    margin-top: 29px;
    background-color: #f7f8fa;
    z-index: 0;
}

	
	
}

@media only screen and (max-width:425px){
	
		.Basic-reg-active-tab-name {
    height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: -13px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #2e2a2b;
}
	.pay1 {
    margin-left: -2px;
}
		
	.Basic-reg-inactive-tab-name {
    height: 15px;
    opacity: 0.64;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
	margin-left: 0px;	
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: rgba(46, 42, 43, 0.54);
}
}

@media only screen and (min-width:426px) and (max-width:560px){
	
	.Basic-reg-active-tab-name {
    height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: -13px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #2e2a2b;
}
	.pay1 {
    margin-left: -2px;
}
		
	.Basic-reg-inactive-tab-name {
    height: 15px;
    opacity: 0.64;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
	margin-left: 0px;	
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: rgba(46, 42, 43, 0.54);
}	
	
}

@media only screen and (min-width:561px) and (max-width:767px){
	
	.Basic-reg-active-tab-name {
    height: 18px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: -13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #2e2a2b;
}
	.pay1 {
    margin-left: -2px;
}
		
	.Basic-reg-inactive-tab-name {
    height: 15px;
    opacity: 0.64;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
	margin-left: 0px;	
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: rgba(46, 42, 43, 0.54);
}	
	
}

@media only screen and (min-width:401px) and (max-width:767px){

	.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 82%;
    margin: 0 auto;
    left: 4%;
    right: 0;
    margin-top: 29px;
    background-color: #f7f8fa;
    z-index: 0;
}
}

@media only screen and (min-width:768px) and (max-width:850px){
	
	.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 68%;
    margin: 0 auto;
    left: -3%;
    right: 0;
    margin-top: 30px;
    background-color: #f7f8fa;
    z-index: 0;
}
	.pay1 {
    margin-left: -30px;
}
	
}

@media only screen and (min-width:851px) and (max-width:930px){
.pay1 {
	
    margin-left: -5%;
}
}

@media only screen and (min-width:931px) and (max-width:991px){
.pay1 {
	
    margin-left: -6%;
}
}

@media only screen and (min-width:851px) and (max-width:991px){
	
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 68%;
    margin: 0 auto;
    left: -8%;
    right: 0;
    margin-top: 30px;
    background-color: #f7f8fa;
    z-index: 0;
}
	
}

@media only screen and (min-width:768px) and (max-width:991px){
	.Basic-reg-page-header-box {
    padding-top: 40px;
    border-radius: 6px;
    height: 182px;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px 0 rgba(0, 0, 1, 0.33);
    border: solid 1px #f0f0f0;
}
	
}

@media only screen and (min-width:992px) and (max-width:1199px){
	
	.pay1 {
    margin-left: 4%;
}
	
	.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 66%;
    margin: 0 auto;
    left: 5%;
    right: 0;
    margin-top: 30px;
    background-color: #f7f8fa;
    z-index: 0;
}
	
	
}


	
@charset "utf-8";
/* CSS Document */

