body,
html {
    font-size: 16px !important;
    line-height: 1.75 !important;
}

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

.breadcrumbs-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 14px;
    justify-content: flex-start;
}

.breadcrumbs-wrap ul li::after {
    content: "/";
    color: #e1e1e1;
    padding: 0 10px;
}

.breadcrumbs-wrap ul li:last-child:after {
    display: none;
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

ul,
ol {
    margin-bottom: 0 !important;
}

.img-thumbnail {
    border: none;
    border-radius: 8px;
    max-width: 100%;
    padding: 0;
}

.list-items li {
    margin-bottom: 10px;
}

.list-items li img {
    margin-right: 5px;
}

.footer-copyright a {
    font-weight: 600;
    color: #04a927;
}

h3,
.h3 {
    font-size: 17px !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

.header-right .box-btn a,
a.primary-btn {
    color: #fff;
    font-weight: 700;
}

.form-calculator ul.list-check li {
    font-weight: 500;
    margin-bottom: 8px;
}

.form-calculator ul.list-check li i.fa-check {
    color: var(--primary);
    margin-right: 6px;
}

.panel {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.panel-default>.panel-heading {
    color: #04a927;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px 8px;
}