<?php
    if (!isset($_SERVER['HTTP_REFERER']) || empty($_SERVER['HTTP_REFERER'])) {
       include './navbar.html';
    } 
    ?>
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">

                <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
                <link rel="stylesheet" href="https://client.agilantsecurity.com/css/main_style.css">
  </head>
  <body>
  <style>
#hiddenContent {
  display: none;
}
#showDivButton {
background: #161617;
border: none;
color: white;
}
 /* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #fff;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
	margin: 0 auto;
  }
  .formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
 .popup {
   display: none;
   text-align: center;
    font-size: 26px;
    color: blue;
}
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    background: fff3;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  

  .formbold-form-select {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }


  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #161617;
    color: white;
    width: 100%;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  inputrounded{
border-radius: 50px 0px 0px 50px;

}
dropdownrounded{
border-radius: 0px 50px 50px 0px;
}
.center-text {
        text-align: center;
        font-size: 30px;
        color: #07074d;
        margin-bottom: 30px;
}

  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }

.form-row1 {

  display: flex; /* Enables flexbox layout for the parent container */
  justify-content: space-around; /* Distributes space between items, pushing them to the edges */
  gap: 20px; /* Adds space between the flex items (form-groups) */
  padding: 10px;
}
.formbold-form-input-prod {
    width: 210px;
    padding: 6px 24px;
    //border-radius: 50px 0px 0px 50px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}
</style>
<!-- Page Content  -->
      <div id="content" class="p-4 p-md-5 pt-5">
	      <h2 class="mb-4">Quote Security Products</h2>
<div class="formbold-main-wrapper">
<table>
<thead>
<tbody>
<tr>
<td>
<div class="dropdown">
  <input type="image"  src="https://client.agilantsecurity.com/png/vendors/firewall.png" size=width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#"><strong>FIREWALLS</strong></a>
    <a href="https://client.agilantsecurity.com/vault/demo/8112025/pa_rec.html">Palo Alto</a>
    <a href="#">FortiNet</a>
    <a href="#">Sophos</a>
</div>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/iam.png" size=width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#"><strong>IAM</strong></a>
    <a href="#">Okta</a>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/antivirus.png" size=width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#"><strong>IAM</strong></a>
    <a href="#">CrowdStrike</a>
    <a href="#">Sentinel One</a>
    <a href="#">Sophos</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="dropdown">
  <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/vulscan.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">Nessus</a>
    <a href="#">Nexpose</a>
    <a href="#">OpenVas (open source)</a>
</div>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/email.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">Proofpoint</a>
	<a href="#">CIsco Ironport</a>
	<a href="#">Abnormal</a>
	<a href="#">Microsoft</a>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/patch.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">Manage Engine</a>
    <a href="#">PDQ</a>
    <a href="#">AutoMox</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="dropdown">
  <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/2fa.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">Duo</a>
</div>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/lb.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">F5</a>
	<a href="#">Citrix</a>
	<a href="#">Kemp</a>
</td>
<td>
<div class="dropdown">
 <input type="image" name="firewall" src="https://client.agilantsecurity.com/png/vendors/mdr.png" size="width="140" height="140" alt="vendor" border="0"  class="dropbtn"></>
  <div class="dropdown-content">
    <a href="#">Pondurance</a>
    <a href="#">Aritic Wolf</a>
</div>
</td>
</tr>
</tbody>
</thead>
</table>
</div>
</div>
</body>
</head>
</html>
<?php
    ?>

