.business-header3 {
    position: relative;
    height: 70vh;
    min-height: 400px;
    background: url("../ims/pexels-house106399-sm2.jpg"),
        linear-gradient(45deg, rgb(58, 135, 226) 0%, rgb(111, 196, 244) 100%);
    background-size: cover;
    padding-top: -35px;
    border-top: 0px solid;
    color: #140e0e;
    border-bottom: 0px solid;
    color: #fff;
    margin-top: 0px;
}

.business-header3::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.0);
    /* Adjust opacity with the last value (0.5 in this example) */
}

.business-header-min2 {
    height: 5vh;
    min-height: 75px;
    /* background: url('../ims/BG-Main.png') center center no-repeat scroll; */
    background: linear-gradient(45deg,
            rgb(58, 135, 226) 0%,
            rgb(111, 196, 244) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*  background-color: #d6e0f6; */
    padding-top: 15px;
    /* border-top: 0px solid; color:#d6e0f6; */
    border-top: 0px solid;
    color: #140e0e;
    border-bottom: 0px solid;
    color: #d6e0f6;
    margin-top: -10px;
}

#navbarResponsive.collapse.show {
    display: flex !important;
    flex-direction: column;
}

#navTxtSize .nav-link {
    color: rgba(0, 0, 0, .75);
}

#navTxtSize .nav-link.active {
    color: rgba(0, 0, 0, .75);
    font-weight: bold;
}

#navTxtSize .nav-link:hover {
    color: rgba(58, 135, 226);
    font-weight: bold;
}

#navTxtSize .nav-link {
    transition: color .15s ease;
}

.parentWrap {
    background-color: rgba(238, 235, 235, 0.95);
    border-radius: 15px;
    width: 55%;
    padding: 10px;
}

.logoPos {
    position: relative;
    top: -1.2ex;
    font-size: 95%;
}

.prop-new {
    color: #f6f3f3;
    font-weight: bold;
    font-size: .90em;
    text-shadow: 1px 1px 1px #000;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-top: 8px;
}

.prop-new .brand-p {
    font-size: 1.35em;
    margin-right: 0px;
    margin-left: 3px;
}

.calcs {
    color: #002157;
    font-weight: bold;
    font-size: .90em;
    text-shadow: 1px 1px 1px #d7d6d6;
    position: relative;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-top: 8px;
}

.calcs .brand-c {
    font-size: 1.35em;
    margin-right: 0px;
    margin-left: 2px;
}

@media (min-width: 992px) {
    .parentWrap {
        max-width: 45%;
    }
}

@media (max-width: 767px) {
    .parentWrap {
        width: 90%;
        padding: 10px 30px 10px 30px;
    }

    .parentWrap h1 {
        font-size: calc(1.75rem + 1.5vw);
    }
}

.headerLine2 {
    color: #464646;
}

/* Icon inside cards */
.card-icon {
    font-size: 5rem;
}

/* Card title tweaks */
.card-title-custom {
    margin-top: -10px;
    margin-bottom: 1rem;
}

/* Paragraph styling */
.card-text {
    font-size: 1.1rem;
    color: #8e8e8e;
    text-align: left;
}

/* colors   #428bca*/
.dblue {
    color: #012970;
}

.dblue-alt {
    background-color: #084560;
}

.dlight {
    color: #899bbd !important;
}

.dlighter {
    color: #f6f6fe !important;
}

.d-medGrey {
    color: #d1cfcf;
}

.dprimary {
    color: #1776a1;
}

.bg-dblue {
    background-color: #012970;
}

.bg-dblue-alt {
    background-color: #084560;
}

.bg-dprimary {
    background-color: #1776a1;
}