<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
  <link rel="stylesheet" href="css/style.css" type="text/css">

  <!-- CSS-files and JavaScript-files currently in version 5.0 -->
  
  <title>Bootstrap</title>
</head>
<body>

  <header class="sticky-top">
    <nav class="navbar navbar-expand-lg bg-body-tertiary">
      <div class="container-fluid">
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <a class="navbar-brand" href="index.html">Wisdom Pet Medicine</a>        
        <div class="collapse navbar-collapse" id="navbarSupportedContent">
          <ul class="navbar-nav me-auto w-100 justify-content-center mb-2 mb-lg-0">
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="index.html">Home</a>
            </li>
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="doctors.html">Our doctors</a>
            </li>
            <li class="nav-item">
              <a class="nav-link text-uppercase" href="testimonials.html">Testimonials</a>
            </li>
            <li class="nav-item dropdown">
              <a class="nav-link dropdown-toggle text-uppercase" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
                Treatments
              </a>
              <ul class="dropdown-menu">
                <li><a class="dropdown-item text-uppercase" href="inhousediag.html">In-house diagnostics</a></li>
                <li><a class="dropdown-item text-uppercase" href="Surgery.html">Surgery and dental services</a></li>
                <li><a class="dropdown-item text-uppercase" href="Behavioural.html">Behavioral consulation</a></li>
              </ul>
            </li>
          </ul>
        </div>
      </div>
    </nav>
  </header>
  <section class="position-relative" id="hero">
    <img src="images/wisdompetlogo.svg" class="img-fluid rounded-top position-absolute top-0 left-0 logo" alt="Wisdom Pet Logo">
    <img src="images/background.jpg" class="object-fit-cover w-100 doctor" alt="doctor">
  </section>

  <section class="container">
    <article>
      <h1 class="my-3">Behavioral Consultation</h1>
      
      <p class="my-5">Behavioral consultations are possible both to help your pet during procedures that it finds uncomfortable but also for day-to-day behavioral challenges.</h3>
    </article>
  </section>

  <section class="container mb-4">
    <article class="row flex-column flex-md-row row-col-md-2">
      <div class="col">
        <img class="img-fluid" src="images/carousel-vaccinations.jpg">
      </div>  
      
      <div class="d-flex justify-content-between flex-column col">
        <p>
            Dr. Winthrop is passionate about behavioral medicine. He provides behavioral consultations to assess patient needs from an integrative medical approach. He works and refers to local boarded veterinary behaviorists and trainers that have a similar approach a philosophy toward animal behavior and training.
        </p>
          
        <p>
            A behavioral consult typically consists of an hour-long appointment. A thorough physical examination and review of medical records and conditions is performed in addition to extensive discussion of behavioral concerns. From this, treatment options are discussed where appropriate in regards to herbal formulations and medications, behavioral modification, and training. 
        </p>
    </div>
    </article>
  </section>

  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>