@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Heavy.woff2") format("woff2"), url("../fonts/HelveticaNeue-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueBlackCond.woff2") format("woff2"), url("../fonts/HelveticaNeueBlackCond.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
}

body {
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
}

@media (max-width: 992px) {
  body {
    background-color: #f9faf8;
  }
}

body,
ul,
ol,
dl {
  margin: 0;
}

ol:not(article ol),
ul:not(article ul) {
  list-style: none;
  padding: 0px;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #293643;
}

h1 {
  font-size: 1.4rem;
}

p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #293643;
}

textarea {
  resize: none;
}

img {
  border: none;
  max-width: 100%;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input:required:after {
  color: #f00;
  content: " *";
}

input[type="email"]:invalid {
  background: #ffdddd;
}

sub,
sup {
  line-height: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

.border-bottom {
  border-bottom: 0.1rem solid #f2f6f0;
}

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

.w-100 {
  width: 100% !important;
  min-width: auto !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.error {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  text-align: left;
  transition: 250ms;
}

.error.visible {
  opacity: 1;
}

.error.alert-danger {
  background: transparent;
  color: red;
  text-shadow: none;
}

.btn-main {
  font-size: 21px;
  font-weight: bold;
  color: #203135;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #7adaef;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 22px 28px;
  border-radius: 4px;
  text-transform: uppercase;
  justify-content: center;
}

@media (max-width: 992px) {
  .btn-main {
    font-size: 20px;
  }
}

.btn-main span {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -2px;
}

@media (max-width: 992px) {
  .btn-main span {
    top: -3px;
  }
}

.btn-main span img {
  max-width: 12px;
}

.btn-main:hover {
  background-color: #51bcd4;
}

.btn-more {
  font-size: 23px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  border-radius: 4px;
  padding: 24px 70px;
  background-color: #236192;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 992px) {
  .btn-more {
    padding: 20px 0px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0px;
    line-height: 1;
  }
}

.btn-more:hover {
  background-color: #104770;
  color: #fff;
}

.input-field input.form-control {
  height: 60px;
  border-radius: 8px;
  border: 2px solid #111111;
  outline: none;
  box-shadow: none;
  font-size: 18px;
  padding: 15px 20px;
}

.input-field-group {
  position: relative;
}

.input-field-group span.icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 12px;
  border-right: 1px solid #c3c3c3;
  flex: 0 0 auto;
  width: 61px;
}

@media (max-width: 992px) {
  .input-field-group span.icon {
    max-width: 44px;
    padding-right: 7px;
  }
}

.input-field-group span.icon img {
  max-width: 100%;
}

.input-field-group input.form-control {
  padding-left: 80px;
}

@media (max-width: 992px) {
  .input-field-group input.form-control {
    padding-left: 65px;
  }
}

.input-box .form-text {
  font-size: 15px;
  line-height: 26px;
  color: #717171;
  display: inline-block;
}

@media (max-width: 992px) {
  .input-box .form-text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px !important;
  }
}

.input-box .form-text span {
  display: inline-block;
}

.step-ind {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.step-ind .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a8a8a8;
  border-radius: 50%;
}

.step-ind .dot.active {
  background-color: #16cce3;
}

.text-primary {
  color: #6de5ff !important;
}

/*-- default-css-start --*/
.container {
  max-width: 1324px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 992px) {
  .container {
    max-width: 389px;
    width: 100%;
  }
}

/*-- default-css-end --*/
/*--header-style-start---*/
.header {
  padding: 20px 0px 10px;
}

@media (max-width: 992px) {
  .header {
    padding: 30px 0px 18px;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

@media (max-width: 992px) {
  .header-logo {
    max-width: 260px;
  }
}

.header-logo span.sep {
  width: 2px;
  background-color: #000000;
  height: 57px;
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .header-logo span.sep {
    height: 45px;
  }
}

.header-logo img {
  max-width: 208px;
}

@media (max-width: 992px) {
  .header-logo img {
    max-width: 143px;
  }
}

.header-logo img.logo-sm {
  max-width: 140px;
}

@media (max-width: 992px) {
  .header-logo img.logo-sm {
    max-width: 109px;
  }
}

@media (max-width: 992px) {
  .header-call {
    display: none;
  }
}

.header-call a {
  text-align: end;
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  gap: 10px;
  color: #245b6f;
}

.header-call a img {
  max-width: 28px;
  flex: 0 0 auto;
}

.header-call a .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  gap: 10px;
  color: #2c343d;
}

.header-callMobile {
  display: none;
}

.header-callMobile a {
  display: inline-block;
}

.header-callMobile a img {
  max-width: 50px;
}

@media (max-width: 992px) {
  .header-callMobile {
    display: block;
  }
}

/*--header-style-end---*/
/*--- Section-1 ---*/
/*--- Top-style ---*/
.top-wrap {
  background-color: #5a6066;
  padding: 24px 0px 10px;
}

@media (max-width: 992px) {
  .top-wrap {
    padding: 14px 0px 18px;
  }
}

.top-kohler-logo {
  max-width: 412px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .top-kohler-logo {
    max-width: 240px;
  }
}

.top-content h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  margin-bottom: 18px;
}

.top-content h1 sub {
  bottom: -0.35em;
}

@media (max-width: 992px) {
  .top-content h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.top-content h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 992px) {
  .top-content h2.small {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .top-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.top-content h3 {
  line-height: normal;
  font-weight: normal;
  color: #fff;
  font-size: 24.5px;
}

@media (max-width: 992px) {
  .top-content h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}

.top-content h3 sup {
  font-size: 16px;
}

@media (max-width: 992px) {
  .top-content h3 sup {
    font-size: 12px;
  }
}

/*--- Top-style--end ---*/
/*--- form-area--end ---*/
.form-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 89px 0px 160px;
}

@media (max-width: 992px) {
  .form-wrapper {
    padding: 22px 0px 0px;
    background-image: none !important;
  }
}

.form-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 75px;
}

@media (max-width: 992px) {
  .form-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 33px;
  }
}

.box-address {
  flex: 0 0 auto;
  width: 440px;
}

@media (max-width: 992px) {
  .box-address {
    width: 100%;
  }
}

.box {
  background-color: #fff;
}

.box-header {
  background-color: #205588;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 992px) {
  .box-header {
    flex-direction: column;
    gap: 0px;
    padding: 15px 10px;
    text-align: center;
    justify-content: center;
  }
}

.box-header h4 {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
}

.box-header h4 img {
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  max-width: 74px;
  transform: translateY(-50%);
}

.box-header p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.box-header span.icon {
  flex: 0 0 auto;
  width: 48px;
}

.box-header span.icon img {
  max-width: 100%;
}

.box-header h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0px;
}

.box-content {
  padding: 27px 38px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

@media (max-width: 992px) {
  .box-content {
    padding: 24px 20px 24px 20px;
  }
}

.box-content-bottom img {
  max-width: 82px;
}

.title-form {
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 27px;
}

@media (max-width: 992px) {
  .title-form {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 398px) {
  .title-form {
    font-size: 17px;
    line-height: 22px;
  }
}

.title-form span.count {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #19b3e5;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -4px;
}

@media (max-width: 992px) {
  .title-form span.count {
    font-size: 18px;
    width: 25px;
    height: 25px;
    top: -2px;
  }
}

.showe-box {
  max-width: 380px;
  flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 992px) {
  .showe-box {
    width: 266px;
    padding-right: 10px;
  }
}

.showe-box h2 {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-shadow: 0.342px 0.94px 3px rgba(33, 33, 33, 0.4);
}

@media (max-width: 992px) {
  .showe-box h2 {
    font-size: 22px;
    line-height: 29px;
  }
}

.showe-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  padding: 10px 0px;
  text-shadow: 0.342px 0.94px 3px rgba(33, 33, 33, 0.4);
}

@media (max-width: 992px) {
  .showe-box ul li {
    font-size: 17px;
    line-height: 23px;
    gap: 11px;
  }
}

.showe-box ul li span.icon {
  flex: 0 0 auto;
  width: 74px;
  display: block;
}

@media (max-width: 992px) {
  .showe-box ul li span.icon {
    width: 55px;
  }
}

.showe-box ul li span.icon img {
  max-width: 100%;
}

.showe-mobile {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding: 36px 0px 67px;
  margin-top: 33px;
}

/*--- form-area--end ---*/
/*--- blog-area--Start ---*/
.blog-wrapper {
  padding: 42px 0px 100px;
}

@media (max-width: 992px) {
  .blog-wrapper {
    padding: 22px 0px 60px;
  }
}

.blog-title {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .blog-title {
    margin-bottom: 10px;
  }
}

.blog-title h2 {
  font-size: 37px;
  line-height: 1;
  text-transform: uppercase;
  color: #00274c;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .blog-title h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.blog-title p {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media (max-width: 992px) {
  .blog-title p {
    font-size: 17px;
    line-height: 19px;
    text-align: start;
    margin-bottom: 0px;
  }
}

.blog-items {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .blog-items {
    margin-bottom: 10px;
  }
}

/*--- blog-area--end ---*/
/*--- textbox--start ---*/
.text-box {
  background-color: #5a6066;
  padding: 40px 0px;
}

@media (max-width: 992px) {
  .text-box {
    padding: 13px 0px;
  }
}

.text-box-content {
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
}

.text-box-content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .text-box-content p {
    font-size: 15px;
    line-height: 24px;
  }
}

/*--- textbox--end ---*/
/*--- Section-1-end ---*/
/*--- Section-2-and-section-4 ---*/
.page-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px 128px;
}

@media (max-width: 992px) {
  .page-wrapper {
    padding: 33px 0px 60px;
  }
}

.page-contentTitle {
  max-width: 424px;
  margin: 0 auto;
  padding: 0px 10px;
}

.page-contentBox {
  max-width: 555px;
  padding: 36px 0px 32px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 45px;
  border-radius: 4px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .page-contentBox {
    max-width: 380px;
    padding: 24px 0px 24px;
    gap: 36px;
  }
}

.page-contentbottom img {
  max-width: 87px;
}

@media (max-width: 992px) {
  .page-contentbottom img {
    max-width: 68px;
  }
}

.page-back button {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: none;
}

.page-back button img {
  max-width: 41px;
}

@media (max-width: 992px) {
  .page-back button img {
    max-width: 37px;
  }
}

.btns-box {
  max-width: 353px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
  margin-bottom: 38px;
}

@media (max-width: 992px) {
  .btns-box {
    max-width: 320px;
    padding: 10px;
  }
}

.btns-box button {
  background-color: transparent;
  border: none;
  padding: 0px;
}

.btns-box button:hover img {
  opacity: 0.9;
}

.btns-box button img {
  max-width: 100%;
}

.btns-box a {
  text-decoration: none;
  display: block;
}

.btns-box a:hover img {
  opacity: 0.9;
}

.btns-box a img {
  max-width: 100%;
}

/*--- Section-2-and-section-4-end ---*/
/*--- Section-3-and-section-4-end ---*/
.page-contentTitle .main-title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .page-contentTitle .main-title {
    font-size: 26px;
  }
}

.section-4 .page-contentBox {
  max-width: 585px;
  padding: 36px 40px;
}

@media (max-width: 992px) {
  .section-4 .page-contentBox {
    padding: 24px 20px;
  }
}

.section-4 .page-contentBox .page-contentTitle {
  max-width: 365px;
}

.input-box {
  max-width: 365px;
  margin: 0 auto;
}

.input {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 2px solid #111111;
  outline: none;
  box-shadow: none;
  font-size: 18px;
}

@media (max-width: 992px) {
  .input {
    font-size: 16px;
    height: 55px;
  }
}

.input::placeholder {
  color: #979797;
  opacity: 1;
}

.single-input .btn-main {
  font-weight: 500;
}

@media (max-width: 992px) {
  .single-input .btn-main {
    height: 55px;
    padding: 10px 30px;
    font-size: 18px;
  }
}

.input-page-para {
  max-width: 480px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  color: #3b3b3b;
}

/*--- Section-3-and-section-4-end ---*/
/*--- Thank-you-page-start ---*/
.thank-you-page .page-wrapper {
  min-height: 700px;
}

@media (max-width: 992px) {
  .thank-you-page .page-wrapper {
    min-height: 500px;
  }
}

.thank-you-page .page-contentBox {
  max-width: 635px;
  padding: 36px 40px;
}

@media (max-width: 992px) {
  .thank-you-page .page-contentBox {
    padding: 24px 20px;
  }
}

.thank-you-page .page-contentBox .thank-you-heading {
  font-size: 32px;
  color: #26435a;
  letter-spacing: 6px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .thank-you-page .page-contentBox .thank-you-heading {
    font-size: 26px;
    letter-spacing: 4px;
  }
}

.thank-you-page .page-contentBox .thank-you-info {
  font-size: 24px;
  font-weight: 500;
  color: #202020;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .thank-you-page .page-contentBox .thank-you-info {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .thank-you-page .page-contentBox .thank-you-info-2 {
    font-size: 20px;
  }
  .thank-you-page .page-contentBox .thank-you-info-2 br {
    display: none;
  }
}

/*--- Thank-you-page-start-end ---*/
/*--- footer ---*/
.footer {
  padding: 17px 0px 30px;
}

@media (max-width: 992px) {
  .footer {
    padding: 10px 0px 10px;
  }
}

.footer-copy p {
  color: #888888;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .footer-copy p {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-menu ul li:last-child a::after {
  display: none;
}

.footer-menu ul li a {
  font-size: 20px;
  line-height: 27px;
  color: #0b7ac7;
  display: block;
  text-decoration: none;
  padding: 4px 7px;
  position: relative;
}

@media (max-width: 992px) {
  .footer-menu ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer-menu ul li a:hover {
  color: #888888;
  text-decoration: underline;
}

.footer-menu ul li a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 20px;
  background-color: #888888;
}

@media (max-width: 992px) {
  .footer-menu ul li a::after {
    height: 14px;
  }
}

/*--- footer-end ---*/
