.stepwizard-step{
  display: inline-block;
  text-align:left;
}
.stepwizard-step p {
    margin-bottom: 0px;
    line-height: 24px;
    display: block;
    margin-top: 0px;
    padding-left: 35px;
    font-size: 14px;
    vertical-align: top;
    font-weight: 600;
}
.stepwizard-step span{
	font-size: 11px;
	padding-left: 36px;
	margin-top: 0px;
	vertical-align: top;
}
.stepwizard-step .btn{
  border-radius: 50%;
  -webkit-appearance: initial;
  background-color: #c23535;
  border-color: #be0202;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 17px;
}
.stepwizard-step .btn.btn-default[disabled]{
  background-color: #d2d2d2;
  border-color: #ccc;
  color: #222;
}
.setup-content .btn-primary{
    background-color: #c23535;
    border-color: #c23535;
    width: 180px;
    margin-top: 15px;
    max-width:100%;
    cursor: pointer;
}
.setup-content .btn-primary:before,
.setup-content .btn-primary:after{
    display:none;
}
.setup-content .btn-primary:hover,
.setup-content .btn-primary:focus{
	background-color: #C71211 !important;
    border-color: #C71211 !important;
}
.setup-content .form-control{
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  border-radius: 6px;
  box-shadow: none;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  width: 100%;
}
.setup-content .form-control:focus{
  border-color: #c23535;
  outline: 0;
  box-shadow: none;
}
.setup-content label{
  font-size:14px;
  color: #3e3e3e;
}
.stepwizard-row.setup-panel .stepwizard-step{
  position: relative;
  margin-right: 3px;
}
.stepwizard-row.setup-panel .stepwizard-step-in{
  background-color: #f3f3f3;
  padding: 8px 20px;
  font-size: 20px;
  position:relative;
  display: inline-block;
  margin-right: 10px;
  border-top: 8px solid #dedede;
  border-radius: 5px;
  padding-right: 30px;
  padding-bottom: 0px;
}
.stepwizard-step.active .stepwizard-step-in{
	border-color:#c23535;
}
.stepwizard-row.setup-panel .stepwizard-step:before{
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 23px solid #ffffff;
  border-bottom: 26px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  margin-top: 1px;
  position: absolute;
  right: -3px;
  top: 0;
  display: none;
}
.stepwizard-row.setup-panel .stepwizard-step:after{
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 23px solid #f3f3f3;
  border-bottom: 26px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  margin-top: 1px;
  position: relative;
  display: none;
}
.forgot-password,
.login-link{
  color:#c23535;
}
.stepwizard-row.setup-panel .stepwizard-step:last-child:after,
.stepwizard-row.setup-panel .stepwizard-step:last-child:before{
  display:none;
}
.stepwizard{
  text-align: center;
}
.stepwizard-row{
  display: inline-block;
}
.setup-content h3,
.profileCont h3{
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  color: #333;
}
#ui-datepicker-div{
  z-index: 9 !important;
}
.setup-content .form-group{
  margin: 0 auto;
  margin-bottom: 15px;
}
.has-error span {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    top: -15px;
    color: #c23535;
    font-weight: bold;
}
.error-login{
  color: #c23535;
  font-weight: bold;
}
.success-login{
  color: #149b2c;
  font-weight: bold;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    display: inline-block;
    font-size: 14px !important;
    padding: 0;
    height: auto;
}
.check-cont{
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.check-cont input[type=radio],
.check-cont input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.check-cont label{
  display: inline-block;
  position: relative;
  font-weight: 300;
  padding: 0;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  padding-left: 33px;
  margin-top: 0;
}

.check-cont:hover label{
	color: #c23535;
}

.check-cont .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.check-cont:hover .check {
  border: 3px solid #c23535;
}

.check-cont .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 10px;
	width: 10px;
	top: 4px;
	left: 5px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check,
input[type=checkbox]:checked ~ .check {
  border: 3px solid #c23535;
}
input[type=checkbox] ~ .check,
input[type=checkbox] ~ .check::before{
	border-radius:0px;
}
input[type=radio]:checked ~ .check::before,
input[type=checkbox]:checked ~ .check::before{
  background: #c23535;
}

input[type=radio]:checked ~ label,
input[type=checkbox]:checked ~ label{
  color: #c23535;
}
h6.control-label{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #3e3e3e;
  line-height: 22px;
  min-height: 44px;
}
.form-nav{
  max-width: 350px;
  margin:0 auto;
}
.back-step img{
  max-width: 30px;
}
.form-round{
  color: #c23535;
  font-weight: bold;
  letter-spacing: 2px;
}
input[type=text], input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=password], input[type=date], select, textarea {
    border: 2px solid #bdc3c7 !important;
    border-radius: 5px !important;
}
.form-section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.form-section form{
    max-width:800px;
    margin:0 auto;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    padding: 0px;
    height: 42px;
    border-radius: 5px;
    border: 2px solid #bdc3c7;
    box-shadow: none;
    line-height: 23px;
    padding: 8px 12px;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    width: 100%;
    background-color: #fff !important;
    font-weight: 400;
    text-transform: initial;
}
.dropdown-toggle::after {
    display:none !important;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 14px;
}
.form-section input[type=text],
.form-section input[type=email],
.form-section input[type=search],
.form-section input[type=number],
.form-section input[type=url],
.form-section input[type=tel],
.form-section input[type=password],
.form-section input[type=date],
.form-section select,
.form-section textarea{
    font-size: 16px !important;
}
.form-section h5{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 25px;
}
textarea.form-control {
    height: auto !important;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #c23535;
    border: 1px solid #0a8a71;
    font-weight: 400;
    color: #ffffff !important;
    border-radius: 0px;
}
.ui-timepicker-standard{
    z-index: 9 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #c23535;
}
.bootstrap-select>.dropdown-toggle{
  color: #34495e;
  font-size: 16px !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #c23535 !important;
    border-color: #c23535 !important;
}
.overlay_loader{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0000009e;
  z-index: 999999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.loader_icon{
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  font-size: 36px;
  color:#fff;
  opacity: 0;
  visibility: hidden;
}
.form-loading .overlay_loader,
.form-loading .loader_icon{
  opacity: 1;
  visibility: visible;
}
.thank-you-message{
  display: none;
}
.thank-you-thumb{
  max-width: 150px !important;
  box-shadow: 4px 4px 14px #00000017;
  border-radius: 50%;
  border: 1px solid #00000017;
  display: inline-block;
  margin-bottom: 30px;
}
.thank-you-message h1{
  font-size: 52px;
  color: #c23535;
  margin-bottom: 30px;
  line-height: 44px;
}
.thank-you-message h2{
  font-size: 28px;
  color: #686868;
  margin-bottom: 30px;
  line-height: 44px;
}
.thank-you-message span{
	display:inline-block;
	max-width:60px;
	vertical-align:middle;
	margin-right:20px;
}
.thank-you-message p{
  font-size: 18px;
  color: #686868;
  margin-bottom:30px;
}
.thank-you-message{
  padding-top: 100px;
  padding-bottom: 100px;
}
.thank-you-message .btn-primary {
    background-color: #c23535;
}
.dropdown-menu.show{
    top: 100% !important;
    transform: none !important;
}
.forgot-form,
.password-form,
.login-form{
  padding: 40px 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.forgot-form h1,
.password-form h1,
.login-form h1{
  margin-bottom: 40px;
}
.profileCont{
  padding-top: 80px;
  padding-bottom: 80px;
}
.sidebar-nav{margin-top:50px;}
.sidebar-nav li{
  display: block;
  width:100%;
}
.sidebar-nav li a.nav-link{
	color:#333;
	border-bottom:1px solid #ededed;
}
.sidebar-nav li a.nav-link.active{
	background-color:#f6f6f6;
	border-color:#ededed;
}
.edit-profile.password-form-ajax,
.editProfileTwo.hide,
.editProfileOne.hide,
.forgot-form-on-login{
    display: none;
}
.select2-container{width:100% !important;}
.editProfileTwo.shown,
.forgot-form-on-login.shown{
  display: block !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
  border:none !important;
}
.xs-top-social0{margin-top:27px;}
@media (max-width:780px){

    .stepwizard-row.setup-panel .stepwizard-step-in,
    .stepwizard-row.setup-panel .stepwizard-step{
        margin-right:0px;
    }
    .stepwizard-row.setup-panel .stepwizard-step{
        width:250px;
        margin-bottom: 20px;
    }
    .stepwizard-row.setup-panel .stepwizard-step:last-child{
        margin-bottom:0px;
    }
    .stepwizard-row.setup-panel .stepwizard-step-in{
        width:100%;
    }
    .thank-you-message h2 {
        font-size: 18px;
    }
    .thank-you-message span {
        max-width: 40px;
        margin-right:10px;
    }

      .xs-top-social0{
        padding-left: 0px !important;
        width:100%;
        text-align:center;
    }
    .xs-top-social0 li{

    display: inline-block !important;
    }
      .xs-top-social0 li a{
      color:#000 !important;
  }
}
