*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
font-family: 'Mulish';
background-color: #f7f7f9;
}

ul{
padding-left: 0px;
list-style-type: none;
margin: 0;
padding: 0;
}

/*header-section-start*/
.header-top{
background-color: #fff;
position: fixed;
width: 100%;
top: 0%;
z-index: 9;
padding:15px 10px 15px 10px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
}
/*header-section-end*/
.loginstyle{
text-decoration: unset;
font-size: 14px;
font-weight: normal;
color: #222;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
outline: none;
box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
display: flex;
}
.justify-content-center {
justify-content: center;
}
.align-items-center {
align-items: center;
}

/*---------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:1px;
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:#949494;
z-index: 2;
position: absolute;
left: 0;
text-align: center;
font-size: 14px;
color: #fff;
font-weight: 500;
border: 1px solid #ddd;
}
span.round-tab i {
color: #555555;
}
.wizard li.active span.round-tab {
background: #1b84ff;
color: #fff;
border-color: #1b84ff;
}
.wizard li.active span.round-tab i {
color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
color: #1b84ff;
}

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

.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: -15px;
font-style: normal;
font-weight: 400;
white-space: nowrap;
left: 50%;
transform: translate(-25%, -50%);
font-size: 14px;
font-weight: 600;
color:#949494;
}

.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: 15px;
padding: 11px 24px;
border: none;
border-radius: 4px;
margin-top: 30px;
background: #dddddd7d;
font-weight:700;
}
.next-step {
background-color: #16a6fb;
color: #fff;
padding: 9px 15px;
font-size: 15px;
}
.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: 0.375rem 0.75rem;
font-weight: 400;
line-height: 2;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: 38px;
padding: 0.375rem 0.75rem;
line-height: 2;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.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-----------*/

.stepheading{
font-size: 32px;
font-weight: 800;
text-align: center;
color: #070707;	
margin-bottom: 60px;
}

.plan-boxstyle{
padding:20px;
border-radius: 10px;
background-color: #fff;
width: 100%;
}
.plan-boxstyle h5{
font-size: 15px;
font-weight: bold;
font-style: normal;
text-align: left;
color: #222;
}	

.plan-boxstyle h4{
font-size: 32px;
font-weight: bold;
font-style: normal;
text-align: left;
color: #222;
}	

.plan-boxstyle p{
font-size: 15px;
font-weight: normal;
text-align: left;
color: #949494;
margin-bottom: 6px;
}	

.choose-btnstyle{
font-size: 16px;
font-weight: normal;
font-stretch: normal;
text-align: center;
color: #737373;
text-decoration: none;
padding: 10px 12px;
border-radius: 6px;
border: solid 1px #949494;
width: 100%;
display: block;
margin-top: 25px;
}
.check-colorstyle{
color: #1b84ff;	
}

.stepheading1{
font-size: 32px;
font-weight: 800;
text-align: center;
color: #070707;
margin-bottom: 0px;		
}
.numbertext-style{
color:#222222;
font-size:13px;
margin-bottom: 60px;
text-align: center;
}
.mobileverification-box{
padding:40px 30px;
border-radius: 10px;
background-color: #fff;
width: 100%;	
}
.enternumberstyle{
color:#737373;
font-size: 13px;
margin-bottom:5px;
}
.mobile-inputbox{
background-color:#f1eeee;
border: 1px solid #f1eeee;	
}
.verify-btnstyle{
background-color: #1B84FF;
border: 1px solid #1B84FF;
font-size: 15px;
font-weight: 600;
color: #fff;
padding: 10px 15px;
width: 100%;
display: block;
text-align: center;
border-radius: 5px;
margin-top: 15px;
margin-bottom: 10px;
text-decoration: none;
}
.verify-btnstyle1{
background-color: #1B84FF;
border: 1px solid #1B84FF;
font-size: 15px;
font-weight: 600;
color: #fff;
padding: 10px 50px;
text-align: center;
border-radius: 5px;
margin-bottom: 10px;
text-decoration: none;
}
.alreadystyle{
color:#222222;
font-size:14px;
text-align: center;
margin-bottom: 0;	
}
.signinstye{
text-decoration: none;
color: #1B84FF;	
}
.mobile-numberinputbox{
background-color:#F8F8F8;
text-align: center;
color:#000000;	
font-size: 15px;
font-weight: 500;
border: 1px solid #F8F8F8;
border-bottom:2px solid #1B84FF;
border-radius: unset;
}

.verification-style{
margin-bottom:50px;	
}
.verficationstyle{
font-size: 20px;
font-weight: 600;
color: #070707;
margin-top: 10px;	
}
.accountstyle{
color:#222222;
font-size:14px;	
font-weight:500;
margin-bottom: 0px;
}
.tablestyle{
font-size:15px;
font-weight: 600;
color:#222222;	
}
th{
border-bottom: 1px solid #ddd !important;
}
.starting-text{
color:#949494;	
}
.basicistyle{
color:#0085FF;
text-align: right;	
}
.cancel-btnstyle{
background-color:#949494;
color: #fff;
width: 100%;
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
border-radius: 5px;
margin-top: 20px;
}
.error
{
    color:red;
}
.required:after {
    content:" *";
    color: red;
}

.right{
    float:right;
}
.mt-8{
    margin-top: 8px;
}

.disp-none,.disp-none1
{
    display: none;
}
#togglePassword,#togglePassword1{
    position: relative;
    float: right;
    top: 38px;
    right: 4px;
}
.disabled-tab{
    pointer-events: none;
}
.link{
    color:red;
}
.select2-container{ width: 100% !important; }
.select2-selection{height:35px !important;}
.bet-space{
    margin-top: 18px;
}
#terms1-error,#gateway-error{
    position: absolute;
    margin-top: 21px;
}