/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url("style.css");
@font-face {
  font-family: "laviossamedium";
  src: url("../fonts/Laviossa/laviossa-medium-webfont.woff2") format("woff2"),
    url("../fonts/Laviossa/laviossa-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Italic;
  src: url("../fonts/Poppins/Poppins-Italic.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

html {
  scroll-behavior: smooth;
}

.heading1 {
  font-size: 30px;
  font-weight: 500;
  font-family: Poppins-SemiBold;
}
.heading2 {
  font-size: 25px;
  font-weight: 500;
  font-family: Poppins-SemiBold;
}

h1 {
  font-family: "laviossamedium";
  font-size: 20px;
  font-weight: 700;
}
h2 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  font-weight: 500;
}
h3 {
  font-family: Poppins-Medium;
  font-size: 17px;
  font-weight: 400;
}
h4 {
  font-family: Poppins-SemiBold;
  font-weight: 400;
}
h5 {
  font-family: Poppins-SemiBold;
  font-weight: 400;
}
h5 {
  font-family: Poppins-SemiBold;
  font-weight: 400;
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/

/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {
  max-width: 1280px;
}

@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/*------------------------------------------------------------------
[ Slick2 ]*/
.slick-slide {
  outline: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ LOADDING ]*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader05 {
  width: 56px;
  height: 56px;
  border: 4px solid #c52f33;
  border-radius: 50%;
  position: relative;
  animation: loader-scale 1s ease-out infinite;
  top: 50%;
  margin: -28px auto 0 auto;
}

@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: #c52f33;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 25px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  background-color: #dc4e52;
}

@media (max-width: 575px) {
  .btn-back-to-top {
    bottom: 0px;
    right: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Desktop ]*/

.top-header-section {
  background-color: #e39482;
  color: #000;
  padding: 22px;
}

.top-header-section a {
  color: #000;
}

.left-section {
  font-size: 16px;
}
.right-section {
  font-size: 16px;
}

@media (max-width: 767px) {
  .left-section {
    font-size: 14px;
  }
  .right-section {
    font-size: 14px;
  }

  .top-header-section .flex-sb {
    display: block;
  }
}

.offers .slick-slider .slick-next {
  right: 0;
}
.offers .slick-slider .slick-prev {
  left: 0;
}

.txtclr {
  color: #e39482;
}

.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-v2 .container-menu-desktop {
  height: 84px;
}

.header-v3 .container-menu-desktop {
  height: auto;
}

.header-v4 .container-menu-desktop {
  height: 124px;
}

/*==================================================================
[ Top bar ]*/
.top-bar {
  height: 40px;
  background-color: #222;
}

/*---------------------------------------------*/
.left-top-bar {
  font-family: "laviossamedium";
  font-size: 12px;
  line-height: 1.8;
  color: #b2b2b2;
}

/*---------------------------------------------*/
.right-top-bar a {
  font-family: "laviossamedium";
  font-size: 12px;
  line-height: 1.8;

  height: 100%;
  color: #b2b2b2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.right-top-bar a:hover {
  color: #e39482;
}

/*---------------------------------------------*/
.topbar-mobile li {
  padding: 8px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #222;
}

/*==================================================================
[ Menu ]*/

.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: #fff;
  width: 100%;
  height: 84px;
  left: 0px;
  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}

.header-v2 .wrap-menu-desktop {
  background-color: #fff;
  top: 0;
}

.header-v3 .wrap-menu-desktop {
  background-color: transparent;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v4 .wrap-menu-desktop {
  background-color: #fff;
}

/*---------------------------------------------*/
.limiter-menu-desktop {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}

/*------------------------------------------------------------------
[ Logo ]*/
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65%;
  margin-right: 55px;
}

.logo img {
  max-height: 100%;
}

/*------------------------------------------------------------------
[ Menu ]*/

.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  flex-grow: 2;
  justify-content: center;
}

.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.main-menu > li {
  display: block;
  padding: 15px 10px 15px 0px;
  margin: 0px 4px 0px 14px;
  color: #000;
}

.main-menu > li > a {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #333;
  padding: 5px 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.header-v3 .main-menu > li > a {
  color: #fff;
}

/*---------------------------------------------*/
/* sub-menu-gallery  */

.gallery-menu {
  position: relative;
}

.sub-menu-gallery {
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 178px;
  background: #e6e6e6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 20px;
  display: none;
  width: 40vw;
  border-radius: 10px;
  z-index: 999;
}

.sub-menu-gallery li {
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu-gallery {
  top: 87%;
  left: -15vw;
}

.section h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.sub-menu-gallery ul li {
  line-height: 1.9;
}

.sub-menu-gallery a {
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
  display: block;
  /* padding: 5px 5px; */
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sub-menu-gallery li {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  display: block;
  /* padding: 5px 5px; */
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sub-menu-gallery a:hover {
  text-decoration: none;
  color: #e39482;
}

.text-decoration-none {
  text-decoration: none;
  color: #333333;
}
.text-decoration-none:hover {
  color: #333333;
}

.main-menu > li:hover > a {
  text-decoration: none;
  color: #e39482;
}

.main-menu > li:hover > .sub-menu-gallery {
  display: block;
}

.sub-menu-gallery li:hover > .sub-menu-gallery {
  visibility: visible;
  opacity: 1;
}

.sub-menu-gallery li:hover {
  background-color: transparent;
}

.sub-menu-gallery > li:hover > a {
  color: #e39482;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu-gallery {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu-gallery {
    right: 0px;
    left: auto;
  }
}
/* sub-menu-gallery  */
/*---------------------------------------------*/

.skin-menu .sub-menu {
  max-height: 650px;
  overflow-y: auto;
}

/* sub-menu-about  */

.sub-menu-about {
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 178px;
  background: #e6e6e6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 10px;
  display: none;
  width: 10vw;
  border-radius: 10px;
  z-index: 999;
}

.sub-menu-about li {
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu-about {
  top: 80%;
  left: 31.5vw;
}

.sub-menu-about a {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  display: block;
  padding: 5px 5px;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.sub-menu-about a:hover {
  color: #e39482;
}

.main-menu > li:hover > a {
  text-decoration: none;
  color: #e39482;
}

.main-menu > li:hover > .sub-menu-about {
  display: block;
}

.sub-menu-about li:hover > .sub-menu-about {
  visibility: visible;
  opacity: 1;
}

.sub-menu-about li:hover {
  background-color: transparent;
}

.sub-menu-about > li:hover > a {
  color: #e39482;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu-about {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu-about {
    right: 0px;
    left: auto;
  }
}
/* sub-menu-about  */

/*---------------------------------------------*/

.sub-menu {
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 178px;
  background: #e6e6e6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  padding: 20px;
  display: none;
  width: 98vw;
  z-index: 999;
  border-radius: 10px;
}

.sub-menu li {
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li > .sub-menu {
  top: 80%;
  left: 0.6vw;
}

/* .fix-menu-desktop .main-menu > .hair-menu > .sub-menu {
  top: 100%;
  left: -24.5vw;
}
.fix-menu-desktop .main-menu > li > .sub-menu {
  top: 100%;
  left: -40.3vw;
} */
.sub-menu a {
  font-size: 14px;
  line-height: 1.6;
  color: #555;

  display: block;
  padding: 8px 20px;
  width: 100%;

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main-menu > li:hover > a {
  text-decoration: none;
  color: #e39482;
}

.main-menu > li:hover > .sub-menu {
  display: block;
}

.sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.sub-menu li:hover {
  background-color: transparent;
}

.sub-menu > li:hover > a {
  color: #e39482;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
    right: 0px;
    left: auto;
  }
}

/*------------------------------------------------------------------
[ Icon header ]*/

.wrap-icon-header {
  flex-grow: 1;
}

.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

/*---------------------------------------------*/
.icon-header-noti::after {
  content: attr(data-notify);
  font-family: "laviossamedium";
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background-color: #717fe0;
}

/*---------------------------------------------*/
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}

/*------------------------------------------------------------------
[ Modal search ]*/
.modal-search-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  bottom: 101%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 15px 100px 15px;
}

.show-modal-search {
  bottom: 0;
}

.container-search-header {
  width: auto;
  max-width: 100%;
  position: relative;
}

/*---------------------------------------------*/
.btn-hide-modal-search {
  position: absolute;
  padding: 5px;
  right: 0;
  top: -45px;
  opacity: 0.8;
}

.btn-hide-modal-search:hover {
  opacity: 1;
}

.wrap-search-header {
  width: 960px;
  max-width: 100%;
  height: 120px;
  border: 2px solid #e6e6e6;
  background: #fff;
}

/*---------------------------------------------*/
.wrap-search-header input {
  font-family: Poppins-ExtraLight;
  font-size: 50px;
  line-height: 1.2;
  color: #333;

  padding: 0px 30px 0px 0px;
  width: calc(100% - 70px);
  height: 100%;
  background-color: transparent;
}

.wrap-search-header button {
  font-size: 50px;
  color: #333;
  width: 70px;
  height: 100%;
}

.wrap-search-header button:hover {
  color: #e39482;
}

/*---------------------------------------------*/
@media (max-width: 767px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 30px;
  }

  .wrap-search-header {
    height: 90px;
  }
}

@media (max-width: 575px) {
  .wrap-search-header input,
  .wrap-search-header button {
    font-size: 20px;
  }

  .wrap-search-header button {
    width: 40px;
  }

  .wrap-search-header {
    height: 80px;
  }
}

/*==================================================================
[ Fixed menu desktop ]*/

.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  top: 0px !important;
}

.header-v2 .fix-menu-desktop.container-menu-desktop {
  height: 70px;
}

.header-v3 .fix-menu-desktop .wrap-menu-desktop {
  background-color: #222;
  border-color: #222;
}

.header-v4 .fix-menu-desktop.container-menu-desktop {
  height: 110px;
}

/*---------------------------------------------*/
.main-menu > li.active-menu > a {
  color: #e39482;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[ Header Mobile ]*/
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
[ Logo mobile ]*/
.logo-mobile {
  display: block;
  position: relative;
  height: 50%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

.logo-mobile img {
  max-width: calc(100% - 90px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 10px;
}

/*------------------------------------------------------------------
[ btn show menu ]*/
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.hamburger:hover {
  opacity: 1;
}

/*---------------------------------------------*/
@media (max-width: 1023px) {
  .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container-menu-desktop {
    display: none;
  }
}

/*==================================================================
[ Menu mobile ]*/
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}

.menu-mobile .ab-t10-r10 {
  top: -4px;
}

.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e39482;
}

.main-menu-m > li > a {
  font-family: Poppins-Medium;
  font-size: 12px;
  color: white;
  line-height: 2.8;
}

.main-menu-m > li .col-sm-3 {
  padding: 0;
  width: 100%;
}

.main-menu-m > li {
  color: white;
  position: relative;
  padding: 0 20px;
  font-size: 12px;
  line-height: 2.8;
}

.main-menu-m > li h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 2.5;
}
.main-menu-m li a {
  color: #fff;
}
.main-menu-m li .section {
  margin-bottom: 10px;
}

.arrow-main-menu-m {
  font-size: 14px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 10px;
  cursor: pointer;
}

.arrow-main-menu-m i {
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*---------------------------------------------*/
.sub-menu-m {
  background-color: #e39482;
  padding: 10px 15px 10px 32px;
  display: none;
}

.sub-menu-m a {
  font-size: 14px;
  color: #666;
  line-height: 2.5;
  padding: 5px 0 5px 0;
}

.sub-menu-m a:hover {
  text-decoration: none;
  color: #555555;
}

@media (min-width: 992px) {
  .menu-mobile {
    display: none;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Sidebar ]*/
.wrap-sidebar {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.show-sidebar {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.show-sidebar .sidebar {
  right: 0;
}

@media (max-width: 991px) {
  .wrap-sidebar {
    display: none;
  }
}

/*---------------------------------------------*/
.sidebar-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

/*---------------------------------------------*/
.wrap-item-gallery {
  width: calc((100% - 20px) / 3);
}

.item-gallery {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.item-gallery::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(103, 117, 214, 0.8);
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;
}

.item-gallery:hover:after {
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: "\e870";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: "laviossamedium";
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: "laviossamedium";
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: "laviossamedium";
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.rs1-select2 .select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.rs1-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "laviossamedium";
  font-size: 13px;
  color: #555;
  line-height: 1.2;
  padding-left: 20px;
  background-color: transparent;
}

.rs1-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 38px;
  height: 20px;
  top: calc(50% - 10px);
  right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e6e6e6;
}

.rs1-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.rs1-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  color: #808080;
}

.rs1-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow:hover:after {
  color: #e39482;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.rs1-select2 .select2-container--open .select2-dropdown {
  z-index: 1251;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  left: 0px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.rs1-select2 .select2-dropdown--above {
  top: -2px;
}
.rs1-select2 .select2-dropdown--below {
  top: 2px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.rs1-select2 .select2-container .select2-results__option[aria-selected="true"] {
  background: #e39482;
  color: white;
}

.rs1-select2
  .select2-container
  .select2-results__option--highlighted[aria-selected] {
  background: #e39482;
  color: white;
}

.rs1-select2 .select2-results__options {
  font-family: "laviossamedium";
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

.rs1-select2 .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: "laviossamedium";
  font-size: 13px;
  color: #555;
  line-height: 1.2;
}

/*------------------------------------------------------------------
[ rs2 ]*/
.rs2-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs2-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 15px;
}

.rs2-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 35px;
  right: 0px;
  border-left: none;
}

.rs2-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f0d7";
}

/*//////////////////////////////////////////////////////////////////
[ Slick1 ]*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.offers .item-slick1 {
  height: auto;
}

.offers .item-slick1 img {
  width: 100%;
}

.rs1-slick1 .item-slick1 {
  height: calc(100vh - 84px);
}

.rs2-slick1 .item-slick1 {
  height: 100vh;
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  opacity: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 1;
}

.arrow-slick1:hover {
  color: #7280e0;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 991px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*---------------------------------------------*/
.rs2-slick1 .arrow-slick1 {
  color: rgba(255, 255, 255, 0.3);
}

.rs2-slick1 .arrow-slick1:hover {
  color: #7280e0;
}

.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slick1-dots li {
  max-width: 190px;
  position: relative;
  cursor: pointer;
  margin-right: 1px;
}

.slick1-dots li img {
  width: 100%;
}

.caption-dots-slick1 {
  font-family: Poppins-ExtraLight;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.slick1-dots li:hover .caption-dots-slick1 {
  opacity: 1;
}

.slick1-dots li.slick-active .caption-dots-slick1 {
  opacity: 1;
}

@media (max-width: 575px) {
  .caption-dots-slick1 {
    font-size: 13px;
  }

  .wrap-slick1-dots {
    bottom: 25px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Slick2 ]*/

.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 60px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666;
}

.next-slick2 {
  right: -40px;
}

.prev-slick2 {
  left: -40px;
}

@media (max-width: 1300px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Slick3 ]*/
.wrap-slick3 {
  position: relative;
}

/*---------------------------------------------*/
.wrap-slick3-arrows {
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}

.arrow-slick3 {
  font-size: 25px;
  color: #fff;

  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick3:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.prev-slick3 {
  left: 0px;
}
.next-slick3 {
  right: 0px;
}

/*---------------------------------------------*/
.wrap-slick3-dots {
  width: 11.111111%;
}

.slick3 {
  width: 83.333333%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border-color: #ccc;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border-color: #ccc;
}

/*//////////////////////////////////////////////////////////////////
[ RS Magnific-Popup ]*/
.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}

.mfp-arrow {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

button.mfp-arrow-right {
  background-image: url(../images/icons/icon-next.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-arrow-left {
  background-image: url(../images/icons/icon-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.mfp-close {
  width: 75px !important;
  height: 58px !important;
  line-height: 44px;
  position: fixed;
  right: 0;
  top: 0;
  color: transparent !important;
  background-image: url(../images/icons/icon-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tab01 ]*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}

.tab01 .nav-tabs .nav-item {
  margin: 0px 15px;
}

.tab01 .nav-link {
  font-family: "laviossamedium";
  font-size: 15px;
  color: #888;
  line-height: 1.2;

  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.tab01 .nav-link.active {
  color: #333;
  border-color: #797979;
}

.tab01 .nav-link:hover {
  color: #333;
  border-color: #797979;
}

/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {
  overflow-y: auto;
}

.swal-button:focus {
  outline: none;
  box-shadow: none;
}

.swal-button {
  background-color: #717fe0;
  font-family: "laviossamedium";
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
}

.swal-button:active {
  background-color: #333;
}

.swal-title {
  font-family: Poppins-Medium;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: "laviossamedium";
  color: #555555;
  font-size: 16px;
  line-height: 1.666667;
  text-align: center;
}

.swal-footer {
  margin-top: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Filter ]*/
.show-search .icon-search,
.show-filter .icon-filter {
  display: none;
}

.show-search .icon-close-search,
.show-filter .icon-close-filter {
  display: unset;
}

.show-search,
.show-filter {
  background-color: #f2f2f2;
  border-color: #e7e7e7;
  position: relative;
}

.show-search::after,
.show-filter::after {
  content: "";
  position: absolute;
  display: block;

  width: 14px;
  height: 14px;
  background-color: #f2f2f2;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;

  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  left: calc(50% - 7px);
  bottom: -8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.show-search:hover:after,
.show-filter:hover:after {
  background-color: #717fe0;
  border-color: #717fe0;
}

/*---------------------------------------------*/
.filter-col1 {
  width: 27%;
}
.filter-col2 {
  width: 27%;
}
.filter-col3 {
  width: 26%;
}
.filter-col4 {
  width: 20%;
}

/*---------------------------------------------*/
.filter-link {
  color: #aaa;
  border-bottom: 1px solid transparent;
}

.filter-link:hover {
  color: #e39482;
  border-bottom: 1px solid #e39482;
}

.filter-link-active {
  color: #e39482;
  border-bottom: 1px solid #e39482;
}

@media (max-width: 767px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .filter-col1,
  .filter-col2,
  .filter-col3,
  .filter-col4 {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Num Product ]*/
.wrap-num-product {
  width: 140px;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}

.btn-num-product-up,
.btn-num-product-down {
  width: 45px;
  height: 100%;
  cursor: pointer;
}

.num-product {
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}

input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Tolltip100 ]*/
.tooltip100 {
  position: relative;
}

.tooltip100::after {
  content: attr(data-tooltip);
  font-family: "laviossamedium";
  font-size: 12px;
  color: #888;
  line-height: 18px;
  white-space: nowrap;

  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  height: 20px;
  padding: 0px 8px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);

  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  visibility: hidden;
  opacity: 0;
}

.tooltip100:hover:after {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Modal1 ]*/
.wrap-modal1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow: auto;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  visibility: hidden;
  opacity: 0;
}

.overlay-modal1 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}

.show-modal1 {
  visibility: visible;
  opacity: 1;
}

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 680px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 50px;
}

.table-shopping-cart .column-2 {
  width: 220px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 120px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 145px;
  text-align: right;
}

.table-shopping-cart .column-5 {
  width: 172px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}

.table-shopping-cart .table_row {
  height: 185px;
}

.table-shopping-cart .table_row td {
  padding-bottom: 20px;
}

.table-shopping-cart .table_row td.column-1 {
  padding-bottom: 30px;
}

.table-shopping-cart .table_head th {
  font-family: Poppins-Medium;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: "laviossamedium";
  color: #555;
  line-height: 1.6;
}

/*//////////////////////////////////////////////////////////////////
[ Block1 ]*/
.block1 {
  position: relative;
  border: 1px solid #e6e6e6;
}

.block1-txt {
  background-color: rgba(103, 117, 214, 0);
}

/*---------------------------------------------*/
.block1-name {
  color: #333;
}
.block1-info {
  color: #555;
}

/*---------------------------------------------*/
.block1-txt-child2 {
  border-bottom: 2px solid #fff;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.block1-link {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
  transform: translateY(250%);
}

/*---------------------------------------------*/
.block1-txt:hover {
  background-color: rgba(103, 117, 214, 0.8);
}

.block1-txt:hover .block1-txt-child2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.block1-txt:hover .block1-link {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.block1-txt:hover .block1-name,
.block1-txt:hover .block1-info {
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Block2 ]*/
.block2-pic {
  position: relative;
}

.block2-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block2-pic:hover .block2-btn {
  bottom: 20px;
}

/*---------------------------------------------*/
.block2-txt-child1 {
  width: calc(100% - 30px);
}

.block2-txt-child2 {
  width: 30px;
}

.btn-addwish-b2 .icon-heart2 {
  opacity: 0;
}

.btn-addwish-b2:hover .icon-heart2 {
  opacity: 1;
}

.btn-addwish-b2:hover .icon-heart1 {
  opacity: 0;
}

.js-addedwish-b2 .icon-heart2 {
  opacity: 1;
}

.js-addedwish-b2 .icon-heart1 {
  opacity: 0;
}

/*---------------------------------------------*/
.label-new {
  position: relative;
}

.label-new::after {
  content: attr(data-label);
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  min-width: 50px;
  height: 22px;
  border-radius: 11px;
  padding: 0 6px;
  background-color: #66a8a6;
  top: 42px;
  left: 12px;
}

/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/
.cl0 {
  color: #fff;
}
.cl1 {
  color: #717fe0;
}
.cl2 {
  color: #333;
}
.cl3 {
  color: #666;
}
.cl4 {
  color: #999;
}
.cl5 {
  color: #222;
}
.cl6 {
  color: #888;
}
.cl7 {
  color: #b2b2b2;
}
.cl8 {
  color: #555;
}
.cl9 {
  color: #aaa;
}
.cl10 {
  color: #1d1d1d;
}
.cl11 {
  color: #f9ba48;
}
.cl12 {
  color: #ccc;
}

.cl13 {
  color: #ed1f24;
}

/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.stext-101 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
  text-transform: uppercase;
}

.stext-102 {
  font-family: "laviossamedium";
  font-size: 14px;
  line-height: 1.7;
}

.stext-103 {
  font-family: "laviossamedium";
  font-size: 15px;
  line-height: 1.466667;
}

.stext-104 {
  font-family: "laviossamedium";
  font-size: 14px;
  line-height: 1.466667;
}

.stext-105 {
  font-family: "laviossamedium";
  font-size: 14px;
  line-height: 1.466667;
  letter-spacing: 1px;
}

.stext-106 {
  font-family: "laviossamedium";
  font-size: 15px;
  line-height: 1.2;
}

.stext-107 {
  font-family: "laviossamedium";
  line-height: 1.923;
}

.stext-108 {
  font-family: Poppins-Light;
  font-size: 14px;
  line-height: 1.7143;
}

.stext-109 {
  font-family: "laviossamedium";
  font-size: 12px;
  line-height: 1.833333;
}

.stext-110 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.466667;
}

.stext-111 {
  font-family: "laviossamedium";
  font-size: 13px;
  line-height: 1.6923;
}

.stext-112 {
  font-family: "laviossamedium";
  font-size: 13px;
  line-height: 1.6923;
  text-transform: uppercase;
}

.stext-113 {
  font-family: Poppins-Light;
  font-size: 14px;
  line-height: 1.7857;
}

.stext-114 {
  font-family: Poppins-Italic;
  font-size: 15px;
  line-height: 1.666667;
}

.stext-115 {
  font-family: "laviossamedium";
  font-size: 15px;
  line-height: 1.666667;
}

.stext-116 {
  font-family: "laviossamedium";
  font-size: 15px;
  line-height: 1.266667;
}

.stext-117 {
  font-family: Poppins-Light;
  font-size: 15px;
  line-height: 1.666667;
}

/*---------------------------------------------*/
.stext-301 {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/

.mtext-101 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.333333;
}

.mtext-102 {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-103 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.mtext-104 {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.6;
}

.mtext-105 {
  font-family: Poppins-Medium;
  font-size: 24px;
  line-height: 1.5;
}

.mtext-106 {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  line-height: 1.388888;
}

.mtext-107 {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.625;
}

.mtext-108 {
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 1.3;
}

.mtext-109 {
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.mtext-110 {
  font-family: Poppins-Medium;
  font-size: 18px;
  line-height: 1.222222;
}

.mtext-111 {
  font-family: Poppins-Medium;
  font-size: 25px;
  line-height: 1.2;
}

.mtext-112 {
  font-family: Poppins-Medium;
  font-size: 22px;
  line-height: 1.333333;
}

.mtext-113 {
  font-family: Poppins-Medium;
  font-size: 22px;
  line-height: 1.333333;
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.ltext-101 {
  font-family: "laviossamedium";
  font-size: 28px;
  line-height: 1.2857;
}

.ltext-102 {
  font-family: Poppins-Medium;
  font-size: 28px;
  line-height: 1.1;
}

.ltext-103 {
  font-family: Poppins-Medium;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-104 {
  font-family: Poppins-Medium;
  font-size: 60px;
  line-height: 1.4;
  text-transform: uppercase;
}

.ltext-105 {
  font-family: Poppins-Medium;
  font-size: 50px;
  line-height: 1.1;
}

.ltext-106 {
  font-family: Poppins-Medium;
  font-size: 36px;
  line-height: 1.2;
}

.ltext-107 {
  font-family: Poppins-Medium;
  font-size: 30px;
  line-height: 1.1;
}

.ltext-108 {
  font-family: Poppins-Medium;
  font-size: 26px;
  line-height: 1.3846;
}

.ltext-109 {
  font-family: Poppins-Medium;
  font-size: 36px;
  line-height: 1.2;
}

/*---------------------------------------------*/
.ltext-201 {
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ltext-202 {
  font-size: 28px;
  line-height: 1.2857;
}

/*==================================================================
    SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE SIZE 
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size-101 {
  min-width: 161px;
  height: 46px;
}

.size-102 {
  min-width: 139px;
  height: 40px;
}

.size-103 {
  min-width: 179px;
  height: 46px;
}

.size-104 {
  min-width: 94px;
  height: 40px;
}

.size-105 {
  min-width: 111px;
  height: 40px;
}

.size-106 {
  width: 88px;
  height: 100%;
}

.size-107 {
  min-width: 145px;
  height: 40px;
}

.size-108 {
  width: 40px;
  height: 40px;
}

.size-109 {
  width: 60px;
  height: 60px;
}

.size-110 {
  width: 100%;
  min-height: 100px;
}

.size-111 {
  width: 100%;
  height: 40px;
}

.size-112 {
  min-width: 134px;
  height: 43px;
}

.size-113 {
  width: 38px;
  height: 60px;
}

.size-114 {
  width: calc(100% - 38px);
  height: 60px;
}

.size-115 {
  min-width: 185px;
  height: 45px;
}

.size-116 {
  width: 100%;
  height: 50px;
}

.size-117 {
  width: 220px;
  height: 45px;
}

.size-118 {
  min-width: 163px;
  height: 45px;
}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.size-120 {
  width: 100%;
  min-height: 199px;
}

.size-121 {
  width: 100%;
  height: 46px;
}

.size-122 {
  width: 55px;
  height: 100%;
}

.size-123 {
  width: 70px;
  min-height: 70px;
}

.size-124 {
  width: 100%;
  min-height: 150px;
}

.size-125 {
  min-width: 180px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.size-201 {
  max-width: 270px;
}

.size-202 {
  width: calc(100% / 3);
}

.size-203 {
  width: 105px;
}

.size-204 {
  width: calc(100% - 105px);
}

.size-205 {
  width: 145px;
}

.size-206 {
  width: calc(100% - 145px);
}

.size-207 {
  width: calc(100% - 78px);
}

.size-208 {
  width: 34.5%;
}

.size-209 {
  width: 65.5%;
}

.size-210 {
  width: 50%;
}

.size-211 {
  width: 60px;
}

.size-212 {
  width: calc(100% - 60px);
}

.size-213 {
  max-width: 245px;
}

.size-214 {
  width: 90px;
}

.size-215 {
  width: calc(100% - 110px);
}

.size-216 {
  width: 55px;
}

.size-217 {
  width: calc(100% - 55px);
}

.size-218 {
  max-width: 286px;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.size-301 {
  min-height: 30px;
}

.size-302 {
  min-height: 80px;
}

.size-303 {
  height: 390px;
}

/*==================================================================
   BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
==================================================================*/
.bg-none {
  background-color: transparent;
}
.bg0 {
  background-color: #fff;
}
.bg1 {
  background-color: #e39482;
}
.bg2 {
  background-color: #e6e6e6;
}
.bg3 {
  background-color: #e2dede;
}
.bg5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg6 {
  background-color: #f2f2f2;
}
.bg7 {
  background-color: #333;
}
.bg8 {
  background-color: #f3f3f3;
}
.bg9 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg10 {
  background-color: #000;
}

/*---------------------------------------------*/
.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

/*---------------------------------------------*/
.bg-img1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
==================================================================*/
.bor0 {
  border-radius: 50%;
}

.bor1 {
  border-radius: 23px;
}

.bor2 {
  border-radius: 20px;
}

.bor3 {
  border-bottom: 1px solid transparent;
}

.bor4 {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.bor5 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.bor6 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bor7 {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.bor8 {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}

.bor9 {
  border-right: 1px solid #e6e6e6;
}

.bor10 {
  border: 1px solid #e6e6e6;
}

.bor11 {
  border-radius: 21px;
}

.bor12 {
  border-bottom: 1px dashed #d9d9d9;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}

.bor14 {
  border-radius: 25px;
}

.bor15 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.bor16 {
  border-left: 3px solid #e6e6e6;
}

.bor17 {
  border: 1px solid #e6e6e6;
  border-radius: 25px;
}

/*---------------------------------------------*/
.bor18 {
  border-top: 1px solid #989898;
}

.bor18:last-child {
  border-bottom: 1px solid #989898;
}

/*---------------------------------------------*/
.bor19 {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.bor40 {
  border-radius: 40px;
}

/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.plh0::-webkit-input-placeholder {
  color: #999999;
}
.plh0:-moz-placeholder {
  color: #999999;
}
.plh0::-moz-placeholder {
  color: #999999;
}
.plh0:-ms-input-placeholder {
  color: #999999;
}

.plh1::-webkit-input-placeholder {
  color: #b2b2b2;
}
.plh1:-moz-placeholder {
  color: #b2b2b2;
}
.plh1::-moz-placeholder {
  color: #b2b2b2;
}
.plh1:-ms-input-placeholder {
  color: #b2b2b2;
}

.plh2::-webkit-input-placeholder {
  color: #333;
}
.plh2:-moz-placeholder {
  color: #333;
}
.plh2::-moz-placeholder {
  color: #333;
}
.plh2:-ms-input-placeholder {
  color: #333;
}

.plh3::-webkit-input-placeholder {
  color: #555;
}
.plh3:-moz-placeholder {
  color: #555;
}
.plh3::-moz-placeholder {
  color: #555;
}
.plh3:-ms-input-placeholder {
  color: #555;
}

.plh4::-webkit-input-placeholder {
  color: #888;
}
.plh4:-moz-placeholder {
  color: #888;
}
.plh4::-moz-placeholder {
  color: #888;
}
.plh4:-ms-input-placeholder {
  color: #888;
}

/*---------------------------------------------*/
.js-addedwish-detail {
  color: #e39482;
}

/*---------------------------------------------*/
.label1 {
  position: relative;
}

.label1::after {
  content: attr(data-label1);
  font-family: "laviossamedium";
  font-size: 10px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;

  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  height: 15px;
  min-width: 32px;
  border-radius: 7px;
  padding: 0 4px;
  background-color: #f74877;
}

.label1.rs1::after {
  top: calc(50% - 8px);
  right: auto;
  left: 90%;
}

/*---------------------------------------------*/
.how-active1 {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.input1 {
  background-color: transparent;
  width: 100%;
}

.focus-input1 {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #6774d5;
  left: 0;
  bottom: -2px;
}

.input1:focus + .focus-input1 {
  width: 100%;
}

/*---------------------------------------------*/
.how-pagination1 {
  font-family: "laviossamedium";
  font-size: 14px;
  color: #808080;

  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.how-pagination1:hover {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

.active-pagination1 {
  background-color: #999;
  border-color: #999;
  color: #fff;
}

/*---------------------------------------------*/
.how-shadow1 {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------------*/
.how-pos1 {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------------------------------------------*/
.how-pos2 {
  padding-left: 10.7%;
  padding-right: 11%;
}

@media (max-width: 991px) {
  .how-pos2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/*---------------------------------------------*/
.how-pos3-parent {
  position: relative;
}

.how-pos3 {
  position: absolute;
  top: -35px;
  right: 0px;
}

/*---------------------------------------------*/
.how-pos4-parent {
  position: relative;
}

.how-pos4 {
  position: absolute;
  top: calc(50% - 9px);
  left: 28px;
}

/*---------------------------------------------*/
.how-pos5-parent {
  position: relative;
}

.how-pos5 {
  position: absolute;
  top: 15px;
  left: 10px;
}

/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1::after {
  content: "\e870";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.how-itemcart1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.how-bor2,
.how-bor1 {
  position: relative;
  z-index: 1;
}

.how-bor2::before,
.how-bor1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 3px solid #ccc;
}

.how-bor1::before {
  bottom: -21px;
  left: -21px;
}

.hide-mobile {
  display: inline-block;
}

.blogs.hide-mobile {
  display: block;
}

.hide-desktop {
  display: none;
}

.innerBlog.hide-desktop {
  display: none;
}

@media (max-width: 767px) {
  .how-bor1::before {
    bottom: -21px;
    right: -21px;
    left: auto;
  }

  .hide-desktop {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }

  .blogs.hide-mobile {
    display: none;
  }

  .innerBlog.hide-desktop {
    display: block;
  }

  .treatment-section .nav {
    display: flex;
    flex-direction: column;
  }
}

.how-bor2::before {
  bottom: -21px;
  right: -21px;
}

/*==================================================================
      PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO PSEUDO
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
  color: transparent;
}
.focus-in0:focus:-moz-placeholder {
  color: transparent;
}
.focus-in0:focus::-moz-placeholder {
  color: transparent;
}
.focus-in0:focus:-ms-input-placeholder {
  color: transparent;
}

/*//////////////////////////////////////////////////////////////////
[ Hover ]*/

.hov-cl0:hover {
  color: #fff;
}
.hov-bg0:hover {
  background-color: #fff;
}
.hov-cl1:hover {
  color: #d34245;
}
.hov-bg1:hover {
  background-color: #e39482;
}

/*---------------------------------------------*/
.hov-img0 {
  display: block;
  overflow: hidden;
}

.hov-img0 img {
  width: 100%;
  -webkit-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  transition: transform 0.9s ease;
}

.hov-img0:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*---------------------------------------------*/
.hov-btn1:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.hov-btn1:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-btn2:hover {
  border-color: #fff;
  background-color: #fff;
  color: #717fe0;
}

/*---------------------------------------------*/
.hov-btn3:hover {
  border-color: #717fe0;
  background-color: #717fe0;
  color: #fff;
}

.hov-btn3:hover i {
  color: #fff;
}

/*---------------------------------------------*/
.hov-tag1:hover {
  color: #717fe0;
  border-color: #717fe0;
}

/*---------------------------------------------*/
.hov-ovelay1 {
  position: relative;
}

.hov-ovelay1::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(103, 117, 214, 0.8);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.hov-ovelay1:hover:after {
  opacity: 1;
}

/*---------------------------------------------*/
.hov1:hover {
  color: #333;
  border-color: #797979;
}

/*---------------------------------------------*/
.hov2:hover {
  background-color: #f2f2f2;
}

/*---------------------------------------------*/
.hov3 {
  opacity: 0.6;
}

.hov3:hover {
  opacity: 1;
}

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-0-xl {
    margin: 0;
  }
  .m-lr-0-xl {
    margin-left: 0;
    margin-right: 0;
  }
  .m-lr-15-xl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-0-xl {
    margin-left: 0;
  }
  .m-r-0-xl {
    margin-right: 0;
  }
  .m-l-15-xl {
    margin-left: 15px;
  }
  .m-r-15-xl {
    margin-right: 15px;
  }

  .p-0-xl {
    padding: 0;
  }
  .p-lr-0-xl {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lr-15-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-0-xl {
    padding-left: 0;
  }
  .p-r-0-xl {
    padding-right: 0;
  }
  .p-l-15-xl {
    padding-left: 15px;
  }
  .p-r-15-xl {
    padding-right: 15px;
  }

  .w-full-xl {
    width: 100%;
  }

  /*---------------------------------------------*/
}

/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 991px) {
  .m-0-lg {
    margin: 0;
  }
  .m-lr-0-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .m-lr-15-lg {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-0-lg {
    margin-left: 0;
  }
  .m-r-0-lg {
    margin-right: 0;
  }
  .m-l-15-lg {
    margin-left: 15px;
  }
  .m-r-15-lg {
    margin-right: 15px;
  }

  .p-0-lg {
    padding: 0;
  }
  .p-lr-0-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lr-15-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-0-lg {
    padding-left: 0;
  }
  .p-r-0-lg {
    padding-right: 0;
  }
  .p-l-15-lg {
    padding-left: 15px;
  }
  .p-r-15-lg {
    padding-right: 15px;
  }

  .w-full-lg {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 50%;
  }

  /*---------------------------------------------*/
  .respon5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 767px) {
  .m-0-md {
    margin: 0;
  }
  .m-lr-0-md {
    margin-left: 0;
    margin-right: 0;
  }
  .m-lr-15-md {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-0-md {
    margin-left: 0;
  }
  .m-r-0-md {
    margin-right: 0;
  }
  .m-l-15-md {
    margin-left: 15px;
  }
  .m-r-15-md {
    margin-right: 15px;
  }

  .p-0-md {
    padding: 0;
  }
  .p-lr-0-md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lr-15-md {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-0-md {
    padding-left: 0;
  }
  .p-r-0-md {
    padding-right: 0;
  }
  .p-l-15-md {
    padding-left: 15px;
  }
  .p-r-15-md {
    padding-right: 15px;
  }

  .w-full-md {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon4 {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {
  .m-0-sm {
    margin: 0;
  }
  .m-lr-0-sm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-lr-15-sm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-0-sm {
    margin-left: 0;
  }
  .m-r-0-sm {
    margin-right: 0;
  }
  .m-l-15-sm {
    margin-left: 15px;
  }
  .m-r-15-sm {
    margin-right: 15px;
  }

  .p-0-sm {
    padding: 0;
  }
  .p-lr-0-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lr-15-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-0-sm {
    padding-left: 0;
  }
  .p-r-0-sm {
    padding-right: 0;
  }
  .p-l-15-sm {
    padding-left: 15px;
  }
  .p-r-15-sm {
    padding-right: 15px;
  }

  .w-full-sm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon1 {
    font-size: 40px;
  }

  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }

  /*---------------------------------------------*/
  .respon6 {
    width: 65px;
  }

  .respon6-next {
    width: calc(100% - 65px);
  }

  /*---------------------------------------------*/
  .respon7 {
    padding-left: 60px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {
    margin: 0;
  }
  .m-lr-0-ssm {
    margin-left: 0;
    margin-right: 0;
  }
  .m-lr-15-ssm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .m-l-0-ssm {
    margin-left: 0;
  }
  .m-r-0-ssm {
    margin-right: 0;
  }
  .m-l-15-ssm {
    margin-left: 15px;
  }
  .m-r-15-ssm {
    margin-right: 15px;
  }

  .p-0-ssm {
    padding: 0;
  }
  .p-lr-0-ssm {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lr-15-ssm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-l-0-ssm {
    padding-left: 0;
  }
  .p-r-0-ssm {
    padding-right: 0;
  }
  .p-l-15-ssm {
    padding-left: 15px;
  }
  .p-r-15-ssm {
    padding-right: 15px;
  }

  .w-full-ssm {
    width: 100%;
  }

  /*---------------------------------------------*/
  .respon3 {
    padding: 20px;
  }
}

.footer-bottom .fa {
  background-color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 30px;
  text-align: center;
  color: #000;
  line-height: 34px;
}
.footer-bottom .fa:hover {
  color: #c52f33;
}

.list1 {
  list-style-type: none;
}
.list1 li {
  background: url(../images/list-icon.png) 0 0 no-repeat;
  padding-left: 40px;
}

.list2 li h4 {
  text-transform: uppercase;
}
.list2 li h4 a {
  color: #333;
}
.list2 .read-more a {
  background: url(../images/read-more.png) 0 0 no-repeat;
  width: 51px;
  height: 0;
  padding-top: 52px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.list2 li:hover .read-more a {
  background: url(../images/read-more-active.png) 0 0 no-repeat;
}
.list2 li:hover h4,
.list2 li:hover h4 a {
  color: #e39482;
}

.nav-tabs {
  border-bottom: 0;
  justify-content: space-around;
}
.nav-tabs .nav-item {
  width: 50%;
  display: block;
  background: url(../images/tab-shadow.png) bottom center no-repeat;
  padding-bottom: 30px;
  border: 0;
}
.nav-tabs .nav-item.active {
  background: url(../images/tab-shadow-active.png) bottom center no-repeat;
}
.arrow-slick1 i {
  color: #fff;
}
.appointment-section h3 {
  font-family: "laviossamedium";
  margin-bottom: 60px;
}
.appointment-section a {
  white-space: nowrap;
  display: inline-block;
}
.nav-tabs .nav-item img {
  width: 100%;
  border-radius: 20px;
}
.ads-slider .hide-desktop {
  display: none !important;
}

.sub-menu h3,
.sub-menu h3 a {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: Poppins-Medium;
  color: #000;
  padding: 0;
}
.sub-menu ul {
  margin: 0 0 10px;
  padding: 0;
}
.sub-menu ul li {
  /* line-height: 34px; */
  margin-bottom: 6px;
  font-size: 12px;
  color: black;
}
.sub-menu ul li a {
  color: #000;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
.sub-menu ul li a:hover {
  color: #e39482;
}
.sub-menu-m h3 {
  color: #000;
  font-size: 15px;
  font-family: Poppins-Medium;
  margin-bottom: 10px;
}
.sub-menu-m ul {
  margin: 0 0 15px;
  padding: 0;
}
.sub-menu-m ul li {
  line-height: 2.5;
  font-size: 12px;
}
.sub-menu-m ul li a {
  color: #000;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}

.btn-show-sub-menu-mobile {
  position: absolute;
  width: calc(100% - 74px);
  height: 36px;
}
.btn-show-sub-menu-mobile::after {
  content: "\f078";
  color: #fff;
  right: 15px;
  top: 0;
  font-size: 15px;
  font-family: "FontAwesome";
  font-weight: 500;
  position: absolute;
}

.btn-show-sub-menu-mobile.is-active::after {
  content: "\f077";
  color: #fff;
  right: 15px;
  top: 0;
  font-size: 15px;
  font-family: "FontAwesome";
  font-weight: 500;
}

.treatment-section {
  padding: 60px 0;
}
.treatment-section h3 {
  font-size: 40px;
}
.treatment-section nav {
  max-width: 1280px;
  margin: auto;
}

.tab-pane {
  display: none; /* Ensure hidden by default */
}
.tab-pane.active {
  display: block; /* Show the active tab */
}

.testimonials-carousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Keyframe for fade-in effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation styles for elements */
.animate {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px); /* Start slightly lower */
  transition: opacity 2.5s ease-out, transform 2.5s ease-out; /* Slow transition */
}

.animate.fade-in {
  animation: fadeIn 3s ease-out forwards; /* Slow fade-in animation */
}

/* Active class to trigger animation */
.animate.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tab-content > .tab-pane .inner-tab-pane {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}

/*------- Before After 2 Section ---------*/
.before-after2 {
  background: linear-gradient(to bottom, #555555, #000000);
  padding: 60px 0;
}
.before-after2 .slick-initialized .slick-slide {
  display: flex;
}
.before-after2 ul {
  display: flex;
  justify-content: space-between;
}
.before-after2 li {
  border: 2.5px solid #e2dede;
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  padding: 20px 15px;
  margin-right: 15px;
}
.before-after2 li .image {
  margin-bottom: 15px;
  padding: 10px;
}
.before-after2 li p {
  text-align: center;
  color: #202020;
  font-size: 16px;
}
.before-after2 li .image img {
  width: 100%;
}
.before-after2 h2 {
  font-size: 43px;
  color: #202020;
}
/*------- /Before After 2 Section

/*------- Before After Section ---------*/
.before-after {
  background: linear-gradient(to bottom, #555555, #000000);
  padding: 60px 0;
}
.before-after .slick-initialized .slick-slide {
  display: flex;
}
.before-after ul {
  display: flex;
  justify-content: space-between;
}
.before-after li {
  border: 2.5px solid #e2dede;
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  padding: 20px 15px;
  margin-right: 15px;
}
.before-after li .image {
  margin-bottom: 15px;
  padding: 10px;
}

.before-after li p {
  text-align: center;
  color: #202020;
  font-size: 16px;
}
.before-after li .image img {
  width: 100%;
}
.before-after h2 {
  font-size: 43px;
  color: #202020;
}

.testimonials {
  padding: 60px 0;
}
.testimonials h3 {
  margin-bottom: 80px;
  font-size: 36px;
  font-family: "Poppins-Medium";
  color: #000;
}
.testimonials-carousel ul,
.testimonials-skin-carousel ul {
  display: flex;
  max-width: 1280px;
}
.testimonials-carousel .slick-track,
.testimonials-skin-carousel .slick-track {
  padding-top: 30px;
}
.testimonials li {
  background: url(../images/testimonials.png) 0 0 no-repeat;
  width: 360px;
  height: 234px;
  margin: 0 22px;
  position: relative;
  background-size: contain;
}
.testimonials li .inner {
  padding: 30px 50px 31px 15px;
  position: relative;
}
.testimonials li .inner p {
  font-size: 12px;
}

.testimonials li .quote {
  background: url(../images/quote.png) 0 0 no-repeat;
  width: 69px;
  height: 61px;
  position: absolute;
  right: 20px;
  top: -30px;
}
.testimonials li:hover .quote,
.testimonials li.selected .quote {
  background: url(../images/quote-hover.png) 0 0 no-repeat;
}
.testimonials li .photo {
  width: 48px;
}

.testimonials li:hover,
.testimonials li.selected {
  background: url(../images/testimonials-hover.png) 0 0 no-repeat;
  color: #fff;
  background-size: contain;
}

/* -----------------------Testimonials Video--------------  */

.video-carousel-wrapper .slick-slider .slick-prev {
  left: 5px;
}
.video-carousel-wrapper .slick-slider .slick-next {
  right: 5px;
}

.video-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 24px;
}

.video-card {
  position: relative;
  margin: 0 10px;
}

.video-card video,
.video-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.video-overlay {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(156, 156, 156, 0.175);
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
  width: 80%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.video-overlay strong {
  display: block;
  font-size: 1rem;
}

.video-overlay small {
  display: block;
  font-size: 0.85rem;
  color: #f8f8f8;
}

.stars {
  color: gold;
  margin-top: 5px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: #333;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
}

.carousel-btn:hover {
  background: #000;
  color: #fff;
}

.carousel-btn.prev {
  left: 0px;
}

.carousel-btn.next {
  right: 0px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  color: #000;
  z-index: 10;
  width: 37px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 37px;
}
.slick-slider .slick-prev {
  background: url(../images/prev-arrow.png) 50% 50% no-repeat !important;
  left: -18px;
}
.slick-slider .slick-next {
  background: url(../images/next-arrow.png) 50% 50% no-repeat !important;
  right: -18px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: "";
}

/*------- Media Presence ------*/
.media {
  padding: 40px 0;
}
.media h3 {
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 60px;
}
.media .inner-section {
  border-radius: 20px;
  padding: 30px;
  background-color: #e2dede;
}
.media .inner-section li {
  width: 340px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 10px;
}
.media .inner-section li img {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
}
.media .media-carousel ul {
  display: flex;
  justify-content: space-between;
}

.media-logos ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  width: 100%;
}
.media-logos {
  padding-top: 30px;
  /* border-top: 2px solid #ffbdae; */
  max-width: 700px;
  margin: 0 auto;
}
.media-logos li {
  max-width: 100px;
  text-align: center;
}
.media-logos li img {
  width: 100%;
}

.innovations-section {
  padding: 20px 0;
}
.innovations-section h3 {
  margin-bottom: 100px;
  font-size: 36px;
  font-family: "Poppins-Medium";
}
.innovations-section li {
  margin: 0 35px;
  border: 2px solid #e39482;
  max-width: 324px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.innovations-section li .photo {
  margin-top: -70px;
  margin-left: -22px;
  margin-bottom: 20px;
  border-radius: 14px;
  width: 290px;
  height: 280px;
}
.innovations-section li .photo img {
  width: 290px;
  border-radius: 14px;
}
.innovations-section li h4 {
  text-decoration: underline;
  margin-bottom: 20px;
}
.innovations-section li h5 {
  font-size: 16px;
  line-height: 22px;
  font-family: Poppins-Medium;
}
.innovations-section li p {
  font-size: 14px;
}

.trust-section {
  padding: 40px 0 60px;
}
.trust-section h3 span {
  display: block;
}
.trust-section h5 {
  font-family: Poppins-SemiBold;
}

.trust-section .section {
  margin-right: 20px;
  width: 80%;
}
.trust-section .sectionSec {
  margin-left: 20px;
  width: 80%;
}

.hair-transplant .column2 h3 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 40px;
  font-size: 38px;
}
.hair-transplant .column2 h3 span {
  display: block;
}
.hair-transplant .know-more {
  background-color: #fff;
  box-shadow: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  color: black;
}
.hair-transplant .know-more:hover {
  background-color: #000;
  color: #fff;
}

.book-appointment h2 {
  font-size: 32px;
  line-height: 50px;
  margin-right: 40px;
}
.book-appointment a {
  display: inline-block;
  text-align: right;
}

.team-about-image img {
  width: 100%;
  object-fit: cover;
  margin: 0px;
  padding: 0px;
}

.case-studies {
  padding: 0px 0 30px;
}
.case-studies h3 {
  font-size: 42px;
}
.case-studies li {
  position: relative;
}
.case-studies li img {
  width: 100%;
}
.case-studies li p {
  position: absolute;
  bottom: 74px;
  left: 24%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "laviossamedium";
}

.blog-section {
  margin-bottom: 60px;
  clear: both;
}
.blog-section .header {
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.blog-section .header h3 {
  color: #000;
  font-size: 64px;
  margin-bottom: 0;
}

.blog-section .section {
  position: relative;
}
.blog-section .blog-columns {
  display: flex;
  justify-content: space-between;
}
.blog-section .section img {
  width: 100%;
}
.blog-section .section4 img {
  width: auto;
}
.blog-section .section .title {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "laviossamedium";
}
.blog-section .section .title span {
  display: block;
}
.blog-section .section .details {
  position: absolute;
  top: 200px;
  color: #fff;
  padding: 0 20px;
}
.blog-section .section .details h5 {
  font-family: "laviossamedium";
  text-transform: uppercase;
  line-height: 32px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 24px;
}
.blog-section .section .details h5 span {
  display: block;
}
.blog-section .section4 .title {
  top: 20px;
}

.faqSection {
  background: url(../images/faq-bg.png) top center no-repeat fixed;
  background-size: cover;
}

.copyright {
  font-size: 16px;
}

footer p a {
  color: #fff;
}
footer p a:hover {
  color: #d34245;
}

footer .stext-10,
footer .stext-107 {
  font-family: Poppins-Medium;
}

.male-hair-loss h3 span {
  display: block;
}
.faq-section .images .row {
  padding: 0 100px;
  margin-bottom: 50px;
}
.faq-section .accordion {
  margin-bottom: 60px;
}

.read-more {
  color: #e39482;
  text-decoration: underline;
}
.read-more:hover {
  text-decoration: none;
  color: #000;
}
.moreContent {
  display: none;
}

/* SPM PAGE SCALP  */

.how-smp-works .box .inner {
  min-height: 390px;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(230, 156, 136, 0.18);
}
.how-smp-works .box .inner h5 {
  font-size: 18px;
}

.smp-benefits {
  padding: 60px 0;
  background: url(../images/smp-benefits-bg.png) center top no-repeat;
  background-size: cover;
}
.smp-benefits h4 {
  color: #fff;
}
.smp-benefits h5 {
  background: #e39482;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.smp-benefits p {
  color: #fff;
}

.smp-suitable ul {
  display: flex;
  justify-content: space-between;
}
.smp-suitable ul li {
  background: url(../images/check.png) 0 5px no-repeat;
  padding-left: 34px;
  max-width: 184px;
  line-height: 34px;
}

.lhr-benefits {
  background-color: rgba(226, 222, 222, 0.3);
  padding: 60px 0;
}

.three-column {
  display: flex;
}
.three-column .box {
  max-width: 280px;
  margin-right: 100px;
}
.three-column .box h5 {
  background: #e39482;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

.lhr-benefits .three-column {
  justify-content: space-between;
}
.lhr-benefits .three-column .box {
  margin-right: 0;
  max-width: 330px;
}

.laser-bottom-section .image {
  float: right;
  margin: 0 0 20px 40px;
}
/* SPM PAGE SCALP  */

/* Application of ThermiTight section  */
.scalp-pig {
  padding: 60px 0;
  background: url(../images/smp-benefits-bg.png) center top no-repeat;
  background-size: cover;
}
.three-column-scalp {
  display: flex;
  justify-content: center;
  gap: 4.2rem;
}
.three-column-scalp .box h5 {
  background: #e39482;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.three-column-scalp .box {
  margin-right: 40px;
  max-width: 300px;
}
.three-column-scalp .box p {
  color: #fff;
}
.scalp-pig h4 {
  color: #fff;
}

/* /Application of ThermiTight section  */

@media (max-width: 767px) {
  .sub-menu-m h3 a,
  .sub-menu-m h3,
  .sub-menu-m ul li a {
    color: #fff;
  }

  .nav-tabs .nav-item {
    display: block;
    background: url(../images/tab-shadow-mob.png) bottom center no-repeat;
    padding-bottom: 20px;
    border: 0;
    width: 100%;
    order: 1;
  }
  .nav-tabs .nav-item img {
    width: 100%;
  }
  .nav-tabs .nav-item.active {
    background: url(../images/tab-shadow-active-mob.png) bottom center no-repeat;
    order: 2;
  }
  .appointment-section h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .appointment-section a {
    white-space: nowrap;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .treatment-section {
    padding: 0;
  }
  .treatment-section h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .treatment-section .nav-tabs {
    margin-bottom: 20px;
  }

  .slick-slide img {
    width: 100%;
  }
  .slick-slide img .ads-slider .hide-mobile {
    display: none !important;
  }
  .ads-slider .hide-desktop {
    display: block !important;
  }

  .list2 li {
    position: relative;
  }
  .list2 li .image {
    display: none;
  }
  .list2 li .description {
    margin-right: 100px;
  }
  .list2 li .read-more a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  .treatment-section .description h4 {
    font-size: 13px;
    line-height: 20px;
  }
  .treatment-section .list2 {
    margin: 0;
  }
  .list2 .read-more a {
    background: url(../images/read-more.png) 0 0 no-repeat;
    width: 20px;
    height: 0;
    padding-top: 20px;
    background-size: cover;
  }
  .list2 li:hover .read-more a {
    width: 20px;
    height: 0;
    padding-top: 20px;
    background-size: cover;
  }

  .testimonials {
    padding: 0;
  }
  .testimonials h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .testimonials li .inner {
    padding: 20px 10px 10px 10px;
    max-width: 340px;
  }
  .testimonials li .inner .comment {
    margin-bottom: 10px;
  }

  .tab-content > .tab-pane .inner-tab-pane {
    margin-bottom: 20px;
  }
  .testimonials {
    margin-bottom: 20px;
  }
  .testimonials li,
  .testimonials li.selected {
    background: url(../images/testimonials-hover.png) 0 0 no-repeat;
    color: #fff;
    background-size: contain;
  }
  .testimonials li .quote,
  .testimonials li.selected .quote {
    background: url(../images/quote-hover.png) 0 0 no-repeat;
    width: 50px;
    height: 36px;
    background-size: contain;
    right: 0;
    top: -20px;
  }
  .testimonials li .details img {
    width: auto;
  }

  .innovations-section {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .innovations-section h3 {
    font-size: 25px;
    margin-bottom: 70px;
  }

  /*------- Before After Section ---------*/
  .before-after {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .before-after ul li {
    display: flex;
    /* background: #e2dede; */
    border-radius: 20px;
    padding: 20px;
  }
  .before-after ul li p {
    text-align: center;
  }

  .media {
    padding: 0;
  }
  .media h3 {
    font-size: 25px;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .media-logos {
    padding-top: 30px;
    max-width: 330px;
    margin: 0 auto 40px;
  }
  .media-logos ul {
    margin: 0;
    padding: 0 !important;
  }
  .media-logos li {
    width: 47%;
    background-color: #fff;
    text-align: center;
  }
  .media-logos li img {
    width: 100%;
  }
  .media-carousel .slick-slider .slick-prev,
  .innovations-section .slick-slider .slick-prev,
  .before-after .slick-slider .slick-prev {
    width: 37px;
    height: 37px;
    left: -15px;
    position: absolute;
    top: 45%;
  }
  .media-carousel .slick-slider .slick-next,
  .innovations-section .slick-slider .slick-next,
  .before-after .slick-slider .slick-next {
    width: 37px;
    height: 37px;
    right: -15px;
    position: absolute;
    top: 45%;
  }

  .innovations-section .slick-track {
    padding-top: 50px;
  }
  .innovations-section li .photo {
    margin-left: -26px;
    width: auto;
    height: auto;
  }

  .trust-section {
    padding: 0;
  }
  .trust-section h3 {
    text-align: center;
    font-size: 25px;
    margin: 0 0 20px;
  }
  .trust-section h3 span {
    display: inline-block;
  }
  .trust-section .image img {
    width: 50px;
    height: 50px;
  }
  .trust-banner img {
    width: 100%;
  }
  .trust-section .section {
    margin-right: 0;
    width: 100%;
  }
  .trust-section .section:first-child {
    margin-right: 20px;
  }
  .trust-section .section h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .trust-section .row {
    display: block;
  }
  .trust-section li {
    margin-bottom: 30px;
    display: block;
  }
  .trust-section li .section {
    margin-bottom: 30px;
  }
  .trust-section .sectionSec {
    margin-left: 0;
  }
  .hair-transplant {
    padding: 30px 0;
    margin: 30px 0;
  }
  .hair-transplant .column1 img {
    width: 100%;
  }
  .hair-transplant .column2 {
    padding-top: 0;
  }
  .hair-transplant .column2 p {
    margin-bottom: 30px;
  }
  .hair-transplant .column2 h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .hair-transplant .column2 h3 span {
    display: inline-block;
  }

  .case-studies {
    padding: 0;
  }
  .case-studies h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .book-appointment {
    text-align: center;
    width: 100%;
  }
  .book-appointment .flex-c {
    display: block;
  }
  .book-appointment h2 {
    width: 100%;
    padding-right: 0px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .book-appointment a {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    margin: auto;
  }
  .book-appointment a img {
    width: 100%;
  }
  .case-studies li p {
    position: absolute;
    bottom: 20px;
    left: 22%;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "laviossamedium";
  }

  .blog-section {
    margin-bottom: 0px;
  }
  .blog-section .blog-columns {
    justify-content: space-between;
  }
  .blog-section .header p {
    font-size: 11px;
  }
  .blog-section .column {
    width: 46%;
  }
  .blog-section .column-full {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }
  .copyright {
    text-align: center;
    font-size: 16px;
  }

  .blog-section .section {
    position: relative;
  }
  .blog-section .section .title {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .blog-section .section .title span {
    display: inline-block;
  }
  .blog-section .section .details {
    position: absolute;
    top: 10px;
    color: #fff;
    padding: 0 10px;
  }
  .blog-section .section .details h5 {
    text-transform: uppercase;
    line-height: 14px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 0;
  }
  .blog-section .section .details h5 span {
    display: inline-block;
  }
  .blog-section .section .details p {
    font-size: 11px;
    line-height: 14px;
  }
  .blog-section .section4 .title {
    top: 20px;
  }

  .blog-section .section1 .title {
    bottom: 15px;
  }
  .blog-section .section3 .title {
    bottom: 4px;
  }

  .blog-section .section4 {
    position: relative;
  }
  .blog-section .section4 .title {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
  }

  /* SMP SCALP PAGE  */

  .how-smp-works .box {
    margin-bottom: 30px;
  }
  .how-smp-works .box .inner {
    min-height: auto;
  }

  .smp-benefits {
    padding: 20px 0;
    background: url(../images/smp-benefits-bg.png) 0 0 no-repeat;
    background-size: cover;
  }
  .smp-suitable ul {
    display: block;
  }
  .smp-suitable ul li {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .lhr-benefits {
    padding: 40px 0 20px;
  }
  .three-column {
    display: block;
  }
  .lhr-benefits .three-column .box {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .laser-bottom-section .image {
    float: none;
    margin: 0 0 20px;
  }
  .laser-bottom-section .image img {
    width: 100%;
  }

  /* SMP SCALP PAGE  */
}

footer h4 a {
  color: #fff;
}
#faq .accordion-header {
  display: none;
}
#faq .accordion-content {
  display: block;
}
#faq .card .card-header {
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
  padding: 0;
  outline: none;
}
#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 30px 0;
  outline: none;
  position: relative;
  font-size: 25px;
  font-family: Poppins-Medium;
}
#faq .card .card-header .btn-header-link:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}
#faq .card .card-header .btn-header-link:after {
  content: "\f077";
  color: #000;
  right: 0;
  top: 40px;
  font-size: 15px;
  font-family: "FontAwesome";
  font-weight: 500;
  position: absolute;
}
#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f078";
}
#faq .card {
  border: 0;
  box-shadow: none;
}
#faq .card .card-body {
  padding: 15px 0;
}
#faq .card .collapse {
  border: 0;
}
#faq .card .collapse.show {
  line-height: 25px;
  color: #222;
}
#faq h2 {
  font-size: 30px;
  color: #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
#faq h2 span.break {
  display: block;
}

.faqSection {
  padding: 30px 0;
}
.faqSection h3 {
  color: #fff;
}
footer button.accordion-header {
  display: none;
}
#footer-faq .accordion {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
#footer-faq .accordion-header {
  position: relative;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
#footer-faq .accordion-header::after {
  content: "\f078";
  color: #fff;
  right: 0;
  top: 15px;
  font-size: 15px;
  font-family: "FontAwesome";
  font-weight: 500;
  position: absolute;
}
#footer-faq .accordion-header.active::after {
  content: "\f077";
}
#footer-faq .accordion-content {
  display: none;
  padding: 15px 0;
  color: #fff;
}
#footer-faq .accordion-content:last-child {
  border-bottom: none;
}

.hair-loss-image {
  float: right;
  margin: 0 0 20px 40px;
}
.appointment-btn {
  margin: 0 0 60px;
}
.appointment-btn a {
  display: inline-block;
}

.medical-condition {
  background-color: #f6f5f5;
  padding: 10px 0 20px;
}
.medical-condition h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.medical-condition .subheading {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  display: inline-block;
  color: #000;
}
.diseases {
  padding: 20px 0px 0;
}
.diseases ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.diseases .image-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 5px 10px 10px #ccc;
  margin-bottom: 30px;
}
.diseases p {
  text-align: center;
  font-weight: bold;
}

.long-hair-bottom-section {
  margin-bottom: 40px;
}
.long-hair-bottom {
  justify-content: space-between;
  display: flex;
}
.long-hair-bottom .box1 {
  border: 1px solid #e39482;
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 45%;
}
.long-hair-bottom .box1 h5 {
  margin-bottom: 20px;
}
.long-hair-bottom .box1 li {
  margin-bottom: 10px;
}

.medical-condition h2.style1 {
  font-size: 30px;
  display: inline-block;
}

span.break {
  display: block;
}

.female-hair-loss .main-heading {
  border-bottom: 2px solid #000;
  display: inline-block;
}

.intro-section h4 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.intro-section p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-bottom: 60px;
}
.intro-section img {
  width: 100%;
}
.symtoms-section h3 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
}
.symtoms-section ul {
  display: flex;
  justify-content: space-between;
}

.symtoms-section ul li .image {
  margin-bottom: 30px;
}
.symtoms-section ul li .image img {
  border-radius: 10px;
}
.symtoms-section ul li .info h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.symtoms-section ul li .info p {
  font-size: 16px;
  line-height: 24px;
}

.symtoms-section.women h3 {
  padding: 0 30px 15px;
  display: inline-block;
}
.symtoms-section.women h4 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #000;
  font-size: 22px;
}
.symtoms-section.women .image {
  border-radius: 10px;
  background-color: #ffbdae;
}

.section-hairFactorFemale {
  background: url(../images/female-baldness-hr-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-hairFactorFemale h3 {
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.section-hairFactorFemale p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.section-hairFactormale {
  background: url(../images/male-baldness-hr-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-hairFactormale h3 {
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
}
.section-hairFactormale p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.section-hairFactormale .hairFactormaleboxes {
  border-radius: 15px;
}

.key-insight {
  clear: both;
}
.key-insight .inner-section {
  border-top: 2px solid #000;
  padding: 50px 0;
  margin-bottom: 50px;
}
.key-insight.women .inner-section {
  padding: 0;
  margin-bottom: 20px;
}
.key-insight .inner-section .image {
  float: right;
  margin-right: 100px;
}
.key-insight .inner-section h4 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.key-insight .inner-section p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
.key-insight .inner-section ul {
  padding-left: 16px;
}
.key-insight .inner-section li {
  list-style: disc;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #6b6b6b;
}

.key-insight .bottom-section {
  clear: both;
}
.key-insight .bottom-section .description1 {
  margin-bottom: 40px;
  max-width: 560px;
}
.key-insight .bottom-section .description1 h3 {
  margin-bottom: 20px;
}
.key-insight .bottom-section .two-col {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.key-insight .bottom-section .two-col .col-one {
  display: flex;
  width: 380px;
  border: 2px solid #e39482;
  border-radius: 10px;
}
.key-insight .bottom-section .two-col .col-one.no-border {
  border: 0;
}

.key-insight .bottom-section .description {
  padding: 20px;
}
.key-insight .bottom-section h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
.key-insight .bottom-section p {
  font-size: 18px;
}

.key-insight.women .inner-section {
  border: 0;
}
.key-insight.women .inner-section h4 {
  padding-bottom: 10px;
  display: inline-block;
}

.treatment-options .box1 {
  border-radius: 10px;
  padding: 15px;
  border: 2px solid #e39482;
  margin-bottom: 30px;
}
.treatment-options .box1 h4 {
  font-size: 18px;
}
.treatment-options .box1 p {
  font-size: 16px;
}
.key-insight .inner-section .left-column {
  float: left;
  max-width: 80%;
}
.key-insight .inner-section .image {
  margin-right: 0;
}

.benefits {
  margin-bottom: 70px;
}
.benefits .heading-bg {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.benefits .column {
  max-width: 30%;
}

.benefits .column ul {
  margin: 0 0 0 16px;
  list-style: disc;
}
.benefits li {
  margin-bottom: 10px;
  list-style: disc;
}
.benefits li .image {
  margin: 0 20px 0 0;
}

#vitiligo-benefits {
  margin-bottom: 70px;
}
#vitiligo-benefits .heading-bg {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#vitiligo-benefits .column {
  max-width: 23%;
}

#vitiligo-benefits .column ul {
  margin: 0 0 0 16px;
  list-style: disc;
}
#vitiligo-benefits li {
  margin-bottom: 30px;
  list-style: disc;
}
#vitiligo-benefits li .image {
  margin: 0 20px 0 0;
}

.consideration-section h3 {
  border-bottom: 2px solid #e39482;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
  margin-bottom: 80px;
}
.two-columns {
  display: flex;
  justify-content: space-between;
}
.two-columns .box1 {
  max-width: 46%;
  min-width: 30%;
  border: 1px solid #e39482;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.two-columns .box1 h5 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}
.two-columns .box1 p {
  margin-bottom: 10px;
}

.fillers {
  margin-bottom: 60px;
  padding: 40px 0;
  background: rgba(226, 222, 222, 0.3);
}
.fillers h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
.fillers li {
  max-width: 324px;
}
.fillers li .image {
  margin-bottom: 30px;
}
.fillers li h5 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.benefit {
  margin-bottom: 60px;
}
h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
.benefit li {
  max-width: 324px;
}
.benefit .image {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
}
.benefit .image h3 {
  color: #000;
  font-size: 22px;
  margin-left: 20px;
  text-align: left;
}

.clear {
  clear: both;
}

.about-section h3 {
  font-size: 36px;
}
.about-section p {
  line-height: 30px;
}
.about-section .dashboard {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about-section .dashboard div {
  background-color: #fff;
  box-shadow: 5px 5px 10px #e69c88;
  padding: 10px;
  max-width: 200px;
  border-radius: 5px;
}
.about-section .dashboard div h5 {
  text-align: center;
  color: #e39482;
  line-height: 30px;
}

.experts {
  margin-bottom: 60px;
}
.experts h5 {
  background-color: #e39482;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.experts .col-md-3 {
  margin-bottom: 20px;
}

.insta-graft {
  background-color: #f6f5f5;
  padding: 40px 0;
  margin-bottom: 60px;
}
.insta-graft h4,
.transplant-management h4 {
  margin-top: 30px;
}
.insta-graft h6 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}
.insta-graft small {
  background-color: #6b6b6b;
  padding: 3px 6px;
  border-radius: 3px;
  color: #fff;
}

.about-botox {
  padding: 60px 0;
}
.about-botox h3 {
  font-size: 36px;
  margin-bottom: 10px;
}
.about-botox p {
  line-height: 30px;
  font-size: 16px;
}
.about-botox img {
  width: 100%;
}

.combined-treatment {
  margin-bottom: 60px;
}
.combined-treatment ul {
  margin: 0 0 0 16px;
}
.combined-treatment ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  line-height: 24px;
}

.microdermabrasion #faq h2 {
  font-size: 34px;
}
.pcod #faq h2 {
  margin-bottom: 50px;
}
ul.list2 {
  margin-left: 16px;
}

.treatment-section ul.list2 li {
  padding: 14px 0;
}
ul.list2 li {
  list-style: disc;
  line-height: 24px;
  margin-bottom: 0;
}

.couses-section h3,
.symptoms-section h3 {
  border-bottom: 1px solid #e39482;
  padding-bottom: 15px;
}

.regenerative #faq h2 {
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 30px;
}
.regenerative p {
  font-size: 16px;
  line-height: 24px;
}

.three-columns {
  display: flex;
  justify-content: space-between;
}
.three-columns .box1 {
  width: 33%;
}
.three-columns img {
  width: 100%;
}
.three-columns h4 {
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 16px;
}

.bio-simulation {
  background-color: #f6f5f5;
  margin-bottom: 60px;
}
.bio-simulation p {
  font-size: 16px;
  line-height: 30px;
}
.bio-simulation .btn-appointment {
  border-radius: 10px;
  color: #fff;
  background-color: #e39482;
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 700;
}

#advance-regen {
  font-size: 25px;
}

.result-section p {
  background-color: #e39482;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: -3px;
  position: relative;
  font-weight: bold;
  width: calc(100% - 11px);
  border-radius: 0px 0px 15px 15px;
}

.therapy-section .image-section {
  text-align: right;
}
.top-info {
  max-width: 580px;
  margin-bottom: 30px;
}
.iprf-therapy .top-info {
  margin-bottom: 10px;
}

.gcell .image {
  text-align: right;
}
.key-benefit .section h4 {
  background-color: #e39482;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
}

.how-it-works .box {
  /* box-shadow: 3px 3px 8px rgba(251, 221, 212, 0.9); */
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 197px;
  border-radius: 10px;
}
.how-it-works .box h5 {
  margin-bottom: 15px;
}

.options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.register-form p {
  margin-bottom: 20px;
}
.register-form input,
.register-form textarea {
  width: 500px;
  border: 1px solid #e39482;
  padding: 10px;
  color: #e39482;
  border-radius: 3px;
  margin: auto;
}
.register-form input::placeholder,
.register-form textarea::placeholder {
  color: #e39482;
}

.vitiligo-symptoms {
  padding: 60px 0;
  margin: 0;
}
.vitiligo-symptoms ul.list2 li {
  padding: 0;
  margin-bottom: 10px;
}
.vitiligo img {
  height: 400px;
}
.vitiligo-symptoms .box,
.typeof-vitligo .box {
  max-width: 340px;
}
.effects-vitligo .box {
  border: 1px solid #e39482;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 224px;
}
.typeof-vitligo h5,
.vitiligo-symptoms h5 {
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #e39482;
  color: #fff;
}
.typeof-vitligo h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.approach-vitiligo1 {
  background-image: url(../images/Vitiligo-bgImage-MKTP.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.approach-vitiligo .box2 {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 190px;
}
.approach-vitiligo .box1 {
  border: 1px solid #e39482;
  padding: 24px;
  border-radius: 10px;
  min-height: 248px;
  margin-bottom: 20px;
}
.approach-vitiligo .box1 li {
  margin-bottom: 10px;
}

.key-takeaways .box {
  border: 1px solid #e39482;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 350px;
  min-height: 310px;
}
.key-takeaways .box img {
  margin-bottom: 30px;
}
.key-takeaways .box h5 {
  margin-bottom: 20px;
}

.key-takeaways .box1 {
  display: flex;
  border: 1px solid #e39482;
  padding: 20px;
  border-radius: 10px;
  max-width: 530px;
}
.key-takeaways .box1 .image {
  margin-right: 30px;
}
.key-takeaways .box1 h5 {
  margin-bottom: 20px;
}
.key-takeaways .placeholder {
  width: 400px;
  height: 250px;
  border-radius: 20px;
  background-color: #e39482;
}

.thermi,
.thermi,
.thermiTight {
  background-color: #f6f5f5;
  padding: 20px 0 20px;
  /* margin-bottom: 60px; */
}
.thermi .box {
  display: flex;
  margin-bottom: 50px;
}
.thermi .box .image {
  margin-right: 40px;
}
.thermi .box .details {
  width: 285px;
}
.thermi .box h4 {
  background-color: #e39482;
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 20px;
}
.thermi .box li {
  font-size: 15px;
}

/* Chemical peels  */

.card-custom {
  background-color: #e39882;
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  margin-bottom: 40px;
}
.card-custom h5 {
  font-weight: bold;
}
.divider {
  height: 1px;
  background-color: white;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .ChemicalPeel-section {
    padding: 0px 50px;
  }
  .card-custom {
    height: auto;
  }
}

/* /Chemical peels  */

/* Benefits of chemical peel  */

.containerBenefitChem {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.grid-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr); /* Default: 5 columns */
}

.grid-item {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  text-align: start;
  max-height: 500px;
}
.grid-item h6 {
  font-weight: bold;
  margin-bottom: 5px;
}

.grid-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-item:nth-child(4),
  .grid-item:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 column */
  }
}

@media (min-width: 420px) and (max-width: 500px) {
  .case-studies li p {
    bottom: 24px;
    font-size: 10px;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .case-studies li p {
    bottom: 24px;
    font-size: 10px;
  }
}

@media (min-width: 601px) and (max-width: 890px) {
  .case-studies li p {
    bottom: 50px;
    left: 14%;
  }
}

.frequency {
  padding-top: 50px;
}
.frequency .box {
  max-width: 540px;
  margin-bottom: 50px;
  text-align: left;
  padding: 20px;
}
.thermitight-works .three-columns {
  padding-top: 50px;
}
.thermitight-works .three-columns .box {
  padding: 20px;
  width: 350px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #e69c8884;
}

.boxes {
  justify-content: space-between;
}
.integrates {
  background: #f6f5f5;
}
.boxes .box {
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  background-color: #e39482;
  max-width: 254px;
}
.boxes .box img {
  margin-bottom: 20px;
  width: 100%;
}
.boxes .box p {
  color: #fff;
}

.procedure .box {
  max-width: 375px;
}
.procedure .box h6 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.procedure .box p {
  text-transform: none;
}

.key-benefits .box1 {
  padding: 20px;
  border-radius: 20px;
  max-width: 260px;
}
.key-benefits .box1 h6 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}
.key-benefits .box1 {
  font-size: 14px;
}

.fue-techniques.key-benefits .box1 {
  max-width: 380px;
  background-color: #f5f5f5;
  /* padding: 20px 60px; */
}

.thermiTight .row {
  justify-content: space-between;
}

.thermiTight .box {
  box-shadow: 0 0 10px #ccc;
  padding: 30px 30px;
  border-radius: 24px;
  margin-bottom: 50px;
  max-width: 350px;
  min-height: 530px;
  background-color: #ffffff;
}

.botox-benefits2 .box {
  box-shadow: 0 0 10px #ccc;
  padding: 40px 30px;
  border-radius: 24px;
  margin-bottom: 50px;
  max-width: 350px;
  min-height: 230px;
}
.botox-benefits .box {
  box-shadow: 0 0 10px #ccc;
  padding: 40px 30px;
  border-radius: 24px;
  margin-bottom: 50px;
  max-width: 350px;
  min-height: 230px;
}

.thermiTight .box .image {
  margin: 0 0 30px;
}
.thermiTight .thermi-boxes .box {
  min-height: 450px;
}
.thermiTight .thermi-boxes .box .image {
  margin: 0 30px 0 0;
  width: 100%;
}

.thermiTight .box h6 {
  font-weight: bold;
  margin: 20px 0px;
}
.thermiTight .box p {
  margin-bottom: 14px;
}

.fue-techniques h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.section-slide {
  margin-bottom: 60px;
}
.ads-slider {
  margin-bottom: 60px;
}
.infrastructure,
.advanced-treatment {
  margin-bottom: 60px;
}
.transplant-management {
  padding: 60px 0;
}
.male-hair-loss .accordion {
  margin-bottom: 30px;
}

.lease-resurfacing .column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lease-resurfacing ul li {
  display: flex;
  list-style: none;
}

/* Who's at Risks female baldness */

.risk-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.risk-card {
  background-color: #f6f5f5;
  color: rgb(0, 0, 0);
  border-radius: 12px;
  padding: 20px 20px;
  height: 100%;
  margin-bottom: 20px;
}

/* /Who's at Risks  */

/* what cause female baldness  */

.what-cause1 {
  border-bottom: 2px dashed white;
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 2em;
}
.what-cause2 {
  padding-right: 3em;
  padding-left: 2em;
  padding-top: 2em;
}

.what-cause1 h4,
.what-cause2 h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.what-cause-details1 {
  border-right: 2px dashed white;
}
.what-cause-details3 {
  border-left: 2px dashed white;
}

/* what cause female baldness  */

/* When does start and diagnosed  */

.female-diagnosed1 {
  min-height: 20vh;
}

.female-diagnosed-details1 h2 {
  font-size: 1.4rem;
  text-align: center;
  color: black;
  margin-bottom: 10px;
}

.female-diagnosed2 {
  min-height: 20vh;
  background-color: #e39482;
  padding-bottom: 2rem;
}

.diagnosed-title {
  font-size: 1.4rem;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.female-diagnosed-details2 p {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 20px 20px;
  margin-bottom: 20px;
}

/* When does start and diagnosed  */

/* Treatment options for FPB  */

.treatment-opt-fpb {
  border: 2px solid #e39482;
  border-radius: 10px;
  padding: 20px 20px;
  min-height: 35vh;
  width: auto;
}

.treatment-opt-fpb h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}

/* /Treatment options for FPB  */

/* Advanced regenrative therapy FPB */

.regen-fpb-details {
  border: 2px solid #e39482;
  border-radius: 10px;
  padding: 20px;
  min-height: 22vh;
  width: auto;
}

/* /Advanced regenrative therapy FPB */

/* Early-intervation */

.early-intervation {
  background-color: #e6e6e6;
}

/* Early-intervation */

.hairLossPattern-carousel .info {
  box-shadow: 3px 3px 8px rgba(251, 221, 212, 0.9);
  border-radius: 15px;
  padding: 25px 20px 20px 24px;
  margin-bottom: 20px;
  min-height: 360px;
}

.symptoms-carousel .info {
  box-shadow: 3px 3px 8px rgba(251, 221, 212, 0.9);
  border-radius: 15px;
  padding: 25px 20px 20px 24px;
  margin-bottom: 20px;
  min-height: 400px;
}

.info .image img {
  width: 100%;
}

#blogItemList li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

#blogItemList li a {
  display: flex;
  justify-content: space-between;
}

#blogItemList li .image {
  margin-left: 100px;
}
.pagination {
  justify-content: center;
  margin-bottom: 50px;
}
.pagination button {
  margin: 0 10px;
}

.blog-carousel .blog-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-carousel .blog-details .post {
  width: 32%;
  margin-bottom: 30px;
  position: relative;
}

.blog-carousel ul,
.innerBlog-carousel ul {
  display: flex;
}
.blog-carousel .slick-list,
.innerBlog-carousel .slick-list {
  margin: 0 20px;
}

.chemical-peel {
  display: flex;
}

.innerBlog-carousel li {
  position: relative;
  z-index: 1;
}
.innerBlog-carousel li .bottom,
.blog-carousel .blog-details .post .bottom {
  max-width: calc(100% - 40px);
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerBlog-carousel li .bottom p {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.blog-carousel .blog-details .post .bottom p {
  font-weight: bold;
  color: #fff;
}

/* Vitiligo medical therapy */
.vitiligo-treatment-bg1 {
  background-image: url(../images/Topical\ Corticosteroids.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 240px;
  margin-bottom: 20px;
}

.vitiligo-treatment-bg1 h5,
.vitiligo-treatment-bg2 h5,
.vitiligo-treatment-bg3 h5 {
  margin-bottom: 10px;
}

.vitiligo-treatment-bg2 {
  background-image: url(../images/Calcineurin\ Inhibitors.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 240px;
  margin-bottom: 20px;
}
.vitiligo-treatment-bg3 {
  background-image: url(../images/Vitamin\ D\ Analogues.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 240px;
  margin-bottom: 20px;
}

#hirsutism-boxes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #e39482;
  padding: 20px;
  border-radius: 10px;
}

.hirsutism-details h5 {
  color: #fff;
  margin-bottom: 10px;
}
.hirsutism-details p {
  color: #fff;
}

.underEye .image img {
  margin-top: 40px;
}

.typesof-vitiligo {
  background-image: url(../images/types-vitiligo-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 20px;
}

.vitiligotypeboxes {
  border: 2px solid #e39482;
  border-radius: 10px;
  padding: 20px;
}

.couses-section {
  background-image: url(../images/pcod-causes-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 50px;
}

.pcod-symptom-boxes {
  border: 1px solid #e39482;
  border-radius: 8px;
  padding: 15px;
  transition: 0.3s;
}
.pcod-symptom-boxes:hover {
  background-color: #eda392;
  color: white;
}

.pcod-symptoms-image-section {
  display: flex;
  justify-content: center;
}
.pcod-symptoms-image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 15em;
}

.hydra-facial-progress {
  background-image: url(../images/hydra-facial-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.hydra-facial-boxes {
  border: 2px solid #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.benefit-hydra-facial {
  background-color: #f6f5f5;
}

.benefit-hydra li {
  display: inline-block;
  padding: 14px;
  border: 2px solid #e39482;
  margin: 0 20px 30px 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

.benefit-hydra li:hover {
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(227, 148, 130, 0.18);
}

/* New appointment form  */

.appointment-form-section {
  padding: 4rem 0;
  background: url("../images/appointment-form-bg.jpg") no-repeat center
    center/cover;
}

.appoint-form {
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

.appoint-details {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #fff;
  width: 90%;
  max-width: 700px;
}

.appoint-details input,
.appoint-details textarea {
  background: rgb(255 255 255 / 64%);
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
  font-size: 1rem;
}

.appoint-details textarea {
  border-radius: 20px;
  resize: none;
  height: 120px;
}

.appoint-details input::placeholder,
.appoint-details textarea::placeholder {
  color: #848383;
}

.new-appoint-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 30px;
  border: none;
  transition: 0.3s ease;
}

.new-appoint-form:hover {
  background: #e69c88;
  color: white;
}

.whatsapp-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.whatsapp-btn a {
  background: #fff;
  color: #000000;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.whatsapp-btn a img {
  height: 28px;
  margin-right: 10px;
}

.appoint-details input[type="date"],
.appoint-details input[type="time"] {
  background: rgb(255 255 255 / 64%);
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
  color: #8d8d8d;
  margin-bottom: 20px;
  font-size: 1rem;
}

/* Laser-Hair-Reduction-bikini */
.why-choose-bikini {
  background-image: url(../images/bikini-LHR-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.why-choose-bikini-boxes p {
  padding: 30px 30px;
  border: 2px solid #e39482;
  border-radius: 10px;
  font-size: 1.1rem;
  min-height: 120px;
}

.how-work-laser-bikini {
  background-image: url(../images/how-work-laser-bikini-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.aftercare-bikini-section {
  background-color: #e2dede55;
}

.how-work-laser-bikini-boxes p {
  padding: 30px 30px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 1.1rem;
  height: 9rem;
  width: auto;
}

.aftercare-bikini-area {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 10px 10px #cccccc33;
  margin-bottom: 30px;
}

.rocacea-diagnosis {
  border: 1px solid black;
  border-radius: 10px;
}

.whyChooseLHF {
  background-color: #e39482;
  color: white;
  padding: 10px;
  border-radius: 20px;
  min-height: 254px;
  margin-bottom: 20px;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.wartTypesBoxes {
  background-color: #e39482;
  color: white;
  padding: 20px;
  border-radius: 20px;
  min-height: 410px;
  margin-bottom: 20px;
}

.bg-offWhite {
  background-color: #f5f5f5;
}

.wartManagementbox {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  min-height: 400px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.wartBeforeAfterBox {
  border: 2px solid #e2dede;
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
  border-radius: 20px;
  padding: 30px 20px;
  margin-right: 15px;
  min-width: 380px;
}

.skin-image-drop {
  margin-bottom: 30px;
}

/* Training page  */

.training-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.training-main-box-details {
  border: 2px solid #e39482;
  border-radius: 10px;
  padding: 20px;
}

.training-main-box-details p:first-child {
  font-size: 20px;
}

.training-whychoose-bg {
  background-image: url(../images/training-whychoose-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.training-video video {
  background-color: #2b0a0a;
  height: 450px; /* ✅ Increased height */
  object-fit: cover; /* ✅ Maintain aspect ratio */
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 2, 0, 0.4);
}

.training-brochure a {
  border: 2px solid black;
  border-radius: 5px;
  max-height: 200px;
  padding: 20px 40px;
  color: white;
  background-color: black;
}

.bullet-pointers ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 20px;
}

.why-botox-benefit {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.why-botox-benefit .bullet-pointers {
  line-height: 30px;
}

.why-botox-benefit .bullet-pointers ul li {
  font-weight: bold;
}

.area-botox-boxes {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 18px;
  min-height: 15.5rem;
  width: auto;
}

.area-botox-boxes p {
  font-weight: bold;
}

.why-botox-dc {
  background-image: url(../images/botox-bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.why-choose-botox-dc h5 {
  font-weight: lighter;
}

.check-icon {
  background-color: #00d084; /* Green background */
  color: white; /* White check icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px; /* Rounded corners */
  font-size: 16px;
  font-weight: lighter;
}

/* Eyebrow transplant  */

.why-eyebrow-transplant {
  display: flex;
  gap: 3rem;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 30px;
}

.bullet-pointers2 ul li {
  list-style-type: disc;
  font-weight: bold;
}

.techniques-eyebrow {
  background-image: url(../images/techniques-eyebrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.techniques-eyebrow-restoration1 {
  margin-top: 40px;
  border-right: 3px dashed white;
}
.techniques-eyebrow-restoration2 {
  margin-top: 40px;
}

.bullet-pointers3 ul li {
  list-style-type: disc;
  margin-bottom: 30px;
  margin-left: 20px;
}

/* Our-team page  */

.our-team-section {
  background-color: #f6f7f0;
}

.team-card {
  background-color: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0px 4px 45px rgba(104, 104, 104, 0.1);
  margin-bottom: 30px;
}

.font-weight-bolder {
  font-weight: bolder;
}

.team-post {
  background-color: #f6f7f0;
  color: #e39482;
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px;
}

.social-icons-team {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-top: 1.7px solid lightgray;
}

.social-icons-team img {
  margin-top: 12px;
  height: 28px;
  width: 28px;
}

/* Best Hair Transplant in Delhi  */

.no1Heading {
  font-family: "laviossamedium";
  color: #e39482;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}

.BHTD-section-2 ul li {
  list-style: disc;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: 13px;
}

.typesHairTransplant {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.typesHairTransplant span {
  border: 1px solid #e39482;
  background-color: #f9eae7;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
}

.BHTD-boxes {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  min-height: 14rem;
  width: auto;
}

.BHTD-boxes p {
  font-weight: bold;
}

.advantage-fue {
  background-image: url(../images/BHTD-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.advantage-fue-box {
  background-color: rgba(116, 86, 86, 0.525);
  border: 2px solid #e39482;
  border-radius: 12px;
  padding: 10px 20px;
  min-height: 10rem;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.advantage-fue-box strong {
  color: #fff;
}

@media (max-width: 576px) {
  .advantage-fue-box {
    font-size: 0.9rem;
    padding: 15px;
  }
}

.BHTD-procedure {
  background-image: url(../images/BHTD-bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.who-can-benefit-BHTD p {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 20px;
}

.rounded-video {
  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper iframe{
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.faqSection-BHTD {
  background: url(../images/faqSection-BHTD.png) top center no-repeat fixed;
  background-size: cover;
}

/* appoint-delhi-form */

.delhi-appoint-form-bg {
  background: url(../images/delhi-appoint-form-bg.png) top center no-repeat fixed;
  background-size: cover;
}


.best-hair-transplant-delhi-appoint-form-wrapper {
  /* background: rgba(0, 0, 0, 0.6); */
  padding: 2rem;
  border-radius: 1rem;
  max-width: 1200px;
  margin: auto;
  color: white;
}

.best-hair-transplant-delhi-appoint-form-wrapper .form-control {
  background-color: rgba(10, 10, 10, 0.4);
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 15px 20px;
}

.best-hair-transplant-delhi-appoint-form-wrapper .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7)
}

.best-hair-transplant-delhi-appoint-form-wrapper .btn {
  border-radius: 2rem;
  padding: 15px 25px;
  font-weight: 500;
}

.request-call-delhi {
  padding: 12px 45px;
  font-weight: bold;
  /* background-color: none; */
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
}

@media (max-width: 767.98px) {
  .best-hair-transplant-delhi-appoint-form-wrapper {
    padding: 1rem;
  }
}



/* Best Hair Transplant in Delhi  */

.no1Heading-main {
  font-family: "laviossamedium";
  color: #e39482;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 60px;
}

.request-call {
  padding: 10px 25px;
  border: 1px solid white;
  border-radius: 40px;
  font-weight: bold;
  font-size: 20px;
}

.hero {
  background-image: url("../images/hair-transplant-results-banner.png"); /* Replace with your actual image file name */
  background-size: cover;
  background-position: center;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 80px;
}

.gallery-banner-H {
  color: white;
  font-size: 2.8rem;
  font-family: "laviossamedium";
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Hair Transplant Video India  */

.external-nav-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1060;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: none;
}

.external-nav-arrow i {
  font-size: 1.5rem;
}

.external-nav-left {
  left: 20px;
}

.external-nav-right {
  right: 20px;
}

.external-nav-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(1.1);
}

.rounded-video {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-wrapper {
  cursor: pointer;
}

/* /Hair Transplant Video India  */

.hair-image-drop {
  margin-bottom: 30px;
}

.thin {
  font-family: Poppins-Light;
  /* font-family: Poppins-ExtraLight; */
}

.pcos-pcod-boxes {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 6rem;
  display: flex;
  align-items: center;
}

.pcod-diagnosed {
  background-image: url("../images/pcod-diagnosed-bg.png");
  background-size: cover;
  background-position: center;
}

.pcod-diagnosed-details {
  min-height: 5rem;
  padding: 10px 20px;
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  margin-bottom: 20px;
}

.treatment-options-details {
  border-right: 3px dashed black;
}

.bullet-pointers4 ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 30px;
}

.bg-grey {
  color: #777777;
}

.consultation-booking {
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.consultation-booking:hover {
  background-color: #e39482;
  color: white;
}

.how-it-works-vitiligo .card-viti {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 12rem;
}

.how-it-works-vitiligo .card-viti:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.how-it-works-vitiligo h2 {
  font-size: 24px;
}

.card-viti-2 {
  border: 2px solid #e39482;
  border-radius: 15px;
  background-color: white;
  margin-bottom: 20px;
}

.our-team-bannerH {
  font-size: 3rem;
  font-weight: normal;
}

/* Why us page  */

.why-us-details {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 3rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-details:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.achivement-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  /* border: 2px solid white; */
}

.achivements {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: left;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  will-change: box-shadow, transform;
  gap: 18px;
}

.achivements:hover {
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2),
    0 0 40px rgba(255, 255, 255, 0.2);
  transform: scale(1.01);
}

.achivements p {
  color: white;
}

.bg-black {
  color: black;
  background-color: black;
}

.why-us-presence {
  background-color: #e39482;
}

.location-btn {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  padding: 10px 20px;
}

.location-btn:hover {
  background-color: #e39482;
  color: white;
}

.why-us-presence-card {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.presence-section {
  background-color: #e49581;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
}
.presence-section2 {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
}

.presence-line {
  flex: 1;
  height: 1px;
  background-color: white;
  max-width: 200px;
}

.presence-title {
  color: white;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  white-space: nowrap;
}

/* About Clinic page  */

.about-clinic-bg {
  background-image: url("../images/about-clinic-bg.png");
  background-size: cover;
  background-position: center;
}
.video-wrapper-about {
  width: 100%;
  height: 300px; /* Adjust this height as needed */
  margin-bottom: 30px;
  /* border: 2px solid white;
    border-radius: 10px; */
}

.video-wrapper-about iframe {
  border: 3px solid white;
}

.about-clinic-bg h1 {
  font-size: 28px;
}

.about-clinic-bannerH {
  font-size: 2.2rem;
}

/* New Before After  */

.before-after-p {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* gap: 20px; */
}

.right-section {
  display: flex;
}

.no1Heading-main {
  text-align: center;
}

.appointment-section .arrow-btn {
  height: 15px;
  width: 35px;
  margin-left: 5px;
}

.appointment-section a {
  font-size: 25px;
  padding: 15px 25px;
}

.innovation-boxes {
  border: 2px solid #e39482;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}
.innovation-boxes h5 {
  font-size: 16px;
  line-height: 22px;
  font-family: Poppins-Medium;
}
.innovation-boxes p {
  font-size: 14px;
}
.innovation-boxes img {
  border-radius: 10px;
}

.about-video iframe {
  border-radius: 10px;
}

.vary-person {
  color: white;
  font-size: 15px;
  margin-top: 50px;
}

.section-slide {
  padding-top: 70px;
}

.gcell-para p {
  display: inline-block;
  background-color: #fcebea; /* light pink background */
  border: 1px solid #f5c6cb; /* soft pink/red border */
  padding: 10px;
  border-radius: 10px;
  color: black;
  margin-bottom: 10px;
  margin-right: 8px;
}

.gcell-keybenefit p {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 10px;
  min-height: 3rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gcell-keybenefit p:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.gcell-work p {
  margin-left: 20px;
}

.gcell-work {
  margin-bottom: 50px;
}

.how-it-works .box h5 {
  background-color: #e39482;
  padding: 10px 10px;
  border-radius: 10px;
  color: white;
}

.why-choose-regenative {
  background-image: url("../images/why-choose-regen-bg.png");
  background-size: cover;
  background-position: center;
  color: white;
}

.why-choose-regenerative-boxes {
  border: 2px solid #e69c88;
  border-radius: 10px;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  min-height: 15.5rem;
}

.why-choose-regenerative-boxes:hover {
  background-color: rgba(255, 235, 200, 0.1);
  box-shadow: inset 0 0 12px rgba(255, 179, 167, 0.6);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.why-choose-regenerative-boxes h6 {
  color: #e39482;
  font-size: 18px;
  margin-bottom: 10px;
}

.why-choose-regenerative-boxes p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

#bullet-regen {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.second-spe p {
  margin-top: 30px;
}

.vip-boxes-white {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  min-height: 13rem;
}

.instagraft-key-boxes {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  min-height: 10.5rem;
}

.instagraft-key-boxes h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.vip-boxes-white h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-section button a {
  color: white;
}

.symptoms-viti-bg {
  background-image: url(../images/vitiligo-types-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.symptoms-viti-boxes {
  border: 2px solid white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 190px;
  color: white;
}

.symptoms-viti-boxes h5 {
  margin-bottom: 10px;
}

.phototherapy-boxes {
  border: 1px solid #e39482;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.details-viti p {
  padding-right: 40px;
}

.details-viti h5 {
  margin-bottom: 10px;
}

.logo-mobile img {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 80px 10px;
}

.rocacea-diagnosis h3 {
  font-size: 30px;
}

.treatment-rosacea-bg {
  background-image: url(../images/treatment-melasma-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.treatment-rosacea-boxes {
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 2px solid #e39482;
  padding: 20px;
  border-radius: 10px;
  height: 200px;
  margin-bottom: 20px;
}

.treatment-rosacea-boxes h6 {
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.treatment-rosacea-boxes p {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin-top: 15px;
}

.rocacea-diagnosis-boxes {
  /* background-color: #e39482; */
  color: black;
  border-radius: 10px;
  padding: 20px;
}

.acneCause h4 {
  font-size: 36px;
}

.cause-rosacea-box {
  background-color: #f6f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 340px;
}

.video-card iframe {
  height: 660px;
  width: 100%;
  border-radius: 7px;
}

.media-presence-new {
  background-color: #e2dede;
  border-radius: 10px;
}

.skin-tightening-boxes {
  border: 2px solid #e69c88;
  border-radius: 10px;
  padding: 20px;
  min-height: 220px;
  margin-bottom: 15px;
}

.skin-tightening-boxes h6 {
  color: white;
  font-weight: bold;
  margin-bottom: 14px;
}
.skin-tightening-boxes p {
  color: white;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -10px;
}

.calculatorForm .heading {
  padding-top: 50px;
}

.hair-transplant img {
  border-radius: 15px;
}

/* Thankyou page  */

.thankyou-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thankyou-page h1 {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
}

.thankyou-page p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.thankyou-page button a {
  text-decoration: none;
  color: black;
}
.thankyou-page button a:hover {
  text-decoration: none;
  color: white;
}

.thankyou-page button {
  border-radius: 40px;
  padding: 10px 40px;
  background-color: #00d084;
  color: black;
}
.thankyou-page button:hover {
  background-color: #00d094;
  color: white;
}

.thankyou-page img {
  height: 100px;
  width: 100px;
}

/* Blogs card new  */

.blogs-cards-new {
  border-radius: 20px;
  padding: 15px;
}

.blogs-cards-new img {
  border-radius: 15px;
}

.blogs-cards-new h6 {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 10px;
}

.blogs-cards-new p {
  font-weight: lighter;
  font-size: 14px;
  margin-bottom: 10px;
}

.read-more-blog {
  background-color: #000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 40px;
  margin-top: 20px;
  font-size: 14px;
}
.read-more-blog:hover {
  background-color: #e0e0e0;
  color: #000;
  padding: 5px 15px;
  border-radius: 40px;
}

.offer-banner-ad img {
  height: auto;
  width: 100%;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cfcfcf;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #bfbfbf;
}

.tab-image-container {
  position: relative;
  display: inline-block;
  width: 100%; /* or fixed width */
  text-align: center;
}

.tab-image-container img {
  width: 100%;
  border-radius: 20px;
}

.tab-label h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  letter-spacing: 5px;
}

.fhl-new {
  margin-top: 20px;
  border-radius: 10px;
}
.FHL-hair-growth-boxes {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 110px;
}

.treatment-options-details {
  padding-right: 60px;
}

.FHL-types {
  padding: 15px 20px;
  border: 3px solid #e39482;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 110px;
}

.HLW-bg {
  background-image: url(../images/HLW-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-banner {
  padding-top: 100px;
}

/* Offers page  */

.offer-sect-v {
  margin-top: 88px;
}

.offer-laser-cards {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 15px;
}

.offer-laser-boxes {
  background-color: #f6f5f5;
  padding: 15px;
  border-radius: 14px;
}

.offer-laser-boxes2 {
  background-color: #fff4eb;
  padding: 15px;
  border-radius: 14px;
}
.offer-laser-boxes3 {
  background-color: #f6f3ff;
  padding: 15px;
  border-radius: 14px;
}

.offer-laser-cost1,
.offer-laser-cost2,
.offer-laser-cost3 {
  margin-top: 10px;
}

.old-price {
  position: relative;
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}

.old-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: red;
  transform: rotate(-20deg);
  transform-origin: center;
}

.price {
  font-weight: 600;
  background-color: #f2f2f2;
  padding: 4px 10px;
  border-radius: 30px;
}

.offer-laser-cost1 .price {
  background-color: #d9d9d9;
  padding: 5px 15px;
  border-radius: 40px;
}
.offer-laser-cost2 .price {
  background-color: #fedbc1;
  padding: 5px 15px;
  border-radius: 40px;
}
.offer-laser-cost3 .price {
  background-color: #d7cbff;
  padding: 5px 15px;
  border-radius: 40px;
}
.offer-facials-bg {
  background-image: url(../images/offer-facials-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offer-bridal-bg {
  background-image: url(../images/offer-bridal-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.advanced-bio span {
  background-color: #f9eae7;
  border: 2px solid #e39482;
  border-radius: 10px;
  padding: 10px;
  margin-right: 20px;
}

.why-choose-bio-bg {
  background-image: url(../images/why-choose-bio-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.how-biostimulation .box {
  min-height: 210px;
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.how-biostimulation .box h6 {
  background-color: #e39482;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
}

/* Female hair transplant page */

.why-women-need-boxes p {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 10px;
  min-height: 3rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.FHT-who-can-benefit p {
  background-color: #e39482;
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.bor-bot {
  padding-bottom: 15px;
  border-bottom: 2px solid #c6c6c6;
}

.FHT-hover {
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

.FHT-hover:hover {
  transform: scale(1.03); /* Zoom-in effect */
  background-color: #000;
  color: #fff;
}

.FHT-hover img {
  border-radius: 10px;
}

.why-choose-FHT-boxes {
  border: 2px solid #e69c88;
  border-radius: 10px;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  min-height: 270px;
}

.why-choose-FHT-boxes h6 {
  color: #e39482;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.why-choose-FHT-boxes:hover {
  background-color: rgba(255, 235, 200, 0.1);
  box-shadow: inset 0 0 12px rgba(255, 179, 167, 0.6);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.why-choose-FHT-bg {
  background-image: url(../images/FHT-why-choose-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-choose-FHT-box p {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
}

.why-choose-FHT-box-sub {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  padding-left: 40px;
}

.androgenic-alopecia-boxes {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 15px;
  min-height: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.telogen-boxes p {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-right: 6px solid #e39482;
  border-radius: 12px;
  margin-bottom: 15px;
  min-height: 110px;
  margin-top: 25px;
  background-color: #fff;
  color: #000;
}

.telogen-causes {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  margin-bottom: 15px;
  border-radius: 40px;
}

.telogen-causes img {
  height: 45px;
  width: 45px;
}

.alopecia-areata-MHL {
  background-color: #e69c88;
  color: #000;
}

.alopecia-areata-boxes {
  padding: 15px 20px;
  border: 2px solid #000;
  border-bottom: 7px solid #000;
  border-right: 6px solid #000;
  border-radius: 12px;
  margin-bottom: 15px;
  min-height: 90px;
  margin-top: 25px;
  background-color: #fff;
  color: #000;
}

.offer-book-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.offer-book-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #000;
  color: white;
  padding: 7px 10px;
  border-radius: 40px;
}

.offer-book-link:hover {
  background-color: #e39482;
  color: white;
}

.offer-book-link img {
  height: 25px;
  width: 25px;
}

.wh-icon img {
  height: 35px;
  width: 35px;
}

.types-BHTD-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.typesHairTransplantBoxes {
  border: 1.8px solid #e39482;
  padding: 10px;
  border-radius: 15px;
  min-height: 200px;
}
.typesHairTransplantBoxes p{
  font-weight: bold;
}

.typesHairTransplantBoxes img {
  margin-bottom: 10px;
  border-radius: 10px;
}

/* media presence scroll  */
.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: fit-content;
  gap: 80px;
  animation: scrollLoop 40s linear infinite;
}

.logo-track img {
  height: 80px;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.logo-track img:hover {
  opacity: 1;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* whychoose delhi  */

.why-chose-dc-delhi {
  background-image: url(../images/why-choose-delhi-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-choose-delhi-boxes {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  min-height: 100px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  margin-bottom: 15px;
}

.feature-hr {
  height: 1px;
  width: 100%;
  color: grey;
  background-color: grey;
}

.note-delhi {
  padding: 15px 20px;
  border: 2px solid #e39482;
  border-bottom: 7px solid #e39482;
  border-radius: 12px;
}

.graph-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-frame {
  border: none;
}




/* Mobile-specific styles tablet */

@media (max-width: 768px) {
  .why-choose-FHT-boxes {
    min-height: 270px;
  }

  .how-biostimulation .box {
    min-height: 180px;
  }

  .offer-laser-cost3 {
    margin-bottom: 40px;
  }

  .tab-label h1 {
    font-size: 3rem;
  }

  .cause-melas-box {
    background-color: #f6f5f5;
    min-height: 300px;
  }

  .acneCause h4 {
    font-size: 30px;
  }

  .treatment-rosacea-boxes {
    height: 160px;
  }

  .rocacea-diagnosis h3 {
    font-size: 25px;
  }

  .phototherapy-boxes {
    display: block;
    justify-content: center;
  }

  .phototherapy-boxes {
    display: block;
  }

  .details-viti p {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .phototherapy-boxes .image img {
    width: 100%;
    height: auto;
  }

  .vitiligo-treatment-bg1,
  .vitiligo-treatment-bg2,
  .vitiligo-treatment-bg3 {
    min-height: 440px;
  }

  .instagraft-key-boxes {
    margin-bottom: 20px;
  }

  .vip-boxes-white {
    min-height: 19rem;
  }

  .whyChooseLHF {
    min-height: 310px;
  }

  .gcell-work {
    margin-bottom: 30px;
  }

  .logo-mobile {
    display: block;
    position: relative;
    height: 5%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }

  .logo-mobile img {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 80px 10px;
  }

  .vary-person {
    color: white;
    font-size: 15px;
    margin-top: 50px;
  }

  .trust-section h3 {
    margin-bottom: 65px;
  }

  .appointment-section .arrow-btn {
    height: 10px;
    width: 15px;
    margin-left: 5px;
  }

  .appointment-section a {
    font-size: 12px;
    padding: 10px 20px;
  }

  .appointment-section a {
    font-size: 20px;
    padding: 15px 30px;
  }

  .appointment-section .arrow-btn {
    margin-left: 20px;
  }

  .left-section {
    font-size: 14px;
  }
  .right-section {
    font-size: 14px;
  }

  .right-section {
    display: block;
  }

  .right-section p i {
    display: block;
  }

  .about-clinic-bannerH {
    font-size: 1.5rem;
    padding: 0px 50px;
  }

  .achivement-section {
    justify-content: start;
  }

  .about-clinic-bg h1 {
    font-size: 26px;
  }

  .our-team-bannerH {
    font-size: 2.2rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .how-it-works-vitiligo .card-viti {
    min-height: 20rem;
  }

  .card-viti-2 {
    min-height: 21rem;
  }

  .treatment-options-details {
    border-right: none;
  }

  .hero {
    height: 25vh;
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .gallery-banner-H {
    font-size: 2.5rem;
    text-align: center;
  }

  .no1Heading-main {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .BHTD-boxes {
    min-height: 17rem;  
    margin-bottom: 20px;
  }

  .area-botox-boxes {
    min-height: 14.8rem;
    padding: 20px;
  }

  .training-main-box-details p:first-child {
    font-size: 18px;
  }

  .wartBeforeAfterBox {
    border: 2px solid #e2dede;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 20px;
    padding: 30px 20px;
    min-width: 240px;
    margin-bottom: 20px;
  }

  .wartManagementbox {
    min-height: 400px;
    padding: 30px;
  }

  .wartTypesBoxes {
    min-height: 460px;
    padding: 30px;
  }

  .how-work-laser-bikini-boxes p {
    height: auto;
  }

  .how-work-laser-bikini-boxes {
    margin-bottom: 20px;
  }

  .why-choose-bikini-boxes p {
    height: 7.5rem;
    font-size: 1rem;
    padding: 25px 10px;
  }

  .bor-dash {
    border-right: none;
  }

  .regen-fpb-details {
    min-height: 30vh;
  }

  .treatment-opt-fpb {
    min-height: 85vh;
  }

  .whoatrisk-details {
    background-color: #e39482;
    height: 28vh;
    width: 13em;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
  }

  .section-slide,
  .ads-slider {
    margin-bottom: 20px;
  }

  .innerBlog-carousel {
    margin-bottom: 40px;
  }
  .innerBlog-carousel li .bottom {
    max-width: 100%;
  }
  .innerBlog-carousel li .bottom img {
    width: auto;
  }
  .blog-carousel .blog-details .post .bottom {
    padding: 5px;
    max-width: 100%;
  }
  .blog-carousel .blog-details .post .bottom p {
    font-size: 12px;
    display: none;
  }
  .blog-carousel .blog-details .post .bottom img {
    width: 24px;
  }

  .accordion-header {
    display: block;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .accordion-content {
    display: none;
    overflow: hidden;
  }
  .accordion-content.active {
    display: block;
  }
  .accordion-content h4 {
    display: none;
  }
  .accordion-header:after {
    content: "\f078";
    color: #fff;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: "FontAwesome";
    font-weight: 500;
    position: absolute;
  }
  .accordion-header.active:after {
    content: "\f077";
    color: #fff;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: "FontAwesome";
    font-weight: 500;
  }

  .male-hair-loss h3 span {
    display: inline;
  }
  .male-hair-loss h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-section .images img {
    width: 100%;
  }
  .faq-section .hair-image {
    margin-bottom: 40px;
  }
  .faq-section .images .row {
    padding: 0;
    margin-bottom: 0px;
  }

  .appointment-btn a {
    font-size: 20px;
  }

  .hair-loss-image {
    float: none;
    margin: 0 0 40px;
    text-align: center;
  }
  .hair-loss-image img {
    width: 100%;
  }
  #faq .card .card-header .btn-header-link:after {
    top: 20px;
  }
  #faq .card .card-body {
    font-size: 14px;
    /* line-height: 1; */
  }

  .diseases ul {
    display: block;
    margin-bottom: 40px;
  }
  .diseases ul li {
    margin-bottom: 40px;
  }
  .diseases .image-box {
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 5px 10px 10px #ccc;
    margin-bottom: 30px;
  }

  .hair-conditions .two-col,
  .hair-conditions .bottom-col {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .hair-conditions .two-col .col-one,
  .hair-conditions .bottom-col .box {
    display: block;
    width: 100%;
  }
  .hair-conditions .two-col .col-one .image img,
  .hair-conditions .bottom-col .box .image img {
    width: 100%;
  }

  .insta-graft {
    padding: 30px 0;
    margin-bottom: 30px;
  }

  span.break {
    display: inline-block;
  }
  .key-insight .inner-section .left-column {
    float: left;
    max-width: 70%;
  }
  .key-insight .inner-section .image {
    margin-right: 0;
  }
  .key-insight .bottom-section .two-col {
    display: block;
  }
  .key-insight .bottom-section .two-col .col-one {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .key-insight .bottom-section .two-col .col-one img {
    width: 100%;
    border-radius: 0px 20px 20px 0px;
  }

  .intro-section {
    padding: 20px 0;
  }
  .section-hairFactor {
    padding-bottom: 0;
  }
  .symtoms-section {
    padding-top: 0;
  }
  .symtoms-section .progress-carousel ul li .info {
    width: 324px;
  }
  .key-insight,
  .key-insight .inner-section {
    padding-bottom: 0;
  }

  .section-hairFactor .factor-img {
    float: none;
    margin-bottom: 40px;
  }
  .section-hairFactor .factor-img img {
    width: 100%;
  }
  .treatment-options .box1 {
    margin-bottom: 30px;
  }
  .insta-graft h4,
  .transplant-management h4 {
    margin-top: 0;
  }
  .benefits {
    margin-bottom: 50px;
  }
  .benefits .flex {
    display: block;
  }
  .benefits .column {
    max-width: 100%;
  }

  #vitiligo-benefits .flex {
    display: block;
  }

  #vitiligo-benefits .column {
    max-width: 100%;
  }
  .benefits li {
    display: flex;
    margin-bottom: 30px;
  }
  .benefits li .image {
    margin: 0 20px 0 0;
  }

  .consideration-section h3 {
    margin-bottom: 40px;
  }
  .two-columns {
    display: block;
    justify-content: space-between;
  }
  .two-columns .box1 {
    max-width: 100%;
  }

  .fillers {
    margin-bottom: 0px;
  }
  .fillers ul,
  .fillers-benefit ul {
    display: block;
  }
  .fillers li,
  .fillers-benefit li {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .section-slide {
    padding-top: 0px;
  }
  .about-section h3 {
    margin: 0 0 20px;
    font-size: 25px;
  }
  .about-section img {
    width: 100%;
    margin: 0;
  }
  .about-section .images img {
    margin-bottom: 40px;
  }
  .about-section .images {
    display: block;
    padding-top: 30px;
  }
  .about-section .dashboard {
    display: block;
    margin: 30px 0 40px;
  }
  .about-section .dashboard div {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .infrastructure,
  .advanced-treatment {
    margin-bottom: 20px;
  }
  .advanced-treatment p {
    margin-bottom: 30px;
  }
  .transplant-management {
    padding: 0;
    margin-bottom: 20px;
  }
  .transplant-management p,
  .insta-graft p {
    margin-bottom: 20px;
  }
  .appointment-btn {
    margin: 0 0 50px;
  }

  .about-botox img {
    margin-top: 50px;
  }
  .botox-works ul,
  .benefit ul {
    display: block;
  }
  .botox-works ul li,
  .benefit ul li {
    margin-bottom: 50px;
  }
  .combined-treatment img {
    width: 100%;
  }

  .blog-section .header {
    padding: 0;
    margin-bottom: 25px;
  }
  .blog-section .header h3 {
    font-size: 25px;
  }

  .blog-section .coln1,
  .blog-section .coln2 {
    margin: 0;
  }

  .three-columns {
    display: block;
  }
  .three-columns .box1 {
    width: 100%;
    margin-bottom: 40px;
  }
  .pcod #faq h2 {
    font-size: 30px;
  }
  .symptoms-section .col-md-4 {
    margin-bottom: 40px;
  }
  .bio-simulation .btn-appointment {
    margin-top: 50px;
  }

  .result-section .col-md-3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .result-section p {
    display: inline-block;
    width: calc(100% - 85px);
  }

  .therapy-section .image-section {
    float: none;
    margin: 0 0 40px;
  }
  .therapy-section .image-section img {
    width: 100%;
  }
  .top-info {
    max-width: 100%;
  }

  .gcell .image {
    text-align: center;
    margin-top: 50px;
  }
  .gcell .image img {
    width: 100%;
  }
  .key-benefit .section {
    margin-bottom: 20px;
  }
  .options {
    display: block;
    justify-content: space-between;
  }
  .register-form input,
  .register-form textarea {
    width: 100%;
  }
  .register-img img {
    width: 100%;
  }

  .vitiligo-section {
    max-width: 100%;
  }
  .vitiligo img {
    height: auto;
  }

  .typeof-vitligo .image img {
    width: 100%;
  }
  .typeof-vitligo .box {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .thermi .box {
    display: block;
  }
  .how-it-works img {
    width: 100%;
  }
  .thermi .box .image {
    margin: 0 0 40px;
  }
  .thermi .box .image img {
    width: 100%;
  }
  .thermi .box .details {
    width: 100%;
  }
  .thermitight-works .three-columns .box {
    margin-bottom: 40px;
    width: 100%;
  }

  .thermiTight .thermi-boxes .box {
    display: block;
  }
  .thermiTight .thermi-boxes .box .image {
    text-align: center;
    margin-bottom: 20px;
  }

  .boxes .box {
    max-width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .boxes .box img {
    width: 100%;
  }
  .key-benefits .box1 {
    max-width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .fue-techniques.key-benefits .box1 {
    /* padding: 20px 30px; */
    max-width: calc(100% - 60px);
  }

  .image-placeholder div {
    width: 100% !important;
  }
  #faq h2 {
    font-size: 25px;
    margin-bottom: 0;
    width: 100%;
  }
  #faq .card .card-header .btn-header-link {
    font-size: 15px;
    white-space: normal;
    padding: 15px 0;
  }

  .key-takeaways .box,
  .key-takeaways .box1 {
    display: block;
    border: 1px solid #e39482;
    padding: 20px;
    border-radius: 10px;
    max-width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

  .key-takeaways .box1 .image {
    margin: 0 0 30px;
  }
  .key-takeaways .box1 .image img {
    width: 100%;
  }
  .key-takeaways .box1 h5 {
    margin-bottom: 20px;
  }
  .key-takeaways .placeholder {
    width: 100%;
  }
  .effects-vitligo .box {
    max-width: 100%;
  }
  .typeof-vitligo {
    margin-bottom: 0px;
  }
  .typeof-vitligo .image {
    margin-top: 30px;
  }

  .male-hair-loss p.m-b-60,
  .intro-section p {
    margin-bottom: 30px;
  }
  .male-hair-loss .accordion {
    margin-bottom: 30px;
  }
  .medical-condition {
    padding: 20px 0;
  }
  .medical-condition h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .medical-condition .subheading {
    font-size: 16px;
  }
  .diseases ul {
    margin-bottom: 40px;
  }
  .hair-conditions .col-one .description {
    padding-top: 20px;
    width: 100%;
  }
  .hair-conditions .col-one .description h5 {
    font-size: 18px;
  }
  .hair-conditions .col-one .description p {
    font-size: 16px;
  }
  .hair-conditions .col-one .image {
    /* margin-bottom: -40px; */
    width: 100%;
  }
  .medical-condition h2.style1 {
    font-size: 22px;
  }
  .vitiligo-symptoms {
    padding: 30px 0;
  }
  footer {
    padding-top: 30px !important;
  }

  .experts {
    margin-bottom: 30px;
  }
  .long-hair-bottom-section {
    margin-bottom: 0;
  }
  .long-hair-bottom {
    display: block;
  }
  .long-hair-bottom .box1 {
    margin-bottom: 30px;
    max-width: 100%;
  }

  .symtoms-section.women h3 {
    padding: 0 0 10px;
  }
  .symptoms-carousel .info,
  .hairLossPattern-carousel .info {
    box-shadow: none;
    margin-bottom: 0;
  }
  .symtoms-section.women {
    padding-bottom: 0;
  }
  footer button.accordion-header {
    display: block;
  }

  #blogItemList li {
    display: block;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  #blogItemList li a {
    display: block;
  }
  #blogItemList li .details {
    margin-bottom: 20px;
  }
  #blogItemList li .image {
    margin-left: 0;
  }
  #blogItemList li .image img {
    width: 100%;
  }
  .pagination {
    justify-content: center;
    margin-bottom: 50px;
  }
  .pagination button {
    margin: 0 10px;
  }
  .footer-section.p-b-75 {
    padding-bottom: 0;
  }
  .chemical-peel {
    display: block;
  }
  .chemical-peel .col {
    margin-bottom: 20px;
  }

  .thermiTight .box {
    min-height: 585px;
  }

  .scalp-pig {
    padding: 50px;
  }
  .three-column-scalp {
    gap: 3rem;
  }
  .three-column-scalp .box {
    margin-right: 0px;
  }

  .chemical-peel {
    display: flex;
    flex-wrap: wrap;
  }
  .benefits-chemical-peel-details img {
    height: 100px;
    width: 160px;
  }
}

.trust-section h3 {
  margin-bottom: 45px;
}

.innovations-section li .photo {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 20px;
  border-radius: 14px;
  width: 290px;
  height: 280px;
}

.training-brochure {
  margin-top: 50px;
}

.innovations-section li .photo img {
  width: 280px;
}

.techniques-eyebrow-restoration1 {
  border: none;
}

/* Mobile Responsive */

@media (max-width: 480px) {

  .section-slide img {
      height: 180px;
    }

  .heading1 {
  font-size: 25px;
}

  .typesHairTransplantBoxes {
    margin-bottom: 20px;
  }

  .best-hair-transplant-delhi-appoint-form-wrapper .btn {
  margin-top: 20px;
}
  .offer-sect-v {
    margin-top: 0px;
  }

  .why-choose-FHT-boxes {
    min-height: 200px;
  }

  .how-biostimulation .box {
    min-height: 150px;
  }
  .contact-banner {
    padding-top: 2px;
  }
  .offer-laser-cost3 {
    margin-bottom: 0;
  }

  .tab-label h1 {
    font-size: 3.5rem;
  }

  .thankyou-page {
    min-height: 60vh;
  }

  .thankyou-page h1 {
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
  }

  .thankyou-page p {
    font-size: 1.1rem;
  }
  .thankyou-page img {
    height: 50px;
    width: 50px;
  }

  .calculatorForm .heading {
    padding-top: 0px;
  }
  #calculator-section .calculatorForm {
    padding: 0px;
  }
  .carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .carousel-item img {
    width: 100%;
    height: 90px;
  }
  .skin-tightening-boxes {
    min-height: 150px;
  }

  .why-choose-bikini-boxes p {
    min-height: 60px;
  }

  .how-work-laser-bikini-boxes {
    margin-bottom: 0px;
  }

  .how-work-laser-bikini-boxes p {
    padding: 15px;
  }

  .why-choose-bikini-boxes p {
    height: 100px;
    margin-bottom: 20px;
  }

  .thermi h3 {
    font-size: 25px;
  }

  .why-botox-benefit {
    display: block;
  }

  .benefits {
    margin-bottom: 20px;
  }

  .benefits h3 {
    font-size: 25px;
  }

  .microdermabrasion #faq h2 {
    font-size: 25px;
  }

  .grid-item {
    text-align: start;
  }

  .containerBenefitChem {
    text-align: start;
  }

  .ChemicalPeel-section {
    padding: 0;
    margin: 0;
  }

  .card-custom {
    min-height: 150px;
    margin-bottom: 20px;
  }

  .skinExpertCare {
    padding: 25px 0;
  }

  .underEye li {
    padding: 20px 20px 1px 20px;
  }

  .underEye li {
    margin-bottom: 20px;
  }

  .thermitight-works .three-columns .box {
    padding: 15px;
    margin-bottom: 20px;
  }

  .thermitight-works .three-columns {
    padding-top: 25px;
  }

  .thermiTight {
    margin-bottom: 0px;
  }

  .thermiTight .box {
    margin-bottom: 20px;
  }

  .thermiTight {
    padding: 30px 0 20px;
  }

  .wartTopicalTreatments {
    padding: 30px 0;
  }

  .wartTreatment {
    padding: 30px 0px;
  }

  .fs-sm {
    font-size: 25px;
  }

  .wartTypes {
    margin-bottom: 20px;
  }

  .wartCause h3,
  .wartTypes h3 {
    font-size: 25px;
  }

  .wartTypesBoxes {
    padding: 20px;
  }

  .hirsutismTopicalTreatments .boxes {
    justify-items: start;
  }

  .hirsutismTopicalTreatments {
    padding: 30px 0px;
  }

  .topical-treatment-hirsutism .box {
    margin-bottom: 15px;
  }

  .cause-rosacea-box {
    min-height: 240px;
  }

  .acneProfessionalTreatments {
    margin-bottom: 30px;
  }

  .acneManagement h3 {
    font-size: 25px;
  }

  .acneProfessionalTreatments h3 {
    font-size: 25px;
  }

  .acneTopicalTreatments h3 {
    font-size: 25px;
  }

  .boxes .box1 {
    margin-bottom: 15px;
  }

  .acneTreatment h3 {
    font-size: 25px;
  }

  .boxes .box1 h5 {
    font-size: 18px;
  }

  .acneCause h4 {
    font-size: 25px;
  }

  .rocacea-diagnosis h3 {
    font-size: 25px;
  }
  .pcod img {
    height: 250px;
    padding: 10px 8px 5px;
  }

  .vitiligo-treatment-bg1,
  .vitiligo-treatment-bg2,
  .vitiligo-treatment-bg3 {
    min-height: 240px;
  }

  .key-takeaways .box1 .image img {
    height: 250px;
  }

  .key-takeaways .box,
  .key-takeaways .box1 {
    margin: 0 0 30px;
  }

  .key-takeaways .box {
    min-height: 250px;
  }

  .symptoms-viti-boxes {
    min-height: 150px;
  }

  #vitiligo-benefits {
    margin-bottom: 30px;
  }

  .male-hair-loss .accordion {
    margin-bottom: 10px;
  }

  .hair-loss-image {
    margin: 0 0 20px;
  }

  .beard-main-section {
    background: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 20px;
  }

  .beard-before-after ul li {
    margin-bottom: 20px;
  }

  .beard-before-after ul li img {
    width: 49%;
    padding: 0;
    margin-bottom: 20px;
  }

  .beard-main-section h3 {
    font-size: 25px;
  }

  .techniques-eyebrow-restoration1 {
    border: none;
  }
  .techniques-eyebrow-restoration1 button {
    text-align: left;
  }
  .techniques-eyebrow-restoration2 button {
    text-align: left;
  }

  .why-eyebrow-transplant {
    display: block;
  }

  .faqSection-BHTD h6 {
    font-size: 25px;
  }

  .before-after ul li {
    padding: 8px;
  }

  .before-after li .image {
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .instagraft-key-boxes {
    min-height: 5rem;
    margin-bottom: 20px;
  }

  .vip-boxes-white {
    min-height: 11rem;
    margin-bottom: 20px;
  }

  .key-benefits .box1 {
    max-width: calc(100% - 40px);
    margin: 0 auto 20px;
  }

  .whyChooseLHF {
    min-height: 270px;
  }

  .integrates h3 {
    font-size: 25px;
  }

  .second-spe p {
    margin-top: 10px;
  }

  .why-choose-regenerative-boxes {
    min-height: 10.5rem;
  }

  .gcell-work p {
    margin-left: 0px;
  }

  .gcell-work {
    margin-bottom: 20px;
  }

  .training-brochure a {
    border: 2px solid black;
    border-radius: 5px;
    max-height: 200px;
    padding: 15px 20px;
    color: white;
    background-color: black;
  }

  .training-brochure {
    margin-top: 50px;
  }

  .procedure h3 {
    font-size: 25px;
  }

  .insta-graft-section h4 {
    font-size: 24px;
  }

  .bio-simulation .btn-appointment {
    margin-top: 20px;
  }

  .how-it-works .box {
    box-shadow: 3px 3px 8px rgba(251, 221, 212, 0.9);
    padding: 20px;
    margin-bottom: 20px;
    min-height: 150px;
    border-radius: 10px;
  }

  .section-hairFactorFemale h3 {
    margin: 0;
    padding: 0;
    font-size: 25px;
  }

  .hair-conditions .col-one .description {
    padding-top: 0px;
    width: 100%;
  }

  .hair-conditions .col-one .image img {
    width: 100%;
    padding: 30px 0;
  }

  .faqSection h3 {
    color: #fff;
    font-size: 20px;
  }

  .about-section p {
    font-size: 14px;
  }

  .logo-mobile {
    display: block;
    position: relative;
    height: 5%;
    padding-right: 25px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }

  .logo-mobile img {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 80px 10px;
  }

  .vary-person {
    color: white;
    font-size: 10px;
    margin-top: 28px;
  }

  .about-section p {
    line-height: 25px;
  }

  .innovation-section-new h3 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .footer-social {
    font-size: 15px;
  }

  .footer-bottom .fa {
    height: 28px;
    width: 28px;
  }

  .copyright {
    font-size: 12px;
    font-weight: lighter;
  }

  .adlogues-footer {
    font-size: 12px;
  }

  .bor-dash {
    border-right: none;
    border: none;
  }

  .accordion-content ul li {
    font-size: 12px;
  }

  .contact-section p {
    font-size: 12px;
  }

  .associations-section {
    font-size: 29px;
  }

  .innovations-section li .photo {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    border-radius: 14px;
    width: 290px;
    height: 280px;
  }

  .trust-section h3 {
    margin-bottom: 25px;
  }

  .hair-transplant .know-more {
    background-color: #fff;
    box-shadow: none;
    font-size: 16px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    color: black;
  }

  .hair-transplant .know-more:hover {
    background-color: #000;
    color: #fff;
  }

  .hair-transplant h3 {
    font-size: 25px;
  }

  .media-logos li {
    width: 16%;
    background-color: #fff;
    text-align: center;
  }

  .media-logos ul {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .media-logos li img {
    height: 40px;
    width: 53px;
  }

  .appointment-section .arrow-btn {
    height: 10px;
    width: 15px;
    margin-left: 5px;
  }

  .appointment-section a {
    font-size: 12px;
    padding: 10px 20px;
  }

  .no1Heading-main {
    text-align: center;
  }

  .appointment-section a {
    margin: 0px 20px;
    margin-bottom: 20px;
  }

  .top-header-section {
    padding: 10px 20px;
  }

  .top-header-section .left-section {
    margin-bottom: 10px;
  }

  .right-section {
    display: flex;
  }

  .left-section {
    font-size: 12px;
  }
  .right-section {
    font-size: 12px;
  }

  .about-clinic-bannerH {
    font-size: 1rem;
    padding: 0px 30px;
  }

  .about-clinic-bg h1 {
    font-size: 24px;
  }

  .scalp-pig {
    padding: 20px;
  }

  .three-column-scalp {
    display: block;
  }

  .thermiTight .box {
    min-height: 485px;
  }

  .thermiTight .box {
    max-width: 100%;
  }

  .what-cause1 {
    border: none;
  }

  .what-cause-details3 {
    border: none;
  }

  .what-cause-details1 {
    border: none;
  }

  .what-cause1  {
    border-bottom: none;
  }

  .what-cause-details1  {
    border: none;
  }

  .what-cause-details3  {
    border: none;
  }

  .our-team-bannerH {
    font-size: 1.1rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .how-it-works-vitiligo .card-viti {
    min-height: 10rem;
  }

  .card-viti-2 {
    min-height: 12.5rem;
  }

  .hero {
    height: 15vh;
    margin-bottom: 20px;
  }

  .gallery-banner-H {
    font-size: 1.3rem;
    text-align: center;
  }

  .no1Heading-main {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .BHTD-boxes {
    min-height: 10rem;
    margin-bottom: 20px;
  }

  .no1Heading {
    font-family: "laviossamedium";
    color: #e39482;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .appointment-form-section h3 {
    font-size: 26px;
  }

  .team-card {
    padding: 25px;
  }
  .area-botox-boxes {
    padding: 30px;
  }

  .training-video video {
    height: 250px; /* ✅ Increased height */
  }

  .training-main-box {
    display: block;
  }

  .training-main-box-details {
    margin-bottom: 15px;
  }

  .whyChooseLHF {
    padding: 25px;
    border-radius: 15px;
  }

  .bor-dash {
    border-right: none;
  }

  .regen-fpb-details {
    min-height: 20vh;
  }

  .treatment-opt-fpb {
    min-height: 20vh;
  }

  .benefits-chemical-peel-details img {
    border-radius: 20px 20px 20px 10px;
    padding: 0 4rem;
    padding: 0px 20px;
    margin-top: 30px;
  }

  .underEye .image img {
    margin: 0px;
  }

  #hirsutism-boxes {
    flex-direction: column;
    /* text-align: center; */
  }

  #hirsutism-boxes img {
    max-height: 50vh;
    width: 50vw;
    margin: auto;
  }

  .chemical-peel {
    display: flex;
  }

  .benefits-chemical-peel-details h5 {
    text-align: center;
  }

  .benefits-chemical-peel-details p {
    text-align: center;
  }
}

/* /Mobile Responsive  */

/* ------------Thermi RF-----------------------  */
.skin-tightening {
  background-image: url(../images/skin-tightning-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.thermi-rf-boxes p {
  border: 2px solid #e39882;
  border-radius: 10px;
  padding: 20px;
}
/* ------------/Thermi RF-----------------------  */

/* ------------Melasma & Rocacea Section-------------  */

.treatment-melasma {
  background-image: url(../images/treatment-melasma-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.skin-tightening-bg {
  background-image: url(../images/skin-tightening-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cause-melas-box {
  background-color: #f6f5f5;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 300px;
}

.cause-melas-box h5 {
  margin-bottom: 15px;
  background-color: #e39882;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

.cause-rosacea-box h5 {
  background-color: #e39882;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.topical-treatment-melasma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topical-treatment-melasma .box {
  height: 250px;
  width: 200px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #e39482;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.topical-treatment-melasma .box img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}
.topical-treatment-melasma .box h5 {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.topical-treatment-melasma p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 15px;
}

.topical-treatment-rosacea .box {
  height: 270px;
  width: 200px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #e39482;
  padding: 20px;
  border-radius: 10px;
}
.topical-treatment-rosacea .box h5 {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.topical-treatment-rosacea {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.topical-treatment-rosacea p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 15px;
}
.life-style-rosacea-details {
  min-height: 23rem;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.life-style-rosacea {
  background-color: #f9f9f9;
}

.skin-tightening-skin-glow .box {
  height: 230px;
  width: 260px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #e39482;
  padding: 20px;
  border-radius: 10px;
}
.skin-tightening-skin-glow .box h5 {
  display: inline-block;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(255, 255, 255);
}
.skin-tightening-skin-glow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.skin-tightening-skin-glow p {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}

@media (max-width: 799px) {
  .topical-treatment-melasma {
    justify-content: center;
  }
  .topical-treatment-melasma .box {
    margin: 10px 10px;
  }
  .melasma-manage-details img {
    width: 100%;
  }
  .topical-treatment-rosacea {
    justify-content: space-evenly;
  }
  .topical-treatment-rosacea .box {
    height: 180px;
    width: 350px;
    margin: 10px 0 20px 10px;
  }
  .life-style-rosacea-details img {
    width: 100%;
  }
  .life-style-rosacea-details {
    min-height: 24rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 477px) {
  .topical-treatment-melasma {
    justify-content: center;
    flex-direction: column;
  }
  .topical-treatment-melasma .box {
    height: 220px;
    width: 250px;
    margin: 0 0 15px 0;
  }
  .topical-treatment-melasma .box img {
    max-width: 250px;
  }
  .topical-treatment-melasma p {
    font-size: 15px;
  }
  .topical-treatment-rosacea {
    justify-content: center;
  }
  .topical-treatment-rosacea .box {
    height: 230px;
    width: 250px;
    margin: 0 0 20px 0;
  }
  /* .cause-rosacea-box {min-height: 15rem;} */
  .melasma-manage-details {
    min-height: 10rem;
  }
}

.dermatological-procedures {
  background-image: url(../images/dermatological-procedures-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dermatological-procedures-details {
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 14rem;
  margin-bottom: 20px;
}

.dermatological-procedures-details h5 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.dermatological-procedures-details p {
  color: #fff;
}

.melasma-management {
  background-color: #f9f9f9;
}

.melasma-management {
  background-color: #f9f9f9;
}

.melasma-manage-details {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  min-height: 28rem;
}

.melasma-manage-details h5 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.life-style-rosacea {
  background-color: #f9f9f9;
}

.life-style-rosacea-details .box {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  min-height: 22rem;
}

.life-style-rosacea-details .box h5 {
  margin-top: 15px;
  margin-bottom: 20px;
}
.about-insta-graft img {
  width: 100%;
}
@media (max-width: 768px) {
  .melasma-manage-details {
    min-height: 31rem;
  }
  .three-column .box {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .dermatological-procedures-details {
    min-height: 13rem;
  }
}

.ads-slider .slick-dots {
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.ads-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.ads-slider .slick-dots li button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #000;
  font-size: 0;
}
.ads-slider .slick-dots li.slick-active button {
  background-color: #e39482;
}

/* ------------/Melasma & Rosacea Section -------------  */
@media (min-width: 768px) and (max-width: 1023px) {
  .before-after li {
    padding: 20px;
  }
  .before-after li .image {
    /* width: 100px; */
    height: 100px;
  }
  .innovations-carousel ul {
    display: flex;
    flex-wrap: wrap;
  }
  .innovations-section li {
    margin: 0 29px 90px;
    max-width: 320px;
  }

  .hair-image img {
    width: 100%;
  }
  .diseases ul {
    flex-wrap: wrap;
  }
  .symtoms-section ul {
    column-gap: 30px;
  }
  .symtoms-section ul li {
    max-width: 33.3%;
  }
  .symtoms-section ul li .image img {
    width: 100%;
  }

  .hair-loss-image,
  .hair-loss-image {
    width: 40%;
  }
  .hair-loss-image img,
  .hair-loss-image img {
    width: 100%;
  }
  .symtoms-section ul li .info img {
    width: 100%;
  }

  .gcell img {
    width: 100%;
  }
  .result-section div {
    margin-bottom: 30px;
  }
  .procedure .boxes {
    column-gap: 10px;
  }
  .procedure .boxes .box {
    max-width: 220px;
  }

  #calculator-section {
    padding-top: 30px;
  }
  .combined-treatment img,
  .how-it-works img {
    width: 100%;
  }
  .botox-works .image img {
    width: 100%;
  }
  .hair-loss-image {
    max-width: 31%;
  }
  .hair-loss-image img {
    width: 100%;
  }
  .benefits.lease-resurfacing div.flex {
    flex-wrap: wrap;
  }
  .benefits.lease-resurfacing div.flex .column {
    max-width: 47%;
  }

  .testimonials li {
    background: linear-gradient(
      to right,
      rgba(201, 222, 150, 1) 0%,
      rgba(251, 251, 251, 1) 0%,
      rgba(206, 206, 206, 1) 100%
    );
    width: 360px;
    height: auto;
    margin: 0 22px;
    position: relative;
    border-radius: 20px;
  }
  .testimonials li:hover,
  .testimonials li.selected li {
    background: linear-gradient(
      to right,
      rgba(201, 222, 150, 1) 0%,
      rgba(191, 164, 157, 1) 0%,
      rgba(238, 182, 170, 1) 100%
    );
  }
  .about-section .col-md-7 img {
    width: 100%;
  }
  .about-section .dashboard {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: normal;
    column-gap: 20px;
  }
  .about-section .dashboard div {
    max-width: 230px;
  }

  .blog-carousel .blog-details .post img {
    max-width: 230px;
  }
  .blog-carousel .blog-details .post .bottom img {
    width: auto;
  }
  .innerBlog-carousel li .bottom,
  .blog-carousel .blog-details .post .bottom {
    max-width: calc(100% - 10px);
  }

  .footer-section {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  footer button.accordion-header {
    display: block;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .accordion-content {
    display: none;
    overflow: hidden;
  }
  .accordion-content.active {
    display: block;
  }
  .accordion-content h4 {
    display: none;
  }
  .accordion-header:after {
    content: "\f078";
    color: #fff;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: "FontAwesome";
    font-weight: 500;
    position: absolute;
  }
  .accordion-header.active:after {
    content: "\f077";
    color: #fff;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: "FontAwesome";
    font-weight: 500;
  }
}

.associations-section {
  background-color: #e39482;
  color: white;
  font-size: 14px;
}

.text-column-asso {
  padding: 5px 15px;
  position: relative;
}

.bor-dash {
  border-right: 1.5px dashed white;
}

@media (max-width: 1150px) {
  .innovations-carousel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .innovations-section li {
    margin: 0 30px 20px;
  }
  .hair-transplant .tow-colums .column1 img {
    width: 100%;
  }
  .hair-transplant .tow-colums .column2 {
    padding-top: 20px;
  }
  .regenerative #faq h2 {
    font-size: 25px;
  }
  .result-section img,
  .result-section p {
    width: 100%;
  }
  .bio-simulation .btn-appointment {
    font-size: 20px;
  }
}

.symtoms-section ul li .info {
  max-width: 324px;
}

.bottom-call-action-btn {
  /* background-color: #fff; */
  /* padding: 20px; */
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}

.bottom-call-action-btn .whatsapp-cta-footer {
  background-color: #000;
  padding: 10px 15px;
  border-radius: 5px;
}
.bottom-call-action-btn .call-cta-footer {
  background-color: #000;
  padding: 10px 15px;
  border-radius: 5px;
}

.bottom-call-action-btn a {
  color: #fff;
}
