@font-face {
  font-family: "MuseoSans-300";
  src: url("../fonts/MuseoSans-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-500";
  src: url("../fonts/MuseoSans-500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-500Italic";
  src: url("../fonts/MuseoSans-500Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-700";
  src: url("../fonts/MuseoSans-700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans-900";
  src: url("../fonts/MuseoSans-900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "MuseoSans-300", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 96px;
  margin: 0;
}

h2 {
  font-size: 60px;
  margin: 0;
}

h3 {
  font-size: 48px;
  margin: 0;
}

p {
  font-size: 16px;
}

strong {
  font-weight: bold;
  font-family: "MuseoSans-700", sans-serif;
}

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
a:hover {
  color: #95c951;
}

.primary-color {
  color: #95c951;
}
@media (min-width: 1400px) {
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
}
input {
  border: 1px solid #000000;
  background-color: #ffffff;
  outline: none;
  border-radius: 0;
  height: 35px;
  padding: 5px;
  font-family: "MuseoSans-500", sans-serif;
  font-size: 20px;
}
input:focus-visible, input:focus {
  border: 2px solid #95c951;
}
select{height: 47px;
  padding: 5px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "MuseoSans-300", sans-serif;
  outline: none;
  border: 1px solid #000000;
  }
  select:focus-visible, select:focus {
    border: 2px solid #95c951;
  }
textarea {
  border: 1px solid #000000;
  background-color: #ffffff;
  outline: none;
  border-radius: 0;
  padding: 5px;
  font-family: "MuseoSans-500", sans-serif;
  font-size: 20px;
}
textarea:focus-visible, textarea:focus {
  border: 2px solid #95c951;
}

.btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  line-height: 1;
  cursor: pointer;
  border: 1px solid;
  border-radius: 0;
}
.btn.btn-secondary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-secondary:hover {
  background-color: #95c951;
  border-color: #95c951;
  color: #000000;
}

.hero-section {
  width: 100%;
  height: auto;
  min-height: 90vh;
  background-position: center bottom, center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: 100%;
  background-size: cover, contain !important;
  position: relative;
}
.hero-section.homepage-hero {
  background: url("https://lnxrentalsinquiries.com/images/hero-mobile.jpg"), #758EAC;
}
@media only screen and (min-width: 700px) {
  .hero-section.homepage-hero {
    background: url("https://lnxrentalsinquiries.com/images/hero.jpg"), #758EAC;
  }
}
.hero-section.thankyoupage-hero {
  background-image: url("https://lnxrentalsinquiries.com/images/thankyou.jpg");
  max-height: 50vh;
  min-height: 50vh;
}
.hero-section .logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(44, 75, 97, 0.5);
}
.hero-section .logo img {
  width: 100px;
}

.incentive_section {
  background-color: #95c951;
  padding: 20px 0;
}
.incentive_section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.incentive_section .container .text {
  text-align: center;
}
.incentive_section .container .text h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "MuseoSans-900", sans-serif;
}
.incentive_section .container .text h2 {
  font-size: 20px;
  font-family: "MuseoSans-500", sans-serif;
}
.incentive_section .container .text h2 strong {
  font-family: "MuseoSans-900", sans-serif;
}
.incentive_section .container .text p {
  font-size: 12px;
  margin: 20px 0 0 0;
  font-family: "MuseoSans-500Italic", sans-serif;
}
.incentive_section .container .circle {
  background-color: #000000;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  text-align: center;
}

.register {
  padding: 30px 20px;
  color: #000000;
}
.register .required-star {
  color: #95c951;
  padding: 0 2px;
}
.register .text h3 {
  font-size: 25px;
  line-height: 1.4;
  font-family: "MuseoSans-300", sans-serif;
}
.register .text h3 strong {
  font-family: "MuseoSans-900", sans-serif;
}
.register .text .livingroom-img {
  width: 100%;
  height: auto;
}
.register .text p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.register .register-form {
  margin-top: 30px;
  border: 6px solid #95c951;
  border-radius: 15px;
}
.register .register-form .required-title {
  margin: 20px 0;
}
.register .register-form .heading {
  background-color: #95c951;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px 10px 0 0;
}
.register .register-form .heading h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 5px 0;
  font-family: "MuseoSans-900", sans-serif;
}
.register .register-form .heading h4 {
  color: #000000;
  font-size: 14px;
  margin: 0;
  font-family: "MuseoSans-700", sans-serif;
}
.register .register-form .form-fields {
  padding: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.register .register-form .form-fields label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.thankyou_section {
  text-align: center;
  padding: 30px 0;
}
.thankyou_section h1 {
  font-size: 35px;
  font-weight: bold;
  font-family: "MuseoSans-900", sans-serif;
  margin-bottom: 20px;
}
.thankyou_section h2 {
  font-size: 20px;
  font-family: "MuseoSans-300", sans-serif;
  line-height: 1.5;
}

.learnmore-footer .text {
  border-top: 4px solid #95c951;
  border-bottom: 6px solid #95c951;
  text-align: center;
  color: #000000;
  padding: 10px 0;
  display: block;
  margin-bottom: 30px;
  font-family: "MuseoSans-500", sans-serif;
  line-height: 1.4;
}
.learnmore-footer .text strong {
  font-family: "MuseoSans-700", sans-serif;
}
.learnmore-footer .text .lm-box {
  padding: 3px 5px;
  background-color: #95c951;
  font-weight: bold;
  color: #ffffff;
  font-family: "MuseoSans-900", sans-serif;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0 40px 0;
}
footer .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-family: "MuseoSans-300", sans-serif;
}
footer .footer p {
  font-size: 14px;
}
footer .footer strong {
  color: #95c951;
}
footer .footer .logo {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 200px;
}
footer .footer .logo img {
  width: 100%;
  max-width: 150px;
}
footer .footer .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .footer .socials img {
  height: 30px;
  width: 30px;
}

@media only screen and (min-width: 998px) {
  body {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
  .hero-section.thankyoupage-hero {
    max-height: 60vh;
    min-height: 60vh;
  }
  .hero-section .logo img {
    width: 200px;
  }
  .incentive_section .container .text h1 {
    font-size: 60px;
  }
  .incentive_section .container .text h2 {
    font-size: 40px;
  }
  .incentive_section .container .text p {
    font-size: 16px;
  }
  .register {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
  }
  .register .text h3 {
    font-size: 45px;
  }
  .register .register-form {
    min-width: 40%;
    margin-top: 0px;
  }
  .register .register-form .heading h3 {
    font-size: 40px;
  }
  .register .register-form .heading h4 {
    font-size: 24px;
  }
  .register .register-form .form-fields {
    padding: 0 30px 50px 30px;
  }
  .learnmore-footer {
    padding: 40px 0;
  }
  .learnmore-footer .text {
    font-size: 35px;
  }
  footer {
    padding: 40px 0 40px 0;
  }
  footer .footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
  }
  footer .footer p {
    margin: 0;
  }
  footer .footer .logo {
    margin: 0;
  }
  .thankyou_section {
    text-align: center;
    padding: 50px 0;
  }
  .thankyou_section h1 {
    font-size: 55px;
    margin-bottom: 20px;
  }
  .thankyou_section h2 {
    font-size: 40px;
  }
}/*# sourceMappingURL=styles.css.map */


@media (min-width: 767px){
  #ModalPopup .modal-dialog {
      max-width: 652px;
      }}
  #ModalPopup .modal-content {background-color: transparent;border:none}
  #ModalPopup  .modal-header{border-bottom: none;padding: 1rem 1rem 0rem;}
  #ModalPopup .close{color: white;text-shadow: none;opacity: 1;background-color: transparent;border: none;padding: 1rem 0rem; margin: -1rem -1rem -1rem auto;}
  #ModalPopup .close:hover {color: #ffffff;text-decoration: underline;}
  #ModalPopup  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{opacity: 1;}
  .modal#ModalPopup{background-color: rgba(83,98,111,0.7);}



    