
h3, .hTag3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 20px;
    color: #fff; 
    font-weight: 400;
}
#customers h3 {
    margin: 0;
    color: #000;
}
:root {
  --theme-color: #142036;
  --theme-bg: #142036;
  --theme-link: #297ab2;
  --theme-cta: #ea152b;
  --theme-border: #eee;
}
.heading-menu {
    display: none;
}
#customers h3 {
    margin: 0;
}
.osd-lp{
    color: #000;
    padding: 100px 20px;
}
.osd-lp .link{
    color: var(--theme-link);
    font-size: 18px;
}
.osd-lp .flex{
    display: flex;
    justify-content: center;
}
.osd-lp h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 20px;
}
.osd-lp h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 40px;
color: #fff;
}
.osd-lp h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}
.osd-lp h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}
.osd-lp p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
}
.osd-lp .cta {
    background-color: var(--theme-cta);
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 8px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.osd-lp.banner {
    margin-top: 10px;
    padding: 80px 20px 0;
    text-align: center;
    background-image: url('https://www.manageengine.com/products/os-deployer/images/zero-touch-banner-img.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: calc(100vh - 180px);
}
.osd-lp.banner img {
    max-width: 100%;
}
.osd-lp.banner h1 {
    margin: 0 auto 20px;
    max-width: 950px;
}
.osd-lp.banner p {
    margin: 0 auto 40px;
    max-width: 750px;
}
.osd-lp.overview {
    text-align: center;
}
.osd-lp.features {
    background-color: var(--theme-bg);
    color: #fff;
}
.osd-lp.features .flex {
    flex-wrap: wrap;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
}
.osd-lp.features .box {
    position: relative;
    max-width: 450px;
    text-align: left;
    margin: 20px 40px 20px 70px;
}
.osd-lp.features .box:before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-1.png);
    background-size: 50px;
    background-repeat: no-repeat;
    position: absolute;
    left: -70px;
    top: 0;
}
.osd-lp.features .box:nth-child(1):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-1.png);
}
.osd-lp.features .box:nth-child(2):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-2.png);
}
.osd-lp.features .box:nth-child(3):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-3.png);
}
.osd-lp.features .box:nth-child(4):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-4.png);
}
.osd-lp.features .box:nth-child(5):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-5.png);
}
.osd-lp.features .box:nth-child(6):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-6.png);
}
.osd-lp.features .box:nth-child(7):before {
    background-image: url(https://www.manageengine.com/products/os-deployer/images/zero-touch-lp-icon-7.png);
}
.osd-lp.faq .flex {
    max-width: 1000px;
    flex-wrap: wrap;
    margin: auto;
}
.osd-lp.faq .box {
    position: relative;
    border: 1px solid var(--theme-border);
    padding: 30px;
    border-radius: 8px;
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
}
.osd-lp.faq .box:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: all ease 350ms;
}
.osd-lp.faq .box.active:after {
    border:  1px solid transparent;
    border-top: 1px solid var(--theme-link);
    border-left: 1px solid var(--theme-link);
}
.osd-lp.faq .box p {
    height: 0;
    overflow: hidden;
}
.osd-lp.faq .box h4 {
    margin: 0;
}
.osd-lp.faq .box.active h4 {
    color: var(--theme-link);
}
.osd-lp.faq .box h4 + p {
    margin: 0;
}
.osd-lp.faq .box.active p {
    margin-top: 20px;
    min-height: 100px;
    height: auto;
}
.osd-lp.credit {
    background-color: var(--theme-bg);
    color: #fff;
    text-align: center;
}

#btmBar ul li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
  text-align: center;
}
