/* Functions */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
/* Colors */
body {
  line-height: 1.2;
  --gutter-x: 16px;
  --gutter-x2: -16px;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  color: #424242;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
a.mobile-hamburger-menu {
  z-index: 999999;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 34px;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: black;
}
a.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: black;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 60px;
  width: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 65px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #A97D1A;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #22c3d4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #22c3d4 0%, #16b4c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #22c3d4 0%, #16b4c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22c3d4 0%, #16b4c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
header {
  padding: 45px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}
header .header-logo img {
  width: 320px;
  height: auto;
}
.iti__country-list {
  background-color: #fff;
  color: #A97D1A;
}
.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
  color: #000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
}
.success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.success.show {
  opacity: 1;
  bottom: -80px;
}
.unsuccessful {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: red;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.unsuccessful.show {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.button-area {
  position: relative;
}
.form-loader {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #2C2C2D;
  border-top: 2px solid #A97D1A;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gen-button {
  background-color: #2C2C2D;
  min-width: 180px;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: max-content;
}
.gen-button svg {
  width: 20px;
  height: 20px;
  margin-right: 40px;
}
.gen-button:hover {
  background-color: #A97D1A;
}
main {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}
.section-title {
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-title::after {
  margin-top: 8px;
  content: '';
  width: 100px;
  height: 8px;
  background-color: #CC9927;
}
.section-text {
  font-size: 18px;
  color: #282828;
  font-weight: 500;
}
.gen-contact-btn {
  background-color: #CE9B30;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 600px;
  max-width: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  padding: 0 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gen-contact-btn:hover {
  background-color: #fff;
  color: #A97D1A;
}
.intertitle {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.whatsapp-contact-btn {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.whatsapp-contact-btn img {
  width: 72px;
  height: 72px;
}
.whatsapp-contact-btn:hover {
  transform: scale(1.1);
}
#mega-banner {
  position: relative;
  z-index: 2;
}
#mega-banner .banner-img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#mega-banner .banner-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
#mega-banner .banner-inner-area {
  position: relative;
  z-index: 3;
  padding: 300px 0 60px;
}
#mega-banner .banner-text-area {
  margin-top: 40px;
}
#mega-banner .banner-text-area .banner-title {
  color: #fff;
  font-size: 40px;
}
#mega-banner .banner-text-area .banner-title b {
  font-size: 52px;
}
#mega-banner .banner-text-area .banner-btn {
  display: inline-block;
  margin-top: 24px;
  border: 2px solid #fff;
  background: #22222261;
  padding: 12px 24px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mega-banner .banner-text-area .banner-btn:hover {
  background-color: #fff;
  color: #A97D1A;
}
#mega-banner .banner-form-area {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 3px solid #fff;
  background: linear-gradient(17deg, #CC9927 0%, #F9E2AF 100%);
  padding: 40px 30px 70px;
  position: relative;
}
#mega-banner .banner-form-area .form-title-area {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#mega-banner .banner-form-area .form-title-area .form-title {
  font-size: 22px;
  font-weight: 600;
  color: #A97D1A;
  margin-bottom: 10px;
}
#mega-banner .banner-form-area .form-title-area .form-text {
  font-size: 16px;
  color: #A97D1A;
  font-weight: 500;
}
#mega-banner .banner-form-area .form-area {
  --gutter-x: 5px;
  --gutter-x2: -5px;
}
#mega-banner .banner-form-area .form-area .input-area {
  width: 100%;
  margin-bottom: 20px;
}
#mega-banner .banner-form-area .form-area .input-area .form-in {
  width: 100%;
  padding: 0 32px;
  height: 48px;
  border: 2px solid #CC9927;
  background-color: #FFFFFF7D;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #A97D1A;
}
#mega-banner .banner-form-area .form-area .input-area .form-in::placeholder {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #A97D1A;
}
#mega-banner .banner-form-area .form-area .form-button {
  padding: 0 12px;
  height: 48px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #A97D1A;
  background-color: #fff;
}
#mega-banner .banner-image {
  margin-bottom: -100px;
}
.references-area {
  position: relative;
  z-index: 2;
  margin-top: -80px;
  padding: 120px 0 200px;
}
.references-area .inner-area {
  position: relative;
  z-index: 3;
}
.references-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #282828;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
.references-area .img-col {
  position: relative;
}
.references-area .img-col .section-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50vw;
  height: auto;
}
.references-area .references-group {
  align-items: center;
  gap: 20px;
  justify-content: space-around;
  border-left: 1px solid #fafafa;
  padding: 20px 0 20px 20px;
}
.references-area .references-group .logo-box {
  flex: 1;
}
.references-area .references-group .logo-box img {
  width: 100%;
  height: 95px;
  object-fit: contain;
}
#patient-gallery-area {
  position: relative;
  padding: 60px 0 60px;
  margin-top: -180px;
}
#patient-gallery-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #FBE8BB;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#patient-gallery-area .section-inner-area {
  position: relative;
  z-index: 2;
}
#patient-gallery-area .section-inner-area .section-title-area {
  margin-bottom: 100px;
}
#patient-gallery-area .section-inner-area .owl-stage,
#patient-gallery-area .section-inner-area .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
#patient-gallery-area .section-inner-area .owl-dots {
  margin-top: 80px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#patient-gallery-area .section-inner-area .owl-dots .owl-dot {
  margin: 0;
}
#patient-gallery-area .section-inner-area .owl-dots .owl-dot span {
  margin: 0;
  background-color: #E2BC70;
  width: 16px;
  height: 16px;
}
#patient-gallery-area .section-inner-area .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  background-color: #CD9929;
}
#patient-gallery-area .section-inner-area .center .gallery-box {
  scale: 1.2;
}
#patient-gallery-area .section-inner-area .gallery-box {
  display: block;
  scale: 0.9;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#patient-gallery-area .section-inner-area .gallery-box img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 8px solid #FFFFFF;
}
#info-area {
  position: relative;
  padding: 0 0 50px;
  z-index: 2;
}
#info-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #FBE8BB;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#info-area .section-decor {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  max-height: 1200px;
  width: auto;
  top: 0;
}
#info-area .section-inner-area {
  z-index: 2;
  position: relative;
}
#info-area .section-title-area {
  margin-bottom: 45px;
}
#info-area .section-title-area .section-title {
  color: #CF9C31;
}
#info-area .info-boxes-area {
  position: relative;
  z-index: 2;
  padding-left: calc((100vw - 1360px) / 2);
}
#info-area .info-boxes-area .col-mb {
  margin-bottom: 30px;
}
#info-area .info-boxes-area .info-box {
  display: flex;
  flex-direction: column;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 40px 20px;
  position: relative;
  min-height: 100%;
}
#info-area .info-boxes-area .info-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#info-area .info-boxes-area .info-box .box-text-area {
  position: relative;
  z-index: 3;
}
#info-area .info-boxes-area .info-box .box-icon-wrapper {
  margin-bottom: 10px;
}
#info-area .info-boxes-area .info-box .box-icon-wrapper .box-icon {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
#info-area .info-boxes-area .info-box .box-text-area .box-number {
  font-size: 45px;
  font-weight: bold;
  color: #CC9927;
}
#info-area .info-boxes-area .info-box .box-text-area .box-text {
  font-size: 28px;
  font-weight: bold;
  color: #CC9927;
}
#info-area .section-img-wrapper {
  position: relative;
  width: 100%;
}
#info-area .section-img-wrapper .img-decor-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-25%);
  z-index: 1;
  width: 50%;
}
#info-area .section-img-wrapper .img-decor-wrapper .img-decor {
  width: 100%;
  height: auto;
  animation-duration: 2s;
}
#info-area .section-img-wrapper .section-img {
  position: relative;
  z-index: 2;
}
#tecnique-area {
  position: relative;
  padding: 200px 0 160px;
  margin-top: -120px;
}
#tecnique-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #282828;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#tecnique-area .section-inner-area {
  position: relative;
  z-index: 3;
}
#tecnique-area .section-title-area {
  margin-bottom: 200px;
}
#tecnique-area .tecnique-boxes-area .col-mb {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}
#tecnique-area .tecnique-boxes-area .col-mb:nth-child(4n+2) {
  transform: translateY(-50px);
}
#tecnique-area .tecnique-boxes-area .col-mb:nth-child(4n+3) {
  transform: translateY(-100px);
}
#tecnique-area .tecnique-boxes-area .col-mb:nth-child(4n+4) {
  transform: translateY(-150px);
}
#tecnique-area .tecnique-boxes-area .tecnique-box {
  background: linear-gradient(59deg, #1E1E1E 0%, #3D3D3D 100%);
  border: 2px solid #F7F7EF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 25px 15px 35px;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#tecnique-area .tecnique-boxes-area .tecnique-box .box-top {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
#tecnique-area .tecnique-boxes-area .tecnique-box .box-top .box-icon-wrapper {
  padding: 10px;
  border: 1px dashed #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #E1BC6D24;
}
#tecnique-area .tecnique-boxes-area .tecnique-box .box-top .box-icon-wrapper .box-icon {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
#tecnique-area .tecnique-boxes-area .tecnique-box .box-top .box-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
}
#tecnique-area .tecnique-boxes-area .tecnique-box .box-text {
  font-size: 18px;
  color: #fff;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #ffe19f transparent;
}
#tecnique-area .tecnique-boxes-area .tecnique-box:hover {
  border-color: #CC9927;
}
#tecnique-area .section-contact-btns {
  margin-top: 40px;
  gap: 32px;
}
#tecnique-area .section-contact-btns .intertitle {
  color: #fff;
}
#videos-area {
  padding: 60px 0;
  position: relative;
}
#videos-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #FBE8BB;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#videos-area .section-inner-area {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
#videos-area .video-slider-area .video-box .video-thumb {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#videos-area .video-slider-area .video-box .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#videos-area .video-slider-area .video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
#videos-area .video-slider-area .owl-dots {
  margin-top: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#videos-area .video-slider-area .owl-dots .owl-dot {
  margin: 0;
}
#videos-area .video-slider-area .owl-dots .owl-dot span {
  margin: 0;
  background-color: #E2BC70;
  width: 16px;
  height: 16px;
}
#videos-area .video-slider-area .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  background-color: #CD9929;
}
#videos-area .section-decor {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  max-height: 600px;
  width: auto;
  top: 30%;
}
#videos-area .section-title {
  align-items: start;
  margin-bottom: 20px;
  color: #282828;
}
#videos-area .social-contacts {
  margin-top: 25px;
  gap: 25px;
}
#videos-area .social-contacts .social-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
#videos-area .social-contacts .social-contact .arrow {
  width: 35px;
  height: auto;
}
#videos-area .social-contacts .social-contact .contact-title {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #CE9B30;
  margin-bottom: 20px;
}
#videos-area .social-contacts .social-contact .contact-link {
  background-color: #CE9B30;
  display: flex;
  align-items: center;
  padding: 4px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: max-content;
  gap: 36px;
  height: 48px;
}
#videos-area .social-contacts .social-contact .contact-link .contact-icon {
  display: block;
  height: 25px;
  width: 35px;
  object-fit: contain;
}
#videos-area .social-contacts .social-contact .contact-link .contact-text {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
#faq-area {
  position: relative;
  padding: 100px 0 180px;
}
#faq-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #282828;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#faq-area .section-inner-area {
  position: relative;
  z-index: 3;
}
#faq-area .section-title-area {
  margin-bottom: 80px;
}
#faq-area .faq-list-area .faq-item {
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 35px;
}
#faq-area .faq-list-area .faq-item .item-top {
  padding: 15px 45px 15px 25px;
  position: relative;
  cursor: pointer;
}
#faq-area .faq-list-area .faq-item .item-top::before,
#faq-area .faq-list-area .faq-item .item-top::after {
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  background-color: #fff;
  right: 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#faq-area .faq-list-area .faq-item .item-top::before {
  transform: rotate(90deg);
}
#faq-area .faq-list-area .faq-item .item-top .item-question {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  font-weight: 600;
}
#faq-area .faq-list-area .faq-item .item-bottom {
  padding: 0 25px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#faq-area .faq-list-area .faq-item .item-bottom .item-answer {
  font-size: 18px;
  color: #fff;
}
#faq-area .faq-list-area .faq-item.opened .item-top::before {
  transform: none;
}
#faq-area .faq-list-area .faq-item.opened .item-bottom {
  padding: 15px 25px 35px;
  height: max-content;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}
#faq-area .section-contact-btns {
  gap: 32px;
  margin-top: 60px;
}
#faq-area .section-contact-btns .intertitle {
  color: #222222;
}
#multi-section {
  padding: 160px 0;
  position: relative;
  margin-top: -200px;
}
#multi-section::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(72deg, #E0B969 0%, #FBE8BB 100%);
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#clinic-gallery-area {
  position: relative;
  padding: 50px 0;
}
#clinic-gallery-area .section-decor {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 150%;
  max-height: 900px;
  width: auto;
  top: 0;
}
#clinic-gallery-area .section-inner-area {
  position: relative;
  z-index: 2;
}
#clinic-gallery-area .section-inner-area .section-title-area {
  margin-bottom: 80px;
}
#clinic-gallery-area .section-inner-area .section-title-area .section-title {
  color: #282828;
}
#clinic-gallery-area .section-inner-area .section-title-area .section-text {
  text-align: center;
}
#clinic-gallery-area .section-inner-area .owl-stage,
#clinic-gallery-area .section-inner-area .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
#clinic-gallery-area .section-inner-area .owl-dots {
  margin-top: 60px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#clinic-gallery-area .section-inner-area .owl-dots .owl-dot {
  margin: 0;
}
#clinic-gallery-area .section-inner-area .owl-dots .owl-dot span {
  margin: 0;
  background-color: #2C2C2D;
  opacity: 0.6;
  width: 16px;
  height: 16px;
}
#clinic-gallery-area .section-inner-area .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  opacity: 1;
}
#clinic-gallery-area .section-inner-area .gallery-box {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#clinic-gallery-area .section-inner-area .gallery-box img {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  border: 3px solid #F3F3F3;
}
#offices-area {
  position: relative;
  padding: 50px 0;
}
#offices-area .section-inner-area {
  position: relative;
  z-index: 2;
}
#offices-area .section-inner-area .section-title-area {
  margin-bottom: 80px;
}
#offices-area .section-inner-area .section-title-area .section-title {
  color: #282828;
}
#offices-area .section-inner-area .section-title-area .section-text {
  text-align: center;
  margin-top: 30px;
}
#offices-area .section-inner-area .col-mb {
  margin-bottom: 30px;
}
#offices-area .section-inner-area .office-box {
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#offices-area .section-inner-area .office-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#offices-area .section-inner-area .office-box .box-text-area {
  position: relative;
  z-index: 3;
  padding: 70px 35px 35px;
  height: 100%;
}
#offices-area .section-inner-area .office-box .box-top {
  gap: 20px;
  margin-bottom: 15px;
}
#offices-area .section-inner-area .office-box .box-top .box-img-wrapper .box-flag {
  width: 65px;
  height: 65px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#offices-area .section-inner-area .office-box .box-top .box-country {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  color: #282828;
}
#offices-area .section-inner-area .office-box .box-bottom .box-text {
  font-size: 18px;
  color: #282828;
  font-weight: 500;
}
.line {
  display: block;
  background: linear-gradient(86deg, #CD9B2B 0%, #D8AC4D 57%, #E2BD6F 100%);
  height: 120px;
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  transform: rotate(-9deg);
  will-change: transform;
  backface-visibility: hidden;
  z-index: 3;
  position: relative;
}
#testimonials-area {
  position: relative;
  padding: 180px 0 240px;
  margin-bottom: -240px;
  z-index: 3;
}
#testimonials-area .section-decor {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  max-height: 800px;
  width: auto;
  top: 15%;
}
#testimonials-area::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(108deg, #0B0B0B 0%, #282828 100%);
  width: 150vw;
  min-width: 1000px;
  margin-left: -25%;
  height: 100%;
  transform: rotate(-9deg);
}
#testimonials-area .section-inner-area {
  margin-left: calc((100% - 1320px) / 2);
  z-index: 2;
  position: relative;
}
#testimonials-area .border-col {
  border-right: 1px solid #fff;
  height: max-content;
}
#testimonials-area .section-text-area {
  padding: 20px 20px 20px 0;
}
#testimonials-area .section-text-area .section-title-area {
  margin-bottom: 30px;
}
#testimonials-area .section-text-area .section-title-area .section-title {
  align-items: start;
  margin-bottom: 20px;
}
#testimonials-area .section-text-area .section-title-area .section-text {
  color: #fff;
}
#testimonials-area .section-text-area .platform-rates {
  justify-content: space-between;
  gap: 24px;
}
#testimonials-area .section-text-area .platform-rates .platform-wrapper {
  gap: 12px;
}
#testimonials-area .section-text-area .platform-rates .platform-wrapper .platform-name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
#testimonials-area .section-text-area .platform-rates .platform-wrapper .platform-icon-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
#testimonials-area .testimonials-slider-area {
  padding-left: 50px;
  position: relative;
  z-index: 3;
}
#testimonials-area .testimonials-slider-area .testimonial-box {
  padding: 35px 25px;
  gap: 25px;
  border: 3px solid #fff;
  background: linear-gradient(0deg, #2D2D2D 0%, #2A2A2A 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #282828;
  border: 1px solid #fff;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-top {
  margin-bottom: 20px;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-top .box-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-top .box-date {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-center .box-text {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  display: block;
  max-height: 190px;
  transition: max-height 0.4s ease;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-center .more-less {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
  text-align: end;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 25px;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-bottom .stars {
  width: 120px;
  height: auto;
}
#testimonials-area .testimonials-slider-area .testimonial-box .box-content-area .box-bottom .platform {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
#testimonials-area .testimonials-slider-area .owl-dots {
  margin-top: 60px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
#testimonials-area .testimonials-slider-area .owl-dots .owl-dot {
  margin: 0;
}
#testimonials-area .testimonials-slider-area .owl-dots .owl-dot span {
  margin: 0;
  background-color: #fff;
  opacity: 0.6;
  width: 16px;
  height: 16px;
}
#testimonials-area .testimonials-slider-area .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  opacity: 1;
}
footer {
  background: url('../../imgs/front/footer-yeni.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
footer .footer-top {
  padding: 300px 0 120px;
}
footer .footer-top .footer-logo img {
  width: 500px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px 40px;
}
footer .footer-top .footer-contacts {
  border-left: 1px solid #fff;
  padding: 20px 40px;
}
footer .footer-top .footer-contacts .footer-contact {
  margin-bottom: 30px;
  gap: 20px;
  align-items: start;
}
footer .footer-top .footer-contacts .footer-contact .img-wrapper {
  padding: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer .footer-top .footer-contacts .footer-contact .img-wrapper img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  display: block;
}
footer .footer-top .footer-contacts .footer-contact span {
  font-size: 18px;
  color: #fff;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-socials li a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
footer .footer-top .footer-socials li a:hover {
  scale: 1.1;
}
footer .footer-top .footer-map {
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  border-radius: 28px;
}
footer .footer-top .footer-map iframe {
  width: 500%;
  margin-left: -250%;
  height: 250px;
}
footer .footer-bottom {
  border-top: 1px solid #fff;
  padding: 15px 0;
}
footer .footer-bottom .copy-right {
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom img {
  width: 160px;
  height: auto;
}

footer .post-content {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-top: 75px;
    max-height: 500px;
    overflow-y: scroll;
}

footer .post-content p,
footer .post-content ul,
footer .post-content ol {
    margin: 20px 0;
}

footer .post-content h1 {
    font-size: 28px;
}

footer .post-content h2 {
    font-size: 24px;
}

footer .post-content h3 {
    font-size: 20px;
}

footer .post-content h1,
footer .post-content h2,
footer .post-content h3,
footer .post-content h4,
footer .post-content h5 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

footer .post-content br,
footer .post-content strong {
    font-weight: 700;
}

footer .post-content ol {
    list-style: decimal !important;
    padding-left: 20px;
}

footer .post-content ul {
    padding-left: 20px;
}

footer .post-content ul li {
    list-style: disc;
}

footer .post-content a {
    color: #29aae2;
    font-weight: 600;
}

footer .post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

footer .post-content table {
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #000;
    color: #000;
    width: 100%;
}

footer .post-content table tr {
    border: 1px solid #000;
    width: 100%;
}

footer .post-content table th,
footer .post-content table td {
    text-align: left;
    padding: 8px;
    border: 1px solid #000;
}


/* other css */

#mobile-footer-cta-btns{
  position: fixed;
  bottom: 20px;
  width: 100%;
  z-index: 1000;
}

.wp-btn-col {
  padding-right: 5px !important;
}

.border-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 32px;
  padding: 2px;
  background: white;
  overflow: hidden;
  width: 100%;
}

.rotating-border {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 30px;
  background: conic-gradient(from 0deg,transparent 0%,#CC9927 20%,#CC9927 40%,transparent 60%,transparent 100%);
  z-index: 1;
  animation: rotateBorder 2s linear infinite;
}

.mobile-footer-cta-wp {
  background: linear-gradient(17deg, #CC9927 0%, #F9E2AF 100%);
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.mobile-footer-cta-tel {
  background:#000;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.tel-btn-col {
  padding-left: 5px !important;
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}