html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Nav bar */
.navbar {
  padding: 0.6rem 1.3rem;
  transition: all 0.5s;
}

.navbar-brand img {
  transition: all 0.5s;
}

.c4d4e4 {
  background-color: #222d35 !important;
}

.scale-img {
  animation: imgScale 10s ease-in;
  transform: scale(1.2, 1.2);
}

@keyframes imgScale {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

/* Nav bar end */



.slide-right {
  animation: left_to_right 3s linear;
}

.slide-right-2 {
  animation: fadeIn 3s;
}

@keyframes left_to_right {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 0%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-down {
  position: absolute;
  animation: top_to_bottom 3s ease;
}

.slide-down-2 {
  animation: fadeIn 3s;
}

@keyframes top_to_bottom {
  from {
    margin-top: -15%;
  }
  to {
    margin-top: 0%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-btn-2 {
  animation: fadeIn 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.carousel-btn:link,
.carousel-btn:visited,
.carousel-btn:active {
  text-decoration: none;
}

.benefits-row {
  padding-top: 53px;
  padding-bottom: 150px;
  width: auto;
  margin-left: 350px;
}

.benefits-col-title {
  color: #222d35;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* .benefits-col-title:hover {
  color: #d72323;
} */

.benefits-col-icon {
  color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 6.25rem;
  margin-bottom: 1.5rem;
}

.benefits-col-icon:hover {
  color: #222d35;
}

.benefits-col-1-desc {
  margin-top: 37.8px;
  color: rgba(34, 45, 53, 0.7);
}

.benefits-col-2-desc {
  margin-top: 37.8px;
  color: rgba(34, 45, 53, 0.7);
}

.benefits-col-3-desc {
  margin-top: 37.8px;
  color: rgba(34, 45, 53, 0.7);
}

.assessment-col {
  width: auto;
  height: 851.891px;
}

.assessment-title {
  padding-bottom: 1.6rem;
  padding-left: 25px;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.23em;
  color: #222d35;
  padding-bottom: 1.6rem;
  position: relative;
  /* hyphens: auto; */
  /* word-break: break-word; */
}

.assessment-text {
  margin-top: 2em;
  padding-left: 20px;
}

.assessment-ul {
  margin-top: 0em;
  margin-bottom: 1.72em;
  color: #7e8285;
  text-align: left;
  padding-left: 1.5em;
}

.assessment-p-tag {
  margin-top: 0em;
  margin-bottom: 1.72em;
  color: #7e8285;
  text-align: left;
}

.assessment-btn-div {
  padding-left: 20px;
}

.us-container {
  padding-left: 0px;
  padding-top: 75px;
}

.us-black-space {
  background-color: #222d35 !important;
}

.us-img {
  width: 1090px;
  height: 560px;
  overflow: visible;
}

.us-container-text {
  background-color: #d72323 !important;
  color: #ffffff;
}

.us-text-head {
  padding-bottom: 1.6rem;
  padding-left: 15px;
  margin-bottom: 2.1rem;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5em;
  hyphens: auto;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.23em;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.us-text {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}

.us-text:hover {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #222d35;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}

.us-text-icon {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #222d35;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
  text-decoration: none;
}

.us-text-icon:hover {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
  text-decoration: none;
}

.us-text-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.us-about-img {
  background-color: #222d35 !important;
  position: relative;
}

.empty-space-dark {
  width: auto;
  height: 9.45rem !important;
  background-color: #222d35 !important;
}

.empty-space-light {
  width: auto;
  height: 9.45rem !important;
}

.featured-container {
  width: auto;
  background-color: #222d35 !important;
}

.featured-title {
  text-align: center;
  font-size: 3.5em;
  padding-bottom: 1.6rem;
  position: relative;
  color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-ul-title {
  color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
}

.featured-ul-title:hover {
  color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
}

.featured-ul {
  color: #a4a7a9;
}

.featured-li {
  list-style-type: none;
}

.featured-li::before {
  content: "\25A0";
  color: #d72323;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  margin-left: -1.5em;
  margin-right: 1em;
}

.team-title-container {
  height: 77px;
  width: auto;
}

.team-title {
  text-align: center;
  font-size: 3.5em;
  padding-bottom: 1.6rem;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2.1rem;
  color: #222d35;
}

.red-box {
  /* background: #ffffff url(../img/redbox_1.png) !important; */
  background-position: top left !important;
  background-repeat: no-repeat !important;
  width: 370px;
  height: 194px;
  margin-left: 600px;
}

.team-container {
  width: 400px;
  height: 193px;
  padding-left: 15px;
}

.team {
  color: #222d35;
  line-height: 1.23em;
  text-align: left;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.team-position {
  color: #d72323;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 1.72em;
  font-family: "Montserrat", sans-serif;
}

.team-contact {
  color: #7e8285;
  font-family: "Montserrat", sans-serif;
}

.team-email {
  color: #d72323;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.team-email:hover {
  color: #222d35;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.consultation-container {
  width: auto;
}

.consultation {
  text-align: center;
  color: #222d35;
  font-size: 3.5em;
  padding-bottom: 1.6rem;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.23em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-container {
  background-color: #222d35;
  color: #a6a6a6;
  width: 2559px;
  height: auto;
}

.footer-line {
  border-top-width: 2px !important;
  padding-top: 14px !important;
  padding-bottom: 50px !important;
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  border-top-style: solid !important;
}

.footer-text {
  margin-left: 25px;
  padding-top: 12px;
  padding-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.demo-form {
  box-shadow: rgb(255 255 255) 1000px 10px inset, rgb(0 0 0) 0px 12px 15px;
  border: 1px solid rgb(126, 130, 133);
  width: auto;
  border-radius: 10px;
  height: auto;
  color: #232e35;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  visibility: visible;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.demo-lrg-text {
  width: 230px;
}

.demo-container {
  padding-bottom: 590px;
}

.form-title {
  padding-top: 15px;
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.form-col {
  margin-top: 9px;
  margin-bottom: 18px;
  padding-left: 13px;
  padding-right: 13px;
}

.form-name {
  width: 223px;
  height: 53px;
  margin-top: 9px;
  padding-left: 13px;
  padding-right: 13px;
}

.form-name-row {
  margin-left: 9px;
  margin-right: 0px;
  width: 831px;
}

.form-field {
  color: #7e8285;
  border-color: #efefef;
  background-color: #efefef;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px;
  padding: 12px 25px;
  height: 53px;
}

.form-field-input {
  height: 53px;
  padding: 12px 25px;
}

.form-field-select {
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  color: #7e8285;
  background: #efefef !important;
  height: 53px;
  padding: 12px 25px;
}

.form-btn {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #d72323;
  cursor: pointer;
  border-radius: 0;
}

.form-btn:hover {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: rgb(34, 45, 53);
  cursor: pointer;
  border-radius: 0;
}

.how-it-works-container-text {
  background-color: #222d35 !important;
  color: #ffffff;
}

.how-it-works-container {
  position: relative;
  z-index: 2;
  background-color: #222d35 !important;
}

.how-it-works-text {
  color: #ffffff;
  font-size: 1.4em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}

/* .how-it-works-text:hover {
  color: #d72323;
  font-size: 1.4em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
} */

.how-it-works-icon {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #d72323;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
  text-decoration: none;
}

.how-it-works-icon:hover {
  font-size: 1.5em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ffffff;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
  text-decoration: none;
}

.login-form {
  box-shadow: rgb(255 255 255) 1000px 10px inset, rgb(0 0 0) 0px 12px 15px;
  border: 1px solid rgb(126, 130, 133);
  width: 632px;
  border-radius: 10px;
  height: auto;
  color: #232e35;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  visibility: visible;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 290px;
  margin-bottom: 190px;
}

.login-container {
  padding-bottom: 400px;
  padding-left: 265px;
}

.login-title {
  padding-left: 215px;
  padding-top: 15px;
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  margin-top: -6px;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.line-light {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 65%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 71%,
    rgba(255, 255, 255, 0.5) 71%
  );
  width: 55px;
  height: 2px;
}

.line-light-feature {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 65%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 71%,
    rgba(255, 255, 255, 0.5) 71%
  );
  width: 55px;
  height: 2px;
  margin-left: 1250px;
}

.line-red {
  background: linear-gradient(
    to right,
    #d72323 0%,
    #d72323 65%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 71%,
    rgba(215, 35, 35, 0.5) 71%
  );
  width: 55px;
  height: 2px;
  margin-left: 25px;
}

.line-red-us {
  background: linear-gradient(
    to right,
    #d72323 0%,
    #d72323 65%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 71%,
    rgba(215, 35, 35, 0.5) 71%
  );
  width: 55px;
  height: 2px;
  margin-left: 1250px;
  margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient(
    to right,
    #d72323 0%,
    #d72323 65%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0) 71%,
    rgba(215, 35, 35, 0.5) 71%
  );
  width: 55px;
  height: 2px;
  margin-left: 1250px;
  margin-bottom: 25px;
}

.reset-pw {
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
  font-size: small;
  color: #222d35;
}

.reset-pw:hover {
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
  font-size: small;
  color: #d72323;
}

.nav-text {
  font-size: 1.6em;
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */
@media (min-width:320px){
  .customer-btn{
    text-decoration: none;
    display: none;
  }
  .benefits-col-1-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-2-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-3-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }

  .carousel-btn-container {
    padding-top: 75px;
    margin-right: 25px;
    text-align: left;
}

  .carousel-img{
    height: 330px;
  }

  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 330px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .7em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .nav-text {
    display: none;
    width: 95px;
    font-size: 0.5em;
  }

  /* .nav-text{
    width: 95px;
    font-size: 0.3em;
  } */
  

  .featured-title{
    font-size: 2em;
  }

  .featured-ul-title{
    font-size: 1.5em;
  }

  .featured-ul-title:hover{
    font-size: 1.5em;
  }

  .red-box{
    margin-left: 20px;
    display: none;
  }

  .consultation{
    font-size: 2.5em;
  }

  .team-title{
    font-size: 2.5em;
  }

  .footer-text{
    font-size: 7px;
  }

  .line-light{
    margin-bottom: 10px;
  }
  
  .us-text-head{
    padding-top: 10px;
    font-size: 3em;
  }

  .assessment-btn-div {
    padding-left: 20px;
    padding-bottom: 25px;
}

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .benefits-row{
    margin-left: 10px;
  }

  .benefits-col-title{
    font-size: 1.5em;
  }

  .assessment-title{
    font-size: 2em;
  }

  .featured-ul-title-2 {
    /* padding-top: 53px; */
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    /* padding-top: 53px; */
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: rgb(0, 0, 0);
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}
  
  .navbar-brand img {
    transition: all 0.5s;
    width: 40%;
    height: 60%;
  }

  
  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 275px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.7em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    padding-right: 290px;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
    visibility: hidden;
  }

  .how-it-works-img{
    width: 300px
  }

  .demo-container{
    padding-bottom: 100px;
  }
  
  .login-form-container{
    padding-left: 57px;
  }
}

@media (max-width: 320px){
  .demo-form-pos{
    bottom:220px
  }
  .demo-container{
    height: 25px;
    padding-bottom: 0;
  }

  .login-form-container{
    padding-left: 57px;
  }
}

@media (min-width: 375px){
  .demo-form-pos{
    bottom: 240px;
  }

  .customer-btn{
    text-decoration: none;
    display:none;
  }
  .benefits-col-1-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-2-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-3-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }

  .carousel-btn-container{
    padding-top: 75px;
    margin-right: 25px;
  }

  .carousel-img{
    height: 330px;
  }

  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 330px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .nav-text {
    display: none;
    width: 95px;
    font-size: 0.5em;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    padding-right: 290px;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
    visibility: hidden;
  }

  .how-it-works-img{
    width: 350px
  }

  .demo-container{
    padding-bottom: 0px;
    height: 0;
  }

  .featured-title{
    font-size: 2.5em;
  }

  .featured-ul-title{
    font-size: 1.5em;
  }

  .featured-ul-title:hover{
    font-size: 1.5em;
  }

  .red-box{
    margin-left: 2px;
    display: none;
  }

  .consultation{
    font-size: 2.5em;
  }

  .team-title{
    font-size: 2.5em;
  }

  .footer-text{
    font-size: 10px;
  }

  .line-light{
    margin-bottom: 10px;
  }
  
  .us-text-head{
    padding-top: 10px;
    font-size: 3em;
  }

  .assessment-btn-div {
    padding-left: 20px;
    padding-bottom: 25px;
}

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .benefits-row{
    margin-left: 10px;
  }

  .benefits-col-title{
    font-size: 1.5em;
  }

  .assessment-title{
    font-size: 2.5em;
  }

  .featured-ul-title-2 {
    /* padding-top: 53px; */
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    /* padding-top: 53px; */
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: rgb(0, 0, 0);
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}
  
  .navbar-brand img {
    transition: all 0.5s;
    width: 40%;
    height: 60%;
  }
  .nav-text {
    display: none;
    width: 95px;
    font-size: 0.5em;
  }

  
  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 300px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }
}

/* @media (max-width: 375px){
  .login-form-container{
    padding-left: 80px;
  }
} */

@media (min-width: 425px){

  .customer-btn{
    text-decoration: none;
    display: none;
  }

  .benefits-col-1-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-2-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-3-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }

  .carousel-btn-container{
    padding-top: 75px;
    margin-right: 25px;
  }

  .carousel-img{
    height: 330px;
  }

  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: 330px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-item-demo {
  display: block;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  
  .assessment-btn-div {
    padding-left: 20px;
    padding-bottom: 25px;
}

  .featured-ul-title-2 {
    /* padding-top: 53px; */
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    /* padding-top: 53px; */
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: rgb(0, 0, 0);
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
}

  .navbar-brand img {
    transition: all 0.5s;
    width: 50%;
    height: 70%;
  }
  .nav-text {
    display: none;
    width: 95px;
    font-size: 0.7em;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .benefits-row{
    margin-left: 10px;
  }

  .benefits-col-title{
    font-size: 1.5em;
  }

  .assessment-title{
    font-size: 2em;
  }

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .us-text-head {
    font-size: 3em;
  }
  
  .team-container{
    padding-left: 22px;
  }

  .featured-title{
    font-size: 2.6em;
  }

  .featured-ul-title{
    font-size: 1.5em;
  }

  .featured-ul-title:hover{
    font-size: 1.5em;
  }

  .team-title{
    font-size: 2.6em;
  }

  .red-box{
    padding-left: 25px;
    margin-left: 25px;
    display: none;
  }

  .team{
    font-size: 1.6em;
  }

  .consultation{
    font-size: 2em;
  }

  .footer-text{
    font-size: 10px;
  }

  .line-light{
    margin-bottom: 10px;
  }

  .demo-container{
    height: 0px;
    padding-bottom: 0;
  }

  .demo-form-pos{
    bottom: 250px;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: hidden;
    padding-right: 290px;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
    visibility: hidden;
  }

  .how-it-works-img{
    width: 400px
  }

}

/* @media (max-width: 425px){
  .login-form-container{
    padding-left: 115px;
  }
} */

@media (min-width: 500px) {
  .demo-container{
    height: 0px;
  }

  .demo-form-pos{
    bottom: 200px;
  }

  .customer-btn{
    text-decoration: none;
    display: none;
  }
  .benefits-col-1-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-2-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-3-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }

  .carousel-img{
    height: auto;
  }
  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .form-title {
    padding-left: 125px;
  }

  .login-form-container {
    padding-left: 29px;
  }

  .form-position {
    position: static;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #fff;
    text-align: center;
  }

  .demo-text-container {
    display: none;
  }

  /* .us-all {
    padding-top: 500px;
  } */
  .how-it-works-img {
    width: 388px;
  }

  .team-container {
    padding-left: 165px;
  }

  .red-box {
    margin-left: 165px;
    display: none;
  }

  .carousel-container {
    padding-top: 20px;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .7em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .carousel-btn-container {
    text-align: left;
    font-family: "Fjalla One";
    text-transform: uppercase;
    padding-top: 60px;
  }

  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;

    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: rgb(0, 0, 0);

    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;

    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .nav-visible {
    display: none;
  }
}

@media (max-width: 576px){
 .offset-sm-1 {
    margin-left: 0;
}
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .demo-form-pos{
    bottom: 250px;
  }

  .demo-container{
    height: 0px;
  }
  .customer-btn{
    text-decoration: none;
    display: none;
  }
  .benefits-col-1-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-2-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }
  
  .benefits-col-3-desc {
    margin-top: 0px;
    color: rgba(34, 45, 53, 0.7);
  }

  .carousel-img{
    height: auto;
  }

  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .9em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: .9em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  
  .how-it-works-img {
    width: 388px;
  }

  .nav-visible {
    display: none;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  
.demo-text-container {
  display: block;
}

.demo-container {
  padding-bottom: 0px;
}
.demo-lrg-text {
  width: 230px;
  bottom: 275px;
  left: 30px;
}

.demo-form-pos {
  margin-left: 0px;
  bottom: 300px;
  right: 30px;
}

  .demo-form {
    width: 311px;
  }

  .form-position {
    /* position: absolute; */
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 150px; */
    color: #fff;
    text-align: center;
    /* margin-bottom: 150px; */
}


  .line-red-us {
    background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 350px;
    margin-bottom: 25px;
}


.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 350px;
  margin-bottom: 25px;
}

.assessment-col {
  width: auto;
  height: 670px;
}

.empty-space-light {
  /* width: auto; */
  /* height: 9.45rem !important; */
  /* display: none; */
}

  .customer-btn{
    display: inherit;
    text-decoration: none;
  }
  .carousel-img{
    height: auto;
  }

  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.carousel-btn-container {
  text-align: left;
  font-family: "Fjalla One";
  text-transform: uppercase;
  padding-top: 80px;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.143em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
    visibility: visible;
  }

  .assessment-btn{
    padding-bottom: 30px;
  }
  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .how-works-col-2{
    padding-bottom: 80px;
  }

  .us-all {
    padding-top: 50px;
  }

.how-it-works-img {
    width: 355px;
}

  .nav-visible {
    display: inherit;
  }

  .form-title {
    padding-left: 0px;
  }

  .navbar-brand img {
    transition: all 0.5s;
    width: 40%;
    height: 60%;
  }
  .nav-text {
    width: 182px;
    font-size: 0.7em;
  }

  .carousel-container {
    padding-bottom: 100px;
}

.benefits-row {
  padding-top: 53px;
  padding-bottom: 150px;
  width: auto;
  margin-left: 0px;
}

.assessment-title {
  padding-bottom: 1.6rem;
  padding-left: 25px;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.23em;
  color: #222d35;
  padding-bottom: 1.6rem;
  position: relative;
  /* hyphens: auto; */
  /* word-break: break-word; */
}

.featured-ul-title {
  color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
}
/* 
.demo-form-pos{
  margin-left: 225px;
} */

.benefits-col-title {
  color: #222d35;
  font-family: "Fjalla One", sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.how-it-works-head{
  font-size: 1.5rem;
  padding-top: 15px;
}

.carousel-lg-text {
  z-index: 12;
  font-family: "Fjalla One";
  text-transform: uppercase;
  text-shadow: rgb(0 0 0) 2px 2px 8px;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 33px;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-size: 1.6em;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  visibility: visible;
  padding-right: 290px;
}

.carousel-sm-text {
  z-index: 13;
  font-family: Montserrat;
  text-shadow: rgb(0 0 0) 3px 3px 0px;
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 400px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 17px;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-size: 0.8em;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  overflow: hidden;
}

.us-text-head {
  padding-bottom: 1.6rem;
  padding-left: 15px;
  padding-top: 25px;
  margin-bottom: 0rem;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  hyphens: auto;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.23em;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.us-container-text {
  background-color: #d72323 !important;
  color: #ffffff;
  flex: 0 0 100%;
  max-width: 100%;
}

.red-box{
  display: inherit;
  width: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.team-container {
  padding-left: 100px;
  width: 399px;
}

.how-it-works-text {
  color: #ffffff;
  font-size: 1em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}



}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .form-position {
    /* position: absolute; */
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 100px; */
    color: #fff;
    text-align: center;
    /* margin-bottom: 150px; */
}

.demo-text-container {
  display: block;
}

.demo-container {
  padding-bottom: 0px;
}
.demo-lrg-text {
  width: 230px;
  bottom: 375px;
  left: 125px;
}

.demo-form-pos {
  margin-left: 0px;
  bottom: 400px;
}

  .team-container {
    padding-left: 190px;
    width: 399px;
}

  .customer-btn{
    display: inherit;
    text-decoration: none;
  }

  .assessment-col {
    width: auto;
    height: 400px;
}

  .line-red-us {
    background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 450px;
    margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 450px;
  margin-bottom: 25px;
}

  .carousel-btn-container {
    text-align: left;
    font-family: "Fjalla One";
    text-transform: uppercase;
    padding-top: 80px;
}

  .carousel-img{
    height: auto;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 33px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.143em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  

  .how-it-works-head{
    font-size: 3rem;
  }

  .us-text-col{
    /* padding-bottom: 50px; */
  }

  .us-all {
    padding-top: 50px;
  }

  .how-it-works-img {
    width: 735px;
  }

  .nav-visible {
    display: inherit;
  }

  .form-title {
    padding-left: 0px;
  }

  .carousel-container {
    padding-bottom: 200px;
  }
}

@media (min-width:1024px){
  .how-works-col-2 {
    padding-bottom: 30px;
}

  .team-container-2{
    margin-left: 255px;
  }

  .form-position {
    /* position: absolute; */
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 150px; */
    color: #fff;
    text-align: center;
    /* margin-bottom: 150px; */
}

.demo-text-container {
  display: block;
}

.demo-container {
  padding-bottom: 0px;
}
.demo-lrg-text {
  width: 230px;
  bottom: 400px;
  left: 75px;
}

.demo-form-pos {
  margin-left: 0px;
  bottom: 400px;
  right: 75px;
}

  .customer-btn{
    display: inherit;
    text-decoration: none;
  }
  .carousel-img{
    height: auto;
  }

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.3em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.3em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 4.5em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
}

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 400px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 0.8em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
    visibility: visible;
  }

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .line-light-feature {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 500px;
}

.line-red-us {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 500px;
  margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 500px;
  margin-bottom: 25px;
}

  .team-container {
    padding-left: 15px;
}

  .red-box {
    /* background: #ffffff url(../img/redbox_1.png) !important; */
    background-position: top left !important;
    background-repeat: no-repeat !important;
    width: 232px;
    height: 194px;
    margin-left: 24px;
    display: inherit;
}

.featured-ul-title{
  font-size: 2.143em;
}

.featured-ul-title:hover{
  font-size: 2.143em;
}

  .us-text {
    font-size: 1em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
}
.us-text:hover {
  font-size: 1em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #222d35;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}

  .us-text-col-row{
    padding-left: 0px;
    padding-right: 0px;
  }
  .line-light {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-bottom: 25px;
}

  .us-text-head {
    padding-bottom: 1.6rem;
    padding-top: 25px;
    padding-left: 15px;
    margin-bottom: 1rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    hyphens: auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.23em;
    border: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-word;
}

  .assessment-col {
    width: auto;
    height: 500px;
}

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
}

  .how-it-works-head{
    font-size: 2rem;
  }

  .navbar-brand img {
    transition: all 0.5s;
    width: 40%;
    height: 60%;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 87px;
    letter-spacing: 0.8989px;
    font-weight: 500;
    font-size: 4em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
}

.carousel-sm-text {
  z-index: 13;
  font-family: Montserrat;
  text-shadow: rgb(0 0 0) 3px 3px 0px;
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 400px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 17px;
  letter-spacing: 1.3px;
  font-weight: 500;
  font-size: 0.9em;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  overflow: hidden;
}

.benefits-row {
  padding-top: 53px;
  padding-bottom: 150px;
  width: auto;
  margin-left: 0px;
}

  .carousel-container {
    padding-bottom: 100px;
}

  .nav-text {
    width: 182px;
    font-size: 0.7em;
  }

  .how-it-works-img {
    width: 388px;
  }

  .how-it-works-container-text{
    padding-left: 0px;
  }

  .how-works-col-row{
    width: 580px ;
  }
/* 
  .demo-form-pos{
    margin-left: 300px;
  } */
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .team-container-2{
    margin-left: 290px;
  }

  .customer-btn{
    text-decoration: none;
    display: inherit;
  }
  .carousel-img{
    height: auto;
  }

  .us-text {
    font-size: 1.3em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
}

.us-text:hover {
  font-size: 1.3em;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #222d35;
  hyphens: auto;
  word-break: break-word;
  border: 0;
  outline: 0;
  text-align: left;
}

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .team-container {
    /* width: 400px; */
    height: 193px;
    padding-left: 15px;
}

  .line-light-feature {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 575px;
}

.line-red-us {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 575px;
  margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 575px;
  margin-bottom: 25px;
}

  
  .assessment-col {
    width: auto;
    height: 700px;
}

  .how-it-works-head{
    font-size: 3rem;
  }

  .demo-form-pos{
    margin-left: 0px;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 4.5em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 600px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.0625;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 501px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.0625em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .us-all {
    padding-top: 50px;
  }

  .how-it-works-img {
    width: 700px;
  }

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

  .consultation{
    font-size: 2.6em;
  }

  .red-box {
    /* background: #ffffff url(../img/redbox_1.png) !important; */
    background-position: top left !important;
    background-repeat: no-repeat !important;
    width: 280px;
    height: 194px;
    margin-left: 15px;
    display: inherit;
  }

  .carousel-container {
    padding-bottom: 225px;
    padding-left: 100px;
  }

  .carousel-btn-container {
    text-align: left;
    font-family: "Fjalla One";
    text-transform: uppercase;
    padding-top: 100px;
  }

  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    padding: 12px 35px;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
  }

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: rgb(0, 0, 0);
    padding: 12px 35px;
    /* transform-origin: 50% 50%; */
    
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;
  }

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 151px;
    height: 49px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .nav-visible {
    display: inherit;
  }

  .form-position {
    /* position: absolute; */
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    /* padding-bottom: 150px; */
    color: #fff;
    text-align: center;
    /* margin-bottom: 150px; */
  }

  .demo-container {
    padding-bottom: 0px;
  }
  .demo-lrg-text {
    width: 230px;
    bottom: 500px;
    left: 100px;
}

  .demo-form-pos {
    margin-left: 0px;
    bottom: 500px;
    right: 28px;
}

  .demo-text-container {
    display: initial;
  }

  .slider-img {
    width: 788px;
  }

  /* .form-title {
    padding-left: 50px;
  } */
}

@media (min-width:1366px) {
  /* .team-container-2{
    margin-left: 380px;
  } */

  .demo-container {
    padding-bottom: 0px;
  }
  .demo-lrg-text {
    width: 230px;
    bottom: 550px;
    left: 100px;
}

  .demo-form-pos {
    margin-left: 0px;
    bottom: 550px;
    right: 25px;
}

  .how-works-col-2 {
    padding-bottom: 30px;
}
 

  .customer-btn{
    display: inherit;
  }
  .carousel-img{
    height: auto;
  }

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .benefits-col-title{
    font-size: 1.4em;
  }

  .team-title{
    font-size: 3.5em;
  }

  .consultation {
    font-size: 3.5em
  }

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.174em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.174em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  
  .line-light-feature {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 650px;
}

.line-red-us {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 650px;
  margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 650px;
  margin-bottom: 25px;
}

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 151px;
    height: 49px;
    padding-bottom: 0px;
    padding-top: 0px;
}

  .how-it-works-head{
    font-size: 3rem;
  }

  .how-it-works-container-text{
    padding-left: 125px;
  }

  .us-text-col {
    padding-bottom: 50px;
  }

  .nav-text {
    width: 182px;
    font-size: 1em;
  }

  .navbar-brand img {
    transition: all 0.5s;
    width: 60%;
    height: 80%;
  }
}

@media (min-width: 1440px) {  

  .red-box{
    margin-left: 105px;
  }

  .team-container-2{
    margin-left: 380px;
  }
  
  .customer-btn{
    display: inherit;
  }

  .carousel-img{
    height: auto;
  }

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 4.5em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
}

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  

  .line-light {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-bottom: 25px;
}

  .assessment-col {
    width: auto;
    height: 851.891px;
}

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 126px;
    height: 32px;
    padding-left: 7px;
    padding-bottom: 30px;
    padding-top: 5px;
    padding-right: 6px;
}
  
  .us-text-head {
    padding-bottom: 1.6rem;
    padding-left: 15px;
    padding-top: 25px;
    margin-bottom: 2.1rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5em;
    hyphens: auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.23em;
    border: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-word;
}

  .us-text {
    font-size: 1.5em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
}

  .why-us-col-1{
    padding-left: 0;
  }
.how-it-works-head{
    font-size: 3rem;
  }

  .benefits-row {
    padding-top: 53px;
    padding-bottom: 150px;
    width: auto;
    margin-left: 0px;
}

  .how-works-col-row{
    width: 657px;
  }

  .how-it-works-container-text{
    padding-left: 0;
  }
  
  .how-works-col-2{
    padding-bottom: 50px;
  }

  .nav-text {
    width: 182px;
    font-size: 1em;
  }

  /* .navbar-brand img {
    transition: all 0.5s;
    width: 60%;
    height: 80%;
  } */

  .us-container-text {
    background-color: #d72323 !important;
    color: #ffffff;
  }

  .us-about-img {
    background-color: #222d35 !important;
  }

  .form-title {
    padding-top: 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .assessment-btn-div {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .us-text-position {
    margin-right: 23px;
    margin-left: 0;
  }

  .demo-form {
    width: 432px;
  }

  .demo-lrg-text {
    width: 230px;
  }

  .demo-container {
    padding-bottom: 0px;
  }
  .demo-lrg-text {
    width: 230px;
    bottom: 600px;
    left: 150px;
}

  .demo-form-pos {
    margin-left: 0px;
    bottom: 600px;
    /* right: 150px; */
}

  .form-name-row {
    margin-left: 9px;
    margin-right: 0px;
    width: 384px;
  }

  .login-container {
    padding-bottom: 150px;
    padding-left: 150px;
  }

  .line-red-us {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 650px;
    margin-bottom: 25px;
  }

  .line-light-feature {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(255, 255, 255, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 650px;
  }

  .line-red {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 25px;
  }

  .line-red-call {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 650px;
    margin-bottom: 25px;
  }

  .login-form {
    box-shadow: rgb(255 255 255) 1000px 10px inset, rgb(0 0 0) 0px 12px 15px;
    border: 1px solid rgb(126, 130, 133);
    width: 632px;
    border-radius: 10px;
    height: auto;
    color: #232e35;
    text-decoration: none;
    white-space: nowrap;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0;
    margin-bottom: 0;
  }

  .us-text-col-row{
    padding-left: 0px;
    padding-right: 0px;
  }


}

@media (min-width: 1680px) {
  .team-container-2{
    margin-left: 520px;
  }
 
  .customer-btn{
    text-decoration: none;
    display: inherit;
  }

  .carousel-img{
    height: auto;
  }

  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2.0em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }

  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  

.how-it-works-head{
    font-size: 3rem;
  }

  .how-it-works-container-text{
    padding-left: 0;
  }

  .us-black-space {
    background-color: #222d35 !important;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 87px;
    letter-spacing: 0.8989px;
    font-weight: 500;
    font-size: 4.5em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 406px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 0.875em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
  }

  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    padding: 12px 35px;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
  }

  .carousel-btn:hover {
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: auto;
    width: auto;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1em;
    border-color: transparent;
    padding: 12px 35px;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
  }

  .carousel-btn:link,
  .carousel-btn:visited,
  .carousel-btn:active {
    text-decoration: none;
  }

  .benefits-row {
    padding-top: 53px;
    padding-bottom: 150px;
    width: auto;
    margin-left: 0;
  }

  .benefits-col-title {
    color: #222d35;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

  /* .benefits-col-title:hover {
    color: #d72323;
  } */

  .benefits-col-icon {
    color: #d72323;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 6.25rem;
    margin-bottom: 1.5rem;
  }

  .benefits-col-icon:hover {
    color: #222d35;
  }

  .benefits-col-1-desc {
    margin-top: 37.8px;
    color: rgba(34, 45, 53, 0.7);
  }

  .benefits-col-2-desc {
    margin-top: 37.8px;
    color: rgba(34, 45, 53, 0.7);
  }

  .benefits-col-3-desc {
    margin-top: 37.8px;
    color: rgba(34, 45, 53, 0.7);
  }

  .assessment-col {
    width: auto;
    height: 851.891px;
  }

  .assessment-title {
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.1em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.23em;
    color: #222d35;
    padding-bottom: 1.6rem;
    position: relative;
    /* hyphens: auto;
    word-break: break-word; */
  }

  .assessment-text {
    margin-top: 2em;
    padding-left: 20px;
  }

  .assessment-ul {
    margin-top: 0em;
    margin-bottom: 1.72em;
    color: #7e8285;
    text-align: left;
    padding-left: 1.5em;
  }

  .assessment-p-tag {
    margin-top: 0em;
    margin-bottom: 1.72em;
    color: #7e8285;
    text-align: left;
  }

  .assessment-btn-div {
    padding-left: 20px;
  }

  .assessment-btn {
    font-family: "Fjalla One", sans-serif;
    font-size: 1.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
    width: 151px;
    height: 49px;
    padding-bottom: 0px;
  }

  .assessment-btn:hover {
    color: #ffffff;
    background-color: #222d35;
  }

  .us-container {
    padding-left: 0px;
  }

  .us-container-text {
    background-color: #d72323 !important;
    color: #ffffff;
  }

  .us-text-head {
    padding-bottom: 1.6rem;
    padding-left: 15px;
    margin-top: 6.15rem;
    margin-bottom: 2.1rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    hyphens: auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.23em;
    border: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-word;
  }

  .us-text {
    font-size: 1.714em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
  }

  .us-text:hover {
    font-size: 1.714em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #222d35;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
  }
  .us-text-icon {
    font-size: 1.5em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #222d35;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
    text-decoration: none;
  }

  .us-text-icon:hover {
    font-size: 1.5em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
    text-decoration: none;
  }

  .us-text-desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
  }

  .us-about-img {
    background-color: #222d35 !important;
  }

  .empty-space-dark {
    width: auto;
    height: 9.45rem !important;
    background-color: #222d35 !important;
  }

  .empty-space-light {
    width: auto;
    height: 9.45rem !important;
  }

  .featured-container {
    width: auto;
    background-color: #222d35 !important;
  }

  .featured-title {
    text-align: center;
    font-size: 3.5em;
    padding-bottom: 1.6rem;
    position: relative;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.23em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2.1rem;
  }

  .featured-ul-title {
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: left;
  }

  .featured-ul-title:hover {
    color: #d72323;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.27em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: left;
  }

  .featured-ul {
    color: #a4a7a9;
  }

  .featured-li {
    list-style-type: none;
  }

  .featured-li::before {
    content: "\25A0";
    color: #d72323;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    margin-left: -1.5em;
    margin-right: 1em;
  }

  .team-title-container {
    height: 77px;
    width: auto;
  }

  .team-title {
    text-align: center;
    font-size: 3.5em;
    padding-bottom: 1.6rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.23em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2.1rem;
    color: #222d35;
  }

  .red-box {
    /* background: #ffffff url(../img/redbox_1.png) !important; */
    background-position: top left !important;
    background-repeat: no-repeat !important;
    width: 370px;
    height: 194px;
    margin-left: 155px;
    display: inherit;
  }

  .team-container {
    width: 400px;
    height: 193px;
    padding-left: 15px;
  }

  .team {
    color: #222d35;
    line-height: 1.23em;
    text-align: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

  .team-position {
    color: #d72323;
    font-weight: bold;
    margin-top: 0em;
    margin-bottom: 1.72em;
    font-family: "Montserrat", sans-serif;
  }

  .team-contact {
    color: #7e8285;
    font-family: "Montserrat", sans-serif;
  }

  .team-email {
    color: #d72323;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }

  .team-email:hover {
    color: #222d35;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }

  .consultation-container {
    width: auto;
  }

  .consultation {
    text-align: center;
    color: #222d35;
    font-size: 3.5em;
    padding-bottom: 1.6rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.23em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .footer-container {
    background-color: #222d35;
    color: #a6a6a6;
    width: auto;
    height: auto;
  }

  .footer-line {
    border-top-width: 2px !important;
    padding-top: 14px !important;
    padding-bottom: 50px !important;
    border-top-color: rgba(255, 255, 255, 0.1) !important;
    border-top-style: solid !important;
  }

  .footer-text {
    margin-left: 25px;
    padding-top: 12px;
    padding-bottom: 50px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }

  .demo-container {
    padding-bottom: 100px;
  }

  .demo-form {
    box-shadow: rgb(255 255 255) 1000px 10px inset, rgb(0 0 0) 0px 12px 15px;
    border: 1px solid rgb(126, 130, 133);
    width: 575px;
    border-radius: 10px;
    height: auto;
    color: #232e35;
    text-decoration: none;
    white-space: nowrap;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .demo-lrg-text {
    width: 230px;
  }

  .demo-container {
    padding-bottom: 0px;
  }
  .demo-lrg-text {
    width: 230px;
    bottom: 600px;
    left: 150px;
}

  .demo-form-pos {
    margin-left: 0px;
    bottom: 600px;
    right: 150px;
}

  .form-title {
    padding-top: 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .form-col {
    margin-top: 9px;
    margin-bottom: 18px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .form-name {
    width: 223px;
    height: 53px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .form-name-row {
    margin-left: 9px;
    margin-right: 0px;
    width: 518px;
  }

  .form-field {
    color: #7e8285;
    border-color: #efefef;
    background-color: #efefef;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    border-style: solid;
    border-width: 2px;
    padding: 12px 25px;
    height: 53px;
  }

  .form-field-input {
    height: 53px;
    padding: 12px 25px;
  }

  .form-field-select {
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 2px;
    color: #7e8285;
    background: #efefef !important;
    height: 53px;
    padding: 12px 25px;
  }

  .form-btn {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d72323;
    cursor: pointer;
    border-radius: 0;
  }

  .form-btn:hover {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: rgb(34, 45, 53);
    cursor: pointer;
    border-radius: 0;
  }

  .how-it-works-container-text {
    background-color: #222d35 !important;
    color: #ffffff;
  }

  .how-it-works-container {
    position: relative;
    z-index: 2;
    background-color: #222d35 !important;
  }

  .how-it-works-text {
    color: #ffffff;
    font-size: 1.4em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
  }

  /* .how-it-works-text:hover {
    color: #d72323;
    font-size: 1.4em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
  } */

  .how-it-works-icon {
    font-size: 1.5em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #d72323;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
    text-decoration: none;
  }

  .how-it-works-icon:hover {
    font-size: 1.5em;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
    hyphens: auto;
    word-break: break-word;
    border: 0;
    outline: 0;
    text-align: left;
    text-decoration: none;
  }

  .login-form {
    box-shadow: rgb(255 255 255) 1000px 10px inset, rgb(0 0 0) 0px 12px 15px;
    border: 1px solid rgb(126, 130, 133);
    width: 632px;
    border-radius: 10px;
    height: auto;
    color: #232e35;
    text-decoration: none;
    white-space: nowrap;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 290px;
    margin-bottom: 190px;
  }

  .login-container {
    padding-bottom: 200px;
    padding-left: 0px;
  }

  .login-title {
    padding-left: 215px;
    padding-top: 15px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: -6px;
    font-family: "Fjalla One", sans-serif;
    font-size: 2.143em;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
  }

  .line-light {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(255, 255, 255, 0.5) 71%
    );
    width: 55px;
    height: 2px;
  }

  .line-light-feature {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(255, 255, 255, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 800px;
  }

  .line-red {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 25px;
  }

  .line-red-us {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 800px;
    margin-bottom: 25px;
  }

  .line-red-call {
    background: linear-gradient(
      to right,
      #d72323 0%,
      #d72323 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(215, 35, 35, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 800px;
    margin-bottom: 25px;
  }

  .reset-pw {
    text-align: left;
    padding-left: 15px;
    text-decoration: none;
    font-size: small;
    color: #222d35;
  }

  .reset-pw:hover {
    text-align: left;
    padding-left: 15px;
    text-decoration: none;
    font-size: small;
    color: #222d35;
  }
  .nav-text {
    width: auto;
    font-size: 1.6em;
}
}

@media (min-width: 2560px) {
  .demo-lrg-text {
    width: 230px;
    bottom: 1000px;
    left: 200px;
}

  .demo-form-pos {
    margin-left: 0px;
    bottom: 1000px;
    right: 200px;
}

  .team-container-2{
    margin-left: 520px;
  }

  .customer-btn{
    text-decoration: none;
    display: inherit;
  }
  .carousel-img{
    height: auto;
  }
  .navbar-btn {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-btn:hover {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(215, 35, 35);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 2em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    /* visibility: visible; */
    /* padding-right: 290px; */
  }
  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .carousel-lg-text-demo {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 4.5em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
}

  .us-container-text{
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .featured-ul-title-2 {
    padding-top: 53px;
    color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }
  .featured-ul-title-2:hover {
    padding-top: 53px;
    color: #d72323;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.27em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  }

  .how-it-works-head{
    font-size: 3rem;
  }

  .form-name {
    width: 223px;
    height: 53px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .us-about-img {
    background-color: #222d35 !important;
  }

  .us-container {
    padding-left: 0px;
  }
  
  .line-light-feature {
    background: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 65%,
      rgba(255, 255, 255, 0) 65%,
      rgba(255, 255, 255, 0) 71%,
      rgba(255, 255, 255, 0.5) 71%
    );
    width: 55px;
    height: 2px;
    margin-left: 1250px;
  }

  .line-red-us {
    background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-left: 1250px;
    margin-bottom: 25px;
}

.line-red-call {
  background: linear-gradient( to right, #d72323 0%, #d72323 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(215, 35, 35, 0.5) 71% );
  width: 55px;
  height: 2px;
  margin-left: 1250px;
  margin-bottom: 25px;
}

  .how-it-works-head{
    font-size: 3rem;
  }

  .us-text-col {
    /* padding-bottom: 25px; */
  }

  .form-position {
    position: static; /*remove*/
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
  }

  .carousel-container {
    padding-bottom: 550px;
    padding-left: 100px;
  }

  .carousel-lg-text {
    z-index: 12;
    font-family: "Fjalla One";
    text-transform: uppercase;
    text-shadow: rgb(0 0 0) 2px 2px 8px;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 6.25em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    visibility: visible;
    padding-right: 290px;
  }

  .carousel-sm-text {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 1000px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.75em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .carousel-sm-text-demo {
    z-index: 13;
    font-family: Montserrat;
    text-shadow: rgb(0 0 0) 3px 3px 0px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    width: 501px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-size: 1.75em;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    overflow: hidden;
  }

  .carousel-btn-container {
    text-align: left;
    font-family: "Fjalla One";
    text-transform: uppercase;
    padding-top: 130px;
  }

  .carousel-btn {
    z-index: 14;
    background-color: rgb(255, 255, 255);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: 75px;
    width: auto;
    color: rgb(34, 45, 53);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1.875em;
    border-color: transparent;
    padding: 12px 35px;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
  }
.carousel-btn:hover{
    z-index: 14;
    background-color: rgb(215, 35, 35);
    font-family: "Fjalla One";
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    height: 75px;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 1.875em;
    border-color: transparent;
    padding: 12px 35px;
    transform-origin: 108.742px 24.7969px;
    transform: translate(0px, 0px);
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
}

  .slider-img {
    width: 788px;
  }

  .form-title {
    padding-left: 80px;
  }

  .demo-form{
    width: 732px;
  }

  .login-form-container {
    padding-left: 29px;
    padding-bottom: 435px;
  }

  .team-row {
    margin-left: 435px;
  }

  .line-light {
    background: linear-gradient( to right, #ffffff 0%, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0.5) 71% );
    width: 55px;
    height: 2px;
    margin-bottom: 25px;
}

.assessment-btn {
  padding-top: 12px;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.143em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #d72323;
  cursor: pointer;
  border-radius: 0;
  width: 151px;
  height: 49px;
  padding-bottom: 30px;
}

  .us-text-head {
    margin-top: 6.15rem;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    hyphens: auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.23em;
    border: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-word;
  }

  .benefits-row {
    padding-top: 53px;
    padding-bottom: 150px;
    width: auto;
    margin-left: 0px;
  }

  
.nav-text {
  width: 407px;
  font-size: 26px;
}

}