/**
	Creator: Marsus.com
**/

/* Estimate CSS */
.bottom-contact {
    display: none;
}

.estimate.view {
    margin-bottom: 50px;
}

.estimate.view .step > .title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-left: 80px;
    color: #000;
}

.estimate.view .step > .title span {
    color: #6c757d;
    font-size: 90px;
    font-weight: 300;
    margin-right: 20px;
    text-align: center;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}

.estimate.view .step .services,
.estimate.view .form .row {
    padding-left: 85px;
}

.estimate.view .step .item {
    text-align: center;
}

.estimate.view .step:not(.step-1):not(.form) {
    display: none;
}

.estimate.view .step .item label {
  
    background: #e8e7e7;
    border-radius: 3px;
    display: block;
    padding: 45px 20px;
    border: 1px solid transparent;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;

    -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

.estimate.view .step .item label:hover,
.estimate.view .step .item label.selected {
    -webkit-box-shadow: 0 15px 30px 3px rgba(0,0,0,0.06);
    box-shadow: 0 15px 30px 3px rgba(0,0,0,0.06);
}

.estimate.view .step .item .fa-check {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    background: #e8e7e7;
    border-radius: 50%;
    width: 28px;
    line-height: 28px;
}

.estimate.view .step label.selected .fa-check {
    display: block;
}

.estimate.view .step .item label.selected span {
    color: #e8e7e7;
}

.estimate.view .step-1 .item label svg * {
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.estimate.view .item label img,
.estimate.view .item label svg {
    width: auto;
    height: 50px;
}

.estimate.view .step-4 .item label img,
.estimate.view .step-4 .item label svg {
    height: 46px;
}

.estimate.view .step .item label span {
    display: block;
    margin-top: 30px;
    font-weight: 600;
    font-size: 12px;
    color: #fa861a;
    text-transform: uppercase;
}

.estimate.view .step .item label div {
    font-size: 11px;
    margin-top: 15px;
}

.estimate.view .form .nda {
    margin-bottom: 20px;
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 600;
}

.estimate.view .form .nda a {
    border-bottom: 1px solid;
}

/* RESPONSIVE */
@media (max-width: 1200px) {

    .estimate.view .container {
        max-width: 100%;
    }

}

@media (max-width: 991px) {

    .estimate.view .step .services, .estimate.view .form .row {
        padding: 0 20px;
    }

    .estimate.view .step {
        margin-bottom: 20px;
    }

    .estimate.view .step .item {
        padding: 0 5px;
    }

    .estimate.view .step > .title {
        margin-left: -15px;
        font-size: 20px;
        margin-bottom: 30px;
        padding-top: 40px;
        padding-left: 60px;
    }

    .estimate.view .step > .title span {
        font-size: 70px;
        bottom: -10px;
        margin-right: 0px;
    }

    .estimate.view .step-1 .item label img,
    .estimate.view .step-1 .item label svg,
    .estimate.view .step-2 .item label img,
    .estimate.view .step-2 .item label svg,
    .estimate.view .step-3 .item label img,
    .estimate.view .step-3 .item label svg {
        width: 40px;
    }

    .estimate.view .step .item label {
        padding: 40px 10px;
    }

    .estimate.view .step-4 .item label img,
    .estimate.view .step-4 .item label svg {
        height: 40px;
    }

    .estimate.view .step .item label span {
        margin-top: 20px;
        font-size: 10px;
    }

    .estimate.view .step .item label div {
        font-size: 8px;
    }

    .estimate.view .step .item .fa-check {
        font-size: 8px;
        width: 20px;
        right: 16px;
        line-height: 20px;
    }

}

@media (max-width: 767px) {

}

@media (max-width: 544px) {

    .estimate.view .step .item label {
        padding: 25px 10px;
    }

}