
/*************************************
	Multistep Form CSS Start here
**************************************/

.multistep a,
.multistep a:hover,
.multistep a:focus {
    color: #5dc560;
    ;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.multistep h1,
.multistep 2 {
    margin-top: 10px;
    color: #5dc560;
    line-height: 50px;
}

.multistep h3 {
    color: #5dc560;
    line-height: 30px;
}

.multistep  ::-moz-selection {
    background: #5dc560;
    ;
    color: #fff;
    text-shadow: none;
}

.multistep  ::selection {
    background: #5dc560;
    ;
    color: #fff;
    text-shadow: none;
}

.multistep  .btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #5dc560;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.multistep .btn-link-1:hover,
.multistep .btn-link-1:focus,
.multistep .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.multistep .btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.multistep .btn-link-2:hover,
.multistep .btn-link-2:focus,
.multistep .btn-link-2:active,
.multistep .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.multistep .form-box {
    padding-top: 0px;    
}

.multistep .form-top {
    overflow: hidden;
    padding: 5px 25px;
    background: #5dc560;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.multistep .form-top h3 {
    color: #fff;
}

.multistep .form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

/*.multistep .form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}*/

.multistep form .form-bottom button.btn {
    min-width: 105px;
	margin-top: 10px;
}

.multistep form .form-bottom .input-error {
    border-color: #5dc560;
    color: #5dc560;
}

.multistep form.registration-form fieldset {
    display: none;
}
.multistep .input-group-addon {
  bottom: 2px;
  display: block;
  font-weight: bold;
  padding: 13px;
  position: absolute;
  right:2px;
  float:left;
}
.multistep .form-group {
  position: relative;
}
.multistep label{
width:100% !important;
}
.multistep .p-0{
padding:0px;
}
/*-------------calender css-------------------*/
.multistep #calendarJs {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  padding: 34px;
}
/*
.multistep #calendarJs  .next::after {
  background: rgb(240, 240, 240) none repeat scroll 0 0;
  border-radius: 69%;
  content: ">";
  padding: 0 10px;
  right: -38px;
  top: 115px;
}

.multistep #calendarJs .prev::before {
  background: rgb(240, 240, 240) none repeat scroll 0 0;
  border-radius: 69%;
  content: "<";
  left: -38px;
  padding: 0 10px;
  top: 115px;
}


.multistep .prev, .next {
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  display: block;
  height: 30px;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 100;
}
*/ 
.multistep #calendarJs .month {
  border: 0 none;
}
.multistep #calendarJs .day.selected {
  background: #5dc560;
  border-color: #5dc560;
  color: #fff !important;
}
.multistep #calendarJs .month h4 {
  border-bottom: 0 solid rgb(211, 211, 211);
 
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
.multistep #calendarJs  .day.weekend {
  color: unset;
}
.multistep #calendarJs .day, .wday {
  border:0px solid #5dc560;

}
.multistep .week:hover:not(.week0) {
  border-color: rgb(255, 255, 255);
}

.multistep p {
    line-height: 20px;
    font-size: 14px;
    padding-top: 12px;
    text-align: justify;
}

.multistep .form-group{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 10px 0 5px 0;
}

.multistep input:not([type="submit"]) {
    background-color: white;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 20px;
    color: #5f6773;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.multistep select {
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 20px;
    font-size: 14px;
    color: #5f6773;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    height: 45px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.multistep select::after {
    width: 45px;
    right: 0;
    -webkit-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
    top: 1px;
    height: -webkit-calc(100% - 3px);
    height: calc(100% - 3px);
    margin-right: 1px;
    position: absolute;
    content: '';
    background-color: #fff;
}

.multistep input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5f6773;
}
.multistep input::-moz-placeholder { /* Firefox 19+ */
  color: #5f6773;
}
.multistep input:-ms-input-placeholder { /* IE 10+ */
  color: #5f6773;
}
.multistep input:-moz-placeholder { /* Firefox 18- */
  color: #5f6773;
}

.multistep form label {
	display: inline-block;
	width: 50%;
	text-align: leff;
	margin-bottom: 5px;
	padding-right: 50px;
	float: left;
	color: black;
	font-size: 14px;
	font-weight: 400;
	max-height: 48px;
	color: #5f6773;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 70px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.default-lable{
	background: transparent !important;
	position: relative;
	height: auto !important;
	max-height: 500px !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
	border: 0 !important;
}

.multistep form input[type="checkbox"] {
    display: none;
}

.multistep form input[type="checkbox"] + .checkbox-decor {
    cursor: pointer;
}
.multistep form .checkbox-decor {
    width: 66px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #5dc560;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
    padding: 3px 0;
}

.multistep label .checkbox-decor::before {
    margin: 0 5px;
    content: 'Yes';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #5dc560;
    line-height: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #5dc560;
    color: transparent;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.multistep label .checkbox-decor::after {
    content: 'No';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: white;
    line-height: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid white;
    color: #5dc560;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
}

.multistep label input[type="checkbox"]:checked + .checkbox-decor {
    background-color: #5dc560;
}

.multistep label input[type="checkbox"]:checked + .checkbox-decor::before {
    color: #fff;
}

.multistep label input[type="checkbox"]:checked + .checkbox-decor::after {
    background-color: #fff;
    color: transparent;
}

.padding-top-50{
	padding-top: 25px;
}

.text-decore div{ 
	line-height: 20px;
	font-size: 14px;
	padding-top: 12px; 
}

.div-fix{
	padding-left: 15px !important;
	padding-bottom: 15px  !important;
	padding-right: 10px  !important;
}

.float-left{float:left}
.float-right{float:right}
.clear{clear:both}

.policy-checkbox{
	display: inline-block !important;
	float: left;
	width: auto !important;
	margin: 3px 6px 3px 0px !important;
}
/*************************************
	Multistep Form CSS End here
**************************************/

