#custmrlgosroll{
display:none ;
}
h2{
color: #000 !important;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    margin-left: 50px;
}
#custmrlgosroll #dload{
	display: none;
}
body{
	overflow-x: hidden;
}
h1.ftrmnhdr {
    color: #fff;
}
</style>

<style>
        .clearfix:after {
            content: "";
            clear: both;
            display: table !important;
        }
        
        ul.sidebar li span {
            padding: 10px 40px;
        }
        
        .list-items strong {
            display: inline-block;
            margin-bottom: 10px;
        }
        
        .banner-cta li a {
            border-radius: 6px;
        }
        
        .banner-wrap p {
            box-sizing: border-box;
            padding-right: 140px;
        }
        
        @media only screen and (min-width:768px) and(max-width:992px) {
            .banner-wrap p {
                padding-right: 80px;
            }
        }
        
        @media only screen and (max-width:767px) {
            .clone-img-ele {
                pointer-events: none;
            }
            .banner-wrap p {
                padding-right: 0px;
            }
        }
  