/**
 * Calculated Fields Form plugin.
 */
.cost-calculator {
    margin: 1.8em 0;
    padding: 40px 34px;
    background-color: #ffffff;
    border-top: 8px solid #c41230;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.cost-calculator table td{
    border: 1px solid #eee;
}

.text-blue{
    color: #1c486d !important;
}

.cost-calculator table h5, .cost-calculator table p{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
}

.cost-calculator .bg-green{
    background-color: #3ddb93;
}

.cost-calculator .bg-red{
    background: #c41230;
    color: white;
}

.cost-calculator .text-white{
    color: white !important;
}


.cost-calculator .bg-blue{
    background: #1c486d;
    color: white;
}

.cost-calculator .bg-blue-lightest{
    background: #72B8DB;
    color: white;
}

.cost-calculator .bg-blue-light{
    background: #46A4D1;
    color: white;
}

.cost-calculator .bg-blue-normal{
    background: #236B8E;
    color: white;
}

.text-red{
    color: #c41230 !important;
}

.cost-calculator [id*="formheader"] {
    border-bottom: 1px solid #d8d9da;
}

.cost-calculator input, .cost-calculator textarea, .cost-calculator select {
    font-size: 16px;
    color: #666;
    background-color: #fff !important;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0; }


.cost-calculator ul {
    padding-left: 0;
    margin-bottom: 0; }

.cost-calculator a {
    text-decoration: none; }

:focus {
    outline: none; }



.cost-calculator select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 8px;
    border-radius: 2px;
    margin-right: 2rem;
}

.cost-calculator .form-control {
    border: 1px solid #e6e6e6 !important;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 14px; }

.cost-calculator label{
    margin-top: 5px;
}

.cost-calculator .form-control.datepicker-here {
    padding-left: 39px; }

.cost-calculator .checkbox {
    position: relative;
    padding-left: 22px; }

.cost-calculator .checkbox label {
    cursor: pointer; }
.cost-calculator .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.cost-calculator .checkbox input:checked ~ .checkmark:after {
    display: block; }

.cost-calculator .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    font-size: 10px;
    font-weight: bolder; }

.cost-calculator .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b';
    color: #333; }

.cost-calculator button {
    border: none;
    width: 173px;
    height: 42px;
    margin-top: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #c41230;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease; }
.cost-calculator button span {
    letter-spacing: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.cost-calculator button:after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    letter-spacing: 3px;
    -webkit-transform: translate(-30%, -25%);
    transform: translate(-30%, -25%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.cost-calculator button:hover {
    background: #1c486d; }

.cost-calculator .error{
    color: #c41230 !important;
}

.cost-calculator button:hover span {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
    transform: translate(0px, 40px); }
.cost-calculator button:hover:after {
    opacity: 1;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }

@media (max-width: 1199px) {

 }
@media (max-width: 991px) {

}
@media (max-width: 767px) {

    .cost-calculator form {
        padding: 10px 0;
    }

    .cost-calculator table h5 {
        font-size: 16px;
    }

    .cost-calculator {
        padding: 25px 20px;
    }

    .cost-calculator h2{
        font-size: 24px;
    }

    .cost-calculator .form-row {
        display: block; }
    .cost-calculator .form-row .form-wrapper {
        width: 100%;
        margin-bottom: 25px; }
    .cost-calculator .form-row  .form-wrapper:first-child {
        margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
