@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body { background-color:#000;}
li{ list-style: none;}
.wrapper {margin: 0 auto; font-family:'Roboto', sans-serif;overflow: hidden;} 

.wrapper .container{ width: 100%; padding: 0; margin: 0 auto;}
.main-box {
    width: 450px;
    margin:0 auto;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
}
#top-visual {
    margin: 0 auto;
    padding: 0;
    width: 450px;
     
}

.bg-img{ 
position: absolute;
    
    top:0;
    width:450px;
    min-height:400px;
  margin:0 auto;
}

.bg-img img { 
    position:absolute;
    top:0;
  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@keyframes FadeInOut {
 0% { opacity:1;}
45% {opacity:1;}
55% {opacity:0;}
100% {opacity:0;}    
}

.bg-img .top {
animation-name: FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 5s;
animation-direction: alternate;
}




.bg-btm{
    position: relative;
    margin-top: 9em;
    z-index: 4;  
    padding: 0;
}
.bg-text{ 
    padding-top: 200px;
    position: relative; 
    z-index: 4; 
    width: 70%; 
    margin: 0 auto;}
.bg-text-1{ 
    position: relative; 
    z-index: 4;
    width: 55%;
    padding-top: 5px;
    margin: 0 auto;}

.bg-logo{
    position: relative;
    z-index: 5;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    width: 120px;
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

.header{ 
    background: transparent;
    margin: 0 auto;
    z-index: 10;
    position: absolute;
    top:3px;
    width: 450px;
}
.logo-hidden{ float: left}

.appt-btn{    
    float:right;
    margin: 10px 20px;
    }
.appt-btn a{
    margin: 0;
    background-color: #000;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
}

.blinking{
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #000000; }
  50% { background-color: #f9a91c;  }
  100% { background-color: #000000;  }
}

@-moz-keyframes glowing {
  0% { background-color: #000000; }
  50% { background-color: #f9a91c; }
  100% { background-color: #000000;  }
}

@-o-keyframes glowing {
  0% { background-color: #000000;}
  50% { background-color: #f9a91c;  }
  100% { background-color: #000000;  }
}

@keyframes glowing {
  0% { background-color: #000000;  }
  50% { background-color: #f9a91c;  }
  100% { background-color: #000000;  }
}

/*----------Form---------*/
#book{background: rgba(256, 239, 216, 0.6); padding: 22px 22px 50px;}
.form-container{
    margin: 0 auto;
}

.checkbox-inline{color: #000;padding-left: 40px;font-size: 17px;}



.reveal-modal {
    color: #333;
    visibility: hidden;
    height: auto!important;
    top: 10%!important;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    background: #FFF;
    position: absolute;
    z-index: 101;
    padding: 15px 30px;
    overflow-y: auto!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

/*----------Video Generic---------*/
#video-generic {
    padding: 32px 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(256,239,216,0.4) 30%, rgba(256,239,216,0.4) 100%);
    overflow-x: hidden;
}

div.video-g { background: #feb44b;  padding: 80px 20px;}
.video-section {
    width: 100%;    
    height: 250px;
    background: url(../img/yn-video.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.unsubscribe-text {
    background: #333333;
    padding: 5px 0;
    color: #ffffff;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 11px;
}

/*customize play button*/
.play-button span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -36px;
    line-height: 50px;
}
.fa-play:before {
    margin-left: 5px;
}
.play-button .ripple{
    margin-left: -16px;
    margin-top: -36px;
    left: 41%;
    top: 50%;
}
.play-button .ripple:before{
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
}

.play-button .ripple:after{
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

.video-text h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0f1d46;
}

.video-text h3 {
    text-align: center;
    color: #607d8b;
    font-size: 26px;
    padding: 0 30px 10px 30px;
    font-weight: bold;
}

.about-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    list-style: none;
}

.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;
}

/*------------Award  logo-------*/
#awards-logo{ margin: 1em 0;}

h2.title {
    margin-bottom: 1em;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.owl-carousel .owl-item img {
    width: auto !important;
    vertical-align: middle;
    margin: auto;
}

/*----------- Celebrities -------*/
#celebrities {
    background: #fff9f0;
    padding:1em 0;
}

.video-container {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}

.video-container:before {
    content: "";
    position: absolute;
    border: none;
    padding: 30px;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 0;
    /* background: #feb44b; */
    background: -webkit-gradient(linear, right top, left top, from(#feb44b), color-stop(#ffefd8), to(#feb44b));
    background: linear-gradient(270deg, #feb44b, #ffefd8, #feb44b);
}

.video-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 230px;
    position: relative;
}

.video3 {
    z-index: 1;
}

.play-button {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.play-button span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -36px;
    line-height: 50px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #feb44b;
    display: inline-block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.fa-play:before {
    margin-left: 5px;
}

.play-button .ripple, .play-button .ripple:before, .play-button .ripple:after{
    margin-left: -16px;
    margin-top: -36px;
    left: 41%;
    top: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    animation: rippleOne 3s infinite;
}

.play-button .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;
}

.play-button .ripple:before {
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
    
}

.play-button .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;
}

.play-button .ripple:after {
    margin-left: -25px;
    margin-top: -25px;
    left: 50%;
    top: 50%;
}

.caption {
    background: #f5861f;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 5px;
    margin: 30px 0px 0px 0px;
    z-index: 1;
    position: relative;
    width: 75%;
    text-align: center;
    right: -20px;
    top: -72px;
    float: right;
    border-radius: 10px;
}

/*------------before after-------*/
#testi-section {
    
    padding: 1em 0;
}
#testi-section h3 {
    color: #000;
    text-align: center;
}

/*------------facts-------*/
#facts {
    background-color: #feb44b;
    padding: 20px 0 10px 0;
    text-align: center;
    color: #fff;
}

.icon-box{ margin-bottom: 1.5em;}

img.facts-icon{ width: 35%;}

img.facts-icon.animated {
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

span.count {
    position: relative;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
}

div.fact-title1, div.fact-title2, div.fact-title3, div.fact-title4 {
    margin-top: -5%;
}

/*------------Google Review-------*/
#testimonial-slider {padding: 10% 0;}
.greview-slider {width: 90%;margin: auto;border-radius: 10px;}
        .greview-slider .flex-direction-nav .flex-prev{left: -5%!important;}
        .greview-slider .flex-direction-nav .flex-next{right: -5%!important;}
        .profile-img-box{padding: 0px;}            
        div.slider-1 .flex-direction-nav .flex-next{right: -20px!important;}
        div.slider-1 .flex-direction-nav .flex-prev{left: -20px!important;} 


/*------------Appointment-------*/
#appointments {
    padding: 20px 15px 30px 15px;
    background: #312927;
}

h1.white-text.t1 {
     color: #fff;
    font-size: 40px;
    font-family: times new roman;
    line-height: 1.0;
    letter-spacing: 0px;
    margin: 0;
}

h3.white-text.t0 {
    margin: 0;
    font-family: times new roman;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}
p.white-text.t2 {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
}

a.customize-btn {
    background: #fff;
    color: #000;
    margin-top: 8%;
}

/*-----------Outlet-------*/
#outlets { margin: 2em 0;}

#outlets h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.mobile-outlet-card {
    padding: 15px;
    background: #fff0c7;
    border-radius: 4px;
    margin-bottom: 2em;
}
#outlets img {
    width: 100%;
    padding: 5%;
}
div.content {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0 20px 15px 20px;
}

#outlets .title {
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 10px;
    text-transform: initial;
    color: #6a4031;
    line-height: 1.2;
}
.outlet-card{ margin-bottom: 2em;}
p.address {
    font-size: 14px;
    line-height: 1.5;
    color: #33322d;
}

p.contact-no {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
.contact-no a {
    color: #33322d;
}

.contact-no i {
    color: #f5861f;
    font-size: 16px;
    padding-right: 5px;
}

.gmicon {
    background: url(../img/icon/google-map.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    float: left;
}

.wicon {
    background: url(../img/icon/waze.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    float: left;
}

.allbar {
    display: inline-flex;
    margin-left: -3%;
}

.reveal-modal li {
    list-style: decimal;
    font-size: 12px;
}

.reviewtitle {
    margin-left: 0 !important;
}

.review {
    width: 450px;
    margin: 5% 2%;
    margin-top: auto !important;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    font-family: Myriad Pro;
    background-image: url(/wp-content/uploads/review/reviewbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: transparent;
/*    padding-bottom: 220px;*/
}



.percentagebar {
    background: url(/wp-content/uploads/review/reviewpercentage.png) center top no-repeat;
    width: 116px;
    font-size: 14px;
    color: white;
    text-align: center;
    padding-bottom: 3px;
}

.progressbar {
    background: #fff;
    width: 350px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-top: 10px;
    line-height: normal;
}

.review ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 12px;
    text-align: left;
}

/*
.row.nopadd.contentbody {
    width: 480px !important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
*/

.starpiclabel {
    width: 5% !important;
    margin-top: -13%;
}

.progress {
    border-radius: 20px;
    margin-bottom: 14.2px;
    width: 180px !important;
    background-color: #E6E7E8;
    overflow: inherit;
    display: inline-block;
}

.wordcontain {
    background-color: #7A70AD;
    color: white;
    width: 10%;
    height: 2%;
    margin-left: 85% !important;
    margin-top: -11.2%;
    position: relative;
    padding-left: 1%;
    line-height: 1.5;
}

a { color: #DA1C5C; outline: none; text-decoration: none; cursor:pointer!important;}
a:hover { color: B3003C; text-decoration: none;cursor:pointer!important; }

.clearfix, .clearfix:after { content: ''; clear: both; display:block; }
img { max-width: 100%; border: 0;}

.center {text-align:center; margin: 0 auto;}
.right {text-align:right; right:0;}
.left {text-align:left; left:0;}
.top {vertical-align: top; top:0;}
.bottom {vertical-align: baseline; bottom: 0; }
.borderframe{ margin-top: -5%; font-size:21px; color:white; font-style:italic; }

.row { width: 100%; margin-left: 0; margin-right: 0; }
/*
iframe {
  width:460px; 
    height:315px;
}
*/

iframe {
    width: 380px;
    height: 215px;
}



img.five-days-promo {
    width: 20%;
    margin-bottom: -22%;
    margin-left: -45%;
}

.timer-box {
    margin-bottom: 5%;
}

.titleword {
    color: white;
    font-size: 20px;
    /* margin-top: -15%; */
    margin-top: -24%;
    width: 90%;
    margin-left: 10%;
}

.package-worth{
    color: white;
    position: relative;
/*
    margin-top: -11%;
    margin-bottom: 5%;
*/
    margin-top: -13%;
    margin-bottom: 14%;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
}

.wishing {
    margin-top: 10%;
    color: white;
    font-style: italic;
}
.exclusive-for-new-customers {
    position: absolute;
    margin-bottom: 5%;
    margin-top: -2%;
    font-size: 10px;
    margin-left: 14%;
}

.valid{color:white;}
#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; color: #222; z-index: 9999; }
#preloader #spinner_container { width: 193px; margin: 250px auto; text-align: center; }
.space {display:none;}


.visible { visibility: visible; }



/* Modal
-------------------------------------------------------------- */
	
.reveal-modal-bg { position: fixed; width: 100%; height: 100%; background: url(..//img/bg-black-90.png); z-index: 100; display: none; top: 0; }

.reveal-modal { color: #333; visibility: hidden; height: auto!important; top: 3%!important; left: 0; right: 0; margin: auto; width:90%; background: #FFF; position: fixed; z-index: 101; padding: 15px 30px; overflow-y:auto!important;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		   -box-shadow: 0 0 10px rgba(0,0,0,.4); }
		   
.reveal-modal .terms { font-size: 18px; font-weight: bold; line-height: 14px; padding-bottom:10px;}	   
		   
.reveal-modal li { list-style: decimal; font-size: 15px; margin-left: -27px;}
.reveal-modal .close-reveal-modal { font-size: 22px; color: black; line-height: .5; position: absolute; top: 8px; right: 11px; text-shadow: 0 -1px 1px rbga(0, 0, 0, .6); font-weight: bold; cursor: pointer; } 



/*FORM =========================================================================*/

.form_box { margin-top: 30px; margin-left: auto;  margin-right: auto;  text-align: left; width: 80%;}
.form-control { height: 50px;}

 label { font-size: 18px; color: #000; font-weight: normal; margin-bottom: 3px; left:0; text-align:left; line-height: normal;}
	
 select, input[type=text], input[type=tel], input[type=email] { width: 100%; padding:12px 10px; margin-bottom: 3px; border: 1px solid #555; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;font-size: 14px; color: #000;}
	
 select:hover, input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover,select:active, input[type=text]:active, input[type=tel]:active, input[type=email]:active { border: 1px solid #f00; }

input[type=checkbox] { /* Double-sized Checkboxes */ -ms-transform: scale(2); /* IE */ -moz-transform: scale(2); /* FF */ -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */ padding: 10px;margin: 10px 6px 0;}
.whatsapp{width:20%; margin-top: -10%;}
.checkbox-inline {margin-top: 27px;}

.btn-sty {width: 100%; margin:0 auto;text-align:center;}
.btn-style { width:200px;  height:  45px; background: url(../img/show-submit.png) center center; padding: 0; margin: 28px 0; border-radius: 8px; border:0;background-size: 100% 100%;    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px 8px #888888;}
	
.btn-style:hover { 
/*    background: url(../img/show-submit-hover.png) center center;  */
}

.congratulation-title{
    margin-top: -3%;
}

.treatment-package-img {margin-top: 0;}


img.decoration{width: 30%;}

/* section-entry
-----------------------------------------------------------------------------*/

.f1-banner{ height: auto; margin-top: 36px; margin-left: 0px;}

img.congratulation-msg-img {
    width: 73%;
    margin-top: 6%;
}

img.product-promo {
    width: 90%;
}

img.condition-img {
    width: 60%;
    margin-top: -25%;
}

#section-entry {width: 450px; margin:0 auto;}

.hd1 { font-size: 15px; font-weight: 800; line-height: 20px;padding: 10px; text-align: left; }
.hd2 {font-size: 13px; line-height: 2px; text-align: left; padding: 10px;}
.fn { font-size: 11px; line-height: 20px; padding: 2px; font-weight: 800;}

.tab {width: 90%;}
.tnc {padding:5px 5px 10px;}

.top-right-ribbon{
    position: absolute;
    width: 12%;
    right: 35%;
    top: -1%;
}

.confetti-bg-img {
   width: 90%;
    height: 48%;
    position: relative;
    margin-bottom: -88%;
}

/*Google Review*/
.google-img{ width: 250px; margin: 0 auto; padding-bottom: 2em;}
.google-border{ 
    padding: 20px 30px 5px 30px; 
    border: 1px solid #eeeeee; 
    text-align: left; 
    border-radius: 10px;
    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;
    background-color: #fff;
}
.shakura-branch a{ font-size: 22px; color: #000; }
.shakura-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: 32px; 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: 30px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    margin: 4px 8px 4px 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;
}


.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{     -webkit-box-flex: 0; -ms-flex: 0 0 13.5%; flex: 0 0 13.5%; max-width: 13.5%;}*/
.review-part{ padding: 30px 0 20px 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;
}

/* Footer
-----------------------------------------------------------------------------*/
/*footer {width: 100%; height: auto; background-color: #231f20; text-align:center; padding: 5px; line-height: 0%;}*/
footer{
    background: #ed7c2e;
    padding: 20px 0;
    font-size: 12px;
    color: #333;
    text-align: center;
}
footer >img {width:90%; padding: 10px 0;}

.copyright{ margin-bottom: 6em; text-align: center; color: #fff; padding: 0 10px;}

/* Bottom Social media
-----------------------------------------------------------------------------*/
/*Contact bar*/
    
    .contact-bar span {
        display: block; font-size: 11px;color: #f5861f; margin-top: 5px;
    }

    
    .contact-bar {
        background-color:#fff;
         display: flex;
        position: fixed;
        width: 450px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99;
       
    }
    
    .contact-box, .whatsapp-box, .fbm-box, .booking-box {
        width: auto;
        margin: auto;
        padding: 10px 0;
        text-align: center;
        flex: 1;
        font-size: 18px;
    }
    
    .contact-box, .fbm-box {
        background-color: #ffecd8;
    }
    
    .whatsapp-box, .booking-box {
        background-color: #fff;
    }
    
    i.fa.fa-phone {
        background: #f5861f;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    
    i.fa.fa-whatsapp {
        background: green;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    
    i.fa.fa-facebook {
        background: white;
        color: deepskyblue;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding-top: 6px;
    }
    
    i.fa.fa-pencil-square-o {
        background: #65bee8;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding-top: 7px;
        padding-left: 2px;
    }

/* Thank you
-----------------------------------------------------------------------------*/
.thankyou{ background: #ffd837;}
.logo{ margin: 0 auto; text-align: center; padding: 20px 0; background: #fff;}
.logo img{ width: 40%;} 
.care, .thank-you-text{ margin: 0 auto; text-align: center;}
.btn-back a{ padding: 10px 20px; background: #000; color: #fff; }
.btn-back a:hover{ background: #666666;}
.btn-back{ margin: 0 auto; text-align: center; margin-bottom: 3em;}

/* ======================================================================================*/
@media only screen and (max-width: 1920px){
    .exclusive-for-new-customers {
    margin-left: 14%;
}
}

/* ======================================================================================*/
@media only screen and (max-width: 1500px){
    .exclusive-for-new-customers {
    margin-left: 17%;
}
}

/* ======================================================================================*/
@media only screen and (max-width: 1024px){
   
.top-right-ribbon {
    position: absolute;
    width: 15%;
    right: 27%;
    top: -1%;
}
    
/*
    .confetti-bg-img {
    width: 38%;
    height: 28%;
    left: 32%;
}
*/

    .exclusive-for-new-customers {
    margin-left: 25%;
}

}


/* ======================================================================================*/
@media only screen and (max-width: 800px){
.col-md-5 {
    width: 41.66666667%;
    float: left;
}    
.col-md-6 {
    width: 50%;
     float: left;
}    
.col-md-7 {
    width: 58.33333333%;
        float: left;
    }
 
div.video-container:before {
    width: 78%!important;
}

.col-sm-6 {
    width: 50%;
    float: left;
}
    
.fn { font-size: 11px; line-height: 20px; padding: 5px; font-weight: 800;}
.treatment-package-img {
    margin-top: 0%;
}
    .progressbar {width: 257px !important;}
    .wordcontain {margin-top: -16% !important;}
    
    .top-right-ribbon {
    position: absolute;
    width: 25%;
    right: 20%;
/*
    width: 40%;
    right: -1%;
*/
    top: -1%;
}
    
    img.awards-logo-img {
    width: 47%;
    margin-top: 5%;
    margin-bottom: 0;
}
    .confetti-bg-img{margin-top: 11%;}
    
    .timer-box {
    margin-bottom: 3%;
}
    .congratulation-title {
    margin-top: 11%;
}
/*
    .confetti-bg-img {
    width: 53%;
    height: 35%;
    left: 24%;
}
*/
    .exclusive-for-new-customers {
        margin-top: -3%;
        font-size: 10px;
        right: 26%;
    }
    
}


/* Smaller than standard 520 (devices and browsers) 
======================================================================================*/
@media (max-width: 520px) {

    
}

/* Smaller than standard 480 (devices and browsers) 
======================================================================================*/
@media (max-width: 480px) {
    
    .exclusive-for-new-customers {
        margin-top: -6%;
        font-size: 10px;
        right: 5%;
    }
    
.congratulation-title{margin-top: -12%;}
/*
.display-large{display: none;}
.display-small{display: block;}
    
*/
    
.titleword {
    width: 107%;
    margin-left: 11px;
}
    
/*
.condition {
    margin-top: 7%;
}
*/
    
    input[type="checkbox"]{
            margin-left: -25px;
    }
    
.treatment-package-img {
    margin-top: 0;
}
    
.review {
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    height: auto;
}

.f1-banner  { width: 100%; height: auto; margin-top: 30px; margin-left: 0px;}
    
#section-entry {padding: 14px 0; }
.form_box {width: 95%; margin-top: 20px;}
.checkbox-inline { margin-top: 15px;}
select, input[type=text], input[type=tel], input[type=email] { padding: 5px 10px;}    
.form-control {  height: 35px;}
label { font-size: 13px;}
    
.hd1 { font-size:  18px; line-height: 20px; padding: 10px;}
.hd2 { font-size: 13px; line-height: 2px;}    
.fn {font-size: 12px; line-height:15px; padding: 13px;}  
    
input[type="checkbox"] {
    transform: scale(1.2);
        margin-left: -25px !important;
        margin-top: 3px !important;
}
    
footer >img { width: 100%;} 

.row.nopadd.contentbody {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
    
/* Thank you  */
#section-ty .f1-model{ width: 291%; margin-left: -53px;}
#section-ty .logo >img { width: 45%; padding-bottom: 5px; margin-left: 20px;}  
#section-ty .right-panel { margin-top: 60px;}
#section-ty .f1-promo {width: 100%; margin: 20px;}    
    
    .top-right-ribbon {
        width: 40%;
        right: -1%;
    }
    
    img.awards-logo-img {
   /* margin-top: -19px;*/
    margin-bottom: 5%;
}

    
}

@media (max-width: 420px) {
    .right-img{ margin-top: 4em; margin-bottom: 1.5em;}
    .pdt{ padding-top: 1.5em;}
    .right-logo{ width: 80px;}
    
    .contact-bar{ width:100%;}
    
    .main-box, .header{ width: 100%;}

.video-section {
    height: 190px;
    }        

    iframe {
    width: 325px;
    height: 187px;
    margin-top: 8%;
    margin-bottom: 14%;
}
/*
    .titleword {
    color: white;
    font-size: 20px;
    padding-bottom: 0;
    margin-top: -17%;
}
*/
    
    img.five-days-promo {
    width: 21%;
    text-align: left;
    position: relative;
    margin-bottom: -22%;
    margin-left: -45%;
}
    
    .condition {
    margin-top: 0%;
    z-index: 30;
    position: relative;
}
    
    img.congratulation-msg-img {
    margin-top: 14%;
}
    
    .titleword {
    color: white;
    font-size: 20px;
    padding-bottom: 0;
    margin-top: -32%;
    width: 100%;
    margin-left: 21px;
}
    
    .checkbox-inline {
    font-size: 13px;
}
    .row.nopadd.contentbody {width: 415px !important;}
    
    .package-worth{
        color: white;
        position: relative;
        margin-top: -11%;
        margin-bottom: 5%;
/*        margin-left: 27%;*/
        font-size: 20px;
        font-family: "Times New Roman", Times, serif;
    }
    
    .confetti-bg-img {
    margin-top: 0%;
    z-index: 10;
}
    .congratulation-title {
    margin-top: 0;
        z-index: 23;
    position: relative;
}
    
    img.congratulation-msg-img {
    margin-top: 11%;
    
}
    
    .treatment-package-img {
    margin-top: 0;
    z-index: 25;
    position: relative;
}

    .fill-in-form-text{
        color: #646262;
        font-size: 16px;
    }
}

@media (max-width: 420px){
    #top-visual{ width: 100%;}
.bg-img{ width: 100%;}
.bg-img img {width: 100%;}
    
.bg-text {
    padding-top: 160px;    }
    
}
    
@media (max-width: 400px){

    .fill-in-form-text{
        font-size: 14px;
    }
}
@media (max-width: 380px){
    
    .bg-img{ 
        min-height: 360px;
    max-height:360px;
    }
    
    .hd1 {
    font-size: 14px;
  
    padding: 10px;
}
    .hd2 {
    font-size: 10px;
    line-height: 2px;
}
/*
    iframe {
    width: 275px;
    height: 158px;
}
*/
    iframe {
    width: 288px;
    height: 173px;
    margin-bottom: 18%;
}
    
    .borderframe {
 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -5%;
    height: 150px;
    padding-top: 10px;
    font-size: 21px;
    color: white;
    font-style: italic;
}
    .progressbar {
    background: #fff;
    width: 235px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-top: 5px;
    line-height: normal;
}
    .titleword {
    margin-top: -30%;
    margin-left: -2px;
}
    img.congratulation-msg-img {
    width: 65%;
    max-width: 110%;
}
    
    .treatment-product-img{
        max-width: 113%;
        width: 170%;
    }
    
    .treatment-package-img {
    margin-top: 0;
}
    
    .row.nopadd.contentbody {width: 375px !important;}
    
    .package-worth{
/*        top: 43%;*/
        margin-top: -13%;
        margin-bottom: 5%;
    }
}


/* Smaller than standard 375 (devices and browsers) 
======================================================================================*/
@media (max-width: 375px){
    
    .bg-btm {margin-top: 7.8em;}

 .video-section { height: 170px;}
    
#section-entry .hd1 { font-size: 22px; line-height:25px; padding: 10px;}
#section-entry .hd2 { font-size: 16px; line-height:20px; padding: 0px;}    
#section-entry .fn {font-size: 10px; line-height:15px;}     

.hd1 { font-size: 13px;}
    .hd2 {
    font-size: 10px;
    line-height: 2px;
}
.fn { font-size: 11px;}
    
.progressbar {
    background: #fff;
    width: 235px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-top: 5px;
    line-height: normal;
}
    
.titleword {
    margin-top: -8%;
}
    
.row.nopadd.contentbody {width: 375px !important;}
    
/* Thank you  */  
#section-ty {height: 600px;}
    
}



/* Smaller than standard 360 (devices and browsers) 
======================================================================================*/
@media (max-width: 360px){
    
    
.row.nopadd.contentbody {
    width: 360px !important;
}

    
.titleword {
/*    margin-top: -23%;*/
    margin-top: -31%;
}
    
.checkbox-inline {
    font-size: 12px;
}

    
/* Thank you  */
#section-ty { height: 570px;}
/*
    iframe {
    width: 340px;
    height: 315px;
}
*/
    iframe {
    width: 276px;
    height: 156px;
}
    
    .treatment-package-img {
    margin-top: 0%;
}
    
}



/* Smaller than standard 320 (devices and browsers) 
======================================================================================*/
@media  (max-width: 320px){
    
.fill-in-form-text {
    font-size: 12px;
}
 

/* Thank you  */ 
#section-ty {  height: 510px;}
#section-ty .f1-model { margin-left: -39px;  } 
#section-ty .f1-promo { margin: 20px 10px;}
    
.hd1 { font-size: 11px;}    
.hd2 { font-size: 8px;}   
.fn { font-size: 9px;}
/*
    iframe {
    width: 300px;
    height: 315px;
}
*/
    iframe {
    width: 256px;
    height: 156px;
}
    .borderframe {
   
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -5%;
    height: 150px;
    padding-top: 10px;
    font-size: 18px;
    color: white;
    font-style: italic;
}
    
    .progressbar {
    background: #fff;
    width: 180px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-top: 5px;
    line-height: normal;
}
    
    .row.nopadd.contentbody {
    width: 330px !important;
}

}