@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;
}
#checkout-form label {
    color: #fff;
}

.appstoreLinks img {
    width: 40%;
}

.appstoreLinks #apple-img img{
    filter: brightness(0) invert(1);
}


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;
}

.text_red{
    color: #d73434;
}
.text_light_grey{
    color: #d5d5d5;
}

.text_purple{
    color: #6102ce;
}

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


.header {
    position: absolute;
    top: 0;
    z-index: 99;
    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: #000;
    z-index: 999;
    min-height: 400px;
    padding-top: 200px;
}
.mainBanner .mainBanner_img img {
    width: 100%;
}


.mainBanner:after {
    position: absolute;
    /* background-image: url(../images/banner-path.png); */
    top: 0;
    bottom: 0;
    max-width: 100%;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* background: linear-gradient(45deg, black, red); */
}

.mainBanner__text h2 {
    width: 18ch;
    color: #fff;
    font-size: 46px;
    line-height: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    animation: typing 2s steps(18), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }
.mainBanner__text span {
    color: #028ce2;
    font-size: 35px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.mainBanner__text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.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 {
    background: linear-gradient(360deg, #000000 90%,#6102ce 200%);
    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: #6102ce;
    position: absolute;
    left: 0;
    top: 45%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
}

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



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


.contactUS_imageLeft img {
    width: 100%;
}

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


.section-features {
    background-color: #000;
    padding: 80px 0;
}
.section-featuresInner {
    display: flex;
    background: linear-gradient(180deg,#028ce2 0%,#6102ce 80%);
    padding: 60px 60px 60px 30px;
    min-height: 342px;
}

.section-featuresInner .sectionfeatures_left {
    max-width: 30%;
    flex: 0 0 30%;
}
.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: linear-gradient(180deg,#028ce2 0%,#6102ce 80%);
	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: linear-gradient(360deg,#028ce2 0%,#6102ce 80%);
    margin-top: -68px;
    padding-top: 120px;
    position: relative;
    z-index: 999;
}
.section-featuresInner.features_bgWhite p,
.section-featuresInner.features_bgWhite ul li,
.section-featuresInner.features_bgWhite h3{
	color: #fff;
}


.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: 100%;
    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;
    padding: 80px 0;
}
.bigHsseading {
    color: #fff;
    font-size: 35px;
    line-height: normal;
}
.lightHeading {
    font-weight: 400;
    margin: 10px 0px 0;
    color: #ccc;
}

.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: #ffffff;
    font-weight: bold;
    color: #202020;
    border-radius: 6px;
    border: 2px solid transparent;
    display: inline-block;
	transition: all 0.3s ease-out;
}

.basicButton img{
    filter:invert(1);
}

.basicButton.active,
.basicButton:hover{ 
    color: #ffffff;
    background: #028ce2;
    text-decoration: none;
    transition: all 0.3s ease-out;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(180deg,#028ce2 0%,#6102ce 100%);
    background-origin: border-box;
    background-clip: content-box,border-box;

}

.basicButton:hover img{
    filter: brightness(0) invert(1);
}

.homeWelcomeSection{
    background-color: #000;
}

.homeWelcomeSection__cta .basicButton {
    margin: 0px 8px;
}
.homeWelcomeSection__block__img {
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeWelcomeSection__block {
    background-color: #00bae6;
    margin-top: 75px;
    min-height: 250px;
}
.homeWelcomeSection__block__img span.homePage_counter {
    font-size: 38px;
    color: #fff;
}


.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: #000;
	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 {
    background-color: #000;
    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;
    background: linear-gradient( 
        to left,
        #231557 0%,
        #028ce2 0% 40%,
        #004355 29%,
        #6102ce 100%
      );
      background-size: auto auto;
      background-clip: border-box;
       background-size: 200% auto;
      -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      animation: textclip 2s linear infinite;
      /* linear-gradient(271deg, #028ce2 0%, #6102ce 100%);
     */

}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
/*** 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 !important;
    background: #000;
}
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;
}
.header-icons + .shopping-cart .cart-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    
}
.cart-section{
    height: 80vh;
    margin-bottom: 100px;
    max-height: inherit;
}
}

/*** new css  16 sep 2022 ***/
.language-picker > div{
    background: #fff;
    padding: 7px 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 6px 0px rgb(255 255 255 / 50%);
}
.language-picker > div a i{
	display:none !important;
}
.language-picker > div a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
	text-decoration:none;
}

.language-picker ul{
    left: auto;
    right: auto;
}

.homeMainSection__companyBrands{
    background: linear-gradient(180deg, #020202 60%, #028ce2 300%) #000;
}

/*** flip card css start ***/
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 250px;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.homeWelcomeSection__block_front,
.homeWelcomeSection__block_back {
    padding: 40px 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
}

.homeWelcomeSection__block_front {
    background: #028ce2;
    background-image: linear-gradient(220deg, #028ce2 0%, #6102ce 65%);
}

.homeWelcomeSection__block_back {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    background: url('../images/flipbox-backside-2.png');
    background-size: cover;
    background-position: center;
}

/*** media queries css start 16 sep 2022 ***/
@media(min-width: 1200px){
    .section-featuresInner.features_bgBlack:after{
        top: 98px;
    }
}

@media(min-width: 1399px){
    .section-featuresInner.features_bgBlack:after{
        top: 94px;
    }
}



@media(min-width: 1799px){
    .section-featuresInner.features_bgBlack:after{
        top: 90px;
    }
}


@media(max-width: 767px){
    .homeWelcomeSection,
    .section-features,
    .homeMainSection_Challenges{
        padding-bottom: 35px;
    }
    .mainBanner{
        padding-top: 70px;
    }

    /*** Home welcome section ***/
    .homeWelcomeSection__block{
        padding-bottom: initial;
        margin-top: initial;
    }    
}

@media(max-width: 575px){
    .mainBanner__text h2{
        font-size: 30px;
    }

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

    .bigHsseading{
        font-size: 24px;
    }

    .lightHeading{
        font-size: 20px;
    }

    .section-featuresInner .sectionfeatures_right h3,
    .section-featuresInner .sectionfeatures_right p,
    .homeWelcomeSection__block h2,
    .homeMainSection_challengesInner h2{
        font-size: 21px;
    }


    .section-featuresInner ul li,
    .homeMainSection_challengesInner ul li, 
    .homeMainSection_challengesInner p,
    .homeMainSection__askQuestions p{
        font-size: 16px;
    }
    
    .section-features .section-featuresInner{
        padding-right: 20px;
        padding-left: 20px;
    }

    .homeMainSection_challengesInner p{
        padding-left: 0;
    }
}
