/** Shopify CDN: Minification failed

Line 3609:0 Expected "}" to go with "{"

**/
:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
  --blue: #333283;
  --green: #aacf37;
}

/* @font-face {
  font-family: "Poppins";
  src: url("{{ '[Poppins-Regular.ttf]' | asset_url }}") format("[font-format]");
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap')*/
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
@media(max-width:950px){
 img#img_head{
    display:none!important;
  }
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.btn-style {
  background-color: #0197b3;
  width: fit-content;
  color: #fff;
  font-size: 28px;
  padding: 17px 13px;
  transition: .5s;
  display: flex;
  font-weight: 600;
  letter-spacing: unset;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
}

.btn-style-45 {

  width: 45%;
  color: #fff;
  font-size: 18px;
  padding: 17px 50px;
  transition: .5s;
  display: flex;
  font-weight: 600;
  letter-spacing: unset;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.color_grey {
  color: #6b6b6b !important;
}

.bg_grey {
  background-color: #6b6b6b !important;
}

.font-size-60 {
  font-size: 60px;
}

.bg_light_grey {
  background-color: #e6e6e6;
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.new-list li {
  list-style: decimal;
  margin-bottom: 15px;
}

.new-list {
  padding-left: 20px;
}

.teleport-show {
  display: flex !important;
}

.padding_50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-RL20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.button-main {
  gap: var(--dl-space-space-halfunit);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  font-style: normal;
  transition: 0.3s;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: rgb(36, 97, 255);
}

.button-main:hover {
  opacity: 0.75;
}

.list {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  list-style: circle !important;
}

.quick-links {
  gap: var(--dl-space-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #ffffff;
  flex-direction: column;
  border-right-width: 1px;
}

.quick-links:hover {
  opacity: 0.5;
}

.read-more {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-direction: row;
}

.read-more:hover {
  opacity: 0.5;
}

.button-white {
  color: #000000;
  background-color: #ffffff;
}

.symptom {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: #E9E9EB;
}

.symptom:hover {
  opacity: 0.5;
}

.letter {
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 60px;
  transition: 0.3s;
  align-items: center;
  aspect-ratio: 1;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-round);
  padding-right: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #E9E9EB;
}

.letter:hover {
  opacity: 0.5;
}

.book-type {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
}

.book-type:hover {
  color: white;
  background-color: black;
}

.book-input {
  width: 100%;
  padding-top: 0px;
  border-color: #B4B9C6;
  border-width: 0px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 0px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: transparent;
  border-bottom-width: 1px;
}

.arrow {
  width: 60px;
  cursor: pointer;
  object-fit: cover;
  transition: 0.3s;
}

.arrow:hover {
  opacity: 0.5;
}

.legal-link {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}

.legal-link:hover {
  opacity: 0.5;
}

.social {
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(236, 233, 234, 0.2);
}

.social:hover {
  opacity: 0.5;
}

.letter-active {
  color: white;
  background-color: #2461FF;
}

.search-result {
  width: 100%;
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: #E9E9EB;
}

.result-text {
  font-style: normal;
  font-family: Inter;
  font-weight: 600;
  white-space: nowrap;
}

.more-results {
  color: white;
  background-color: #2461FF;
}

.invisible {
  opacity: 0;
  animation: fade-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  transform-origin: 0 50%;
}

.Content {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.Heading {
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */
/* CARDS STYLE STARTS HERE  */

.full-section {
  width: 100% !important;
}

.height-fit-content {
  height: fit-content !important;
}

.form-section {
  border: 1px solid #62b01e;
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.d-flex {
  display: flex;
}

.flex_direction_column {
  flex-direction: column;
}

.flex_direction_row {
  flex-direction: row !important;
}

.field-grp-msg {
  width: 100%;
  border-radius: 8px;
  background-color: #F2F5FA;
  color: #000;
  border: none;
  padding-left: 10px;
  outline: none;
}

.field-grp {
  width: 48%;
  height: 45px;
  border-radius: 8px;
  background-color: #F2F5FA;
  color: #000;
  border: none;
  padding-left: 10px;
  outline: none;
}

.field-grp:focus-visible,
.field-grp-msg:focus-visible {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.card-container {
  width: 100%;
  display: flex;
  overflow: auto;
  /* min-height: 100vh; */
  align-items: center;
  flex-direction: column;
}

.card-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-image: linear-gradient(to right, #fff, #ddefbb);
}

.card-text {
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}

.card-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  gap: 15px;
}

.card-container3 {
  width: 30%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.card-container4 {
  width: 24%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 2px 20px 0px #88888833;
  margin-bottom: 20px;
}

.card-container3:hover,
.card-container4:hover {
  box-shadow: 0px 2px 20px 10px #d4d4d440;
}

.card-image {
  width: 100%;
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
}

.card-text1 {
  color: rgb(170, 207, 55);
  font-size: 22px;
  font-style: normal;
  margin-top: 10px;
  text-align: left;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.card-text2 {
  color: rgb(51, 50, 131);
  font-size: 16px;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: justify;
  font-weight: 600;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}

.card-container3:hover,
.card-container4:hover {
  box-shadow: 5px 5px 8px 10px #d4d4d4;
}

.card-image1 {
  width: 100%;
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
}

.card-text3 {
  color: #aacf37;
  font-size: 22px;
  line-height: 1.3em;
  font-style: normal;
  margin-top: 10px;
  text-align: left;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

.blue-card-text3 {
  color: #333283;
  font-size: 22px;
  line-height: 1.3em;
  font-style: normal;
  margin-top: 10px;
  text-align: left;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

.card-text4 {
  color: #333283;
  font-size: 16px;
  line-height: 1.3em;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: justify;
  font-weight: 600;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}

.card-text5 {
  color: #333283;
  font-size: 16px;
  line-height: 1.3em;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: justify;
  font-weight: 600;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}

.card-container5 {
  width: 30%;
  height: 557px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.card-container5:hover {
  box-shadow: 5px 5px 8px 10px #d4d4d4;
}

.card-image2 {
  width: 100%;
  object-fit: cover;
  margin-right: var(--dl-space-space-twounits);
}

.card-text6 {
  color: rgb(170, 207, 55);
  font-size: 22px;
  font-style: normal;
  margin-top: 10px;
  text-align: left;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.card-text7 {
  color: rgb(51, 50, 131);
  font-size: 16px;
  line-height: 1.3em;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  text-align: justify;
  font-weight: 600;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
}

.img_box {
  border: 20px solid #fff;
  border-radius: 10px;
  margin-bottom: 100px;
}

.flex-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-inner {
  display: flex;
  flex-direction: row;
  width: 49%;
  padding: 10px 0;
  margin: 10px 2px;
  background-image: linear-gradient(to right, #fff, #ddefbb);
  color: #333283;
  font-weight: 700;
  font-size: 18px;
  border-radius: 7px;
}

.flex-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  max-width: 1440px;
}

.body_text {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-top: 8px;
}

.flex-inner {
  display: flex;
  flex-direction: row;
  width: 48%;
  padding: 10px 0;
  margin: 10px 2px;
  background-image: linear-gradient(to right, #fff, #ddefbb);
  color: #333283;
  font-weight: 700;
  font-size: 18px;
  border-radius: 7px;
}

.min_width {
  min-width: fit-content;
}

ul.list-water li {
  margin: 10px;
  list-style-type: disc;
  font-size: larger;
  margin-left: 12px;
}

.padding-null {
  padding: 0 !important;
}

.padding-right-22 {
  padding-right: 20px !important;
}

/* extra large screen */
@media(max-width:2560px) {
  .card-container1 {
    padding: 0px 8vw;
  }
}

@media(max-width:2560px) and (min-width:1700px) {
  .padding-right-22 {
    padding-right: 22vw !important;
  }
}

/* tablet */

@media(max-width: 768px) {
  .card-container2 {
    flex-direction: column;
  }

  .flex-inner {
    width: 100%;
  }


  .card-container3,
  .card-container4 {
    width: 100% !important;
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }

  .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff57;
    z-index: 2;
  }

  .card-text2 {
    font-size: 15px;
  }

  .card-container4 {
    width: 100%;
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }

  .card-text4 {
    font-size: 15px;
  }

  .card-text5 {
    font-size: 15px;
  }

  .card-container5 {
    width: 100%;
    height: auto;
    margin-top: var(--dl-space-space-twounits);
    margin-bottom: var(--dl-space-space-twounits);
  }

  .card-text7 {
    font-size: 15px;
  }

  .home-header01 {
    width: 100% !important;
  }

  .img_for {
    width: 100% !important;
  }

  .card-text2,
  .card-text4,
  .card-text5,
  .card-text7 {
    font-size: 12px;
  }

  .card-container1 {
    padding: 0px;
  }

  .iconbx {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media(max-width: 479px) {
  .card-container2 {
    flex-direction: column;
  }
  .spec{
    font-size:12px;
  }
  .card-container3 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }

  .card-container4 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }

  .card-container5 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }

  .field-grp {
    width: 100% !important;
  }
}


/* CARD STYLE ENDS HERE  */


@media(max-width: 991px) {
  .letter {
    max-width: calc(100% / 6 - 20px);
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }

  h1.text-box-title {
    font-size: 45px;
    line-height: 1.2em;
  }

  h2.home-heading01,
  h2.home-heading10,
  h2.home-heading11 {
    font-size: 35px;
  }

  .btn-style-45 {
    padding: 17px 20px !important;
  }
}

@media(max-width: 768px) {
  .arrow {
    width: 40px;
  }
}

.home-container {
  width: 100%;
  display: flex;
  /*  overflow: auto; */
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}

.page-hero {
  width: 100%;
  height: 384px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to right, #fff, #ddefbb);
}

.page-hero-img {
  width: 100%;
  height: 384px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-image: url("/cdn/shop/files/Transparentbg_480x480.png?v=1691315998");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 79% 0px;
}

.top-banner {
  width: 100%;
  height: 624px;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  padding: 0px 5vw;
}

.full-section {
  width: 100%;
}

.width-half-dsktp-full-mbl {
  width: 40%;
}

.place-center {
  place-content: center !important;
}

h2.home-heading01,
h2.home-heading10,
h2.home-heading11 {
  font-size: 30px;
}

.heading-40 {
  font-size: 45px !important;
}
.heading-58 {
  font-size: 58px !important;
  font-weight:bold!important;
}
.text-center {
  text-align: center;
}

.background_none {
  background: none !important;
}

.maxwidth {
  max-width: 1440px!important;
}

.item-center {
  align-items: center !important;
}

.text-align-justify {
  text-align: justify !important;
}

.home-content {
  width: 48%;
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
}

.text-box {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.text-box-title {
  color: #333283;
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

.home-caption {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}

.even {

  width: 60%;
  padding: 10px;
  border: 1px solid #000000;
  border-left: 0px;
}

.odd {
  width: 40%;
  background-color: #e6e6e6;
  padding: 10px;
  color: #000;
  border: 1px solid #000000;
  border-right: 0;
}

.pad_20 {
  padding: 20px;
}

.pad_10 {
  padding: 10px;
}

text-left {
  text-align: left;
}

.home-image {
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-end;
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}

.home-iframe {
  width: 100%;
  height: 300px;
  border-color: #ffffff;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius2);
}

.home-background {
  right: 0px;
  width: 37%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #D0F4FD;
}

.home-features {
  gap: 100px;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}

.main-cont {
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}

.home-section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 58%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-header01 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  width: 58%;
}

.img_for {
  width: 40%;
}

.home-heading01 {
  color: #333283;
  font-size: 50px;
  padding: 0px 0px 30px 0px;
  /* removing this as it has no effect and it is creating problem for me. */
  /* max-width: 600px; */
  font-style: normal;
  font-weight: 600;
}

.home-capton {
  font-size: 18px;
  max-width: 600px;
  line-height: 1.3em;
}

.home-capton a,
.home-capton1 a {
  text-decoration: underline;
  color: #333283;
  font-weight: bold;
}

.home-text01 {
  font-size: 18px;
  line-height: 27px;
}

.home-image1 {
  height: 409px;
  object-fit: cover;
  width: 40%;
}

.home-features1 {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #333283;
}

.home-content2 {
  width: var(--dl-size-size-maxwidth);
  display: flex;
  flex-wrap: wrap;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: 37px;
  padding-right: 36px;
  flex-direction: row;
  justify-content: space-between;
}

.home-section01 {
  width: 24%;
  position: relative;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-heading02 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header02 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section02 {
  width: 24%;
  position: relative;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-heading03 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header03 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section03 {
  width: 24%;
  position: relative;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-heading04 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header04 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section04 {
  width: 24%;
  position: relative;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-heading05 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header05 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider3 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section05 {
  width: 24%;
  position: relative;
}

.home-heading06 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header06 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider4 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section06 {
  width: 24%;
  position: relative;
}

.home-heading07 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header07 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider5 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section07 {
  width: 24%;
  position: relative;
}

.home-heading08 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header08 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider6 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-section08 {
  width: 24%;
  position: relative;
}

.home-heading09 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.home-header09 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.home-divider7 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}

.home-container1 {
  width: 100%;
  flex-direction: column;
  gap: 30px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #fff, #ddefbb);
}

.home-capton1 {
  height: auto;
  font-size: 18px;
  max-width: 80%;
  align-self: center;
  text-align: center;
  line-height: 1.3em;
}

.home-section09 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.home-content3 {
  width: 58%;
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
}

.home-header10 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-heading10 {
  color: #333283;
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}

.home-capton2 {
  font-family: open sans;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}

.home-text08 {
  font-size: 18px;
  line-height: 27px;
}

.home-image2 {
  height: 483px;
  width: 40%;
  object-fit: cover;
}

.home-section10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: row;
  justify-content: space-between;
}

.home-content4 {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.home-header11 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-heading11 {
  color: #333283;
  width: 100%;
  height: auto;
  font-size: 56px;
  max-width: 100%;
  font-style: normal;
  font-weight: 600;
}

.home-capton3 {
  font-size: 18px;
  max-width: 100%;
  line-height: 27px;
}

.home-div {
  width: 58%;
  max-width: 600px;
}

.iconlist-50 {
  width: 49%;
  display: inline-block;
  padding: 10px 0px;
  margin: 10px 2px;
  background-image: linear-gradient(to right, #fff, #ddefbb);
  /* width: 30%; */
  color: #333283;
  font-weight: bold;
  font-size: 18px;
  border-radius: 7px;
}

.img-container {
  display: inline-block;
  width: auto;

}

.img-container img {
  height: 20px;
}

.text-container {
  display: inline-block;
  padding-left: 10px;
}

.text-container a {
  vertical-align: -webkit-baseline-middle;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #333283;
}

@media(max-width: 991px) {
  .page-hero {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    background-image: linear-gradient(to right, #fff, #ddefbb);
  }

  .page-hero-img {
    flex-direction: row;
  }

  .top-banner {
    flex-direction: row;
    gap: var(--dl-space-space-oneandhalfunits);
    height: 380px;
  }

  .home-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card-container4 {
    width: 31%;
  }

  .text-box-title {
    max-width: auto;
  }

  .home-caption {
    max-width: 100%;
  }

  .home-image {
    flex: 0 0 auto;
    align-items: flex-end;
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-end;
  }

  .home-background {
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 55%;
    position: absolute;
    justify-content: flex-end;
  }

  .home-features {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }

  .iconlist-50 {
    font-size: 16px;
  }

  .home-section {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }

  .home-content1,
  .home-content3,
  .home-content4 {
    width: 50%;
  }

  .home-capton {
    max-width: 100%;
  }

  .home-features1 {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }

  .home-content2 {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .home-section01 {
    border-right-width: 0px;
  }

  .home-divider {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section02 {
    border-right-width: 0px;
  }

  .home-divider1 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section03 {
    border-right-width: 0px;
  }

  .home-divider2 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section04 {
    border-right-width: 0px;
  }

  .home-divider3 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section05 {
    border-right-width: 0px;
  }

  .home-divider4 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section06 {
    border-right-width: 0px;
  }

  .home-divider5 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section07 {
    border-right-width: 0px;
  }

  .home-divider6 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-section08 {
    border-right-width: 0px;
  }

  .home-divider7 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }

  .home-capton1 {
    height: auto;
  }

  .home-section09 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }

  .home-content3 {
    width: 100%;
    flex-direction: row;
  }

  .home-header10 {
    width: 100%;
  }

  .home-heading10 {
    max-width: 100%;
  }

  .home-capton2 {
    max-width: 100%;
  }

  .home-section10 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-image1 {
    width: 50%;
  }

  .home-image2 {
    width: 50%;
  }
}

@media(max-width: 768px) {
  .top-banner {
    flex-direction: column;
    gap: var(--dl-space-space-oneandhalfunits);
    height: 411px;
    align-items: center;
    justify-content: center;
  }

  .home-content {
    width: 100%;
  }

  .home-iframe {
    height: 185px;
  }

  .rvse-col {
    flex-direction: column-reverse !important;
  }

  .text-box-title {
    font-size: 32px;
    max-width: 100%;
    line-height: 1.3em;
  }

  .home-caption {
    font-size: 16px;
    max-width: 100%;
    line-height: 24px;
  }

  .home-features {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
    gap: var(--dl-space-space-fiveunits);
  }

  .iconlist-50 {
    width: 100%;
  }

  .home-section {
    flex-direction: column;
  }

  .home-content1 {
    gap: var(--dl-space-space-unit);
    width: 100%;
  }

  .width-half-dsktp-full-mbl {
    width: 100%;
  }

  .home-heading01 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-capton {
    font-size: 14px;
    max-width: 100%;
    line-height: 21px;
  }

  .home-text {
    font-size: 14px;
    line-height: 21px;
  }

  .home-text02 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }

  .home-text03 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }

  .home-content2 {
    gap: 20;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-section01 {
    width: 50%;
  }

  .home-header02 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section02 {
    width: 50%;
  }

  .home-header03 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section03 {
    width: 50%;
  }

  .home-header04 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section04 {
    width: 50%;
  }

  .home-header05 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section05 {
    width: 50%;
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-header06 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section06 {
    width: 50%;
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-header07 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section07 {
    width: 50%;
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-header08 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-section08 {
    width: 50%;
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-header09 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-capton1 {
    height: auto;
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }

  .home-section09 {
    flex-direction: column;
  }

  .home-heading10 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-capton2 {
    font-size: 14px;
    max-width: 100%;
    line-height: 21px;
  }

  .home-section10 {
    gap: var(--dl-space-space-unit);
  }

  .home-container2 {
    flex-direction: column;
  }

  .home-content4 {
    flex-direction: column;
    width: 100%;
  }

  .home-header11 {
    gap: var(--dl-space-space-unit);
    height: auto;
    align-self: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-heading11 {
    color: rgb(51, 50, 131);
    height: auto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
  }

  .home-capton3 {
    font-size: 14px;
    line-height: 21px;
  }

  .home-div {
    width: 100%;
    max-width: 100%;
  }

  .home-image1,
  .home-image2 {
    align-self: center;
    width: 100%;
  }
}

@media(max-width: 479px) {
  .page-hero {
    height: 300px;
  }

  .page-hero-img {
    height: 300px;
  }

  .top-banner {
    height: 351px;
    flex-direction: column;

  }

  .main-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-content {
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .text-box-title {
    color: #333283;
    max-width: 100%;
  }

  .home-caption {
    max-width: 100%;
  }

  .home-iframe {
    width: 180px;
  }

  .home-heading01 {
    color: #333283;
  }

  .home-content2 {
    flex-direction: row;
  }

  .home-container1 {
    height: 188px;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    justify-content: center;
  }

  .home-capton1 {
    height: auto;
    font-style: normal;
    line-height: 14px;
  }

  .home-section09 {
    flex-direction: column;
  }

  .home-heading10 {
    color: #333283;
  }

  .home-capton2 {
    max-width: 100%;
  }

  .home-container2 {
    flex-direction: column;
  }

  .home-content4 {
    height: auto;
    flex-direction: column;
  }

  .home-heading11 {
    color: #333283;
    height: auto;
  }
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

li,
ul,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
figcaption {
  margin: 0;
  padding: 0;
}
p{
  margin-bottom:12px;
  padding:0;
}

button {
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
  outline: 1px dotted ButtonText;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input {
  padding: 2px 4px;
}

img {
  display: block;
}

html {
  scroll-behavior: smooth
}

.accordion {
  background-color: #fff;
  color: #333283;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active {
  background-color: #333283;
  color: #fff;
  border-radius: 8px
}

.accordion:hover .accordion:after {
  color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  margin: 10px 0;
  padding: 0 10px;
  background-color: white;
  display: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Open Sans";
}

.accordion:after {
  content: '+';
  /* Unicode character for 'plus' sign (+) */
  font-size: 25px;
  color: #333283;
  line-height: 1.2em;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: '-';
  font-size: 25px;
  color: #fff;
  /* Unicode character for 'minus' sign (-) */
}

html {
  font-family: "Poppins";
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.6;
  color: var(--dl-color-gray-black);
  background-color: var(--dl-color-gray-white);

}

.th-blue {
  color: #333283;
}

.th-green {
  color: #aacf37;
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}




.home-caption-types {
  font-size: 25px;
  max-width: 80%;
  padding: 38px 0px;
}


.iconlist-100 {
  width: 100%;
  padding: 10px 0;
  max-width: 600px;
  display: flex;
  margin: 10px 2px;
  border-radius: 7px;
}

.iconbx {
  width: 30%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 2px;
  color: #333283;
  font-weight: 700;
  font-size: 14px;
  border-radius: 7px;
}

.gradient-bg {
  background-image: linear-gradient(to right, #fff, #ddefbb);
  padding: 120px 0;
}

.flexwrap {
  flex-wrap: wrap;
}

.overlay {
  width: 100%;
}

/* uzi style changes  */
img.full-section {
  width: 64% !important;
  padding: 10px;
  margin: 25px 96px;
}

@media(max-width:1024px) {
  img.full-section {
    width: 64% !important;
    padding: 10px;
    margin: 30px 45px 0px 45px;
  }
}

.margin-top-30 {
  margin-top: 30px;
}

.p-4 {
  padding: 4px;
}

/* Educational Information */
.downdables__section {
  width: 80%;

  gap: 13px;
  display: flex;
  flex-wrap: wrap;
}

.container-pdf {
  display: flex;
  flex: 49%;
  gap: 21px;
  width: 100%;
  margin-top: 33px;
}

.container-pdf .text {
  display: flex;
  align-items: center;
  justify-content: center;

}

.icon-pdf {
  height: 56px;
  min-width: 56px;
  display: flex;

  border-radius: 50%;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 26px;

  background: #ddefbb;
}

.container-pdf .text:hover {
  text-decoration: underline;
}

section.video-info-section {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  /* gap: 13px; */
}

.inner-vi-section-3 {
  flex: 33%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.inner-vi-section-3 h3.blue {
  margin: 10px 0px;
  font-size: x-large;
}

@media(max-width:2560px) {
  .home-features {
    max-width: 100%;
  }
}

@media(max-width:768px) {
  .inner-vi-section-3 {
    flex: 100%;
  }
}



/* financing page */
/* financing page */
/* financing page */
/* financing page */
/* financing page */
/* financing page */
.d-none {
  display: none;
}

section.zoi-tab-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* gap: 14px; */
}

button.tab-button {
  padding: 15px;
  z-index: 10;
  position: relative;
  border: 1px solid grey;
  background-image: linear-gradient(to right, #fff, #ddefbb);
  /* border-bottom: 2px solid white; */
  margin: 0px;
  background-color: white;
}

button.tab-button.active_tab {
  border-bottom: 2px solid white;
  color: #333283;
  font-weight: bolder;
}

.content-container {
  background-image: linear-gradient(to right, #fff, #ddefbb);

  min-height: 30vh;
  border: 1px solid grey;
  /* margin-top: -14px; */
  position: relative;
  top: 0;
  margin-top: -1px;
  z-index: 2;
  /* top: 0; */

}

div.tab-content {
  padding: 10px;
  height: 100%;
}

.mb-3 {
  margin-bottom: 15px;
}

.q-container {
  padding: 10px;
  margin: 5px;
}

.line {
  border-left: 6px solid #333283;
  padding-left: 10px;
}

.question {
  margin: 13px 0px;
  color: #333283;
  font-size: 20px;
}

/* financing page */
/* financing page */
/* financing page */
/* financing page */
/* financing page */
/* financing page */
.d-none {
  display: none;
}

section.zoi-tab-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* gap: 14px; */
}

button.tab-button {
  padding: 15px;
  z-index: 10;
  position: relative;
  border: 1px solid grey;
  background-image: linear-gradient(to right, #fff, #ddefbb);
  /* border-bottom: 2px solid white; */
  margin: 0px;
  background-color: white;
}

button.tab-button.active_tab {
  border-bottom: 2px solid white;
  color: #333283;
  font-weight: bolder;
}

.content-container {
  background-image: linear-gradient(to right, #fff, #ddefbb);

  min-height: 30vh;
  border: 1px solid grey;
  /* margin-top: -14px; */
  position: relative;
  top: 0;
  margin-top: -1px;
  z-index: 2;
  /* top: 0; */

}

div.tab-content {
  padding: 10px;
  height: 100%;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-100 {
  margin-bottom: 100px;
}

.q-container {
  padding: 10px;
  margin: 5px;
}

.line {
  border-left: 6px solid #333283;
  padding-left: 10px;
}

.question {
  margin: 13px 0px;
  color: #333283;
  font-size: 20px;
}

/* testing page */
/* testing page */
/* testing page */
/* testing page */
.test-home-caption {
  width: 100%;
  font-size: 19px;
  /* max-width: 600px; */
  line-height: 27px;
}

a.atag {
  text-decoration: underline;
  color: #333283;
  font-weight: 700;
}

.test-home-features {
  gap: 35px;
  width: 100%;
  display: flex;
  max-width: 1440px;
  /* align-items: center; */
  padding-top: 45px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.text-underline {
  text-decoration: underline;
}

.col-lg-50 {
  width: 49%;
  display: inline-block;
}

.test-img-container img {
  height: 300px;
  width: 30;
}

.test-img-container,
.test-card-header {
  /* object-fit: cover; */
  align-items: center;
  justify-content: center;
  display: flex;
}

.test-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.test-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  text-align: center;
}

@media (max-width:740px) {
  .col-lg-50 {
    width: 100%;
  }

  .test-home-features {
    padding-right: 16px;
    padding-left: 19px;
  }
}

/* test pade css end */
/* test pade css end */
/* test pade css end */


/* testing page */
/* testing page */
/* testing page */
/* testing page */
.test-home-caption {
  width: 100%;
  font-size: 19px;
  /* max-width: 600px; */
  line-height: 27px;
}

a.atag {
  text-decoration: underline;
  color: #333283;
  font-weight: 700;
}

.test-home-features {
  gap: 35px;
  width: 100%;
  display: flex;
  max-width: 1440px;
  /* align-items: center; */
  padding-top: 45px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.text-underline {
  text-decoration: underline;
}

.col-lg-50 {
  width: 49%;
  display: inline-block;
}

.test-img-container img {
  height: 300px;
  width: 30;
}

.test-img-container,
.test-card-header {
  /* object-fit: cover; */
  align-items: center;
  justify-content: center;
  display: flex;
}

.test-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.test-card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  text-align: center;
}

@media (max-width:740px) {
  .col-lg-50 {
    width: 100%;
  }

  .test-home-features {
    padding-right: 16px;
    padding-left: 19px;
  }
}

/* test pade css end */
/* test pade css end */
/* test pade css end */


/* saliva analysis code starts here  */
/* saliva analysis code starts here  */
/* saliva analysis code starts here  */
/* saliva analysis code starts here  */
.img-with-content {
  display: block;
  position: relative;
  float: right;
  width: 150px;

  margin-right: 20px;
}

.col-lg-65 {
  width: 64%;
}

.col-lg-35 {
  width: 34%;
}

.saliva-home-features {
  gap: 35px;
  width: 100%;
  /* display: flex; */
  max-width: 1440px;
  /* align-items: center; */
  padding-top: 45px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.col-lg-35,
.col-lg-50,
.col-lg-65 {
  display: inline-block;
  vertical-align: top;
}

.icon-container {
  min-width: max-content;
}

.icon-container img {
  height: 20px;
}

@media (max-width:900px) {
  .d-sm-none {
    display: none;
  }

  .saliva-home-features {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:1024px) {

  .col-lg-65,
  .col-lg-35 {
    width: 100%;
  }
}

/* salivea ends here */
/* salivea ends here */
/* salivea ends here */

/* urine test */
/* urine test */
/* urine test */
.ur_feature_page {
  gap: 35px;
  width: 100%;
  /* display: flex; */
  max-width: 1440px;
  /* align-items: center; */
  padding-top: 45px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
}

.col-lg-30 {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.col-lg-40 {
  display: inline-block;
  width: 39%;
  vertical-align: top;
}

.left-img-container,
.right-img-container {
  text-align: center;
  display: flex;
  justify-content: center;
}

.left-img-container img,
.right-img-container img {
  height: 300px;
}

.row {
  width: 100%;
}

.col-lg-70 {
  width: 69%;
}

.ur_three_img_container {
  margin-top: 25px;
}

.ur_list_container {
  margin-top: 25px;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}

.mt-4 {
  margin-top: 14px;
}

.mb-4 {
  margin-bottom: 14px;
}

.ins-img-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.ins-img-container .img-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.bolder {
  font-weight: bolder;

}

.italic {
  font-style: italic;
}

.ph-img {
  height: 100%;
  width: auto;
}

.ur_three_img_container img {
  height: auto;
  width: 100%;
}

@media (max-width:900px) {
  .ph-img {
    width: 100%;
  }

  .d-sm-none {
    display: none;
  }

  .ins-img-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .ur_feature_page {
    padding: 10px;
  }

  .saliva-home-features {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-65,
  .col-lg-35,
  .col-lg-30,
  .col-lg-40,
  .col-lg-50,
  .col-lg-70 {
    width: 100%;
  }
}

@media (max-width:1024px) {

  .col-lg-65,
  .col-lg-35,
  .col-lg-30,
  .col-lg-40,
  .col-lg-50,
  .col-lg-70 {
    width: 100%;
  }
}


/* HYDROGEN WATER PAGE */
section.hydro_one {
  margin: 50px 0px;
}

.hydro_one .main-container {
  display: flex;
}

.hydro-left-img-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 30px;
}

.hydro-right-data-container {
  display: flex;
  width: 50%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-around;

  padding: 10px 30px;
}

.hydro-left-img-container img {
  width: 87%;
  height: auto;
}

.header-top-bg {
  /* margin-top: 10vh; */
  margin-bottom: 14px;
  background-color: #333283;
  color: white;
  font-weight: bolder;
  padding: 10px;
  border-radius: 9px;
  text-align: center;
}

h1.heading-img {
  padding: 10px 25px;
  font-size: 75px;
  position: relative;
}

.heading-img img {
  float: right;
  height: 258px;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0px;
}

.gray-background {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blue-background {
  background-color: #333283 !important;
}

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

.blue-font {
  color: #333283 !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.bottom-txt {
  padding: 10px 26px;
  font-size: 19px;
  text-align: center;
}

.btn-container {
  display: flex;
  justify-content: space-around;
}

.theme-blue {
  background-color: var(--blue);
  color: #fff;
}

.theme-green {
  background-color: var(--green);
  color: var(--blue);
}

.theme-grey {
  background-color: grey;
  color: var(--blue);
}

.d-btn-st {
  width: 100%;
  font-size: 23px;
  padding: 17px 0;
  transition: .5s;
  display: flex;
  font-weight: 600;
  letter-spacing: unset;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 24px;
  max-width: fit-content;
  margin: 10px;
}

/* put new css above  */
@media(min-width:2560px) {
  /* .hydro_one .main-container {
    padding: 0px 22vw;
  } */
}


@media(max-width:1024px) {
  .heading-img img {
    height: 181px;
  }

  h1.heading-img {
    padding: 10px 25px;
    font-size: 55px;
    position: relative;
  }

  .header-top-bg {
    margin-top: 7vh;
    margin-bottom: 14px;
    background-color: #333283;
    color: white;
    font-weight: bolder;
    padding: 10px;
    border-radius: 9px;
    font-size: 10px;
  }

  .bottom-txt {
    padding: 10px 26px;
    font-size: 15px;
    text-align: center;
  }

  .d-btn-st {
    font-size: small;
    padding: 12px 34px;
  }
}

@media(max-width:768px) {
  .header-top-bg {

    font-size: 9px;
    padding: 6px;
  }

  .heading-img img {
    height: 110px;
    top: 0px;
    right: 0;
  }

  h1.heading-img {
    padding: 10px 25px;
    font-size: 40px;
    position: relative;
  }

  .bottom-txt {
    padding: 10px 26px;
    font-size: 16px;
    text-align: center;
  }

  .d-btn-st {
    font-size: smaller;
    padding: 4px 18px;
  }
}


@media(max-width:425px) {
  .hydro-left-img-container {
    width: 100%;
  }

  .hydro_one .main-container {
    display: flex;
    flex-direction: column;
  }

  .hydro-right-data-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-around;
    padding: 10px;
  }

  .header-top-bg {
    margin-top: 2vh;
    margin-bottom: 14px;
    background-color: #333283;
    color: white;
    font-weight: bolder;
    padding: 10px;
    border-radius: 9px;
  }

  h1.heading-img {
    padding: 10px;
    font-size: 50px;
    position: relative;
  }

  .heading-img img {
    float: right;
    height: 120px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px;
  }
  .btn-style-45{
    width:100%!important;
  }
  /* .heading-40{
    
  } */
}

@media(max-width:375px) {
  h1.heading-img {
    font-size: 44px;
  }

  .heading-img img {
    height: 129px;
    right: 18px;
  }
}

@media(max-width:320px) {
  h1.heading-img {
    font-size: 37px;
  }

  .heading-img img {
    height: 105px;
    right: 0;
  }
}

/* HYDROGEN WATER PAGE */
section.hydro_one {
  margin: 50px 0px;
}

.hydro_one .main-container {
  display: flex;
}

.hydro-left-img-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 30px;
}

.hydro-right-data-container {
  display: flex;
  width: 50%;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-around;

  padding: 10px 30px;
}

.hydro-left-img-container img {
  width: 100%;
  height: auto;
}

.header-top-bg {
  /* margin-top: 10vh; */
  margin-bottom: 14px;
  background-color: #333283;
  color: white;
  font-weight: bolder;
  padding: 10px;
  border-radius: 9px;
}

h1.heading-img {
  padding: 10px 25px;
  font-size: 75px;
  position: relative;
}

.heading-img img {
  float: right;
  height: 258px;
  position: absolute;
  top: -25px;
  right: 0;
  padding: 0px;
}

.img-btm-3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 32%;
}

.btn-container {
  display: flex;
  justify-content: space-around;
}

.theme-blue {
  background-color: var(--blue);
  color: #fff;
}

.theme-green {
  background-color: var(--green);
  color: var(--blue);
}

.theme-grey {
  background-color: grey;
  color: var(--blue);
}

.d-btn-st {
  width: 100%;
  font-size: 23px;
  padding: 17px 0;
  transition: .5s;
  display: flex;
  font-weight: 600;
  letter-spacing: unset;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 24px;
  max-width: fit-content;
  margin: 10px;
}

/*new css starts*/

.bg_water {
  background-color: #0197b3 !important;
}

.color_water {
  color: #0197b3 !important;
}

/* zigzag css starts */



/* #d-wrapper .zig-zag-top:before {
  background:
    linear-gradient(-45deg, #1ba1e2 16px, red 16px, blue 16px, transparent 0),
    linear-gradient(45deg, #1ba1e2 16px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 22px 32px;
  content: " ";
  display: block;

  height: 32px;
  width: 100%;

  position: relative;
  bottom: 64px;
  left: 0;
} */
/* 
#d-wrapper div>* {
  margin: 0 40px;
}

#d-wrapper .zig-zag-bottom {
  margin: 32px 0;
  margin-top: 0;
  background: #1ba1e2;
}

#d-wrapper .zig-zag-top {
  margin: 32px 0;
  margin-bottom: 0;
  background: #1ba1e2;
}

#d-wrapper .zig-zag-bottom,
#d-wrapper .zig-zag-top {
  padding: 32px 0;
} */



#d-wrapper .zig-zag-bottom:after {
  background: linear-gradient(-45deg, transparent 8px, #0197b3 0), linear-gradient(45deg, transparent 16px, #0197b3 0);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 23px 24px;
  content: "";
  display: block;
  width: 99%;
  height: 10px;
  /* padding: 0px 10px; */
  position: relative;
  top: 13px;
  /* left: -9px; */
}

.home-heading-water {
  font-size: 71px;
}

.table-container {
  max-width: 650px;
}

/* zigzag css ends */


.xx-large {
  font-size: xx-large !important;
}

/*new css  ends*/


/* put new css above  */
@media(min-width:2560px) {
  /* .hydro_one .main-container {
    padding: 0px 22vw;
  } */
}

@media(max-width:1024px) {
  .heading-img img {
    height: 181px;
  }

  h1.heading-img {
    padding: 10px 25px;
    font-size: 55px;
    position: relative;
  }
  .heading-58{
    font-size:40px!important;
  }

  .header-top-bg {
    margin-top: 7vh;
    margin-bottom: 14px;
    text-align: center;
    background-color: #333283;
    color: white;
    font-weight: bolder;
    padding: 10px;
    border-radius: 9px;
    font-size: 10px;
  }

  .bottom-txt {
    padding: 10px 26px;
    font-size: 15px;
    text-align: center;
  }

  .d-btn-st {
    font-size: small;
    padding: 12px 34px;
  }
}

@media(max-width:768px) {
  .header-top-bg {

    font-size: 9px;
    padding: 6px;
  }

  .heading-img img {
    height: 110px;
    top: 0px;
    right: 32px;
  }

  h1.heading-img {
    padding: 10px 25px;
    font-size: 38px;
    position: relative;
  }
  .heading-58 {
    font-size:28px!important;
  }
  .heading-58+h3{
    font-size:20px!important;
  }

  .bottom-txt {
    padding: 10px 26px;
    font-size: 16px;
    text-align: center;
  }

  .d-btn-st {
    font-size: smaller;
    padding: 4px 18px;
  }
}


@media(max-width:425px) {
  .hydro-left-img-container {
    width: 100%;
  }

  .hydro-left-img-container img {
    width: 100%;
    height: auto;
  }

  .hydro_one .main-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .hydro-right-data-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-around;
    padding: 10px;
  }

  .header-top-bg {
    margin-top: 2vh;
    margin-bottom: 14px;
    background-color: #333283;
    color: white;
    font-weight: bolder;
    padding: 10px;
    border-radius: 9px;
  }

  h1.heading-img {
    padding: 10px;
    font-size: 50px;
    position: relative;
  }

  .heading-img img {
    float: right;
    height: 120px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px;
  }

  .heading-40 {
    font-size: 30px !important;
  }
  .heading-85{
    font-size: 35px !important;
  }
  .btn-container{
    flex-direction:column;
    gap:10px;
  }
}

@media(max-width:375px) {
 h1.heading-img {
    font-size: 44px;
  }

  .heading-img img {
    height: 129px;
    right: 18px;
  }
}

@media(max-width:320px) {
  h1.heading-img {
    font-size: 37px;
  }

  .heading-img img {
    height: 105px;
    right: 0;
  }


  
@media(max-width:768px)and(min-width:425px){
   h1.heading-img {
    font-size: 45px;
  }

  .heading-img img {
    height: 133px;
    top:6px;
    right: 0;
  }
}
