@charset "UTF-8";
@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: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-Italic;
  src: url("../fonts/Poppins/Poppins-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-display: swap;
}
.btn-primary {
  background: #E39482;
  font-size: 1rem;
  padding: 15px;
}
@media (min-width: 768px) {
  .btn-primary {
    font-size: 1.375rem;
    padding: 20px;
  }
}
.btn-primary {
  border-radius: 80px;
  border: none;
  font-family: Poppins-SemiBold;
}
.btn-primary:hover {
  background: #FFEDE8;
  color: #000000;
}

.whatsapp-btn {
  background: #27D045;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 30px;
  color: #ffffff;
  width: 210px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
}
.whatsapp-btn svg {
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  .whatsapp-btn {
    font-size: 0.875rem;
    padding: 0 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }
}
.whatsapp-btn {
  border-radius: 80px;
  border: none;
  font-family: Poppins-SemiBold;
}
.whatsapp-btn:hover {
  color: #000000;
}

#accordionExample .accordion-button {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  #accordionExample .accordion-button {
    font-size: 1.1rem !important;
  }
}
#accordionExample .accordion-body {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  #accordionExample .accordion-body {
    font-size: 1.1rem !important;
  }
}

.doctor-image {
  height: 100%;
  display: flex;
  align-items: end;
  flex-flow: column;
  justify-content: end;
}

.accordion-button {
  padding: 25px 25px 25px 105px;
  height: 80px;
  font-size: 1rem !important;
  background: #F8F8F8 !important;
}
@media (min-width: 768px) {
  .accordion-button {
    font-size: 1.375rem !important;
  }
}
.accordion-button::after {
  content: "+";
  background-image: none;
  background-color: #E39482;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: none;
  transform: translate(0);
  color: #ffffff;
  font-family: Poppins-Regular;
  font-size: 3rem;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  background-color: #E39482;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: none;
  transform: translate(0);
  font-family: Poppins-Regular;
  font-size: 3rem;
}

.accordion-button:not(.collapsed) {
  background: none;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-gray {
  border: 1px solid #E1E1E1;
}

.overflow-hidden {
  overflow: hidden;
}

.youtube-play-button {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.youtube-play-button img {
  width: 120px;
}

.youtube-facade {
  overflow: hidden;
}

.patient-journey {
  background: #F0F0F0;
}

.video-section ul {
  display: block;
  text-align: center;
}
.video-section ul li {
  display: inline-block;
}
.video-section .nav-link {
  background: #F0F0F0;
  font-size: 0.875rem;
  padding: 6px;
}
@media (min-width: 768px) {
  .video-section .nav-link {
    font-size: 1.625rem;
    padding: 20px 60px;
  }
}
.video-section .nav-link {
  color: #000000;
  border-radius: 10px 10px 0 0;
}
.video-section .nav-link.active {
  background: #E39482;
  color: #ffffff;
  border-radius: 10px;
}

.owl-carousel {
  display: block !important;
}
@media (min-width: 768px) {
  .owl-carousel {
    display: none;
  }
}

.card-row .icon img {
  max-height: 63px;
}

.img-fluid {
  height: auto;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 1;
}
.main-header .navbar {
  border-bottom: 1px solid #F2F2F2 !important;
  padding: 15px !important;
}
@media (min-width: 768px) {
  .main-header .navbar {
    padding: 0 !important;
  }
}
.main-header .navbar .navbar-brand img {
  max-width: 167px;
}
@media (min-width: 768px) {
  .main-header .navbar .navbar-brand img {
    max-width: 200px;
  }
}
.main-header .nav-item {
  padding: 0 10px;
}
.main-header .nav-item a:hover {
  color: #E39482;
}
.main-header .nav-item.dropdown {
  position: inherit;
}
@media (min-width: 768px) {
  .main-header .nav-item {
    padding: 0px 15px;
  }
}
@media (min-width: 992px) {
  .main-header .nav-item {
    padding: 20px 0px;
  }
}
@media (min-width: 1200px) {
  .main-header .nav-item {
    padding: 25px 8px;
  }
}
@media (min-width: 768px) {
  .main-header .nav-item:hover .dropdown-menu {
    display: block;
    left: 0;
    position: absolute;
    top: 100%;
  }
}
.main-header .nav-item:hover a {
  color: #E39482;
}
.main-header .nav-item .dropdown-menu {
  border-top: 1px solid #F2F2F2 !important;
}
@media (min-width: 992px) {
  .main-header .nav-item .dropdown-menu {
    height: 70vh;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .main-header .nav-item .dropdown-menu {
    overflow-y: inherit !important;
  }
}
.main-header .nav-item .dropdown-menu {
  overflow-y: auto;
}
.main-header .nav-item .dropdown-menu .accordion-header {
  color: #E39482;
  font-size: 0.875rem;
  padding-left: 50px;
  font-family: Poppins-Bold;
  padding-top: 10px;
  position: relative;
  margin: 20px 0 7px 0;
}
.main-header .nav-item .dropdown-menu .accordion-header .d-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  background: #E39482;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .nav-item .dropdown-menu .accordion-header strong {
  float: right;
  display: inline;
  font-size: 1.375rem;
  font-family: Poppins-Regular;
}
@media (min-width: 768px) {
  .main-header .nav-item .dropdown-menu .accordion-header strong {
    display: none;
  }
}
.main-header .nav-item .dropdown-menu ul {
  padding-left: 50px;
  list-style: none;
}
.main-header .nav-item .dropdown-menu ul li {
  padding-bottom: 5px;
  font-size: 0.875rem;
}
.main-header .nav-item .dropdown-menu ul li a {
  font-size: 0.875rem;
  color: #000000;
  text-decoration: none;
}
.main-header .nav-item .dropdown-menu ul li a:hover {
  color: #E39482;
}
.main-header .nav-item .nav-link {
  color: #000000;
}
@media (min-width: 768px) {
  .main-header .nav-item .nav-link {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .main-header .nav-item .nav-link {
    font-size: 1rem !important;
  }
}

.navbar-toggler {
  border: none;
}

/* Show mobile accordion only under 768px */
@media (max-width: 768px) {
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .accordion-content.open {
    padding: 0 16px;
  }
  .accordion-content li {
    padding: 6px 0;
  }
  .dropdown-menu {
    transition: 0.5s;
  }
  .dropdown-menu.active {
    display: block;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .acc-content.open {
    display: block;
  }
}
.top-bar p {
  font-size: 14px;
}

@media (min-width: 992px) {
  .custom-dd {
    min-width: 200px !important;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .custom-dd-2 {
    width: 40vw;
    left: inherit !important;
    right: 0 !important;
    height: auto !important;
  }
}

.top-bar {
  background: #ECBEB4;
}
.top-bar .btn-primary {
  position: relative;
  padding: 15px;
  position: relative;
  padding-left: 65px;
  overflow: hidden;
}
.top-bar .btn-primary .app-icon {
  background: #FFEDE8 url(../img/icons/app-icon.png) no-repeat center center;
  width: 50px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.tel-icon {
  width: 21px;
  height: 21px;
  background: url(../img/icons/tel-icon.svg) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: top;
}

.h-btn a:hover {
  color: #fff;
}
.h-btn img {
  max-width: 23px;
}

footer .f_logo {
  max-width: 182px;
}
footer .mail_info_row p {
  font-size: 14px;
}
footer .tel-icon {
  width: 18px;
  height: 18px;
}
footer .mail-icon {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
  background: url(../img/icons/mail-icon.svg) no-repeat center center;
  background-size: 100%;
}
footer .footerLogo img {
  max-width: 260px;
}
footer .links {
  list-style: none;
  margin: 0;
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  footer .links {
    display: block;
    flex-wrap: inherit;
  }
}
footer .links li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  width: 50%;
  padding-right: 15px;
}
footer .links li:nth-child(2n) {
  padding-right: 0;
}
@media (min-width: 768px) {
  footer .links li {
    width: 100%;
    padding-right: 0;
  }
  footer .links li:nth-child(2n) {
    padding-right: 0;
  }
}
footer .links li a {
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  color: #000000;
}
footer .links li a:hover {
  text-decoration: underline;
}
footer .linkTitle {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  margin: 15px 0 0px 0;
}
footer .linkTitle span {
  position: absolute;
  left: 0;
  top: 0;
}

.social-links {
  padding-left: 25px;
}

.sprite {
  background: #fff url(../img/icons/sprite-icon.svg) no-repeat left top;
}
.sprite.icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  position: relative;
  border-radius: 100%;
}
.sprite.yt {
  background-position: 8px center;
}
.sprite.fb {
  background-position: -27px center;
}
.sprite.pn {
  background-position: -63px center;
}
.sprite.in {
  background-position: -96px center;
}
.sprite.tw {
  background-position: -129px center;
}
.sprite.ln {
  background-position: -164px center;
}

.genitalAesthetics {
  border-top: 1px solid #B9968E;
}
.genitalAesthetics h3, .genitalAesthetics p {
  font-size: 14px;
  text-decoration: none;
}
.genitalAesthetics h3 small, .genitalAesthetics p small {
  margin: 0 3px;
  display: inline-block;
}
.genitalAesthetics a {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}
.genitalAesthetics a:hover {
  text-decoration: underline;
}

.association-row .attociationTitle {
  font-size: 14px;
}
.association-row .locations {
  border-top: 1px solid #FFA996;
}
@media (min-width: 768px) {
  .association-row .locations .border-right {
    border-right: 1px solid #FFA996;
  }
}
.association-row .locations .address {
  padding-left: 30px;
  position: relative;
}
.association-row .locations .address::after {
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../img/icons/address.png) no-repeat left top;
  content: "";
  width: 19px;
  height: 21px;
}
.association-row .locations .address p {
  margin-bottom: 5px;
}
.association-row .locations .address .direction-btn {
  background: #ECBEB4;
}

iframe {
  width: 100%;
}

#btnBox {
  transition: 0.5s;
  z-index: 9;
}

.floating-button {
  width: 100%;
}

.afterbefore .owl-item {
  opacity: 0.5;
  transform: scale(0.8) !important;
}
.afterbefore .owl-item.center {
  transform: scale(1) !important;
  opacity: 1;
}
.afterbefore .owl-item {
  transition: 0.5s;
}
.afterbefore .owl-nav.disabled {
  display: flex !important;
}
.afterbefore .owl-nav {
  width: 100%;
  justify-content: space-between;
}
.afterbefore .owl-nav span {
  font-size: 60px;
  vertical-align: top;
  line-height: 0.4;
  color: #fff;
}
.afterbefore .owl-nav .owl-prev {
  height: 55px;
  width: 55px;
  background: #E39482 !important;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.afterbefore .owl-nav .owl-next {
  height: 55px;
  width: 55px;
  background: #E39482 !important;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.reels-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000;
  padding: 20px 0;
}

.reels-slider .slide-track {
  display: flex;
  animation: scroll 15s linear infinite;
}

.reels-slider .slide {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.reels-slider .slide {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.reels-slider .slide img {
  height: auto;
  background: #fff;
  height: 99px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-784px);
  }
}
.form-wrapper {
  max-width: 995px;
}

.form-section h1 {
  font-size: 26px;
  line-height: 1.5;
}
.form-section p {
  font-size: 18px;
}
.form-section form .checkBoxList {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  background: #F2F2F2;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 18px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.inputIcon {
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px 15px 10px 60px;
  margin: 15px 0;
  overflow: hidden;
}
.inputIcon .error-message {
  display: none !important;
}
.inputIcon input {
  border: none;
  background: none;
  width: 100%;
  font-size: 18px;
}
.inputIcon input:focus {
  outline: none;
}
.inputIcon {
  position: relative;
}
.inputIcon span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputIcon.error {
  border: 1px solid #f00;
  background: #FFEDE8;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
  top: 5px;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  text-indent: -30px;
  padding-left: 30px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #000;
  border-radius: 3px;
  margin-top: 3px;
}
.styled-checkbox:hover + label:before {
  background: #E39482;
  border-radius: 3px;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #E39482;
  border-radius: 3px;
  border-color: #E39482;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

#multiStepForm {
  margin: 0 15px;
}
@media (min-width: 768px) {
  #multiStepForm {
    margin: 0;
  }
}

.form-wrapper {
  position: relative;
}

.error-message {
  position: absolute;
  bottom: 25px;
  left: 60px;
  color: #f00;
}

button:disabled {
  display: none;
}

body {
  font-family: Poppins-Regular;
  color: #000000;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

.heading-1 {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 2rem;
  }
}

.heading-2 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 1.75rem;
  }
}

.heading-3 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.625rem;
  }
}

.heading-4 {
  font-size: 1.375rem;
}

.heading-5 {
  font-size: 1.25rem;
}

.heading-6 {
  font-size: 1rem;
}

.heading-7 {
  font-size: 0.875rem;
}

.heading-8 {
  font-size: 0.875rem;
}

.heading-big {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .heading-big {
    font-size: 3rem;
  }
}

.poppinsRegular {
  font-family: Poppins-Regular;
}

.laviossamedium {
  font-family: laviossamedium;
}

.poppinsLight {
  font-family: Poppins-Light;
}

.poppinsExtraLight {
  font-family: Poppins-ExtraLight;
}

.poppinsMedium {
  font-family: Poppins-Medium;
}

.poppinsItalic {
  font-family: Poppins-Italic;
}

.poppinsBold {
  font-family: Poppins-Bold;
}

.poppinsSemiBold {
  font-family: Poppins-SemiBold;
}

.secondaryColor {
  color: #E39482;
}

.bg-greenColor {
  background: #27D045;
}

.bg-secondry {
  background: #E39482;
}

.bg-pink {
  background: #FFE1DB;
}

.bg-footer {
  background: #ECBEB4;
}

.bg-linenLight {
  background: #FFF8F8;
}

.darkGry-bg {
  background: #1F1F1F;
}

.object-fit-cover {
  object-fit: cover;
}

.wrapper-container {
  max-width: 1440px;
  margin: 0 auto;
}

.hero {
  background: #ffffff;
}

.bg-card {
  background: #E39482;
}

@media screen and (max-width: 767px) {
  .table-section {
    width: 100%;
    overflow-x: scroll;
  }
  .table-section table {
    width: 600px;
  }
  .table-section table.f-cell {
    width: 1200px;
  }
}
.grow-factor {
  background: #FFEDE8;
}

.custom-table tbody tr:nth-of-type(odd) > * {
  background: #FFEDE8 !important;
}
.custom-table tbody tr td {
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .custom-table tbody tr td {
    padding: 35px 25px;
  }
}
.custom-table tbody tr td {
  border: 1px solid #D6D6D6;
  position: relative;
}
.custom-table tbody tr td span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  text-align: center;
  height: 100%;
  border-right: 1px solid #D6D6D6;
  vertical-align: middle;
}
.custom-table tbody tr td strong {
  margin-left: 50px;
  font-family: Poppins-Regular;
  font-weight: normal;
}
.custom-table tbody tr td:first-child {
  border-left: 0 !important;
}
.custom-table tbody tr td:last-child {
  border-right: 0 !important;
}
.custom-table th {
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .custom-table th {
    padding: 25px;
  }
}
.custom-table th {
  border: 1px solid #D6D6D6 !important;
}
.custom-table th:first-child {
  border-left: 0 !important;
}
.custom-table th:last-child {
  border-right: 0 !important;
}

.bg-hd-prp .custom-table {
  overflow: hidden;
}
.bg-hd-prp .custom-table tbody tr:nth-of-type(odd) > * {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff;
}
.bg-hd-prp .custom-table tbody tr td {
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .bg-hd-prp .custom-table tbody tr td {
    padding: 20px 25px;
  }
}
.bg-hd-prp .custom-table tbody tr td {
  background: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  border: 1px solid #D6D6D6;
}
.bg-hd-prp .custom-table th {
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .bg-hd-prp .custom-table th {
    padding: 25px;
  }
}
.bg-hd-prp .custom-table th {
  background: #E39482 !important;
}

.appointmentForm {
  background: url(../img/form-bg.webp) no-repeat center center;
  background-size: cover;
}
.appointmentForm input {
  border-radius: 50px !important;
  font-size: 1rem !important;
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .appointmentForm input {
    font-size: 1.375rem !important;
    border-radius: 10px !important;
  }
}
.appointmentForm textarea {
  font-size: 1rem !important;
  padding: 15px 25px;
  border-radius: 30px !important;
}
@media (min-width: 768px) {
  .appointmentForm textarea {
    font-size: 1.375rem !important;
    border-radius: 10px !important;
  }
}

.form-wrapper {
  max-width: 838px;
  margin: 0 auto;
}

.bg-hd-prp {
  background: url(../img/HD‑PRP-bg.webp) no-repeat center center;
  background-size: cover;
}

.faq {
  background-color: #F0F0F0;
}
.faq .accordion-item {
  background: none;
}
.faq .accordion-body {
  background: #F8F8F8 !important;
}

.bg-other-hair-loss {
  background: url(../img/OtherHairLoss.webp) no-repeat center center;
  background-size: cover;
}

.why-choose {
  background: url(../img/why-choose-bg.webp) no-repeat center center;
  background-size: cover;
}

.blog-section {
  background: #FFEDE8;
}

.consultation {
  background: #1F1F1F;
}

.list_item {
  list-style-image: url(../img/icons/li_icon.webp);
}
.list_item li {
  margin-bottom: 5px;
}

.c_list_item {
  margin: 0;
  padding: 0;
}
.c_list_item li {
  margin-bottom: 5px;
  list-style: none;
  background: url(../img/icons/list_icon.png) no-repeat left 4px;
  padding-left: 30px;
}

.micrograft-bg {
  background-color: #FFEDE8;
}

.protocol-section .card {
  background-color: #F0F0F0;
  border-color: #E39482;
}

.arrow_list {
  padding-left: 30px;
  vertical-align: top;
  background: url(../img/icons/arrow-icon.png) no-repeat left 6px;
}

.afterbefore {
  background: linear-gradient(90deg, #FFE1DB 50%, #FFEDE9 50%);
}

.mob-bg {
  background: rgba(255, 235, 234, 0.8);
}
@media (min-width: 576px) {
  .mob-bg {
    background: none;
  }
}

.beforeafterdrag img {
  width: 360px !important;
}
@media (min-width: 768px) {
  .beforeafterdrag img {
    width: 176px !important;
  }
}
@media (min-width: 992px) {
  .beforeafterdrag img {
    width: 176px !important;
  }
}
@media (min-width: 1200px) {
  .beforeafterdrag img {
    width: 271px !important;
  }
}

.iprf-content {
  width: 320px;
  height: 320px;
}
@media (min-width: 768px) {
  .iprf-content {
    background: none;
    width: 516px;
    height: 516px;
  }
}

.hair-transplant-expertise {
  background: url(../img/Haartransplantationen-bg.webp) no-repeat center center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
}
.grid .card {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  text-align: center;
  align-items: center;
  min-height: auto;
}
@media (min-width: 768px) {
  .grid .card {
    min-height: 491px;
  }
}
.grid .card {
  justify-content: center;
}
.grid .card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.fixed-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #FFE1DB;
  background: #fff;
  border-radius: 100%;
  padding: 20px;
  width: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fixed-icon img {
  max-width: 100%;
  width: auto !important;
}
@media (min-width: 768px) {
  .fixed-icon {
    top: -100px;
    padding: 40px;
    width: 214px;
    height: 214px;
  }
}

.custom-card-row {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .custom-card-row {
    margin-top: 150px;
  }
}
.custom-card-row .card {
  margin-bottom: 30px;
}
.custom-card-row .card:last-child {
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .custom-card-row .card:last-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .custom-card-row .card {
    margin-top: auto;
  }
}
.custom-card-row .inner-box {
  padding-top: 80px !important;
}
@media (min-width: 768px) {
  .custom-card-row .inner-box {
    padding-top: 140px !important;
    min-height: 430px;
  }
}

/* regenerative-section */
.regenerative-section {
  position: relative;
}
.regenerative-section img {
  width: 100%;
  object-fit: cover;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.graphic picture {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.graphic img {
  width: auto;
  max-width: 100%;
}

#dermatologyTabs {
  display: inline-flex;
  justify-content: center;
}
#dermatologyTabs li {
  margin: 0 3px;
}
#dermatologyTabs li button {
  padding: 25px 40px;
  font-family: Poppins-Medium;
  border: 1px solid #ffffff;
  background: #E39482;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
#dermatologyTabs li button.active {
  background: #ffffff;
  color: #000000;
}

.treat-box {
  background: #2E2E2E;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 100px !important;
}
.treat-box:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 165px 40px 165px;
}
@media (min-width: 768px) {
  .treat-box:after {
    border-width: 0 335px 70px 335px;
  }
}
.treat-box:after {
  border-color: transparent transparent #1F1F1F transparent;
  transform: rotate(0deg);
}
.treat-box .icon span img {
  max-width: 40%;
}
@media (min-width: 768px) {
  .treat-box .icon span img {
    max-width: 100%;
  }
}
.treat-box .icon span {
  display: inline-flex;
  border: 4px solid #FFEDE8;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .treat-box .icon span {
    width: 140px;
    height: 140px;
    border: 7px solid #FFEDE8;
  }
}
.treat-box .icon span {
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
}
.treat-box .icon span::after {
  position: absolute;
  content: "";
  left: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 13px;
}
@media (min-width: 768px) {
  .treat-box .icon span::after {
    border-width: 16.5px 0 16.5px 23px;
  }
}
.treat-box .icon span::after {
  border-color: transparent transparent transparent #FFEDE8;
  transform: rotate(0deg);
}

/* Why choose  */
.patients-choose {
  background: #FFECE7 url(../img/patient-choose-bg.webp) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .dropdown-acc {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 5px;
    background: url(../img/icons/down.png) no-repeat right center;
  }
  #dermatologyTabs {
    border: 3px solid #ffffff;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(30px);
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
  }
  #dermatologyTabs.show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  #dermatologyTabs li {
    width: 100%;
    margin: 0;
    border: 0;
  }
  #dermatologyTabs li button {
    padding: 10px;
    background: none;
    width: 100%;
    border: none;
    border-radius: 0;
  }
}
.tp-strip {
  background: rgba(94, 51, 129, 0.5);
}

.what-expect {
  min-height: 864px;
}

.sticky-text {
  padding-top: 100px;
  top: 100px;
}

.card-1 {
  background-color: #FFD4D5;
}

.card-2 {
  background-color: #FFC6B0;
}

.card-3 {
  background-color: #D4D7FF;
}

.card-4 {
  background-color: #BCED9F;
}

.card-5 {
  background-color: #D4ECFF;
}

.card-6 {
  background-color: #FFB0B1;
}

.card-7 {
  background-color: #FFB0B1;
}

.what-expect .card {
  align-items: center;
}

.sticky-icon {
  width: 166px;
  height: 166px;
}
@media (min-width: 768px) {
  .sticky-icon {
    width: 266px;
    height: 266px;
  }
}
.sticky-icon {
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  text-align: center;
}
.sticky-icon img {
  max-width: 80%;
}

.treatment-protocol .icon {
  width: 153px;
  height: 153px;
}
@media (min-width: 768px) {
  .treatment-protocol .icon {
    width: 283px;
    height: 283px;
    margin-top: -120px;
  }
}
.treatment-protocol .icon {
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.treatment-protocol .icon img {
  max-width: 50%;
}
.treatment-protocol .inner-box {
  min-height: 320px;
}

.bg-effectivenes {
  background: url(../img/Effectivenes.webp) no-repeat top center;
  background-size: cover;
}

@media (min-width: 768px) {
  .causesRosacea {
    background: url(../img/causes-bg.webp) no-repeat top left;
    background-size: cover;
  }
}

.ro_list {
  list-style: none;
  padding: 0;
}
.ro_list li {
  padding-left: 60px;
  position: relative;
  margin: 30px 0;
}
.ro_list li small {
  position: absolute;
  left: 0;
  top: -7px;
  width: 42px;
  height: 43px;
  border: 2px solid #E39482;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.signs .bg-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 754px;
}

.we-treat {
  background: url(../img/Treat-img.webp) no-repeat top center;
  background-size: cover;
}

.saperator-c {
  width: 72px;
}

.rosaceaDermaclinix .number {
  position: absolute;
  right: -40px;
  top: -40px;
}
@media (min-width: 768px) {
  .rosaceaDermaclinix .number {
    width: 144px;
    height: 144px;
  }
}
.rosaceaDermaclinix .number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Bold;
}

.wex-bg {
  background: url(../img/wexing-bg.webp) no-repeat top center;
  background-size: cover;
}
.wex-bg .wex_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wex-bg .wex_list li {
  padding: 10px 0 10px 50px;
}

.check-icon {
  background: url(../img/icons/check-icon.png) no-repeat left center;
}

.content-box {
  min-height: 250px;
  text-align: center;
}
.content-box img {
  width: auto !important;
  display: inline-block !important;
}

.trust-section {
  background: url(../img/trust-bg.webp) no-repeat bottom center;
  background-size: cover;
}
@media (min-width: 768px) {
  .trust-section .ct-row {
    min-height: 120px;
  }
}

.smiling-section {
  background: url(../img/smiling-woman.webp) no-repeat bottom right;
  background-size: cover;
}
@media (min-width: 768px) {
  .smiling-section {
    background-position: bottom center;
  }
}

.ladies {
  background: url(../img/ladies-img.webp) no-repeat bottom right;
  background-size: cover;
}

.skin-row {
  padding-left: 80px;
  position: relative;
}
.skin-row .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.scrolable-section {
  max-height: 700px;
}

.icon-box {
  min-height: 60px;
}

.location {
  background: url(../img/location-bg.webp) no-repeat bottom right;
  background-size: cover;
}

.surgeryTreatment .owl-stage-outer {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .surgeryTreatment .owl-stage-outer {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
