jetblueairlines.info.deltaairlinesflights.xyz Open in urlscan Pro
103.104.74.219  Public Scan

URL: https://jetblueairlines.info.deltaairlinesflights.xyz/
Submission: On March 21 via api from US — Scanned from US

Form analysis 11 forms found in the DOM

<form>
  <input type="text" class="input-search" placeholder="Search here...">
  <button type="button"><i class="fas fa-search"></i></button>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>From</p>
        <input type="text" value="New York">
        <span>JFK - John F. Kennedy International...</span>
        <div class="plan_icon_posation">
          <i class="fas fa-plane-departure"></i>
        </div>
      </div>
    </div>
    <div class="col-lg-3 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>To</p>
        <input type="text" value="London ">
        <span>LCY, London city airport </span>
        <div class="plan_icon_posation">
          <i class="fas fa-plane-arrival"></i>
        </div>
        <div class="range_plan">
          <i class="fas fa-exchange-alt"></i>
        </div>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Passenger, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Passengers</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="cabin-selection">
                <h6>Cabin Class</h6>
                <div class="cabin-list">
                  <button type="button" class="label-select-btn">
                    <span class="muiButton-label">Economy </span>
                  </button>
                  <button type="button" class="label-select-btn active">
                    <span class="muiButton-label"> Business </span>
                  </button>
                  <button type="button" class="label-select-btn">
                    <span class="MuiButton-label">First Class </span>
                  </button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md btn_theme1"> Search Now </button>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>From</p>
        <input type="text" value="New York">
        <span>JFK - John F. Kennedy International...</span>
        <div class="plan_icon_posation">
          <i class="fas fa-plane-departure"></i>
        </div>
      </div>
    </div>
    <div class="col-lg-3 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>To</p>
        <input type="text" value="London ">
        <span>LCY, London city airport </span>
        <div class="plan_icon_posation">
          <i class="fas fa-plane-arrival"></i>
        </div>
        <div class="range_plan">
          <i class="fas fa-exchange-alt"></i>
        </div>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
          <div class="Journey_date">
            <p>Return date</p>
            <input type="date" value="2022-05-08">
            <span>Saturday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Passenger, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Passengers</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="cabin-selection">
                <h6>Cabin Class</h6>
                <div class="cabin-list">
                  <button type="button" class="label-select-btn">
                    <span class="muiButton-label">Economy </span>
                  </button>
                  <button type="button" class="label-select-btn active">
                    <span class="muiButton-label"> Business </span>
                  </button>
                  <button type="button" class="label-select-btn">
                    <span class="MuiButton-label">First Class </span>
                  </button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
  </div>
  <div class="top_form_search_button">
    <button class="btn btn_theme btn_md btn_theme1"> Search </button>
  </div>
</form>

#!

<form action="#!">
  <div class="multi_city_form_wrapper">
    <div class="multi_city_form">
      <div class="row">
        <div class="col-lg-3 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed">
            <p>From</p>
            <input type="text" value="New York">
            <span>DAC, Hazrat Shahajalal International...</span>
            <div class="plan_icon_posation">
              <i class="fas fa-plane-departure"></i>
            </div>
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed">
            <p>To</p>
            <input type="text" value="London ">
            <span>LCY, London city airport </span>
            <div class="plan_icon_posation">
              <i class="fas fa-plane-arrival"></i>
            </div>
            <div class="range_plan">
              <i class="fas fa-exchange-alt"></i>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-sm-12 col-12">
          <div class="form_search_date">
            <div class="flight_Search_boxed date_flex_area">
              <div class="Journey_date">
                <p>Journey date</p>
                <input type="date" value="2022-05-05">
                <span>Thursday</span>
              </div>
              <div class="Journey_date">
                <p>Return date</p>
                <input type="date" value="2022-05-10">
                <span>Saturday</span>
              </div>
            </div>
          </div>
        </div>
        <div class="col-lg-2 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed dropdown_passenger_area">
            <p>Passenger, Class</p>
            <div class="dropdown">
              <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
              <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
                <div class="traveller-calulate-persons">
                  <div class="passengers">
                    <h6>Passengers</h6>
                    <div class="passengers-types">
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count pcount">2</span>
                          <div class="type-label">
                            <p>Adult</p>
                            <span>12+ yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count ccount">0</span>
                          <div class="type-label">
                            <p class="fz14 mb-xs-0"> Children </p>
                            <span>2 - Less than 12 yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add-c">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract-c">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count incount">0</span>
                          <div class="type-label">
                            <p class="fz14 mb-xs-0"> Infant </p>
                            <span>Less than 2 yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add-in">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract-in">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="cabin-selection">
                    <h6>Cabin Class</h6>
                    <div class="cabin-list">
                      <button type="button" class="label-select-btn">
                        <span class="muiButton-label">Economy </span>
                      </button>
                      <button type="button" class="label-select-btn active">
                        <span class="muiButton-label"> Business </span>
                      </button>
                      <button type="button" class="label-select-btn">
                        <span class="MuiButton-label">First Class </span>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <span>Business</span>
          </div>
        </div>
      </div>
    </div>
    <div class="multi_city_form">
      <div class="row">
        <div class="col-lg-3 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed">
            <p>From</p>
            <input type="text" value="New York">
            <span>DAC, Hazrat Shahajalal International...</span>
            <div class="plan_icon_posation">
              <i class="fas fa-plane-departure"></i>
            </div>
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed">
            <p>To</p>
            <input type="text" value="London ">
            <span>LCY, London city airport </span>
            <div class="plan_icon_posation">
              <i class="fas fa-plane-arrival"></i>
            </div>
            <div class="range_plan">
              <i class="fas fa-exchange-alt"></i>
            </div>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-sm-12 col-12">
          <div class="form_search_date">
            <div class="flight_Search_boxed date_flex_area">
              <div class="Journey_date">
                <p>Journey date</p>
                <input type="date" value="2022-05-05">
                <span>Thursday</span>
              </div>
              <div class="Journey_date">
                <p>Return date</p>
                <input type="date" value="2022-05-12">
                <span>Saturday</span>
              </div>
            </div>
          </div>
        </div>
        <div class="col-lg-2 col-md-6 col-sm-12 col-12">
          <div class="flight_Search_boxed dropdown_passenger_area">
            <p>Passenger, Class</p>
            <div class="dropdown">
              <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
              <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
                <div class="traveller-calulate-persons">
                  <div class="passengers">
                    <h6>Passengers</h6>
                    <div class="passengers-types">
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count pcount">2</span>
                          <div class="type-label">
                            <p>Adult</p>
                            <span>12+ yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count ccount">0</span>
                          <div class="type-label">
                            <p class="fz14 mb-xs-0"> Children </p>
                            <span>2 - Less than 12 yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add-c">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract-c">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                      <div class="passengers-type">
                        <div class="text">
                          <span class="count incount">0</span>
                          <div class="type-label">
                            <p class="fz14 mb-xs-0"> Infant </p>
                            <span>Less than 2 yrs</span>
                          </div>
                        </div>
                        <div class="button-set">
                          <button type="button" class="btn-add-in">
                            <i class="fas fa-plus"></i>
                          </button>
                          <button type="button" class="btn-subtract-in">
                            <i class="fas fa-minus"></i>
                          </button>
                        </div>
                      </div>
                    </div>
                  </div>
                  <div class="cabin-selection">
                    <h6>Cabin Class</h6>
                    <div class="cabin-list">
                      <button type="button" class="label-select-btn">
                        <span class="muiButton-label">Economy </span>
                      </button>
                      <button type="button" class="label-select-btn active">
                        <span class="muiButton-label"> Business </span>
                      </button>
                      <button type="button" class="label-select-btn">
                        <span class="MuiButton-label">First Class </span>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <span>Business</span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-12">
      <div class="add_multy_form">
        <button type="button" id="addMulticityRow"> + Add another flight </button>
      </div>
    </div>
  </div>
  <div class="top_form_search_button">
    <button class="btn btn_theme btn_md"> Search </button>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Destination</p>
        <input type="text" placeholder="Where are you going?">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-03">
            <span>Thursday</span>
          </div>
          <div class="Journey_date">
            <p>Return date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Passenger, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Passengers</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="cabin-selection">
                <h6>Cabin Class</h6>
                <div class="cabin-list">
                  <button type="button" class="label-select-btn">
                    <span class="muiButton-label">Economy </span>
                  </button>
                  <button type="button" class="label-select-btn active">
                    <span class="muiButton-label"> Business </span>
                  </button>
                  <button type="button" class="label-select-btn">
                    <span class="MuiButton-label">First Class </span>
                  </button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md"> Search </button>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Destination</p>
        <input type="text" placeholder="Where are you going?">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-03">
            <span>Thursday</span>
          </div>
          <div class="Journey_date">
            <p>Return date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Passenger, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Passengers</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="cabin-selection">
                <h6>Cabin Class</h6>
                <div class="cabin-list">
                  <button type="button" class="label-select-btn">
                    <span class="muiButton-label">Economy </span>
                  </button>
                  <button type="button" class="label-select-btn active">
                    <span class="muiButton-label"> Business </span>
                  </button>
                  <button type="button" class="label-select-btn">
                    <span class="MuiButton-label">First Class </span>
                  </button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md"> Search </button>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-3 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Select country</p>
        <input type="text" value="jetBlue states">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-3 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Your nationality</p>
        <input type="text" value="Bangladesh">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Entry date</p>
            <input type="date" value="2022-05-03">
            <span>Thursday</span>
          </div>
          <div class="Journey_date">
            <p>Exit date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Traveller, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Traveller </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Traveller</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md"> Search </button>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Destination</p>
        <input type="text" placeholder="Where are you going?">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-03">
            <span>Thursday</span>
          </div>
          <div class="Journey_date">
            <p>Return date</p>
            <input type="date" value="2022-05-05">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed dropdown_passenger_area">
        <p>Passenger, Class</p>
        <div class="dropdown">
          <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Traveler </button>
          <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
            <div class="traveller-calulate-persons">
              <div class="passengers">
                <h6>Passengers</h6>
                <div class="passengers-types">
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count pcount">2</span>
                      <div class="type-label">
                        <p>Adult</p>
                        <span>12+ yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count ccount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Children </p>
                        <span>2 - Less than 12 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-c">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-c">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                  <div class="passengers-type">
                    <div class="text">
                      <span class="count incount">0</span>
                      <div class="type-label">
                        <p class="fz14 mb-xs-0"> Infant </p>
                        <span>Less than 2 yrs</span>
                      </div>
                    </div>
                    <div class="button-set">
                      <button type="button" class="btn-add-in">
                        <i class="fas fa-plus"></i>
                      </button>
                      <button type="button" class="btn-subtract-in">
                        <i class="fas fa-minus"></i>
                      </button>
                    </div>
                  </div>
                </div>
              </div>
              <div class="cabin-selection">
                <h6>Cabin Class</h6>
                <div class="cabin-list">
                  <button type="button" class="label-select-btn">
                    <span class="muiButton-label">Economy </span>
                  </button>
                  <button type="button" class="label-select-btn active">
                    <span class="muiButton-label"> Business </span>
                  </button>
                  <button type="button" class="label-select-btn">
                    <span class="MuiButton-label">First Class </span>
                  </button>
                </div>
              </div>
            </div>
          </div>
        </div>
        <span>Business</span>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md"> Search </button>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-12">
      <div class="oneway_search_form">
        <div class="row">
          <div class="col-lg-3 col-md-6 col-sm-12 col-12">
            <div class="flight_Search_boxed">
              <p>From</p>
              <input type="text" value="Dhaka">
              <span>Bus Trtminal</span>
              <div class="plan_icon_posation">
                <i class="fas fa-plane-departure"></i>
              </div>
            </div>
          </div>
          <div class="col-lg-3 col-md-6 col-sm-12 col-12">
            <div class="flight_Search_boxed">
              <p>To</p>
              <input type="text" value="Cox’s Bazar ">
              <span>Bus Trtminal</span>
              <div class="plan_icon_posation">
                <i class="fas fa-plane-arrival"></i>
              </div>
              <div class="range_plan">
                <i class="fas fa-exchange-alt"></i>
              </div>
            </div>
          </div>
          <div class="col-lg-4 col-md-6 col-sm-12 col-12">
            <div class="form_search_date">
              <div class="flight_Search_boxed date_flex_area">
                <div class="Journey_date">
                  <p>Journey date</p>
                  <input type="date" value="2022-05-05">
                  <span>Thursday</span>
                </div>
                <div class="Journey_date">
                  <p>Return date</p>
                  <input type="date" value="2022-05-08">
                  <span>Saturday</span>
                </div>
              </div>
            </div>
          </div>
          <div class="col-lg-2 col-md-6 col-sm-12 col-12">
            <div class="flight_Search_boxed dropdown_passenger_area">
              <p>Passenger, Class</p>
              <div class="dropdown">
                <button class="dropdown-toggle final-count" data-toggle="dropdown" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> 0 Passenger </button>
                <div class="dropdown-menu dropdown_passenger_info" aria-labelledby="dropdownMenuButton1">
                  <div class="traveller-calulate-persons">
                    <div class="passengers">
                      <h6>Passengers</h6>
                      <div class="passengers-types">
                        <div class="passengers-type">
                          <div class="text">
                            <span class="count pcount">2</span>
                            <div class="type-label">
                              <p>Adult</p>
                              <span>12+ yrs</span>
                            </div>
                          </div>
                          <div class="button-set">
                            <button type="button" class="btn-add">
                              <i class="fas fa-plus"></i>
                            </button>
                            <button type="button" class="btn-subtract">
                              <i class="fas fa-minus"></i>
                            </button>
                          </div>
                        </div>
                        <div class="passengers-type">
                          <div class="text">
                            <span class="count ccount">0</span>
                            <div class="type-label">
                              <p class="fz14 mb-xs-0"> Children </p>
                              <span>2 - Less than 12 yrs</span>
                            </div>
                          </div>
                          <div class="button-set">
                            <button type="button" class="btn-add-c">
                              <i class="fas fa-plus"></i>
                            </button>
                            <button type="button" class="btn-subtract-c">
                              <i class="fas fa-minus"></i>
                            </button>
                          </div>
                        </div>
                        <div class="passengers-type">
                          <div class="text">
                            <span class="count incount">0</span>
                            <div class="type-label">
                              <p class="fz14 mb-xs-0"> Infant </p>
                              <span>Less than 2 yrs</span>
                            </div>
                          </div>
                          <div class="button-set">
                            <button type="button" class="btn-add-in">
                              <i class="fas fa-plus"></i>
                            </button>
                            <button type="button" class="btn-subtract-in">
                              <i class="fas fa-minus"></i>
                            </button>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div class="cabin-selection">
                      <h6>Cabin Class</h6>
                      <div class="cabin-list">
                        <button type="button" class="label-select-btn">
                          <span class="muiButton-label">Economy </span>
                        </button>
                        <button type="button" class="label-select-btn active">
                          <span class="muiButton-label"> Business </span>
                        </button>
                        <button type="button" class="label-select-btn">
                          <span class="MuiButton-label">First Class </span>
                        </button>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <span>Business</span>
            </div>
          </div>
          <div class="top_form_search_button">
            <button class="btn btn_theme btn_md"> Search </button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

#!

<form action="#!">
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Destination</p>
        <input type="text" placeholder="Where are you going?">
        <span>Where are you going?</span>
      </div>
    </div>
    <div class="col-lg-4 col-md-6 col-sm-12 col-12">
      <div class="flight_Search_boxed">
        <p>Cruise line</p>
        <input type="text" placeholder="American line">
        <span>Choose your cruise</span>
      </div>
    </div>
    <div class="col-lg-2 col-md-6 col-sm-12 col-12">
      <div class="form_search_date">
        <div class="flight_Search_boxed date_flex_area">
          <div class="Journey_date">
            <p>Journey date</p>
            <input type="date" value="2022-05-03">
            <span>Thursday</span>
          </div>
        </div>
      </div>
    </div>
    <div class="top_form_search_button">
      <button class="btn btn_theme btn_md"> Search </button>
    </div>
  </div>
</form>

<form id="cta_form_wrappper">
  <div class="input-group">
    <input type="text" class="form-control" placeholder="Enter your mail address"><button class="btn btn_theme btn_md" type="button"> Subscribe </button>
  </div>
</form>

Text Content

 * 

 * contact@jetBlueairlines.com

 * Home
 * About
 * Privacy Policy
 * Terms & Conditions
 * Contact

Call Now : +18333302746


+18333302746




PHONE-ONLY FILGHT DEALS: SAVE BIG NOW!


FIND AWESOME FLIGHTS, HOTEL, TOUR, CAR AND PACKAGES

 * Flights


FIND JETBLUE AIRLINES FLIGHTS

 * One Way
 * Roundtrip
   

From

JFK - John F. Kennedy International...


To

LCY, London city airport



Journey date

Thursday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search Now

From

JFK - John F. Kennedy International...


To

LCY, London city airport



Journey date

Thursday

Return date

Saturday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search

From

DAC, Hazrat Shahajalal International...


To

LCY, London city airport



Journey date

Thursday

Return date

Saturday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business

From

DAC, Hazrat Shahajalal International...


To

LCY, London city airport



Journey date

Thursday

Return date

Saturday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
+ Add another flight
Search

Destination

Where are you going?

Journey date

Thursday

Return date

Thursday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search

Destination

Where are you going?

Journey date

Thursday

Return date

Thursday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search

Select country

Where are you going?

Your nationality

Where are you going?

Entry date

Thursday

Exit date

Thursday

Traveller, Class

0 Traveller

TRAVELLER

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs

Business
Search

Destination

Where are you going?

Journey date

Thursday

Return date

Thursday

Passenger, Class

0 Traveler

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search

From

Bus Trtminal


To

Bus Trtminal



Journey date

Thursday

Return date

Saturday

Passenger, Class

0 Passenger

PASSENGERS

2

Adult

12+ yrs

0

Children

2 - Less than 12 yrs

0

Infant

Less than 2 yrs


CABIN CLASS

Economy Business First Class
Business
Search

Destination

Where are you going?

Cruise line

Choose your cruise

Journey date

Thursday
Search
 * 
 * 
 * 
 * 

Call Answer in
5 Seconds

upto
40% off

Experts
Advice

Best Customer
Services


BOOK JETBLUE AIRLINES TICKETS WITH JETBLUE FLIGHTS

When you plan a vacation to a destination and want to book your jetBlue Airlines
flight tickets, then reach out to FareObuddy. Our travel experts guide you
through the booking process and help you score great airfares in your desired
budget. We have flight offers from our inventory of 450+ airline options.
Starting from Economy, First and Business Class tickets, FareObuddy travel
experts can give you various other services on your jetBlue Airlines bookings
like extra luggage, priority check-in, in-flight meals, and more.

Have a travel plan, choose jetBlue Flights, and book your cheap jetBlue Airlines
ticket with us right away!


GO BEYOND YOUR IMAGINATION

DISCOVER YOUR IDEAL EXPERIENCE WITH US


7% DISCOUNT FOR ALL AIRLINES


TRAVEL AROUNDTHE WORLD


LUXURY RESORTSTOP DEALS


TOP DESTINATIONS


UP TO


50

% OFF


HOLIDAY PACKAGES

Book now


CHINA


DARJEELING


MALAYSIA


GANGTOK


THAILAND


AUSTRALIA


LONDON


USA

View all


EXPLORE OUR HOT DEALS

Hotels Tours Space Events

New beach, Thailand

KANTUA HOTEL, THAILAND

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Indonesia

50%

HOTEL PARADISE INTERNATIONAL

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Kualalampur

HOTEL KUALALAMPUR

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Mariana island

50%

HOTEL DELUXE

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Kathmundu, Nepal

HOTEL RAJAVUMI

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Beach view

THAILAND GRAND SUIT

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Long island

ZEFI RESORT AND SPA

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Philippine

MANILA INTERNATIONAL RESORT

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

New beach, Thailand

KANTUA HOTEL, THAILAND

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Kualalampur

HOTEL KUALALAMPUR

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Philippine

MANILA INTERNATIONAL RESORT

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

New beach, Thailand

KANTUA HOTEL, THAILAND

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Kualalampur

HOTEL KUALALAMPUR

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

New beach, Thailand

KANTUA HOTEL, THAILAND

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Philippine

MANILA INTERNATIONAL RESORT

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM


SPECIAL OFFERS

Invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos
et accusam et justo duo dolores et ea rebum. Stet clita kasd dolor sit amet.
Lorem ipsum dolor sit amet.

Holiday deals


NEWS LETTER

Invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos
et.

Subscribe now


TRAVEL TIPS

Invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos
et.

Get tips


OUR BEST PROMOTIONAL TOURS

New beach, Thailand

KANTUA HOTEL, THAILAND

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Indonesia

50%

HOTEL PARADISE INTERNATIONAL

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Kualalampur

HOTEL KUALALAMPUR

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Mariana island

50%

HOTEL DELUXE

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Beach view

THAILAND GRAND SUIT

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

Long island

ZEFI RESORT AND SPA

4.8/5 Excellent (1214 reviewes)


$99.00 PRICE STARTS FROM

‹›



DESTINATIONS FOR YOU

Nepal Malaysia Indonesia Turkey China Darjeeling Italy


EVEREST TREK TO BASE CAMP

Price starts at $105.00


KATHMUNDU TOUR

Price starts at $85.00


BEAUTIFUL POKHARA

Price starts at $100.00


ANNAPURNA REGION

Price starts at $75.00


CHITWAN NATIONAL PARK

Price starts at $105.00


LANGTANG REGION

Price starts at $105.00


KATHMUNDU TOUR

Price starts at $85.00


BEAUTIFUL POKHARA

Price starts at $100.00


ANNAPURNA REGION

Price starts at $75.00


LANGTANG REGION

Price starts at $105.00


BEAUTIFUL POKHARA

Price starts at $100.00


ANNAPURNA REGION

Price starts at $75.00


LANGTANG REGION

Price starts at $105.00


KATHMUNDU TOUR

Price starts at $85.00


BEAUTIFUL POKHARA

Price starts at $100.00


ANNAPURNA REGION

Price starts at $75.00


ANNAPURNA REGION

Price starts at $75.00


LANGTANG REGION

Price starts at $105.00


ANNAPURNA REGION

Price starts at $75.00


ANNAPURNA REGION

Price starts at $75.00


LANGTANG REGION

Price starts at $105.00


LATEST TRAVEL NEWS


REVOLUTIONISING THE TRAVEL INDUSTRY, ONE PARTNERSHIP AT A TIME

26 Oct 2021 5min read


T IS A LONG ESTABLISHED FACT THAT A READER WILL BE DISTRACTED.

26 Oct 2021 5min read


THERE ARE MANY VARIATIONS OF PASSAGES OF SUM AVAILABLE

26 Oct 2021 5min read


CONTRARY TO POPULAR BELIEF, LOREM IPSUM IS NOT SIMPLY.

26 Oct 2021 5min read

See all article


THERE ARE MANY VARIATIONS OF PASSAGES AVAILABLE BUT

It is a long established fact that a reader will be distracted by the readable
content of. The point of using Lorem Ipsum is that it has a more

It is a long established fact that a reader will be distracted by the readable
long established fact that a reader will be distracted content of a page when
looking at its layout.

Read full article


OUR PARTNERS

‹›


GET THE LATEST NEWS AND OFFERS


SUBSCRIBE TO OUR NEWSLETTER

Subscribe

NEED ANY HELP?

CALL 24/7 FOR ANY HELP


+18333302746

MAIL TO OUR SUPPORT TEAM


SUPPORT@JETBLUEFLIGHTS.COM

FOLLOW US ON

 * 
 * 
 * 
 * 

INFO

 * About Us
 * Privacy Policy
 * Terms & Conditions
 * Contact Us
   
   

SUPPORT

 * Account
 * Faq
 * Legal
 * Contact
   
 * Privacy Policy

OTHER SERVICES

 * Community program
 * Investor Relations
 * Rewards Program
 * PointsPLUS
   
 * List My Hotel

TOP CITIES

 * Chicago
 * New York
 * San Francisco
 * California
 * Ohio
   

Copyright © 2024 All Rights Reserved




The jetBlue Customer experience


PHONE-ONLY
FLIGHT DEALS:
SAVE BIG NOW!

Call Us Now +18333302746

CLICK TO CALL

Book

Check-in

My trips