.feature-heading {
    padding: 0;
    text-align: center;
    position: relative;
    max-width: 860px;
    margin: auto;
    width: 90%;
}
.feature-heading h1 {
    letter-spacing: -.5px;
    padding-top: 40px;
    margin: 0 auto 20px;
    text-align:left;
    font-size: 42px;
}
 .one-col  h3 {font: 600 30px/1.3 'Roboto', sans-serif;}
.info-page {
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0;
    width:90%;
}
.one-col p {
    margin: 0 auto 15px;
    line-height: 1.6 !important;
    font: 400 18px/1.8 'Roboto', sans-serif;
}
/*footer css*/
.bgn-price-ftr {
    background-image: -moz-linear-gradient( 90deg, rgb(4,27,38) 0%, rgb(8,51,73) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(4,27,38) 0%, rgb(8,51,73) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(4,27,38) 0%, rgb(8,51,73) 100%);
    display: inline-block;
    width: 100%;
    margin-top:50px;
}
.bgn-footer {
    margin: 90px auto 50px;
    position: relative;
    z-index: 9;
    max-width: 1200px;
    text-align: left;
}
.bgn-footer .ZPprivacy {
    list-style: none;
    border-top: 1px solid #bbb;
    padding: 40px 0 5px;
    text-align: center;
}
.bgn-footer .ZPprivacy li:first-child {
    padding-left: 0;
}
.bgn-footer .ZPprivacy li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 12px;
}
.bgn-footer .ZPprivacy li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-size: 12px;
}
.bgn-footer .ZPprivacy li:last-child {
    border-right: none;
}
.bgn-footer p {
    padding: 0;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.bgn-mail {
    font: 500 18px 'Roboto', sans-serif;
    color: #fff;
    margin: 0 5px 10px;
    display: inline-block;
    text-decoration: none;
}
.bgnfoot-wrap,.bgn-price-ftr{
  display:none;
}
.bgnfooter-main{
    padding-top: 60px;
}
/*tooltip Style start */
.zc_tooltip {
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
.zc_tooltipInfo {
    padding: 10px 15px;
    color: #fff;
    background: #333333;
    width: 250px;
    box-shadow: 0px 0px 14.72px 1.28px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: absolute;
    top: 30px;
    left: -125px;
    font: 400 12px/1.6 'Roboto';
    box-sizing: border-box;
    z-index: 1;
    display: none;
}
.zc_tooltipInfo:before {
    border-top-color: #333333;
    color: #333333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #333333;
    top: -6px;
    height: 0px;
    left: 130px;
    position: absolute;
    content: '';
}
.zc_tooltip:hover .zc_tooltipInfo {display: inline-block;}
.zc_tooltipInfo.lft_active:before { left: 10px;}
.zc_tooltipInfo.rht_active:before { right: 10px; left:revert;}
/*tooltip Style end */
/* Arabic Style Start */
.i18n-ar .feature-heading h1 {
    text-align: center;
}
/* Arabic Style End */
@media only screen and (max-width:900px) {
.zc_tooltipInfo {
    padding: 10px 12px;
    width: 200px;
    left:-100px;
}
.zc_tooltipInfo:before { left:100px; }
}
@media only screen and (max-width:768px) {
.bgn-footer {
    margin: 70px 30px;
}
.feature-heading h1 {
    font-size: 34px!important;
}
#mini-panel-product_menu .product-title::after {
    display: none;
}
}