h2,
h3,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    color: #363636;
    margin-top: 0px;
    text-transform: capitalize;
    font-weight: bold;
}

.mega-menu .menu-links>li>a {
    text-transform: capitalize;
}

.app-home {
    padding-bottom: 600px;
    background-position: 100px 100px;
    background-repeat: no-repeat;
}

/* mobile app blog */

/*** Mobile slider ***/
.mobile-slider {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-slider .row {
    z-index: 2;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.highlights-phone {
    width: 100%;
    height: 100%;
    /*HH 30-01-24*/
    /* height: 640px; */
    float: left;
}

.phone-holder {
    display: block;
    height: 100%;
    /*HH 30-01-24*/
    /* height: 640px; */
    position: relative;
    top: 0px;
    left: 0;
    width: 306px;
    margin: auto;
    overflow: hidden
}

/* .highlights-phone.wht .phone-holder #fon{background: url(../../../demo-one-page/mobile-app/images/mobile-bg.png) center top no-repeat; background-position-x: 0;  } */
.hgi {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    height: 510px;
    visibility: hidden;
}

.hgi img {
    width: 100%;
    height: 100%;
    padding: 0 8px;
}

.highlights-phone.wht .hgi {
    top: 0px;
}

.hgi.active {
    visibility: visible;
}