<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
}

a {
    color: #004355;
}

a:hover {
    color: #004355;
}

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

.appstoreLinks img {
    width: 40%;
}


ul, li {
    list-style: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

img, a {
    border: none;
    outline: none;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

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

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Raleway', sans-serif;
}

.wrapper {
    overflow-x: hidden;
}

/**************header ******/


.header {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 15px 0;
}

.header nav.navbar {
    padding: 0px;
}

div#sanctuarymedicalNavbar ul.navbar-nav {

}

.header a.navbar-brand img {
    max-width: 150px;
}

div#sanctuarymedicalNavbar ul.navbar-nav li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}

div#sanctuarymedicalNavbar ul.navbar-nav li.active::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 60px;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
}

div#sanctuarymedicalNavbar ul.navbar-nav li:nth-child(4)::after,
div#sanctuarymedicalNavbar ul.navbar-nav li.websiteLogo::after,
div#sanctuarymedicalNavbar ul.navbar-nav li:last-child::after {
    display: none;
}

div#sanctuarymedicalNavbar ul.navbar-nav li.websiteLogo {
    padding: 0px 40px;
}

div#sanctuarymedicalNavbar ul.navbar-nav a.nav-link {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 20px;
}


/**************banner ****************/

.mainBanner {
    position: relative;
    background-color: #fff;
    z-index: 999;
    min-height: 400px;
    padding-top: 200px;
}

.mainBanner .mainBanner_img img {
    width: 100%;
}


.mainBanner:after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-path.png);
    top: 0;
    bottom: 0;
    max-width: 50%;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.mainBanner__text h2 {
    color: #000;
    font-size: 46px;
    line-height: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0;
}

.mainBanner__text span {
    color: #00bae6;
    font-size: 35px;
    line-height: normal;
}

.mainBanner__text p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.mainBanner__text .basicButton {
    border-radius: 30px;
    padding: 10px 40px;
    line-height: normal;
    height: auto;
}

.mainBanner__text .basicButton img {
    max-width: 20px;
    margin-right: 5px;
}

/****** challenges *****/

section.homeMainSection_Challenges {
    padding: 80px 0;
}

.homeMainSection_challengesInner h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;

}

.homeMainSection_challengesInner ul li,
.homeMainSection_challengesInner p {
    font-size: 22px;
    padding-bottom: 14px;
    position: relative;
    padding-left: 26px;
    line-height: normal;
    font-weight: 400;
}

.homeMainSection_challengesInner ul li:after {
    content: "";
    background-color: #00bae6;
    position: absolute;
    left: 0;
    top: 45%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.homeMainSection_challengesInner h3 {
    color: #00bae6;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}


/*** contact us *****/


.contactUS_imageLeft img {
    width: 100%;
}

/**** review *****/


.section-features {
    background-color: #cbf0f9;
    padding: 80px 0;
}

.section-featuresInner {
    display: flex;
    background-color: #fff;
    /* margin-bottom: 30px; */
    padding: 60px 60px 60px 30px;
    min-height: 342px;
}

.section-featuresInner .sectionfeatures_left {
    max-width: 30%;
    flex: 0 0 30%;
}

.cc_banner-wrapper {
    z-index: 99999 !important;
}

.section-featuresInner .sectionfeatures_left img {
    width: 98px;
    height: 98px;
    object-fit: contain;
}

.section-featuresInner .sectionfeatures_right h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.section-featuresInner .sectionfeatures_right p {
    font-size: 26px;
}

.section-featuresInner.features_bgBlue {
    background-color: #00bae6;
    position: relative;
    z-index: 9999;
    transform: scale(1.1);
    -webkit-box-shadow: 16px -9px 11px -4px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 16px -9px 11px -4px rgba(0, 0, 0, 0.18);
    box-shadow: 16px -9px 12px 4px rgb(0 0 0 / 18%);
}

.section-featuresInner.features_bgBlack {
    background-color: #000;
    margin-top: -68px;
    padding-top: 120px;
    position: relative;
    z-index: 999;
}

.section-featuresInner.features_bgWhite h3 {
    color: #00bae6;
}

.section-featuresInner.features_bgBlack .sectionfeatures_right h3,
.section-featuresInner.features_bgBlack .sectionfeatures_right p,
.section-featuresInner.features_bgBlack .sectionfeatures_right ul li,
.section-featuresInner.features_bgBlue .sectionfeatures_right h3,
.section-featuresInner.features_bgBlue .sectionfeatures_right p,
.section-featuresInner.features_bgBlue .sectionfeatures_right ul li {
    color: #fff;
}


.section-featuresInner.features_bgBlack:after {
    content: "";
    position: absolute;
    top: 72px;
    background-image: url(../images/img-path.png);
    width: 55%;
    height: 126px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    left: -55%;
    z-index: -1;
}


.section-featuresInner ul li {
    font-size: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .homeWelcomeSection {
        /* margin-top: 0; */
    }
}

.homeWelcomeSection {
    text-align: center;
    margin-bottom: 70px;
    padding: 80px 0;
}

.bigHsseading {
    color: #000;
    font-size: 35px;
    line-height: normal;
}

.lightHeading {
    font-weight: 400;
    margin: 10px 0px 0;
    color: #555;
}


.homeWelcomeSection__block__img img {
    width: 100%;
    display: block;
}

.homeWelcomeSection__block h2 {
    margin: 20px 0px 15px;
    color: #1da3c1;
    position: relative;
    font-size: 26px;
}

.homeWelcomeSection__block p {
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    color: #626262;
}

.homeWelcomeSection__cta {
    padding-top: 70px;
}

.basicButton,
.basicButton.active:hover {
    font-size: 17px;
    padding: 16px 40px;
    background: #00BAE6;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #00BAE6;
    display: inline-block;
    transition: all 0.3s ease-out;

}

.basicButton.active,
.basicButton:hover {
    color: #15a3c2;
    background: none;
    text-decoration: none;
    transition: all 0.3s ease-out;

}

.homeWelcomeSection__cta .basicButton {
    margin: 0px 8px;
}

.homeWelcomeSection__block__img {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeWelcomeSection__block {
    background-color: #00bae6;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 75px;
    min-height: 450px;
    padding-left: 20px;
    padding-right: 20px;
}

.homeWelcomeSection__block__img span.homePage_counter {
    font-size: 38px;
    color: #00bae6;
}


.homeWelcomeSection .row .col-md-6:after {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/arrow-with-scribble.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: -50px;
}

.homeWelcomeSection .row .col-md-6:last-child:after {
    content: unset;
}


.homeMainSection {
    position: relative;
}

.homeMainSection .row {
    align-items: center;
}

.homeMainSection__img {
    text-align: right;
    position: relative;
    padding-right: 60px;
}

.homeMainSection__img img {
    max-width: 100%;
    position: relative;
    z-index: 9;
}


.homeMainSection h3 {
    color: #474747;
    font-size: 18px;
    margin: 0px 0px 0;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.homeMainSection p {
    color: #626262;
    font-size: 20px;
    line-height: 32px;
    margin: 0px 0px 50px;
}


.homeMainSection__rightBgBar .homeMainSection__img {
    padding-left: 60px;
    padding-right: 0;
}

.homeMainSection__appointments {
    padding: 40px 0px 120px;
}

.homeMainSection__beforeAfter {
    padding: 120px 0px 120px;
    clear: both;
}


/******* ask question *****/

@media screen and (max-width: 1920px) {
    .div-only-mobile {
        display: none;
    }

    .desk {
        display: block;
    }
}

@media screen and (max-width: 906px) {
    .desk {
        display: none;
    }

    .div-only-mobile {
        display: block;
    }
}

.homeMainSection__askQuestions {
    padding: 60px 0;
    background-color: #cbf0f9;
    position: relative;
    z-index: 999;
}

.homeWelcomeSection {
    position: relative;
    z-index: 999;
}

.homeMainSection__askQuestions:after,
.homeWelcomeSection:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-img.png);
    top: 0;
    bottom: 0;
    max-width: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.1;
    background-size: contain;
    background-repeat: no-repeat;
}

.homeWelcomeSection:after {
    right: 0;
    left: auto;
}

.homeMainSection__askQuestions .ask_questionForm input[type="text"],
.homeMainSection__askQuestions .ask_questionForm input[type="email"] {
    height: 64px;
}

.homeMainSection__askQuestions .ask_questionForm input[type="text"],
.homeMainSection__askQuestions .ask_questionForm input[type="email"],
.homeMainSection__askQuestions .ask_questionForm textarea {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
}

.homeMainSection__askQuestions p {
    font-size: 21px;
    margin-bottom: 45px;
}


/******* company brand *****/

.homeMainSection__companyBrands {
    padding: 50px 0;
}

.brand_inner .brand_companyLogo {
    padding: 5px 20px;
}

.brand_inner .brand_companyLogo img {
    width: 100%;
    max-width: 300px;
}

.brand_inner {
    margin-bottom: 70px;
}

.brand_inner h3 {
    font-size: 70px;
    margin-right: 40px;

}

/*** insta photos ****/

.homeMainSection__instagramPics {
    padding: 60px 0 120px;
}

.social_instagramPhotos img {
    width: 100%;
}


/***media Query *****/


@media only screen and (max-width: 1024px) and (min-width: 991px) {

}

@media only screen and (max-width: 991px) {
    /**** header *****/
    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .header nav.navbar {
        justify-content: space-between;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.show {
        display: block !important;
    }

    div#sanctuarymedicalNavbar ul.navbar-nav {
        flex-direction: column;
    }

    .homeMainSection__leftBgBar {
        padding-bottom: 100px;
    }

    .homeMainSection__beforeAfter .homeMainSection__text {
        padding-top: 100px;
    }

    .brand_inner .brand_companyLogo {
        padding: 5px 10px;
    }

    .header {
        padding: 15px 0;
        position: static;
        background: #fff;
    }

    div#sanctuarymedicalNavbar {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .header img {
        max-width: 220px;
    }

    button.navbar-toggler {
        background-color: transparent;
        padding: 0;

    }

    button.navbar-toggler:focus {
        box-shadow: none;
        outline: 0;
    }

    button.navbar-toggler .navbar-toggler-icon {
        position: relative;
        background-color: #1da3c1;
        height: 2px;
        margin: 5px 0;
    }

    button.navbar-toggler .navbar-toggler-icon:after {
        content: "";
        height: 2px;
        position: absolute;
        top: 7px;
        width: 1.5em;
        background-color: #1da3c1;
        right: 0;

    }

    button.navbar-toggler .navbar-toggler-icon:before {
        content: "";
        height: 2px;
        position: absolute;
        top: -7px;
        width: 1.5em;
        background-color: #1da3c1;
        right: 0;
    }

    div#sanctuarymedicalNavbar ul.navbar-nav {
        background-color: #00a3dd;
        justify-content: flex-start;
        align-items: start;
        padding: 20px 0;
    }

    div#sanctuarymedicalNavbar ul.navbar-nav li a.nav-link {
        color: #ffff;
        text-align: left;
        padding: 5px 20px;
        display: block;
    }

    div#sanctuarymedicalNavbar ul.navbar-nav li:after {
        content: unset;
    }
}


/*************high resolution *****/


@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

}

@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }

    .homeWelcomeSection__block p {
        margin: auto;
        font-size: 24px;
        line-height: 30px;
    }

    .mainBanner__text h2 {
        font-size: 56px;
    }

    .mainBanner__text span {
        font-size: 50px;
    }

    .section-featuresInner .sectionfeatures_right h3 {
        font-size: 30px;
    }
}

/*************high resolution *****/


@media only screen and (max-width: 768px) {

    .section-featuresInner.features_bgBlue {
        transform: unset;
    }

    .section-features .bg-onAfter:after,
    .homeWelcomeSection .row .col-md-6:after {
        content: unset;
    }

    .section-featuresInner {
        margin-bottom: 30px;
        display: block;
    }

    .section-featuresInner.features_bgBlack {
        margin-top: 0;
        padding-top: 80px;
    }

    .homeWelcomeSection__block {
        padding-top: 40px;
        padding-bottom: 80px;
        margin-top: 42px;
        min-height: auto;
    }

    .section-featuresInner .sectionfeatures_left {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .section-featuresInner .sectionfeatures_right p {
        font-size: 22px;
    }

    .brand_inner h3 {
        font-size: 24px;
    }

    .brand_inner .brand_companyLogo img {
        max-width: 120px;
    }

    .brand_inner {
        margin-bottom: 0;
    }
}</pre></body></html>