.top-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}

.main-banner {
  height: 528px;
  margin-top: 143px;
  padding-top: 98px;
  padding-left: 102px;
  background-image: url('../images/head.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.why-choose-section {
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
}

.problems-section {
  padding: 46px;
  background-color: #edf6f7;
}

.content-section {
  padding: 25px 55px;
}

.content-section.inner-page-top-margin {
  margin-top: 135px;
}

.footer {
  background-color: #0b1129;
}

.footer-last {
  background-color: #080d20;
}

.content-container {
  margin-bottom: 16px;
}

.social-media-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-media-main.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-block {
  width: 50px;
  height: 50px;
  padding-top: 9px;
  border-right: 1px solid #e8e8e8;
  text-align: center;
}

.social-media-block.no-border {
  border-right-width: 0px;
}

.social-media-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-media-link:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.contact-img-block {
  margin-right: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.contact-info-block {
  margin-right: 26px;
  color: #f95731;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.contact-info-block:hover {
  color: #4e4e4e;
}

.contact-info-block-main {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.contact-info-block-main.border {
  height: 50px;
  min-width: 0px;
  margin-right: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right: 1px solid #e8e8e8;
}

.contact-top-main {
  margin-right: 45px;
  margin-left: 45px;
}

.contact-top-main.margin {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-bar-main {
  background-color: #fff;
}

.nav-link {
  padding-left: 10px;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #267aea;
}

.quote-button {
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f95731;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.quote-button:hover {
  background-color: #267aea;
}

.quote-button.w--current {
  color: #fff;
}

.contact-top-div {
  border-bottom: 1px solid #e8e8e8;
}

.main-img {
  float: right;
}

.h1 {
  font-family: Roboto, sans-serif;
  color: #267aea;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
}

.content {
  color: #272727;
  font-weight: 400;
  text-align: left;
}

.bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
}

.bullet-img {
  margin-right: 26px;
}

.bullet-img.footer {
  margin-right: 20px;
}

.problems-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #267aea;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.h2.problems {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 20px;
}

.problems-img {
  margin-right: 65px;
  float: left;
}

.problems-heading {
  margin-top: 12px;
  margin-bottom: 58px;
  font-family: Roboto, sans-serif;
  color: #676767;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.problems-row {
  margin-bottom: 10px;
}

.footer-one-main-div {
  margin-right: 50px;
  margin-left: 50px;
}

.footer-one-first-div {
  background-color: #267aea;
}

.footer-one-div-block {
  margin-right: 38px;
  margin-left: 38px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #3e8cf2;
}

.footer-contact {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-contact:hover {
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  text-decoration: underline;
}

.footer-contact-img {
  margin-right: 15px;
}

.footer-contact-div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-social-media-block {
  margin-right: 7px;
  margin-left: 7px;
}

.footer-div-block {
  padding-top: 45px;
  padding-bottom: 35px;
}

.footer-text {
  margin-top: 15px;
  margin-right: 20px;
  color: #e2ebf7;
  line-height: 25px;
  font-weight: 400;
}

.white-heading {
  margin-top: 13px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-links {
  color: #e2ebf7;
  font-size: 16px;
  text-decoration: none;
}

.footer-links:hover {
  color: #267aea;
}

.footer-links.underline {
  text-decoration: underline;
}

.copyright {
  color: #e2ebf7;
  font-weight: 400;
  text-align: center;
}

.second-footer-main-block {
  padding: 19px 90px;
  text-align: center;
}

.banner-text-one {
  margin-bottom: 22px;
  color: #f95731;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #000;
}

.banner-text-two {
  padding-right: 171px;
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
}

.move-right {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  line-height: 25px;
}

.move-right:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.logo-text {
  font-family: Roboto, sans-serif;
  color: #267aea;
  font-size: 30px;
}

.logo-text.grey {
  margin-right: 5px;
  margin-left: 5px;
  color: #4e4e4e;
}

.brand-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-div-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.problems-link-block {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
}

.problems-link-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.drop-down.w--open {
  margin-top: 16px;
  background-color: #f95731;
}

.drop-donw-link {
  padding-left: 45px;
  border-bottom: 1px solid #ffa792;
  color: #fff;
  font-size: 15px;
}

.drop-donw-link:hover {
  background-color: #267aea;
}

.drop-donw-link.w--current {
  color: #fff;
}

.coupons-section {
  background-color: #267aea;
}

.coupons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.coupons-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.coupons-click {
  margin: 3px;
  padding: 10px 25px;
  border: 2px dotted #267aea;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #267aea;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #267aea;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.h3.move-right {
  text-align: left;
}

.problems-icon-div {
  width: 65px;
}

.content-cols {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.center {
  padding: 20px;
  text-align: center;
}

.left-align {
  padding: 5px;
  text-align: left;
}

.coupons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coupon-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field {
  height: 40px;
  border: 1px solid #a9a9a9;
  color: #267aea;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.text-field.text-area {
  height: 120px;
}

.form-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-names {
  color: #267aea;
}

.submit {
  padding: 14px 34px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-block {
  width: 90%;
  margin-right: 20px;
}

.bullets-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.inner-page-link {
  text-decoration: none;
}

.map-section {
  height: 180px;
}

@media (max-width: 991px) {
  .top-section {
    position: static;
  }
  .main-banner {
    margin-top: 0px;
    padding-left: 25px;
  }
  .content-section.inner-page-top-margin {
    margin-top: 0px;
  }
  .social-media-main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-info-main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link {
    padding-left: 20px;
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-link:hover {
    background-color: #267aea;
    color: #fff;
  }
  .main-img {
    display: inline-block;
  }
  .footer-col {
    border-style: none;
  }
  .nav-button.w--open {
    background-color: #fff;
    color: #000;
  }
  .nav-menu {
    margin-top: 9px;
    background-color: #fff;
  }
  .drop-down.w--open {
    margin-top: 0px;
  }
  .coupons-text {
    padding-right: 25px;
    line-height: 40px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .main-banner {
    height: 350px;
    background-size: auto;
  }
  .content-section.inner-page-top-margin {
    margin-top: 0px;
  }
  .content-container {
    padding-right: 21px;
    padding-left: 21px;
  }
  .contact-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-block-main.border {
    display: none;
  }
  .main-img {
    display: none;
  }
  .problems-heading {
    line-height: 42px;
  }
  .problems-row {
    margin-bottom: 0px;
  }
  .footer-contact-img {
    display: none;
  }
  .banner-text-one {
    display: none;
  }
  .banner-text-two {
    display: none;
  }
  .contact-div-inner {
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bullets-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media (max-width: 479px) {
  .main-banner {
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .social-media-main.center {
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-img-block {
    display: none;
  }
  .footer-one-first-div {
    margin-right: -29px;
    margin-left: -29px;
  }
  .footer-col {
    height: 30px;
    border-right-style: none;
  }
  .footer-contact {
    font-size: 18px;
  }
  .footer-contact.mobile {
    font-size: 13px;
    text-transform: none;
  }
  .footer-contact-img {
    display: none;
  }
  .footer-contact-div {
    text-align: center;
  }
  .footer-social-media-block {
    margin-right: 2px;
    margin-left: 2px;
  }
  .logo-text {
    display: none;
    line-height: 30px;
  }
  .logo-text.logo-mobile {
    font-size: 16px;
  }
  .drop-donw-link {
    padding-left: 22px;
  }
  .coupons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coupons-text {
    padding-right: 0px;
    text-align: center;
  }
  .coupons-click {
    margin-right: -18px;
    margin-left: -18px;
  }
}

