flights.sufitravelandtours.com Open in urlscan Pro
66.29.132.19  Public Scan

URL: https://flights.sufitravelandtours.com/
Submission: On January 31 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

<form action="">
  <div class="center">
    <div class="wrapper">
      <div class="option">
        <input onclick="disableInput(event)" class="input" type="radio" name="btn" value="option1 " id="return" checked="">
        <div class="btn">
          <span class="span">Return</span>
        </div>
      </div>
      <div class="option">
        <input onclick="disableInput(event)" class="input" type="radio" name="btn" value="option2" id="oneWay">
        <div class="btn">
          <span class="span">One Way</span>
        </div>
      </div>
    </div>
    <div class="glass">
      <div class="dropdown">
        <button class="dropbtn" onclick="toggleDropdown()">Travelers</button>
        <div class="dropdown-content">
          <!-- Counter sections as before -->
          <!-- ... -->
          <div class="counter">
            <button class="minus" onclick="decrement('adults')">-</button>
            <input type="number" value="1" id="adults" class="travelDropdown">
            <button class="plus" onclick="increment('adults')">+</button> Adults
          </div>
          <div class="counter">
            <button class="minus" onclick="decrement('children')">-</button>
            <input type="number" value="0" id="children" class="travelDropdown">
            <button class="plus" onclick="increment('children')">+</button> Children
          </div>
          <div class="counter">
            <button class="minus" onclick="decrement('infants')">-</button>
            <input type="number" value="0" id="infants" class="travelDropdown">
            <button class="plus" onclick="increment('infants')">+</button> Infants
          </div>
          <button class="done">Done</button>
          <button class="done">Done</button>
        </div>
      </div>
      <div class="dropdown2">
        <button class="dropbtn2">Economy</button>
        <div class="dropdown-content2">
          <option>Economy</option>
          <option>Premium</option>
          <option>Busnisse</option>
          <option>First</option>
        </div>
      </div>
      <div class="row">
        <div class="col-lg-3 col-md-6 col-sm-12">
          <div class="input-field">
            <input type="text" required="">
            <label><svg xmlns="http://www.w3.org/2000/svg" height="16" width="12"
                viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
                <path fill="#ffffff" d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"></path>
              </svg> From</label>
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12">
          <div class="input-field">
            <input type="text" required="">
            <label><svg xmlns="http://www.w3.org/2000/svg" height="16" width="12"
                viewBox="0 0 384 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
                <path fill="#ffffff" d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"></path>
              </svg> Destination</label>
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12">
          <div class="input-field go">
            <input type="date" id="go">
          </div>
        </div>
        <div class="col-lg-3 col-md-6 col-sm-12 arive ">
          <div class="input-field">
            <input type="date" id="arive">
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-sm-12 lowerForm ">
          <div class="input-field">
            <input type="text" required="">
            <label><svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
                viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
                <path fill="#ffffff" d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"></path>
              </svg>Full Name</label>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-sm-12 lowerForm ">
          <div class="input-field">
            <input type="email" required="">
            <label><svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"
                viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
                <path fill="#ffffff"
                  d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z">
                </path>
              </svg>Email</label>
          </div>
        </div>
        <div class="col-lg-4 col-md-6 col-sm-12 lowerForm ">
          <div class="input-field">
            <input type="text" required="">
            <label><svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"
                viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
                <path fill="#ffffff"
                  d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z">
                </path>
              </svg>phone</label>
          </div>
        </div>
      </div>
      <div class="button-go">
        <button class="goButton" type="submit"><svg xmlns="http://www.w3.org/2000/svg" height="45" width="50"
            viewBox="0 0 640 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
            <path fill="#ffffff"
              d="M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.1 200.4 46.7 199.8 47.4 198.8L53.9 190.4C54.5 189.5 56.1 188.9 57.3 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.2 229.1C0 229.1-.3 228.4 .3 227.5L6.9 219.1C7.5 218.2 9 217.5 10.3 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.2 229.1zM75.7 255.9C75.1 256.8 75.4 257.7 76.7 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C82 246.2 80.7 247.1 80.1 248.1L75.7 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z">
            </path>
          </svg></button>
      </div>
    </div>
  </div>
</form>

#

<form action="#">
  <input type="text" placeholder="Email Address">
  <button><i class="fab fa-telegram-plane"></i></button>
</form>

Text Content

 * 24/7 customer support:
   +44 208 004 7690
 * info@suficheapflights.co.uk
 * 40 Craven park Road, Harlesden NW10 4AE
 * 

 * Home
 * Flights
 * ABOUT US
 * CONTACT US




TRAVEL BOOKINGS MADE EASY

Return
One Way
Travelers
- + Adults
- + Children
- + Infants
Done Done
Economy
Economy Premium Busnisse First
From
Destination


Full Name
Email
phone




WELCOME TO SUFI CHEAP FLIGHTS

Your dedicated travel companion is designed with a deep understanding of your
international lifestyle. Our primary focus is to provide exceptional customer
service, delivered by a team of seasoned professionals who are committed to
ensuring your travel experiences are nothing short of extraordinary. We're
well-acquainted with the intricacies of living and traveling abroad, and we're
here to simplify your journey, whether it's a return visit to your home country
or an exploration of new horizons. Trust Sufi Cheap Flights to be your reliable
partner in navigating the world, offering personalized service that caters to
your unique global perspective. Your journey, your way, with Sufi Cheap Flights.


MOST POPULAR DESTINATIONS

Accra
Accra

Average flight prices for Accra

£ 423.85 to £ 1,303.82

Book Now
Harare
Harare

Average flight prices for Harare

£ 423.85 to £ 1,303.82

Book Now
Lagos
Lagos

Average flight prices for Lagos

£ 423.85 to £ 1,303.82

Book Now
Manila
Manila

Average flight prices for Manila

£ 423.85 to £ 1,303.82

Book Now
Nairobi
Nairobi

Average flight prices for Nairobi

£ 423.85 to £ 1,303.82

Book Now
Cairo
Cairo

Average flight prices for Cairo

£ 423.85 to £ 1,303.82

Book Now
New York
new-york

Average flight prices for new-york

£ 423.85 to £ 1,303.82

Book Now
Calgary
Calgray

Average flight prices for calgray

£ 423.85 to £ 1,303.82

Book Now


WHY PEOPLE CHOOSE US ?


COSUTOMER SUPPORT


REFUNDS WITHIN 48 HOURS


SECURE TRANSACTION GUARANTEED


THE OPPORTUNITIES WE PROVID

Finding cheap flights from London is all about the best value

Gone are the days, when you had one option to get flight tickets from the local
travel agent. Presently, the flight search engines have opened a whole new world
of choices where anyone can conveniently book cheap flights from London to
anywhere in the world. Solo travellers may go for more low-cost airlines and
deal with stopovers and budget facilities. However, when travelling with kids,
we all are more after BEST VALUE? rather than the cheapest fare.

Is there any cheapest way to travel to UK?

Want to inculcate changes in your stressful life? Take a break from the routine:
home, work, sleep, and relationships. We all sometimes need to get wild and to
plan the adventurous trip - it is an idea that must be executed. We work
differently and offer the cheapest way to travel to the UK. We do not charge any
hidden charges or commission against flight booking. The process of booking a
ticket is simple and straightforward and enables you to enjoy significant
savings on air tickets. You can create marvellous and unforgettable holiday
moments. So, what are you waiting for! It hardly takes some minutes to book your
air ticket with us.

Fly anywhere with last minute flights:

Finding last-minute flights has often been a tedious task. By taking the
advantage of emergencies, airlines like to make more money by the last-minute
purchases. You can fly anywhere; however, we suggest figuring out a destination
that fits with the budget. Considering booking a ticket in advance instead of
purchasing at the spot is the best tip. As airlines sell last minute flights in
insanely expensive rates.

Want to Enjoy the cheapest way to travel in the UK?

Suficheapflights is one-stop-shop for the last-minute flights, travel tips and
more. We search hundreds of travel sites to get you the information you require
to make the right decision. We are the leading players that enable you to enjoy
the best and cheapest way to travel in the UK. Our team encompasses savvy and
passionate travellers who leave no stone unturned in providing you with the best
flight deals under the sun. We are the starting point for your travel planning.

Narrowing down the cheapest flights to anywhere in the world

Do you often fall deeper and deeper down the rabbit hole to search the cheapest
flights to anywhere in the world? However, end up disappointed because every
time you find the best ticket for the next best adventure, you feel that youll
get out of budget. We ensure to make the process easier as we have narrowed down
the search engine that offers all the cheapest flights under the sun with
flexible dates.

How to get cheap flights last minute?

Are you dreaming of a sightseeing vacation, exotic shore excursion, or beach
escape? Get the bargain and save money on cheap airfare and splurge upon
reaching the ideal destination. We are one-stop-shop to offer you a plethora of
facilities to enjoy the cheap flights last minute around the globe. We do not
offer mere cheap airline tickets but also provide you discounts bonuses and
unparalleled after-sale services.

Are you looking for cheap group flights for ten people or more?

When it comes to cheap group flights, we use our 25 years of combined experience
in providing the best group package according to your travel needs. Our
responsive agents assist you no matter if it is a group of 25 for training or
200 for the annual sales meeting. We offer the best fares, to help you to plan
your group tour worry-free.

How to get low-priced domestic flights UK?

Booking domestic flights within UK has been so convenient with us. You can book
cheap domestic flights UK to take off from one destination to touch down the
other destination in the UK. In case commuting to work, visiting a friend, or
going for a holiday to have a full pack of adventure to see historical landmark,
food, nature, and more. You can conveniently purchase the cheap local flights to
head off to the adventurous journey. Count on us to get low-priced domestic
flights.

How to get cheap flights from London to anywhere around the globe?

The prices of Airline tickets vary depending on the day of the week and upcoming
holidays like Christmas, fourth of July, New year eve and more. When you like to
fly when everyone is flying this going to cost you way more. However, flying
off-season provides an excellent opportunity to the avid travelers to book cheap
flights from London to anywhere as the difference of one day can save hundreds
of bucks because airlines are more likely to raise the prices when any event,
festival or holidays season comes up. However, in order to book flight from
London to anywhere we recommend to be flexible with your destination, fly budget
carriers, dont always direct fly, avail special student discounts, keep a close
eye to the exclusive deals on our site and a book tickets in advance, but not
too early

Three cheapest places to fly to from the UK

We need holidays to take a break from our boring standard everyday life.
Travelling has become expensive and can cost you an arm and a leg. However, we
dived deep down and figured out three cheapest places to fly to from the UK and
recommend you experience the whole new Edinburgh or visit Toulouse that is
tucked away in France or consider going to Grenoble- a capital of alps and hub
of culture. However, you also avail the exclusive coupons and deals in UK
internal flights.

Why is Edinburgh the cheapest destinations in London?

Experiencing a whole new Edinburgh is the perfect idea to take a break from the
tiring routine. The city has so much to explore from the best historical places
to many sightseeing locations. Greyfriars Cemetry is a famous haunting. It is,
in fact, a hoot. The city is also best to get the Scottish food. Edinburgh being
the cheapest destination from London, can cost you $38-$43.

How We help you to cheap flight packages?

We opt for ingenious methods for curative deals and flight research that makes
it convenient to find the best and cheap domestic and international worldwide
flights. We remain in contact with thousands of big and small airlines and
travel agents to bring our customers personalized and cheap flight packages. Our
in-house team uses powerful search technology to open the door for new adventure
and travel possibilities and assist you to travel around the world on a budget.


EXCELLENT 4.45 BASED ON 100+REVIEWS

EBRIMA JOBE



VERIFIED CUSTOMER 222

I booked my return flight ticket from the UK to Zambia through Fare Mate and
would want to greatly appreciate their outstanding professional customer
service. Fare Mate made the booking hassle free with the affordable extended
payment plan. Thank You.

ALOSHA BLOOMS



VERIFIED CUSTOMER 222

Fare Mate were brilliant in my experience... Max especially went the extra mile
to get me the perfect price for my trip. The customer service is definitely well
over 5 stars! Thanks guys 🤗🤗🤗

WINSTON TAYLOR



VERIFIED CUSTOMER 222

I've had great and wonderful experience with Fare Mate through the excellent
customer service. I promised that I will not just continue to patronise your
agent, but also introduce the service to my friends and colleagues.

STELLA KATUTA



VERIFIED CUSTOMER 222

I booked my return flight ticket from the UK to Zambia through Fare Mate and
would want to greatly appreciate their outstanding professional customer
service. Fare Mate made the booking hassle free with the affordable extended
payment plan. Thank You..

SUNNY OBIAGHA



VERIFIED CUSTOMER 222

Great company to deal with. Smooth transaction from beggining to end. Dealt with
an agent who was very professional and friendly. Made sure we got the best deal
and kept us informed throughout. Will definitely be using again. Highly
recommended

DHIREN NAYEE



VERIFIED CUSTOMER 222

Great Service! Would definitely use Fare Mate again. They are very patient and
goes above and beyond to satisfy. Thank you Fare Mate! Great job!

Your dedicated travel companion designed with a deep understanding of your
international lifestyle.

Follow us


CUSTOMER SUPPORT

 * Contact Us
 * About Us
 * Terms and Conditions

FIND US

40 Craven park Road, Harlesden NW10 4AE

CALL US

24/7 customer support: +44 208 004 7690


SUBSCRIBE

Don’t miss to subscribe to our new feeds, kindly fill the form below.



MAIL US

info@suficheapflights.co.uk

Registered Address: 7 Bell Yard, London, United Kingdom, WC2A 2JR Sufi Cheap
Flights LTD. All rights reserved.
Copyright Reserved