.footCol2 .foot-head, .footCol2 .footCont {
    display: block; 
}
.heading-menu {
    margin-top: 15px;
}

.table-container td:first-child {
    width: 20%;
}
.pad-left-30{padding-left: 30px !important;}
.page-center figcaption{    text-align: center;
    border-top: 1px solid #f6e9e9;
    padding-top: 15px;
    margin-top: 10px;}

.container {
    max-width: 1400px;
}
.heading-menu {
display: unset;
}
.heading-menu .container {

    margin: 1% 3%;
}

@media screen and (min-width: 1026px) {
    #header-topsec {
        position: fixed;
    }
}
@media only screen and (max-width: 450px) {
    header:not(.abheader) #header-mainsec {
        top: 40px;
    }
}
