/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .navbar-dark .navbar-toggler {
    border-color: #ffffff00 !important;
    -webkit-appearance: none !important;
  }
  .dropdown-menu {
    background-color: #00000000;
    border-color: #ffffff00 !important;
  }

  h1,
  .h1 {
    font-size: 36px !important;
    font-family: "Heebo" !important;
    line-height: 44px !important;
  }
  h2,
  .h2 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 40px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #000000 !important;
  }
  h3,
  .h3 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #18191f !important;
  }
  h4,
  .h4 {
    font-family: "Heebo" !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 29px !important;
  }
  h5,
  .h5 {
    font-family: "Poppins-Regular" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .h6 {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .height-100 {
    min-height: 100vh !important;
    padding: 12% !important;
  }
  .height-80 {
    min-height: 80vh !important;
    padding: 12% !important;
  }
  .width-100 {
    max-width: 100vw !important;
  }
  .offwhite-bg {
    background-color: #fdf9f7 !important;
  }
  .btn-green {
    background-color: #008f77 !important;
    padding: 10px 10px;
    display: flex;
  }
  .btn-green-font {
    color: white;
  }
  .arrow-size {
    height: 14px;
  }
  .landing-image {
    width: 100% !important;
  }
  p,
  span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .align-center-column {
    display: flex;
    margin: auto auto;
  }
  .color-mobile-white {
    color: #fff !important;
  }
  .color-mobile-theme {
    color: #008f77 !important;
  }
  .bgcolor-mobile-white {
    background-color: #fff !important;
  }
  .height-80 {
    padding: 12% !important;
  }
  .outer-margin {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .inner-margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mb-inner {
    margin-bottom: 20px !important;
  }
  .mt-inner {
    margin-top: 20px !important;
  }
  .ml-inner {
    margin-left: 20px !important;
  }
  .bg-theme-mobile {
    background-color: #008f77;
  }
  .width-mobile-100p {
    width: 100% !important;
  }
  .email-input {
    background-color: #00000000;
    border-bottom-color: #874f1a;
    border-width: 0px;
    border-bottom-width: 4px;
    height: 80%;
    font-size: 22px !important;
    line-height: 36px !important;
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-align: center;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .email-input {
    background-color: #00000000;
    border-bottom-color: #874f1a;
    border-width: 0px;
    border-bottom-width: 4px;
    height: 80%;
    font-size: 22px !important;
    line-height: 36px !important;
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-align: center;
  }
  .navbar-dark .navbar-toggler {
    border-color: #ffffff00 !important;
    -webkit-appearance: none !important;
  }
  .dropdown-menu {
    background-color: #00000000;
    border-color: #ffffff00 !important;
  }

  h1,
  .h1 {
    font-size: 50px !important;
    font-family: "Heebo" !important;
    line-height: 60px !important;
  }
  h2,
  .h2 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 32px !important;
    line-height: 50px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #000000 !important;
  }
  h3,
  .h3 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #18191f !important;
  }
  h4,
  .h4 {
    font-family: "Heebo" !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 45px !important;
  }
  h5,
  .h5 {
    font-family: "Poppins-Regular" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .h6 {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .height-100 {
    min-height: 100vh !important;
    padding: 12% !important;
  }
  .width-100 {
    max-width: 100vw !important;
  }
  .offwhite-bg {
    background-color: #fdf9f7 !important;
  }
  .btn-green {
    background-color: #008f77 !important;
    padding: 10px 20px;
  }
  .btn-green-font {
    color: white;
    font-size: 24px !important;
  }
  .arrow-size {
    height: 14px;
  }
  .landing-image {
    width: 100% !important;
  }
  .bg-theme-mobile {
    background-color: #008f77;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .align-center-column {
    display: flex;
    margin: auto auto;
  }
  .color-mobile-white {
    color: #fff;
  }
  .color-mobile-theme {
    color: #008f77 !important;
  }
  .bgcolor-mobile-white {
    background-color: #fff !important;
  }
  .height-80 {
    padding: 12% !important;
  }
  .outer-margin {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .inner-margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mb-inner {
    margin-bottom: 20px !important;
  }
  .mt-inner {
    margin-top: 20px !important;
  }
  .ml-inner {
    margin-left: 20px !important;
  }
  .width-mobile-100p {
    width: 100% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-toggler {
    border-color: #ffffff00 !important;
    -webkit-appearance: none !important;
  }
  .dropdown-menu {
    background-color: #00000000;
    border-color: #ffffff00 !important;
  }

  h1,
  .h1 {
    font-size: 50px !important;
    font-family: "Heebo" !important;
    line-height: 60px !important;
  }
  h2,
  .h2 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 38px !important;
    line-height: 50px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #000000 !important;
  }
  h3,
  .h3 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 25px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #18191f !important;
  }
  h4,
  .h4 {
    font-family: "Heebo" !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 45px !important;
  }
  h5,
  .h5 {
    font-family: "Poppins-Regular" !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .h6 {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .bg-theme-mobile {
    background-color: #008f77;
  }
  .height-100 {
    min-height: 100vh !important;
    padding: 12% !important;
  }
  .width-100 {
    max-width: 100vw !important;
  }
  .offwhite-bg {
    background-color: #fdf9f7 !important;
  }
  .btn-green {
    background-color: #008f77 !important;
    padding: 10px 20px;
  }
  .btn-green-font {
    color: white;
    font-size: 24px !important;
  }
  .arrow-size {
    height: 14px;
  }
  .landing-image {
    width: 100% !important;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .align-center-column {
    display: flex;
    margin: auto auto;
  }
  .color-mobile-white {
    color: #fff;
  }
  .color-mobile-theme {
    color: #008f77 !important;
  }
  .bgcolor-mobile-white {
    background-color: #fff !important;
  }
  .height-80 {
    padding: 12% !important;
  }
  .outer-margin {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .inner-margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mb-inner {
    margin-bottom: 20px !important;
  }
  .mt-inner {
    margin-top: 20px !important;
  }
  .ml-inner {
    margin-left: 20px !important;
  }
  .width-mobile-100p {
    width: 100% !important;
  }
  .email-input {
    background-color: #00000000;
    border-bottom-color: #874f1a;
    border-width: 0px;
    border-bottom-width: 4px;
    height: 80%;
    font-size: 24px !important;
    line-height: 36px !important;
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-align: center;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 51px !important;
    font-family: "Heebo" !important;
    line-height: 70px !important;
  }
  h2,
  .h2 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 40px !important;
    line-height: 64px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #000000 !important;
  }
  h3,
  .h3 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 21px !important;
    line-height: 32px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #18191f !important;
  }
  h4,
  .h4 {
    font-family: "Heebo" !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 40px !important;
    line-height: 59px !important;
  }
  h5,
  .h5 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 64px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .height-100 {
    min-height: 100vh !important;
  }
  .width-100 {
    max-width: 100vw !important;
  }
  .offwhite-bg {
    background-color: #fdf9f7 !important;
  }
  .btn-green {
    background-color: #008f77 !important;
    padding: 10px 20px;
  }
  .btn-green-font {
    color: white;
    font-size: 24px !important;
  }
  .arrow-size {
    height: 14px;
  }
  .landing-image {
    width: 100% !important;
  }
  p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .align-center-column {
    display: flex;
    margin: auto auto;
  }
  .color-web-white {
    color: #fff !important;
  }
  .text-left {
    text-align: left !important;
  }
  .outer-margin {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .inner-margin {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mb-inner {
    margin-bottom: 40px !important;
  }
  .mt-inner {
    margin-top: 40px !important;
  }
  .h6 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .margin-faqs {
    margin-inline: 9% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .text-left {
    text-align: left !important;
  }
  h1,
  .h1 {
    font-size: 60px !important;
    font-family: "Heebo" !important;
    line-height: 80px !important;
  }
  h2,
  .h2 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 64px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #000000 !important;
  }
  h3,
  .h3 {
    font-family: "Poppins-Regular" !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center !important;
    font-feature-settings: "salt" on, "liga" off !important;
    color: #18191f !important;
  }
  h4,
  .h4 {
    font-family: "Heebo" !important;
    font-style: italic !important;
    font-weight: normal !important;
    font-size: 48px !important;
    line-height: 59px !important;
  }
  h5,
  .h5 {
    font-family: "Poppins-Regular" !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 64px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .height-100 {
    min-height: 100vh !important;
  }
  .width-100 {
    max-width: 100vw !important;
  }
  .offwhite-bg {
    background-color: #fdf9f7 !important;
  }
  .btn-green {
    background-color: #008f77 !important;
    padding: 10px 20px;
  }
  .btn-green-font {
    color: white;
    font-size: 24px !important;
  }

  .arrow-size {
    height: 14px;
  }
  .landing-image {
    width: 100% !important;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .align-center-column {
    display: flex;
    margin: auto auto;
  }

  .color-web-white {
    color: #fff !important;
  }

  .outer-margin {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .inner-margin {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mb-inner {
    margin-bottom: 40px !important;
  }
  .mt-inner {
    margin-top: 40px !important;
  }
  .h6 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .margin-faqs {
    margin-inline: 9% !important;
  }
}

/* GENERAL */
a {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}
.color-white {
  color: white !important;
}
p,
span {
  font-family: "Poppins-Regular" !important;
}
.mt-12 {
  margin-top: 12% !important;
}
.mt-6 {
  margin-top: 6% !important;
}
.mb-12 {
  margin-bottom: 12% !important;
}
.ml-3 {
  margin-left: 3% !important;
}
.ml-2 {
  margin-left: 2% !important;
}

.color-gray {
  color: #666666;
}

.width-100p {
  width: 100% !important;
}
.bg-clay {
  background-color: #fcf3ed;
}
.plus-icon {
  height: 14px !important;
  cursor: pointer;
}
.bg-theme {
  background-color: #008f77;
}
.big-z-index {
  z-index: 100000;
}
.bg-default {
  background-color: #fdf9f7;
}
.height-70p {
  /* height: 70%; */
}
.ml-1 {
  margin-left: 1%;
}
.height-80 {
  min-height: 80vh !important;
}
.color-theme {
  color: #008f77 !important;
}
.bg-darker-clay {
  background-color: #f2e7e0;
}
.line-height-0 {
  line-height: 0px !important;
}
.text-left {
  text-align: left !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.error-color {
  color: #de3163 !important;
  font-size: 14px !important;
}
.success-color {
  color: forestgreen !important;
  font-size: 14px !important;
}
.bg-verified {
  background-color: rgba(9, 112, 94, 0.08);
}
.all-text-left h1 {
  text-align: left !important;
}
.all-text-left h2 {
  text-align: left !important;
}
.all-text-left h3 {
  text-align: left !important;
}
.all-text-left span {
  text-align: left !important;
}
.all-text-left p {
  text-align: left !important;
}

.overflow-hidden {
  overflow: hidden;
}
.btn-green:active {
  box-shadow: 2px 2px #666;
  transform: translateY(4px);
}
.click-effect:active {
  box-shadow: 2px 2px #666;
  transform: translateY(4px);
}
.shorter-p {
  font-size: 14px !important;
}
.phone-input-half-2 {
  background-color: #00000000;
  border-bottom-color: #874f1a;
  border-width: 0px;
  border-bottom-width: 4px;
  font-size: 20px !important;
  line-height: 20px !important;
  font-family: "Poppins-Regular" !important;
  font-style: normal !important;
  font-weight: bold !important;
  text-align: center;
}
.email-input {
  background-color: #00000000;
  border-bottom-color: #874f1a;
  border-width: 0px;
  border-bottom-width: 4px;
  height: 80%;
  font-size: 28px ;
  line-height: 36px !important;
  font-family: "Poppins-Regular" !important;
  font-style: normal !important;
  font-weight: bold !important;
  text-align: center;
}
.font-family-libre {
  font-family: "Heebo" !important;
}

.h5-invite-friends {
  text-align:left !important ;
  font-size:20px !important;
  font-weight:bold !important
}

.paragraph-spacing {
  padding-inline: 10px !important;
}


