@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
/* Normal CSS */
body {
  color: #000;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #8e8e8e;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
hr {
  opacity: 0.9;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 65px;
  color: #000000;
  line-height: 70px;
  font-weight: 400;
}
h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 200;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #000000;
  color: #ffffff;
}
::-webkit-selection {
  background: #000000;
  color: #ffffff;
}
::-moz-selection {
  background: #000000;
  color: #ffffff;
}
::-o-selection {
  background: #000000;
  color: #ffffff;
}
::-ms-selection {
  background: #000000;
  color: #ffffff;
}
.container {
  max-width: 1185px;
}

/* Buttons CSS */
.btn {
  padding: 10px 28px;
  font-size: 17px;
  border-radius: 0;
  transition: all ease .4s;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  letter-spacing: 0.5px;
  min-width: 176px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-dark {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-outline-light {
  border: 1px solid #fff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-dark {
  border: 2px solid #000;
  color: #000 !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-blue {
  background-color: #03cccb;
  border-radius: 30px;
}
.btn-blue:hover {
  background-color: #d802c3;
}
.btn-link {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.btn-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.btn-link:hover, .btn-link:focus {
  color: #000;
  text-decoration: none;
}
.btn-link:hover:after {
  width: 100%;
}
p.pra-one {
  font-size: 18px;
  color: #6b6b6b;
  padding-bottom: 30px;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-info p {
  margin-bottom: 0;
  padding-left: 20px;
}
.contact-section .social-links {
  display: inline-block;
  margin: -10px 0 0;
}
.contact-section .social-links a {
  border: 2px solid #000;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  padding-top: 13px;
}
.contact-section .social-links a + a {
  padding-top: 10px;
}
.contact-section .social-links a:hover {
  border-color: #8e8e8e;
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 20px;
}
.breadcrumb-item {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.breadcrumb-item.active {
  color: #000;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb-item a img {
  position: relative;
  top: -3px;
}
/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #959595 !important;
    font-weight: 400;
    font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #959595 !important;
   opacity:  1;
   font-weight: 400;
   font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #959595 !important;
   opacity:  1;
   font-weight: 400;
   font-size: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}
::placeholder { /* Most modern browsers support this now. */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}
.form-group label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.form-control {
  width: 100%;
  height: 46px;
  padding: 5px 16px;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  font-size: 16px;
  color: #000 !important;
  font-weight: 300;
  border-width: 1px;
  border-color: #e4e4e4 !important;
  box-shadow: none !important;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
textarea.form-control {
  height: 185px;
  resize: none;
}
select.form-control, select.form-control:focus {
  background-image: url("../images/select-arrow.png");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-right: 35px;
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px; 
  background-color: #f1f1f1;
  border: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

/* Top Info Css */
.top-info {
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background: #000000;
}

/* Header Css */
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 0 35px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  display: inline-block;
}
.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navbar {
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-nav li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav li .socials li {
  margin: 0 0 0 11px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 50px 0;
  margin: 0 50px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item > .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link, .navbar-expand-lg .navbar-nav .nav-item .active {
  font-weight: 700;
}
.navbar-nav .nav-item .active.nav-link:after {
  width: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 2px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after, .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:after {
  width: 40px;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 24px 13px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f1f1f1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 15px 25px 29px;
  min-width: 235px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  top: 125px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
  position: relative;
  padding: 0;
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:after {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover:after {
  width: 100%;
}
.navbar-nav li.btn-col {
  padding: 0 25px 0 15px;
}
.navbar-expand-lg .navbar-nav .btn {
  padding: 10px 29px;
  background: #03cccb;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .btn:after {
  display: none;
}
.navbar-expand-lg .navbar-nav .btn:hover, .navbar-expand-lg .navbar-nav .btn:focus {
  background-color: #ffffff;
  color: #03cccb;
}
.navbar-expand-lg .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}
.banner {
  text-align: center;
  position: relative;
}
.banner .owl-carousel .item {
  display: flex;
  align-items: center;
  min-height: 755px;
  position: relative;
}
.banner .container {
  position: relative;
  z-index: 1;
  text-align: left;
}
.banner .caption-title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.banner .caption-title span{
  display: block;
}
.banner p {
  margin-bottom: 0;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 30px;
  max-width: 350px;
}
.banner h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 2px solid #000;
  display: inline-block;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tranding-products .owl-carousel .owl-nav {
  top: 30%;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 1;
  width: 15px;
  height: 25px;
  z-index: 1;
  outline: none;
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}
.owl-carousel .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 25px;
  content: "";
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease .4s;
  opacity: 0.2;
}
.owl-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.banner .owl-carousel .owl-nav button {
  left: 85px;
}
.banner .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 85px;
}
.banner .owl-carousel .owl-nav button:before {
  background-image: url(../images/left-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.banner .owl-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button:hover:before {
  opacity: 1;
}
.banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background: #c0c0c0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  transition: all ease .4s;
  outline: none;
}
.owl-carousel .owl-dots button.active, .owl-carousel .owl-dots button:hover {
  background: #000000;
}
.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.home-two .owl-carousel .owl-dots button {
  background: none;
  border: 2px solid #fff;
}
.home-two .owl-carousel .owl-dots button.active, .home-two .owl-carousel .owl-dots button:hover {
  background: #fff;
}
.slider-no-current {
  display: none;
}
.section-title  {
  margin-bottom: 34px;
  text-align: center;
}
.section-title p {
  font-size: 20px;
  line-height: 30px;
}
.section-title .small-heading {
  font-size: 32px;
  font-weight: 200;
}
.beauty-treatment {
  padding: 60px 0;
}
.beauty-treatment.style-two .item-box {
    margin: 0;
}
.beauty-treatment.style-two .btn-dark{
  border: 2px solid #000;
}
.beauty-treatment.style-two .btn-dark:hover {
  border: 2px solid #000;
  color: #000 !important;
  background: #fff;
}
.collection-section {
  padding-bottom: 80px;
}
.collection-section .section-title h2 {
  font-size: 32px;
}
.beauty-treatment .item-box, .tranding-products .item-box {
  background: none;
  box-shadow: none;
}
.tranding-products .item-box {
  padding: 0 15px;
}
.beauty-treatment .item-box:hover {
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0,0,0,0.04);
}
.tranding-products .item-box .img-item {
  background: #fff;
  margin-bottom: 35px;
}
.item-box {
  padding: 15px;
  background: #ffffff;
  transition: all ease .4s;
  box-shadow: 0 0 24px rgba(0,0,0,0.04);
}
.item-box .img-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.wishlist-show {
  display: none;
}
.item-box .img-item .wishlist-icon img {
  height: auto;
  width: auto;
}
.item-box .wishlist-icon {
  position: absolute;
  padding: 0;
  top: 6px;
  font-size: 0;
  right: 6px;
  transition: all ease .4s;
}
.item-box .wishlist-icon:hover img {
  display: none;
}
.item-box .wishlist-icon:hover img.wishlist-show {
  display: inline-block;
}
.item-box h5 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.item-box p {
  margin-bottom: 14px;
}
.buy-now-section {
  position: relative;
  z-index: 1;
  background-image: url(../images/buy-now.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.style-two.buy-now-section:before {
  display: none;
}
.style-two.buy-now-section h3 {
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
.style-two.buy-now-section p {
  font-size: 15px;
  color: #7c7c7c;
}
.box-border {
  border: 1px solid #fff;
  padding: 50px 20px;
}
.box-border:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.box-border:hover h2 {
  color: #000;
}
.box-border:hover .btn-outline-light {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.buy-now-section h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.buy-now-section h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
}
.buy-now-section .box-border  h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
}
.client-testimonials {
  background: #fff;
  padding: 80px 0 120px;
  text-align: center;
}
.client-testimonials p {
  font-size: 24px;
  color: #959595;
  font-style: italic;
  max-width: 650px;
  line-height: 50px;
  margin: 20px auto;
}
.client-testimonials h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.tranding-products {
  background: #f0f0f0;
  padding: 80px 0;
}
.tranding-products .item-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.tranding-products .item-box p,  .item-box p {
  font-size: 16px;
  color: #959595;
}
.item-box p {
  padding-top: 15px;
  padding-bottom: 10px;
}
.tranding-products .item-box p {
  padding-top: 0;
  padding-bottom: 0;
}
.tranding-products .item-box p + p, .item-box p + p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.tranding-products .btn-outline-dark {
  border-color: #d1d1d1;
}
.tranding-products .btn-outline-dark:hover, .tranding-products .btn-outline-dark:focus {
  border-color: #000;
}
.tranding-products .item-box .text-center {
  padding: 0 15px;
}
.signup-section {
  padding: 70px 0 30px;
  background: #000000;
  border-bottom: 1px solid #262626;
  text-align: center;
}
.signup-section .section-title h2 {
  color: #fff;
}
.signup-section .btn {
  background: #8e8e8e;
  color: #fff;
}
.form-control-line {
  border-radius: 0;
  background-color: #fff;
  height: auto;
  padding: 10px 15px;
  min-width: 750px;
}
.signup-section form {
  justify-content: center;
}
.signup-section .section-title {
  margin-bottom: 20px;
}
.signup-section p {
  font-size: 15px;
  color: #7c7c7c;
  padding-top: 10px;
  font-weight: 500;
}
/* Contact Page CSS */
.contact-detail {
  padding: 40px 0 60px;
  border-top: 1px dashed #cccccc;
  margin-top: 50px;
}
.contact-detail form .form-group {
  margin-bottom: 25px;
}
.contact-detail .form-control {
  box-shadow: -1px 1px 2px #ddd !important;
  height: 50px;
  font-size: 18px;
}
.contact-detail select.form-control, .contact-detail select.form-control:focus {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.contact-detail textarea.form-control {
  height: 120px;
}
.contact-detail form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #959595 !important;
}
.contact-detail form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #959595 !important;
   opacity:  1;
}
.contact-detail form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #959595 !important;
   opacity:  1;
}
.contact-detail form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #959595 !important;
}
.contact-detail form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #959595 !important;
}
.contact-detail form ::placeholder { /* Most modern browsers support this now. */
   color: #959595 !important;
}
#map1 {
  height: 490px;
}

/* Detail Page CSS */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 600px; */
  padding: 30px;
}
.detail-images .owl-carousel .owl-nav button {
  left: -25px;
  border: 1px solid #ebebeb !important;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
}
.detail-images .owl-carousel .owl-nav button.owl-next {
  right: -25px;
  left: auto;
}
.detail-images .owl-carousel .owl-nav button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.detail-images .owl-carousel .owl-nav button:hover:before {
  background-image: url(../images/right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.detail-images .owl-carousel .owl-nav .owl-prev:hover:before {
  background-image: url(../images/left-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.detail-images .owl-carousel .owl-nav button:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.select-option a {
  margin: 10px 5px;
  min-width: 83px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
}
.select-option a:hover, .select-option a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.product-detail {
  padding-left: 24px;
}
.product-detail h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-detail h2 {
  font-size: 32px;
  font-weight: 600;
}
.product-detail h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.product-detail h6 span {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 400;
}
.product-detail h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.product-detail h5 span {
  font-weight: 400;
}
.product-detail .detail-content p {
  color: #6b6b6b;
  font-size: 16px;
}
.product-price {
  font-weight: 400;
  font-size: 30px;
}
.price-tag {
  background: #000;
  color: #fff;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 5px;
  position: relative;
  top: -4px;
}
.product-detail hr {
  border-style: dashed;
}
.product-detail select.form-control {
  width: 120px;
}
.select-option a.disable-option {
  background-color: #ececec;
  text-decoration: line-through;
  cursor: not-allowed;
  border-color: #ececec;
  text-decoration: line-through;
  color: #797979;
}
.select-option a.disable-option:hover {
  background-color: #ececec;
  color: #797979;
  border-color: #ececec;
}
.nav-tabs {
  margin: 0 -15px;
  border-bottom: none;
  padding-bottom: 6px;
}
.nav-tabs .nav-item {
  padding: 0px 15px;
}
.nav-tabs .nav-item .nav-link {
  padding: 1px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border: none;
  position: relative;
}
.nav-tabs .nav-item .nav-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.nav-tabs .nav-item .nav-link.active:after  {
  width: 100%;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #000 !important;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000;
  border: none;
  border-radius: 0;
}
.detail-content {
  margin-top: 15px;
}
.detail-content p {
  font-weight: 400;
  font-size: 15px;
  color: #959595;
}
.detail-images {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  margin-bottom: 80px;
}
footer {
  padding: 70px 0 40px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
}
footer span.block {
  display: block;
}
footer h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer ul li a {
  font-size: 16px;
  color: #8a8a8a;
  position: relative;
  padding: 5px 0;
  display: flex;
}
footer ul li a:hover {
  font-size: 16px;
  color: #fff;
}
footer ul li a:before {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: all ease .4s;
}
footer ul li a:hover:before {
  width: 100%;
}
.hover-show {
  display: none;
  transition: all ease .4s;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
}
.social-links a {
  font-size: 15px;
  font-weight: 400;
  transition: all ease .4s;
}
.social-links a:hover {
  font-weight: 600;
  color: #8e8e8e;
}
.social-links a img {
  transition: all ease .4s;
}
.social-links a span {
  padding-left: 8px;
}
.social-links a .svg-inline--fa.fa-w-14 {
  width: 24px;
  height: auto;
  vertical-align: middle;
}
.social-links a:hover .svg-inline--fa {
  color: #8e8e8e;
}
.social-links a .svg-inline--fa.fa-w-10 {
  height: 21px;
  width: 16px;
  vertical-align: -4px;
}
.social-links a + a {
  margin-left: 15px;
}
.social-links a:hover img {
  display: none;
}
.social-links a:hover img.hover-show {
  display: inline-block;
}
footer .social-links {
  justify-content: center;
  position: relative;
  top: -35px;
}
footer .social-links a {
  color: #404040;
}
footer .social-links a:hover, footer .social-links a:hover .svg-inline--fa {
  color: #fff;
}
.copyright {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  color: #7c7c7c;
}
.copyright span {
  font-weight: 600;
}
.copyright span a {
  display: inline-block;
  margin-left: 15px;
}
.copyright p {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.copyright p a {
  color: #fff;
   font-weight: 600;
}
.copyright p a:hover {
  color: #8e8e8e;
}
.copyright p strong {
  font-weight: 600;
}
.footer-logo {
  position: relative;
  display: flex;
  justify-content: center;
}
.footer-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 0;
  width: 85px;
  height: 1px;
  background: #1a1a1a;
}
.footer-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 0;
  width: 85px;
  height: 1px;
  background: #1a1a1a;
}

/* Subpage CSS */
.filter {
  margin: 0 10px 0 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.filter .dropdown-toggle {
  background-image: url("../images/select-arrow.png");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.filter .dropdown-toggle:after {
  display: none;
}
.filter .dropdown-toggle span {
  position: relative;
}
.filter .dropdown-toggle span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 2px;
  background: #000;
  transition: all ease .4s;
}
.filter .dropdown-toggle:hover span:after {
  width: 100%;
}
.filter .dropdown-menu {
  padding: 20px 30px;
  min-width: 250px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border: none;
  top: 18px !important;
}
.filter .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  background: none !important;
  padding: 5px 0;
}
.filter .dropdown-menu .dropdown-item span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}
.filter .dropdown-menu .dropdown-item span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 1px;
  background: #000;
  transition: all ease .4s;
}
.filter .dropdown-menu .dropdown-item:hover span:after {
  width: 100%;
}
.filter h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}
.order-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-filter span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-right: 15px;
}
.order-filter .form-control {
  width: 180px;
}
.filter-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -14px;
}
.filter-tab li {
  padding: 0 14px;
}
.filter-tab li a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 0;
  font-size: 15px;
}
.filter-tab li a:hover, .filter-tab li a:focus {
  color: #000;
}
.filter-tab li.active a {
  border-bottom: 1px solid #000;
}
.swiper-inner {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
}
.swiper-right .swiper-slide {
  padding: 10px;
}
.page-banner {
  background: url("../images/page-banner.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.page-banner .container {
  min-height: 290px;
}
.page-banner h1 {
  text-transform: uppercase;
  font-size: 50px;
}

.accordion {
  padding: 30px 0;
}
.accordion>.card {
  margin: 25px 0;
  border: none;
  overflow: visible;
  background: #fff;
  box-shadow: 0px 0px 10px #efeeee;
}
.accordion>.card>.card-header {
  background: none;
  border: none;
  padding: 0;
  border-radius: 5px;
}
.accordion>.card>.card-header> a {
  padding: 20px 40px;
  display: flex;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.accordion>.card>.card-header> a:before {
  content: "";
  position: absolute;
  top: 35px;
  right: 30px;
  width: 19px;
  height: 3px;
  background: #000;
  transition: all ease .4s;
}
.accordion>.card>.card-header> a:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 38px;
  width: 3px;
  height: 0;
  background: #000;
  transition: all ease .4s;
}
.accordion>.card>.card-header> a.collapsed:after {
  height: 19px;
}
.accordion>.card .card-body {
  padding: 0 40px 10px;
}
.accordion>.card .card-body p {
  font-size: 16px;
  color: #6b6b6b;
}

@media screen and (max-width: 1599px) {
  .featured-slider .item-hover .middle-content {
    padding: 50px 25px;
  }
  .navbar-expand-lg .navbar-nav li.dropdown {
    padding-left: 25px;
    padding-right: 30px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li:after {
    top: 17px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 15px;
  }
  .featured-slider .item-hover {
    padding: 20px;
  }

  .featured-slider .big-title {
    top: -4px;
    height: 195px;
    background-size: 1200px auto;
  }
  .testimonials .big-title {
    height: 248px;
    background-size: 1200px auto;
  }
}
@media screen and (max-width: 1399px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 30px 0 0;
  }
  header {
    padding: 0;
  }
}
@media screen and (max-width: 1299px) {
  .banner .container {
    padding: 0 40px;
  }
  .owl-carousel .owl-nav button, .testimonials .owl-carousel .owl-nav button {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav .btn {
    font-size: 15px;
    padding: 10px 19px;
  }
  .navbar-expand-lg .navbar-nav li .socials li {
    margin: 0 0 5px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 0;
  }
  .navbar-expand-lg .navbar-nav li.dropdown {
    padding-left: 20px;
    padding-right: 25px;
  }
  .socials ul li a {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .social-links a {
    font-size: 14px;
  }
  .social-links a + a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .popular-treatments .item h3 {
    font-size: 22px;
  }
  .product-detail select.form-control {
    width: 90px;
  }
  .product-detail .btn {
    min-width: 150px;
    padding: 10px;
  }
  .form-control-line {
    min-width: 450px;
  }
  .back-to-top.active {
    bottom: 165px;
  }
  .price-box .btn {
    min-width: 200px;
    margin-left: 20px;
  }
  .details-box .owl-carousel .owl-nav button {
    display: block !important;
  }
  header .socials {
    margin-bottom: 20px;
  }

  .featured-slider .big-title {
    top: -3px;
    height: 145px;
    background-size: 900px auto;
  }
  .testimonials .big-title {
    height: 192px;
    background-size: 900px auto;
  }
  .landing-page .free-consult a {
    font-size: 50px;
    line-height: 50px;
  }
  .header-right li a {
    font-size: 14px;
  }
  .header-right li a img {
    max-width: 20px;
    max-height: 20px;
  }
  .logo {
    max-width: 220px;
  }
  footer [class*="col-"]:nth-child(2) .navbar-expand-lg .navbar-nav .nav-item {
    width: 50%;
  }
  .product-detail {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1099px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    background: none;
    box-shadow: none;
    border: none;
    padding: 5px 15px 15px;
  }
  .navbar-expand-lg .navbar-nav {
    width: 270px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    color: #8a8a8a;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
    color: #fff;
  }
  .page-banner .container {
    min-height: 150px;
  }
  .page-banner h1 {
    font-size: 36px;
  }
  header .social-links a {
    color: #8a8a8a;
  }
  header .social-links a:hover {
    color: #fff;
  }
  .navbar-toggler {
    border: 2px solid #000;
    width: 46px;
    height: 46px;
    background: #000;
    font-size: 0;
    padding: 8px;
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 0;
    outline: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
    height: 2px;
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-top: -1px;
  }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 2px;
    transition: all ease .4s;
  }
  .navbar-toggler-icon:after {
    top: 8px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 350px;
    height: 100vh;
    background: #000;
    padding: 20px;
    transition: all ease .4s;
    overflow: auto;
    display: flex;
  }

  .navbar-collapse.show {
    left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    color: #8a8a8a;
    margin: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }
  .navbar-expand-lg .navbar-nav .btn {
    background: #d802c3;
    padding: 12px 25px;
    margin: 20px 0 30px;
  }
  .navbar-expand-lg .navbar-nav li.dropdown, .navbar-expand-lg .navbar-nav li {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav li .socials li {
    margin: 0 10px 0 0;
  }
  .navbar-nav, .navbar-expand-lg .navbar-nav li {
    display: block;
  }
  .dropdown-toggle:after {
    border-color: #ffffff;
    top: 25px;
  }
  .navbar-nav .socials ul {
    display: flex;
  }
  .menu-open .navbar-toggler-icon {
    background: none;
  }
  .menu-open .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-45deg);
    height: 3px;
  }
  .menu-open .navbar-toggler-icon:after {
    top: 0;
    transform: rotate(45deg);
    height: 3px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .beauty-forever {
    margin: 40px auto 0;
    max-width: 90%;
    padding: 38px 40px 42px;
  }
  .product-img {
    height: auto;
  }
  .popular-treatments .item-image img, .details-box .owl-carousel img {
    width: 100%;
  }
  footer .social-links {
    top: 0;
  }
  .footer-logo:before, .footer-logo:after {
    display: none;
  }
  footer [class*="col-"] {
    padding-bottom: 25px;
  }
  footer h4 {
    margin-bottom: 15px;
  }
  footer {
    padding: 30px 0;
  }
  header {
    padding: 15px;
  }
  .details-box span {
    margin-top: 50px;
    display: block;
  }
  .price-box {
    padding: 20px 10px 0;
    justify-content: inherit;
  }
  .details-box .price-box span {
    margin-top: 10px;
  }
  .popular-treatments {
    padding-top: 30px;
  }
  .general-information .col-lg-4.col-md-12 {
    margin-top: 50px;
  }
  .featured-slider .big-title {
    top: -2px;
    height: 105px;
    background-size: 640px auto;
  }
  .testimonials .big-title {
    height: 145px;
    background-size: 640px auto;
  }
  .landing-page .beauty-forever {
    max-width: 100%;
  }
  .landing-page .banner .container {
    padding: 50px 15px;
  }
  .landing-page .banner .form-wrap {
    margin-top: 50px;
  }
  .landing-page .beauty-forever {
    padding: 50px 20px;
  }
  .landing-page .beauty-forever ul {
    font-size: 16px;
  }
  .landing-page .free-consult a {
    font-size: 46px;
  }
  
  .section-title h2 {
    font-size: 36px;
  }
  footer .navbar-expand-lg .navbar-nav {
    width: 100%;
  }
  footer [class*="col-"]:nth-child(2) .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .copyright {
    margin-top: 0;
    padding-top: 20px;
  }
  .copyright p {
    margin-bottom: 0;
  }
  footer .copyright [class*="col-"] {
    padding-bottom: 0;
  }
  .filter-tab {
    margin: 0 -12px;
  }
  .filter-tab li {
    padding: 0 12px;
  }
  .filter-tab li a {
    font-size: 14px;
  }
  .feed-list li {
    width: 33.333%;
  }
  .order-filter span {
    margin-right: 10px;
    font-size: 13px;
  }
  .product-detail {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .details-box {
    margin-bottom: 0;
  }
  .product-detail h2 {
    font-size: 24px;
  }
  .accordion {
    padding: 15px 0;
  }
  .buy-now-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
  }
  .accordion>.card>.card-header> a {
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
  }
  .accordion>.card .card-body {
    padding: 0 20px 10px;
  }
  footer .copyright .text-left {
    text-align: center !important;
  }
  .contact-section .col-md-3, .contact-section .col-md-4, .contact-section .col-md-5 {
    text-align: left !important;
    padding: 0 15px 30px;
  }
  .contact-section .col-md-3 {
    padding: 0 15px;
  }
  .contact-detail {
    padding: 30px 0;
    margin-top: 30px;
  }
  .contact-section .social-links {
    margin: 0;
  }
  .box-border {
    padding: 20px;
  }
  .client-testimonials {
    padding: 40px 0 80px;
  }
  .banner h5 {
    color: #fff;
    border-color: #fff;
    font-size: 13px;
  }
  .banner p {
    color: #fff;
  }
  .page-banner .container {
    min-height: 100px;
  }
  .page-banner h1 {
    font-size: 30px;
  }
  .tranding-products, .buy-now-section {
    padding: 40px 0;
  }
  .beauty-treatment .item-box, .tranding-products .item-box {
    padding: 0;
  }
  .style-two.buy-now-section:before {
    display: block;
  }
  .style-two.buy-now-section h3 {
    color: #fff;
  }
  .style-two.buy-now-section p {
    color: #fff;
  }
  .banner .owl-carousel .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .banner .caption-title {
    color: #fff;
  }
  .signup-section .text-center {
    width: 100%;
  }
  .signup-section .form-group {
    width: 100%;
  }
  .signup-section .btn {
    width: 100%;
    margin-top: 20px;
  }
  .form-control-line {
    min-width: 100%;
  }
  .navbar-collapse {
    width: 270px;
  }
  .logo img {
    width: 150px;
  }
  .banner .container {
    padding: 0 20px;
    text-align: center;
  }
  h1 {
    font-size: 40px;
    line-height: normal;
  }
  h2 {
    font-size: 24px;
  }
  .banner p br {
    display: none;
  }
  .beauty-treatment {
    padding: 40px 0;
  }
  .featured-clients {
    padding: 50px 0 0;
  }
  .featured-slider {
    padding-bottom: 100px;
  }
  .popular-treatments .item {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  }
  .banner .owl-carousel .item {
    min-height: 550px;
    background-position-x: 75% !important;
  }
  .page-title {
    height: 74px;
    padding-top: 30px;
  }
  .page-title h1 {
    font-size: 60px;
    bottom: -23px;
  }
  .popular-treatments {
    padding-top: 50px;
  }
  .popular-treatments {
    padding-bottom: 50px;
  }
  .who-we-are .section-title h2 {
    margin-bottom: 15px;
  }
  .inner-wrap .image-block {
    margin-bottom: 40px;
  }
  .who-we-are .section-title p {
    font-size: 20px;
  }
  .who-we-are .section-title {
    padding-bottom: 20px;
  }
  .general-information [class*="col-"] {
    margin: 0 0 30px !important;
  }
  .general-information {
    padding-bottom: 10px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    height: 53px;
  }
  .who-we-are {
    padding: 50px 0;
  }  
  .instagram-feeds .section-title {
    background-size: 50px auto;
    background-position: 50% 30px;
    padding: 40px 0 10px;
  }
  .order-popup button.close {
    top: 10px;
    right: 10px;
  }
  .order-popup button.close img {
    width: 30px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    display: none;
  }
  .landing-page .form-wrap form textarea.form-control {
    height: 100px;
  }
  .header-right {
    justify-content: flex-end;
  }
  .header-right li span {
    padding: 0;
  }
  .header-right li a {
    font-size: 0;
  }
  .header-right li a img {
    max-width: initial;
    max-height: initial;
  }
  .signup-section {
    padding: 40px 0;
  }
  .signup-section p {
    margin-bottom: 0;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .client-testimonials p {
    font-size: 20px;
    line-height: 30px;
  }
  .box-border.bg-light {
    margin-top: 20px;
  }
  .social-links a + a {
    margin-left: 15px;
  }
  footer h4 {
    margin-bottom: 8px;
  }
  header {
    padding-left: 0;
    padding-right: 0; 
  }
  .feed-title h2 span {
    font-size: 36px;
  }
  .feed-title h2 {
    font-size: 24px;
  }
  .feed-list li {
    width: 50%;
  }
  .filter-tab {
    padding-bottom: 20px;
  }
  header ~ hr {
    margin-top: 0;
  }
  .product-detail select.form-control {
    width: 120px;
  }
}

@media screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  
  .detail-images{ margin-bottom: 0px;}

  .detail-images .owl-carousel .owl-dots {
    position: absolute;
  }
  .product-detail {
    padding-top: 50px;
  }
  .product-detail .col-auto {
    width: 100%;
  }
  .product-detail select.form-control {
    width: 100%;
  }
  .product-detail .col-auto + .col-auto {
    margin-top: 20px;
  }
  .product-detail .btn {
    margin: 0 5px;
  }
  .filter {
    width: 100%;
  }
  .filter .dropdown-toggle {
    display: flex;
    padding: 15px 20px 5px;
    background-color: #f1f1f1;
    margin-bottom: 15px;
  }
  .filter .dropdown-menu {
    top: 0 !important;
    min-width: 100%;
  }
  .signup-section .btn {
    margin: 0;
  }
  .beauty-forever p {
    font-size: 20px;
  }
  .copyright {
    padding: 30px 0 10px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .testimonials .item-content, .testimonials .item-image, .testimonials .item-image img {
    width: 100%;
  }
  .testimonials .item {
    display: block;
  }
  .testimonials .item-content {
    padding: 30px 0 20px;
  }
  .details-box {
    padding: 35px 25px;
  }
  .details-box span {
    margin-top: 30px;
  }
  .details-box h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .price-box {
    display: block;
  }
  .price-box .btn {
    margin: 20px 0 0;
  }
  .details-box .price-box span:after {
    display: none;
  }
  .details-box .price-box span {
    margin-top: 0;
  }
  .details-box .tabs .nav-tabs {
    display: block;
  }
  .details-box .tabs .nav-tabs li {
    width: 100%;
  }
  .details-box .tabs .nav-tabs li a {
    padding: 15px;
  }
  .popular-treatments .btn {
    font-size: 20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 18px;
  }
  .form-wrap form .btn {
    padding: 12px 28px;
  }
  .order-popup .form-wrap .section-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .form-wrap {
    padding: 30px 0 35px;
  }
  .order-popup .form-wrap .section-title p {
    font-size: 20px;
  }
  .order-popup .modal-body {
    padding: 0 20px 51px;
  }
  .form-wrap {
    padding: 30px 0 15px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    font-size: 16px;
  }
  .featured-slider, .testimonials {
    padding-bottom: 50px;
  }
  .owl-carousel .owl-dots {
    position: static;
    padding-top: 25px;
  }
  .landing-page .call-us a {
    font-size: 20px;
  }
  .call-us img {
    width: 25px;
  }
  .landing-page header {
    padding: 15px 0;
  }
  .landing-page .beauty-forever ul li {
    width: 100%;
    text-align: left;
    font-size: 17px;
  }
  .landing-page .beauty-forever ul li:before {
    display: none;
  }
  .landing-page .free-consult {
    height: auto;
    padding: 30px 0;
  }
  .landing-page .free-consult a {
    font-size: 40px;
    line-height: 40px;
  }
  .landing-page .details-box {
    padding: 30px;
  }
  .landing-page .details-box h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .landing-page .owl-carousel .owl-dots {
    position: absolute;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-dots {
    padding-top: 15px;
  }
  .order-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-filter span {
    margin-bottom: 10px;
  }
  .order-filter select.form-control {
    width: 100%;
  }
  .section-title h2 {
    margin-bottom: 15px;
  }
  .filter-tab li {
    margin-bottom: 10px;
  }
  .swiper-inner {
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-collapse {
    width: 240px;
  }
  .navbar-expand-lg .navbar-nav .btn {
    padding: 10px;
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .beauty-forever {
    max-width: 100%;
    padding: 38px 30px 42px;
    margin: 10px auto 0;
  }
  .beauty-forever a {
    margin: 0 0 10px;
    min-width: 100%;
    padding: 10.5px 8px;
  }
  .beauty-forever p {
    font-size: 18px;
  }
  .beauty-forever:after {
    display: none;
  }
  .beauty-treatment {
    padding-bottom: 50px;
  }
  .section-title .small-heading {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    font-size: 12vw;
  }
  .price-box small {
    font-size: 22px;
    margin-left: 5px;
  }
  .details-box .tabs .nav-tabs li a {
    font-size: 18px;
  }
  .details-box .tab-content {
    padding: 20px 20px 0;
  }
  .form-wrap form .btn {
    min-width: 100%;
  }
  .page-title h1 {
    font-size: 53px;
    bottom: -20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 16px;
  }
  .featured-slider .item-hover .middle-content {
    padding: 25px 15px;
  }
  .item-hover h3 {
    font-size: 24px;
  }
  .item-hover p {
    font-size: 16px;
    line-height: 22px;
  }
  .featured-slider .item ul li img {
    width: 18px;
  }
  .landing-page .free-consult a {
    font-size: 30px;
    line-height: 30px;
  }
  .landing-page .details-box h2 {
    font-size: 34px;
    line-height: 32px;
    margin-top: 30px;
  }
  .header-right li a img {
    max-width: 22px;
    max-height: 22px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .buy-now-section h3 {
    font-size: 24px;
  }
  .buy-now-section h2 {
    font-size: 20px;
  }
  .btn-link {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  header ~ hr {
    margin-bottom: 0;
  }
  .accordion>.card>.card-header> a {
    font-size: 16px;
    font-weight: 600;
  }
  .accordion>.card>.card-header> a:before {
    top: 30px;
  }
  .accordion>.card>.card-header> a:after {
    top: 22px;
  }
}
@media screen and (max-width: 359px) {
  .product-detail .btn {
    width: 100%;
    margin: 8px 0;
  }
  .product-detail .col-auto + .col-auto {
    margin: 8px 0 0;
  }
  .product-detail select.form-control {
    height: 45px !important;
  }
}
.img-item img { aspect-ratio: 245 / 262; }