.uppercase {
    text-transform: uppercase
}

.login-tbl {
    width: 100%;
}

.login-now .cbtn.blue-btn {
    padding: 10px 35px;
}

.login-register-container {
    text-align: center;
}

.login-register-container .login-now {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding: 15px;
}

.login-register-container .login-now#login {
    float: left;
}

.login-register-container .login-now.register {
    float: right;
}

.login-now {
    display: inline-block;
    width: 100%;
}

.login-now .or-seprator {
    position: relative;
}

.login-now .or-seprator .hr {
    display: inline-block;
    margin: 20px auto;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.login-now .or-seprator .or {
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 8px;
}

.login-now .log-reg-form .login-otp .otp-log {
    color: #007dc8;
    font-size: 16px;
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    outline: none;
}

.login-now .form-group label {
    color: #000;
}

.login-now .form-group .otp-text {
    text-align: center;
    letter-spacing: 20px;
}

.login-now .log-top-bar.myacc {
    background-color: #fafafa;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.login-now .log-top-bar.myacc .myacc-title {
    color: #007dc8;
    font-size: 18px;
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
}

.login-now.edit-profile .log-reg-form {
    padding: 0px 15px;
}

.login-now .log-top-bar .icon-otp .img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.login-now .log-top-bar .icon-otp .img img {
    max-width: 100%;
}

.login-now .log-top-bar .use-with-social {
    padding: 15px 0px;
}

.login-now.change-password .log-top-bar {
    background-color: #f7f7f7;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}

.login-now.change-password .log-top-bar .upp-blue-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-now.change-password .log-reg-form {
    display: block;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    padding: 0px 15px;
}

.login-now.change-password .button-large {
    padding: 10px 15px;
}

.login-now .upp-blue-title {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 16px;
    color: #007dc8;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.login-now .note-text {
    color: #007dc8;
    margin: 20px auto;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 0px 30px;
}

.cbtn.profile-btn:before, .cbtn.blue-btn:before, .cbtn.facebook-btn:before, .cbtn.google-btn:before {
    width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.cbtn.blue-btn {
    background-color: #007dc8;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cbtn.blue-btn:before {
    content: "";
    background: #fff;
}

.cbtn.blue-btn:hover, .cbtn.blue-btn:focus {
    color: #007dc8;
}

.cbtn.blue-btn:hover:before, .cbtn.blue-btn:focus:before {
    width: 100%;
}

.cbtn.blue-btn.updt:after {
    content: "";
    position: relative;
    left: 8px;
}

.cbtn.blue-btn.updt:before {
    background: #252525;
}

.cbtn.blue-btn.updt:hover, .cbtn.blue-btn.updt:focus {
    color: #fff;
    border-color: #252525;
}

.cbtn.blue-btn.updt-btn:after {
    content: url("../images/acc-img-save.png");
}

.cbtn.blue-btn.pass-btn:after {
    content: url("../images/acc-img-pdloack.png");
}

.log-reg-slider {
    padding-bottom: 0;
}

.log-reg-slider .text-blue {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Gotham-Medium", "sans-serief";
}

.log-reg-slider .text-blue .fa {
    margin-right: 10px;
}

/*.text-blue {
    color: #007dc8;
}*/

/*Input Fields*/
input[type="text"], input[type="search"],
input[type="password"], input[type="date"],
input[type="time"], input[type="password"],
input[type="email"], input[type="select"], input[type="url"] {
    width: 100%;
    border: 1px solid #dedede;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 15px;
    outline: none;
}

input[type="text"].form-control, input[type="search"].form-control, input[type="select"].form-control,
input[type="password"].form-control, input[type="date"].form-control,
input[type="time"].form-control, input[type="password"].form-control,
input[type="email"].form-control, input[type="url"].form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lr-field {
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    padding: 10px 15px;
}

button {
    outline: none;
}

button.cbtn {
    background-color: transparent;
    color: #007dc8;
}

.cbtn {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: "Roboto-Medium", sans-serif;
}

.form-group.log-bottom .frgt-pass-group .frgt-pass {
    color: #007dc8;
}

.field {
    width: 50%;
}

.form-group .field {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 15px;
}

.error {
    color: red !important;
}

/* */
.wizard {
    margin: 20px auto;
    background: #fff;
}

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

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

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    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;
}

.round-tab {
    width: 100%;
    height: 100%;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: relative;
    /*left: 0;*/
    text-align: center;
    font-size: 25px;
}
.round-tab i{
    color:#555555;
}
.wizard li.active .round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active .round-tab i{
    color: #5bc0de;
}

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

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

.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: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    display: none;
}

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

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

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

.wizard h3 {
    margin-top: 0;
}
.step1 > .row {
    margin-bottom:16px;
}
.step2 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding-left:15px;
    padding-right: 15px;
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}

.brand_authorization_lable {
    padding: 5px;
    /* background: red; */
    display: table;
    color: #000000;
    /* border-color: #5bc0de; */
    border: 1px solid #5bc0de;
    height: auto;
    font-weight: 100 !important;
}
/* Password */
.select2 {
  width: 349px !important;
}
#pswd_info {
  position:absolute;
  bottom:-130px;
  bottom: -115px\9;
  right:450px;
  width:250px;
  padding:15px;
  background:#fefefe; 
  font-size:.875em;
  border-radius:5px;
  box-shadow:0 1px 3px #ccc;
  border:1px solid #ddd;
  display:none;
  z-index: 9;
}
#pswd_info::before {
  content: "\25B2";
  position:absolute;
  top:-12px;
  left:45%;
  font-size:14px;
  line-height:14px;
  color:#ddd;
  text-shadow:none;
  display:block;
}
#pswd_info h4 {
  margin:0 0 10px 0; 
  padding:0;
  font-weight:normal;
}

.invalid {
  background:url(images/invalid.png) no-repeat 0 50%;
  padding-left:22px;
  line-height:24px;
  color:#ec3f41;
}
.valid {
  background:url(images/valid.png) no-repeat 0 50%;
  padding-left:22px;
  line-height:24px;
  color:#3a7d34;
}

/* Image Field */
.error_message {
  text-align: left;
}
.custom-file-input-color {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.gst-file-input::before {
  content: '* GST Image';
}
.front-mage-file-input::before {
  content: 'Front Image';
}
.back-mage-file-input::before {
  content: 'Back Image';
}
.cancel-cheque-file-input::before {
  content: '*Cancel Cheque';
  font-size: 12px !important;
  padding: 5px 2px !important;
}

.custom-file-input::before {
  color: #5bc0de;
  display: inline-block;
  /*background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);*/
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 9pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none; 
}
.active-header {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}
/* Designer's css */
.round-tab span{
    position: absolute;
    top: -20px;
    height: 0;
    font-size: 16px;
    left: 31%;
    width: 0;
}
/*.wizard form {*/
.main_form {
    width: 65% ;
    margin:  0 auto;
}

#country,
#email,
#mobile,
#password,
#confirm_password{
    height: 32px;
    /*border-radius: 0;*/
}
input#email,
input#mobile{
    border-radius: 3px 0 0 3px;
}
button.send_sms_btn, 
button.send_email_btn{
    border-radius: 0 3px 3px 0;
}
input[type="email"],
input[type="text"]#mobile,
input[type="text"]#email_otp,
input[type="text"]#mobile_otp{
    width: calc(100%  - 96px);
    float: left;
}
.send_sms_btn,
.send_email_btn{
    width: 96px;
    height: 32px;
    color: #5bc0de;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #dedede;
    font-weight: 400;
    margin-left: -2px;
}
.send_sms_btn:hover,
.send_sms_btn:focus,
.send_sms_btn:active:focus,
.send_sms_btn.active, 
.send_sms_btn:active, 
.open > .dropdown-toggle.send_sms_btn {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.send_email_btn:hover,
.send_email_btn:focus,
.send_email_btn:active:focus,
.send_email_btn.active, 
.send_email_btn:active, 
.open > .dropdown-toggle.send_email_btn {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.prev-step{
    background-color: #5bc0de;
    border-color: #5bc0de;
    border-radius: 3px;
    color: #fff;
}
.prev-step:focus,
.prev-step:active:focus,
.prev-step.active, 
.prev-step:active, 
.prev-step:hover {
    background-color: transparent;;
    color: #5bc0de;
    border-color: #5bc0de;
}
.save_continue_btn{
    background-color: #5bc0de;
    border-color: #5bc0de;
    border-radius: 3px;
    color: #fff;
}

.save_continue_btn:focus,
.save_continue_btn:active:focus,
.save_continue_btn.active, 
.save_continue_btn:active, 
.save_continue_btn:hover {
    background-color: transparent;;
    color: #5bc0de;
    border-color: #5bc0de;
}
input::-webkit-input-placeholder { 
  color: #c5c5c5 !important;
  font-size: 12px;
}
input::-moz-placeholder { 
  color: #c5c5c5 !important;
  font-size: 12px;
}
input:-ms-input-placeholder { 
  color: #c5c5c5 !important;
  font-size: 12px;
}
input:-moz-placeholder { 
  color: #c5c5c5 !important;
  font-size: 12px;
}
.form-control:focus{
        border: 1px solid #5bc0de !important;
}

.step2 .heading strong {
    text-transform: capitalize;
    font-size: 18px;
}
input[type="text"], 
input[type="search"], 
input[type="password"], 
input[type="date"], 
input[type="time"], 
input[type="password"], 
input[type="email"], 
input[type="select"], 
input[type="url"]{
    height: 32px;
}

.step2 p.block_title{
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.text-align-left{
    text-align: left;
}
.step2 label.radio-inline{
    padding-left: 30px;
}
.step2 label.checkbox-inline{
    padding-left: 30px;
}
.step2 input.form-control.full-width {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}  
label.pick_address.radio-inline{
        padding-left: 0;
}
.pick_address input[type=checkbox]{
    vertical-align: top;
}
.pick_address{
    padding: 10px;
}
.check_terms_condi input[type=checkbox]{
    vertical-align: middle;
    margin: 0;
}
.mobile_with_country_code{
    width: 100%;
}
.mobile_with_country_code select.country_code_drp {
    width: 60px !important;
    float: left !important;
    height: 32px !important;
}
.mobile_with_country_code .mobile_withcc_input {
    width: calc(100% - 70px);
    margin-left: 70px;
}
.gst_no{
    margin-bottom: 16px;
}
@media(max-width: 1199px){
  #pswd_info {
    position: sticky !important;
    margin-top: -82px !important;
  }

  .displa_block{
      display: block;
  }
  .select2 {
    width: 305px !important;
  }
  span.select2-selection.select2-selection--single {
    width: 305px;
  }
}
@media(max-width: 991px){
  label.chk_business_cate{
      padding-left: 30px;
  }
  textarea.address_first,
  p.block_title.cancel_check{
      margin-bottom: 10px;
  }
  .row.account_no_row,
  .row.acccount_holder_row{
      margin-bottom: 0;
  }
  #paytm_no,
  #phone_pay_no,
  #g_pay_no,
  #ifsc_code,
  #confirm_account_no,
  #account_no,
  #account_holder_name,
  #bank_name,
  input[type=file],
  #gst_no,
  #company_name,
  #password{
      margin-bottom: 16px;
  }
  .main_form {
      width: 90%;
      margin: 0 auto;
  }
  .send_sms_btn, 
  .send_email_btn{
      font-size: 12px;
  }
  input[type="email"], 
  input[type="text"]#mobile {
      width: calc(100% - 80px);
  }
  .send_sms_btn, .send_email_btn {
      width: 80px;
  }
  .select2 {
    width: 305px !important;
  }
  span.select2-selection.select2-selection--single {
    width: 305px;
  } 
}
.red-bg-border{
    border: 2px solid #f20707 !important;
}