@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --body-bg-color: #EDF3F8;
  --primary-color: #EDF3F8;
  --secondary-color: #1F6AFF;
  --number-bg: #1F6AFF;
  --text-color: #001847;
  --header-items-color: #001847;
  --section-title-color: #1F6AFF;
  --background-section-color: #001847;
  --background-benefits-section-color: #1F6AFF;
  --background-extension-section-color: #00B591;
}

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

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

html {
  scroll-behavior: smooth;
}

.main-wrapper {
  height: 100%;
}

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

header .container {
  padding: 0;
}

header .navbar {
  padding: 0.5rem 0;
}

header img {
  height: 54px;
}

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

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

header .navbar-nav {
  width: 100% !important;
  justify-content: space-between;
}

header .navbar-brand {
  margin-right: 10rem;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-item {
  color: var(--header-items-color);
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-item:hover {
  color: var(--secondary-color);
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary-color);
}

/* FOOTER */

footer {
  display: flex;
  align-items: center;
  min-height: 100px;
  margin: 0 66px;
  background: var(--text-color);
  padding: 20px 0;
}

footer a.nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color);
}

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

.social-icons .at-icon-wrapper.at-share-btn.at-svc-twitter,
.social-icons .at-icon-wrapper.at-share-btn.at-svc-facebook {
  background-color: transparent !important;
}

.banner-holder .b-1 {
  margin-top: 90px;
  margin-bottom: 70px;
}

.banner-holder .b-2 {
  margin-top: 100px;
  margin-bottom: 56px;
}

/* BENEFITS */

.section-benefits {
  background: var(--background-benefits-section-color);
  min-height: 524px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 66px;
}

.section-benefits h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: var(--primary-color);
}

.section-benefits p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-color);
}

.section-benefits .map-background {
  position: absolute;
  left: -64px;
  top: -116px;
}

.section-benefits>div,
.thanks-holder>div {
  min-height: 524px;
}

/* EXTENSION */

.section-extension {
  background: url(../img/extension-bg.svg), var(--background-extension-section-color);
  min-height: 524px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0 66px;
}

.section-extension h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: var(--primary-color);
}

.section-extension p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-color);
}

.section-extension .widget-background,
.thanks-holder .widget-background {
  position: absolute;
  right: 0;
}

.section-extension>div {
  min-height: 524px;
}

.add-ext-btn-bottom {
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
  padding: 5px 20px;
}

.add-ext-btn-bottom:hover {
  color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.25);
}

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

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

.exit-survey-view h2 {
  color: var(--secondary-color);
}

.exit-survey-view h5,
.exit-survey-view label {
  color: var(--text-color);
}

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

.contact-view .btn-primary,
.exit-survey-view .btn-primary {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.contact-view .btn-primary:hover,
.exit-survey-view .btn-primary:hover {
  filter: brightness(1.1);
}

.section-home>div {
  padding: 0px;
}

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

.section-home .home-container {
  margin: 0 66px;
  background: var(--background-section-color);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 514px;
}

.section-home #website-widget-container {
  position: absolute;
  width: 584px;
  height: 514px;
  right: 10%;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 3rem;
}

.how-to-use-container #website-widget-container {
  width: 584px;
  height: 514px;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;
}

.how-to-use-container .lph1 {
  color: var(--secondary-color);
}

.install-section-holder h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: var(--primary-color);
}

.install-section-holder p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-color);
}

.add-ext-btn {
  background: #DE8B0D;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #ffffff;
  width: 204px;
  height: 53px;
  padding-left: 32px;
  padding-right: 14px;
  justify-content: space-between;
  margin-right: 30px;
}

.add-ext-btn:hover {
  filter: brightness(1.1);
  color: #ffffff;
}

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

/* HOW TO USE PAGE */

/* Accessing the Widget HOLDER */
.common-widgets-holder h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: var(--section-title-color);
}

.common-widgets-holder p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--text-color);
}

.common-widgets-holder .circle-num {
  color: var(--primary-color);
  background: var(--number-bg);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
}

.common-widgets-holder h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 39px;
  align-items: center;
  color: var(--secondary-color);
}

.close-widget-step-3-img {
  margin-top: -150px;
}

.close-widget-step-4-img {
  margin-top: -100px;
}

/* *********************** */
.thanks-holder {
  margin: 0 66px;
  background: var(--background-section-color);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 512px;
}

.thanks-holder h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -1.2px;
  color: var(--primary-color);
}

.thanks-holder p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--primary-color);
}

.how-to-use-ext-holder h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  letter-spacing: -1.2px;
  color: var(--section-title-color);
}

.how-to-manage-ext-holder h6,
.how-to-use-ext-holder h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: var(--text-color);
}

.how-to-manage-ext-holder h4,
.how-to-use-ext-holder h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
}

.how-to-manage-ext-holder .walking h4,
.how-to-use-ext-holder .walking h4 {
  color: var(--secondary-color);
}

.how-to-manage-ext-holder .cycling h4,
.how-to-use-ext-holder .cycling h4 {
  color: var(--secondary-color);
}

.how-to-manage-ext-holder .driving h4,
.how-to-use-ext-holder .driving h4 {
  color: var(--secondary-color);
}

.how-to-use-ext-holder p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--text-color);
}

.how-to-use-ext-holder .info-card {
  background: #ffffff;
  border-radius: 0px 30px 30px 30px;
  height: 610px;
  width: 374px;
  padding: 44px 26px 24px 32px;
}

.how-to-use-ext-holder .info-card .image {
  min-height: 194px;
}

.how-to-use-ext-holder .info-card .dots {
  margin-left: -52px;
}

.how-to-use-ext-holder .info-card h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 6px;
  color: var(--text-color);
  text-transform: uppercase;
}

.how-to-use-container {
  padding-bottom: 100px;
}

.fdbck-header-holder {
  background: var(--text-color);
  background-size: cover;
  background-repeat: no-repeat;
}

.fdbc-img-holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: var(--primary-color);
}

.feedback-holder .card h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 104.3%;
  color: var(--secondary-color);
}

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

.feedback-holder .card p {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
}

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

.feedback-holder .card-footer .feedback-btn {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
  width: 120px;
}

.feedback-holder .card-footer .feedback-btn:hover {
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  border: none !important;
  filter: brightness(1.1);
}

.fdbck-main {
  background: var(--primary-color);
  padding: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .thanks-holder h1 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {

  .close-widget-step-4-img,
  .close-widget-step-3-img {
    margin-top: -50px;
  }

  nav li {
    margin: 0px 24px;
  }
}

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

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

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

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

@media only screen and (max-width: 992px) {
  .box728x90>div {
    display: none;
  }

  .section-home .home-container {
    padding: 50px 0;
  }

  .section-home #website-widget-container {
    position: relative;
    right: unset !important;
  }

  header .navbar-brand {
    margin-right: 0rem;
  }
}

@media screen and (min-width: 1400px) {
  .lpb {
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 1700px) {
  .lpb {
    padding-right: 155px !important;
  }
}

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

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

  .section-benefits>div {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 615px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 840px;
  }
}

@media (max-width: 1300px) {
  .section-home #website-widget-container {
    right: 5%;
  }

  .section-extension {
    background-size: cover;
    background-position: left;
  }
}

@media (max-width: 1360px) {
  .section-extension .widget-background {
    width: 675px;
  }
}

@media (max-width: 1100px) {
  .section-home .home-container {
    margin: 0 15px;
  }
}