html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fbfbfd;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        list-style: none;
    }

.no-button-number-input::-webkit-inner-spin-button,
.no-button-number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.container-fluid {
    width: 100%;
    padding: 70px 0px 70px 0px;
}

.breadcrumb_area {
    background-image: linear-gradient(180deg, #071c79 0%, #264adf 100%);
    padding: 20px 0px 60px;
}

.main-content {
    padding-top: 50px;
}

.main-logo-container {
    margin-bottom: 0px;
}

.main-form {
    padding: 50px 0px;
}

.contact_form_box {
    margin: 40px 0px;
}

    .contact_form_box .form-group {
        margin: 20px 0px;
    }

.btn_three {
    min-width: 180px;
    text-align: center;
    background: #314596;
    border-color: #314596;
    margin-top: 0px;
}

    .btn_three:hover {
        background: transparent;
        color: #314596;
    }

.btn_grey {
    background: #858585;
    border-color: #858585;
}

    .btn_grey:hover {
        background: transparent;
        color: #858585;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-top-5 {
    margin-top: 5px;
}

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

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

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

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

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

.remove-margin-top {
    margin-top: 0px !important;
}

.remove-margin-bottom {
    margin-bottom: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.remove-padding-top {
    padding-top: 0px !important;
}

.remove-padding-bottom {
    padding-bottom: 0px !important;
}

.p_head {
    padding: 0px 0px !important;
}

.price_info_two .price_item {
    cursor: default;
}

.wrap-text-break-spaces {
    white-space: break-spaces;
}

.error_area {
    height: Calc(100vh - 90px) !important;
}

.data-table td,
.data-table th {
    border: 1px solid #ddd;
    padding: 10px;
}


.data-table table {
    width: 100%;
    margin-top: 20px;
}

.data-table {
    padding-bottom: 60px;
}

.full-width {
    width: 100%;
}

#cost-input {
    width: unset;
}

.input-group-prepend.currency-type {
    padding-right: 10px;
}

/*.currency-type .input-group-text {
        height: 60px;
}*/

.powered-by img {
    height: 20px;
}

.text-align-end {
    text-align: end;
}

label.calc-label {
    font-weight: 500;
}

.input-group-prepend.currency-type {
    /*padding-top:10px;*/
}

.calc-form-container {
    padding-bottom: 60px;
}

.main-logo-container {
    text-align: center;
    position: relative
}

    .main-logo-container img {
        width: 300px;
    }

.breadcrumb_area {
    padding-top: 60px;
    background-image: none;
}

/*.breadcrumb_area {
    background-image: url("../img/home-banner.jpg");
    opacity:0.55;
}*/

/*.breadcrumb_area::before {
    content: "";
    background-image: url("../img/home-banner.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}*/

.hero::before {
    content: "";
    background-image: url("../img/home-banner.jpg");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}

.breadcrumb_content h1,
.breadcrumb_content p {
    position: relative;
    color: #314596;
}

.btn_grey {
    background: #7c7e84;
    border-color: #7c7e84;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
}

.mfp-profees-container {
    padding: 30px;
    margin: 50px;
    background: #FFF;
}

    .mfp-profees-container p {
        font-size: 15px;
        margin: 20px 0;
    }

    .mfp-profees-container ul li {
        color: #677294;
    }

    .mfp-profees-container h1 {
        color: #314596;
    }

    .mfp-profees-container h3 {
        color: #314596;
    }

.form-control {
    color: #7c7e84;
}

.calculate-container {
    border: 1px solid #ddd;
    background-color: #fbfbfd
}

body {
    background-color: white
}

hr {
    color: #ddd;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 50px;
}

#btn-download {
    margin-bottom: 20px;
    position: absolute;
    right: 24px;
    top: 0;
}

.f_bg {
    background-color: #e9ebf2;
}

.footer_bottom p.footer-link,
.footer_bottom a.footer-link {
    color: #7c7e84;
    font-size: 13px;
}

    .footer_bottom p.footer-link:hover,
    .footer_bottom p.footer-link:active,
    .footer_bottom p.footer-link:focus,
    .footer_bottom a.footer-link:hover,
    .footer_bottom a.footer-link:active,
    .footer_bottom a.footer-link:focus {
        color: #314596
    }

#results-container {
    position: relative;
}

.contact_form_box .form-switch {
    display: inline-block !important;
    margin-left: 10px;
    position: relative;
    top: 9px;
}

.contact_form_box .form-check-input:checked {
    background-color: #314596;
    border-color: #314596;
}

.remove-left-padding {
    padding-left: unset;
}

@media(max-width: 677.98px) {
    #btn-download {
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        display: block
    }

    #btn-download {
        padding-top: 10px;
        position: relative;
        right: unset;
    }
}

h2.results-heading {
    margin-bottom: 20px;
}


/*@media(min-width: 678px) {
    #btn-download {
        display: none;
    }
}
*/

select.form-control {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: auto;
}
