/*
Theme Name: DermDM
*/


 @font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('webfont/Satoshi-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(85, 100, 66, 1);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.mt-30px {
  margin-bottom: 30px;
}
.mb-64{
  margin-bottom: 64px;
}
.mb-55{
  margin-bottom: 55px;
}

.mb-48{
  margin-bottom: 48px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-0{
  margin-bottom: 0px !important;
}
.position-relative {
  position: relative;
}
section {
  overflow:
hidden;
}
.d-flex,
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-12,
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-md-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-md-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-md-6,
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-md-5 {
  flex: 0 0 auto;
  width: 41.6666666%;
}

.col-md-4-5 {
  flex: 0 0 auto;
  width: 39%;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333334%;
}

.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-md-2 {
  flex: 0 0 auto;
  width: 16.66%;
}

.offset-md-1 {
  margin-left: 8.33333333%;
}

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

.justify-content-flex-start {
  justify-content: flex-start;
}

.align-items-center {
  align-items: center;
}

.alien-item-top {
  align-items: baseline;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.float-right {
  float: right;
}

.font-style-32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.float-right {
  float: right;
}

.row-10 {
  margin: 0 -10px;
}
.row-10 > div {
  padding: 0 10px;
}


.row-24 {
  margin: 0 -12px;
}
.row-24 > div {
  padding: 0 12px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h2,
h3,
h4,
h5,
h1,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  font-weight: 600;
  color: #1B2124;
}

h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(64, 64, 64, 1)
}
h1 span {
  color: rgba(85, 100, 66, 1);
  font-style: italic;
}
h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;

}

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

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

a {
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  font-family: "Satoshi", sans-serif;
  color: #000;
}

.align-items-top {
  align-items: flex-start;
}
.fw-200{ font-weight: 200; }
.fw-300{ font-weight: 300; }
.fw-400{ font-weight: 400; }
.fw-500{ font-weight: 500; }
.fw-600{ font-weight: 600; }
.fw-700{ font-weight: 700; }

.clr-green{
  color: rgba(84, 99, 65, 1);
  font-weight: 500;
  font-style: italic;
}
/* --------------home-banner-section----------- */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}
.position-relative{
  position: relative;
}
header {
    background: transparent;
    padding: 28px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}


.sticky {
  will-change: all;
  -webkit-transition: -webkit-all 0.2s ease;
  transition: -webkit-all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, -webkit-transform 0.2s ease;
}
/*.sticky--not-top.sticky--pinned {
}*/
.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box {
  background-color: transparent;
  box-shadow: none;
}
.sticky--not-top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;;
    box-shadow: 1px -4px 10px 3px #ded7d7;
}
header.sticky--not-top .logo{
    max-width: 150px;
    transition: all .2s ease;
}

.sticky.sticky--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sticky.sticky--unpinned {
/*
  -webkit-transform: translateY(-13rem);
  transform: translateY(-13rem);
*/
  -webkit-transition: -webkit-all 0.4s ease-in;
  transition: -webkit-all 0.4s ease-in;
  transition: all 0.4s ease-in;
  transition: all 0.4s ease-in, -webkit-all 0.6s ease-in;
}
.sticky--top {
  box-shadow: none !important;
}

#nav-icon{
    width: 24px;
    height: 16px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    display: none;
    margin: 0;
    float: right;
}
#nav-icon span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    border-radius: 3px;
    margin-top: -2px;
}
#nav-icon span:nth-child(1){
  top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 8px;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}

#nav-icon.open span{
    width: 28px;
}
#nav-icon.open span:nth-child(2){
    width: 0px;
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

#nav-icon.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.header-items,
.main-navigation {
  display: flex;
  align-items: center;
}
header .logo {
  display: flex;
  max-width: 175px;
  position: relative;
  z-index: 2;
  transition: all .2s ease;
}

.main-navigation{
    padding-left: 100px;
}
.main-navigation li {
  padding: 15px 32px;
  position: relative;
}
.main-navigation li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(61, 61, 61);
}


.main-navigation > li > a{
    position: relative;
}

.main-navigation li.current-menu-item a,
.main-navigation li a:hover {
  color: rgba(84, 99, 65, 1);
  transition: all 0.2s ease;
}
.main-navigation > li > ul::before {
  position: absolute;
  left: 20px;
  top: -7px;
  border-left: 7px solid #fff0;
  border-right: 7px solid #fff0;
  border-bottom: 5px solid rgba(84, 99, 65, 1);
  content: "";
}
.main-navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 0;
  opacity: 0;
  z-index: 1;
  min-width: 230px;
  border-top: 2px solid rgba(84, 99, 65, 1);;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  -ms-box-shadow: 0 6px 15px rgb(64 79 104 / .05);
  box-shadow: 0 6px 15px rgb(64 79 104 / .05);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}
.main-navigation > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.main-navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
}
.main-navigation > li.menu-item-has-children > a{
  padding-right: 24px;
}
.main-navigation > li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  right: 0;  top: calc(50% - 7px);
  display: block;
  background-image: url(images/arrow-down.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  font-weight: 900;
  z-index: 5;
  color: #00005c;
}

.primary-btn, .secondary-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(17, 17, 17, 1);
  padding: 16px 24px;
  border-radius: 12px;
    position: relative;
    border-radius: 24px;
    min-width: 220px;
}
.secondary-btn {
  color: rgba(33, 43, 22, 1);
  background-color: rgba(255, 255, 255, 1);
}

.banner-section {
    position: relative;
    background-size: 100%;
    background-position: top center;
    padding: 199px 0 205px;
    background-repeat: no-repeat;
    background:rgba(238, 238, 238, 1);
}
.banner-section h1{
  margin-bottom: 12px;
}
.banner-section p{
  max-width: 390px;
  font-style: italic;
}
.banner-image-box {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
}
.home-banner-2-amin {
  animation: fadeIn 3s ease-in-out infinite alternate;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  position: absolute;
  top: 0;
  right: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.banner-btns {
  margin-top: 48px;
  display: flex;
  gap: 8px;
}

img {
  width: 100%;
  object-fit: cover;
}
.treatment-services-section{
  padding: 80px 0 50px;
}
.section-title {
  margin-bottom: 32px;

}
/* ----------------------------------offering-section------------------ */
.w-100{
  width: 100%;
}
.treatment-slider .swiper-slide{
  width: 224px;
}
.treatment-service-box{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.treatment-service-box video{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.treatment-service-box h4{
  position: absolute;
  top: 24px;
  left: 24px;
  color: #fff;
font-weight: 300;
font-size: 20px;
line-height: 150%;
letter-spacing: 0%;

  }
  .treatment-service-box .treatment-link{
  position: absolute;
  bottom: 21px; 
  left: 24px;
  width: 30px;
  height: 30px;
  }

  .overflow-visible{
    overflow: visible;
  }

.home-about-section {
  position: relative;
  text-align: center;

}
.home-about-container{
  background-image: url('images/home-about-bg.webp');
  background-repeat: repeat;
  background-position: center;
  background-position: top center;
  position: relative;
}
.home-about-logo {
  max-width: 283px;
  margin-bottom: 24px;
}
.home-about-image {
  max-width: 400px;
}
.home-about-section h2 {
  font-weight: 700;
  font-size: 60px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: -2px;
color:rgba(68, 68, 68, 1)
}
.home-about-section h2 span {
  color: rgba(85, 100, 66, 1);
}
.home-about-container {
}
.home-about-container-inner{
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: auto;
  padding: 260px 0 0px;
}

.home-about-shape, .home-about-shape-txt{
  position: absolute;
}
.home-about-shape-1{
  width: 289px;
  top: 275px;
  left: 30px;
}
.home-about-shape-2{
  width: 327px;
    left: 382px;
  top: 47px;
}
.home-about-shape-3{
  width: 179px;
    top: 70px;
  right: 350px;
}
.home-about-shape-4{
  width: 388px;
  top: 300px;  right: -70px;
}
.home-about-shape-5{
  width: 367px;
   left: 200px;
  bottom: 57px;
}
.home-about-shape-6{
  width: 237px;  right: 150px;
  bottom: 100px;

}
.home-about-section p {
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  max-width: 935px;
  margin: auto;
  margin-bottom: 40px;
}
.solutions-backed-section {
  padding-top: 100px;
  padding-bottom: 80px;
  background: linear-gradient(360deg, #EEEEEE 0%, #FFFFFF 100%);

}
.solutions-backed-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.solutions-backed-box-content{
  height: 149px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;  width: 100%;
  z-index: 5;
  padding: 75px 0 32px;
  text-align: center;
}

.solutions-backed-box-content h3{
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 4%;
}
.home-after-before-box:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, #EFEFEF 0%, rgba(255, 255, 255, 0) 53.42%);
  z-index: 1;
}
.home-after-before-content, .swiper-ab-pagination-box {
  position: absolute;
  top: 0;
  z-index: 3;
  max-width: 1270px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-after-before-cont-left h3, .section-title h2{
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2px;
}
.home-after-before-cont-left p, .section-title p{
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
}
.home-after-before-cont-right h4{
font-weight: 500;
font-size: 24px;
line-height: 150%;
letter-spacing: 30%;
text-transform: capitalize;
color: rgba(84, 99, 65, 1);
}
.swiper-ab-pagination-box {
  top: unset;
  bottom: 80px;
  z-index: 6;
}
.ab-pagination-slider-button {
  position: relative;
  width: 136px;
}
.swiper-pagination.after-before-pagination {
  width: auto;
  position: relative;
}

.ab-pagination-slider-button  .swiper-button-next, .ab-pagination-slider-button  .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
}
.ab-pagination-slider-button  .swiper-button-next::after, .ab-pagination-slider-button  .swiper-button-prev::after {
  font-size: 18px;
}
.swiper-ab-pagination-box .swiper-pagination-bullet {
  background: rgb(224, 224, 224);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
}
.swiper-ab-pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 50px;
}
.review-slider-button {
  position: relative;
  width: 132px;
  display: flex;
  align-items: center;  justify-content: space-between;
}
.section-title-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-slider-button .swiper-button-next, .review-slider-button .swiper-button-prev {
  width: 56px;
  height: 56px;
  background: rgba(238, 238, 238, 0.3);
  border-radius: 50%;
  color: rgba(0, 0, 0, 1);
  position: relative;
    top: unset;
  left: unset;
  right: unset;
}
.review-slider-button .swiper-button-next::after, .review-slider-button .swiper-button-prev::after {
  font-size: 24px;
}
.testinomial-section {
  padding: 115px 0 0;
}
.testimonial-review-slider .swiper-slide {
  
  width: 80%;
  max-width: 390px;
  min-width: 284px;
}

.review-box{
  border: 1px solid rgba(240, 242, 242, 1);
}
.review-content {
  padding: 32px 59px 64px;
  text-align: center;
}
.review-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 164%;
  letter-spacing: 0%;
  color: #000;
}
.review-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-top: 45px;
}
.home-blog-section {
  padding: 100px 0 65px;
  background: linear-gradient(180deg, rgba(238, 239, 236, 0) 0%, #EEEFEC 100%);

}
.blog-card{
  position: relative;
  width: 100%;
  display: inline-block;
}
.blog-card h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 4%;
  text-align: left;
}
.blog-card .solutions-backed-box-arrow {
  width: 30px;
  margin-left: 10px;;
}

.blog-card .solutions-backed-box-content{
  height: 80%;
}
.blog-card .blog-card-txt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: 45px;
  width: 100%;
}
.blog-card .solutions-backed-box-content {

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 80%;
}
.primary-btn.bgn-gray {
  background: rgb(228, 235, 220);
  color: #000;
}
.home-blog-section .primary-btn{
  margin-top: 48px;
}



footer {
  padding: 50px 0px 50px;
  /* margin-top: 50px; */
  background-color: rgba(17, 17, 17, 1);
  color: rgba(255, 255, 255, 1);
}

.footer-logo h4 a {
  width: 170px;
  margin-bottom: 12px;
}
.social-media-icons h4, .footer-menu-1 h4, .social-media-icons h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}

.footer-detail-box {
  padding-bottom: 34px;
}

.footer-logo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 2px;
  color: rgba(228, 231, 234, 1);
}

.social-media-icons h4,
.footer-menu-1 h4,
.social-media-icons h4,
.subcribe-box-title h4  {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2px;
}

.social-media-icons h4 {
  padding-bottom: 19px;
}

.footer-menu-1 ul,
.social-media-icons ul {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
}

.social-media-icons {
  margin-left: 91px;
}

.social-media-icons ul li {
  margin-right: 12px;
}

.subcribe-box h4 {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
  line-height: 27.24px;
  letter-spacing: 0.02em;
}

.subcribe-box img {
  width: 32px;
  height: 32px;
}

.subcribe-box-title .subscribe-box{
  max-width: 339px;
  margin-top: 16px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  border: solid 1px rgba(183, 183, 183, 1);
  position: relative;
}
.wpcf7 form.sent .wpcf7-response-output{
    max-width: 339px;
}
.subcribe-box-title form input {
  padding: 12px 16px;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-family: "gilroy-medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  box-sizing: border-box;
    width: 100%;
}

.subcribe-box-title form input::placeholder {
  color: rgba(217, 220, 225, 1);
}

.subscribe-box button {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 8px;
  right: 10px;
  outline: 0;
  border: 0;
  background-color: transparent;
}

.subscribe-box input.wpcf7-submit {
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 0;
    background-image: url(img/subscribe-afrow.svg);
    position: absolute;
  top: 8px;
  right: 10px;
    background-size: cover;
}
.subscribe-box {
  position: relative;
}

.wpcf7-form .subscribe-box .wpcf7-not-valid-tip {
  transform: translateY(10px);
  position: absolute;
}
.wpcf7-form.invalid .subscribe-box + .wpcf7-response-output {
  display: none;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1;
}
.footer-menu-section {
  border-top: 1px solid rgba(77, 77, 77, 1);
  padding: 38px 0 23px;
}

.footer-menu-1 h4 {
  margin-bottom: 12px;
}

.footer-menu-1 ul li {
  margin-right: 30px;
}

.footer-menu-1 ul li a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(228, 231, 234, 1);
}

.footer-menu-1 img {
  margin-right: 15px;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.footer-menu-2 {
  margin-left: 50px;
}

.sec-pad-72 {
  padding: 72px 0;
}

.subcribe-box-title h4 {
  letter-spacing: 0.02em;
}

.home-about-section.about-page-banner {
  position: relative;
  background: linear-gradient(#eee, #eee 100px, #eee 101px, #fff 100%);
  padding-top: 100px;
}

.home-about-section.about-page-banner .home-about-container{
  background-color: #EEE;
  background-image: url('images/about-banner.png');
  background-size: cover;
  background-position: center center;
  padding-bottom:0px;
}

.home-about-shape-ftr {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}



.notes-section {
  padding: 60px 0 0px;
}


.notes-container{
    position:relative;
    max-width:1200px;
    margin:auto;
    height:700px;
}

/* Mission Card */
.mission-card{
    position:absolute;
    top:20px;
    left:50px;
    width:480px;
    background:#fafafa;
    padding:35px;
    border-radius:15px;
    box-shadow:0 15px 30px rgba(0,0,0,0.08);
    transform:rotate(3deg);
}

.mission-card p{
    color:#444;
    line-height:22px;
    font-size:18px;
    font-weight: 300;;
}

.mission-card h3{
    margin-top:35px;
    color:#526346;
    font-weight:600;
    font-size: 16px;
  line-height: 22px;
}

.quote{
    position:absolute;
    right:25px;
    bottom:10px;
    font-size:60px;
    color:#c9c9c9;
}

/* Values Card */
.values-card{
    position:absolute;
    right:120px;
    top:0;
    width:300px;
    background:#d5efe8;
    padding:40px 30px;
    transform:rotate(-4deg);
    box-shadow:0 20px 30px rgba(0,0,0,0.12);
}

.values-card h3, .choose-card h3{
    font-family:'Caveat',cursive;
    font-size:22px;
    margin-bottom:20px;
}

.values-card ul, .choose-card ul{
    list-style:none;
}

.values-card li , .choose-card li{
    font-family:'Caveat',cursive;
    margin:12px 0;
      font-weight: 200;
}

.values-card li::before{
    content:"✓ ";
}

.tape{
    position:absolute;
    width:70px;
    height:25px;
    background:rgba(90,100,150,.4);
    top:-10px;
    left:-10px;
    transform:rotate(-8deg);
}

.paperclip{
    position:absolute;
    width: 60px;
  height: 99px;
  top: -40px;
    right:15px;
    /* transform:rotate(15deg); */
    background-image:url('images/paper-pin.webp');
    background-size: cover;
}

/* Choose Card */
.choose-card{
    position:absolute;
    left:250px;
    top:300px;
    width:520px;
    background:#f7cc74;
    padding:35px;
    box-shadow:0 30px 50px rgba(0,0,0,0.15);
    
    transform:rotate(-3deg);
}

.choose-card li::before{
    content:"✩ ";
}

.pink-tape{
    position:absolute;
    width:30px;
    height:90px;
    background:rgba(255,160,160,.6);
    left:-10px;
    bottom:-20px;
    transform:rotate(-45deg);
}
.gallery-slider-reverse .swiper-slide, .gallery-slider .swiper-slide{
    width: 80%;
    max-width: 380px;
}
.gallery-slider-reverse{
  margin-top: 25px;
}

/* Responsive */
@media(max-width:991px){
.notes-section{
 padding-bottom: 50px;;
}
    .notes-container{
        height:auto;
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .mission-card,
    .values-card,
    .choose-card{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
          width: calc(100% - 68px);
      margin: auto;
    }
    .mission-card {
  margin-bottom: 70px;
}
.values-card {
  max-width: 400px;
}
.choose-card {
  max-width: 400px;
  transform: rotate(-1deg);
  margin-top: 20px;
}

}
.our-clinic-section{
  padding: 64px 0 74px;
  background: linear-gradient(180deg, rgba(238, 239, 236, 0) 0%, #EEEFEC 100%);

}
.gp-location-section{
  padding: 65px 0 80px;
  background: linear-gradient(180deg, #EEEFEC 0%, #EEEFEC 100%);

}
.gp-location-section iframe {
  border: 1px solid rgb(190, 190, 190) !important;
  border-radius: 30px;
  box-shadow: 0px 0px 140px 0px rgba(0, 0, 0, 0.12);
}
.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}

.home-about-shape-text-1{
  top: 170px;
  left: 150px;
}
.home-about-shape-text-2{
  top: 170px;
  right: 150px;
}
.home-about-shape-text-3{
  bottom: 300px;
  left: 130px;
}
.home-about-shape-text-4{
  bottom: 350px;
  right: 130px;
}


.before-after-page-section{
  padding: 50px 0 50px;
}
.before-after-image {
  background: rgb(231, 237, 226);
  padding: 48px;
  border-radius: 40px;
  margin-top: 48px;
}
.before-after-image-section-1:first-child .before-after-image{
  margin-top: 0 !important;
}
.dark-bg .before-after-image{
  background: #000;
}
.before-after-image .before-image {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border-radius: 16px;
  width: 100%;
  border: 7px solid rgba(181, 195, 168, 1)
}
.before-after-image  .row-10{
    row-gap: 20px;
}
.show-767{
  display: none;
}

.after-before-banner-section {
  background: #EEE;
  padding: 185px 0 60px;
  text-align: center;
}
.banner-sec h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  margin: 0px;
  color : rgba(68, 68, 68, 1);
}
.banner-sec .after-before-banner-container{
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.banner-sec p {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0%;
  margin: 24px auto;
  color: rgba(68, 68, 68, 1)
}

.after-before-banner-img {
position: absolute;
  bottom: 0;
  z-index: 1;
  object-fit: contain;
  width: auto;
  transform: none;
  height: 366px;
}
.after-before-banner-img.after-before-banner-left {
  left: 0;
}
.after-before-banner-img.after-before-banner-right {
  right: 0;
}

.service-card-section {
  padding: 74px 0;
}
.service-card-content {
  padding: 30px 60px;
}
.service-card-content h2{
  margin-bottom: 5px;
}
.service-card-content p{
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 36px;
}
.primary-btn{
  min-width: auto;
}
.bg-gray {
  background-color: rgba(238, 238, 238, 1)
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.home-about-container-inner h2, .home-about-container-inner .home-about-logo{
  position: relative;
  z-index: 5;
}

.home-after-before-sec-title {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 60px;
}
.service-page-banner-img {position: relative; max-height: 400px;
  margin-top: -100px;
  z-index: 1;}
.service-page-banner-img::before {
  content: '';
  background: linear-gradient(179.87deg, #EEE 0.11%, rgba(238, 238, 238, 0) 80.28%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
}
.after-before-banner-section.service-page-banner{
  padding-bottom: 0 !important;
}
.banner-sec.after-before-banner-section.blog-page-banner {
  padding: 170px 0 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.before-after-btn .swiper-button-next, .before-after-btn .swiper-button-prev {
  background: rgba(0,0,0,.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.before-after-btn .swiper-button-next::after, .before-after-btn .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}

.service-card-img {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1300px) {
   h1 {
    font-size: 55px;
   }
   .main-navigation li {
  padding: 10px 15px;
}
.main-navigation {
  padding-left: 30px;
}
.home-after-before-cont-left h3, .section-title h2 {
  font-size: 45px;
}
.home-about-section h2 {
  font-size: 50px;
}
.home-about-container-inner {
  max-width: 1024px;
}
.home-about-shape-1 {
  width: 224px;
}
.home-about-shape-4 {
  width: 350px;
}
.home-about-shape-3 {
  width: 155px;
  right: 150px;
}
.home-about-shape-2 {
  width: 275px;
  left: 195px;
  top: 47px;
}
.home-about-shape-5 {
  width: 300px;
  left: 100px;
}
.home-about-shape-6 {
  width: 180px;
  right: 100px;
  bottom: 100px;
}
.home-about-shape-text-2 {
  top: 255px;
}
.home-about-shape-text-1 {
  top: 235px;
}
.banner-sec h1 {
  font-size: 45px;
}
.banner-sec p {
  font-size: 24px;
  margin: 20px auto;
}
.after-before-banner-img {
  height: 320px;
}
.banner-sec .after-before-banner-container {
  max-width: 860px;
  padding: 0 15px;
}
.after-before-banner-section.service-page-banner{
  padding-top: 160px;;
}
}

@media (max-width: 991px) {
   h1 {
    font-size: 40px;
  }
  h2 {
  font-size: 28px;
  }
  .banner-btns {
  margin-top: 30x;
  gap: 8px;
  flex-wrap: wrap;
}
   .home-after-before-cont-left h3, .section-title h2 {
    font-size: 36px;
    letter-spacing: 0;
  }
      .treatment-services-section {
  padding: 50px 0 30px;
}
.home-about-logo {
  max-width: 200px;
  margin-bottom: 0;
}
.home-about-section h2 {
    font-size: 34px;
  }
    .home-about-shape-5 {
    width: 263px;
    left: 46px;
    bottom: 100px;
  }

   .home-about-shape-6 {
    width: 153px;
    right: 50px;
  }
  .home-about-image {
  max-width: 360px;
}
    .home-about-shape-text-3 {
  bottom: 281px;
    }
   .home-about-shape-text-4 {
  bottom: 260px;
  right: 100px;
}
 .home-about-shape-1 {
    width: 186px;
    top: 300px;
  }
  .home-about-shape-4 {
    width: 300px;
    right: -50px;
  }
  .home-about-section p {
  font-size: 18px;
  }
  .mb-64 {
  margin-bottom: 30px;
}
.solutions-backed-box-content h3 {
  font-size: 18px;
}
.solutions-backed-box-content {
  height: 115px;
  padding: 60px 0 32px;
}
.home-after-before-content{
  top: 20px;
}
.swiper-ab-pagination-box {
  bottom: 30px;
}
.home-after-before-cont-left p, .section-title p {
  font-weight: 400;
  font-size: 22px;
}
.home-after-before-cont-right h4 {
  font-size: 20px;
}
.testinomial-section {
  padding: 75px 0 0;
}
.home-blog-section {
  padding: 70px 0 40px;
}
.home-blog-section .primary-btn {
  margin-top: 30px;
}
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
   .social-media-icons, .subcribe-box-title h4 {
    margin-top: 30px;
    margin-left: 0;
  }
  .home-after-before-sec-title {
  top: 0;
}
.banner-sec h1 {
  font-size: 40px;
}
.banner-sec p {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px auto;
}
.after-before-banner-img {
  height: 300px;
}
.before-after-image {
  padding: 30px;
  border-radius: 30px;
}
.before-after-page-section {
  padding: 50px 0 50px;
}
.service-card-section {
  padding: 50px 0;
}
.service-card-content p {
  font-size: 18px;
    margin-bottom: 20px;
}
.service-card-content h2{
    line-height: 1.2;
  margin-bottom: 10px;
}
.service-card-content {
  padding: 20px 40px;
}
.before-after-page-section.service-section-title {
  padding-bottom: 0;
}
  .banner-sec .after-before-banner-container {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .show-767{
  display: block;
}
.hide-767{
  display: none; 
}

  .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11{
        width: 100%;
    }

    .banner-section p {
  font-size: 12px;
  line-height: 18px;
}
  .head-right-box {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
  }
header .primary-btn{
    font-size: 12px;
    padding: 10px 15px;
  }

 .primary-btn, .secondary-btn {
    font-size: 14px;
  }

   .banner-btns .primary-btn, .banner-btns .secondary-btn{

    min-width: 240px;
   }
  
    #navigation-holder{
      display: none;
      position: absolute;
    top: 80px;
    background: #000;
    left: 0;
    width: 100%;
    z-index: 9;
    }
      .main-navigation {
    padding-left: 30px;
    display: block;
    padding: 20px 0;
  }
  .main-navigation  li  a {
  color: #eee;
}
    #nav-icon{
      display: block;;
    }
.header-items, .main-navigation {
  justify-content: space-between;
}
header {
  padding: 15px 0px;
}
header .logo {
  max-width: 110px;
}
.sticky--not-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.sticky--not-top .logo {
  max-width: 100px;
}
.sticky--not-top #navigation-holder{
  top: 62px;;
}

  h1 {
    font-size: 30px;
  }

  .banner-section{
    text-align: center;;
    padding-bottom: 0;
    padding-top: 130px;
  }
  
 .banner-image-box{
  position: relative;
  max-width: 360px;
  margin: auto;
  margin-top: 20px;
 }
   .banner-btns {
    justify-content: center;
  }
   .treatment-services-section {
    padding: 30px 0 30px;
  }
 .section-title {
  margin-bottom: 16px;
}
    .home-after-before-cont-left h3, .section-title h2 {
    font-size: 22px;
  }
  .treatment-slider .swiper-slide {
  width: 200px;
}
.home-about-container-inner {
    max-width: 360px;
  }

  .home-about-shape-2 {
    width: 215px;
    left: 0px;
  }
   .home-about-shape-3 {
    width: 110px;
    right: 0;
    top: 65px;
  }
  .home-about-shape-txt{
    font-size: 12px;;
  }
   .home-about-shape-text-2 {
    top: 195px;
    right: 20px;
  }
   .home-about-shape-text-1 {
    top: 195px;
    left: 20px;
  }
   .home-about-logo {
    max-width: 200px;
    margin-bottom: 10px;
  }
   .home-about-section h2 {
    font-size: 28px;
  }
    .home-about-image {
    max-width: 240px;
    margin-top: 200px;
  }
   .home-about-shape-1 {
    width: 135px;
    top: 480px;
    left: 0;
  }
   .home-about-shape-4 {
    width: 200px;
    right: -50px;
    top: 480px;
  }
    .home-about-shape-text-3 {
    bottom: unset;
    top: 440px;
    left: 15px;
  }
  .home-about-shape-text-4 {
    bottom: unset;
    right: 15px;
    top: 440px;
  }
   .home-about-shape-6 {
    width: 130px;
    right: -30px;
    bottom: 70px;
  }
    .home-about-shape-5 {
    width: 150px;
    left: -35px;
    bottom: 82px;
  }
   .home-about-section p {
    font-size: 14px;
      margin-bottom: 20px;
  }
  .home-about-container {
  margin-bottom: 15px;
  }
.banner-btns {
  margin-top: 28px;
}
   h2 {
    font-size: 20px;
  }
  .solutions-backed-section {
  padding-top: 70px;
  padding-bottom: 40px;
  }
  .solutions-backed-section .row-24{
    row-gap: 20px;;
  }
  .home-after-before-sec-title {
  position: relative;
  background: #eee;
}

.section-title p {
    font-size: 14px;
  }
.home-after-before-cont-right h4 {
    font-size: 12px;  letter-spacing: 20%;
  }
.ab-pagination-slider-button {
  position: relative;
  width: 90px;
}
.ab-pagination-slider-button .swiper-button-next, .ab-pagination-slider-button .swiper-button-prev {
  width: 26px;
  height: 26px;
}
.ab-pagination-slider-button .swiper-button-next::after, .ab-pagination-slider-button .swiper-button-prev::after {
  font-size: 12px;
}
.swiper-ab-pagination-box .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
}
.swiper-ab-pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
}
 .swiper-ab-pagination-box {
    bottom: 10px;
  }
  .review-slider-button .swiper-button-next, .review-slider-button .swiper-button-prev {
  width: 36px;
  height: 36px;
  }
  .review-slider-button {
  width: 80px;
}
.review-slider-button .swiper-button-next::after, .review-slider-button .swiper-button-prev::after {
  font-size: 16px;
}
.review-content p {
  font-size: 12px;
}
.review-content h4 {
  font-size: 13px;
  margin-top: 25px;
}
.solutions-backed-box-content h3 {
    font-size: 20px;
  }
  .footer-menu-2 {
  margin-left: 0;
  margin-top: 30px;
}
.blog-card .solutions-backed-box-arrow {
  width: 22px;
}
.social-media-icons h4, .footer-menu-1 h4, .social-media-icons h4, .subcribe-box-title h4 {
  font-size: 16px;
  line-height: 24px;
}
.footer-logo h4 a {
  width: 160px;
  margin-bottom: 0;
}
.social-media-icons h4 {
  padding-bottom: 12px;
}
.footer-menu-1 h4 {
  margin-bottom: 5px;
}
.footer-menu-1 ul li a {
  font-size: 12px;
}
.footer-menu-1 img {
  margin-right: 9px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.home-about-section.about-page-banner {
  padding-top: 50px;
}
.mission-card p {
  font-size: 14px;
  line-height: 1.4;
}
.values-card h3, .choose-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.mission-card {
  padding: 30px 20px;
  border-radius: 5px;
  width: 100%;
}
.values-card li, .choose-card li {
  margin: 7px 0;
  font-size: 14px;
}
.choose-card li {
  margin: 5px 0;
  font-size: 12px;
}
.mb-48 {
  margin-bottom: 16px;
}
  .before-after-image {
    padding: 12px;
  }
  .before-after-image {
  margin-top: 20px;
}
.after-before-banner-img {
    height: 220px;
  }
 .banner-sec h1 {
    font-size: 24px;
  }
  .after-before-banner-section {
  padding: 124px 0 160px;
  }
    .banner-sec .after-before-banner-container {
    max-width: 345px;
  }
   .banner-sec p {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px auto 20px;
  }
  .service-card-section {
  padding: 40px 0;
}
 .service-card-content {
    padding: 16px 12px;
    text-align: left;
    position: absolute;
    bottom: 0;
  }
  .service-card-content h2{
    color: #000;
  }
   .service-card-content p{
    color: rgba(68, 68, 68, 1);
  }
.service-page-banner-img {
  margin-top: -60px;
}
.after-before-banner-section.service-page-banner {
    padding-top: 124px;
  }
.before-after-page-section {
    padding: 16px 0;
  }
  .main-navigation > li > ul {
position: relative;
    background: transparent;
    padding: 10px 0 0;
    border: 0;
    opacity: 1;
    transform: none;
}

.before-after-image .before-image {
  border: 2px solid rgb(181, 195, 168);
}
.before-after-image .row-10 {
  row-gap: 16px;
}
.main-navigation > li > ul::before{
  display: none;
}
.main-navigation > li.menu-item-has-children > a::before {
  background-image: url(images/arrow-down-white.svg);
}
 .main-navigation li {
    padding: 5px 15px;
  }
.banner-sec.after-before-banner-section.blog-page-banner {
  padding: 120px 0 70px;
}
.mb-64, .mb-30 {
    margin-bottom: 16px;
  }
.testinomial-section {
    padding: 40px 0 0;
  }
  .review-content {
  padding: 26px 39px 45px;
  }
   .home-blog-section {
    padding: 30px 0;
  }
.blog-card .solutions-backed-box-content h3{
  font-size: 12px;;
}
.our-clinic-section {
  padding: 30px 0 30px;
  background: linear-gradient(180deg, rgba(238, 239, 236, 0) 0%, #EEEFEC 100%);

}
.gp-location-section {
  padding: 30px 0 20px;
  background: linear-gradient(180deg, #EEEFEC 0%, #EEEFEC 100%);

}
 .service-card-content h2 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 16px;
 }
 .service-card-content p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .service-card-content .primary-btn{
    display: none;
  }
  .service-card-img:after{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.48%, rgba(0, 0, 0, 0.7) 96.72%),
linear-gradient(180deg, rgba(238, 238, 238, 0) 43.67%, #FFFFFF 100%);
background: linear-gradient(180deg, rgba(238, 238, 238, 0) 43.67%, #FFFFFF 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

  }
}
@media (min-width: 991px) {
    .lg-order-2{
        order: 2;
    }
    .lg-order-1{
        order: 1;
    }
}

@media (min-width: 767px) {
    .sm-order-2{
        order: 2;
    }
    .sm-order-1{
        order: 1;
    }
}
