.reportListingSec{
    padding: 50px 0;
}
.txtBlue {
    color: #014785;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.btnSecondary {
    background-color: #00abdf;
    color:#fff;
    border:2px solid #00abdf;
}
.btnSecondary:hover {
    background-color: #fff;
    color:#00abdf;
}
.btnPrimary {
    background-color: #007ab3;
    color:#fff;
    border:2px solid #007ab3;
}
.btnPrimary:hover {
    background-color: #fff;
    color:#007ab3;
    border: 2px solid #00abdf;

}
.btnOrange {
    background-color: #fe4f00;
    color:#fff;
    border:2px solid #fe4f00;
}
.btnOrange:hover {
    background-color: #fff;
    color:#fe4f00;
}
.btnOutline {
    border: 2px solid #343a40;
    padding: 4px 25px;
}
.btnOutline:hover {
    background-color: #00abdf;
    color:#fff;
    border:2px solid #00abdf;
}
.btnGreen {
    background-color: #8dc83c;
    color: #fff;
    border: 2px solid #8dc83c;
    border-radius: 25px 25px 25px 25px;
}
.btnGreen:hover{
    background-color: #fff;
    color: #8dc83c;
}
.bgGrey {
    background-color: #f7f8fa;
}
.bg-white {
    background-color: #fff !important;
}
.breadCrumb{
    padding-top: 88px;
    background-color: #F0F0F0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.list-inline-item:not(:last-child) {
    margin-right: 0;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    display: inline-block;
}
.breadCrumb ul li a {
    color: #999;
    font-size: 12px;
}
.p-2 {
    padding: .5rem !important;
}
@media (min-width: 992px) {
    .sampleFormBox {
        margin-top: -155px;
    }
}
@media (max-width: 749px) {
    .sampleFormBox {
        margin-top: 50px;
    }
}
.text-white {
    color: #fff !important;
}
.breadCrumb ul li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    color: #999;
}
.breadCrumb ul li a.active {
    color: #1b4e9c;
}
.topHeader a, .deskNavbar a {
    color: #ffffff;
}
.staticHeading.borderGreen{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}
.staticHeading.borderGreen::before {
    content: '';
    position: absolute;
    background: #3aae36;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
.suggestionsBox {
    z-index: 1;
    background: #fff;
    box-shadow: 1px 1px 8px #b6b6b6;
    width: 53%;
    position: absolute;
    top: 135px;
    text-align: left;
}

.suggestionsBoxMenu{
    width:26%;
    top: 70px;
}

.suggestionsBox ul {
    max-height: 250px;
    overflow-y: auto;
}


.suggestionsBox ul li {
    border-bottom: 1px solid #dedede;
}

.suggestionsBox ul li a {
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 4px 0;
    display: inline-block;
    font-weight: normal;
}