.heading-menu{
   display:none;
}
.bannerflex {
    position: relative;
    display: flex;
    width: auto;
    padding: 50px;
    min-height: 120px;
    background-color: #e4f8fa;
    border-bottom: 1px solid #b3d9de;
}
.bannerflex:after,.bannerflex:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bannerflex:before{
    background-image: url(https://www.manageengine.com/products/desktop-central/images/win7to10-banner-bg-left.png);
    left:0;
}
.bannerflex:after{
    background-image: url(https://www.manageengine.com/products/desktop-central/images/win7to10-banner-bg-right.png);
    right:0;
}
.bannerflex h1 {
    font-size: 30px;
    max-width: 1000px;
    line-height: 35px;
    margin: auto;
    text-align: center;
}

.bannerflex h1 strong{
    display: block;
    font-size: 130%;
    color: #136c77;
}
.bannerflex h1 span {
    font-size: 75%;
    border-top: 1px solid #136c775e;
    padding: 0 25px;
    margin: 15px 0 0;
    display: inline-block;
    position: relative;
    font-weight: 300;
}
.bannerflex h1 span:before {
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   background-color: #e4f8fa;
   border: 1px solid #136c77;
   position: absolute;
   margin: auto;
   left: 0;
   right: 0;
   top: -4px;
   transform: rotate(45deg);
}
#scroll p img {
    box-shadow: 0 0 5px #0004;
}

par {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}
.win7to10 p,.win7to10 ul, .win7to10 li {
    font-size:17px;
    line-height:30px;
}
.win7to10 li{
   margin:0 0 5px;
}
.win7to10 h2{
   margin:40px 0 0;
   color:#136c77 !important;
}
.win7to10 h2:first-child {
    margin: 0;
}
.win7to10 h3 {
    font-weight: 400;
    color: #136c77 !important;
    font-size: 22px;
    margin: 10px 0 0 !important;
}
.equation strong:after {
   content: '';
   display: inline-block;
}
@media(max-width:600px){
#header-mainsec{
    top:40px;
}
.bannerflex h1 {
    line-height: normal;
}

.equation {
    flex-wrap: wrap;
    margin: 30px 10px;
}

.equation span {
    text-align: center !important;
    font-size: 17px;
    line-height: 32px;
}

.equation strong {
    margin: 10px;
    font-size: 0;
}
.equation strong:after {
    content: '➠';
    transform: rotate(90deg);
    display: inline-block;
    font-size: 50px;
    vertical-align: middle;
    margin: 5px;
}
.equation strong:after {
   content: '➠';
   transform: rotate(90deg);
   display: inline-block;
}
#clockdiv > div {
    min-width: auto;
}

#clockdiv > div #par {
    font-size: 20px;
}

.bannerflex h1 strong {
    font-size: 100%;
}

.bannerflex h1 span {
    padding: 10px 0;
}

.win7to10{
    padding:20px;
}

.win7to10 p,.win7to10 li{
    font-size:15px;
}
}
