.testimonial-card1-testimonial-card {
  display: flex;
  padding: 32px;
  max-width: 1400px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card1-icon {
  width: 15%;
  align-self: center;
  margin-bottom: 32px;
}
.testimonial-card1-testimonial {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card1-text {
  color: #000000;
  text-align: center;
  margin-bottom: 48px;
}
.testimonial-card1-text1 {
  font-size: 1.5rem;
  align-self: center;
  text-align: center;
  font-weight: 300;
  margin-bottom: var(--dl-space-space-halfunit);
}
.testimonial-card1-text2 {
  color: var(--dl-color-gray-500);
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: uppercase;
}
.testimonial-card1-image {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}










@media(max-width: 991px) {
  .testimonial-card1-text2 {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .testimonial-card1-testimonial-card {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 479px) {
  .testimonial-card1-testimonial-card {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .testimonial-card1-icon {
    margin-bottom: var(--dl-space-space-unit);
  }
  .testimonial-card1-text {
    margin-bottom: 32px;
  }
  .testimonial-card1-text1 {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonial-card1-text2 {
    margin-bottom: var(--dl-space-space-unit);
  }
}

.testimonials-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
}
.testimonials-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: inherit;
  box-shadow: 5px 5px 10px 0px #4c4242;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #008b42;
}
.testimonials-navlink {
  display: contents;
}
.testimonials-image {
  width: 1051px;
  height: auto;
  object-fit: cover;
  text-decoration: none;
}
.testimonials-navbar {
  width: var(--dl-size-size-maxcontent);
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  background-color: #008b42;
}
.testimonials-logo {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.testimonials-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.testimonials-link {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.testimonials-link:hover {
  color: #f2c700;
}
.testimonials-link:active {
  color: #f2c700;
  text-decoration: underline;
}
.testimonials-link01 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.testimonials-link01:hover {
  color: #f2c700;
}
.testimonials-link01:active {
  color: #f2c700;
  text-decoration: underline;
}
.testimonials-link02 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.testimonials-link02:hover {
  color: #f2c700;
}
.testimonials-link02:active {
  color: #f2c700;
  text-decoration: underline;
}
.testimonials-link03 {
  color: #f2c700;
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: underline none;
}
.testimonials-link03:hover {
  color: #f2c700;
}
.testimonials-cta-btn {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  border-color: #000000;
  border-width: 2px;
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.testimonials-cta-btn:hover {
  color: #f2c700;
  border-color: #f2c700;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.testimonials-cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.testimonials-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.testimonials-icon {
  width: 36px;
  height: 36px;
}
.testimonials-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.testimonials-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.testimonials-navlink1 {
  display: contents;
}
.testimonials-image1 {
  width: 50px;
  object-fit: cover;
  text-decoration: none;
}
.testimonials-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonials-icon2 {
  width: 24px;
  height: 24px;
}
.testimonials-mid {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonials-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.testimonials-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.testimonials-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.testimonials-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.testimonials-link07 {
  text-decoration: none;
}
.testimonials-cta-btn1 {
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-100);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.testimonials-hero {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #f3f3f3;
}
.testimonials-testimonial {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #009933;
}
.testimonials-container3 {
  width: 100%;
  display: flex;
  padding: 48px;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.testimonials-text {
  color: var(--dl-color-gray-black);
  padding-bottom: var(--dl-space-space-doubleunit);
}
.testimonials-container4 {
  width: 100%;
  display: grid;
  grid-gap: 32px;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
}
.testimonials-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  box-shadow: 10px 10px 10px 10px #4c4242;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #369a40;
}
.testimonials-content-container {
  width: 588px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-700);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.testimonials-container5 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-navlink2 {
  display: contents;
}
.testimonials-image2 {
  width: 509px;
  height: 128px;
  object-fit: cover;
  text-decoration: none;
}
.testimonials-text3 {
  width: 299px;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 700;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  margin-bottom: var(--dl-space-space-unit);
}
.testimonials-locations-container {
  width: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.testimonials-location-1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 0px;
  flex-direction: column;
}
.testimonials-email {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.testimonials-icon4 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.testimonials-link08 {
  transition: 0.3s;
  text-decoration: none;
}
.testimonials-link08:hover {
  color: #f2c700;
}
.testimonials-phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.testimonials-icon6 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.testimonials-link09 {
  transition: 0.3s;
  text-decoration: none;
}
.testimonials-link09:hover {
  color: #f2c700;
}
@media(max-width: 1600px) {
  .testimonials-container {
    background-color: #f3f3f3;
  }
  .testimonials-navbar-container {
    box-shadow: 5px 5px 10px 0px #4c4242;
    background-color: #008b42;
  }
  .testimonials-image {
    width: 908px;
    height: auto;
  }
  .testimonials-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-link03 {
    text-decoration: underline;
  }
  .testimonials-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-mobile-menu {
    display: none;
  }
  .testimonials-hero {
    background-color: #f3f3f3;
  }
  .testimonials-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .testimonials-content-container {
    width: 588px;
  }
  .testimonials-locations-container {
    width: 338px;
  }
  .testimonials-location-1 {
    padding-top: var(--dl-space-space-halfunit);
  }
  .testimonials-email {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .testimonials-phone {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 1200px) {
  .testimonials-container {
    background-color: #f3f3f3;
  }
  .testimonials-navbar-container {
    width: 100%;
    height: auto;
    max-width: auto;
    box-shadow: 5px 5px 10px 0px #4c4242;
    max-height: auto;
    background-color: #008b42;
  }
  .testimonials-image {
    width: auto;
    height: auto;
  }
  .testimonials-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-link03 {
    color: #f2c700;
    text-decoration: underline;
  }
  .testimonials-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .testimonials-mobile-menu {
    display: none;
  }
  .testimonials-hero {
    background-color: #f3f3f3;
  }
  .testimonials-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .testimonials-content-container {
    width: auto;
  }
  .testimonials-image2 {
    width: auto;
    height: auto;
  }
  .testimonials-locations-container {
    width: 354px;
  }
  .testimonials-location-1 {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
  }
  .testimonials-email {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .testimonials-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 991px) {
  .testimonials-navbar-container {
    box-shadow: 5px 5px 10px 0px #4c4242;
    background-color: #008b42;
  }
  .testimonials-image {
    width: auto;
    height: auto;
  }
  .testimonials-navbar {
    width: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .testimonials-mobile-menu {
    display: none;
  }
  .testimonials-hero {
    flex-direction: column-reverse;
  }
  .testimonials-text {
    text-align: center;
  }
  .testimonials-container4 {
    grid-template-columns: 1fr;
  }
  .testimonials-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
  }
  .testimonials-content-container {
    width: auto;
  }
  .testimonials-image2 {
    flex: 1;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .testimonials-locations-container {
    width: auto;
    flex-wrap: wrap;
  }
  .testimonials-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .testimonials-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .testimonials-navbar-container {
    box-shadow: 5px 5px 10px 0px #4c4242;
    background-color: #008b42;
  }
  .testimonials-image {
    width: 100%;
    height: auto;
  }
  .testimonials-navbar {
    width: auto;
    max-width: auto;
    align-self: flex-end;
    margin-left: var(--dl-space-space-triplequarter);
    padding-top: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-triplequarter);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-links-container {
    display: none;
  }
  .testimonials-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    background-color: var(--dl-color-gray-black);
  }
  .testimonials-icon {
    fill: var(--dl-color-gray-white);
  }
  .testimonials-mobile-menu {
    height: 315px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    background-color: #369a40;
  }
  .testimonials-cta-btn1 {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: #000000;
  }
  .testimonials-container3 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .testimonials-footer {
    width: 100%;
    max-width: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: column;
  }
  .testimonials-content-container {
    width: 100%;
  }
  .testimonials-image2 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .testimonials-text3 {
    width: auto;
  }
  .testimonials-locations-container {
    width: auto;
  }
  .testimonials-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
  }
  .testimonials-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .testimonials-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 479px) {
  .testimonials-navbar-container {
    width: 100%;
    height: 168px;
    box-shadow: 5px 5px 10px 0px #4c4242;
    background-color: #008b42;
  }
  .testimonials-image {
    width: 100%;
    height: auto;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-navbar {
    width: auto;
    height: 59px;
    max-width: auto;
    align-self: flex-end;
    margin-left: var(--dl-space-space-triplequarter);
    padding-top: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-triplequarter);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-cta-btn {
    width: auto;
    height: auto;
    font-size: 16px;
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .testimonials-burger-menu {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-doubleunit);
  }
  .testimonials-icon {
    align-self: flex-end;
  }
  .testimonials-mobile-menu {
    height: 312px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 3px;
    background-color: #369a40;
  }
  .testimonials-cta-btn1 {
    font-size: 16px;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: #000000;
  }
  .testimonials-container3 {
    padding-top: 32px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: 32px;
  }
  .testimonials-footer {
    height: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-top: var(--dl-space-space-fiveunits);
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .testimonials-content-container {
    width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-image2 {
    width: 100%;
    height: auto;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-text3 {
    font-size: 18px;
    font-style: normal;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .testimonials-text4 {
    text-align: center;
  }
  .testimonials-locations-container {
    width: auto;
    margin-bottom: 0px;
  }
  .testimonials-location-1 {
    width: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .testimonials-email {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .testimonials-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .testimonials-link08 {
    font-size: 14px;
    align-self: flex-start;
    text-decoration:  none;
  }
  .testimonials-phone {
    margin-bottom: var(--dl-space-space-unit);
  }
  .testimonials-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
