@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(feather.css);
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Open+Sans:300,400,600,700,800&display=swap');
body{ 
  margin: 0px;
  font-size: 16px;
  /*font-family: 'Bebas Neue', cursive;
font-family: 'Open Sans', sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus{text-decoration:none !important;}
a:link{outline: 0;}

img{ 
  border:0px; 
  overflow: hidden;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.heading20{
  margin-bottom: 20px !important; 
}
.treatmentMargin{
  margin: 40px 0 30px 0 !important;
}
#main{
  width: 100%;
}
hr.style-one {
  border: 0;
  height: 1px;
  background-color: #f1f1f1;
  margin: 15px 0;
}
.toolbar{
  width: 100%;
  padding: 10px 0;
  background-color: #aa6581;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  /*border-bottom: 2px solid #6f3f52;*/
}
header{
  width: 100%;
  padding: 20px 0;
  background-color: #e6d2e1;
}
.logo{
  width: 100%;
  max-width: 350px;
}
.logo img{
  width: 100%;
}
.phone {
  width: 100%;
  text-align: right;
  line-height: 30px;
  float: right;
  color: #aa6581;
  font-size: 20px;
  margin-top: 23px;
}
.phone i{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #aa6581;
  color: #fff;
}
.top-bg{
  width: 100%;
  background-color: #CB9CAC; 
}
.top-header{
  width: 100%;
}
.logo-top{
  width: 100%;
  max-width: 350px;
  padding: 6px 15px;
  background-color: #AA6581;
  border: 8px solid transparent;
  border-top:none;
  -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
.logo-top img{
  padding-top: 7px;
  width: 300px;
  float: left;
  margin-right: 0px;
}
.logo-top:hover{
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-top:none;
}
.logoText{
  font-size: 60px;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  line-height: 50px;
  padding-top: 20px;
}
.top-content{
  width: 100%;
  margin-top: 38px;
}
.brick {
  float: left;
  width: 195px;
  height: 175px;
  text-align: center;
  border: 8px solid transparent;
  -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}
.brick:hover{
  border: 8px solid rgba(255, 255, 255, 0.5);
}
.brick a{
  display: block;
  font-size: 19.2px;
  color: #fff;
  height: 100%;
}
.brick a i {
  display: block;
  font-size: 60px;
  padding-top: 45px;
}
.brick a span {
  display: block;
  padding-top: 10px;
}
.odd {
  background: #e7d7dc;
}
.even {
  background: #aa6581;
}
.brick1 {
  float: left;
  width: 195px;
  height: 175px;
}
.brick1 img{
  width: 100%;
  height: 100%;
}
.brick-new {
  float: left;
  width: 585px;
  height: 175px;
  margin-left: 195px;
}
.brick-new .inner {
  padding: 2px 20px 2px 10px;
  margin-top: 20px;
  text-align: right;
}
.brick-new .inner h1{
  font-family: 'Bebas Neue', cursive;
  font-size: 54px;
  color: #fff;
  line-height: 40px;
  margin: 10px 0;
}
.brick-new .inner p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.treatments-bg,
.skin-condition-bg{
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.skin-condition-bg{
  background-color: #aa6581;
  position: relative;
  background-image: url(../images/body_bg1.gif);
  background-repeat: repeat;
}
.treatments-bg h3,
.skin-condition-bg h3{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.skin-condition-bg h3{
  margin: 0 0 20px 0;
}
.treatments-bg p{
  padding: 0 150px;
  margin: 0 0 40px 0;
}
.treatments-box{
  width: 100%;
  text-align: center;
}
.treatments-box a{
  color: #000;
}
.treatments-box a:hover,
.treatments-box a:focus{
  color: #aa6581;
}
.treatments-box span{
  display: block;
  font-weight: 600;
}
.treatments-icon{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
  -webkit-box-shadow: 0px 0px 12px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px -10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px -10px rgba(0,0,0,0.5);
}
.treatments-icon img{
  width: 100%;
}
.readBtn{
  background-color: #aa6581;
  border: 1px solid #aa6581;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 10px;
}
.readBtn:hover,
.readBtn:focus{
  background-color: #e7d7dc;
  border: 1px solid #e7d7dc;
  color: #000;
}
.main-banner {
  width: 100%;
  background-color: #aa6581;
  position: relative;
  background-image: url(../images/body_bg1.gif);
  background-repeat: repeat;
  border-bottom: 2px solid #6f3f52;
}
.banner-inner {
  padding: 126px 0;
  margin: auto;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: right;
}
.bannner-heading {
  font-size: 32px;
  font-weight: bold;
  color: #aa6581;
}
.main-content{
  width: 100%;
  padding: 40px 0;
}
.main-content h3{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.main-content p{
  line-height: 30px;
  margin: 0 0 15px 0;
}
.main-content p:last-child{
  margin: 0 0 0px 0;
}
.doctor-box{
  width: 100%;
  text-align: center;
}
.doctor-box img{
  width: 100%; 
  max-width: 148px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
}
.doctor-box span{
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #000;
}
.content-li,
.content-li ul{
  margin: 0 0 20px 0;
  padding: 0px;
}
.content-li li{
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.content-li li:before{
  content:"\f105";
  font-family:FontAwesome;
  position: absolute;
  left: 5px;
}
.content-li li a{
  color: #aa6581;
}
.content-li li a:hover,
.content-li li a:focus{
  color: #212325;
}

.skincare-li,
.skincare-li ul{
  margin: 0px;
  padding: 0px;
}
.skincare-li li{
  margin: 0 0 10px 0;
  padding: 0px;
  list-style: none;
  position: relative;
}
.skincare-li li a{
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px 12px 50px;
  background-color: #F1E4E8;
  color: #212325;
  border-radius: 6px;
}
.skincare-li li:after{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #aa6581;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 9;
  border-radius: 50%;
  border: 4px solid #fff;
}
.skincare-li li a:hover,
.skincare-li li a:focus{
  background-color: #aa6581;
  color: #fff;
}
.services-box{
  width: 100%;
  padding: 10px;
  margin: 0 0 30px 0;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
}
.services-box:hover,
.services-box:focus{
  background-color: #f6f6f6;
}
.services-box img{
  width: 100%;
}
.services-box span{
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.serviceImg,
.serviceImgNew{
  width: 100%;
  max-width: 240px;
}
.serviceImgNew{
  max-width: 363px;
}
.serviceImg img,
.serviceImgNew img{
  width: 100%;
  border-radius: 6px;
}
.galleryBox{
  width: 100%;
  padding: 5px;
  border:1px solid #ccc;
  margin: 15px 0;
  position: relative;
}

.gallery-overlay{
  width: 100%;
  height: 100%;
  background-color: #aa6581;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.galleryBox:hover .gallery-overlay{
  opacity: 0.9;
}

.galleryBox img{
  width: 100%;
}

.galleryBox i{
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  color: #fff;
}
.contact-box{
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.contact-box a{
  color: #212325;
}
.contact-box i{
  font-size: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f1f1f1;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.contact-form{
  width: 100%;
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 4px;
}
.contact-form .form-control{
  height: 40px;
  border-radius: 0px;
  -webkit-box-shadow: none;
   box-shadow: none;
}
.contact-form textarea.form-control{
  height: auto;
}
.submit-btn{
  background-color: #aa6581;
  border: 1px solid #aa6581;
  border-radius: 0px;
  padding: 10px 15px;
}
.submit-btn:hover,
.submit-btn:focus{
  background-color: #e7d7dc;
  border: 1px solid #e7d7dc;
  color: #212325;
}
.google-map-bg{
  width: 100%;
}
.google-map {
  position: relative;
  padding-bottom: 30.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-modal{
  width: 100%;
}
.offer-modal .modal-dialog{
  width: 100%;
  max-width: 900px;
  margin-top: 145px;

}
.offer-modal .modal-content{
  border-radius: 10px;
  border: 4px solid #AA6581;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-modal .modal-header{
  background-color: #AA6581;
}
.offer-modal  .modal-title{
  font-size: 30px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
}
.offer-modal .close{
  cursor: pointer;
  color: #ff0000;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #AA6581;
}
.offer-modal .modal-body h3{
  font-size: 40px;
  font-weight: bold;
  color: #AA6581;
  margin: 20px 0 5px 0;
}
.offer-modal .modal-body h4{
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
.byfda{
  color: #666;
  margin-bottom: 20px;
}
.noteText{
  font-size: 13px;
  color: #999;
  margin: 0 0 10px 0;
}
.anti-aging-heading{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px 0;
}
.anti-aging-heading-big{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #aa6581;
  margin: 0 0 20px 0;
}
footer{
  width: 100%;
  padding: 40px 0 30px 0;
  background-color: #aa6581;
  color: #fff;
}
footer h4{
  font-size: 20px;
  color: #fff;
  margin: 0 0 20px 0;
}
.footer-li,
.footer-li ul{
  margin: 0px;
  padding: 0px;
}
.footer-li li{
  margin: 0 0 10px 0; 
  padding: 0px;
  list-style: none;
  color: #fff;
}
.footer-li li a{
  color: #fff; 
}
.footer-li li a:hover,
.footer-li li a:focus{
  color: #fff; 
}
.contact-li,
.contact-li ul{
  margin: 0px;
  padding: 0px;
}
.contact-li li{
  list-style: none;
  margin: 0 0 10px 0;
}
.footer-bottom {
  width: 100%;
  padding: 10px 0;
  line-height: 24px;
  text-align: center;
  background-color: #f1f1f1;
  /*border-top: 1px solid #4e5051;*/
  color: #212325;
}
.social-li,
.social-li ul{
  margin: 0px;
  padding: 0px;
}

.social-li li{
  list-style: none;
  float: left;
  margin-right: 5px;
}
.social-li li a{
  width: 28px;
  height: 28px;
  padding-top: 2px;
  line-height: 26px;
  display: block;
  background-color: #fff;
  color: #aa6581;
  text-align: center;
  border-radius: 4px;
}
.social-li li a:hover,
.social-li li a:focus{
  background-color: #f1f1f1;
}

@media (min-width: 201px) and (max-width: 767px) {
  .brick-new {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .brick-new .inner {
    text-align: left;
  }
  .brick, .brick1{
    float: left;
    width: 50%;
    height: 148px;
  }
  .treatments-bg p{
    padding: 0px 0px;
  }
}

.wtsp-chat a {
    position: fixed;
    right: 29px;
    text-align: right;
    bottom: 30px;
    z-index: 9999999999;
    width: 85px;
    float: left;
}

.wtsp-chat img {
    width: 50%;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px #00000017;
    padding: 5px;
}