.heading-menu, #allFea, #customers, .btmBar {
  display: none;
}
nav ul.productmenu.header-nav > li#quote, nav ul.productmenu.header-nav > li#demos {
  display: inline-block;
}
.nav > li > a:hover, .nav > li > span:hover, [data-soldrop]:hover {
  color: var(--theme-color);
}
.nav-dwn a {
    border-radius: 5px !important;
}
.mdmlogosvg img {
    width: 310px;
    margin-top: 15px;
}
.sec-pTB {
  padding: 0;
}
div#topsec-rhs {
  display: none;
}
nav ul.productmenu {
  margin-right: 20px;
  margin-bottom: 16px;
}
nav ul.productmenu.header-nav > li {
  display: none;
}
.nav li#demo, .nav li#quote {
  display: inline-block;
  margin: 5px 0 0;
}
.nav li#demo a, .nav li#quote a {
  background-color: #ccc;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding: 4px 10px;
  display: inline-block;
  width: 148px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}


.wwdc-lp {
    padding: 50px;
    color: #000;
}
.wwdc-lp .head {
    font-size: 44px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
    line-height: 64px;
    color: #000;
}
.wwdc-lp .subhead {
    text-align: center;
    font-size: 22px;
    margin: 0 0 30px;
    line-height: 36px;
    font-weight: 200;
    color: #000;
}
.wwdc-lp .parahead {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 35px;
    color: #000;
}
.wwdc-lp p {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #000;
}
.wwdc-lp .cta {
    color: #000;
    font-size: 18px;
    border: 2px solid #000;
    line-height:normal;
    padding: 10px 20px;
    display:inline-block;
    border-radius: 10px;
    text-decoration: none;
    font-weight:300;
    margin: 0 0 20px;
}
.wwdc-lp .cta:hover {
    background-color:#000;
    color:#fff;
}
.wwdc-lp .cta.main{
    background-color:#E9142B;
    border-color:#E9142B;
    color:#fff;
    margin: 10px 0 20px;
    font-size: 22px;
}
.wwdc-lp .cta.main:hover{
    background-color:#E9142B;
    color:#fff;
}
.wwdc-lp .apple-wwdc21-clip {
    background-image: url(https://developer.apple.com/wwdc21/images/masthead-21.svg);
    background-repeat: no-repeat;
    background-size: auto 85%;
    color: transparent;
    width: 290px;
    overflow: hidden;
    display: inline-block;
    height: 60px;
    vertical-align: text-bottom;
}
.wwdc-lp.dark .head,.wwdc-lp.dark .subhead{
    color: #fff;
}
.wwdc-lp.dark .head strong {
    display: block;
    font-weight: 600;
}
.wwdc-lp.dark .cta {
    border: 2px solid #fff;
    color: #fff;
}
.wwdc-lp.dark .cta:hover {
    background-color:#fff;
    color:#000;
}



.wwdc-lp.banner {
    position: relative;
    min-height: 650px;
    background-image:url('https://www.manageengine.com/mobile-device-management/style/../images/wwdc-banner-bg.jpg');
    background-size: auto 100%;
    background-position: center right;
    background-color: #000;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    transition: all ease-in 500ms;
}
.wwdc-lp.banner .flash {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #0a306b73;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
    line-height: normal;
}
.wwdc-lp.banner .wrap {
    max-width: 800px;
}
.wwdc-lp.banner .head,.wwdc-lp.dark .subhead{
   text-align: left;
}
.wwdc-lp.banner .box {
    display: block;
}
.wwdc-lp.banner .box span {
    font-size: 14px;
    margin: 0;
    display: block;
    color: #ccc;
}
.wwdc-lp.banner .box .sub-wrap {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.wwdc-lp.banner .box .sub-wrap img {
    width: 70px;
    margin: 0 10px 0 0;
}
.wwdc-lp.banner .box .sub-wrap p {
    color: #fff;
    width: 100px;
    margin: 0;
    font-size: 20px;
    font-weight: 200;
}



.wwdc-lp.features .wrap {
    max-width: 1000px;
    margin: auto;
}
.wwdc-lp.features .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
    border-bottom: 1px solid #eee;
    padding: 0 0 50px;
}
.wwdc-lp.features .box .fig {
    width: 27%;
}
.wwdc-lp.features .box .cap {
    width: 67%;
}
.wwdc-lp.features .box:nth-child(even) {
    flex-direction: row-reverse;
}
.wwdc-lp.features .box:last-child {
    border: 0;
    margin: 0;
}

.wwdc-lp.steps{
   background-color: #34283c;
}
.wwdc-lp.steps .box {
    background-color: #fff;
    width: 300px;
    text-align: center;
    margin: 20px;
    padding: 20px;
    border-radius: 15px;
}
.wwdc-lp.steps ul {
    display: flex;
    justify-content: center;
}
.wwdc-lp.steps .wrap {
    max-width: 1000px;
    margin: auto;
}
.wwdc-lp.steps .box img {
    max-width: 100px;
    margin: 0 0 10px;
}



.wwdc-lp.credit .wrap {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.wwdc-lp.credit p strong{
    color: #5f98ff;
    font-weight: 600;
    font-size: 19px;
}


@media(max-width:600px){
.wwdc-lp.banner {
    background-size: cover;
    background-position: top left -260px;
    padding-top: 40px;
}
.wwdc-lp.features .box:nth-child(even) {
    flex-direction: unset;
}
.wwdc-lp.features .box .fig,.wwdc-lp.features .box .cap{
   width: auto;
}
.wwdc-lp.steps ul,.wwdc-lp.features .box {
    flex-wrap: wrap;
}
.wwdc-lp.features .box .fig {
    margin: 0 auto 20px;
    max-width: 80%;
}
.wwdc-lp.steps .box {
    margin: 20px 0;
}
}


.wwdc-lp.wwdc22.banner {
    background-image: url(https://www.manageengine.com/br/mobile-device-management/images/wwdc22-banner-bg.jpg);
    background-color: #ffa925;
    background-position:top center;
    background-size: cover;
    text-align: center;
    min-height: 350px;
}
.wwdc-lp.banner.wwdc22 .wrap {
    margin: auto;
}
.wwdc-lp.wwdc22.banner .head{
    font-size: 50px;
    text-align: center;
}
.wwdc-lp.wwdc22.banner p {
    color: #000;
    text-align: center;
}
.wwdc-lp.features .box .cap li::marker {
    color: #f9851a;
    font-size: 25px;
}
.wwdc-lp.wwdc22.steps {
    background-color: #ffe5ad;
}

.nav li#quote a {
    width: 210px;
}

.nav li#demo, .nav li#quote {
    margin: 0px;
    padding-top: 5px;
}

nav ul.productmenu {
    margin-bottom: 0px;
}