body.landing-page {
  margin-top: 0 !important;
}
body.landing-page #notification-modal {
  top: 0;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  header#navbar {
    margin-top: 0 !important;
  }

  main#landing-page > * {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  main#landing-page > * > .kal-inner {
    width: 100%;
    height: 100%;
  }
}

/* Forms */
.kal-enquiry form textarea {
  max-width: 100%;
  width: 29.6875rem;
  height: auto;
  padding: 0.9375rem;
  font-size: 1.125rem;
  border: 1px solid #b1c1cc;
}

@media only screen and (max-width: 767px) {
  .kal-enquiry form textarea {
    width: 100%;
  }
}

/* LP Header */
#landing-page .lp-header {
  padding: 80px 150px 10px;
}
#landing-page .lp-header .kal-inner {
  padding-left: 0;
  padding-right: 0;
}

#landing-page .lp-header h1 {
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #landing-page .lp-header {
    padding: 40px 30px 10px;
  }
}

/* LP Form */
#landing-page .lp-header form {
  background: #dc403f;
}

#landing-page .lp-header form [role="alert"] {
  color: #fff;
  font-style: italic;
}

#landing-page .lp-header .btn-1st {
  background: #111;
}

#landing-page .lp-header div.wpcf7-mail-sent-ok {
  border: 2px solid #fff !important;
}

@media only screen and (max-width: 767px) {
  #landing-page .lp-header .btn-1st {
    font-size: 14px;
  }
}

/* LP Section */
#landing-page .lp-section-bg {
  background: #db3f3f;
  color: #ffffff;
  padding: 40px 150px;
}

#landing-page .lp-section-bg ul {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 18px;
}

#landing-page .lp-section-bg .product-image {
  height: 100%;
  position: relative;
  width: 100%;
}

#landing-page .lp-section-bg .product-image img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  #landing-page .lp-section-bg {
    padding: 40px 30px 0;
  }

  #landing-page .lp-section-bg .product-image img {
    bottom: auto;
    left: 0;
    position: relative;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
}

/* LP Footer */
#landing-page .lp-footer {
  padding: 40px 150px;
}

#landing-page .lp-footer .kal-inner {
  padding-left: 0;
  padding-right: 0;
}

#landing-page .lp-footer .item {
  margin-bottom: 0;
}

#landing-page .lp-footer .lp-social ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#landing-page .lp-footer .lp-social li {
  display: inline-block;
  margin: 0 0 0 10px;
}

#landing-page .lp-footer .lp-social i {
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  #landing-page .lp-footer {
    padding: 40px 30px;
  }

  #landing-page .lp-footer .lp-footer-link,
  #landing-page .lp-footer .lp-social {
    margin: 0 0 10px;
    text-align: center;
  }

  #landing-page .lp-footer .lp-social ul {
    float: none;
  }
}

/* Notification Bar */
#notification-modal {
  top: 0 !important;
}

#cmnb_close_button {
  top: 50%;
  position: absolute !important;
  -webkit-transform: translateY(-50%;);
  -moz-transform: translateY(-50%;);
  transform: translateY(-50%;);
}

#notification-modal .notification-bar {
  color: #fff;
  font-size: 14px;
  height: 50px;
  margin: -25px 0;
}

#notification-modal > p {
  line-height: 1.2;
  margin: 0;
  padding: 15px 0;
}

#notification-modal > p > a {
  color: #fff !important;
}

#notification-modal > p > a.btn-cta {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000080 !important;
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  position: relative;
  top: -5px;
}

#notification-modal .notification-bar > div {
  display: inline-block;
  padding: 3px 0 0 0;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#notification-modal .notification-bar .text {
  width: 70%;
}

#notification-modal .notification-bar img {
  width: 70px;
}

@media only screen and (max-width: 767px) {
  #cmnb_close_button {
    right: 6px !important;
  }

  #notification-modal {
    padding: 0 30px !important;
  }

  #notification-modal > p {
    line-height: 1.2 !important;
  }

  #notification-modal .notification-bar {
    margin: 0;
  }

  #notification-modal .notification-bar .text {
    line-height: 1.3;
    margin-top: -26px;
    width: 64%;
  }

  #notification-modal .notification-bar .image {
    margin-top: 0;
  }

  #notification-modal p {
    line-height: 1.2 !important;
  }

  #notification-modal .btn-cta {
    top: 0 !important;
  }
}

/* Disable CF7 message box */
#home-page div.wpcf7-response-output,
div.wpcf7-validation-errors,
#contact-us div.wpcf7-response-output,
div.wpcf7-validation-errors,
#wpcf7-f376-o1 div.wpcf7-response-output,
div.wpcf7-validation-errors {
  display: none !important;
}

#home-page span.wpcf7-not-valid-tip,
#contact-us span.wpcf7-not-valid-tip,
#wpcf7-f376-o1 span.wpcf7-not-valid-tip {
  display: none;
}

select[aria-invalid="true"] {
  border-color: red;
  background-color: rgba(153, 0, 0, 0.3);
}

/* ========================================== */
/* REVAMP SEPT 2020 */
/* ========================================== */
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

.kal-banner-v2 {
  align-items: center;
  display: flex !important;
  min-height: 75vh;
  position: relative;
}

.kal-banner-v2.hidden {
  display: flex !important;
}

.kal-banner-v2:before {
  background: #d92c2c;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: 1;
}

.kal-banner-v2:after {
  background-image: url("https://www.kalingahealth.com.au/wp-content/uploads/2019/10/banner-2-1.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 1;
}

.kal-banner-v2 .banner-inner {
  position: relative;
  width: 50%;
  z-index: 2;
}

.kal-banner-v2 .banner-inner-left {
  display: flex;
  color: #fff;
  flex-direction: column;
  padding: 0 60px 0 32px;
  justify-content: center;
}

.kal-banner-v2 .banner-inner-left h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.kal-banner-v2 .banner-inner-left p {
  font-size: 18px;
  margin: 0 0 24px;
}

.kal-banner-v2 .banner-inner-left .banner-inner-cta {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .kal-banner-v2 .banner-inner-left {
    background: #d92c2c;
    padding: 40px 16px;
  }
  .kal-banner-v2 .banner-inner-left h1 {
    font-size: 36px;
  }
  .kal-banner-v2 .banner-inner-left .banner-inner-cta {
    flex-direction: column;
  }
}

.kal-banner-v2 .banner-inner-right {
  height: 75vh;
}

.kal-banner-v2 .banner-inner-right .banner-inner-app {
  bottom: 24px;
  position: absolute;
  right: 24px;
  text-align: right;
  width: 250px;
  z-index: 2;
}

.kal-banner-v2 .banner-inner-right .banner-inner-app p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 8px;
  text-align: center;
}

.kal-banner-v2 .banner-inner-right .cta-app img {
  width: 120px;
}

@media (max-width: 767px) {
  .kal-banner-v2 .banner-inner-right {
    background-image: url("https://www.kalingahealth.com.au/wp-content/uploads/2020/09/kalinga-hero-banner.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
  }
  .kal-banner-v2 .banner-inner-right .banner-inner-app {
    bottom: 16px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.kal-banner-v2 .btn {
  background: #000 !important;
  border: 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block !important;
  font-size: 16px;
  font-weight: bold;
  height: auto !important;
  line-height: 1;
  padding: 12px 24px !important;
}

.kal-banner-v2 .btn-primary {
  background: #fff !important;
  color: #d92c2c !important;
}

.kal-banner-v2 .btn-primary:hover {
  color: #f1f1f1;
}

.kal-banner-v2 .btn-video {
  display: inline-block;
  margin-left: 24px;
}

.kal-banner-v2 .btn-video > span {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-weight: bold;
}

.kal-banner-v2 .btn-video > span svg > g {
  color: #fff;
  fill: #fff;
}

.kal-banner-v2 .btn-video > span span {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 12px;
  width: 150px;
}

@media (max-width: 767px) {
  .kal-banner-v2 .btn-video {
    margin: 12px 0 0;
  }
  .kal-banner-v2 .btn-video > span span {
    font-size: 16px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .kal-banner-v2 {
    display: flex !important;
    flex-direction: column;
  }
  .kal-banner-v2:before,
  .kal-banner-v2:after {
    display: none;
  }
  .kal-banner-v2 .banner-inner {
    width: 100%;
  }
  .kal-banner-v2.hidden {
    display: block !important;
  }
}
