.top_bg {
    width: 100%;
    height: 195px;
    background-image: url(../img/pages-top-backgr.png);
    background-position: top center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: repeat-x;
}
.pg_header {
    width: 100%;
    height: 45px;
    background-image: url(../img/pages-1-backgr.gif);
    background-position: center center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: repeat-x;
}
.pg_content_wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../img/pages-2-backgr.gif);
    background-position: top center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    background-repeat: repeat-x;	
}
.phdr_wrap {
    margin-left: 30px;
    margin-top: 0px;
    padding-top: 6px;
    height: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}
.top_logo_prg {
    margin-top: 4px;
}

@media only screen and (max-width : 1400px) { 

    .top_bg {
        width: 100%;
        background-image: url(../img/pages-top-backgr-1100.png);
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

    .pg_header {
        width: 100%;
        height: 45px;
        background-image: url(../img/pages-1-backgr-1100.gif);
        background-position: center center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }   

     .pg_content_wrap {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-image: url(../img/pages-2-backgr-1100.gif);
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

}

@media only screen and (max-width : 1200px) { 

    .top_bg {
        width: 100%;
        background-image: url(../img/pages-top-backgr-930.png);
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

    .pg_header {
        width: 100%;
        height: 45px;
        background-image: url(../img/pages-1-backgr-930.gif);
        background-position: center center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }
     .pg_content_wrap {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-image: url(../img/pages-2-backgr-930.gif);
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

}    



@media only screen and (max-width : 992px) { 

    .top_bg {
        width: 100%;
        height: auto;
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }


    .top_bg {
        width: 100%;
        background-image: none;
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

    .pg_header {
        width: 100%;
        height: 45px;
        background-image: url(../img/pages-1-backgr-690.gif);
        background-position: center center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }
     .pg_content_wrap {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-image: url(../img/pages-2-backgr-690.gif);
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

.phdr_wrap {
    margin-left: 0;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}

.pg_header {
    width: 100%;
    height: auto;
    background-image: url(../img/pages-1-backgr-768.gif);
    background-position: top left;
    /* background-color: #fff; */
    /* position: relative; */
    z-index: 1;
    background-repeat: repeat-x;
    border: 0px solid green;
}

}


@media only screen and (max-width : 768px) { 

    .top_bg {
        width: 100%;
        background-image: none;
        background-position: top center;
        background-color: #fff;
        position: relative;
        z-index: 1;
        background-repeat: repeat-x;
    }

    .phdr_wrap {
        margin-left: 30px;
        margin-top: 0px;
        padding-top: 6px;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }    


    .pg_parent {
        font-size: 26px;
        line-height: 32px;
        font-weight: 200;
        color: #d2d6de;
        font-style: italic;
        display: inline-block;
    }
    .pg_title {
        font-size: 26px;
        line-height: 30px;
        font-weight: 200;
        color: #fff;
        font-style: italic;
        display: inline-block;
    }
    .phdr_wrap {
        margin-left: 0;
        margin-top: 0px;
        padding-top: 6px;
        padding-bottom: 8px;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .pg_header img {
        vertical-align: 0px;
        margin-left: 11px;
        margin-right: 11px;
        visibility: hidden;
        display: none;
    }


}