/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before, *::after, .btn, .animate, a, .owl-theme .owl-dots .owl-dot span, .form-control{
  transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;       
} 
body {
    font-size: 15px;
    margin: 0;
    font-family: 'Arial Narrow';
    overflow-x: hidden;
    color: #fff;
}
a, a:focus, a:hover{     
  text-decoration:none !important;
  outline:none !important;
  color: #0b1624;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
  font-family: 'ReformaGroteskW01-Demi';
}   
p, ul, li{
  margin:0;
  padding:0;
} 
ul, li{
  list-style-type:none;
}
.relative{
  position:relative;
}  
.back-img{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img-fix{
    background-attachment: fixed;
    background-position: initial;
}
.btn-blck {
    display: inline-block;
    padding: 6px 15px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
}
.btn-blck:hover{
  color: #fff;
  background-color: #ed3424;
}
.owl-middle-nav .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    left: 0;
    transform: translatey(-50%);-webkit-transform: translatey(-50%);-ms-transform: translatey(-50%);
}
.owl-middle-nav .owl-nav .owl-prev {
    float: left;
    margin-left: 5px;
}
.owl-middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: 20px;
}
.owl-middle-nav.owl-theme .owl-nav [class*=owl-], .owl-middle-nav.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    font-size: 65px;
}
.flex-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.comm-head {
    color: #fff;
    font-size: 34px;
    margin: 0 0 10px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
/*section {
    padding: 50px 0;
}*/
.wt-100{
    width: 100%;
}
.ht-100{
    height: 100%;
}
.line:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 10px;
    background: #ffffff;
    bottom: 0;
}
.bg-black{
    background: #000;
}
.bg-black .comm-head {
    color: #fff;
}
.m-0{
    margin: 0 !important; 
}
.p-0{
    padding: 0;
}
/**************** header ****************/
header {
    padding: 30px 40px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
body.sticky-header header {
    opacity: 0;
    visibility: hidden;
}
.logo a {
    display: block;
}
.logo img {
    /*width: 270px;*/
}
.menu-bar {
    margin: 10px 0 0 10px;
    position: relative;
    cursor: pointer;
    height: 30px;
    display: none;
}
.menu-bar span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 999;
    background: #ffffff;
    top: 50%;
    border-radius: 50px;
    margin: 0 auto;
}
.menu-bar span:before,
.menu-bar span:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #ffffff;
    left: 0;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 3px;
}
.menu-bar span:after {
    top: 8px;
}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
}
.open-menu .menu-bar span {
    background: transparent;
}
.menu {
    padding-right: 70px;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    position: relative;
        cursor: pointer;
    /*opacity: 0.4;*/
}
.menu li a i {
    margin-left: 5px;
}
.menu li a:hover{
    color: #66cef6;
}
.menu li a:hover, .mail a:hover, .social-links a:hover {
    opacity: 1;
}
.hover-menu {
    border: 1px solid #444444;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    right: 0;
    top: 110%;
    min-width: 210px;
     opacity: 0; 
     visibility: hidden; 
    /* padding: 10px; */
}
.menu li:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
.hover-menu li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #444444;
    text-transform: capitalize;
}
.hover-menu li a:hover {
    background: #66cef6;
    color: #000;
}
.hover-menu li:last-child a {
    border: navajowhite;
}
.hover-menu .foot-head {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid;
}
.hover-menu .foot-head li a {
    padding: 0;
}
.hover-menu ul:last-child .foot-head {
    margin: 10px 0 5px;
}
section{
    padding: 100px 0;
}
/**************** Banner ****************/
.inner-bnr-img {
    padding: 200px 0 0px;
} 
/*.inner-banner-cap {
    margin: 150px 0 30px;
}*/
.bnr-img, .inner-bnr-img {
    height: 100vh;
}
.baner-cap a {
    margin: 210px 0 0;
    display: block;
    color: #fff;
    font-size: 35px;
     font-family: 'ReformaGroteskW01-Demi';
}
.baner-cap a.hair-remove {
    margin: 210px 0 0;
}
.baner-cap a.skin-treat {
    margin: -40px 70px 0 0px;
}
.baner-cap a h6 {
    font-size: 14px;
    display: block;
    font-family: 'Arial Narrow';
}
.baner-cap a p {
    line-height: 0.9;
}
.baner-cap a p span {
    color: #66cef6;
}
.btn-book-appoint {
    position: absolute;
    right: 50px;
    bottom: 50px;
    text-align: center;
}
.btn-book-appoint a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding: 20px 80px;
    border: 1px solid #fff;
}
.btn-book-appoint a:hover {
    color: #66cef6;
    border-color: #66cef6;
}
/************* About Us ***************/
.flex-streach{
    justify-content: stretch;
    align-items: stretch;
    flex-flow: row wrap;
}
.inner-banner-cap h2 span{
    font-size: 140px;
    display: block;
    line-height: 110px;
    text-transform: uppercase;
    color: #fff;
    /* margin: 0 0; */
}
.inner-banner-cap h2 span.gre-white{
    background: -webkit-linear-gradient(#fafafb, #8a8c8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.inner-banner-cap h2 span.gre-blue{
    background: -webkit-linear-gradient(#fafafb, #8a8c8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.inner-banner-cap h2 span.gre-blue{
    background: -webkit-linear-gradient(#055fae, #5ec4ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-banner-cap h2{
    margin: 0px 0 10px;
}
.inner-banner-cap h6 {
    margin: 0px 0 10px;
    font-size: 30px;
    text-transform: uppercase;
    color: #66cef6;
}
.inner-banner-cap p {
    color: #fff;
    margin: 20px 0 0px;
    font-size: 17px;
    opacity: 0.8;
}
.color-blue{
    color: #66cef6;   
}
.pain-section {
    /*padding: 80px 0;*/
}
.pain-head h3 {
    color: #fff;
    font-size: 53px;
    padding-right: 45px;
}
.pain-body p, .comm-text {
    font-size: 17px;
    color: #fff;
    margin: 0 0 0px;
    opacity: 0.8;
}
.pain-body p{
    padding-left: 120px;
}
.block{
    display: block;
}
.bg-black{
    background-color: #000;
}
section.page {
    padding: 0;
}
.exp-data h4 {
    font-size: 24px;
    color: #fff;
}
.exp-data span {
    color: #fff;
    margin: 0 0 15px;
    font-size: 15px;
}
.exp-section-wrap {
    margin: 60px 0 0;
}
.test-data .comm-head {
    font-size: 24px;
}
.test-data .comm-text {
    margin: 0 0 10px;
}
.test-data img {
    margin: 30px 0;
}
.test-data i {
    opacity: 0.8;
    display: block;
}
.img-inverse{
    transform: rotate(180deg);
}
.loc-body{
    margin: 40px 0 0;
}
.open-shop h4, .comm-head-2 {
    font-size: 24px;
}
.pac-data-box {
    margin: 50px 0;
}
.pack-list-data h4 {
    padding: 0 30px;
}
.pack-list-data {
    margin: 0 0 40px;
}
.pack-list-data h3{
    margin: 0 0 8px;
}
section.packages-section {
    /*padding-bottom: 30px;*/
    background-position: bottom;
}
.appoint-form{
    margin: 40px 0 0;
}
.cust-from {
    margin: 0 0 20px;
}
.cust-from .form-control {
    background: transparent;
    border-radius: 0;
    height: 45px;
    border-color: #4e4e4e;
    box-shadow: none;
}
.cust-from .btn {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background: #66cef6;
    color: #000;
}
footer{
    padding:100px 0; 
}
footer a, footer a:hover {
    color: #fff !important;
    display: block;
    opacity: 0.8;
}
.footer-links li a {
    text-transform: capitalize;
}
footer h3.comm-head {
    margin: 0 0 50px;
}
.map iframe {
    width: 100%;
    height: 100px;
    /*margin: 0 0 30px;*/
}
.footer-links li {
    position: relative;
    margin: 0 0 5px;
}
.footer-links a:hover {
    color: #66cef6 !important;
}
.footer-links li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    left: 0;
    top: 5px;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
}
.footer-links li:first-child:before {
    opacity: 0;
}
.power-by a {
    display: inline-block !important;
    margin: 10px 0 0;
}
.power-by p {
    font-size: 15px;
}
.hair_page .inner-banner-cap h2 span {
    font-size: 120px;
}
/*.hair_page .inner-banner-cap h2 {
    margin: 0 0 20px;
}*/
.hair_page .pain-head h3 {
    padding: 0;
}
.session-box {
    margin: 0 0 30px;
    padding-left: 70px;
}
.session-box h4 {
    font-size: 54px;
}
.no-footer {
    /* opacity: 0; */
    /* visibility: hidden; */
    /* height: 0; */
    display: none;
}
.advance_laser_list_data .media-left span {
    width: 70px;
    margin: 0 8px 0 0;
}
/*.advance_laser_list_data {
    margin: 0 0 30px;
}*/
.advance_laser h3.comm-head {
    margin: 0 0 50px;
}
.note {
    padding: 20px 10px;
    border: 1px dashed #9e9e9e;
}
.note p {
    margin: 0;
}
.book-modal .modal-body h4.comm-head {
    color: #66cef6;
}

.book-modal .modal-body p.comm-text {
    /*color: #000;*/
    /*text-transform: uppercase;*/
}
.book-modal .modal-dialog {
    width: 1000px;
    margin: 120px auto;
}
.book-modal .modal-content {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.8);
}
.cust-from li {
    padding: 0 5px;
    width: 33.333%;
}
.cust-from ul {
    margin: 0 -5px;
}
button.close {
    color: #000;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #66cef6;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    z-index: 99;
}
label.error {
    font-weight: normal;
    color: #dc2323;
}
.test-data img {
    width: auto !important;
}
.test-slider.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 35px;
    opacity: 0.5;
}
.test-slider.owl-theme .owl-nav [class*=owl-]:hover{
    opacity: 1;
}
.test-slider .owl-nav {
    text-align: left;
    margin: 0;
}
.inner-banner-cap p {
    width: 50%;
    /*padding: 0 0 0 18px;*/
}