@charset "UTF-8";
/***!  /media/templates/site/cassiopeia_regenrativehealth/css/template.min.css?100adc  !***/



:root,
[data-bs-theme=light] {
    --blue: #010156;
    --black: #000;
    --indigo: #6812f3;
    --purple: #6f42c2;
    --pink: #e93f8e;
    --red: #a51f18;
    --orange: #fd7e17;
    --yellow: #ad6200;
    --green: #448344;
    --teal: #5abfdd;
    --cyan: #30638d;
    --white: #fff;
    --gray-100: #f9fafb;
    --gray-200: #eaedf0;
    --gray-300: #dfe3e7;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6d757e;
    --gray-700: #484f56;
    --gray-800: #353b41;
    --gray-900: #22262a;
    --primary: #010156;
    --secondary: #6d757e;
    --success: #448344;
    --info: #30638d;
    --warning: #ad6200;
    --danger: #a51f18;
    --light: #f9fafb;
    --dark: #353b41;
    --primary-rgb: 1, 1, 86;
    --secondary-rgb: 109, 117, 126;
    --success-rgb: 68, 131, 68;
    --info-rgb: 48, 99, 141;
    --warning-rgb: 173, 98, 0;
    --danger-rgb: 165, 31, 24;
    --light-rgb: 249, 250, 251;
    --dark-rgb: 53, 59, 65;
    --primary-text-emphasis: #002;
    --secondary-text-emphasis: #2c2f32;
    --success-text-emphasis: #1b351b;
    --info-text-emphasis: #132838;
    --warning-text-emphasis: #452700;
    --danger-text-emphasis: #420c09;
    --light-text-emphasis: #484f56;
    --dark-text-emphasis: #484f56;
    --primary-bg-subtle: #ccd;
    --secondary-bg-subtle: #e2e3e5;
    --success-bg-subtle: #dae6da;
    --info-bg-subtle: #d6e0e8;
    --warning-bg-subtle: #efe0cc;
    --danger-bg-subtle: #edd2d1;
    --light-bg-subtle: #fcfcfd;
    --dark-bg-subtle: #ced4da;
    --primary-border-subtle: #99b;
    --secondary-border-subtle: #c5c8cb;
    --success-border-subtle: #b4ceb4;
    --info-border-subtle: #acc1d1;
    --warning-border-subtle: #dec099;
    --danger-border-subtle: #dba5a2;
    --light-border-subtle: #eaedf0;
    --dark-border-subtle: #adb5bd;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --body-font-family: var(--cassiopeia-font-family-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-line-height: 1.5;
    --body-color: #22262a;
    --body-color-rgb: 34, 38, 42;
    --body-bg: #fff;
    --body-bg-rgb: 255, 255, 255;
    --emphasis-color: #000;
    --emphasis-color-rgb: 0, 0, 0;
    --secondary-color: #22262abf;
    --secondary-color-rgb: 34, 38, 42;
    --secondary-bg: #eaedf0;
    --secondary-bg-rgb: 234, 237, 240;
    --tertiary-color: #22262a80;
    --tertiary-color-rgb: 34, 38, 42;
    --tertiary-bg: #f9fafb;
    --tertiary-bg-rgb: 249, 250, 251;
    --heading-color: inherit;
    --link-color: #224faa;
    --link-color-rgb: 34, 79, 170;
    --link-decoration: underline;
    --link-hover-color: #424077;
    --link-hover-color-rgb: 66, 64, 119;
    --code-color: #e93f8e;
    --highlight-color: #22262a;
    --highlight-bg: #fbeea8;
    --border-width: 1px;
    --border-style: solid;
    --border-color: #dfe3e7;
    --border-color-translucent: #0000002d;
    --border-radius: .25rem;
    --border-radius-sm: .2rem;
    --border-radius-lg: .3rem;
    --border-radius-xl: .3rem;
    --border-radius-xxl: 2rem;
    --border-radius-2xl: var(--border-radius-xxl);
    --border-radius-pill: 50rem;
    --box-shadow: 0 .5rem 1rem #00000026;
    --box-shadow-sm: 0 .125rem .25rem #00000013;
    --box-shadow-lg: 0 1rem 3rem #0000002d;
    --box-shadow-inset: inset 0 1px 2px #00000013;
    --focus-ring-width: .25rem;
    --focus-ring-opacity: .25;
    --focus-ring-color: #01015640;
    --form-valid-color: #448344;
    --form-valid-border-color: #448344;
    --form-invalid-color: #a51f18;
    --form-invalid-border-color: #a51f18
}

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

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

body {
    color: #000918;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
hr {
    color: inherit;
    border: 0;
    border-top: var(--border-width)solid;
    opacity: .25;
    margin: 1rem 0
}
.site-width {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
    box-sizing: border-box;
}
header {
    position: sticky;
    top: 0;
    background: #fff;
        z-index: 999;
}.site_brand_area img
.main-header-area {
    padding: 16px 0;
}
.site_brand_area a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration:none;
}
h2.logo-hd {
    color: #000;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phn-at {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.log {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
span.log span {
    color: #000918;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
span.log a {
    text-decoration: none;
    color: #000918;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
span.img-spn a, .ft-mail span.img-spn {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #000918;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.bc-color-lb {
    background-color: #D7F1F4;
}
.ptb-60 {
    padding: 64px 0;
}
.flex-main {
    display: flex;
    justify-content: space-between;
}
.algn-ct {
    align-items: center;
}
.gap-77 {
    gap: 77px;
}
.ban-sec1 {
    flex: 1 50%;
    max-width: 583px;
}
.ban-sec2 {
    flex: 1 50%;
    max-width: 620px;
}
.form-back {
    border-radius: 16px;
    background: #D2E1E4;
    padding: 30px;
}
h1.ban-head {
    color: #000918;
    font-family: Arvo;
    font-size: 44px;
    font-weight: 400;
    line-height: 110%;
}
p.ban-txt {
    font-size: 18px;
    line-height: 150%;
    margin-top: 24px;
}
/* footer */
footer.footer {
    padding-top: 70px;
    background: #EBFAFC;
}
h3.fw-title {
    font-family: Arvo;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}
.footer_copyright {
    text-align: center;
    padding: 24px 0;
}
.footer_copyright p {
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.flex.flx-dir-wrp {
    align-items: flex-start;
    margin-bottom: 56px;
}
a.ft-mail, p.ft-mail {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.ftr-link2 {
    padding: 0;
    margin: 0;
    margin-top: 24px;
    list-style: none;
}
ul.ftr-link2 li {
    margin-bottom: 16px;
}
ul.ftr-link2 li:last-of-type {
    margin-bottom: 0px;
}
.ftr.ftr2 {
    flex: 1 30%;
    max-width: 310px;
}
ul.ftr-link2 li .ft-mail span.img-spn {
    flex: 1 25%;
    max-width: 40px;
}
p.ft-mail, a.ft-mail {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #000918;
    text-decoration: none;
}
hr.ftr-hr {
    opacity: 1;
    color: #A6BBD1;
    margin: 0;
}

/* footer end */
p.pln-txt {
    font-family: Arvo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.ptb-150 {
    padding: 150px 0;
}
.t-sec1 {
    flex: 1 70%;
    max-width: 803px;
}
.global-btn {
    border-radius: 8px;
    border: 1px solid #000918;
    max-width: fit-content;
    padding: 15px 32px;
}
.mgt32 {
    margin-top: 32px;
}
.psr {
    position: relative;
}
.psa {
    position: absolute;
}
p.btn-btn {
    font-weight: 700;
    line-height: 100%;
}
a.abtbtn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.bc-image1 {
    background-image: url(https://scaleregenerativehealth.com/images/2k24/11/backgrnd-girl1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}
.site-width-1440 {
    max-width: 1440px;
    margin: auto;
}
.txt-sec2 {
    flex: 1 45%;
    max-width: 640px;
}
.txt-sec1 {
    flex: 1 55%;
    max-width: 800px;
    display: flex;
    align-items: center;
    padding: 121px;
    background-color: #C6BFC6;
}
h2.title-h2 {
    font-family: Arvo;
    font-size: 38px;
    font-weight: 400;
    line-height: 120%;
}
ul.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
ul.check-list li {
    position: relative;
    padding-left: 30px;
    line-height: 150%;
}
ul.check-list li:before {
    content: "";
    background: url(https://scaleregenerativehealth.com/images/2k24/svg/solid_check.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
}
/* .txt-sec2 img {
    max-height: 645px;
    height: 100%;
} */
.txt-sec2 img {
height: 100%;
}
.bg-clr-crem {
    background: #F3F1E8;
}
.hp-section {
    padding: 70px 0;
}
.flex-4col {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}
.colm {
    flex: 1 47%;
    max-width: 50%;
}
h4 {
    font-family: Arvo;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
}
h5 {
    font-family: Arvo;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
}
.colm h4, .colm1 h5 {
    margin: 16px 0;
}
.txt-cntr {
    text-align: center;
}
.mrt56 {
    margin-top: 56px;
}
.colm4-line {
    gap: 24px;
}
.colm1 {
    flex: 1;
}
.mb-pic.dsk-dp-nn {
    margin-bottom: -8px;
}
/* .txt-sec2.txt2-sec1 {
    max-width: 673px;
} */
/* .txt-sec2.txt2-sec1 img {
    max-height: 768px;
    height: 100%;
} */
.txt-sec1.txt2-sec1 {
    background: #F3F1E8;
    padding: 114px 138px 114px 80px;
}
.two-flx {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.pric {
    display: flex;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #000918;
    background: #F3F1E8;
    padding: 24px;
}

.prc-tag {
    flex: 1 16%;
    max-width: 45px;
}
.prc-txt {
    flex: 1;
}
.max-width-706 {
    max-width: 706px;
}
.mr-at {
    margin-left: auto;
    margin-right: auto;
}
.mgt-16 {
    margin-top: 16px;
}
.hp-section-pdb-120 {
    padding-bottom: 70px;
}
.con-sec {
    border-radius: 8px;
    border: 1px solid var(--Stroke, #A6BBD1);
    padding: 16px;
    max-width: 391px;
}
.form-container {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(71, 103, 136, 0.04), 0px 8px 15px 0px rgba(71, 103, 136, 0.03), 0px 15px 30px 0px rgba(71, 103, 136, 0.06);
    padding: 32px;
}
h6 {
    font-family: Arvo;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}
/* rs form */
label.formControlLabel {
    display: none;
}
div.formContainer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}
.formContainer input, .formContainer textarea {
    border-radius: 8px;
    border: 1px solid #A6BBD1;
    background: #FFF;
    width: 100% !important;
    padding: 12px 20px;
    color: #000918;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 75%;
}
.formContainer input:focus-visible, .formContainer textarea:focus-visible {
    outline: 0;
}
label#consent0-lbl, label#consent10-lbl {
    display: flex;
    gap: 8px;
}
input#consent0, input#consent10  {
    width: 16px !important;
}
button.rsform-submit-button {
    border-radius: 8px;
    background: #000918;
    padding: 15px 32px;
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
/* submit button css */
.formContainer button[type=submit][disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
  }
  [type="submit"]:not(:disabled),
  button:not(:disabled) {
  cursor: pointer;
  }
  /* submit button css */
/* rs form end */
/* swiper */
.max-width-660 {
    max-width: 660px;
}
.max-width-867 {
    max-width: 867px;
}
.testimonial .swiper-slide {
    padding-left: 104px !important;
    padding-right: 104px !important;
}
h6.auth-name {
    margin-top: 24px;
    font-size: 24px;
    line-height: 110%;
}
.swiper-button-prev, .swiper-button-next {
    background-image: none !important;
    width: 56px !important;
    height: 56px !important;
    border: 1px solid #A6BBD1;
    border-radius: 50%;
    top: 30% !important;
    left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.over-hide {
    overflow: hidden;
}
.swiper-button-next {
    left: auto !important;
    right: 0px !important;
}
.swiper-button-prev:before, .swiper-button-next:after {
    content: "";
    background: url(https://scaleregenerativehealth.com/images/2k24/svg/chevron-left.svg);
    width: 32px;
    height: 32px;
}
.swiper-button-next:after {
    transform: rotate(180deg);
}
/* swiper end */
.thanks a {
    text-decoration: none;
    color: #08C;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.formContainer input::placeholder, .formContainer textarea::placeholder {
    color: #000918 !important;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.bc-color-lbd {
    background: #EBFAFC;
}
.max-wth1440 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.bnt-mob{
    display:none;
    margin-bottom:32px;
}
@media (min-width:991px) {
    .txt-sec2 img {
        width: 100% !important;
        }
        .mb-pic.dsk-dp-nn img {
            width: 100%;
        }
    .dsk-dp-nn {
        display: none;
    }
}
@media (max-width: 991px) {
    .site-width {
        padding-left: 50px;
        padding-right: 50px;
    }
    .fl-dir {
        flex-direction: column;
    }
    .fl-dir-rev {
        flex-direction: column-reverse;
    }
    .mb-gap-40 {
        gap: 40px;
    }
    .ptb-60, .hp-section {
        padding: 40px 0;
    }
    .hp-section-pdb-120 {
        padding-bottom: 40px;
    }
    h1.ban-head {
        font-size: 32px;
    }
    p.ban-txt {
        font-size: 16px;
    }
    .form-back, .form-container {
        padding: 24px 16px;
    }
    h2.title-h2 {
        font-size: 24px;
    }
    h4, h5, h6.auth-name {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    .global-btn {
      
        text-align: center;
        margin:auto;
        margin-top:32px;
    }
    a.abtbtn {
        left: 0;
    }
    p.pln-txt {
        font-size: 20px;
    }
    .bc-image1 {
        background-image:none;
    }
    .txt-sec1, .ban-sec1, .ban-sec2, .txt-sec2, .txt-sec2.txt2-sec1 {
        flex: 1 100%;
        max-width: 100%;
    }
    .txt-sec1 {
        padding: 40px 50px;
    }
    .txt-sec2 {
        margin-bottom: -7px;
    }
    .txt-sec2 img, .txt-sec2.txt2-sec1 img {
        /* max-height: 100%;
        height: 100%; */
        width: 100%;
    }
    .flex-4col {
        gap: 24px;
        text-align: center;
    }
    .colm1 {
        flex: 1 47%;
        max-width: 48%;
    }
    .mrt56 {
        margin-top: 32px;
    }
    .txt-sec1.txt2-sec1 {
        padding: 40px 50px 32px;
    }
    .txt-sec2.txt2-sec1 img, .ban-sec1, .ban-sec2 {
        width: 100%;
    }
    .con-sec {
        max-width: 100%;
    }
    .flex.flx-dir-wrp {
        flex-direction: column;
        gap: 24px;
    }
    footer.footer {
        padding-top: 40px;
    }
    .flex.flx-dir-wrp {
        margin-bottom: 24px;
        }
    h3.fw-title {
        font-size: 18px;
    }
    .bann-info {
    text-align: center;
}
.bnt-mob{
    display:block;
}
}
@media (max-width:768px) {
    .site-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-button span.log {
        display: none;
    }
    .site_brand_area img {
        max-width: 300px;
    }
    header {
    padding: 20px 0;
}
    .colm, .colm1 {
        flex: 1 100%;
        max-width: 100%;
    }
    .testimonial .swiper-slide {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 45px !important;
        height: 45px !important;
        top: 40% !important;
    }
    .pric {
        gap: 16px;
        padding: 16px;
    }
    .txt-sec1 {
        padding: 40px 20px;
    }
    .txt-sec1.txt2-sec1 {
        padding: 40px 20px 32px;
    }
    .hp-section.bc-image1 {
        padding-bottom: 0;
    }
    .t-sec2 {
        margin-left: -20px;
        margin-right: -20px;
    }
    label#consent0-lbl, label#consent10-lbl {
        align-items: flex-start;
    }
    input#consent0, input#consent10 {
        margin: 0;
        margin-top: 6px;
    }
}

/* added css */
.formControls #Select,
.formControls #Select3 {
    border-radius: 8px;
    border: 1px solid #A6BBD1;
    background: #FFF;
    width: 100% !important;
    padding: 15px 20px;
    color: #000918;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

input#Services_other,
input#Services_other3{
margin-top: 24px;
}
.main-header-area.flex {
    padding-bottom: 10px;
    padding-top: 10px;
}
.global-btn.psr.btn-drk {
    background-color: #000918;
    padding: 10px 24px;
}
.global-btn.psr.btn-drk span {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-container .formRow {
    display: flex;
    width: 100%;
    gap: 16px;
}
.form-container .formRow .formSpan6 {
    flex: 1;
}
.form-container .formRow .formSpan12 {
    width: 100%;
}
.ptb18{
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (max-width: 991px) {
    .ptb18{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .site_brand_area img{
        max-width: 300px;

    }
}
@media (max-width: 768px) {
    .ptb18{
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 450px) {
    .form-container .formRow {
        flex-wrap: wrap;
        gap: 24px;
    }
    .form-container .formRow .formSpan6 {
        flex: 1 100%;
        width: 100%;
    }
}
