﻿/***** BEGIN RESET *****/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
  display: block;
}

/*-------- COLORS --------*/
:root {
  --orange: #ff6900;
  --green: #49823b;
  --darkgreen: #0e3804;
  --lightgreen: #99b93e;
  --gray: #f4f4f4;
  --title: "Bebas Neue", sans-serif;
  --text: "Roboto", sans-serif;
}

/***** END RESET *****/
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
  font-family: var(--text);
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: var(--title);
  font-weight: 400;
}
a {
  text-decoration: none;
}

.green-btn {
  width: 180px;
  border-radius: 10px;
  transition: 0.3s ease;
  padding: 16px 12px;
  text-align: center;
  box-sizing: border-box;
  background: var(--green);
  display: block;
  color: #fff;
}
.green-btn i {
  padding-left: 15px;
}
.green-btn:hover {
  background: var(--darkgreen);
}
/*--- HEADER STYLES ---------------------*/
header {
  width: 100%;
  padding: 0 0 0 110px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.logo {
  max-width: 300px;
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
}
.logo img {
  width: 100%;
}
.header-logos {
  width: 220px;
  height: 100px;
}
.header-logos img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.amaz {
  width: 100%;
  height: 50%;
  background: var(--orange);
  display: block;
}
.lynx {
  width: 100%;
  height: 50%;
  background: var(--lightgreen);
  display: block;
}

.social-bar {
  width: 103px;
  z-index: 500;
  height: 100vh;
  background: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.social-bar a {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  padding: 0 40px;
  color: #000;
}
/*---BODY--------------------------------*/
.hero {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
.hero {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(/siteart/hero.webp);
  background-color: #000;
  background-size: cover;
  background-position: center;
}
/* .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
} */
.hero-text {
  position: absolute;
  left: 12%;
  top: 12%;
  color: #fff;
  max-width: 650px;
}
.hero-text h1 {
  font-size: 90px;
  font-weight: 400;
  line-height: 92px;
}
.hero-text h2 {
  padding: 20px 0;
  font-weight: 200;
  font-size: 30px;
}
.hero-text p {
  font-size: 16px;
  line-height: 24px;
}

.home-width {
  width: 85%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
/*-----Quick Links--------*/
.width {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.ql-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
.ql-top h2 {
  font-size: 50px;
  line-height: 54px;
  max-width: 700px;
}
.ql-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 45px;
}

.green-half {
  background: linear-gradient(to top, var(--darkgreen) 60%, #fff 60%);
}
.qls {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
}
.ql {
  width: calc(33.33% - 20px);
  margin: 10px;
}
.ql img {
  width: 100%;
  transition: 0.3s ease;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
.ql h3 {
  color: #fff;
  font-size: 45px;
  line-height: 46px;
  padding: 15px 0 5px 0;
}
.ql:hover h3 {
  color: #bfe74e;
}
.ql p {
  font-size: 18px;
  color: #bfe74e;
}

.ql:hover img {
  transform: translateY(-10px);
}

/*-------Video---------*/
.green-back {
  background: var(--darkgreen);
  position: relative;
  height: 700px;
}
.video-container {
  height: 600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.video {
  min-width: 150%;
  min-height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-width {
  padding: 30px 0 20px 0;
}
.text-width h2 {
  font-size: 50px;
  line-height: 54px;
  max-width: 700px;
  color: #fff;
}

/*-------Contact---------*/
.contact-top {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.contact-top h2,
.contact-top h1 {
  font-size: 50px;
  line-height: 54px;
}
.contact-top p {
  font-size: 16px;
  color: #000;
}
.contact {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  border-bottom: solid 2px var(--darkgreen);
}
.contact-left {
  width: 50%;
}
.contact-left {
  padding: 10px 5%;
}
.icon-row {
  display: flex;
  padding: 15px 0;
  flex-direction: row;
  justify-content: flex-start;
}
.icon-row i {
  font-size: 30px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.person {
  padding-left: 30px;
}
.person h3 {
  font-size: 35px;
}
.person a {
  font-size: 16px;
  color: #555;
}

.person a:hover {
  color: var(--green);
}
.contact-right {
  width: 50%;
}

/*-----About---------*/
.about {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 60px 0;
}
.about-left {
  width: 50%;
  padding-right: 30px;
  box-sizing: border-box;
}
.about-left h2 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  padding-bottom: 15px;
}
.about-left h2 span {
  font-size: 20px;
  font-family: var(--text);
  color: var(--darkgreen);
}
.about-left p {
  font-size: 16px;
  line-height: 24px;
}
.about-right {
  width: 50%;
  display: flex;
  flex-direction: row;
  margin-top: 60px;
}
.about-right a {
  width: calc(50% - 10px);
  transition: 0.3s ease;
  display: flex;
  height: 150px;
  margin: 5px;
  background: var(--gray);
  padding: 15px;
  box-sizing: border-box;
}
.about-right a img {
  width: 80%;
  margin: 0 auto;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.about-right a:hover {
  transform: translateY(-5px);
}
/*-----Logos------*/
.logos {
  width: 100%;
  padding: 20px 0 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.logos a {
  width: 20%;
  transition: 0.3s ease;
}
.logos a img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.logos a:hover {
  transform: scale(1.1);
}

/*--------Brand Pages----------*/
.page-top {
  width: 100%;
  background: var(--gray);
}
.top-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 60px 0;
}
.top-text {
  width: 50%;
  padding: 6% 3% 0 0;
}
.top-text h1 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  padding-bottom: 15px;
}
.top-text p {
  padding: 15px 0;
  font-size: 22px;
  color: #333;
  line-height: 26px;
}
.top-text a {
  margin-top: 20px;
}
.top-img {
  width: 50%;
}
.top-img img {
  padding: 5px;
  display: block;
  background: #fff;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
}

.feat {
  text-align: center;
  padding: 60px 0 20px 0;
}
.feat h2 {
  font-size: 35px;
  line-height: 37px;
  color: #000;
}
.feat p {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.feat-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
}
.card {
  width: calc(25% - 30px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.15);
  margin: 15px;
}
.card img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 260px;
  object-fit: cover;
}
.card-text {
  padding: 25px;
  box-sizing: border-box;
}
.card-text h3 {
  font-size: 26px;
  padding-bottom: 10px;
}
.card-text p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.card-text a {
  margin-top: 20px;
  transition: 0.3s ease;
  color: var(--darkgreen);
  font-weight: 600;
  display: block;
}
.card-text a:hover {
  font-size: 20px;
}

.page-bottom {
  width: 100%;
  background: var(--gray);
}
.bottom-cont {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 60px 0;
}
.bottom-text {
  width: 50%;
  padding: 6% 3% 0 0;
}
.bottom-text h2 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  padding-bottom: 15px;
}
.bottom-text p {
  padding: 15px 0;
  font-size: 22px;
  color: #333;
  line-height: 26px;
}
.bottom-text a {
  margin-top: 20px;
}
.bottom-img {
  width: 50%;
}
.bottom-img img {
  padding: 5px;
  display: block;
  background: #fff;
  box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
}
.bottom-text ul li {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  color: #333;
}
.link {
  margin-top: 30px;
  color: var(--darkgreen);
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.link:hover {
  text-decoration: underline;
}

/*--------FORM STYLES--------------------*/
.flex-form {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#formpage {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
#formpage label {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 5px 0;
}
#formpage input,
select {
  padding: 12px;
  border: 1px solid #ccc;
  color: #777 !important;
  font-size: 14px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.form-half {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.form-whole {
  width: calc(100% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px;
}
.form-third {
  width: calc(33.33% - 10px);
  display: block;
  vertical-align: middle;
  margin: 5px;
}
input[type="text"],
input[type="email"],
input[type="date"],
select,
input[type="phone"] {
  width: 100%;
  box-sizing: border-box;
}

#formpage textarea {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #ccc !important;
  color: #000;
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 2px;
}
#formpage textarea:focus {
  border: 1px solid #ccc;
  border-radius: 2px;
}

#formpage input.submit-button,
#submit-btn button {
  width: 180px;
  display: block;
  padding: 12px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px;
  box-sizing: border-box;
  color: #fff;
  background: var(--lightgreen);
  border-radius: 25px;
  border: none;
}

#formpage input.submit-button:hover,
#submit-btn button:hover {
  background: var(--darkgreen);
  color: #fff !important;
  cursor: pointer;
}
.submit-button,
#submit-btn {
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
.captcha-button {
  width: 180px;
}
.include-captcha {
  display: none;
}
#formpage input.submit-button {
  color: #000 !important;
}
.CaptchaPanel {
  text-align: left !important;
}

/*-------- FOOTER STYLES ----------------*/
footer {
  background: var(--darkgreen);
  width: 100%;
  padding: 80px 0;
}
.footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-left {
  display: flex;
  flex-direction: row;
}
.foot-col {
  padding: 0 15px;
  min-width: 260px;
}
.foot-col p {
  font-size: 28px;
  color: #fff;
  font-family: var(--title);
  font-weight: 400;
  padding-bottom: 20px;
}
.foot-col ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-right img {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.foot-icons {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.foot-icons a i {
  color: #fff;
  background: var(--lightgreen);
  padding: 5px;
  height: 30px;
  width: 30px;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.foot-icons a:hover i {
  background: var(--green);
}
.foot-col ul li a:hover {
  color: var(--lightgreen);
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .buy-now-link,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability-link,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller-link,
.body-wrapper
  > div:not(.detail-wrapper)
  .faceted-section-box
  .show-all-modal
  .show-all-modal-content-container
  .show-all-modal-content
  .title-close-row
  .apply-button,
.body-wrapper
  > div:not(.detail-wrapper)
  .show-all-modal
  .show-all-modal-content-container
  .show-all-modal-content
  .title-close-row
  .apply-button,
.body-wrapper > div:not(.detail-wrapper) button.page-nav {
  background: var(--green) !important;
  color: #fff !important;
}

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper > div:not(.detail-wrapper) .contact-options a,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper > div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper
  > div:not(.detail-wrapper)
  .mobile-done-button-container
  .mobile-done-button,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper > div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper > div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
  background: var(--green) !important;
  color: #fff !important;
}

.body-wrapper > div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper > div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper > div:not(.detail-wrapper) .fin-calc-mobile > a:hover,
.body-wrapper > div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper > div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper
  > div:not(.detail-wrapper)
  .mc-nav-controls
  .mc-icon-navarrow
  span,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper > div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper
  > div:not(.detail-wrapper)
  .detail-contact-bar
  .contact-bar-btn:hover {
  background: var(--darkgreen) !important;
  color: #fff !important;
  /*----Border----*/
}

.body-wrapper
  > div:not(.detail-wrapper)
  .faceted-section-box
  .show-all-modal
  .show-all-modal-content-container
  .show-all-modal-content
  .title-close-row
  .back-button,
.body-wrapper
  > div:not(.detail-wrapper)
  .show-all-modal
  .show-all-modal-content-container
  .show-all-modal-content
  .title-close-row
  .back-button,
.body-wrapper > div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper
  > div:not(.detail-wrapper)
  .parts-listing-container
  .mobile-parts-detail-container
  .dealer-phone-container
  a {
  color: #000 !important;
  border: 1px solid #000 !important;
  /*-----------------------OTHER TEXT STYLES-----------------------*/
  /*----Page Title----*/
}

.body-wrapper > div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper
  > div:not(.detail-wrapper)
  .parts-top-section
  .parts-title-and-breadcrumbs
  .parts-title
  .parts-title-text
  span,
.body-wrapper > div:not(.detail-wrapper) .title-media-buttons-heading h1 {
  color: #000 !important;
  line-height: 28px !important;
}

.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .listing-dealer-info
  .dealer-name,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .fin-calc,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-listing-mobile
  .listing-dealer-info
  .spec-value,
.body-wrapper > div:not(.detail-wrapper) .fin-calc,
.body-wrapper > div:not(.detail-wrapper) .fin-calc p,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-main-section
  .list-container
  .list-error
  .info,
.body-wrapper
  > div:not(.detail-wrapper)
  .parts-bottom-section
  .parts-list-view
  .parts-list-content
  .error-message,
.body-wrapper > div:not(.detail-wrapper) .info,
.body-wrapper > div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper
  > div:not(.detail-wrapper)
  .parts-top-section
  .parts-title-and-breadcrumbs
  .parts-title
  .parts-listings-count,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-top-section
  .listing-option-bar
  .list-listings-count,
.body-wrapper > div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper > div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper > div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper > div:not(.detail-wrapper) .listing-description-text,
.body-wrapper > div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper > div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper > div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-container-flexrow
  .price-container
  .price,
.body-wrapper > div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper
  > div:not(.detail-wrapper)
  .list-listing-mobile
  .price-container
  .price,
.body-wrapper
  > div:not(.detail-wrapper)
  .compare-listings-container
  .compare-container
  .comp-header-img
  .comp-title-close-cont
  .compare-title,
.body-wrapper
  > div:not(.detail-wrapper)
  .compare-listings-container
  .compare-container
  .compare-price,
.body-wrapper > div:not(.detail-wrapper) .rent-title,
.body-wrapper > div:not(.detail-wrapper) .rent-title-details,
.body-wrapper > div:not(.detail-wrapper) span.list-title-text,
.body-wrapper > div:not(.detail-wrapper) a.search-results-link,
.body-wrapper > div:not(.detail-wrapper) h3.listing-portion-title {
  color: #000 !important;
}

.body-wrapper
  > div:not(.detail-wrapper)
  .mobile-option-bar
  .mobile-option-bar-filter,
.body-wrapper > div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper > div:not(.detail-wrapper) span.parts-listings-count {
  color: #000 !important;
  /*-----------------------MEDIA QUERIES-----------------------*/
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1350px) {
  .green-back {
    height: 550px;
  }
  .video-container {
    height: 450px;
  }
  .video {
    min-width: 100%;
    min-height: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .social-bar {
    display: none;
  }
  .home-width {
    width: 100%;
  }
  .hero {
    height: 550px;
  }
  .hero-text {
    left: 2%;
    top: 10%;
  }
  .hero-text h1 {
    font-size: 70px;
    line-height: 74px;
  }
  header {
    padding: 0 0 0 10px;
  }
  .contact-left {
    width: 350px;
    padding: 10px;
  }
  .contact-right {
    width: calc(100% - 350px);
  }
  .about {
    flex-direction: column;
  }
  .about-left,
  .about-right {
    width: 100%;
  }
  .logos a img {
    width: 100%;
  }
  .top-text {
    width: 400px;
    padding: 6% 1% 0 0;
  }
  .top-img {
    width: calc(100% - 400px);
  }
  .top-img img {
    width: 90%;
    float: right;
  }
  .bottom-img img {
    width: 90%;
  }
}
@media only screen and (max-width: 1150px) {
  .feat-cards {
    flex-wrap: wrap;
  }
  .card {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .bottom-cont {
    flex-direction: column;
    padding: 40px 0;
  }
  .bottom-text {
    width: 100%;
    padding: 30px 0;
  }
  .bottom-img {
    width: 100%;
  }
  .bottom img {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .ql img {
    height: 220px;
  }
  .ql-top h2 {
    font-size: 40px;
    line-height: 44px;
    max-width: 600px;
  }
  .contact {
    flex-direction: column;
  }
  .contact-left,
  .contact-right {
    width: 100%;
  }
  .logos a {
    width: 25%;
  }
  .top-cont {
    flex-direction: column;
    padding: 40px 0;
  }
  .top-text {
    width: 100%;
    padding: 30px 0;
  }
  .top-img {
    width: 100%;
  }
  .top-img img {
    width: 80%;
    margin: 0 auto;
    float: left;
  }
  .bottom-text h2 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 850px) {
  .hero-text {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .hero-text h1 {
    font-size: 55px;
    line-height: 57px;
  }
  .qls {
    flex-direction: column;
    padding: 40px 0;
  }
  .ql {
    width: calc(100% - 20px);
  }
  .green-half {
    background: var(--darkgreen);
  }
  .ql-top {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ql-top q {
    margin-top: 30px;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .footer-right {
    width: 200px;
    margin-bottom: 15px;
  }
  .card img {
    height: 220px;
  }
  .bottom-img img {
    height: 350px;
  }
  .green-back {
    height: 400px;
  }
  .video-container {
    height: 350px;
  }
  .video {
    min-width: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .footer-left {
    flex-direction: column;
  }
  .foot-col {
    width: 100%;
    padding: 15px 5px;
  }
  .flex-row {
    flex-direction: column;
  }
  .form-half {
    width: calc(100% - 10px);
  }
  .logos {
    flex-wrap: wrap;
  }
  .logos a {
    width: 50%;
  }
  .about-right a {
    height: auto;
  }
  .about {
    padding: 30px 0;
  }
  .hero-text h1 {
    font-size: 45px;
    line-height: 47px;
  }
  .hero-text h2 {
    font-size: 26px;
  }
  .header-logos {
    display: none;
  }
  .logo {
    max-width: 250px;
  }
  #menu-button {
    width: calc(100% - 250px) !important;
  }
  #menu-button a {
    width: 60px !important;
  }
  .ql-top h2,
  .text-width h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .top-img img {
    width: 98%;
    height: 300px;
  }
  .card {
    width: calc(100% - 20px);
  }
  .bottom-img img {
    width: 98%;
    height: 300px;
  }
  .bottom-text h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .bottom-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .bottom-text ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .top-text h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .bottom-img img {
    height: 240px;
  }
  .green-back {
    height: 350px;
  }
  .video-container {
    height: 320px;
  }
  .video {
    min-width: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .icon-row i {
    height: 60px;
    width: 60px;
    font-size: 26px;
  }
  .person {
    padding-left: 10px;
  }
  .person h3 {
    font-size: 30px;
  }
  .about-right {
    display: none;
  }
  .contact-top {
    padding: 40px 0;
  }
  .hero-text h1,
  .contact-top h2,
  .about-left h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .ql h3 {
    font-size: 35px;
    line-height: 38px;
  }
  .ql img {
    height: 180px;
  }
  .top-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .top-text h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .top-img img {
    width: 98%;
    height: 200px;
  }
  .card img {
    height: 180px;
  }
  .green-back {
    height: 300px;
  }
  .video-container {
    height: 280px;
  }
}
