* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .nav-link {
    color: #000 !important;
  }
  .hero-main-links div {
    flex-basis: 40%;
  }
}
/*@media (min-width: 1200px) {*/
/*  .navbar {*/
/*    padding: 10px 10px 10px 5px !important;*/
/*  }*/
/*}*/
.inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}
.inner-wrapper div ul {
  list-style-type: none;
  width: 100%;
}
.list-title {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
}
.list-price {
  color: #000;
  padding: 10px 0;
  font-size: 1.5rem;
}
.small-heading {
  font-size: 25px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .flex-grow-1.vp-cta h1 {
    font-size: 45px !important;
  }
  #big-display-row {
    flex-direction: row !important;
  }
  #big-display-row div img {
    width: 100% !important;
    height: 100% !important;
  }
}
.above-fold-section {
  width: 100%;
  background-color: #f7e05f;
  display: flex;
  padding-bottom: 3vh;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}

.above-fold-section-heading {
  color: #000;
  font-size: 7vw;
  letter-spacing: -4.3px;
  font-weight: 500;
  margin-bottom: 3vw;
  line-height: 8\vw;
}
.above-fold-section-div {
  width: 94.6%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3vh;
}
.above-fold-section-heading + p {
  font-size: 26px;
  font-weight: 300;
  color: #0d0e0e;
  line-height: 30px;
}
.sticky-nav-header {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #f5f5f5;
  justify-content: center;
}
.sticky-inside {
  display: flex;
  flex-direction: row;
  width: 94%;
  padding-left: 1vw;
  padding-right: 1vw;
}
.sticky-inside-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sticky-inside-div a {
  margin: 0 25px;
  cursor: pointer;
}
.sticky-inside-div span + span {
  margin-left: 25px;
}
.sticky-inside a,
a + span {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #313437;
}
.col-md-10.big-screen-col div {
  display: flex;
  flex-basis: 50%;
}
#schedule {
  max-width: 350px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .above-fold-section-heading {
    letter-spacing: 1px;
    font-weight: 700;
  }
}
@media (max-width: 700px) {
  #hide-second-nav {
    display: none;
  }
}
#wrapper-two {
  border: 1px solid #d4dde0;
}
@media (max-width: 400px) {
  .contact-steps {
    padding: 15px !important;
  }
  #wrapper-two div {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  #trust-icons-wpg {
    flex-direction: column !important;
    height: 250px;
    justify-content: space-between !important;
  }
}
@media (max-width: 576px) {
  .above-fold-section-heading {
    font-size: 38px;
    line-height: normal;
  }
  .inner-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    border: none !important;
  }
  #ss-package-heading {
    text-align: center !important;
  }
  #wrapper-two div:not(#no-border-ss) {
    border: 1px solid #d4dbe0;
  }
  #wrapper-two li {
    flex-direction: row !important;
    width: 100%;
    display: flex;
  }
}
.toggle-animated:focus {
  box-shadow: none !important;
}

nav .navbar-nav .nav-link {
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #595951 !important
}