"1. Get in touch with Seller- sticky contact box"
Bootstrap 4.0.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="menu sticky-top "> <div class="card bg-light "> <div class="card-body"> <small> Get in touch with Seller</small> <h3><i class="fa fa-inr"></i> 4.85 Lakh</h3> <div class="form-group"> <input type="text" class="form-control" id="name1" placeholder="Name"> </div> <div class="form-group"> <input type="text" class="form-control" id="phone1" placeholder="Mobile"> </div> <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="updatecheck1"> <label class="form-check-label" for="updatecheck1"> <small>By submitting this form you agree to our <a href="#">terms and conditions </a> </small> </label> </div> <div class="pb-3"> </div> <button type="button" class="btn btn-warning">Contact the Seller</button> </div> </div> </div> </div> </div> </div>

Related: See More


Questions / Comments: