body {
  margin: 0;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.container {
  width: 1100px;
  max-width: 95%;
  margin: auto;
}

/* ===== TOP HEADER ===== */
/* .top-header {
  background: #f2f2f2;
}

.top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.contact-info a {
    text-decoration: none;
    color: #666;
    font-size: 20px;
}
.contact-info a:hover{
    color:#00709f;
}

.logo img {
  max-height: 70px;
}

.contact-info {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.contact-info .icon {
  margin-left: 5px;
  color: #999;
}
.container.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ssl {
  text-align: right;
  font-size: 10px;
  color: #333;
}

.ssl img {
  max-height: 60px;
  display: block;
  margin-left: auto;
}
.ssl span {
    color: #000000;
    text-decoration: none;
    font: bold 7px verdana, sans-serif;
    letter-spacing: .5px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}


.nav-flex {
  display: flex;
  align-items: center;
  justify-content: end;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
} */

/* ===== TABLET ===== */
@media (max-width: 991px) {

/*   .contact-info,
  .ssl {
    width: 100%;
  }
 */
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
/*   .menu-toggle {
    display: block;
  }
  .logo img {
    height: 40px;
}
.contact-info a {
    font-size: 12px;
}
  .nav-flex img {
    width: 100%;
    height: 25px;
    object-fit: cover;
}

  .main-nav {
  }

  .main-nav.active {
    display: block;
  }

  .nav-flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ssl img{
      max-height:30px;
  }

  .main-nav a {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
  } */
}

.blue-header {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #00709f;
    padding-top: 8px;
    padding-bottom: 8px;
}
.banner-img {
    text-align: center;
    margin-top: 20px;
}
.banner-img {
    text-align: center;
}
.banner-img img {
    width: 100%;
}
.center { text-align: center; }

.ein-wrapper {
  max-width: 1100px;
  margin: 30px auto;
}
.testimonial span {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    line-height: 22px;
}
.top-note {
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    vertical-align: middle;
}

.ein-flex {
  display: flex;
  gap: 40px;
}

/* LEFT FORM */
.ein-form-box {
  flex: 1;
  background: #f0f0f0;
  padding: 25px;
}

.ein-form .row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
  margin-right: 150px;
}

.ein-form label {
  width: 140px;
  font-size: 13px;
  color: #444;
  text-align: right;
}
form.ein-form {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ein-form input[type="text"],
.ein-form input[type="email"],
.ein-form input[type="password"] {
  width: 180px;
  padding: 4px;
  border: 1px solid #888;
}

.agree {
  font-size: 12px;
  margin: 15px 0;
}

.agree a {
  color: #ad0e02;
  text-decoration: none;
}
.agree a:hover{
    text-decoration: underline;
}

.btn-start {
    display: block;
    margin: 20px auto 10px;
    background: linear-gradient(#cbe86b, #8dc63f);
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 26px;
    cursor: pointer;
    border: 4px solid #fff;
    font-weight: 600;
    color: #404040;
}

.note, .privacy {
    color: rgb(102, 102, 102);
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;
    orphans: 2;
    text-align: -webkit-center;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
}

.privacy a {
  color: #0066cc;
}

/* RIGHT */
.ein-right {
  width: 360px;
}
.blue-box img {
    width: 100%;
}

.testimonial {
    margin-top: 15px;
    font-size: 14px;
    flex-direction: row;
    display: flex;
    align-items: center;
}

.quote {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    line-height: 22px;
    margin: 0 !important;
}
.author {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    line-height: 22px;
    margin: 0 !important;
}

.clients-title {
    margin-bottom: 10px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    line-height: 22px;
}

.clients-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.clients-logos img {
    height: 282px;
    width: 332px;
}

.ssl-link {
    display: block;
    color: #000000;
    text-decoration: none;
    font: bold 7px verdana, sans-serif;
    letter-spacing: .5px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ein-flex {
    flex-direction: column;
  }

  .ein-form label {
    width: 120px;
  }
}

/* =========================
   WHY FEINSEARCH
========================= */
.why-feinsearch {
  margin: 40px auto;
}

/* TITLE (AS PROVIDED) */
.blue-header {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #00709f;
  line-height: 30px;
  margin-bottom: 20px;
}

/* LIST */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
}

/* TICK IMAGE */
.why-list img {
  width: 17px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

/* TEXT (AS PROVIDED) */
.grey-header2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #666;
  line-height: 22px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .grey-header2 {
    font-size: 16px;
    line-height: 22px;
  }
  .ein-form .row{
    margin-right: 65px;
  }
}

/* FOOTER */
.site-footer {
  background: #fff;
  padding: 30px 0;
  box-shadow: rgb(215 215 216) 3px 3px 6px 0px inset, rgb(190 189 189 / 50%) -3px -3px 6px 1px inset;
}

.az-links {
  text-align: center;
  margin-bottom: 25px;
}

.az-links a {
    position: relative;
    margin: 0 6px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #747171;
    text-decoration: none;
}


.az-links a:hover,
.footer-links a:hover {
  color: #d33030;
  text-decoration: underline;
}

.az-links a:hover::after,
.footer-links a:hover::after {
  width: 100%;
}
.footer-links.container .col {
    display: flex;
    flex-direction: column;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.footer-links a {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    font-size: 13px;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    background-repeat: no-repeat;
    background-position: 20px top;
    padding-left: 15px;
    padding-right: 5px;
    color: #747171;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.footer-logo img {
  max-height: 45px;
}

/* EMAIL LINK */

.footer-info a {
  color: #747171;
  text-decoration: none;
}
.footer-info a:hover {
    color: #d33030;
    text-decoration: underline;
}

.footer-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747171;
    text-align: center;
    padding-left: 70px;
    line-height: 20px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-info{
        padding-left: 0px;
    }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-links {
    grid-template-columns: 1fr;
  }

  .az-links a {
    display: inline-block;
    margin: 4px;
  }
}

/* =================== Tablet =============   */
@media (min-width: 768px) and (max-width: 1024px) {
    .ssl-link{
        margin-left: 30px;
    }
    .ein-right {
    width: 40%;
}
.ein-form-box {
    width: 48%;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
        .ein-flex {
        flex-direction: row !important;
        }
}