• HR:
  • Sales:

Headway Intermediate Stop And Check 1 Review

Headway Intermediate Stop and Check 1 is a formative assessment designed for the Headway Intermediate

coursebook, typically covering the first few units (Units 1–4). Below is a review of its structure, content, and effectiveness for learners and teachers. Quick Overview Target Level: Intermediate (B1/B1+) Grammar, Vocabulary, and Everyday English

To consolidate learning and identify gaps before moving forward in the syllabus. Core Content & Skills

The test typically evaluates the following key areas from the start of the course: Heavy focus on the Tense System

(Present Simple vs. Continuous, Past Simple vs. Continuous, and Present Perfect). It often includes "State Verbs" and auxiliary verb usage. Vocabulary:

Tests words related to personal descriptions, work, and social life. It frequently features exercises on word formation (prefixes/suffixes) and compound nouns. Everyday English:

Practical language for social situations, such as making polite requests or using appropriate responses in conversation. Focused Consolidation:

Unlike full progress tests, the "Stop and Check" is shorter and specifically targets the most "slippery" grammar points of the first units. Self-Correction Friendly:

It is often used as a self-study tool where students can pinpoint exactly which unit they need to revisit. Balanced Difficulty:

The exercises transition from simple multiple-choice to more challenging "Correct the Error" tasks, which are excellent for developing a student's "inner editor." Potential Drawbacks Lack of Skills Integration:

These tests are strictly linguistic. They do not typically assess Reading, Writing, or Listening skills, which are covered in the broader "Progress Tests." Traditional Format:

The layout is very "pen-and-paper" traditional. Students looking for interactive or gamified assessments might find the format dry. Final Verdict The Stop and Check 1 is an essential pit-stop for anyone following the Headway curriculum. For

, it is a low-stakes way to see if the class is ready for Unit 5. For self-learners

, it provides the necessary "reality check" to ensure basic tenses are mastered before tackling the more complex structures in the middle of the book.

In the Headway Intermediate curriculum (both 4th and 5th editions), Stop and Check 1 serves as a comprehensive review of the material covered in Units 1 through 4. It is designed to be completed in approximately 45 minutes to evaluate students' progress in grammar, vocabulary, and everyday English. Core Grammar Topics

The primary focus of this assessment is on tense systems and fundamental sentence structures: Tense Systems:

Present Tenses: Differentiating between Present Simple (habits/states) and Present Continuous (temporary actions).

Past Tenses: Usage of Past Simple, Past Continuous, and Past Perfect to narrate events.

Passive Voice: Recognizing and forming the Past Passive (e.g., "was redecorated").

Question Formation: Mastering auxiliary verbs (do, does, did, have) to create accurate questions and short answers.

Modal Verbs: Expressing obligation and permission using should, must, have to, and be allowed to.

Indefinite Pronouns: Correct usage of something, anything, nothing, and everybody. Vocabulary & Skills

The assessment draws from specific thematic lexical sets introduced in the first four units:

Hwy Int Stopcheck Ans | PDF | Linguistics | Languages - Scribd

The "Good Report" exercise is a specific part of the Headway Intermediate Stop and Check 1 (usually covering Units 1–4). This exercise focuses on a "General Revision" of tenses through a gap-fill email or report format. Overview of Stop and Check 1

This test is designed to review the first four units of the Headway Intermediate course. Key topics typically include:

Present Tenses: State verbs vs. dynamic verbs (e.g., "I know" vs. "I'm learning").

Past Tenses: Narrative tenses like Past Simple and Past Continuous.

Auxiliary Verbs: Correct use of do, be, and have in questions and short answers.

Vocabulary: Focus on word formation, synonyms, and collocations. The "Good Report" Exercise

In the context of Stop and Check 1, the "Good Report" section typically asks students to:

Read an Email/Letter: Usually from a character named Sam or Chris describing recent activities.

Correct the Tense: Choose between Simple and Continuous forms (e.g., "I've been working" vs. "I've worked").

Fill Gaps: Insert prepositions, auxiliary verbs, or modal verbs. Accessing Resources

If you are looking for the specific answers or the printable document, you can find them on various educational platforms:

Study Materials: Studocu provides a general revision guide for this specific test.

Answer Keys: Full answer sheets for the Fourth Edition are often uploaded to sites like Scribd.

PDF Previews: Document previews for teachers and students are available on Studfile. Expert B2 - Stop and Check 1 - Units 1 To 4 | PDF - Scribd


4. Typical Test Section Structure

While specific formatting may vary slightly between the Student’s Book and Teacher’s Resource Disc, the test generally adheres to the following structure:

  1. Section A: Grammar (Cloze & Transformation)
    • Students are required to complete gaps with the correct verb form or select the correct auxiliary verbs. Questions often involve distinguishing between confusing pairs (e.g., know vs. know how to, make vs. do).
  2. Section B: Vocabulary (Collocation & Word Groups)
    • Tasks include matching definitions, completing sentences with correct prepositions, and identifying odd-words-out in lexical sets.
  3. Section C: Pronunciation
    • Identification of stressed syllables or identifying different sounds (minimal pairs).
  4. Section D: Reading/Writing or Functional Language
    • Short reading comprehension passages relevant to Unit topics (often a biography or a travel story) followed by comprehension questions or a short written response.

5. Frontend Implementation (React Component)

A dashboard component for the dispatcher to view the status of Stop 1.

import React,  useState, useEffect  from 'react';

const IntermediateStopCard = ( tripId ) => { const [stopData, setStopData] = useState(null);

useEffect(() => // Polling or WebSocket connection for live updates const fetchStatus = async () => const res = await fetch(/api/v1/trips/$tripId/status); const data = await res.json(); setStopData(data.stop_1); ;

fetchStatus();
const interval = setInterval(fetchStatus, 5000);
return () => clearInterval(interval);

, [tripId]);

if (!stopData) return <div>Loading...</div>;

const getStatusColor = () => if (stopData.dispatch_authorized) return 'bg-green-100 border-green-500'; if (stopData.status === 'HELD') return 'bg-red-100 border-red-500'; return 'bg-yellow-100 border-yellow-500'; ;

return ( <div className=p-4 rounded shadow border-l-4 $getStatusColor()> <h3 className="font-bold text-lg">Intermediate Stop 1</h3> <p className="text-gray-600">Trip ID: tripId</p>

  <div className="mt-4 grid grid-cols-2 gap-2 text-sm">
    <div>
      <span className="font-semibold">Arrival:</span> 
    </div>
    <div>
      <span className="font-semibold">Headway:</span> stopData.headway_gap min
    </div>
  </div>
<div className="mt-4">
    {stopData.dispatch_authorized ? (
      <span className="text-green-700 font-bold">✓ CLEARED FOR DEPARTURE</span>
    ) : (
      <div className="text-red-700">
        <span className="font-bold">⚠ HOLD</span>
        <p className="text-xs mt-1">Reason: stopData.hold_reason</p>
      </div>

It was the kind of rain that didn’t just fall—it insisted. Leo pressed his forehead against the cold bus window, watching the blurred lights of a town he didn’t know smear into watercolor ghosts. He was on the Headway Intermediate course, book tucked into his backpack, but this wasn’t a lesson from Chapter 6. This was real.

The bus sighed to a halt. “Stop and Check 1,” the automated voice announced. A required fifteen-minute break at a service station somewhere between cities he’d failed to call home.

Leo stepped off, zipping his jacket against the wind. Inside, the fluorescent lights buzzed like trapped hornets. A few other passengers scattered—an old woman counting coins, a truck driver with a thousand-yard stare, a young mother trying to soothe a crying baby. Leo bought a coffee that tasted like tin and sat in a corner booth.

On the table, someone had left a copy of Headway Intermediate – Student’s Book. He opened it to the page they’d dog-eared: Unit 4 – Life Changes. Stop and Check 1. The exercise asked: “Match the sentences to the correct life event: emigrate, retire, reconcile, collapse.”

Leo laughed. No sound came out.

He thought of his father’s last letter, buried in his bag. “You can always come home.” But home was a word without a map now. Leo had emigrated—not for adventure, but for work that dried up before his first rent was due. He’d retired from hope at twenty-nine. He’d tried to reconcile with an ex over a voicemail that went unheard. And last month, alone in a studio apartment with a leaking faucet, he had collapsed. Not dramatically. Just sat on the floor and didn’t get up for three hours.

The bus horn blared. Stop and Check over.

Back on board, Leo pulled out his own Headway book. The next exercise was a reading passage: “The Art of Starting Over.” He read the first line: “Sometimes a pause is not a failure, but a breath before the next sentence.”

He uncapped a pen. Next to “collapse,” he wrote: “not the end—just a comma.”

The rain softened. The bus pulled back onto the highway. Leo didn’t know his destination yet. But for the first time in months, he decided to stay awake for the ride.

The "Stop and Check 1" test in the New Headway Intermediate (4th and 5th Editions) typically covers Units 1–4. It evaluates your grasp of foundational intermediate grammar, vocabulary, and functional language.

Below is a breakdown of the core topics, example exercises, and a review guide to help you prepare or complete the piece. 📘 Grammar Focus

The test primarily focuses on distinguishing between different timeframes and the "active vs. passive" voice. 1. Present Tenses (Simple vs. Continuous)

Simple: For habits, facts, and permanent states. ("I work for Global Solutions.")

Continuous: For actions happening now or temporary situations. ("Are you enjoying the conference?")

State Verbs: Remember that verbs like know, like, understand, and believe are rarely used in the continuous form. 2. Past Tenses & Narrative Tenses

Past Simple: Completed actions in the past. ("She graduated in 2011.")

Past Continuous: Actions in progress at a specific time in the past, often interrupted. ("I was working in New York when I met Tom.")

Past Perfect: To show an action happened before another past action. ("I had already seen the film, so I didn't go.") 3. Active vs. Passive Voice

You must decide if the subject is performing the action or receiving it. Active: "Leo's new job involves travel." Passive: "How many people are employed in your company?"

Common Passive Contexts: "Football is played all over the world" or "My car was stolen last night." 4. Auxiliary Verbs & Short Answers

Practicing natural conversation flow using do, does, did, have, has, am, is, are. Example: "Have you been waiting long?" → "No, I haven't." Example: "Did your train arrive late?" → "No, it didn't." 📙 Vocabulary & Phrasal Verbs

The test checks your ability to use words in context and identify synonyms or word families.

Phrasal Verbs: Focus on those from Units 1–4, such as take after (resemble), pick up (learn easily), look after (care for), and give up (stop doing).

Adjectives: Distinguishing between -ed (feelings) and -ing (descriptions). "I am bored" vs. "The movie is boring."

Collocations: Common combinations like make a mistake vs. do homework.

Social Expressions: Phrases for meeting people, such as "How do you do?" or "Long time no see." ✍️ Practice Exercise: Error Correction

Identify the mistake in these common "Stop and Check" style sentences: Wrong: Where she from? Right: Where is she from? Wrong: I'm liking my neighbourhood. Right: I like my neighbourhood (State verb). Wrong: The city centre redeveloped last year. Right: The city centre was redeveloped last year (Passive). ✅ Checklists for Success

If you are writing this for a class or self-study, ensure you have:

Checked your spelling, especially for irregular past tense verbs (caught, thought, bought).

Verified word order in questions (Auxiliary + Subject + Verb).

Used articles (a, an, the) correctly with professions and unique nouns. If you'd like, I can help you by:

Providing the full answer key for a specific section (e.g., the Unit 1 grammar part).

Explaining a specific rule like the difference between the Past Simple and Past Perfect.

Creating a mock quiz based on these units to help you study. Which of these would be most helpful for your task? hwy_int_stopcheck_1a

Headway Intermediate "Stop and Check 1" is a comprehensive progress test designed to evaluate your mastery of the first four units of the course. It typically focuses on core grammar systems and high-frequency vocabulary. Core Grammar Topics Covered

The test primarily focuses on the tense system and sentence structure: Present Tenses headway intermediate stop and check 1

: Differentiating between Present Simple (habits/states) and Present Continuous (actions happening now or temporary). Past Tenses

: Usage of Past Simple, Past Continuous (background actions), and Past Perfect (actions before another past action). Active vs. Passive Voice

: Choosing the correct form based on whether the focus is on the doer or the action (e.g., "Millions of trees down every year"). Auxiliary Verbs & Question Forms

: Correct use of "do," "be," and "have" to form questions and negatives. Simple vs. Continuous Aspect

: Understanding when to use the continuous form for duration or ongoing processes. Course Hero Key Vocabulary Areas Compound Nouns : Common pairings such as sleeping bag head office fire alarm Phrasal Verbs & Idioms : Identifying common expressions and their meanings. Word Building : Suffixes and prefixes used to change word forms. Course Hero Study Resources & Practice

To prepare effectively, you can use these official and community resources:

Hwy Int Stopcheck Ans | PDF | Linguistics | Languages - Scribd

This guide outlines the critical steps to master the Headway Intermediate "Stop and Check 1" assessment, which covers the core grammar, vocabulary, and skills taught in Units 1 to 4 of the Oxford University Press curriculum. 🎯 Key Target Areas

To pass this progress test, you must prove your understanding in three distinct zones: 1. Core Grammar Breakdown

Question Forms: Mastery of constructing accurate wh- questions, yes/no questions, and handling question words with prepositions (e.g., "Who are you waiting for?").

Tense Review: Knowing exactly when to toggle between the Present Simple, Present Continuous, Past Simple, and Past Continuous.

Auxiliary Verbs: Flawless deployment of do/does/did, am/is/are, and have/has in questions, negatives, and short answers.

Active vs. Passive Voice: Grasping the foundational mechanics of basic passive structures. 2. Vocabulary & Applied Word Use

Verbs of Similar Meaning: Discerning the subtle differences in verbs that look or sound alike.

State Verbs vs. Action Verbs: Remembering which verbs typically do not take the continuous form (e.g., know, love, understand).

Social Expressions: Navigating common daily conversational exchanges and polite responses. 3. Error Correction Tactics

Spotting the Mistake: Locating structural flaws concerning word order, tense mismatches, or missing auxiliary verbs. 💡 Practical Study Steps Follow this active checklist to maximize your score:

Draft a Self-Test: Write down five facts about your life. Turn them into questions, ensuring you use different tenses for each.

Review Continuous Restrictions: Make a small flashcard containing "state verbs" that cannot take an -ing ending.

Execute a "Mistake Hunt": Skim through your older Unit 1–4 workbook exercises. Highlight any errors your teacher marked and rewrite those sentences perfectly.

Dialogue Rehearsal: Read the test's conversational fill-in-the-blank sections out loud. Trusting your ear often helps you instantly identify missing auxiliary verbs. 🔍 Sample Mock Drill Try handling these common test-style questions: Question Formation: Complete the question. Prompt: "I work about 40 hours a week." Answer: "How many hours a week do you work?" Tense Selection: Choose the correct form. Prompt: "I listen / listened to the radio last night."

Answer: "listened" (indicated by the past time marker "last night").

Hwy Int Stopcheck Ans | PDF | Linguistics | Languages - Scribd

Understanding the "Stop and Check" sections in the New Headway Intermediate (5th Edition) is crucial for both students and teachers. These assessments act as a bridge between learning and mastery, ensuring that the foundations of the first four units are rock solid before moving forward. 🎯 What is Stop and Check 1?

Stop and Check 1 is a comprehensive review test designed to evaluate progress after completing Units 1 through 4. It doesn't just test vocabulary; it dives deep into the structural DNA of the English language. Core Focus Areas Unit 1: Questions and auxiliary verbs.

Unit 2: Present Tenses (Simple vs. Continuous) and state verbs. Unit 3: Past Tenses (Simple, Continuous, and Perfect). Unit 4: Quantity (much/many, some/any) and articles. 🛠️ Key Language Areas Covered 1. Tense Review and Mastery

The most significant portion of this assessment focuses on the "Big Three" time frames. You will be expected to:

Differentiate between a permanent state (Present Simple) and a temporary action (Present Continuous).

Correctly sequence events in the past using the Past Perfect (the "past before the past"). Identify active versus passive structures in basic forms. 2. Information Gathering (Questions)

Intermediate learners often struggle with word order. Stop and Check 1 tests your ability to: Formulate "Wh-" questions correctly. Use auxiliary verbs (do, be, have) as placeholders. Apply question tags for social interaction. 3. Countable and Uncountable Nouns

Unit 4 introduces the nuances of quantity. The test checks if you know: When to use a few versus a little. The difference between something and anything. The "zero article" vs. the and a/an. 💡 Top Tips for Success

Analyze the Mistakes: Headway often uses "Correct the Sentence" exercises. Pay close attention to third-person 's' and irregular past tense verbs.

Check State Verbs: Remember that verbs like know, believe, and understand rarely take the "-ing" form.

Context is King: When choosing a tense, look for time expressions like already, while, or every day to guide your choice. 🍎 Information for Teachers

If you are administering this test, use it as a diagnostic tool rather than just a grade.

Identify Gaps: If the majority of the class struggles with the Past Perfect section, it's a sign to revisit the Unit 3 grammar spot.

Timed Practice: Give students 45–60 minutes to complete the assessment to simulate exam conditions.

Peer Correction: After the test, have students swap papers to discuss why certain answers are wrong—this reinforces the "why" behind the grammar rules. 🏁 Summary

Stop and Check 1 is the first major milestone in the Headway Intermediate journey. By successfully navigating this review, you prove that you have moved beyond "survival English" and are beginning to handle the complexities of descriptive and narrative language.

Headway Intermediate Stop and Check 1 is a diagnostic assessment tool designed to be used after completing the first four units of the Oxford University Press Headway Intermediate (5th Edition) coursebook.

It acts as a progress marker for both students and teachers to ensure the foundational concepts of the intermediate level have been absorbed before moving on to more complex structures. What’s Covered? The test typically focuses on three core pillars: Grammar:

The Tense System: Reviewing the differences between auxiliary verbs and the use of the Present Simple, Continuous, and Perfect. Headway Intermediate Stop and Check 1 is a

Information Questions: Forming questions correctly with "how long," "how many," etc.

State vs. Action Verbs: Identifying verbs that don’t usually take the continuous form (e.g., know, like, understand). Vocabulary:

Word Formation: Adding suffixes and prefixes to change word classes.

Collocations: Common word pairings, specifically those related to work, social life, and daily routines.

Phrasal Verbs: Initial introduction to multi-word verbs found in the first quarter of the book. Communication & Skills:

Social Expressions: Phrases used for meeting people, making suggestions, or expressing opinions.

Translation/Sentence Transformation: Testing the ability to rephrase sentences while maintaining the same meaning. Why It’s Important

At the intermediate level, students often hit a "plateau." This specific "Stop and Check" is designed to catch common errors—like forgetting the third-person 's' or misusing "since" and "for"—before they become fossilized habits. Practical Tips

For Students: Don't treat it as a high-stakes exam. Use it to identify your "gaps." If you struggle with the Present Perfect section, you know exactly which unit to go back and review.

For Teachers: Use the results to decide if the class needs a "consolidation lesson" or if they are ready for the faster pace of Units 5–8.

It sounds like you are looking for a written paper, summary, or answer key for “Headway Intermediate – Stop and Check 1.”

In the Headway (5th edition) series, Stop and Check 1 is a review unit that typically appears after Unit 3 or 4. It covers:

Since I cannot reproduce the exact copyrighted test or provide a complete answer key without the specific questions, below is a model revision paper you can use to prepare. It mirrors the style and content of Headway Intermediate Stop and Check 1.


Section C: Everyday English

6. Complete the dialogue with one word in each gap.

A: Excuse me, could you tell me ______ the nearest bank is?
B: Sure. Go straight on, then turn left ______ the traffic lights.
A: Is it far?
B: No, it’s just ______ the corner.
A: Thanks a lot.
B: You’re ______.


1. Introduction

This report provides a detailed analysis of the "Stop and Check 1" assessment material found within the New Headway Intermediate (Fourth Edition) coursebook. This progress test is designed to evaluate student comprehension and retention of the key language points covered in the first half of the syllabus (Units 1 through 4). The purpose of this report is to outline the test structure, grammatical foci, lexical coverage, and recommendations for implementation.

What Exactly is "Stop and Check 1"?

In the Headway Intermediate (5th Edition), the course is divided into two main blocks. “Stop and Check 1” occurs after Unit 4. It is not designed to be a high-stakes exam but a low-anxiety progress review. The title itself gives away the pedagogical intention:

Typically, this section covers:


3. Backend Logic (Python/Pseudo-code)

This service handles the logic when a vehicle reports arrival at Stop 1.

class HeadwayService:
    MIN_HEADWAY_SECONDS = 300  # 5 minutes standard headway
def process_intermediate_stop(self, trip_id, stop_id):
    # 1. Identify Context
    if stop_id != 1:
        return "status": "IGNORED", "message": "Not Stop 1"
current_trip = TripRepository.get_trip(trip_id)
# 2. Update Arrival
    TripRepository.update_status(trip_id, stop_id, 'ARRIVED')
# 3. Calculate Headway
    previous_trip = TripRepository.get_previous_trip(route_id=current_trip.route_id)
    headway_seconds = 0
if previous_trip and previous_trip.stop_1_departure_time:
        time_diff = datetime.now() - previous_trip.stop_1_departure_time
        headway_seconds = time_diff.total_seconds()
# 4. Perform Checks
    is_headway_safe = headway_seconds >= self.MIN_HEADWAY_SECONDS
    system_check_passed = self.perform_vehicle_check(trip_id)
# 5. Determine Result
    if is_headway_safe and system_check_passed:
        status = "CLEARED"
        action = "ALLOW_DEPARTURE"
    else:
        status = "HELD"
        action = "WAIT_FOR_HEADWAY" if not is_headway_safe else "MAINTENANCE_REQUIRED"
# Log violation
        HeadwayLog.create(
            trip_id=trip_id, 
            calculated_headway=headway_seconds, 
            status=status
        )
return 
        "trip_id": trip_id,
        "stop_id": stop_id,
        "status": status,
        "action": action,
        "metrics": 
            "current_headway": headway_seconds,
            "min_required": self.MIN_HEADWAY_SECONDS
def perform_vehicle_check(self, trip_id):
    # Mock check for doors closed, passenger capacity, etc.
    return VehicleSystemAPI.diagnostics_ok(trip_id)

Final Verdict

The Headway Intermediate Stop and Check 1 is far more than a pop quiz. It is a critical health check for your English journey. By respecting this milestone—reviewing the grammar of Units 1-4, practicing the listening, and honestly analyzing your mistakes—you transform from a passive learner into an active master of the language.

Don't just stop. Check. Adjust. And then proceed with confidence to Unit 5.


Are you preparing for Stop and Check 1 right now? Leave a comment below with your most challenging grammar point, or ask your teacher for a mock test based on the structures above. Good luck!

In the New Headway Intermediate course, "Stop and Check 1" is a revision and assessment feature designed to evaluate student progress after the first four units of the Student's Book. It is typically found in the Teacher's Book or available as a photocopiable resource for classroom use. Core Features 7092_new-headway-upper-intermediate-students-book.pdf

In the New Headway series, Stop and Check 1 typically covers the material from Units 1 to 4 of the Intermediate Student's Book. It serves as a comprehensive progress test focusing on grammar, vocabulary, and functional language introduced in the first third of the course. Grammar Focus

The test evaluates proficiency in core intermediate grammatical structures:

Tenses: Practice with present tenses (Simple vs. Continuous), past tenses, and auxiliary verbs.

Active and Passive Voice: Exercises requiring students to identify and use the correct voice (e.g., "The Olympic Games are held...").

Question Formation: Completing questions based on provided answers and using appropriate question words like how many, who, or why.

Modal Verbs: Usage of should, must, have to, and be allowed to for obligation and advice.

Short Answers: Correct use of auxiliary verbs in conversational short answers. Vocabulary and Skills

The vocabulary section tests words and phrases from early units, often through word-building or contextual exercises:

Hwy Int Stopcheck Ans | PDF | Linguistics | Languages - Scribd

Headway Intermediate Stop and Check 1 is a diagnostic assessment tool designed to evaluate student progress after completing the first four units of the Headway Intermediate

course. It serves as a comprehensive review, ensuring that learners have a solid grasp of core grammatical structures and vocabulary before moving on to more complex material. Core Grammar Focus

The test primarily focuses on the "big picture" of English tenses and sentence structure. Key areas include: Tense Revision

: Revision of Present Simple, Present Continuous, Past Simple, and Past Continuous. Auxiliary Verbs and Questions

: Practice forming information questions (who, why, how many) and using auxiliaries like Active vs. Passive Voice

: Exercises that require students to choose the correct voice for various contexts. Verb Patterns : Mastery of structures such as want to do enjoy doing looking forward to Modal Verbs : Testing the use of be allowed to for obligation and permission. Vocabulary and Skills Beyond grammar, the Stop and Check 1 evaluates:

Hwy Int Stopcheck Ans | PDF | Linguistics | Languages - Scribd


C. Functional Language & Pronunciation

arrow-img arrow-img WhatsApp Icon