This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="panel panel-default"> | |
| <div class="panel-heading" role="tab" id="headingTwo"> | |
| <h4 class="panel-title"> | |
| <a> Step 4 </a> | |
| </h4> | |
| </div> | |
| <?php //echo '<pre>'; print_r($information_data); echo '</pre>';?> | |
| <div id="steptwo" class="panel-collapse" role="tabpanel" | |
| aria-labelledby="headingTwo"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="services-icon"> | |
| <div class="container"> | |
| <div class=" "> | |
| <hr> | |
| <div class="row order-process"> | |
| <form class="" id="order-form" action="" enctype="multipart/form-data" method="post" novalidate="novalidate"> | |
| <div class="col-md-9"> | |
| <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> | |
| <?php $CI->load->model('order_model'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*-----------Accordion---------------- */ | |
| .order-process .panel-title a{ | |
| font-size:24px; | |
| text-transform:uppercase; | |
| color:#1c3f70; | |
| width:100%; | |
| float:left; | |
| padding:10px 0px; |
NewerOlder