*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.container,
.dnd-section>div{
  padding:0 20px;
}
.banner-section .dnd-section>div {
  padding: 0;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "SangBleuKingdomLight";
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomLightWebXL.ttf);
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomLightWebXL.woff2) format("woff2"),
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomLightWebXL.woff) format("woff"),
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomLightWebXL.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "SangBleuKingdom";
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomRegularWebXL.ttf);
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomRegularWebXL.woff2) format("woff2"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomRegularWebXL.woff) format("woff"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomRegularWebXL.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "SangBleuKingdomMedium";
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomMediumWebXL.ttf);
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomMediumWebXL.woff2) format("woff2"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomMediumWebXL.woff) format("woff"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomMediumWebXL.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "SangBleuKingdomBold";
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomBoldWebXL.ttf);
  src: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomBoldWebXL.woff) format("woff2"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomBoldWebXL.woff) format("woff"), 
    url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/fonts/SangBleuKingdomBoldWebXL.ttf) format("truetype");
  font-style: normal;
}



body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  color: #4B383B;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  background-color: #fff;
  text-align: left;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0;


}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  scroll-behavior: smooth;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  color: #4B383B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  text-decoration: none;
  color: #FA4550; 
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SangBleuKingdomMedium';
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
  margin-bottom: 15px;
  word-break: break-word;
}
h1{
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 14px;
}
h2{
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
}
h3{
  font-size: 20px;
  line-height: 27px;
}
h4{
  font-size: 18px;
  line-height: 28px;
}
h5{
  font-size: 1.25rem;

}
h6{
  font-size:16px;
}
/* Lists */

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul li:not(.body-container-wrapper ul li) {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}


img{
  max-width:100%;
  vertical-align: middle;
  border-style: none
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
body.show-body{
  opacity:1;
}
body{
  opacity:0;
}
ul.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cst-footer.lp .cst-upper-prt .cst-inner-footer .footer-middle ul>li>a {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.cst-footer.lp .cst-upper-prt .cst-inner-footer .footer-middle {
  border-color: transparent;
}

.cst-footer.lp .cst-upper-prt .cst-inner-footer .footer-right {
  border-left: 1px solid #e2d7c5;
}

@media (max-width:767px){
  .cst-footer.lp .cst-upper-prt-mob {
    padding-top: 10px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
}
form {
  margin-bottom: 15px;
}
/* Labels */

form label {
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error:after {
  content: "";
  position: absolute;
  top: 48px;
  right: 35px;
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.hs-input.invalid.error:after{
  background-image: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/images/Sub%20image/error_v2.svg);
}

.hs-error-msg {
  color: #F3ECE6;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  max-width: 350px;
  margin-top: 7px;
  display: block;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* custom font styling */
.hs-form label, .hs-form legend {
  font-size: 16px;
  line-height: 26px;
  color: #4B383B;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}
form input[type=email], 
form input[type=file],
form input[type=number],
form input[type=password],
form input[type=tel], 
form input[type=text],
form select,
form textarea {
  margin: 10px 0 15px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #F3ECE6;
  height: 48px;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  text-indent: 20px;
  padding: 0px;
  color: #4B383B;
  width: 100%;
  border-radius: 4px;
  height: 48px;
  color: #4B383B;
  font-size: 18px;
  line-height: 24px;
  text-indent: 20px;
}
form .hs-button, form input[type=submit], .button {
  display: inline-block;
  padding: 12px 10px;
  color: #fff !important;
  text-align: center;
  border-radius: 8px;
  background-color: #4B383B;
  transition: 0.4s;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width:768px){
  form .hs-button, form input[type=submit], .button {
    font-size: 15px;
  }
}
a.hs-button.large.primary {
  margin-bottom: 1rem!important;
}
form .hs-button:hover, form input[type=submit]:hover {
  color: #FBF9F8;
  background-color: #6B4F54;
}
form input:focus{
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.hs-error-msgs li label {
  color: red;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 7px;
  font-family: 'Work Sans', sans-serif;
}
.hs-error-msgs li {
  margin: 0!important;
}

@media screen and (max-width: 800px){
  form .hs-button, form input[type=submit] {
    font-size: 15px;
  }
}
@media (max-width: 767px){
  .hs-form label, .hs-form legend {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
  }
  form input[type=email],
  form input[type=file], 
  form input[type=number],
  form input[type=password],
  form input[type=tel], 
  form input[type=text],
  form select,
  form textarea{
    font-size:16px; 
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
ul.hs-menu-children-wrapper {
  display: none;
}
.cst-header {
  height: 72px;
  width: 100%;
  position: fixed;
  background: #fbf9f8;
  left: 0;
  top: 0;
  z-index: 7;
  display: none;
}
.cst-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4B383B;
  height: 1px;
  opacity: 0.2;
}
.cst-header, .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a>span{color:#000 !important;}
.cst-header .cst-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.cst-header .header-logo {
  height: 100%;
}
.cst-header .header-logo a {
  height: 100%;
  display: block;
}
.cst-header .header-logo a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
svg:not(:root) {
  overflow: hidden;
}
.cst-header .header-logo a svg path {
  fill: #4B383B;
}

.cst-header .cst-container .cst-menu {
  margin-left: 10px;
  height: 100%;
  margin-right: 32px;
}
.cst-header .cst-container .cst-menu .hs-menu-wrapper {
  height: 100%;
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper > ul {
  list-style: none;
  display: flex;
  height: 100%;
  padding-left:0px;
  gap: 32px;
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul > li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
}

.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a > span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-48%);
  font-family:"Work Sans", sans-serif;
  color: #4B383B;
  font-size: 14px;
  height: 100%;
  transition: border-color .3s ease;
  font-weight:500;
}

.cst-header .cst-container .cst-HeaderNew-util {
  display: flex;
  margin-left: auto;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-bag {
  height: 100%;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-consultation {
  margin-left: 30px;
}

.cst-header .cst-container .cst-HeaderNew-util .cst-bag > a {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-bag>a >svg> path {
  fill: #4B383B;
  font-size: 17px;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-login-btn a {
  display: block;
  height: 32px;
  border: 1px solid #4B383B;
  border-radius: 3px;
  font-size: 13px;
  color: #4B383B;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-login-btn a span {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.cst-header .cst-container .cst-HeaderNew-util .cst-consultation a {
  height: auto;
  width: auto;
  border: 1px solid #4B383B;
  background: #4B383B;
  border-radius: 8px;
  font-size: 15px;
  color: #E2D7C5;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
      padding: 11px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-consultation a span {
  display: block;
  position: relative;
  color:#fff;
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li a {
  display: block;
  height: 100%;
  position: relative;
  color:#000;
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover {
  background: inherit !important;
}

.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover >a>span {
  color: #000 !important;
  border-bottom:1px solid #000;
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover >a:before{
  transform: rotate(0deg);
}
.cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul > li > a > span {
  height: auto;
}

.cst-logo > * {
  height: 100%;
}
.cst-container .hs_cos_wrapper {
  height: 100%;
}
.cst-header.isSticky {
  background: #fbf9f8 !important;
}
.cst-header.isSticky .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a>span {
  color: #000 !important;
}
.cst-header.isSticky .cst-container .cst-HeaderNew-util .cst-bag>a>svg>path {
  fill: #C29980;
}

.cst-header.isSticky .cst-container .cst-HeaderNew-util .cst-login-btn a {
  color: #C29980;
  border-color: #C29980;
}

.cst-header.isSticky .cst-container .cst-HeaderNew-util .cst-login-btn a:hover {
  background: #C29980;
  color: #E2D7C5;
}
.cst-header.isSticky .cst-container .cst-HeaderNew-util .cst-consultation a:hover {
  background: #6B4F54;
  color: #E2D7C5;
}
/*** moblie styling **/
.cst-header-mob {
  height: 80px;
  position: relative;
  width: 100%;
  position: fixed;
  background: transparent;
  z-index: 5;
  top: 0;
  left: 0;
}
.cst-header-mob .cst-container-mob {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  height: 100%;
}
.cst-header-mob:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4B383B;
  height: 1px;
  opacity: 0.2;
}
.cst-header-mob .cst-container-mob .header-logo a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}
.cst-header-mob .cst-container-mob .header-logo a svg path {
  fill: #4B383B;
}

.cst-header-mob .cst-container-mob .cst-logo-mob .hs_cos_wrapper,.header-logo,.cst-logo-mob {
  height: 100%;
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob {
  margin-left: auto;
  display: flex;
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-bag-mob a {
  display: block;
  height: 100%;
  padding-right: 12px;
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-bag-mob a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-bag-mob a svg path {
  fill: #4B383B;
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-hamburger-mob a {
  display: block;
  height: 100%;
  width: 20px;
  margin-left: 12px;
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-hamburger-mob a .MobileHeader__tools__burg {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cst-header-mob .cst-container-mob .cst-HeaderNew-util-mob .cst-hamburger-mob a .MobileHeader__tools__burg .MobileHeader__tools__burg__layer {
  margin-bottom: 7px;
  height: 1px;
  background: #4B383B;
  width: 100%;
}
.cst-menu-mob {
  background: #F3ECE6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
}
.cst-menu-mob.active-open {
  display: block;
}
.cst-header-mob-menu {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  width: 100%;
}
.cst-header-mob-menu .cst-container-mob-menu {
  display: flex;
  height: 80px;
  width: 100%;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-logo-mob-menu a {
  display: block;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-logo-mob-menu a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cst-header-mob-menu .cst-container-mob-menu .cst-logo-mob-menu a svg path {
  fill: #4B383B;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-HeaderNew-util-mob {
  margin-left: auto;
  display: flex;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-HeaderNew-util-mob .cst-bag-mob a {
  display: block;
  height: 100%;
  padding-right: 12px;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-HeaderNew-util-mob .cst-bag-mob a svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.MobileHeader__tools__exit {
  display: block;
  height: 100%;
  width: 20px;
  margin-left: 12px;
}
.MobileHeaderMenu__header__tools__burg {
  height: 100%;
}
.cst-header-mob-menu .cst-container-mob-menu .cst-HeaderNew-util-mob .MobileHeader__tools__exit svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cst-header-mob-menu .cst-container-mob-menu .cst-HeaderNew-util-mob .MobileHeader__tools__exit svg path {
  fill: #4B383B;
}
.cst-logo-mob-menu * {
  height: 100%;
}

.mob-menu-open {
  margin-top: 20px;
}
.mob-menu-open ul {
  list-style: none;
  border-bottom: 1px solid #C4B0A3;
  padding-bottom: 17px;
}
.mob-menu-open ul > li> a {
  color: #4B383B;
  display: block;
  font-size: 21px;
  font-family: "SangBleuKingdomMedium", sans-serif !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cst-menu-mob .cst-login-btn-mob {
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
.cst-menu-mob .cst-login-btn-mob a {
  color: #c29980;
  display: block;
  font-size: 17px;
  font-family: Work Sans,sans-serif;
  font-weight: 500;
  position: relative;
  padding: 10px 30px;
  line-height: 22px;
}
.cst-menu-mob .cst-login-btn-mob a:before {
  -webkit-mask-image: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/images/Sub%20image/icon__user.svg);
  mask-image: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/images/Sub%20image/icon__user.svg);
  background-color: #C29980;
}
.cst-menu-mob .cst-login-btn-mob a:before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.cst-header-mob-menu .cst-consultation-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.cst-consultation-mob> span {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #C29980;
  font-size: 17px;
  margin-bottom: 7px;
  display:block;
}
.cst-header-mob-menu .cst-consultation-mob .hs_cos_wrapper a {
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  background: #4B383B;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
.mob-menu-open ul>li>a:hover {
  text-decoration: none;
  color: #FA4550;
}
.cst-header-mob-menu .cst-consultation-mob .hs_cos_wrapper a:hover {
  text-decoration: none;
  color: #FA4550;
}
.cst-menu-mob.close {
  display: none;
}
.cst-header-mob-menu .cst-consultation-mob .hs_cos_wrapper a span {
  display: block;
  position: relative;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.cst-header-mob.isSticky {
  background: #f3ece6;
}
.cst-wrap {
  display: block;
  height: 100%;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-login-btn a:hover {
  background: #4B383B;
  color: #E2D7C5;
}
.cst-header .cst-container .cst-HeaderNew-util .cst-consultation a:hover {
  background: #6B4F54;
  color: #E2D7C5;
}

.cst-header.isSticky::before {
  background-color: #F3ECE6;
}

.banner-section .dnd-section {
  padding: 0;
}

/* submenu design */
ul.hs-menu-children-wrapper li a{
   font-size: 16px;
}
.hs-menu-children-wrapper li:last-child{
  border:none;
}
.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper{
  display:block;
}

/** media **/
@media (max-width: 768px){
  .hs-menu-children-wrapper.open-menu-list{
  padding-left:10px;}

}

@media (min-width: 768px){
/* submenu design */
 li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 20px;
    width: 300px;
    position: absolute;
    border-bottom: 2px solid #c4b0a3;
    background: #fbf9f8;
    list-style: none;
    left:0px;
} 
ul.hs-menu-children-wrapper li{
    display: block;
    position: relative;
    padding: 14px 15px;
    border-bottom:1px solid #c4b0a3;
}

/* submenu design end here */
  .cst-wrap {
    min-height: 72px;
  }
  .cst-header {
    display: block;
  }
  .cst-header .cst-container .cst-menu {
    margin-right: 15px;
  }
  .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul > li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a > span {
    font-size: 12px;
  }
  .cst-header .cst-container .cst-HeaderNew-util .cst-bag {
    margin-right: 10px;
  }
  .cst-header .cst-container .cst-HeaderNew-util .cst-consultation {
    margin-left: 10px;
  }
  .cst-header-mob {
    display: none;
  }
  .cst-menu-mob {
    display: none !important;
  }
}

@media (min-width: 800px){
  .cst-header .cst-container .cst-menu {
    margin-right: auto;
    flex:1;
    padding-left:0px;
  }
  .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a > span {
    font-size: 14px;
  }
  .cst-header .cst-container .cst-HeaderNew-util {
    margin-left: 0;
  }
/*   .hs-item-has-children a:before {
      content: "";
    width: 15px;
    height: 10px;
    background-image: url(https://hertilityhealth.com/blog/wp-content/uploads/2023/07/navArrow.png);
    position: absolute;
    right: -20%;
    top: 46%;
    background-repeat: no-repeat;
} */
.hs-item-has-children > a:first-child:before {
  content: "";
    width: 15px;
    height: 10px;
    background-image: url(https://hertilityhealth.com/blog/wp-content/uploads/2023/07/navArrow.png);
    position: absolute;
    right: -20%;
    top: 44%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
  }

}

@media (min-width: 992px){
  .cst-header .cst-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cst-header .cst-container .cst-menu {
    margin-left: 32px;
  }
  .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cst-header .cst-container .cst-HeaderNew-util .cst-bag {
    margin-right: 30px;
  }
  .cst-header .cst-container .cst-HeaderNew-util .cst-consultation {
    margin-left: 30px;
  }
  .cst-header .cst-container .cst-HeaderNew-util .cst-login-btn a {
    padding-left: 0;
    padding-right: 0;
    width: 89px;
  }


}

@media (min-width: 1000px){


}

@media (min-width: 1200px){
  .cst-header .cst-container .cst-menu .hs_cos_wrapper .hs-menu-wrapper>ul>li>a > span {
    font-size: 16px;
  }

}

.mob-menu-open .hs-menu-wrapper > ul {
  position: relative;
  top: 0;
  padding-bottom: 17px;
  margin-bottom: 16px;
}
.mob-menu-open .hs-menu-wrapper>ul {
  padding-left: 0;
}
.cst-header-mob-menu {
  max-height: 100vh;
  padding-bottom: 112px;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width:767px){
  .cst-wrap {
    min-height: 78px;
  }
  .cst-header-mob {
    background: #fff;
  }
  .cst-header-mob {
    height: 78px;
  }
  .cst-header-mob > .cst-container-mob {
    height: 80px;
  }
}
.cst-upper-prt {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: none;
  z-index: 2;
  background: #fff
}

.cst-upper-prt:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -200px;
  width: 706px;
  height: 604px;
  background-image: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/images/Sub%20image/cervix.png);
}

.cst-upper-prt .cst-inner-footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-right: 37px;
  padding-left: 37px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cst-upper-prt .cst-inner-footer .footer-left {
  width: 176px;
}
.cst-upper-prt .cst-inner-footer .footer-left .cst-logo-ftr img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  max-width: 87px;
}
.cst-upper-prt .cst-inner-footer .footer-middle {
  padding-left: 37px;
  padding-right: 200px;
  border-left: 1px solid #E2D7C5;
  border-right: 1px solid #E2D7C5;
  position: relative;
}
.cst-upper-prt .cst-inner-footer .footer-middle ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.cst-upper-prt .cst-inner-footer .footer-middle ul > li {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.cst-upper-prt .cst-inner-footer .footer-middle ul > li:first-child >a {
  padding-top: 0;
}
.cst-upper-prt .cst-inner-footer .footer-middle ul>li > a {
  color: #A69789;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.cst-upper-prt .cst-inner-footer .footer-middle ul>li:last-child>a {
  padding-bottom: 0;
}
.footer-right .cst-Follow-us-links .FooterNewer__right__socials {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.footer-right .cst-Follow-us-links a:first-child {
  padding-left: 0;
}
.footer-right .cst-Follow-us-links a {
  display: block;
  padding-left: 19px;
  padding-right: 19px;
}
.cst-upper-prt .cst-inner-footer .footer-right {
  width: 327px;
  padding-left: 37px;
  position: relative;
}

.footer-right .cst-Follow-us-links a:last-child {
  padding-right: 0;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li:first-child> a {
  padding-left: 0;
  border-left: none;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li> a {
  display: block;
  font-size: 16px;
  border-right: 1px solid #E2D7C5;
  border-left: 1px solid #E2D7C5;
  color: #A69789;
}

.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul>li:last-child > a {
  padding-right: 0;
  border-right: none;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-footer-copyright .FooterNewer__right__copyright {
  color: #A69789;
  position: absolute;
  bottom: 0;
}
.cst-footer .cst-bottom-prt {
  background: #FBF9F8;
  height: 88px;
  display: none;
  z-index: 2;
  position: relative;
}
.cst-footer .cst-bottom-prt .cst-inner {
  margin: 0 auto;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  height: 100%;
  max-width: 1164px;
  flex-wrap: wrap;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-left {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-left .cst-text,.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-text {
  color: #CDAF9D;
  font-size: 14px;
  font-weight: 700;
  padding-right: 50px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 20px;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-left .cst-text:before {
  content: "";
  height: 50px;
  background: #E2D7C5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-left .cst-left-logos-logo.efe img {
  max-width: 93px;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-left img,.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-left-logos-logo img {
  max-width: 76px;
  height: auto;
  margin-left: 20px;
}

.cst-footer .cst-bottom-prt .cst-inner .cst-left-logos-logo.cqc img {
  max-width: 88px;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-right {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-text:before {
  content: "";
  height: 50px;
  background: #E2D7C5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-left-logos-logo.eu img {
  max-width: 86px;
}



/*** for moble custom styling **/

.cst-footer .cst-bottom-prt-mob {
  background: #FBF9F8;
  display: block;
}
.cst-footer .cst-bottom-prt-mob .cst-inner-mob {
  padding-right: 20px;
  padding-left: 20px;
}
.cst-bottom-prt-mob .cst-text-mob {
  color: #CDAF9D;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  padding-bottom: 8px;
  padding-top: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E2D7C5;
}
.cst-bottom-prt-mob .cst-left-mob {
  display: flex;
  width: 100%;
  max-width: 375px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  align-items: center;
}
.cst-bottom-prt-mob .cst-left-mob .cst-left-logos-logo.efe-mob,.cst-bottom-prt-mob .cst-left-mob .cst-left-logos-logo.cqc-mob,.cst-bottom-prt-mob .cst-right-mob .cst-left-logos-logo.eu-mob,.cst-bottom-prt-mob .cst-right-mob .cst-left-logos-logo.ico-mob {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}

.cst-bottom-prt-mob .cst-left-mob .cst-left-logos-logo.efe-mob img,.cst-bottom-prt-mob .cst-left-mob .cst-left-logos-logo.cqc-mob img,.cst-bottom-prt-mob .cst-right-mob .cst-left-logos-logo.eu-mob img,.cst-bottom-prt-mob .cst-right-mob .cst-left-logos-logo.ico-mob img {
  max-width: 100%;
  height: auto;
}
.cst-bottom-prt-mob .cst-right-mob {
  display: flex;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 15px;
  max-width: 300px;
  align-items: center;
}
.cst-upper-prt .cst-inner-footer .footer-middle:nth-child(3) {
  border-left: 0;
}
.cst-upper-prt-mob {
  position: relative;
  overflow: hidden;
}

.cst-upper-prt-mob:before{
  content: "";
  position: absolute;
  right: -140px;
  bottom: -221px;
  width: 706px;
  height: 604px;
  background-image: url(//25744538.fs1.hubspotusercontent-eu1.net/hubfs/25744538/raw_assets/public/HertilityHealth_May2022/images/Sub%20image/cervix.png);
  z-index: -1;
}
.cst-upper-prt-mob .cst-inner-footer-mob {
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob {
  display: flex;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #F3ECE6;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-logo-ftr-mob {
  height: 100%;
  display: flex;
  align-items: center;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-logo-ftr-mob a svg path {
  fill: #685245;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-Follow-us-links-mob {
  margin-left: auto;
  height: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-Follow-us-links-mob .FooterNewer__right__socials {
  display: flex;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-Follow-us-links-mob .FooterNewer__right__socials a:first-child {
  padding-left: 0;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-Follow-us-links-mob .FooterNewer__right__socials a {
  display: block;
  color: #E2D7C5;
  padding-left: 17px;
  padding-right: 17px;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-left-mob .cst-Follow-us-links-mob .FooterNewer__right__socials a:last-child {
  padding-right: 0;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-middle-mob ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-middle-mob ul>li {
  height: 60px;
  border-bottom: 1px solid #F3ECE6;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-middle-mob ul>li >a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #A69789;
  font-size: 15px;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul {
  width: 100%;
  display: flex;
  list-style: none;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul>li:first-child>a {
  padding-left: 0;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul>li>a {
  display: block;
  color: #A69789;
  font-size: 15px;
  padding-right: 17px;
  padding-left: 17px;
  position: relative;
}
.footer-right-mob {
  width: 100%;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul>li>a:before {
  content: "";
  height: 15px;
  background: #A69789;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.FooterNewer__right__copyright-mob {
  font-size: 13px;
  color: #A69789;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul>li:last-child>a:before {
  content: none;
}
.footer-middle-mob {
  width: 100%;
}
.cst-upper-prt-mob .cst-inner-footer-mob .footer-middle-mob ul>li>a:hover,.cst-upper-prt-mob .cst-inner-footer-mob .footer-right-mob .cst-policy-nav-mob ul>li>a:hover {
  text-decoration: none;
  color: #FA4550;
}



.cst-upper-prt .cst-inner-footer .footer-middle ul>li>a:hover {
  color: #4B383B;
  text-decoration: none;
}
.cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul>li>a:hover {
  color: #4B383B;
}
.cst-footer.lp .cst-policy-nav {
  position: relative;
  top: 48px;
}





@media (min-width: 768px){
  .cst-upper-prt {
    display: block;
  }
  .cst-upper-prt:before {
    right: -210px;
  }

  .cst-upper-prt .cst-inner-footer .footer-left  {
    width: 126px;
  }
  .cst-upper-prt .cst-inner-footer .footer-middle {
    padding-right: 20px;
  }
  .cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li> a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cst-footer .cst-bottom-prt {
    display: block;
  }
  .cst-footer .cst-bottom-prt .cst-inner {
    padding-right: 37px;
    padding-left: 37px;
  }
  .cst-footer .cst-bottom-prt .cst-inner .cst-left .cst-text,.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-text {
    padding-right: 50px;
  }
  .cst-footer .cst-bottom-prt .cst-inner .cst-left img,.cst-footer .cst-bottom-prt .cst-inner .cst-right .cst-left-logos-logo img {
    margin-left: 30px;
  }
  .cst-footer .cst-bottom-prt-mob {
    display: none;
  }
  .cst-upper-prt-mob {
    display: none;
  }

}




@media (min-width: 992px){
  .cst-upper-prt:before {
    right: -75px;
  }
  .cst-upper-prt .cst-inner-footer .footer-left {
    width: 127px;
  }
  .cst-upper-prt .cst-inner-footer .footer-middle {
    padding-right: 45px;
  }
  .cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li> a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cst-footer .cst-bottom-prt .cst-inner {
    flex-wrap: nowrap;
  }
  .cst-footer .cst-bottom-prt .cst-inner .cst-right {
    margin-left: auto;
  }
}


@media (min-width: 1200px){
  .cst-upper-prt:before {
    right: -60px;
  }
  .cst-upper-prt .cst-inner-footer .footer-middle {
    padding-right: 120px;
  }
  .cst-upper-prt .cst-inner-footer .footer-right .cst-policy-nav ul > li> a {
    padding-right: 35px;
    padding-left: 35px;
  }


}




@media (min-width: 1335px){
  .cst-upper-prt:before {
    right: 0;
  }
}

@media (max-width:767px){
  .footer-middle-mob > *:first-child ul {
    margin-bottom: 0!important;
  }
  .footer-left-mob .cst-logo-ftr-mob svg {
    display: block;
    position: relative;
    top: 4px;
  }
}
