/* Targus By ThemeEaster */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Feature Section
    5.0 About Section
    6.0 Video Section
    7.0 Content Section
    8.0 Shop Section
    9.0 Faq Section
    10.0 Subscribe Section
    11.0 Footer Section
    12.0 Scroll To Top
    
    ==========================================================================
    Targus
    ========================================================================== */

    @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
    
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color:#323232;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing:antialiased;
    color: #333;
}
h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    letter-spacing: -1.5px;
    color: #0f1d46;
}
h2{
    font-size: 40px;
    background: -webkit-linear-gradient(#bb609e, #191424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    padding-bottom: 20px;

}
h3,h4{
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0f1d46;
    letter-spacing: -0.01em;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 16px;
    margin-bottom: 15px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
.inputBox select option{
    color: #666666 ;
    padding: 0 15px;
    
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #000000 !important;
    padding: 0 15px;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #000000 !important;
     padding: 0 15px;
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #000000 !important;
     padding: 0 15px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #000000 !important;
     padding: 0 15px;
}
button{
    border: none;
    background: none;
}
/* Helper Class */
.padding{
    padding: 80px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ 
/*    background-color: #eef3f9;*/
    background-color: #f1e7ea;
}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

/*========== Color Css ==========*/
.color-red{ color: #ff4c4c!important;}
.color-blue{ color: #0099e5!important;}
.color-yellow{ color: #ffdd00!important;}
.color-green{ color: #0abf53!important;}
.color-orange{ color: #ff7900!important;}
.color-purple{ color: #a560e8!important;}

.bg-red{ background-color: rgba(255, 76, 76,0.1)!important;}
.bg-blue{ background-color: rgba(0, 153, 229,0.1)!important;}
.bg-yellow{ background-color: rgba(255, 221, 0,0.1)!important;}
.bg-green{ background-color: rgba(10, 191, 83,0.1)!important;}
.bg-orange{ background-color: rgba(255, 121, 0,0.1)!important;}
.bg-purple{ background-color: rgba(165, 96, 232,0.1)!important;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #333;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Thank You */
.thank-model {
    background: url(../img/thankyou-bg.jpg) top center no-repeat;
}

.slider-wrapper {
    width: 100%;
    position: relative;
}

.thank-model-mobile {
    display: none;
}

#header{
    position: relative;
}

/*========== FORM ==========*/
#form-book{
    
}

.btn-submit{ text-align: center;}
/*========== BANNER ==========*/
#banner{
    background:url(../img/DR-microsite-Jestinna_desktop-Artboard_Jestinna-en.jpg) no-repeat top center ;
    background-size: cover;
    display: block;
}

.model{ 
    text-align: right;

    width:500px;
}

.bell-btm-img{ margin: 0;  width:500px; margin-left: 0; }

.bell-text{ width: 100%; text-align: left; margin-top: 2em; margin-left: -6em;display: block;}

.bell-text-mobile{ display: none;}

.zoom{
    animation: zoom 1.5s ease infinite;
}

@keyframes zoom {
  0% {
    scale: 100%;
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}


.subtext{margin: 0 auto; font-size: 12px; font-weight: bold; padding: 0; line-height: normal; text-align: center; }

.sub-title{
    margin: 0.5em 0;
    padding: 0.3em 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.sub-title-right{
    background: url(../img/Dr-microsite-3P-14.png) center no-repeat;
    background-size: cover;
    margin: 1em 0 0.3em 0;
    padding: 0.3em 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 2px;
}

.sub-title-right span{
    color:  #ec9db0;
}

.mobile-banner{
    display: none;
}

/*========== Form ==========*/
.book {
    padding:5em 0;
}

.form-title{
	font-family: "Noto Sans SC", sans-serif;
	text-align: left;
	font-weight:bold;
	margin:0;
    font-size: 85%;
}

.box {
    background: #F1f1f1;
    padding: 20px 25px;
    position: relative;
    width: 100%;
    color: #000000;
}

.box .inputBox {
    margin-bottom:1em;
}

.box .inputBox label{
    font-size: 14px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
    animation: LabelOnLoad 1s forwards 0s ease;
    font-weight: 300;
	margin-bottom:0;
}

.problem-wrapper { 
    font-size: 14px; 
    position: relative;
}

.box-right{
    padding-left: 2em;
}

.pro-wrap{  width: 100%; border: 5px solid #d1c8e5; background: #d1c8e5; display: block; margin-bottom: 0.5em;
  position: relative; font-size: 1.7rem; color: #443073; letter-spacing: 1px;text-align: center; letter-spacing: 1px; font-weight: bold; }

.pro-wrap input.checkmark { margin-left: 5px; margin-right: 10px; height: 25px; width:25px; margin: 0 auto; margin-top: 5px; margin-bottom: 10px; background-color: #eee; vertical-align: bottom; border: 5px solid #280049; display: block; text-align: center;}

.terms-agree{color:#000;margin:20px 10px 0 10px;padding-left: 10px; font-size: 80%;}

.box .terms-agree input{position: absolute; height: 20px; width: 20px; background-color: #eee; left:-15px;}

.terms-agree a{color:#fb06b9;}

select option:disabled {
    background: #eeeeee;
}

.box .inputBox label.gender{ 
    color:#000;
    margin-left: 10px;
}
.box .inputBox input[type=radio]{
    width: 50px; height: auto;
}
.box .inputBox input, .box .inputBox select {
    font-size: 14px;
	width: 100%;
    height: 45px;
    color: #000000 !important;
	letter-spacing: 1px;
    border: 1px solid #FFF;
    outline: none;
    background: #e7e3f2;
    border-radius: 20px;
    padding: 0 15px;
}

.box input[type="checkbox"] {
    margin-right: 10px;
}

.box .btn-submit input{
	background:#443073;
	padding: 5px 100px;
	border-radius: 10px;
	cursor: pointer;
	border: 1px solid transparent;
	margin-top:1em;
    color: #fff;
}

input[type=radio].css-A + label.css-label-A {
    width: 80px;

    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 14%;
    vertical-align: top;
    cursor: pointer;
    color: #000;
    vertical-align: middle;
}
     input[type=radio].css-B + label.css-label-B {
    width: 100px;

    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 11%;
    vertical-align: top;
    cursor: pointer;

         color: #000;
}
    input[type=radio].css-A:checked + label.css-label-A { background-position: 0 -57px; }
    input[type=radio].css-B:checked + label.css-label-B { background-position: 0 -56px;  }

/*========== 3P Video ==========*/
#video-wrapper{ 
    padding: 3em 0;
    text-align: center;
    background: rgb(183,72,210);
background: linear-gradient(0deg, rgba(183,72,210,1) 0%, rgba(255,187,229,1) 48%, rgba(255,255,255,1) 100%);
}

.artise-video iframe{ width: 100%; height: 600px;}

.intro-title{
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    padding-top: 10px;

}

.intro-title-2{
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 20px;

    text-align: center;
    display: inline-block;
    padding-top: 10px;

}


.intro-title-1{
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    line-height: normal;
}

.intro-title-1 span{
    color: #9c0c90;
}

.info p{
    color: #000;
    line-height: 35px;
    font-size: 1.2rem;
    margin-bottom: 3em;
}

#banner-mobile{ display: none;}

/*====social icon====*/
#fixedsocial {
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

#fixedsocial div{
    display: inline-block;
    background:transparent;
    height:35px;
    width:35px;
    margin: 0 5px;
   transition:ease 500ms;
    background-size:50px;

}


#fixedsocial div :hover {
    background:transparent;
    height:35px;
    width:35px;
    background-size:50px;
    opacity:0;
    transition:ease 500ms;
    margin-top:-10px;
}

@keyframes ring{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}1%,2%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}3%,5%,7%,9%{-webkit-transform:scale3d(1.2,1.2,1.2) rotate3d(0,0,1,3deg);transform:scale3d(1.2,1.2,1.2) rotate3d(0,0,1,3deg)}4%,6%,8%{-webkit-transform:scale3d(1.2,1.2,1.2) rotate3d(0,0,1,-3deg);transform:scale3d(1.2,1.2,1.2) rotate3d(0,0,1,-3deg)}10%,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}

.whatsapp {
    max-width: 80px;
    position: fixed;
    bottom: 2rem;
    right: .75rem;
    z-index: 999;
    animation: 5s ring ease infinite;
    animation-fill-mode: both;
}

.whatsapp:hover {
    bottom: .75rem;
    right: .75rem;
    animation: 5s ring ease infinite;
    animation-fill-mode: both;
}

/*==========tment-wrapper ==========*/
#treatment-wrapper{
    background: url(../img/Dr-microsite-3P-02.png) center center no-repeat;
    background-size: cover;
    padding: 3em 0;
}

#myVideo{ width: 100%;}

.treatment-title{
    padding: 2em 0;
}

.trt-wrapper{
    width: 100%;
    line-height: 60px;
    vertical-align: middle;
    padding-bottom: 1em;
     display: flex;
   align-items:center;
}

.trt-step{ 
    height: auto;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 9%;
}

.trt-step img{
    width: 50px;
}

.trt-title{ 
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
    line-height: normal;
    float: left;
     width: 20%;
}

.trt-text{
     width:71%;
    line-height: normal;
     vertical-align: middle;
    font-size: 1.1rem;
    color: #fff;
    display: inline-block;
    float: left;
}

.clear{ clear: both;}


/*========== Befor After ==========*/
#beforeafter{
    padding: 3em 0;
}

#beforeafter .owl-carousel{
	width:100%;
	margin: 0 auto;
	text-align: center;
}


/*========== goggle-tiktok  video ==========*/
#goggle-tiktok-wrapper{

    padding: 3em 0;
}


/*========== youtube video ==========*/
#youtube-artise-wrapper{
    padding: 3em 0;
}

.youtube-link{
    padding: 2em 0;
}

.youtube-title{
    font-size: 40px;
    background: -webkit-linear-gradient(#bb609e, #191424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

 .video-frame {
    display: inline-block;
    width: 100%;
    background: #f9edfd;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    max-height: 250px;
    margin-bottom: 12px;
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

@keyframes fadeInScale {
                0% {
  	                 transform: scale(0.9);
  	                 opacity: 0;
                    }
  
            100% {
  	             transform: scale(1);
  	             opacity: 1;
                }
            }

.video-frame img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;

}

.caption {
    background: #7956be;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    z-index: 1;
    position: relative;
    width: 45%;
    text-align: center;
    right: -20px;
    top: -60px;
    float: right;
    border-radius: 10px;
    border: 2px solid #fff;
}

.small-text{ font-size: 80%; letter-spacing: 2px}

/*========== Award logo ==========*/
ul.termslist, ul.policylist {
    list-style: decimal;
    padding: 0 5%;
}

/*========== Award logo ==========*/

#awards-logo{ 
	padding:3em 0;
	background: #f6f6f6;
}

.item { text-align: center;}

.item .awards-img {
    width: 130px;
    margin: 0 auto;
    display: inline-block;
}

.awards-text {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}
.awards-text span {
    font-weight: bold;
    display: block;
}
.owl-carousel .owl-item img {
    width: 75%;
    vertical-align: middle;
	margin: 0 auto;
}

#testimonial-slider{margin-bottom: 2em; padding:3em 0; background: url(../img/review-bg.jpg) center no-repeat;}

/*-------------------------------*/
    /* Counters */
/*-------------------------------*/
.fact-iconic, .counter-photo {
   position: relative;
}
.counter-photo ::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 17px;
	background: #00bcd4;
	top: 10px;
	left: 10px;
	bottom: 0;
	display: inline-block;
	z-index: 1;
}
.counter-photo img {
	z-index: 2;
	padding: 0 15px 15px 0;
}
.fact-iconic h3, .counters .count_nums {
   font-weight: bold;
}
.fact-iconic h3::after {
   content: "";
   height: 3px;
   width: 50px;
   background: #ffffff;
   display: block;
   margin-top: 15px;
}
.text-center .fact-iconic h3::after,
.text-center.fact-iconic h3::after {
   margin-left: auto;
   margin-right: auto;
}
.icon-counters.table-display {
	display: table;
}
.icon-counters .img-icon {
   text-align: center;
   font-size: 40px;
   height: 70px;
   width: 70px;
   line-height: 70px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-transition: all .7s ease-in .3s;
   -o-transition: all .7s ease-in .3s;
   transition: all .7s ease-in .3s;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.bg-counter-light .icon-counters .img-icon {
   height: 100px;
   width: 100px;
   line-height: 50px;
   -webkit-transition: all .3s ease;
   -o-transition: all .3s ease;
   transition: all .3s ease;
}
.icon-counters.table-display .img-icon {
	display: table-cell;
	vertical-align: middle;
	font-size: 50px;
	width: 90px;
}
.icon-counters.table-display .img-icon,
.icon-counters.table-display:hover .img-icon,
.bg-counter-light .icon-counters .img-icon,
.bg-counter-light .icon-counters:hover .img-icon {
   -webkit-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}
.icon-counters:hover .img-icon {
   -webkit-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.bg-counter-light .icon-counters:hover .img-icon {
   color: #fff;
   background: #00bcd4;
}
.icon-counters .img-icon,
.counters .count_nums, .counters i {
   display: inline-block;
}
.counters .count_nums {
   font-size: 1.875rem;
}
.icon-counters.table-display .count_nums {
   font-size: 2.5rem;
}
.counters .count_nums, .counters i {
   vertical-align: middle;
}
.bg-counter-light {
	background: -webkit-linear-gradient(90deg, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, color-stop(#423f9c), color-stop(#862359));
    background: -webkit-linear-gradient(left, #423f9c, #862359);
    background: -o-linear-gradient(left, #423f9c, #862359);
    background: -webkit-gradient(linear, left top, right top, from(#423f9c), to(#862359));
    background: linear-gradient(90deg, #423f9c, #862359);
}

.img-icon img{ width:100%;}

#funfacts {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 10px 20px 10px;
    background-color: #301746;
    position: relative;
    
}

.funfacts-overlay{
    background-image: url(../img/wavy-blob.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.44;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    box-sizing: border-box;
}

#funfacts .col-lg-3 {
    padding:0;
}

.icon-wrap{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgba(255, 255, 255, 0.28);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.icon-wrap-last{
    border: none;
    border-width: 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.img-icon{padding-bottom:1em;}

.counters{padding:10px 0;}

#funfacts .icon-counters {
	color: #fff;
}

#funfacts .col-sm-6{
	width:	50%;
}

#funfacts h4{
	color:#fff;
	font-family: 'Noto Serif SC', serif;
	font-size: 1.25rem;
}

/*-------------------------------*/
    /* Testimonials  Author*/
/*-------------------------------*/
#testimonial-author{
    background: url(../img/testi-bg.jpg) no-repeat;
    padding: 2em 0;
    position: relative;
    max-height: 550px;
}

#testimonial-author .col-lg-5{ padding: 0 8px 0 0;}

.testimonial-bar{
    background-color: #55136f;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 58%;
    width: 100%;
    top:105px;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin: 0;
    
}
.testi-author-img{
    margin-top: -3.2em;

}
.testi-author-img img{}
.testi-info{ color: #fff;}
.testi-author-name{ color: #fff; font-size: 20px; font-weight: bold; padding-bottom: 10px; padding-top: 10px;}


/*-------------------------------*/
    /* Our Location Start*/
/*-------------------------------*/
#outlets{ 
    margin: 3em 0 4em 0;
}
.outlet-title{ 
	text-align: center;
    padding: 0;
}
.outlet-title span{
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 40px;
    background: -webkit-linear-gradient(#bb609e, #191424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}

.line-right{
    border-right: 1px solid #c1c1c1;
}
.location-name{
    margin-top: 2em;
	color:#202020;
	font-weight:700;
	text-align: left;
	margin-bottom:0.5em;
	font-size: 1rem;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #c1c1c1;
    pointer-events: auto;
    cursor: pointer;
}


body:not(.mobile) .location-name:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}


.hover-image {
    visibility: hidden;
}

.hover-image {
    display: flex;
    position:  absolute;

    transform: translate(0%, -6%);
    z-index: 1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width:50%;
    height: auto;
    border: 6px solid #fff;
    box-shadow: 0px 0px 5px #cccccc;
}

.location-add, .location-phone{
	font-weight:400;
    line-height: 1.5;	
	text-align: left;
	font-size: 14px;
	margin-bottom:5px;
	color:#666666;
}

.location-phone a{
    padding-top: 5px;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 5px;
    background: #3d2d66;
}

.location-add .fa{ color:red; margin-right: 10px; font-size: 18px; }

.icon{	
    margin-top: 1em;
}

.icon ul{
	text-align: left;
	margin: 0;
	padding: 0;
	
}

.icon ul li{
	list-style: none;
	display: inline-block;
	padding-right: 0px;
    vertical-align: middle;
}

.wazeicon {
    background: url(../img/social-icon/waze.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.googlemapicon {
    background: url(../img/social-icon/google-map.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}


/*========== Preloader Styles ==========*/
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;left: 0
}
.site-preloader-wrap .spinner {
    background-color: #4777f4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.spinner {
  width: 40px;
  height: 40px;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/*========= Button Style =========*/
.btn-group{}
.btn-group a{
    margin: 5px;
}
.btn-group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    display: inline-block;
    background: #d98cf6;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height:45px;
    line-height: 45px;
    padding: 0 15px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}
.default-btn:hover{ color: #FFF; }
.default-btn span {
    background: #d98cf6 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}
.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

/*========== Transition Effect ==========*/
.section-heading{}
.section-heading h4{
    background-color: rgba(71, 119, 244,0.2);
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    color: #4777f4;
    font-weight: 600;
    margin-bottom: 15px;
    
}
.section-heading h2{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.5px;
}

/*========== Transition Effect ==========*/
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}




/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section{}
.feature-box{
    padding: 40px 30px;
    text-align: center;
}
.feature-box:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.feature-box h3{
    font-size: 18px;
}
.feature-box p{
    margin-bottom: 20px;
}
.feature-box .targus{
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 30%;
    display: inline-block;
    margin-bottom: 20px;
}
/*========== Read More ==========*/
.read-more{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section{}
.about-list {
    text-align: left;
    padding: 5% 15%;
}
.about-list li{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.about-list li i{
    background-color: #f5861f;
    color: #fff;
    font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}



/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section{}
.content-section .section-heading{}
.content-section .section-heading h2{
    margin-bottom: 20px;
}
.content-section .section-heading p{
    margin-bottom: 30px;
}
.content-box{
    display: block;
    position: relative;
}
.icons-wrap .icon-1,
.icons-wrap .icon-2,
.icons-wrap .icon-3{
    position: absolute;
    width: auto;
    height: auto;
    left: 140px;
    top: 85px;
}
.icons-wrap .icon-2{
    position: absolute;
    left: 50%;
    top: 90px;
}
.icons-wrap .icon-3{
    position: absolute;
    left: 75%;
    top: 115px;
}
.icons-wrap i{
    background-color: #4777f4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.icons-wrap .ripple:before,
.icons-wrap .ripple:after,
.icons-wrap .ripple{
    position: absolute;
    left: 0;
    top: 0;
    width:40px;
    height:40px;
    margin-left:0;
    margin-top:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -o-box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    box-shadow: 0 0 0 0 rgba(71, 119, 244,0.50);
    -webkit-animation: rippleThree 3s infinite;
    -moz-animation: rippleThree 3s infinite;
    -ms-animation: rippleThree 3s infinite;
    -o-animation: rippleThree 3s infinite;
    animation: rippleThree 3s infinite;
}
.icons-wrap .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.icons-wrap .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleThree {
    70% {box-shadow: 0 0 0 30px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes rippleThree {
    70% {box-shadow: 0 0 0 30px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

/* ====================================
Testimonial
=====================================*/

.testimonial-wrapp, 
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
   position: relative;
   -webkit-transition: all .4s ease-in;
   -o-transition: all .4s ease-in;
   transition: all .4s ease-in;
}
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
	text-align: center;
}
.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
   display: inline-block;
}
.testimonial-wrapp .quoted {
	border:3px solid #ffffff;
	background: #643094;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
   -webkit-transform: translateY(50%);
   -ms-transform: translateY(50%);
   -o-transform: translateY(50%);
   transform: translateY(50%);
	z-index: 1;
}
.testimonial-wrapp .testimonial-text {
	background: #f6f6f6;
	padding: 2.5rem;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c1c1c1;
}
.testimonial-wrapp .testimonial-photo {
	height: 100px;
	width: 100px;
	margin-top: -50px;
}
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;   
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
   background: #00bcd4;
	
}
.testimonial-wrapp:hover .testimonial-text{
   background: #643094;
   color: #fff;
}

.testimonial-wrapp:hover .testimonial-text h4{
   color: #fff;
}

/*Testimonial Quotes*/
.testimonial-bg{

}
.testimonial-bg-light {

}

#testimonial-slider i.fa.fa-star{
	color:#fcca00;
}
.testimonial-bg, .testimonial-bg-light{
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
}


.testimonial-quote {
	text-align: left;
	padding-top: 10px;
}
.no-quote .testimonial-quote { 
   text-align: center;
}
.testimonial-quote h3{
   position: relative;
}
.no-quote .testimonial-quote h3::before, 
.no-quote .testimonial-quote h3::after {
   display: none;
}
.testimonial-quote h3::before, .testimonial-quote h3::after {
	display: inline-block;
	font-size: 17px;
}
.testimonial-quote h3::before {
	content: "\f10d";
	margin-right: 3px;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.testimonial-quote h3::after{
   content: "\f10e";
   margin-left: 3px;
   -webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
.testimonial-quote h6{
   font-weight: 300;
}

#owl-thumbs.owl-dots{
   text-align: left;
}
#owl-thumbs.owl-dots .owl-dot {
	background: transparent;
	height: 60px;
	margin: 0;
	position: relative;
	width: 60px;
	border: 5px solid rgba(255,255,255,.3);
	margin-left: -30px;
    opacity: .65;
   -webkit-transform: scale(.95);
   -ms-transform: scale(.95);
   -o-transform: scale(.95);
   transform: scale(.95);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
   border: 5px solid rgba(0,0,0,.3);
}
.testimonial-text h4{
	font-size:14px;
	font-weight:700;
	
}
#owl-thumbs.owl-dots .owl-dot > img {
	width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#owl-thumbs.owl-dots .owl-dot:first-child{
   margin-left: 0;
}
#owl-thumbs.owl-dots .owl-dot::after{
   display: none;
}
#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active{
   z-index: 5;
   opacity: 1;
   border: 5px solid rgba(255,255,255,.53);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
   border: 5px solid rgba(0,0,0,.53);
}

/*-------------------------------*/
    /* Testimonials ends*/
/*-------------------------------*/

.google-img{ width: 150px; margin: 0 auto; padding-bottom: 2em;}
.google-border{ 
    padding: 20px 30px 5px 30px; 
    border: 1px solid #eeeeee; 
    text-align: left; 

    margin: 0 auto;
    box-shadow: 0px 0px 7px -5px rgba(136,133,133,1);
    -webkit-box-shadow: 0px 0px 7px -5px rgba(136,133,133,1); 
    -moz-box-shadow: 0px 0px 7px -5px rgba(136,133,133,1);
    font-size: 14px;
}
.dorra-branch a{ font-size: 14px; color: #000; font-weight: bold;}
.dorra-branch-add{color: #70757a; line-height: 18px; font-size: 12px;}
.google-rate-wrap{padding: 0 0 5px;}
.rate-container{    padding: 10px 0;border-bottom: 1px solid #f3f3f3;}
.google-rate{ display: inline-block; margin-right: 10px; color: #70757a; white-space: nowrap;font-size: 25px; font-family: arial,sans-serif;}
.positif-text span{ font-weight: bold; color:#3c4043;}
.review-topics{display: block;}
.review-topics-title{
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dadce0;
    height: 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    margin: 2px 4px 2px 0;
    
}

.review-topics-title.selected span{
    background: #e8f0fe;
    border-color: #d2e3fc;
    color: #1967d2;
}
.review-topics-title span{
    display: flex;
    align-items: baseline;
    color: #3c4043;
    display: inline-block;
    font: 400 arial,sans-serif;
    font-size: 10px;
}

.google-star{ }
.google-star-time{display: inline-block;margin-right: 8px;color: #70757a;}

.review-topics-title span span.no{   color: #70757a;}
.google-review-author{ color: #000; font-weight: bold; font-size: 110%;}
.review-part .col-lg-2{ padding: 0;  -webkit-box-flex: 0; -ms-flex: 0 0 13.5%; flex: 0 0 13.5%; max-width: 13.5%;}
.review-part{ padding: 15px 0 10px 0;}
.GrWnYc, .GrWnYc span {
    background-size: 25px 22px;
    height: 22px;
    top: 1px;
    width: 123px;
}
.GrWnYc {
    background-image: url(../img/star-grey.png);
}
.GrWnYc span {
    background-image: url(../img/star-yellow.png);
}
.EBe2gf, .EBe2gf span {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    width: 69px;
}
.EBe2gf {
    background-image: url(../img/star-grey.png);
}
.EBe2gf span {
    background-image: url(../img/star-yellow.png);
}




.Fam1ne {
    background-repeat: repeat-x;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.Fam1ne span {
    background-repeat: repeat-x;
    display: block;
}

.google-review{color:#222;}

.icon-like {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
}

.icGDpd {
    vertical-align: bottom;
}

.tdBFC {
    background-color: transparent;
    border: 0;
    color: #70757a;
}

.icon-like svg {
    display: block;
    height: 100%;
    width: 100%;
}

.icon-no {
    bottom: 1px;
    color: #70757a;
    display: inline-block;
    line-height: 20px;
    padding: 3px 6px 0 6px ;
    position: relative;
}
.author-testimonial{ width: 70px; padding-top: 5px;}

.morecontent span {display: none;}


a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    color:#ff0000;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 0 1em;
}

/* ==========================================================================
   Shop Section
   ========================================================================== */

.shop-item{
    background-color: #fff;
/*    border-bottom: 5px solid #b74d73;*/
    border-radius: 5px;
    overflow: hidden;
}
.shop-thumb{
    position: relative;
}
.shop-thumb img{
    width: 100%;
}
.shop-details{
    text-align: center;
    padding: 30px 10px;
    border: 5px solid #feb44b;
    width: 90%;
    margin: 30px auto;
    position: relative;
    border-radius: 17px;
}

.shop-details:before {
    content: '';
    background: #FFFFFF url(../img/quote-1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 60px;
    height: 40px;
    padding: 25px 15px;
    left: -10px;
    bottom: -20px;
    transform: rotate(180deg);
}

.shop-details:after {
    content: '';
    background: #FFFFFF url(../img/quote-1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 10px;
    top: -30px;
}

.shop-details h4{
    color: #4777f4;
}
.shop-details h3{
    margin-bottom: 0;
}
.shop-details h3 a{
    color: #0f1d46;
    font-size: 18px;
}
.shop-details h3 a:hover{
    color: #4777f4;
}
.pro-feature li{
    font-size: 14px;
}
.default-btn.order{
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 0;
    font-size: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .4s cubic-bezier(.37,.31,.2,.85);
    transition: all .4s cubic-bezier(.37,.31,.2,.85);
}
.shop-item:hover .default-btn.order{
    transform: translate(-50%,0);
    visibility: visible;
    opacity: 1;
}

/*========== Navigation ==========*/
.b4after-carousel, .shop-carousel{
    position: relative;
}
.b4after-carousel .owl-nav div, .shop-carousel .owl-nav div{
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(.37,.31,.2,.85);
    visibility: hidden;
    opacity: 1;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.b4after-carousel .owl-nav div.owl-next, .shop-carousel .owl-nav div.owl-next{
    left: auto;
    right: 0;
	display: block;
}
.b4after-carousel:hover .owl-nav div, .shop-carousel:hover .owl-nav div{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.owl-prev{margin-left: -5%; background-color: #000 !important;}
.owl-next{margin-right: -5%;background-color: #000 !important;}

.owl-prev i, .owl-next i {  color: #fff;}

#challenge .shop-carousel .owl-nav div.owl-next, #beforeafter .shop-carousel .owl-nav div.owl-next, #testimonial-author .shop-carousel .owl-nav div.owl-nex {
    visibility: visible !important;
    margin-right: -10%;
    background-color: #443073 !important;
}

#challenge .shop-carousel .owl-nav div.owl-prev, #beforeafter .shop-carousel .owl-nav div.owl-prev, #testimonial-author .shop-carousel .owl-nav div.owl-prev {
    visibility:visible !important;
	background-color: #443073 !important;
}

#sherlyn-carousel .owl-controls .owl-nav{ display: none!important;}

/* ==========================================================================
   Faq Section
   ========================================================================== */
.faq-section{}
#accordion {
    padding-right: 50px;
}
.card {
    margin: 0 0 16px;
    border: 0;
}
.card.default {
    margin: 0;
}
.card-header {
    border: 0;
    background-color: transparent;
    padding: 0;
}
.card-header a {
    color: #0f1d46;
    display: block;
    padding: 20px 45px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.card-header h5 {
    font-weight: 600;
    color: #162466;
}
.card-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.card-header.active a:before {
    content: "\f106";
}
.card-header a:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #4777f4;
}
.card-header a:hover {
    color: #4777f4;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section{}
.submit-btn{
    background-color: #4777f4;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 0 35px;
    cursor: pointer;
}
.submit-btn:hover{
    background-color: #0f083a;
}
.subscribe-form input{
    background-color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding: 15px;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #443073;
    display: block;
}
.contact-bar {
	position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
	display: none;
   }
.footer-widgets{}
.footer-widgets p{
    color: rgba(255,255,255,0.5);
}
.footer-widgets p,
.footer-widgets img{
    margin-bottom: 20px;
} 
.footer-widgets h3{
    color: #fff;
} 
.widgets-links{}
.widgets-links li{
    line-height: 30px;
}
.widgets-links li a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.widgets-links li a:hover{
    color: #4777f4;
    text-decoration: underline;
}
.social-icon{}
.social-icon li{
    display: inline-block;
    margin-right: 3px;
}
.social-icon li a{
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.social-icon li a:hover{
    background-color: #4777f4;
    color: #fff;
}
.footer-text{
	font-size: 12px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.footer-text p{
    color: rgba(255,255,255,0.5);
    margin: 0;
    font-size: 12px;
}
.footer-text a{ color:#ae713a;}
/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color:#443073;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #443073;
    color: #fff;
    opacity: 0.8;
}

/*Home page image*/


img.home-img.desktop-view, img.home-img.tablet-view, img.home-img.mobile-view {
    width: 100%;
}

.fact-title1, .fact-title2, .fact-title3, .fact-title4{ color:#fff;}


.contact-no a{color: #33322d;}
.contact-no i{color:#f5861f; font-size:16px; padding-right:5px;}
.contact-no:hover{ text-decoration: underline;}

#slider-mobile{ display: none;}
#slider{ 
	width: 100%;
    margin: 0 auto;
    background: url(../img/DR-microsite-Wayne-2-12.jpg) left no-repeat;
    background-size: 120% auto;
}


.slider-wrapper{ 
	width: 100%;
    position: relative;
}

#slider #wayne-carousel{ width: 55%; padding: 10px 0; }



.co-awards{ margin: 0 auto; text-align: center; margin-top: 1em;}

.detox-video{
    margin: 0 auto;
    text-align: center;
}
.detox-video iframe {
    width: 80%;
    min-height: 500px;
    display: inline-block;

}

.youtube-video iframe{
    width: 100%;
    min-height: 500px;
}

.youtube-bar {
    display: block;
    margin: 0 auto;    
    }

.youtube-bar-mobile{
    display: none;
}

.youtube-bar img{
width: 100%;
}

/*---Thank you Page--*/
#header1{ 
	width: 100%;
	background-color: #443073;
	-moz-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.07);
    box-shadow: 0 2px 5px rgba(16,16,16,.07);
    height: 70px;
    border-bottom: 0;
    padding: 0;
}

.logo{ display:block; padding-top:20px;margin-left: 5em; width: 180px; }
.logo img{ width: 100%;}
.back-btn{ background: #d98cf6; display: inline-block; float: right; padding: 5px 15px;margin-top:15px;}
.back-btn a{color:#fff;}
.back-btn:hover {
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    opacity: 0.8;
}

.thankyou-bar{
	background: #fff;
	}
.thx-container {
	padding:40px 20px;
}
#thanks-wrapper{ background: #ffffff;}
#thankyou{ padding:0; height: 100%;}
#thankyou .row{margin:0;}
#thankyou .col-lg-8, #thankyou .col-lg-4{ padding: 0;}
#thankyou{padding: 0; width: 100%; background: url(../img/Sherlyn_desktop-background.jpg) no-repeat;}
#thankyou .slider-wrapper-mobile{ display:none;}
#thankyou .slider-wrapper img{ max-width:90%;}
.title-thanks{font-size: 58px; font-weight:600; color:black; line-height: normal;}
.text-thanks{ color:black; padding:0 20px;}
.text-contact, .text-contact a{ font-size:24px; font-weight:600; color:black;}
.text-contact a:hover{ text-decoration:underline;}