* {
    box-sizing: border-box;
}

#regForm {
    background-color: #ffffff;
    font-family: Raleway;
    width: 100%;
    min-width: 280px;
}

h1 {
    text-align: center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    border: 1px solid red !important;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button:hover {
    opacity: 0.8;
}

/* 
#prevBtn {
    background-color: #bbbbbb;
} */

/* Make circles that indicate the steps of the form: */
.step {
    display: inline-block;
}

.step.active {
    color: #ff6200;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    color: #ff6200;
}

.custom-modal-style .modal-dialog {
    max-width: 1170px;
}

.custom-modal-style .nice-select {
    width: 100%;
}

.modal-multistep-form input[type='text'],
.modal-multistep-form input[type='email'],
.modal-multistep-form input[type='tel'],
.modal-multistep-form input[type='number'],
.modal-multistep-form input[type='password'] {
    border: none;
    display: block;
    box-shadow: 0 5px 50px #9d9d9d29;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    font-size: 16px;
    color: #C5C5C5;
}

.modal-multistep-form input[type='text']:disabled,
.modal-multistep-form input[type='email']:disabled,
.modal-multistep-form input[type='tel']:disabled,
.modal-multistep-form input[type='number']:disabled,
.modal-multistep-form input[type='password']:disabled,
.modal-multistep-form .nice-select.disabled {
    opacity: .3;
}

.modal-multistep-form input:focus {
    box-shadow: 0 0 20px #ddd;
    padding: 0 15px;
    font-size: 16px;
}

.modal-multistep-form input[type='range'] {
    box-shadow: none;
    height: auto;
}

.modal-multistep-form {
    padding: 25px 25px 50px;
}

.form-heading {
    background-color: #008999;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.modal-multistep-form {
    background-color: #eee;
}

form#regForm {
    padding: 35px;
}

.form-heading h1 {
    margin: 0;
    font-size: 32px;
    padding: 10px 0;
}

.form-heading h1 span {
    font-weight: normal;
}

.formo-steps span.step {
    border-bottom: 3px solid #eeeeee;
    font-size: 25px;
    display: flex;
    align-items: center;
    padding: 0 41px;
    padding-bottom: 10px;
    font-weight: 700;
}

.formo-steps {
    display: flex;
}

.formo-steps span.step span {
    background-color: #808080;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 500;
}

.formo-steps span.step.active span,
.formo-steps span.step.finish span {
    background-color: #ff6200;
}

.formo-steps span.step.active,
.formo-steps span.step.finish {
    border-color: #ff6200;
}

.formo-steps {
    margin-bottom: 30px;
}

.form-group h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.form-group .nice-select {
    border: none;
    background-color: #fff !important;
    box-shadow: 0 5px 50px #9d9d9d29;
    height: 60px;
    line-height: 60px;
}

label {
    color: #808080;
    font-weight: 700;
    text-transform: uppercase;
}

h4.label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-multistep-form label {
    font-size: 14px;
    font-weight: 700;
    color: #808080;
    margin-bottom: 10px;
}

.total-floor {
    box-shadow: 0 5px 50px #9d9d9d29;
    padding: 30px;
    border-radius: 3px;
    margin-top: 20px;
}

span.total-range {
    font-size: 36px;
    color: #ff6200;
    font-weight: 700;
}

.modal-multistep-form .tab>h4 {
    color: #008999;
    margin-bottom: 20px;
}

.formo-steps {
    margin-bottom: 30px;
    margin-left: -35px;
}

.btn.btn-primary {
    background-color: #ff6200;
    border-color: #ff6200;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #ff620075;
}

.tab-title h4 {
    color: #008999;
    margin-bottom: 30px;
}

.pricing-box {
    background-color: #BBC1C7;
    padding: 20px 20px 79px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pricing-box-header h3 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
}

.pricing-box-header h3 label {
    font-size: 36px;
    text-transform: capitalize;
}

.pricing-box-header h3 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #808080;
    border-radius: 50%;
    position: relative;
    margin-right: 3px;
}

.pricing-box-header h3 span:after {
    position: absolute;
    left: -13%;
    top: -10%;
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #808080;
    border-radius: 50px;
}

.pricing-desc {
    font-size: 16px;
    color: #fff;
}

p.total-price {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

p.total-price.star::before {
    content: "*";
}

p.price {
    text-align: center;
    color: #008999;
    font-weight: 700;
    margin-top: 25px;
    background-color: #fff;
    padding: 15px;
    border: 1px dashed #ff6200;
    border-radius: 20px;
    text-transform: uppercase;
}

p.price span {
    display: block;
    font-size: 50px;
    color: #ff6200;
}

.step-buttons {
    margin-top: 30px;
    text-align: center;
}

table td a,
table th a {
    color: #333;
    font-size: 25px;
    font-weight: 700;
}

.single-special-offer h5 {
    color: #ff6200;
}

.single-special-offer-inner p {
    font-size: 14px;
    text-transform: uppercase;
}

.single-special-offer-inner {
    border: 1px dashed #ff6200;
    padding: 35px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.offer-price h6.price {
    background-color: #008999;
    color: #fff;
    font-size: 46px;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 30px;
}

.single-special-offer-inner {
    position: relative;
    padding-bottom: 120px;
}

.offer-price {
    position: absolute;
    right: -1px;
    bottom: 0;
}

.offer-price p {
    margin: 0;
    padding-left: 35px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 6px;
}

.single-special-offer {
    border: 1px solid #bed3d5;
    padding: 15px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
}

.single-special-offer {
    position: relative;
}

.active-cart-badge {
    position: absolute;
}

.single-special-offer h5 {
    font-size: 30px;
    margin-bottom: 15px;
}

.single-special-offer-inner p {
    color: #808080;
    font-size: 14px;
    font-weight: 600;
}

.active-cart-badge {
    background-color: #ff6200;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translatex(-50%);
}

.active-cart-badge i {
    display: block;
    margin-bottom: 5px;
}

.active-cart-badge span {
    font-size: 16px;
    font-weight: 700;
}

.single-special-offer.active-offer .single-special-offer-inner {
    opacity: 0.2;
}

.single-special-offer.active-offer .active-cart-badge {
    opacity: 1;
    visibility: visible;
}

.active-cart-badge {
    opacity: 0;
    visibility: hidden;
}

.form-group.form-check {
    display: flex;
}

input[type='date'] {
    height: 45px;
    box-shadow: 0 0 20px #ddd;
    border-radius: 3px;
}

form#regForm:after {
    background: linear-gradient(-45deg, transparent 16px, #fff 0),
        linear-gradient(45deg, transparent 16px, #fff 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0px;
    bottom: -18px;
}

form#regForm {
    position: relative;
}



.loading-wrapper {
    display: none;
    position: absolute;
    background-color: #38363640;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1110;
}

.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #d71414;
    border-right-color: #5b52de;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 48%;
    top: 48%;
    z-index: 1111;

}

@-webkit-keyframes rotate {

    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* form css  */
.custom-modal-style .modal-content {
    border-radius: 30px !important;
}

.custom-modal-style .modal-multistep-form {
    border-radius: 10px;
}

.range-slider-wrap .slider.slider-horizontal {
    width: 100%;
}

.total-floor .carpet-wrap {
    text-align: right;
}

.range-slider-wrap {
    position: relative;
    margin-top: 30px;
}

.range-slider-wrap .value-left {
    position: absolute;
    top: -36px;
    font-size: 16px;
    font-weight: 700;
    background: #808080;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.range-slider-wrap .value-right {
    position: absolute;
    right: 0;
    top: -36px;
    font-size: 16px;
    font-weight: 700;
    background: #808080;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.range-slider-wrap .slider-handle {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, #fff, #fff);
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5)); */
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-repeat: repeat-x;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    top: -1px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 5px;
}

.range-slider-wrap .slider.slider-horizontal .slider-track {
    height: 6px;
    width: 100%;
    margin-top: -1px;
    top: 50%;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #E6E6E6, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #E6E6E6, #E6E6E6);
    background-image: -o-linear-gradient(top, #E6E6E6, #E6E6E6);
    background-image: linear-gradient(to bottom, #E6E6E6, #E6E6E6);
    left: 0;
    border: none;
    box-shadow: none;
}

.range-slider-wrap .slider-selection {
    background-color: #808080;
    background-image: -moz-linear-gradient(top, #808080, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#808080));
    background-image: -webkit-linear-gradient(top, #808080, #808080);
    background-image: -o-linear-gradient(top, #808080, #808080);
    background-image: linear-gradient(to bottom, #808080, #808080);
    background-repeat: repeat-x;
    box-shadow: none;
    ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.total-floor .form-group {
    margin-bottom: 0;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #808080;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #808080;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* calender  */
.calendar-wrapper .ui-datepicker-inline {
    width: 100%;
}

.calendar-wrapper .ui-state-default {
    text-align: center !important;
    padding: 25px;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #DBDDE1;
    font-family: 'Raleway', sans-serif;
}

.calendar-wrapper td {
    padding: 0 !important;
}

.calendar-wrapper .ui-state-highlight {
    border-color: #008999;
}

.calendar-wrapper .ui-state-active {
    color: #fff;
    background: #008999;
    border-color: #008999;
}

.ui-datepicker-header.ui-widget-header {
    border: 1px solid #eee;
    background: #fff;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    border: 1px solid #DBDDE1;
    font-size: 16px;
    padding: 10px 5px;
}


.nice-select .list {
    width: 100%;
    height: 160px;
    overflow-y: scroll;

}

.single-data h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.verify-data-wrap.package .single-data p {
    text-transform: uppercase;
}

.single-data p {
    color: #808080;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.single-data {
    margin-bottom: 45px;
}

.verify-data-category-wrap .tab-title h4 i {
    height: 31px;
    width: 31px;
    background: #FF6200;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.verify-data-category-wrap .tab-title h4 {
    margin-bottom: 20px;
}

.verify-data-category-wrap {
    margin-bottom: 50px;
}

.verify-data-wrap .single-special-offer h5 {
    font-size: 17px;
    margin-bottom: 15px;
}

.verify-data-wrap .single-special-offer-inner p {
    font-size: 6px;
}

.verify-data-wrap .offer-price h6.price {
    font-size: 25px;
}

.verify-data-wrap .offer-price p {
    font-size: 11px;
}

.verify-data-wrap .single-special-offer-inner {
    padding-bottom: 90px;
}

.verify-data-category-wrap.last-item {
    margin-bottom: 0;
}


.calendar-wrapper .ui-datepicker-next.ui-datepicker-next-hover span,
.calendar-wrapper .ui-datepicker-prev.ui-datepicker-prev-hover span {
    color: #fff;
}

.calendar-wrapper .ui-datepicker-next.ui-corner-all,
.calendar-wrapper .ui-datepicker-prev.ui-corner-all {
    background: #000;
}

.calendar-wrapper .ui-datepicker-next.ui-corner-all span,
.calendar-wrapper .ui-datepicker-prev.ui-corner-all span {
    filter: brightness(0) invert(1);
}

.calendar-wrapper .ui-datepicker-next.ui-corner-all.ui-state-hover,
.calendar-wrapper .ui-datepicker-prev.ui-corner-all.ui-state-hover {
    background: #008999;
}


.success-step {
    text-align: center;
    padding: 60px 0;
}

.success-step img {
    margin-bottom: 20px;
}

.success-step p {
    text-transform: uppercase;
    font-weight: 700;
}

.success-step h3 {
    color: #008999;
    font-size: 30px;
    margin-bottom: 20px;
}

.success-step h5 {
    font-size: 20px;
    font-weight: 400;
}

.success-step h5 a {
    display: inline-block;
    color: #FF6200;
    font-weight: 700;
    text-decoration: underline;
}

.multiform-btn {
    border: none;
    padding: 0 30px;
    line-height: 64px;
    font-size: 16px;
    font-weight: 700;
    background: #FF6200;
    color: #fff;
    border-radius: 10px;
}


.invoice-area {
    padding: 120px 0;
}

h5.order-date b {
    color: #222;
    font-size: 20px;
}

h5.order-date {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.single-order-address h4 {
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
}

.order-address-wrap {
    margin-bottom: 30px;
}

.customer-details {
    margin-top: 30px;
}

.customer-details h3 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}

.customer-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-details li span {
    color: #222;
    font-weight: 700;
    margin-right: 5px;
}

.customer-details li a {
    color: #222;
}

.customer-details li {
    margin-bottom: 8px;
}

.invoice-form {
    padding: 120px 0;
}

.invoice-form .form-group input {
    line-height: 80px;
    height: 80px;
}

.invoice-form .form-group label {
    font-size: 20px;
    font-weight: 700;
}

.formo-steps span.step:last-child {
    display: none;
}






/* form 2  */

#disinfection_steps .steps ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#disinfection_form .actions {
    text-align: center;
}

#disinfection_steps .step {
    
    font-size: 25px;
    display: flex;
    /*align-items: center;*/
    /*padding: 0 41px;*/
    padding-bottom: 10px;
    font-weight: 700;
    color: #808080;
}

#disinfection_steps .steps li.done a .step {
    /*border-bottom: 3px solid #FF6200;*/
    color: #FF6200;
}

#disinfection_steps .steps li.done a .step span {
    background: #FF6200;
}

#disinfection_steps .steps li.done {
    border-bottom: 3px solid #FF6200;
}

#disinfection_steps .step span {
    background-color: #808080;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 500;
}

#disinfection_steps li a {
    background: none !important;
    padding: 0;
    display: inline-block;
    margin: 0;
}

#disinfection_form {
    background-color: #ffffff;
    font-family: Raleway;
    width: 100%;
    min-width: 280px;
    position: relative;
    padding-bottom: 30px;
}

#disinfection_form ul {
    margin-bottom: 20px;
}

#disinfection_form .body {
    padding: 0 35px 30px;
    margin: 0;
    background: #fff;
}


#disinfection_steps li.current .step {
    color: #FF6200;
    /*border-color: #FF6200;*/
}

#disinfection_steps li.current .step span {
    background: #FF6200;
    color: #fff;
}

.wizard > .steps > ul > li {
    display: table-cell;
    text-align: center;
    float: none;
    border-bottom: 3px solid #eeeeee;
}
#disinfection_steps li.current {
    border-color: #FF6200;
}


#disinfection_form .body h4 {
    color: #008999;
    margin-bottom: 20px;
}

#disinfection_form .content {
    margin: 0 !important;
    background: transparent !important;
}

#disinfection_form .actions.clearfix ul li a {
    border: none;
    padding: 0 30px !important;
    line-height: 64px;
    font-size: 16px;
    font-weight: 700;
    background: #FF6200 !important;
    color: #fff;
    border-radius: 10px;
}

#disinfection_form .actions ul {
    justify-content: center;
}

#disinfection_finished {
    text-align: center;
    margin-top: 50px;
}

#disinfection_finished img {
    margin-bottom: 20px;
}

#disinfection_finished h3 {
    font-size: 30px;
    color: #008999;
    margin-bottom: 21px;
}

#disinfection_finished p {
    font-size: 20px;
    font-weight: 700;
    color: #808080;
}

#disinfection_finished h5 {
    font-weight: 400;
}

#disinfection_finished h5 a {
    display: inline-block;
    color: #FF6200;
    font-weight: 700;
    text-decoration: underline;
}











@media only screen and (max-width: 1920px) {
    .modal-dialog {
        margin: 4.75rem auto;
    }
}


@media only screen and (max-width: 1199px) {
    
    .pricing-box-header h3 label {
        font-size: 28px;
    }

    p.price span {
        font-size: 38px;
    }

    p.total-price {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .formo-steps span.step {
        font-size: 14px;
        padding: 0 10px;
    }

    .formo-steps span.step span {
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 20px;
    }

    .pricing-box {
        margin-bottom: 30px;
        height: auto;
    }

    .offer-price h6.price {
        font-size: 22px;
    }

    .single-special-offer-inner {
        padding: 20px;
        padding-bottom: 90px;
    }

    .single-special-offer h5 {
        font-size: 18px;
    }

    .form-group.form-check {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-multistep-form {
        padding: 25px;
    }

    .custom-modal-style .modal-multistep-form {
        border-radius: 15px;
    }

    .form-heading h1 {
        font-size: 24px;
    }

    .formo-steps {
        margin-bottom: 40px;
    }

    form#regForm {
        padding: 20px;
    }

    .single-special-offer {
        margin-bottom: 30px;
    }

    .single-data {
        margin-bottom: 30px;
    }

    .verify-data-category-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .formo-steps span.step span {
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 14px;
        margin-left: 5px;
        font-weight: 500;
    }

    .formo-steps span.step {
        display: block;
    }

    .calendar-wrapper .ui-state-default {
        padding: 4px;
        font-size: 18px;
    }

    .success-step p {
        font-size: 14px;
    }

    .success-step img {
        max-width: 80px;
    }

    .success-step h3 {
        color: #008999;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .success-step h5 {
        font-size: 18px;
    }
   
}

@media only screen and (max-width: 425px) {
    .formo-steps span.step {
        padding: 0 7px;
    }

    .ui-datepicker th span {
        font-size: 14px;
    }

    .calendar-wrapper .ui-state-default {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .formo-steps span.step {
        font-size: 14px;
        padding: 0 5px;
    }

}



/* #disinfection_steps .content {
    overflow-y: auto;
} */

/* css popup terms of servicve */

.ts_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;

}

.ts_overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 1111;
}

.ts_popup {
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: absolute;
    transition: all 5s ease-in-out;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.ts_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.ts_popup .ts_close {
    position: absolute;
    top: -5px;
    right: 12px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.ts_popup .ts_close:hover {
    color: #06D85F;
}

.ts_popup .ts_content {
    max-height: 85vh;
    overflow: auto;
    font-size: 16px;
}


.verify-data-category-wrap .single-special-offer {
    cursor: inherit;
}

p#view_total_cost {
    font-size: 36px;
    color: #FF6200;
}

.cost-saving-per-service {
    text-align: center;
    font-weight: 700;
    color: #009CA6;
    font-size: 16px;
}

.total-savings {
    font-weight: 700;
    text-align: center;
    color: #009CA6;
    font-size: 16px;
    margin-top: 15px;
}

.modal-multistep-form .tab .row .col-xl-4:nth-child(3) .pricing-box {
    background-color: #FBAD60;
}

.modal-multistep-form .tab .row .col-xl-4:nth-child(4) .pricing-box {
    background-color: #4CD3CD;
}

.modal-content .close {
    position: absolute;
    z-index: 1;
    color: #fff;
    opacity: 1;
    font-size: 50px;
    top: -45px;
    right: -40px;
}

.step-buttons button {
    margin: 0 10px;
}

.product_selection {
    display: block;
    padding: 0 30px;
    border: none;
    line-height: 50px;
    border-radius: 5px;
    background: #008999;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.pricing-box.active {
    background-color: #333 !important;
}

.pricing-box.active .pricing-box-header h3 {
    color: #fff;
}

.pricing-box.active p.price {
    border: 1px dashed #fff;
}

.pricing-box.active .pricing-desc {
    color: #ffffffc7;
}

.pricing-box.active .cost-saving-per-service {
    color: #ffffffc7;
}

.pricing-box.active .total-savings {
    color: #ffffffc7;
}

.ui-datepicker-title {
    display: flex;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 7px;
}

.in-person {
    margin-top: 12px;
    display: inline-block;
    font-size: 20px;
    color: #008999;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50%;
}



.wizard>.content>.body ul {
    list-style: none !important;
}

.pricing-desc ul {
    display: block !important;
    list-style: none !important;
	margin: 0 0 25px 0;
}

.pricing-desc ul li {
    margin-bottom: 5px;
	list-style: inside;
}

.pricing-box-header h3 label {
    color: #fff !important;
}

.pricing-desc ul {
    display: block !important;
    list-style: none !important;
}

.pricing-desc ul li {
    margin-bottom: 5px;
}

.pricing-box-header h3 label {
    color: #fff !important;
}

#disinfection_form .col-lg-4:nth-child(3) .pricing-box {
    background: #F9A51F;
}

#disinfection_form .col-lg-4:nth-child(4) .pricing-box {
    background: #27AAE3;
}


.wizard>.content>.body label.error {
    display: none !important;
}

.product_badge {
    width: 155px;
    text-align: center;
    background: #FE5000;
    color: #fff;
    padding: 0 11px;
    position: absolute;
    top: 30px;
    left: -35px;
    transform: rotate(-45deg);
    font-size: 16px;
    font-weight: 700;
    border: none;
    box-shadow: 0 5px 10px #00000029;
}

.ts_popup h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #008999;
    font-size: 26px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}

.ts_popup p {
    font-size: 16px;
}



.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check label {
    position: relative;
    cursor: pointer;
}

.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #008999;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -5px;
    border-radius: 0;
}

.form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);

}

.form-check {
    padding-left: 0;
}

.form-check.form-check-invalid label:before {
    border-color: red;
}

#disinfection_steps .steps {
    margin-top: 35px;
}

#disinfection_form .form-check input {
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

.disinfection_product_selection {
    display: block;
    padding: 0 30px;
    border: none;
    line-height: 50px;
    border-radius: 5px;
    background: #008999;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.pricing-box-header h3 label:before,
.pricing-box-header h3 label:after {
    display: none !important;
}

.pricing-box-header h3 label {
    padding-left: 0 !important;
    cursor: inherit !important;
}

.total-floor .col-xl-6 {
    width: 50%;
}

.wizard .content {
    min-height: 550px;
}


.header-btn:focus {
    color: #fff;
}

form#disinfection_form:after {
    background: linear-gradient(-45deg, transparent 16px, #fff 0), linear-gradient(45deg, transparent 16px, #fff 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: '';
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    left: 0px;
    bottom: -18px;
}

.pricing-box.active .disinfection_product_selection {
    background: #fff;
    color: #333333;
}

.pricing-box.active .product_selection {
    background: #fff;
    color: #333;
}

#view_disinfection_total_cost {
    font-size: 36px;
    color: #FF6200;
}

.minimum-charge-note {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.note-invoiced, .note-disinfection-invoiced {
    color: #ff7171!important;
    text-transform: capitalize!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 26px;
}

.total_new_cost_service {
    color: #67a28d;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.total_new_cost_month {
    font-weight: 700;
    color: #7092bb;
    text-align: center;
}