.title-estimate {
    color: #000000;
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.3rem;
    line-height: 1.4;
}
.title-sub-estimate {
    text-align: center;
    max-width: 89.6rem;
    margin: 0 auto 50px;
    line-height: 1.8rem;
}
.title-step {
    color: var(--color-main);
    text-align: center;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: bold;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.box-step {
    max-width: 1094px;
    margin: 0 auto 95px;
    text-align: center;
    position: relative;
    line-height: 18px;
}
.box-step::before {
    content: "";
    height: 1px;
    width: calc(100% - 150px);
    position: absolute;
    background-color: #888;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 14px;
}
.steps--icon {
    position: relative;
    background: #f6f6f6;
    width: 80px;
    margin: 0 auto 10px;
}
.steps--icon span {
    display: block;
    width: 30px;
    height: 30px;
    border: 5px solid #888;
    border-radius: 50%;
    margin: 0 auto;
}
.steps.active .steps--icon span {
    border-color: #aed7ff;
    background-color: var(--blue);
}
.steps.active {
    font-weight: bold;
}
.steps--content div:nth-child(1) {
    margin-bottom: 8px;
}
.radio-style {
    position: relative;
}
.radio-style--input {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.radio-style--label {
    width: 100%;
    text-align: center;
    /* padding: 12px; */
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
    border: 1px solid #eee;
    box-shadow: 0px 20px 15px -15px #818181;
    border-radius: 10px;
}
.radio-style--label .inter-image {
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #7eb740 0%, #77b33f 20%, #036437 100%);
    position: relative;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 60px;
}

.radio-style--label .inter-image:before {
    width: 100%;
    height: 80px;
    position: absolute;
    background: linear-gradient(90deg, #7eb740 0%, #77b33f 20%, #036437 100%);
    bottom: -20px;
    left: 0px;
    content: '';
    z-index: 98;
    -webkit-clip-path: ellipse(50% 45% at 50% 50%);
    clip-path: ellipse(55% 50% at 50% 50%);
    transform: scale(1, 1.2);
    z-index: -1;
}

.radio-style--label .inter-image .inter-name {
    padding: 20px 20px 0 20px;
}

.radio-style--label .inter-image .inter-name .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.radio-style--label .inter-image .inter-name .name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.radio-style--label .inter-dsc .price {
    font-size: 24px;
    color: #ff6700;
    font-weight: 700;
    margin-bottom: 15px;
}

.radio-style--label .inter-dsc .summary_price .content_s {
    padding: 0px 25px;
    margin-bottom: 30px;
}

.radio-style--label .inter-dsc .summary_price .content_s ul {
    padding-left: 0;
    margin-bottom: 0;
}
.radio-style--label .btn-purpose {
    text-align: center;
    margin-bottom: -20px;
}

.radio-style--label .btn-purpose .option-purpose {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(90deg, #046537 0%, #046537 28%, #7cb640 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.radio-style--label .inter-dsc .summary_price .content_s ul>li {
    list-style: none;
    font-size: 18px;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}
.radio-style--label img {
    border-radius: 8px;
    background: #f6f6f6;
}
.radio-style--input:checked ~ .radio-style--label {
    /* background-color: #fff; */
}
.title-purpose {
    line-height: 18px;
    margin-top: 15px;
}
.space-7 {
    margin-right: -7px;
    margin-left: -7px;
}
.space-7 > div {
    padding-right: 7px;
    padding-left: 7px;
}
.space-8 {
    margin-right: -8px;
    margin-left: -8px;
}
.space-8 > div {
    padding-right: 8px;
    padding-left: 8px;
}

.step-1 {
    margin-bottom: 60px;
}
.yard {
    padding: 8px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.yard--content {
    line-height: 18px;
}
.yard--image img {
    border-radius: 8px;
}
.yard--image {
    margin-bottom: 15px;
}
.yard--title {
    font-weight: bold;
    color: var(--color-text);
}
.yard--price {
    color: var(--color-highlight);
    font-weight: bold;
    margin-bottom: 0;
    min-height: 26px;
}
.yard--size {
    position: relative;
    margin-top: 8px;
    padding-top: 13px;
}
.yard--size::before {
    content: "";
    height: 2px;
    width: 77px;
    background-color: var(--color-text);
    position: absolute;
    top: 0;
    left: 0;
}
.yard--size p {
    margin-bottom: 8px;
}
.yard--size p:last-child {
    margin-bottom: 0;
}
.yard--btn {
    margin-top: 20px;
    width: 100%;
    background-color: #e8efff;
    border-radius: 8px;
    padding: 7px 0 8px;
    border: 0;
}
.yard--btn:hover,
.yard--btn.active {
    background-color: var(--color-highlight);
    color: #fff;
}
.yard-size--image,
.yard-size--content {
    margin: 0 12px;
}
.yard-size--label {
    font-size: 16px;
    font-weight: normal;
    line-height: 19.2px;
    margin-bottom: 6px;
}
.yard-size--input {
    width: 315px;
    height: 48px;
    border-radius: 8px;
    background-color: #f6f6f6;
    border: 0;
    padding-right: 35px;
}
.yard-size--unit {
    position: absolute;
    top: 15px;
    right: 8px;
    /* transform: translateY(-50%); */
    line-height: 18px;
    color: #404040;
}
.yard-size--content .form-group {
    margin-bottom: 14.5px;
}
.yard-size--content .form-group:last-child {
    margin-bottom: 0;
}
.yard--table {
    /* height: 230px; */
    overflow: auto;
}
.step-2 {
    margin-bottom: 42px;
}
.step-3 {
    padding: 25px 0;
    margin-bottom: 70px;
}
.step-4 {
    margin-bottom: 68px;
}
.yard-supply--title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 17px;
}
.yard--table table {
    border: 0;
    width: 100% !important;
}
.yard--table td {
    color: #393939;
    border: 0;
    font-size: 15px;
    line-height: 18px;
}
.yard--table tbody tr td:last-child {
    text-align: right;
}
.yard--table tbody tr:nth-of-type(odd) td {
    background: #f3f3f3;
}
.yard--table tbody tr:nth-of-type(odd) td:first-child {
    border-radius: 8px 0 0 8px;
}
.yard--table tbody tr:nth-of-type(odd) td:last-child {
    border-radius: 0 8px 8px 0;
}
.yard--table colgroup col {
    width: auto !important;
}
.yard--table tbody td:first-child {
    padding: 9px 0 9px 7px;
}
.yard--table tbody td:last-child {
    padding: 9px 7px 9px 0;
}
.yard--price .currency-symbol {
    margin-left: 0;
}
.yard--price .price-amount {
    color: var(--color-highlight);
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
}
.yard--price .unit {
    color: var(--color-text);
}
.yard--price .price-amount.old-price {
    margin-left: 10px;
}
.estimate-item {
    margin-bottom: 28px;
}
.yard-location--form {
    max-width: 1088px;
    margin: 0 auto;
}
.yard-location {
    padding-top: 34px;
    padding-bottom: 14px;
    border-radius: 19px;
}
.yard-location--label {
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 7px;
}
.yard-location--input {
    background-color: #ededed;
    border-radius: 8px;
    border: 0;
}
.yard-location--select .btn.dropdown-toggle {
    background-color: #ededed;
    border-radius: 8px;
    border: 0;
}
.btn-estimate {
    background-color: var(--color-highlight);
    color: #fff;
    border-radius: 12px;
    line-height: 18px;
    font-size: 15px;
    border: 0;
    padding: 15px 62px;
    margin-top: 32px;
}
.btn-estimate:hover {
    color: #fff;
}
.yard-estimate--title {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    color: var(--color-text);
    margin-bottom: 0;
}
.yard-estimate-export {
    color: #dd5a02;
    font-size: 15px;
    line-height: 18px;
    border-radius: 4px;
    background: #fff8eb;
    border: 0;
    padding: 6px;
}
.yard-estimate-export:hover {
    color: #dd5a02;
}
.yard-estimate-export img {
    margin-right: 8px;
}
.yard-estimate--head {
    padding: 21px 30px 18px 30px;
}
.yard-estimate {
    border-radius: 12px 12px 0 0;
    margin-top: 43px;
}
.construction-steps {
    text-align: center;
    position: relative;
    max-width: 1044px;
    margin: 0 auto;
}
.construction-steps--number {
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 76px;
    margin: 0 auto;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 5px solid #f4c9ae;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.construction-steps--content {
    line-height: 18px;
    font-size: 15px;
    margin-top: 15px;
}
.construction-steps--line {
    position: absolute;
    height: 12px;
    width: 100%;
    background-color: #ffc0ae;
    left: 0;
    right: 0;
    top: 37px;
    border-radius: 50px;
}
.construction-steps--line-head,
.construction-steps--line-foot {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 5px solid #FF5722;
    background-color: #fff;
    position: absolute;
    top: -7px;
}
.construction-steps--line-head {
    left: 0;
}
.construction-steps--line-foot {
    right: 0;
}
.construction-steps .row {
    max-width: 970px;
    margin: 0 auto;
}
.construction-steps--box {
    margin: 60px 0 70px;
}
.yard-estimate--table {
    padding: 5px;
}
.yard-estimate--table table {
    margin-bottom: 0;
}
.estimate-table .yard-estimate {
    margin-top: 0;
}
.estimate-table .yard-estimate-export {
    position: fixed;
    top: 50%;
    right: 15px;
}
.estimate-table table {
    zoom: 1 !important;
}

.estimate-table .yard-estimate--head {
    padding-left: 5px;
    padding-right: 5px;
}
.estimate-table {
    max-width: 800px;
    margin: auto;
    font-size: 90%;
}
.step--fog {
    position: relative;
    opacity: 0.5;
}
.step--fog::before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
    position: absolute;
    z-index: 2;
}

table {
    page-break-inside: auto;
}
tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.radio-style--input:checked ~ .radio-style--label .btn-purpose .option-purpose {
    background: linear-gradient(90deg, #fa0907 0%, #fa0907 28%, #ff6c02 100%);
}

.radio-style--label .btn-purpose .option-purpose>span:nth-child(1) {
    width: 15px;
    height: 15px;
    fill: #fff;
    text-align: center;
    background-size: cover;
    display: block;
    margin-right: 8px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-style--label .btn-purpose .option-purpose>span:nth-child(1):before {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #7eb840;
    content: '';
    position: absolute;
    opacity: 0;
}

.radio-style--input:checked ~ .radio-style--label .btn-purpose .option-purpose >span:nth-child(1):before {
    opacity: 1;
}
@media (max-width: 1200px) {
    .box-dt-01 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .box-dt-02 {
        margin-bottom: 10px;
    }

    .title-estimate {
        font-size: 16px;
    }
    .title-sub-estimate {
        margin: 0 auto 20px;
        font-size: 14px;
    }
    .box-step {
        margin-bottom: 10px;
    }

    .box-step .steps {
        margin-bottom: 30px;
    }

    .title-step,
    .step-1,
    .step-3,
    .estimate-item {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .step-4 {
        margin-bottom: 0;
    }

    .yard-location {
        padding: 15px;
    }

    .btn-estimate {
        margin-top: 10px;
    }

    .construction-steps--number {
        font-size: 24px;
        width: 73px;
        height: 73px;
        line-height: 65px;
    }

    .construction-steps--content {
        font-size: 12px;
        line-height: 16px;
    }

    .construction-steps--box {
        margin: 30px 0;
    }
    .yard-size--image {
        margin-bottom: 20px;
    }
    .steps--content {
        font-size: 13px;
    }

    .steps--content div:nth-child(1) {
        margin-bottom: 5px;
    }
    .step-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .box-step::before {
        display: none;
    }
    .box-step .steps:nth-child(1),
    .box-step .steps:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width:768px) and (max-width:1200px){
    .title-step {
        font-size: 20px;
    }
}   