/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Site Reset List And Typography

============================== index.html =========================

1. INDEX-V1 Header section
2. INDEX-V1 welcome section 
3. INDEX-V1 about section
4. INDEX-V1 our secrets section
5. INDEX-V1 vidoe popup section
6. INDEX-V1 Photo Gallery
7. INDEX-V1 Pricing Plan
8. INDEX-V1 Call To Action
9. INDEX-V1 Expert Beauticians
10. INDEX-V1 News Feeds
11. INDEX-V1 Our Partners
12. INDEX-V1 Footer Section

============================== index-v2.html =========================

1. INDEX-V2 Header section
2. INDEX-V2 welcome section
3. INDEX-V2 Simple text with image version 2
4. INDEX-V2 Exclusive Products
5. INDEX-V2 Welcome to our barbar shop
6. INDEX-V2 How It Works
7. INDEX-V2 Video background section
8. INDEX-V2 Our Services
9. INDEX-V2 Testimonial section
10. INDEX-V2 Our Pricing
11. INDEX-V2 News Feeds
12. INDEX-V2 Our Partners
13. INDEX-V2 Subscribe Section
14. INDEX-V2 Footer Section


============================ index-v3.html =====================================

1. INDEX-V3 header section
2. INDEX-V3 welcome section
3. INDEX-V3 Our Services
4. INDEX-V3 Get Appoinment
5. INDEX-V3 Our Pricing
6. INDEX-V3 Call To Action
7. INDEX-V3 Fun Factory
8. INDEX-V3 Footer

============================ index-v4.html =====================================

1. INDEX-V4 welcome section
2. INDEX-V4 Our Features
3. INDEX-V4 Our Pricing

============================ index-v5.html =====================================

1. INDEX-V5 Header Section
2. INDEX-V5 welcome Section
3. INDEX-V5 Face & Beauty Care
4. INDEX-V5 About Us
5. INDEX-V5 Popular Services
6. INDEX-V5 Video Section
7. INDEX-V5 Expert Beautician
8. INDEX-V5 Best Features
9. INDEX-V5 Fun Fact Version 2
10. INDEX-V5 Client Review
11. INDEX-V5 Call to action
12. INDEX-V5 Footer section

============================ inner page start ==========================

1. INNER PAGE header section
2. INNER PAGE welcome section
3. INNER PAGE square service section
4. INNER PAGE Popular Services
5. INNER PAGE Contact.html
6. INNER PAGE Contact-v2.html
7. INNER PAGE blog.html
8. INNER blog-post.html content
9. INNER faq.html content
10. INNER shop.html content
11. INNER 404.html content
12. INNER comming-soon.html content
13. INNER comming-soon-v2.html content
14. INNER contact-v3.html content
15. INNER service-v2.html content
16. INNER service-v3.html content
17. INNER sponsor.html content
18. INNER team-v2.html content
19. INNER square-service.html content
20. INNER call-to-action.html content
21. INNER about-v5.html content
22. INNER footer.html content
23. INNER pricing-v2.html content
24. INNER portfolio-single.html content
25. INNER product-details.html content
26. INNER cart.html content



-------------------------------------------------------------------*/
/*======================================================================================
                                1. Site Reset List And Typography
===============================================================================*/
/* css variable list */
/* color purple */
/* color navy blue */
/* color pink */
/* color pink 2 */
/* color white */
/* color semi black */
/* color light blck */
/* color sky blue */
/* color light red */
/* color orange */
/* cyan color */
/* color light chocolate */
/* font family cursive */
/* icons font 1 */
/* icons font 2 */
/* box-shadow hover */
/* box-shadow primary */
body {
  background-color: #FFFFFF;
  font-size: 14px;
  color: #777777;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

input[type="submit"]:active,
input[type="submit"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.btn.extra-width {
  padding: 13px 40px; }

.btn:focus,
.btn:active {
  outline: inherit; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*    direction: rtl;*/ }

p {
  margin: 0 0 15px; }

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none; }

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  height: 45px; }

.form-control:focus {
  border-color: #f56363; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

p:last-child {
  margin-bottom: 0px; }

button:focus,
select:focus,
select:active {
  outline: none; }

/*
Section
*/
.no-padding {
  padding: 0 !important; }

.mb-30 {
  margin-bottom: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mt-70 {
  margin-top: 70px; }

.element-header-example {
  font-weight: 200;
  text-transform: capitalize;
  border-bottom: 1px dotted #EDEDED;
  padding-bottom: 30px; }

.xs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.xs-row .xs-col-5 {
  width: calc((100% / 12) * 5);
  padding: 0 15px; }

.xs-row .xs-col-2 {
  width: calc((100% / 12) * 2.3);
  padding: 0 15px;
  margin: 0 20px; }

.xs-row .xs-col-9 {
  width: calc((100% / 12) * 9);
  padding: 0 15px; }

.xs-row .xs-col-3 {
  width: calc((100% / 12) * 3);
  padding: 0 15px; }

/* ===================== mobilespa bg =================== */
.mobilespa-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }

/* mobilespa no background color */
.mobilespa-no-bg {
  background-color: transparent !important; }

/* ====================== mobilespa buttons =========================== */
.mobilespa-btn-wraper a {
  margin: 0 20px 0 0; }

.mobilespa-btn-wraper a:last-child {
  margin: 0; }

.mobilespa-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 36px;
  z-index: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #222222;
  color: #FFFFFF;
  text-transform: uppercase;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700; }

.mobilespa-btn.bg-color-white:hover {
  color: #222222 !important; }

.xs-btn {
  overflow: hidden;
  /*margin: 1rem auto;*/
  text-transform: uppercase;
  background: #6A1B9A;
  border-radius: 25px;
  padding: 15px 36px;
  color: #FFFFFF;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 2;
  position: relative;
  display: inline-block;
  font-weight: 600; }

.xs-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #EC5598;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.xs-btn:hover span {
  width: 335%;
  height: 562.5px; }

.xs-btn.round-btn {
  border-radius: 25px; }

.xs-btn.box-shadow-btn {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-btn.block-btn {
  width: 100%; }

.mobilespa-btn.round-btn {
  border-radius: 25px; }

.mobilespa-btn.box-shadow-btn {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-btn:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-welcome-slider-wraper .customNavigation .welcome-next,
.mobilespa-welcome-slider-wraper .customNavigation .welcome-prev,
.mobilespa-welcome-slider .owl-nav .owl-prev,
.mobilespa-welcome-slider .owl-nav .owl-next {
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }

.mobilespa-welcome-slider-wraper .customNavigation .next-prev-btn {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.039);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.039);
  border-radius: 100%;
  height: 70px;
  width: 70px;
  background-color: #4DB6AC;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #FFFFFF;
  font-size: 2.143em;
  text-align: center;
  line-height: 70px; }

.mobilespa-welcome-slider-wraper .customNavigation .next-prev-btn:hover {
  background-color: #E3BDA8;
  color: #FFFFFF; }

.mobilespa-btn:hover {
  color: #FFFFFF !important; }

.xs-btn:hover {
  color: #FFFFFF !important; }

.xs-btn.bg-color-cyan span {
  background-color: #E3BDA8; }

.xs-btn.bg-chocolate span {
  background-color: #4DB6AC; }

.xs-btn.bg-color-pink span,
.xs-btn.bg-color-sky-blue span,
.xs-btn.bg-color-white span {
  background-color: #6A1B9A; }

.xs-btn.bg-color-purple span {
  background-color: #EC5598; }

.xs-btn.bg-color-purple.purple-2 span {
  background-color: #FF4641; }

.xs-btn.bg-color-red span {
  background-color: #6A1B9A; }

.xs-btn.bg-color-green span {
  background-color: #FF4641; }

.xs-btn.small-round-btn span {
  background-color: #339188; }

.mobilespa-btn.small-round-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 15px 42px;
  background-color: #58B7AC; }

.gradient-btn {
  background-image: -ms-linear-gradient(0deg, #d31027 0%, #7d00fe 0%, #d52bff 100%); }

/* ================= section padding =======================*/
.section-padding {
  padding: 100px 0; }

.mobilespa-padding-bottom {
  padding: 0 0 120px; }

/* ==================== section heading ================================*/
.mobilespa-section-headinig {
  padding: 120px 0 80px 0;
  text-align: center; }

.mobilespa-section-headinig.mobilespa-section-padding-minus {
  padding: 0 0 80px 0; }

.mobilespa-section-headinig h2 {
  margin: 0 0 12px;
  color: #EC5598;
  font-family: "Niconne", cursive;
  font-size: 2.143em; }

.mobilespa-section-headinig h3 {
  margin: 0;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.857em;
  letter-spacing: -2px; }

.mobilespa-section-headinig.mobilespa-section-headinig-white h3 {
  color: #FFFFFF; }

/* water mark title */
.mobilespa-watermark-title h2 {
  position: relative; }

.mobilespa-watermark-title h2:before {
  position: absolute;
  content: attr(data-title);
  left: 0;
  top: 0;
  font-size: 1em;
  font-weight: 400;
  text-transform: capitalize;
  color: #222222; }

/*=========================== image Magnific Popup for zoom animation  =======================*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

/*============================== color list =======================================*/
.color-pink {
  color: #EC5598 !important; }

.color-purple {
  color: #6A1B9A !important; }

.color-black {
  color: #222222 !important; }

.color-sky-blue {
  color: #00BCD4 !important; }

.color-white {
  color: #FFFFFF !important; }

.color-red {
  color: #FF4641 !important; }

.color-cyan {
  color: #4DB6AC !important; }

.color-navy-blue {
  color: #590D88 !important; }

.color-chocolate {
  color: #E3BDA8 !important; }

.color-gradient {
  color: #d31027;
  background: -webkit-linear-gradient(0deg, #d31027 0%, #7d00fe 0%, #d52bff 100%);
  /*background: -ms-linear-gradient( 0deg, rgb(211,16,39) 0%, rgb(125,0,254) 0%, rgb(213,43,255) 100%);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* background color list */
.bg-color-red {
  background-color: #FF4641 !important; }

.bg-color-pink {
  background-color: #EC5598 !important; }

.bg-color-pink-2 {
  background-color: #E6377A !important; }

.bg-color-sky-blue {
  background-color: #00BCD4 !important; }

.bg-color-purple {
  background-color: #6A1B9A !important; }

.bg-color-black {
  background-color: #222222 !important; }

.bg-color-white {
  background-color: #FFFFFF !important; }

.bg-color-cyan {
  background-color: #4DB6AC !important; }

.bg-navy-blue {
  background-color: #590D88 !important; }

.bg-chocolate {
  background-color: #E3BDA8 !important; }

.bg-dark-green {
  background-color: #249788 !important; }

.bg-color-green {
  background-color: #4CA14B !important; }

.bg-color-gray {
  background-color: #eef2f5 !important; }

.bg-color-gray-2 {
  background-color: #F9F9F9; }

.bg-green-2 {
  background-color: #8FC351 !important; }

/*======================= mobilespa overlay list ==========================*/
.mobilespa-black-overlay {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.mobilespa-purple-overlay,
.mobilespa-pink-overlay,
.mobilespa-sky-blue-overlay,
.mobilespa-white-overlay,
.mobilespa-chocolate-overlay {
  position: relative;
  height: auto;
  width: 100%; }

.mobilespa-purple-overlay:before,
.mobilespa-pink-overlay:before,
.mobilespa-sky-blue-overlay:before,
.mobilespa-single-team:before,
.mobilespa-single-team:after,
.mobilespa-white-overlay:before,
.mobilespa-chocolate-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mobilespa-purple-overlay:before {
  background-image: -ms-linear-gradient(90deg, #d31027 0%, #7d00fe 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-pink-overlay:before {
  background-image: -ms-linear-gradient(90deg, #7d00fe 0%, #ec5598 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-sky-blue-overlay:before {
  background-image: -ms-linear-gradient(90deg, #ec5598 0%, #00bcd4 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-white-overlay:before {
	background-image: -webkit-linear-gradient( 90deg, rgb(226,185,163) 0%, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(226,185,163) 0%, rgb(255,255,255) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 100%);
}

.mobilespa-light-overlay.mobilespa-purple-overlay:before {
  background-image: -ms-linear-gradient(90deg, black 0%, #6a1b9a 0%, rgba(151, 95, 184, 0.5) 30%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-light-overlay.mobilespa-pink-overlay:before {
  background-image: -ms-linear-gradient(90deg, black 0%, #ec5598 0%, rgba(242, 136, 183, 0.5) 30%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-light-overlay.mobilespa-sky-blue-overlay:before {
  background-image: -ms-linear-gradient(90deg, black 0%, #00bcd4 0%, rgba(77, 208, 225, 0.5) 30%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-single-team.mobilespa-purple-overlay:before {
  background-image: -ms-linear-gradient(90deg, #d31027 0%, #7d00fe 0%, rgba(255, 255, 255, 0) 50%); }

.mobilespa-single-team.mobilespa-pink-overlay:before {
  background-image: -ms-linear-gradient(90deg, #7d00fe 0%, #ec5598 0%, rgba(255, 255, 255, 0) 50%); }

.mobilespa-single-team.mobilespa-sky-blue-overlay:before {
  background-image: -ms-linear-gradient(90deg, #ec5598 0%, #00bcd4 0%, rgba(255, 255, 255, 0) 50%); }

.mobilespa-single-team.mobilespa-purple-overlay:after {
  background-image: -ms-linear-gradient(90deg, #d31027 0%, #7d00fe 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-single-team.mobilespa-pink-overlay:after {
  background-image: -ms-linear-gradient(90deg, #7d00fe 0%, #ec5598 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-single-team.mobilespa-sky-blue-overlay:after {
  background-image: -ms-linear-gradient(90deg, #ec5598 0%, #00bcd4 0%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-black-gradient-overlay {
  position: relative; }

.mobilespa-black-gradient-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(90deg, #e3b9a3 0%, black 0%, rgba(77, 77, 77, 0.5) 30%, rgba(255, 255, 255, 0) 100%); }

/* prelaoder */
.spinner-eff {
  position: relative;
  width: 100px;
  height: 100px; }

.spinner-eff.spinner-eff-3 .circle {
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.spinner-eff.spinner-eff-3 .circle-1 {
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-animation: pulse 1.6s linear 0s infinite;
  animation: pulse 1.6s linear 0s infinite; }

.spinner-eff.spinner-eff-3 .circle-2 {
  width: 66.6%;
  height: 66.6%;
  top: 16.5%;
  -webkit-animation: pulse-2 1.6s linear 0s infinite;
  animation: pulse-2 1.6s linear 0s infinite; }

.spinner-eff.spinner-eff-3 .circle-3 {
  width: 33.3%;
  height: 33.3%;
  top: 33.3%; }

.spinner-eff.spinner-eff-3 .circle-1,
.spinner-eff.spinner-eff-3 .circle-2,
.spinner-eff.spinner-eff-3 .circle-3 {
  background-color: #FFFFFF; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }

.spinner-block {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.preloader-window {
  position: absolute;
  background-color: #6A1B9A;
  height: 100%;
  top: 0;
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease; }

.left-window {
  width: 51%;
  left: 0; }

.right-window {
  width: 51%;
  right: 0; }

.loaded .left-window {
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%); }

.loaded .right-window {
  -webkit-transform: translateX(150%);
  transform: translateX(150%); }

.loaded .spinner-block {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden; }

.loaded#preloader {
  visibility: hidden;
  /*opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/ }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@-webkit-keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@keyframes pulse-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
.preloader-content {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.preloader-content h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 300;
  margin: 0; }

.preloader-content img {
  margin: 0 0 20px; }

.loaded .preloader-content {
  top: -50%; }

/*======================================================================================
                                1. INDEX-V1 Header section 
===============================================================================*/
.mobilespa-header-section {
  position: relative;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  top: 0; }

.mobilespa-logo-wraper {
  position: relative; }

.mobilespa-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  z-index: 9;
  text-align: center; }

.mobilespa-header-section.mobilespa-version-1 .mobilespa-logo {
  /*min-height: 187px;*/
  min-height: 170px;
  min-width: 197px;
  max-width: 250px;
  max-height: 220px; }

.mobilespa-logo a {
  display: block; }

.mobilespa-header-top {
  text-align: right;
  color: #FFFFFF; }

.mobilespa-simple-iocn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mobilespa-simple-iocn-list.mobilespa-version-1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0; }

.mobilespa-simple-iocn-list li {
  margin: 0 30px 0 0; }

.mobilespa-header-top.bg-color-gray-2 .mobilespa-simple-iocn-list li {
  color: #444444; }

.mobilespa-header-top .mobilespa-version-2 .mobilespa-simple-iocn-list li {
  font-size: 0.857em; }

.mobilespa-header-top .mobilespa-version-2 .mobilespa-simple-iocn-list li i {
  font-size: 1.333em;
  top: 2px;
  position: relative; }

.mobilespa-header-top .mobilespa-version-2 .mobilespa-language-select-list select {
  background: url(../img/globe.png) no-repeat center left;
  color: #444444;
  font-size: 0.857em;
  padding: 2px 22px; }

.mobilespa-header-top .mobilespa-version-2 .mobilespa-language-select-list select option {
  background-color: #F9F9F9; }

.mobilespa-simple-iocn-list li i {
  padding: 0 8px 0 0; }

.mobilespa-simple-iocn-list li:last-child {
  margin: 0; }

.mobilespa-main-header {
  background-color: #FFFFFF; }

.mobilespa-main-header {
  position: relative;
  min-height: 50px;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0; }

.mobilespa-main-header nav {
  margin: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%; }

.mobilespa-main-header nav {
  background-color: transparent; }

.mobilespa-main-header nav li {
  /*margin: 0 30px 0 0;*/
  float: none;
  display: inline-block; }

/*.mobilespa-main-header nav li:last-child{
        margin: 0;
}*/
.mobilespa-main-header nav li a {
  padding: 40px 0;
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: auto;
  font-size: 12px; }

.mobilespa-main-header nav li a {
  padding: 30px 13.5px;
  /*padding-right: 27px;*/ }

.mobilespa-extra-css .mobilespa-main-header nav li:last-child a {
  padding-right: 0px; }

.mobilespa-main-header.color-white .xs_nav-landscape li .nav-submenu a:hover {
  color: #560F86; }

.mobilespa-extra-css .mobilespa-main-header .xs_nav-landscape .nav-submenu.megamenu-panel a {
  padding: 0 0; }

.mobilespa-extra-css.mobilespa-header-section.mobilespa-version-1 .mobilespa-version-2.mobilespa-logo {
  min-height: 117px; }

.mobilespa-extra-css.mobilespa-header-section.mobilespa-version-1 .mobilespa-version-2.mobilespa-logo:after {
  border-left: 99.5px solid transparent;
  border-right: 99.5px solid transparent; }

.mobilespa-main-header nav li a:hover,
.mobilespa-main-header nav li a:focus {
  color: #6A1B9A; }

.mobilespa-main-header nav li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #6A1B9A;
  height: 4px;
  width: 0%; }

.mobilespa-main-header nav li a:hover:before {
  width: calc(100%); }

.mobilespa-main-header .megamenu-panel .megamenu-list li {
  display: block; }

.mobilespa-main-header .nav-submenu li a {
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px; }

.mobilespa-main-header .megamenu-panel .megamenu-list li.megamenu-list-title a {
  font-weight: 700;
  font-size: 1.1em;
  color: #222222; }

.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li.megamenu-list-title a:hover {
  color: white; }

.mobilespa-main-header .megamenu-panel .megamenu-list li.megamenu-list-title a:before,
.mobilespa-main-header .megamenu-panel .megamenu-list li a:before {
  display: none; }

.mobilespa-main-header .megamenu-panel .megamenu-list li.megamenu-list-title a:hover {
  color: #70798b; }

.mobilespa-main-header .megamenu-panel .megamenu-list li {
  margin: 0;
  padding: 0 0 20px; }

.mobilespa-main-header .megamenu-panel .megamenu-list li:last-child {
  padding: 0; }

.mobilespa-main-header .megamenu-panel {
  padding: 0; }

.mobilespa-main-header .xs_nav-landscape .megamenu-list {
  padding: 40px 20px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  border: 0px; }

.mobilespa-main-header .xs_nav-landscape .megamenu-list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: solid 1px #f0f0f0;
  z-index: -2; }

.mobilespa-main-header .megamenu-panel .megamenu-list li a:hover,
.mobilespa-main-header .megamenu-panel .megamenu-list li a:focus {
  background-color: transparent; }

.mobilespa-main-header .nav-dropdown.nav-submenu li {
  display: block;
  /*position: relative;*/ }

.mobilespa-main-header .nav-dropdown.nav-submenu li a {
  padding: 15px 25px;
  background-color: transparent;
  border-bottom: 1px solid #f5f5f5; }

.mobilespa-main-header .nav-dropdown.nav-submenu li:last-child a {
  border-bottom: 0; }

.mobilespa-main-header .nav-dropdown.nav-submenu li a:hover:before {
  width: calc(100% - 20px); }

.mobilespa-main-header .nav-dropdown {
  min-width: 200px; }

.mobilespa-main-header .xs_nav-portrait .submenu-indicator {
  width: 40px;
  height: 100%;
  margin: 0; }

.mobilespa-main-header .nav-dropdown.nav-submenu li a:before {
  display: none; }

.mobilespa-mega-menu .nav-submenu,
.xs-navigation-middle-menu .nav-submenu,
.xs_nav_2 .nav-submenu {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  border: 0; }

.nav-menu > li > .nav-dropdown {
  border: 0; }

.xs_nav_2 .nav-submenu li a {
  background-color: transparent; }

.xs_nav_2 .nav-submenu {
  background-color: #FFFFFF; }

.xs_nav-portrait .nav-submenu {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-main-header .mobilespa-nav.xs_nav-portrait,
.mobilespa-main-header .xs-navigation-middle-menu.xs_nav-portrait,
.mobilespa-main-header .mobilespa-mega-menu.xs_nav-portrait {
  height: 50px; }

.nav-toggle {
  margin: 0; }

.mobilespa-mega-menu .nav-dropdown,
.xs-navigation-middle-menu .nav-dropdown {
  background-color: #FFFFFF; }

.mega-menu-overlay-img {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/mega_menu_bg.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  border-radius: 0 0 5px 0;
  pointer-events: none; }

.xs_nav-portrait .mega-menu-overlay-img {
  z-index: -1; }

.mobilespa-mega-menu.xs_nav-landscape .mega-menu-overlay-img {
  z-index: -1; }

.xs_nav-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.mobilespa-mega-menu.xs_nav-landscape .submenu-indicator {
  margin-top: 3px; }

.submenu-indicator {
  margin-top: 3px; }

/*======================================================================================
                                2. INDEX-V1 welcome section 
===============================================================================*/
.mobilespa-welcome-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  position: relative; }

.content-right .mobilespa-welcome-container {
  margin: 0 0 0 auto !important;
  text-align: left !important; }

.content-center .mobilespa-welcome-container {
  margin: 0 auto !important;
  text-align: center !important; }

.content-left .mobilespa-welcome-container {
  margin: 0 auto 0 0 !important;
  text-align: left !important; }

.mobilespa-welcome-container h2 {
  font-family: "Niconne", cursive;
  font-size: 3.571em;
  margin: 0 0 4px; }

.mobilespa-welcome-container h3 {
  margin: 0 0 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 5.000em; }

.mobilespa-welcome-container p {
  margin: 0 0 40px;
  font-size: 1.429em; }

/*.mobilespa-welcome-section.mobilespa-welcome-section-v1 .mobilespa-welcome-wraper {
        margin: 26% 0 0 0;
}*/
.mobilespa-welcome-slider-wraper {
  position: relative; }

.mobilespa-welcome-slider-wraper .customNavigation .welcome-prev,
.mobilespa-welcome-slider .owl-nav .owl-prev {
  left: 20px; }

.mobilespa-welcome-slider-wraper .customNavigation .welcome-next,
.mobilespa-welcome-slider .owl-nav .owl-next {
  right: 20px; }

.mobilespa-welcome-slider .owl-nav i {
  font-size: 3em;
  color: #6A1B9A;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-welcome-slider .owl-nav i:hover {
  color: #EC5598; }

.mobilespa-welcome-slider-wraper .owl-dots .owl-dot span {
  border: 2px solid #6A1B9A;
  background-color: transparent;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 10px 0 0; }

.mobilespa-welcome-slider-wraper .owl-dots .owl-dot:last-child span {
  margin: 0; }

.mobilespa-welcome-slider-wraper .owl-dots .owl-dot.active span {
  background-color: #6A1B9A; }

.mobilespa-welcome-slider-wraper .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 51px; }

.mobilespa-welcome-content-group {
  position: relative; }

.mobilespa-welcome-slider .active .mobilespa-welcome-wraper h2 {
  -webkit-animation: fadeInLeftPix 1s ease 100ms both;
  animation: fadeInLeftPix 1s ease 100ms both; }

.mobilespa-welcome-slider .active .mobilespa-welcome-wraper h3 {
  -webkit-animation: fadeInLeftPix 1s ease 200ms both;
  animation: fadeInLeftPix 1s ease 200ms both; }

.mobilespa-welcome-slider .active .mobilespa-welcome-wraper p {
  -webkit-animation: fadeInLeftPix 1s ease 300ms both;
  animation: fadeInLeftPix 1s ease 300ms both; }

.mobilespa-welcome-slider .active .mobilespa-welcome-wraper .mobilespa-btn-wraper a:first-child {
  -webkit-animation: fadeInLeftPix 1s ease 400ms both;
  animation: fadeInLeftPix 1s ease 400ms both; }

.mobilespa-welcome-slider .active .mobilespa-welcome-wraper .mobilespa-btn-wraper a:last-child {
  -webkit-animation: fadeInRightPix 1s ease 500ms both;
  animation: fadeInRightPix 1s ease 500ms both; }

@-webkit-keyframes fadeInRightPix {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightPix {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeftPix {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftPix {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none; } }
/*======================================================================================
                                3. INDEX-V1 about section 
===============================================================================*/
.mobilespa-border-with-text-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 90px 0 90px 70px;
  position: relative; }

.mobilespa-border-with-text-wrap .mobilespa-border.mobilespa-version-1 {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-border-with-text {
  position: relative;
  z-index: 2; }

.mobilespa-border-with-text h2 {
  margin: 0;
  color: #222222;
  font-size: 3.571em;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -2px; }

.mobilespa-border-with-text h2 span {
  color: #6A1B9A;
  font-weight: 300; }

.mobilespa-border-with-text h2 strong {
  font-weight: 500; }

.mobilespa-border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  border: 10px solid #222222;
  z-index: 1; }

.mobilespa-border.mobilespa-version-1 {
  border-color: #EBEBEB;
  width: calc(100% - 136px); }

.mobilespa-simple-img-wraper {
  position: relative; }

/* new about section */
.mobilespa-new-about-text-gruop {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 55px; }

.mobilespa-new-about-text-gruop .mobilespa-sub-heading.mobilespa-watermark-title h2 {
  font-weight: 700;
  font-size: 4.429em;
  letter-spacing: -2px;
  z-index: 1;
  margin: 0 0 30px; }

.mobilespa-new-about-text-gruop .mobilespa-sub-heading.mobilespa-watermark-title h2:before {
  color: #F0F0F0;
  font-size: 2.419em;
  z-index: -1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: -55px;
  top: 30px; }

.mobilespa-gradient-separetor {
  display: block;
  height: 2px;
  width: 130px;
  background-image: -ms-linear-gradient(175deg, rgba(236, 85, 152, 0) 0%, rgba(236, 85, 152, 0.26) 24%, rgba(236, 85, 152, 0.5) 46%, #ec5598 100%); }

.mobilespa-new-about-text-gruop p {
  margin: 30px 0 40px;
  font-size: 1.143em; }

.mobilespa-new-about-img-wraper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }

.mobilespa-new-single-about-img-group {
  margin: 0 0 40px; }

.mobilespa-new-single-about-img-group:last-child {
  margin: 0; }

.mobilespa-new-single-about-img img,
.mobilespa-new-single-about-img .mobilespa-3d-project-card {
  border-radius: 10px; }

.mobilespa-new-single-about-img img {
  width: 100%; }

.mobilespa-new-single-about-img .mobilespa-3d-project-card {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-new-about-img-wraper {
  position: relative;
  z-index: 2; }

.mobilespa-new-about-img-wraper:before,
.mobilespa-new-about-img-wraper:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: -1; }

.mobilespa-new-about-img-wraper:before {
  top: -17px;
  left: -123px;
  background-image: url(../img/new-about-style.png);
  background-position: top left; }

.mobilespa-new-about-img-wraper:after {
  background-image: url(../img/new-about-style-2.png);
  right: -135px;
  bottom: 0;
  background-position: bottom right; }

/*======================================================================================
                                4. INDEX-V1 our secrets section
===============================================================================*/
.mobilespa-simple-text-with-img-section {
  padding: 110px 0; }

.mobilespa-simple-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 100px 0 0; }

.mobilespa-separetor-sub-heading {
  padding: 0 0 30px;
  margin: 0 0 30px;
  position: relative; }

.mobilespa-separetor-sub-heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: #D6D6D6; }

.mobilespa-separetor-sub-heading.mobilespa-no-separetor {
  /* Index version 2 */
  padding: 0;
  margin: 0 0 40px; }

.mobilespa-separetor-sub-heading.mobilespa-no-separetor:before {
  /* Index version 2 */
  display: none; }

.mobilespa-separetor-sub-heading h2 {
  margin: 0;
  color: #222222;
  font-size: 2.857em;
  font-weight: 600;
  text-transform: capitalize; }

.mobilespa-simple-text p {
  margin: 0 0 30px;
  line-height: 1.8; }

.twentytwenty-horizontal .mobilespa-before-after .twentytwenty-handle:before,
.twentytwenty-horizontal .mobilespa-before-after .twentytwenty-handle:after {
  background: #681C98;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-before-after .twentytwenty-handle {
  border-color: #681C98;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E75098; }

.mobilespa-before-after .twentytwenty-handle {
  top: 80%; }

.mobilespa-before-after.twentytwenty-container img {
  width: 100%; }

.mobilespa-simple-text.mobilespa-version-2 {
  padding: 0 30px; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-big-sub-heading h2 {
  font-size: 2.286em; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-big-sub-heading h3 {
  font-size: 2.857em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-big-sub-heading {
  margin: 0 0 15px; }

.mobilespa-simple-text-content p {
  color: #333333;
  font-size: 1.143em;
  margin: 0; }

.mobilespa-simple-text-content {
  margin: 0 0 30px; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-spilit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-spilit-container .mobilespa-icon-with-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobilespa-svg-ico {
  height: 70px;
  margin: 0 0 30px; }

.mobilespa-simple-text.mobilespa-version-2 .mobilespa-svg-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.mobilespa-svg-ico img {
  max-height: 100%; }

.mobilespa-icon-with-text h3 {
  margin: 0 0 15px;
  color: #000000;
  font-weight: 500;
  font-size: 1.571em;
  letter-spacing: -2px;
  text-transform: capitalize; }

.mobilespa-icon-with-text p {
  margin: 0;
  line-height: inherit; }

/*======================================================================================
                                5. INDEX-V1 vidoe popup section
===============================================================================*/
.mobilespa-video-popup-content {
  position: relative; }

.mobilespa-border.mobilespa-version-2 {
  border: 0; }

.mobilespa-border.mobilespa-version-2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 10px solid #6A1B9A;
  background-color: #F7F7F7;
  z-index: -1; }

.mobilespa-video-popup-content .mobilespa-border.mobilespa-version-2:before {
  top: -70px;
  left: -70px; }

.mobilespa-video-popup-content-inner {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px 0 0 70px; }

.mobilespa-video-popup-content-inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(90deg, #00bcd4 0%, #6a1b9a 0%, rgba(151, 95, 184, 0.5) 30%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-video-popup-content a,
.mobilespa-about-video-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3; }

.mobilespa-video-popup-btn:hover {
  color: #FFFFFF; }

.mobilespa-video-popup-btn {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F7F7F7;
  font-size: 1.429em; }

.simple-icon-btn {
  color: #FFFFFF;
  font-size: 4em; }

.simple-icon-btn:hover {
  color: #6A1B9A; }

.mobilespa-video-side-text {
  width: calc(100% - 20px);
  margin: 0 auto 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobilespa-big-sub-heading {
  margin: 0 0 40px; }

.mobilespa-big-sub-heading h2 {
  margin: 0 0 10px;
  font-family: "Niconne", cursive;
  color: #EC5598;
  font-size: 3.071em; }

.mobilespa-big-sub-heading h3 {
  margin: 0;
  color: #222222;
  font-size: 2.057em;
  font-weight: 700;
  line-height: 1.5; }

.mobilespa-video-side-text p {
  margin: 0 0 30px;
  line-height: 2.1; }

.mobilespa-video-side-text .mobilespa-simple-iocn-list.mobilespa-version-2 {
  margin: 0 0 40px; }

.mobilespa-simple-iocn-list.mobilespa-version-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px 0 0; }

.mobilespa-simple-iocn-list.mobilespa-version-2 ul li {
  margin: 0;
  color: #EC5598;
  padding: 0 11px 0 0; }

.mobilespa-simple-iocn-list.mobilespa-version-2 ul li i {
  padding: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #DEDEDE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 12px 0 0; }

.mobilespa-video-popup-content-inner.xs-video-border-none {
  margin: 0px; }

.mobilespa-video-popup-content-inner.xs-video-border-none:before {
  display: none; }

.mobilespa-video-popup-content-inner.video-popup-nomargin {
  margin: 0px; }

/*======================================================================================
                                6. Get Appoinment
===============================================================================*/
.mobilespa-booking-text-wraper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-booking-text-wraper .mobilespa-border.mobilespa-version-3 {
  width: calc(100% - 200px);
  margin: 0 auto;
  height: auto; }

.mobilespa-border.mobilespa-version-3 {
  position: relative;
  border-right: 0; }

.mobilespa-border.mobilespa-version-3:before,
.mobilespa-border.mobilespa-version-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 43px;
  width: 43px;
  border-right: 10px solid; }

.mobilespa-border.mobilespa-version-3:after {
  top: initial;
  bottom: 0; }

.mobilespa-border.mobilespa-version-3,
.mobilespa-border.mobilespa-version-3:before,
.mobilespa-border.mobilespa-version-3:after {
  border-color: #6A1B9A; }

.mobilespa-booking-text {
  height: 100%;
  padding: 55px 0 55px 50px;
  width: calc(100% + 30px); }

.mobilespa-booking-text h2 {
  margin: 0 0 28px;
  color: #6A1B9A;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.429em; }

.mobilespa-booking-text h3 {
  margin: 0 0 40px;
  font-size: 2.143em;
  font-weight: 600;
  text-transform: capitalize;
  color: #222222; }

.mobilespa-icon-bg-text {
  position: relative;
  padding: 0 0 40px; }

.mobilespa-icon-bg-text:before {
  position: absolute;
  content: "\e908";
  top: -21px;
  left: 0%;
  height: 100%;
  width: 100%;
  font-family: "iconfont";
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  color: #6A1B9A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*font-size: 13em;*/
  font-size: 10em;
  z-index: -1; }

.mobilespa-icon-bg-text p {
  line-height: 1.875; }

.mobilespa-booking-text ul li {
  font-size: 1.143em;
  color: #646464;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 18px;
  line-height: 1; }

.mobilespa-booking-text ul li:last-child {
  margin: 0;
  color: #EC5598; }

.mobilespa-booking-form-wraper h2 {
  margin: 0 0 30px;
  color: #222222;
  font-weight: 600;
  font-size: 1.857em; }

.mobilespa-booking-form-wraper select {
  background-color: #FFFFFF !important;
  color: #777777 !important;
  width: 100% !important;
  height: 60px !important;
  border: 2px solid #E2E2E2 !important;
  font-size: 1em !important;
  padding: 0 21px;
  border-radius: 0; }

.mobilespa-booking-form-wraper select:first-child {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.mobilespa-booking-form-wraper .mobilespa-select .input-group {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-booking-form-wraper .mobilespa-select .input-group:before {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  width: 60px;
  height: calc(100% - 4px);
  border-left: 2px solid #DEDEDE;
  color: #E2B9A3;
  font-size: 1.429em;
  font-family: "FontAwesome";
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-booking-form-wraper .mobilespa-select .input-group.actives:before {
  background-color: #590D88;
  border-color: #590D88;
  color: #FFFFFF; }

.mobilespa-booking-form-wraper .mobilespa-select .input-group.actives,
.mobilespa-booking-form-wraper .form-control:focus {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-booking-form-wraper input:not([type="submit"]),
.mobilespa-booking-form-wraper textarea {
  display: block;
  width: 100%;
  height: 60px;
  border: 2px solid #E3E3E3;
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 0 21px;
  font-size: 1em !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-booking-form-wraper textarea {
  height: 130px;
  resize: none;
  padding: 20px;
  border-radius: 0; }

.mobilespa-booking-form-wraper textarea:focus,
.mobilespa-booking-form-wraper input:focus,
.mobilespa-booking-form-wraper select:focus {
  border-color: #6A1B9A !important; }

.mobilespa-booking-form-wraper .form-group,
.mobilespa-booking-form-wraper .mobilespa-select {
  margin: 0 0 20px;
  width: 100%; }

.mobilespa-booking-form-wraper .form-group.massage-gropu {
  margin: 0 0 30px; }

.mobilespa-booking-form-wraper .form-group.button-group {
  margin: 0; }

.mobilespa-booking-form-wraper .mobilespa-spilit-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }

.mobilespa-service-and-date {
  margin: 0 0 24px; }

.mobilespa-booking-form-wraper input[type="submit"] {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(140, 140, 140, 0.157);
          box-shadow: 0px 8px 16px 0px rgba(140, 140, 140, 0.157);
  background-color: #EC5598;
  text-transform: uppercase;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #FFFFFF;
  border: 0;
  border-radius: 25px;
  padding: 15px 46px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-booking-form-wraper input[type="submit"]:hover {
  background-color: #6A1B9A; }

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
  font-weight: 400; }

.datepicker {
  padding: 15px; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover:active {
  background-image: none;
  background-color: #6A1B9A !important; }

.datepicker table tr td.active:hover {
  background-color: #EC5598 !important;
  background-image: none !important; }

.mobilespa-booking-form-wraper input[type="number"]::-webkit-inner-spin-button,
.mobilespa-booking-form-wraper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*======================================================================================
                                6. INDEX-V1 Photo Gallery
===============================================================================*/
.mobilespa-portfolio-nav {
  text-align: center; }

.mobilespa-portfolio-nav ul#filters {
  margin: 0;
  padding: 0 0 47px; }

.mobilespa-portfolio-nav ul#filters li {
  margin: 0 29px 0 0; }

.mobilespa-portfolio-nav ul#filters li:last-child {
  margin: 0; }

.mobilespa-portfolio-nav ul li a {
  text-transform: uppercase;
  color: #444444;
  font-weight: 700;
  font-size: 0.857em;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-portfolio-nav ul li a:hover,
.mobilespa-portfolio-nav ul li a.selected {
  color: #EC5598; }

.mobilespa-portfolio-nav ul li a:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  height: 2px;
  width: 0%;
  background-color: #EC5598;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mobilespa-portfolio-nav ul li a:hover:before,
.mobilespa-portfolio-nav ul li a.selected:before {
  width: calc(100% + 30px); }

.mobilespa-portfolio-nav.mobilespa-version-2 ul#filters li {
  margin: 0; }

.mobilespa-portfolio-nav.mobilespa-version-2 ul#filters li a {
  color: #BDBDBD;
  padding: 13px 22px; }

.mobilespa-portfolio-nav.mobilespa-version-2 ul li a:before {
  display: none; }

.mobilespa-portfolio-nav.mobilespa-version-2 ul#filters li a:hover,
.mobilespa-portfolio-nav.mobilespa-version-2 ul#filters li a.selected {
  background-color: #58B7AC;
  color: #FFFFFF;
  border-radius: 40px; }

.mobilespa-photo-gallery-grid-item {
  padding: 15px; }

.mobilespa-single-photo-gallery {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-photo-gallery.mobilespa-3d {
  overflow: visible; }

.mobilespa-single-photo-gallery img {
  width: 100%; }

.mobilespa-photo-gallery-content {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  transform: translateZ(50px) translateY(-50%) translateX(-50%);
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  width: 100%;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.mobilespa-single-photo-gallery.mobilespa-3d .mobilespa-3d-project-card {
  -webkit-box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2); }

.mobilespa-single-photo-gallery.mobilespa-3d .mobilespa-iocn-btn.full-round-btn {
  -webkit-box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.3);
          box-shadow: 0 0 50px 0 rgba(51, 51, 51, 0.3); }

.mobilespa-photo-gallery-content a {
  margin: 0 20px 0 0; }

.mobilespa-photo-gallery-content a:last-child {
  margin: 0; }

.mobilespa-iocn-btn.full-round-btn {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-size: 1.143em;
  background-color: #222222;
  position: relative;
  -webkit-transition: all .9s ease;
  transition: all .9s ease; }

.mobilespa-iocn-btn.full-round-btn.bg-color-pink {
  background-color: #EC5598; }

.mobilespa-iocn-btn.full-round-btn.bg-color-purple {
  background-color: #6A1B9A; }

.mobilespa-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #000;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mobilespa-single-photo-gallery:hover .mobilespa-gallery-overlay {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.mobilespa-single-photo-gallery:hover .mobilespa-photo-gallery-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 50%; }

.mobilespa-3d-project-card {
  position: relative;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.mobilespa-photo-gallery-grid-item-v3 {
  padding: 15px; }

/*======================================================================================
                                7. INDEX-V1 Pricing Plan
===============================================================================*/
.mobilespa-single-pricing-table {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-pricing-table-section {
  position: relative;
  background-attachment: fixed; }

.mobilespa-pricing-table-section .mobilespa-black-overlay {
  background-color: #FFFFFF;
  opacity: .5; }

.mobilespa-pricing-table-section .mobilespa-section-headinig.mobilespa-section-headinig-white h3 {
  color: #222222; }

.mobilespa-pricing-header {
  position: relative; }

.mobilespa-pricing-header img {
  width: 100%; }

.mobilespa-pricing-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-pricing-title,
.mobilespa-pricing-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobilespa-pricing-title h2 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 2.143em;
  letter-spacing: -2px; }

.mobilespa-pricing-price {
  text-align: right; }

.mobilespa-pricing-price h4 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 1em; }

.mobilespa-pricing-price h5 {
  margin: 0;
  font-size: 2.857em;
  font-weight: 200; }

.mobilespa-pricing-price h5 span {
  font-size: 0.600em;
  vertical-align: super; }

.mobilespa-pricing-footer {
  padding: 40px 30px; }

.mobilespa-both-side-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.143em;
  margin: 0 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobilespa-both-side-list li:last-child {
  margin: 0; }

.mobilespa-both-side-list li span {
  text-align: right;
  color: #444444;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobilespa-pricing-footer .mobilespa-both-side-list {
  margin: 0 0 42px; }

.mobilespa-pricing-footer .mobilespa-btn-wraper {
  text-align: center; }

.mobilespa-single-pricing-table:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

/*======================================================================================
                                8. Pricing Plan
===============================================================================*/
.mobilespa-tab .mobilespa-top-nav {
  border: 0;
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobilespa-tab .nav.nav-tabs.mobilespa-top-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 30px 0 0; }

.mobilespa-tab .nav.nav-tabs.mobilespa-top-nav li:last-child {
  margin: 0; }

.mobilespa-tab .mobilespa-top-nav li,
.mobilespa-tab .mobilespa-top-nav li a {
  min-height: 150px; }

.mobilespa-tab .mobilespa-top-nav li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background-color: #F5f5f5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-tab .mobilespa-top-nav li.active a,
.mobilespa-tab .mobilespa-top-nav li a:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF; }

.mobilespa-tab .mobilespa-top-nav li a i {
  margin: 0 0 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #6A1B9A;
  font-size: 2.857em; }

.mobilespa-tab .mobilespa-top-nav li a:hover i,
.mobilespa-tab .mobilespa-top-nav li.active a i {
  color: #EC5598; }

.mobilespa-tab .mobilespa-top-nav li a:before,
.mobilespa-tab .mobilespa-top-nav li a:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 2px solid #EC5598;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-tab .mobilespa-top-nav li a:before {
  top: 0;
  left: 0;
  border-bottom: 0;
  border-right: 0; }

.mobilespa-tab .mobilespa-top-nav li a:after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0; }

.mobilespa-tab .mobilespa-top-nav li.active a:before,
.mobilespa-tab .mobilespa-top-nav li.active a:after,
.mobilespa-tab .mobilespa-top-nav li a:hover:before,
.mobilespa-tab .mobilespa-top-nav li a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mobilespa-tab .mobilespa-top-nav li a span {
  color: #999999;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-tab .mobilespa-top-nav li.active a span,
.mobilespa-tab .mobilespa-top-nav li a:hover span {
  color: #666666; }

.mobilespa-tab .tab-content .tab-pane .tabbable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.mobilespa-tab .tab-pane .tabbable .tab-content {
  width: calc(75% - 15px); }

.mobilespa-tab .mobilespa-side-nav {
  padding: 30px 20px 30px 0;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border: 0;
  display: block;
  width: calc(25% - 15px);
  margin: 0 30px 0 0; }

.mobilespa-tab .mobilespa-side-nav li {
  display: block;
  width: 100%;
  margin: 16px 0 0 30px; }

.mobilespa-tab .mobilespa-side-nav li:last-child {
  border-bottom: 0;
  margin: 16px 0 0 30px;
  padding: 0; }

.mobilespa-tab .mobilespa-side-nav li:last-child a {
  padding: 0; }

.mobilespa-tab .mobilespa-side-nav li:last-child a:after {
  display: none; }

.mobilespa-tab .mobilespa-side-nav li a {
  display: block;
  width: 100%;
  color: #777777;
  text-transform: capitalize;
  font-size: 1.143em;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 0 16px; }

.mobilespa-tab .mobilespa-side-nav li a:hover,
.mobilespa-tab .mobilespa-side-nav li.active a {
  color: #EC5598; }

.mobilespa-tab .mobilespa-side-nav li a:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  height: 0;
  width: 4px;
  background-color: #EC5598;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-tab .mobilespa-side-nav li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #C3C3C3;
  width: calc(100% - 40px); }

.mobilespa-tab .mobilespa-side-nav li a:hover:before,
.mobilespa-tab .mobilespa-side-nav li.active a:before {
  height: calc(100% + 10px); }

.mobilespa-tab .mobilespa-spilit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.mobilespa-tab-text-content {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 47px 0 0;
  width: calc(55.56666% - 15px); }

.mobilespa-tab .mobilespa-tab-content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }

.mobilespa-tab .mobilespa-tab-image {
  position: relative;
  width: calc(44.444444% - 15px);
  margin: 0 30px 0 0; }

.mobilespa-tab .mobilespa-tab-image-content {
  position: absolute;
  top: 30px;
  right: 30px; }

.mobilespa-tab .mobilespa-tab-image img {
  width: 100%; }

.mobilespa-tab .mobilespa-tab-text-content h3 {
  margin: 0 0 40px;
  color: #444444;
  font-weight: 500;
  font-size: 2.143em;
  text-transform: capitalize;
  line-height: inherit; }

.mobilespa-tab .mobilespa-tab-text-content p {
  margin: 0 0 30px;
  color: #999999; }

/*======================================================================================
                                8. INDEX-V1 Call To Action
===============================================================================*/
.mobilespa-call-to-action-content {
  text-align: center;
  padding: 200px 0; }

.mobilespa-content-headinig h2 {
  margin: 0 0 20px;
  font-family: "Niconne", cursive;
  color: #6A1B9A;
  font-size: 3.571em; }

.mobilespa-content-headinig h3 {
  margin: 0;
  color: #222222;
  /*font-weight: 500;*/
  font-weight: 600;
  font-size: 3.571em;
  letter-spacing: -2px; }

.mobilespa-content-headinig {
  margin: 0 0 30px; }

/*======================================================================================
                                9. INDEX-V1 Expert Beauticians
===============================================================================*/
.mobilespa-team-section {
  position: relative; }

.mobilespa-single-team {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-team-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-team-person-details {
  position: relative;
  margin: 0 0 20px; }

.mobilespa-team-person-details h3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 1.429em; }

.mobilespa-team-person-details h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1em;
  text-transform: capitalize; }

.mobilespa-social-list li {
  display: inline-block;
  margin: 0 10px 10px 0; }

.mobilespa-social-list li:last-child {
  margin: 0 0 10px 0; }

.mobilespa-social-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #222222;
  color: #FFFFFF;
  border-radius: 100%;
  font-size: 1em; }

.mobilespa-social-list li a i {
  line-height: inherit; }

.mobilespa-facebook {
  background-color: #3B5999 !important; }

.mobilespa-twitter {
  background-color: #55ACEE !important; }

.mobilespa-pinterest {
  background-color: #BD081C !important; }

.mobilespa-dribbble {
  background-color: #EA4C89 !important; }

.mobilespa-instagram {
  background-color: #E4405F !important; }

.mobilespa-google-plus {
  background-color: #DD4B39 !important; }

.mobilespa-envelope {
  background-color: #373737 !important; }

.mobilespa-version-2.mobilespa-social-list li a {
  background-color: #47454F !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-single-team .mobilespa-social-list li a:hover {
  background-color: #222222 !important; }

.mobilespa-team-person-socail-details {
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-team:hover .mobilespa-team-content {
  bottom: 20px; }

.mobilespa-single-team:hover .mobilespa-team-person-socail-details {
  opacity: 1; }

.mobilespa-single-team:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-single-team:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-team:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mobilespa-single-team:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mobilespa-single-team img {
  width: 100%; }

.mobilespa-single-team .mobilespa-social-list li a {
  height: 35px;
  width: 35px;
  font-size: 0.875em; }

.mobilespa-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.mobilespa-icon-bg:before,
.mobilespa-icon-bg:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 327px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .1;
  top: 0; }

.mobilespa-icon-bg:before {
  left: 0;
  background-image: url(../img/left-bg-icon.png);
  background-position: center top; }

.mobilespa-icon-bg:after {
  right: 0;
  background-image: url(../img/right-bg-icon.png);
  background-position: center bottom; }

/*======================================================================================
                                10. INDEX-V1 News Feeds
===============================================================================*/
.mobilespa-single-newsletter {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 0 30px; }

.mobilespa-newsfeed-header {
  position: relative; }

.mobilespa-newsfeed-header img {
  width: 100%; }

.mobilespa-newsfeed-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF; }

.mobilespa-newsfeed-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%; }

.mobilespa-newsfeed-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 10px 0 0; }

.mobilespa-newsfeed-img a {
  margin: 0;
  text-transform: capitalize;
  display: block;
  color: #FFFFFF; }

.mobilespa-dates {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.mobilespa-dates p {
  display: inline-block;
  min-width: 60px;
  font-size: 2.143em;
  font-weight: 200;
  text-align: center; }

.mobilespa-dates p strong {
  display: block;
  font-size: 0.400em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 5px;
  position: relative; }

.mobilespa-dates strong:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0; }

.mobilespa-newsfeed-footer {
  padding: 40px 30px; }

.mobilespa-dates .bg-color-purple strong {
  background-color: #590D88; }

.mobilespa-newsfeed-footer a {
  display: block;
  color: #222222;
  font-size: 1.429em;
  margin: 0 0 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-newsfeed-footer a:hover {
  color: #6A1B9A; }

.mobilespa-newsfeed-footer p {
  margin: 0;
  line-height: 1.8; }

.mobilespa-single-newsletter:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

/* mobilespa-single-newsletter mobilespa-version-2 */
.mobilespa-dates .bg-color-pink-2 strong {
  background-color: #DC296F; }

.mobilespa-single-newsletter.mobilespa-version-2 .mobilespa-newsfeed-header-content {
  bottom: inherit;
  top: 0;
  padding: 20px;
  display: block; }

.mobilespa-single-newsletter.mobilespa-version-2 .mobilespa-dates strong:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  height: 1px;
  width: 30px; }

.mobilespa-single-newsletter.mobilespa-version-2 .mobilespa-dates .bg-color-pink-2 strong {
  background-color: transparent; }

/* mobilespa-single-newsletter mobilespa-version-3 */
.mobilespa-single-newsletter.mobilespa-version-3 .mobilespa-dates p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.714em;
  padding: 11px 28px;
  margin: 0 auto; }

.mobilespa-single-newsletter.mobilespa-version-3 .mobilespa-newsfeed-header-content {
  display: block;
  padding: 0;
  bottom: -18px; }

.mobilespa-single-newsletter.mobilespa-version-3 .mobilespa-dates {
  text-align: center; }

/*======================================================================================
                                11. INDEX-V1 Our Partners
===============================================================================*/
.mobilespa-partner-section {
  position: relative; }

.mobilespa-partner-text-content {
  padding: 0 55px 0 35px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.mobilespa-partner-text-content .mobilespa-sub-heading {
  margin: 0 0 40px; }

.mobilespa-sub-heading h2 {
  margin: 0;
  color: #222222;
  font-weight: 500;
  font-size: 2.857em;
  position: relative;
  z-index: 1; }

.mobilespa-sub-heading.mobilespa-watermark-title h2:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: .1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #B2B2B2;
  font-weight: 700;
  font-size: 1.750em;
  letter-spacing: -2px; }

.mobilespa-partner-text-content p {
  color: #999999;
  line-height: 1.8; }

.mobilespa-partner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr); }

.mobilespa-partner-list li {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.mobilespa-partner-list li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%; }

.mobilespa-partner-list li:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px; }

.mobilespa-partner-list li:nth-child(1):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #02bcd4 25%, #02bcd4 100%, white 100%); }

.mobilespa-partner-list li:nth-child(2):before {
  border-bottom: 1px solid #00BCD4; }

.mobilespa-partner-list li:nth-child(3):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #02bcd4 0%, #02bcd4 25%, white 100%); }

.mobilespa-partner-list li:nth-child(1):after,
.mobilespa-partner-list li:nth-child(2):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #02bcd4 0%, #02bcd4 75%, white 100%); }

.mobilespa-partner-list li:nth-child(4):after,
.mobilespa-partner-list li:nth-child(5):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #02bcd4 25%, #02bcd4 100%, white 100%); }

/* version 4 */
.mobilespa-partner-list.mobilespa-version-4 li:nth-child(1):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #e8e8e8 25%, #e8e8e8 100%, white 100%); }

.mobilespa-partner-list.mobilespa-version-4 li:nth-child(1):after,
.mobilespa-partner-list.mobilespa-version-4 li:nth-child(2):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #e8e8e8 0%, #e8e8e8 75%, white 100%); }

.mobilespa-partner-list.mobilespa-version-4 li:nth-child(2):before {
  border-color: #E8E8E8; }

.mobilespa-partner-list.mobilespa-version-4 li:nth-child(3):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #e8e8e8 0%, #e8e8e8 75%, white 100%); }

.mobilespa-partner-list.mobilespa-version-4 li:nth-child(4):after,
.mobilespa-partner-list.mobilespa-version-4 li:nth-child(5):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #e8e8e8 100%, #e8e8e8 75%, white 100%); }

/* icon bgs */
.mobilespa-round-icons-bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(../img/icons-bg.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /*background-attachment: fixed;*/
  z-index: -1; }

/*======================================================================================
                                12. INDEX-V1 Footer Section
===============================================================================*/
.mobilespa-footer-section {
  position: relative;
  /*padding: 133px 0 0 0;*/
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 829.4" preserveAspectRatio="none"><path fill= "rgb(103, 28, 152)" fill-opacity= "0.7" fill-rule= "evenodd" d="M0,10266s198.4,114,387,5,497.966-214.4,774-170,689.47,140,759,169v650H0v-654Z" transform="translate(0 -10090.6)"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding: 0;
  padding-top: calc(100% * 1 / 10); }

.mobilespa-footer-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 829.4" preserveAspectRatio="none"><path fill= "rgb(103, 28, 152)" fill-opacity= "0.7" fill-rule= "evenodd" d="M0,10095s570.853,396,1495,58c0,0,271.65-105.1,425-92v863H0v-829Z" transform="translate(0 -10059.8)"/></svg>');
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.mobilespa-footer-content {
  position: relative;
  z-index: 1;
  padding: 0 0 100px;
  /*border-bottom: 1px solid $color-white;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 0 40px; }

.mobilespa-footer-logo {
  text-align: center;
  margin: 0 0 63px; }

.mobilespa-footer-logo a {
  display: inline-block; }

.mobilespa-subscribe-wraper {
  width: 50%;
  margin: 0 auto 100px auto;
  text-align: center; }

.mobilespa-subscribe {
  height: 70px;
  position: relative; }

.mobilespa-subscribe-wraper input:not([type="submit"]) {
  height: 100%;
  width: 100%;
  border: 2px solid #F0F0F0;
  background-color: #FFFFFF;
  padding: 0 31px;
  border-radius: 80px; }

.mobilespa-subscribe-wraper input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  border: 0;
  border-radius: 80px;
  background-color: #6A1B9A;
  padding: 0 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-subscribe-wraper input[type="submit"]:hover {
  background-color: #E6377A; }

.mobilespa-footer-section.mobilespa-version-3 .mobilespa-subscribe-wraper input[type="submit"]:hover {
  background-color: #FF4641 !important; }

.mobilespa-subscribe-wraper h3 {
  margin: 0 0 30px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 1.857em; }

.mobilespa-single-footer p {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.875; }

.mobilespa-single-footer-group p {
  line-height: 1;
  word-spacing: 2px; }

.mobilespa-copyright-text {
  text-align: center;
  padding: 0 0 48px;
  position: relative;
  z-index: 2; }

.mobilespa-copyright-text p {
  color: #FFFFFF;
  font-size: 1em; }

.mobilespa-subscribe label {
  margin: 10px 0 0;
  color: #FFFFFF; }

/*==============================-------------------------------------
                                                index-v2.html 
=========================----------------------------------*/
/*=============== section heading ==========================*/
.mobilespa-watermark-title.mobilespa-section-headinig i {
  color: #6A1B9A;
  font-size: 4em;
  margin: 0 0 27px;
  display: block; }

.mobilespa-watermark-title.mobilespa-section-headinig h2 {
  font-family: inherit;
  font-weight: 500;
  font-size: 2.857em;
  text-transform: capitalize;
  z-index: 1;
  margin: 0;
  padding: 0 0 30px; }

.mobilespa-section-headinig.mobilespa-watermark-title h2:before {
  font-size: 1.750em;
  font-weight: 700;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: #F6F6F6;
  text-transform: uppercase;
  pointer-events: none;
  z-index: -1;
  letter-spacing: -2px; }

.bg-color-gray .mobilespa-section-headinig.mobilespa-watermark-title h2:before {
  color: #eaeaea; }

/*======================================================================================
                                1. INDEX-V2 Header section
===============================================================================*/
.mobilespa-header-social-list ul li {
  display: inline-block;
  margin-right: 14px; }

.mobilespa-header-social-list ul li:last-child {
  margin-right: 0; }

.mobilespa-header-social-list ul li a {
  color: #666666; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-header-section.mobilespa-header-version-2 .mobilespa-header-top .mobilespa-spilit-container,
.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-header-top .mobilespa-spilit-container {
  /* index-v4.html and index-v3.html */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr); }

.mobilespa-header-section.mobilespa-header-version-2 .mobilespa-header-top .mobilespa-simple-iocn-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mobilespa-header-section.mobilespa-header-version-2 .mobilespa-language-select-list,
.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-language-select-list {
  /* index-v4.html and index-v3.html */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mobilespa-language-select-list select {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-icons.png) no-repeat center right;
  padding: 0 22px; }

.mobilespa-language-select-list select option {
  background-color: #EC5598;
  border: 0; }

.bg-color-green .mobilespa-language-select-list select option {
  background-color: #53A14E; }

.bg-color-purple .mobilespa-language-select-list select option {
  background-color: #6A1B9A; }

.bg-color-cyan .mobilespa-language-select-list select option {
  background-color: #4DB6AC; }

.bg-green-2 .mobilespa-language-select-list select option {
  background-color: #92C357; }

.mobilespa-header-section.mobilespa-header-version-2 .mobilespa-logo-wraper .mobilespa-logo {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0; }

.navbar-toggler-icon {
  background-color: #FFFFFF;
  height: 2px;
  width: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 0 6px auto;
  display: block; }

.navbar-toggler-icon:last-child {
  margin: 0 0 0 auto; }

.icon-left .navbar-toggler-icon {
  margin: 0 auto 6px 0; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  width: 0%;
  opacity: 0; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center; }

.nav-side-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

.mobilespa-nav-logo {
  display: block; }

.mobilespa-version-2.mobilespa-logo:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
  top: 0; }

.mobilespa-version-2.mobilespa-logo:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 64px solid #FFFFFF;
  -webkit-filter: drop-shadow(0px 8px 21px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 8px 21px rgba(0, 0, 0, 0.1));
  z-index: -2; }

.mobilespa-logo.mobilespa-version-2.mobilespa-version-4:after {
  border-left: 92.5px solid transparent;
  border-right: 92.5px solid transparent; }

.mobilespa-version-2.mobilespa-logo img {
  /*padding: 17px 23px;*/
  margin-top: 10px; }

.mobilespa-header-section.mobilespa-version-1 .mobilespa-version-2.mobilespa-logo {
  top: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  max-width: 199px;
  height: 100%;
  min-height: 110px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: auto;
  max-height: none;
  width: 100%; }

/*======================================================================================
                                2. INDEX-V2 welcome section
===============================================================================*/
.mobilespa-welcome-section.mobilespa-welcome-version-2 .mobilespa-welcome-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  width: 58.666667%; }

.mobilespa-welcome-section.mobilespa-welcome-version-2 .mobilespa-welcome-wraper {
  width: 100%;
  min-height: 379px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 74px 74px 0;
  position: relative;
  margin: 25% 0 0 0; }

.mobilespa-welcome-section.mobilespa-welcome-version-2 .mobilespa-welcome-wraper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: calc(100% - 35px);
  width: 100%;
  border: 2px solid #FFFFFF; }

.mobilespa-welcome-section.mobilespa-welcome-version-2 .mobilespa-welcome-slider h2 {
  font-size: 4.286em;
  margin: 0 0 20px;
  text-transform: capitalize; }

.mobilespa-welcome-section.mobilespa-welcome-version-2 .mobilespa-welcome-slider h3 {
  font-size: 7.143em;
  margin: 0 0 50px;
  letter-spacing: -4px; }

/*======================================================================================
                                3. INDEX-V2 Simple text with image version 2
===============================================================================*/
.mobilespa-watermark-icon {
  position: relative;
  z-index: 1; }

.mobilespa-watermark-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: "iconfont";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2f2f2;
  font-size: 15em; }

.mobilespa-simple-text.mobilespa-watermark-icon:before {
  content: "\e946";
  height: 200px;
  width: 200px;
  z-index: -1; }

/*======================================================================================
                                4. INDEX-V2 Exclusive Products
===============================================================================*/
.mobilespa-product-group {
  min-height: 356px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  text-align: center;
  padding: 47px 10px 40px;
  background-color: #FFFFFF; }

.mobilespa-product-content .mobilespa-rating {
  margin: 0 0 20px; }

.mobilespa-rating li {
  display: inline-block; }

.mobilespa-rating li a {
  color: #F79700; }

.mobilespa-product-details {
  margin: 0 0 15px; }

.mobilespa-product-details h3 {
  color: #111111;
  margin: 0 0 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.286em;
  line-height: inherit; }

.mobilespa-product-details h4 {
  margin: 0;
  color: #A0A0A0;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

.mobilespa-product-img {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-product-hover-elements {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.mobilespa-product-group:hover .mobilespa-product-hover-elements {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 50%; }

.mobilespa-product-group:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-product-hover-elements a {
  margin: 0 20px 0 0; }

.mobilespa-product-hover-elements a:last-child {
  margin: 0; }

.pulse-btn i:before {
  z-index: 2; }

.pulse-btn i:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none; }

.mobilespa-product-hover-elements .pulse-btn i:after {
  content: "\f004";
  color: #6A1B9A; }

.pulse-btn.active i:after {
  -webkit-animation: scale .6s linear;
  animation: scale .6s linear; }

@-webkit-keyframes scale {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2); } }
@keyframes scale {
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2);
    transform: scale(2); } }
/*======================================================================================
                                5. INDEX-V2 Welcome to our barbar shop
===============================================================================*/
.mobilespa-shop-call-to-action-content {
  position: relative;
  width: 77%;
  z-index: 2;
  padding: 200px 0; }

.mobilespa-shop-call-to-action-content h2 {
  font-weight: 100;
  font-size: 4.286em;
  margin: 0 0 58px; }

.mobilespa-shop-call-to-action-content h2 strong {
  font-weight: 500; }

.mobilespa-shop-call-to-action-content .mobilespa-spilit-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 130px; }

.mobilespa-shop-text p {
  color: #666666;
  font-size: 1.143em;
  margin: 0 0 30px; }

.mobilespa-shop-shedule h3 {
  font-size: 1.857em;
  font-weight: 500;
  margin: 0 0 30px;
  text-transform: capitalize; }

.mobilespa-shop-shedule span,
.mobilespa-shop-shedule i {
  display: block;
  color: #666666;
  font-size: 0.700em; }

.mobilespa-shop-shedule p {
  color: #6A1B9A;
  margin: 0 0 15px;
  font-size: 1.429em; }

.mobilespa-shop-shedule p:last-child {
  margin: 0; }

.mobilespa-shop-shedule i {
  color: #FF4641; }

.mobilespa-watermark-big-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/scissors.png);
  z-index: -1;
  pointer-events: none;
  background-size: 60% 70%; }

/*======================================================================================
                                6. INDEX-V2 How It Works
===============================================================================*/
.counter-increment {
  counter-increment: my-awesome-counter; }

.mobilespa-single-how-it-work {
  padding: 0 30px; }

.mobilespa-neumaric-heading {
  margin: 0 0 30px; }

.mobilespa-watermark-title .mobilespa-neumaric-heading h2 {
  z-index: 2; }

.mobilespa-watermark-title .mobilespa-neumaric-heading h2:before {
  color: #6A1B9A;
  content: "0" counter(my-awesome-counter);
  font-size: 3.846em;
  font-weight: 700;
  line-height: 1;
  top: calc(50% - 11px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -34px;
  z-index: -1;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.mobilespa-neumaric-heading h2 {
  margin: 0;
  font-size: 1.857em;
  font-weight: 300; }

.mobilespa-neumaric-heading strong {
  font-weight: 500; }

.mobilespa-single-how-it-work p {
  margin: 0 0 25px;
  line-height: 1.8; }

/*======================================================================================
                                7. INDEX-V2 Video background section
===============================================================================*/
.mobilespa-video-section {
  padding: 260px 0; }

.mobilespa-video-section-content {
  text-align: center;
  color: #FFFFFF; }

.mobilespa-video-section-content a {
  margin: 0 0 50px; }

.mobilespa-video-section-content p {
  font-family: "Niconne", cursive;
  font-size: 2.143em;
  margin: 0 0 20px; }

.mobilespa-video-section-content h3 {
  margin: 0;
  font-size: 3.571em;
  font-weight: 500; }

/*======================================================================================
                                8. INDEX-V2 Our Services
===============================================================================*/
.mobilespa-single-our-sevice {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-service-footer {
  padding: 40px 30px 40px; }

.mobilespa-service-header img {
  width: 100%; }

.mobilespa-service-footer h3 {
  margin: 0 0 30px;
  color: #222222;
  font-weight: 500;
  font-size: 1.857em;
  text-transform: capitalize; }

.mobilespa-both-side-list.mobilespa-version-2 li span {
  color: #6A1B9A; }

.mobilespa-both-side-list.mobilespa-version-2 li:hover,
.mobilespa-both-side-list.mobilespa-version-2 li:hover span {
  color: #FF4641; }

/*======================================================================================
                                9. INDEX-V2 Testimonial section
===============================================================================*/
.mobilespa-testimonial-section {
  padding: 173px 0; }

.mobilespa-testimonial-slider {
  position: relative;
  padding: 58px 0 0 0; }

.mobilespa-testimonial-slider:before {
  position: absolute;
  content: "";
  top: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 165px;
  width: 225px;
  background-image: url(../img/quote-icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.mobilespa-black-overlay.light-overlay {
  background-color: rgba(0, 0, 0, 0.2); }

.mobilespa-single-testimonial {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  position: relative; }

.mobilespa-single-testimonial h2 {
  margin: 0 0 32px;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 2.857em;
  text-transform: capitalize; }

.mobilespa-single-testimonial p {
  color: #BBBBBB;
  margin: 0 0 30px;
  font-size: 1.143em; }

.mobilespa-single-testimonial .mobilespa-rating {
  margin: 0 0 19px; }

.mobilespa-testimonial-slider.owl-carousel .owl-item .mobilespa-signature img {
  height: auto;
  width: auto;
  margin: 0 auto; }

.mobilespa-testimonial-slider.owl-carousel .owl-dot {
  height: 2px;
  width: 30px;
  background-color: #FFFFFF;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin: 0 20px 0 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-testimonial-slider.owl-carousel .owl-dot:last-child {
  margin: 0; }

.mobilespa-testimonial-slider.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mobilespa-testimonial-slider.owl-carousel .owl-dot.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*======================================================================================
                                10. INDEX-V2 Our Pricing
===============================================================================*/
.mobilespa-single-pricing-table.mobilespa-version-2 {
  padding: 80px 30px 50px; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-header {
  text-align: center; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-header-content {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-price {
  text-align: center;
  margin: 0 0 30px; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-header i {
  color: #FFFFFF;
  font-size: 6em;
  margin: 0 0 50px;
  display: block; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-footer {
  padding: 0; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-title h2 {
  font-size: 1.857em;
  margin: 0 0 30px; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-price h5 {
  font-weight: 100; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-pricing-price h5 span {
  font-size: inherit;
  vertical-align: unset; }

.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-both-side-list li,
.mobilespa-single-pricing-table.mobilespa-version-2 .mobilespa-both-side-list li span {
  color: #FFFFFF; }

/*======================================================================================
                                11. INDEX-V2 Our Partners
===============================================================================*/
.mobilespa-partner-list.mobilespa-version-2 li:nth-child(1):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #6b1e99 25%, #6b1e99 100%, white 100%); }

.mobilespa-partner-list.mobilespa-version-2 li:nth-child(2):before {
  border-color: #6A1B9A; }

.mobilespa-partner-list.mobilespa-version-2 li:nth-child(1):after,
.mobilespa-partner-list.mobilespa-version-2 li:nth-child(2):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #6b1e99 0%, #6b1e99 75%, white 100%); }

.mobilespa-partner-list.mobilespa-version-2 li:nth-child(3):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #6b1e99 0%, #6b1e99 25%, white 100%); }

.mobilespa-partner-list.mobilespa-version-2 li:nth-child(4):after,
.mobilespa-partner-list.mobilespa-version-2 li:nth-child(5):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #6b1e99 25%, #6b1e99 100%, white 100%); }

/*======================================================================================
                                12. INDEX-V2 Subscribe Section
===============================================================================*/
.mobilespa-subscribe-content {
  padding: 0 0 70px;
  margin: 0 0 80px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  z-index: 1; }

.mobilespa-subscribe-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/massage-watermark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.mobilespa-subscribe-wraper.mobilespa-version-2 {
  width: 60%;
  margin: 0 auto; }

.mobilespa-subscribe-wraper.mobilespa-version-2 h3 {
  color: #222222;
  font-size: 2.857em;
  margin: 0 0 48px; }

.mobilespa-version-2.mobilespa-subscribe-wraper input:not([type="submit"]) {
  background-color: transparent; }

.mobilespa-subscribe-wraper.mobilespa-version-2 .mobilespa-subscribe label {
  color: #6A1B9A; }

/*======================================================================================
                                13. INDEX-V2 Footer Section
===============================================================================*/
.mobilespa-footer-section.mobilespa-version-2 .mobilespa-single-footer p {
  color: inherit;
  font-size: 1em; }

.mobilespa-version-2.mobilespa-footer-section:before,
.mobilespa-version-2.mobilespa-footer-section:after {
  display: none; }

.mobilespa-version-2.mobilespa-footer-section {
  padding: 0;
  background-image: none; }

.mobilespa-footer-section.mobilespa-version-2 .mobilespa-footer-content {
  padding: 0 0 100px;
  border-bottom: 0px solid #FFFFFF;
  margin: 0; }

.mobilespa-footer-section.mobilespa-version-2 .mobilespa-copyright-content {
  background-color: #6A1B9A;
  padding: 25px 0; }

.mobilespa-footer-section.mobilespa-version-2 .mobilespa-copyright-text {
  text-align: left;
  padding: 0; }

.mobilespa-footer-section.mobilespa-version-2 .mobilespa-footer-social {
  text-align: right; }

/*==============================-------------------------------------
                                                index-v3.html 
=========================----------------------------------*/
/*====================== section heading ========================*/
.mobilespa-version-2.mobilespa-section-headinig h2 {
  color: #4DB6AC;
  font-size: 1.857em; }

.mobilespa-version-2.mobilespa-section-headinig h3 {
  margin: 0 0 18px; }

/*======================================================================================
                                1. INDEX-V3 header section
===============================================================================*/
.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-header-top .mobilespa-simple-iocn-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-language-select-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-logo {
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 9px 0; }

.mobilespa-address-content {
  padding: 26px 0;
  background-color: #F7F7F7; }

.mobilespa-address-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-single-address-element {
  padding: 0 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobilespa-single-address-element:last-child {
  padding: 0; }

.mobilespa-single-address-element i {
  font-size: 2.143em;
  padding: 0;
  vertical-align: text-top;
  margin: 0 20px 0 0;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-single-address-element p {
  margin: 0;
  color: #444;
  font-weight: 500;
  font-size: 1.429em;
  position: relative; }

.mobilespa-single-address-element span {
  font-size: 1.143em;
  display: block; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header .mobilespa-spilit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header .mobilespa-spilit-container .mobilespa-btn-wraper {
  width: 25%;
  text-align: right; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header {
  background-color: transparent; }

.mobilespa-header-section.mobilespa-header-version-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header .mobilespa-mega-menu .nav-menu li {
  margin: 0 30px 0 0; }

.mobilespa-mega-menu.xs_nav-landscape .xs-row {
  width: 100%; }

.nav-menu > li > a > i {
  text-align: right; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header .mobilespa-mega-menu .nav-menu li a {
  font-weight: 700; }

.mobilespa-header-section.mobilespa-header-version-3 .mobilespa-main-header .mobilespa-mega-menu .mobilespa-btn-wraper {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right; }

/*======================================================================================
                                2. INDEX-V3 welcome section
===============================================================================*/
.mobilespa-welcome-section.mobilespa-welcome-version-3 {
  position: relative; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-container {
  /*height: 950px;*/
  height: 700px; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-black-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-black-gradient-overlay:before {
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(138, 138, 138, 0) 100%);
  opacity: .9; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-wraper {
  width: 100%; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-container {
  width: 70%;
  margin: 0 auto;
  text-align: center; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-container h2 {
  /*font-family: inherit;*/
  font-weight: 200;
  /*font-size: 5.000em;*/
  font-size: 2.714em;
  /*letter-spacing: -2px;*/
  margin: 0 0 8px; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-container h3 {
  margin: 0 0 20px; }

.mobilespa-welcome-section.mobilespa-welcome-version-3 .mobilespa-welcome-container p {
  font-size: 1em; }

/*======================================================================================
                                3. INDEX-V3 Our Services
===============================================================================*/
.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-side-nav li a:hover,
.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-side-nav li.active a,
.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-top-nav li a:hover i,
.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-top-nav li.active a i {
  color: #4DB6AC; }

.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-side-nav li a:before {
  background-color: #4DB6AC; }

.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-top-nav li a:before,
.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-top-nav li a:after {
  border-color: #4DB6AC; }

.mobilespa-service-section.mobilespa-version-2 .mobilespa-tab .mobilespa-top-nav li a i {
  color: #E3BDA8; }

/*======================================================================================
                                4. INDEX-V3 Get Appoinment
===============================================================================*/
.mobilespa-booking-section.mobilespa-version-2 .mobilespa-border.mobilespa-version-3,
.mobilespa-booking-section.mobilespa-version-2 .mobilespa-border.mobilespa-version-3:before,
.mobilespa-booking-section.mobilespa-version-2 .mobilespa-border.mobilespa-version-3:after {
  border-color: #E3BDA8; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-text h2 {
  color: #4DB6AC; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-text ul li:last-child {
  color: #FF6B6B; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-icon-bg-text:before {
  color: #E3BDA8; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper textarea:focus,
.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper input:focus,
.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper select:focus {
  border-color: #E3BDA8 !important; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper .mobilespa-select .input-group.actives:before {
  background-color: #E3BDA8;
  border-color: #E3BDA8; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper input[type="submit"] {
  background-color: #4DB6AC; }

.mobilespa-booking-section.mobilespa-version-2 .mobilespa-booking-form-wraper input[type="submit"]:hover {
  background-color: #FF4641; }

/*======================================================================================
                                4. INDEX-V3 Photo Gallery
===============================================================================*/
.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-portfolio-nav ul li a:hover,
.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-portfolio-nav ul li a.selected {
  color: #4DB6AC; }

.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-portfolio-nav ul li a:before,
.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-gallery-overlay {
  background-color: #4DB6AC; }

.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-single-photo-gallery:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-single-photo-gallery.mobilespa-3d:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-photo-gallery-section.mobilespa-version-2 .mobilespa-single-photo-gallery.mobilespa-3d:hover .mobilespa-3d-project-card {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

/*======================================================================================
                                5. INDEX-V3 Our Pricing
===============================================================================*/
.mobilespa-single-pricing-table.mobilespa-version-3 {
  padding: 100px 30px 50px; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-header-content {
  position: static;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-header,
.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-price {
  text-align: center; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-title h2 {
  color: #222222;
  font-size: 1.857em;
  letter-spacing: -2px; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-price h4 {
  color: #C8C8C8; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-price h5 span {
  vertical-align: unset;
  font-size: inherit; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-footer {
  padding: 0; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-header img {
  margin: 0 0 30px;
  width: auto; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-title {
  margin: 0 0 20px; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-header {
  padding: 0 0 37px;
  z-index: 1; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-pricing-header:before {
  position: absolute;
  content: "";
  top: -53px;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.mobilespa-single-pricing-table.mobilespa-version-3.mobilespa-image-overlay-1 .mobilespa-pricing-header:before {
  background-image: url(../img/pricing-overlay-1.png); }

.mobilespa-single-pricing-table.mobilespa-version-3.mobilespa-image-overlay-2 .mobilespa-pricing-header:before {
  background-image: url(../img/pricing-overlay-2.png); }

.mobilespa-single-pricing-table.mobilespa-version-3.mobilespa-image-overlay-3 .mobilespa-pricing-header:before {
  background-image: url(../img/pricing-overlay-3.png); }

.mobilespa-both-side-list.mobilespa-version-3 li span {
  color: #E3BDA8; }

.mobilespa-single-pricing-table.mobilespa-version-3 .mobilespa-both-side-list li {
  color: #999; }

/*======================================================================================
                                6. INDEX-V3 Call To Action
===============================================================================*/
.mobilespa-call-to-action-content.mobilespa-version-2 .mobilespa-content-headinig h2 {
  font-size: 2.857em; }

.mobilespa-call-to-action-content.mobilespa-version-2 .mobilespa-content-headinig h3 {
  color: #444444;
  font-size: 3.571em;
  letter-spacing: -2px; }

/*======================================================================================
                                7. INDEX-V3 Fun Factory
===============================================================================*/
.mobilespa-fun-factory-section {
  padding: 173px 0; }

.mobilespa-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 13px; }

.mobilespa-single-fun-factory {
  text-align: center;
  color: #FFFFFF; }

.mobilespa-counter h2,
.mobilespa-counter span {
  margin: 0;
  font-size: 4.286em;
  font-weight: 100;
  line-height: 1; }

.mobilespa-single-fun-factory h5 {
  margin: 0;
  font-size: 1.857em;
  font-weight: 700;
  text-transform: capitalize; }

.mobilespa-single-fun-factory {
  position: relative; }

.mobilespa-watermark-icons.watermark-icon-style-1 {
  position: absolute;
  top: -50%;
  left: 0;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 12em;
  line-height: 1; }

/*======================================================================================
                                8. INDEX-V3 Footer
===============================================================================*/
.mobilespa-version-3.mobilespa-footer-section {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 829.4" preserveAspectRatio="none"><path fill="rgb(77, 182, 172)" fill-opacity="0.7" fill-rule= "evenodd" d="M0,10266s198.4,114,387,5,497.966-214.4,774-170,689.47,140,759,169v650H0v-654Z" transform="translate(0 -10090.6)"/></svg>'); }

.mobilespa-version-3.mobilespa-footer-section:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 829.4" preserveAspectRatio="none"><path fill="rgb(77, 182, 172)" fill-opacity="0.7" fill-rule= "evenodd" d="M0,10095s570.853,396,1495,58c0,0,271.65-105.1,425-92v863H0v-829Z" transform="translate(0 -10059.8)"/></svg>'); }

/*==============================-------------------------------------
                                                index-v4.html 
=========================----------------------------------*/
/*======================================================================================
                                1. INDEX-V4 welcome section
===============================================================================*/
.mobilespa-welcome-section.mobilespa-welcome-version-4 .mobilespa-welcome-container {
  height: 750px; }

.mobilespa-welcome-section.mobilespa-welcome-version-4 .mobilespa-welcome-container p {
  font-size: 1.857em;
  margin: 0 0 20px; }

.mobilespa-welcome-section.mobilespa-welcome-version-4 .mobilespa-welcome-container h3 {
  margin: 0 0 50px;
  letter-spacing: -2px; }

.mobilespa-welcome-section.mobilespa-welcome-version-4 .mobilespa-welcome-slider-item.mobilespa-version-1 .mobilespa-welcome-content-group:before {
  background-image: url(../img/women_1.png);
  width: 450px;
  bottom: -50px; }

/*======================================================================================
                                2. INDEX-V4 Our Features
===============================================================================*/
.mobilespa-single-our-feature {
  position: relative;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.mobilespa-single-our-feature img {
  width: 100%; }

.mobilespa-our-features-content {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-our-features-content h3 {
  color: #FFFFFF;
  letter-spacing: -2px;
  font-size: 1.857em;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 25px; }

.mobilespa-single-our-feature i {
  position: absolute;
  right: -90px;
  bottom: -50px;
  font-size: 18em;
  color: #FFFFFF;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  z-index: 1;
  line-height: 1; }

.mobilespa-single-our-feature .mobilespa-btn-wraper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-our-feature:hover .mobilespa-our-features-content {
  bottom: 40px; }

.mobilespa-single-our-feature:hover .mobilespa-btn-wraper {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*======================================================================================
                                3. INDEX-V4 Our Pricing
===============================================================================*/
.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-header-content {
  position: static;
  padding: 40px 40px 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-title h2 {
  color: #222222;
  font-size: 1.857em; }

.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-title {
  margin: 0 0 20px; }

.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-price h4 {
  color: #C8C8C8; }

.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-price {
  text-align: center; }

.mobilespa-single-pricing-table.mobilespa-version-4 .mobilespa-pricing-price h5 span {
  vertical-align: inherit;
  font-size: inherit; }

/*==============================-------------------------------------
                                                index-v5.html 
=========================----------------------------------*/
/*======================================================================================
                                1. INDEX-V5 Header Section
===============================================================================*/
.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a {
  color: #FFFFFF;
  /*border-color: transparent;*/ }

.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li .nav-submenu li a {
  color: #222222; }

.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li .nav-submenu li a:hover {
  color: #590D88; }

.mobilespa-main-header.bg-color-cyan .nav-menu .submenu-indicator-chevron {
  border-color: transparent #FFFFFF #FFFFFF transparent; }

.mobilespa-main-header.bg-color-cyan .xs-navigation-middle-menu.xs_nav-landscape .nav-menu .nav-submenu {
  background-color: #FFFFFF; }

.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a:hover {
  color: #6A1B9A; }

.mobilespa-header-section.mobilespa-header-version-4 .mobilespa-version-2.mobilespa-logo {
  top: 0;
  width: 100%;
  padding: 0; }

.xs-navigation-middle-menu.xs_nav-landscape .xs-row {
  width: 100%; }

.xs-navigation-middle-menu.xs_nav-landscape .xs-row .xs-col-2 {
  position: relative;
  display: block;
  height: 100%; }

/*======================================================================================
                                2. INDEX-V5 welcome Section
===============================================================================*/
.mobilespa-welcome-section.mobilespa-welcome-version-5 .mobilespa-welcome-container {
  width: 60%; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .mobilespa-welcome-container h3 {
  margin: 0 0 20px;
  letter-spacing: -2px;
  font-size: 4.286em; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .mobilespa-welcome-container p {
  font-size: 1.286em;
  margin: 0 0 30px; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .mobilespa-welcome-wraper {
  position: relative; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .mobilespa-welcome-wraper span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1;
  color: #b6b6b6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30em;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .content-right .mobilespa-welcome-wraper span {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .content-left .mobilespa-welcome-wraper span {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mobilespa-welcome-section.mobilespa-welcome-version-5 .content-center .mobilespa-welcome-wraper span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*======================================================================================
                                3. INDEX-V5 Face & Beauty Care
===============================================================================*/
.mobilespa-single-beauty-product {
  background-color: #FFFFFF;
  border: 10px solid #F7F7F7;
  position: relative;
  padding: 15px 15px 60px;
  text-align: center; }

.mobilespa-beauty-product-header {
  margin: 0 0 33px; }

.mobilespa-beauty-product-footer {
  position: relative;
  z-index: 1; }

.mobilespa-beauty-product-footer h3 {
  margin: 0 0 15px;
  color: #E3BDA8;
  text-transform: capitalize;
  font-size: 1.857em;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-beauty-product-footer p {
  color: #888888; }

.mobilespa-beauty-product-footer span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #f6f6f6;
  font-size: 10em;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1; }

.mobilespa-single-beauty-product .mobilespa-beauty-product-hover-content {
  bottom: -30px; }

.mobilespa-beauty-product-hover-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.icon-btn-with-text {
  position: relative;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto; }

.icon-btn-with-text:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E3BDA8;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  font-size: 1.143em; }

.icon-btn-with-text:after {
  position: absolute;
  content: attr(data-title);
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50px;
  top: 0;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.icon-btn-with-text:hover {
  /*width: 186px;*/
  padding: 0 100px; }

.icon-btn-with-text:hover:before {
  border-radius: 40px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0 37px;
  background-color: #4DB6AC;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.icon-btn-with-text:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 0; }

/*======================================================================================
                                4. INDEX-V5 About Us
===============================================================================*/
.mobilespa-border-chocolate.mobilespa-border.mobilespa-version-2:before {
  border-color: #E3BDA8; }

.mobilespa-vedio-section-with-text-v2 .mobilespa-video-popup-content-inner:after {
  background-image: none; }

.mobilespa-vedio-section-with-text-v2 .mobilespa-big-sub-heading h2 {
  font-size: 1.857em; }

.mobilespa-vedio-section-with-text-v2 .mobilespa-big-sub-heading h3 {
  font-size: 2.143em; }

.mobilespa-vedio-section-with-text-v2 .mobilespa-big-sub-heading {
  margin: 0 0 25px; }

.mobilespa-vedio-section-with-text-v2 .mobilespa-simple-iocn-list.mobilespa-version-2 ul li {
  color: #E3BDA8; }

/*======================================================================================
                                5. INDEX-V5 Popular Services
===============================================================================*/
.mobilespa-popular-service-grid-item {
  padding: 15px; }

.mobilespa-single-popular-service {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-popular-service-header {
  position: relative; }

.mobilespa-popular-service-content {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4DB6AC;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 32px;
  border-radius: 40px; }

.mobilespa-popular-service-footer {
  padding: 55px 10px 30px;
  text-align: center; }

.mobilespa-popular-service-footer a {
  display: block;
  color: #222222;
  font-size: 1.429em;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-popular-service-content h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 400; }

.mobilespa-single-popular-service:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-single-popular-service:hover .mobilespa-popular-service-footer a {
  color: #E3BDA8; }

.mobilespa-single-popular-service:hover .mobilespa-popular-service-content {
  background-color: #E3BDA8; }

/*======================================================================================
                                6. INDEX-V5 Video Section
===============================================================================*/
.mobilespa-video-section.mobilespa-version-2 {
  /*background-color: $color-white;*/
  padding: 0 0 100px;
  position: relative; }

.mobilespa-video-section.mobilespa-version-2:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../img/stone_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 410px;
  width: 479px;
  z-index: 2;
  pointer-events: none; }

.mobilespa-video-wraper {
  padding: 130px 0; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-video-section-content h2 {
  color: #222222;
  font-size: 2.857em;
  font-weight: 500;
  margin: 0 0 30px;
  letter-spacing: -2px; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-video-section-content a {
  margin: 0 20px 0 0; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-video-content {
  text-align: left; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-video-content p {
  color: #222222;
  font-size: 1.429em;
  font-weight: 500;
  font-family: inherit;
  margin: 0 0 10px;
  line-height: 1; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-video-content h3 {
  color: #666666;
  margin: 0;
  font-size: 1.429em;
  font-weight: 500;
  text-transform: capitalize; }

.mobilespa-video-section.mobilespa-version-2 .mobilespa-spilit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*======================================================================================
                                7. INDEX-V5 Expert Beautician
===============================================================================*/
.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-single-team.mobilespa-white-overlay:after {
  background-image: -ms-linear-gradient(90deg, #4db6ac 0%, #e2b9a3 0%, rgba(232, 199, 181, 0.5) 20%, rgba(255, 255, 255, 0) 100%); }

.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-team-content {
  color: #222222; }

.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-team-person-details h3 {
  text-transform: capitalize; }

.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-team-person-details h4 {
  color: #777777; }

.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-single-team:hover .mobilespa-team-person-details h4 {
  color: #555555; }

.mobilespa-team-section.mobilespa-team-section-v2 .mobilespa-single-team:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-team-wraper {
  position: relative; }

.mobilespa-team-wraper:before {
  position: absolute;
  content: "";
  bottom: -90px;
  left: 0;
  background-image: url(../img/stone_2.png);
  height: 428px;
  width: 428px;
  background-repeat: no-repeat; }

/*======================================================================================
                                8. INDEX-V5 Best Features
===============================================================================*/
.mobilespa-best-features-wraper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobilespa-single-best-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px; }

.mobilespa-single-best-feature:last-child {
  margin: 0; }

.mobilespa-feature-icon {
  padding: 0 30px 0 0; }

.mobilespa-feature-icon i {
  color: #E3BDA8;
  font-size: 6.2em; }

.mobilespa-feature-content h3 {
  margin: 0 0 10px;
  color: #222222;
  font-weight: 500;
  font-size: 1.429em; }

.mobilespa-feature-content p {
  color: #888888; }

.mobilespa-image-slider {
  position: relative; }

.mobilespa-single-slider-img {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 60px 80px 0 0; }

.mobilespa-image-slider .owl-stage-outer {
  position: relative;
  padding: 0 20px 20px; }

.mobilespa-image-slider .owl-stage-outer:before {
  position: absolute;
  content: "";
  top: -60px;
  left: 60px;
  height: 100%;
  width: 100%;
  background-color: #FEF5EF;
  z-index: -1; }

.mobilespa-image-slider .owl-dot span {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #FFFFFF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-image-slider .owl-dot.active span {
  background-color: #4DB6AC; }

.mobilespa-image-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px; }

.mobilespa-image-slider .owl-dot {
  margin: 0 10px 0 0; }

.mobilespa-image-slider .owl-dot:last-child {
  margin: 0; }

/*======================================================================================
                                9. INDEX-V5 Fun Fact Version 2
===============================================================================*/
.mobilespa-fun-factory-text-content-v2 {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  padding: 107px 0 207px; }

.mobilespa-fun-factory-text-content-v2 h2 {
  margin: 0;
  font-size: 2.857em;
  font-weight: 500;
  letter-spacing: -2px; }

.mobilespa-fun-factory-content-v2 {
  margin: -135px 0 0 0; }

.mobilespa-fun-factory-content-v2 .mobilespa-single-fun-factory {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  min-height: 270px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1; }

.mobilespa-fun-factory-content-v2 .mobilespa-single-fun-factory i {
  color: #f7f7f7;
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: -1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-fun-factory-content-v2 .mobilespa-single-fun-factory h5 {
  color: #777777;
  font-weight: 500;
  font-size: 1.429em;
  text-transform: capitalize; }

.mobilespa-fun-factory-content-v2 .mobilespa-counter span {
  color: #E0B8A4; }

.mobilespa-fun-factory-content-v2 .mobilespa-counter h2 {
  font-size: 5.714em; }

.mobilespa-counter b {
  color: #E0B8A4;
  font-size: 5.714em;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase; }

/*======================================================================================
                                10. INDEX-V5 Client Review
===============================================================================*/
.mobilespa-best-reviewr-avator-wraper {
  width: calc(100% - 180px);
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-best-reviewr-avator {
  position: relative;
  height: auto; }

.mobilespa-best-reviewr-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center; }

.mobilespa-best-reviewr-content h3 {
  margin: 0 0 10px;
  font-size: 1.429em; }

/*======================================================================================
                                11. INDEX-V5 Call to action
===============================================================================*/
.mobilespa-call-to-action-v2 {
  padding: 61px 0 52px; }

.mobilespa-call-to-action-content-v2 {
  padding: 0 0 0 70px; }

.mobilespa-call-to-action-content-v2 {
  position: relative; }

.mobilespa-call-to-action-content-v2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  color: #222222;
  font-size: 1em;
  line-height: 1; }

.mobilespa-call-to-action-content-v2 h2 {
  color: #FFFFFF;
  font-size: 3.571em;
  margin: 0;
  letter-spacing: -2px;
  line-height: 1.2; }

.mobilespa-call-to-action-content-v2 h2 span {
  display: block;
  font-weight: 200; }

.mobilespa-call-to-action-v2 .mobilespa-btn-wraper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px 0 0; }

/*======================================================================================
                                12. INDEX-V5 Footer section
===============================================================================*/
.mobilespa-version-4.mobilespa-footer-section:before,
.mobilespa-version-4.mobilespa-footer-section:after {
  display: none; }

.mobilespa-version-4.mobilespa-footer-section {
  padding: 100px 0 0;
  background-image: none; }

.mobilespa-version-4.mobilespa-footer-section .mobilespa-footer-logo {
  margin: 0 0 30px; }

.mobilespa-version-4.mobilespa-footer-section .mobilespa-footer-content p {
  text-align: center;
  color: #999999;
  font-size: 1.143em;
  margin: 0 0 30px; }

.mobilespa-version-4.mobilespa-footer-section .mobilespa-footer-content {
  padding: 0 0 80px;
  border-color: #D2D2D2;
  margin: 0; }

.mobilespa-footer-menu {
  text-align: center;
  padding: 40px 0; }

.mobilespa-footer-menu ul {
  line-height: 1; }

.mobilespa-footer-menu ul li {
  display: inline-block;
  margin: 0 30px 10px 0; }

.mobilespa-footer-menu ul li:last-child {
  margin: 0; }

.mobilespa-footer-menu ul li a {
  color: #999999;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-footer-menu ul li a:hover {
  color: #4DB6AC; }

.mobilespa-version-4.mobilespa-footer-section .mobilespa-copyright-content {
  background-color: #4DB6AC;
  padding: 30px 0; }

.mobilespa-version-4.mobilespa-footer-section .mobilespa-copyright-text {
  padding: 0; }

/* back to top init */
.mobilespa-back-to-top-group {
  position: relative; }

.mobilespa-back-to-top-wraper {
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 999999;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  height: 60px;
  width: 60px; }

.mobilespa-back-to-top-wraper.show-last-pos {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden; }

.mobilespa-back-to-top-wraper.show-last-pos.active {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible; }

.back-to-top-center {
  right: inherit;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  left: 50%; }

.back-to-top-center.mobilespa-back-to-top-wraper {
  height: 40px;
  width: 40px;
  bottom: 22px; }

.back-to-top-center.mobilespa-back-to-top-wraper a {
  background-color: rgba(0, 0, 0, 0.2); }

.mobilespa-btn-2.back-to-top:hover {
  background-color: #222222 !important; }

.mobilespa-btn-2.back-to-top {
  height: 100%;
  width: 100%;
  font-size: 1.429em; }

.mobilespa-btn-2.back-to-top.bg-dark-green:hover {
  background-color: #FF4641 !important; }

/*===================================================================
                                        Inner page start
=============================================================================*/
/*=========================================================================
                                1. INNER PAGE header section
=============================================================================*/
.mobilespa-header-section.mobilespa-inner-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-header-section.mobilespa-inner-menu .mobilespa-main-header {
  background-color: rgba(255, 255, 255, 0.102); }

/* fixed menu css */
.mobilespa-header-section.navbar-fixed.off-canvas {
  top: -100px;
  opacity: 0;
  visibility: hidden; }

.mobilespa-header-section.navbar-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.mobilespa-header-section.navbar-fixed.fixed {
  top: 0;
  opacity: 1;
  visibility: visible; }

/* menu skew animation */
.mobilespa-header-section.navbar-fixed.off-canvas.menu-skew {
  top: 0;
  opacity: 1;
  visibility: visible;
  /*transform-style: preserve-3d;
  perspective: 1000px;*/ }

.menu-skew {
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform; }

@media (max-width: 480px) {
  .menu-skew {
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    will-change: unset; } }
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }
@keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg); } }
.menu-skew.swingInX {
  -webkit-transform-origin: top;
  -ie-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: hidden !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: hidden !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: hidden !important;
  -o-animation-name: swingInX;
  backface-visibility: hidden !important;
  animation-name: swingInX; }

@media (max-width: 480px) {
  .menu-skew.swingInX {
    -webkit-animation-name: none;
            animation-name: none;
    -webkit-transform-origin: unset;
            transform-origin: unset; } }
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg); } }
.menu-skew.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: hidden !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: hidden !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: hidden !important;
  animation-name: swingOutX;
  backface-visibility: hidden !important; }

@media (max-width: 480px) {
  .menu-skew.swingOutX {
    -webkit-animation-name: none;
            animation-name: none;
    -webkit-transform-origin: unset;
            transform-origin: unset; } }
/*=========================================================================
                                2. INNER PAGE welcome section
=============================================================================*/
.mobilespa-inner-welocme-section {
  position: relative;
  padding: 300px 0 180px;
  text-align: center;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.mobilespa-inner-welocme-section .mobilespa-black-overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.mobilespa-inner-welcome-content {
  width: 66.6666667%;
  margin: 0 auto; }

.mobilespa-inner-welcome-content img {
  margin: 0 0 40px; }

.mobilespa-inner-welcome-content h1 {
  margin: 0 0 20px;
  font-size: 4.286em;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: -2px; }

.mobilespa-inner-welcome-content p {
  font-size: 1.143em; }

.mobilespa-inner-welcome-footer-content {
  position: absolute;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="369.781" height="48" viewBox="0 0 369.781 48"><path fill="%23FFFFFF"  d="M1145,740s-4-33-30-33H985s-23.5-2.5-25-15v48h185Zm-369.782,0s4-33,29.973-33h129.84S958.5,704.5,960,692v48H775.218Z" transform="translate(-775.219 -692)"/></svg>');
  bottom: -2px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  width: 369.781px;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.mobilespa-breadcrumb li {
  display: inline-block;
  padding: 0 12px 0 0;
  position: relative; }

.mobilespa-breadcrumb li:before {
  position: absolute;
  content: "/";
  right: 0;
  top: 0;
  color: #B9B9B9; }

.mobilespa-breadcrumb li:last-child:before {
  display: none; }

.mobilespa-breadcrumb li:last-child {
  padding: 0; }

.mobilespa-breadcrumb li a {
  color: #B9B9B9;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: capitalize; }

.mobilespa-breadcrumb li:last-child a {
  color: #6A1B9A;
  pointer-events: none; }

/*=========================================================================
                                3. INNER PAGE square service section
=============================================================================*/
.mobilespa-single-square-service-content {
  padding: 0 40px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: calc(100% - 20px); }

.mobilespa-single-square-service-content i {
  color: #6A1B9A;
  font-size: 5em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin: 0 0 30px;
  display: inline-block; }

.mobilespa-single-square-service-content h2 {
  margin: 0 0 20px;
  color: #444444;
  font-size: 2.143em;
  text-transform: capitalize;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-square-service-content p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-square-service-content:hover h2,
.mobilespa-single-square-service-content:hover p,
.mobilespa-single-square-service-content:hover i {
  color: #FFFFFF; }

.mobilespa-single-square-service-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: -1; }

.mobilespa-overlay-with-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20px;
  left: 20px;
  background-color: #6A1B9A;
  z-index: -2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  pointer-events: none; }

.mobilespa-overlay-with-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.mobilespa-overlay-with-img.img-1:before {
  background-image: url(../img/square-service-bg.jpg); }

.mobilespa-overlay-with-img.img-2:before {
  background-image: url(../img/skin_care.jpg); }

.mobilespa-overlay-with-img.img-3:before {
  background-image: url(../img/spa_care.jpg); }

.mobilespa-single-square-service-content:hover .mobilespa-overlay-with-img {
  top: 0;
  left: 0;
  background-color: transparent; }

.mobilespa-single-square-service-content:hover:before {
  background-color: #6A1B9A;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-single-square-service-content:hover .mobilespa-overlay-with-img:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/*=========================================================================
                                4. INNER PAGE Popular Services
=============================================================================*/
.mobilespa-popular-service-section.mobilespa-version-2 .mobilespa-popular-service-content {
  background-color: #6A1B9A; }

.mobilespa-popular-service-section.mobilespa-version-2 .mobilespa-single-popular-service:hover .mobilespa-popular-service-footer a {
  color: #EC5598; }

.mobilespa-popular-service-section.mobilespa-version-2 .mobilespa-single-popular-service:hover .mobilespa-popular-service-content {
  background-color: #EC5598; }

/*=========================================================================
                                5. INNER PAGE Contact.html
=============================================================================*/
#mobilespa_maps {
  height: 570px;
  width: 100%; }

.mobilespa-contact-us-section {
  padding: 100px 0 0; }

.mobilespa-contact-wraper.mobilespa-version-1 {
  margin: 0 0 -238px; }

.mobilespa-contact-wraper {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  padding: 0 40px 0 0; }

.mobilespa-contact-details {
  height: 100%;
  padding: 45px 40px 55px; }

.mobilespa-separetor-sub-heading.mobilespa-version-2 h2 {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -2px;
  font-size: 1.857em; }

.mobilespa-separetor-sub-heading.mobilespa-version-2:before {
  background-color: #570987;
  width: 200px;
  height: 1px; }

.mobilespa-icon-with-text li {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 60px calc(100% - 60px);
  grid-template-columns: 60px calc(100% - 60px);
  color: #FFFFFF;
  margin: 0 0 20px; }

.mobilespa-icon-with-text li:last-child {
  margin: 0; }

.mobilespa-icon-with-text li i {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.143em; }

.mobilespa-contact-us-section .mobilespa-contact-form {
  height: 100%; }

.mobilespa-contact-us-section .mobilespa-contact-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.mobilespa-contact-form input:not([type="submit"]),
.mobilespa-contact-form textarea {
  width: 100%;
  display: block;
  height: 50px;
  background-color: #FFFFFF;
  border: 2px solid #F0F0F0;
  padding: 0 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-contact-form textarea {
  padding: 20px;
  height: 90px;
  resize: none; }

.mobilespa-contact-form input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #6A1B9A;
  padding: 0 46px;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  height: 50px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer; }

.mobilespa-contact-form .input-group {
  margin: 0 0 20px;
  position: relative;
  padding: 0;
  display: block; }

.mobilespa-contact-form .input-group-addon {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #BFBFBF;
  pointer-events: none; }

.mobilespa-contact-form .mobilespa-spilit-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }

.mobilespa-contact-form input::-webkit-input-placeholder,
.mobilespa-contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BFBFBF; }

.mobilespa-contact-form input::-moz-placeholder,
.mobilespa-contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #BFBFBF; }

.mobilespa-contact-form input:-ms-input-placeholder,
.mobilespa-contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #BFBFBF; }

.mobilespa-contact-form input:-moz-placeholder,
.mobilespa-contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #BFBFBF; }

.c_error_massage {
  /*position: absolute;*/
  /*top: -23px;*/
  /*left: 0;*/
  margin: 0 !important;
  font-size: 1em !important;
  text-transform: capitalize; }

/*=========================================================================
                                6. INNER PAGE Contact-v2.html
=============================================================================*/
.mobilespa-version-2#mobilespa_maps_2 {
  height: 300px;
  width: 100%; }

.mobilespa-subscribe-wraper.mobilespa-version-3 {
  height: 100%;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
  text-align: left;
  color: #FFFFFF; }

.mobilespa-subscribe-wraper.mobilespa-version-3 h3 {
  margin: 0 0 10px;
  font-size: 2.143em; }

.mobilespa-subscribe-wraper.mobilespa-version-3 h4 {
  margin: 0 0 30px;
  font-size: 1.429em;
  font-weight: 400; }

.mobilespa-subscribe-wraper.mobilespa-version-3 .mobilespa-subscribe {
  height: 60px; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input:not([type="submit"]) {
  background-color: #61188F;
  border-color: transparent;
  background-color: #FFFFFF; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input[type="submit"] {
  border: 2px solid #FFFFFF; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A672C7;
  font-size: 0.857em; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #A672C7;
  font-size: 0.857em; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #A672C7;
  font-size: 0.857em; }

.mobilespa-subscribe-wraper.mobilespa-version-3 input:-moz-placeholder {
  /* Firefox 18- */
  color: #A672C7;
  font-size: 0.857em; }

.mobilespa-contact-details.mobilespa-version-2 {
  border: 10px solid #6A1B9A;
  padding: 45px 50px 50px; }

.mobilespa-separetor-sub-heading.mobilespa-version-3 h2 {
  font-size: 1.857em; }

.mobilespa-separetor-sub-heading.mobilespa-version-3 {
  margin: 0 0 20px; }

.mobilespa-separetor-sub-heading.mobilespa-version-3:before {
  width: 100px; }

.mobilespa-contact-text p {
  color: #999999;
  margin: 0 0 15px; }

.mobilespa-contact-text p:last-child {
  margin: 0; }

.mobilespa-contact-text b {
  font-weight: 400;
  color: #222222;
  padding: 0 5px 0 0; }

/*=========================================================================
                                7. INNER PAGE blog.html
=============================================================================*/
.mobilespa-newsfeed-section .mobilespa-pagination {
  margin-top: 40px; }

.mobilespa-pagination {
  text-align: center; }

.mobilespa-pagination li {
  display: inline-block;
  margin: 0 10px 0 0; }

.mobilespa-pagination li:last-child {
  margin: 0; }

.mobilespa-pagination li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #F4F4F4;
  background-color: #FFFFFF;
  height: 36px;
  width: 36px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #A3A3A3;
  font-size: 1.143em; }

.mobilespa-pagination li a:hover {
  color: #FFFFFF;
  background-color: #6A1B9A;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

/*=========================================================================
                                8. INNER blog-post.html content
=============================================================================*/
.mobilespa-blog-post-wraper img {
  margin: 0 0 40px; }

.mobilespa-tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F3F3F3;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  height: 30px;
  border-radius: 4px;
  padding: 0 21px;
  text-transform: uppercase;
  color: #777777;
  font-size: 0.857em;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-tag a:hover {
  color: #6A1B9A; }

.mobilespa-tag a:last-child {
  margin: 0; }

.mobilespa-blog-post-wraper .mobilespa-tag a {
  margin: 0 10px 10px 0; }

.mobilespa-blog-post-wraper .mobilespa-tag {
  margin: 0 0 15px; }

.mobilespa-blog-post-wraper h2 {
  margin: 0 0 25px;
  color: #444444;
  font-size: 2.143em; }

.firstcharacter {
  color: #666666;
  font-size: 6.286em;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  line-height: 1;
  padding: 0 10px 0 0; }

.mobilespa-blog-post-wraper p {
  margin: 0 0 40px 0;
  line-height: 1.875; }

.mobilespa-blog-post-wraper blockquote {
  margin: 0 0 40px;
  background-color: #F7F7F7;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-left: 6px solid #6A1B9A;
  position: relative;
  font-style: italic;
  color: #949494;
  line-height: 1.857;
  z-index: 1; }

.mobilespa-blog-post-wraper blockquote:before {
  position: absolute;
  content: "\f10d";
  top: 50%;
  left: 18px;
  font-family: "FontAwesome";
  color: #DEDEDE;
  font-size: 7em;
  line-height: 1;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.mobilespa-blog-post-group .mobilespa-spilit-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-row-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-share-timeline {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  margin: 0 0 40px; }

.mobilespa-simple-title h3,
.mobilespa-simple-title a {
  margin: 0;
  color: #222222;
  font-size: 1.429em;
  display: block;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: inherit; }

.mobilespa-simple-title span {
  color: #6A1B9A; }

.mobilespa-simple-title h5 {
  margin: 0 0 10px;
  color: #C7C7C7;
  font-size: 1.143em;
  text-transform: capitalize; }

.mobilespa-simple-title a:hover {
  color: #6A1B9A; }

/*.mobilespa-react-container .mobilespa-simple-title ,*/
.mobilespa-replay-container .mobilespa-simple-title {
  padding: 0 30px; }

.mobilespa-react-container,
.mobilespa-replay-container {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 30px; }

.mobilespa-react li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 10px 0; }

.mobilespa-react li:last-child {
  margin: 0; }

.mobilespa-react li a {
  font-size: 3em;
  color: #b0b0b0;
  margin: 0 10px 0 0;
  line-height: 1; }

.mobilespa-react li span {
  color: #CECDCD;
  text-transform: capitalize; }

/*.mobilespa-replay-container {
        margin: 0 0 40px;
}*/
.mobilespa-replay-form-wraper input:not([type="submit"]),
.mobilespa-replay-form-wraper textarea {
  width: 100%;
  display: block;
  height: 50px;
  border: 2px solid #F8F8F8;
  padding: 0 18px;
  background-color: #FFFFFF;
  border-radius: 0; }

.mobilespa-replay-form-wraper .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #6A1B9A; }

.mobilespa-replay-form-wraper textarea {
  height: 120px;
  padding: 18px;
  resize: none; }

.mobilespa-replay-form-wraper .form-group {
  margin: 0; }

.mobilespa-replay-form-wraper input[type="submit"] {
  background-color: #6A1B9A;
  height: 50px;
  border: 0;
  border-radius: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-replay-form-wraper input[type="submit"]:hover {
  background-color: #E6377A; }

.mobilespa-replay-form-wraper .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B3B3B3;
  font-size: 1em; }

.mobilespa-replay-form-wraper .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3B3B3;
  font-size: 1em; }

.mobilespa-replay-form-wraper .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #B3B3B3;
  font-size: 1em; }

.mobilespa-replay-form-wraper .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #B3B3B3;
  font-size: 1em; }

.mobilespa-replay-answer-container {
  padding: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 40px; }

.mobilespa-single-replay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px calc(100% - 90px);
  grid-template-columns: 70px calc(100% - 90px);
  grid-column-gap: 20px;
  margin: 0 0 30px; }

.mobilespa-replay-text {
  margin: 10px 0 0; }

.mobilespa-replayer-img img {
  width: 100%;
  height: 70px;
  border-radius: 10px; }

.mobilespa-replay-name h5 {
  margin: 0;
  color: #000000;
  font-size: 1em; }

.mobilespa-replay-time {
  text-align: right; }

.mobilespa-replay-time h6 {
  color: #ABABAB;
  font-weight: 400;
  font-size: 1em;
  margin: 0; }

.mobilespa-replay-text .mobilespa-spilit-container {
  margin: 0 0 15px; }

.mobilespa-replay-text p {
  margin: 0 0 10px;
  color: #999999;
  line-height: 1.8; }

.mobilespa-socail-react li {
  display: inline-block;
  color: #7E7E7E;
  margin: 0 24px 0 0;
  font-weight: 400;
  text-transform: uppercase; }

.mobilespa-socail-react li a {
  text-transform: capitalize; }

.mobilespa-socail-react li:last-child {
  margin: 0; }

.mobilespa-single-replay.mobilespa-replay {
  padding: 0 0 0 89px; }

/* side bar */
.mobilespa-single-sidebar {
  background-color: #FFFFFF;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px; }

.mobilespa-single-sidebar:last-child {
  margin: 0; }

.mobilespa-sidebar-heading {
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative; }

.mobilespa-sidebar-heading:before {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
  width: 200px;
  background-color: #EDEDED; }

.mobilespa-sidebar-heading h3 {
  margin: 0;
  color: #444444;
  font-weight: 500;
  font-size: 1.429em;
  text-transform: capitalize; }

.mobilespa-single-latest-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px calc(100% - 120px);
  grid-template-columns: 100px calc(100% - 120px);
  grid-column-gap: 20px;
  margin: 0 0 20px;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-latest-post-img img {
  width: 100%; }

.mobilespa-single-latest-news:last-child {
  margin: 0; }

.mobilespa-latest-post-content a {
  display: block;
  color: #222222;
  margin: 0 0 12px; }

.mobilespa-latest-post-content i {
  color: #999999;
  font-size: 0.857em;
  text-transform: capitalize; }

.mobilespa-category-list li a {
  color: #777777;
  display: inline-block; }

.mobilespa-category-list li {
  margin: 0 0 15px; }

.mobilespa-category-list li:last-child {
  margin: 0; }

.mobilespa-category-list li i {
  color: #6A1B9A;
  padding: 0 4px 0 0; }

.mobilespa-single-sidebar .mobilespa-tag a {
  margin: 0 4px 10px 0; }

.mobilespa-demoFeed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }

.mobilespa-demoFeed li a {
  display: block; }

.mobilespa-demoFeed li a img {
  border-radius: 4px;
  height: 60px;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  display: block; }

/*=========================================================================
                                9. INNER faq.html content
=============================================================================*/
.mobilespa-accordion .collapse.in {
  display: block; }

/* mobilespa-accordion common style */
.mobilespa-accordion .panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  font-size: 1.143em;
  position: relative;
  height: 60px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-accordion .panel {
  margin: 0 0 10px; }

.mobilespa-accordion .panel:last-child {
  margin: 0; }

.mobilespa-accordion .panel-body {
  padding: 8px 30px 41px; }

.mobilespa-accordion .panel.active {
  position: relative; }

.mobilespa-accordion .panel.active:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #F1F1F1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  pointer-events: none;
  border-radius: 4px; }

/* mobilespa-accordion mobilespa-version-1 */
.mobilespa-accordion.mobilespa-version-1 .panel-heading a {
  background-color: #F8F8F8;
  border-radius: 4px; }

.mobilespa-accordion.mobilespa-version-1 .panel-heading a:before {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 21px;
  font-family: "FontAwesome";
  color: #222222;
  font-size: 1.286em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(-50%) rotateX(0deg);
  transform: translateY(-50%) rotateX(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.mobilespa-accordion.mobilespa-version-1 .panel-heading a[aria-expanded="true"]:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
  color: #4CA14B; }

.mobilespa-accordion.mobilespa-version-1 .panel-heading a[aria-expanded="true"] {
  background-color: transparent;
  color: #4CA14B; }

/* mobilespa-accordion mobilespa-version-2 */
.mobilespa-accordion.mobilespa-version-2 .panel-heading a {
  background-color: #F9F9F9;
  border-radius: 80px; }

.mobilespa-accordion.mobilespa-version-2 .panel-heading a:before {
  position: absolute;
  content: "\f107";
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  border-radius: 100%;
  background-color: #4CA14B;
  font-family: "FontAwesome";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.286em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center; }

.mobilespa-accordion.mobilespa-version-2 .panel-heading a[aria-expanded="true"]:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background-color: transparent;
  color: #4CA14B; }

.mobilespa-accordion.mobilespa-version-2 .panel-heading a[aria-expanded="true"] {
  background-color: transparent;
  color: #4CA14B; }

.mobilespa-accordion.mobilespa-version-2 .panel.active:before {
  border-radius: 40px; }

/*=========================================================================
                                10. INNER shop.html content
=============================================================================*/
.mobilespa-pagination.mobilespa-version-2 li a {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  border: 1px solid #F0F0F0; }

.mobilespa-pagination.mobilespa-version-2 li a:hover {
  background-color: #5BC271; }

/*=========================================================================
                                11. INNER 404.html content
=============================================================================*/
.mobilespa-header-section.mobilespa-inner-menu.mobilespa-inner-menu-v2 {
  position: relative; }

.mobilespa-404-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFFFFF; }

.mobilespa-404-content {
  padding: 300px 0 200px; }

.mobilespa-404-content img {
  position: relative;
  z-index: 11; }

.mobilespa-404-content h2 {
  position: relative;
  color: #41494F;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 14.286em;
  width: 100%;
  text-align: center;
  z-index: 1; }

.mobilespa-404-content h2 span:first-child {
  padding: 0 20px 0 0; }

.mobilespa-404-content h2 span:last-child {
  padding: 0 0 0 20px; }

.icon-404 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mobilespa-404-content h2:before {
  position: absolute;
  content: attr(data-title);
  top: -150px;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 2.500em;
  z-index: -1;
  color: #F8F8F8;
  pointer-events: none; }

.mobilespa-404-content p {
  color: #A09F9F;
  position: relative;
  z-index: 2;
  margin: 0 0 30px;
  font-size: 2.143em;
  text-transform: capitalize; }

/*=========================================================================
                                12. INNER comming-soon.html content
=============================================================================*/
.mobilespa-comming-soon-section {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

.mobilespa-comming-soon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 50%; }

.mobilespa-comming-soon-text h2,
.mobilespa-comming-soon-text h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.857em;
  letter-spacing: -2px; }

.mobilespa-comming-soon-text h3 {
  color: #222222;
  font-weight: 500;
  margin: 0; }

.mobilespa-comming-soon-text {
  margin-bottom: 50px;
  width: 100%; }

.mobilespa-comming-soon-section .mobilespa-subscribe-wraper.mobilespa-version-4 {
  margin: 0 0 146px; }

.mobilespa-subscribe-wraper.mobilespa-version-4 {
  width: 100%;
  margin: 0; }

.mobilespa-comming-soon-content .mobilespa-social-list {
  width: 100%; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input:not([type="submit"]) {
  border-color: #E6E6E6;
  background-color: #F7F7F7; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input[type="submit"] {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  background-color: #E3BDA8;
  font-size: 0.857em;
  right: 15px; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAAAA;
  font-style: italic; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA;
  font-style: italic; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAAAA;
  font-style: italic; }

.mobilespa-subscribe-wraper.mobilespa-version-4 input:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA;
  font-style: italic; }

/*=========================================================================
                                13. INNER comming-soon-v2.html content
=============================================================================*/
.mobilespa-comming-soon-content.center-content {
  margin: 0 auto;
  width: 66.6666667%;
  text-align: center; }

.mobilespa-comming-soon-section.mobilespa-version-2 .mobilespa-subscribe-wraper {
  width: 60%;
  margin: 0 auto 50px auto; }

.mobilespa-comming-soon-section.mobilespa-version-2 .mobilespa-comming-soon-text h2,
.mobilespa-comming-soon-section.mobilespa-version-2 .mobilespa-comming-soon-text h3 {
  color: #444444;
  font-size: 4.286em; }

.mobilespa-comming-soon-section.mobilespa-version-2 .mobilespa-comming-soon-text h3 {
  color: #E3BDA8;
  margin: 0 0 30px; }

.mobilespa-comming-soon-text p {
  font-style: italic;
  color: #444444;
  font-size: 1.143em;
  margin: 0; }

.mobilespa-comming-soon-section.mobilespa-version-2 .mobilespa-comming-soon-text {
  margin: 0 0 40px; }

/*=========================================================================
                                14. INNER contact-v3.html content
=============================================================================*/
.mobilespa-contact-wraper.mobilespa-version-2 {
  padding: 0 0 0 40px;
  margin: 0 0 50px; }

.mobilespa-contact-form h2 {
  margin: 0 0 60px;
  color: #222222;
  font-size: 2.857em;
  text-align: center; }

.mobilespa-contact-wraper.mobilespa-version-2 .mobilespa-contact-form {
  padding: 55px 0;
  height: auto;
  position: relative; }

.mobilespa-contact-wraper.mobilespa-version-2 .mobilespa-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobilespa-contact-wraper.mobilespa-version-2 .mobilespa-contact-form input[type="submit"] {
  background-color: #5BC271;
  margin: 0 auto; }

.mobilespa-contact-wraper.mobilespa-version-2 .mobilespa-contact-form:before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  height: 100%;
  width: 100%;
  background-image: url(../img/massage-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  pointer-events: none; }

/*=========================================================================
                                15. INNER service-v2.html content
=============================================================================*/
.mobilespa-single-our-sevice.mobilespa-version-2 {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mobilespa-single-our-sevice.mobilespa-version-2 .mobilespa-service-footer {
  padding: 35px 0 0 0; }

.mobilespa-service-title {
  color: #222222;
  display: block;
  font-weight: 500;
  font-size: 1.857em;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-service-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 71px;
  background-color: #DBDBDB; }

.mobilespa-service-title:hover {
  color: #EC5598; }

.mobilespa-service-footer p {
  color: #888888;
  margin: 0 0 15px;
  font-size: 0.929em;
  line-height: 1.9; }

/*=========================================================================
                                16. INNER service-v3.html content
=============================================================================*/
.mobilespa-single-beauty-product.mobilespa-version-2 .mobilespa-beauty-product-footer h3 {
  color: #6A1B9A; }

.mobilespa-single-beauty-product.mobilespa-version-2 .icon-btn-with-text:before {
  background-color: #6A1B9A; }

.mobilespa-single-beauty-product.mobilespa-version-2 .icon-btn-with-text:hover:before {
  background-color: #EC5598; }

/*=========================================================================
                                17. INNER sponsor.html content
=============================================================================*/
.mobilespa-clients-wraper {
  position: relative; }

.mobilespa-clients-wraper.no-slider .mobilespa-clients-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px; }

.mobilespa-clients-wraper.no-slider .mobilespa-single-client,
.mobilespa-clients-wraper.mobilespa-version-2 .mobilespa-client-slider .mobilespa-single-client {
  background-color: #FFFFFF;
  min-height: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 10px 0; }

.mobilespa-clients-wraper.mobilespa-version-2 .mobilespa-client-slider .mobilespa-single-client {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  margin: 0 15px; }

.mobilespa-clients-wraper.mobilespa-version-2 .mobilespa-client-slider .mobilespa-single-client img {
  width: auto; }

.mobilespa-clients-wraper.mobilespa-version-2 .mobilespa-client-slider.owl-carousel .owl-stage-outer {
  padding: 25px 0; }

.next-prev-btn.small-btn {
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #E3BDA8;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  color: #FFFFFF !important;
  font-size: 1.429em; }

.mobilespa-clients-wraper.mobilespa-version-2 .customNavigation a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9; }

.mobilespa-clients-wraper.mobilespa-version-2 .customNavigation a.welcome-prev {
  left: calc(1170px - 1140px); }

.mobilespa-clients-wraper.mobilespa-version-2 .customNavigation a.welcome-next {
  right: calc(1170px - 1140px); }

.mobilespa-clients-wraper.mobilespa-bg {
  padding: 90px 0; }

.mobilespa-clients-wraper.mobilespa-version-3 .mobilespa-single-client,
.mobilespa-clients-wraper.mobilespa-version-4 .mobilespa-single-client {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-clients-wraper.mobilespa-version-4 .mobilespa-single-client {
  background-color: #4DB6AC; }

.mobilespa-clients-wraper.mobilespa-version-4 .mobilespa-single-client:hover {
  background-color: #E3BDA8; }

.mobilespa-clients-wraper.mobilespa-version-5 .mobilespa-single-client {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-clients-wraper.mobilespa-version-6 .mobilespa-single-client,
.mobilespa-clients-wraper.mobilespa-version-7 .mobilespa-single-client {
  background-color: transparent; }

/* partner version 3 */
.mobilespa-partner-list.mobilespa-version-3 li:nth-child(1):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #e0b8a4 25%, #e0b8a4 100%, white 100%); }

.mobilespa-partner-list.mobilespa-version-3 li:nth-child(2):before {
  border-bottom: 1px solid #E3BDA8; }

.mobilespa-partner-list.mobilespa-version-3 li:nth-child(3):before {
  background-image: -ms-linear-gradient(0deg, white 0%, white 0%, #e0b8a4 0%, #e0b8a4 25%, white 100%); }

.mobilespa-partner-list.mobilespa-version-3 li:nth-child(1):after,
.mobilespa-partner-list.mobilespa-version-3 li:nth-child(2):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #e0b8a4 0%, #e0b8a4 75%, white 100%); }

.mobilespa-partner-list.mobilespa-version-3 li:nth-child(4):after,
.mobilespa-partner-list.mobilespa-version-3 li:nth-child(5):after {
  background-image: -ms-linear-gradient(90deg, white 0%, white 0%, #e0b8a4 25%, #e0b8a4 100%, white 100%); }

/* news letter version */
.mobilespa-partner-text-content.mobilespa-version-2 {
  padding: 0; }

.mobilespa-partner-text-content h3 {
  margin: 0 0 30px;
  color: #E3BDA8;
  font-size: 1.429em;
  text-transform: uppercase; }

.mobilespa-partner-text-content.mobilespa-version-2 p {
  margin: 0 0 20px;
  line-height: 2.1; }

.mobilespa-subscribe-wraper.mobilespa-version-5 {
  margin: 0;
  width: 100%; }

.mobilespa-subscribe-wraper.mobilespa-version-5 .mobilespa-subscribe {
  height: 50px; }

.mobilespa-subscribe-wraper.mobilespa-version-5 input[type="submit"] {
  position: static;
  background-color: #58B7AC;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin: 0 0 0 -4px; }

.mobilespa-subscribe-wraper.mobilespa-version-5 input:not([type="submit"]) {
  border: 1px solid #BABABA;
  border-radius: 0;
  background-color: #F7F7F7;
  width: calc(100% - 149px); }

/*=========================================================================
                                18. INNER team-v2.html content
=============================================================================*/
/* team version 2 */
.mobilespa-single-team.mobilespa-version-2:after {
  background-color: #E3BDA8;
  top: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-team.mobilespa-version-2:hover:after {
  top: 0; }

.mobilespa-single-team.mobilespa-version-2 .mobilespa-team-content {
  top: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: inherit;
  -webkit-transition: top .6s ease , opacity .4s ease;
  transition: top .6s ease , opacity .4s ease;
  height: 100%;
  padding: 30px;
  text-align: left; }

.mobilespa-single-team.mobilespa-version-2:hover .mobilespa-team-content {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mobilespa-single-team.mobilespa-version-2 .mobilespa-team-person-details h3 {
  font-size: 1.857em;
  margin: 0 0 5px; }

.mobilespa-single-team.mobilespa-version-2 .mobilespa-team-person-details h4 {
  margin: 0 0 25px; }

/* team version 3 */
.mobilespa-chocolate-overlay:before {
  background-image: -ms-linear-gradient(90deg, #4db6ac 0%, #e2b9a3 0%, #e7c6b4 18%, rgba(236, 209, 195, 0.5) 34%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(141, 141, 141, 0.157);
          box-shadow: 0px 4px 8px 0px rgba(141, 141, 141, 0.157); }

.mobilespa-single-team-v3.mobilespa-chocolate-overlay:before {
  z-index: 3; }

.mobilespa-team-group-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 24%;
  flex: 1 0 24%;
  margin: 0 15px 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  transition: all .6s ease; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3,
.mobilespa-single-team-img-v3 img {
  max-height: 500px;
  min-height: 450px;
  height: auto; }

.mobilespa-single-team-img-v3 img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3:last-child {
  margin: 0; }

.mobilespa-single-team-v3 {
  position: relative; }

.mobilespa-single-team-img-v3 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
  pointer-events: none; }

.mobilespa-single-team-img-v3 .mobilespa-team-person-details {
  position: absolute;
  bottom: 0;
  left: 0; }

.mobilespa-single-team-img-v3.mobilespa-chocolate-overlay:before {
  z-index: 4; }

.mobilespa-single-team-v3 .mobilespa-team-person-details {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  margin: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  visibility: visible; }

.mobilespa-single-team-v3 .mobilespa-team-person-details h3 {
  color: #FFFFFF;
  font-size: 2.143em;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 10px; }

.mobilespa-single-team-v3 .mobilespa-team-person-details h4 {
  color: #444444;
  font-size: 1.143em;
  text-transform: uppercase; }

.mobilespa-team-content-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  padding: 20px 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 12;
  visibility: hidden; }

.mobilespa-team-content-v3 h3 {
  margin: 0 0 10px;
  font-size: 2.143em;
  font-weight: 400;
  color: #222222;
  letter-spacing: -2px; }

.mobilespa-team-content-v3 h4 {
  margin: 0 0 25px;
  font-size: 1.143em;
  font-weight: 400;
  text-transform: uppercase; }

.mobilespa-team-content-v3 .mobilespa-social-list li {
  margin: 0 6px 0 0; }

.mobilespa-team-content-v3 .mobilespa-social-list {
  margin: 0 0 40px; }

.mobilespa-team-content-v3 p {
  color: #888888;
  font-style: italic;
  margin: 0 0 30px; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3 .hover .mobilespa-single-team-img-v3.mobilespa-chocolate-overlay:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 100%;
  visibility: hidden; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3 .hover .mobilespa-team-content-v3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 35%;
  visibility: visible; }

.mobilespa-team-group-v3 .mobilespa-team-col-v3 .hover .mobilespa-single-team-img-v3 img {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%); }

.mobilespa-team-group-v3 .mobilespa-team-col-v3 .hover .mobilespa-team-person-details {
  bottom: -20%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden; }

.mobilespa-team-col-v3 {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-team-col-v3:hover {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-single-team-v3.mobilespa-white-overlay:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 11; }

.mobilespa-single-team-v3.hover.mobilespa-white-overlay:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* team version 4 */
.mobilespa-team-section-v4 .mobilespa-black-overlay {
  background-color: rgba(0, 0, 0, 0.1); }

.mobilespa-single-team-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58.33333% 41.6667%;
  grid-template-columns: 58.33333% 41.6667%;
  cursor: all-scroll; }

.mobilespa-team-slider {
  padding: 60px 0 0; }

.mobilespa-team-slider.owl-carousel .owl-item .mobilespa-team-member-img img {
  width: auto;
  margin: 0 auto; }

.mobilespa-team-content-v4 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mobilespa-team-content-v4 .mobilespa-social-list {
  margin: 0 0 20px; }

.mobilespa-team-person h3 {
  color: #404040;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 3.571em;
  margin: 0 0 10px; }

.mobilespa-team-person h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.143em;
  font-weight: 400; }

.mobilespa-team-content-v4 .mobilespa-team-person {
  margin: 0 0 30px; }

.mobilespa-team-content-v4 p {
  margin: 0 0 35px;
  font-style: italic;
  font-size: 1.143em; }

/*=========================================================================
                                19. INNER square-service.html content
=============================================================================*/
/* square service version 2 */
.mobilespa-version-2.mobilespa-single-square-service-content:before {
  border: 2px solid #E3BDA8; }

.mobilespa-version-2.mobilespa-single-square-service-content:hover:before {
  background-color: #FFFFFF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mobilespa-version-2.mobilespa-single-square-service-content:hover .mobilespa-overlay-with-img:before {
  display: none; }

.mobilespa-version-2.mobilespa-single-square-service-content .mobilespa-overlay-with-img {
  background-color: #E3BDA8;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-version-2.mobilespa-single-square-service-content i,
.mobilespa-version-2.mobilespa-single-square-service-content:hover i {
  color: #E3BDA8; }

.mobilespa-version-2.mobilespa-single-square-service-content:hover h2 {
  color: #444444; }

.mobilespa-version-2.mobilespa-single-square-service-content:hover p {
  color: #777777; }

/* square service version 3 */
.mobilespa-single-square-service-content.mobilespa-version-3 {
  width: 100%; }

.mobilespa-single-square-service-content.mobilespa-version-3 .mobilespa-overlay-with-img {
  top: 0;
  left: 0; }

.mobilespa-single-square-service-content.mobilespa-version-3:hover:before {
  background-color: #4DB6AC;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mobilespa-single-square-service-content.mobilespa-version-3 i {
  color: #E3BDA8; }

.mobilespa-single-square-service-content.mobilespa-version-3:hover i {
  color: #FFFFFF; }

/* square service version 4 */
.mobilespa-single-square-service-content.mobilespa-version-4 i {
  color: #E3BDA8; }

.mobilespa-single-square-service-content.mobilespa-version-4 .mobilespa-overlay-with-img {
  background-color: #E3BDA8; }

.mobilespa-single-square-service-content.mobilespa-version-4:hover:before {
  background-color: #4DB6AC; }

.mobilespa-single-square-service-content.mobilespa-version-4:hover i {
  color: #FFFFFF; }

/* square service with wawtermark version 2 */
.mobilespa-single-our-feature.mobilespa-version-2 .mobilespa-our-features-content {
  bottom: 0;
  padding: 30px 10px; }

.mobilespa-single-our-feature.mobilespa-version-2 .mobilespa-our-features-content h3 {
  margin: 0; }

.mobilespa-single-our-feature.mobilespa-version-2 span {
  position: absolute;
  bottom: -10%;
  font-size: 6em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: inherit;
  left: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  color: #FFFFFF; }

.mobilespa-single-our-feature.mobilespa-version-2:hover span {
  bottom: 14px;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

/*=========================================================================
                                20. INNER call-to-action.html content
=============================================================================*/
/* version 1 */
.mobilespa-call-to-action-v2.mobilespa-version-1 .mobilespa-black-overlay {
  background-color: rgba(34, 34, 34, 0.2); }

.mobilespa-call-to-action-v2.mobilespa-version-1 h2 span {
  text-transform: uppercase; }

/* version 2 */
.mobilespa-call-to-action-v2.mobilespa-version-2 {
  background-color: #E3BDA8; }

.mobilespa-call-to-action-v2.mobilespa-version-2 h2 span {
  text-transform: uppercase; }

.mobilespa-call-to-action-v2.mobilespa-version-2 .mobilespa-call-to-action-content-v2:before {
  content: '\e913';
  font-family: "iconfont";
  color: #FFFFFF;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  font-size: 11em;
  top: -20px;
  left: 23px; }

/* version 3 , 4 and 5 */
.mobilespa-call-to-action-section.mobilespa-version-3 .mobilespa-call-to-action-content,
.mobilespa-call-to-action-section.mobilespa-version-4 .mobilespa-call-to-action-content,
.mobilespa-call-to-action-section.mobilespa-version-5 .mobilespa-call-to-action-content {
  width: 50%; }

.mobilespa-call-to-action-content.content-center {
  margin: 0 auto;
  text-align: center; }

.mobilespa-call-to-action-content.content-left {
  margin: 0 auto;
  text-align: center; }

.mobilespa-call-to-action-content.content-right {
  margin: 0 0 0 auto;
  text-align: right; }

.mobilespa-call-to-action-section.mobilespa-version-3 .mobilespa-content-headinig h2,
.mobilespa-call-to-action-section.mobilespa-version-4 .mobilespa-content-headinig h2,
.mobilespa-call-to-action-section.mobilespa-version-5 .mobilespa-content-headinig h2,
.mobilespa-call-to-action-section.mobilespa-version-3 .mobilespa-content-headinig h3,
.mobilespa-call-to-action-section.mobilespa-version-4 .mobilespa-content-headinig h3,
.mobilespa-call-to-action-section.mobilespa-version-5 .mobilespa-content-headinig h3 {
  color: #444444;
  font-family: inherit;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 10px; }

.mobilespa-call-to-action-section.mobilespa-version-3 .mobilespa-content-headinig h3,
.mobilespa-call-to-action-section.mobilespa-version-4 .mobilespa-content-headinig h3,
.mobilespa-call-to-action-section.mobilespa-version-5 .mobilespa-content-headinig h3 {
  font-weight: 500;
  margin: 0; }

/* ScrollMagic css */
.mobilespa-call-to-action-section {
  overflow: hidden; }

.mobilespa-scoller-image img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0); }

.mobilespa-scoller-image.scoller-image-1 img {
  bottom: -100%;
  left: 0%; }

.mobilespa-scoller-image.scoller-image-2 img {
  top: -10%;
  right: 7%; }

/*=========================================================================
                                21. INNER about-v5.html content
=============================================================================*/
.mobilespa-simple-text-with-img-section.mobilespa-simple-text-with-img-section-v3 .mobilespa-simple-text.mobilespa-watermark-icon:before {
  color: #E3BDA8;
  font-size: 5em;
  height: auto;
  width: auto;
  top: -111px; }

.mobilespa-about-us-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mobilespa-sub-heading.mobilespa-watermark-title.mobilespa-version-2 h2:before {
  font-size: 1.667em;
  text-transform: uppercase;
  color: #F7F6F6;
  top: 16px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: -1; }

.mobilespa-sub-heading.mobilespa-watermark-title.mobilespa-version-2 h2 {
  font-size: 4.286em;
  margin: 0 0 15px; }

.mobilespa-sub-heading.mobilespa-watermark-title.mobilespa-version-2 h3 {
  color: #E3BDA8;
  font-style: italic;
  font-size: 2.286em;
  margin: 0; }

.mobilespa-sub-heading.mobilespa-watermark-title.mobilespa-version-2 {
  margin: 0 0 30px; }

.mobilespa-about-section-v2 .mobilespa-about-us-content p {
  color: #888888;
  font-size: 1.143em;
  margin: 0 0 25px;
  line-height: 1.8725; }

/*=========================================================================
                                22. INNER footer.html content
=============================================================================*/
/* version 5 */
.mobilespa-footer-section.mobilespa-version-5 {
  background-color: #1D1C22;
  padding: 88px 0 0 0;
  background-image: none; }

.mobilespa-footer-section.mobilespa-version-5:before,
.mobilespa-footer-section.mobilespa-version-5:after {
  display: none; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-footer-logo {
  margin: 0 0 30px; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-footer-content {
  text-align: center;
  padding: 0 0 80px;
  border-color: #414141;
  margin: 0; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-footer-content p {
  color: #9E9E9E;
  margin: 0 0 20px;
  font-size: 1.143em;
  line-height: 1.875; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-copyright-content {
  background-color: #4DB6AC; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-footer-menu ul li a {
  color: #AFAFAF; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-footer-menu ul li a:hover {
  color: #4DB6AC; }

.mobilespa-footer-section.mobilespa-version-5 .mobilespa-copyright-text {
  padding: 28px 0; }

/* new footer version */
.mobilespa-footer-section-v2 {
  position: relative; }

.mobilespa-footer-content-v2 {
  padding: 100px 0;
  background-color: #1E1E1E;
  color: #9E9E9E;
  position: relative; }

.mobilespa-footer-logo-v2 a {
  display: block;
  margin: 0 0 40px; }

.mobilespa-single-footer-v2 p {
  margin: 0 0 29px;
  font-size: 1.13em;
  line-height: 1.6; }

.mobilespa-social-list.mobilespa-version-3 li a {
  height: auto;
  width: auto;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.429em; }

.mobilespa-social-list.mobilespa-version-3 li a:hover {
  color: #9825AE; }

.mobilespa-social-list.mobilespa-version-3 li {
  margin: 0 34px 0 0; }

.mobilespa-footer-heading h3 {
  margin: 0 0 35px;
  color: #FFFFFF;
  font-size: 1.857em;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: -1px; }

.mobilespa-single-footer-v2 .mobilespa-latest-post-content a {
  margin: 0;
  color: #9E9E9E;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-footer-v2 .mobilespa-latest-post-content a:hover {
  color: #FFFFFF !important; }

.mobilespa-footer-link li {
  margin: 0 0 15px; }

.mobilespa-footer-link li:last-child {
  margin: 0; }

.mobilespa-footer-link li a {
  display: block;
  color: #9E9E9E;
  font-size: 1.13em;
  text-transform: capitalize;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: -1px; }

.mobilespa-footer-link li a:hover {
  color: #FFFFFF !important; }

.mobilespa-back-to-top-wraper.mobilespa-version-2 {
  height: 70px;
  width: 70px;
  bottom: inherit;
  top: -35px;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mobilespa-back-to-top-wraper.mobilespa-version-2 a {
  border: 2px solid #FFFFFF;
  background-color: #1E1E1E; }

/* new footer version 2 */
.mobilespa-version-2.mobilespa-footer-heading h3 {
  text-transform: uppercase;
  font-size: 1.429em; }

.mobilespa-social-list.mobilespa-version-4 li a,
.mobilespa-social-list.mobilespa-version-5 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 2px solid #47454F; }

.mobilespa-footer-section-v2.mobilespa-version-2 .mobilespa-footer-content-v2 {
  background-color: #313131; }

.mobilespa-version-2.mobilespa-copyright-content {
  background-color: #1E1E1E;
  padding: 38px 0; }

.mobilespa-footer-section-v2.mobilespa-version-2 .mobilespa-copyright-text {
  padding: 0; }

.mobilespa-back-to-top-wraper.mobilespa-version-3 {
  position: static;
  height: auto;
  width: auto;
  text-align: right; }

.mobilespa-back-to-top-wraper.mobilespa-version-3 a {
  font-weight: 700;
  color: #5BC271;
  text-transform: uppercase; }

.mobilespa-copyright-text p {
  line-height: 1; }

.mobilespa-copyright-text a {
  color: #5BC271; }

/* flicker */
.mobilespa-flickr-container ul li {
  float: none;
  border: 0; }

.mobilespa-flickr-container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px; }

/* new footer version 3 */
.mobilespa-footer-section-v2.mobilespa-version-3 .mobilespa-footer-content-v2 {
  background-color: #313131; }

.mobilespa-footer-section-v2.mobilespa-version-3 .mobilespa-copyright-text {
  padding: 0; }

.mobilespa-footer-section-v2.mobilespa-version-3 .mobilespa-copyright-text a,
.mobilespa-footer-section-v2.mobilespa-version-3 .mobilespa-back-to-top-wraper.mobilespa-version-3 a {
  color: #E6377A; }

.mobilespa-contact-form.mobilespa-version-3 input:not([type="submit"]),
.mobilespa-contact-form.mobilespa-version-3 textarea {
  height: 40px;
  border: 2px solid #646464;
  background-color: transparent;
  padding: 0 18px; }

.mobilespa-contact-form.mobilespa-version-3 textarea {
  height: 68px;
  padding: 13px 0 0 18px; }

.mobilespa-contact-form.mobilespa-version-3 input[type="submit"] {
  border-radius: 0;
  background-color: #E6377A;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(119, 119, 119, 0.5);
          box-shadow: 0px 8px 16px 0px rgba(119, 119, 119, 0.5); }

.mobilespa-contact-form.mobilespa-version-3 input::-webkit-input-placeholder,
.mobilespa-contact-form.mobilespa-version-3 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 0.857em;
  text-transform: capitalize; }

.mobilespa-contact-form.mobilespa-version-3 input::-moz-placeholder,
.mobilespa-contact-form.mobilespa-version-3 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 0.857em;
  text-transform: capitalize; }

.mobilespa-contact-form.mobilespa-version-3 input:-ms-input-placeholder,
.mobilespa-contact-form.mobilespa-version-3 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 0.857em;
  text-transform: capitalize; }

.mobilespa-contact-form.mobilespa-version-3 input:-moz-placeholder,
.mobilespa-contact-form.mobilespa-version-3 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 0.857em;
  text-transform: capitalize; }

/* new footer version 4 */
.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-footer-content-v2,
.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-footer-link li a,
.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-latest-post-content a {
  color: #CBCBCB; }

.mobilespa-social-list.mobilespa-version-5 li a {
  border-color: #919193; }

.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-black-overlay {
  background-color: rgba(30, 30, 30, 0.7); }

.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-contact-form.mobilespa-version-3 input[type="submit"] {
  background-color: #9825AE; }

.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-copyright-text {
  padding: 0; }

.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-copyright-text a,
.mobilespa-footer-section-v2.mobilespa-version-4 .mobilespa-back-to-top-wraper.mobilespa-version-3 a {
  color: #9825AE; }

/* new footer version 5 */
.mobilespa-footer-section-v2.mobilespa-version-5 .mobilespa-footer-content-v2 {
  background-color: #FFFFFF; }

.mobilespa-footer-heading.mobilespa-version-3 h3 {
  color: #313131;
  text-transform: uppercase;
  font-size: 1.429em;
  font-weight: 500; }

.mobilespa-version-2.mobilespa-footer-link li a:hover {
  color: #36CEFD !important; }

.mobilespa-footer-section-v2.mobilespa-version-5 .mobilespa-copyright-text {
  padding: 0; }

.mobilespa-footer-section-v2.mobilespa-version-5 .mobilespa-copyright-text p {
  color: #9A9A9A; }

.mobilespa-back-to-top-wraper.mobilespa-version-4 {
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mobilespa-back-to-top-wraper.mobilespa-version-4 .mobilespa-iocn-btn.full-round-btn {
  background-color: #101010;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(46, 46, 46, 0.5);
          box-shadow: 0px 8px 16px 0px rgba(46, 46, 46, 0.5); }

.mobilespa-footer-section-v2.mobilespa-version-5 .mobilespa-copyright-text a {
  color: #30BED3; }

/* new footer version with contact details */
.mobilespa-footer-section-v3 {
  padding: 100px 0; }

.mobilespa-single-footer-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px calc(100% - 90px);
  grid-template-columns: 90px calc(100% - 90px); }

.mobilespa-footer-details-icon {
  -webkit-box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.4);
  background-color: #222222;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 2.143em;
  position: relative;
  z-index: 9;
  margin: 0 20px 0 0; }

.mobilespa-footer-details-text h5 {
  margin: 0 0 10px;
  font-size: 1.429em;
  font-weight: 400;
  text-transform: capitalize; }

.mobilespa-footer-details-text p {
  margin: 0;
  line-height: 1.875; }

.mobilespa-footer-details-text b {
  color: #222222;
  font-weight: 500;
  padding: 0 5px 0 0; }

.mobilespa-footer-details-text span {
  display: block;
  color: #EE393B; }

.mobilespa-footer-details {
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: 1px solid #2d2d2d; }

.mobilespa-footer-v3 .mobilespa-single-footer-v2 p {
  color: #9E9E9E; }

.mobilespa-social-list.mobilespa-version-6 li a {
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-facebook {
  background-color: #DAE1EE !important;
  color: #4B68A8; }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-twitter {
  background-color: #D4EDFB !important;
  color: #34A3F0; }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-pinterest {
  background-color: #fcd2d9 !important;
  color: #B80021; }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-dribbble {
  background-color: #F9DAE7 !important;
  color: #E34488; }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-instagram {
  background-color: #fad9e2 !important;
  color: #DF3760; }

.mobilespa-social-list.mobilespa-version-6 li a.mobilespa-google-plus {
  background-color: #fcd4d2 !important;
  color: #D8443D; }

.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-details-text h5,
.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-details-text p,
.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-v3 .mobilespa-single-footer-v2 p,
.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-link.mobilespa-version-3 li a,
.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-single-footer-v2 .mobilespa-latest-post-content a {
  color: #f9f9f9; }

.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-v3 .mobilespa-single-footer-v2 p,
.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-footer-link.mobilespa-version-3 li a {
  font-size: 1em; }

.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer .mobilespa-copyright-text {
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid #2d2d2d;
  margin-top: 40px; }

.mobilespa-footer-section-v3.mobilespa-version-2.xs-extra-css-for-footer {
  padding-bottom: 40px; }

/* color list */
.mobilespa-footer-details-icon.mobilespa-red {
  background-color: #F44336; }

.mobilespa-footer-details-text.mobilespa-red h5 {
  color: #F44336; }

.mobilespa-footer-details-icon.mobilespa-blue {
  background-color: #3498F1; }

.mobilespa-footer-details-text.mobilespa-blue h5 {
  color: #3498F1; }

.mobilespa-footer-details-icon.mobilespa-green {
  background-color: #56B054; }

.mobilespa-footer-details-text.mobilespa-green h5 {
  color: #56B054; }

.mobilespa-footer-link.mobilespa-version-3 li a {
  color: #999999; }

.mobilespa-footer-link.mobilespa-version-3 li a i {
  padding: 0 5px 0 0;
  font-size: .7em;
  position: relative;
  top: -1px; }

.mobilespa-latest-news-wraper.mobilespa-version-2 .mobilespa-latest-post-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-latest-news-wraper.mobilespa-version-2 .mobilespa-sharing-details-list {
  margin: 15px 0 0; }

.mobilespa-sharing-details-list li {
  display: inline-block;
  margin: 0 7px 3px 0; }

.mobilespa-sharing-details-list li:last-child {
  margin: 0; }

.mobilespa-sharing-details-list li a {
  color: #999	999 !important; }

.mobilespa-sharing-details-list li a i {
  font-size: inherit;
  padding: 0 5px 0 0; }

.mobilespa-sharing-details-list.mobilespa-multi-color li:nth-child(1) a i {
  color: #56B054; }

.mobilespa-sharing-details-list.mobilespa-multi-color li:nth-child(2) a i {
  color: #39A79A; }

.mobilespa-sharing-details-list.mobilespa-multi-color li:nth-child(3) a i {
  color: #FCBF29; }

.mobilespa-blue.mobilespa-footer-heading h3,
.mobilespa-footer-link.mobilespa-blue.mobilespa-version-3 li a i,
.mobilespa-single-latest-news.mobilespa-blue .mobilespa-latest-post-content a.post-titles {
  color: #30BED3; }

.mobilespa-footer-link.mobilespa-blue.mobilespa-version-3 li a:hover,
.mobilespa-single-latest-news.mobilespa-blue .mobilespa-latest-post-content a:hover {
  color: #30BED3 !important; }

/* color green */
.mobilespa-green.mobilespa-footer-heading h3,
.mobilespa-footer-link.mobilespa-green.mobilespa-version-3 li a i,
.mobilespa-sharing-details-list.mobilespa-green a i,
.mobilespa-single-latest-news.mobilespa-green .mobilespa-latest-post-content a.post-titles {
  color: #5BC271; }

.mobilespa-footer-link.mobilespa-green.mobilespa-version-3 li a:hover,
.mobilespa-single-latest-news.mobilespa-green .mobilespa-latest-post-content a.post-titles:hover,
.mobilespa-sharing-details-list.mobilespa-green li a:hover {
  color: #5BC271 !important; }

/* footer version 6 */
.mobilespa-footer-section.mobilespa-version-6 {
  padding: 0;
  background-image: none; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-single-footer p {
  color: #333333; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-single-footer {
  text-align: center; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-single-footer .mobilespa-details-ico i {
  color: #5BC271;
  font-size: 3.571em; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-single-footer .mobilespa-details-ico {
  margin: 0 0 35px; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-footer-content {
  border-bottom: 0px solid #FFFFFF;
  margin: 0; }

.mobilespa-version-6.mobilespa-footer-section:before,
.mobilespa-version-6.mobilespa-footer-section:after {
  display: none; }

.mobilespa-footer-section.mobilespa-version-6 .mobilespa-footer-details-icon {
  margin: 0 0 39px; }

.mobilespa-footer-section.mobilespa-version-6-v2 .mobilespa-single-footer p,
.mobilespa-footer-section.mobilespa-version-6-v3 .mobilespa-single-footer p {
  color: #777777; }

.mobilespa-single-footer p i {
  color: #5BC271;
  padding: 0 10px 0 0; }

.mobilespa-footer-section.mobilespa-version-6.mobilespa-version-6-v3 .mobilespa-single-footer,
.mobilespa-footer-section.mobilespa-version-6.mobilespa-version-6-v3 .mobilespa-single-footer p {
  text-align: left; }

/* sub form */
.mobilespa-subscribe-content.mobilespa-version-6:before,
.mobilespa-subscribe-content.mobilespa-version-7:before {
  display: none; }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe-wraper,
.mobilespa-subscribe-content.mobilespa-version-7 .mobilespa-subscribe-wraper {
  margin: 0 auto; }

.mobilespa-subscribe-content.mobilespa-version-6,
.mobilespa-subscribe-content.mobilespa-version-7 {
  padding: 0 0 80px; }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe-wraper h3,
.mobilespa-subscribe-content.mobilespa-version-7 .mobilespa-subscribe-wraper h3 {
  margin: 0 0 50px;
  font-weight: 700;
  color: #222222;
  font-size: 2.143em; }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe {
  height: 60px; }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe-wraper input:not([type="submit"]) {
  border: 0px solid #F0F0F0;
  background-color: #FFFFFF;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe-wraper input[type="submit"] {
  right: 0px;
  height: 100%;
  border-radius: 0px;
  background-color: #5BC271;
  padding: 0 30px; }

.mobilespa-subscribe-content.mobilespa-version-6 .mobilespa-subscribe label,
.mobilespa-subscribe-content.mobilespa-version-7 .mobilespa-subscribe label {
  color: #5BC271; }

.mobilespa-subscribe-content.mobilespa-version-7 .mobilespa-subscribe-wraper input[type="submit"] {
  background-color: #5BC271; }

/* footer version 7 */
.mobilespa-version-7.mobilespa-footer-section {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><path fill= "rgb(0, 0, 0)" fill-opacity= "0.7" fill-rule= "evenodd" d="M0,10266s198.4,114,387,5,497.966-214.4,774-170,689.47,140,759,169v650H0v-654Z" transform="translate(0 -10090.6)"/></svg>'); }

.mobilespa-version-7.mobilespa-footer-section:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><path fill= "rgb(0, 0, 0)" fill-opacity= "0.7" fill-rule= "evenodd" d="M0,10095s570.853,396,1495,58c0,0,271.65-105.1,425-92v863H0v-829Z" transform="translate(0 -10059.8)"/></svg>'); }

.mobilespa-version-7.mobilespa-footer-section .mobilespa-copyright-text span {
  color: #6A1B9A; }

/* footer version 8 */
.mobilespa-version-8.mobilespa-footer-section {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><path fill= "rgb(248, 248, 248)" fill-opacity= "0.5" fill-rule= "evenodd" d="M0,10266s198.4,114,387,5,497.966-214.4,774-170,689.47,140,759,169v650H0v-654Z" transform="translate(0 -10090.6)"/></svg>'); }

.mobilespa-version-8.mobilespa-footer-section:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><path fill= "rgb(248, 248, 248)" fill-opacity= "0.5" fill-rule= "evenodd" d="M0,10095s570.853,396,1495,58c0,0,271.65-105.1,425-92v863H0v-829Z" transform="translate(0 -10059.8)"/></svg>'); }

.mobilespa-version-8.mobilespa-footer-section .mobilespa-copyright-text span {
  color: #5BC271; }

.mobilespa-footer-section.mobilespa-version-8 .mobilespa-subscribe-content.mobilespa-version-7 {
  padding: 0;
  border: 0;
  margin: 0 0 60px; }

.mobilespa-footer-section.mobilespa-version-8 .mobilespa-single-footer p {
  color: #444444; }

.mobilespa-footer-section.mobilespa-version-8 .mobilespa-footer-content {
  border-color: #D2D2D2; }

.mobilespa-footer-section.mobilespa-version-8 .mobilespa-copyright-text p {
  color: #888888; }

/* footer version 9 */
.mobilespa-version-9.mobilespa-footer-section {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:rgb(123, 17, 251);stop-opacity:1" /><stop offset="100%" style="stop-color:rgb(208, 40, 252);stop-opacity:1" /></linearGradient></defs><path fill= "url(%23grad1)" fill-opacity= "0.6" fill-rule= "evenodd" d="M0,10266s198.4,114,387,5,497.966-214.4,774-170,689.47,140,759,169v650H0v-654Z" transform="translate(0 -10090.6)"/></svg>'); }

.mobilespa-version-9.mobilespa-footer-section:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1920 829.4"><defs><linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:rgb(123, 17, 251);stop-opacity:1" /><stop offset="100%" style="stop-color:rgb(208, 40, 252);stop-opacity:1" /></linearGradient></defs><path fill= "url(%23grad2)" fill-opacity= ".6" fill-rule= "evenodd" d="M0,10095s570.853,396,1495,58c0,0,271.65-105.1,425-92v863H0v-829Z" transform="translate(0 -10059.8)"/></svg>'); }

.mobilespa-footer-section.mobilespa-version-9 .mobilespa-subscribe-content {
  padding: 0;
  margin: 0 0 80px;
  border-bottom: 0px solid #E2E2E2; }

.mobilespa-footer-section.mobilespa-version-9 .mobilespa-footer-details-icon {
  margin: 0 0 39px; }

/*=========================================================================
                                23. INNER pricing-v2.html content
=============================================================================*/
/* new pricing */
.mobilespa-single-new-pricing-wraper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.33333% - 25px) calc(50% - 25px) 16.666667%;
  grid-template-columns: calc(33.33333% - 25px) calc(50% - 25px) 16.666667%;
  grid-gap: 25px;
  margin: 0 0 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-single-new-pricing-wraper {
  height: 200px; }

.mobilespa-single-new-pricing-wraper:last-child {
  margin: 0; }

.mobilespa-single-new-pricing.mobilespa-pricing-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-single-new-pricing {
  z-index: 1;
  position: relative;
  padding: 0; }

.mobilespa-single-new-pricing.mobilespa-pricing-header {
  background-color: #4DB6AC;
  color: #FFFFFF;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-new-pricing.mobilespa-watermark-icon.mobilespa-pricing-header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2f2f2;
  font-size: 6em; }

.mobilespa-single-new-pricing.mobilespa-watermark-icon.mobilespa-pricing-header:before {
  display: none; }

.mobilespa-single-new-pricing.mobilespa-watermark-icon span {
  z-index: -1;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  font-size: 6em;
  padding: 0 20px;
  position: absolute;
  right: 0; }

.mobilespa-single-new-pricing.mobilespa-pricing-header h2 {
  margin: 0 0 15px;
  font-size: 2.143em;
  text-transform: capitalize; }

.mobilespa-single-new-pricing.mobilespa-pricing-header h4 {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100; }

.mobilespa-single-new-pricing.mobilespa-pricing-content .mobilespa-both-side-list li {
  color: #999999;
  -ms-grid-columns: 80% 20%;
  grid-template-columns: 80% 20%; }

.mobilespa-single-new-pricing.mobilespa-pricing-content p {
  color: #999999; }

.mobilespa-single-new-pricing.mobilespa-pricing-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #FFFFFF; }

.mobilespa-single-new-pricing.mobilespa-pricing-footer h3 {
  font-size: 1.143em;
  margin: 0 0 14px;
  color: #777777;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-new-pricing.mobilespa-pricing-footer h5 {
  margin: 0;
  font-weight: 100;
  color: #E3BDA8;
  font-size: 3.571em;
  letter-spacing: 3px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-single-new-pricing-wraper.active .mobilespa-pricing-header,
.mobilespa-single-new-pricing-wraper.active .mobilespa-pricing-footer {
  background-color: #E3BDA8; }

.mobilespa-single-new-pricing-wraper.active .mobilespa-pricing-footer h3,
.mobilespa-single-new-pricing-wraper.active .mobilespa-pricing-footer h5 {
  color: #FFFFFF; }

/* version 5 */
.mobilespa-single-pricing-table.mobilespa-version-5 {
  border-radius: 0 0 0 40px; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-header-content {
  position: static;
  padding: 50px 30px 0;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-header-content .mobilespa-pricing-title h2 {
  color: #E3BDA8;
  font-weight: 400;
  margin: 0 0 30px; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-header-content .mobilespa-pricing-price h5 {
  color: #222222;
  font-size: 3.571em;
  font-weight: 100; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-header-content .mobilespa-pricing-price {
  text-align: center; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-header-content .mobilespa-pricing-price h5 span {
  font-size: inherit;
  vertical-align: inherit; }

.mobilespa-single-pricing-table.mobilespa-version-5 .mobilespa-pricing-footer {
  padding: 40px 30px 50px; }

.mobilespa-both-side-list.mobilespa-version-4 li {
  color: #999999;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 0 15px;
  padding: 0 0 15px; }

.mobilespa-both-side-list.mobilespa-version-4 li:last-child {
  border: 0; }

.mobilespa-both-side-list.mobilespa-version-4 span {
  color: #E3BDA8; }

.mobilespa-single-pricing-table-txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0 30px 0 0; }

.mobilespa-single-pricing-table-txt h2 {
  margin: 0 0 25px;
  font-size: 2.857em;
  line-height: 1.25;
  font-weight: 400; }

.mobilespa-single-pricing-table-txt p {
  margin: 0 0 30px;
  color: #D0D0D0; }

/* version 6 */
.mobilespa-pricing-table-section.mobilespa-version-6 .mobilespa-single-pricing-table.mobilespa-version-3 {
  padding: 100px 30px 64px; }

.mobilespa-pricing-table-section.mobilespa-version-6 .mobilespa-pricing-footer .mobilespa-both-side-list {
  margin: 0; }

.mobilespa-pricing-table-section.mobilespa-version-6 .mobilespa-beauty-product-hover-content {
  bottom: -22px; }

.icon-btn-with-text.icon-btn-with-text-v2:before {
  background-color: #4DB6AC; }

.icon-btn-with-text.icon-btn-with-text-v2:hover:before {
  background-color: #E3BDA8;
  content: ''; }

/*=========================================================================
                                24. INNER portfolio-single.html content
=============================================================================*/
.mobilespa-sync-preview {
  margin: 5px 5px 22px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-sync-slider-thumb .mobilespa-sync-thumb {
  margin: 5px; }

.mobilespa-sync-slider-thumb.mobilespa-version-2 .owl-item.current .mobilespa-sync-thumb {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

.mobilespa-sync-thumb {
  position: relative; }

.mobilespa-sync-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(1, 27, 88, 0.502);
  color: #FFFFFF; }

.mobilespa-sync-slider-preview {
  position: relative; }

.mobilespa-sync-slider-preview .owl-prev,
.mobilespa-sync-slider-preview .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }

.mobilespa-sync-slider-preview .owl-prev {
  left: 30px; }

.mobilespa-sync-slider-preview .owl-next {
  right: 30px; }

.mobilespa-sync-slider-preview .owl-nav i {
  background-color: rgba(0, 0, 0, 0.502);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.286em; }

.mobilespa-single-portfolio-details-wraper {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 40px;
  margin: 0 0 30px; }

.mobilespa-portfolio-content-header h2 {
  font-family: "Niconne", cursive;
  font-size: 1.857em;
  margin: 0 0 8px; }

.mobilespa-portfolio-content-header h3 {
  font-size: 2.286em;
  letter-spacing: -2px;
  font-weight: 600;
  margin: 0; }

.mobilespa-portfolio-text-content p {
  line-height: 1.7; }

.mobilespa-portfolio-content-header {
  margin: 0 0 15px; }

.mobilespa-portfolio-text-content {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #f4f4f4; }

.mobilespa-portfolio-text-content:last-child {
  padding: 0;
  margin: 0;
  border-bottom: 0px solid #f4f4f4; }

.mobilespa-next-prev-wraper {
  margin: 60px 0 0; }

.mobilespa-next-prev-tigger a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  font-size: 2.4em;
  position: relative;
  z-index: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-next-prev-tigger a i {
  position: relative;
  z-index: 1; }

.mobilespa-next-prev-tigger img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-next-prev-tigger a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-next-prev-tigger a:hover img {
  opacity: 1; }

.mobilespa-next-prev-tigger a:hover:before {
  opacity: .5; }

.mobilespa-next-prev-tigger a:hover {
  color: #FFFFFF; }

/* social tigger icon */
.mobilespa-social-tigger-wraper {
  text-align: center; }

.mobilespa-social-tigger {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 1% auto; }

.mobilespa-social-tigger li {
  height: 100%; }

.mobilespa-social-tigger li a {
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 1em;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: hidden; }

.mobilespa-social-tigger li:nth-child(1) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 2.1s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 2.1s; }

.mobilespa-social-tigger li:nth-child(2) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.8s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.8s; }

.mobilespa-social-tigger li:nth-child(3) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s; }

.mobilespa-social-tigger li:nth-child(4) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s; }

.mobilespa-social-tigger li:nth-child(5) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s; }

.mobilespa-social-tigger li:nth-child(6) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s; }

.mobilespa-social-tigger.active li:nth-child(6) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 2.1s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 2.1s;
  -webkit-transform: translate(-45px, -80px);
          transform: translate(-45px, -80px); }

.mobilespa-social-tigger.active li:nth-child(5) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.8s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.8s;
  -webkit-transform: translate(-90px, 0);
          transform: translate(-90px, 0); }

.mobilespa-social-tigger.active li:nth-child(4) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  -webkit-transform: translate(-45px, 80px);
          transform: translate(-45px, 80px); }

.mobilespa-social-tigger.active li:nth-child(3) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  -webkit-transform: translate(45px, 80px);
          transform: translate(45px, 80px); }

.mobilespa-social-tigger.active li:nth-child(2) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  -webkit-transform: translate(90px, 0);
          transform: translate(90px, 0); }

.mobilespa-social-tigger.active li:nth-child(1) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -webkit-transform: translate(45px, -80px);
          transform: translate(45px, -80px); }

.mobilespa-social-tigger.active li a {
  opacity: 1;
  visibility: visible; }

.mobilespa-social-tigger li a.tigger-icon {
  opacity: 1;
  -webkit-transform: translate(0%, 0%) !important;
          transform: translate(0%, 0%) !important;
  visibility: visible; }

/* recent project */
.mobilespa-single-recent-project {
  position: relative;
  margin: 0 0 30px; }

.mobilespa-recent-project-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.mobilespa-recent-project-hover a {
  color: #FFFFFF;
  font-size: 3em; }

.mobilespa-single-recent-project:before {
  opacity: 0; }

.mobilespa-single-recent-project:hover .mobilespa-recent-project-hover {
  opacity: 1;
  bottom: 0; }

.mobilespa-single-recent-project:hover:before {
  opacity: 1; }

.mobilespa-woocommerce-tabs .tab-pane.fade {
  opacity: 1; }

/*=========================================================================
                                25. INNER product-details.html content
=============================================================================*/
.mobilespa-sync-slider-wraper {
  margin: 0 0 44px 0; }

.mobilespa-single-details h3 {
  margin: 0 0 15px;
  color: #222222;
  font-weight: 600;
  font-size: 1.571em;
  letter-spacing: -2px;
  text-transform: capitalize; }

.mobilespa-single-details h4 {
  color: #6A1B9A;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-size: 1.143em; }

.stars span a {
  color: #FCCA29;
  font-size: 1.429em; }

.woocommerce p.stars a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars a:hover ~ a::before {
  content: '\f005';
  font-family: "FontAwesome"; }

.woocommerce p.stars a:hover ~ a::before {
  content: '\f006'; }

.woocommerce p.stars {
  line-height: 1;
  margin: 0 0 15px; }

label[for="rating"] {
  margin: 0;
  color: #EC5598; }

.mobilespa-single-details p {
  line-height: 1.875;
  margin: 0 0 30px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: inherit; }

.woocommerce div.product p.price {
  margin: 0 0 30px; }

.woocommerce-Price-amount {
  color: #777777;
  font-size: 1.286em;
  display: block;
  font-weight: 500; }

.woocommerce-Price-currencySymbol {
  color: #6A1B9A;
  font-weight: 600;
  font-size: 2em;
  display: block;
  line-height: 1;
  padding: 10px 0 0 0; }

.mobilespa-add-to-chart-form,
.mobilespa-add-to-chart-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mobilespa-add-to-chart-form {
  margin: 0 0 40px; }

.mobilespa_input_number {
  border: 2px solid #6A1B9A;
  position: relative;
  border-radius: 25px;
  height: 45px;
  width: 100%;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.mobilespa_input_number .sub,
.mobilespa_input_number .add {
  float: left;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa_input_number .add {
  float: right; }

.mobilespa_input_number input[type="number"] {
  height: 100%;
  width: auto;
  border: 0;
  background-color: #F5F5F5;
  text-align: center;
  color: #6A1B9A;
  font-size: 1.429em;
  pointer-events: none;
  -webkit-appearance: none;
  width: 46px;
  font-weight: 400; }

.mobilespa_input_number input[type="number"]::-webkit-inner-spin-button,
.mobilespa_input_number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.mobilespa-add-to-chart-form .w-quantity-btn {
  margin: 0 0 0 20px; }

.mobilespa-add-to-chart-form .mobilespa-wishlist {
  /*margin: 10px 0 0 20px;	*/
  margin: 0px 0 0 20px; }

.mobilespa-add-to-chart-form .w-quantity-btn button.button.alt {
  background-color: #6A1B9A;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase; }

.mobilespa-add-to-chart-form .w-quantity-btn button i {
  margin: 0 12px 0 0; }

.mobilespa-add-to-chart-form .mobilespa-wishlist i {
  font-size: 1em;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #EC5598;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-share-now-title {
  color: #222222;
  font-size: 1.143em;
  font-weight: 600;
  text-transform: capitalize; }

.mobilespa-social-list.mobilespa-version-7 li a {
  background-color: transparent;
  border: 1px solid #C9C9C9;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #C9C9C9; }

.mobilespa-social-list.mobilespa-version-7 li a:hover {
  color: #FFFFFF;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  border: 0; }

.mobilespa-social-list.mobilespa-version-7 li:nth-child(2) a:hover {
  background-color: #3B5999; }

.mobilespa-social-list.mobilespa-version-7 li:nth-child(3) a:hover {
  background-color: #55ACEE; }

.mobilespa-social-list.mobilespa-version-7 li:nth-child(4) a:hover {
  background-color: #BD081C; }

.mobilespa-social-list.mobilespa-version-7 li:nth-child(5) a:hover {
  background-color: #EA4C89; }

.mobilespa-woocommerce-tabs .nav-tabs {
  border-color: #F1F5FF;
  margin: 0 0 30px; }

.mobilespa-woocommerce-tabs .nav-tabs li a {
  display: block;
  padding: 16px 26px;
  position: relative;
  color: #222222;
  font-size: 0.857em; }

.mobilespa-woocommerce-tabs .nav-tabs li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #6A1B9A;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-woocommerce-tabs .nav-tabs li a:hover:before {
  width: 100%;
  opacity: 1; }

.mobilespa-woocommerce-tabs .nav-tabs li a[aria-expanded="true"]:before {
  width: 100%;
  opacity: 1; }

.mobilespa-woocommerce-tabs .woocommerce-Tabs-panel h4 {
  color: #222222;
  font-weight: 500;
  font-size: 1.286em;
  line-height: 1.7777;
  margin: 0 0 20px; }

.mobilespa-woocommerce-tabs .woocommerce-Tabs-panel p {
  margin: 0 0 30px; }

.mobilespa-woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin: 0;
  line-height: 1.857; }

.mobilespa-woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #222222;
  margin: 0 0 20px;
  font-size: 1.714em; }

.mobilespa-woocommerce-tabs #reviews h3 {
  margin: 0 0 20px 0;
  font-size: 1.714em;
  color: #222222; }

.mobilespa-woocommerce-tabs .comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px; }

.mobilespa-woocommerce-tabs #review_form #respond p {
  margin: 0; }

.mobilespa-woocommerce-tabs label[for="rating"] {
  margin: 0 10px 0 0; }

.mobilespa-woocommerce-tabs .comment-form input:not([type="submit"]),
.mobilespa-woocommerce-tabs .comment-form textarea {
  width: 100%;
  display: block;
  height: 50px;
  border: 2px solid #eaeaea;
  padding: 0 18px;
  background-color: #FFFFFF;
  border-radius: 0;
  margin: 0 0 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.mobilespa-woocommerce-tabs .comment-form input:focus,
.mobilespa-woocommerce-tabs .comment-form textarea:focus {
  border-color: #6A1B9A; }

.mobilespa-woocommerce-tabs .comment-form textarea {
  resize: none;
  height: 120px !important;
  padding: 18px; }

.mobilespa-woocommerce-tabs #respond input#submit {
  background-color: #6A1B9A;
  height: 50px;
  border: 0;
  border-radius: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); }

/*=========================================================================
                                26. INNER cart.html content
=============================================================================*/
.mobilespa-cart a.remove {
  height: auto;
  width: auto; }

.mobilespa-cart a.remove:hover {
  background-color: transparent; }

.mobilespa-cart .product-thumbnail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-cart .product-thumbnail a img {
  margin: 0 20px 0 0;
  display: block; }

.mobilespa-cart .product-thumbnail a p {
  color: #777777;
  font-size: 1.143em;
  text-transform: capitalize; }

.mobilespa-cart .woocommerce-Price-currencySymbol {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit; }

.mobilespa-cart .woocommerce-Price-amount {
  font-size: 1.143em;
  font-weight: 400; }

.mobilespa-cart table.shop_table th {
  color: #222222;
  font-size: 1.143em;
  font-weight: 400;
  text-transform: capitalize;
  padding: 23px 10px;
  border-bottom: 1px solid; }

.mobilespa-cart .product-quantity .mobilespa_input_number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.mobilespa-cart table.shop_table {
  border: 0px; }

.mobilespa-cart table.shop_table td {
  border: 0;
  padding: 15px 12px; }

.mobilespa-cart tbody:before {
  content: '';
  display: block;
  padding: 0 0 25px 0; }

.mobilespa-cart table.shop_table td.actions {
  border-top: 1px solid;
  padding: 40px 0 0;
  margin: 0; }

.mobilespa-cart .coupon {
  width: 41.66667%;
  position: relative;
  height: 52px; }

.mobilespa-cart .coupon input:not([type="submit"]) {
  border: 1px solid #EAEAEA;
  height: 100%;
  border-radius: 25px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 18px; }

.mobilespa-cart .coupon input[type="submit"] {
  height: 100%;
  padding: 0 41px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  background-color: #6A1B9A;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0; }

.mobilespa-cart .cart-collaterals {
  width: 41.66667%;
  float: right; }

.mobilespa-cart .cart_totals h2 {
  margin: 0;
  font-size: 1.333em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.mobilespa-cart .cart-subtotal th {
  border: 0px !important; }

.mobilespa-cart table.shop_table tbody .order-total td {
  border-top: 1px solid;
  border-bottom: 1px solid; }

.mobilespa-cart table.shop_table th,
.mobilespa-cart table.shop_table td.actions,
.mobilespa-cart table.shop_table tbody .order-total td {
  border-color: #DBDBDB; }

.mobilespa-cart .wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobilespa-cart .wc-proceed-to-checkout input[type="submit"],
.mobilespa-cart .wc-proceed-to-checkout a.checkout-button.button.alt {
  background-color: #6A1B9A;
  border-radius: 25px;
  border: 0;
  padding: 18px 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 0 20px 0 0; }

.mobilespa-cart .wc-proceed-to-checkout a.checkout-button.button.alt {
  background-color: #EC5598;
  margin: 0; }

/*============================== menu version ==============================*/
/* menus list */
.mobilespa-main-header.color-white .xs_nav-landscape li a {
  color: #FFFFFF; }

.mobilespa-main-header.color-white .xs_nav-landscape li .nav-submenu a,
.mobilespa-main-header.color-white .xs_nav-landscape li .nav-submenu p {
  color: #222222; }

.mobilespa-main-header li .nav-submenu p,
.mobilespa-new-header li .nav-submenu p {
  color: #222222; }

.mobilespa-main-header.color-white .xs_nav-landscape .submenu-indicator-chevron {
  border-color: transparent #FFFFFF #FFFFFF transparent; }

.mobilespa-main-header.color-white .nav-toggle:before {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.5em 0 0 #FFFFFF, 0 1em 0 0 #FFFFFF;
          box-shadow: 0 0.5em 0 0 #FFFFFF, 0 1em 0 0 #FFFFFF; }

.mobilespa-new-header .xs_nav_2 .nav-logo > img {
  height: auto;
  margin: 0 auto;
  /*padding: 23px 0;*/
  padding: 18.3px 0; }

.mobilespa-new-header .xs_nav_2 .nav-logo {
  display: block;
  position: relative;
  overflow: hidden; }

.mobilespa-new-header .xs_nav_2 .nav-menu > li > a {
  height: auto;
  color: #222222;
  display: block;
  text-transform: uppercase;
  /*font-weight: 500;*/
  font-size: 12px; }

.mobilespa-new-header .xs_nav_2.xs_nav-landscape .nav-menu > li > a {
  padding: 35px 35px 35px 0; }

.mobilespa-new-header .xs_nav_2.xs_nav-landscape .nav-menu > li:last-child > a {
  padding-right: 0; }

.mobilespa-new-header {
  background-color: #FFFFFF;
  position: relative; }

.mobilespa-new-header .xs_nav_2.xs_nav-landscape {
  display: block;
  position: relative;
  /*overflow: hidden;*/ }

/*.mobilespa-new-header .xs_nav_2 .nav-menu.nav-menu-centered>li {
        margin: 0 40px 0 0;
}*/
.mobilespa-new-header .xs_nav_2 .nav-menu.nav-menu-centered > li:last-child {
  margin: 0; }

.mobilespa-new-header .xs_nav_2 .nav-search {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0; }

.mobilespa-new-header .xs_nav_2 .nav-search a {
  color: #8C8C8C;
  height: 50px;
  width: auto;
  /*border: 2px solid #D7D7D7;*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.143em; }

.mobilespa-new-header .xs_nav_2 .nav-search-button {
  width: auto;
  height: auto;
  line-height: inherit; }

.mobilespa-new-header .xs_nav_2 .nav-search > div {
  margin: 0 20px 0 0; }

.mobilespa-new-header .xs_nav_2 .nav-search .nav-search-button {
  margin: 0;
  background-color: transparent; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered > li a {
  padding-right: 30px; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered > li:last-child a {
  padding-right: 0px; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .nav-dropdown > li > a,
.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .megamenu-list > li > a {
  height: auto;
  color: #222222;
  display: block;
  text-transform: capitalize;
  font-size: 12px; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .nav-dropdown > li > a {
  border-bottom: 1px solid #f5f5f5; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .megamenu-list > li > a {
  border-color: transparent; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .megamenu-list > li > a:hover {
  background-color: transparent; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .megamenu-panel .text-content {
  padding: 20px; }

/* menu */
.megamenu-list-title {
  pointer-events: none; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a {
  color: #222222; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li.megamenu-list-title a {
  color: #222222; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a:hover {
  color: #6A1B9A; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header .nav-menu li:last-child {
  margin: 0; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header.color-pink .nav-menu li a:before {
  background-color: #EC5598; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header.color-pink .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a:hover {
  color: #EC5598; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header.color-green .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a:hover {
  color: #4CA14B; }

.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-4 .mobilespa-main-header.color-green .xs-navigation-middle-menu.xs_nav-landscape .nav-menu li a:before {
  background-color: #4CA14B; }

.mobilespa-logo.mobilespa-version-3 {
  position: absolute !important;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1) !important;
  /*min-height: 180px;*/
  min-height: 170px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF !important;
  padding: 0 !important;
  /*border-radius: 0 0 20px 20px;*/
  top: -42px;
  width: 100%; }

.mobilespa-nav-search-button {
  text-align: right; }

.mobilespa-nav-search-button a {
  /*background-color: #5BC271;*/
  height: 50px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.143em;
  color: #5BC271; }

/* menus */
.mobilespa-header-section.mobilespa-header-version-3.mobilespa-header-version-5 .xs_nav.mobilespa-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.icon-square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  width: 60px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }

.icon-square:before {
  height: 100%;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mobilespa-new-header.xs-extra-css .xs_nav_2 .nav-menu.nav-menu-centered .nav-dropdown > li > a:hover {
  color: #560F86; }

.mobilespa-copyright-content-wrapers {
  position: relative;
  width: 100%; }

/*style swither*/
.style_swither {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100px;
  z-index: 999999999; }

.color_code {
  display: none; }

/*# sourceMappingURL=style.css.map */