Commit 7b564c39 by Manzar Hussain

change fee structure

parent 9294caaf
...@@ -5,11 +5,62 @@ ...@@ -5,11 +5,62 @@
*/ */
?> ?>
<?php get_header(); ?> <?php get_header(); ?>
<!-- satyendra code start -->
<style>
#performance-update {
border-collapse: collapse;
width: 100%;
}
#performance-update td:first-child {
text-align: left;
}
#performance-update td,
#performance-update th {
border: 1px solid #ddd;
padding: 10px;
text-align: center;
}
.mois {
color: #313131;
font-size: 22px;
font-family: "GothamBold";
font-weight: 700;
display: block;
}
.performance {
background-color: #ffffff !important;
font-family: "LatoRegular";
}
.dblue {
background-color: #34308e;
font-size: 18px;
color: #ffffff;
text-align: center;
}
.lblue {
background-color: #e6e3ff;
font-size: 15px;
color: #34308e;
font-weight: bold;
}
.glight {
background-color: #ececec;
text-align: center;
}
.btext{font-size:12px; font-weight:normal;font-family: "LatoRegular"; margin-top:20px;}
.product-content ul li{list-style:none!important;}
</style>
<div id="full-content" class="our-team-page"> <div id="full-content" class="our-team-page">
<section style="background: url('<?php echo home_url(); ?>/wp-content/uploads/2018/11/our-team-banner-bg.jpg')no-repeat center/cover;" class="media-banner-bg"> <section style="background: url('<?php echo home_url(); ?>/wp-content/uploads/2018/11/our-team-banner-bg.jpg')no-repeat center/cover;" class="media-banner-bg">
<div class="container"> <div class="container">
<h1 class="page-title-cus">Portfolio Management Services</h1> <h1 class="page-title-cus"><?php the_title(); ?></h1>
</div> </div>
</section> </section>
...@@ -34,11 +85,22 @@ ...@@ -34,11 +85,22 @@
</nav> </nav>
</div> </div>
</div> </div>
<div class="alert-box">
<?php if(!empty(get_field('alert_box'))) { ?>
<div class="alert-box">
<?php the_field('alert_box'); ?>
</div>
<?php } ?>
</div>
<section > <section >
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-8 col-12"> <div class="col-md-8 col-12">
<div class="tab-content product-content"> <div class="tab-content product-content pg-single-default">
<?php if(!empty(get_field('section_1'))) { ?> <?php if(!empty(get_field('section_1'))) { ?>
<div id="tab-1"><?php the_field('section_1'); ?></div> <div id="tab-1"><?php the_field('section_1'); ?></div>
...@@ -70,10 +132,12 @@ ...@@ -70,10 +132,12 @@
<?php } ?> <?php } ?>
<?php if(!empty(get_field('other_products'))) { ?> <?php if(!empty(get_field('other_products'))) { ?>
<div class="sidebar-box other-products"> <div class="sidebar-box other-products">
<h5>Disclosure Documents</h5> <h5>Disclosure Document</h5>
<?php the_field('other_products'); ?> <?php the_field('other_products'); ?>
</div> </div>
<?php } ?> <?php } ?>
<!-- <div class="sidebar-box"> <!-- <div class="sidebar-box">
<h5>Get in Touch</h5> <h5>Get in Touch</h5>
...@@ -85,6 +149,12 @@ ...@@ -85,6 +149,12 @@
</div> </div>
<?php } ?> <?php } ?>
<?php if(!empty(get_field('other_marcelus_products'))) { ?>
<div class="sidebar-box other-products">
<h5>Explore Other Strategies </h5>
<?php the_field('other_marcelus_products'); ?>
</div>
<?php } ?>
</div> </div>
</div> </div>
<div class="page-content text-justify fontstyle"> <div class="page-content text-justify fontstyle">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment