*,
         ::after,
         ::before {
            box-sizing: unset
        }
        
        #header-mainsec,
        #header-topsec {
            z-index: 9999
        }
        
        .container-new {
            max-width: 1050px;
            margin: 0 auto;
            padding: 0px 30px;
        }
        
        .heading-menu {
            display: none;
        }
        
        #scroll {
            display: none;
        }
        
        img {
            max-width: 100%;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0 0 20px;
        }
        
        p {
            font-size: 18px;
            line-height: 1.6;
            margin: 0 0 20px;
        }
        
        ul.contentlist {
            list-style: none;
            margin-left: 15px;
        }
        
        ul.contentlist li {
            font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
            font-size: 18px;
            line-height: 1.6;
            color: #000;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            margin: 7px 0px;
            position: relative;
            padding-left: 10px;
        }
        
        ul.contentlist li::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50px;
            position: absolute;
            top: 7px;
            right: 0;
            bottom: 0;
            left: -10px;
            background: #3787e1;
        }
        
        ol li {
            font-size: 18px;
            line-height: 1.6;
            margin: 0 0 20px
        }
        
        ul.add-resources {
            display: flex;
            align-items: flex-start;
        }
        
        header:not(.abheader) #MEmobPanel {
            top: 83px;
        }
        
        ul.addresorcs {
            margin-top: 45px
        }
        
        .container-breadcrumb {
            width: 1400px;
            max-width: 100%;
            margin: 0 auto;
        }
        
        @media only screen and (max-width:700px) {
            p {
                font-size: 16px !important;
                line-height: 1.8 !important;
            }
            table th,
            td {
                padding: 15px !important;
                font-size: 16px !important;
            }
            .banner p {
                margin: 10px 0px 20px 0px;
                font-size: 18px !important;
            }
        }

.bradkrm span {
    background: unset;
    top: 0;
}

.promotion-bg {
    padding: 0;
}