h1,
h2,
p,
img,
strong,
form,
label,
footer,
header,
nav,
section,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
  list-style: none;
}

footer,
header,
nav,
section {
  display: block;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5c5d61;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.content-wrapper.menu-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: rgba(0, 0, 0, .5);
}

.content-wrapper.menu-open:after {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #729db6;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

a:hover {
  color: #83be63;
}

.title {
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
  color: #4a4a4a;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

h2 {
  font-size: 36px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
}

.title:last-child,
h1:last-child,
p:last-child {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

strong {
  font-weight: 700;
}

hr {
  width: 100%;
  height: 2px;
  margin: 30px 0;
  border: 0;
  background: #e0e4eb;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}

ul:last-child {
  margin-bottom: 0;
}

ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

ul li:last-child {
  margin-bottom: 0;
}

.content-wrapper {
  width: 100%;
  position: relative;
  padding-top: 89px;
}

.container {
  width: 1270px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.container.small-container {
  width: 1070px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.light-gradient {
  background: rgb(234, 239, 245);
  background: -moz-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: linear-gradient(135deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeff5', endColorstr='#c4d5e0', GradientType=1);
}

.s-py {
  padding-top: 120px !important;
}

.s-py {
  padding-bottom: 120px !important;
}

.no-margin {
  margin: 0;
}

.form-list {
  margin: 0 -5px;
  font-size: 0;
}

.form-list li {
  width: calc(50% - 10px);
  vertical-align: middle;
  margin: 5px 5px;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
}

.form-list li.full {
  width: calc(100% - 10px);
}

.form-list.style-2 {
  margin: 0 -7px;
}

.form-list.style-2 li.full {
  width: calc(100% - 14px);
}

.form-list.style-2 li {
  width: calc(50% - 14px);
  margin: 0 7px 30px 7px;
}

.form-list.style-2 li:last-child {
  margin-bottom: 0;
}

.form-list li.floating-label label {
  background: transparent;
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 0px;
  font-size: 16px;
  color: #b1b1b1;
  margin: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.form-list li.floating-label .text-field:focus + label,
.form-list li.floating-label .text-field.active + label {
  top: -15px;
  font-size: 14px;
  color: #5c5d61;
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.text-field {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(19, 19, 19, .5);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #535353;
  text-align: left;
  padding: 11px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.text-field:focus {
  outline: none;
}

.style-2 .text-field {
  font-size: 16px;
  color: #4a4a4a;
  padding: 8px 0;
  border: 0;
  background: transparent;
  border-bottom: 2px solid rgba(173, 174, 176, 0.4);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
}

.error-msg {
  color: #ff0000;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  padding-left: 20px;
}

.btn {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #131313;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #131313;
  padding: 12px 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btn-big {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background: #131313;
}

.btn.btn-green {
  color: #fff !important;
  background: #83be63 !important;
  border-color: #83be63 !important;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #8fd26a !important;
  border-color: #8fd26a !important;
  color: #fff !important;
}

textarea {
  min-height: 100px;
  resize: none;
}

button,
input {
  filter: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 50px;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.site-header .header-left {
  width: 20%;
}

.site-header .header-right {
  width: 20%;
  text-align: right;
}

.logo {
  display: block;
  width: 105px;
}

.menu-btn {
  display: none;
  color: #131313;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}

.menu-btn:hover,
.menu-btn:focus {
  color: #131313;
}

.menu-line {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-line,
.menu-line::before,
.menu-line::after {
  width: 20px;
  height: 2px;
  background-color: #131313;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  left: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-line::before,
.menu-line::after {
  content: "";
  display: block;
}

.menu-line::before {
  top: -7px;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.menu-line::after {
  bottom: -7px;
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-btn.active .menu-line {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn.active .menu-line::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.menu-btn.active .menu-line::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-menu {
  font-size: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.main-menu .btn {
  display: none;
}

.main-menu {
  text-align: center;
}

.main-menu li {
  display: inline-block;
  font-size: 14px;
  margin: 0 25px;
}

.main-menu li a {
  color: #131313;
}

.main-menu li a:hover,
.main-menu li.active a {
  color: #83be63;
  color: #83be63;
}

.site-footer {
  padding: 50px 0;
  border-top: 2px solid #e0e4eb;
}

.light-gradient + .container .site-footer {
  border-top-color: transparent;
}

.site-footer .footer-logo {
  max-width: 105px;
  margin: 0 auto 30px auto;
}

.site-footer .links .copyright {
  display: inline-block;
}

.site-footer a {
  color: #5c5d61;
}

.site-footer a:hover {
  color: #83be63;
}

.site-footer .footer-menu {
  display: inline-block;
}

.site-footer .footer-menu li {
  margin: 0 0 0 20px;
  display: inline-block;
}

.zipcode-form {
  max-width: 500px;
  margin: 0 auto;
}

.zipcode-form .text-field,
.zipcode-form .btn {
  width: 50%;
}

.light-gradient .zipcode-form .text-field {
  background: #fff;
  border-color: transparent;
}

.zipcode-form .text-field {
  padding: 20px 20px;
  background: #f7f8fa;
  border: 3px solid #e5e5e5;
  border-right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #5c5d61;
  text-align: center;
  border-radius: 70px 0px 0px 70px;
  -moz-border-radius: 70px 0px 0px 70px;
  -webkit-border-radius: 70px 0px 0px 70px;
}

.zipcode-form .text-field:focus {
  border-color: #83be63;
}

.zipcode-form .btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px 70px 70px 0px;
  -moz-border-radius: 0px 70px 70px 0px;
  -webkit-border-radius: 0px 70px 70px 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -2px rgba(0, 0, 0, 0.12);
}

.zipcode-form .tool-tip {
  background: #4a4a4a;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
}

.zipcode-form .tool-tip:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(74, 74, 74, 0);
  border-top-color: #4a4a4a;
  border-width: 7px;
  margin-left: -7px;
}

.animation {
  opacity: 0;
}

.animation.go {
  opacity: 1;
}

.moveup.go {
  -webkit-animation: linear;
  -webkit-animation-name: moveup;
  -webkit-animation-duration: .6s;
}

@-webkit-keyframes moveup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.page-title {
  min-height: 150px;
  overflow: hidden;
  padding: 90px 0 15px 0;
  background: rgb(234, 239, 245);
  background: -moz-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: linear-gradient(135deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeff5', endColorstr='#c4d5e0', GradientType=1);
}

.page-title .title {
  position: relative;
}

.page-title .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 300px;
  max-width: 100%;
  height: 5px;
  background: #83be63;
}

.contact-form .form-block {
  width: 42%;
}

.contact-form .img-block {
  width: 48%;
}

.contact-form .img-block img {
  width: 100%;
}

.map-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.map-wrapper .contact-info {
  max-width: 380px;
  width: 100%;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 24px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 24px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 8px 8px 24px 2px rgba(0, 0, 0, 0.12);
}

.contact-info .item {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}

.contact-info .item:last-child {
  margin-bottom: 0;
}

.contact-info .location:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info .location:after {
  width: 27px;
  height: 29px;
  background: url(../images/location.svg) left top no-repeat;
  background-size: auto;
}

.site-header .main-menu ul {
  margin: 0;
}

.error {
  font-size: 14px;
  color: #fe4041;
  line-height: normal;
  position: relative;
  display: none;
}

.error.popped {
  position: relative;
  display: block;
}

.form-block .title {
  position: relative;
}

.form-block .form-msg:empty {
  height: 27px;
  width: 100%;
}

.form-block .form-msg {
  padding: 3px 10px;
}

.zipcode-form .error {
  left: 16%;
  transform: translateX(-16%);
  top: 5px;
}

@media screen and (max-width: 1199px) {
  .s-py {
    padding-top: 80px !important;
  }

  .s-py {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 1023px) {
  .content-wrapper {
    padding-top: 51px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-header {
    padding: 15px 30px;
    background: #fff;
  }

  .menu-btn {
    display: block;
  }

  .main-menu {
    position: fixed;
    background: #fff;
    right: 0;
    top: 51px;
    padding: 30px;
    width: 350px;
    max-width: 90%;
    height: calc(100% - 51px);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  .main-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }

  .main-menu .btn {
    display: block;
  }

  .main-menu ul {
    margin-bottom: 20px;
  }

  .main-menu li {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0;
    text-align: left;
  }

  .main-menu li a {
    padding: 10px 0;
    display: block;
  }

  .header-right {
    display: none;
  }

  .site-footer {
    padding: 30px 0;
  }

  .site-footer .footer-logo {
    margin: 0 auto 20px auto;
  }

  .site-footer .links {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .site-footer .links .copyright,
  .site-footer .footer-menu {
    display: block;
    width: 100%;
  }

  .site-footer .footer-menu {
    order: 1;
  }

  .site-footer .footer-menu li {
    margin: 3px 10px;
  }

  .site-footer .links .copyright {
    order: 2;
    margin-top: 20px;
  }

  .page-title {
    min-height: 100px;
    padding: 50px 0 15px 0;
  }

  .map-wrapper .contact-info {
    padding: 30px;
  }

  .contact-info .item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s-py {
    padding-top: 50px !important;
  }

  .s-py {
    padding-bottom: 50px !important;
  }

  .title br {
    display: none;
  }

  .contact-form .form-block,
  .contact-form .img-block {
    width: 100%;
  }

  .contact-form .form-block {
    margin-bottom: 30px;
  }

  .map-wrapper .contact-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.05);
  }

  .form-list li {
    width: calc(100% - 10px);
  }

  .form-list.style-2 li {
    width: calc(100% - 14px);
  }
}

@media screen and (max-width: 567px) {
  .title {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .s-py {
    padding-top: 40px !important;
  }

  .s-py {
    padding-bottom: 40px !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding: 15px 20px;
  }

  .main-menu li a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .zipcode-form .text-field,
  .zipcode-form .btn {
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
  }

  .zipcode-form .text-field {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-right: 2px solid #e5e5e5;
  }

  .zipcode-form .btn {
    padding: 15px 30px;
  }

  .zipcode-form .error {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
}

.btn-with-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-loading {
  opacity: 0.8;
}

.btn-loading:hover {
  opacity: 0.8;
}

.loader-hidden {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
