.opmRelPrd{display:none;}

.heading-menu {
    display: none;
}
.dc-osd-banner {
    background-color: #007bda;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dc-osd-banner h1 {
    font-size: 30px;
    padding: 50px;
    font-weight: 300;
    color: #fff;
    max-width: 500px;
    line-height: 50px;
}

.dc-osd-banner img {
    width: 280px;
    height: auto !important;
    margin:30px 0;
}
.dc-osd-banner h1 strong {
    font-size: 34px;
    font-weight: 700;
}
.dc-osd-page.steps {
    display: flex;
    justify-content: center;
    background-color: #f2f2f2;
    padding-top: 30px;
}
.dc-osd-page.steps h2 {
    position: relative;
}
.dc-osd-page.steps h2:after {
    content: '';
    height: 1px;
    width: 70px;
    margin: auto;
    background-color: #ccc;
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
}
.dc-osd-page.steps .step {
    max-width: 300px;
    text-align: center;
    margin: 20px;
}
.dc-osd-page.steps .step img{
   max-width:70px;
   margin:auto;
}
.dc-osd-page.benefits h2{
   font-size:30px;
   line-height:50px;
   margin:50px auto 10px;
   max-width:800px;
   text-align:center;
}
.dc-osd-page.benefits .benefit {
    max-width: 700px;
    margin: auto;
    padding: 10px 0 20px;
}
.dc-osd-page.benefits .benefit img {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.dc-osd-page.benefits .benefit h3 {
    font-size: 22px;
    padding-bottom: 6px;
}

.dc-osd-page.benefits .benefit p {
    font-size: 15px;
}
.call-out-sec .call-out {
    justify-content: center;
}
.call-out-sec .call-out p{
    margin:0 20px; 
}
