@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-color: #1A73E8;
  --body-bg-color: #ffffff;
  --text-color: #424242;
  --footer-bg-color: #424242;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--body-bg-color);
}

html * {
  font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.main-wrapper {
  height: 100%;
}

header {
  padding: 0px 116px;
  display: flex;
  background: var(--body-bg-color);
  color: var(--primary-color);
}

.navbar-nav .nav-link {
  color: var(--primary-color) !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #35A6FF !important;
}

header>* {
  display: inline-block;
  margin: 5px 0;
}

header>* {
  width: 20%;
}

nav {
  display: flex;
  justify-content: flex-end;
}

header .navbar-nav {
  width: 100% !important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item {
  color: #ffffff;
  text-decoration: none;

  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

nav li {
  border-bottom: solid transparent 4px;
  margin: 0px 15px;
}

.at-icon {
  fill: #ffffff !important;
}

/* FOOTER */

footer {
  background: var(--footer-bg-color);
  box-shadow: none;
  border: none;
  padding: 20px 0px;
}

footer img {
  height: 35px;
}

footer a.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

footer a.nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #35A6FF !important;
}

footer .nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
}

footer .nav {
  margin-top: 15px;
}

.footer-bar {
  padding-top: 25px;
}

.box728x90>div {
  background-color: #c4c4c4;
}

/* BENEFITS */

.section-benefits {
  background: url(../img/benefits-bg.svg);
  min-height: 375px;
}

.section-benefits .bg-holder {
  text-align: center !important;
}

.section-benefits h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.section-benefits p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.how-to-use-ext-holder img {
  max-width: 370px;
}

.error-view,
.contact-view,
.ccpa-container,
.legal-container,
.exit-survey-view,
.requirements-view {
  color: #000000;
  min-height: calc(100vh - 210px);
}

.error-view a,
.contact-view a,
.ccpa-container a,
.legal-container a,
.exit-survey-view a,
.requirements-view a {
  color: var(--primary-color);
}

.section-home .row {
  position: relative;
}

.section-home #website-widget-container {
  height: 773px;
}

.install-section-holder {
  background: url(../img/install-holder-bg.svg), #fdfdfe;
  background-size: cover;
  background-repeat: no-repeat;
}

.install-section-holder h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  color: #ffffff;
}

.install-section-holder p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.add-ext-btn {
  background: #FBBC04;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: #224675;
  max-width: 220px;
}

.add-ext-btn:hover {
  background: #FBBC04;
  color: #224675;
  opacity: 0.8;
}

.install-section-holder img {
  max-width: 170px;
}

/* HOW TO USE PAGE */
.thanks-holder {
  background: url(../img/benefits-bg.svg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.thanks-holder h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 47px;
  text-align: center;
  color: #ffffff;
}

.thanks-holder h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.how-to-manage-ext-holder {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}

.how-to-manage-ext-holder h1,
.how-to-use-ext-holder h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 104.3%;
  color: var(--text-color);
}

.how-to-manage-ext-holder h6,
.how-to-use-ext-holder h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 174.3%;
  color: var(--text-color);
}

.how-to-manage-ext-holder h4,
.how-to-use-ext-holder h4,
.earth-view-holder h4 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

.how-to-manage-ext-holder p,
.how-to-use-ext-holder p,
.earth-view-holder p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: rgba(32, 22, 0, 0.6);
}

.how-to-use-container .last-section {
  background: url(../img/benefits-bg.svg);
  min-height: 375px;
}

.how-to-use-container .last-section h1 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.how-to-use-container .last-section p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.fdbck-header-holder {
  background: url(../img/benefits-bg.svg);
  background-size: cover;
}

.fdbc-img-holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}

.feedback-holder .card h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 104.3%;
  color: var(--text-color);
}

.feedback-holder .card h3 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
}

.feedback-holder .card-footer {
  background: none;
  border: none;
}

.feedback-holder .card-footer .feedback-btn {
  background: var(--primary-color);
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  max-width: 220px;
}

.feedback-holder .card-footer .feedback-btn:hover {
  background: var(--primary-color) !important;
  opacity: 0.8;
}

.fdbck-main {
  background: #eeeeee;
}

@media (min-width: 992px) and (max-width: 1199px) {
  nav.navbar {
    display: block;
  }

  .navbar-brand {
    text-align: center;
    margin: auto;
    display: block;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }

  header .navbar-nav {
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  footer .nav {
    justify-content: center !important;
  }

  .section-benefits {
    min-height: 350px;
    padding: 85px 0px;
  }
}