





<style>
.col-md-6
    {
        float:left;
        
    }
.table td, .table th {
    padding: .70rem;
    vertical-align: top;
    border-top: 1px solid #000;
    font-size: 13px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
    font-size: 13px;
}
.table thead td {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
    font-size: 13px;
}



</style>








<!-- popup fare Modal Dialog
============================================= -->
<div id="select-hotel<?php echo $srln;?>" class="modal fade" role="dialog" aria-hidden="true">
                    <div class="modal-dialog modal-lg modal-dialog-centered" role="document">
                      <div class="modal-content">
                        <div class="modal-header">
                         <h4 style="color:#507006" ><strong style="float: left;margin: 29px 0px 0px 0px;">Cost Estimate</strong>
                        <strong class="outfare" style="float:right;padding-right:30px;margin: 29px -1px -3px 281px;">Total Cost: INR <?php echo $row['ticket_cost'];?></strong></h4>
                          <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button>
                        </div>
                        <div class="modal-body">
                            <table class="table table-bordered table-striped table-booking-history">
                            <tbody>
                                    <tr class="row_bgcolor">
                                         <td class="booking-history-title">Your Order ID</td>
                                         <td class="booking-history-title"><?php echo $row['order_id'];?></td>
                                    </tr>
                                    
                                    <tr class="row_bgcolor">
                                         <td class="booking-history-title">Your Booking Status</td>
                                         <td class="booking-history-title"><?php
                                         
                                         if($row['payment_status']=='1'){
                                             
                                             echo "Booked";
                                         }else{
                                             
                                             echo "Not Booked";
                                         }
                                         
                                         
                                         
                                         ?></td>
                                    </tr>
                                               
                                    <tr class="row_bgcolor">
                                         <td class="booking-history-title">Package:</td>
                                         <td class="booking-history-title"><?php echo $row['hotel_name'];?></td>
                                    </tr>
                                     
                                    <tr class="row_bgcolor">
                                      <td class="booking-history-title">Total Cost:</td>
                                      <td class="booking-history-title"> INR <?php echo $row['ticket_cost'];?>
                                       </td>
                                    </tr>
                            </tbody>
                            
                            </table>
                     <h4 style="color:#507006" ><strong style="float: left;margin: 7px -3px 23px 234px;">Personal Details...!!!</strong></h4>
                <table class="table table-bordered table-striped table-booking-history"><tbody>
  
  <tr class="row_bgcolor">   
    <td class="booking-history-title">Name :</td> 
    <td class="booking-history-title"><?php echo $row['name'];?></td> 
  </tr>     
  <tr>
      <td class="booking-history-title">Email :</td>    
      <td class="booking-history-title"><?php echo $row['email'];?></td>     
   </tr>   
        <tr class="row_bgcolor">    
        <td class="booking-history-title">Mobile number</td>       
        <td class="booking-history-title"><?php echo $row['gst_mobile'];?></td>  
    </tr>   
     
     
  
  </tbody></table>
                        </div>
                      </div>
                    </div>
                  </div>
                  
                  
<!--popup fare Modal Dialog end -->
                  
                  
                  
                  
                  
                 