.wizard {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); 
}
.wizard > .steps {
	/*position: absolute;
	top: 27.44%;
	right: 30%;
	transform: translateX(50%);
	z-index: 9;*/
    display: none;
}
.wizard > .steps .current-info, .wizard > .steps .number {
    display: none;
}
.wizard > .steps ul {
	display: flex;
	justify-content: center;
}
.wizard > .steps li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e9e0cf;
    margin-right: 78px;
    position: relative;
}
.wizard > .steps li a::before {
    content: "";
    width: 58px;
    height: 2px;
    background: #e9e0cf;
    position: absolute;
    right: 22px;
    top: 5px;
}
.wizard > .steps li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #6d7f52;
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease;
}
.wizard > .steps li.first a {
    background: #6d7f52;
}
.wizard > .steps li.checked a {
    background: #6d7f52;
}
.wizard > .steps li.checked a::after {
    width: 58px;
}
.wizard > .steps li:last-child a {
    margin-right: 0;
}
.wizard > .steps li:first-child a::after, .wizard > .steps li:first-child a::before {
    display: none;
}
.wizard > .content {
    position: relative;
    height: 521px;    
}
.wizard > .content h3.title{
    display: none;
}
.wizard .inner {
	display: flex;
	background: #fff;	
}
.image-holder {
	width: 40%;
	height: 521px;    
    background-color: #f3f3f3;
}
.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-content {
	width: 60%;
	padding-top: 40px;
	padding-left: 51px;
	padding-right: 51px;
}
.form-content h4 {
    text-align: center;
    color: #f91942;
}
.form-content .form-fields{
    height: 255px;
    overflow: auto;
}
.form-header {
	text-align: center;
}
h3.title-step {	
	font-size: 22px;
    line-height: 30px;
	color: #222222;
	text-transform: uppercase;		
	display: inline-block;	
	margin: 0px 0px 10px 0px;
}
.form-header .subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
}
.step-form-row {
	display: flex;
	margin-bottom: 18px;
    margin-top: 20px;
}
.step-form-row .radio-buttons, .step-form-row .checkboxes {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.step-form-row .radio-buttons label, .step-form-row .checkboxes label{
    margin: 5px 5px;
}
.step-form-row .checkboxes input[type="checkbox"] + label:before {
    display: none;
}
.step-form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}
.step-form-row .form-holder:last-child {
    margin-right: 0;
}
.step-form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0;
}
.step-form-row .select {
    width: 50%;
    margin-right: 30px;
}
.step-form-row .select .form-holder {
    width: 100%;
    margin-right: 0;
}
.select {
    position: relative;
}
.select .select-control {
    height: 37px;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #999;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.select .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 9;
    border: 1px solid #81acee;
}
.select .dropdown li {
    padding: 5px 10px;
}
.select .dropdown li:hover {
    background: #81acee;
    color: #fff;
}
.form-holder {
    position: relative;
}
.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px;
}

.actions {
    position: absolute;
	bottom: 15px;
	right: 15px;
}
.actions ul {
    display: flex;
    margin: 0px;
}
.actions li a{
    border: none;
    background: #EFEFEF;/*#f91942;*/
    color: #333333;
    cursor: pointer;
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding: 7px 25px;
}
/*.actions li a:before {
    content: '\f301';
    position: absolute;
    top: 14px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}*/
.actions li a:hover {
    background: #e0e0e0;
}
.actions ul li::marker {
    content: '';
}



/*.actions li:first-child a {
    width: 144px;
    padding-left: 48px;
    position: relative;
}*/

/*.actions li:first-child a:before {
    content: '\f2ff';
    position: absolute;
    top: 14px;
    left: 26px;
    font-family: Material-Design-Iconic-Font;
}*/

.actions li:nth-child(2) a,
.actions li:last-child a {
    margin-left: 20px;
}

/*.actions li:last-child a {
    width: 124px;
    background: #6d7f52;
    color: #fff;
    position: relative;
}*/

.actions li:last-child a:hover {
    background: #191919;
}

/*.actions li:last-child a:before {
    content: '\f26b';
    position: absolute;
    top: 13px;
    right: 28px;
    font-family: Material-Design-Iconic-Font;
}*/

.actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s;
}

.actions li[aria-disabled="false"] ~ li a {
    background: #efefef;
    color: #333333;
}

.actions li[aria-disabled="false"] ~ li a:hover {
    background: #e0e0e0;
}
.actions li[aria-disabled="false"] ~ li a[href="#finish"] {
    background: #f91942;
    color: #FFFFFF;
}

.actions li[aria-disabled="false"] ~ li a[href="#finish"]:hover {
    background: #191919;
}
#cb-wizard-message{
    position: absolute;
    bottom: 12px;
    left: 41%;
}
#cb-wizard-message .message-danger {
    color: #f91942;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;    
}
#cb-wizard-message .message-success {
    color: #6d7f52;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;    
}
.checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
}

.checkbox-tick label.male {
    margin-right: 26px;
}

.checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-tick input:checked ~ .checkmark {
    background: #999;
}

.checkbox-tick input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px;
}

.checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: '\f26b';
}

.checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%;
}

.checkbox-circle.mt-24 {
    margin-top: 24px;
}

.checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    transform: translateY(-5px);
}

.checkbox-circle label a {
    color: #6d7f52;
}

.checkbox-circle label a:hover {
    color: #89b843;
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-circle input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999;
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none;
}
.thankyou-side, .thankyou-side .inner {
    height: inherit;
}
.thankyou-side .inner .form-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.thankyou-side .inner .form-content .form-fields{
    text-align: center;
    height: inherit;
}
.thankyou-side .form-header .subtitle {
    margin-bottom: 30px;
}

.wpdt-c.wdt-skin-aqua .wpDataTablesWrapper .dataTables_length span.filter-option{
    line-height: 27px;
    height: auto;
}

.multistep-page #footer{
    border: 0px;
    padding: 0px;
}
.multistep-page #footer .footer-new-bottom-inner{
    margin: 0px;
    margin-bottom: 30px;
}

.button_high {
    background-color: #006400 !important;
    color: #ffffff !important;
    border-color: #006400 !important;
}
.button_high:hover {
    background-color: #004d00 !important;
    color: #ffffff !important;
    border-color: #004d00 !important;
}

.button_medium {
    background-color: #00a000 !important;
    color: #ffffff !important;
    border-color: #00a000 !important;
}
.button_medium:hover {
    background-color: #008000 !important;
    color: #ffffff !important;
    border-color: #008000 !important;
}

.button_low {
    background-color: #4ee54e !important;
    color: #ffffff !important;
    border-color: #4ee54e !important;
}
.button_low:hover {
    background-color: #00cc00 !important;
    color: #ffffff !important;
    border-color: #00cc00 !important;
}
.post-type-archive-listing .row.sticky-wrapper .col-lg-3.margin-top-75{
    margin-top: 0px !important;
}
.post-type-archive-listing .row.sticky-wrapper .col-lg-3.margin-top-75 h3.widget-title{
    margin-top: 15px !important;
}
#cb-wizard .thankyou-side .form-fields ul {
    list-style: none;
    text-align: left;
}
#cb-wizard .thankyou-side .form-fields p{
    text-align: left;
}


@media (min-width: 992px) {
    body.light-dashboard.page-template-template-dashboard .dashboard-content {
        width: calc(100% - 280px);
    }
}
.dashboard-content .wpdt-c.wdt-skin-aqua .wpDataTablesWrapper{
    padding: 0px;
}

@media (max-width: 991px) {
	.wizard {
		max-width: 768px;
	}
	.image-holder img{		
        height: 521px;
        object-fit: cover;	
	}
	
} 
@media (max-width: 767px) {
    .wizard > .content {       
        height: auto;
    }
	.wizard .inner {
		display: block;
		box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    -ms-box-shadow: none;
	    -o-box-shadow: none;
	}
	.image-holder {
		width: 100%;		
	}
    .image-holder img {
        width: 100%;
    }
	.form-content {
		width: 100%;
		padding: 50px 20px 30px;
	}
	.step-form-row {
		display: block;		
	}
    .step-form-row .form-holder, .step-form-row .select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }
	.wrapper {
		height: 1201px;
		background: none;
	}
	.checkbox-circle {
		width: 100%;
	}
	.wizard {
		height: 100%;		
	}
    .wizard > .steps {
        right: 50%;
        top: 52%;
        transform: translateX(50%);
    }
    .actions {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .actions ul {     
        justify-content: space-between;
        padding-left: 0px;
    } 
    #cb-wizard-message {
        position: relative;
        text-align: center;
        left: 0px;
    }
}

