*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1120px) {
  .container {
    max-width: 1120px;
  }
}

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

.transition-all {
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!left-20 {
  left: 5rem !important;
}

.\!right-20 {
  right: 5rem !important;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-right-10 {
  right: -2.5rem;
}

.-right-12 {
  right: -3rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 33.333333%;
}

.left-20 {
  left: 5rem;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.top-\[-28px\] {
  top: -28px;
}

.top-\[-30px\] {
  top: -30px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[100\] {
  z-index: 100;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[241px\] {
  height: 241px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[346px\!important\] {
  height: 346px !important;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[441px\] {
  height: 441px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[550px\] {
  height: 550px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[650px\] {
  height: 650px;
}

.h-\[675px\] {
  height: 675px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-\[389px\] {
  height: 389px;
}

.h-\[1px\] {
  height: 1px;
}

.max-h-\[550px\] {
  max-height: 550px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[346px\] {
  min-height: 346px;
}

.min-h-\[70px\] {
  min-height: 70px;
}

.\!w-1\/2 {
  width: 50% !important;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[1160px\] {
  width: 1160px;
}

.w-\[1226px\] {
  width: 1226px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[450px\] {
  width: 450px;
}

.w-\[480px\] {
  width: 480px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-2\.5 {
  min-width: 0.625rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.max-w-\[1226px\] {
  max-width: 1226px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.origin-left {
  transform-origin: left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-16 {
  --tw-translate-x: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-56 {
  --tw-translate-y: 14rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-60px\] {
  --tw-translate-y: -60px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#0078c5\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 197 / var(--tw-border-opacity, 1));
}

.border-\[\#13435d\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 67 93 / var(--tw-border-opacity, 1));
}

.border-\[\#6c2dd9\] {
  --tw-border-opacity: 1;
  border-color: rgb(108 45 217 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.bg-\[\#003b4c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 76 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0177bf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 119 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#062c41\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 44 65 / var(--tw-bg-opacity, 1));
}

.bg-\[\#13435d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 67 93 / var(--tw-bg-opacity, 1));
}

.bg-\[\#36393c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 57 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6c2dd9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(108 45 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#787878\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 120 120 / var(--tw-bg-opacity, 1));
}

.bg-\[\#80dabd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 218 189 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a0c2f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 194 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2d5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 213 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e4e4e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f10d8c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 13 140 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}



.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\.\/img\/bg-menu\.png\'\)\] {
  background-image: url('../img/bg-menu.png');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#062c41\] {
  --tw-gradient-from: #062c41 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 44 65 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#6c2dd9\] {
  --tw-gradient-from: #6c2dd9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 45 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.via-\[\#062c41\] {
  --tw-gradient-to: rgb(6 44 65 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #062c41 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-30\% {
  --tw-gradient-via-position: 30%;
}

.to-\[\#f10d8c\] {
  --tw-gradient-to: #f10d8c var(--tw-gradient-to-position);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}

.to-90\% {
  --tw-gradient-to-position: 90%;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black {
  fill: #000;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.\!text-start {
  text-align: start !important;
}

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

.font-\[sans-serif\] {
  font-family: sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#0177bf\] {
  --tw-text-opacity: 1;
  color: rgb(1 119 191 / var(--tw-text-opacity, 1));
}

.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-\[\#6c2dd9\] {
  --tw-text-opacity: 1;
  color: rgb(108 45 217 / var(--tw-text-opacity, 1));
}

.text-\[\#f10d8c\] {
  --tw-text-opacity: 1;
  color: rgb(241 13 140 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body{
  font-family: 'Poppins', sans-serif;
}

.poppins{
  font-family: 'Poppins', sans-serif;
}

.subMenu {
  opacity: 0;
  transform: translateY(1rem);
  visibility: hidden;
  transition: opacity 200ms, transform 200ms, visibility 200ms;
}

.subMenu.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.subMenuMb {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 200ms, height 200ms;
}

.subMenuMb.mb-open {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.bg-white{
  background-color: white;
}

.bg-black{
  background-color: black;
}

.show{
  display: block!important;
}

.text-white{
  color: white;
}

.iti{
  width: 100%;
}

.bg-gray-main{
  background-color: #272727;
  height: 190px;
}

.transform-custom{
  transform: translate(0px,40px);
}

.section-space{
  padding-top: 60px;
  padding-bottom: 60px;
}

.swiper-button-next, .swiper-button-prev{
  color: #29324f!important;
}

.section-space-inner{
  padding-top: 150px;
  padding-bottom: 40px;
}

/*THANKYOU*/

thanks-wrap {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 auto 10px;
  display: none;
  max-width: 320px;
}

.checkmark {
  max-width: 300px;
  margin: 0 auto;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 2s;
  transform-origin: 50% 50%;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

  100% {
    opacity: 1;
  }
}

.mg-70 {
  margin: 70px 0px;
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px){
  .h2, h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px){
  footer {
    margin-bottom: 0px;
  }
}

 .head-left{
        margin-left: 850px;
   }
   @media (max-width:2100px) {
   .head-left{
    margin-left: 650px;
   }

}

  @media (max-width:1600px) {
   .head-left{
    margin-left: 430px;
   }

}
@media (max-width:768px) {
   .head-left{
    margin-left: 0px;
   }
  .section-space{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-space-inner{
    padding-top: 350px;
    padding-bottom: 40px;
  }
}

/* slider */

.swiper-pagination-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-hero .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2.5px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-hero .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-gallery-service {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: white;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  outline: 2.5px solid #6c2dd9;
  border: 2.5px solid white;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination-gallery-service .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 14px;
  height:14px;
  opacity: 1;
}


.swiper-pagination-doctors-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-doctors-mobile .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: white;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-doctors-mobile .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-doctors-mobile .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  outline: 2.5px solid #6c2dd9;
  border: 2.5px solid white;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination-doctors-mobile .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 14px;
  height:14px;
  opacity: 1;
}


.swiper-pagination-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-services .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-services .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-services .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-services .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-services {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-services .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-services .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-services .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid gray;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-services .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-before-after {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-before-after .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-before-after .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid #003b4c;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-before-after .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-smile-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active {
  background-color: gray;
  border: 2px solid white;
  outline: 2px solid gray;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-smile-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-blogs .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-blogs .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-blogs .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-trust .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #34a853;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-trust .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-trust .swiper-pagination-bullet-active {
  background-color: #34a853;
  border: 2px solid white;
  outline: 2px solid #34a853;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-trust .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-doctors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-doctors .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-doctors .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-doctors .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-doctors .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-clinic-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet-active {
  background-color: white;
  border: 2px solid #f10d8c;
  outline: 2px solid white;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-clinic-gallery .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.swiper-pagination-google {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-google .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-google .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-google .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  border: 2px solid white;
  outline: 2px solid #6c2dd9;
  opacity: 1;
  width: 11px;
  height: 11px;
}

.swiper-pagination-google .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 11px;
  height:11px;
  opacity: 1;
}

.whatsapp-main {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 40;
  right: 0 !important;
  left: auto !important;
}

@media (max-width: 768px) {
  .whatsapp-main {
    right: 0 !important;
    left: auto !important;
  }
}

.whatsapp-wrapper {
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 136px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  margin-left: 20px;
}

.close_whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_whatsapp::before {
  transform: rotate(45deg);
}

.close_whatsapp::after {
  transform: rotate(-45deg);
}

.close_whatsapp::before,
.close_whatsapp::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(29, 33, 41);
  display: block;
  border-radius: 2px;
}

.whatsapp-header {
  background: #0a5654;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 24px 20px;
}

.whatsapp-reply-time {
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.header-info {
  margin-left: 16px;
  margin-right: 16px;
}

.support-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.support-avatar::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}

.avatar-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-img {
  background: white;
  background-size: contain !important;
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.avatar-img::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}

.whatsapp-background {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.whatsapp-background::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.loading-animation {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  /*   opacity: 0; */
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
  box-shadow: 9999px 0 0 -5px #cbcbcb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #cbcbcb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #cbcbcb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9984px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
  }
}

.prose h2{
  color: #6A94D2;
}

.prose h3{
  color: #6A94D2;
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 9999px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 9999px 0 0 -5px #cbcbcb;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }

  30% {
    box-shadow: 10014px 0 0 2px #cbcbcb;
  }

  60%,
    100% {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
  }
}

.wloader {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
}

.whatsapp-message-wrapper {
  display: none;
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  /*   opacity: 1; */
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  margin-top: 4px;
  /*   margin-left: -54px; */
  max-width: calc(100% - 66px);
}

.whatsapp-message-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.chat-body-wrapper {
  width: 100% !important;
}

.whatsapp-chat-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.whatsapp-chat-message {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.whatsapp-chat-message p {
  margin: 0px;
}

.whatsapp-message-container {
  box-sizing: border-box !important;
  outline: none !important;
}

.whatsapp-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(14, 193, 47);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.whatsapp-btn::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}

.whatsapp-send-icon-small {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}

.chat-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.whatsapp-popup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  outline: transparent;
}

.whatsapp-notify {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

@keyframes showhide {
  from {
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.hide-whatsapp {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show-whatsapp {
  display: flex;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-send-icon-big {
  height: 20px;
  width: 20px;
}

.whatsapp-button-main {
  color: white;
  line-height: 20px;
  font-size: 15px;
  font-weight: 700;
  width: auto;
  height: auto;
  padding: 6px 4px 6px 4px;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .whatsapp-popup-button {
    bottom: 0;
    left: auto;
    margin-right: 0;
    padding: 3px 0;
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 0;
    background-color: rgb(14, 193, 47);
  }

  .whatsapp-wrapper {
    width: 90% !important;
    margin-bottom: 116px;
  }

  .whatsapp-background::before {
    height: 250px;
  }
}

@media (min-width: 768px) {
  headers .callnow {
    display: none;
  }

  headers .whatsappx {
    bottom: 15px;
    right: 25px;
    z-index: 40;
    position: fixed;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  headers {
    transition: opacity 1s ease-out;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 40;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }

  headers .whatsappx {
    width: 50%;
    margin-right: 1%;
    border-radius: 100%;
  }

  headers a {
    text-decoration: none;
    font-size: 15px;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }

  .uzmanina-sor {
    display: none
  }
}

.form-btn-mobile {
  display: none;
}
.image-siz{
  width: 500px;
  height: 500px;
}
.uzman-content {
  background:#003b4c;
  padding: 0 0 28px 0;
  margin: 0 auto;
  border-radius: 5px;
  height: auto;
  position: absolute;
  width: 90%;
}

.dental-h{
  height: 764px;
}
.bottom-dental{
  bottom: 40px;
}
@media (max-width: 768px) {
  .dental-h{
    height: 740px;
  }
  .form-btn-mobile {
    display: block;
  }

  .mt-3-m {
    margin-top: 20px;
  }

  .form-mobil {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .pt-5-m {
    padding-top: 20px;
  }

  .sticy-form-area-mobile a {
    text-decoration: none;
    font-size: 15px;
    width: 46%;
    display: block;
    float: left;
    text-align: center;
    background-color: #131313;
    color: #fff;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    padding: 8px 0px;
  }

  .sticy-form-area-mobile {
    /*transition: opacity 1s ease-out;*/
    /*opacity: 0;*/
    overflow: hidden;
    position: fixed;
    bottom: 0;
    height: auto;
    justify-content: center;
    z-index: 40;
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.uzmanina-sor-mobil {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 40;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.close-btn-form {
  position: absolute;
  right: 10px;
  color: white;
  top: -8px;
  font-size: 36px;
}

.uzmanina-sor-mobil.show {
  display: block;
  opacity: 1;
}

.uzmanina-sor-mobil {
  padding-top: 18px;
  padding-bottom: 10px;
  background: radial-gradient(circle, rgba(77, 116, 162, 1) 0%, rgba(51, 70, 129, 1) 100%);
}

.uzmanina-sor-mobil .sticky-whatsapp a {
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  text-decoration: none;
  color: #f8f9fb;
  font-size: 17px;
  line-height: 15px;
}

.uzmanina-sor-mobil .col-md-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  align-content: center;
}

.uzmanina-sor-mobil .sticky-whatsapp a i {
  font-size: 38px;
  margin-top: -2px;
  color: #ffffff;
  display: block;
  float: left;
  border-left: 1px solid #fff;
  padding-left: 19px;
  margin-right: 13px;
}

.uzmanina-sor-mobil .form-area {
  width: 100%;
  display: inline-block;
  padding: 0;
  padding-bottom: 0px;
}

.uzmanina-sor-mobil .form-area .form-group {
  width: 90%;
  padding: 0px 7.5px;
  margin-bottom: 0px;
}

.uzmanina-sor-mobil .form-area input {
  width: 100%;
  display: block;
  padding: 10px 11px;
  border: 1px solid #ccc;
  background-color: white;
  border: 0;
  color: #000;
  outline: 0;
}

.uzmanina-sor-mobil .form-area input::-moz-placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area input::placeholder {
  color: #000;
}

.uzmanina-sor-mobil .form-area button {
  width: 100%;
  display: block;
  padding: 10px 11px;
  color: #fff;
  font-weight: bold;
}

.cb-tagreel {
  position: relative;
}

.cb-tagreel-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.cb-tagreel-row {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.cb-tagreel-item {
  position: relative;
  line-height: 100%;
  font-size: 3.75vw;
  flex: 0 0 33%;
  padding: 58px 0;
}

.cb-tagreel-item.-stroke {
  color: transparent;
  text-shadow: none;
}

.cb-tagreel-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cb-tagreel-item {
    font-size: 35px;
  }
}

.marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}

.marquee-container .marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 42.65s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

.marquee-container .marquee img {
  margin-left: 20px;
  max-width: 120px;
  max-height: 80px;
  margin-right: 20px;
  display: block;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.swiper-hero .swiper-button-next{
  right: 80%;
  top: 87%!important;
}

.swiper-hero .swiper-button-prev{
  left:2%;
  top: 87%!important;
}

.swiper-hero .swiper-button-prev,.swiper-hero  .swiper-button-next{
  padding: 23px;
  color:white!important;
  transition: .3s all ease-in;
}

.swiper-hero .swiper-button-disabled{
  opacity: 0;
}

.swiper-hero .swiper-button-next:after, .swiper-hero .swiper-button-prev:after {
  font-size:24px;
  font-weight: 900;
}

.\*\:text-3xl > * {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.\*\:text-xl > * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:\!w-\[15\%\]:hover {
  width: 15% !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0177bf\]\/30:hover {
  background-color: rgb(1 119 191 / 0.3);
}

.hover\:bg-\[\#0265a3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 101 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#0177bf\]:hover {
  --tw-text-opacity: 1;
  color: rgb(1 119 191 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6c2dd9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(108 45 217 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 1280px) {
  .max-xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .max-xl\:block {
    display: block;
  }

  .max-xl\:hidden {
    display: none;
  }

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

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:gap-10 {
    gap: 2.5rem;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:static {
    position: static;
  }

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:\!top-0 {
    top: 0px !important;
  }

  .max-lg\:-bottom-4 {
    bottom: -1rem;
  }

  .max-lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .max-lg\:bottom-\[-10px\] {
    bottom: -10px;
  }

  .max-lg\:left-0 {
    left: 0px;
  }

  .max-lg\:left-1\/2 {
    left: 50%;
  }

  .max-lg\:right-10 {
    right: 2.5rem;
  }

  .max-lg\:top-0 {
    top: 0px;
  }

  .max-lg\:top-\[-10px\] {
    top: -10px;
  }

  .max-lg\:top-auto {
    top: auto;
  }

  .max-lg\:z-10 {
    z-index: 10;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mb-0 {
    margin-bottom: 0px;
  }

  .max-lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .max-lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .max-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-lg\:ml-0 {
    margin-left: 0px;
  }

  .max-lg\:ml-auto {
    margin-left: auto;
  }

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

  .max-lg\:mt-0 {
    margin-top: 0px;
  }

  .max-lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-lg\:mt-16 {
    margin-top: 4rem;
  }

  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:\!flex {
    display: flex !important;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:\!hidden {
    display: none !important;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-32 {
    height: 8rem;
  }

  .max-lg\:h-5 {
    height: 1.25rem;
  }

  .max-lg\:h-\[200px\] {
    height: 200px;
  }

  .max-lg\:h-\[265px\] {
    height: 265px;
  }

  .max-lg\:h-\[380px\] {
    height: 380px;
  }

  .max-lg\:h-\[381px\!important\] {
    height: 381px !important;
  }

  .max-lg\:h-\[450px\] {
    height: 450px;
  }

  .max-lg\:h-\[740px\] {
    height: 740px;
  }

  .max-lg\:h-auto {
    height: auto;
  }

  .max-lg\:h-full {
    height: 100%;
  }

  .max-lg\:h-\[422px\] {
    height: 422px;
  }

  .max-lg\:max-h-\[200px\] {
    max-height: 200px;
  }

  .max-lg\:min-h-\[381px\!important\] {
    min-height: 381px !important;
  }

  .max-lg\:\!w-full {
    width: 100% !important;
  }

  .max-lg\:w-1\/2 {
    width: 50%;
  }

  .max-lg\:w-\[380px\] {
    width: 380px;
  }

  .max-lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .max-lg\:min-w-\[300px\] {
    min-width: 300px;
  }

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

  .max-lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:translate-y-\[-45px\] {
    --tw-translate-y: -45px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-0 {
    gap: 0px;
  }

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:gap-28 {
    gap: 7rem;
  }

  .max-lg\:gap-3 {
    gap: 0.75rem;
  }

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:gap-5 {
    gap: 1.25rem;
  }

  .max-lg\:gap-6 {
    gap: 1.5rem;
  }

  .max-lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .max-lg\:overflow-auto {
    overflow: auto;
  }

  .max-lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-lg\:border-b {
    border-bottom-width: 1px;
  }

  .max-lg\:border-none {
    border-style: none;
  }

  .max-lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .max-lg\:bg-\[\#13435d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(19 67 93 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .max-lg\:p-10 {
    padding: 2.5rem;
  }

  .max-lg\:p-3 {
    padding: 0.75rem;
  }

  .max-lg\:p-5 {
    padding: 1.25rem;
  }

  .max-lg\:p-6 {
    padding: 1.5rem;
  }

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .max-lg\:pl-0 {
    padding-left: 0px;
  }

  .max-lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .max-lg\:pt-16 {
    padding-top: 4rem;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .max-lg\:text-\[25px\] {
    font-size: 25px;
  }

  .max-lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .max-lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .max-lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .max-lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\*\:max-lg\:text-base > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\*\:max-lg\:uppercase > * {
    text-transform: uppercase;
  }

  .max-lg\:before\:fixed::before {
    content: var(--tw-content);
    position: fixed;
  }

  .max-lg\:before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
  }

  .max-lg\:before\:z-50::before {
    content: var(--tw-content);
    z-index: 50;
  }

  .max-lg\:before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:before\:opacity-50::before {
    content: var(--tw-content);
    opacity: 0.5;
  }

  .max-lg\:hover\:\!w-full:hover {
    width: 100% !important;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.\[\&\.show\]\:block.show {
  display: block;
}

.active {
    color: #6c2dd9;
}
.swiper-pagination-why-us {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.image-siz{
  width: 500px;
  height: 500px;
}

.swiper-pagination-why-us .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: white;
  border: 2px solid #6c2dd9;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  opacity: 1!important;
}

.swiper-pagination-why-us .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-why-us .swiper-pagination-bullet-active {
  background-color: #6c2dd9;
  outline: 2.5px solid #6c2dd9;
  border: 2.5px solid white;
  opacity: 1;
  width: 14px;
  height: 14px;
}

.swiper-pagination-why-us .swiper-pagination-bullet-active::before {
  background-color: transparent;
  width: 14px;
  height:14px;
  opacity: 1;
}
    .bottom-dental{
  bottom: 6px;
}
.custom-mb{
    margin-bottom: 70px;
}

@media(max-width:769px){
.h-dental-mobile{
    height: 891px;
}
.custom-mb{
    margin-bottom: 200px;
}
   .bottom-dental{
  bottom: -166px;
}

}
.box-shadow-c{
  box-shadow: 0px 10px 30px #000000c7, 0px -10px 30px #000000c7;
}

.swiper-hero .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active{
  box-shadow: 0px 10px 30px #000000c7, 0px -10px 30px #000000c7;
}

.wp-btn-mains{
    background:#0ec12f;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 50%;
    transition: all 0.3s;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    gap:5px
}
.whatsapp-send-icon-small {
width: 25px;
height: 25px;
flex: 0 0 16px;
fill: rgb(255,255,255);
z-index: 1;
}

.custom-contact-form .custom-ct{
    display: flex;
    justify-content: center;
    align-items: center;
}

   @media (max-width: 768px) {
		 .wp-btn-mains{
		  width: 100%;
		}
    .custom-contact-form .custom-ct{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}