@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&display=swap");
.wrapper.nhp-main,
body {
  padding: 0;
  margin: 0; }

.nhp-main .container {
  max-width: 1518px;
  padding: 0 16px;
  margin: 0 auto; }

.nhp-main img {
  max-width: 100%;
  display: block;
  height: auto; }

.nhp-main * {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

@media (max-width: 800px) {
  .nhp-main-pd {
    padding-top: 80px !important; } }

/* --------banner-------- */
.nhp-banner .nhp-img-box {
  position: relative; }

.nhp-banner .nhp-img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 889px;
  background-size: 100% 100%;
  height: 29%;
  right: 14%;
  background-image: url("../img/main-s.png");
  z-index: -1; }

.nhp-banner p {
  font-size: 24px;
  line-height: 26px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #343432; }

.nhp-banner .container {
  margin-left: auto;
  padding-left: 120px;
  padding-right: 0;
  max-width: 100%; }

.nhp-banner img {
  margin-left: auto; }

.nhp-banner .nhp-row-box {
  display: flex; }

.nhp-banner .nhp-col {
  max-width: 50%;
  flex: 0 0 50%; }

@media (max-width: 1600px) {
  .nhp-banner .nhp-content {
    padding-top: 0; }
  .nhp-banner .nhp-img-box::after {
    width: 100%; }
  .nhp-banner .nhp-row-box {
    align-items: center; } }

@media (max-width: 1440px) {
  .nhp-banner .container {
    padding-left: 15px; } }

@media (max-width: 1199px) {
  .nhp-banner p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .nhp-banner .container {
    padding: 0 15px; }
  .nhp-banner .nhp-row-box {
    flex-wrap: wrap-reverse; }
  .nhp-banner .nhp-col {
    flex: 0 0 100%;
    max-width: 100%; }
  .nhp-banner .nhp-img-box::after {
    display: none; } }

@media (max-width: 767px) {
  .nhp-banner .nhp-content {
    max-width: 100%; }
  .nhp-btn-box .btn-dark {
    margin: 0; }
  .nhp-btn-box .btn {
    margin: 0;
    width: 100%;
    font-size: 14px;
    height: 40px; }
  .nhp-banner p {
    font-size: 16px; } }

/* ---- Cards----- */
.nhp-money-cards {
  padding: 86px 0;
  color: #ffffff; }

.nhp-money-cards img {
  margin: auto; }

.nhp-money-cards .nhp-money-crd-heading {
  text-align: center; }

.nhp-money-cards .nhp-money-crd-heading h2 {
  font-size: 60px;
  line-height: 72px;
  color: #343432;
  font-family: "Ogg";
  font-weight: 400;
  margin-bottom: 7px; }

.nhp-money-cards .nhp-money-crd-heading p {
  font-size: 26px;
  line-height: 30px;
  color: #343432;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 56px; }

.nhp-money-cards .nhp-mony-row {
  display: flex;
  margin: 0 15px;
  padding-top: 50px;
  justify-content: space-between; }

.nhp-money-cards .nhp-money-col {
  padding: 0 15px; }

.nhp-money-cards .nhp-card {
  max-width: 432px;
  border-radius: 12px;
  height: 100%;
  padding-top: 39px; }

.nhp-money-cards .nhp-card.nhp-card-yellow,
.nhp-money-cards .nhp-card.nhp-card-pink {
  padding-top: 0; }

.nhp-money-cards .nhp-card.nhp-card-yellow .nhp-crd-img-box {
  padding: 39px 0;
  background-color: #c6b82e; }

.nhp-money-cards .nhp-card.nhp-card-pink .nhp-crd-img-box {
  padding: 39px 0;
  background-color: #e08a5a; }

.nhp-money-cards .nhp-card-yellow {
  background-color: #d8c826; }

.nhp-money-cards .nhp-card-blue {
  background-color: #8dc6be; }

.nhp-money-cards .nhp-card-pink {
  background-color: #f39865; }

.nhp-money-cards .nhp-crd-text-box {
  padding: 34px 35px 18px; }

.nhp-money-cards .nhp-crd-text-box h2 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 15px;
  word-spacing: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700; }

.nhp-money-cards .nhp-crd-text-box p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.nhp-money-cards .cards-links a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif; }

.nhp-money-cards .cards-links a:hover {
  text-decoration: none; }

.nhp-money-cards .cards-links {
  padding-top: 20px;
  display: flex;
  justify-content: space-between; }

.nhp-money-col.keep-image .nhp-card {
  padding-top: 0; }

.nhp-money-col.keep-image .nhp-card img {
  height: 314px;
  object-fit: cover;
  max-width: 100%;
  width: 100%; }

@media (max-width: 1440px) {
  .nhp-money-col.keep-image .nhp-card img {
    max-height: 285px;
    height: unset; }
  .nhp-money-cards {
    padding: 50px 0; }
  .nhp-money-cards .nhp-money-crd-heading h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px; }
  .nhp-money-cards .nhp-money-crd-heading p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0; }
  .nhp-money-cards .nhp-card {
    padding-top: 20px; }
  .nhp-money-cards .nhp-card.nhp-card-yellow {
    padding-top: 0; }
  .nhp-money-cards .nhp-card.nhp-card-yellow .nhp-crd-img-box,
  .nhp-money-cards .nhp-card.nhp-card-pink .nhp-crd-img-box {
    padding: 20px; }
  .nhp-money-cards .nhp-crd-text-box {
    padding: 10px 20px 18px; }
  .nhp-money-cards .nhp-crd-text-box h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
    word-spacing: 8px; }
  .nhp-money-cards .nhp-crd-text-box p,
  .nhp-money-cards .cards-links a {
    font-size: 14px;
    line-height: 19px; }
  .nhp-money-cards .cards-links {
    padding-top: 15px; } }

@media (max-width: 991px) {
  .nhp-money-cards {
    padding: 35px 0; }
  .nhp-money-cards .nhp-money-crd-heading {
    max-width: 70%;
    margin: auto; }
  .nhp-money-cards .nhp-mony-row {
    flex-wrap: wrap;
    justify-content: center; }
  .nhp-money-cards .nhp-money-col {
    margin-bottom: 30px; }
  .nhp-money-cards .nhp-crd-text-box {
    padding: 10px 35px 18px; }
  .nhp-money-cards .nhp-card {
    padding-top: 35px; }
  .nhp-money-cards .nhp-card.nhp-card-yellow {
    padding-top: 0; }
  .nhp-money-cards .nhp-card.nhp-card-yellow .nhp-crd-img-box,
  .nhp-money-cards .nhp-card.nhp-card-pink .nhp-crd-img-box {
    padding: 25px; } }

@media (max-width: 767px) {
  .nhp-crd-img-box img {
    width: 100%; }
  .nhp-money-cards .nhp-money-crd-heading {
    max-width: 100%; }
  .nhp-money-cards .nhp-money-crd-heading h2 {
    font-size: 30px;
    line-height: 42px; }
  .nhp-money-cards .nhp-mony-row {
    padding-top: 20px; }
  .nhp-money-cards {
    padding: 0; }
  .nhp-money-cards .nhp-crd-text-box {
    padding: 10px 15px 15px; }
  .nhp-money-cards .nhp-money-crd-heading p {
    font-size: 16px; }
  .nhp-money-cards .nhp-crd-text-box h2 {
    font-size: 25px;
    line-height: 32px; }
  .nhp-money-cards .nhp-crd-text-box p,
  .nhp-money-cards .cards-links a {
    font-size: 12px; } }

/* ----checklist----- */
.nhp-cheklist {
  padding: 85px 0 104px; }

.nhp-cheklist h4 {
  font-size: 36px;
  line-height: 46.87px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 64px; }

.nhp-cheklist .nhp-checklist-row {
  display: flex;
  margin: 0 -60px;
  justify-content: center; }

.nhp-cheklist .nhp-checklist-col {
  padding: 0 60px; }

.nhp-cheklist .nhp-img-box {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f1ef; }

.nhp-cheklist .checklist-text-box p {
  position: relative;
  font-size: 22px;
  line-height: 24.26px;
  text-decoration: none;
  color: #343432;
  padding: 10px 0px 2px;
  font-family: "DM Sans", sans-serif;
  border-bottom: 4px solid #343432;
  font-weight: 400;
  display: block;
  position: relative;
  padding-right: 24px; }

.nhp-cheklist .checklist-text-box p:hover {
  color: #737272; }

.nhp-cheklist .checklist-text-box p::before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("../img/arrow-right-nhp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  bottom: 2px; }

@media (max-width: 1199px) {
  .nhp-cheklist {
    padding: 40px 0 70px; }
  .nhp-cheklist .nhp-checklist-row {
    margin: 0 -30px;
    flex-wrap: wrap; }
  .nhp-cheklist .nhp-checklist-col {
    padding: 0 30px; }
  .nhp-cheklist h4 {
    margin-bottom: 25px; } }

@media (max-width: 991px) {
  .nhp-cheklist {
    padding: 38px 0 40px !important; } }

@media (max-width: 767px) {
  .nhp-cheklist .nhp-checklist-row {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px; }
  .nhp-cheklist .nhp-checklist-col {
    padding: 0 15px; }
  .nhp-cheklist h4 {
    font-size: 28px;
    line-height: 35px; }
  .nhp-cheklist .checklist-text-box p {
    font-size: 16px; } }

@media (max-width: 400px) {
  .nhp-cheklist .nhp-checklist-row {
    margin: 0 -8px; }
  .nhp-cheklist .nhp-checklist-col {
    padding: 0 8px; } }

/* ------------ */
.nhp-quality-sec {
  padding: 68px 0 0;
  max-width: 756px;
  margin: 0 auto;
  text-align: center; }

.nhp-quality-sec p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin: 0; }

.nhp-quality-sec .nhp-quality-link {
  margin-top: 22px; }

.nhp-quality-sec .nhp-quality-link a {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #89a09d; }

@media (max-width: 991px) {
  .nhp-quality-sec {
    padding: 40px 0 0; } }

@media (max-width: 767px) {
  .nhp-quality-sec {
    padding: 30px 0 0; }
  .nhp-quality-sec p {
    font-size: 16px;
    line-height: 20px; } }

/* ---------------------------- */
.nhp-banner-shop {
  padding: 120px 0 72px; }

.nhp-banner-shop .shop-nhp-row {
  display: flex;
  margin: 0 -15px; }

.nhp-banner-shop .shop-nhp-column {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px; }

.nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content {
  width: 100%;
  max-width: 649px; }

.nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content p {
  font-size: 24px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 57px;
  font-weight: 400;
  color: #343432; }

.nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content p a {
  color: #343432;
  font-weight: bold; }

.nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content h2 {
  color: #343432;
  font-family: Ogg;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  margin-top: 61px;
  margin-bottom: 31px; }

.nhp-banner-shop .shop-nhp-column .inner-shop-nhp-img img {
  width: 100%; }

.nhp-banner-shop .nhp-btn-shp {
  width: 145px;
  border-radius: 0;
  margin-top: 24px; }

.nhp-banner-shop .btn-sec {
  width: 240px;
  border-radius: 31px; }

.nhp-banner-shop .nhp-keep {
  background-color: #8dc6be; }

.nhp-banner-shop .nhp-track {
  background-color: #f39865; }

@media (max-width: 1620px) {
  .nhp-banner-shop {
    padding: 70px 0 50px; }
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content h2 {
    font-size: 45px;
    line-height: 55px;
    margin-top: 15px;
    margin-bottom: 17px; }
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 45px; } }

@media (max-width: 1199px) {
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 400; }
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content h2 {
    font-size: 35px;
    line-height: 40px; } }

@media (max-width: 991px) {
  .nhp-banner-shop {
    padding: 0px 0 0px; }
  .nhp-banner-shop .shop-nhp-row {
    flex-wrap: wrap-reverse; }
  .nhp-banner-shop .shop-nhp-column {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .nhp-banner-shop .inner-shop-nhp-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto; }
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content p {
    font-size: 14px; }
  .nhp-banner-shop .nhp-btn-shp {
    margin: auto;
    font-size: 14px;
    height: 40px;
    margin-top: 15px; }
  .nhp-banner-shop .shop-nhp-column .inner-shop-nhp-content h2 {
    font-size: 30px; }
  .nhp-banner-shop .btn-sec {
    font-size: 14px;
    height: 40px;
    margin: 0 auto; } }

/* ------------ */
.nhp-testimonials .nhp-testi-col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 100%; }

.nhp-testimonials .nhp-testi-col .nhp-testi-content {
  padding: 48px 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.nhp-testimonials .nhp-testi-col .testi-text {
  min-height: 215px; }

.nhp-testimonials p {
  font-size: 24px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
  color: #343432;
  font-weight: 400;
  margin-top: 22px; }

.nhp-testimonials h6 {
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  font-weight: 400;
  font-family: "DM Sans", sans-serif; }

.nhp-testimonials .test-blue {
  background-color: #8dc6be; }

.nhp-testimonials .test-yellow {
  background-color: #d8c826; }

.nhp-testimonials .test-pink {
  background-color: #f39865; }

.nhp-testimonials .res-nhp {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover; }

@media (max-width: 1630px) {
  .nhp-testimonials p br {
    display: none; }
  .nhp-testimonials .nhp-testi-col .nhp-testi-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%; } }

@media (max-width: 1440px) {
  .nhp-testimonials p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .nhp-testimonials .nhp-testi-col .testi-text {
    height: 130px;
    min-height: 130px; }
  .nhp-testimonials p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px; }
  .nhp-testimonials h6 {
    font-size: 16px;
    line-height: 20px; } }

/* --------- */
.nhp-tr-slider {
  margin: 71px 0;
  overflow: hidden; }

.nhp-tr-slider h2 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 48px;
  color: #343432;
  font-weight: 400;
  font-family: "Ogg"; }

.nhp-tr-slider .slick-list.draggable {
  overflow: visible;
  margin: 0 -36px; }

.nhp-tr-slider .slick-slide {
  padding: 0 12px; }

.nhp-tr-slider .slider-heading-box {
  position: relative; }

.nhp-tr-slider .slider-show-all {
  position: absolute;
  right: 0;
  bottom: 0; }

.nhp-tr-slider .slider-show-all a {
  font-size: 16px;
  line-height: 22px;
  color: #89a09d;
  font-family: "DM Sans", sans-serif; }

.nhp-tr-slider h3 a {
  font-size: 26px;
  display: block;
  text-decoration: none;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  color: #343432;
  margin: 27px 0 3px;
  font-weight: 400; }

.nhp-tr-slider h3 a:hover {
  text-decoration: underline; }

.nhp-tr-slider p {
  font-size: 16px;
  line-height: 20.83px;
  color: #10a894;
  font-weight: 700;
  font-family: "DM Sans", sans-serif; }

@media (max-width: 1440px) {
  .nhp-tr-slider {
    margin: 50px 0; }
  .nhp-tr-slider h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 30px; }
  .nhp-tr-slider h3 a {
    font-size: 21px;
    line-height: 19px;
    margin: 18px 0 3px; }
  .nhp-tr-slider p {
    font-size: 14px; }
  .nhp-tr-slider .slick-list.draggable {
    margin: 0 -15px; }
  .nhp-tr-slider .slick-slide {
    padding: 0 15px; } }

@media (max-width: 767px) {
  .nhp-tr-slider h2 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 20px; }
  .nhp-tr-slider .slider-show-all a {
    font-size: 12px; }
  .nhp-tr-slider h3 a {
    font-size: 18px; }
  .nhp-tr-slider .slider-show-all {
    bottom: 4px; }
  .nhp-tr-slider p {
    font-weight: 400;
    font-size: 12px; }
  .nhp-tr-slider {
    margin: 30px 0; } }

/* ---------------- */
.nhp-catagery {
  margin: 85px 0 105px; }

.nhp-catagery h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #343432;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin-bottom: 64px; }

.nhp-catagery .nhp-catagery-row {
  padding: 0 30px; }

.nhp-catagery .catagery-box {
  width: 120px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #343432; }

.nhp-catagery a {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #343432;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  margin-top: 14px; }

.nhp-catagery a:hover {
  text-decoration: underline; }

@media (max-width: 1440px) {
  .nhp-catagery {
    margin: 45px 0 70px; }
  .nhp-catagery h4 {
    margin-bottom: 45px; } }

@media (max-width: 991px) {
  .nhp-catagery ul.slick-dots {
    left: 0;
    bottom: -50px; }
  .nhp-catagery {
    margin: 30px 0 80px; } }

@media (max-width: 767px) {
  .nhp-catagery h4 {
    font-size: 28px;
    margin-bottom: 30px; }
  .nhp-catagery a {
    font-size: 16px;
    line-height: 20px; } }

/* ----------- */
.nhp-learn-more-box h2 {
  font-size: 36px;
  line-height: 46px;
  color: #343432;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 24px; }

.nhp-learn-more-box {
  text-align: center;
  max-width: 671px;
  margin: auto;
  margin: 131px auto 72px; }

.nhp-learn-more-box p {
  font-size: 18px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 44px;
  font-weight: 400;
  color: #343432; }

.nhp-learn-more-box .btn {
  width: 192px;
  margin: auto; }

@media (max-width: 767px) {
  .nhp-learn-more-box {
    margin: 35px auto 30px; }
  .nhp-learn-more-box h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px; }
  .nhp-learn-more-box p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .nhp-learn-more-box .btn {
    font-size: 14px;
    height: 40px; } }

/* ------------- */
.nhp-invent-blog .nhp-tr-col {
  position: relative;
  padding-bottom: 50px;
  height: 100% !important; }

.nhp-invent-blog .slider-text-box {
  height: 70px; }

.nhp-invent-blog p a {
  color: #343432;
  font-size: 21px;
  display: block;
  text-decoration: none;
  line-height: 24px;
  margin-top: 28px;
  font-weight: 400; }

.nhp-invent-blog p a:hover {
  text-decoration: underline; }

.nhp-invent-blog .date-slider {
  position: absolute;
  bottom: 0;
  left: 36px; }

.nhp-invent-blog .date-slider p {
  font-size: 16px;
  color: #9ba097;
  line-height: 20px; }

.nhp-invent-blog .slider-img-box img {
  height: 192px;
  object-fit: cover; }

@media (max-width: 1440px) {
  .nhp-invent-blog .date-slider {
    left: 15px; } }

@media (max-width: 767px) {
  .nhp-invent-blog .nhp-tr-col {
    padding-bottom: 35px; }
  .nhp-invent-blog p a {
    font-size: 18px;
    margin-top: 15px; } }

/* ------------- */
.nhp-inheven-more {
  padding-top: 24px; }

@media (max-width: 767px) {
  .nhp-inheven-more {
    padding-top: 0; }
  .nhp-learn-more-box {
    margin: 35px auto 30px; } }

/* ----------------------- */
.nhp-about-section h2 {
  font-size: 48px;
  line-height: 74px;
  font-family: "Ogg";
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #343432; }

.nhp-about-section p {
  font-size: 14px;
  line-height: 18px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  color: #343432; }

.nhp-about-section .container {
  margin-left: auto;
  padding-left: 120px;
  padding-right: 0;
  max-width: 100%; }

.nhp-about-section img {
  margin-left: auto; }

.nhp-about-section .nhp-row-box {
  display: flex; }

.nhp-about-section .nhp-col {
  max-width: 50%;
  flex: 0 0 50%; }

.nhp-about-section .nhp-content {
  width: 100%; }

@media (max-width: 1600px) {
  .nhp-about-section .nhp-content {
    padding-top: 0; }
  .nhp-about-section .nhp-img-box::after {
    width: 100%; }
  .nhp-about-section .nhp-row-box {
    align-items: center; } }

@media (max-width: 1440px) {
  .nhp-about-section .container {
    padding-left: 15px; } }

@media (max-width: 1199px) {
  .nhp-about-section p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .nhp-about-section .container {
    padding: 0 15px; }
  .nhp-about-section .nhp-row-box {
    flex-wrap: wrap-reverse; }
  .nhp-about-section .nhp-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; }
  .nhp-about-section .nhp-img-box::after {
    display: none; }
  .nhp-about-section .nhp-content {
    max-width: 100%;
    padding: 30px 0; } }

@media (max-width: 767px) {
  .nhp-about-section .nhp-content {
    max-width: 100%;
    text-align: center; }
  .nhp-about-section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px; }
  .nhp-about-section p {
    font-size: 12px; }
  .nhp-about-section .btn-dark {
    margin: 0; }
  .nhp-about-section .btn {
    margin: 0;
    width: 100%;
    font-size: 14px;
    height: 40px; }
  .nhp-about-section .nhp-btn-box {
    justify-content: center; }
  .nhp-about-section .btn-box {
    padding: 0 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .nhp-about-section .nhp-content {
    padding: 20px 0 0; } }

/* -------------- */
.nhp-mailing-sec {
  padding: 86px 0 96px;
  text-align: center;
  background-color: #89a09d; }

.nhp-mailing-sec h2 {
  font-size: 35px;
  line-height: 45.57px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  margin-bottom: 47px; }

.nhp-mailing-sec .nhp-row-box {
  display: flex;
  justify-content: center; }

.nhp-mailing-sec input {
  outline: none;
  width: 456px;
  height: 48px !important;
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 0 10px !important;
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff;
  margin-right: 25px; }

.nhp-mailing-sec .btn {
  width: 192px; }

@media (max-width: 767px) {
  .nhp-mailing-sec {
    padding: 35px 0 40px; }
  .nhp-mailing-sec h2 {
    margin: 0 15px 15px;
    font-size: 30px; }
  .nhp-mailing-sec input {
    width: 100%;
    height: 40px !important; }
  .nhp-mailing-sec .btn {
    width: 100px;
    margin-left: 10px;
    font-size: 14px;
    height: 40px; } }

.nhp-welcon-content h2 {
  font-size: 36px;
  line-height: 55.37px;
  font-family: "Ogg";
  margin-top: 50px;
  text-align: center; }

.nhp-welcon-content p {
  font: remCalc(22px);
  line-height: 36px;
  font-weight: 700;
  color: #10a894;
  text-align: center;
  margin-top: 15px; }
  @media (max-width: 990px) {
    .nhp-welcon-content p {
      font-size: remCalc(14px);
      line-height: 24px;
      font-weight: 500; }
      .nhp-welcon-content p span {
        font-weight: 700; } }

@media (max-width: 1199px) {
  .nhp-welcon-content h2 {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .nhp-welcon-content h2 {
    margin: 20px 0;
    font-size: 25px;
    line-height: 30px; } }

.nhp-hlp-box .nhp-content {
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.nhp-hlp-box h2 {
  font-size: 36px;
  line-height: 36.75px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #343432;
  margin: 12px 0 14px; }

.nhp-hlp-box .nhp-btn-box {
  display: flex;
  padding-top: 27px;
  justify-content: center; }

.nhp-hlp-box .btn {
  width: 192px;
  margin-left: 24px; }

.nhp-hlp-box .btn-dark {
  margin-right: 25px;
  margin-left: 0; }

@media (max-width: 1600px) {
  .nhp-hlp-box .nhp-content {
    padding-top: 0; } }

@media (max-width: 991px) {
  .nhp-hlp-box .nhp-content {
    max-width: 80%;
    padding: 0 0 60px 0; }
  .nhp-hlp-box h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0; } }

@media (max-width: 767px) {
  .nhp-hlp-box .nhp-content {
    max-width: 100%;
    text-align: center; }
  .nhp-hlp-box .btn-dark {
    margin: 0; }
  .nhp-hlp-box .btn {
    margin: 0;
    width: 100%;
    font-size: 14px;
    height: 40px; }
  .nhp-hlp-box .nhp-btn-box {
    justify-content: center; }
  .nhp-hlp-box .btn-box {
    padding: 0 5px;
    max-width: 50%;
    flex: 0 0 50%; } }

/***************************************
***********HERO BANNER IMAGE************
****************************************/
.nhp-main .nhp-banner .container {
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 1261px) {
    .nhp-main .nhp-banner .container {
      padding-left: 48px;
      padding-right: 15px; } }

.nhp-main .nhp-banner .container,
.nhp-about-section .container {
  max-width: 1518px; }

.nhp-main .nhp-banner .hero-banner--img::after,
.nhp-about-section .hero-banner--img::after {
  display: none; }

/**********************************************
***********Introducing Inhaven Keep************
***********************************************/
.home-inhaven-keep .shop-nhp-row {
  align-items: center; }
  .home-inhaven-keep .shop-nhp-row .shop-nhp-column .inner-shop-nhp-img {
    text-align: center; }
    @media screen and (min-width: 593px) {
      .home-inhaven-keep .shop-nhp-row .shop-nhp-column .inner-shop-nhp-img iframe {
        height: 430px !important; } }
    @media screen and (max-width: 592px) {
      .home-inhaven-keep .shop-nhp-row .shop-nhp-column .inner-shop-nhp-img iframe {
        height: 300px !important; } }
    @media screen and (max-width: 420px) {
      .home-inhaven-keep .shop-nhp-row .shop-nhp-column .inner-shop-nhp-img iframe {
        height: 200px !important; } }
