.main-body {
    background-color: #FFFFFF;
    min-height: 50px;
    width: 100%;
    top: 0;
}

.body-banner- {
    min-height: 376px;
    height: 100%;
    background-color: saddlebrown;
    border: 2px solid saddlebrown;
    z-index: 4;
}

.banner-img {
    background-image: url('/images/bpdbanner.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 376px;
    -webkit-font-smoothing: antialiased;
    z-index: 0;
}

.banner-img-overlay {
    min-height: 376px;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 4;
}

.link-btn {
    background-color: blueviolet;
    position: relative;
    top: 245px;
    width: 370px;
    left: 990px;
    height: 50px;
}

.body-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
}

.body-img-container {
    padding-left: 0; 
    padding-right: 0;
}

.sec-title {
    color: #FFFFFF;
    width: 670px;
    top: 250px;
    z-index: 2;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: auto;
    position: relative;
}

.search_select_box {
    max-width: 500px;
    margin: auto;
    padding-bottom: 10px;
}

.g-header-logo {
    height: auto;
    margin-right: 1.5rem;
    margin-top: .5rem;
    width: 428px;
    padding-left: 148px;
}

.g-header-logo a {
    color: #e2231a;
}

.g-container {
    display: block;
}

.sel-text {
    font-size: 16px;
    text-align: center;
    padding: 7px 7px 7px 7px;
}

.sel-text-i {
    float: left;
    padding-left: 5px;
}

.sel-text-header {
    font-size: 32px;
    font-weight: 700;
    padding: 7px 7px 7px 7px;
    letter-spacing: 1.2px;
    text-align: center;
}

.grid-footer {
    min-height: 10em;
}

.searchPanel {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 16px;
    padding-bottom: 10px;
}

.no-data {
    font-size: 18px;
    text-align: center;
}

.footer-content {
    padding: 20px;
    border-top: 1px solid #c2c2c2;
    color: #9b9b9b;
    font-size: 10px;
}

@media (max-width: 900px)
{
    .sec-title {
        /* top: 180px; */
        width: 520px;
        font-size: 2.6rem;
    }

    .g-header-logo {
        width: 380px;
        padding-left: 5px;
    }
}

@media (max-width: 600px)
{
    .sec-title {
        width: 460px;
        font-size: 2.4rem;
    }
    
    .g-header-logo {
        width: 328px;
        padding-left: 5px;
    }
}
