/* 
|......................................................................
| Template Name: Madies
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. General
| 4. Spacing
| 5. Preloader Content
| 6. Buttons
| 7. Accordion
| 8. Pagination
| 9. Slider
| 10. Section Heading
| 11. Avatar
| 12. Custom Input
| 13. Breadcrumbs
| 14. Map
| 15. Scrollup
| 16. Video Modal
| 17. Header
| 18. Footer
| 19. Hero
| 20. Process
| 21. About
| 22. Team
| 23. Pricing Plan
| 24. Testimonial
| 25. Comments Form
| 26. Before After Slider
| 27. Blog
| 28. Service
| 29. Doctor
| 30. Partner
| 31. Funfact
| 32. Articles
| 33. CTA
| 34. Schedule Calendar
| 35. Contact Us
| 36. Book Appointment
| 37. Error Content
|......................................................................
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
:root {
  --body-font-family: "DM Sans";
  --heading-font-family: "Outfit";
  --body-color: #737373;
  --body-bg-color: #ffffff;
  --heading-color: #13171d;
  --border-color: #d8dde1;
  --white-color: #ffffff;
  --black-color: #13171d;
  --primary-color: #0463fa;
  --secendary-color: #1c2359;
  --smoke-bg-color: #f1f2ff;
}

/*----------------------------------------------------
   2. Typography
------------------------------------------------------*/
html,
body {
  color: var(--body-color);
  font-family: var(--body-font-family);
  background-color: var(--body-bg-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  overflow-x: hidden;
  scroll-behavior: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}

h1 {
  font-size: 74px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 24px;
}

p {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 26px;
}

ul {
  margin: 0 0 0 0;
  padding-left: 0;
  list-style: square outside none;
  text-decoration: none;
  list-style: none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  font-family: var(--heading-font-family);
}

button {
  color: inherit;
  transition: all 0.3s ease;
  border: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid var(--white-color);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--body-color);
  border: 1px solid var(--white-color);
  font-size: 16px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

/*--------------------------------------------------------------
  3. General
----------------------------------------------------------------*/
.ak-light {
  font-weight: 300;
}

.ak-normal {
  font-weight: 400;
}

.ak-medium {
  font-weight: 500;
}

.ak-semi-bold {
  font-weight: 600;
}

.ak-bold {
  font-weight: 700;
}

.ak-extra-bold {
  font-weight: 800;
}

.ak-black {
  font-weight: 900;
}

.ak-radius-3 {
  border-radius: 3px;
}

.ak-radius-5 {
  border-radius: 5px;
}

.ak-radius-7 {
  border-radius: 7px;
}

.ak-radius-10 {
  border-radius: 10px;
}

.ak-radius-15 {
  border-radius: 15px;
}

.ak-line-height-1 {
  line-height: 1.2em;
}

.ak-line-height-2 {
  line-height: 1.25em;
}

.ak-line-height-3 {
  line-height: 1.3em;
}

.ak-line-height-4 {
  line-height: 1.4em;
}

.ak-line-height-5 {
  line-height: 1.5em;
}

.ak-line-height-6 {
  line-height: 1.6em;
}

.ak-line-height-7 {
  line-height: 1.7em;
}

.ak-line-height-39 {
  line-height: 39px;
}

.ak-line-height-54 {
  line-height: 54px;
}

.ak-line-height-85 {
  line-height: 85px;
}

.ak-font-14 {
  font-size: 14px;
}

.ak-font-16 {
  font-size: 16px;
}

.ak-font-18 {
  font-size: 18px;
}

.ak-font-20 {
  font-size: 20px;
}

.ak-font-22 {
  font-size: 22px;
}

.ak-font-24 {
  font-size: 24px;
}

.ak-font-26 {
  font-size: 26px;
}

.ak-font-28 {
  font-size: 28px;
}

.ak-font-30 {
  font-size: 28px;
}

.ak-font-38 {
  font-size: 38px;
}

.ak-font-42 {
  font-size: 42px;
}

.ak-font-50 {
  font-size: 50px;
}

.ak-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.ak-vertical-middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.ak-vertical-middle-in {
  flex: none;
  width: 100%;
}

.ak-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-primary-font {
  font-family: var(--heading-font-family);
}

.ak-secondary-font {
  font-family: var(--body-font-family);
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: var(--white-color);
}

.ak-primary-color {
  color: var(--primary-color);
}

.ak-white-color,
.ak-white-color-hover:hover {
  color: var(--white-color);
}

.ak-white-bg {
  background-color: var(--white-color);
}

.ak-gray-bg-20 {
  background: rgba(217, 217, 217, 0.2);
}

.ak-white-bg,
.ak-white-bg-hover:hover {
  background-color: var(--white-color);
}

.ak-radius-10 {
  border-radius: 10px;
}

.ak-radius-20 {
  border-radius: 20px;
}

.ak-radius-30 {
  border-radius: 30px;
}

.ak-radius-40 {
  border-radius: 40px;
}

.ak-radius-50 {
  border-radius: 50px;
}

.ak-margin-left-right-10 {
  margin: 0 10px;
}

.ak-margin-left-right-20 {
  margin: 0 20px;
}

.ak-margin-left-right-30 {
  margin: 0 30px;
}

.ak-margin-left-right-40 {
  margin: 0 40px;
}

.ak-margin-left-right-50 {
  margin: 0 50px;
}

.ak-margin-top-bottom-10 {
  margin: 10px 0;
}

.ak-margin-top-bottom-20 {
  margin: 20px 0;
}

.ak-margin-top-bottom-30 {
  margin: 30px 0;
}

.ak-margin-top-bottom-40 {
  margin: 40px 0;
}

.ak-margin-top-bottom-50 {
  margin: 50px 0;
}

@media (max-width: 992px) {
  .ak-left-space-30 {
    padding-left: 0px;
  }
  .ak-font-14-sm {
    font-size: 14px;
  }
  .ak-font-16-sm {
    font-size: 16px;
  }
  .ak-font-18-sm {
    font-size: 18px;
  }
  .ak-font-20-sm {
    font-size: 20px;
  }
  .ak-font-22-sm {
    font-size: 22px;
  }
  .ak-font-24-sm {
    font-size: 24px;
  }
  .ak-font-26-sm {
    font-size: 26px;
  }
  .ak-font-28-sm {
    font-size: 28px;
  }
  .ak-font-36-sm {
    font-size: 36px;
  }
  .ak-font-42-sm {
    font-size: 42px;
  }
}
.ak-dentist-dental {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .ak-dentist-dental {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
.ak-height-0 {
  height: 0px;
}

.ak-height-5 {
  height: 5px;
}

.ak-height-10 {
  height: 10px;
}

.ak-height-15 {
  height: 15px;
}

.ak-height-20 {
  height: 20px;
}

.ak-height-25 {
  height: 25px;
}

.ak-height-30 {
  height: 30px;
}

.ak-height-35 {
  height: 35px;
}

.ak-height-40 {
  height: 40px;
}

.ak-height-45 {
  height: 45px;
}

.ak-height-50 {
  height: 50px;
}

.ak-height-55 {
  height: 55px;
}

.ak-height-60 {
  height: 60px;
}

.ak-height-65 {
  height: 65px;
}

.ak-height-70 {
  height: 70px;
}

.ak-height-75 {
  height: 75px;
}

.ak-height-80 {
  height: 80px;
}

.ak-height-85 {
  height: 85px;
}

.ak-height-90 {
  height: 90px;
}

.ak-height-95 {
  height: 95px;
}

.ak-height-100 {
  height: 100px;
}

.ak-height-105 {
  height: 105px;
}

.ak-height-110 {
  height: 110px;
}

.ak-height-115 {
  height: 115px;
}

.ak-height-120 {
  height: 120px;
}

.ak-height-125 {
  height: 125px;
}

.ak-height-130 {
  height: 130px;
}

.ak-height-135 {
  height: 135px;
}

.ak-height-140 {
  height: 140px;
}

.ak-height-145 {
  height: 145px;
}

.ak-height-150 {
  height: 150px;
}

.ak-height-155 {
  height: 155px;
}

.ak-height-160 {
  height: 160px;
}

.ak-height-165 {
  height: 165px;
}

.ak-height-170 {
  height: 170px;
}

.ak-height-175 {
  height: 175px;
}

.ak-height-180 {
  height: 180px;
}

.ak-height-185 {
  height: 185px;
}

.ak-height-190 {
  height: 190px;
}

.ak-height-195 {
  height: 195px;
}

.ak-height-200 {
  height: 200px;
}

.ak-height-205 {
  height: 205px;
}

.ak-height-210 {
  height: 210px;
}

.ak-height-219 {
  height: 219px;
}

@media (max-width: 992px) {
  .ak-height-lg-0 {
    height: 0px;
  }
  .ak-height-lg-5 {
    height: 5px;
  }
  .ak-height-lg-10 {
    height: 10px;
  }
  .ak-height-lg-15 {
    height: 15px;
  }
  .ak-height-lg-20 {
    height: 20px;
  }
  .ak-height-lg-25 {
    height: 25px;
  }
  .ak-height-lg-30 {
    height: 30px;
  }
  .ak-height-lg-35 {
    height: 35px;
  }
  .ak-height-lg-40 {
    height: 40px;
  }
  .ak-height-lg-45 {
    height: 45px;
  }
  .ak-height-lg-50 {
    height: 50px;
  }
  .ak-height-lg-55 {
    height: 55px;
  }
  .ak-height-lg-60 {
    height: 60px;
  }
  .ak-height-lg-65 {
    height: 65px;
  }
  .ak-height-lg-70 {
    height: 70px;
  }
  .ak-height-lg-75 {
    height: 75px;
  }
  .ak-height-lg-80 {
    height: 80px;
  }
  .ak-height-lg-85 {
    height: 85px;
  }
  .ak-height-lg-90 {
    height: 90px;
  }
  .ak-height-lg-95 {
    height: 95px;
  }
  .ak-height-lg-100 {
    height: 100px;
  }
  .ak-height-lg-105 {
    height: 105px;
  }
  .ak-height-lg-110 {
    height: 110px;
  }
  .ak-height-lg-115 {
    height: 115px;
  }
  .ak-height-lg-120 {
    height: 120px;
  }
  .ak-height-lg-125 {
    height: 125px;
  }
  .ak-height-lg-130 {
    height: 130px;
  }
  .ak-height-lg-135 {
    height: 135px;
  }
  .ak-height-lg-140 {
    height: 140px;
  }
  .ak-height-lg-145 {
    height: 145px;
  }
  .ak-height-lg-150 {
    height: 150px;
  }
  .ak-height-lg-155 {
    height: 155px;
  }
  .ak-height-lg-160 {
    height: 160px;
  }
  .ak-height-lg-165 {
    height: 165px;
  }
  .ak-height-lg-170 {
    height: 170px;
  }
  .ak-height-lg-175 {
    height: 175px;
  }
  .ak-height-lg-180 {
    height: 180px;
  }
  .ak-height-lg-185 {
    height: 185px;
  }
  .ak-height-lg-190 {
    height: 190px;
  }
  .ak-height-lg-195 {
    height: 195px;
  }
  .ak-height-lg-200 {
    height: 200px;
  }
  .ak-height-lg-205 {
    height: 205px;
  }
  .ak-height-lg-210 {
    height: 210px;
  }
  .ak-height-lg-219 {
    height: 219px;
  }
}
/*--------------------------------------------------------------
  5. Preloader Content
----------------------------------------------------------------*/
.preloader-pill {
  position: fixed;
  z-index: 1111111111;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  background: var(--white-color);
}

.preloader-pill__content {
  width: 100%;
  height: 100%;
  position: relative;
}

.preloader-pill__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  background: var(--white-color);
  align-items: center;
  justify-content: center;
}

.pill-loader {
  background: var(--white-color);
  width: 15vmin;
  height: 40vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: rotate(180deg);
  animation: pill-spin 4s linear infinite;
}

@keyframes pill-spin {
  100% {
    transform: rotate(-540deg);
  }
}
.pill-loader__side {
  background: var(--primary-color);
  width: 11vmin;
  height: 15vmin;
  position: relative;
  overflow: hidden;
  border-radius: 6vmin 6vmin 0 0;
}

.pill-loader .pill-loader__side + .pill-loader__side {
  background: var(--secendary-color);
  border-radius: 0 0 6vmin 6vmin;
  border-top: 1vmin solid #621e1a;
  animation: pill-open 2s ease-in-out 0s infinite;
}

@keyframes pill-open {
  0%, 20%, 80%, 100% {
    margin-top: 0;
  }
  30%, 70% {
    margin-top: 10vmin;
  }
}
.pill-loader .pill-loader__side:before {
  content: "";
  position: absolute;
  width: 2vmin;
  height: 10vmin;
  bottom: 0;
  right: 1.5vmin;
  background: transparent;
  border-radius: 1vmin 1vmin 0 0;
  animation: shine 1s ease-out -1s infinite alternate-reverse;
}

.pill-loader .pill-loader__side + .pill-loader__side:before {
  bottom: inherit;
  top: 0;
  border-radius: 0 0 1vmin 1vmin;
}

.pill-loader .pill-loader__side:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 6vmin 6vmin 0 0;
  border: 1.75vmin solid rgba(0, 0, 0, 0.1333333333);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-width: 0vmin;
  border-top-width: 1vmin;
  animation: shadow 1s ease -1s infinite alternate-reverse;
}

.pill-loader .pill-loader__side + .pill-loader__side:after {
  bottom: inherit;
  top: 0;
  border-radius: 0 0 6vmin 6vmin;
  border-top-color: rgba(255, 255, 255, 0);
  border-top-width: 0vmin;
  border-bottom-width: 1vmin;
}

@keyframes shine {
  0%, 46% {
    right: 1.5vmin;
  }
  54%, 100% {
    right: 7.5vmin;
  }
}
@keyframes shadow {
  0%, 49.999% {
    transform: rotateY(0deg);
    left: 0;
  }
  50%, 100% {
    transform: rotateY(180deg);
    left: -3vmin;
  }
}
.pill-loader__medicine {
  position: absolute;
  width: calc(100% - 6vmin);
  height: calc(100% - 12vmin);
  background: rgba(255, 255, 255, 0);
  border-radius: 5vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pill-loader__medicine i {
  width: 1vmin;
  height: 1vmin;
  background: var(--primary-color);
  border-radius: 100%;
  position: absolute;
  animation: medicine-dust 1.75s ease 0s infinite alternate;
}

.pill-loader__medicine i:nth-child(2n+2) {
  width: 1.5vmin;
  height: 1.5vmin;
  margin-top: -5vmin;
  margin-right: -5vmin;
  animation-delay: -0.2s;
}

.pill-loader__medicine i:nth-child(3n+3) {
  width: 2vmin;
  height: 2vmin;
  margin-top: 4vmin;
  margin-right: 3vmin;
  animation-delay: -0.33s;
}

.pill-loader__medicine i:nth-child(4) {
  margin-top: -5vmin;
  margin-right: 4vmin;
  animation-delay: -0.4s;
}

.pill-loader__medicine i:nth-child(5) {
  margin-top: 5vmin;
  margin-right: -4vmin;
  animation-delay: -0.5s;
}

.pill-loader__medicine i:nth-child(6) {
  margin-top: 0vmin;
  margin-right: -3.5vmin;
  animation-delay: -0.66s;
}

.pill-loader__medicine i:nth-child(7) {
  margin-top: -1vmin;
  margin-right: 7vmin;
  animation-delay: -0.7s;
}

.pill-loader__medicine i:nth-child(8) {
  margin-top: 6vmin;
  margin-right: -1vmin;
  animation-delay: -0.8s;
}

.pill-loader__medicine i:nth-child(9) {
  margin-top: 4vmin;
  margin-right: -7vmin;
  animation-delay: -0.99s;
}

.pill-loader__medicine i:nth-child(10) {
  margin-top: -6vmin;
  margin-right: 0vmin;
  animation-delay: -1.11s;
}

.pill-loader__medicine i:nth-child(1n+10) {
  width: 0.6vmin;
  height: 0.6vmin;
}

.pill-loader__medicine i:nth-child(11) {
  margin-top: 6vmin;
  margin-right: 6vmin;
  animation-delay: -1.125s;
}

.pill-loader__medicine i:nth-child(12) {
  margin-top: -7vmin;
  margin-right: -7vmin;
  animation-delay: -1.275s;
}

.pill-loader__medicine i:nth-child(13) {
  margin-top: -1vmin;
  margin-right: 3vmin;
  animation-delay: -1.33s;
}

.pill-loader__medicine i:nth-child(14) {
  margin-top: -3vmin;
  margin-right: -1vmin;
  animation-delay: -1.4s;
}

.pill-loader__medicine i:nth-child(15) {
  margin-top: -1vmin;
  margin-right: -7vmin;
  animation-delay: -1.55s;
}

@keyframes medicine-dust {
  0%, 100% {
    transform: translate3d(0vmin, 0vmin, -0.1vmin);
  }
  25% {
    transform: translate3d(0.25vmin, 5vmin, 0vmin);
  }
  75% {
    transform: translate3d(-0.1vmin, -4vmin, 0.25vmin);
  }
}
/*--------------------------------------------------------------
  6. Buttons
----------------------------------------------------------------*/
.tp-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.tp-btn__filter {
  display: flex;
  align-items: center;
}
.tp-btn__text {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 23px;
  border-radius: 130px;
  line-height: 26px;
  transition: padding 0.6s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
  will-change: padding;
  z-index: 2;
}
@media (max-width: 768px) {
  .tp-btn__text {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.tp-btn__circle {
  width: 56px;
  height: 56px;
  margin-left: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
  will-change: transform;
}
.tp-btn__circle svg {
  width: 20px;
  transition: transform 0.6s ease;
}
@media (max-width: 768px) {
  .tp-btn__circle {
    width: 40px;
    height: 40px;
  }
}
.tp-btn:hover .tp-btn__circle {
  transform: translateX(-15px);
}
.tp-btn:hover .tp-btn__circle svg {
  transform: rotate(30deg);
}
.tp-btn__filter-blur {
  display: flex;
  align-items: center;
}

.tp-btn--primary .tp-btn__text {
  color: var(--white-color);
  background: var(--primary-color);
}
.tp-btn--primary .tp-btn__circle {
  background: var(--primary-color);
  color: var(--white-color);
}

.tp-btn--white .tp-btn__text {
  color: var(--primary-color);
  background: var(--white-color);
}
.tp-btn--white .tm-btn__text-black .tp-btn__text {
  color: var(--black-color);
}
.tp-btn--white .tm-btn__text-black .tp-btn__circle svg path {
  fill: var(--black-color);
}
.tp-btn--white .tp-btn__circle {
  background: var(--white-color);
  color: var(--primary-color);
}
.tp-btn--white .tp-btn__circle svg path {
  fill: var(--primary-color);
}

.tp-btn--outline .tp-btn__text {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.tp-btn--outline .tp-btn__circle {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.tp-btn--gradient .tp-btn__text,
.tp-btn--gradient .tp-btn__circle {
  background: linear-gradient(45deg, #ff6b6b, #6c5ce7);
  color: #fff;
}

.tp-btn--sm .tp-btn__text {
  padding: 10px 16px;
  font-size: 14px;
}
.tp-btn--sm .tp-btn__circle {
  width: 40px;
  height: 40px;
}

.tp-btn--lg .tp-btn__text {
  padding: 20px 30px;
  font-size: 20px;
}
.tp-btn--lg .tp-btn__circle {
  width: 70px;
  height: 70px;
}

.play-btn {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.81);
  opacity: 0.4;
}
.play-btn__circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.play-btn__icon {
  width: 0;
  height: 0;
  border-left: 20px solid #2563eb;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.explore-btn__icon {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.explore-btn__icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: repeating-conic-gradient(#ffffff 0deg 10deg, transparent 10deg 20deg);
}
.explore-btn__shape {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.explore-btn__text {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
}
.explore-btn__text.text__black {
  color: var(--black-color);
}

.explore-btn--primary .explore-btn__icon {
  background: var(--primary-color);
}
.explore-btn--primary .explore-btn__icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: repeating-conic-gradient(var(--primary-color) 0deg 10deg, transparent 10deg 20deg);
}
.explore-btn--primary .explore-btn__shape svg path {
  fill: var(--white-color);
}

.social-btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border-radius: 30px;
  padding: 13px 20px;
  color: var(--white-color);
  line-height: 18px;
  background-color: var(--primary-color);
  font-family: var(--heading-font-family);
}
.social-btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.explore-btn .explore-btn__icon {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.explore-btn .explore-btn__icon::before {
  transition: transform 3.5s linear;
}
.explore-btn .explore-btn__icon svg {
  transition: transform 0.35s ease-in-out;
}
.explore-btn:hover .explore-btn__icon {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.explore-btn:hover .explore-btn__icon::before {
  transform: rotate(360deg);
}

.explore-btn-animation-1 .explore-btn__icon {
  transition: all 0.35s ease;
}
.explore-btn-animation-1:hover .explore-btn__icon {
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.explore-btn-animation-1:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}

.explore-btn-animation-2 .explore-btn__icon {
  transition: all 0.5s;
}
.explore-btn-animation-2:hover .explore-btn__icon {
  animation: doctorPulse 0.8s ease-in-out infinite;
}

.explore-btn-animation-3 .explore-btn__icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.explore-btn-animation-3:hover .explore-btn__icon {
  transform: scale(1.17);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.explore-btn-animation-3:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}
.explore-btn-animation-3:active .explore-btn__icon {
  transform: scale(0.92);
  transition-duration: 0.08s;
}

.explore-btn-animation-4 .explore-btn__icon {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.explore-btn-animation-4 .explore-btn__icon::before {
  transition: transform 5s linear;
}
.explore-btn-animation-4 .explore-btn__icon svg {
  transition: transform 0.35s ease;
}
.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon {
  background: var(--white-color);
}
.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon::before {
  background: repeating-conic-gradient(var(--white-color) 0deg 10deg, transparent 10deg 20deg);
}
.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon span svg path {
  fill: var(--primary-color);
}
.explore-btn-animation-4:hover .explore-btn__icon {
  transform: translateY(-3px) scale(1.08);
  background: var(--primary-color);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.explore-btn-animation-4:hover .explore-btn__icon::before {
  transform: rotate(360deg);
  background: repeating-conic-gradient(var(--primary-color) 0deg 10deg, transparent 10deg 20deg);
}
.explore-btn-animation-4:hover .explore-btn__icon svg path {
  fill: var(--white-color);
}
.explore-btn-animation-4:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}

@keyframes arrowMoveRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes doctorPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 99, 250, 0.2);
  }
  70% {
    transform: scale(1.25);
    box-shadow: 0 0 0 12px rgba(4, 99, 250, 0);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
  7. Accordion
----------------------------------------------------------------*/
.custom-accordion {
  --bs-accordion-color: var(--body-color);
  --bs-accordion-btn-focus-box-shadow: none;
}
.custom-accordion .accordion-button:not(.collapsed),
.custom-accordion .accordion-button {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  color: var(--black-color);
  background-color: transparent;
}
@media (max-width: 768px) {
  .custom-accordion .accordion-button:not(.collapsed),
  .custom-accordion .accordion-button {
    font-size: 20px;
    padding: 16px 15px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .custom-accordion .accordion-button:not(.collapsed).style-2,
  .custom-accordion .accordion-button.style-2 {
    padding: 16px 0px;
  }
}
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border-color);
}
.custom-accordion--style-two .accordion-item {
  background-color: var(--smoke-bg-color);
  margin-bottom: 32px;
  border-radius: 10px;
}
.custom-accordion--style-two .accordion-item:last-child {
  margin-bottom: 0;
}
.custom-accordion--style-two .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.custom-accordion--style-three .accordion-button:not(.collapsed),
.custom-accordion--style-three .accordion-button {
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  color: var(--black-color);
  background-color: transparent;
}
.custom-accordion--style-three .accordion-item {
  background-color: var(--white-color);
  margin-bottom: 32px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}
.custom-accordion--style-three .accordion-item.mb-17 {
  margin-bottom: 17px;
}
.custom-accordion--style-three .accordion-item:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  8. Pagination
----------------------------------------------------------------*/
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.pagination-wrapper.style2 {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .pagination-wrapper {
    padding-top: 40px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  line-height: 1;
}
.pagination__item {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  color: #16191d;
  border: 1px solid rgba(17, 39, 5, 0.1);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .pagination__item {
    width: 46px;
    height: 46px;
  }
}
.pagination__item:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}
.pagination__item.active {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.pagination__arrow {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
.pagination__arrow:hover {
  color: var(--white-color);
}
.pagination__arrow i {
  line-height: 1;
}

/*--------------------------------------------------------------
  9. Slider
----------------------------------------------------------------*/
.ak-slider {
  position: relative;
  overflow: hidden;
}

/* Start slider hero 1 */
.ak-slider-hero-1 {
  overflow: hidden;
  width: 100%;
}
.ak-slider-hero-1 .swiper-slide {
  width: 100%;
}

.common-slider-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 113px;
  gap: 20px;
}

.animation-btn-1 .common-slider__btn-next .explore-btn__icon,
.animation-btn-1 .common-slider__btn-prev .explore-btn__icon {
  transition: all 0.35s ease;
}
.animation-btn-1 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-1 .common-slider__btn-prev:hover .explore-btn__icon {
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.animation-btn-1 .common-slider__btn-next:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}
.animation-btn-1 .common-slider__btn-prev:hover svg {
  animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-2 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-2 .common-slider__btn-prev:hover .explore-btn__icon {
  animation: doctorPulse 0.5s ease-in-out infinite;
}

.animation-btn-3 .common-slider__btn-next .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev .explore-btn__icon {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.animation-btn-3 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev:hover .explore-btn__icon {
  transform: scale(1.17);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.animation-btn-3 .common-slider__btn-next:active .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev:active .explore-btn__icon {
  transform: scale(0.92);
  transition-duration: 0.8s;
}
.animation-btn-3 .common-slider__btn-next:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}
.animation-btn-3 .common-slider__btn-prev:hover svg {
  animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-4 .common-slider__btn-next, .animation-btn-4 .common-slider__btn-prev {
  cursor: pointer;
}
.animation-btn-4 .common-slider__btn-next .explore-btn__icon, .animation-btn-4 .common-slider__btn-prev .explore-btn__icon {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.animation-btn-4 .common-slider__btn-next .explore-btn__icon::before, .animation-btn-4 .common-slider__btn-prev .explore-btn__icon::before {
  transition: transform 5s linear;
}
.animation-btn-4 .common-slider__btn-next .explore-btn__icon svg, .animation-btn-4 .common-slider__btn-prev .explore-btn__icon svg {
  transition: transform 0.35s ease;
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon {
  background: var(--white-color);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon::before, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon::before {
  transform: rotate(360deg);
  background: repeating-conic-gradient(var(--white-color) 0deg 10deg, transparent 10deg 20deg);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon span svg path, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon span svg path {
  fill: var(--primary-color);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon {
  transform: translateY(-3px);
  transform: scale(1.08);
  background: var(--primary-color);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon::before, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon::before {
  transform: rotate(360deg);
  background: repeating-conic-gradient(var(--primary-color) 0deg 10deg, transparent 10deg 20deg);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon span svg path, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon span svg path {
  fill: var(--white-color);
}
.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon, .animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon {
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.animation-btn-4 .common-slider__btn-next:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}
.animation-btn-4 .common-slider__btn-prev:hover svg {
  animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-5 .common-slider__btn-next, .animation-btn-5 .common-slider__btn-prev {
  cursor: pointer;
}
.animation-btn-5 .common-slider__btn-next .explore-btn__icon, .animation-btn-5 .common-slider__btn-prev .explore-btn__icon {
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.animation-btn-5 .common-slider__btn-next .explore-btn__icon::before, .animation-btn-5 .common-slider__btn-prev .explore-btn__icon::before {
  transition: transform 3.5s linear;
}
.animation-btn-5 .common-slider__btn-next .explore-btn__icon svg, .animation-btn-5 .common-slider__btn-prev .explore-btn__icon svg {
  transition: transform 0.35s ease;
}
.animation-btn-5 .common-slider__btn-next:hover .explore-btn__icon, .animation-btn-5 .common-slider__btn-prev:hover .explore-btn__icon {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}
.animation-btn-5 .common-slider__btn-next:hover .explore-btn__icon::before {
  transform: rotate(-360deg);
}
.animation-btn-5 .common-slider__btn-next:hover svg {
  animation: arrowMoveRight 0.8s ease infinite;
}
.animation-btn-5 .common-slider__btn-prev:hover .explore-btn__icon::before {
  transform: rotate(360deg);
}
.animation-btn-5 .common-slider__btn-prev:hover svg {
  animation: arrowMoveLeft 0.8s ease infinite;
}

@keyframes arrowMoveRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes arrowMoveLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
@keyframes doctorPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(4, 99, 250, 0.2);
  }
  70% {
    transform: scale(1.25);
    box-shadow: 0 0 0 12px rgba(4, 99, 250, 0);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
  10. Section Heading
----------------------------------------------------------------*/
.section-heading--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 768px) {
  .section-heading--split {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .section-heading--split__flex-column {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-heading--center {
  text-align: center;
}
.section-heading--center .section-heading__subtitle-wrapper {
  justify-content: center;
}
.section-heading--center .section-heading__title {
  margin: 0 auto;
}
.section-heading__left {
  max-width: 420px;
}
.section-heading__subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.section-heading__pill {
  display: inline-block;
  width: 26px;
  height: 12px;
  border-radius: 20px;
  background: linear-gradient(to right, var(--primary-color) 50%, #d8dde1 50%);
}
.section-heading__subtitle {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}
.section-heading__title {
  font-size: 48px;
  line-height: 54px;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-heading__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .section-heading__title {
    font-size: 32px;
    line-height: 37px;
  }
}
.section-heading__text {
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.section-heading.section-heading--white .section-heading__subtitle {
  color: var(--white-color);
}
.section-heading.section-heading--white .section-heading__title {
  color: var(--white-color);
}
.section-heading.section-heading--white .section-heading__text {
  color: var(--white-color);
}
.section-heading--w-397 .section-heading__title {
  max-width: min(100%, 397px);
}
.section-heading--w-444 .section-heading__title {
  max-width: min(100%, 444px);
}
.section-heading--w-457 .section-heading__title {
  max-width: min(100%, 457px);
}
.section-heading--w-462 .section-heading__title {
  max-width: min(100%, 462px);
}
.section-heading--w-508 .section-heading__title {
  max-width: min(100%, 508px);
}
.section-heading--w-534 .section-heading__title {
  max-width: min(100%, 534px);
}
.section-heading--w-584 .section-heading__title {
  max-width: min(100%, 584px);
}
.section-heading--w-588 .section-heading__title {
  max-width: min(100%, 588px);
}
.section-heading--w-627 .section-heading__title {
  max-width: min(100%, 627px);
}
.section-heading--w-645 .section-heading__title {
  max-width: min(100%, 645px);
}
.section-heading--w-652 .section-heading__title {
  max-width: min(100%, 652px);
}
.section-heading--w-690 .section-heading__title {
  max-width: min(100%, 690px);
}
.section-heading--w-763 .section-heading__title {
  max-width: min(100%, 763px);
}

/*--------------------------------------------------------------
  11. Avatar
----------------------------------------------------------------*/
.avatar-group {
  display: flex;
  align-items: center;
}
.avatar-group__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--white-color);
  margin-right: -20px;
  background: #ccc;
  flex-shrink: 0;
}
.avatar-group__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.avatar-group__item--plus {
  background: var(--primary-color);
  color: var(--white-color);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 14px;
  margin-right: 0;
}

.happy-clients {
  display: flex;
  justify-content: center;
}
.happy-clients__wrapper {
  background: #f8fafc;
  border: 2px solid #e5e7eb;
  border-radius: 80px;
  padding: 20px 40px;
  gap: 30px;
  opacity: 1;
  transition: all 0.8s ease;
}
@media (max-width: 768px) {
  .happy-clients__wrapper {
    border-radius: 25px;
    padding: 5px 10px;
  }
}
.happy-clients {
  /* Avatars */
}
.happy-clients__avatars {
  display: flex;
  align-items: center;
}
.happy-clients__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--white-color);
  margin-left: -30px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .happy-clients__avatar {
    width: 45px;
    height: 45px;
  }
}
.happy-clients__avatar:first-child {
  margin-left: 0;
}
.happy-clients__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.happy-clients__avatar {
  /* hover lift */
}
.happy-clients__avatar:hover {
  transform: translateY(-8px) scale(1.05);
  z-index: 2;
}
.happy-clients__avatar--more {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overlay */
}
.happy-clients__avatar--more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.happy-clients__avatar--more {
  /* border effect */
}
.happy-clients__avatar--more::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}
.happy-clients {
  /* Content */
}
.happy-clients__number {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0;
}
@media (max-width: 768px) {
  .happy-clients__number {
    font-size: 22px;
  }
}
.happy-clients__text {
  font-size: 16px;
  color: var(--body-color);
  margin: 0;
}
.happy-clients__plus {
  position: relative;
  z-index: 2;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
}

/*--------------------------------------------------------------
  12. Custom Input
----------------------------------------------------------------*/
.custom-select-box {
  position: relative;
  width: 100%;
}
.custom-select-box__input {
  width: 100%;
  height: 60px;
  padding: 0 70px 0 20px;
  border-radius: 5px;
  border: 1.5px solid rgba(4, 99, 250, 0.23);
  background: transparent;
  font-size: 16px;
  color: var(--body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.custom-select-box__input:focus {
  border-color: var(--primary-color);
  background: var(--white-color);
}
.custom-select-box {
  /* Right button */
}
.custom-select-box__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 16px;
  font-weight: 600;
}

/*--------------------------------------------------------------
  13. Breadcrumbs
----------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  min-height: 450px;
}
@media (max-width: 576px) {
  .breadcrumbs {
    min-height: 300px;
  }
}
.breadcrumbs .breadcrumbs-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.breadcrumbs .breadcrumbs-content__title {
  color: var(--white-color);
  font-size: 48px;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs-content__list {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 576px) {
  .breadcrumbs .breadcrumbs-content {
    top: 65%;
  }
}

/*--------------------------------------------------------------
  14. Map
----------------------------------------------------------------*/
.ak-google-map {
  height: 530px;
}
@media (max-width: 992px) {
  .ak-google-map {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .ak-google-map {
    height: 350px;
  }
}

.ak-google-map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}

/*--------------------------------------------------------------
  15. Scrollup
----------------------------------------------------------------*/
.ak-scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #fff;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: var(--black-color);
  border-radius: 50%;
}
.ak-scrollup:hover {
  background-color: var(--white-color);
  color: var(--black-color);
}

.ak-scrollup.ak-scrollup-show {
  bottom: 50px;
}

@media screen and (max-width: 991px) {
  .ak-scrollup {
    right: 15px;
  }
  .ak-scrollup.ak-scrollup-show {
    bottom: 50px;
  }
}
/*--------------------------------------------------------------
   16. Video Modal
----------------------------------------------------------------*/
.ak-pd-video .ak-video-open,
.ak-sample-img .ak-video-open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 68px;
  transition: all 0.3s ease;
  line-height: 48px;
}

.ak-video-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.ak-video-popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.ak-video-popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--white-color);
  transition: all 0.4s ease-out;
  opacity: 0;
}

.ak-video-popup.active .ak-video-popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.ak-video-popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.ak-video-popup.active .ak-video-popup-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ak-video-popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ak-video-popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.ak-video-popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ak-video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.ak-video-popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.ak-video-popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: var(--white-color);
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: var(--white-color);
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:hover:before,
.ak-video-popup-close:hover:after {
  background: var(--black-color);
}

.ak-video-popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.ak-video-popup-align {
  overflow: hidden;
}

/*End Video Popup*/
.video-home {
  height: 650px;
  width: 100%;
  overflow: hidden;
}

.ak-video-block.ak-style1 {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 0px;
}
.ak-video-block.ak-style1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.ak-video-block.ak-style1:hover::before {
  opacity: 1;
}
.ak-video-block.ak-style1.ak-size1 {
  height: 580px;
}
.ak-video-block.ak-style1.type_2 {
  height: 75px;
  width: 75px;
}

/* Start video section startup-agency page*/
.ak-digital-agency.ak-video-block.ak-style1 {
  height: 700px;
}

@media screen and (max-width: 991px) {
  .video-home {
    height: 400px;
  }
  .ak-digital-agency.ak-video-block.ak-style1 {
    height: 400px;
  }
}
/* End video section */
.video-btn-wapper__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-btn-wapper__video-play-btn span {
  font-size: 30px;
  text-transform: capitalize;
  font-style: italic;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
@media (max-width: 992px) {
  .video-btn-wapper__video-play-btn span {
    font-size: 22px;
  }
}

.ak-heartbeat-icon {
  width: 60px;
  height: 60px;
  position: relative;
}
.ak-heartbeat-icon.style2 {
  width: 156px;
  height: 156px;
}

.ak-heartbeat-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
  align-items: center;
  background-color: rgba(4, 99, 250, 0.7);
  justify-content: center;
}
.ak-heartbeat-btn.type-2 {
  width: 40px;
  height: 40px;
  padding: 20px;
}
.ak-heartbeat-btn.style2 {
  width: 110px;
  height: 110px;
}

.ak-heartbeat-btn:before,
.ak-heartbeat-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(4, 99, 250, 0.7);
}

.ak-heartbeat-btn:before {
  z-index: 0;
  animation: pulse-border 1500ms ease-out infinite;
}

.ak-heartbeat-btn.no-animation:before {
  z-index: 0;
  animation: none;
}

.ak-heartbeat-btn:after {
  z-index: 1;
  transition: all 200ms;
}

.ak-heartbeat-btn img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.ak-heartbeat-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  color: var(--white-color);
}
.ak-heartbeat-btn.style2 span {
  border-left: 23px solid currentColor;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.ak-heartbeat-btna:hover {
  color: var(--black-color);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
  17. Header
----------------------------------------------------------------*/
.ak-site_header {
  position: relative;
  z-index: 100001;
}

.ak-site-branding {
  display: inline-block;
  max-width: 180px;
}

@media (min-width: 1600px) {
  .ak-custom-container-one.container {
    max-width: 1550px;
  }
}
@media (min-width: 1700px) {
  .ak-custom-container-one.container {
    max-width: 1700px;
  }
}

.ak-nav .ak-nav_list > li > a {
  font-size: 18px;
  font-weight: 600;
}

.ak-site_header {
  position: absolute;
  width: 100%;
  left: 0px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.ak-site_header.ak-style1 .ak-main_header_in,
.ak-site_header.ak-style1 .ak-top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0px;
}
.ak-site_header.ak-style1 {
  /*   .ak-main-header-left {
  } */
}
.ak-site_header.ak-style1 .ak-main-header-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.ak-site_header.ak-style1 .ak-main-header-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ak-site_header.ak-style1 .ak-main-header-right .ak-search-btn {
  cursor: pointer;
}
.ak-site_header.ak-style1 .header-top {
  position: relative;
  padding: 0px 10px 0px 28px;
  height: 70px;
}
.ak-site_header.ak-style1 .header-top .wrapper {
  height: 100%;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.ak-site_header.ak-style1 .header-top .wrapper .header-logo {
  border-right: 0.3px solid #635542;
  display: flex;
  height: 0%;
  align-items: center;
  /* .logo {

  } */
}
.ak-site_header.ak-style1 .header-top .wrapper .center-log {
  margin-right: 88px;
}
@media (max-width: 768px) {
  .ak-site_header.ak-style1 .header-top .wrapper .center-log {
    margin-right: 0px;
  }
}
.ak-site_header.ak-style1 .header-top .top-main-menu {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0;
  z-index: -10;
  transition: all 0.5s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9058823529);
  display: flex;
  flex-direction: column;
  font-style: italic;
  list-style: none;
  justify-content: center;
  opacity: 1;
  height: 0;
}
.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-style: italic;
  color: var(--white-color);
  font-family: Baskervville;
  padding-left: 15%;
  padding-right: 5%;
  transition: all 0.5s ease-in-out;
}
.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li .top-main-menu-img {
  position: relative;
  opacity: 0;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 0%;
  height: 400px;
}
.ak-site_header.ak-style1 .header-top .top-main-menu li > a {
  display: none;
  font-size: 60px;
  line-height: 120%;
  display: inline-block;
  font-family: var(--heading-font-family);
}
.ak-site_header.ak-style1 .header-top .top-main-menu li > a:hover {
  transform: translateX(50px);
  color: var(--white-color);
}

.ak-nav .ak-nav_list ul a {
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 18px;
}

.ak-nav + .ak-toolbox {
  margin-left: 55px;
}

.ak-site_header.ak-style1.ak-sticky-active {
  background-color: rgba(0, 0, 0, 0.8549019608);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.ak-site_header.ak-style1 .ak-action_box {
  display: flex;
  align-items: center;
}
.ak-site_header.ak-style1 .ak-action_box .ak-action_value {
  margin-left: 15px;
}
.ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
  margin-right: 35px;
}
.ak-site_header.ak-style1 .ak-btn {
  padding: 13px 15px;
}

.ak-site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.ak-site_header_style1 {
  border-bottom: 1px solid var(--primary-color);
}
.ak-site_header_style1 .ak-main-header-center {
  display: flex;
  align-items: center;
}
.ak-site_header_style1 .ak-nav + .ak-header_toolbox.ak-center {
  margin-left: 35px;
}
.ak-site_header_style1 .ak-nav .ak-nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: rgba(0, 0, 0, 0.8549019608);
}

@media screen and (max-width: 1199px) {
  .ak-main_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-nav {
    display: flex;
  }
}
.ak-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak-sticky_header {
  position: absolute;
  width: 100%;
  z-index: 999;
  border-radius: 20px;
  background: var(--BG-color-Smoke-BG-color-1, #f1f2ff);
  backdrop-filter: blur(8px);
}

.ak-gescout_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  z-index: 999;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.ak-gescout_sticky.ak-gescout_show {
  opacity: 1;
  transform: translateY(0) !important;
}
@media (min-width: 1200px) {
  .ak-gescout_sticky.ak-gescout_show.healthcare-header {
    transform: translateY(15px) !important;
  }
}

.ak-site_branding {
  display: inline-block;
  position: relative;
  z-index: 11111;
}
.ak-site_branding img {
  max-height: 45px;
}

@media screen and (min-width: 1200px) {
  .ak-nav_list.ak-color_1 {
    color: var(--white-color);
  }
  .ak-nav_list.ak-color_1 ul {
    color: var(--black-color);
  }
  .ak-main_header_center,
  .ak-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ak-site_header.ak-style1 .ak-main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .ak-nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
    font-weight: 600;
    font-size: 18px;
  }
  .ak-nav .ak-nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .ak-nav .ak-nav_list > li {
    margin-right: 50px;
    height: 90px;
    text-transform: uppercase;
    color: var(--black-color);
    font-weight: 600;
  }
  .ak-nav .ak-nav_list > li:last-child {
    margin-right: 0;
  }
  .ak-nav .ak-nav_list > li > a {
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .ak-nav .ak-nav_list > li > ul {
    left: 0;
    top: calc(100% + 30px);
  }
  .ak-nav .ak-nav_list > li:hover > ul {
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
    position: relative;
  }
  .ak-nav .ak-nav_list ul {
    width: 260px;
    background-color: var(--white-color);
    position: absolute;
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0px 0px 5px 5px;
    transition: all 0.1s ease;
  }
  .ak-nav .ak-nav_list ul li:hover ul {
    top: 0px;
  }
  .ak-nav .ak-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .ak-nav .ak-nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 7px 20px;
  }
  .ak-nav .ak-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .ak-munu_toggle,
  .ak-munu_dropdown_toggle {
    display: none;
  }
  .ak-nav_black_section ul {
    position: relative;
    list-style: none;
    line-height: 65px;
    padding: 0px;
  }
  .ak-nav_black_section ul li {
    margin-top: 40px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .ak-nav_black_section.ak-font_changes .ak-style_1 ul li {
    font-size: 40px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .menu-item-has-black-section {
    position: relative;
  }
  .menu-item-has-black-section span {
    cursor: pointer;
  }
  .menu-item-has-black-section > a {
    position: relative;
  }
  .menu-item-has-black-section > ul {
    padding-left: 40px;
    display: none;
    list-style: none;
    line-height: 30px;
  }
  .menu-item-has-black-section > ul li {
    margin-top: 40px;
  }
  .ak-munu_dropdown_toggle_1 {
    position: absolute;
    height: 30px;
    width: 35px;
    right: 20px;
    top: 9px;
  }
  .ak-munu_dropdown_toggle_1:before, .ak-munu_dropdown_toggle_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background-color: var(--white-color);
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle_1:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle_1.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper {
    width: 1296px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    position: absolute;
    padding: 5px 15px 10px;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper a {
    padding: 5px 10px;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper a img {
    border-radius: 5px;
    border: 1px solid rgba(181, 181, 181, 0.1);
    transition: all 0.5s ease;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper a:hover img {
    border-color: var(--border-color);
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper > li {
    flex: 1;
    padding: 10px 0;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .ak-nav .ak-nav_list .ak-mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .ak-nav .ak-nav_list .ak-mega_menu:hover .ak-mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .ak-nav .ak-nav_list > li ul:not(.ak-mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
.ak-topbar {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
  font-weight: 600;
  line-height: 120%;
  z-index: 111;
}
.ak-topbar.topbar-bg {
  background: #eee;
  position: relative;
}
@media (max-width: 1200px) {
  .ak-topbar.topbar-bg {
    display: none;
  }
}
.ak-topbar.topbar-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  max-width: 550px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: var(--secendary-color);
}
@media (min-width: 1700px) {
  .ak-topbar.topbar-bg::after {
    max-width: 750px;
  }
}
.ak-topbar__logo {
  max-width: 185px;
  width: 100%;
}
.ak-topbar__content {
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .ak-topbar__content {
    justify-content: space-between;
  }
}
.ak-topbar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.ak-topbar__padding {
  padding: 0 0 20px 0;
  height: 100px;
  flex-wrap: nowrap;
}
.ak-topbar__left {
  align-items: center;
  gap: 20px;
  display: none;
}
@media (min-width: 1700px) {
  .ak-topbar__left {
    display: flex;
  }
}
.ak-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ak-topbar__email, .ak-topbar__time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black-color);
  text-decoration: none;
}
.ak-topbar__email i, .ak-topbar__time i {
  color: var(--primary-color);
}
.ak-topbar__email {
  border-right: 2px solid #8d8d8d;
  padding-right: 20px;
}
.ak-topbar__language {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ak-topbar__language select {
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  padding-right: 10px;
}
.ak-topbar__language {
  border-right: 2px solid #737373;
}
.ak-topbar__social {
  display: flex;
  gap: 20px;
  align-items: center;
  line-height: normal;
}
.ak-topbar__social a {
  color: var(--black-color);
  font-size: 16px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ak-topbar__social a:hover {
  color: var(--primary-color);
}
.ak-topbar.style-2 {
  display: none;
}

.nav-bar-border {
  opacity: 0.5;
  height: 1.5px;
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 100%;
}

.ak-menu-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-left: 0.3px solid #635542;
  padding-left: 20px;
  height: 100%;
}
.ak-menu-toggle .ak-menu-icon path {
  fill: none;
  stroke: var(--white-color);
  stroke-linecap: round;
}

.ak-site_header.ak-style1.ak-style2 {
  background: var(--secendary-color);
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .ak-site_header.ak-style1.ak-style2.ak-gescout_show {
    padding: 20px 0;
    backdrop-filter: blur(0px);
    transition: transform 0.45s ease, opacity 0.45s ease, padding 0.45s ease;
  }
}
@media screen and (min-width: 1200px) {
  .ak-site_header.ak-style1.ak-style2 {
    padding: 20px 0;
    background: transparent;
    transition: transform 0.45s ease, opacity 0.45s ease;
  }
  .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list > li {
    height: auto;
    margin-right: 0;
  }
  .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list > li a {
    font-family: var(--heading-font-family);
    text-transform: capitalize;
  }
  .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list > li .main-btn {
    height: auto;
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--Main-color-Theme-Color-1, #0463fa);
  }
  .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list > li:hover > ul {
    top: calc(100% + 10px);
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
  }
}

.ak-site_header.ak-style1.healthcare-header .ak-main-header-left {
  display: none;
}
@media (max-width: 1200px) {
  .ak-site_header.ak-style1.healthcare-header .ak-main-header-left {
    display: flex;
    margin-top: 10px;
  }
}
.ak-site_header.ak-style1.healthcare-header.ak-sticky_header {
  background: var(--secendary-color);
  backdrop-filter: blur(0px) !important;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .ak-site_header.ak-style1.healthcare-header.ak-sticky_header {
    background: transparent;
    transition: transform 0.45s ease, opacity 0.45s ease;
    transform: translateY(-35px);
  }
}
.ak-site_header.ak-style1.healthcare-header.ak-sticky_header .ak-main_header__wapper {
  background-color: var(--white-color);
  padding-left: 30px;
  border-radius: 10px;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-content {
  display: flex;
  gap: 55px;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn .call-info-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn .call-info-btn i {
  color: var(--white-color);
}
@media (max-width: 1400px) {
  .ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info {
    display: none;
  }
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-title {
  font-size: 14px;
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-number {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-number:hover {
  color: var(--primary-color);
}
.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--primary-color);
  padding: 36px 30px;
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1400px) {
  .ak-nav .ak-nav_list .ak-mega_wrapper {
    width: 1116px !important;
  }
  .ak-site-branding {
    max-width: 190px;
  }
  .ak-site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .ak-nav .ak-nav_list .ak-mega_wrapper {
    width: 100% !important;
  }
  .ak-site_header_full_width .container {
    padding: 0 15px;
  }
  .ak-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .ak-munu_dropdown_toggle:before, .ak-munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--body-color);
    transition: all 0.3s ease;
  }
  .ak-munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ak-munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .ak-nav .ak-nav_list {
    position: absolute;
    width: 100vw;
    left: -12px;
    background-color: rgba(28, 35, 89, 0.9411764706);
    padding: 10px 0;
    display: none;
    top: 0%;
    padding-top: 75px;
    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
  }
  .ak-nav .ak-nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .ak-nav .ak-nav_list a {
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    color: var(--white-color);
  }
  .ak-nav .ak-nav_list a:hover {
    color: var(--white-color);
  }
  .ak-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .ak-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .ak-munu_toggle span,
  .ak-munu_toggle span:before,
  .ak-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: var(--white-color);
    display: block;
  }
  .ak-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .ak-munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .ak-site_header.ak-style1 .ak-munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .ak-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .ak-toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .ak-header_toolbox {
    margin-right: 50px;
  }
  .ak-nav .ak-nav_list a {
    position: relative;
    text-transform: uppercase;
    color: var(--white-color);
  }
  .ak-nav .ak-nav_list a:hover {
    color: var(--white-color);
  }
  .ak-site_header.ak-style1 .ak-main_header_in {
    height: 80px;
    justify-content: start;
    margin: 0px;
  }
  .ak-hamburger span {
    height: 3px;
  }
  .ak-site_header .current-menu-item > a:before {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .ak-site_header.ak-style1 {
    top: 0;
    opacity: 1;
    transform: translateY(0) !important;
    border-radius: 0;
    background: var(--secendary-color);
  }
}
@media screen and (max-width: 1199px) and (max-width: 1200px) {
  .ak-site_header.ak-style1.dentist-header {
    background: rgba(189, 193, 237, 0.9882352941);
  }
}
@media screen and (max-width: 1199px) {
  .header-top {
    display: none;
  }
  .ak-main-header-right {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .ak-site_header .container {
    max-width: 100%;
  }
  .ak-site_header.ak-style1 .ak-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .ak-site_header.ak-style1 .ak-btn {
    padding: 8px;
  }
  .header-top {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .ak-site-branding {
    max-width: 150px;
  }
  .ak-hamburger_wrap .ak-hamburger {
    margin-right: 0;
  }
  .ak-site_branding img {
    max-height: 32px;
  }
  .ak-site_header.ak-style1 .ak-btn span {
    display: none;
  }
  .ak-site_header.ak-style1 .ak-btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
  .ak-main-header-right {
    display: none;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .ak-site_header.ak-style1 .ak-main-header-right {
    display: none;
  }
}
/*--------------------------------------------------------------
  18. Footer
----------------------------------------------------------------*/
.footer {
  padding: 0 20px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 576px) {
  .footer {
    padding: 0 15px 15px;
  }
}
.footer__rapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 1600px) {
  .footer__rapper {
    max-width: 100%;
    flex-direction: column;
  }
}
.footer__newsletter {
  background: var(--white-color);
  padding: 60px;
  max-width: 680px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.footer__newsletter .footer-avatar {
  position: absolute;
  right: 15px;
  top: 33px;
  width: 180px;
  height: 180px;
}
@media (max-width: 992px) {
  .footer__newsletter .footer-avatar {
    opacity: 0.2;
  }
}
@media (max-width: 1700px) {
  .footer__newsletter {
    max-width: 500px;
  }
}
@media (max-width: 1600px) {
  .footer__newsletter {
    max-width: 100%;
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .footer__newsletter {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .footer__newsletter {
    padding: 15px;
  }
}
.footer__subscribe-title {
  font-size: 20px;
  padding-bottom: 10px;
}
.footer__subscribe-text {
  font-size: 14px;
  padding-bottom: 30px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background-color: var(--white-color);
  padding: 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .footer__columns {
    padding: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer__columns {
    padding: 15px;
  }
}
.footer__col-title {
  font-size: 24px;
  line-height: 34px;
  position: relative;
}
.footer__col-title-divider {
  width: 198px;
  height: 3px;
  background-color: var(--border-color);
  margin-bottom: 30px;
}
.footer__col-title-divider::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  margin-top: 10px;
}
.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__col ul li {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--body-color);
  font-family: var(--body-font-family);
}
.footer__col ul li i {
  color: var(--primary-color);
  margin-right: 10px;
}
.footer__col ul li:last-child {
  margin-bottom: 0;
}
.footer__hours li {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
.footer__bottom {
  background-color: var(--white-color);
  padding: 45px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .footer__bottom {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer__bottom {
    padding: 15px;
  }
}
.footer__social {
  display: flex;
  gap: 10px;
}
.footer__social a {
  width: 35px;
  height: 35px;
  background: var(--secendary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
}
.footer__social a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.footer__copyright {
  text-align: right;
}
.footer__copyright p {
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--black-color);
}
.footer__copyright p a {
  color: var(--primary-color);
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__links {
  display: flex;
  gap: 15px;
}
.footer__links a {
  font-size: 16px;
  color: var(--black-color);
  text-decoration: none;
}
.footer__links a:hover {
  color: var(--primary-color);
}

.subscribe-form {
  display: flex;
  align-items: center;
  background: var(--secendary-color);
  border-radius: 40px;
  max-width: 490px;
  width: 100%;
  overflow: hidden;
}
.subscribe-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 20px 30px;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--body-font-family);
  width: 100%;
}
.subscribe-form input::-moz-placeholder {
  color: var(--white-color);
}
.subscribe-form input::placeholder {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .subscribe-form input {
    padding: 20px 15px;
  }
}
.subscribe-form button {
  border: none;
  padding: 24px 37px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  cursor: pointer;
  text-transform: uppercase;
  background: var(--primary-color);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .subscribe-form button {
    padding: 8px 10px;
    margin-right: 10px;
  }
}

.footer--style-two {
  background-color: var(--secendary-color);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
  /* =========================
     TOP AREA
  ========================= */
}
.footer--style-two__top {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .footer--style-two__top {
    margin-bottom: 60px;
  }
}
.footer--style-two__top-content {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer--style-two__top-content {
    flex-wrap: wrap;
  }
}
.footer--style-two__about-content {
  max-width: 338px;
  width: 100%;
}
@media (max-width: 992px) {
  .footer--style-two__about-content {
    max-width: 100%;
  }
}
.footer--style-two__link-category {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 796px;
}
@media (max-width: 992px) {
  .footer--style-two__link-category {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.footer--style-two__title {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
.footer--style-two__title::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  background-color: var(--primary-color);
  display: block;
  bottom: -20px;
  left: 0;
}
.footer--style-two__title::before {
  position: absolute;
  content: "";
  width: 63px;
  height: 2px;
  background-color: var(--white-color);
  display: block;
  margin-top: 20px;
  bottom: -20px;
  left: 30px;
}
.footer--style-two__desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: var(--white-color);
}
.footer--style-two {
  /* =========================
     SOCIAL
  ========================= */
}
.footer--style-two__social {
  display: flex;
  gap: 10px;
}
.footer--style-two__social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--white-color);
}
.footer--style-two__social-link:hover {
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}
.footer--style-two {
  /* =========================
     LIST
  ========================= */
}
.footer--style-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer--style-two__list-item {
  margin-bottom: 24px;
}
.footer--style-two__list-item:last-child {
  margin-bottom: 0;
}
.footer--style-two__list-link {
  font-size: 16px;
  color: var(--white-color);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer--style-two__list-link:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}
.footer--style-two {
  /* =========================
     CTA SECTION
  ========================= */
}
.footer--style-two__cta {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 35px 50px;
}
.footer--style-two__cta--two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer--style-two__cta {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .footer--style-two__cta {
    padding: 20px 15px;
  }
}
.footer--style-two__logo img {
  max-width: 220px;
  height: auto;
}
@media (max-width: 1200px) {
  .footer--style-two__logo img {
    max-width: 175px;
  }
}
@media (max-width: 576px) {
  .footer--style-two__logo img {
    max-width: 145px;
  }
}
.footer--style-two__contact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer--style-two__contact.style2 {
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1200px) {
  .footer--style-two__contact.style2 {
    width: 100%;
    gap: 30px;
  }
}
.footer--style-two__contact-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer--style-two__contact-item i {
  font-size: 55px;
  color: var(--white-color);
}
@media (max-width: 1200px) {
  .footer--style-two__contact-item i {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .footer--style-two__contact-item i {
    font-size: 28px;
  }
}
.footer--style-two__contact-item--divider {
  width: 1px;
  height: 60px;
  background-color: var(--white-color);
  opacity: 0.3;
}
@media (max-width: 768px) {
  .footer--style-two__contact-item--divider {
    display: none;
  }
}
.footer--style-two__contact-label {
  display: block;
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 5px;
  font-family: var(--body-font-family);
}
.footer--style-two__contact-text {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin: 0;
}
@media (max-width: 992px) {
  .footer--style-two__contact-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .footer--style-two__contact-text {
    font-size: 20px;
  }
}
.footer--style-two {
  /* =========================
     BOTTOM AREA
  ========================= */
}
.footer--style-two__bottom {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer--style-two__bottom {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.footer--style-two__copyright {
  font-size: 16px;
  margin: 0;
  color: var(--white-color);
}
.footer--style-two__copyright .brand-name {
  color: var(--primary-color);
  text-decoration: none;
}
.footer--style-two__copyright .brand-name:hover {
  text-decoration: underline;
  color: var(--white-color);
}
.footer--style-two__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer--style-two__link {
  font-size: 16px;
  color: var(--white-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer--style-two__link:hover {
  color: var(--primary-color);
}

.medical-footer {
  position: relative;
  background-color: transparent;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__logo-wapper {
    width: 100%;
    gap: 30px !important;
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__bottom {
    flex-wrap: wrap;
    gap: 30px;
    padding: 25px !important;
  }
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__contact-item--divider {
    display: none;
  }
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__contact {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .medical-footer .footer--style-two__widget--open-time {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__about-content {
    max-width: 650px;
  }
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__top-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__desc {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__link-category {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .medical-footer .footer--style-two__link-category {
    gap: 30px;
  }
}
.medical-footer .footer--style-two__cta {
  border-radius: 10px 10px 0 0;
  background: transparent;
  padding: 0 0 40px;
}
.medical-footer .footer--style-two__bottom {
  background-color: var(--white-color);
  align-items: flex-end;
}
.medical-footer .footer--style-two__copyright {
  color: var(--black-color);
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__copyright {
    max-width: 320px;
    width: 100%;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .medical-footer .footer--style-two__copyright {
    width: 100%;
  }
}
.medical-footer .footer--style-two__links {
  color: var(--black-color);
}
.medical-footer .footer--style-two__link {
  color: var(--black-color);
}
.medical-footer .footer--style-two__bottom {
  border-radius: 10px 10px 0 0;
  padding: 40px;
}
.medical-footer .footer--style-two__copyright-link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__copyright-link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .medical-footer .footer--style-two__copyright-link {
    flex-wrap: wrap;
  }
}
.medical-footer .footer--style-two__title::after {
  background-color: var(--black-color);
}
.medical-footer .footer--style-two__logo-wapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.medical-footer .footer--style-two__logo-wapper .footer-logo {
  display: inline-block;
}
@media (max-width: 768px) {
  .medical-footer .footer--style-two__logo-wapper .footer-logo {
    max-width: 150px;
  }
}
.medical-footer .footer--style-two__logo-wapper .social-btns__wapper {
  display: flex;
}
@media (max-width: 992px) {
  .medical-footer .footer--style-two__logo-wapper .social-btns__wapper {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .medical-footer .footer--style-two__logo-wapper .social-btns__wapper .social-btn {
    font-size: 14px;
    padding: 4px 8px;
    line-height: 28px;
  }
}
.medical-footer .footer--style-two__newsletter {
  display: flex;
  max-width: 363px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__newsletter {
    max-width: 100%;
  }
}
.medical-footer .footer--style-two__newsletter .newsletter-input {
  max-width: 307px;
  width: 100%;
  border: 1px solid var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding: 20px 20px;
  border-radius: 10px;
  outline: none;
  background: var(--white-color);
}
@media (max-width: 1200px) {
  .medical-footer .footer--style-two__newsletter .newsletter-input {
    max-width: 100%;
  }
}
.medical-footer .footer--style-two__newsletter .newsletter-input__btn {
  max-width: 56px;
  background-color: var(--black-color);
  border-radius: 10px;
  padding: 20px 21px;
}
.medical-footer .footer--style-two__newsletter .newsletter-input__btn i {
  transform: rotate(300deg);
  font-size: 18px;
}
.medical-footer .footer--style-two__newsletter .newsletter-input:focus {
  border: 1px solid var(--white-color);
  outline: none;
}

/*--------------------------------------------------------------
  19. Hero
----------------------------------------------------------------*/
.healthcare-hero {
  position: relative;
}
.healthcare-hero__wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.healthcare-hero__content {
  position: absolute;
  max-width: 665px;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .healthcare-hero__content {
    left: 15px;
    right: 15px;
  }
}
.healthcare-hero__subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  padding-bottom: 15px;
}
.healthcare-hero__title {
  font-size: 74px;
  color: var(--white-color);
  line-height: 84px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .healthcare-hero__title {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 576px) {
  .healthcare-hero__title {
    font-size: 52px;
    line-height: 55px;
  }
}
.healthcare-hero__desp {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 35px;
}
.healthcare-hero__btn-content {
  display: flex;
  gap: 11px;
}
@media (max-width: 576px) {
  .healthcare-hero__btn-content {
    flex-wrap: wrap;
  }
}

.healthcare-hero__animation:not(.animated) .healthcare-hero__subtitle {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.healthcare-hero__animation:not(.animated) .healthcare-hero__title {
  opacity: 0;
  transform: translate3d(0, 38px, 0);
}
.healthcare-hero__animation:not(.animated) .healthcare-hero__desp {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}
.healthcare-hero__animation:not(.animated) .tp-btn {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}
.healthcare-hero__animation:not(.animated) .avatar-group__item {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.9);
}
.healthcare-hero__animation .healthcare-hero__subtitle,
.healthcare-hero__animation .healthcare-hero__title,
.healthcare-hero__animation .healthcare-hero__desp,
.healthcare-hero__animation .tp-btn,
.healthcare-hero__animation .avatar-group__item {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.healthcare-hero__animation.is-animating .healthcare-hero__subtitle,
.healthcare-hero__animation.is-animating .healthcare-hero__title,
.healthcare-hero__animation.is-animating .healthcare-hero__desp,
.healthcare-hero__animation.is-animating .tp-btn,
.healthcare-hero__animation.is-animating .avatar-group__item {
  will-change: transform, opacity;
}
.healthcare-hero__animation .tp-btn {
  transition: transform 0.35s ease;
}
.healthcare-hero__animation .tp-btn:hover {
  transform: translateY(-3px);
}
.healthcare-hero__animation .tp-btn__circle svg {
  transition: transform 0.35s ease;
}
.healthcare-hero__animation .tp-btn:hover .tp-btn__circle svg {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .healthcare-hero__animation .healthcare-hero__subtitle,
  .healthcare-hero__animation .healthcare-hero__title,
  .healthcare-hero__animation .healthcare-hero__desp,
  .healthcare-hero__animation .tp-btn,
  .healthcare-hero__animation .avatar-group__item {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
.dental-hero {
  border-radius: 10px;
  margin-top: 111px;
}
@media (max-width: 1200px) {
  .dental-hero {
    margin-top: 50px;
  }
}
.dental-hero__wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1400px) {
  .dental-hero__wrapper {
    min-height: 741px;
  }
}
@media (max-width: 768px) {
  .dental-hero__wrapper {
    min-height: 500px;
  }
}
.dental-hero__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .dental-hero__inner {
    justify-content: center;
  }
}
.dental-hero__content {
  margin: 75px 90px 150px;
  max-width: 1273px;
}
@media (max-width: 1400px) {
  .dental-hero__content {
    margin: 0 35px;
  }
}
@media (max-width: 768px) {
  .dental-hero__content {
    margin: 0 15px;
  }
}
.dental-hero__heading {
  font-size: 90px;
  color: var(--white-color);
  margin-bottom: 40px;
  line-height: 105px;
}
@media (max-width: 1400px) {
  .dental-hero__heading {
    font-size: 75px;
    line-height: 85px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .dental-hero__heading {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 768px) {
  .dental-hero__heading {
    font-size: 52px;
    line-height: 55px;
  }
}
.dental-hero__text {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 28px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  max-width: 669px;
}
@media (max-width: 768px) {
  .dental-hero__text {
    font-size: 18px;
  }
}
.dental-hero__play-btn .ak-heartbeat-icon {
  width: 80px;
  height: 73px;
}
.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn {
  background-color: var(--white-color);
}
.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn::before {
  background-color: var(--white-color);
}
.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn::after {
  background-color: var(--white-color);
}
.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn span {
  color: var(--primary-color);
}
.dental-hero__services {
  margin-top: 80px;
  max-width: 765px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1400px) {
  .dental-hero__services {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .dental-hero__services {
    display: none;
  }
}
.dental-hero__services--wapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.dental-hero__services .text-moving-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1e699d 0%, rgba(255, 74, 35, 0) 50%, #1e699d 120%);
  z-index: 1;
}
.dental-hero__service-item {
  background-color: var(--white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
}
.dental-hero__service--icon {
  width: 30px;
  height: 30px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dental-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.dental-hero__animation:not(.animated) .dental-hero__heading {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translate3d(0, 28px, 0);
}
.dental-hero__animation:not(.animated) .dental-hero__text {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}
.dental-hero__animation:not(.animated) .tp-btn,
.dental-hero__animation:not(.animated) .dental-hero__play-btn {
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.96);
}
.dental-hero__animation:not(.animated) .dental-hero__services--wapper {
  opacity: 0;
  transform: translate3d(-35px, 0, 0);
}
.dental-hero__animation:not(.animated) .dental-hero__service-item,
.dental-hero__animation:not(.animated) .dental-hero__service--icon {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.94);
}
.dental-hero__animation .dental-hero__heading,
.dental-hero__animation .dental-hero__text,
.dental-hero__animation .tp-btn,
.dental-hero__animation .play-btn,
.dental-hero__animation .dental-hero__services--wapper,
.dental-hero__animation .dental-hero__service-item,
.dental-hero__animation .dental-hero__service--icon {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.dental-hero__animation.is-animating .dental-hero__heading,
.dental-hero__animation.is-animating .dental-hero__text,
.dental-hero__animation.is-animating .tp-btn,
.dental-hero__animation.is-animating .play-btn,
.dental-hero__animation.is-animating .dental-hero__services--wapper,
.dental-hero__animation.is-animating .dental-hero__service-item,
.dental-hero__animation.is-animating .dental-hero__service--icon {
  will-change: transform, opacity, clip-path;
}
.dental-hero__animation .tp-btn {
  transition: transform 0.35s ease;
}
.dental-hero__animation .tp-btn:hover {
  transform: translateY(-3px);
}
.dental-hero__animation .tp-btn__circle svg {
  transition: transform 0.35s ease;
}
.dental-hero__animation .tp-btn:hover .tp-btn__circle svg {
  transform: rotate(45deg);
}
.dental-hero__animation .play-btn {
  transition: transform 0.35s ease;
}
.dental-hero__animation .play-btn:hover {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .dental-hero__animation .dental-hero__heading,
  .dental-hero__animation .dental-hero__text,
  .dental-hero__animation .tp-btn,
  .dental-hero__animation .play-btn,
  .dental-hero__animation .dental-hero__services--wapper,
  .dental-hero__animation .dental-hero__service-item,
  .dental-hero__animation .dental-hero__service--icon {
    opacity: 1;
    clip-path: none;
    transform: none;
    animation: none;
    transition: none;
  }
}
.dental-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-top: 20px;
  background-color: var(--bg-light);
}
@media (max-width: 1600px) {
  .dental-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .dental-services__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dental-services__card {
  background: #f1f2ff;
  border-radius: 20px;
  padding: 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dental-services__card {
    min-height: 322px;
    padding: 20px;
  }
}
.dental-services__card-title {
  font-size: 24px;
  margin-bottom: 115px;
  font-family: var(--heading-font-family);
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .dental-services__card-title {
    margin-bottom: 60px;
  }
}
.dental-services__card-title.two-title {
  margin-bottom: 30px;
  color: var(--white-color);
}
.dental-services__card-title.open-hours {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.dental-services__card-text {
  font-size: 18px;
  font-weight: 600;
}
.dental-services__card--skilled {
  background-color: #f1f2ff;
}
.dental-services__card--image-overlay {
  background-size: cover;
  background-position: center;
  color: var(--white-color);
  justify-content: flex-end;
}
.dental-services__card--profile {
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  padding: 0;
}
.dental-services__avatars {
  display: flex;
  margin-bottom: 30px;
}
.dental-services__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  margin-right: -20px;
  background: #ccc;
}
.dental-services__avatar--plus {
  background: var(--primary-color);
  color: var(--white-color);
  display: grid;
  place-items: center;
  font-weight: bold;
  margin-right: 0;
}
.dental-services__overlay-content {
  position: relative;
  z-index: 1;
}
.dental-services__pills {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.dental-services__pill {
  padding: 10px 15px;
  border: 2px solid var(--white-color);
  border-radius: 19px;
  font-size: 16px;
  line-height: 16px;
  color: var(--white-color);
  font-weight: 600;
}
.dental-services__hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dental-services__hours-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 18px;
  color: var(--body-color);
}
.dental-services__hours-item:last-child {
  padding-bottom: 0;
}
.dental-services__hours-item:first-child {
  padding-top: 0;
}
.dental-services__hours-item--highlight {
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: none;
}
.dental-services__contact-info {
  background: rgba(255, 255, 255, 0.2392156863);
  backdrop-filter: blur(35px);
  padding: 30px;
  color: var(--white-color);
  margin: 30px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .dental-services__contact-info {
    margin: 15px;
  }
}
.dental-services__contact-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
.dental-services__contact-text:first-child {
  margin-bottom: 25px;
}
.dental-services__action-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.medical-hero {
  position: relative;
  overflow: hidden;
}
.medical-hero__wapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 768px) {
  .medical-hero__wapper {
    min-height: auto;
  }
}
.medical-hero__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.medical-hero__top {
  position: relative;
  overflow: hidden;
}
.medical-hero__img {
  position: absolute;
  max-width: 543px;
  max-height: 673px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
@media (max-width: 992px) {
  .medical-hero__img {
    max-width: 443px;
    max-height: 573px;
  }
}
@media (max-width: 576px) {
  .medical-hero__img {
    max-width: 360px;
    max-height: 460px;
  }
}
.medical-hero__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 29%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  font-size: 198px;
  line-height: 84px;
  text-align: center;
  width: 100%;
  font-size: clamp(120px, 12vw, 198px);
}
@media (max-width: 992px) {
  .medical-hero__title {
    line-height: 110px;
  }
}
.medical-hero__content {
  height: 100vh;
}
@media (max-width: 768px) {
  .medical-hero__content {
    height: 750px;
  }
}
.medical-hero__bottom-info {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  width: 100%;
}
.medical-hero__bottom-info-wrapper {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.medical-hero__counter {
  max-width: 265px;
}
.medical-hero__counter-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--white-color);
  padding: 10px 0;
}
.medical-hero__counter-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
}
@media (max-width: 768px) {
  .medical-hero__counter {
    display: none;
  }
}
.medical-hero__desc {
  max-width: 305px;
}
@media (max-width: 768px) {
  .medical-hero__desc {
    max-width: 100%;
  }
}
.medical-hero__desc-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 30px;
}

.medical-hero__animation:not(.animated) .medical-hero__title {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 70px)) scale(0.96);
}
.medical-hero__animation:not(.animated) .medical-hero__img {
  opacity: 0;
  transform: translate(-50%, 70px) scale(0.96);
}
.medical-hero__animation:not(.animated) .medical-hero__counter {
  opacity: 0;
  transform: translate3d(-45px, 0, 0);
}
.medical-hero__animation:not(.animated) .avatar-group__item {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.6);
}
.medical-hero__animation:not(.animated) .medical-hero__desc-text,
.medical-hero__animation:not(.animated) .medical-hero__btn {
  opacity: 0;
  transform: translate3d(45px, 0, 0);
}
.medical-hero__animation .medical-hero__title,
.medical-hero__animation .medical-hero__img,
.medical-hero__animation .medical-hero__counter,
.medical-hero__animation .medical-hero__desc-text,
.medical-hero__animation .medical-hero__btn,
.medical-hero__animation .avatar-group__item {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.medical-hero__animation .medical-hero__img {
  transform-origin: center bottom;
}
.medical-hero__animation .tp-btn {
  transition: transform 0.35s ease;
}
.medical-hero__animation .tp-btn:hover {
  transform: translateY(-3px);
}
.medical-hero__animation .tp-btn__circle svg {
  transition: transform 0.35s ease;
}
.medical-hero__animation .tp-btn:hover .tp-btn__circle svg {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .medical-hero__animation .medical-hero__title,
  .medical-hero__animation .medical-hero__img,
  .medical-hero__animation .medical-hero__counter,
  .medical-hero__animation .medical-hero__desc-text,
  .medical-hero__animation .medical-hero__btn,
  .medical-hero__animation .avatar-group__item {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}
/*--------------------------------------------------------------
  20. Process
----------------------------------------------------------------*/
.working-process-slider {
  display: flex;
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.working-process-slider__border-radius {
  border-radius: 30px;
}
.working-process-slider__container {
  padding: 0 35px;
}
.working-process-slider__container .section-heading {
  padding: 0 90px;
}
@media (max-width: 1400px) {
  .working-process-slider__container .section-heading {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .working-process-slider__container {
    padding: 0 15px;
  }
}
.working-process-slider__item {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .working-process-slider__item {
    flex-direction: column;
  }
}
.working-process-slider__right {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  background-color: var(--white-color);
  justify-content: center;
  padding: 25px;
  gap: 30px;
}
@media (max-width: 1600px) {
  .working-process-slider__right {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .working-process-slider__right {
    gap: 15px;
  }
}
.working-process-slider__left {
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 216px;
  width: 100%;
  gap: 20px;
  padding: 15px;
}
.working-process-slider__left img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
}
@media (max-width: 1600px) {
  .working-process-slider__left {
    max-width: 100%;
  }
}
.working-process-slider__title {
  font-size: 24px;
  color: var(--white-color);
  line-height: 24px;
}
.working-process-slider__subtitle {
  color: var(--white-color);
  line-height: 16px;
}
.working-process-slider__desc {
  font-size: 16px;
  line-height: 16px;
}

.healthcare-working-process__wapper {
  position: relative;
}
.healthcare-working-process__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .healthcare-working-process__line {
    display: none;
  }
}
.healthcare-working-process__items {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .healthcare-working-process__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .healthcare-working-process__items {
    justify-content: center;
  }
}
.healthcare-working-process__item-bottom {
  background-color: var(--white-color);
  filter: drop-shadow(0 5px 44px rgba(0, 0, 0, 0.23));
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}
.healthcare-working-process__item-bottom svg {
  max-width: 42px;
  max-height: 42px;
}
.healthcare-working-process__item-bottom {
  padding: 8px;
}
.healthcare-working-process__item {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 306px;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .healthcare-working-process__item {
    gap: 30px;
  }
}
.healthcare-working-process__item.item-1 .healthcare-working-process__item-bottom {
  position: absolute;
  top: 23%;
  right: -7%;
  z-index: 1;
}
.healthcare-working-process__item.item-2 .healthcare-working-process__item-bottom {
  position: absolute;
  bottom: 31%;
  right: 40%;
  z-index: 1;
}
.healthcare-working-process__item.item-3 .healthcare-working-process__item-bottom {
  position: absolute;
  top: 23%;
  left: -7%;
  z-index: 1;
}
.healthcare-working-process__item-top {
  height: 100%;
}
.healthcare-working-process__item-title {
  font-size: 30px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .healthcare-working-process__item-title {
    font-size: 24px;
  }
}
.healthcare-working-process__item-desp {
  font-size: 16px;
}

.healthcare-working-process__animation .healthcare-working-process__item-bottom {
  transform-origin: center center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, filter;
}
.healthcare-working-process__animation .healthcare-working-process__item-bottom svg {
  overflow: visible;
}
.healthcare-working-process__animation .healthcare-working-process__line-path {
  animation: healthcareLineFlow 1.6s linear infinite;
}
.healthcare-working-process__animation .healthcare-working-process__item-bottom.is-active {
  filter: drop-shadow(0 10px 22px rgba(4, 99, 250, 0.22));
}

@keyframes healthcareLineFlow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -24;
  }
}
@media (prefers-reduced-motion: reduce) {
  .healthcare-working-process__animation .healthcare-working-process__line-path {
    animation: none;
  }
  .healthcare-working-process__animation .healthcare-working-process__item-bottom {
    transform: none;
    filter: none;
  }
}
/*--------------------------------------------------------------
 21. About
----------------------------------------------------------------*/
.dental-about {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.dental-about__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .dental-about__wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .dental-about__wrapper {
    flex-direction: column;
  }
}
.dental-about__left-content {
  max-width: 533px;
  width: 100%;
}
.dental-about__right-content {
  max-width: 690px;
  width: 100%;
}
.dental-about__image-wrapper {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  z-index: 1;
}
.dental-about__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 63%;
  background-color: var(--primary-color);
  border-radius: 12px;
  z-index: -1;
}
.dental-about__image {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dental-about__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
@media (max-width: 1400px) {
  .dental-about__features {
    grid-template-columns: 1fr;
  }
}
.dental-about__feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: var(--black-color);
  font-family: var(--body-font-family);
  font-weight: 600;
}
.dental-about__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dental-about__feature-icon svg {
  font-size: 18px;
}
.dental-about__bottom-cards {
  position: relative;
  z-index: 5;
  top: -101px;
  max-width: 900px;
  width: 100%;
  display: flex;
}
@media (max-width: 1400px) {
  .dental-about__bottom-cards {
    max-width: 100%;
    top: 0;
    margin: 60px 0 100px 0;
  }
}
@media (max-width: 768px) {
  .dental-about__bottom-cards {
    margin: 60px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .dental-about__bottom-cards > * {
    padding: 0;
  }
}

.dental-about-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
}
.dental-about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(4, 99, 250, 0.85);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.dental-about-card:hover::before {
  opacity: 1;
}
.dental-about-card:hover .dental-about-card__img {
  transform: scale(1.1);
}
.dental-about-card:hover .dental-about-card__title {
  bottom: 25px;
}
.dental-about-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.dental-about-card__title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  z-index: 3;
  margin: 0;
  transition: all 0.4s ease;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .dental-about-card__title {
    font-size: 24px;
  }
}

.healthcare-about__wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .healthcare-about__wrapper {
    flex-direction: column;
  }
}
.healthcare-about__img-centent {
  max-width: 604px;
  width: 100%;
  position: relative;
}
.healthcare-about__opening-hour {
  max-width: 272px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 0px;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--primary-color);
}
@media (max-width: 1400px) {
  .healthcare-about__opening-hour {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .healthcare-about__opening-hour {
    max-width: 272px;
  }
}
@media (max-width: 768px) {
  .healthcare-about__opening-hour {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .healthcare-about__opening-hour {
    max-width: 100%;
    margin-top: 30px;
    position: relative;
  }
}
.healthcare-about__opening-hour--title {
  font-size: 18px;
  margin-bottom: 22px;
  color: var(--white-color);
}
.healthcare-about__opening-hour--lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.healthcare-about__opening-hour--list-tiem {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.healthcare-about__info {
  max-width: 645px;
  width: 100%;
}
@media (max-width: 1200px) {
  .healthcare-about__info {
    max-width: 100%;
  }
}
.healthcare-about__group-list {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--smoke-bg-color);
  margin: 30px 0;
  max-width: 595px;
}
.healthcare-about__list-title {
  color: var(--black-color);
  line-height: 23px;
}
.healthcare-about__btn-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 576px) {
  .healthcare-about__btn-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.healthcare-about__btn-call {
  display: flex;
  gap: 15px;
  align-items: center;
}
.healthcare-about__btn-call p {
  margin-bottom: 5px;
  font-size: 14px;
}
.healthcare-about__btn-call a {
  color: var(--black-color);
  font-size: 20px;
  font-family: var(--heading-font-family);
}

.medical-care-hope__wapper {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .medical-care-hope__wapper {
    gap: 40px;
    flex-direction: column;
  }
}
.medical-care-hope__content {
  max-width: 512px;
}
.medical-care-hope__item-icon {
  padding: 15px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .medical-care-hope__item-icon {
    padding: 10px;
  }
}
.medical-care-hope__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.medical-care-hope__item {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 768px) {
  .medical-care-hope__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.medical-care-hope__item-title {
  font-size: 24px;
}
@media (max-width: 768px) {
  .medical-care-hope__item-title {
    font-size: 22px;
  }
}
.medical-care-hope__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.medical-care-hope__img-content {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  gap: 26px;
}
@media (max-width: 1400px) {
  .medical-care-hope__img-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.medical-care-hope__image-area {
  height: 100%;
}
@media (max-width: 1400px) {
  .medical-care-hope__image-area {
    display: none;
  }
}
.medical-care-hope__main-image-tag {
  height: 100%;
}
.medical-care-hope__video-card {
  position: absolute;
  opacity: 1;
  right: 0;
  top: 80px;
}
@media (max-width: 1400px) {
  .medical-care-hope__video-card {
    position: relative;
    opacity: 1;
    right: auto;
    top: auto;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .medical-care-hope__video-image {
    width: 100%;
  }
}
.medical-care-hope__doctor-info {
  text-align: center;
}
.medical-care-hope__title {
  margin-top: 10px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .medical-care-hope__title {
    font-size: 22px;
  }
}
.medical-care-hope__doctor-content {
  max-width: 255px;
  text-align: center;
}
.medical-care-hope__designation {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .medical-care-hope__designation {
    margin-bottom: 10px;
  }
}
.medical-care-hope__phone {
  font-size: 20px;
  color: var(--black-color);
}
@media (max-width: 768px) {
  .medical-care-hope__phone {
    font-size: 18px;
  }
}
.medical-care-hope__phone-icon {
  color: var(--primary-color);
  padding-right: 10px;
}
.medical-care-hope__rating-icon {
  color: var(--primary-color);
}
.medical-care-hope__video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
 22. Team
----------------------------------------------------------------*/
.dental-quality {
  border-radius: 30px;
  background: linear-gradient(0deg, #8cb8ff 0%, rgba(155, 185, 233, 0.1) 100%);
  padding: 120px 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .dental-quality {
    padding: 60px 0px;
  }
}
@media (max-width: 576px) {
  .dental-quality {
    padding-bottom: 15px;
  }
}
.dental-quality__wrapper {
  display: flex;
  gap: 100px;
}
@media (max-width: 1600px) {
  .dental-quality__wrapper {
    flex-direction: column;
    gap: 60px;
    position: relative;
  }
}
@media (max-width: 992px) {
  .dental-quality__wrapper {
    gap: 40px;
  }
}
.dental-quality__content-wrapper {
  display: flex;
  gap: 100px;
  width: 100%;
}
@media (max-width: 992px) {
  .dental-quality__content-wrapper {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .dental-quality__content-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.dental-quality__floating-img {
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 1600px) {
  .dental-quality__floating-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.dental-quality__floating-img img {
  max-width: 296px;
  animation: qualityFloat 4s ease-in-out infinite;
}
@media (max-width: 992px) {
  .dental-quality__floating-img img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .dental-quality__floating-img img {
    max-width: 150px;
  }
}
.dental-quality__col--left {
  max-width: 446px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .dental-quality__col--left {
    max-width: 100%;
  }
}
.dental-quality__col--middle {
  max-width: 532px;
  width: 100%;
}
.dental-quality__col--right {
  max-width: 525px;
  width: 100%;
}

@keyframes qualityFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.quality-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quality-list__item--active .quality-list__link {
  color: var(--primary-color);
}
.quality-list__item--active .quality-list__link svg path {
  fill: var(--primary-color);
}
.quality-list__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border-bottom: 1px dashed rgba(19, 23, 29, 0.15);
}
@media (max-width: 992px) {
  .quality-list__item::after {
    margin: 20px 0;
  }
}
.quality-list:last-child::after {
  margin: 30px 0px 0 0;
}
@media (max-width: 992px) {
  .quality-list:last-child::after {
    margin: 0;
  }
}
.quality-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .quality-list__link {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .quality-list__link {
    font-size: 22px;
  }
}
.quality-list__link svg {
  transition: transform 0.3s ease;
}
.quality-list__link svg path {
  transition: transform 0.3s ease;
  fill: var(--black-color);
}
.quality-list__link:hover {
  color: var(--primary-color);
}
.quality-list__link:hover svg {
  transform: translateX(5px);
}
.quality-list__link:hover svg path {
  fill: var(--primary-color);
}

.quality-preview__img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality-preview__title {
  font-size: 30px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--heading-color);
  margin: 0;
}
@media (max-width: 992px) {
  .quality-preview__title {
    font-size: 26px;
  }
}
.quality-preview__text {
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
  margin: 0;
}
.quality-preview__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}
.quality-preview__link .quality-preview__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.quality-preview__link:hover .quality-preview__icon {
  transform: translateX(5px);
}

.doctors-team__cards-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 120px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}
.doctors-team__cards-list > * {
  width: calc(25% - 30px);
}
@media (max-width: 1200px) {
  .doctors-team__cards-list > * {
    width: calc(33% - 30px);
  }
}
@media (max-width: 992px) {
  .doctors-team__cards-list > * {
    width: calc(45% - 20px);
  }
}
@media (max-width: 768px) {
  .doctors-team__cards-list > * {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .doctors-team__cards-list > * {
    width: 100%;
  }
}
.doctors-team__lists {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  .doctors-team__lists {
    flex-wrap: wrap;
    row-gap: 90px;
  }
}
@media (max-width: 1200px) {
  .doctors-team__lists > * {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1200px) {
  .doctors-team__lists > * {
    width: calc(100% - 8px);
  }
}
.doctors-team__card:hover .doctors-team__card-top::after {
  background: var(--primary-color);
}
.doctors-team__card-top {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.doctors-team__card-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secendary-color);
  z-index: -1;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.doctors-team__card-shape-bg {
  position: relative;
  z-index: 13;
}
@media (max-width: 768px) {
  .doctors-team__card-shape-bg {
    max-height: 250px;
  }
}
.doctors-team__card-title {
  position: absolute;
  left: 35px;
  bottom: 70px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .doctors-team__card-title {
    left: 20px;
    bottom: 30px;
  }
}
.doctors-team__vertical-text {
  font-size: 36px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
@media (max-width: 1400px) {
  .doctors-team__vertical-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .doctors-team__vertical-text {
    font-size: 26px;
  }
}
.doctors-team {
  /* Image */
}
.doctors-team__image img {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 308px;
  max-height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .doctors-team__image img {
    max-width: 245px;
  }
}
.doctors-team {
  /* Content */
}
.doctors-team__content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doctors-team__name {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--heading-font-family);
  margin: 0;
}
@media (max-width: 1400px) {
  .doctors-team__name {
    font-size: 22px;
  }
}
.doctors-team__designation {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}
@media (max-width: 1400px) {
  .doctors-team__designation {
    font-size: 16px;
  }
}

.medical-doctors-team {
  border-radius: 30px;
  background: linear-gradient(180deg, #0463fa 0%, rgba(155, 185, 233, 0.05) 100%);
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .medical-doctors-team {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .medical-doctors-team {
    padding-bottom: 15px;
    margin: 0 15px;
  }
}
.medical-doctors-team__wapper > * {
  margin-right: calc(-1.5 * var(--bs-gutter-x));
  margin-left: calc(-1.5 * var(--bs-gutter-x));
}
.medical-doctors-team__card {
  border-radius: 10px;
  background: var(--white-color);
  padding: 11px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .medical-doctors-team__card {
    margin: 0 15px;
  }
}
.medical-doctors-team__card-img {
  max-width: 100%;
  max-height: 255px;
  overflow: hidden;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding-top: 17px;
  background: var(--smoke-bg-color);
}
.medical-doctors-team__card-content {
  flex: 1 1 auto;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: var(--smoke-bg-color);
  box-shadow: -1px 0 52px 13px #d8ddfb;
  transition: all 0.5s ease;
}
.medical-doctors-team__card-name {
  font-size: 20px;
  margin: 0px 0 10px 0;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.medical-doctors-team__card-title {
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.medical-doctors-team__card-consults {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.medical-doctors-team__card-consults svg path {
  transition: all 0.5s ease;
}
.medical-doctors-team__card:hover .medical-doctors-team__card-content {
  background: var(--primary-color);
  color: var(--white-color);
}
.medical-doctors-team__card:hover .medical-doctors-team__card-name {
  color: var(--white-color);
}
.medical-doctors-team__card:hover .medical-doctors-team__card-consults svg path {
  fill: var(--white-color);
}

/*--------------------------------------------------------------
 23. Pricing Plan
----------------------------------------------------------------*/
.dental-pricing__padding .container {
  padding: 0;
}

.pricing-v2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .pricing-v2-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .pricing-v2-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing-card-v2 {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  position: relative;
  background-color: var(--primary-color);
}
.pricing-card-v2__pricing-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pricing-card-v2__top {
  padding: 35px 30px 25px;
  background-color: var(--white-color);
  border: 3px solid var(--primary-color);
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.pricing-card-v2__title {
  font-size: 26px;
  font-family: var(--heading-font-family);
  font-weight: 800;
  color: var(--heading-color);
  margin-bottom: 12px;
}
.pricing-card-v2__desc {
  font-size: 15px;
  color: var(--body-color);
  line-height: 1.6;
  margin: 0;
}
.pricing-card-v2__price-box {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 70px 30px 30px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .pricing-card-v2__price-box {
    padding: 50px 30px 0px 30px;
  }
}
@media (max-width: 1200px) {
  .pricing-card-v2__price-box {
    padding: 50px 30px 73px 30px;
  }
}
@media (max-width: 992px) {
  .pricing-card-v2__price-box {
    padding: 30px 30px 0px 30px;
  }
}
@media (max-width: 768px) {
  .pricing-card-v2__price-box {
    position: relative;
    z-index: 111;
    padding: 30px 30px 30px 30px;
  }
}
.pricing-card-v2__price-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 111;
  top: -38px;
}
@media (max-width: 1400px) {
  .pricing-card-v2__price-content {
    top: -20px;
  }
}
@media (max-width: 992px) {
  .pricing-card-v2__price-content {
    top: 0;
  }
}
.pricing-card-v2__currency {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
}
.pricing-card-v2__amount {
  font-size: 46px;
  font-weight: 800;
  font-family: var(--heading-font-family);
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}
.pricing-card-v2__amount::before {
  content: "$";
  position: absolute;
  left: -20px;
  top: 5px;
  font-size: 24px;
  font-weight: 700;
}
.pricing-card-v2__duration {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
}
.pricing-card-v2__features {
  list-style: none;
  padding: 30px;
  margin: 0;
  flex-grow: 1;
  position: relative;
  z-index: 11;
}
@media (max-width: 992px) {
  .pricing-card-v2__features {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .pricing-card-v2__features {
    top: 0;
  }
}
.pricing-card-v2__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.pricing-card-v2__feature:last-child {
  margin-bottom: 0;
}
.pricing-card-v2__feature--disabled {
  color: #b0b5ba;
}
.pricing-card-v2__feature--disabled .pricing-card-v2__icon {
  color: #b0b5ba;
}
.pricing-card-v2__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--primary-color);
  fill: none;
}
.pricing-card-v2__btn {
  display: block;
  margin: 0 30px 30px;
  padding: 16px 20px;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 15px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 11;
}
.pricing-card-v2__btn:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.pricing-card-v2--dark {
  border-color: var(--secendary-color);
  background-color: var(--secendary-color);
}
.pricing-card-v2--dark .pricing-card-v2__price-box {
  background-color: var(--secendary-color);
}
.pricing-card-v2--dark .pricing-card-v2__btn {
  background-color: var(--secendary-color);
}
.pricing-card-v2--dark .pricing-card-v2__btn:hover {
  background-color: var(--primary-color);
}
.pricing-card-v2--dark .pricing-card-v2__icon {
  color: var(--secendary-color);
}

/*--------------------------------------------------------------
 24. Testimonial
----------------------------------------------------------------*/
.working-process__content {
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
}

.working-process__toggle svg {
  transition: transform 0.3s ease;
}

.working-process__item.active .working-process__toggle svg {
  transform: rotate(45deg);
}

.working-process {
  border-radius: 30px;
  background: var(--BG-color-Smoke-BG-color-1, #f1f2ff);
  transition: background 0.4ms ease;
}
.working-process__item {
  padding: 30px 0 30px 0px;
  position: relative;
}
.working-process__item.active {
  border-radius: 30px;
  opacity: 0.95;
  background: var(--Main-color-Theme-color-2, #1c2359);
  transition: background 0.4ms ease;
}
.working-process__item.active .working-process__name {
  color: var(--white-color);
}
.working-process__item.active .working-process__number {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.working-process__item.active .working-process__header {
  padding: 0px 0 40px 0px;
}
.working-process__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.working-process__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.working-process__number {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--heading-font-family);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.working-process__name {
  font-size: 24px;
}
@media (max-width: 576px) {
  .working-process__name {
    font-size: 22px;
  }
}
.working-process__toggle {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--black-color);
  background-color: var(--primary-color);
  border: none;
}
.working-process__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .working-process__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.working-process__image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.working-process__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.working-process__desc {
  padding-bottom: 40px;
  font-size: 18px;
  color: var(--white-color);
}
@media (max-width: 992px) {
  .working-process__desc {
    padding-bottom: 30px;
  }
}
.working-process__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white-color);
  margin-bottom: 40px;
}
.working-process__list li {
  font-size: 18px;
  font-weight: 600;
}

.working-process-rating {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .working-process-rating {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.working-process-rating__number span {
  font-size: 48px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
@media (max-width: 1200px) {
  .working-process-rating__number span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .working-process-rating__number span {
    font-size: 26px;
  }
}
.working-process-rating__number P {
  color: var(--white-color);
}
.working-process-rating__divider {
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background-color: var(--white-color);
}
.working-process-rating__reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .working-process-rating__reviews {
    gap: 0px;
  }
}
.working-process-rating__reviews p {
  color: var(--white-color);
}

.clients-testimonials {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 95px;
}
@media (max-width: 992px) {
  .clients-testimonials {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .clients-testimonials {
    flex-direction: column;
  }
}
.clients-testimonials__video-wrapper {
  max-width: 822px;
  width: 100%;
}
.clients-testimonials__info-wrapper {
  max-width: 652px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .clients-testimonials__info-wrapper {
    max-width: 540px;
    width: 100%;
    margin: 0 15px;
    padding: 0 15px;
    padding-bottom: 60px;
  }
}
.clients-testimonials__video-btn {
  position: relative;
}
@media (max-width: 1400px) {
  .clients-testimonials__video-btn {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .clients-testimonials__video-btn {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .clients-testimonials__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.clients-testimonials__controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(100% - 50px);
}
.clients-testimonials__name-content {
  padding-bottom: 40px;
}
.clients-testimonials__name {
  color: var(--white-color);
  padding-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .clients-testimonials__name {
    font-size: 22px;
  }
}
.clients-testimonials__designation {
  color: var(--primary-color);
}
.clients-testimonials__img-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.clients-testimonials__img-items {
  width: 81px;
  height: 88px;
}
.clients-testimonials__next-prve {
  display: flex;
  gap: 20px;
  align-items: center;
}

.clients-testimonials-thumb-slider .swiper-slide {
  width: 80px;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.4s ease;
}
.clients-testimonials-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  transform: translateY(-5px);
}
.clients-testimonials-thumb-slider img {
  width: 100%;
  display: block;
}

.medical-testimonial {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.medical-testimonial__slider-item {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 35px;
  position: relative;
}
@media (max-width: 992px) {
  .medical-testimonial__slider-item {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .medical-testimonial__slider-item {
    padding: 30px 15px;
  }
}
.medical-testimonial__slider-item-img {
  width: 100%;
  max-width: 325px;
}
@media (max-width: 992px) {
  .medical-testimonial__slider-item-img {
    max-width: 215px;
  }
}
@media (max-width: 768px) {
  .medical-testimonial__slider-item-img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}
.medical-testimonial__slider-item-content {
  width: 100%;
  max-width: 700px;
}
.medical-testimonial__slider-item-star {
  margin-bottom: 20px;
}
.medical-testimonial__slider-item-text {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: var(--heading-font-family);
}
@media (max-width: 768px) {
  .medical-testimonial__slider-item-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.medical-testimonial__slider-item-name {
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .medical-testimonial__slider-item-name {
    font-size: 22px;
    margin-bottom: 2px;
  }
}
.medical-testimonial__slider-btn {
  position: absolute;
  top: 80%;
  right: 15%;
  transform: translateY(-80%);
  z-index: 10;
}
@media (max-width: 992px) {
  .medical-testimonial__slider-btn {
    top: 92%;
    right: 6%;
  }
}
@media (max-width: 576px) {
  .medical-testimonial__slider-btn {
    top: 95%;
  }
}

.medical-testimonial__slider-item-img, .medical-testimonial__slider-item-star, .medical-testimonial__slider-item-text, .medical-testimonial__slider-item-name, .medical-testimonial__slider-item-title {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.medical-testimonial__slider-item-img.medical-animation {
  animation: medicalFadeLeft 0.8s ease forwards;
}
.medical-testimonial__slider-item-star.medical-animation {
  animation: medicalFadeUp 0.8s ease 0.15s forwards;
}
.medical-testimonial__slider-item-text.medical-animation {
  animation: medicalFadeUp 0.8s ease 0.3s forwards;
}
.medical-testimonial__slider-item-name.medical-animation {
  animation: medicalFadeUp 0.8s ease 0.45s forwards;
}
.medical-testimonial__slider-item-title.medical-animation {
  animation: medicalFadeUp 0.8s ease 0.6s forwards;
}

@keyframes medicalFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes medicalFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.medical-choose-us {
  margin: 0 20px;
  border-radius: 30px;
  padding-bottom: 120px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .medical-choose-us {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .medical-choose-us {
    padding-bottom: 15px;
    margin: 0 15px 20px;
  }
}
.medical-choose-us__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white-color);
  padding: 50px;
  position: relative;
  border-radius: 30px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .medical-choose-us__content {
    margin-top: 40px;
    flex-direction: column;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .medical-choose-us__content {
    padding: 30px 15px 15px;
  }
}
.medical-choose-us__content > * {
  flex: 1;
}
@media (max-width: 1400px) {
  .medical-choose-us__content {
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .medical-choose-us__content {
    margin-top: 140px;
    margin-bottom: 80px;
  }
}
.medical-choose-us__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 1400px) {
  .medical-choose-us__left {
    max-width: 100%;
  }
}
.medical-choose-us__btn {
  display: flex;
  align-items: center;
  gap: 0;
}
.medical-choose-us__btn-icon {
  padding: 10px 15px;
  border-radius: 40px;
  background: #ff623a;
}
.medical-choose-us__btn-madeis {
  padding: 8px 15px;
  border: 2px solid #ff623a;
  border-radius: 40px;
  color: #ff623a;
}
.medical-choose-us__title {
  max-width: 305px;
  width: 100%;
  font-size: 36px;
}
@media (max-width: 768px) {
  .medical-choose-us__title {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  .medical-choose-us__title {
    max-width: 100%;
  }
}
.medical-choose-us__desc {
  max-width: 360px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .medical-choose-us__desc {
    max-width: 100%;
    margin-right: 50px;
  }
}
.medical-choose-us__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(60px, 27vw, 368px);
}
@media (max-width: 1400px) {
  .medical-choose-us__center {
    display: none;
  }
}
.medical-choose-us__right {
  max-width: 384px;
  width: 100%;
}
@media (max-width: 1400px) {
  .medical-choose-us__right {
    max-width: 100%;
  }
}

.common-questions__bg-color {
  background: #e6efff;
}
.common-questions__wapper {
  display: flex;
  gap: 85px;
}
@media (max-width: 1200px) {
  .common-questions__wapper {
    flex-direction: column;
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .common-questions__wapper.style2 {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.common-questions__left {
  max-width: 480px;
  width: 100%;
  background-color: var(--smoke-bg-color);
  padding: 30px;
  line-height: 24px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.common-questions__left.style2 {
  background-color: transparent;
  padding: 0;
  max-width: 590px;
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .common-questions__left.style2 {
    align-self: flex-start;
  }
}
@media (max-width: 1200px) {
  .common-questions__left {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .common-questions__left {
    padding: 15px;
  }
}
.common-questions__img {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .common-questions__img {
    min-height: 300px;
    max-height: 350px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.common-questions__title {
  padding: 30px 0px;
}
@media (max-width: 992px) {
  .common-questions__title {
    padding: 0 0 10px 0;
  }
}
.common-questions__desp {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .common-questions__desp {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .common-questions__left-content {
    gap: 30px;
    width: 100%;
    display: flex;
  }
}
@media (max-width: 992px) {
  .common-questions__left-content {
    flex-direction: column;
  }
}
.common-questions__right {
  display: flex;
  flex-direction: column;
}
.common-questions__right.style2 {
  max-width: 645px;
  width: 100%;
}

.health-support {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px;
}
@media (max-width: 576px) {
  .health-support {
    margin: 0 15px;
  }
}
.health-support__wapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.health-support__info {
  position: relative;
}
.health-support__btn-content {
  position: relative;
  z-index: 1;
}
.health-support__ultrastructural-icon {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: -50%;
}
@media (max-width: 992px) {
  .health-support__ultrastructural-icon {
    bottom: -30%;
  }
}
.health-support__ultrastructural-icon img {
  max-width: 180px;
  max-height: 180px;
  width: 100%;
}
@media (max-width: 1200px) {
  .health-support__ultrastructural-icon img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 768px) {
  .health-support__ultrastructural-icon img {
    max-width: 70px;
    max-height: 70px;
  }
}

.dentist-dental-appointment {
  min-height: 1131px;
  max-height: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .dentist-dental-appointment {
    min-height: 559px;
    max-height: 560px;
  }
}

/*--------------------------------------------------------------
 25. Comments Form
----------------------------------------------------------------*/
.common-form-wrapper {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .common-form-wrapper {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .common-form-wrapper {
    padding: 15px;
  }
}
.common-form-wrapper .common-form-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .common-form-wrapper .common-form-title {
    font-size: 24px;
  }
}
.common-form-wrapper .common-form-desc {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 35px;
}

.common-form__row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .common-form__row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.common-form__group {
  position: relative;
  flex: 1;
}
.common-form__group--full {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .common-form__group--full {
    margin-bottom: 20px;
  }
}
.common-form__control {
  width: 100%;
  background-color: var(--smoke-bg-color);
  border: 1px solid transparent;
  padding: 23px 24px 23px 24px;
  font-size: 14px;
  color: var(--black-color);
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 8px;
  font-weight: 600;
}
.common-form__control::-moz-placeholder {
  color: var(--body-color);
  opacity: 0.7;
}
.common-form__control::placeholder {
  color: var(--body-color);
  opacity: 0.7;
}
.common-form__control:focus {
  border-color: var(--primary-color);
  background-color: var(--white-color);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.05);
}
.common-form textarea.common-form__control {
  resize: vertical;
  min-height: 160px;
}
.common-form__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--body-color);
  font-size: 16px;
  pointer-events: none;
  opacity: 0.6;
}
.common-form__control:is(textarea) ~ .common-form__icon {
  top: 24px;
  transform: none;
}
.common-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.common-form__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: var(--white-color);
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-top: 2px;
}
.common-form__checkbox:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.common-form__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--white-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.common-form__label {
  font-size: 16px;
  color: var(--body-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 4px;
}
.common-form__btn {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: 30px;
  padding: 22px 38px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common-form__btn:hover {
  background-color: var(--black-color);
  transform: translateY(-2px);
}
.common-form__btn:active {
  transform: scale(0.98);
}
@media (max-width: 992px) {
  .common-form__btn {
    padding: 15px 20px;
  }
}

/*--------------------------------------------------------------
 26. Before After Slider
----------------------------------------------------------------*/
.dental-before-after {
  width: 100%;
}
.dental-before-after__wapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .dental-before-after__wapper {
    flex-direction: column;
  }
}

.ba-slider {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  --position: 50%;
}
@media (min-width: 992px) {
  .ba-slider {
    height: 500px;
  }
}
.ba-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.ba-slider__img--after {
  z-index: 1;
}
.ba-slider__img--before {
  z-index: 2;
  clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}
.ba-slider__label {
  position: absolute;
  top: 0;
  background-color: var(--black-color);
  color: var(--white-color);
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 18px;
  padding: 13px 16px;
  z-index: 5;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.ba-slider__label--before {
  left: 0;
}
.ba-slider__label--after {
  right: 0;
}
.ba-slider__handle {
  position: absolute;
  top: 0;
  left: var(--position);
  width: 5px;
  height: 100%;
  background-color: var(--white-color);
  z-index: 3;
  transform: translateX(-50%);
  pointer-events: none;
}
.ba-slider__handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.ba-slider__arrows {
  position: absolute;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  gap: 2px;
  color: var(--white-color);
  font-size: 18px;
  font-family: var(--heading-font-family);
  font-weight: 600;
  pointer-events: none;
}
.ba-slider__arrows svg {
  width: 18px;
  height: 18px;
}
.ba-slider__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: ew-resize;
  margin: 0;
}

/*--------------------------------------------------------------
 27. Blog
----------------------------------------------------------------*/
.blog-container {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.blog-card {
  position: relative;
  overflow: hidden;
  display: block;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.blog-card__tag {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 11;
  padding: 14px 24px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
}
@media (max-width: 1400px) {
  .blog-card__tag {
    left: 15px;
    top: 15px;
    padding: 10px 15px;
  }
}
.blog-card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 11;
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .blog-card__content {
    flex-direction: column;
  }
}
@media (max-width: 1400px) {
  .blog-card__content {
    padding: 15px;
    flex-direction: column;
  }
}
.blog-card__date {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  gap: 10px;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading-font-family);
  background-color: var(--primary-color);
}
@media (max-width: 1400px) {
  .blog-card__date {
    width: 47px;
    height: 60px;
    font-size: 18px;
    gap: 5px;
  }
}
.blog-card__date .month {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font-family);
}
.blog-card__user-title {
  color: var(--white-color);
  font-size: 24px;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .blog-card__user-title {
    font-size: 22px;
  }
}
.blog-card__user-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.blog-card__user {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--white-color);
}
.blog-card__user-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card__user-icon-text {
  color: var(--white-color);
}
@media (max-width: 1400px) {
  .blog-card__user {
    gap: 15px;
  }
}
.blog-card:hover .blog-card__img {
  transform: scale(1.08);
}
.blog-card:hover .blog-card__user-title {
  color: var(--primary-color);
}

.appointment-docotor-bg {
  background: #e6efff;
}

.appointment-docotor-content {
  display: flex;
  width: 85vw !important;
}
@media (max-width: 1600px) {
  .appointment-docotor-content {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .appointment-docotor-content {
    flex-direction: column;
    gap: 30px;
  }
}
.appointment-docotor-content__left {
  max-width: 765px;
  width: 100%;
}
.appointment-docotor-content__right {
  max-width: 712px;
  width: 100%;
  align-self: end;
}
@media (max-width: 1400px) {
  .appointment-docotor-content__right {
    max-width: 412px;
  }
}
@media (max-width: 1200px) {
  .appointment-docotor-content__right {
    align-self: start;
  }
}

.appointment-card-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.appointment-card-lists > * {
  width: calc(50% - 15px) !important;
}
@media (max-width: 768px) {
  .appointment-card-lists > * {
    width: 100% !important;
  }
}

.appointment-card-list {
  display: flex;
  background-color: var(--white-color);
  padding: 30px 10px 30px 25px;
  border-radius: 8px;
  gap: 15px;
}
@media (max-width: 768px) {
  .appointment-card-list {
    padding: 20px;
  }
}
.appointment-card-list__thumb {
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background: #cde0fe;
  flex-shrink: 0;
}
.appointment-card-list__thumb i {
  font-size: 31px;
  color: var(--primary-color);
}
.appointment-card-list__title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .appointment-card-list__title {
    font-size: 22px;
  }
}
.appointment-card-list__desp {
  font-size: 16px;
}

.appointment-section {
  position: relative;
  padding: 120px 0 0 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .appointment-section {
    padding: 60px 0 0 0;
  }
}
.appointment-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.appointment-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .appointment-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .appointment-wrapper {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
  }
}

.appointment-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
.appointment-info__card {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--white-color);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .appointment-info__card {
    padding: 15px;
    gap: 15px;
  }
}
.appointment-info__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .appointment-info__icon {
    width: 55px;
    height: 55px;
  }
}
.appointment-info__icon-i {
  font-size: 35px;
  color: var(--white-color);
}
@media (max-width: 992px) {
  .appointment-info__icon-i {
    font-size: 22px;
  }
}
.appointment-info__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.appointment-info__title {
  font-size: 24px;
  color: var(--white-color);
  border-bottom: 1px solid color-mix(in srgb, var(--white-color) 20%, transparent);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.appointment-info__text {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
  line-height: 1.5;
}

.appointment-form-wrap {
  flex: 1.5;
  align-self: flex-end;
  background-color: var(--white-color);
  border-radius: 20px 20px 0 0;
  padding: 60px 40px;
}
@media (max-width: 1200px) {
  .appointment-form-wrap {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .appointment-form-wrap {
    align-self: center;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .appointment-form-wrap {
    padding: 30px 20px;
  }
}
.appointment-form-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.appointment-form-wrap__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.appointment-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.appointment-form__col-6 {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .appointment-form__col-6 {
    width: 100%;
  }
}
.appointment-form__col-12 {
  width: 100%;
}
.appointment-form__group {
  margin-bottom: 20px;
}
.appointment-form__input, .appointment-form__select, .appointment-form__textarea {
  width: 100%;
  background-color: var(--smoke-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 20px 26px;
  transition: all 0.3s ease;
}
.appointment-form__input:focus, .appointment-form__select:focus, .appointment-form__textarea:focus {
  border-color: var(--primary-color);
  background-color: var(--white-color);
  outline: none;
}
.appointment-form__input::-moz-placeholder, .appointment-form__select::-moz-placeholder, .appointment-form__textarea::-moz-placeholder {
  color: var(--body-color);
  font-weight: 600;
  opacity: 0.6;
}
.appointment-form__input::placeholder, .appointment-form__select::placeholder, .appointment-form__textarea::placeholder {
  color: var(--body-color);
  font-weight: 600;
  opacity: 0.6;
}
.appointment-form__textarea {
  min-height: 120px;
  resize: none;
}
.appointment-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.appointment-form__option {
  color: var(--black-color);
}
.appointment-form__select-wrap {
  position: relative;
}
.appointment-form__select-arrow, .appointment-form__input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 46px;
  height: 46px;
  background-color: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  pointer-events: none;
  border-radius: 5px;
  margin-right: 7px;
}
.appointment-form__submit-wrap {
  margin-top: 0px;
}
.appointment-form__submit-wrap .tp-btn {
  background-color: transparent;
}
.appointment-form__submit-wrap .tp-btn__text {
  border-radius: 4px;
  padding: 18px 30px;
}
@media (max-width: 768px) {
  .appointment-form__submit-wrap .tp-btn__text {
    padding: 15px 20px;
    display: block;
    text-align: center;
  }
}
.appointment-form__hint {
  margin-top: 20px;
  font-size: 16px;
  color: var(--body-color);
}

.appointment-booking {
  overflow: hidden;
  margin: 0 20px;
  max-width: 1880px;
}
@media (max-width: 1920px) {
  .appointment-booking {
    margin: 0 auto;
  }
}
.appointment-booking .appointment-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .appointment-booking .appointment-container {
    flex-direction: column;
  }
}
.appointment-booking__left {
  width: 475px;
  height: 451px;
  flex-shrink: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .appointment-booking__left {
    width: 100%;
    height: 350px;
  }
}
.appointment-booking__left img.appointment-booking__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.appointment-booking__left-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 2;
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 100%) 0.23%, color-mix(in srgb, var(--secendary-color), black 20%) 100%);
  color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.appointment-booking__left-content .appointment-booking__left-title {
  color: var(--white-color);
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .appointment-booking__left-content .appointment-booking__left-title {
    font-size: 24px;
  }
}
.appointment-booking__left-content .appointment-booking__left-desc {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 1.5;
  color: var(--white-color);
}
.appointment-booking__right {
  flex-grow: 1;
  min-width: 0;
  height: 451px;
  border-radius: 20px;
  background-color: var(--secendary-color);
  padding: 55px 60px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.appointment-booking__right-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--secendary-color);
  opacity: 0.8;
  z-index: -1;
  border-radius: 20px;
}
.appointment-booking__right-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .appointment-booking__right {
    height: auto;
    padding: 30px;
  }
}
.appointment-booking__right-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .appointment-booking__right-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.appointment-booking__right-header__right-title {
  color: var(--white-color);
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .appointment-booking__right-header__right-title {
    font-size: 28px;
  }
}
.appointment-booking__right-header__right-subtitle {
  color: var(--white-color);
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}
.appointment-booking__right-main-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
.appointment-booking__right-form-wrapper {
  position: relative;
  z-index: 2;
}
.appointment-booking__right-image-wrapper {
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 1200px) {
  .appointment-booking__right-image-wrapper {
    display: none;
  }
}
.appointment-booking__right-img {
  width: 273px;
  height: 309px;
  display: block;
}
.appointment-booking__right .appointment-form {
  max-width: 820px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.appointment-booking__right .appointment-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .appointment-booking__right .appointment-form__row {
    flex-direction: column;
  }
}
.appointment-booking__right .appointment-form__group {
  flex: 0 0 400px;
  position: relative;
}
@media (max-width: 768px) {
  .appointment-booking__right .appointment-form__group {
    flex: 1 1 auto;
    width: 100%;
  }
}
.appointment-booking__right .appointment-form__input, .appointment-booking__right .appointment-form__select {
  width: 100%;
  height: 60px;
  background-color: color-mix(in srgb, var(--white-color), transparent 85%);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 25px;
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--body-font-family);
  outline: none;
}
.appointment-booking__right .appointment-form__input::-moz-placeholder, .appointment-booking__right .appointment-form__select::-moz-placeholder {
  color: color-mix(in srgb, var(--white-color), transparent 20%);
}
.appointment-booking__right .appointment-form__input::placeholder, .appointment-booking__right .appointment-form__select::placeholder {
  color: color-mix(in srgb, var(--white-color), transparent 20%);
}
.appointment-booking__right .appointment-form__input:focus, .appointment-booking__right .appointment-form__select:focus {
  border-color: color-mix(in srgb, var(--white-color), transparent 70%);
  background-color: color-mix(in srgb, var(--white-color), transparent 80%);
}
.appointment-booking__right .appointment-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.appointment-booking__right .appointment-form__select-wrapper {
  position: relative;
}
.appointment-booking__right .appointment-form__select-wrapper .appointment-form__select-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: var(--white-color);
  pointer-events: none;
}
.appointment-booking__right .appointment-form__btn {
  width: 100%;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--body-font-family);
}
.appointment-booking__right .appointment-form__btn:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.blog-standard__wapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .blog-standard__wapper {
    flex-direction: column-reverse;
  }
}

.blog-standard__card-lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 870px;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-standard__card-lists {
    max-width: 100%;
  }
}
.blog-standard__sidebar-content {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-standard__sidebar-content {
    max-width: 100%;
  }
}
.blog-standard__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100% !important;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
@media (max-width: 992px) {
  .blog-standard__card-img-top {
    min-height: 200px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-standard__card:hover .blog-standard__card-title {
  color: var(--primary-color);
}
.blog-standard__card-date {
  position: absolute;
  right: 40px;
  top: -40px;
  background: var(--primary-color);
  padding: 8px 10px;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 992px) {
  .blog-standard__card-date {
    top: -29px;
  }
}
.blog-standard__card-date-title {
  font-size: 30px;
  color: var(--white-color);
  line-height: 30px;
}
@media (max-width: 992px) {
  .blog-standard__card-date-title {
    font-size: 22px;
    line-height: 20px;
  }
}
.blog-standard__card-date-desp {
  line-height: 100%;
  font-size: 16px;
  color: var(--white-color);
}
.blog-standard__card-body {
  flex: 1 1 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .blog-standard__card-body {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .blog-standard__card-body {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog-standard__card-body {
    padding: 35px 15px 15px;
  }
}
.blog-standard__card-tag-wapper {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .blog-standard__card-tag-wapper {
    gap: 15px;
  }
}
.blog-standard__card-tag-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-standard__card-tag-info i {
  color: var(--primary-color);
}
.blog-standard__card-tag-info span {
  font-size: 16px;
}
.blog-standard__card-title {
  line-height: 88%;
  font-size: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .blog-standard__card-title {
    font-size: 24px;
    line-height: 100%;
  }
}
.blog-standard__card-desp {
  color: var(--body-color);
}

.blog-standard-widget__wapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-standard-widget__categories-wapper {
  background-color: var(--smoke-bg-color);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .blog-standard-widget__categories-wapper {
    padding: 20px;
  }
}
.blog-standard-widget__divider {
  width: 100%;
  height: 3px;
  background-color: var(--border-color);
  position: relative;
  margin-bottom: 40px;
}
.blog-standard-widget__divider::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
}
.blog-standard-widget__categories-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-standard-widget__categories-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.blog-standard-widget__categories-item::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--border-color);
}
.blog-standard-widget__categories-item:last-child {
  margin-bottom: 0;
}
.blog-standard-widget__categories-item:last-child::after {
  display: none;
}
.blog-standard-widget__categories-item:hover .blog-standard-widget__categories-link, .blog-standard-widget__categories-item:hover .blog-standard-widget__categories-link--arrow {
  color: var(--primary-color);
}
.blog-standard-widget__categories-link {
  color: var(--body-color);
}
.blog-standard-widget__categories-link--text {
  margin-left: 10px;
}
.blog-standard-widget__categories-link--arrow {
  color: var(--body-color);
}
.blog-standard-widget__recent-posts {
  background-color: var(--smoke-bg-color);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .blog-standard-widget__recent-posts {
    padding: 20px;
  }
}
.blog-standard-widget__recent-posts-lists {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-standard-widget__recent-posts-card {
  display: flex;
  gap: 15px;
  max-width: 306px;
  width: 100%;
}
.blog-standard-widget__recent-posts-card img {
  width: 85px;
  height: 85px;
  border-radius: 5px;
}
.blog-standard-widget__recent-posts-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-standard-widget__recent-posts-date {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-standard-widget__recent-posts-date-title {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.blog-standard-widget__popular-tag {
  background-color: var(--smoke-bg-color);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .blog-standard-widget__popular-tag {
    padding: 20px;
  }
}
.blog-standard-widget__popular-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-standard-widget__popular-tag-btn {
  background-color: var(--white-color);
  border-radius: 5px;
  display: inline-flex;
  padding: 15px 18px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  color: var(--body-color);
}
.blog-standard-widget__popular-tag-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.blog-standard-widget__search {
  background-color: var(--smoke-bg-color);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .blog-standard-widget__search {
    padding: 20px;
  }
}
.blog-standard-widget__search-form {
  width: 100%;
}
.blog-standard-widget__search-input-box {
  display: flex;
  overflow: hidden;
}
.blog-standard-widget__search-input {
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 56px;
  border: 1px solid #d8dde1;
  font-weight: 600;
  padding: 0 20px;
  font-size: 16px;
  background: var(--white-color);
}
.blog-standard-widget__search-input:focus {
  outline: none;
  border-color: var(--primary-color);
}
.blog-standard-widget__search-input::-moz-placeholder {
  color: var(--body-color);
}
.blog-standard-widget__search-input::placeholder {
  color: var(--body-color);
}
.blog-standard-widget__search-btn {
  width: 56px;
  min-width: 56px;
  height: 56px;
  cursor: pointer;
  background: var(--primary-color);
  transition: all 0.3s ease;
  border-radius: 0 5px 5px 0;
}
.blog-standard-widget__search-btn:hover {
  background: var(--heading-color);
}
.blog-standard-widget__search-btn-icon {
  font-size: 20px;
  color: var(--white-color);
}

.blog-details__container {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .blog-details__container {
    flex-direction: column-reverse;
  }
}

.blog-details__img-banner {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
}
@media (max-width: 768px) {
  .blog-details__img-banner {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog-details__img-banner {
    padding: 15px;
  }
}
.blog-details__card-img-top {
  width: 100%;
}
@media (max-width: 576px) {
  .blog-details__card-img-top {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-details__card-img-info {
  position: relative;
  margin-bottom: 30px;
}
.blog-details__card-date {
  position: absolute;
  right: 40px;
  bottom: -25px;
  border-radius: 3px;
  padding: 9px;
  background-color: var(--primary-color);
  width: 58px;
  height: 58px;
  text-align: center;
}
@media (max-width: 576px) {
  .blog-details__card-date {
    width: 45px;
    height: 45px;
  }
}
.blog-details__card-date-title {
  font-size: 30px;
  color: var(--white-color);
  line-height: 100%;
}
@media (max-width: 576px) {
  .blog-details__card-date-title {
    font-size: 16px;
  }
}
.blog-details__card-date-desp {
  font-size: 16px;
  color: var(--white-color);
  line-height: 100%;
}
@media (max-width: 576px) {
  .blog-details__card-date-desp {
    font-size: 12px;
  }
}
.blog-details__card-tag {
  margin-bottom: 30px;
}
.blog-details__card-tag-wapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 576px) {
  .blog-details__card-tag-wapper {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.blog-details__card-tag-info {
  display: flex;
  gap: 15px;
  align-items: center;
}
.blog-details__card-tag-info i {
  color: var(--primary-color);
}
.blog-details__card-title {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-details__card-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.blog-details__card-desp {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-details__card-desp {
    margin-bottom: 15px;
  }
}
.blog-details__img-content {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-details__img-content {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .blog-details__img-content {
    flex-direction: column;
  }
}
.blog-details__img-content img {
  width: 100%;
}

.blog-details__feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  max-width: 632px;
}
@media (max-width: 576px) {
  .blog-details__feature {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details__feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-details__feature-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details__feature-icon-item {
  font-size: 16px;
  color: var(--primary-color);
}
.blog-details__feature-content {
  flex: 1;
}
.blog-details__feature-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
}

.blog-details__tag-share {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-details__title {
  font-size: 24px;
}
@media (max-width: 576px) {
  .blog-details__title {
    font-size: 20px;
  }
}
.blog-details__tag {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__tag-lists {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details__tag-lists a {
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 15px 18px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.blog-details__tag-lists a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-details__share {
  display: flex;
  gap: 15px;
  align-items: center;
}
.blog-details__share-title {
  font-size: 24px;
}
@media (max-width: 576px) {
  .blog-details__share-title {
    font-size: 20px;
  }
}
.blog-details__share-lists {
  display: flex;
  gap: 5px;
}
.blog-details__share-lists a {
  background-color: var(--smoke-bg-color);
  border-radius: 5px;
  padding: 12px 15px;
  color: var(--black-color);
}
.blog-details__share-lists a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.blog-details__profile {
  margin-top: 40px;
  padding: 20px;
  background-color: var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-details__profile {
    flex-direction: column;
    gap: 15px;
  }
}
.blog-details__profile-img img {
  border-radius: 15px;
}
.blog-details__profile-info-wapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 768px) {
  .blog-details__profile-info-wapper {
    margin-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.blog-details__profile-title {
  font-size: 30px;
  color: var(--white-color);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .blog-details__profile-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .blog-details__profile-title {
    margin-bottom: 0px;
  }
}
.blog-details__profile-time {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
}
.blog-details__profile-desp {
  color: var(--white-color);
}
@media (max-width: 768px) {
  .blog-details__profile-desp {
    text-align: center;
  }
}
.blog-details__profile-social-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .blog-details__profile-social-links {
    justify-content: center;
    margin-top: 20px;
  }
}
.blog-details__profile-social-links a i {
  color: var(--white-color);
}

.blog-details__prev-next {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.blog-details__next-btn, .blog-details__prev-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--black-color);
}
.blog-details__next-btn:hover, .blog-details__prev-btn:hover {
  color: var(--primary-color);
}

.blog-details__comments {
  margin-top: 30px;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 40px;
}
@media (max-width: 992px) {
  .blog-details__comments {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog-details__comments {
    padding: 15px;
  }
}
.blog-details__comments-title-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.blog-details__comments-title-info i {
  color: var(--primary-color);
}
@media (max-width: 992px) {
  .blog-details__comments-title-info {
    margin-bottom: 25px;
  }
}
.blog-details__comments-title {
  font-size: 30px;
}
@media (max-width: 992px) {
  .blog-details__comments-title {
    font-size: 24px;
  }
}
.blog-details__comment-card-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 576px) {
  .blog-details__comment-card-list {
    gap: 15px;
  }
}
.blog-details__comment-card {
  display: flex;
  gap: 20px;
  border-radius: 10px;
  background: var(--smoke-bg-color);
  padding: 30px;
}
@media (max-width: 992px) {
  .blog-details__comment-card {
    padding: 15px;
    flex-direction: column;
  }
}
.blog-details__comment-card:nth-child(even) {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .blog-details__comment-card:nth-child(even) {
    margin-left: 25px;
  }
}
.blog-details__comment-card img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.blog-details__comment-per-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.blog-details__comment-per-title {
  font-size: 24px;
}
@media (max-width: 992px) {
  .blog-details__comment-per-title {
    font-size: 20px;
  }
}
.blog-details__comment-per-desp {
  font-size: 14px;
}
@media (max-width: 992px) {
  .blog-details__reply-btn {
    margin-top: 15px;
  }
}
.blog-details__comment-reply-btn {
  padding: 11px;
  background-color: var(--black-color);
  flex-shrink: 0;
  color: var(--white-color);
  font-size: 16px;
}
@media (max-width: 576px) {
  .blog-details__comment-reply-btn {
    padding: 9px;
    font-size: 14px;
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
 28. Service
----------------------------------------------------------------*/
.healthcare-top-service__wrapper {
  max-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.healthcare-top-service__list {
  display: flex;
  width: 100%;
}
@media (max-width: 1200px) {
  .healthcare-top-service__list {
    flex-wrap: wrap;
  }
}
.healthcare-top-service__card {
  position: relative;
  padding: 75px 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .healthcare-top-service__card {
    padding: 30px;
    width: 50%;
    flex-grow: 1;
    min-width: 365px;
  }
}
.healthcare-top-service__title {
  color: var(--white-color);
  line-height: 24px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .healthcare-top-service__title {
    font-size: 22px;
  }
}
.healthcare-top-service__desp {
  color: var(--white-color);
}
.healthcare-top-service .healthcare-top-service-add {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1700px) {
  .healthcare-top-service .healthcare-top-service-add {
    max-width: 200px;
  }
}
@media (max-width: 1600px) {
  .healthcare-top-service .healthcare-top-service-add {
    max-width: 170px;
  }
}
@media (max-width: 1200px) {
  .healthcare-top-service .healthcare-top-service-add {
    max-width: 149px;
  }
}

.medical-top-service__title {
  font-size: 24px;
}
.medical-top-service__list {
  display: flex;
}
@media (max-width: 992px) {
  .medical-top-service__list {
    flex-direction: column;
  }
  .medical-top-service__list .medical-top-service__card {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .medical-top-service__list .medical-top-service__card {
    padding: 30px 15px;
  }
}
.medical-top-service__wrapper {
  position: relative;
  max-width: 517px;
  display: flex;
  gap: 40px;
  z-index: 11;
}
@media (max-width: 992px) {
  .medical-top-service__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .medical-top-service__wrapper {
    gap: 30px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .medical-top-service__wrapper {
    gap: 20px;
  }
}
.medical-top-service__card {
  position: relative;
  padding: 75px 60px;
}
@media (max-width: 1400px) {
  .medical-top-service__card {
    padding: 40px;
  }
}
.medical-top-service__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 242, 255, 0.7294117647);
  z-index: 2;
}
.medical-top-service__card.medical-top-service__primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 98, 250, 0.8235294118);
  z-index: 2;
}
.medical-top-service__card.medical-top-service__primary .medical-top-service__title {
  color: var(--white-color);
}
.medical-top-service__card.medical-top-service__primary .medical-top-service__desp {
  color: var(--white-color);
}
.medical-top-service__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.medical-top-service__icon img {
  width: 100%;
}
.medical-top-service__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.medical-top-service__title {
  color: var(--black-color);
  line-height: 24px;
}
@media (max-width: 768px) {
  .medical-top-service__title {
    font-size: 22px;
  }
}
.medical-top-service__desp {
  color: var(--black-color);
  padding: 30px 0;
}
@media (max-width: 992px) {
  .medical-top-service__desp {
    padding: 15px 0 30px 0px;
  }
}
.medical-top-service .medical-top-service-add {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 270px;
}

.medical-top-service__card .medical-top-service__icon img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.medical-top-service__card:has(.medical-top-service__btn:hover) .medical-top-service__icon img {
  transform: rotateY(360deg);
}

.medical-quality-service {
  position: relative;
}
.medical-quality-service__mask {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: 420px;
  max-height: 465px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 1200px) {
  .medical-quality-service__mask {
    max-width: 255px;
    max-height: 280px;
    opacity: 0.1;
  }
}
.medical-quality-service__list-content {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .medical-quality-service__list-content {
    flex-direction: column;
  }
}
.medical-quality-service__lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 338px;
  width: 100%;
}
@media (max-width: 1200px) {
  .medical-quality-service__lists {
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .medical-quality-service__lists {
    flex-wrap: wrap;
  }
}
.medical-quality-service__list-title {
  font-size: 24px;
  color: var(--black-color);
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .medical-quality-service__list-title {
    font-size: 22px;
  }
}
.medical-quality-service__list {
  position: relative;
  display: flex;
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 8px 20px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  transition: background-color 1s ease;
}
.medical-quality-service__list-icon {
  transition: background-color 1s ease;
}
.medical-quality-service__list:hover {
  background-color: var(--primary-color);
}
.medical-quality-service__list:hover .medical-quality-service__list-icon {
  background-color: var(--white-color);
}
.medical-quality-service__list:hover .medical-quality-service__list-title {
  color: var(--white-color);
}
.medical-quality-service__list-icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(4, 98, 250, 0.0823529412);
  background-blend-mode: color-burn;
  transition: all 0.5s ease;
}
.medical-quality-service__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
}
.medical-quality-service__item {
  position: relative;
  display: flex;
  background-color: var(--primary-color);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .medical-quality-service__item {
    flex-direction: column;
  }
}
.medical-quality-service__item-left {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .medical-quality-service__item-left {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .medical-quality-service__item-left {
    padding: 15px 15px 20px;
  }
}
.medical-quality-service__item-icon-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.medical-quality-service__item-icon {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--white-color);
}
@media (max-width: 992px) {
  .medical-quality-service__item-icon {
    width: 60px;
    height: 60px;
  }
}
.medical-quality-service__item-icon img {
  max-width: 50px;
  width: 100%;
}
.medical-quality-service__item-num {
  color: var(--white-color);
}
.medical-quality-service__item-title {
  color: var(--white-color);
  max-width: 323px;
}
@media (max-width: 768px) {
  .medical-quality-service__item-title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .medical-quality-service__item-title {
    max-width: 100%;
  }
}
.medical-quality-service__item-desp {
  color: var(--white-color);
  margin-bottom: 10px;
  max-width: 323px;
}
@media (max-width: 1200px) {
  .medical-quality-service__item-desp {
    max-width: 100%;
  }
}
.medical-quality-service__item-right {
  max-width: 420px;
}
@media (max-width: 768px) {
  .medical-quality-service__item-right {
    max-width: 100%;
    max-height: 300px;
  }
}
.medical-quality-service__item-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.medical-quality-service__list:hover .medical-quality-service__list-icon {
  background-color: var(--white-color);
}
.medical-quality-service__list:hover .medical-quality-service__list-icon img {
  transform: rotateY(360deg);
}
.medical-quality-service__list:hover .medical-quality-service__list-title {
  color: var(--white-color);
}
.medical-quality-service__list-icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(4, 98, 250, 0.0823529412);
  background-blend-mode: color-burn;
  transition: background-color 0.5s ease;
}
.medical-quality-service__list-icon img {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.medical-quality-service__item .medical-quality-service__item-icon img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.medical-quality-service__item:has(.explore-btn:hover) .medical-quality-service__item-icon img {
  transform: rotateY(360deg);
}

.recovery-journey {
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .recovery-journey {
    gap: 30px;
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .recovery-journey {
    flex-wrap: wrap;
  }
}
.recovery-journey__card {
  text-align: center;
  max-width: 290px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .recovery-journey__card {
    max-width: calc(50% - 32px);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recovery-journey__card {
    max-width: 100%;
    width: 100%;
  }
}
.recovery-journey__card-img {
  max-width: 228px;
  margin-bottom: 35px;
}
.recovery-journey__card-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .recovery-journey__card-title {
    font-size: 22px;
  }
}
.recovery-journey__card-desc {
  font-size: 16px;
}
.recovery-journey__arrow {
  padding-bottom: 113px;
}
@media (max-width: 1400px) {
  .recovery-journey__arrow {
    display: none;
  }
}

.consult-online {
  position: relative;
  border-radius: 30px;
  margin: 0 20px;
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .consult-online {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .consult-online {
    padding-bottom: 15px;
    margin: 0 15px;
  }
}
.consult-online__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .consult-online__content {
    border-radius: 15px;
    height: 300px;
  }
}
.consult-online__img {
  width: 100%;
}
@media (max-width: 768px) {
  .consult-online__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.consult-online__content-overlay {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
}
@media (max-width: 768px) {
  .consult-online__content-overlay {
    bottom: 20px;
  }
}
.consult-online__left {
  max-width: 281px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 44px;
  fill: rgba(226, 226, 226, 0.2);
  backdrop-filter: blur(35px);
  padding: 15px;
}
@media (max-width: 1200px) {
  .consult-online__left {
    max-width: 175px;
    padding: 10px;
    height: 50px;
    gap: 10px;
  }
}
.consult-online__left-title {
  color: var(--white-color);
  font-size: 24px;
}
@media (max-width: 1200px) {
  .consult-online__left-title {
    font-size: 16px;
  }
}
.consult-online__left {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .consult-online__left {
    display: none;
  }
}
.consult-online__left-img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .consult-online__left-img {
    width: 40px;
    height: 40px;
  }
}
.consult-online__center {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.consult-online__btn {
  background-color: var(--white-color);
  border: none;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .consult-online__btn {
    padding: 17px;
  }
}
.consult-online__btn--red {
  background: #ff623a;
}
.consult-online__btn > * {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
@media (max-width: 1200px) {
  .consult-online__btn > * {
    width: 17px;
    height: 17px;
  }
}
.consult-online__right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  .consult-online__right {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .consult-online__right {
    display: none;
  }
}
.consult-online__icon {
  font-size: 30px;
  color: var(--black-color);
}
.consult-online__icon--white {
  color: var(--white-color);
  transform: rotate(135deg);
}
@media (max-width: 1200px) {
  .consult-online__icon {
    font-size: 17px;
  }
}

.healthcare-service {
  position: relative;
}
@media (max-width: 768px) {
  .healthcare-service__section-img {
    display: none;
  }
}
.healthcare-service__card {
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}
.healthcare-service__card-border {
  position: relative;
  border: 1px solid #d8dde1;
  border-radius: 10px;
  padding: 30px 15px;
  z-index: 11;
  height: 100%;
}
@media (max-width: 768px) {
  .healthcare-service__card {
    padding: 15px;
  }
}
.healthcare-service__icon {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f1f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.healthcare-service__title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.healthcare-service__desc {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 30px;
  max-width: 237px;
  margin: 0 auto;
}
.healthcare-service {
  /* Active Card */
}
.healthcare-service__card--active {
  position: relative;
}
.healthcare-service__card--active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  z-index: 1;
  border-radius: 10px;
}
.healthcare-service__card--active .healthcare-service__title {
  color: var(--white-color);
}
.healthcare-service__card--active .healthcare-service__desc {
  color: var(--white-color);
}
.healthcare-service {
  /* Banner */
}
.healthcare-service__banner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 1200px) {
  .healthcare-service__banner {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .healthcare-service__banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.healthcare-service__heading {
  font-size: 64px;
  color: var(--white-color);
}
@media (max-width: 1200px) {
  .healthcare-service__heading {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .healthcare-service__heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .healthcare-service__heading {
    font-size: 32px;
  }
}

.healthcare-service__card .healthcare-service__icon img {
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.healthcare-service__card:has(.explore-btn:hover) .healthcare-service__icon img {
  transform: rotateY(360deg);
}

.service-details__container-inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .service-details__container-inner {
    flex-direction: column-reverse;
  }
}
.service-details__wapper {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 40px;
  fill: var(--white-color);
  filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.08));
}
@media (max-width: 576px) {
  .service-details__wapper {
    padding: 15px;
  }
}
.service-details__wapper-content {
  width: 100%;
  max-width: 870px;
}
@media (max-width: 1200px) {
  .service-details__wapper-content {
    max-width: 100%;
  }
}
.service-details__sidebar-content {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .service-details__sidebar-content {
    max-width: 100%;
  }
}
.service-details__title {
  font-size: 48px;
  margin: 40px 0;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .service-details__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .service-details__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .service-details__title {
    margin: 20px 0;
  }
}
.service-details__title-mini {
  font-size: 30px;
  margin: 30px 0;
  line-height: 100%;
}
@media (max-width: 768px) {
  .service-details__title-mini {
    font-size: 24px;
    margin: 20px 0;
  }
}
.service-details__desc {
  font-size: 16px;
}
.service-details__img-section {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  overflow: hidden;
}
.service-details__img-section img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .service-details__img-section {
    flex-direction: column;
  }
}
.service-details__categories-wapper {
  background-color: #f1f2ff;
  padding: 40px;
  border-radius: 10px;
}
.service-details__categories-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.service-details__categories-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.service-details__categories-item::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}
.service-details__categories-item:last-child {
  margin-bottom: 0px;
}
.service-details__categories-item:last-child::after {
  display: none;
}
.service-details__categories-item:hover .service-details__categories-link {
  color: var(--primary-color);
}
.service-details__categories-item:hover .service-details__categories-link--arrow {
  color: var(--primary-color);
}
.service-details__categories-link--text {
  margin-left: 10px;
}
.service-details__categories-link {
  color: var(--body-color);
}
.service-details__categories-link--arrow {
  color: var(--body-color);
}
.service-details__need-help-wapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}
.service-details__need-help {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 40px;
}
.service-details__need-help-title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 24px;
  color: var(--white-color);
}
.service-details__need-help-desc {
  font-size: 16px;
  color: var(--white-color);
}
.service-details__need-help-card {
  display: flex;
  gap: 20px;
}
.service-details__need-help-btn--icon {
  border: 2px solid var(--white-color);
  width: 35px;
  height: 35px;
  border-radius: 6px;
  color: var(--white-color);
  flex-shrink: 0;
}
.service-details__need-help-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--white-color);
}
.service-details__need-help-call {
  font-size: 16px;
}
.service-details__need-help-number {
  font-size: 20px;
  font-family: var(--heading-font-family);
}

/*--------------------------------------------------------------
 29. Doctor
----------------------------------------------------------------*/
.doctor-details__book-appointment {
  padding: 30px;
  background: var(--smoke-bg-color);
}
.doctor-details__book-appointment-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.doctor-details__book-appointment-time {
  margin-bottom: 40px;
  color: var(--body-color);
}
.doctor-details__book-appointment-time span {
  color: var(--primary-color);
  font-weight: 600;
}
.doctor-details__book-appointment .appointment-input {
  position: relative;
  margin-bottom: 20px;
}
.doctor-details__book-appointment .appointment-input i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 20px;
}
.doctor-details__book-appointment .appointment-input input,
.doctor-details__book-appointment .appointment-input select,
.doctor-details__book-appointment .appointment-input textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #bbd5ff;
  background: var(--white-color);
  padding: 0 20px 0 55px;
  font-size: 16px;
  color: var(--body-color);
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.doctor-details__book-appointment .appointment-input input:focus,
.doctor-details__book-appointment .appointment-input select:focus,
.doctor-details__book-appointment .appointment-input textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}
.doctor-details__book-appointment .appointment-input input::-moz-placeholder, .doctor-details__book-appointment .appointment-input select::-moz-placeholder, .doctor-details__book-appointment .appointment-input textarea::-moz-placeholder {
  color: var(--body-color);
}
.doctor-details__book-appointment .appointment-input input::placeholder,
.doctor-details__book-appointment .appointment-input select::placeholder,
.doctor-details__book-appointment .appointment-input textarea::placeholder {
  color: var(--body-color);
}
.doctor-details__book-appointment .appointment-btn {
  width: 100%;
  height: 66px;
  border: none;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.doctor-details__book-appointment .appointment-btn:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.doctor-details__book-appointment .appointment-btn {
  margin-bottom: 20px;
}
.doctor-details__book-appointment .appointment-service {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.doctor-details__book-appointment .appointment-service span {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 15px;
}
.doctor-details__book-appointment .appointment-service .service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbd5ff;
  background: var(--white-color);
  color: var(--body-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 10px 14px;
  border-radius: 5px;
}
.doctor-details__book-appointment .appointment-service .service-btn:hover, .doctor-details__book-appointment .appointment-service .service-btn.active {
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.doctor-details-container__wapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .doctor-details-container__wapper {
    flex-direction: column-reverse;
  }
}
.doctor-details__contact-info-wapper {
  padding: 30px;
  border-radius: 8px;
  background: var(--smoke-bg-color);
}
.doctor-details__sidebar-content {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1200px) {
  .doctor-details__sidebar-content {
    max-width: 100%;
  }
}
.doctor-details__wapper-content {
  max-width: 789px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .doctor-details__wapper-content {
    margin-left: 0;
    max-width: 100%;
  }
}
.doctor-details__contact-info {
  padding: 30px 20px;
  background: var(--primary-color);
  border-radius: 4px;
}
.doctor-details__contact-info-title {
  color: var(--white-color);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}
.doctor-details__contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doctor-details__contact-info-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.doctor-details__contact-info-list li:first-child {
  padding-top: 0;
}
.doctor-details__contact-info-list li i {
  flex: 0 0 auto;
  width: 18px;
  text-align: center;
  color: var(--white-color);
  font-size: 16px;
}
.doctor-details__contact-info-list li span,
.doctor-details__contact-info-list li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.doctor-details__contact-info-list li a:hover {
  opacity: 0.8;
}
.doctor-details__contact-info-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.doctor-details__contact-info-social a {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white-color);
  transition: all 0.3s ease;
  border-radius: 1px;
}
.doctor-details__contact-info-social a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.doctor-details__contact-info-social a i {
  font-size: 14px;
}

.doctor-details__info {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .doctor-details__info {
    flex-direction: column;
  }
}
.doctor-details__info-thumb {
  flex: 0 0 308px;
}
.doctor-details__info-thumb img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.doctor-details__info-content {
  flex: 1;
}
.doctor-details__info-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.doctor-details__info-specialty {
  height: 50px;
  min-width: 140px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--smoke-bg-color);
  border: 1px solid #e4e8f8;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
}
.doctor-details__info-rating {
  border-radius: 4px;
  height: 50px;
  min-width: 95px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--secendary-color);
  color: var(--white-color);
}
.doctor-details__info-rating i {
  color: #ff6b35;
}
.doctor-details__info-rating span {
  font-weight: 400;
}
.doctor-details__info-title {
  font-size: 30px;
  margin-bottom: 30px;
  color: var(--primary-color);
}
.doctor-details__info-meta {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
  border-bottom: 1px solid #e4e8f8;
}
.doctor-details__info-meta li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: var(--body-color);
}
.doctor-details__info-meta li:last-child {
  margin-bottom: 0;
}
.doctor-details__info-meta li i {
  color: var(--primary-color);
  width: 18px;
}
.doctor-details__info-text {
  padding-top: 25px;
}
.doctor-details__info-text p {
  margin: 0;
}

.doctor-contact {
  max-width: 428px;
  width: 100%;
}
.doctor-contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.doctor-contact__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.doctor-contact__icon {
  flex: 0 0 auto;
}
.doctor-contact__icon-item {
  font-size: 40px;
  line-height: 1;
  color: var(--primary-color);
}
.doctor-contact__info {
  display: flex;
  flex-direction: column;
}
.doctor-contact__subtitle {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
}
.doctor-contact__phone {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
  transition: all 0.3s ease;
}
.doctor-contact__phone:hover {
  color: var(--primary-color);
}
.doctor-contact__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.doctor-contact__social-link {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 98, 250, 0.1294117647);
  transition: all 0.3s ease;
}
.doctor-contact__social-icon {
  font-size: 14px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.doctor-contact__social-link:hover {
  background: var(--primary-color);
}
.doctor-contact__social-link:hover .doctor-contact__social-icon {
  color: var(--white-color) !important;
}

.doctor-details__info-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--black-color);
}
.doctor-details__info-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.doctor-details__skill {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctor-details__skill-item {
  padding: 20px;
  text-align: center;
  background: var(--smoke-bg-color);
  border-radius: 6px;
  flex: 1;
}
.doctor-details__skill-progress {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}
.doctor-details__skill-progress--primary .doctor-details__skill-bar {
  stroke: var(--primary-color);
}
.doctor-details__skill-progress--primary .doctor-details__skill-icon {
  background: var(--primary-color);
}
.doctor-details__skill-progress--secondary .doctor-details__skill-bar {
  stroke: #ff6737;
}
.doctor-details__skill-progress--secondary .doctor-details__skill-icon {
  background: #ff6737;
}
.doctor-details__skill-svg {
  width: 170px;
  height: 170px;
  transform: rotate(-90deg);
  overflow: visible;
}
.doctor-details__skill-track {
  fill: none;
  stroke: #d8dce7;
  stroke-width: 8;
}
.doctor-details__skill-bar {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  /* circumference = 377 */
  stroke-dasharray: 377;
}
.doctor-details__skill-icon {
  position: absolute;
  top: 12px;
  left: 22px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
}
.doctor-details__skill-icon-item {
  color: var(--white-color);
  font-size: 16px;
}
.doctor-details__skill-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: var(--heading-color);
}
.doctor-details__skill-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}

.doctor-details__experience-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}
.doctor-details__experience-table {
  width: 100%;
}
.doctor-details__experience-head, .doctor-details__experience-item {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .doctor-details__experience-head, .doctor-details__experience-item {
    grid-template-columns: 80px 1fr 1fr;
  }
}
.doctor-details__experience-head {
  padding-bottom: 20px;
}
.doctor-details__experience-head .doctor-details__experience-year,
.doctor-details__experience-head .doctor-details__experience-degree,
.doctor-details__experience-head .doctor-details__experience-hospital {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
}
.doctor-details__experience-item {
  padding: 13px 0;
}
.doctor-details__experience-year, .doctor-details__experience-degree, .doctor-details__experience-hospital {
  font-size: 16px;
  font-weight: 600;
  color: var(--body-color);
}

/*--------------------------------------------------------------
 30. Partner
----------------------------------------------------------------*/
.partners-list__container {
  position: relative;
}
.partners-list__bg {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .partners-list__bg {
    max-width: 130px;
    opacity: 0.2;
  }
}
.partners-list .partners-grid {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
}
.partners-list .partners-card {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .partners-list .partners-card {
    border: none;
  }
}
@media (max-width: 992px) {
  .partners-list .partners-card {
    height: 80px;
  }
}
.partners-list .partners-card img {
  max-width: 150px;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .partners-list .partners-card img {
    max-width: 115px;
  }
}
.partners-list .partners-card:hover {
  background-color: var(--border-color);
}
.partners-list .partners-card:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.partners-list .col:nth-child(5n) .partners-card {
  border-right: none;
}
.partners-list .col:nth-last-child(-n+5) .partners-card {
  border-bottom: none;
}

/*--------------------------------------------------------------
 31. Funfact
----------------------------------------------------------------*/
.funfact {
  position: relative;
  overflow: hidden;
}

.funfact-card {
  position: relative;
  z-index: 2;
  gap: 15px;
}
.funfact-card.style2 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .funfact-card.style2 {
    flex-direction: column;
  }
}
.funfact-card__icon {
  position: relative;
}
.funfact-card__circle {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 3px dashed var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .funfact-card__circle {
    width: 75px;
    height: 75px;
  }
}
.funfact-card__circle img {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.funfact-card__circle::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--secendary-color);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .funfact-card__circle::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .funfact-card__content {
    text-align: center;
  }
}
.funfact-card__number {
  font-size: 40px;
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .funfact-card__number {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .funfact-card__number {
    font-size: 32px;
  }
}
.funfact-card__text {
  font-size: 18px;
  color: var(--white-color);
}

/*--------------------------------------------------------------
 32. Articles
----------------------------------------------------------------*/
.latest-articles__item {
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.latest-articles__item:hover .latest-articles__item-title {
  color: var(--primary-color);
}
.latest-articles__item:hover .latest-articles__item-top {
  overflow: hidden;
}
.latest-articles__item:hover .latest-articles__item-top img {
  transform: scale(1.08);
}
.latest-articles__item-top {
  overflow: hidden;
}
.latest-articles__item-top img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.latest-articles__item-date {
  font-size: 16px;
  color: var(--black-color);
  position: absolute;
  top: -45px;
  right: 27px;
  border-radius: 20px 20px 0 0;
  background: var(--white-color);
  max-width: 153px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  line-height: 100%;
  font-weight: 600;
}
.latest-articles__item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px;
}
@media (max-width: 768px) {
  .latest-articles__item-info {
    padding: 0 20px 20px;
  }
}
.latest-articles__item-title {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 25px;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .latest-articles__item-title {
    font-size: 20px;
    padding-top: 15px;
  }
}
.latest-articles__item-profile {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .latest-articles__item-profile {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .latest-articles__item-profile {
    gap: 10px;
    padding-top: 25px;
  }
}
.latest-articles__item-profile-info {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--body-color);
}
.latest-articles__item-profile-info i {
  color: var(--primary-color);
}
.latest-articles__item-btn-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-articles__item-share {
  position: relative;
  padding-left: 20px;
}
.latest-articles__item-share::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 35px;
  width: 2px;
  background-color: var(--border-color);
}

.medical-articles {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 120px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .medical-articles {
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .medical-articles {
    padding-bottom: 15px;
    margin: 0 15px;
  }
}
.medical-articles__card-content {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .medical-articles__card-content {
    padding: 10px;
  }
}
.medical-articles__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
}
.medical-articles__card-img {
  width: 100%;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.medical-articles__date-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.medical-articles__date-month {
  background-color: var(--primary-color);
  padding: 10px 18px;
  border-radius: 10px;
}
.medical-articles__date {
  line-height: 30px;
  font-size: 30px;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
.medical-articles__month {
  color: var(--white-color);
  font-size: 18px;
}
.medical-articles__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.medical-articles__card-overlay .latest-articles {
  background-color: var(--white-color);
  border-radius: 10px;
}
.medical-articles__card-overlay .latest-articles__item-title {
  padding-top: 20px;
}
.medical-articles__card-overlay .latest-articles__item-profile {
  padding-top: 20px;
}
.medical-articles__card-overlay .latest-articles__item-info {
  padding: 0 20px 20px;
}
.medical-articles__card:hover .medical-articles__card-img {
  transform: scale(1.08);
}
.medical-articles__card:hover .medical-articles__card-overlay .latest-articles__item-title {
  color: var(--primary-color);
}

.latest-articles__item,
.latest-articles__item img,
.swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.working-process__content {
  height: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

/*--------------------------------------------------------------
 33. CTA
----------------------------------------------------------------*/
.cta {
  position: relative;
}
.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  padding: 60px 15px;
  position: relative;
  z-index: 111;
  max-width: 645px;
  margin: 0 auto;
}
.cta__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .cta__title {
    font-size: 36px;
    line-height: 37px;
  }
}
@media (max-width: 576px) {
  .cta__title {
    font-size: 32px;
    line-height: 37px;
  }
}
.cta__left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  max-width: 394px;
}
@media (max-width: 1400px) {
  .cta__left-img {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .cta__left-img {
    max-width: 260px;
  }
}
.cta__right-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 10;
  max-width: 446px;
}
@media (max-width: 1400px) {
  .cta__right-img {
    opacity: 0.5;
  }
}
@media (max-width: 992px) {
  .cta__right-img {
    max-width: 260px;
  }
}

.cta__animation:not(.animated) .cta__title {
  opacity: 0;
  transform: translateY(30px);
}
.cta__animation:not(.animated) .cta__btn {
  opacity: 0;
  transform: translateY(25px);
}
.cta__animation .cta__title,
.cta__animation .cta__btn {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.cta__animation .tp-btn {
  transition: transform 0.35s ease;
}
.cta__animation .tp-btn:hover {
  transform: translateY(-3px);
}
.cta__animation .tp-btn__circle svg {
  transition: transform 0.35s ease;
}
.cta__animation .tp-btn:hover .tp-btn__circle svg {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .cta__animation .cta__title,
  .cta__animation .cta__btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*--------------------------------------------------------------
 34. Schedule Calendar
----------------------------------------------------------------*/
.schedule-calendar {
  background-color: #000b84;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.schedule-calendar .tab-content {
  margin: 0;
}
.schedule-calendar.type2 {
  padding: 0;
}
.schedule-calendar.background-color-remove {
  position: relative;
  z-index: 13;
  background-color: transparent;
}
.schedule-calendar .cs-col-title {
  height: 80px;
  color: var(--primary-color);
  background-color: var(--white-color);
}
.schedule-calendar .br-routine th,
.schedule-calendar td {
  border: 1px dotted var(--primary-color);
  padding: 1px;
  text-align: center;
  flex-shrink: 0;
  font-size: 20px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .schedule-calendar .br-routine th,
  .schedule-calendar td {
    font-size: 16px;
  }
}
.schedule-calendar .br-routine .cs-row-title {
  color: var(--white-color);
  background-color: #1c258a;
}
.schedule-calendar .cs-item {
  background-color: var(--primary-color);
  padding: 20px 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}
.schedule-calendar .cs-item .cs-item-title {
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  transition: all 0.3s ease;
  line-height: 26px;
}
@media (max-width: 768px) {
  .schedule-calendar .cs-item .cs-item-title {
    font-size: 16px;
  }
}
.schedule-calendar .cs-item .cs-item-short-title {
  font-family: var(--body-font-family);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white-color);
  transition: all 0.3s ease;
}
.schedule-calendar .cs-item .cs-item-short-title p {
  font-size: 14px;
  line-height: 14px;
}
.schedule-calendar .cs-item:hover {
  background-color: var(--primary-color);
}
.schedule-calendar .cs-item:hover .cs-item-title {
  color: var(--white-color);
}
.schedule-calendar .cs-item:hover .cs-item-short-title {
  color: var(--white-color);
}

/* =========================
   TOOLTIP CARD
========================= */
.doctor-tooltip {
  position: absolute;
  width: 183px;
  background: var(--white-color);
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  pointer-events: auto;
}
.doctor-tooltip--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.doctor-tooltip {
  /* Arrow */
}
.doctor-tooltip::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top-color: var(--white-color);
}
.doctor-tooltip {
  /* Bottom Mode (auto flip) */
}
.doctor-tooltip--bottom::after {
  top: -12px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: var(--white-color);
}
.doctor-tooltip {
  /* =========================
     CONTENT
  ========================= */
}
.doctor-tooltip__img {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary-color);
}
.doctor-tooltip__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-tooltip__name {
  font-size: 20px;
  font-weight: 600;
  color: var(--secendary-color);
  margin-bottom: 4px;
  font-family: var(--heading-font-family);
}
.doctor-tooltip__deg {
  font-size: 14px;
  color: var(--body-color);
  display: block;
  margin-bottom: 30px;
  font-family: var(--body-font-family);
}
.doctor-tooltip__link {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: underline;
  transition: 0.3s;
  font-family: var(--heading-font-family);
}
.doctor-tooltip__link:hover {
  text-decoration: underline;
}

.doctor-tooltip::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--white-color);
  z-index: -1;
}

/*--------------------------------------------------------------
 35. Contact Us
----------------------------------------------------------------*/
.contact-us__card-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .contact-us__card-list {
    padding: 30px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .contact-us__card-list {
    padding: 0px;
  }
}
.contact-us__card {
  border-radius: 10px;
  background: var(--smoke-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  flex: 1;
}
@media (max-width: 1200px) {
  .contact-us__card {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .contact-us__card {
    padding: 30px 15px;
  }
}
.contact-us__card-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--white-color);
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  transition: all 0.5s ease-in-out;
}
.contact-us__card-icon i {
  font-size: 40px;
  color: var(--primary-color);
}
.contact-us__card-title {
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 24px;
}
.contact-us__card-info {
  line-height: 100%;
  font-size: 18px;
  font-family: var(--heading-font-family);
}
.contact-us__card:hover .contact-us__card-icon {
  background-color: var(--primary-color);
}
.contact-us__card:hover .contact-us__card-icon i {
  color: var(--white-color);
}

.contact-us-content__wapper {
  display: flex;
  gap: 60px;
  padding: 60px;
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  top: 120px;
}
@media (max-width: 1200px) {
  .contact-us-content__wapper {
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .contact-us-content__wapper {
    flex-direction: column-reverse;
    top: 60px;
  }
}
@media (max-width: 768px) {
  .contact-us-content__wapper {
    padding: 20px;
    top: 0px;
    margin: 60px 0;
  }
}
.contact-us-content__wapper .common-form__group label {
  margin-bottom: 15px;
  color: var(--black-color);
}
.contact-us-content__wapper .contact-us__form-title {
  margin-bottom: 42px;
  font-size: 36px;
}
@media (max-width: 992px) {
  .contact-us-content__wapper .contact-us__form-title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.contact-us-content__wapper .contact-us__form {
  flex-grow: 1;
}
.contact-us-content__wapper .contact-us__img {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-us-content__wapper .contact-us__img {
    max-width: 250px;
  }
}
.contact-us-content__wapper .contact-us__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-form__label-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 10px;
}
.common-form__select-wrapper {
  position: relative;
  width: 100%;
}
.common-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: var(--smoke-bg-color);
}
.common-form__select:invalid, .common-form__select option[value=""] {
  color: var(--body-color);
  opacity: 0.9;
}
.common-form__select option {
  color: var(--black-color);
  background-color: var(--smoke-bg-color);
}
.common-form__select-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--body-color);
  font-size: 14px;
  pointer-events: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.common-form__select:focus ~ .common-form__select-icon {
  color: var(--primary-color);
}

/*--------------------------------------------------------------
 36. Book Appointment
----------------------------------------------------------------*/
.dental-book-appointment {
  display: flex;
  padding: 20px 20px;
  gap: 20px;
}
@media (max-width: 992px) {
  .dental-book-appointment {
    flex-direction: column;
  }
}
.dental-book-appointment--bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 11;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dental-book-appointment--bg-overlay {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  border-radius: 20px;
}
.dental-book-appointment__left-side {
  position: relative;
  width: 100%;
  max-width: 475px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .dental-book-appointment__left-side {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  .dental-book-appointment__left-side {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .dental-book-appointment__left-side {
    max-width: 100%;
    max-height: 400px;
  }
}
.dental-book-appointment__left-side-content {
  position: absolute;
  z-index: 13;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 1200px) {
  .dental-book-appointment__left-side-content {
    padding: 20px;
  }
}
.dental-book-appointment__left-side-content-title {
  font-size: 36px;
  color: var(--white-color);
  margin-bottom: 20px;
  max-width: 337px;
}
.dental-book-appointment__left-side-content-desp {
  font-size: 16px;
  color: var(--white-color);
}
.dental-book-appointment__right-side {
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .dental-book-appointment__right-side {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .dental-book-appointment__right-side {
    padding: 20px;
  }
}
.dental-book-appointment__right-side-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 80px;
  gap: 30px;
}
@media (max-width: 768px) {
  .dental-book-appointment__right-side-content {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}
.dental-book-appointment__right-side-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: var(--white-color);
  bottom: -40px;
}
@media (max-width: 768px) {
  .dental-book-appointment__right-side-content::after {
    bottom: -30px;
  }
}
.dental-book-appointment__right-side .medical-appointment-two {
  position: absolute;
  bottom: 0;
  right: 90px;
}
@media (max-width: 1700px) {
  .dental-book-appointment__right-side .medical-appointment-two {
    right: 15px;
    opacity: 0.2;
    z-index: 1;
  }
}
.dental-book-appointment__right-side .common-form {
  max-width: 875px;
}
.dental-book-appointment__right-side .common-form__control {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.18);
}
.dental-book-appointment__right-side .common-form__control::-moz-placeholder {
  color: var(--white-color);
}
.dental-book-appointment__right-side .common-form__control::placeholder {
  color: var(--white-color);
}
.dental-book-appointment__right-side .common-form__btn {
  width: 100%;
  border-radius: 10px;
}
.dental-book-appointment--title {
  font-size: 36px;
  color: var(--white-color);
}
.dental-book-appointment--desp {
  font-size: 16px;
  color: var(--white-color);
}

/*--------------------------------------------------------------
 37. Error Content
----------------------------------------------------------------*/
.error-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-content__img {
  width: 100%;
  max-width: 615px;
}
.error-content__title {
  font-size: 48px;
  line-height: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .error-content__title {
    font-size: 32px;
    margin-top: 36px;
  }
}
.error-content__subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}
.error-content__btn .back-to-home {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 23px 30px;
  background-color: var(--primary-color);
  border-radius: 30px;
  text-align: center;
  color: var(--white-color);
  flex-shrink: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .error-content__btn .back-to-home {
    padding: 18px 25px;
  }
}
.error-content__btn .back-to-home:hover {
  background-color: var(--black-color);
  transform: translateY(-2px);
}
.error-content__btn .back-to-home__icon {
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */