.x-header.blk .p-header {
    background: none;
    border-bottom: 1px solid #e5e5e5;

}
.x-header .nav_main ul a
{
    color: #0d0f11 !important;
}
@media (max-width: 768px) {
    .x-header.blk .tools ul .meg .icn::after {
        background: url(../static/image/ico_tools_msg2.png);
        background-size: auto;
        background-size: 100%;
    }
    .x-header.blk .tools ul .login_1 .icn::after
    {
        background-image: url(../static/image/ico_user1.png);
    }
    .heritage-header{
        padding: 3rem 0 0 0;
    }
    .x-header.blk .tools ul li::after
    {
        color: #0d0f11;
    }
    .x-header.blk .tools ul .sc .sc_sear::after{
        background-image: url(../static/image/ico_search1.png);
    }
    .x-header.blk .tools ul li::after {
        border-top-color: #0d0f11;
    }
    .x-header.blk .tools .menu1::after {
        background-image: url(../static/image/ico_menu1.png);
    }
}
@media (min-width: 768px) {
    .x-header.blk .tools ul .meg .icn::after {
        background: url(../static/image/ico_tools_msg2.png);
        background-size: auto;
        background-size: 100%;
    }
    .x-header.blk .tools ul .login_1 .icn
    {
        background-image: url(../static/image/ico_user1.png);
    }
    .heritage-header{
        padding: 3rem 0 0 0;
    }
    .x-header.blk .tools ul li::after
    {
        color: #0d0f11;
    }
    .x-header.blk .tools ul .sc .sc_sear{
        background-image: url(../static/image/ico_search1.png);
    }
    .x-header.blk .tools ul li::after {
        border-top-color: #0d0f11;
    }
    .x-header.blk .tools .menu1 {
        background-image: url(../static/image/ico_menu1.png);
    }
}
.content img{
    max-width: 100%;
}

